body{
    background-color: #F6F6F6; 
}
a{
    color: white!important;
    text-decoration: none;
}
#myTab a:hover{
    background: white;
    color: #00609f!important;
    font-weight: 800;
    border-radius: 30px 0px 0px 30px;
}

.grafico{
    height: 300px;
    width: 300px;
}
.cardverde{
border-left: 4px solid #00ade6;
}
.cardamarillo{
    border-left: 4px solid #FEC60D;
}

.cardrojo{
    border-left: 4px solid #F24F4F;
}
.bg-login{
    background-image: url(/assets/fondo.jpeg);
    background-attachment: fixed;
    background-size: cover;

}
.logininput{
    background-color:white;
    border: none;
    border-left: 4px solid #00ade6;
}

.filtroejemplo{
    border-radius: 20px;
    border: 2px solid #0dcaf0;
    width: 150px;
    margin: 8px;
    background-color: white;
}
.arrowdown{
    width: 30px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
}
.logincontainer{
    margin:200px 100px;
}
.logoimg{
    width: 250px;
}
.siderbar{
    background-color: #00609f;
     position:absolute;
     z-index: 99999;
     top:0;
     height: 100%;
}
.agregarbilletera{
    color:#173F8A!important;
     font-size: 3rem;
}
.modal{
    z-index: 99999999999;
}
@media only screen and (max-width: 600px) {
    .logincontainer{
        margin-top:100px;
    }
    .logoimg{
        width: 100px;
    }
    .navbar{
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999999999;
        left: 0;
        background-color: #00609f;
        padding-left: 20px;
        padding-right: 10px;
    }
    .siderbar{
        background-color: #00609f;
         position:fixed;
         z-index: 999999;
         top:70px;
    }
    .menuicon{
        font-size: 1.8rem;
        text-align: center;
        padding: 10px

    }
    .menuicon2{
        font-size: 2.2rem;
        text-align: center;
        padding: 10px

    }
    .border{
        border-bottom: 1px solid rgba(255, 255, 255, 0.459);
        padding-top: 10px;
    }
    
    .container-fluid{
        padding: 0;
    }
    #myTab :hover{
        background: white;
        color: #00609f!important;
        font-weight: 300;
        border-radius: 0px 0px 0px 0px;
    }
    #myTab .col-3 a:hover{
        font-weight: 500;
        border-radius: 0px 0px 0px 00px;
    }
    .agregarbilletera{
       display: none;
    }
    .acciones{
        font-size: 3rem;
    }
    .btnacciones{
        border-radius: 50px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    } .btnacciones2{
        border-radius: 10px;
        height: 38px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }
}