@CHARSET "ISO-8859-1";
.detail-control {
    background-color: #fff;
    border: 1px none #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 40px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
}

.bg-revision-success {
    background-color: #dff0d8 !important;
}

.bg-revision-last {
    background-color: #fcf8e3 !important;
}
.fa-revision-lg {
    font-size: 1.2em;
    line-height: 0.75em;
}
.fa-revision-lg-va{
    font-size: 1.2em;
    line-height: 0.75em;
    vertical-align: -20%;
}

.fa-btn-print {
    color: #1d71b8 !important;

}

.fa-btn-print>i {
    font-size: 1.2em;
}


.float-right{
    float: right;
}

.float-left{
    float: left;
}

.table-hover>tbody>tr:hover {
    cursor: pointer;
    background-color: #d7f1fb;
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
    z-index: 4;
}

.table>thead>tr>th{
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #1d71b8 !important;
}

.table>tfoot>tr>td{
    vertical-align: bottom;
    border-top:   double #1d71b8;
    font-weight: 900;
    background-color: rgba(29, 113, 184, .2);

}

.g-alert{
    font-size: 34px;
    line-height: .75em;
    vertical-align: -40%;
}
.scrud-blue {
    color: #1d71b8;
}

a.btn.glyphicon.glyphicon-remove.float-right.col-xs-1 {
    font-size: 15px !important;
    padding: 5px 30px;
}


.scrud-input-file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.scrud-input-file + label {
    font-size: 2.0rem;
    font-weight: 700;
    color: #1d71b8;
    display: inline-block;
    white-space: nowrap;
    width:85%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; /* "hand" cursor */
}

.scrud-input-file + label + label {
    font-size: 2.0rem;
    font-weight: 700;
    color: #1d71b8;
    display: inline-block;
    white-space: nowrap;
    width:15%;
    text-align: right;
    cursor: pointer; /* "hand" cursor */
}

.scrud-input-file:focus + label {
    outline: 1px dotted #1d71b8;
    outline: -webkit-focus-ring-color auto 5px;
}

.scrud-input-file + label * {
    pointer-events: none;
    position: relative;
    bottom: 2px;
}

#spinner-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .9);
}

.va-outer {
  position: relative;
}

.va-inner {
  position: absolute;
  top: 50%;
  height: 6em;
  margin-top: -3em;
}

a.fa:hover {
    text-decoration: none;
}

.btn-fixed{
    width: 30px;
}

.estado {
    display: inline;
    padding: .2em .6em .3em !important;
    font-size: 85%;
    font-weight: 700;
    line-height: 1 !important;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
}

.estado-success {
    background-color: #5cb85c;
}
.estado-danger {
    background-color: #d9534f;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align : middle;
}


/*Cabeceras tabla agregaciones*/

.handle:hover{
    background-color: #d7f1fb;
}

.handle:hover > .some-handle{
    color:#ccc;
}

.some-handle{
    color: #fff;
    margin:5px 0px 5px 2px;
}

.some-handle:hover{
    color: #1d71b8;
    margin-top: 2px;
    cursor:move;
}

a.cursor-pointer:hover{
    cursor:pointer;
}

/*Disabled chosen combo*/
.chosen-grey{
    opacity: 1 !important;
}
.chosen-grey > .chosen-single {
    background-color: #edeff5 !important;
    opacity: 1 !important;
}

.chosen-grey:hover > .chosen-single {
    cursor:not-allowed !important;
}

.chosen-grey > .chosen-choices {
    background-color: #edeff5 !important;
    opacity: 1 !important;
}

.chosen-grey:hover > .chosen-choices {
    cursor:not-allowed !important;
}


.chart-btn {
    font-size: inherit !important;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    padding: 5px;
    color: #1d71b8;
}

.chart-selected {
    color: white !important;
    background-color: #1d71b8 !important;
}

.chart-btn-br {
    border-right: 1px solid #dadada;
}
.chart-btn:hover {
    font-size: inherit !important;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    padding: 5px;
    color: #1d71b8;
    cursor: pointer;
    background-color: #d7f1fb;
}

.chart-selected:hover {
    color: white !important;
    background-color: #1d71b8 !important;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 1px !important;
}

.checkbox label::before {
    margin-top: 2px;
}
.checkbox input[type=checkbox]+label::after, .checkbox input[type=radio]+label::after {
    margin-top: 2px;
}

