/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/MaterialIcons.woff) format('woff'),
        url(/webfonts/MaterialIcons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

h4.titulo {
    color: #FFFFFF; 
}
h6.titulo { 
    color: #FFFFFF; 
}
div.menu_gest_usu {
    height: 150px;
}
div.menu_act_usu {
    height: 150px;
}
div.menu_edit_usu_sm {
    height: 150px;
}
div.menu_edit_usu {
    height: 322px;
}
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #4CAF50;
    cursor: pointer;
}

.separator-pt-10 {
    padding-top:10px;
}

.separator-pt-20 {
    padding-top:20px;
}

.separator-pt-30 {
    padding-top:30px;
}

.separator-pt-40 {
    padding-top:40px;
}

.separator-pt-60 {
    padding-top:60px;
}

.item-logo {
    float:right;
    position: absolute;
    right:15px;
    z-index: 10000;
    margin-top: 10px;
    height: 120px;
}

.item-logo-img {
    height: 100px;
    width: auto !important;
}

#fvChart,
#donut-chart {
    height: 20vh;
}

.infoBlock .info-box-text {
    display: block;
    font-size: 3vh;
    line-height: 2.2vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.5vh;
}

.infoBlock .info-box small {
    font-size: 2vh;
}

.infoBlock .info-box-number {
    display: block;
    font-weight: bold;
    font-size: 4.2vh;
    line-height: 3vh;
    padding-top: 0.5vh;
}

.globalGraphs .box-title {
    font-size: 2vh;
}

.globalGraphs .box {
    margin-bottom: 0;
}

.slickCarousel .h2 {
    padding-top: 12px;
    font-size: 4vh;
    line-height: 3vh;
}

.slickCarousel .h3 {
    font-size: 3vh;
    line-height: 2.5vh;
    margin-bottom: 15px;
}

.slickCarousel .info-box {
    min-height: 10vh;
}

.slickCarousel .info-box-icon {
    font-size: 6vh;
}

.card.tvScreen {
    margin-bottom:0;
}

.navbar {
    margin-bottom: 0;
}

.icon-menu {
    height: 30px;
    margin: 7px;
    float: left;
}

