.navbar-fixed .nav-wrapper .brand-logo img {
    vertical-align:middle;
    margin:0 10px;
    height:45px;
}

.nav-wrapper a{
    color:black !important;
    font-family: 'Muli-Regular';
}

.sidenav{
    width: 150px;
}


.container-dashboard{
    width: 100%;
    background-color: white;
}

@media only screen and (min-width: 992px) {
    .sidenav{
        padding-top: 40px;
        top: 65px;
        width: 50px;

    }

    .sidenav li{
        padding-left: -10px;
        margin-left: -17px;
        margin-bottom: 20px;
    }

    .main-dashboard{
        margin-left: 50px;
        margin-top: 50px;
    }
    .container-dashboard{
        width: 90%;
    }
}


.active-tab{
     border-bottom-color: #2196f3  !important;
     text-transform: uppercase;
     display:inline;
     list-style-type:none;
     list-style-position: inside;
     border-bottom: 2px solid blue;

 }

.active-tab a{
    color:#2196f3  !important;
}


.active-tab-left {
    border-right-color: #2196f3  !important;
    list-style-type:none;
    list-style-position: inside;
    border-right: 2px solid blue;
}

.active-tab-left i{
    color:#2196f3  !important;
}




.caja-estadistica{
    padding-top: 5px;
}




/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.bold{
    font-family: Muli-Bold;

}


@media only screen and (max-width: 768px) {
    .valign-wrapper { display: inherit; }
}




.mostrar-extra-largo{
    display: none;
}
@media screen and (min-width: 1201px) {
    .mostrar-extra-largo {
        display: block !important;
    }
}


.mostrar-extra-largo-table{
    display: none;
}
@media screen and (min-width: 1201px) {
    .mostrar-extra-largo-table {
        display: inline-table !important;
    }
}

.current-user{
    margin-left: 50px;
}

.font-size-menu-mobile{
    font-size: 10.5px !important;
}


.uppercase{
    text-transform: uppercase;
}


.h6-title{
    letter-spacing: 0.1em;
}


/* APR: usuario */
.nav-wrapper ul li span
{
    color: #000;
}

#api_username 
{
    color: #777;
}

#usuario-dash {
    color: #000;
}

.usuario-tipo {
    color: #999;
    font-style: italic;
    font-size: 0.5em;
}

.text-small {
    font-size: 0.9em
}

.icon-qr-adjust {
    color:000 !important;
    font-size: 2em;
}

.col-row-adjust
{
    line-height: 2em;
}

#imgQrCode
{
    height: 300px;
    width: 300px;
}

#msgAddEditColono {
    font-size: 0.8em;   
}

/* Fixes para dashboard */

/* Icono */
.input-field.input-field-busqueda .prefix.active {
  color: #fff !important;
}

/* Input para busqueda */
input[type=text].input-busqueda:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #fff !important;
}

/* Etiqueta para busqueda*/
input[type=text].input-busqueda:not(.browser-default):focus:not([readonly]) + label {
    color: #fff !important;
}