/*Menu contextual*/
.context-menu li.ulli-cm a { text-decoration: none; }
.context-menu li.ulli-cm a.oki-doky { cursor: pointer; font-size:18px !important; margin-left:8px; color:#5cb85c; }
.context-menu li.ulli-cm a.oki-doky:hover { cursor: pointer; font-size:18px !important; margin-left:8px; color:#0066aa; }
.context-menu {  display: none;  position: fixed;  z-index: 9999; padding: 1px 0; font-size: 14px; width: 200px;  background-color: #fff;  border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf;  }
.context-menu .chosen-container {   font-size: 14px; position: inherit;}
.context-menu .date .form-control-feedback { line-height: 30px; cursor: pointer;}
.context-menu .chosen-container-single .chosen-single { line-height: 30px; height: 30px;}
.context-menu__link>span>label { margin:0; }
.context-menu .chosen-container-single .chosen-single abbr { top: 10px; right: 22px}
.context-menu .chosen-container-single .chosen-single div { top: -2px; right: -2px;}
.context-menu--active {  display: block;  }
.context-menu__items input { font-size: 14px; height: auto;}
.context-menu__items select { font-size: 14px; height: auto;}
.context-menu__items { list-style: none;  margin: 0;  padding: 0;  }
.context-menu__item { display: block; position:relative;  border: 1px solid transparent}
.context-menu__item:last-child {  margin-bottom: 0;  }
.context-menu__link {  display: block;   padding: 4px 10px;  color: #0066aa;  text-decoration: none; border: 1px solid transparent }
.context-menu__link.hovered {      border: 1px solid #628db6; background-color: #eef5fd; border-radius: 3px;  }
.context-menu li.context-menu__item.ulli-cm.hovered { border: 1px solid #628db6;   background-color: #eef5fd;  border-radius: 3px;  cursor: pointer;}
.context-menu__items ul.ulli-cm {  position: absolute;  white-space: nowrap;  z-index: 1;  left: -99999em;}
.context-menu__items > li.ulli-cm.hovered > ul.ulli-cm {  max-height: 300px; overflow-y: auto; left: auto;  padding-top: 5px  ;  min-width: 100%;    }
.context-menu__items > li.ulli-cm.hovered:not(.open-up) > ul.ulli-cm {top: 0px;}
.context-menu__items > li.ulli-cm.hovered.open-up > ul.ulli-cm {top: auto;bottom: 0px;}
.context-menu__items > li.ulli-cm li.ulli-cm ul.ulli-cm {  border-left:1px solid #fff;}
.context-menu__items > li.ulli-cm li.ulli-cm.hovered > ul.ulli-cm {  left: 100%;  top: -1px;  }
.context-menu__item ul.ulli-cm { background-color: #ffffff; padding: 7px 11px;  list-style-type: none;  text-decoration: none; margin-left: 180px; border: solid 1px #dfdfdf;  box-shadow: 1px 1px 2px #cfcfcf; }
.page-media .context-menu__items ul.ulli-cm li.ulli-cm { display: block; }

.context-menu__link.hovered {
    color: black;
}
.bootstrap-datetimepicker-widget ul {
    font-size: 12px;
}

.open>.dropdown-menu {
    display: block;
    max-height: 50vh;
    overflow: auto;
    width: max-content;
}

nav#context-menu .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

nav#context-menu .chosen-container.chosen-with-drop .chosen-single {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: none;
}

nav#context-menu .chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: none;
    margin-bottom: -16px;
}
/* Validation styles */
.has-success .scrud-select2 + .select2-container .select2-selection {
    border-color: #3c763d;
}
.has-warning .scrud-select2 + .select2-container .select2-selection {
    border-color: #8a6d3b;
}
.has-error .scrud-select2 +  .select2-container .select2-selection {
    border-color: #a94442;
}
.scrud-select2 .select2-container--bootstrap .select2-selection__clear {
    text-align: center;
    margin-right: 5px;
    padding: 0 10px;
}

.numeric-field {
    text-align: right
}

.column-mandatory:after{
    content: "*";
    color: #a94442;
    font-weight: 700;
    margin-left: 5px;
}

@-webkit-keyframes fa-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate {
    -webkit-animation: fa-spinner 1.1s infinite linear;
            animation: fa-spinner 1.1s infinite linear;
}

td.td-number{
    width:9%;
}
td.td-select{
    width: 30%;
    max-width: 220px;
}

.th-sticky{
    background: white;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.refresh {
    cursor:pointer;
}

#page-loader {
    z-index: 9999
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}

.loader-progress{
    text-align:center;
    color:white;
    opacity:1;
    font-weight:bold;
    position:absolute;
    top:calc(50% + 50px);
    left:0;
    width:100%
}

.chosen-container-multi .chosen-choices .search-field input[type=text] {
    height: 38px;
}

/* Cambiar los -5px de la maqueta por ceros para evitar la aparición de barras de scroll en los menús */
#main-header .dropdown .dropdown-menu:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/*Sustitucion de i por em */
#main-header #header-right #header-user #header-notifications > a, #main-header #header-right #header-user #header-notifications > div, #main-header #header-right #header-user #header-notifications > em, #main-header #header-right #header-user #header-notifications > span {
    margin-right: 20px
}

@media (max-width: 1199px) {
    #main-header #header-right #header-user #header-notifications > a, #main-header #header-right #header-user #header-notifications > div, #main-header #header-right #header-user #header-notifications > em, #main-header #header-right #header-user #header-notifications > span {
        margin-right: 12px
    }
}

@media (max-width: 991px) {
    #main-header #header-right #header-user #header-notifications > a, #main-header #header-right #header-user #header-notifications > div, #main-header #header-right #header-user #header-notifications > em, #main-header #header-right #header-user #header-notifications > span {
        margin-right: 16px
    }
}


.page#login-page .page-content .container .panel .panel-body .panel-controls em, .page#login-page-carousel .page-content .container .panel .panel-body .panel-controls em, .page#login-page-color-bg .page-content .container .panel .panel-body .panel-controls em, .page#login-page-coop .page-content .container .panel .panel-body .panel-controls em, .page#login-page-logo .page-content .container .panel .panel-body .panel-controls em, .page#login-page-with-text .page-content .container .panel .panel-body .panel-controls em {
    font-size: 1.6em;
    color: #ddd;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    padding: 5px;
    cursor: pointer
}

.page#login-page .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-carousel .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-color-bg .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-coop .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-logo .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-with-text .page-content .container .panel .panel-body .login-left .login-toolbar em {
    font-size: 28px;
    color: #009ee0;
    padding: 0 4px 0 16px;
    top: 7px
}

[data-deploy] > .dep-control-wrapper > .dep-control-button > em {
    position: relative;
    top: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

[data-deploy].dep-closed > .dep-control-wrapper > .dep-control-button > em {
    -webkit-transform: rotate(630deg);
    -ms-transform: rotate(630deg);
    -o-transform: rotate(630deg);
    transform: rotate(630deg)
}

#main-header #header-right #header-user #header-notifications em {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    display: inline-block;
    font-size: 25px;
    color: #009ee0
}

#main-header #header-right #header-user #header-profile #header-profile-data .dropdown-menu #header-notifications-mobile a, #main-header #header-right #header-user #header-profile #header-profile-data .dropdown-menu #header-notifications-mobile em {
    color: #009ee0
}

