/** GENERAL **/
::selection {
    background-color: #50b3bc;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #4c4a49;
    outline: 1px solid #4c4a49;
}

#contenedor-tabla{
    height: 700px;
    height: calc(100vh - 60px);
    margin-top: 45px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 100%;
    overflow-x: scroll;
}

#tabla_detalle_proceso{
    width: 100%;
    white-space: nowrap;
    height: auto;
}

#tabla_detalle_proceso thead tr th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
}

#tabla_detalle_proceso tbody tr:hover td{
    background: #d8d8d8;
}

#tabla_detalle_proceso .sticky{
    background-color: white;
    position: sticky;
    left: 0%;
    z-index: 12;
}

#tabla_detalle_proceso .sticky1{
    background-color: white;
    position: sticky;
    left: 2.5%;
    z-index: 12;
}

#tabla_detalle_proceso .sticky2{
    background-color: white;
    position: sticky;
    left: 7.8%;
    z-index: 12;
}

#tabla_detalle_proceso .sticky3{
    text-align: left;
    background-color: white;
    position: sticky;
    left: 13%;
    z-index: 12;
}

#tabla_detalle_proceso .sticky4{
    text-align: left;
    background-color: white;
    position: sticky;
    left: 28.4%;
    z-index: 12;
}

.panel-button{
    position: absolute;
    top: 45px;
    left: 15px;
}

.descargar_excel{
    background-color: white;
    padding: 8px 20px 8px 20px;
    border: 1px solid forestgreen;
    color: #017340;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 5px;
}
.descargar_excel:hover{
    color: #017340;
}
.cargar_excel{
    background-color: white;
    padding: 8px 20px 8px 20px;
    border: 1px solid forestgreen;
    color: #017340;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 5px;
}
.cargar_excel:hover{
    color: #017340;
}
.traer_mes_anterior{
    background-color: white;
    padding: 8px 20px 8px 20px;
    border: 1px solid #246EDC !important;
    color: #246EDC;
    text-decoration: none !important;
    cursor: pointer;
}
.traer_mes_anterior:hover{
    color: #246EDC;
}
.mes_anterior{
    transform: rotate(-180deg);
}
.input-number{
    width: 100px;
    border: 1px solid darkgrey;
    text-align: right;
}
.input-number:focus{
    border: 1px solid #87cefa;
    box-shadow: 0px 0px 3px 3px rgba(135, 206, 250, 0.15);
}

#maintabledata {
    max-width: 100%;
    max-height: 600px;
    overflow: scroll;
    position: relative;
}

.colum_center tbody td:nth-child(3),.colum_center tbody td:nth-child(4){
    text-align: center;
}
.tablax_enc tbody tr td{
    padding: 0 5px 0 5px !important;
}
.tableFixHead          { overflow-y: auto; max-height: 550px;}
.tableFixHead thead th { position: sticky; top: 0;background-color: #666666;color: white}

.tableFixHead_t {
    overflow-y: auto;
    max-height: 450px;
    border-collapse: inherit !important;
}
.tableFixHead_t thead tr th.zi9999 {
    z-index: 9999 !important;
}
.tableFixHead_t thead th {
    position: sticky;
    top: 0;
    background-color: #666666;
    color: white;
    z-index: 999;
}
.tableFixHead_t thead th:nth-child(1) {
    position: sticky;
    top: 0;
    background-color: #666666;
    color: white;
    z-index: 200 !important;
}
.tableFixHead_t thead th:nth-child(2) {
    position: sticky;
    top: 0;
    background-color: #666666;
    color: white;
    z-index: 200 !important;
}
.tableFixHead_t .sticky {
    position: sticky;
    left: 0;
    z-index: 100;
}
.tableFixHead_t .sticky-2 {
    position: sticky;
    left: 146px;
    z-index: 100;
}
.tableFixHead_t tbody tr .sticky{
    background: white;
}
.tableFixHead_t tbody tr:nth-child(2n) .sticky{
    /*background: #f2f2f2 !important;*/
    background: white !important;
    /*color: white;*/
}
.tableFixHead_t tbody tr:nth-child(2n) .sticky-2{
    /*background: #f2f2f2 !important;*/
    background: white !important;
    /*color: white;*/
}



.header_fijo {
    position: relative;
    border-collapse: collapse;
}

.header_fijo td, th {
    padding: 0.25em;
}

.header_fijo thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background: gray;
    color: #FFF;
    z-index: 999;
}

