/*******************************ESTILOS GENERALES*******************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto';
}

.color1{
    background: #2c3c62;
    color: #ffffff;
}

.text-1 {
    color: #2c3c62 ;
    text-decoration: none;
}

.text-1:hover {
    color: #2c3c62 ;
    text-decoration: none;
}

.text-1:focus {
    text-decoration: none;
    border: none;
    box-shadow: none;
}

.text-1:active{
    text-decoration: none;
}

.color2{
    background: #001a2f;
    color:#ffffff; 
}

.color3{
    background: #5a5da0;
    color: #ffffff;
}

.color4{
    background: #252845;
    color: #ffffff;
}

.color5{
    background: #a6ada7;
    color: #fff;
}

.color6{
    background: #1a53ad;
    color: #ffffff
}
/*******************************ESTILOS LOGIN*******************************/

.cont-login{
    width: 100%;
    height: 100vh;
    background-image: url("//static.vecteezy.com/system/resources/previews/000/575/803/non_2x/gray-and-white-color-curve-abstract-vector-background-with-copy-space-modern-design.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.login{
    width: 320px;
    min-height: 400px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #959595;
}

.icono{
    font-size: 50px;
    color: #0044ba;
}

.header-login span{
    font-size: 25px;
    font-weight: 500;
}


.body-login .alert{
    font-size: 15px;
}

/*******************************ESTILOS DE DASHBOARD*******************************/
.cont-dash{
    min-height: 100vh;
    background-color: #E2E2E2;
    padding: 0;
}

.wrapper{
    margin-top: 56px !important;
    display: flex;
    transition: all 0.3s;
}

#contenido{
    margin-left: 0;
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    padding: 0 20px;
}

#contenido.active{
    margin-left: 275px;
}

.navbar{
    background-color: #0044ba;
    position:fixed;
    top:0;
    width:100%;
    z-index: 20;   
}
#bdy{
    height: 400px;
    width: 100%;
    overflow-y: auto;
  }
.cantidad-dash{
    font-size: 1.6rem;
    font-weight: 400;
}

.border-icon-dash{
    height: 55px;
    width: 55px;

}

.border-icon-dash i{
    font-size: 1.5rem;
}

/*******************************ESTILOS DE SIDEBAR*******************************/

#sidebar a,
#sidebar a:hover,
#sidebar a:focus{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar{
    min-height: 94vh;
    max-height: 94vh;
    min-width: 275px;
    max-width: 275px;
    background-color: #ffffff;
    transition:  all 0.3s;
    box-shadow: 2px 0px 10px #A7A7A7 ;
    position: fixed;
    left: 0px;
    z-index: 15;
    overflow-y: scroll;
}

#sidebar.active{
    margin-left: -275px;
}

#sidebar .sidebar-header{
    padding-top: 30px;
    width: 100%;
    height: 220px;
    background-image: url("https://static.vecteezy.com/system/resources/thumbnails/001/849/423/small/fluid-abstract-blue-background-free-vector.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.foto{
    width: 125px;
    height: 125px;
    border-radius: 100%;
    overflow: hidden;
}

.usuario-info{
    color: #ffffff;
    font-weight: bold;
}

.usuario-info .cargo{
    font-size: 14px;
    font-weight: normal;
}

#sidebar ul .components{
    padding: 20px 0;
}

#sidebar ul li a{
    padding: 10px;
    font-size: 1em;
    display: block;
    border-top: solid 1px #cccccc ;

}

#sidebar ul li a:hover{
    color: #0044ba ;
    background-color: #b8daff;
    border-radius: 0 10px 10px 0px ;
}


a[data-toggle="collapse"]{
    position: relative;
}

.dropdown-toggle::after{
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

#sidebar ul ul a{
    font-size: 0.9em !important;
    padding-left: 30px;
}

.boton-sidebar{
    background-color: #0044ba;
    color: #ffffff;
}

.boton-sidebar:hover{
    color: #ffffff;
}

@media(max-width: 1024px){
    #sidebar{
        margin-left: -275px;
        position: fixed;
        z-index: 3;
    }

    #sidebar.active{
        margin-left: 0;
    }

    #sidebarCollapse span{
        display: none;
    }

    #contenido{
        margin-left:0;
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
        padding: 20px;
    }
    
    #contenido.active{
        margin-left: 0;
    }
}

/*******************************ESTILOS DE INPUT TIPO NUMBER*******************************/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

/*******************************ESTILOS DE FORMULARIOS*******************************/

.opciones{
    height: auto;
    background-color: #ffffff;
}



/*******************************ESTILOS DE TABLA*******************************/
.table{
    background-color: #ffffff;
}

.enca-table{
    background-color: #242739;
    color: #FFFFFF;
}

/*******************************ESTILOS DE BARRA DE SCROLL*******************************/

#sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
}

#sidebar::-webkit-scrollbar:vertical {
    width:7px;
    
    
}

#sidebar::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

#sidebar::-webkit-scrollbar-thumb {
    background-color: #B4B4B4;
    border-radius: 20px;
    border: 1px solid #f1f2f3;
}

#sidebar::-webkit-scrollbar-track {
    border-radius: 20px;  
}


body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:10px;
    
    
}

body::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
    border-radius: 20px;
    border: 1px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
    border-radius: 20px;  
}

.input-total{
    background-color: transparent;
    border: none;
}

.input-total:hover{
    background-color: transparent;
    border: none;
}

.input-total:focus{
    background-color: transparent;
    border: none; 
    box-shadow: none;
}

.input-total:active{
    box-shadow: none;
}

.input-group-fn{
    background-color: transparent;
    border: none;
}

.info-factura{
    color: #cccccc;
}
#notification_count 
{
padding: 3px 7px 3px 7px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: 95px;
border-radius: 10px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
position: absolute;
margin-top: 0px;
font-size: 10px;
}
.dropdown-toggle::after {
    display:none;
}
#btn-mas{
    display: none;
}

.contenedor-botones{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100 !important;
}

.opciones-botones a, .btn-opciones-botones {
    display: block;
    text-decoration: none;
    background: #1a53ad;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.opciones-botones a:hover{
    background-color: #242739;
    color: #A7A7A7;
}

.opciones-botones a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~ .opciones-botones a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

#btn-m:checked~ .opciones-botones a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.btn-opciones-botones {
    cursor: pointer;
}

#btn-mas:checked ~ .btn-mas .fa-plus{
    transform: rotate(137deg);
    transition: all 1s ease;
}

.contenedor-botones #title{
    position: fixed;
    background-color: #252845;
    color: #fff;
    padding: 3px;
    margin-left: -133px;
    border-radius: 5px;
    font-size: 15px;
    height: 25px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

}



