/*================================================================================
Item Name: Stack - Responsive Admin Theme
Version: 1.0
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/* start ulises */
body * {
    font-family: Raleway !important;
}
.logo_bottom{
    height:80px;
    background-color: #fff;
    position:fixed;
    bottom:0px;
}
body.vertical-layout.vertical-menu.menu-expanded .logo_bottom {
    background-image: url("../images/prueba1.jpg");
    width: 240px;
}

body.vertical-layout.vertical-menu.menu-collapsed .logo_bottom{
    background-image: url("../images/prueba3.jpg");
    width: 60px;
}


.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    background-color: #1C2534;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    background-color: #1C2534;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.main-menu.menu-dark .navigation li a {
    color: #fff !important;
}
.navbar-semi-dark .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-with-photo {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.navbar-with-photo::after {
    content: "";
    background: url("{% static 'assets/images/fondoBarra1.png' %}");
    background-position: left bottom;
    opacity: 0.6;
    height:100% !important;
    top: 69px;
    left: 0;
    bottom: 0px;
    right: 0;
    position: absolute;
    z-index: -1;
}
/* end ulises */