.comboEstacao {
    padding: 3px 0px 7px 3px;
    font-size: 1.1em;
    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;
    height:36px;
/*
    max-width: 120px;
    min-width: 90px;
*/
    outline: none;
}
.labelDaCor{
    margin-top: 6px;
    text-align: right;
    padding: 0px;
}
.comboCor{
    width: 195px;
    font-size: 13px;
    margin: 0px 5px 0px 41px;
    height: 32px;
    padding: 2px 0px 0px 0px;
}

.comboMotivo, .comboOrigem{
    width: 98%;
    font-size: 13px;
    margin: 0px 2px;
    height: 32px;
    padding: 2px 0px 0px 0px;
}
.comboMaquina{
    width: 41px;
    font-size: 13px;
    margin: 0px;
    height: 32px;
    padding: 2px 0px 0px 0px;
}

#btnInterrompePrograma{
    height: 40px;
    font-weight: bolder;
    margin: 30px 0px 0px 0px;
    outline: none;
    font-size: 14px;
}
#inputIdRemessa{
    float: left;
}
#boxCor{
    width: 90px;
    height: 32px;
    margin-left: 43px;
    display: inline;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid darkgray;
}
#labelQtMatriz{
    display: inline;
    font-size: 15px;
    margin: 5px 10px 0 0;
}
#btn-ajuste, #btn-programar, #btn-bloquear-liberar{
    font-weight: bolder;
    margin-left: 25px;
}


