.activo{
    color:#f7aa65 !important;
}


#btn_solicitar_abono:hover{
    color: #f1f4f9;
}

#btn_solicitar_abono{
    margin-left: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
}


body{
    font-family: 'VAG Rounded W01 Light', Arial, sans-serif !important;
    background: #F1F1ED !important;
}

#logo-login{
    /*width: 120px;
    height: 60px;*/
    width: auto;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

/*#logo-menu{
    width: 120px;
    height: 60px;
}*/


.olvido-password{
    color: black;
    font-size: 10px;
}

.dataTables_filter{
    float: right !important;
}

.btn-primary{
    background-color: #f7aa65 !important;
    border-color: #f7aa65 !important;
    border-radius: 32px;
}

.btn-default{
    border-radius: 32px;
}

.btn-dark{
    background-color: black !important;
    color: white;
    border-color: black !important;
    border-radius: 32px;
    margin-bottom: 10px;
}

.navbar{
 background-color: #092E4D;
}

.navbar-brand, .nav-link{
    color: white !important;
}

.card-header, h1, h2, h3, h4{
    color: #7FACD1;
}


.logo-box{
    /*background-color: #7FACD1 !important;*/
    background: #F1F1ED !important;
}

.logo-text{
    color: white;
}

.topmenu-outer{
    /*background-color: #094271 !important;*/
    background-color: #7FACD1 !important;
}   

.topmenu-outer a{
    color:white !important;
}   

.pagination>.active>a{
    background-color: #7FACD1 !important;
}


.page-content {
    background-color: #092E4D !important; 
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.droplink:hover > a,
.horizontal-bar .accordion-menu > li.droplink:hover > a,
.menu.accordion-menu ul,
.menu.accordion-menu li.open > a,
.hover-menu .accordion-menu > li.droplink:hover > a {
    background: #2B384E;
    color: #fff;
}

.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
	background: #34425A;
    color: #fff;
}

.accordion-menu a{
    color:white;
}

.menu.accordion-menu ul li a {
    color: #899dc1;
}


.formularioenvioperso input, .formularioenvioperso select {
    display: inline;
    width: auto;
    border: 0;
    border-bottom: 1px solid #000;
}