/* ESTILOS - ScrollTop */
#scrollTop{
    display: none;
    font-size: 1.2rem !important;
    position: fixed;
    bottom: 15px;
    right: -2px;
    z-index: 5;
    border: none !important;
    background-color: #343a40 !important;
    /* background-color: rgba(0, 70, 73,0.55) !important; */
    color: white !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}
#scrollTop:hover{
    background-color: #4a535c !important;
}
/* ESTILOS - ScrollTop */



/* ESTILOS - LOGIN */
.loginFormContainer{
    margin: auto;
    min-width: 350px !important;
    width: 80% !important;
    max-width: 600px !important;
}

.imgLogin{
    width: 85%;
}
/* ESTILOS - LOGIN */



/* ESTILOS - HEADER */
header{
    top: 0;
    width: 100%;
}
#datos_resumen .header{
    background-color: rgb(75, 75, 75) !important;
}
.header_antes_logueo{
    background: none;
    /* background-color: rgb(0, 70, 73);
    border-bottom: solid 4px rgb(0, 70, 73); */
    background-color: #ffffff;
    border-bottom: solid 4px #ffffff;
    /* position: fixed !important; */
    width: 100% !important;
    top: 0 !important;
    z-index:1;
}

.header_logueado{
    background: none;
    /* background-color: rgb(0, 70, 73); */
    /* border-bottom: solid 4px rgb(0, 70, 73); */
    /* position: fixed !important; */
    width: 100% !important;
    top: 0 !important;
    z-index:1;
}

#frm_Login {
    all: unset !important;
    background-color: #ffffff !important;
    color: black !important;
    border: 0;
}

.loginContainerCSS{
    padding-top: 50px;
    float: right;
    width: 47%;
    margin-right: 3%;
}

.input-login{
    all: unset !important;
    margin-left: 30px !important;
    border: 1px !important;
    background-color: #ffff !important;
    width: 230px !important;
    height: 44px !important;
    border-left: 4px solid black !important;
    border-bottom: 2px solid black !important ;
    text-indent: 20px !important;
    font-size: 10pt !important;
    font-weight: bold !important;
    display: inline-block;
}

.legend-text{
    margin-left: 18px !important;
    border-left: 3px solid black !important;
    border-bottom: 3px solid black !important;
    font-size: 32pt !important;
}

.testback{
    width: 100% !important;
    /* padding-top: 96px !important; */
    background-color:rgb(101, 20, 31);
    border-bottom: 2px solid #343a40;
    z-index: 8;
}

.testback #menu {
    background-color: rgb(101, 20, 31);
}

@media(min-width: 1024px){
    .wrapper {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 1370px){
    .wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.main-menu > li > a {
    min-width: auto !important;
}
#toggle-menu, #menu a{
    padding: 1.5em 8px !important;
}

#menu a{
    color: #ffff;
}

#menu a:hover {
    transition: background-color 0.5s, color 0.5s; /* Transición suave */
    background-color: #ffff;
    color: rgb(101, 20, 31);
}

.sub-menu{
    width: auto !important;
    min-width: 180px !important;
    background: none !important;
    background-color: none !important;
    padding: 0px !important;
}

.sub-menu li{
    border: solid 1px #343a40 !important;
    margin: 0px !important;
    padding: 0px !important;
}

#menu .sub-menu a{
    background-color: rgb(101, 20, 31);
    color: #ffffff;
    text-shadow: none;
    margin: 0 !important;
}

#menu .sub-menu a:hover{
    background: #ffffff !important;
    color: rgb(101, 20, 31);
}

#toggle-menu{
    background-color: rgb(101, 20, 31)
}

.menuContainer{
    background-color: rgb(101, 20, 31) !important;
}