.caixaEstacoes{
    position: absolute;
    top: 60px;
    left: 200px;
}
.caixaRemessa, .caixaProgramado{
    float:left;
    margin: 10px 10px 0px 0px;
    padding: 5px;
    width: 340px;
    height: 158px;
    border:solid 1px #d1d1d1;
    border-radius: 6px;
}
.inputTamanho{
    width: 75px;
    float: right;
    margin-right: 10px;
    padding-left: 2px;
}
#inputMaterial{
    text-align: left;
}
.inputC{
    width: 90px;
    height: 32px;
    margin: 1px 0;
    display: inline;
    padding-left: 4px;
    padding-right: 4px;
}
.form-input {
    text-align: right;
    display: inline;
    width: 90px;
    height: 32px;
    margin: 1px 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-grupo{
    height: 30px;
    margin:10px 0px 10px 0px;
}
.top{
    margin-top: 17px;
}
.densidaMoldada, .dadosClp, .campoFiltrar{
    position: relative;
    float: left;
    width: 340px;
    margin: 10px 10px 0px 0px;
    border: solid 1px #d1d1d1;
    border-radius: 6px;
    padding: 5px 2px 5px 5px;
}
.densidaMoldada, .dadosClp{
    height: auto;
}
.ajustDrop2{
    position: absolute;
    right: 0px;
    padding: 5px;
}
.material{
    float:left;
    width: 18%;
    margin: 10px 3px 0 2px;
}
.posNum{
    float: left;
    margin: 10px 5px 0 0;
}
.posNum2{
    float: left;
    margin: 10px 5px 0 10px;
}
.divInfo{
    width: auto;
    max-width: 700px;
    float: left;
}
.alinharRight{
    text-align: right;
}
.alinharLeft{
    text-align: left;
}
.padraoNum{
    margin: 0px 50px 0px 25px;
    font-style: normal;
    font-size: 12px;
}
.item-Edit{
    padding: 2px 0px 2px 0px;
    border:none;
}
.group-Edit{
    border:none;
    box-shadow: none;
    margin-bottom: 3px;
}
.ajustLabel{
    width: 130px;
}
.ajustLabel2{
    width: 110px;
}
.labelRemessa{
    width: 69px;
}
legend{
    margin-bottom: 3px;
}
.metade{
    float: right;
    text-align: left;
}
.tabelaRemessa{
    width: 44%;
    float: left;
    margin: 10px 10px 0px 0px;
    border: solid 1px #d1d1d1;
    border-radius: 6px;
    padding: 5px 2px 5px 5px;
}
.remessa{
    font-size: 12px;
    margin: 3px 5px;
}
.campoFiltrar{
    height: 496px;
    width: 44%;
    overflow: auto;
}
.pesquisado {
    padding: 3px 0px;
    word-wrap: break-word;
    cursor: pointer;
    width: 100px;
    height: 100px;
    border: solid 1px #d6d6d6;
    float: left;
    margin: 0px 10px 15px 0px;
    text-align: center;
    border-radius: 4px;
}
.pesquisado.finalizado {
    background-color: #DADADA;
}
.pesquisado.programado {
    background-color: #93d8a0 !important;
}
.pesquisado.agendado {
    background-color: #e5de87;
}
.pesquisado.pendente {
    background-color: #ffffff;
}
.pesquisado.selecionado {
     background-color: #93c8d8 !important;
}
.pesquisado:hover {
      background-color: #93c8d8;
}
#inputDeReferencia{
    width: 80px;
}
#inputTamanho{
    width: 25px;
}
#inputNumeroInjecao{
    width: 45px;
}
.ajustMatriz{
    width: 68px;
}
.referenciaP2{
    margin: 0px 3px 0px 3px;
    font-size: 13px;
}
.referenciaP{
    font-size: 13px;
}
.tamanhoP{
    font-weight: bold;
    color: #969696;
    font-size: 23px;
    height: 30px;
    float: left;
    width: 100%;
}
.quantidadeP{
    color: #888888;
    float: left;
    width: 100%;
}
.tamanhoP2{
    font-weight: bold;
    color: #969696;
    font-size: 21px;
}
.quantidadeP2{
    color: #888888;
}
.descEsc{
    width: 75%;
    float: left;
    padding-left: 7px;
    padding-top: 7px;
}
.descDir{
    width: 25%;
    float: left;
    line-height: 13px;
    height: 79px;
    overflow: overlay;
    padding-top: 11px;
    padding-right: 0px;
}
.descDir::-webkit-scrollbar-track {
    background-color: rgba(244, 244, 244, 0.78);
}
.descDir::-webkit-scrollbar {
    width: 3px;
    background: rgba(244, 244, 244, 0.78);
}
.descDir:hover::-webkit-scrollbar {
    width: 7px;
    background: rgba(244, 244, 244, 0.4);
}
.descDir::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.36);
}
.spanLocMatriz{
    font-size: 11px;
}
#spanTitLocMatriz{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid darkgray;
    width: 100%;
    float: left;
}
.spanEstacao{
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 0;
    margin: 2px 0px;
    background-color: snow;
    border-radius: 4px 0px 0px 4px;
    border-right: solid 1px #D6D6D6;
}
.spanQtd{
    width: 50%;
    float: left;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.posBotao2 {
    cursor: pointer;
    float: right;
    padding: 10px;
    font-size: 20px;
    margin-bottom: -20px;
    top: -10px;
    left: 5px;
}
.estacaoLabelSobra{
    float: right;
    text-align: right;
    display: inline;
    height: 32px;
    margin: 1px 0;
    padding-left: 4px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 1.42857143;
}
#inputSobra{
    margin-right: 0px;
    font-weight: normal;
}
/*============Grafico===============*/
#divGraficoEstacao{
    height: 120px;
    float: left;
    width: 95px;
    margin:0px 0px 0px 5px;
}
#divGraficoEstacao .arc{
    stroke-weight: 0.1;
    fill: #f0a417;
}
#divGraficoEstacao .arc2 {
    fill: transparent;
}
.selectedRadial {
    border-radius: 3px;
    background: #f4f4f4;
    color: #000;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    border: 1px solid rgba(200,200,200,0.85);
}
.radial {
    border-radius: 3px;
    background: #FFFFFF;
    color: #000;
}
.background {
    fill: #FFFFFF;
    fill-opacity: 0.01;
}
.component {
    fill: #e1e1e1;
}
.component .label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
    fill: #b5b5b5;
}
.arc {
    stroke-weight:0.1;
    fill: #4e8fff;
}
.arc2 {
    stroke-weight:0.1;
    fill: #3660b0;
}
.label {
    font-family:  Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
}
.radial-svg {
    display: block;
    margin: 0 auto;
}
.btn-manual{
    margin: 0px 8px;
}
.checkboxEdit{
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 5px;
    width: 80px;
    float: right;
}
/*=========AGENDAMENTO==========*/
.pesquisado-agendado {
    position: relative;
    width: 115px;
    height: 115px;
    border:solid 1px #d6d6d6;
    float:left;
    margin: 0px 15px 17px 3px;
    text-align: center;
    border-radius: 4px;
    font-size: 23px;
    line-height: 35px;
}
.tamanhoP-agendado{
    font-size: 23px;
}
.aviso{
    background-color: rgba(255, 233, 0, 0.49);
    color: black;
}
.alerta{
    background-color: rgba(255, 0, 0, 1);
    color: white;
}
.alerta .tamanhoAjust{
    color: white;
}
.excluirAgendado{
    position: absolute;
    font-size: 20px;
    width: 25px;
    height: 25px;
    right: 0;
    cursor: pointer;
}
.estacaoAjust{
    position: absolute;
    margin: 0px 5px 0px 0px;
    font-size: 22px;
    width: 33px;
    background-color: silver;
    color: white;
    border-radius: 2px 0px 10px 0px;
}
.saldoAjust{
    font-size: 18px;
    color: #A9A9A9;
    line-height: 23px;
}
.tamanhoAjust{
    line-height: 35px;
    color: maroon;
}
.matrizAjust{
    font-weight: bold;
}
.previsaoAjust{
    font-size: 11px;
    color: #8e8e8e;
    margin: 3px 4px 3px 59px;
    position: absolute;
}
.remessaAjust {
    font-size: 12px;
    color: #A9A9A9;
    margin-top: 3px;
    width: 100%;
    padding: 0px;
    line-height: 14px;
}
.densidaMoldada li.list-group-item.alinharRight.item-Edit {
    height: 15px;
    padding: 0px;
    line-height: 0.7;
}
.btn-dar-prioridade{
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 3px 4px 4px 4px;
    position: absolute;
    left: 0px;
    background-color: #fff;
}
.divisorAgendamento{
    clear: both;
    width: 100%;
    border-top: 1px solid #E7E7E7;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*=======maquina parada==========*/
#divMaquinaParada .smart-form *{
    box-sizing: border-box;
}
#selectIdentificacao{
    text-align: left;
}
@media only screen and (min-width : 768px){
    .centerComboMotivo{
        margin-left: -25%;
        left: 50%;
    }
}
@media only screen and (max-width : 1360px){
    .tabelaRemessa{
        width: 40%;
    }
    .campoFiltrar{
        width: 40%;
    }
}
@media only screen and (max-width : 1220px) and (min-width : 1024px){
    .ajustarFiltros{
        width: 100%;
    }
}
@media only screen and (max-width : 1215px){
    .tabelaRemessa{
        width: 30%;
    }
    .campoFiltrar{
        height: 382px;
        width: 30%;
    }

}
@media only screen and (max-width : 1100px){
    .tabelaRemessa{
        width: 26%;
    }
    .campoFiltrar{
        height: 382px;
        width: 26%;
    }
}
@media only screen and (max-width : 1024px){
    .tabelaRemessa{
        width: 100%;
    }
    .ajustarFiltros {
        width: 50%;
    }
    .campoFiltrar{
        width: 100%;
        height: 382px;
    }
}
@media only screen and (max-width : 1020px){
    .tabelaRemessa, .campoFiltrar{
        width: 100%;
    }
}
@media only screen and (max-width : 833px){
    .caixaEstacoes{
        margin-left: 8%;
        position: inherit;
    }
}
@media only screen and (max-width : 578px){
    .ajustarFiltros{
        width: 100%;
    }
}
@media only screen and (max-width : 479px){
    .pesquisado {
        margin: 0px 7px 15px 0px;
    }
}
@media only screen and (max-width : 414px){
    .caixaRemessa, .caixaProgramado, .densidaMoldada, .dadosClp, .campoFiltrar, .tabelaRemessa{
        width: 300px;
        margin-bottom: 7px;
    }
    .divInfo{
        width: inherit;
        margin-left: 0px;
    }
    .tabelaRemessa, .campoFiltrar{
        margin-left: 8%;
    }
    .form-input{
        width: 70px;
    }
    #selectIdentificacao{
        width: 65px;
    }
    #inputDeReferencia {
        width: 67px;
    }
    #inputNumeroInjecao {
        width: 40px;
    }
    .padraoNum {
        margin: 0px 40px 0px 25px;
    }
    #divGraficoEstacao{
        width: 90px;
    }
    .caixaEstacoes{
        margin-left: 0px;
        text-align: center;
        position: inherit;
        font-size: 13px;
    }
    .comboCor{
        width: 153px;
    }
    /* .comboMotivo, .comboOrigem{
        width: 115px;
    } */
    /* .comboMaquina{
        width: 71px;
    } */
    #btn-ajuste, #btn-programar, #btn-bloquear-liberar {
        margin-top: 4px;
    }
    #btn-programar {
        margin-left: 8px;
    }
}
@media only screen and (max-width : 320px){
    .divInfo, .tabelaRemessa, .campoFiltrar, .caixaEstacoes{
        margin-left: 0px;
    }
    .pesquisado {
        width: 90px;
        height:  90px;
    }
    .pesquisado-agendado {
        width: 110px;
        height: 110px;
        margin: 0px 7px 17px 7px;
    }
}
