/*
* ==========================================================
*     GENERAL
* ==========================================================
*/
a {
    display: inline-block;
    
    color: #000000;
}

body {
    font-family: 'Rubik', sans-serif;
}

/*
::-webkit-scrollbar {
    display: none;
}
*/
/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/
.side-navbar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    background: var(--theme_sidebar_background); /*rgb(237,156,56);*/
    background: var(--theme_sidebar_background_gradient); /*linear-gradient(247deg, rgba(237,156,56,1) 27%, rgba(240,119,90,1) 64%);*/
    /*  Sidebar gradient ------------------------ */
}

.side-navbar li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}

    .side-navbar li a:hover {
    color: #000000;
    /*  Hoover icons ------------------------ */
    }

.side-navbar .sidenav-header {
    padding: 10px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.side-menu
{
    margin-left: -10px;
}

/*
* ==========================================================
*     INFORMES · MAESTROS
* ==========================================================
*/

#fixbar {
    background: white !important;
    right: 0;
    left: 0;
	top: 0px;
    margin-left: 65px !important;
    width: unset;

    padding: 15px;
    vertical-align: baseline;
    line-height: 55px;
	
	z-index: 6;
	height: 80px;
}
@media (max-width: 1024px) {
    #fixbar {
        margin-left: 0px !important;
    }
}
@media (max-width: 615px) {
    #fixbar {
         padding-bottom: 0px !important;
         height: 40px !important;
         padding-left: 20px !important;
    }
}
@media (max-width: 415px) {
    #fixbar {
        margin-left: 0px !important;
    }
}

#modulos {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    /*margin-left: 30px;*/
    font-size: 13px;
    height: 30px;
}

.bordernav {
    border: none;
}

.imgheader {
    height: 25px;
}

#btntitle {
    margin-right: 25px;
}

.nav-tabs {
    border-bottom: none;
    z-index: 5;
    background-color: #FFF;
}
.nav-tabs > li {
    display: inline-flex;
}
img.icomenu {
    height: 15px;
}
/*
* ==========================================================
*     LOGO
* ==========================================================
*/

#logo {
    height: 50px;
    float: right;
    position: fixed;
    right: 15px;
    top: 0px;
}
@media (max-width: 992px) {
    #logo {
        right: 75px !important;
    }
}

/*
* ==========================================================
*     OBJETIVOS
* ==========================================================
*/

#objetivos {
    align-content: center;
    align-items: center;
    text-align: center;
}

#objetivos-text {
    font-family: 'Roboto', sans-serif;
    font-size: 3.8em;
    font-weight: 300;
    color: var(--theme_primary_color);
}

/*.filter {
    background: #fff;
    border: hidden;
    vertical-align: central;
    font-size: 0.8rem;
}*/

/*#icon-filter {
    margin-left: 0px;
    font-size: 0.7em;
}*/

/*
* ==========================================================
*     DROPDOWN MENU FILTROS
* ==========================================================
*/

.dropdown-menu {
    color: #000000;
    width: auto;
    border-radius: unset;
    border: none;
    margin-left: 0px;
    margin-right: 0px;
	font-size: 13px;
}


#menu-filter {
    display: inline;
    float: left;
    margin-top: 0px;
    border-right: 1.8px solid #e6e6e6;
    height: 400px;
    background: #fbfbfb;
    padding-right: 10px;
    padding-left: 60px;
    width: 25%;
}

.menu-filter-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-kerning: auto;
}


/*
* ==========================================================
*     BOTÓN SEARCH
* ==========================================================
*/

.box {
    position: relative;
    top: 70%;
    right: 50%;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 2px solid var(--theme_primary_color);
    transition: .5s;
}

    .box span {
        position: absolute;
        line-height: 40px;
        display: inline-block;
        width: 40px;
        height 100%;
        text-align: center;
        right: -2px;
        top: -2px;
        background-color: var(--theme_primary_color);
        color: white;
        font-size: 18px;
        cursor: pointer;
        border-radius: 50%;
    }


.lupa {
    color: var(--theme_primary_color);
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transition-delay: .3s;
    padding-left: 30px;
}

.expand {
    width: 100px
}

    .expand input {
        opacity: 1;
        visibility: visible
    }

/*
* ==========================================================
*     FILTROS TEXTO
* ==========================================================
*/

.filtro-cliente-checkbox__input-wrapper {
    display: inline;
}

.filtro-cliente-wrapper {
    padding: 5px;
}


.filter-color
{
    color: #000;
}
/*
* ==========================================================
*     CIRCULO IMAGEN EMPLEADO
* ==========================================================
*/
.img-circlepages
{
    border: 2px solid #FFF;
    margin-left: 2px;
}
/*
* ==========================================================
*     ICONOS PARA CAMBIAR DE AÑO
* ==========================================================
*/
#prevYear, #nextYear
{
    color: #BFBFBF !important;
}

/*
* ==========================================================
*     VARIOS GENERALES
* ==========================================================
*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border-color: rgb(191,191,191) !important;
}

.field-numeric-float, field-numeric
{
    text-align: right !important;
}
.field-fecha, field-hora
{
    text-align: center !important;
}
a .logoheader
{
    margin-top: 0px !important;
    width: 200px !important;
    height: auto !important;
    /*margin-right: 5px !important;*/
}
.title-section-v2{
    font-size: 33px;
    margin-top: 63px;
    color: var(--theme_primary_color);
    margin-bottom: 40px;
    padding-left: 10px;
}
#grid_wrapper
{
    margin-top: -60px;
}
.progress-bar-warning {
    background-color: var(--theme_primary_color)!important;
}