@-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);}
}
.fa-spin{
    -webkit-animation: spin 2s infinite linear;
    animation: spin 1.2s infinite linear;
}
#container-right{
    height:100%;
    width:50%;
    float: left;
    display: none;
    margin:0px;
    padding:0px 0px 0px 5px;
}
#msgPanel{
    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;
}
#btn-fechar{
    float: right;
    border-radius: 30px 0px 0px 30px;
    right: 0px;
    outline: none;
    padding: 6px 15px;
    position: absolute;
    top: 55px;
    z-index: 999;
}
#btn-voltar{
    border-radius: 30px 0 0 30px;
    outline: none;
    float: right;
    display: none;
}
#btn-liberar-injecao, #btn-refugo{
    width: 150px;
    height: 60px;
}
div#panel_status {
    /* display: none; */
    position: absolute;
    top: 0px;
    z-index: 10000;
    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;
}
#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: 0px 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: 3px 0px 0px 0px;
  margin-right: 6px;
}
.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;
}
/*
#container-maquina{
    float: left; border: solid 1px rgb(216, 216, 216); border-radius: 5px;  padding:0px; margin: 0px 15px 15px 0px;
}
*/

/* Classes usadas para alterações */
.mostrarUmaMaquina {
    width:50%!important
}
.boxMaquinaAberta {
    width: 100%;
    height: 100%;
    margin: 0px 15px 15px 0px;
}
.boxMaquinaFechada {
    display: none!important;
}
.maquinaAberta {
    width: 100%;
    height: calc(100% - 55px);
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0px 10% 0px 10%; */
}
.svgMaquinaAberta {
    width: 100%!important;
    height: 100%!important;
}
.svg-maquina {
    width:400px;
    height:400px;
}
.svg-g {
    /* transform: translate(50%, 50%) scale(1); */
}
.svg-g-aberto {
    /* transform: translate(50%, 45%) scale(1.2)!important; */
}
/* ------------------------------- */
#listaDeMaquinasNovo {
    display: inline-block;
}
#listaDeMaquinasNovo > div {
    margin: 0px 15px 15px 0px;
}
#listaDeMaquinasNovo > div:last-child {
    margin: 0px 0px 15px 0px;
}
.ListaMaquinasContent {
    width:100%;
    display: flex;
    justify-content: center;
}
.container-ajust{
    display: inline-block;
    border: solid 1px rgb(216, 216, 216);
    border-radius: 5px; 
    padding: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;
}
.displayNone{
    display: none;
}
.ajustMenuNav{
    position: relative;
    background-color: white;
    z-index: 1000;
}
.ajustLogo{
    z-index: 1001;
    position: relative;
}
/*
 #menu-usuario2{
    position: relative;
    z-index: 10000;
    background-color: white;
}
*/
.colorGrafic{
    fill:rgba(114, 237, 208, 0.47);
}
.ocultarFundo{
    position: absolute;
    width: 100%;
    margin-left: -15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: 1000;
    overflow: hidden;
    display:none;
    text-align: center;
}
.alertNovo{
    color: rgb(137, 137, 137);
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-width: 280px;
    width: 40%;
    margin-top: 200px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    display: none;
    z-index: 99999;
    padding: 50px;
    font-size: 20px;
}
.ajustIcon{
    margin-left: 20%;
}
.iconLoad{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -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;
}
#campoInfoMaquina .form-Input {
    margin: 0px;
    text-align: right;
}
.variacao-info{
    float:right; margin:0px 0px 0px 25px;
}
.label-date{
    float:right;
    margin: 0px 15px 0px 15px;
}
.loadingEdit{
    -webkit-animation: spin 2s infinite linear;
    animation: spin 1.2s infinite linear;
}
.response{
    float:left;
    width:270px;
    margin-left: 7%;
}
.lista-item-m{
    padding: 5px 5px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-Info{
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
/*==graficoInformaçoesMaquina==*/
#divGrafico1, #divGrafico2, #divGrafico3, #divGrafico4 {
/*    width: 48%;*/
   height: 120px;
    box-sizing: border-box;
    padding-left: 30px;
}
#divGrafico2 .arc {
    stroke-weight: 0.1;
    fill: #f0a417;
}
#divGrafico2 .arc2 {
    stroke-weight: 0.1;
    fill: #b00d08;
}
#divGrafico3 .arc {
    stroke-weight: 0.1;
    fill: #1d871b;
}
#divTabelaProducaoAtual{
    display: none;
    margin: 20px 0px;
}
/*====*/
.divConfiguracoes{
    float:left;
    border:solid 1px #c3c3c3;
    border-radius: 6px;
    background-position: center;
    width: 300px;
    margin: 0px 0px 10px 10px;
}
.ajustDensidade{
    width: 210px;
}
.textRight{
    text-align: right !important;
}
.textCenter{
    text-align: center !important;
}
.ajustbtnAtualizar{
    margin-bottom: 23px;
}
.titleMatriz{
    position: absolute;
    margin-top: -14px;
    background-color: white;
    padding: 0px 7px;
    left: 50%;
    margin-left: -30px;
}
#campoInfoMaquina .form-Input {
    margin: 0px 6px;
}
.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-no{
    padding: 0px !important;
}
.padding-top-5{
    padding-top: 5px !important;
}
.padding-top-15{
    padding-top: 15px !important;
}
.padding-left-5{
    padding-left: 5px !important;
}
.padding-right-5{
    padding-right: 5px !important;
}
.padding-left-15{
    padding-left: 15px !important;
}
.padding-bottom-13{
    padding-bottom: 13px !important;
}
.margin-5{
    margin: 5px 0px !important;
}
.margin-top-15{
    margin-top: 15px !important;
}
.margin-bottom-15{
    margin-bottom: 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;
}
.atalhoRelatorio{
    width: 20px;
    height: 100%;
    float: left;
    position: absolute;
    margin: -10px 0px 0px -25px;
    background-color: cadetblue;
    color: white;
    font-size: 1.5em;
    padding: 3px;
    border-radius: 3px 0px 0px;
    cursor: pointer;
}
/*=======relatorios=======*/
.loadingGrafico {
    text-align: center;
    margin-top: 5%;
    position: relative;
    color: #B7B7B7;
    font-size: 20px;
    z-index: 100;
    height: 0px;
}
.toolbarImprimir {
    float: right;
}
.text-bold th{
    color: black;
}
.toolbarImprimir button {
    margin: 3px;
}
.newToolbar{
    display: table;
    width: 100%;
    border: solid 2px #DDD;
    border-bottom: none;
    padding: 4px 4px;
    background-color: #F3F3F3;
}
.newFoter{
    display: table;
    width: 100%;
    border: solid 2px #DDD;
    border-top: none;
    padding: 4px 4px;
    background-color: #F3F3F3;
    font-size: 12px;
}
#div-tabela, .divTabelaProducaoAtual{
    font-size: 11px;
    margin-bottom: 55px;
}
#div-tabela table.dataTable thead th,#div-tabela table.dataTable thead td, #tabelaProducaoAtual table.dataTable thead th, #tabelaProducaoAtual table.dataTable thead td {
    padding: 6px 7px 6px 3px;
    border-bottom: 1px solid #FFF;
}
#div-tabela table.dataTable tfoot th,#div-tabela table.dataTable tfoot td, #tabelaProducaoAtual table.dataTable tfoot th, #tabelaProducaoAtual table.dataTable tfoot td {
    padding: 6px 7px 6px 3px;
    border-top: 1px solid #FFF;
}
#div-tabela .dataTables_length{
    margin: 4px 0px 0px 0px;
}
#div-tabela .dataTables_length select{
    height: 30px;
}
#tabelaProducaoAtual_filter input{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    border: 1px solid #ddd;
}
#tabelaProducaoAtual .progress{
    height: 10px;
    margin: 2px;
    overflow: hidden;
    background-color: #e4e4e4;
    border-radius: 10px;
}
.div-box-estacao{
    width: 40px;
    height: 14px;
    float: left;
    margin-right: 15px;
}
.ui-datepicker{
    z-index: 10000 !important;
}
.linhaRelatorio{
    border-top: 1px solid #B3B3B3;
}
.intervaloView{
    font-size: 0.9em;
    color: #8A8A8A;
    width: 28px;
    position: absolute;
    line-height: 10px;
    margin-top: -2px;
}
.ui-datepicker{
    font-size: 12px;
}
.ui-datepicker-calendar thead{
    font-size: 10px;
}
.body-print{
    display: none;
}
.ajust-rowspan{
    padding: 0px 4px 20px 0px !important;
}
#divImprimir{
    display: none;
    font-size: 7px;
    font-family: "Lucida Console", Monaco, monospace;
}
.espacoPerda{
    left: 188px;
}
.ui-dialog {
    z-index: 1000;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter:none !important;
        -ms-filter: none !important;
    }
    body {
        margin:0;
        padding:0;
        line-height: 1.4em;
        font: 13pt 'Arial',Arial, sans-serif;
/*        font: 12pt "Lucida Console", Monaco, monospace;*/
        color: #000;
    }
    .no-print, nav, video, audio, object, embed, #panel_status{
        display:none !important;
    }
    .print {
        display: block !important;
    }
    #myChart{
        width: 800px !important;
        margin-right: 20px !important;
        margin-left: 0px !important;
    }
    table tbody th,table tfoot td {
        padding: 3px;
    }
    table tr{
        page-break-inside: always;
    }
    .intervaloView {
        margin-top: -5px;
    }
    .contentGraficosPerdas .box-graficoPerdas {
        font-size: 10px;
    }
    .contentGraficosPerdas .panel-body {
        padding: 4px;
    }
}

