@-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);}
}
#container-right{
    height:100%;
    width:50%;
    float: left;
    display: none;
    margin:0px;
    padding:0px 0px 0px 5px;

}
#msgPanel{
    font-size: 20px;
    position: absolute;
    top: 58px;
    padding: 2px 0px 4px 6px;
    background-color: rgb(223, 223, 223);
    border-radius: 3px 0px 0px 0px;
    margin-right: 6px;
}
#btn-fechar{
    float: right;
    border-radius: 30px 0px 0px 30px;
    right: 0px;
    outline: none;
    padding: 6px 15px;
    position: absolute;
    top: 58px;
    z-index: 999;
}
#msgPanel-impressao{
    font-size: 20px;
    position: relative;
    padding: 2px 0px 4px 6px;
    background-color: rgb(223, 223, 223);
    border-radius: 3px 0px 0px 0px;
    margin-right: 6px;
    width: 137px;
    float: left;
}
#btn-fechar-impressao {
    float: right;
    border-radius: 0px 0px 0px 10px;
    right: 0px;
    outline: none;
    padding: 6px 15px;
    position: relative;
    z-index: 999;
}
#ajustarFechar-impressao{
    height: 50px;
    border-top: solid 1px #DFDFDF;
    margin: 0px;
}
#btn-voltar{
    border-radius: 30px 0 0 30px;
    outline: none;
    float: right;
    display: none;
}

