

@font-face {
    font-family: IBMPlex;
    src: url('../fonts/IBMPlex.ttf');
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    font-family: IBMPlex, sans-serif !important;
}




body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    
}
.dnone {
    display: none !important;
}

.pyp{
    padding-top: 3px ;
    padding-bottom: 3px;
}

.fs-10{
    font-size: 10px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-28{
    font-size: 28px !important;
}
.fs-30{
    font-size: 30px !important;
}
.fs-32{
    font-size: 32px !important;
}
.fs-42{
    font-size: 42px !important;
}




.bold{
    font-weight: 700;
}

.fondoGris {
    background-color: #000000;
}
.fondoAzulLight {
    background-color: #a5e9fd;
}
.fondoVerdeLight {
    background-color: #a1fca9;
}
.fondoRosaLight {
    background-color: #fdd3f0;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: all 1s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/

}

.panelM {
    box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.20)!important;
    margin: 20px auto;
    max-width: 300px;
    min-width: 150px;
    width: 98%;
    padding: 30px;
    border-radius: 5px;
    min-height: 150px;
    height: 100%;
}

.panelG {
    box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.20)!important;
    margin: 20px auto;
    max-width: 1680px;
    min-width: 450px;
    width: 98%;
    padding: 30px;
    border-radius: 5px;
    min-height: 300px;
    height: 100%;
}

.panelx {
    box-shadow: 0rem 0.1rem 0.4rem rgba(0, 0, 0, 0.20)!important;
    margin: 20px auto;
    width: 98%;
    padding: 30px;
    border-radius: 5px;
}

.posrel {
    position: relative !important;
}

.posabsol {
    position: absolute !important;
}
.posfixed {
    position: fixed !important;
}

.cupo {
    cursor: pointer !important;
}

.cuhe {
    cursor: help !important;
}


.list-group-item-action.activ {
    background-color: #177395 !important;
}

.list-group-item-action {
    background-color: #000000 !important;
}

select option:checked {
    background-color: #efefef !important;
}

.apagado, .apagado:hover {
    opacity: 0.9;
    cursor: no-drop !important;
    color: #656565;
}


.icomenu {
    bottom: 18px !important;
    font-size: 16px !important;
    position: absolute !important;
}


.menu,.menu:hover {    
    max-height: 55px !important;    
    height: 55px !important;
}
                
.menu:hover {
    /* filter: brightness(101%); */
    color: #ffffff !important;
}

th {
    text-align: left !important;
}



.panscroll {
    height: 600px;
    max-height: 610px;
    width: 80%;
    border: 0.3px solid #efefef;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

.panscroll100 {
    
    max-height: 610px;
    width: 97%;
    border: 0.3px solid #efefef;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

/*scroll*/
                
::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(135,206,219 0, 7);
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
}

 ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
    background-color: #177395;
}

textarea {
    resize: none !important;
    min-height: 100px !important;
    padding-top: 16px !important;
}

.overlay {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 50%, 0.15);
    cursor: default;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.linesep {
    height: 2px !important;
    background-color: #177395;
    text-align: center;
    margin: 20px auto !important;
    width: 90%;
    padding: 0px !important;
}

.linecell {
    height:1px !important;
    background-color: #efefef;
    text-align: center;
    margin: 2px auto !important;
    width: 90%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mw100{
    min-width: 100px !important;
}

.w80{
    width:80px !important;
}
.wm80{
    min-width: 80px !important;
}


.azul{
    color: #177395
}

.invalidfield{
    border-color: red !important ;
}

.invalidfield2{
    border:1px solid red !important ;
}

.invalid_ch{
    border-radius: 50%;
    border:1px solid red !important ;
}

.bgazulclaro{
    background-color: #c6e5fa70 ; 
}

.bgamaclaro{
    background-color: #f4ff9070 ; 
}


.w50{
    min-width: 60px !important;
    max-width: 60px !important;
    width: 60px !important;
}
.w75{
    min-width: 75px !important;
    max-width: 75px !important;
    width: 75px !important;
}
.w100{
    min-width: 100px !important;
    max-width:100px !important;
    width: 100px !important;
}
.w125{
    min-width: 125px !important;
    max-width:125px !important;
    width: 125px !important;
}
.w150{
    min-width: 150px !important;
}
.w175{
    min-width: 175px !important;
}
.w200{
    min-width: 200px !important;
}
.w225{
    min-width: 225px !important;
}
.w250{
    min-width: 250px !important;
}
.w275{
    min-width: 275px !important;
}
.w300{
    min-width: 300px !important;
}
.w400{
    min-width: 400px !important;
}
.mxw50{
    min-width: 50px !important;
}
.mxw75{
    max-width: 75px !important;
}
.mxw100{
    max-width: 100px !important;
}
.mxw150{
    max-width: 150px !important;
}
.mxw200{
    max-width: 200px !important;
}
.mxw250{
    max-width: 250px !important;
}
.mxw300{
    max-width: 250px !important;
}

.mxh{
    min-height: 580px !important;
}

.activeblue{
    color: #ffffff !important;
    background-color: #177395 !important;
}

.vtxt{
    line-height: 1.1 !important; 
    min-height: 36px !important;
}

.reb{
    border-width: 2px ;
    border-radius: 2px;
}

.btr{
    width: 36px !important;
    align-items: center;
    text-align: center;
    justify-content: center;
    justify-items: auto;

}

.filter-option-inner-inner{
    min-height: 20px !important;
}


/* ++++menu++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.activado#sidebar-wrapper {
    margin-left: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}

.ocultado#sidebar-wrapper {
    margin-left: -15rem;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}


@media (max-width: 768px) {
  

    .w80{
        width: 50px !important;
    }
    .wm80{
        min-width: 50px !important;
    }
}
@media (min-width: 768px) {

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

}