#main-header #header-right #header-user #header-profile #header-profile-data .dropdown-menu #header-notifications-mobile em {
    font-size: 20px
}

#main-footer #footer-info #footer-menu ul li em {
    font-size: 1.1em;
    vertical-align: top;
    margin-right: 4px
}

#env-display-top #env-display-content-top em {
    font-size: 1.26em;
    vertical-align: -10%;
    margin-right: 22px
}

#env-display #env-display-content em {
    font-size: 1.26em;
    vertical-align: -10%;
    margin-right: 22px
}

section#icons.page .icon-list .icon-container .icon-wrapper em {
    font-size: 1.5em;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    width: calc(100% - 10px);
    margin: 8px 10px 8px 0;
    border-right: 1px dotted #b3b3b3
}

section#tools.page #tools-tooltip .wrapper em {
    margin-right: 10%;
    display: inline-block;
    font-size: 2em;
    color: #777
}

/*Sustitucion de i por em */
#main-header #header-right #header-user #header-notifications > a, #main-header #header-right #header-user #header-notifications > div, #main-header #header-right #header-user #header-notifications > em, #main-header #header-right #header-user #header-notifications > span {
    margin-right: 20px
}

@media (max-width: 1199px) {
    #main-header #header-right #header-user #header-notifications > a, #main-header #header-right #header-user #header-notifications > div, #main-header #header-right #header-user #header-notifications > em, #main-header #header-right #header-user #header-notifications > span {
        margin-right: 12px
    }
}

@media (max-width: 991px) {
    #main-header #header-right #header-user #header-notifications > a, #main-header #header-right #header-user #header-notifications > div, #main-header #header-right #header-user #header-notifications > em, #main-header #header-right #header-user #header-notifications > span {
        margin-right: 16px
    }
}


