/*Variações do Roxo degradê */

@font-face {
    font-family: 'AR Techni';
    src: url('../fonts/ARTechni.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ARTechni.woff') format('woff'), /* Super Modern Browsers */
    url('../fonts/ARTechni.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/ARTechni.ttf') format('truetype');
    /* Safari, Android, iOS */
}


/*insane*/

body,
html {
    font-family: 'AR Techni';
    height: 100vh;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color:#666 !important;
  
}

.dropdown {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown li {
    width: 100%;
    cursor: pointer;
    cursor: hand;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown .dropdown-menu {
    width: 100%;
}

.dropdown button {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    background-color: #fff;
}

.dropdown .btn-primary:active,
.dropdown .btn-primary.active {
    background-color: #fff;
}

.dropdown .btn-primary:hover,
.dropdown .btn-primary:focus {
    background-color: #fff;
}

.menu {
    position: fixed;
    background-color: #fff;
    width: 220px;
    height: 100vh;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999998;
    opacity: 1;
    -webkit-box-shadow: 5px -1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px -1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px -1px 4px 0px rgba(0, 0, 0, 0.15);
}

.menu.Fechar {
    left: -250px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.menu.Abrir {
    left: 0px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.menu img {
    margin-top: 25px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    height: auto;
    overflow: hidden;
}

.menu ul li {
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 10px 8px;
    background-color: #3f51b5;
    margin-top: 5px;
    color: #fff;
    width: 100%;
    transition: 0.4s;
}

.menu ul li:hover {
    background-color: #121c5a;
    transition: 0.4s;
}

.menu ul li.dadosgerais {
    background-image: url('../imgs/temporeal.png');
}

.menu ul li.temporeal {
    background-image: url('../imgs/temporeal.png');
}

.menu ul li.dadosmaster {
    background-image: url('../imgs/restart.png');
    background-size: 28px 28px;
}

.menu ul li.grafico {
    background-image: url('../imgs/grafico.png');
}

.menu ul li.porhora {
    background-image: url('../imgs/hora.png');
}

.menu ul li.pordia {
    background-image: url('../imgs/semana.png');
}

.menu ul li.porsemana {
    background-image: url('../imgs/mes.png');
}

.menu ul li.pormes {
    background-image: url('../imgs/ano.png');
}

.menu ul li.pordataespecial {
    background-image: url('../imgs/specialdates.png');
    background-size:25px 25px;
}

.menu ul li.cameras {
    background-image: url('../imgs/cameras.png');
}

.menu ul li.sensores {
    background-image: url('../imgs/sensores.png');
}

.menu ul li.filas {
    background-image: url('../imgs/fila.png');
}

.menu ul li.filastemporeal {
    background-image: url('../imgs/filatemporeal.png');
}

.menu ul li.relatorios {
    background-image: url('../imgs/reports.png');
}

.menu ul li.sair {
    background-image: url('../imgs/sair.png');
}

.menu ul li.laranja {
    background-color: #121c5a;
}

.menu ul li a {
    color: #fff;
}

.botMenu {
    margin-left: 10px;
    margin-top: 20px;
    Position: fixed;
    z-index: 999999;
    width: 250px;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
}

.botMenu img{
    width:35px;
    height:35px;
    transition:300ms;
    
}

.botMenu img:hover{
    transition:300ms;
    -webkit-filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.6));
    
}

.botMenu i.large {
    font-size: 3em;
}

.botMenu.Abrir {
    color: #78931c;
}

.botMenu.Fechar {
    color: #227c94;
}

.expande {
    position: relative;
    left: 0px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.contrai {
    left: 190px;
    position: relative;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
    z-index: 50000000000000000;
}

.loading .loader,
.loading .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loading .loader {
    margin-top: 50%;
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-full {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.login {
    max-width:600px !important;
    margin:0 auto !important;
    padding: 30px;
    
}

.login input[type=password],
.login input[type=text],
.login input[type=email] {
    width: 100%;
    padding: 10px;
    color: #969696;
    background-color: #e9e9e9;
    border: 0px;
    margin-top: 10px;
    font-size: 16px;
}

.login button,
.login input[type=submit] {
    background-color: #3F51B5;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    border:2px solid #3f51b5;
    width: 100%;
}

.topo {
    background-color: #3F51B5;
    color: #fff;
}

.topo .col-md-12,
.topo .col-xs-12 {
    background-color: #3F51B5;
    padding-left: 20px;
    padding: 10px;
    padding-left: 60px;
    color: #fff;
}

.logos img {
    padding-top: 8px;
}

.logos .col-xs-12,
.logos .col-md-12 {
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.logos .col-xs-12 .logoCliente,
.logos .col-md-12 .logoCliente {
    font-size: 18px;
    padding: 5px;
}

.logos .col-xs-4,
.logos .col-md-4 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.botao button {
    width: 100%;
    border: 0px;
    margin-top: 10px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f85032), color-stop(84%, #d95d33), color-stop(88%, #d75e33), color-stop(90%, #faad93));
    background: -webkit-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: -o-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: -ms-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: linear-gradient(to bottom, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#faad93', GradientType=0);
}

.datas {
    height: auto;
    overflow: hidden;
    color: #eeedff;
    background-color: #474747;
    font-size: 13px;
    padding: 10px;
}

.datas h3 {
    font-size: 1em;
    display: block;
    text-align: left;
    padding: 5px;
}

.datas .tituloTopo {
    display: block;
    text-align: left;
    padding: 5px;
    margin: 3px;
}

.datas .col-md-8 img {
    width: 70%;
}

.datas ::-webkit-datetime-edit {
    padding: 0px;
}

.datas ::-webkit-datetime-edit-text {
    color: #78931c;
    padding: 0px 0px;
}

.datas ::-webkit-datetime-edit-month-field {
    color: #78931c;
}

.datas ::-webkit-datetime-edit-day-field {
    color: #78931c;
}

.datas ::-webkit-datetime-edit-year-field {
    color: #78931c;
}

.datas ::-webkit-inner-spin-button {
    display: none;
}

.datas input[type=datetime-local],
.datas input[type=date],
.datas input[type=text] {
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    /* Remove estilo padrão do FireFox */
    appearance: none;
    /* Remove estilo padrão do FireFox*/
    width: 99%;
    /* Tamanho do select, maior que o tamanho da div "div-select" */
    border: 0px;
    padding: 10px;
    padding-left: 20px;
    font-size: 1em;
    font-weight: bold;
    background-color: #fff;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #3f51b5;
}

.datas input[type=datetime-local] option,
.datas input[type=date] option,
.datas input[type=text] option {
    padding-left: 5px;
}

.choosepicker {
    padding: 30px;
}

.choosepicker .select_boxes {
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    /* Remove estilo padrão do FireFox */
    appearance: none;
    /* Remove estilo padrão do FireFox*/
    width: 99%;
    /* Tamanho do select, maior que o tamanho da div "div-select" */
    height: 40px;
    /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
    border: 0px;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #3F51B5;
    margin-top:10px;
    margin-bottom:10px;
}

.choosepicker .select_boxes option {
    background-color: #3F51B5;
    color: #fff;
}

.conteudo {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
}

.conteudo .col-md-12 {
    padding: 0px;
}

.conteudo.graficos {
    padding: 10px;
}

.conteudo.graficos h2 {
    display: block;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}

.conteudo.relatorios button {
    width: 100%;
    border: 0px;
    margin-top: 10px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f85032), color-stop(84%, #d95d33), color-stop(88%, #d75e33), color-stop(90%, #faad93));
    background: -webkit-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: -o-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: -ms-linear-gradient(top, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    background: linear-gradient(to bottom, #f85032 0%, #d95d33 84%, #d75e33 88%, #faad93 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#faad93', GradientType=0);
}

.conteudo.relatorios .col-md-12.filtros {
    height: auto;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.conteudo.relatorios .col-md-12.filtros input[type=text] {
    width: 100%;
    padding: 5px;
}

.conteudo.relatorios .tableExcel {
    margin-top: 10px;
    padding: 30px;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom:100px;
}

.conteudo.relatorios .tableExcel tr {
    background-color: #3F51B5;
}

.conteudo.relatorios .tableExcel tr:nth-child(1) {
    background-color: #515a9f;
}

.conteudo.relatorios .tableExcel td {
    border: 1px solid #eee;
    padding: 5px;
    font-weight: bold;
    color: #fff;
}

.conteudo .horasQuentes button {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}

.conteudo .horasQuentes .col-md-12.filtros {
    height: auto;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.conteudo .horasQuentes .col-md-12.filtros input[type=text] {
    width: 100%;
    padding: 5px;
}

.conteudo .horasQuentes .tableExcel {
    margin-top: 10px;
    padding: 30px;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom:100px;
}

.conteudo .horasQuentes .tableExcel tr {
    background-color: #3F51B5;
}

.conteudo .horasQuentes .tableExcel tr:nth-child(1) {
    background-color: #515a9f
}

.conteudo .horasQuentes .tableExcel td {
    border: 1px solid #eee;
    padding: 5px;
    font-weight: bold;
    color: #fff;
}

.conteudo .box {
    padding: 30px;
    margin: 0px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.conteudo .box .txt,
.conteudo .box .txt1,
.conteudo .box .txt2,
.conteudo .box .txt3 {
    height: auto;
    overflow: hidden;
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #3F51B5;
}

.conteudo .box .txt .info,
.conteudo .box .txt1 .info,
.conteudo .box .txt2 .info,
.conteudo .box .txt3 .info {
    float:left;
    width:50%;
}

.conteudo .box .txt .dados,
.conteudo .box .txt1 .dados,
.conteudo .box .txt2 .dados,
.conteudo .box .txt3 .dados {
    float:left;
    width: 20%;
}

.conteudo .box .txt .percentage,
.conteudo .box .txt1 .percentage,
.conteudo .box .txt2 .percentage,
.conteudo .box .txt3 .percentage {
    float:left;
    width: 20%;
}

.conteudo .box .txt h4,
.conteudo .box .txt1 h4,
.conteudo .box .txt2 h4,
.conteudo .box .txt3 h4 {
    padding: 0px;
    display: block;
    float: left;
    padding: 5px;
    width: 100%;
    text-align: left;
    color: #3F51B5;
    font-size: 18px;
    margin: 0px;
    padding-top: 5px;
    min-height: 20px;
}

.conteudo .box .txt h3,
.conteudo .box .txt1 h3,
.conteudo .box .txt2 h3,
.conteudo .box .txt3 h3 {
    display: block;
    width: 100%;
    padding: 0px;
    float: left;
    padding: 5px;
    text-align: left;
    color: #3F51B5;
    font-size: 18px;
    margin: 0px;
    min-height: 20px;
}

.conteudo .box .txt h5,
.conteudo .box .txt1 h5,
.conteudo .box .txt2 h5,
.conteudo .box .txt3 h5 {
    display: block;
    width: 100%;
    padding: 0px;
    float: left;
    padding: 5px;
    text-align: left;
    color: #3F51B5;
    font-size: 18px;
    margin: 0px;
    min-height: 20px;
}

.conteudo .box.bx1 {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #ebebeb;
}

.conteudo .box.bx2 {
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.conteudo .box.bx3 {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #ebebeb;
}

.conteudo .box.bx4 {
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.conteudo .boxMenu {
    background-color: #3F51B5;
    padding: 20px;
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    margin-right: 0.3%;
}

.conteudo .boxMenu h5 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: none;
    color: #FFFFFF;
    font-size: 40px;
    padding: 3px;
}

.imagemPosts {
    background-size: cover;
    height: 400px;
    background-position: top center;
    margin-bottom: 30px;
}

.botaoLimpar {
    background-color: #3F51B5;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    border: 1px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.botaoLimpar:hover {
    color: #fff;
    text-decoration: underline;
}

.entradasSaidas {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    background-image: linear-gradient(to top, #eeedff, #e8e7fe, #e3e1fd, #dddcfb, #d8d6fa);
}

.entradasSaidas img {
    width: 50px;
    height: 50px;
}

.entradasSaidas .entradas h2 {
    display: block;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #68ca46;
    margin: 2px;
    padding: 2px;
}

.entradasSaidas .entradas h3 {
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #68ca46;
    margin: 2px;
    padding: 2px;
}

.entradasSaidas .saidas {
    border-right: 1px solid #eee;
}

.entradasSaidas .saidas h2 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #cb2929;
    margin: 2px;
    padding: 2px;
}

.entradasSaidas .saidas h3 {
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #cb2929;
    margin: 2px;
    padding: 2px;
}

.refreshButton {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 30;
}

.botMenu img{
    width:35px;
    height:35px;
    transition:300ms;
    
}

.refreshButton img {
    width: 30px;
    height: auto;
    transition:300ms;
}
.refreshButton img:hover {
    transition:300ms;
    -webkit-filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.6));
}

@media (max-width: 450px) {
    .box {
        padding: 15px;
        margin: 0px;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .box .txt,
    .box .txt1,
    .box .txt2,
    .box .txt3 {
        height: auto;
        overflow: hidden;
        display: table;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px dashed #3F51B5 !important;
    }
    .box .txt .info,
    .box .txt1 .info,
    .box .txt2 .info,
    .box .txt3 .info {
        display: table-cell;
    }
    .box .txt .dados,
    .box .txt1 .dados,
    .box .txt2 .dados,
    .box .txt3 .dados {
        display: table-cell;
    }
    .box .txt .percentage,
    .box .txt1 .percentage,
    .box .txt2 .percentage,
    .box .txt3 .percentage {
        display: table-cell;
    }
    .box .txt h4,
    .box .txt1 h4,
    .box .txt2 h4,
    .box .txt3 h4 {
        padding: 0px;
        display: block;
        float: left;
        padding: 5px;
        width: 100%;
        text-align: left;
        color: #3F51B5;
        font-size: 12px !important;
        margin: 0px;
        padding-top: 5px;
        min-height: 20px;
    }
    .box .txt h3,
    .box .txt1 h3,
    .box .txt2 h3,
    .box .txt3 h3 {
        display: block;
        width: 100%;
        padding: 0px;
        float: left;
        padding: 5px;
        text-align: left;
        color: #3F51B5;
        font-size: 12px !important;
        margin: 0px;
        min-height: 20px;
    }
    .box .txt h5,
    .box .txt1 h5,
    .box .txt2 h5,
    .box .txt3 h5 {
        display: block;
        width: 100%;
        padding: 0px;
        float: left;
        padding: 5px;
        text-align: left;
        color: #3F51B5;
        font-size: 12px !important;
        margin: 0px;
        min-height: 20px;
    }
    .box.bx1 {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        background-color: #f9ffe4;
    }
    .box.bx2 {
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    .box.bx3 {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        background-color: #f9ffe4;
    }
    .box.bx4 {
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
}

.imgCam {
    width: 100%;
    height: auto;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

h5.positivo {
    padding-left: 40px !important;
    padding-bottom: 10px !important;
    background-image: url('../imgs/up.png') !important;
    background-size: 30px 30px !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
}

h5.negativo {
    padding-left: 40px !important;
    padding-bottom: 10px !important;
    background-image: url('../imgs/down.png') !important;
    background-size: 30px 30px !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
}

h5.nulo {
    padding-left: 20px !important;
    padding-bottom: 10px !important;
    background-image: url('../imgs/updown.png') !important;
    background-size: 20px 20px !important;
    background-position: 10px 3px !important;
    background-repeat: no-repeat !important;
}

.col-md-2 h5.nulo {
    padding-left: 40px !important;
}

.dashboard {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,18305a+100 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #3F51B5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%, #3F51B5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%, #3F51B5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#3F51B5', GradientType=0);
    /* IE6-9 */
    padding: 30px !important;
    -webkit-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
}

.dashboard h2 {
    font-size: 15px;
    color: #fff;
}

.dashboard h5 {
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.dashboardMeio {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,18305a+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1ba25+0,78931c+100 */
    background: #a1ba25;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a1ba25 0%, #78931c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1ba25 0%, #78931c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1ba25 0%, #78931c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a1ba25', endColorstr='#78931c', GradientType=0);
    /* IE6-9 */
    padding: 30px !important;
    -webkit-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
}

.dashboardMeio h2 {
    font-size: 15px;
    color: #fff;
}

.dashboardMeio h5 {
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.dashboardtres {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */
    background: #3b679e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
    padding: 30px !important;
    -webkit-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.75);
}

.dashboardtres h2 {
    font-size: 15px;
    color: #fff;
}

.dashboardtres h5 {
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.control {
    position: absolute;
    width: 20px;
    height: 100vh;
    position: fixed;
    display: block;
    background: none !important;
    left: 0;
    z-index: 1000 !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.lojas {
    width: 90%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.lojas .box_lojas {
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.lojas .box_lojas .localizacao {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #b1b6b4;
    line-height: 5px;
}

.lojas .box_lojas .localizacao h5 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #b1b6b4;
}

.lojas .box_lojas .funcionamento {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #b1b6b4;
    padding-top: 5px;
    padding-left: 20px;
}

.lojas .box_lojas .visualizacao {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
}

.lojas .box_lojas .visualizacao .filmagem img {
    width: 20px;
}

.lojas .box_lojas .visualizacao .canal {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 2px;
    color: #87878a;
}

.lojas .box_lojas .visualizacao .status {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-top: 2px;
    color: #87878a;
}

.lojas .box_lojas .visualizacao .status_img {
    width: 5px;
}

.lojas .box_lojas .visualizacao .status_img img {
    width: 20px;
}

.lojas {
    width: 90%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.lojas .dispositivo {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.lojas .dispositivo .topo {
    width: 100%;
    height: auto;
    background-color: #dfdfdf;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.lojas .dispositivo .topo .device {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #616161;
}

.lojas .dispositivo .topo .device span.atualizacao {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.lojas .dispositivo .topo .device img {
    width: 60px;
    padding-right: 10px;
}

.lojas .dispositivo .topo .data {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #616161;
}

.lojas .dispositivo .informacoes {
    width: 100%;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 20px;
}

.lojas .dispositivo .informacoes .tipo_info {
    font-size: 14px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    color: #616161;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lojas .dispositivo .informacoes .info_device {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #616161;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lojas .dispositivo .informacoes .info_device img {
    width: 18px;
    margin-right: 10px;
}

.lojas .dispositivo .box_button {
    width: 90%;
    height: auto;
    margin-left: 25px;
}

.lojas .dispositivo .box_button button {
    width: 120px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    border-radius: 20px;
    border: 0px;
    background-color: #2e91af;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.lojas .dispositivo_loja {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 50px;
}

.lojas .dispositivo_loja .localizacao {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #b1b6b4;
    line-height: 5px;
    padding-top: 20px;
}

.lojas .dispositivo_loja .localizacao h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #b1b6b4;
}

.lojas .dispositivo_loja .funcionamento {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 600;
    color: #b1b6b4;
    padding-top: 5px;
    padding-left: 20px;
    padding-top: 20px;
}

.lojas .dispositivo_loja .visualizacao {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
}

.lojas .dispositivo_loja .visualizacao .filmagem img {
    width: 20px;
    height: auto;
}

.lojas .dispositivo_loja .visualizacao .canal {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 5px;
    color: #87878a;
}

.lojas .dispositivo_loja .visualizacao .status {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 5px;
    color: #87878a;
}

.lojas .dispositivo_loja .tempo {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #87878a;
    padding-top: 20px;
    text-align: right;
}

.lojas .dispositivo_loja .tempo img {
    width: 20px;
    margin-left: 5px;
}

@media (min-width: 960px) {
    .lojas {
        width: 1200px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .lojas .box_lojas {
        width: 80%;
        height: auto;
        padding: 15px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lojas .box_lojas .localizacao {
        padding-left: 50px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 600;
        color: #b1b6b4;
        line-height: 5px;
        margin-bottom: 30px;
    }
    .lojas .box_lojas .localizacao h5 {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 600;
        color: #b1b6b4;
    }
    .lojas .box_lojas .funcionamento {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 600;
        color: #b1b6b4;
        padding-top: 5px;
        padding-left: 30px;
    }
    .lojas .box_lojas .visualizacao {
        width: 80%;
        height: auto;
        margin-top: 20px;
        border-radius: 5px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lojas .box_lojas .visualizacao .filmagem img {
        width: 30px;
    }
    .lojas .box_lojas .visualizacao .canal {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        padding-top: 4px;
        color: #87878a;
    }
    .lojas .box_lojas .visualizacao .status {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        padding-top: 4px;
        color: #87878a;
    }
    .lojas .box_lojas .visualizacao .status_img img {
        width: 30px;
        margin-left: 10px;
    }
    .lojas {
        width: 1200px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .lojas .dispositivo {
        width: 80%;
        height: auto;
        padding: 15px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lojas .dispositivo .topo {
        width: 100%;
        height: 100px;
        background-color: #dfdfdf;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .lojas .dispositivo .topo .device {
        width: 100%;
        height: auto;
        font-size: 24px;
        font-weight: 900;
        font-family: 'Open Sans', sans-serif;
        color: #616161;
    }
    .lojas .dispositivo .topo .device span.atualizacao {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
    }
    .lojas .dispositivo .topo .device img {
        width: 60px;
    }
    .lojas .dispositivo .topo .data {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #616161;
        padding-top: 10px;
    }
    .lojas .dispositivo .informacoes {
        width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: 30px;
    }
    .lojas .dispositivo .informacoes .tipo_info {
        font-size: 18px;
        font-weight: 900;
        font-family: 'Open Sans', sans-serif;
        color: #616161;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lojas .dispositivo .informacoes .info_device {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        color: #616161;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lojas .dispositivo .informacoes .info_device img {
        width: 25px;
        margin-right: 20px;
    }
    .lojas .dispositivo .box_button {
        width: 100%;
        height: auto;
    }
    .lojas .dispositivo .box_button button {
        width: 150px;
        height: 40px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #ffffff;
        padding: auto !important;
        border-radius: 20px;
        border: 0px;
        background-color: #2e91af;
        margin-top: 20px;
        margin-right: 20px;
        float: right;
    }
    .lojas .dispositivo_loja {
        width: 80%;
        height: auto;
        padding: 15px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .lojas .dispositivo_loja .localizacao {
        padding-left: 50px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 600;
        color: #b1b6b4;
        line-height: 5px;
        margin-bottom: 30px;
    }
    .lojas .dispositivo_loja .localizacao h5 {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 600;
        color: #b1b6b4;
    }
    .lojas .dispositivo_loja .funcionamento {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 600;
        color: #b1b6b4;
        padding-top: 5px;
        padding-left: 30px;
    }
    .lojas .dispositivo_loja .visualizacao {
        width: 80%;
        height: auto;
        margin-top: 20px;
        border-radius: 5px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lojas .dispositivo_loja .visualizacao .filmagem img {
        width: 30px;
    }
    .lojas .dispositivo_loja .visualizacao .canal {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        padding-top: 4px;
        color: #87878a;
    }
    .lojas .dispositivo_loja .visualizacao .status {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        padding-top: 4px;
        color: #87878a;
    }
    .lojas .dispositivo_loja .tempo {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        color: #87878a;
        padding-top: 20px;
        margin-right: 50px;
    }
    .lojas .dispositivo_loja .tempo img {
        width: 30px;
        margin-left: 5px;
    }
}

.overlayModal {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    top: 0;
}

.conteudoModal {
    width: auto;
    background-color: #fff !important;
    padding: 30px !important;
    position: absolute;
    z-index: 100001;
    left: 35%;
    top: 10%;
    border-radius: 5px;
    min-height: 250px !important;
}

.active {
    display: block !important;
}

.inactive {
    display: none !important;
}

.botRecord {
    width: 100%;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    background-color: #78931c;
    border: 0px;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .conteudoModal {
        width: auto;
        background-color: #fff !important;
        padding: 30px !important;
        position: fixed !important;
        z-index: 100001;
        left: 5%;
        top: 10%;
        border-radius: 5px;
        min-height: 250px !important;
    }
}

.graphicExcel {
    width: 100%;
    padding: 10px;
    color: #fff !important;
    background-color: #3f51b5;
    border: 0px;
    font-weight: bold !important;
    border-radius: 5px !important;
    margin-bottom:10px;
    margin-top:10px;
    
}

button:hover, input[type=submit]:hover, .boxMenu:hover {
    opacity:0.7;
    transition: 0.3s;
    
    border:2px solid #3f51b5;
}



button, input[type=submit] , .boxMenu{
    opacity:1;
    transition: 0.3s;
    cursor:pointer;
    
}

.botaoLimpar {
    opacity:0.7;
    transition: 0.3s;
    background-color:#fff;
    border:2px solid #3f51b5;
    color:#3f51b5;
}

.botaoLimpar:hover {
    opacity:1;
    transition: 0.3s;
    cursor:pointer;
    border:2px solid #3f51b5;
    color:#3f51b5;
}

.eye {
    position:absolute;
    right:40px;
    top:20px;
    background-image: url('../imgs/eye.png');
    width:24px;
    height:24px;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}

.__specialDatesSelect { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 99%;
    border: 0px;
    padding: 10px;
    padding-left: 20px;
    font-size: 1em;
    font-weight: bold;
    background-color: #fff;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #949494;
}

.specialDates1 {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    
    background-color:#eee;
}