.header_fijo thead th:first-child {
    left: 0;
    z-index: 1;
}

.header_fijo tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #FFF;
    border-right: 1px solid #CCC;
}

header .hidden-xs.pl15,
header .caret.caret-tp.hidden-xs {
    display: -webkit-inline-box !important;
}

header#topbar a,
header#topbar a:hover {
    text-decoration: none;
    font-size: 21px;
}

.admin-form.theme-primary .gui-input:focus,
.admin-form.theme-primary .gui-textarea:focus,
.admin-form.theme-primary .select > select:focus,
.admin-form.theme-primary .select-multiple select:focus,
.admin-form.theme-primary .gui-input:hover,
.admin-form.theme-primary .gui-textarea:hover,
.admin-form.theme-primary .select > select:hover,
.admin-form.theme-primary .select-multiple select:hover {
    outline: none;
    border-radius: 3px;
    border-color: #246EDC;
}

.admin-form.theme-primary .gui-input:focus ~ .field-icon i,
.admin-form.theme-primary .gui-textarea:focus ~ .field-icon i {
    color: #50b3bc;
}

.admin-form.theme-primary .gui-input,
.admin-form.theme-primary .select > select,
.admin-form.theme-primary .select-multiple select {
    outline: none !important;
}

.chosen-container-active .chosen-single {
    border: 1px solid #246EDC !important;
}

.grafico-ausentismo .c3 line,
.grafico-ausentismo .c3 path {
    stroke: #f5f5f5 !important;
}

.breadcrumb > li.crumb-active > a i {
    display: none;
}

.dropdown-menu.fixed-dropdown-menu1 {
    right: 0;
    left: auto;
}

#content-footer.affix {
    z-index: 999;
}

.btn.btn-rojo {
    background: #ea5945 !important;
    color: white !important;
}

.btn.btn-celeste {
    background: #50b3bc !important;
    color: white !important;
}

.admin-form .btn-info {
    background: #266589 !important;
}

.foto-ficha {
    height: 200px;
    width: 200px;
    background-size: cover !important;
    background-position-y: 0 !important;
    margin: 0 auto;
}

.masculino {
    background-position-y: 0 !important;
}

.femenino {
    background-position-y: 100% !important;
}

textarea {
    resize: none !important;
}

.admin-form.theme-primary .gui-input:hover,
.admin-form.theme-primary .gui-textarea:hover,
.admin-form.theme-primary .select > select:hover,
.admin-form.theme-primary .select-multiple select:hover,
.admin-form.theme-primary .gui-input:hover ~ .input-footer,
.admin-form.theme-primary .file .gui-file:hover + .gui-input,
.admin-form.theme-primary .gui-textarea:hover ~ .input-footer,
.admin-form .select-multiple select:focus,
.admin-form .gui-input:focus ~ .input-footer,
.admin-form .gui-textarea:focus ~ .input-footer,
.admin-form .file .gui-file:focus + .gui-input,
.admin-form .gui-input:hover,
.admin-form .gui-textarea:hover,
.admin-form .select > select:hover,
.admin-form .select-multiple select:hover,
.admin-form .gui-input:hover ~ .input-footer,
.admin-form .file .gui-file:hover + .gui-input,
.admin-form .gui-textarea:hover ~ .input-footer {
    border-color: #246EDC;
}

