


body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    
}
.dnone {
    display: none !important;
}

.bold{
    font-weight: 700;
}

.fondoGris {
    background-color: #656565;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#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;
}

.panelM {
    box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.20)!important;
    margin: 20px auto;
    max-width: 1680px;
    min-width: 450px;
    width: 96%;
    padding: 30px;
    border-radius: 5px;
    min-height: 300px;
    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%;
}

.posrel {
    position: relative !important;
}

.absol {
    position: absolute !important;
}

.cupo {
    cursor: pointer;
}


.list-group-item-action.activ {
    background-color: #87cedb !important;
}

.list-group-item-action {
    background-color: #656565 !important;
}

select option:checked {
    background-color: #87cedb !important;
}

.apagado {
    opacity: 0.3;
    cursor: default !important;
}


.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(108%)
                }

                th {
                    text-align: left !important;
                }


.ocultado{
    display: none !important;
}

.activado{
    display: normal !important;
}

/*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: #87cedb;
}

textarea {
    resize: none !important;
    min-height: 100px !important;
    padding-top: 16px !important;
}

.overlay {
    z-index: 9999;
    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: #87cedb;
    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: #6dcff6
}

.invalid_field{
    border-color: red !important ;
}

.invalid_ch{
    border-radius: 50%;
    border:1px solid red !important ;
}

.bgazulclaro{
    background-color: #AED6F170 ; 
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 768px) {
  

    .w80{
        width: 50px !important;
    }
    .wm80{
        min-width: 50px !important;
    }
}
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

