@charset "utf-8";

@media (min-width: 497px){
    
}

@media (min-width: 546px){
    div#register-ctr{
        width: 530px;
    }
}

@media (min-width: 768px){
    div#sidebar{
        position: fixed;
    }
    
    div#main{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    nav.navbar-inverse ul#main-menu{
        margin-right: -1px;
    }
    
    nav.navbar-site{
        position: relative;
    }
    
    div#navbar-front{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    
    div#navbar-front ul.nav{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    
    div#navbar-front ul.nav > li > a{
        padding: 8px 10px;
        margin-left: 10px;
        margin-right: 10px;
        bottom: 0;
        font-size: 16px;
        color: #4d8889;
        background: none;
    }
    div#navbar-front ul.nav > li > a:hover{
        color: #82dfe4;
        background: #162a2b;
    }
    
    div#navbar-front ul.nav > li.active > a{
        color: #82dfe4;
        background: #162a2b;
    }
}

@media (min-width: 1200px){
    div.site-width{
        width: 976px;
    }
}

@media (max-width: 497px){
    div.bootstrap-filestyle{
        display: block !important;
    }
    
    div.bootstrap-filestyle label.btn-warning{
        display: block !important;
        margin-left: 0 !important;
    }
    div.legendas span {
        width: 100%;
        display: block;
        margin-top: 5px;
        border-radius: 0px !important;
    }
}

@media (max-width: 561px){
    div.header-wrapper{
        height: 285px !important;
    }
    
    div#logo-wrapper, div#header-btn-wrapper, div#header-btn-wrapper > a#chat{
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }
    
    div#header-btn-wrapper > a.btn-header-wi{
        margin-right: 4px;
    }
    
    div#search-wrapper{
        height: auto !important;
        display: table;
        padding-bottom: 12px;
    }
    
    div#carousel ol.carousel-indicators{
        display: none;
    }
    div#abasDoChamado ul.nav-tabs > li {
        width: 100% !important;
        float: left;
        margin-bottom: -1px;
        background: #FFF;
        border: 1px solid #DDD;
    }
    div#abasDoChamado ul.nav-tabs > li a {
        width: 100% !important;
    }
    div#abasDoChamado ul.nav-tabs > li.active a {
        background: #EAEAEA;
    }
}

@media (max-width: 767px){
    nav.navbar-inverse ul.navbar-nav li.divider{
        background: rgba(255, 255, 255, 0.1) !important;
    }
    
    nav.navbar-inverse ul.navbar-nav li.open ul.dropdown-menu > li > a{
        color: #eee !important;
    }
    
    nav.navbar-inverse ul.navbar-nav > li > a:hover, nav.navbar-inverse ul.navbar-nav > li > a:focus{
        color: #eee;
    }
    
    div#navbar ul.nav li span.glyphicon{
        color: #263f40 !important;
    }
    
    div#sidebar ul.nav, div#sidebar p{
        display: none;
    }
    
    button#sidebar-toggle{
        display: block;
    }
    
    div.course-img-wrapper{
        display: none;
    }
    
    ol.breadcrumb > li{
        display: block;
    }
    
    ul.pagination{
        font-size: 12px;
    }
    
    li.pagination-numb{
        display: none !important;
    }
    
    ul#tabs > li{
        float: none;
        text-align: left;
        margin-bottom: 5px;
    }
    
    ul#tabs > li.active > a{
        background: #f9f9f9;
    }
    
    ul#tabs > li > a{
        border: #ddd 1px solid;
        margin-right: 0;
    }
    
    span.collapse-info-extra{
        float: none;
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }
    
    span.collapse-info-extra span.glyphicon{
        display: none;
    }
    
    span.collapse-info-extra:before{
        content: "De: ";
    }
    
    div#carousel-mirror{
        display: none;
    }
    
    div#navbar-front{
        background-color: #162a2b;
        border-color: #111;
    }
    
    div#navbar-front ul.nav li a{
        color: #fff;
    }
    
    div#navbar-front ul.nav > li.active > a{
        background: #214043;
    }
    
    div#navbar-front ul.nav li.dropdown ul.dropdown-menu{
        background: #1d3639;
    }
    
    div#navbar-front ul.nav li.active a.dropdown-toggle, nav.navbar-default ul.navbar-nav > li.open > a, nav.navbar-default ul.navbar-nav > li.open > a:hover, nav.navbar-default ul.navbar-nav > li.open > a:focus{
        color: #fff;
        background: #214043 !important;
    }
    
    nav.navbar-site{
        background: #f9f9f9;
        box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.2);
    }
    
    nav.navbar-site > div.navbar-header > button{
        border-color: #111;
        background: #214043 !important;
    }
    
    nav.navbar-site > div.navbar-header > button:hover{
        background: #2b4c50 !important;
    }
    
    nav.navbar-site > div.navbar-header > button span.icon-bar{
        background: #fff;
    }
    
    div#footer nav ul li > a, div#footer a.footer-link{
        font-size: 14px;
    }
    
    div#footer div.ft-margin-fix{
        padding-right: 35px;
    }
    
    div.padding-fix{
        padding-top: 35px !important;
    }
    
    div.courses-site{
        padding-bottom: 35px;
    }
    
    div#main-content{
        border: none !important;
    }
    
    div.hide-xs{
        display: none;
    }
    
    a.btn-highlight{
        display: inline-block;
    }
    
    li.divider{
        display: none;
    }
    div#topoNotificacoes {
        padding: 10px 10px 1px 10px;
        background-color: #6789b1;
        color: #FFF;
        font-size: 0.8em;
        width: 100%;
        z-index: 99999;
        position: inherit;
    }
    div#listaNotificacoes {
        margin-top: 0px;
    }
}