.navbar .dropdown-menu > li.dropdown-footer a:hover {
    background: #276489;
    color: white;
}

#hitosAll .btn-info:hover, #hitosAll .btn-info:focus {
    border-color: #266589;
}

.admin-form .select {
    z-index: inherit;
}

/** MENU GRIS **/
.sidebar-menu > li > a > .fa,
.sidebar-menu > li.active > a > span:nth-child(1) {
    color: #b2b2b2;
}

.sidebar-menu > li > ul {
    background: #3a3a3a;
}

.sidebar-menu li > a.menu-open + ul {
    padding-bottom: 0;
    padding-top: 0;
}

.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after,
.sidebar-menu > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li > a.menu-open:after {
    background: #f4a732;
}

body.sb-l-m .sidebar-menu > li.active > a > span:nth-child(1) {
    color: #f4a732;
}

body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    top: -7px;
}

body.sb-l-m .sidebar-menu > li > a > .sidebar-title,
body.sb-l-m .sidebar-menu > li > ul {
    border-left: none;
}

/** DASHBOARD **/
.cajas-dashboard .panel {
    margin-bottom: 25px;
}

.cajas-dashboard .panel-body {
    min-height: 110px;
}

.btn-caja {
    border: none;
    color: white;
    width: 100%;
    border-radius: 0;
}

.btn-caja:hover,
.btn-caja:focus {
    color: white;
}

.btn-celeste {
    background: #50b3bc;
}

.btn-azul {
    background: #276489;
}

.btn-amarillo {
    background: #f4a732;
}

.btn-rojo {
    background: #ea5945;
}

.texto-celeste {
    color: #50b3bc;
}

.texto-azul {
    color: #276489;
}

.texto-amarillo {
    color: #f4a732;
}

.texto-rojo {
    color: #ea5945;
}

.icon-caja {
    position: absolute;
    color: #e8e8e8;
    color: #f1f1f1;
    right: 15px;
    top: 15px;
    font-size: 45px;
}

.titulo-caja {
    margin-bottom: 0;
    font-size: 14px;
}

.bg-celeste-dashboard {
    background: #50b3bc !important;
    color: white;
    margin-top: 10px;
}

.bg-azul-dashboard {
    background: #276489 !important;
    color: white;
}

.bg-amarillo-dashboard {
    background: #f4a732 !important;
    color: white;
}

.bg-rojo-dashboard {
    background: #ea5945 !important;
    color: white;
}

.bg-gris-dashboard {
    background: #5F5F5F !important;
    color: white;
}

.bg-salmoneado-dashboard {
    background: #FF7C20 !important;
    color: white;
}

.panel-tile h6 {
    height: 20px;
    font-size: 12px;
    line-height: 17px;
}

@media (min-width: 992px) {
    .bg-celeste-dashboard {
        margin-top: 0;
    }
}

/** PANELES **/
.bg-fa {
    background: #fafafa;
}

.panel-title {
    color: #555;
}

.panel-heading .panel-icon,
.panel-heading .glyphicon,
.panel-heading .panel-title .fa {
    display: none;
}

.panel-titulo-ficha {
    color: white;
    padding: 15px 0;
    margin-top: -18px;
    text-align: center;
    margin-bottom: 15px;
    background: #4c4a49;
}

.panel-tabs.panel-tabs-border > li.active > a {
    border-top: none;
}

.fixed-img-profile .fileupload-preview {
    height: auto !important;
}

.admin-form .panel-body {
    padding: 18px;
    border: 0;
    background: white;
    padding-top: 0;
}

.admin-form .panel-primary.heading-border:before,
.admin-form .panel-primary .heading-border:before {
    background: transparent;
}

#content .btn-primary,
.modal-content .btn-primary {
    background: #266589;
    color: white;
}

#content .btn-default {
    background: #F63072;
    color: white;
}

#content .btn-default-white {
    background: #f0f0f0;
    color: #666666;
}

