/*!
 * Estilos para la el sistema en general
 * @author Alejandro Boylan
 * @version 30/05/2018
 */

body { 
    padding-top: 90px;
    padding-bottom: 30px;
    padding-left: 0;
    background-color: #efefef;
}

body-ext {
    padding-top: 90px;
    padding-bottom: 30px;
    padding-left: 0;
    background-color: #efefef;
}

footer {
    height: 30px;
    line-height: 25px;
}

.icon-primary-color {
    color: #C60000;
}

.navbar {
    min-height: 70px;
    padding: 5px 10px;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.header-bottom-border-light {
    border-bottom:5px solid;
    border-bottom-color: #ffffff !important;
}

.header-bottom-border-primary {
    border-bottom:5px solid;
    border-bottom-color: #C60000 !important;
}

.footer-top-border-light {
    border-top:5px solid;
    border-top-color: #ffffff !important;
}

.footer-top-border-primary {
    border-top:5px solid;
    border-top-color: #C60000 !important;
}

.text-primary-50 {
    color: rgba(198, 0, 0, 0.5) !important;
}

.text-light-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.container-messages {
    top: 75px;
    z-index: 1030;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
}

.modal-loading {
    background-color: rgba(0,0,0,.0001) !important;
    border: 0px;
}

.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}

@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}
