body{
    font-family: BentonSansBBVA-Medium",Helvetica,Arial,sans-serif";
    margin-bottom: 20px;
}

.usuario{
    font-weight: bold;
    font-size: 10.5px;
    font-family: BentonSansBBVA-Medium",Helvetica,Arial,sans-serif";
    font-weight: 550;
    padding: 1px;
}
.fa-circle{
    font-size: 10.5px;
}

#navbarSupportedContent ul li a{
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: BentonSansBBVA-Medium",Helvetica,Arial,sans-serif";
}

#ulMenu{
    width: 98.2%;
    margin-left: 1%;
} 

#navbarSupportedContent ul li{
    text-align: center;
    width: 100%;
} 


#navbarSupportedContent ul ul li{
    text-align: left; 
} 

.navbar{
    background-image: url("../img/midnight.jpg");
}

#navbarSupportedContent ul li a:hover{
    background-color:rgba(240, 240, 240, 0.13);
    transition: linear 0.5s;
}

#navbarSupportedContent ul li ul li a{
    color: #333;
    font-weight: 600;
}

#navbarSupportedContent ul li ul li a:hover{
    background: #edeeeed8;
    border: none;
}

.riosTheme-text{
    color: midnightblue;
}

.riosTheme{
    background-color: midnightblue;
}

.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 15px;
    border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #edeeeed8;
    color: white;
}

.dropdown-menu > li.show > a{
	color: white;
}


.dropdown-menu .dropdown .dropdown-menu {
    margin:0;
    border-width: 1px;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }

}

/*DROP ZONE DE CADA AREA*/
#myDrop{
    border-style: dashed;
    border-color: rgb(77, 77, 77);
    background-color: rgba(224, 224, 240, 0.123);
    opacity: 0.6;
}

#myDrop .dz-message{
    color:  #004581ec;
    font-size: 18px;
    font-family:'Times New Roman', Times, serif;
    opacity: 0.7;
}

#myDrop,#myDrop .dz-message:hover{
    opacity: 0.9;
}

#GuardarDoc{
    cursor: pointer;
    border: none;
    font-weight: bold;
    font-family: BentonSansBBVA-Medium",Helvetica,Arial,sans-serif";
}

.dz-preview{
    float: left;
    margin: 5px;
}
.dz-image img{
    width: 100%;
    height: 100%;
    background-size: cover;
}