#content .btn-success,
.mfp-content .btn-success,
.admin-form .btn-success {
    color: white;
    background: #50b3bc !important;
    border-color: #42a0a9 !important;
}

#content .btn-success:hover {
    background: #44a0a9 !important;
}

.panel-footer {
    background-color: white;
    border-top: none;
}

.btn.btn-default.menu-ficha,
.btn.btn-default.menu-ficha:active {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 14px;
    color: #666 !important;
    background: transparent !important;
}

.dropdown-menu.dropdown-menu-ficha {
    padding: 0;
}

.dropdown-menu.dropdown-menu-ficha > .active > a,
.dropdown-menu.dropdown-menu-ficha > .active > a:hover,
.dropdown-menu.dropdown-menu-ficha > .active > a:focus {
    background-color: #266589;
}

.radio-custom.radio-info label:before,
.checkbox-custom.checkbox-info label:before {
    border-color: #50b3bc !important;
}

.radio-custom.radio-info input[type=radio]:checked + label:after,
.radio-custom.radio-info input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-info input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-info input[type=radio]:checked + label:after {
    color: #50b3bc;
}






.container {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #4fb4bd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.checkbox-custom label:before {
    border: 2px solid #50b3bc;
}

.checkbox-custom [disabled] + label:before {
    border: 2px solid #a6dadf !important;
}

.checkbox-custom input[type=checkbox]:checked + label:after,
.checkbox-custom input[type=radio]:checked + label:after {
    color: #50b3bc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #266589;
    border-color: #266589;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li > a,
.pagination > li > span {
    color: #777;
}

.panel-docs-tags {
    border: solid 1px #e2e2e2;
}

.panel-docs-tags li a {
    color: #266589;
    cursor: pointer;
}

.panel-docs-tags li a:hover {
    text-decoration: none;
}

.panel-docs-tags #listConstants li.title {
    margin: 0 !important;
    background: #f3f5f6;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: solid 1px #e2e2e2;
}

.panel-docs-tags #listConstants li.search {
    margin-bottom: 0px;
}

.panel-docs-tags .clear.clearfix.mb15 {
    margin-bottom: 0 !important;
}

.panel-docs-tags .panel-docs-tags ul li {
    margin: 0;
}

.panel-docs-tags #listConstants li:not(.title):not(.search) {
    width: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
}

.panel-docs-tags #listConstants li:not(.title):not(.search):hover,
.panel-docs-tags #listConstants li:not(.title):not(.search):not(.lnv):nth-child(2n):hover {
    background: #266589;
    color: white;
    border-left: 5px solid #056691;
}

div.dataTables_paginate ul.pagination {
    margin-top: 20px;
}

.text-success {
    color: #50b3bc;
}

.text-danger {
    color: #ea5945;
}

.tree-cats li p .btn-success,
.tree-cats li p .btn-success:hover {
    background: #50b3bc;
}

.tree, .tree ul {
    color: #666;
}

.form-control:focus {
    border-color: #50b3bc;
}

.chosen-container-active .chosen-choices {
    border: solid 1px #50b3bc;
    box-shadow: none;
}

.alert.alert-info {
    background: #50b3bc;
}

.recoverPass {
    color: #266589 !important;
}

.panel-tabs > li > a {
    padding: 9px 11px 11px;
}

/** HEADER **/
.navbar-branding {
    margin-right: 0;
}

.operaciones .tab-pane.p15.fade {
    display: none;
}
.operaciones .tab-pane.p15.fade.active.in {
    display: block;
}

header .menu-divider.hidden-xs {
    display: none;
}

header .topbar-left .breadcrumb .crumb-active {
    display: block !important;
}

#toggle_sidemenu_l,
#toggle_sidemenu_t {
    background: #f7f7f7;
    line-height: 60px;
}