.page#login-page .page-content .container .panel .panel-body .panel-controls em, .page#login-page-carousel .page-content .container .panel .panel-body .panel-controls em, .page#login-page-color-bg .page-content .container .panel .panel-body .panel-controls em, .page#login-page-coop .page-content .container .panel .panel-body .panel-controls em, .page#login-page-logo .page-content .container .panel .panel-body .panel-controls em, .page#login-page-with-text .page-content .container .panel .panel-body .panel-controls em {
    font-size: 1.6em;
    color: #ddd;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    padding: 5px;
    cursor: pointer
}

.page#login-page .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-carousel .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-color-bg .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-coop .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-logo .page-content .container .panel .panel-body .login-left .login-toolbar em, .page#login-page-with-text .page-content .container .panel .panel-body .login-left .login-toolbar em {
    font-size: 28px;
    color: #009ee0;
    padding: 0 4px 0 16px;
    top: 7px
}

[data-deploy] > .dep-control-wrapper > .dep-control-button > em {
    position: relative;
    top: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

[data-deploy].dep-closed > .dep-control-wrapper > .dep-control-button > em {
    -webkit-transform: rotate(630deg);
    -ms-transform: rotate(630deg);
    -o-transform: rotate(630deg);
    transform: rotate(630deg)
}

.open>#favorites-column-section.dropdown-menu {
    overflow: visible !important;
}


/*Modificaciones estilos error chosen */
chosen-container-single.error {
    border: 2px solid #CC0000
}

.has-error .chosen-container-single {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .chosen-container-single:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.chosen-single.error {
    border: 2px solid #CC0000
}

.has-error .chosen-single {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .chosen-single:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.chosen-container-single.warning {
    border: 2px solid #faebcc;
}

.has-error .chosen-container-single {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .chosen-container-single:focus {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.chosen-single.warning {
    border: 2px solid #faebcc
}

.has-warning .chosen-single {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .chosen-single:focus {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

/*Chosen multi*/
.chosen-container-multi.error {
    border: 2px solid #CC0000
}

.has-error .chosen-container-multi {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .chosen-container-multi:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.chosen-choices.error {
    border: 2px solid #CC0000
}

.has-error .chosen-choices {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .chosen-choices:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}


span.glyphicon.glyphicon-calendar.form-control-feedback {
    right: 13px;
}

span.glyphicon.glyphicon-time.form-control-feedback {
    right: 13px;
}

.bootstrap-datetimepicker-widget table td {
    height: inherit;
    line-height: inherit;
    width: inherit;
}

/*Estilos paginas de error*/
#page-error-403 .error-image img {
    width: 40% !important;
    margin-left: 0;
}
#page-error-404 .error-image img {
    width: 40% !important;
    margin-left: 0;
}
#page-error-500 .error-image img {
    width: 40% !important;
    margin-left: 0;
}

/*Fixes inline css */
.a-button {
    text-decoration: none;
    cursor: pointer;
}
.a-pointer {
    cursor: pointer;
}
.a-text-decoration-none:hover {
    text-decoration: none !important;
}

.c-azul-maqint {
    color: #1d71b8;
}
.c-red{
    color: #d9534f;
}
.c-alert-info{
    color: #31708f;
}
.c-alert-error{
    color: #a94442;
}
.c-alert-warning{
    color: #8a6d3b;
}
.c-alert-success{
    color: #3c763d;
}


.d-none {
    display: none ;
}
.d-block {
    display: block ;
}
.d-inline-block{
    display: inline-block ;
}
.d-flex {
    display: flex ;
}


#text-filters-span {
    font-size: 70% ;
    font-weight: normal;
    color:#ccc;
}

.dropdown-search {
    width: 98%;
    margin-bottom: 5px;
    padding-left: 5px;
    border-radius: 10px;
    line-height: 2em;
}
.dropdown-search-icon {
    position: absolute;
    right: 1em;
    top: 45%;
    transform: translateY(-50%);
}
.input-search {
    position: relative;
}


.div-table-container {
    min-width: 100%;
    -ms-overflow-style: none;
    overflow-x: auto;
    margin-bottom: 20px;
}

.border-b-2 {
    border-bottom:2px solid;
}
.border-b-2-blue {
    border-bottom: 2px solid #1d71b8;
}
.border-rad-50-blue {
    border-radius: 50px; color:#1d71b8;
}
.background-none {
    background: none;
}

.p-25em {
    padding: .25em !important;
}
.top-6 {
    top: 6px !important;
}
.top-3 {
    top: 3px !important;
}
.m-0 {
    margin: 0 !important;
}
.m-less-20 {
    margin: -20px !important;
}
.m-t-em-1 {
    margin-top: 1em !important;
}
.m-t-65 {
    margin-top: 65px !important;
}
.m-t-less-4 {
    margin-top: -4px !important;
}
.m-t-less-12 {
    margin-top: -12px !important;
}
.m-l-less-30 {
    margin-left: -30px !important;
}
.m-r-less-30 {
    margin-right: -30px !important;
}


.transtion-none-0 {
    transition: none 0s ease 0s;
}
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}


.h-500{
    height: 500px;
}
.h-max-40{
    max-height: 40px;
}
.w-min-100p {
    min-width: 100%;
}
.w-min-375 {
    min-width: 375px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}
.w-12p {
    width: 12%;
}
.w-80p {
    width: 80%;
    margin: auto;
}
.w-85p {
    width: 85%;
}
.w-100p{
    width: 100% !important;
}
.w-calc-less-25 {
    width: calc(100% - 25px);
}
.va-less-1 {
    vertical-align: -1px !important;
}

.font-size-12 {
    font-size: 1.2em;
}
.line-h-normal {
    line-height: normal;
}
.table-filters-legend{
    margin: auto 0 0 ;
}
.btn a {
    color: inherit !important;
    text-decoration: none;
}


/*Chosen multiple or and*/
.chosen-toggle-wrapper {
    position: absolute;
    top: 68%;
    right: 1.5em;
    transform: translateY(-50%);
}
.ios-toggle {
    display: none;
}
label.ios-switch{
    margin-bottom: auto;
}
.ios-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
    background: #2196F3;
    border-radius: 13px;
    transition: background 0.3s;
    cursor: pointer;
}
.toggle-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    transition: left 0.3s;
    z-index: 2;
}
.toggle-letter-y {
    position: absolute;
    top: 0;
    right: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: white;
    z-index: 1;
    pointer-events: none;
}
.toggle-letter-o {
    position: absolute;
    top: 0;
    right: 2.2em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: white;
    z-index: 1;
    pointer-events: none;
}
.ios-toggle:checked + .ios-switch {
    background: #2196F3;
}
.ios-toggle:checked + .ios-switch .toggle-handle {
    left: 20px;
}
.ios-toggle:checked + .ios-switch .toggle-letter-o::after {
    content: "O";
}
.ios-toggle:not(:checked) + .ios-switch .toggle-letter-y::after {
    content: "Y";
}
.chosen-single .chosen-default{
    text-decoration: none;
}