.box-graficoPerdas{
    overflow: auto;
    margin-top: 15px;
    height: 130px;
    font-size: 13px;
}
.graficoSemDados{
    color: #ADADAD;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 30%;
    display: none;
}
.box-graficoPerdas ul{
    list-style: none;
    padding: 0px;
}
.box-graficoPerdas .zcolor{
    background-color: #EAEAEA;
}
.button-info{
    margin: 5px 20px 30px 5px;
    font-size: 25px;
    cursor: pointer;
    color: #d96565;
}
#modalInfo-attributes .modal-body{
    font-size: 15px;
}
/*=====fim relatorio=====*/
/*=== checkbox bonito ===*/
.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}
#tabelaPerdas_wrapper .toolbarOpcoes{
    margin: 10px 5px 5px 15px;
}
#tabelaPerdas_wrapper .toolbarOpcoes label input[type=checkbox].checkbox+span:before{
    height: 17px;
    line-height: 14px;
    min-width: 17px;
}
b.tooltip.tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}
.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;
}
#inputData, #inputData2{
    width: 95%;
}
/*=========Fim CheckBox===========*/
/*========pagina logmaquina=======*/
#tabela_logMaq{
    font-size: 13px;
}
/*=========pagina producao=======*/
.linhaDivConteudo{
    margin-top: 0px;
    margin-bottom: 15px;
    border-top: 1px solid #B3B3B3;
}
.listaDeEstacoesAnalise{
    list-style: none;
}
.listaDeEstacoesAnalise .output_estacao{
    margin: 5px 0px 3px 0px;
    color: white;
    padding: 0px 9px;
    background-color: #A0BECF;
}
.listaDeEstacoesAnalise .output_total{
    color: black;
}
.listaDeEstacoesAnalise .output_diferenca{
    color: #a20000;
}
.listaDeEstacoesAnalise .output_realizado{
    color: royalblue;
}
.listaDeEstacoesAnalise li::first-line{
    border-left: solid 1px #B3B3B3 !important;
}
.listaDeEstacoesAnalise li{
    margin: 0px 0px 25px 0px;
    border: solid 1px #d6d6d6;
    text-align: center;
    padding: 0px 5px;
    float: left;
}
.listaDeEstacoesAnalise li label{
    margin-bottom: 0px;
}
.divisor_estacao{
    width: 40px;
    margin: 0px;
    border-top: 1px solid #E2E2E2;
}
.legendInfo{
    padding: 0px;
}
.legendInfo li{
    list-style: none;
    float: left;
    padding: 0px 5px 5px 0px;
}
.legendInfo .boxColor{
    width: 17px;
    height: 17px;
    float: left;
    margin: 2px 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.box-totalInicio{
    background-color: black;
}
.box-diferenca{
    background-color: #a20000;
}
.box-totalRealizado{
    background-color: royalblue;
}
/*================================*/
/*=========pagina inversoes=======*/
#tabelaInversoes .danger{
    background-color: #EC6565;
    color: white;
}
#tabelaInversoes .success{
    background-color: #A8E6A3;
}
#tabelaInversoes tbody th{
    text-align: center;
}
/*================================*/