body.sb-l-m .navbar-brand .iso-grexÂ  {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

@media (max-width: 900px) {
    .grex-logo {
        margin-left: -10px;
    }

    body.sb-l-o .navbar-branding,
    body.sb-l-m .navbar-branding {
        max-width: 250px;
    }

    body.sb-l-o .navbar-brand,
    body.sb-l-m .navbar-brand {
        display: block;
        margin-right: 0 !important;
    }

    body.sb-l-o .navbar #toggle_sidemenu_l,
    body.sb-l-m .navbar #toggle_sidemenu_l {
        width: 60px;
    }

    body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
        background-color: #454241;
    }

    body.sb-l-o .navbar-branding, body.sb-l-m .navbar-branding {
        max-width: 50px;
    }
}

/** MENU **/
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
    background: #266589;
}

.navbar .nav > li.dropdown.open .dropdown-menu,
.navbar .nav > li.dropdown .open .dropdown-menu {
    border-top-color: #266589;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.navbar .nav > li.dropdown.open .dropdown-menu:after,
.navbar .nav > li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #266589;
    display: block;
}

.notificacion {
    display: inline-block;
}

.notificacion:hover {
    background: #f7f7f7;
}

.notificacion .navbar-btn .dropdown-toggle {
    border: none !important;
    background: transparent !important;
}

.notificacion .navbar-btn .fa-bell-o {
    font-size: 18px !important;
}

.notificacion .navbar-btn .badge {
    background: #ea5945 !important;
    font-size: 10px;
    top: 8px;
    right: 2px;
}

.notificacion .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.notificacion .timeline-item:hover {
    background-color: #f5f5f5;
}

.notificacion .timeline-item {
    display: block;
}

.notificacion .navbar-btn.btn-group {
    margin: 0;
    padding: 0;
}

.notificacion .btn.btn-sm.dropdown-toggle {
    width: 50px;
    height: 60px;
    padding: 0;
    box-shadow: none;
}

.notificacion .navbar.navbar-btn {
    padding: 0;
}

.notificacion .dropdown-menu.dropdown-persist.w350.animated.animated-shorter.fadeIn {
    margin-top: 0 !important;
}

.navbar .nav > li.dropdown .timeline-list li.timeline-item {
    padding: 0;
}

.notificacion .timeline-item a {
    padding: 18px 70px 18px 45px;
    display: block;
    text-decoration: none;
    color: #999;
}

.notificacion .timeline-item .timeline-icon {
    background-color: #276489 !important;
}

.notificacion .timeline-item .timeline-icon .fa {
    font-size: 18px;
    line-height: 26px;
}

.notificacion .panel-footer:hover {
    background-color: #276489 !important;
    border: 0;
}

.notificacion .panel-footer {
    padding: 0 !important;
    border: 0;
    background-color: #fafafa !important;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.notificacion .panel-footer a {
    display: block;
    padding: 10px;
}

.notificacion .panel-footer:hover a {
    color: white;
}

.notificacion-success {
    background: #01736a !important;
}

.notificacion-primary {
    background: #266589 !important;
}

.notificacion-warning {
    background: #f4a732 !important;
}

.notificacion-danger {
    background: #ea5945 !important;
}

ol.timeline-list li.timeline-item .timeline-icon {
    opacity: 1;
}

.scroller-setup .scroller-bar,
.scroller-active .scroller-bar {
    display: none;
}

.navbar .nav > li.dropdown .timeline-list li.timeline-item .timeline-date {
    right: 15px;
}

.navbar .nav > li.dropdown .timeline-list li.timeline-item:after {
    left: 23px;
}

.dropdownMenus > ul > li:not(:last-child) {
    margin-bottom: 0;
}

.dropdownMenus > ul {
    padding: 0 !important;
}