@media (max-width: 991px){
    div.lesson-main-ctr{
        padding-right: 0;
    }

    div.lesson-more-info{
        padding-left: 0;
    }
    
    div.form-group-float{
        float: none;
        margin-right: 0;
    }

    button.btn-filter, a.btn-filter{
        margin-top: 0;
    }
    
    div#carousel-mirror{
        height: 235px;
    }
    
    nav.navbar-site{
        margin-top: 16px;
    }
    
    div#navbar-front ul.nav > li > a{
        margin-left: 2px;
        margin-right: 2px;
        font-size: 14px;
    }
    
    div.header-wrapper{
        height: 179px;
    }
    
    div.header-wrapper div#logo-wrapper, div.header-wrapper div#logo-wrapper img#logo{
        width: 200px;
        height: 84px;
    }
    
    div#header-btn-wrapper > a.btn, div#header-btn-wrapper > a#chat{
        font-size: 14px;
    }
    
    div#header-btn-wrapper > a.btn > img, div#header-btn-wrapper > a#chat > img{
        width: 24px;
    }
    
    div#header-btn-wrapper > a.btn > span, div#header-btn-wrapper > a#chat > span{
        margin-top: 3px;
    }
    
    div#header-btn-wrapper > a.btn-header-wi{
        padding: 9px 11px 9px 11px;
    }
    
    div#search-wrapper{
        height: 150px;
    }
    
    div#search-wrapper > div > h2, div#search-group{
        margin-top: 24px;
    }
    
    div#search-wrapper > div > h2{
        font-size: 14px;
    }
    
    h2.site-subtitle, h3.site-subtitle{
        font-size: 20px;
    }
    
    a.btn-highlight{
        font-size: 14px;
    }
    
    div.courses-site a.hold-img, img.img-center{
        width: 100%;
    }
    
    div.courses-site a.hold-img{
        height: 217px;
    }

    div.grupo-botoes .btn {
        width: 100% !important;
        display: block;
        padding: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 766px) {
    button#sidebar-toggle {
        width: 100% !important;
    }
    div#legendas span {
        width: 100% !important;
        border-radius: 0px !important;
        display: inline-block !important;
        padding: 10px 5px;
        margin: 0px;
    }
    .btnMob{
        display: block !important;
    }
    .btnDesk {
        display: none !important;
    }
    .filtros{
        width: 30%;
        height: 80px;
        float: left;
    }
    .header{
        display: none !important;
    }
    .textFilter{
        top: 10%;
        position: relative;
        left: 1%;
    }
    .numFilter{
        font-size: 16pt;
    }
    div.pull-left{
        padding: 5%;
    }
    .table-responsive{
        border: none;
        overflow-x: hidden !important; 
        margin-top: 6%; 
        margin-bottom: 3%; 
        padding: 5%;
    }
    .headerFinish {
        margin-top: 3%;
        margin-bottom: 5%;
        margin-left: 6%;
    }
    .panel-desk{
        display: none !important;
    }
    .panel-mob{
        display: block !important;
    }
    .nomeCliente{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 80%;
    }
    .nomeProd{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 70%;
    }
    .clear {
        border-radius: 7px !important; 
        margin-left: 69%; 
        text-decoration: underline;
    }
    .fPausa {
        margin-bottom: 5%;
    }
    .breadcrumb {
        display: none !important;
    }
    div #main{
        top: 30px !important;
    }
    div #sidebar{
        top: 28px !important;
    }
    .voltarMob {
        display: block !important;
        top: 52px; 
        position: absolute; 
        left: 84%; 
        color: #3F7886;
    }
    .container-fluid {
        padding-bottom: 6% !important;
    }
    .iconProd {
        margin-left: 80%; 
        position: absolute;	
        margin-top: -16%
    }
    .iconFim {
        margin-left: 79%; 
        position: absolute;	
        margin-top: -7%
    }
    .iconPause {
        color: gray; 
        font-size: 25px !important; 
        margin-left: 77%; 
        position: absolute; 
        margin-top: -20%;
    }
    .iconAtivo{
        margin-left: 81%; 
        position: absolute;	
        margin-top: -11%
    }
    .iconClock {
        font-size: 25px;
        margin-top: 4%;
    }
    .rowTime {
        margin-left: 5%; 
        margin-top: -11%;
    }
    .iconExclui{
        margin-left: 81%; 
        position: absolute;	
        margin-top: -18% !important;
    }
    .agCal {
        margin-top: -7%;
        margin-left: 50%;
        position: absolute !important;
    }
    .agDate{
        background-color: #eee; 
        opacity: 1;
        width: 50%;
    }
}