/* pag maq_address */
.divMenuEnderecos .select-maquinas{
    height: 30px;
    margin-bottom: 5px;
}

.divColor{
    width: 50px;
    margin-left: calc(50% - 25px);
    height: 20px;
}
table.dataTable.no-footer {
    border-bottom: none;
}
.toolbarCombo #comboMotivos{
    float:right !important;
    padding-right:5px;
}
.tempo-minimo-ciclo-label{
    float: right;
    font-size: 12px;
    padding: 0px 5px;
    margin: 0px;
    font-weight: normal;
}

.alerta-maquina {
    float: left;
    font-size: 15px;
    margin: 0px 0px 0px 10px;
    font-weight: normal;
    color: #ff4242;
    display: none;
}

.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fff5c3;
}

.spinner-loading-page {
    top: 50%;
    position: fixed;
    margin-top: -1%;
    font-size: 30px;
    color: #a6a6a6;
    margin-left: -15px;
}

.label-input-flutuante {
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: -5px;
    left: 5px;
    background-color: white;
    padding: 0px 5px;
    line-height: 15px;
    border-radius: 5px;
}

@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;
    }
    .box-graficoPerdas {
        font-size: 5px;
    }
    .contentGraficosPerdas .panel-body {
        padding: 4px;
    }
}
@media only screen and (max-width: 1080px) {
    .ListaMaquinasContent {
        flex-direction: column;
        align-items: center;
    }
    .boxMaquinaAberta {
        height: 500px;
    }
    .mostrarUmaMaquina {
        width: 100%!important;
    }
    #container-right { 
        width:100%;
    }
}
@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){
    .no-padding-xs{
        padding: 0px;
    }
    #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 (max-width:760px) {
    #container-right {
        width: 100%;
        height: 80%;
    }
}
@media only screen and (max-width : 500px){
    #tabela_estacoes .botaoOkEstacao, #tabela_estacoes .noselect {
        padding: 3px 5px;
    }
    #tabela_estacoes .input-custon {
        margin: 2px;
    }
    #listaDeMaquinasNovo{
        width: 100%;
    }
    #listaDeMaquinasNovo > div {
        margin: 0 0 15px 0;
    }
    .svg-maquina {
        width:auto;
        height:auto;
    }
    .boxMaquinaAberta {
        height: 400px;
    }
    .svg-g {
        /* transform: translate(50%, 50%) scale(0.7); */
    }
    .svg-g-aberto {
        /* transform: translate(50%, 45%) scale(0.7)!important; */
    }
}
@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;
    }
}