@media (max-width: 767px) {
    [data-menumovil] {
        display: none !important;
    }

    .visible-movil-menu {
        display: block !important;
    }

    .navbar .nav > li.dropdown.open .dropdown-menu:after {
        display: block;
    }

    .navbar .navbar-btn.btn-group > .btn:hover {
        box-shadow: none;
    }

    .btn-menu-hamburger {
        background: white;
        border: none;
        height: 60px;
        width: 50px;
        font-size: 15px;
        display: inline-block;
    }

    .btn-menu-hamburger:hover {
        background: #f7f7f7;
    }

    #main header .navbar-nav .menu-movil-header1 {
        width: 100%;
        position: absolute !important;
        left: 0;
        border-top: solid 1px #d9d9d9;
        border-bottom: solid 1px #d9d9d9;
        background: white;
        top: 60px;
    }

    #main header .navbar-nav .menu-movil-header2 {
        width: 100%;
        position: absolute !important;
        left: 0;
        border-bottom: solid 1px #d9d9d9;
        background: white;
        top: 121px;
    }

    #main header .navbar-nav .menu-movil-header3 {
        width: 100%;
        position: absolute !important;
        left: 0;
        border-bottom: solid 1px #d9d9d9;
        background: white;
        top: 181px;
    }
}

/** CARGADOR **/
#BlackOutHandler .spinner .ball-1 {
    background-color: #ff5a42;
    opacity: 0.9;
}

#BlackOutHandler .spinner .ball-2 {
    background-color: #ffa91f;
    opacity: 0.9;
}

#BlackOutHandler .spinner .ball-3 {
    background-color: #00658b;
    opacity: 0.9;
}

#BlackOutHandler .spinner .ball-4 {
    background-color: #00b6bf;
    opacity: 0.9;
}

/** MODAL **/
#xmodalHandler {
    /*height: 150px !important;*/
}

#xmodalHandler .content p {
    font-size: 16px !important;
}

#xmodalHandler .btn-primary {
    background: #276489 !important;
}

#xmodalHandler p.buttons {
    margin-top: 0 !important;
}

/** CARGADOR **/
.jxengineexplorer .panel-body .jxee-fileclasification [data-jxee-filterclasif] form #filterbttn {
    margin-top: 10px;
    margin-right: 10px;
}

.panel-danger > .panel-heading,
.jxengineexplorer .panel-body .jxee-fileinformation .panel .panel-heading {
    background-color: #F63072;
    border-color: #F63072;
}

.jxengineexplorer .panel-body .jxee-fileinformation .panel .panel-body .jxee-info-title {
    margin: 22px 0px 5px;
}

/** FORMULARIOS **/
.titulo-label {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    text-align: left !important;
    padding-top: 0 !important;
    font-weight: 600 !important;
}

/** TICKETS **/
.texto-rojo-oscuro-tickets {
    color: #c73746 !important
}

.texto-rojo-tickets {
    color: #ed5565 !important;
}

.texto-amarillo-tickets {
    color: #f6bb42 !important;
}

.texto-verde-tickets {
    color: #37bc9b !important;
}

.texto-azul-tickets {
    color: #3bafda !important;
}

.tickets-pag {
    padding-left: 16px;
    border-top: 1px solid #e5e5e5
}

.message-view {
    padding-right: 20px;
    padding-left: 20px;
}

.titulo-mensaje-tickets {
    font-size: 14px;
    font-weight: normal;
}

.prioridad-detalle {
    font-size: 12px;
    vertical-align: top;
    padding-top: 8px;
    margin-right: 5px;
}

.panel .panel-menu .titulo-mensaje {
    margin-top: 10px !important;
    margin-left: 10px !important;
    font-weight: 300 !important;
}

.bloque-titulo {
    font-weight: normal;
    cursor: pointer;
}

.bloque-titulo a {
    display: block;
    color: #676a6c;
    padding: 20px;
}

.bloque-titulo a:hover {
    background: #f5f5f5;
}

.bloque-titulo .nombre {
    font-size: 14px;
}

.bloque-titulo .fecha {
    font-size: 12px;
}

