﻿.main-menu:hover, nav.main-menu.expanded {
    width: 300px;
    overflow: visible;
    overflow: scroll;
    -webkit-transition: .1s all;
    -webkit-transition-delay: 1s;
    -moz-transition: .1s all;
    -moz-transition-delay: 1s;
    -ms-transition: .1s all;
    -ms-transition-delay: 1s;
    -o-transition: .1s all;
    -o-transition-delay: 1s;
    transition: .1s all;
    transition-delay: 1s;
}

.main-menu {
    background: #fbfbfb;
    border-right: 1px solid black;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 30px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
}
    

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    
}

    nav ul, nav li {
        outline: 0;
        margin-left: 30px;
        padding: 0;
        
    }

    .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: #5fa2db;
    }

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(../fonts/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

.go-top {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none; /* Estara oculto por defecto */
    text-indent: -9999px; /* Oculta el texto del enlace */
    z-index: 1000; /* Evita que otros elementos esten por encima */
    background: url('../img/arribaPagina.png') no-repeat;
}

    .go-top:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all;
    }


/*.panel-primary > .panel-heading {
    color: #fff;
    background-color: #750000;
    border-color: #337ab7;
}

.panel-primary {
    border-color: #750000;
}*/

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

a .colorSecundario-text {
    color: #FFD202 !important;
}
.colorSecundario {
    background-color: #FFD202 !important;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #ee6e73;
}

.footer {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;*/
    line-height: 40px;
}

.colorPrincipal {
    background-color: #004F97 !important;
}

footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255,255,255,0.8);
    background-color: rgba(51,51,51,0.08);
}

@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

.right {
    float: right !important;
}

.menuFixed {
    padding-left: 300px;
}

.brand-logo {
    height: 100%;
}

.left {
    float: left !important;
}

.white {
    background-color: #fff !important;
}



.navbar-default .navbar-toggle:focus {
    background-color: #004F97 !important;
}

.navbar-default .navbar-toggle:hover {
    background-color: #1c3e5c !important;
}

