/* Error de minimización. Devolviendo el contenido no minimizado.
(754,38): run-time error CSS1046: Expect comma, found '0'
(754,42): run-time error CSS1046: Expect comma, found '/'
(754,68): run-time error CSS1046: Expect comma, found '0'
(754,72): run-time error CSS1046: Expect comma, found '/'
(754,98): run-time error CSS1046: Expect comma, found '0'
(754,102): run-time error CSS1046: Expect comma, found '/'
 */
body {
    background: url(../Images/bg_login.jpg);
    background-size: cover;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 100%;
}
                                        /* Todas las vistas */
html, body {
    height: 100%;
}
.dis-inline{
    display: inline-block;
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
    visibility: hidden;
}
*::-webkit-scrollbar {
    width: 9px;
    height: 8px;
    background-color: transparent;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(3, 169, 244, 0.8);
}
*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(3, 169, 244, 1);
}
.twitter-typeahead .tt-dropdown-menu {
    height: 1000%;
    overflow-y: auto;
}
.typeahead.up ~ .tt-dropdown-menu, .form-control.up ~ .tt-dropdown-menu{
    top: auto !important;
    bottom: 100% !important;
}
.flotante_menu {
    /*display: scroll;*/
    position: fixed !important;
    bottom: 20px !important;
    right: 30px !important;
}
.foto {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 15px;
    border-color: black;
    text-align: center;
}
.box-dark{
    background-color: rgba(0, 0, 0, 0.30);
}
.box-gray {
    padding: 10px;
    background-color: #f8f8f8;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
}
.box-gray.md-pdn{
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-white{
    background-color: #ffffff;
}

.text-white{
    color: #ffffff;
}
.fnt-medium{
    font-weight: 500;
}
.full-height{
    height: 100%;
}
.mrg_n{
    margin: 0;
}
.mrg_n-tp{
    margin-top: 0;
}
.mrg_n-bt{
    margin-bottom: 0;
}
.mrg-lt-15{
    margin-left: 15px !important;
}
.mrg_tp-5{
    margin-top: 5px;
}
.mrg_tp-10{
    margin-top: 10px;
}
.mrg_tp-15{
    margin-top: 15px;
}
.mrg_tp-40 {
    margin-top: 40px;
}
.mrg_bt-10{
    margin-bottom: 10px;
}
.mrg_bt-20{
    margin-bottom: 20px;
}
.pdn_n-left{
    padding-left: 0;
}
.pdn_n-right{
    padding-right: 0;
}
.pdn_n_bt{
    padding-bottom: 0;
}
.pdn_tp-10{
    padding-top: 10px;
}
.pdn_bt-10{
    padding-bottom: 10px;
}
.pdn_left-15{
    padding-left: 15px;
}
.pdn_right-15{
    padding-right: 15px;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
/*-----------------------------------------------------------------------------------*/

/*Estilos para vista standar con menú lateral de iconos y tab-title*/
.st-main {
    height: 100%;
    padding-left: 66px;
    padding-right: 15px;
}
.st-main.n-ltr-nav{
    padding-left: 15px;
}
.st-main > form {
    height: 100%;
}
.tab-title {
    position: relative;
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 2px solid #eeeeee;
}
.tab-title .title {
    margin: 0;
    font-weight: 500;
}
.tab-title .line {
    position: absolute;
    bottom: -2px;
    width: 40%;
    height: 2px;
    background-color: rgba(31, 115, 182, 0.80);
}
.menu-actions {
    padding: 8.5px 0px;
}
.menu-actions .btn-action {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.40);
    border: none;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}
.menu-actions .btn-action > i {
    vertical-align: middle;
}
.btn-action:hover{
    background-color: rgba(0, 0, 0, 0.70);
}
.btn-action.disabled, .btn-action[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-action:hover.disabled, .btn-action[disabled]:hover {
    background-color: rgba(0, 0, 0, 0.40);
}
.st-main .box-main {
    height: calc(100% - 68px);
    padding-top: 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.st-main .box-form {
    padding: 0px 15px 15px 15px;
}
.st-main .box-table {
    position: relative;
    overflow: hidden;
}
.box-table .row, .box-table .row [class^='col-'], .box-table .row [class^='col-'] .table-responsive {
    height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*Estilos para vista standar con menú lateral ancho symbol tab-title*/
.st-mla-main {
    height: 100%;
    padding-left: 20.83333333333333%;
    padding-right: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*Estilos para vista compuesta de paneles*/
.panel-box-form{
    padding-bottom: 15px;
}
.panel-box-table{
    position: relative;
    overflow: hidden;
}
.panel-box-table > .row{
    height: 100%;
}
.panel-box-table > .row > [class^='col-']{
    height: 100%;
}
.panel-box-table > .row > [class^='col-'] > .table-responsive{
    height: 100%;
}
/*Estilos tabs con tablas*/
.tab-content.full-h .tab-pane{
    height: 100%;
}
.tab-table-content .row, .tab-table-content .row [class^='col-'], .tab-table-content .row .table-responsive{
    height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*COMPONENTES*/
/*Botones*/
.btn {
    padding: 0.5rem 0.75rem;
    transition: all 0.15s ease-in-out;
}
.btn.btn-raised.btn-primary {
    background-color: #4C8FC5;
}
.btn.btn-raised.btn-primary, .input-group-btn .btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary, .input-group-btn .btn.btn-fab.btn-primary, .btn-group-raised .btn.btn-primary, .btn-group-raised .input-group-btn .btn.btn-primary {
    background-color: #4C8FC5;
}
.input-group-btn .btn.btn-fab {
    border-radius: 50% !important;
}
.btn-action-select {
    margin-top: 7px;
}
.btn-action-select.actions-in-form {
    margin: 3.5px 0px;
}
.action-select {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding: 5px;
    background-color: rgba(31, 115, 182, 0.8);
    border: none;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.action-select:hover, .action-select:focus {
    color: #ffffff;
}
.action-select.disabled{
    background-color: #bbbbbb;
    cursor: not-allowed;
    pointer-events: none;
}
.action-select2 {
    display: inline-block;
    position: relative;
    padding: 3px;
    border: none;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}
.action-select2:hover, .action-select2:focus {
    color: #ffffff;
}
.btn-rounded {
    display: inline-block;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-radius: 18px;
}
.btn.btn-raised.btn-primary.btn-rounded {
    background-color: transparent;
    border-color: #4C8FC5;
    color: #4C8FC5;
}
.btn.btn-raised.btn-primary.btn-rounded:hover, .btn.btn-raised.btn-primary.btn-rounded:focus {
    background-color: #4C8FC5;
    color: #ffffff;
    text-decoration: none;
}
.btn-table-action {
    display: inline-block;
    margin: 0;
    padding: 2px;
    color: #666666;
    cursor: pointer;
}
.btn-table-action:hover{
    color: #4C8FC5;
}
.btn-action-modal{
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding: 3px 10px;
    background-color: transparent;
    color: #4C8FC5;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 2px solid #4C8FC5;
    border-radius: 18px;
    cursor: pointer;
    outline: 0;
}
.btn-action-modal i{
    vertical-align: middle;
}
.btn-action-modal i + span{
    position: relative;
    top: 2px;
    padding-left: 6px;
}
/*Lista con adjunto*/
.list-attached {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-attached li {
    padding: 8px;
    margin-bottom: 5px;
    background-color: #eeeeee;
    border-radius: 4px;
}
.list-attached li > div {
    display: inline-block;
    vertical-align: middle;
}
.list-attached li > .icon {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    color: #4C8FC5;
}
.list-attached li > .desc {
    font-size: 12px;
    font-weight: 500;
}
/*Titulos*/
.subtitle-panel-form{
    margin: 7px 0px;
}
/*Checks*/
.checkbox {
    margin-top: 8px;
    margin-bottom: 4px;
}
/*label + check*/
label.control-label + .checkbox {
    margin-top: 0;
}
.checkbox label {
    line-height: 27px !important;
}
.checkbox .checkbox-material {
    top: 4px;
}
/*Check inline form*/
.form-group > .checkbox.chk-form > label {
    margin-top: 2px;
    margin-right: 15px;
}
.form-group > .checkbox.chk-lb-left > label .checkbox-material {
    margin-left: 1px;
}
.form-group > .checkbox.chk-lb-right > label .checkbox-material {
    margin-right: 1px;
}
/*Checks en tablas*/
.check-colum-table{
    margin: 0;
    height: 20px;
    width: 20px;
}
.check-colum-table label{
    width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: inherit;
}
.check-colum-table label .checkbox-material{
    top: 0;
}
/*Radios*/
/*radios con control-label*/
label.control-label + .radio {
    margin-top: 3px;
}
.radio-colum-table {
    margin: 0;
    height: 19px;
    width: 19px;
}
.radio-colum-table label{
    padding-left: 0 !important;
}
.radio-colum-table .circle{
    left: 2px;
}
.radio-colum-table .check{
    left: 2px;
}
.radio-colum-table .check::after{
    left: -12px;
    top: -12px;
    height: 40px;
    width: 40px;
}
/*Etiquetas / Label*/
label.ctrlEtiquedaHC {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Rotulo */
.rotulo {
    font-size: 12px !important;
    font-weight: 700 !important;
}
/* input text / visualización */
.cnt-text-input.d-fijo label.ctrlTextHC {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Rotulo input number */
.cnt-number-input .rotulo {
    font-size: 12px !important;
    font-weight: 700 !important;
}
/* input number / visualización */
.cnt-number-input.d-fijo label.ctrlNumericoHC {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: transparent;
}
/*Rotulo select-picker / Visualización*/
.cnt-select .rotulo {
    font-size: 12px !important;
    font-weight: 700 !important;
}
/*Etiqueta Select-picker / visualización*/
label.ctrlListaDespHC {
    padding: 4px 0px;
    line-height: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*select-picker*/
.cnt-select .ctrlListaDespHC > .btn.dropdown-toggle {
    padding: 0px 30px 0px 0px;
    height: 18px;
    line-height: normal;
}
.cnt-select .ctrlListaDespHC.bootstrap-select > .btn-default::before {
    background-position: right calc(100% - 4px);
} 
/*Rotulo date-picker*/
.cnt-date .rotulo{
    font-weight: 700 !important;
}
/*Archivos adjuntos*/
.form-group input[type=file].file-w-button {
    width: calc(100% - 64px);
}
/*Archivos adjuntos con 2 botones*/
.form-group input[type=file].file-w-two-buttons {
    width: calc(100% - 110px);
}
/* Input search / Control DX */
.cnt-input-search .rotulo{
    font-size: 12px !important;
    font-weight: 700 !important;
}
.form-group.has-search .form-control, .has-search .form-control {
    padding: 0px 24px;
}
.has-search .icon-search{
    /*display: block;*/
    position: absolute;
    left: 24px;
    width: 24px;
    height: 24px;
    margin-left: -24px;
    line-height: 24px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    z-index: 2;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.has-search .icon-search i{
    font-size: 22px;
}
.form-group.has-search.is-empty .icon-search{
    left:100%;
}
.form-group.has-search.is-focused .icon-search {
    left: 24px;
}
/* Input search / Control DX / Dato fijo*/
.cnt-input-search.d-fijo .form-group{
    margin: 20px 0px 0px 0px;
}
.cnt-input-search.d-fijo .has-search .icon-search {
    display: none;
}
.cnt-input-search.d-fijo .form-group.has-search .form-control, .has-search .form-control {
    height: 20px;
    padding: 4px 0px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Control textarea / control Memorando*/
.cnt-ctrlMemorandoHC {
    color: #000000;
}
/*Paneles*/
.panel > .panel-heading, .panel.panel-default > .panel-heading {
    background: #4c8fc5;
}
.panel > .panel-heading > .panel-radio, .panel.panel-default > .panel-heading > .panel-radio{
    display: inline-block;
}
.panel-radio .radio{
    margin: 0;
}
.panel-radio .radio label{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
}
.panel-radio .radio label .circle{
    left: 4px;
    top: 0px;
    height: 22px;
    width: 22px;
    border-color: rgba(255,255,255,.7);
}
.panel-radio .radio .check, .panel-radio label.radio-inline .check{
    left: 4px;
    top: 0px;
    height: 22px;
    width: 22px;
}
.panel-radio .radio .check:after, .panel-radio label.radio-inline .check:after{
    left: -14px;
    top: -14px;
}
.panel-radio .radio input[type=radio]:checked ~ .circle, .panel-radio label.radio-inline input[type=radio]:checked ~ .circle {
    border-color: #ffffff;
}
.panel-radio .radio input[type=radio]:checked ~ .check, .panel-radio label.radio-inline input[type=radio]:checked ~ .check {
    background-color: #ffffff;
}
.panel-radio .form-group.is-focused .radio label:hover, .panel-radio .form-group.is-focused label.radio-inline:hover, .panel-radio .form-group.is-focused .radio label:focus, .panel-radio .form-group.is-focused label.radio-inline:focus{
    color: #ffffff;
}
.panel-radio + .panel-radio-button-expand > a {
    display: block;
    color: #ffffff;
    transition: transform 0.2s ease;
}
.panel-radio + .panel-radio-button-expand > a > i.material-icons{
    font-size: 30px;
    line-height: 22px;
}
.panel-radio-button-expand > a.collapsed > i.material-icons{
    transform: rotate(-90deg);
}
/* Select en Tablas*/
.table .bootstrap-select.btn-group{
    margin-bottom: 0 !important;
}
.table .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 0 !important;
}
.table .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-overflow: ellipsis; 
}
.table .bootstrap-select.btn-group .dropdown-menu {
    position: fixed;
    top: auto;
    left: auto;
}
.table .bootstrap-select.btn-group .dropdown-menu.inner{
    position: static;
}
/* Select ignore overflow*/
.cuadro_collapse .bootstrap-select.btn-group {
    margin-bottom: 0 !important;
}
.cuadro_collapse .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 0 !important;
}
.cuadro_collapse .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}
.cuadro_collapse .bootstrap-select.btn-group .dropdown-menu {
    position: fixed;
    top: auto;
    left: auto;
}
.cuadro_collapse .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
}
.cuadro_collapse .dropup .dropdown-menu{
    bottom: auto;
}
.cuadro_collapse .dropup.open div.dropdown-menu:not([data-animation]) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1) translateY(-100%);
}
/* Select ignore overflow Formato HC*/
.cnt-formhc .tab-content .tab-pane .bootstrap-select.btn-group {
    margin-bottom: 0 !important;
}
.cnt-formhc .tab-content .tab-pane .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 0 !important;
}
.cnt-formhc .tab-content .tab-pane .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}
/* Se modifica para que se pueda visualizar */
.cnt-formhc .tab-content .tab-pane .bootstrap-select.btn-group .dropdown-menu {
    position: fixed;
    top: auto;
    left: auto;
}
.cnt-formhc .tab-content .tab-pane .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
}
.cnt-formhc .tab-content .tab-pane .dropup .dropdown-menu {
    bottom: auto;
}
.cnt-formhc .tab-content .tab-pane .dropup.open div.dropdown-menu:not([data-animation]) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1) translateY(-100%);
}
/* Se modifican las listas para que se puedan visualizar correctamente en los procesos especiales */
.cnt-formhc .tab-content.cnt-prs-especiales .tab-pane .bootstrap-select.btn-group .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
}
.cnt-formhc .tab-content.cnt-prs-especiales .tab-pane .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
}
/*Time-picker*/
.bootstrap-datetimepicker-widget .timepicker > .timepicker-picker table td{
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.bootstrap-datetimepicker-widget a[data-action]{
    margin: 5px 1px;
    padding: 4px 0px;
}
.bootstrap-datetimepicker-widget .timepicker > .timepicker-picker table td span{
    width: 34px;
    height: 34px;
    line-height: 34px;
}
/*---*/
/*Estilos para tabla con filtros*/
.cnt-table-filter .cnt-mdl-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: auto;
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    z-index: 1;
}
.cnt-mdl-filter > .hide-mdl {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    font-weight: bold;
}
.cnt-mdl-filter > .mdl-subtitle {
    margin-bottom: 0;
}
.cnt-mdl-filter > .mdl-title {
    margin-top: 0;
}
.cnt-mdl-filter .divider {
    position: relative;
    overflow: visible;
}
.cnt-mdl-filter .divider::after {
    content: 'O';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    background-color: #FFFFFF;
}
.table.table-filter tbody {
    position: relative;
}
.table.table-filter tbody::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.15);
}
.table.table-filter tbody.show-filter::after {
    width: 100%;
    height: 100%;
}
.table.table-filter th {
    position: relative;
    cursor: pointer;
}
.table.table-filter th::after {
    content: '\e152';
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px;
    font-family: 'Material Icons';
}
.table.table-filter th.filtered {
    color: #4C8FC5;
    border-bottom-color: #4C8FC5;
}
.table.table-filter th.filtered::after {
    color: #4C8FC5;
}
/* --------------------------------- Fin estilo de tablas con filtro -----------------------------*/
.cnt-badge {
    display: inline-block;
    min-width: 10px;
    height: 24px;
    margin-top: 2px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    background-color: #dddddd;
    border-radius: 24px;
}
.cnt-badge.blue{
    color: #ffffff;
    background-color: #2e88ce;
}
.cnt-badge > i{
    vertical-align: top;
    font-size: 16px;
}
.cnt-badge span{
    display: inline-block;
    vertical-align:top;
    line-height: 16px;
}
.cnt-badge.inline{
    height: 22px;
    margin-top: 1px;
    padding: 3px 12px;
}
.label-picker {
    position: absolute;
    top: -12px;
}
.table-w-break {
    word-break: break-word;
}
.table-w-break tr td:first-child{
    word-break: keep-all;
}
.divider-h-frm{
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon-img-35{
    display: inline-block;
    width: 35px;
    height: 35px;
}
.margin_top {
    margin-top: 15px !important;
}
.margin_top2 {
    margin-top: 25px !important;
}
.bajar_margin label.control-label {
    margin: 0;
}
.foto_imagen {
    width: 100%;
    padding-bottom: 30px;
}
.condicion {
    margin-top: 0px !important;
}
.btn-group, .btn-group-vertical {
    margin: 0px !important;
}
#menu1 .col-md-12 label {
    margin: 3px 0 0 0 !important;
}
.menu2 {
    margin-top: 10px;
    padding-top: 15px;
}
.menu2 ul.horizontal li {
    background: rgba(31, 115, 182, 0.47) !important;
}
.form-group{
    padding-bottom: 5px;
    margin: 12px 0 0 0;
}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label{
    top: 3px;
    font-size: 13px;
    line-height: 1.42857143;
}
.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label{
    top: -12px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857;
}
.form-group label.control-label{
    font-weight: 500;
}
.form-group .form-control, .form-control{
    height: 24px;
    margin-bottom: 0px;
    padding: 4px 0;
    color: #000000;
    font-weight: normal;
    line-height: 24px;
}
.form-group-no .form-group {
    padding-bottom: 0px;
    margin: 0px;
}
.form-group textarea.form-control{
    height: auto;
}
/*.form-group textarea.form-control.multiple-rows-lines {
    background-image: linear-gradient(to right, white 0px, transparent 0px), linear-gradient(to left, white 0px, transparent 0px), repeating-linear-gradient(white, white 24px, #d2d2d2 24px, #d2d2d2 25px, white 24px) !important;
    background-size: 100% 100%, 100% 100%, 100% 25px;
    background-repeat: repeat-y;
    background-position: inherit;
    line-height: 25px;
}*/
/*.form-group textarea.form-control.multiple-rows-lines {
    padding: 0;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(210,210,210,1) 50%, rgba(210,210,210,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 97%, rgba(210,210,210,1) 98%, rgba(210,210,210,1) 99%, rgba(255,255,255,1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(210,210,210,1) 50%, rgba(210,210,210,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 97%, rgba(210,210,210,1) 98%, rgba(210,210,210,1) 99%, rgba(255,255,255,1) 100%) !important;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(210,210,210,1) 50%, rgba(210,210,210,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 97%, rgba(210,210,210,1) 98%, rgba(210,210,210,1) 99%, rgba(255,255,255,1) 100%) !important;
    background-size: inherit;
    background-repeat: repeat-y;
    background-position: inherit; 
    line-height: 24px;
}*/
.form-group textarea.form-control.multiple-rows-lines {
    padding: 0;
    background: -moz-repeating-linear-gradient(0deg, rgba(255,255,255,1) 2px, rgba(255,255,255,1) 25px, rgba(210,210,210,1) 25px, rgba(210,210,210,1) 26px, rgba(255,255,255,1) 24px) !important;
    background: -webkit-repeating-linear-gradient(90deg, rgba(255,255,255,1) 2px, rgba(255,255,255,1) 25px, rgba(210,210,210,1) 25px, rgba(210,210,210,1) 26px, rgba(255,255,255,1) 24px) !important;
    background: repeating-linear-gradient(0deg,rgba(255,255,255,1) 2px,rgba(255,255,255,1) 25px,rgba(210,210,210,1) 25px,rgba(210,210,210,1) 26px,rgba(255,255,255,1) 24px) !important;
    background-size: inherit;
    background-repeat: repeat-y;
    background-position: inherit;
    line-height: 24px;
}
.input-group-btn.n-pdd-rigth{
    padding-right: 0;
}
.input-group-btn .btn, .input-group-btn .action-select{
    margin-top: -12px;
    margin-right: 0;
}
.input-group-btn button{
    width: 34px;
    height: 34px;
}
.input-group-btn .btn, .input-group-btn .action-select:nth-child(2), .input-group-btn .btn, .input-group-btn .action-select:nth-child(3), .input-group-btn .action-select:nth-child(4){
    margin-left: 5px;
}
.input-group-btn + label.control-label{
    left: auto;
}
.form-group.label-floating.is-focused .input-group-btn + label.control-label, .form-group.label-floating:not(.is-empty) .input-group-btn + label.control-label {
    left: auto;
}
.togglebutton.space{
    margin-top: 3px;
}
.c-picker_content{
    position: relative;
}
.c-picker_content .input-group input.c-picker_value{
    background-color: transparent !important;
    color: #000000 !important;
}
.c-picker_content .input-group-btn{
    padding-right: 0;
}
.c-picker_content i.c-picker_value{
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    margin-top: -12px;
    border-radius: 2px;
}
.item-mouse-over{
    display: inline-block;
    position: relative;
}
.item-mouse-over .item-info{
    display: none;
    position: absolute;
    min-width: 170px;
    max-width: 276px;
    margin-top: -91px;
    margin-left: 15px;
    padding: 1px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
    z-index: 1060;
}
.item-mouse-over .btn-item-info:hover + .item-info {
    display: block;
    opacity: 1;
}
.item-mouse-over .item-info > .arrow, .item-mouse-over .item-info > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.item-mouse-over .item-info > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-width: 11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}
.item-mouse-over .item-info > .arrow:after {
    content: "";
    bottom: -10px;
    left: 1px;
    border-width: 10px;
    border-right-color: #fff;
    border-left-width: 0;
}
.item-mouse-over .item-info .info-title {
    padding: 8px 10px;
    margin: 0;
    font-size: 14px !important;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.item-mouse-over .item-info .info-content {
    padding: 5px 10px;
}
.item-mouse-over .item-info .info-content dl {
    margin-bottom: 3px;
    font-size: 13px;
}
/*Pop over eventos calendario*/
.pop-info-calendar {
    display: none;
    position: fixed;
    min-width: 400px;
    margin-top: 5px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #333333;
    outline: 0;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: none;
    z-index: 5;
}
.pop-info-calendar::before{
    display: table;
    content: "";
}
.pop-info-calendar::after{
    clear: both;
}
.pop-info-calendar {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.pop-info-calendar.show{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.pop-info-calendar .col-clock{
    position: absolute;
    float:left;
    width: 30%;
    height: 100%;
    padding: 10px;
    background-color: #eee;
    box-sizing: border-box;
}
.pop-info-calendar .col-clock .icon{
    position: relative;
    height: 60%;
    text-align: center;
}
.pop-info-calendar .col-clock .icon img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.pop-info-calendar .col-clock .hora{
    text-align: center;
}
.pop-info-calendar .col-clock .hora span{
    font-size: 16px;
    font-weight: 500;
}
.pop-info-calendar .col-clock .dia{
    text-align: center;
}
.pop-info-calendar .col-clock .dia span{
    font-size: 12px;
    font-weight: 500;
}
.pop-info-calendar .col-clock .year{
    text-align: center;
}
.pop-info-calendar .col-clock .year span{
    font-size: 12px;
    font-weight: 500;
}
.green .pop-info-calendar .col-clock {
    background-color: #00aa9a;
    color: #ffffff;
}
.orange .pop-info-calendar .col-clock {
    background-color: #FFC107;
    color: #4a3906;
}
.red .pop-info-calendar .col-clock {
    background-color: #F44336;
    color: #671b16;
}
.pop-info-calendar .col-info{
    float: left;
    width: 70%;
    margin-left: 30%;
    padding: 10px;
    box-sizing: border-box;
}
.pop-info-calendar .col-info hr{
    margin-bottom: 5px;
    margin-top: 5px;
}
.pop-info-calendar .col-info > .title{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.pop-info-calendar .col-info .subtitle{
    margin-bottom: 0px;
}
.pop-info-calendar .col-info p{
    margin-bottom: 5px;
}
@media (min-width: 1170px){
    .pop-info-calendar{
        min-width: 550px;
    }
    .pop-info-calendar .col-clock .hora span{
        font-size: 18px;
    }
    .pop-info-calendar .col-clock .dia span {
        font-size: 14px;
    }
    .pop-info-calendar .col-clock .year span {
        font-size: 14px;
    }
}
/*Estilos Tabla Edición en linea*/
.table-edit-inline {
    overflow: auto;
}
.table-edit-inline > tbody > tr.last-save{
    background-color: rgba(33,150,243,0.12);
}
.table-edit-inline > tbody > tr > td{
    position: relative;
    line-height: 24px;
}
.table-edit-inline > tbody > tr > td:last-child{
    width: 70px;
}
.table-edit-inline > tbody > tr > td > .btn-edit-save{
    height: 24px;
}
    .table-edit-inline .label-edit-inline {
        position: relative;
        z-index: 3;
        transition: 0.2s all ease-out;
        cursor: pointer;
        width: max-content;
    }
.label-edit-inline.hide-label{
    opacity: 0;
    z-index: 2;
}
.cnt-edit-inline{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: calc(100% + 4px);
    min-height: 100%;
    z-index: 2;
    box-sizing: border-box;
    transform-origin: center;
    opacity: 0;
}
.cnt-edit-inline .edit-inline{
    display: block;
    height: 100%;
    margin: -2px;
    padding: 8px 10px;
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.edit-inline .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 0px !important;
}
.edit-inline .bootstrap-select > .dropdown-toggle {
    margin-bottom: 0px;
}
.edit-inline .bootstrap-select > .dropdown-menu{
    margin-top: 8px;
    z-index: -1;
    transition-delay: 250ms;
}
.edit-inline .bootstrap-select .dropdown .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right), .edit-inline .bootstrap-select .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right), .edit-inline .btn-group .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right){
    transform-origin: top center;
}
.back-edit {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
/*---Animación para edición*/
.animation-edit-inline {
    -webkit-animation: animescale 300ms linear forwards;
    animation: animescale 300ms linear forwards;
}
@-webkit-keyframes animescale {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.81% {
        -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.21% {
        -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    13.61% {
        -webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    17.52% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    21.32% {
        -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25.23% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.03% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.74% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    44.44% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    59.86% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75.28% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    90.69% {
        -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animescale {
    0% {
        opacity: 0;
        transform: scale(0.3) translate3d(0,0,0);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }

    80% {
        opacity: 1;
        transform: scale(0.89);
    }

    100% {
        opacity: 1;
        transform: scale(1) translate3d(0,0,0);
    }

    /*0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.81% {
        -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.21% {
        -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    13.61% {
        -webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    17.52% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    21.32% {
        -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25.23% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.03% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.74% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    44.44% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    59.86% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75.28% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    90.69% {
        -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }*/
}




/*Modal standar*/
.st-modal .modal-header {
    border-bottom: 2px solid #eeeeee;
}
.st-modal .modal-header .close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    background-color: #f4f4f4;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
}
.close i {
    color: #555555;
    vertical-align: middle;
}
.st-modal .modal-header .icon-title {
    color: #4C8FC5;
    font-size: 35px;
}
.st-modal .modal-header .i-img-title {
    vertical-align: baseline;
}
.st-modal .modal-header .modal-title {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 500;
    vertical-align: bottom;
}
.st-modal .modal-header .line-title {
    position: absolute;
    height: 2px;
    width: 10%;
    left: 59px;
    background-color: #4C8FC5;
}
.st-modal .modal-header .modal-btn-actions {
    padding-right: 10%;
}
.modal-btn-actions .mdl-action {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding: 5px;
    background-color: transparent;
    border: none;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}
.mdl-action i {
    vertical-align: middle;
}
.st-modal .modal-body.scrollable{
    overflow: scroll;
}
.modal-backdrop {
    background-color: rgba(0,0,0,0.8);
}
.cnt-mdl-table .row, .cnt-mdl-table [class^='col-'] {
    height: 100%;
}
.cnt-tbl-fx .table-responsive {
    height: 100%;
}

/*Modal reportes*/
.rep-modal .modal-header{
    border: none;
}
.rep-modal .modal-header .close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    background-color: #f4f4f4;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
}
.close i {
    color: #555555;
    vertical-align: middle;
}
.rep-modal .modal-header .icon-title {
    color: #4C8FC5;
    font-size: 35px;
}
.rep-modal .modal-header .i-img-title {
    vertical-align: baseline;
}
.rep-modal .modal-header .modal-title {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 500;
    vertical-align: bottom;
}
.rep-modal .modal-header .line-title {
    position: absolute;
    height: 2px;
    width: 10%;
    left: 59px;
    background-color: #4C8FC5;
}
.rep-modal .modal-header .modal-btn-actions {
    padding-right: 10%;
}
.modal-btn-actions .mdl-action {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    padding: 5px;
    background-color: transparent;
    border: none;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}
.mdl-action i {
    vertical-align: middle;
}
.modal-btn-actions .btn {
    margin: 0px 8px 0px 0px;
}
.modal-btn-actions .btn:hover {
    background-color: #2196f3 !important;
    color: #fff;
}
.rep-modal .modal-body {
    height: calc(100% - 24px);
    padding-top: 0px;
}
.rep-modal .modal-body > div, .rep-modal .modal-body > div > form, .rep-modal .modal-body > div > form > div:nth-child(2) {
    height: 100%;
}

/*Estilos componentes sobre fondo negro*/
.form-group.white .control-label {
    color: rgba(255, 255, 255, 0.7);
}
.form-group.white .form-control {
    color: #ffffff;
}
.form-group.white .input-group .input-group-addon{
    color: #ffffff;
}
.form-group.white .radio label{
    color: #ffffff;
}
.form-group.white .radio label .circle{
    border-color: rgba(255, 255, 255, 0.7);
}
.form-group.white .radio label .check{
    background-color: rgba(255, 255, 255, 0.7);
}
.form-group.white .togglebutton label{
    color: #ffffff;
}
.form-group.white .togglebutton > label:hover{
    color: #ffffff;
}
.select-white .control-label {
    color: rgba(255, 255, 255, 0.7);
}
.select-white .bootstrap-select .dropdown-toggle {
    color: #fff !important;
}
.select-white .bootstrap-select > .btn-default::before {
    background-image: url(../Images/select_w.png);
    opacity: 0.7;
}
.select-white .bootstrap-select > .btn-default:not(.disabled):after, .select-white .bootstrap-select > .btn-default:not(.readonly):after {
    background: transparent;
}
.select-white .bootstrap-select .dropdown-menu {
    margin-top: 5px;
    border-radius: 5px;
}
.checkbox.white label{
    color: #ffffff;
}
.checkbox.white span.check {
    border-color: rgba(255, 255, 255, 0.7);
}
.table.white tr > td:first-child{
    border-left: 0px !important;
}
.table.white tr > td:last-child{
    border-right: 0px !important;
}
.table.white tr > th, .table.white tr > td{
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15) !important;
}
.table.white tr > th{
    font-weight: 500;
}
.table-hover.white > tbody tr:hover {
    background-color: rgba(150, 239, 255, 0.20);
}

.menufix {
    transition: all .2s ease-in-out;
}
.menufix:hover {
    transform: scale(1.1);
}
.themepicker a figure img {
    transition: all .1s ease-in-out;
}
.themepicker a figure img:hover {
    transform: scale(1.1);
}
/* Gestion */
.icos_m2 {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-top: 7px;
    transition: all .2s ease-in-out;
}
.icos_m2:hover {
    transform: scale(1.1);
}
.icos_m3 {
    padding: 0px 0px !important;
    margin: 0px 0px !important;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
}
.icos_m3:hover {
        transform: scale(1.1);
}
.btn1 {
    margin-top: 20px;
}
.padding_0 {
    padding-right: 0px;
    padding-left: 0px;
}
.tituloleft {
    margin-left: 15px;
    margin-top: 15px;
}
.padding_b {
    padding-bottom: 5px !important;
    margin: 15px 0 0 0 !important;
}
.pad_bi {
    padding-bottom: 10px;
}
.glyphicon {
    line-height: 2;
}
.row_margin_b {
    margin-bottom: 10px;
}
.row_margin_t {
    margin-top: 10px;
}
                                                                             
                                        /* Media screen */
@media (min-width: 992px) {
    .body-content {
        padding-left: 0px;
        height: 100%;
    }
    .body-content form{
        height: 100%;
    }
    html, body {
        height: 100%;
        overflow: hidden;
    }
    .azul {
        background-color: #2e88ce !important;
    }
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}
.themepicker a {
    /*border: 1px solid #ddd;*/
    clear: none;
    padding: 5px;
    width: 25%;
    float: left;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.themepicker a figure {
    width: 100%;
    margin: 0;
}
figure {
    margin: 0 0 1rem;
}
.themepicker a figure img {
    width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/*----- Menú Flotante ------ */
/*Contenedor*/
.floating-right {
    position: fixed;
    bottom: 7px;
    right: 23px;
    z-index: 99;
}
/*Botón*/
.floating-right .btn {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    font-size: 19px;
    z-index: 1002;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
/*Lista*/
.themepicker {
    display: block;
    left: auto;
    right: 2px;
    bottom: 8px !important;
    min-width: 200px;
    padding: 10px;
    background-color: #063c55;
    background-color: rgba(6, 60, 85, 0.9);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom-right-radius: 24px;
}
.themepicker
{
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.open > .themepicker {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
/*----- Fin Menú Flotante ------ */

/*MODALES*/
.modal-xxl{
    padding-left: 0px !important;
}
.modal-content .modal-header.condense{
    padding-top: 10px;
}
.modal-content .modal-body.condense {
    padding-top: 10px;
}
.modal-full-height .modal-dialog{
    height: calc(100% - 60px);
}
.modal-full-height .modal-content{
    height: 100%;
}
/*MODAL-BOTTOM-FIX*/
.md-fx-bcdrop{
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 1059;
}
.modal-bottom-fix {
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    overflow: none;
    opacity: 0;
    will-change: bottom, opacity;
    transition: all 0.3s ease-in-out;
    /* -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3); */
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}
.modal-bottom-fix > .md-fx-content{
    height: 100%;
    background-color: #fafafa;
}
.modal-bottom-fix > .md-fx-content .md-fx-header{
    padding: 24px 24px 0 24px;
}
.modal-bottom-fix > .md-fx-content .md-fx-body {
    padding: 0 24px 24px 24px;
}
.md-fx-body > .row, .md-fx-body > .row > [class^='col-'], .md-fx-body > .row > [class^='col-'] > .table-responsive{
    height: 100%;
}
.md-fx-close {
    display: block;
    position: absolute;
    bottom: 45%;
    right: 60px;
    width: 50px;
    height: 50px;
    padding: 5px;
    background-color: #4c8fc5;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1061;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.md-fx-close > i {
    vertical-align: middle;
    font-size: 40px;
    line-height: 46px;
}
@media (min-width: 1100px) {
    .modal-xxl{
        overflow-y: hidden !important;
    }
    .modal-xxl .modal-dialog{
        height: 100%;
        margin: 0px auto;
    }
    .modal-xxl .modal-dialog .modal-content{
        height: 100%;
    }
    .modal-xxl .modal-content .modal-header .close {
        top: 8px;
        right: -15px;
    }
    .modal-xlg {
        width: 95% !important;
    }
}
@media (min-width: 1100px) {
    .modal-lg {
        width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*PERFIL FLOTANTE*/
.flotante_perfil {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 36px;
    /*background-color: rgba(0, 0, 0, 0.45) !important;*/
    /*background-color: #063c55;*/
    color: white;
    text-align: center;
    border-radius: 22px;
    z-index: 1002;
}
.btn_perfil {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 1px;
    color: #ffffff;
    background-color: #063c55;
    border: 1px solid transparent;
    border-radius: 50%;
    z-index: 1002;
    transition: all 250ms cubic-bezier(0.29, -0.77, 0.76, 1.65);
}
.open .btn_perfil {
    width: 60px;
    height: 60px;
    padding: 2px;
    background-color: #2e88ce;
    transform: translate(-10px, 5px);
    box-shadow: 0px 2px 15px -1px #38a8ff;
}
.btn_perfil > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.name-profile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: 1;
}
.name-profile {
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.name-profile > span{
    white-space: nowrap;
    line-height: 36px;
}
.open .name-profile {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.item-profile {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: -10px;
    width: 50px;
    height: 50px;
    background-color: #063c55;
    border-radius: 50%;
    z-index: 1001;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    transition-delay: 250ms;
}
.open .item-profile {
    opacity: 1;
    transition-duration: 190ms;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
}
.drop-perfil {
    display: block;
    left: auto;
    right: 0;
    min-width: 270px;
    padding: 15px;
    background-color: #063c55;
    background-color: rgba(6, 60, 85, 0.9);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.3);
}
.drop-perfil {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.open > .drop-perfil {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.drop-perfil > li {
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.drop-perfil > li {
    color: #ffffff;
    margin: 0;
}
.drop-perfil > li.divider{
    background-color: rgba(255, 255, 255, 0.3);
}
.drop-perfil > li.cat {
    color: #22E2ED;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.42857143;
}
.drop-perfil > li.cat span{
    margin-bottom: 0;
}
.drop-perfil > li > span {
    display: block;
    margin-bottom: 5px;
}
.drop-perfil > li > a.btn{
    margin: 0;
    padding: 8px 10px;
}
.drop-perfil > li > a.btn:hover{
    color: #ffffff !important;
}
.chip > img {
    float: right;
    margin: -6px 0 0 10px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}
.foto_imagen img {
    width: 100%;
}
.icos_mod {
    padding: 0 !important;
    margin: 0 !important;
}
.black_c {
    color: black !important;
}
.icos_sm{
    width: 24px;
}
.form_0px{
    margin: 0 !important;
}

                    /* Material Design */
.nav-tabs { background: rgba(31, 115, 182, 0.8) !important;}
.form-control, .form-group .form-control { background-image: linear-gradient(#2e88ce, #2e88ce ), linear-gradient(#D2D2D2, #D2D2D2) !important;}
.form-control[disabled], .form-group .form-control[disabled], fieldset[disabled] .form-control, fieldset[disabled] .form-group .form-control{ background-image: none !important;}
.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check { color: #2e88ce !important; border-color: #2e88ce !important;}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before { color: #2e88ce !important;}
.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { background-color: #2e88ce;}
.radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { border-color: #2e88ce;}
.btn, .input-group-btn .btn { font-size: 12px !important;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #ddf0f3 !important; color: #000 !important;}
/*.panel > .panel-heading, .panel.panel-default > .panel-heading { background: rgba(31, 115, 182, 0.8) !important;}*/
.panel-footer { background: rgba(31, 115, 182, 0.8) !important;}
.blanco{ color: white;}
.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary { /*color: #2e88ce !important;*/ color: #ffffff !important;}
.btn-floating { background-color: #2e88ce !important;}
.radio label, label.radio-inline { cursor: pointer; padding-left: 30px !important; position: relative; /*color: rgba(0,0,0, 0.26);*/}
.modal-footer { text-align: center !important;}
.togglebutton label input[type=checkbox]:checked + .toggle:after {background-color: #4c8fc5 !important;}
.togglebutton label input[type=checkbox]:checked + .toggle {background-color: rgba(76, 143, 197, 0.48) !important;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline: none;}
.dropdown-menu .divider {background-color: rgb(255, 255, 255);}


/* Materialize*/
.container {padding-right: 0px; padding-left: 0px;}

/*Estilos para select*/
.dropdown-menu { transition: all;-webkit-transition-duration: 250ms; transition-duration: 250ms;z-index: 1001;}
.dropdown-menu > li > a {margin-top: 5px; padding: 10px 17px; -webkit-transition: background-color; -o-transition: background-color; transition: background-color; -webkit-transition-duration: 300ms; transition-duration: 300ms;}
.dropdown-menu:not([class*="bgm-"]) > li > a:hover { color: #000;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #333333; background-color: rgba(0, 0, 0, 0.075);}
.open .btn { outline: none !important;}
.bootstrap-select.open .dropdown-toggle { box-shadow: none;}
.bootstrap-select.btn-group .dropdown-menu {
    /*width: 100%;*/
    width: auto;
    min-width: 120px;
    padding: 0;
    padding-bottom: 3px;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
    width:100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}
.bootstrap-select > .btn-default { background: none !important; border-color: transparent; border-bottom: 1px solid #d2d2d2 !important; border-radius: 0; padding-left: 0; padding-right: 0; color: #000000 !important; outline: none !important;}
.bootstrap-select > .btn-default:focus { outline: none !important;}
.bootstrap-select > .btn-default::before {
    position: absolute;
    top: 0; 
    right: 0;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    background-color: transparent;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    background-image: url(../Images/select.png);
    pointer-events: none;
    z-index: 5;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret { opacity: 0; visibility: hidden;}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bootstrap-select > .btn-default:before {
        background-image: url("../Images/select%402x.png");
        background-size: 12px 12px;
    }
}
.bootstrap-select > .btn-default::after {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.bootstrap-select > .btn-default:not(.disabled):after,
.bootstrap-select > .btn-default:not(.readonly):after {
    background: #2e88ce;
}
.bootstrap-select > .btn-default.disabled:after,
.bootstrap-select > .btn-default.readonly:after {
    background: #ccc;
}
.bootstrap-select.open > .btn-default:after { width: 100%;
}
.bootstrap-select .bs-searchbox {
    padding: 5px 5px 5px 40px;
    position: relative;
    background: #f7f7f7;
}
.bootstrap-select .bs-searchbox:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    font-size: 25px;
    padding: 4px 0 0 15px;
}
.bootstrap-select .bs-searchbox input {
    border: 0;
    background: transparent;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 17px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
.bootstrap-select .check-mark {
    margin-top: -5px !important;
    font-size: 19px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block !important;
    position: absolute;
    top: 11px;
    right: 15px;
}
.bootstrap-select .selected .check-mark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dropdown:not([data-animation]) .dropdown-menu, .btn-group:not([data-animation]) .dropdown-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.dropdown .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right), .bootstrap-select .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right), .btn-group .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right) {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.dropdown.open .dropdown-menu:not([data-animation]),
.dropup.open .dropdown-menu:not([data-animation]),
.bootstrap-select.open .dropdown-menu:not([data-animation]),
.btn-group.open .dropdown-menu:not([data-animation]) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.input-group-select + .input-group-btn .btn, .input-group-select + .input-group-btn .action-select{
    margin-top: -20px;
}
/*Estilos Bootstrap select comprimidos*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { margin: 0px 0px 5px 0px !important;}
.bootstrap-select > .dropdown-toggle { padding: 4px 30px 2px 0px; margin-bottom: 1px;}
.bootstrap-select.btn-group .dropdown-toggle .filter-option { line-height: 1; font-size: 14px;}
.bootstrap-select > .btn-default::before { height: 100%;}
label.control-label {display: block; margin: 0 !important; color: #555555; font-weight: 500;}
.bootstrap-select .dropdown-toggle:focus { outline: none !important;}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table > tbody > tr > th:first-child, .table > tfoot > tr > th:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child {
    border-left: none;
}
.table > tbody > tr > th:last-child, .table > tfoot > tr > th:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child {
    border-right: none;
}

.table-firts{
    margin-bottom: 0px;
}
.table-responsive {
    overflow: auto;
}
.table-gestion {
    height: 380px;
}
.table-panel{
    height: 545px;
}
.table-proc-aten {
    height: 380px;
}
.table-proc-lug-tb1{
    height: 90px;
}
.table-proc-lug-tb2 {
    height: 135px;
}
.table-prog-sal {
    height: 164px;
}
.table-proc-dep1 {
    height: 99px;
}
.table-proc-dep2 {
    height: 99px;
}
.table-actv {
    height: 100px;
}
.table-list_sub_pro {
    height: 117px;
}
.table-cit-lug {
    height: 178px;
}

/*ESTILOS menu LATERAL IZQUIERDO*/
.ltr-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    z-index: 500;
    transform: translateX(-100%);
    -webkit-transition: transform ease-out 200ms;
    -o-transition: transform ease-out 200ms;
    transition: transform ease-out 200ms;
}
.ltr-nav.in {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    transform: translateX(0%);
}
.ltr-nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100vh;
    overflow: visible;
}
.ltr-nav_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-bottom: 3px;
    overflow: visible;
    background: rgba(0, 0, 0, 0.55);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.ltr-nav_item.active {
    background: rgba(0, 0, 0, 0.80);
}
.ltr-nav_item:first-child{
    margin-top: 3px;
}
.ltr-nav_item:last-child{
    border-bottom: none;
}
.ltr-nav_item:hover {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}
.ltr-nav_item:hover .ltr-nav_link {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.ltr-nav_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ltr-nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 55%;
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.80);
    text-decoration: none !important;
    border-radius: 0 40px 40px 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.ltr-nav_link{
    padding-left: 51px;
}
.ltr-nav_link.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ltr-nav_title {
    display: block;
    height: 14px;
    color: #22E2ED;
    line-height: 14px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}
.ltr-nav_icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    /*background: rgba(255, 255, 255, 0.9);*/
}
.ltr-nav_icon img{
    width: 100%;
    height: auto;
}

/* animation classes */
.animate {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.slideInLeft {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.slideInRight {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.scaleIn {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.scaleInLeft {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.delay-1 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.delay-2 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.delay-3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.delay-4 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.delay-5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
/* the new scrollbar will have a flat appearance with the set background color */
.dropdown-menu > li > a.nueva { padding: 0; margin: 0; color: white;}


.tooltip {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.90);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.90);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.90);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.90);
}
.tooltip .tooltip-inner {
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.90);
}

li.active .action-select2 {
    color: #ffffff;
}

.cuadro_collapse {
    background-color: #e6e6e6;
    border: solid #e3e3e3;
    height: 100%;
    overflow: auto;
    padding: 8px 12px;
}

.bold {
    font-weight: 700 !important;
}
.bold-0 {
    font-weight: 500;
    margin: 0;
}

.hr2 {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #cacaca;
}
