/**
 * General styles
 */
html,
body {
    height: 100%;
}
html {
    overflow-x: hidden !important;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #03304a;
    line-height: 1.5;
    background-color: #FFF;
}
.wrapper {
    overflow: hidden;
    background-color: #fcfcfc;
}
.wrapper.container {
    background-color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: auto;
}
@media (min-width: 768px) {
    .wrapper.container {
        width: 750px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .wrapper.container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .wrapper.container {
        width: 1170px;
    }
}
#layout_options {
    width: 180px;
    position: fixed;
    top: 100px;
    right: -180px;
    background-color: #fcfcfc;
    border: solid 1px #82b0d8;
    border-right: 0;
    z-index: 1500;
    padding: 0px 10px 10px 10px;
}
#layout_options .options-handle {
    position: absolute;
    left: -29px;
    width: 30px;
    padding: 5px 0 0 0;
    height: 30px;
    top: -1px;
    text-align: center;
    background-color: #fcfcfc;
    border: solid 1px #82b0d8;
    border-right: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 300;
}
a {
    color: #428bca;
}
a:hover,
a:focus {
    color: #2a6496;
}
.table {
    font-size: 12px;
    border-top: solid 1px #EEE;
}
.table > thead > tr > th {
    font-size: 12px;
    font-weight: 600;
    border-bottom: none;
    text-transform: uppercase;
}
.table > thead > tr > th:last-child {
    text-align: right;
}
.table > tbody > tr > td {
    border-top: solid 1px #EEE;
}
.table > tbody > tr > td:last-child {
    text-align: right;
}
.table > tbody > tr:first-child > td {
    border-top: none;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #eef8ff;
}
.label {
    display: inline-block;
    font-weight: normal;
}
.label-default {
    background-color: #c4c4c4;
}
.label-info {
    background-color: #5bc0de;
}
.label-primary {
    background-color: #5b98cc;
}
.label-success {
    background-color: #84ce84;
}
.label-warning {
    background-color: #e8b976;
}
.label-danger {
    background-color: #d97572;
}
.pagination {
    border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #f0f0f0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #f7f7f7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    /*
    background-color: #5b98cc;
    border-color: #5b98cc;
     */
    background-color: #03304A;
    border-color: #03304A;

}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #f0f0f0;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f7f7f7;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed;
}
/*
   * Colored styles
   */
.text-muted {
    color: #c4c4c4;
}
.text-muted:hover {
    color: #b2b2b2;
}
.text-info {
    color: #5bc0de;
}
.text-info:hover {
    color: #3db5d8;
}
.text-primary {
    color: #5b98cc;
}
.text-primary:hover {
    color: #4087c4;
}
.text-success {
    color: #71c671;
}
.text-success:hover {
    color: #58bc58;
}
.text-warning {
    color: #e8b976;
}
.text-warning:hover {
    color: #e3a957;
}
.text-danger {
    color: #d97572;
}
.text-danger:hover {
    color: #d15956;
}
/*
   * Dropdown menu
   */
.dropdown-menu {
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #5b98cc;
}
.dropdown-menu > li.active a,
.dropdown-menu > li.active a:hover,
.dropdown-menu > li.active a:focus {
    background-color: #5b98cc;
}
/*
   * Breadcrumb
   */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #fcfcfc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.breadcrumb > .active {
    color: #666;
}
/*
   * Charts
   */
.pie-chart {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
}
.pie-chart canvas {
    position: absolute;
    left: 0;
}
.pie-chart.sr-only {
    position: absolute;
}
.pie-box .pie-title {
    display: block;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}
/*
   * Images
   */