hr{
    border-color: #343a40;
}
h3{color: #343a40 !important;}
/* ESTILOS - HEADER */

/* FORMS */
.header-title{
    background-color: rgb(101, 20, 31);
    border-radius:  12px 12px 0px 0px !important;
    margin-bottom: 0px;
}

form{
    border-radius: 0px 0px 12px 12px !important;
    -moz-border-radius: 0px 0px 12px 12px !important;
    -webkit-border-radius: 0px 0px 12px 12px !important;
    border: 2px solid #000000;
    background-color:rgb(240, 240, 240);
    padding: 1rem !important;
    position: relative;
    /* z-index: 1; */
}

form legend{
    color: rgb(101, 20, 31) !important;
    border-bottom: 1px solid rgb(101, 20, 31) !important;
}
/* FORMS */

/* ESTILOS - BOTONES */
.buttons-container{
    background: none !important;
    border-top: 1px solid #343a40;
    /* border-top: 1px solid rgba(0, 70, 73, 0.2); */
}
.btn_c_primary, .btn_c_secondary, .btn_c_success, .btn_c_danger, .btn_c_warning, .btn_c_info, .btn_c_light, .btn_c_dark{
    border: none !important;
    color: rgb(255, 255, 255) !important;
    border-radius: .8rem;
    transition: .1s ease-in-out;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, .5),
        -2px -2px 4px rgba(0, 0, 0, 0.3),
        2px 2px 2px rgba(0, 0, 0, .04),
        2px 2px 4px rgba(0, 0, 0, .09);
    margin: 2px;
}
.btn_c_primary:hover, .btn_c_secondary:hover, .btn_c_success:hover, .btn_c_danger:hover, .btn_c_warning:hover, .btn_c_info:hover, .btn_c_light:hover, .btn_c_dark:hover{
    box-shadow: -2px -2px 6px rgba(0, 0, 0, .4),
        -2px -2px 4px rgba(0, 0, 0, 0.2),
        2px 2px 2px rgba(0, 0, 0, .03),
        2px 2px 4px rgba(0, 0, 0, .08);
}
.btn_c_primary:active, .btn_c_secondary:active, .btn_c_success:active, .btn_c_danger:active, .btn_c_warning:active, .btn_c_info:active, .btn_c_light:active, .btn_c_dark:active{
    box-shadow: inset -2px -2px 6px rgba(0, 0, 0, .4),
        inset -2px -2px 4px rgba(0, 0, 0, 0.2),
        inset 2px 2px 2px rgba(0, 0, 0, .03),
        inset 2px 2px 4px rgba(0, 0, 0, .08);
}
/* Primary */
.btn_c_primary{
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
.btn_c_primary:hover {
    transition: background-color 0.6s, color 0.6s; /* Transición suave */
    background-color: rgb(134, 103, 56) !important;/* Color hover */
    color: #ffff !important;
}
.btn_c_primary:active {
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
/* Success EX */
.btn_c_successs{
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
.btn_c_successs:hover {
    transition: background-color 0.6s, color 0.6s; /* Transición suave */
    background-color: rgb(134, 103, 56) !important;/* Color hover */
    color: #ffff !important;
}
.btn_c_successs:active {
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
/* Secondary */
.btn_c_secondary{
    background-color: rgb(22, 22, 22) !important;/* Color base */
}
.btn_c_secondary:hover {
    background-color: rgb(73, 73, 73) !important;/* Color hover */
}
.btn_c_secondary:active {
    background-color: rgb(22, 22, 22) !important;/* Color base */
}
/* Success */
.btn_c_success{
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
.btn_c_success:hover {
    transition: background-color 0.6s, color 0.6s; /* Transición suave */
    background-color: rgb(134, 103, 56) !important;/* Color hover */
    color:  #ffff !important;/* Color hover */
}
.btn_c_success:active {
    background-color: rgb(134, 103, 56) !important;/* Color base */
}
/* Danger */
.btn_c_danger{
    background-color: rgb(101, 20, 31) !important;/* Color base */
}
.btn_c_danger:hover {
    transition: background-color 0.6s, color 0.6s; /* Transición suave */
    background-color: rgb(171, 0, 51) !important;/* Color hover */
    color: #ffff !important;/* Color hover */
}
.btn_c_danger:active {
    background-color: rgb(171, 0, 51) !important;/* Color base */
}
/* Warning */
.btn_c_warning{
    background-color: rgb(84, 86, 90)!important;/* Color base */
}
.btn_c_warning:hover {
    transition: background-color 0.6s, color 0.6s; /* Transición suave */
    background-color: rgb(52, 52, 53) !important;/* Color hover */
    color:  #ffff !important;/* Color hover */
}
.btn_c_warning:active {
    background-color: rgb(52, 52, 53)  !important;/* Color base */
}
/* Info */
.btn_c_info{
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
.btn_c_info:hover {
    background-color: #ffffff !important;/* Color hover */
    color: rgb(134, 103, 56) !important;/* Color hover */
}
.btn_c_info:active {
    background-color: rgb(134, 103, 56) !important;/* Color base */
}
/* Light */
.btn_c_light{
    background-color: rgb(81, 0, 173) !important;/* Color base */
}
.btn_c_light:hover {
    background-color: rgb(103, 0, 221) !important;/* Color hover */
}
.btn_c_light:active {
    background-color: rgb(81, 0, 173) !important;/* Color base */
}
/* Dark */
.btn_c_dark{
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
.btn_c_dark:hover {
    background-color: rgb(134, 103, 56) !important;/* Color hover */
}
.btn_c_dark:active {
    background-color: rgb(134, 103, 56) !important;/* Color base */
}
/* Link */
.btn_c_link{
    color: #007BFF !important;
}
.btn_c_link:hover{
    cursor: pointer !important;
    color: #007BFF !important;
    border-bottom: solid 1px #007BFF !important;
}
/* Lista_acciones */
.btn_lista_acciones{
    border-radius: 12px 12px 0px 0px !important;
    background-color: rgb(188, 149, 92) !important;/* Color base */
}
.btn_lista_acciones:hover {
    background-color: rgb(134, 103, 56) !important;/* Color hover */
}
.btn_lista_acciones:active {
    background-color: rgb(134, 103, 56) !important;/* Color base */
}
/* Danger */
.menu-actions .btn_c_danger{
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .4),
    0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px rgba(0, 0, 0, .03),
    0px 0px 0px rgba(0, 0, 0, .08);
}
.menu-actions .btn_c_danger:active{
    box-shadow: inset -2px -2px 6px rgba(0, 0, 0, .4),
    inset -2px -2px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 2px rgba(0, 0, 0, .03),
    inset 2px 2px 4px rgba(0, 0, 0, .08);
}

/* DataTables */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: none !important;
    background-color: rgb(101, 20, 31) !important;
    border-color: rgb(101, 20, 31) !important;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: none !important;
    background-color: rgb(119, 0, 36) !important;
    border-color: rgb(119, 0, 36) !important;
    color: white !important;
}
/* ESTILOS - BOTONES */



/* ESTILOS - TABLA */
table{
    border-collapse: collapse !important;
    border-radius: 25px !important;
    overflow: hidden !important;
}
.pure-table th,
table.dataTable thead .sorting, table.dataTable thead .sorting_disabled, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
    background-color: rgb(101, 20, 31) !important;
    font-weight: bold !important;
    font-size: 1em;
    border-bottom-color: rgba(0, 242, 255, 0);
}

.odd, tr .ood {
    background-color: rgba(240, 240, 240) !important;
}
/* ESTILOS - TABLA */


/* ESTILOS - STEPPER */
.progressbar li.active {
    color: rgb(255, 255, 255) !important;
    font-weight: 900;
    background-color: rgb(20, 20, 20);
    box-shadow: inset -2px -2px 6px rgba(0, 0, 0, .4),
        inset -2px -2px 4px rgba(0, 0, 0, 0.2),
        inset 2px 2px 2px rgba(0, 0, 0, .03),
        inset 2px 2px 4px rgba(0, 0, 0, .08) !important;
}
.progressbar li.active:hover {
    background-color: rgb(78, 81, 81);
    box-shadow: -2px -2px 6px rgba(0, 0, 0, .4),
    -2px -2px 4px rgba(0, 0, 0, 0.2),
    2px 2px 2px rgba(0, 0, 0, .03),
    2px 2px 4px rgba(0, 0, 0, .08) !important;
}
.progressbar li.active:before {
    border-color: rgba(0, 70, 73, 0) !important;
    background-color: #f5f5f500 !important;
}
.progressbar li.active:after {
    color: rgba(0, 70, 73, 0) !important;
    border-color: rgba(0, 70, 73, 0) !important;
}
.progressbar li.active+li:after {
    background-color: rgba(0, 70, 73, 0) !important;
}
.progressbar li.ok {
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
}
.progressbar li.ok:before {
    border-color: rgba(40, 167, 70, 0) !important;
}
.progressbar li.ok:after {
    border-color: rgba(0, 116, 122, 0) !important;
}
.progressbar li.ok+li:after {
    background-color: rgba(40, 167, 70, 0);
}
/* principales stepper */
.progressbar {
    width: 100%;
    margin: auto;
    counter-reset: step -1;
    background-color: rgb(75, 75, 75);
}

.progressbar li {
    list-style-type: none;
    width: 10.7%;
    float: left;
    font-size: 0.8em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 40px;

    background-color: rgb(75, 75, 75);
    border: none !important;
    color: rgb(255, 255, 255);
    /* border-radius: 0.8rem; */
    transition: .1s ease-in-out;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, .5),
        -2px -2px 4px rgba(0, 0, 0, 0.3),
        2px 2px 2px rgba(0, 0, 0, .04),
        2px 2px 4px rgba(0, 0, 0, .09);
    margin: 0px;
}
.progressbar li:hover {
    background-color: rgb(95, 95, 95);
    box-shadow: -2px -2px 6px rgba(0, 0, 0, .4),
        -2px -2px 4px rgba(0, 0, 0, 0.2),
        2px 2px 2px rgba(0, 0, 0, .03),
        2px 2px 4px rgba(0, 0, 0, .08) !important;
}
.progressbar li:active {
    background-color: rgb(75, 75, 75);
    box-shadow: inset -2px -2px 6px rgba(0, 0, 0, .4),
        inset -2px -2px 4px rgba(0, 0, 0, 0.2),
        inset 2px 2px 2px rgba(0, 0, 0, .03),
        inset 2px 2px 4px rgba(0, 0, 0, .08) !important;
}

.alerterror{
    margin-left: 10%;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #219acc;
}

.progressbar li.active:before {
    /* border-color: #219acc; */
}

.progressbar li.active+li:after {
    /* background-color: #219acc; */
}

.progressbar li.ok {
    /* color: green; */
}

.progressbar li.ok:before {
    /* border-color: #55b776; */
}

.progressbar li.ok+li:after {
    /* background-color: #55b776; */
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    /* content: counter(step); */
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.container_bar{
    margin: 0px;
}
/* ESTILOS - STEPPER */





/* ESTILOS - MODAL */
.modal-header{
    background-color: rgb(101, 20, 31)!important;
}
.modal-body{
    background-color: #f5f5f5 !important;
}
.modal-footer{
    background-color: #f5f5f5 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* ESTILOS - MODAL */





/* Colocar hasta abajo el footer: */
body{ min-height:100vh; margin:0; position:relative; background-color: rgb(255, 255, 255); font-family: "Verdana", sans-serif; font-size: 11pt;}
body::after {
  content: '';
  display: block;
  height: 20px; /* Set same as footer's height */
  margin-top: 5px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  padding-top: 0px !important;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff !important;
  color: black;
  z-index:-100;
}

/* Fin de colocar hasta abajo el footer: */



/**********************************************************************************************************/
/**********************************************************************************************************/
/********************************************** MENÚ LATERAL **********************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/

/* Pantallas grandes */
@media(min-width: 1014px){
    .menuContainer{
        position: fixed;
        /* overflow-y: scroll !important; */
        top: 0px;
        max-width: 255px !important;
        min-width: 255px !important;
        width: 255px !important;
        height: calc(100% ) !important;
        background-color: rgb(101, 20, 31);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    }
    .menuContainer .testback{
        /* margin-top: 100px; */
        position: relative !important;
        border-bottom: none !important;
    }


    .testback .wrapper{
        width: 100% !important;
        margin: auto !important;
    }
    #menu li{
        width: 100% !important;
    }
    #menu  li>a{
        font-size: 0.74rem !important;
        padding: 14px 10px !important;
    }
    #menu .message-box{display: none !important;}

    #menu .sub-menu{
        border: solid 2.5px #343a40 !important;
        border-top: solid 4px rgb(255, 255, 255) !important;
        left: 6% !important;
        margin-top: -16px !important;
    }
    #menu .sub-menu li{
        width: 100% !important;
        border: none !important;
    }

    #menu .sub-menu .sub-menu{
        border: solid 1px #343a40 !important;
        border-top: solid 4px rgb(255, 255, 255) !important;
        left: 40% !important;
        margin-top: 30px !important;
        min-width: 150px !important;
    }

    .masterContainer{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 255px !important;
        padding: 10px !important;
        padding-top: 0px !important;
    }
}

/* Pantallas pequeñas */
@media(max-width: 1013px){
    .testback{
        /* position: fixed !important; */
        top: 100px !important;
    }
    .masterContainer{
        margin-top: 0px;
        padding: 10px !important;
        padding-top: 0px !important;
    }
}




/**********************************************************************************************************/
/**********************************************************************************************************/
/********************************************** MENÚ LATERAL **********************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