.bloque-titulo.no-leido h3,
.bloque-titulo.no-leido span {
    font-weight: bold;
}

.bloque-titulo h3 {
    font-weight: normal;
}

.btn-respuesta {
    background: white !important;
    margin-bottom: 30px;
    border: 1px solid #e7eaec;
}

.mensaje .contenido-mensaje {
    display: none;
}

.mensaje.mostrar .contenido-mensaje {
    display: block;
}

.contenido-mensaje {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7eaec;
}

.respuesta .note-editor .btn-toolbar > .btn + .btn,
.respuesta .note-editor .btn-toolbar > .btn-group + .btn,
.respuesta .note-editor .btn-toolbar > .btn + .btn-group,
.respuesta .note-editor .btn-toolbar > .btn-group + .btn-group {
    margin-left: 0 !important;
}

.respuesta .note-editor .note-toolbar {
    border: none;
}

.respuesta .btn-default {
    background: white !important;
    color: #666 !important;
}

.respuesta {
    border-left: 1px solid #e7eaec !important;
    border-right: 1px solid #e7eaec !important;
    background: white;
}

.note-editor {
    border: none;
}

.btn-respuesta {
    padding: 15px;
    text-align: right;
}

.message-read,
.message-unread {
    cursor: pointer !important;
}

.tickets-modal {
    border: none !important;
}

.modal-footer-tickets .btn-success,
.modal-footer-tickets .btn-success:hover,
.modal-footer-tickets .btn-success:focus {
    background: #50b3bc;
    border: #50b3bc;
    color: white;
}

.modal-footer-tickets .btn-default,
.modal-footer-tickets .btn-default:hover,
.modal-footer-tickets .btn-default:focus {
    background: #ea5945;
    border: #ea5945;
    color: white;
}

.btn-gris {
    background: #676767;
    color: white;
}

.btn-gris:hover,
.btn-gris:focus {
    background: #525252;
    color: white;
}

/* make drag container visible */
#redips-drag {
    /*border: 2px dashed LightBlue;*/
    display: table;
}

/* table */
div#redips-drag table {
    background-color: #eee;
    border-collapse: collapse;
    margin: 7px;
}

/* table cells */
div#redips-drag td {
    border: 1px solid navy;
    height: 50px;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
}

/* drag object (DIV inside table cell) */
.redips-drag_ {
    margin: 2px 2px;
    text-align: center;
    width: auto;
    /*height: 30px;*/
    line-height: 15px;
    border: 2px solid SteelBlue;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
}

/* drag object (DIV inside table cell) */
.redips-drag {
    margin: 2px 2px;
    text-align: center;
    width: auto;
    /*height: 30px;*/
    line-height: 15px;
    border: 2px solid SteelBlue;
    background-color: white;
    font-size: 10px;
    font-weight: bold;
}

#redips-drag {
    padding: 0 14px 0 0;
}

/* "Load" button (needed for AJAX version) */
/*.button {*/
/*margin: 10px;*/
/*background-color: #6A93D4;*/
/*color: white;*/
/*border-width: 1px;*/
/*width: 44px;*/
/*padding: 0px;*/
/*}*/
#tabla_configuracion {
    width: 100%;
    padding: 0 5px 0 0 !important;
}

#tablax {
    width: 100%;
    padding: 0 5px 0 0 !important;
}

footer img {
    width: 110px;
    margin-right: 10px;
}

#content-footer {
    height: 36px;
    padding: 5px 15px;
}