.img-rounded,
.img-thumbnail {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.img-thumbnail {
    background-color: #428bca;
    border: solid 1px #428bca;
    padding: 2px;
}
/*
   * Panels
   */
.panel {
    border: solid 1px #EEE;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
@media (max-width: 768px) {
    .panel {
        margin-left: -14px;
        margin-right: -14px;
    }
}
@media (max-width: 768px) {
    .panel .panel-body {
        padding: 5px;
    }
}
.panel .panel-actions {
    float: right;
}
.panel .panel-actions .panel-action {
    color: #777;
    padding: 5px;
}
.panel .panel-actions .panel-action:hover {
    color: #428bca;
}
.panel .panel-heading {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel .panel-heading[data-toggle="collapse"] {
    cursor: pointer;
}
@media (max-width: 768px) {
    .panel .panel-heading {
        padding: 10px 5px;
    }
}
.panel .panel-footer {
    padding: 5px 15px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
.panel.panel-default {
    border-color: #f7f7f7;
}
.panel.panel-default > .panel-heading {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.panel.panel-default > .panel-footer {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #919191;
    font-weight: 300;
}
.panel.panel-primary {
    border-color: #95bdde;
}
.panel.panel-primary > .panel-heading {
    background-color: #95bdde;
    border-color: #95bdde;
    color: #162f45;
}
.panel.panel-primary > .panel-footer {
    background-color: #95bdde;
    border-color: #95bdde;
    color: #162f45;
    font-weight: 300;
}
.panel.panel-success {
    border-color: #bbe4bb;
}
.panel.panel-success > .panel-heading {
    background-color: #bbe4bb;
    border-color: #bbe4bb;
    color: #266026;
}
.panel.panel-success > .panel-footer {
    background-color: #bbe4bb;
    border-color: #bbe4bb;
    color: #266026;
    font-weight: 300;
}
.panel.panel-info {
    border-color: #9bd8eb;
}
.panel.panel-info > .panel-heading {
    background-color: #9bd8eb;
    border-color: #9bd8eb;
    color: #124a5b;
}
.panel.panel-info > .panel-footer {
    background-color: #9bd8eb;
    border-color: #9bd8eb;
    color: #124a5b;
    font-weight: 300;
}
.panel.panel-warning {
    border-color: #f3dab8;
}
.panel.panel-warning > .panel-heading {
    background-color: #f3dab8;
    border-color: #f3dab8;
    color: #7d5215;
}
.panel.panel-warning > .panel-footer {
    background-color: #f3dab8;
    border-color: #f3dab8;
    color: #7d5215;
    font-weight: 300;
}
.panel.panel-danger {
    border-color: #e9b0ae;
}
.panel.panel-danger > .panel-heading {
    background-color: #e9b0ae;
    border-color: #e9b0ae;
    color: #641d1b;
}
.panel.panel-danger > .panel-footer {
    background-color: #e9b0ae;
    border-color: #e9b0ae;
    color: #641d1b;
    font-weight: 300;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border-bottom-width: 0px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-group .panel:last-child {
    border-bottom-width: 1px;
}
.panel-group .panel:last-child .panel-heading {
    border-bottom: none;
}
.panel-group .panel .panel-heading {
    border-bottom: solid 1px #FFF;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: none;
}
/*
   * Wells
   */
.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fafafa;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
    margin-top: 0px;
}
/*
   * Dialogs
   */
.modal-content {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*
   * Alerts
   */
.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.alert > .fa {
    font-size: 25px;
    margin: -3px 5px 0 0;
    float: left;
}
.alert.alert-success {
    background-color: #dff2df;
    border-color: #72c772;
    color: #43a943;
}
.alert.alert-info {
    background-color: #c5e9f3;
    border-color: #46b8da;
    color: #2390b0;
}
.alert.alert-warning {
    background-color: #faf1e3;
    border-color: #e4ae60;
    color: #d48b24;
}
.alert.alert-danger {
    background-color: #f4d7d6;
    border-color: #d4615e;
    color: #b43431;
}
/*
   * Date range picker
   */
.daterangepicker {
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
    font-family: 'Open Sans', Arial, sans-serif;
}
.daterangepicker .ranges li {
    font-size: 12px;
    margin-bottom: 4px;
    color: #5b98cc;
}
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li:active,
.daterangepicker .ranges li.active {
    background-color: #5b98cc;
    border-color: #5b98cc;
}
/*
   * Buttons
   */
.btn {
    font-size: inherit;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.btn.sr-only {
    position: absolute;
}
.btn.active {
    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
}
.btn .label {
    position: absolute;
    top: -2px;
    right: -2px;
}
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-default {
    background-color: #f7f7f7;
}
.btn.btn-default:hover {
    background-color: #efefef;
}
.btn.btn-default:active,
.btn.btn-default .active {
    background-color: #e8e8e8;
}
.btn.btn-primary {
    background-color: #f5bc10;
    color: #03304a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn.btn-primary:hover {
    background-color: #f5bc10;
}
.btn.btn-primary:active,
.btn.btn-primary .active {
    background-color: #f5bc10;
}
.btn.btn-success {
    background-color: #84ce84;
}
.btn.btn-success:hover {
    background-color: #79ca79;
}
.btn.btn-success:active,
.btn.btn-success .active {
    background-color: #6ec56e;
}
.btn.btn-warning {
    background-color: #e8b976;
}
.btn.btn-warning:hover {
    background-color: #e6b269;
}
.btn.btn-warning:active,
.btn.btn-warning .active {
    background-color: #e4ac5c;
}
.btn.btn-info {
    background-color: #5bc0de;
}
.btn.btn-info:hover {
    background-color: #4ebbdb;
}
.btn.btn-info:active,
.btn.btn-info .active {
    background-color: #42b6d9;
}
.btn.btn-danger {
    background-color: #d97572;
}
.btn.btn-danger:hover {
    background-color: #d66966;
}
.btn.btn-danger:active,
.btn.btn-danger .active {
    background-color: #d35d5a;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
}
.open .dropdown-toggle.btn-default {
    background-color: #e8e8e8;
    color: black !important;
}
.open .dropdown-toggle.btn-primary {
    background-color: #4489c5;
}
.open .dropdown-toggle.btn-success {
    background-color: #6ec56e;
}

.open .dropdown-toggle.btn-warning {
    background-color: #e4ac5c;
}
.open .dropdown-toggle.btn-info {
    background-color: #42b6d9;
}
.open .dropdown-toggle.btn-danger {
    background-color: #d35d5a;
}
.btn-group > .btn + .dropdown-toggle.btn-default {
    border-left: solid 1px #efefef;
}
.btn-group > .btn + .dropdown-toggle.btn-primary {
    border-left: solid 1px #4f91c8;
}
.btn-group > .btn + .dropdown-toggle.btn-success {
    border-left: solid 1px #79ca79;
}
.btn-group > .btn + .dropdown-toggle.btn-warning {
    border-left: solid 1px #e6b269;
}
.btn-group > .btn + .dropdown-toggle.btn-info {
    border-left: solid 1px #4ebbdb;
}
.btn-group > .btn + .dropdown-toggle.btn-danger {
    border-left: solid 1px #d66966;
}
/*
   * Badge
   */
.badge {
    padding: 3px 6px;
    background-color: #DDDDDD;
}
.badge.badge-primary {
    background-color: #5b98cc;
}
.badge.badge-success {
    background-color: #84ce84;
}
.badge.badge-warning {
    background-color: #e8b976;
}
.badge.badge-info {
    background-color: #5bc0de;
}
.badge.badge-danger {
    background-color: #d97572;
}
/*
   * Navbar
   */
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f7f7f7;
}
.nav-pills > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #eeeeee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #5b98cc;
    border-color: #5b98cc;
}
.nav.nav-pills .open > .dropdown-menu {
    margin-top: 1px;
}
.nav-tabs {
    border-bottom: solid 1px #eeeeee;
}
.nav-tabs > li > a {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee #eeeeee #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: solid 1px #eeeeee;
    border-bottom-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #FFF;
    border-color: #eeeeee;
}
.nav.nav-tabs .open > .dropdown-toggle {
    border-bottom: solid 1px #FFF;
}
.nav.nav-tabs .open > .dropdown-menu {
    border-top: none;
    margin-top: 0px;
}
/*
   * Tabs
   */
.tab-content {
    padding: 10px;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}
/*
   * List Group
   */
.list-group-item {
    border: solid 1px #EEE;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #5b98cc;
    border-color: #5b98cc;
}
a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    background-color: #fafafa;
}
.list-group-item-heading {
    font-weight: 500;
}
.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
/*
   * Jumbatron
   */
.jumbotron {
    background-color: #FAFAFA;
}
/*
   * Progress Bar
   */
.progress {
    height: 7px;
    border-radius: 0px;
}
/*
   * Tooltip
   */
.tooltip-inner {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*
   * Popover
   */
.popover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
/*
   * Arrow
   */
.arrowed {
    position: relative;
    min-height: 19px;
    border-radius: 0;
    line-height: 14px;
}
.arrowed.sr-only {
    position: absolute;
}
.arrowed.arrow-left {
    margin-left: 5px;
}
.arrowed.arrow-left-in {
    margin-left: 5px;
}
.arrowed.arrow-right {
    margin-right: 5px;
}
.arrowed.arrow-right-in {
    margin-right: 5px;
}
.arrowed:before,
.arrowed:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 0;
    height: 0;
}
.arrowed.arrow-left:before {
    left: -5px;
    border-width: 9px 5px 10px;
    border-color: #c4c4c4;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-right-style: solid;
}
.arrowed.arrow-left.label-primary:before {
    border-right-color: #5b98cc;
}
.arrowed.arrow-left.label-success:before {
    border-right-color: #84ce84;
}
.arrowed.arrow-left.label-info:before {
    border-right-color: #5bc0de;
}
.arrowed.arrow-left.label-warning:before {
    border-right-color: #e8b976;
}
.arrowed.arrow-left.label-danger:before {
    border-right-color: #d97572;
}
.arrowed.arrow-left-in:before {
    left: -5px;
    border-width: 9px 5px 10px;
    border-color: #c4c4c4;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid;
}
.arrowed.arrow-left-in.label-primary:before {
    border-top-color: #5b98cc;
    border-bottom-color: #5b98cc;
}
.arrowed.arrow-left-in.label-success:before {
    border-top-color: #84ce84;
    border-bottom-color: #84ce84;
}
.arrowed.arrow-left-in.label-info:before {
    border-top-color: #5bc0de;
    border-bottom-color: #5bc0de;
}
.arrowed.arrow-left-in.label-warning:before {
    border-top-color: #e8b976;
    border-bottom-color: #e8b976;
}
.arrowed.arrow-left-in.label-danger:before {
    border-top-color: #d97572;
    border-bottom-color: #d97572;
}
.arrowed.arrow-right-in:after {
    right: -5px;
    border-width: 9px 5px 10px;
    border-color: #c4c4c4;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
}
.arrowed.arrow-right:after {
    right: -5px;
    border-width: 9px 5px 10px;
    border-color: #c4c4c4;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-style: solid;
}
.arrowed.arrow-right.label-primary:after {
    border-left-color: #5b98cc;
}
.arrowed.arrow-right.label-success:after {
    border-left-color: #84ce84;
}
.arrowed.arrow-right.label-info:after {
    border-left-color: #5bc0de;
}
.arrowed.arrow-right.label-warning:after {
    border-left-color: #e8b976;
}
.arrowed.arrow-right.label-danger:after {
    border-left-color: #d97572;
}
.arrowed.arrow-right-in.label-primary:after {
    border-top-color: #5b98cc;
    border-bottom-color: #5b98cc;
}
.arrowed.arrow-right-in.label-success:after {
    border-top-color: #84ce84;
    border-bottom-color: #84ce84;
}
.arrowed.arrow-right-in.label-info:after {
    border-top-color: #5bc0de;
    border-bottom-color: #5bc0de;
}
.arrowed.arrow-right-in.label-warning:after {
    border-top-color: #e8b976;
    border-bottom-color: #e8b976;
}
.arrowed.arrow-right-in.label-danger:after {
    border-top-color: #d97572;
    border-bottom-color: #d97572;
}
/**
   * Main navigation
   */
.navbar-default.navbar-main {
    background-color: #FFF;
    border-bottom: solid 1px #f7f7f7;
    margin: 0 0 0 0;
}
.navbar-default.navbar-main span.hidden-small {
    display: inline !important;
}
@media (max-width: 480px) {
    .navbar-default.navbar-main span.hidden-small {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .navbar-default.navbar-main span.hidden-small {
        display: none !important;
    }
}
.navbar-default.navbar-main .navbar-header {
    float: left;
}
.navbar-default.navbar-main .navbar-nav {
    float: right;
}
.navbar-default.navbar-main .navbar-toggle {
    border: none;
    float: none;
    margin: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-default.navbar-main .navbar-brand img {
    /*width: 80%;*/
    position: relative;
    top: -8px;
    left: 30px;
}
.navbar-default.navbar-main .navbar-brand,
.navbar-default.navbar-main .navbar-brand:hover,
.navbar-default.navbar-main .navbar-brand:focus {
    color: #393939;
}
.navbar-default.navbar-main .navbar-brand:hover {
    background-color: #fafafa;
}
@media (max-width: 768px) {
    .navbar-default.navbar-main .navbar-nav {
        margin: 0;
    }
}
.navbar-default.navbar-main .navbar-nav .img-avatar {
    max-width: 40px;
    display: inline-block;
    height: auto;
    padding: 1px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-default.navbar-main .navbar-nav > li {
    line-height: 0px;
}
.navbar-default.navbar-main .navbar-nav > li > a {
    padding: 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}
.navbar-default.navbar-main .navbar-nav > li > a.avatar {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default.navbar-main .navbar-nav > li > a > .fa {
    font-size: 18px;
    margin-right: 3px;
}
.navbar-default.navbar-main .navbar-nav > li > a > .label {
    padding: 2px 5px;
    line-height: 15px;
    font-size: 11px;
}
.navbar-default.navbar-main .navbar-nav > li > a,
.navbar-default.navbar-main .navbar-nav > li > a:hover,
.navbar-default.navbar-main .navbar-nav > li > a:focus {
    color: #393939;
}
.navbar-default.navbar-main .navbar-nav > li > a:hover {
    background-color: #fafafa;
}
@media (max-width: 768px) {
    .navbar-default.navbar-main .navbar-nav .open .dropdown-menu {
        position: absolute;
    }
}
.navbar-default.navbar-main .navbar-nav > .open > a,
.navbar-default.navbar-main .navbar-nav > .open > a:hover,
.navbar-default.navbar-main .navbar-nav > .open > a:focus {
    background-color: #fafafa;
    color: #393939;
}
@media (max-width: 768px) {
    .navbar-default.navbar-main .navbar-nav.navbar-right {
        margin: 0 auto;
    }
}
.navbar-default.navbar-main .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}
@media (max-width: 768px) {
    .navbar-default.navbar-main .navbar-nav > li {
        float: left;
    }
}
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu {
    background-color: #fafafa;
    border: none;
    margin: 2px 0 0 0;
    min-width: 100%;
    z-index: 1000;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a {
    padding-right: 23px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a i {
    font-size: 16px;
    margin-right: 5px;
}
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a:hover,
.navbar-default.navbar-main .navbar-nav > li > .dropdown-menu li > a:focus {
    padding-right: 20px;
    border-right: solid 3px #428bca;
    color: #428bca;
    background-color: #f5f5f5;
}
@media (max-width: 440px) {
    .navbar-default.navbar-main .navbar-nav > li.notification {
        position: inherit;
    }
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu {
    width: 300px;
    padding: 2px;
    margin: 0;
}
@media (max-width: 440px) {
    .navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu {
        margin: 0 auto;
    }
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li {
    background-color: #FFF;
    margin-bottom: 2px;
    font-size: 12px;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:before,
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:after {
    content: " ";
    display: table;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:after {
    clear: both;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li .time {
    float: right;
    font-weight: 300;
    font-size: 11px;
    color: #03304a;
    margin-left: 5px;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li .time:before {
    float: left;
    font-family: FontAwesome;
    content: "\f017";
    margin: 1px 4px 0 0;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li .fa {
    font-size: 16px;
    margin: 4px 5px 0 0;
    color: #d97572;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li p {
    margin: 0;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a {
    padding: 22px;
    white-space: normal;
    line-height: 1.428571429;
    color: #666;
    text-align: justify;
    border-top: 2px solid #666;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a:hover {

    color: #428bca;
    background-color: #FFF;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:last-child {
    margin-bottom: 0px;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li.open-section {
    text-align: center;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li.open-section a {
    font-weight: bold;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu .img-avatar {
    margin: 0 5px 0 0;
}
/**
   * Top navigation
   */
.navbar-default.navbar-top {
    background-color: #FFF;
    border-bottom: solid 1px #f7f7f7;
    margin: 0 0 0 0;
    z-index: 900;
    display: none;
}
@media (min-width: 768px) {
    .navbar-default.navbar-top {
        display: block !important;
    }
}
.navbar-default.navbar-top.in,
.navbar-default.navbar-top.collapsing {
    display: block;
}
@media (max-width: 768px) {
    .navbar-default.navbar-top .navbar-nav {
        margin: 0;
    }
}
.navbar-default.navbar-top .navbar-nav > li {
    line-height: 0px;
}
.navbar-default.navbar-top .navbar-nav > li > a {
    padding: 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}
@media (max-width: 768px) {
    .navbar-default.navbar-top .navbar-nav > li > a {
        padding: 6px 10px 6px 15px;
        display: block;
    }
}
.navbar-default.navbar-top .navbar-nav > li > a > .fa {
    font-size: 18px;
    margin-right: 3px;
}
.navbar-default.navbar-top .navbar-nav > li > a > .label {
    padding: 2px 5px;
    line-height: 15px;
    font-size: 11px;
}
.navbar-default.navbar-top .navbar-nav > li > a,
.navbar-default.navbar-top .navbar-nav > li > a:hover,
.navbar-default.navbar-top .navbar-nav > li > a:focus {
    color: #393939;
}
.navbar-default.navbar-top .navbar-nav > li > a:hover {
    background-color: #fafafa;
}
.navbar-default.navbar-top .navbar-nav > li.active > a,
.navbar-default.navbar-top .navbar-nav > li.activea:hover,
.navbar-default.navbar-top .navbar-nav > li.activea:focus {
    color: #428bca;
    background-color: #f5f5f5;
}
.navbar-default.navbar-top .navbar-nav > .open > a,
.navbar-default.navbar-top .navbar-nav > .open > a:hover,
.navbar-default.navbar-top .navbar-nav > .open > a:focus {
    background-color: #fafafa;
    color: #393939;
}
.navbar-default.navbar-top .navbar-nav > .active.open > a,
.navbar-default.navbar-top .navbar-nav > .active.open > a:hover,
.navbar-default.navbar-top .navbar-nav > .active.open > a:focus {
    background-color: #fafafa;
    color: #428bca;
}
@media (max-width: 768px) {
    .navbar-default.navbar-top .navbar-nav > li {
        float: none;
    }
}
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu {
    background-color: #fafafa;
    border: none;
    margin: 2px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a {
    padding-left: 20px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a i {
    font-size: 16px;
    margin-right: 5px;
}
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a:hover,
.navbar-default.navbar-top .navbar-nav > li > .dropdown-menu li > a:focus {
    padding-left: 17px;
    border-left: solid 3px #428bca;
    color: #428bca;
    background-color: #f5f5f5;
}
@media (max-width: 440px) {
    .navbar-default.navbar-top .navbar-nav > li.dropdown {
        position: inherit;
    }
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu {
    padding: 2px;
    margin: 0;
}
@media (max-width: 768px) {
    .navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu.pull-right {
        float: none !important;
    }
}
@media (max-width: 440px) {
    .navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu {
        margin: 0 auto;
    }
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li {
    background-color: #FFF;
    margin-bottom: 2px;
    font-size: 12px;
}
@media (max-width: 768px) {
    .navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li {
        padding-left: 20px;
    }
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li .fa {
    font-size: 16px;
    margin: 4px 5px 0 0;
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li > a {
    padding: 5px;
    line-height: 1.428571429;
    color: #393939;
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li > a:hover {
    border: none;
    color: #428bca;
    background-color: #FFF;
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li.active a {
    background-color: #FFF;
    color: #428bca;
}
.navbar-default.navbar-top .navbar-nav > li.dropdown .dropdown-menu li:last-child {
    margin-bottom: 0px;
}
body.fixed_menu .navbar-default.navbar-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}
body.fixed_menu .wrapper {
    padding-top: 51px;
    background-color: #FFF;
}
body.fixed_menu .wrapper .navbar-default.navbar-top {
    background-color: rgba(255, 255, 255, 0.9);
}
body.fixed_menu .wrapper.container .navbar-default.navbar-top {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
@media (min-width: 768px) {
    body.fixed_menu .wrapper.container .navbar-default.navbar-top {
        width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    body.fixed_menu .wrapper.container .navbar-default.navbar-top {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fixed_menu .wrapper.container .navbar-default.navbar-top {
        width: 1170px;
    }
}
body.fixed_header .navbar-default.navbar-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 901;
}
body.fixed_header .wrapper {
    padding-top: 51px;
    background-color: #FFF;
}
body.fixed_header .wrapper .navbar-default.navbar-main {
    background-color: rgba(255, 255, 255, 0.9);
}
body.fixed_header .wrapper.container .navbar-default.navbar-main {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
@media (min-width: 768px) {
    body.fixed_header .wrapper.container .navbar-default.navbar-main {
        width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    body.fixed_header .wrapper.container .navbar-default.navbar-main {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.fixed_header .wrapper.container .navbar-default.navbar-main {
        width: 1170px;
    }
}
body.fixed_header.fixed_menu .navbar-default.navbar-main {
    top: 0;
}
body.fixed_header.fixed_menu .navbar-default.navbar-top {
    top: 51px;
}
body.fixed_header.fixed_menu .wrapper {
    padding-top: 102px;
}
/*
   * Content section
   */
.body {
    position: relative;    
    background-color:#03304a;
}
.body.sr-only {
    position: absolute;
}
.show-grid {
    padding: 0 15px 0 15px;
}
.show-grid [class*="col-"] {
    background-color: #FCFCFC;
    text-align: center;
    min-height: 30px;
    line-height: 30px;
    border: solid 1px #E7EBEB;
    margin-top: 5px;
}
/*
   * Left sidebar section
   */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        display: block !important;
        height: auto !important;
        width: 190px;
        float: left;
    }
}
@media (min-width: 992px) {
    .sidebar {
        display: block !important;
        height: auto !important;
        width: 255px;
        float: left;
    }
}
@media (min-width: 1200px) {
    .sidebar {
        display: block !important;
        height: auto !important;
        width: 190px;
        float: left;
    }
}
.sidebar.collapse {
    display: none;
}
.sidebar.in,
.sidebar.collapsing {
    display: block;
}
.sidebar .nav.fixed-nav {
    position: fixed;
    width: 190px;
}
.sidebar .nav li > a {
    color: #FFF;
    padding: 6px 10px 6px 15px;
    position: relative;
}
.sidebar .nav li > a.sr-only {
    position: absolute;
}
.sidebar .nav li > a .caret {
    float: right;
    margin-top: 8px;
    margin-right: 1px;
}
.sidebar .nav li > a .badge {
    position: absolute;
    right: 25px;
}
.sidebar .nav li > a i {
    font-size: 16px;
    margin-right: 5px;
}
.sidebar .nav li > a:focus,
.sidebar .nav li > a:hover {
    background-color: #f7f7f7;
    padding-left: 12px;
    border-left: solid 3px #428bca;
    color: #2C2E3D;
}
.sidebar .nav .open > a,
.sidebar .nav .open > a:hover,
.sidebar .nav .open > a:focus {
    background-color: #f7f7f7;
    padding-left: 12px;
    border-left: solid 3px #428bca;
    color: #2C2E3D;
}
.sidebar .nav .active > a,
.sidebar .nav .active > a:hover,
.sidebar .nav .active > a:focus {
    background-color: #f7f7f7;
    padding-left: 12px;
    border-left: solid 3px #03304a;
    color:#03304a;
}
.sidebar .nav .menu .submenu {
    display: none;
    list-style: none;
    position: relative;
    float: none;
    padding: 2px 2px 2px 22px;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar .nav .menu .submenu.sr-only {
    position: absolute;
}
.sidebar .nav .menu .submenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #FFF;
    /*white-space: nowrap;*/
}
.sidebar .nav .menu .submenu > li > a:hover,
.sidebar .nav .menu .submenu > li > a:focus {
    background-color: #f7f7f7;
    color:#03304a;
    padding-left: 17px;
    text-decoration: none;
}
.sidebar .nav .menu .submenu > .open > a,
.sidebar .nav .menu .submenu > .open > a:hover,
.sidebar .nav .menu .submenu > .open > a:focus {
    background-color: #f7f7f7;
    padding-left: 12px;
    border-left: solid 3px #03304a;
}
.sidebar .nav .menu .submenu > .active > a,
.sidebar .nav .menu .submenu > .active > a:hover,
.sidebar .nav .menu .submenu > .active > a:focus {
    /*
    background-color: #f7f7f7;
    padding-left: 17px;
    border-left: solid 3px #03304a;
    color: #03304a;

     */
    background-color: #020d13;
    padding-left: 17px;
    border-left: solid 3px #fbc210;
    color: #fff;
    height: 35px;
    padding-top: 8px;
    font-size: 14px;
}
.sidebar .nav .menu.active .submenu,
.sidebar .nav .menu.open .submenu {
    display: block;
}
/*
   * Left sidebar Light (collapsed) section
   */
.sidemenu-switch {
    display: none !important;
}
@media (min-width: 768px) {
    .sidemenu-switch {
        display: block !important;
    }
    .sidebar.light {
        width: 50px !important;
    }
    .sidebar.light span.item-label,
    .sidebar.light span.badge,
    .sidebar.light i.caret {
        display: none !important;
    }
    .sidebar.light .submenu {
        z-index: 9999 !important;
        position: absolute !important;
        left: 50px !important;
        top: 0px !important;
        background: #ffffff !important;
        padding: 0 !important;
        border: 1px solid rgba(238, 238, 238, 0.7) !important;
        border-left: none !important;
    }
    .sidebar.light .menu.active .submenu,
    .sidebar.light .menu.open .submenu {
        display: none;
    }
    .sidebar.light .menu:hover .submenu {
        display: block;
    }
}
/*
   * Header
   */
.header:before,
.header:after {
    content: " ";
    display: table;
}
.header:after {
    clear: both;
}
.header:after {
    clear: both;
}
.header .header-title {
    color: #03304a;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.header .header-info {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    padding-left: 2px;
}
/*
   * Main content
   */
.content {
    background-color: #FFF;
    /*overflow: hidden;*/
    /*ACA EL OVERFLOW PIZOTE*/
    overflow: auto;
    zoom: 1;
    margin-left: 0;
}
.content.light {
    margin-left: 0 !important;
}
@media (min-width: 768px) {
    .sidebar + .content {
        margin-left: 190px;
    }
}
@media (min-width: 992px) {
    .sidebar + .content {
        margin-left: 190px;
    }
}
@media (min-width: 1200px) {
    .sidebar + .content {
        margin-left: 190px;
    }
}
.main-content {
    padding: 15px 15px 55px 15px;
    border-top: solid 1px #428bca;
}
.stats {
    list-style: none;
    overflow: hidden;
    text-align: right;
    margin: 0px;
    padding: 0px;
    min-height: 63px;
}
.stats .stat {
    padding: 10px 10px;
    border-left: solid 2px #fcfcfc;
    height: 100%;
}
.stats .stat:first-child {
    border-left: none;
}
.stats .stat .value {
    font-size: 120%;
    color: #428bca;
}
.stats .stat em {
    color: #888;
    display: block;
}
.chart {
    height: 250px;
}
/*
   * Error pages
   */
.panel.error-panel {
    border: none;
    margin: 30px auto 0 auto;
    width: auto;
    text-align: center;
}
.panel.error-panel .panel-title {
    font-size: 30px;
}
.panel.error-panel .panel-title i {
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
}
.panel.error-panel .panel-body p {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .panel.error-panel {
        width: 500px;
    }
}
/**
   * Search Area
   */
.search {
    position: relative;
}
.search .btn-search {
    position: absolute;
    border-radius: 4px 4px 0 0;
    top: -30px;
    right: 15px;
    background-color: #428bca;
    color: #FFF;
    padding: 6px 8px;
}
.search .btn-search:hover {
    background-color: #4a90cc;
}
.search .search-form {
    display: none;
    padding: 10px 17px 17px;
    background-color: #428bca;
}
.search .search-form:after {
    clear: both;
}
.search .search-form h1,
.search .search-form h2,
.search .search-form h3,
.search .search-form h4,
.search .search-form h5,
.search .search-form h6 {
    margin-top: 0;
    color: #FFF;
}
.search .search-form form {
    padding: 5px;
    background-color: #FFF;
}
.search .search-form form .form-group {
    margin-bottom: 5px;
}
.search .search-form form .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.search.active .btn-search:hover i:before {
    content: "\f00d";
}
.search.active .search-form {
    display: block;
}
/**
   * Data Tables
   */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 0;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.dataTables_paginate .pagination {
    margin: 0;
}
.dataTables_info {
    font-weight: 600;
}
table.dataTable thead .sorting {
    background-image: none;
}
table.dataTable thead .sorting:before {
    content: "\f0dc";
    font-family: 'FontAwesome';
    float: right;
    display: block;
    margin-right: -13px;
}
table.dataTable thead .sorting_desc {
    background-image: none;
}
table.dataTable thead .sorting_desc:before {
    content: "\f0dd";
    font-family: 'FontAwesome';
    float: right;
    display: block;
    margin-right: -13px;
}
table.dataTable thead .sorting_asc {
    background-image: none;
}
table.dataTable thead .sorting_asc:before {
    content: "\f0de";
    font-family: 'FontAwesome';
    float: right;
    display: block;
    margin-right: -13px;
}
table.dataTable thead th {
    padding: 10px 18px 10px 10px;
}
/**
   * Select2 Bootstrap CSS
   * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
   * MIT License
   */
/**
   * Reset Bootstrap 3 .form-control styles which - if applied to the
   * original <select>-element the Select2-plugin may be run against -
   * are copied to the .select2-container.
   *
   * 1. Overwrite .select2-container's original display:inline-block
   *    with Bootstrap 3's default for .form-control, display:block;
   *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
   */
.select2-container.form-control {
    background: transparent;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
}
.form-control.select2-container.select2-dropdown-open,
.select2-container.form-control.select2-container-active {
    border-color: #66afe9;
    -webkit-box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
}
/**
   * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
   */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #EEE;
    border-radius: 2px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-search input {
    border-color: #EEE;
    border-radius: 2px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
   * Adjust Select2 input heights to match the Bootstrap default.
   */
.select2-container .select2-choice {
    height: 32px;
    line-height: 1.42857143;
}
/**
   * Address Multi Select2's height which - depending on how many elements have been selected -
   * may grown higher than their initial size.
   */
.select2-container.select2-container-multi.form-control {
    height: auto;
}
/**
   * Address Bootstrap 3 control sizing classes
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 46px;
    line-height: 1.33;
    border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 44px;
}
/**
   * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
   *
   * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
   */
.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}
/**
   * Adjust the single Select2's dropdown arrow button appearance.
   *
   * 1. For Select2 v.3.3.2.
   */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: none;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
   * Adjust the dropdown arrow button icon position for the single-select Select2 elements
   * to make it line up vertically now that we increased the height of .select2-container.
   *
   * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
   */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}
/**
   * Address Bootstrap's validation states and change Select2's border colors and focus states.
   * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
   */
.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}
.has-warning.select2-drop-active {
    border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}
.has-error.select2-drop-active {
    border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}
.has-success.select2-drop-active {
    border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}
/**
   * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
   * fit Bootstrap 3's .form-element:focus appearance.
   */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
    border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}
/**
   * Select2 widgets in Bootstrap Input Groups
   *
   * When Select2 widgets are combined with other elements using Bootstrap 3's
   * "Input Group" component, we don't want specific edges of the Select2 container
   * to have a border-radius.
   *
   * In Bootstrap 2, input groups required a markup where these style adjustments
   * could be bound to a CSS-class identifying if the additional elements are appended,
   * prepended or both.
   *
   * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
   * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
   * to let the contained Select2 widget know which edges should not be rounded as they are
   * directly followed by another element.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.select2-drop.select2-drop-above {
    margin-bottom: -2px;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-image: none;
}
/**
   * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
   */
.select2-results .select2-highlighted {
    color: #fff;
    background-color: #428bca;
}
/**
   * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grown higher than their initial size.
   */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}
/**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: #fff;
    border-color: #EEE;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #f7f7f7;
    border-color: #EEE;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
   * Address Multi Select2's choice close-button vertical alignment.
   */
.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}
/**
   * Adjust the single Select2's clear button position (used to reset the select box
   * back to the placeholder value and visible once a selection is made
   * activated by Select2's "allowClear" option).
   */
.select2-container .select2-choice abbr {
    top: 50%;
}
/**
   * Adjust "no results" and "selection limit" messages to make use
   * of Bootstrap 3's default "Alert" style.
   *
   * @see http://getbootstrap.com/components/#alerts-default
   */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
/**
   * Address disabled Select2 styles.
   *
   * 1. For Select2 v.3.3.2.
   * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
   *    from jumping when switching from disabled to enabled state and vice versa.
   */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #EEE;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */
}
/**
   * Address Select2's loading indicator position - which should not stick
   * to the right edge of Select2's search input.
   *
   * 1. in .select2-search input
   * 2. in Multi Select2's .select2-search-field input
   * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
   *
   * These styles alter Select2's default background-position of 100%
   * and supply the new background-position syntax to browsers which support it:
   *
   * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
   * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
   *
   * @see http://www.w3.org/TR/css3-background/#background-position
   *
   * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
   * we could use the :after-pseudo-element to display the loading indicator.
   * Alternatively, we could supply an altered loading indicator image which already
   * contains an offset to the right.
   */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}
/*
   * Forms
   */

.help-block {
    font-weight: 300;
}
label {
    font-weight: 600;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #FAFAFA;
}
/*
   * Date Picker
   */
.datepicker-dropdown {
    font-size: 12px;
}
.datepicker td,
.datepicker th {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: none;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #357ebd;
}
/*
   * Input group
   */
.input-group-btn > .btn {
    padding: 8px 12px;
}
.input-group-addon {
    border-radius: 2px;
    border: 1px solid #EEE;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*
   * Validation styles
   */
/* Has Success */
.has-success .form-control {
    border-color: #5cb85c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control:focus,
.has-success .form-control.select2-container.select2-dropdown-open,
.has-success .form-control.select2-container.select2-container-active {
    border-color: #5cb85c;
    -webkit-box-shadow: 0 0 3px #5cb85c;
    box-shadow: 0 0 3px #5cb85c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #5cb85c;
}
.has-success .input-group-addon {
    border-color: #5cb85c;
}
/* Has Warning */
.has-warning .form-control {
    border-color: #d48f2c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .form-control:focus,
.has-warning .form-control.select2-container.select2-dropdown-open,
.has-warning .form-control.select2-container.select2-container-active {
    border-color: #d48f2c;
    -webkit-box-shadow: 0 0 3px #d48f2c;
    box-shadow: 0 0 3px #d48f2c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #d48f2c;
}
.has-warning .input-group-addon {
    border-color: #d48f2c;
}
/* Has Info */
.has-info .form-control {
    border-color: #5b98cc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-info .form-control:focus,
.has-info .form-control.select2-container.select2-dropdown-open,
.has-info .form-control.select2-container.select2-container-active {
    border-color: #5b98cc;
    -webkit-box-shadow: 0 0 3px #5b98cc;
    box-shadow: 0 0 3px #5b98cc;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
    color: #5b98cc;
}
.has-info .input-group-addon {
    border-color: #5b98cc;
}
/* Has Error */
.has-error .form-control {
    border-color: #d97572;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus,
.has-error .form-control.select2-container.select2-dropdown-open,
.has-error .form-control.select2-container.select2-container-active {
    border-color: #d97572;
    -webkit-box-shadow: 0 0 3px #d97572;
    box-shadow: 0 0 3px #d97572;
}
.has-error .help-block,
.has-error .control-label,
.has-warning .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #d97572;
}
.has-error .input-group-addon {
    border-color: #d97572;
}
/*
   * Uniform styles
   */
input[type="radio"],
input[type="checkbox"] {
    /*visibility: hidden;*/
}
.radiobox,
.checkbox,
.radio-inline,
.checkbox-inline {
    padding-left: 0px;
}
.radiobox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.radiobox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
div.radio span {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    background-image: none;
}
div.radio span:before {
    content: "\f10c";
}
div.radio span.checked:before {
    content: "\f192";
}
/**
   * Nestable
   */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}
@media only screen and (min-width: 700px) {
    .dd {
        width: 90%;
    }
}
.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .label {
    font-size: 90%;
    margin-top: 1px;
}
.dd-list .label.arrowed {
    margin-top: 0;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-list .dd-collapsed .dd-list {
    display: none;
}
.dd-list .dd-item,
.dd-list .dd-empty,
.dd-list .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}
.dd-list .dd-item .dd-handle,
.dd-list .dd-empty .dd-handle,
.dd-list .dd-placeholder .dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 5px 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #EEE;
    border-left: 1px solid #428bca;
    border-bottom: 1px solid #CCC;
    background: #fcfcfc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dd-list .dd-item .dd-handle:hover,
.dd-list .dd-empty .dd-handle:hover,
.dd-list .dd-placeholder .dd-handle:hover {
    color: #428bca;
    background: #f7f7f7;
}
.dd-list .dd-item > button,
.dd-list .dd-empty > button,
.dd-list .dd-placeholder > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.dd-list .dd-item > button:before,
.dd-list .dd-empty > button:before,
.dd-list .dd-placeholder > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.dd-list .dd-item > button[data-action="collapse"]:before,
.dd-list .dd-empty > button[data-action="collapse"]:before,
.dd-list .dd-placeholder > button[data-action="collapse"]:before {
    content: '-';
}
.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
}
.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #FAFAFA;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
/*
   * Tables
   */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fcfcfc;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #eef8ff;
}
.table .label {
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    padding: 5px 15px 5px 15px
}
.table a {
    text-decoration: underline;
}
.table .table-preview img {
    width: 60px;
    margin-right: 10px;
    float: left;
}
.table .table-preview .name {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.table .actions a {
    color: #777;
    font-size: 14px;
    margin-right: 10px;
}
.table .actions a:hover {
    color: #555;
}
.table .actions a:last-child {
    margin-right: 5px;
}
.table + .pagination {
    margin-top: 0px;
}
/**
   * Calendar Section
   */
.fc-event {
    background-color: #428bca;
    border-color: #428bca;
}
a.fc-event:hover {
    color: #FFF;
    text-decoration: underline;
}
.fc-widget-header,
.fc-widget-content {
    border: solid 1px #EEE;
}
.fc-grid th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.fc-grid .fc-event-time {
    font-weight: 600;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.fc-state-highlight {
    background-color: #FCFBE9;
}
.fc-border-separate tr.fc-last th {
    border-width: 0 0 1px 0;
}
.fc-state-default {
    background-color: #5b98cc;
    color: #FFF;
    text-shadow: none;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fc-state-hover {
    background-color: #4f91c8;
}
.fc-state-active {
    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #4489c5;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
/*
   * Gallery Section
   */
.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery .item {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    float: left;
    position: relative;
    border-radius: 2px;
    padding-right: 15px;
    padding-left: 15px;
}
.gallery .item img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-height: 100%;
    min-width: 100%;
}
.gallery .item .details {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 80px;
}
.gallery .item .details .action {
    background-color: rgba(106, 163, 213, 0.8);
    border-radius: 50%;
    font-size: 22px;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 3px 0 0 0;
    vertical-align: middle;
}
.gallery .item .details .action:hover {
    background-color: rgba(118, 171, 217, 0.9);
}
.gallery .item:hover .details {
    display: block;
}
.gallery .item.fileinput-new .fileinput-exists,
.gallery .item.fileinput-exists .fileinput-new {
    display: none;
}
.gallery .item.fileinput-new .details {
    background-color: rgba(106, 163, 213, 0.05);
    border: dashed 1px rgba(106, 163, 213, 0.35);
    display: block;
    padding-top: 0px;
}
.gallery .item.fileinput-new .details .action.btn-file {
    background-color: transparent;
    width: 100%;
    padding-top: 60px;
    height: 100%;
    font-size: 12px;
    display: block;
    border-radius: 0;
}
.gallery .item.fileinput-new .details .action.btn-file > input {
    height: 100%;
}
.gallery .item.fileinput-new .details .action.btn-file:hover {
    text-decoration: none;
}
.gallery .item.fileinput-new .details .action.btn-file .action-file {
    background-color: rgba(106, 163, 213, 0.8);
    border-radius: 50%;
    font-size: 22px;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 3px 0 0 0;
}
.gallery .item.fileinput-new .details .action.btn-file > p {
    color: #888;
    margin: 5px 25px 0 25px;
}
/*
   * User Profile
   */
.panel.panel-profile {
    border: none;
}
.panel.panel-profile .panel-heading {
    text-align: center;
    margin-top: 10px;
}
.panel.panel-profile .panel-heading .profile-title {
    color: #666;
    font-size: 30px;
    font-weight: 300;
}
.panel.panel-profile .panel-heading .profile-info {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}
.panel.panel-profile .panel-body .first {
    margin-top: 0;
}
/*
   * Login
   */
body.cover {
    background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
}

.login-wrap .brand {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.7);
}

@media screen and (min-width: 1020px) {
    .abs-center {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80vh;
    }
}
.beco-logo {
    width: 300px;
}

@media screen and (min-width: 1020px) {
    .beco-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 15px;
    }
}

.beco-lang-button {
    border-radius: 25px !important;
    background: lightgray !important;
    width: 160px !important;
    height: 50px !important;
    font-size: 25px !important;
}

.icon-lang-size {
    font-size: 25px !important;
}

.icon-lang-spanish {
    font-size: 25px !important;
    color: #f5bc10 !important;
}

.beco-input {
    width: 400px;
    color: black;
    outline: none !important;
    border: 1px solid #03304a !important;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.7);
    height: 50px !important;
}

.beco-center{
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.beco-auth-button {
    width: 400px;
    color: white; !important;
}

.beco-input:focus {
    outline: none !important;
    border: 1px solid #03304a;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.7);
}
.beco-font {
    color: #03304a !important;
}


.login-wrap .panel {
    padding: 0px 20px;
    margin-top: 0px;
    background-color: #03304a;
    border-color: transparent;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.login-wrap .btn-primary{
    background-color: #f5bc10;
    color: #03304a;
    width:100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.login-wrap .btn-primary:hover{
    background-color: #f5bc10;
    color: #03304a;
}

.login-wrap .panel .panel-title {
    font-weight: normal;
}

.login-wrap .forgotp{
    color:#FFF;
    text-align: center;
}



/* register */

body.register{
    background-color:#fff;
}

.login-wrap-register {
    margin: 0 auto;
    padding-top: 70px;
    width: 350px;
    color: #03304a;
}

.login-wrap-register a{
    color: #03304a;
}

.login-wrap-register .brand {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 22px;
    color: #03304a;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.7);
}

.login-wrap-register .form-control{
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.login-wrap-register .panel {
    padding: 15px 20px;
    margin-top: 10px;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.login-wrap-register .btn-primary{
    background-color: #f5bc10;
    color: #03304a;
    width:100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.login-wrap-register .btn-primary:hover{
    background-color: #f5bc10;
    color: #03304a;
}

.login-wrap-register .panel .panel-title {
    font-weight: bold;
}

.login-wrap-register h3{
    color: #03304a;
}

.login-wrap-register .form-control{
    border: solid 1px #93a7b2;
}



/* inputs g */

.form-inputs-g .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
    padding-left: 2px;
    padding-right:2px;
}


.form-inputs-g select {

    /* styling */
    background-color: white;
    border: thin solid#03304a;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}



/* arrows */

.form-inputs-g select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, #03304a 50%),
            linear-gradient(135deg, #03304a 50%, transparent 50%),
            linear-gradient(to right, #fff, #fff);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
}

.form-inputs-g select.classic:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, gray, gray);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}


.form-inputs-g{
    margin: 0 auto;
    color:#9c9c9c;
}

.form-inputs-g a{
    color: #03304a;
}

.form-inputs-g.brand {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 22px;
    color: #03304a;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.7);
}

.form-inputs-g .panel {
    padding: 15px 20px;
    margin-top: 10px;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.form-inputs-g .btn-primary{
    background-color: #f5bc10;
    color: #03304a;
    width:100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.form-inputs-g .btn-primary:hover{
    background-color: #f5bc10;
    color: #03304a;
}

.form-inputs-g .panel .panel-title {
    font-weight: bold;
}

.form-inputs-g h3{
    color: #505050;
    font-weight: bold;
}


.map-canvas {
    width: 100%;
    height: 400px;
}
#map-road-canvas {
    margin-bottom: 15px;
}
#chartZoom .zoomBtn {
    position: absolute;
    cursor: pointer;
}
#chartZoom div.btn {
    font-size: smaller;
    right: 0px;
    position: absolute;
    cursor: pointer;
}
div#tooltip {
    display: none;
    position: absolute;
    padding: 3px;
    font-size: 9px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.9;
    border: 1px solid;
}
.chart-label {
    font-size: 8pt;
    text-align: center;
    padding: 2px;
    color: white;
}



/*** MODAL *****/


.modal-backdrop {
    background-color: transparent;
}
.modal-backdrop-transparent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
}
.modal-backdrop-orange {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #03304a;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1040;
}

.modal-transition {
    transition: all 0.4s ease;
}

.modal-title{
    font-weight: bold;
    color: #03304a;
}

.modal-header{
    border-bottom: none;
}

.fa{
    font-size: 16px;
    color: #03304a;
}

blockquote p{
    color:#9c9c9c;
    font-size: 14px;
}

.header-title-step{
    color:#9c9c9c;
}

.no-bordertop{
    border-top:none;
}

.my-blue {
    background-color: #03304a !important;
    margin: 2px !important;
    color: white;
}

.my-yellow {
    background-color: #fbc000 !important;
    margin: 2px !important;
    color: white;
}

.my-red {
    background-color: red !important;
    margin: 2px !important;
    color: white;
}

.my-green {
    background-color: #81c50a !important;
    margin: 2px !important;
    color: white;
}

.my-gray {
    background-color: #b3b3b3 !important;
    margin: 2px !important;
    color: white;
}

blockquote {
    position: relative;
    display: inline-block;
    background: #eee;
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #CCC;
    width: 100%;
/*
  box-shadow: 1px 1px 1px #999,
              2px 2px 1px #999,
              3px 3px 1px #999;
  transition-duration: .3s;
  */

span.author {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #999;

i {
    position: relative;
    background: #eee;
    padding-left: 5px;
    font-style: italic;
    z-index: 5;
}

&::before {
     display: block;
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     height: 1px;
     background: #ccc;
     z-index: 1;
 }
}

&:hover {
     box-shadow: 1px 1px 5px #999,
     2px 2px 6px #999,
     3px 3px 7px #999;
 }

&::before {
     display: block;
     position: absolute;
     top: 10px;
     left: 10px;
     content: "\"";
     font-family: 'Bitter', serif;
     font-size: 120px;
     color: #999
 }
}


.properties{
    background-color:#03304a;
    padding:10px;
    min-height: 145px;
    height: auto;    
    color:#fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height:35px;
}

.properties p{
    font-size:16px;
    font-weight:bold;
}

.propertie-number{
    color:#f5bc10;
    font-size:60px;
    font-weight:bold;
}

.create-complex{
    margin-left:44px;
    margin-top:20px;
}

.color1{
    background-color:#EEE;
    padding-left: 15px;
    padding-right: 15px;
}

.color2{
    padding-left: 15px;
    padding-right: 15px;
}

/* Move tfoot in the upper part of the table */
.dt_tfoot {
    display: table-header-group;
}

.pizote-spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../../pizotearkadmin/img/loader.gif') 50% 50% no-repeat;
    background-size: 50px 50px;
}


.form-actions{
    width:10%;
}


/*PARA EL DROPZONE*/
.dz-details{
    display: none;
}

.dz-image > img{
    max-width:100%;
    height:auto;
}

/*extras*/
.headerLogo{
    width: 1800px !important;
    top:-10px !important;
    height: 35px !important;
}

.headerLogoSecurity{
    width: 360px !important;

}

/*FIX FLAGSTRAP*/
.flagstrap > button{
    width: 95% !important;
    margin-top: 2px !important;
}


/*** NUEVAS PANTALLAS ****/

/**** CONDO ADD PROPERTY ****/

.fulltable{
    width: 100% !important;
}


.btn-primary-blue{
    background-color:#03304a;
    color:#FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.btn.btn-primary-blue:hover, .btn:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.pizote-actions{
    width:150px;
}


.txt-blue-bold, 
.form-group > label,
.form-group > .checkbox > label{
    color:#03304a;
    font-weight: bold;
    font-size: 14px;
}

.txt-red-bold{
    color:#FF2D00 !important;
    font-weight: bold !important;
}

.txt-green-bold{
    color:#6FBF32;
    font-weight: bold;
}

.alert-condo-edit{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #d9edf7;
    color:#31708f;
}


.btn_update{
    background-color: #000 !important;
    color: #fff !important;
    width: 20% !important;
    min-width: 100px;
}


.btn_cancel{
    background-color: red !important;
    color: #fff !important;
    width: 20% !important;
    min-width: 100px;
}

.btn_gris_tickets{
    background-color: #656565 !important;
    color: #fff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal !important;
}


.btn_trans_tickets{
    background-color: transparent !important;
    color: #162f45 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal !important;
    border: 1px solid #162f45;
}

.btn_azulm_tickets{
    background-color: #162f45 !important;
    color: #FFF !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal !important;

}

.btn_azul_tickets{
    background-color: #357ebd !important;
    color: #FFF !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal !important;
}

.btn_verde_tickets{
    background-color: #266026 !important;
    color: #FFF !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal !important;
}

.btn_red_tickets{
    background-color: red !important;
    color: #FFF !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal !important;
}

.wrapp-update-m-c{
    padding: 20px;
    border: 1px solid #428bca;
}
.title-update-m-c{
    font-weight: bold;
}

.txt-blue-time{
    color:#03304a;
    font-weight: normal;
    font-size: 12px;
}

.text-messages p{
    color:#03304a;
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
}


.row{
    margin-left:0px !important;
    margin-right:0px !important;
}


.txt-blue-light{
    color:#03304a;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
}


.bg-rate{
    background-color:#EAEAEA;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 25px;
    color:#03304a;
    border-radius: 20px;
}




.btn-cancel-contract{
    background-color:red!important;
    color: #fff !important;
}


.color1 p{
    color:#03304a;
}

.color2 p{
    color:#03304a;
}


.color input{
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-corner{
    background-color:	#DCDCDC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    color:#03304a;
}

.bg-corner input{
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-inputs-g p{
    color:#03304a;
}

.generateText{
    font-size: 12px;
    text-align: right;
    color: #FFF;
    margin-top: 10px;
}

.container{
    width: 100% !important;
}


.cuadrito-dashboard{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 100%;
    height: 70px;
    padding: 10px;
}

.texto-d{
    color: #03304a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.cuadrito-dashboards{
    border: none;
    width: 100%;
    height: 90px;
    padding: 10px 15px;
    border-radius: 3px;
}

.cuadrito-dashboards *{
    color: white !important;
}

.button-cancel{
    background-color:#bcbcbc !important;
    color: black !important;
}

.pizoteTableID{
    width: 50px !important;
}

/*AGREGADO POR DIEGO TOBAR*//*AGREGADO POR DIEGO TOBAR*/
/*AGREGADO POR DIEGO TOBAR*//*AGREGADO POR DIEGO TOBAR*/

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"]{
    border: 1px solid #ddd;
    border-radius: 3px !important;
    height: 35px !important;
    display: block;
}

textarea{
    border: 1px solid #ddd;
    border-radius: 3px !important;    
    display: block;
    resize: none;
}

.btn, button, input[type="submit"]{
    border: none !important;
    border-radius: 3px !important;
    height: 35px !important;
    display: block;
}

a.btn{
    line-height: 22px !important;
    font-size: 13px;
}

select{
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    height: 35px !important;
    -webkit-appearance: none;
    padding: 0.5em 3.5em 0.5em 1em;
    background-color: white;
    background-image: linear-gradient(45deg, transparent 50%, #03304a 50%), linear-gradient(135deg, #03304a 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

/*sidebar*/
#notificationList{
    box-shadow: -2px 7px 5px 2px rgba(0,0,0,0.2);
}

#notificationList .fa-bell{
    color: #f5bc10;
    display: none;
}

#notificationList p.txt-blue-bold{
    font-size: 13px;
}

#notificationList p{
    font-size: 11px;
}

#notificationCount{
    background-color: white;
    color: #03304a;
    margin: 0;
    font-weight: bold;
}
#notificationCount:before{
    border: none !important;
}

#notificationList .time{
    margin-top: 10px;
    margin-bottom: 10px;
}


aside .nav li {
    min-height: 35px;
    height: auto;
}

aside .nav li a{
    line-height: 35px !important;
}
.sidebar .nav li > a .caret {    
    margin-top: 16px; 
}

.menu.open .submenu{
    padding: 2px 2px 2px 0px !important;
}

/*notificaciones*/
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a:first{
    border-top: none !important;
}

.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a {
    padding: 10px;        
    color: #666;
    text-align: left;
    border-top: 0.5px solid #ddd;
    border-right: none;
    background-color: transparent;  
}
.sidebar .nav .menu .submenu > .active > a, .sidebar .nav .menu .submenu > .active > a:hover, 
.sidebar .nav .menu .submenu > .active > a:focus {
    background-color: #020d13;
    padding-left: 17px;
    border-left: solid 3px #fbc210;
    color: #fff;
    height: auto;
    padding-top: 0px;
    font-size: 14px;
}
.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li > a:hover {
    color: #428bca;
    background-color: transparent;  
}

.navbar-default.navbar-main .navbar-nav > li.notification .dropdown-menu li:hover{
    background-color: #eee;
}

blockquote{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*tablas*//*tablas*//*tablas*/

table th input.form-control {
    height: 30px !important;
    font-size: 10px;
    font-weight: 400;
}

#divTime label{
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0px 20px;
}
#divTime label input{
    line-height: 30px;
    margin-right: 10px;
}

thead tr{
    background-color: #03304a;
}

tfoot tr th{
    background-color: #eee; 
    padding: 5px 18px 5px 18px !important;
}

thead tr{
    background-color: #03304a;
    padding: 5px 18px 5px 18px !important;
}

thead tr th:last-child{
    text-align: left !important;
}

tfoot tr input{
    background-color: transparent !important;
    border-color: #AAA !important;
}

thead tr *{
    color: white;
}

.no-margin{
    margin: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.no-under{
    text-decoration: none !important;
}

.margin-right-10{
    margin-right: 10px;
}

.sidebar .nav .open > a, .sidebar .nav .open > a:hover, .sidebar .nav .open > a:focus{
    background-color: #f5bc10 !important;
}

.header-title{
    margin: 0;
}

.flagstrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background-color: white;
    overflow: hidden;
    border-radius: 3px;
}

.flagstrap button{
    background-color: white !important;
    margin: 0 !important;
}


#myColor{
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px !important;
}

.datepicker table th {
    background-color: #bfbfbf !important;
    color: #03304a !important;
    border-radius: 0 !important;
}

.btn-ps{
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px !important;
    padding-left: 30px;
    padding-right: 30px;
}

hr.punteada{
    border-width: 1px; 
    border-style: dashed; 
    border-color: #93a7b2;
}

aside{
    position: relative;
    background-color: #03304a;
}

aside .sidebar-inner{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    overflow-y: scroll;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #03304a;
    border: 2px solid #fff0ff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    color: white;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #03304a;
    border: 2px solid #fbc000;
    color: white;
}

span.round-tab:hover {
    color: white;
    border: 2px solid #333;
}

.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: white;
    border: 2px solid #fbc000;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #03304a;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
.step1 .row {
    margin-bottom:10px;
}
.step_21 {
    border :1px solid #eee;
    border-radius:5px;
    padding:10px;
}
.step33 {
    border:1px solid #ccc;
    border-radius:5px;
    padding-left:10px;
    margin-bottom:10px;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}
.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
    background:#ebebeb;
    margin:5px 0 0;
    padding:7px 20px;
    cursor:pointer;
    color:#fff;
    font-weight:400;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
}
.unselect_img{
    width:18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active-header {
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    background:#F53B27;
}
.active-header:after {
    content:"\f068";
    font-family:'FontAwesome';
    float:right;
    margin:5px;
    font-weight:400
}
.inactive-header {
    background:#333;
}
.inactive-header:after {
    content:"\f067";
    font-family:'FontAwesome';
    float:right;
    margin:4px 5px;
    font-weight:400
}
.accordion-content {
    display:none;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.accordion-content a{
    text-decoration:none;
    color:#333;
}
.accordion-content td{
    border-bottom:1px solid #dcdcdc;
}

.btn-gray {
    background-color:#bcbcbc !important;
    color: black !important;
}



@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.mt-1 {
    margin-top: 1px !important;
}
.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}
.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}




/*COMENTARIO PARA FORZAR UN PUSH*/