div#panel_status {
    position: absolute;
    top: 0px;
    z-index: 1000;
    height: 0;
    text-align: center;
    background: green;
    margin-left: 45%;
    font-family: sans-serif;
    padding: 3px 7px;
    -moz-border-radius:0px 0px 7px 7px;
    -webkit-border-radius:0px 0px 7px 7px;
    border-radius:0px 0px 7px 7px;
    overflow: hidden;
}
.status-disabled{
    color: #BFBFBF!important;
    border-color: #DCDCDC!important;
}
.espaco {
    left: 137px;
}
#msgPanel {
    width: 138px;
}
#msg_status{
    font-size: 1.0em;
    color: aliceblue;
}
.posBotao{
    cursor: pointer;
    float:right;
    padding: 20px 16px;
    font-size:20px;
    margin-bottom: -20px;
    top: -10px;
    left: 5px;
}
.dropdown-menu>li>a{
    cursor:pointer;
}
.menu{
    height: 30px;
    border-radius: 4px 4px 0px 0px;
}
.ajustMenu{
    top: 37px;
    float: right;
/*    left: -115px;*/
    left: 40px;
}
.dropdown{
    float:right;
}
#ajustFechar{
    display: none;
    height: 60px;
    border-top: solid 1px #DFDFDF;
    margin: 6px 15px 0px 20px;
}
#btn-fechar{
    border-radius: 0px 0px 0px 13px;
    right: 13px;
}
#ajustarTela{
    display: none;
    height: 30px;
}
.ajustNomeM {
    padding: 2px 0px 4px 6px;
    background-color: rgb(223, 223, 223);
    border-radius: 7px 7px 0px 0px;
    margin: 0px;
    font-size: 18px;
}
.triangulo{
  width: 0;
  height: 0;
  border-top: 32px solid #DFDFDF;
  border-right: 30px solid transparent;
  position: absolute;
  margin-top: -2px;
}
.T2{
    width: 0;
    height: 0;
    border-top: 38px solid #DFDFDF;
    border-right: 38px solid transparent;
    position: absolute;
    top: 0px;
}
.T3{
    left: 200px;
}
.btn-aj{
    margin: 0px 3px 1.5px 3px;
    padding: 2px 5px;
}
.dataTables_filter{
    margin-top: 4px;
    margin-right: 4px;
}
input, #tbl-parametros_filter, #tbl-address_filter, #tbl-turnos_filter, #tbl-providers_filter, #tbl-materiais_filter, #tbl-cores_filter {
    border-radius: 4px;
}
#tabela{
    font-size: 11px;
}
#tabelaClientes.dataTable.no-footer{
    border-bottom: 1px solid #ddd !important;
}
.container-ajust{
    float: left; border: solid 1px rgb(216, 216, 216); border-radius: 5px;  padding:0px; margin: 0px 15px 15px 0px;
}
#menu-usuario{
    margin-right: 20px;
}
.ajustMensagem{
    display: none;
    width: 90%;
    margin-left: 5%;
    position: fixed;
    z-index: 99999;
    top: 55px;
    text-align: center;
}
.btnMargin{
    margin-bottom: 5px;
}
#conteudo, #conteudo2, #conteudo3 body{
    animation-name: fadeInDown;
}
.ui-datepicker{
    font-size: 12px;
}
.ui-datepicker-calendar thead{
    font-size: 10px;
}
.displayNone{
    display: none;
}
.ajustMenuNav{
    position: relative;
    background-color: white;
    z-index: 1000;
}
.ajustLogo{
    z-index: 1001;
    position: relative;
}
.navbar-default{
    margin-bottom: 0px;
}
.espaco{
    left: 137px;
}
#msgPanel {
    width: 138px;
}
.tempAjust{
      width: 190px;
}
.tempAjustT{
      left: 190px;
}
#msgPanelTemp{
    font-size: 20px;
    position: absolute;
    top: 55px;
    padding: 2px 0px 4px 6px;
    background-color: rgb(223, 223, 223);
    border-radius: 3px 0px 0px 0px;
    margin-right: 6px;
    width: 190px;
}
.fa-spin{
    -webkit-animation: spin 2s infinite linear;
    animation: spin 1.2s infinite linear;
}
.btnConfirm{
    background-color: #6DCDF9;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 36px 5px 0 5px;
    cursor: pointer;
}
.btnConfirm:hover{
    background-color: #3385AA;
}
.form-label-info{
    float: right;
    width: 90px;
    font-size: 12px;
}
.border-none{
    border:none;
}
.linha{
    clear: both;
    width: 100%;
    border-top: 1px solid #985454;
    margin-bottom: 15px;
}
.padding-top-5{
    padding-top: 5px !important;
}
.padding-top-15{
    padding-top: 15px !important;
}
.padding-left-15{
    padding-left: 15px !important;
}
.no-margin{
    margin: 0px;
}
.padding-bottom-13{
    padding-bottom: 13px !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-15{
    margin-bottom: 15px !important;
}
.margin-top-15{
    margin-top: 15px !important;
}
.margin-top-bottom-10{
    margin: 10px 0px !important;
}
.margin-right-15{
    margin-right: 15px !important;
}
.clear{
    clear: both;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.float-none{
    float: none;
}
.color-red{
    color: red;
}
.color-green{
    color: green;
}
.color-grey{
    color: grey;
}
.input-custon {
    display: inline;
    height: 29px;
    width: auto;
    padding: 6px 6px;
    margin: 0px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#tabela_estacoes .input-custon{
    width: 65%;
}
.selecionado{
    background-color: lightgrey;
}
.cursor-pointer{
    cursor: pointer;
}
.disabled{
    cursor: default;
}
.linha-menu{
    border: solid 1px #E0E0E0;
    width: 100%;
    margin: 3px 0px;
}
/*inputs usuario*/
.no-padding {
    padding: 0!important;
}
.well {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}
.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}
.smart-form header {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
}
.smart-form *, .smart-form :after, .smart-form :before {
    margin: 0;
/*    padding: 0;*/
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}
.smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative;
}
.smart-form section {
    margin-bottom: 15px;
    position: relative;
}
.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}
.smart-form .icon-append, .smart-form .icon-prepend {
    color: #A2A2A2;
}
.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}
.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.smart-form .input .icon-append+input, .smart-form .textarea .icon-append+textarea {
    padding-right: 37px;
}
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}
.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    transition: margin .3s,opacity .3s;
    -o-transition: margin .3s,opacity .3s;
    -ms-transition: margin .3s,opacity .3s;
    -moz-transition: margin .3s,opacity .3s;
    -webkit-transition: margin .3s,opacity .3s;
}
.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    height: 40px;
}
.smart-form footer .btn {
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}
.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}
.txt-color-teal {
    color: #568a89!important;
}
.smart-form .tooltip-top-right:after {
    top: 100%;
    right: 11px;
    border-top: 4px solid rgba(0,0,0,.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.smart-form .tooltip:after {
    content: '';
    position: absolute;
}
.smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
    border-color: #5D98CC;
}
input[type=checkbox].checkbox{visibility:hidden;position:absolute;z-index:20;width:18px;height:18px}
label input[type=checkbox].checkbox+span{position:relative;z-index:19;display:inline-block;margin:0;line-height:17px;min-height:14px;min-width:14px;margin-right:5px}
label input[type=checkbox].checkbox+span:hover{cursor:pointer}
label input[type=checkbox].checkbox+span:before{font-family:FontAwesome;font-size:12px;border-radius:0;content:"\a0";display:inline-block;text-align:center;vertical-align:middle;padding:1px;height:12px;line-height:12px;min-width:12px;margin-right:5px;border:1px solid #bfbfbf;background-color:#f4f4f4;font-weight:400;margin-top:-1px}
label input[type=checkbox].checkbox+span:before{content:"\a0"}
label input[type=checkbox].checkbox:checked+span:before{content:"\2713";font-weight:700}
label input[type=checkbox].checkbox:checked+span:before{color:#2E7BCC}

b.tooltip.tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}
.alertUsuario {
    border-color: #953b39;
    background-color: #C46C6C;
    text-shadow: none;
    color: #FFFFFF;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 16px;
}
.ajust-margin-user{
    margin-top: 25px;
}
.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 9px #fff;
}
.smart-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}
.smart-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}
.smart-form .select i:after, .smart-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*========configuracao=======*/
#sistemaAtt {
    padding: 14px;
    cursor: default;
}
#sistemaAtt span {
    width: 17px;
    height: 14px;
}
.fa-spin-2 {
    -webkit-animation: spin 0.7s infinite linear;
    animation: spin 0.7s infinite linear;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.centralizar{
    float:left;
    width: 100%;
    background-position: center;
    text-align: center;
}
.ulEstilo{
    width: 290px;
    text-decoration: none;
    list-style: none;
    margin: 4px;
}
.formaBox{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.largura{
    width: 95px;
    margin: 0px 0px 0px 6px;
}
.largura2{
    width: 100%;
}
.largura3{
    width: 160px;
}
#btn-gravar{
    margin: 10px;
}
.ajustL{
    width:100%;
}
.ativar-btn-manual{
    width: 20px;
    height: 15px;
}
#qtd-manual, #tempo-contagem{
    text-align: right;
}
/*vendedor*/
.city-list, .city-list-vendedor{
    cursor:pointer;
    background-color:#dddddd;
    border-bottom: solid 1px;
}
.list-o{
    cursor:pointer;
    background-color:#f4f4f4;
}
.city-list:hover,.city-list-vendedor:hover{
    background-color: #6f6f6f;
    color: white;
}
.selected,.selected-v{
    background-color: #3d3d7c;
    color: white;
}
span.select2-selection.select2-selection--single {
    height: 32px;
}
span.select2-selection__arrow {
    display: none;
}
div#conteudo2 {
    margin-top: 5px;
    padding: 0px 15px;
}
select#selectEstado {
    border-radius: 4px;
    border-color: #AAA;
}
.ajust-form-area *{
    box-sizing: border-box;
}
.sql {
    position: relative;
    width: 95%;
    height: 100px;
}
.ace-xcode {
    background-color: #FFFFFF;
    color: #000000;
}
@media only screen and (max-width : 1200px){
    #campoInfoMaquina{
        font-size:12px;
    }
    #campoInfoMaquina .form-Input {
        padding: 4px;
        height: 25px;
    }
    .label-date{
        margin: 0px 25px 0px 25px;
    }
}
@media only screen and (max-width : 1000px){
    #divGrafico1, #divGrafico2, #divGrafico3, #divGrafico4 {
        width: 25%;
        float: left;
    }
    .ajustIcon{
        margin-left: 15%;
    }
    #campoInfoMaquina label{
        font-size: 11px;
    }
    #campoInfoMaquina .form-Input {
        padding: 3px;
        height: 24px;
    }
    #grafic{
        position:absolute;
        left:0px;
    }
    .label-date{
        margin: 0px 30px 0px 30px;
    }
    .form-label-info {
        width: 77px;
    }
}
@media only screen and (max-width : 768px){
    #tabela_estacoes{
        font-size:11px;
    }
    #divGrafico1, #divGrafico2, #divGrafico3, #divGrafico4 {
        width: 25%;
        float:left;
    }
    #ajustDrop, #menu-usuario{
        float:none;
    }
    #menu-usuario{
        margin:0px;
    }
    #bs-example-navbar-collapse-1, #menu-usuario, #ajustDrop2, #menu-usuario2{
        text-align: center;
    }
    #msg_status{
        font-size: 10px;
    }
    .ajustIcon{
        margin-left: 5%;
    }
    .alertNovo {
        padding-left: 20px;
    }
}
@media only screen and (max-width:600px){
    .divConfiguracoes{
        margin: 0px 0px 10px -3px;
    }
}
@media only screen and (max-width:680px){
    .serial {
        float: left;
        border: solid 1px #c3c3c3;
        border-radius: 6px;
        background-position: center;
        min-width: 290px;
        width: 100%;
        margin: 0px 10px 20px 5px;
    }
    .largura {
        width: 90px;
    }
}
@media only screen and (max-width : 500px){
    #tabela_estacoes .botaoOkEstacao, #tabela_estacoes .noselect {
        padding: 3px 5px;
    }
    #tabela_estacoes .input-custon {
        margin: 2px;
    }
}
@media only screen and (max-width : 400px){
    #campoInfoMaquina {
        font-size: 11.5px;
    }
    .posBotao{
        padding: 18px 11px;
    }
    .label-date{
        margin: 0px 10px 0px 10px;
    }
    .variacao-info{
        margin:0px 0px 0px 10px;
    }
    .form-label-info{
        width: 59px;
        height: 17px;
    }
    #campoInfoMaquina .form-Input {
        margin: 0px 3px;
    }
    #divGrafico1, #divGrafico2, #divGrafico3, #divGrafico4 {
        width: 130px;
    }
}


.labels {
     color: red;
     background-color: transparent;
     font-family:  "Arial", sans-serif;
     font-size: 8px;
     text-align: center;
     width: 100px;
     white-space: nowrap;
   }
#pesquisasInfo{
    height: 100px;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    font-size: 11px;
    font-family: sans-serif;
}
#pesquisasInfo::-webkit-scrollbar{
    width: 8px;
    background: #bebebe;
}
#pesquisasInfo::-webkit-scrollbar-thumb{
    background: #1a1a1a;
    width: 8px;
}