/*Panel oculta select drop*/
.panel-group .panel {
    overflow: unset;
}

/*Photo Element Form*/
.pu-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.pu-uploader {
    width: 140px;
    height: 140px;
    position: relative;
}
.pu-preview-wrapper {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 2px dashed #bbb;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .3s, transform .3s;
    position: relative;
}
.pu-preview-wrapper:hover {
    border-color: #357edd;
    transform: scale(1.02);
}
.pu-drag-over {
    border-color: #28a745 !important;
    background: rgba(40,167,69,0.1);
}
.pu-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pu-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
}
.pu-preview-wrapper:hover .pu-overlay,
.pu-drag-over .pu-overlay {
    opacity: 1;
}
.pu-overlay-icon {
    font-size: 1.5rem;
    color: #fff;
}
.pu-file-input {
    position: absolute;
    width: 0; height: 0;
    opacity: 0;
    overflow: hidden;
}


/* CSS para el switch con etiqueta ON/OFF  */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: auto;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    top: -1px; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    border-radius: 12px;
    transition: background-color .3s;
}
.slider:before {
    content: "";
    position: absolute;
    height: 20px; width: 20px;
    left: 2px; bottom: 2px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .3s;
}
.slider-label {
    position: absolute;
    top: 0; bottom: 0;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    pointer-events: none;
    /* por defecto (OFF) lo pegamos a la derecha */
    right: 6px;
    text-transform: uppercase;
}
input:checked + .slider {
    background-color: #4caf50;
}
input:checked + .slider:before {
    transform: translateX(26px);
}
input:checked + .slider .slider-label {
    left: 6px;
    right: auto;
}

/*Estilos para loader en un div determinado*/
.loader-spiner {
    border: 8px solid rgba(0,0,0,0);
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: relative;
    top: calc(50% - 30px);
    z-index: 9999;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-container {
    position: relative;
}
.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 3;
}