#content-footer .grex-logo {
    /**
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    height: 22px;
    width: auto;
}

.footer-legal {
    margin-top: 4px;
}
#tabla_co {
    display: block;
    max-height: 240px !important;
    overflow-y: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}
.thead {
    width: 100%;
    display: block;
}
.thead>tr {
    width: 100%;
    display: block;
    border-bottom: solid 1px #eee;
}
.hora_n {
    background-color: #eeeeee;
    padding: 0 0 0 3px;
    height: 20px;
    vertical-align: middle;
}
.hora_s {
    background-color: #ffffff;
    padding: 0 0 0 3px;
    height: 20px;
    vertical-align: middle;
}

.results tr[visible='false'],
.no-result{
    display:none;
}

.results tr[visible='true']{
    display:table-row;
}

.search{
    max-width: 70%;
    display: inline-block;
}

.counter, .counterd{
    padding:8px;
    color:#ccc;
}

.check_as{
    padding: 0 0 0 3px;
    width: 18px;
    height: 18px;
    margin-top: 0 !important;
}
/*.froilan{*/
    /*border: 1px solid #50b3bc!important;*/
    /*border-radius: 2px;*/
    /*width: 21px;*/
    /*height: 21px;*/
    /*background: #50b3bc;*/
/*}*/


/** NUEVO LOGIN **/
.bg-page {
    background-image: url("../../../img/bg.jpg") !important;
    background-size: cover;
    height: 100%;
    background-position: center center;
}
.bg-page.bg-page2 {
    background-image: url("../../../img/bg-contratista.jpg") !important;
}
.bg-page-white {
    background: white;
    height: calc(100% - 140px);
}
.bg-page-white #main {
    height: 100%;
}
.bg-page-white #content_wrapper {
    height: 100%;
    display: table;
    width: 100%;
}
.bg-page-white #content {
    height: 100%;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.bg-page-white .panel-body.bg-light {
    max-width: 380px;
    margin: auto;
}
.bg-page h2 {
    font-size: 24px;
    font-weight: normal;
    color:#3C3D43;
    margin-bottom: 40px;
}
.bg-page .admin-form .prepend-icon > input, .admin-form .prepend-icon > textarea {
    padding-left: 15px;
}
.bg-page h2 span {
    color: #FF7245;
}
.bg-page .field-label.text-muted.fs18.mb10 {
    color:#3C3D43;
    font-size: 14px !important;
}
.bg-page .field-label.text-muted.fs18.mb10 strong {
    font-weight: bolder;
}
.bg-page .recoverPass {
    color: #FF7245 !important;
}
.bg-page .recoverPass:hover {
    color: #FF7245 !important;
    text-decoration: underline;
}
.bg-page .btn-primary {
    background: #FF7245 !important;
    font-weight: 600;
    width: 100%;
}
.form-control:focus {
    border-color: #FF7245;
}
.bg-page .alert.mainErrorLogin.alert-danger {
    max-width: 333px;
    margin: auto;
}
.actualiza_mini_ficha{
    cursor: pointer;
    width: 2.5%;
}
.bg-page .logo-login-movil1 {
    width: 150px;
    margin-top: 25px;
}
.movil-banner1 {
    height: 140px;
}
body.external-page.external-alt.bg-page #main {
    background: white;
}
body.external-page.bg-page #content .panel {
    border: none;
}
.bg-page .img-responsive {
    display: inline-block;
}
.bg-page h5 {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    margin-left: 10px;
    color: white;
    font-size: 16px;
    margin-top: 15px;
}
.bg-page h5 strong {
    color: #FF7245;
    font-weight: bold;
}
.bg-page .bglogin1 {
    display: table;
    height: 100%;
}
.bg-page .bglogin1 .table-layout {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .bg-page-white {
        height: 100%;
    }
    .bg-page .img-responsive {
        width: 200px;
    }
    .bg-page h5 {
        font-size: 20px;
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .bg-page .img-responsive {
        width: 300px;
    }
}
.xxl1560 {
    width: 1560px !important;
}



.menu-ficha-inline {
    display: none !important;
}
.menu-ficha-collapsed {
    display: block !important;
}

@media (min-width: 1560px) {

    .menu-ficha-collapsed {
        display: none !important;
    }
    .menu-ficha-inline {
        display: block !important;
    }

}
