﻿
.footerBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    border: 1px solid #0056A4;
    background-color: #314064;
}

.footerText {
    font-family: Verdana;
    font-size: 7pt;
    color: #FFFFFF;
    /*background:transparent;*/
}

.BarraSuperior {
    font-family: Ubuntu;
    font-size: 12pt;
    color: White;
    margin: 0;
    padding: 0;
}

.TituloBarra {
    color: White;
    font-size: 23px;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: Ubuntu, Verdana, Arial;
}

#maincontent {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 20px;
    overflow: auto;
}


/*ESTILOS PARA EL MENU DE NAVEGACION RESPONSIVE*/
/* Header */
.panel {
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
    background: white !important;
}
/* Main Menu */
.menu {
    background-color: white !important;
    border-style: none !important;
    height: 3.13rem;
}

.lblUsuario {
    text-align: right;
    align-self: center;
    line-height: 50px;
    width: auto;
    white-space: nowrap;
}
.subtitle{
    margin-right:20px;
}
.menuNavegacion {
    width: 70%;
}
.menuNavegacion {
    float: left;
}

.lblUsuario{
    float: right;
}

.dxmLite .dxm-item{
    border-style: none;
}

/*Botones del menu principal*/
.item {
    color: #314064;
    height: 43px !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    font-family: Ubuntu, Verdana, Arial !important;
    padding: 0px 20px;
    border-right: 0.25px solid #868686 !important;
}
    .item > a {
        color: #314064 !important;
        height: 43px !important;
        font-size: 16px;
        font-weight: 500 !important;
        font-family: Ubuntu, Verdana, Arial !important;
        text-decoration: none;
        line-height: 40px !important;
        vertical-align: middle !important;
        padding: 0px 10px !important;
    }

    .item > div {
        height: 43px !important;
        line-height: 35px !important;
        vertical-align: middle !important;
        font-family: Ubuntu, Verdana, Arial !important;
    }

.hoverMenu {
    background: #57BECD !important;
    color: #FFFFFF !important;
    border: none !important;
    border-right: 0.25px solid #868686 !important;
}
    .hoverMenu > a {
        background: #57BECD !important;
        color: #FFFFFF !important;
        border: none !important;
    }

/*Estilo del Submenu*/

.header-sub-menu {
    width: 100% !important;
    font-size: 16px;
    font-weight: normal;
    padding: 0px !important;
    background: #F5F5F5 !important;
}

.dxm-item > a {
    font-size: 16px;
}

.subMenu {
    height: 40px;
    font-family: Ubuntu, Verdana, Arial !important;
    font-weight: 500 !important;
    color: #868686;
    vertical-align: middle !important;
}
    .subMenu > a {
        height: 40px !important;
        font-family: Ubuntu, Verdana, Arial !important;
        font-weight: 500 !important;
        color: #868686 !important;
        vertical-align: middle !important;
        line-height: 30px !important;
    }
    .subMenu > div {
        line-height: 30px !important;
        vertical-align: middle !important;
    }

.hoverSubMenu {
    color: #57BECD;
    background: #F5F5F5 !important;
}
    .hoverSubMenu > a {
        color: #57BECD !important;
        background: #F5F5F5 !important;
    }

.header-sub-menu ul li {
    font-size: 16px;
}

.menu .adaptive-image {
    background: url('../Images/menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    text-align:center;
}

.item .dxm-popOut{
    width: 47px;
    height: 5px !important;
    text-align: center;
    float: initial !important;
}

@media (max-width: 1080px) {
    .panel .menu-container .menuNavegacion {
        width: 47px;
    }

    .menu .adaptive-image {
        background: url('../Images/menu.svg') no-repeat center;
    }

    .lblUsuario {
        min-width: 300px;
    }
}
    @media (max-width: 599px) {
        .menu-container .dxm-ltr > div:not(.header-menu) {
            width: 100% !important;
        }
    }