@media (min-width: 481px) and (max-width: 990px) {
    ul#chamadosTabs li {
        width: 100% !important;
        border: 1px solid #dddddd !important;
    }
    ul#chamadosTabs li a {
        border: 0px solid transparent !important;
    }
    ul#chamadosTabs li.active a {
        background-color: #dddddd;
        color: #000;
        margin: 0px !important;
    }
    div#chamados a.chamado {
        font-size: 0.8em;
    }
    .panel-collapse .panel-body a {
        width: 100%;
        display: block;
        padding: 7px 0px;
    }
    div#legendas span {
        border-radius: 0px !important;
        display: inline-block !important;
        padding: 10px 5px;
        margin: 0px;
    }
    div.grupo-botoes .btn-xs {
        width: calc((100% / 3) - 10px);
        margin: 5px;
    }
    header {
        margin-top: 16%;
    }
    .btnMob{
        display: none !important;
    }
    .btnDesk {
        display: block !important;
        position: absolute;
        top: 100px;
        left: 69%;
    }
    .filtros{
        width: 30%;
        height: 80px;
        float: left;
    }
    .header{
        display: none !important;
    }
    .textFilter{
        top: 10%;
        position: relative;
        left: 1%;
    }
    .numFilter{
        font-size: 16pt;
    }
    div.pull-left{
        padding: 5%;
    }
    .table-responsive{
        border: none !important;
        overflow-x: hidden !important; 
        margin-top: 6%; 
        margin-bottom: 3%; 
        padding: 5%;
    }
    .headerFinish {
        margin-top: 3%;
        margin-bottom: 5%;
        margin-left: 6%;
    }
    .panel-desk{
        display: none !important;
    }
    .panel-mob{
        display: block !important;
    }
    .nomeCliente{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 80%;
    }
    .nomeProd{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 70%;
    }
    .clear {
        border-radius: 7px !important; 
        margin-left: 69%; 
        text-decoration: underline;
    }
    .fPausa {
        margin-bottom: 5%;
    }
    .breadcrumb {
        display: none !important;
    }
    div #main{
        top: 0px !important;
    }
    div #sidebar{
        top: 0px !important;
    }
    .voltarMob {
        display: none !important;
    }
    .container-fluid {
        padding-bottom: 3% !important;
    }
    .iconProd {
        margin-left: 81%; 
        position: absolute;	
        margin-top: -9%
    }
    .iconFim {
        margin-left: 83%; 
        position: absolute;	
        margin-top: -5%
    }
    .iconAtivo{
        margin-left: 81%; 
        position: absolute;	
        margin-top: -8%
    }
    .iconPause {
        color: gray; 
        font-size: 25px !important; 
        margin-left: 82%; 
        position: absolute; 
        margin-top: -12%;
    }
    .iconClock {
        font-size: 25px;
        margin-top: 1%;
        margin-bottom: 5%;

    }
    .rowTime {
        margin-left: 5%; 
        margin-top: -10%;
    }
    .iconExclui{
        margin-left: 81%; 
        position: absolute;	
        margin-top: -13% !important;
    }
    .agCal {
        margin-top: -5%;
        margin-left: 50%;
        position: absolute !important;
    }
    .agDate{
        background-color: #eee; 
        opacity: 1;
        width: 50%;
    }
}

@media (max-width: 1200px) {
    div.grupo-botoes .btn-xs {
        width: calc((100% / 3) - 10px);
        margin: 5px;
    }
}

@media (min-width: 1200px) {
    li, table, label {
        font-size: 14px;
    }
    .dropdown-systems {
        font-size: 14px;
    }
    div.grupo-botoes .btn-xs {
        width: calc((100% / 8) - 10px);
        margin: 5px;
    }
}