body{
    font-family:Arial, Helvetica, sans-serif;
}
label{
    font-size:13px;
}
a{
    font-size:13px;
}
table tr th{
    font-size:13px;
}
table tr td{
    font-size:13px;
}

.nav-item a{
    font-size:13px;
}
.card-header{
    font-size:13px;   
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
#div-login {
    background-color: rgba(255, 255, 255, 0.8);
}

.izqdropdown {
    position: absolute;
    top: 40px;
    right: 1500px;
    
}

a {
    cursor: pointer;
}