@import url('../css/icones_sia_estoque.css');

.aguardandoAprovacao {
    background-color: #ffd70073 !important;
    color: black;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.aprovado {
    background-color: #00ff7f73;
    color: black;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.naoAprovado {
    background-color: #DC143C;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.emAndamento {
    background-color: #039ccfbf;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}

.naoEntregue {
    background-color: #0000ff94 !important;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.entregueParcial {
    background-color: green;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.entregueTotal {
    background-color: black;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.entregue {
    background-color: black;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.entregueParcialCancelada {
    background-color: #FF8000;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.cancelada {
    background-color: #ed010185;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.entregueParcialConferencia {
    background-color: gray;
    color: white;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}
.entregueTotalConferencia {
    background-color: lightgreen;
    color: black;
    padding: 2px;
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    justify-content: space-around;
}

.imobilizado {
    color: #000080;
}

.offsetPanel {
    margin-left: 15px;
}

.toggler > div{
    width: 35px !important;
}

.fontNormal {
    font-weight: normal
}

.fontBold {
    font-weight: bold;
}

.paddingLeft {
    padding-left: 0px;
}
.linhaCancelada{
    color: #DC143C !important;
    font-weight: bold;
}
.btnOutline{
    border: 1px solid !important;
    border-radius: .25rem !important;
    border-color: white !important;
}
.inputTextAreaMaxHeight {
    max-height: 100px;
}

.inputTextAreaMaxHeight {
    max-height: 100px;
}

.btn-step .ui-icon.fa {
    font-size: 30px !important;
    width: 40px !important;
    left: 14px !important;
    top: 19px !important;
}
.btn-step {
    width: 60px !important;
    height: 60px !important;
}
.menu-step:before {
    top: 143px !important;
}

.titulo-panel {
    font-weight: bold;
    font-size: 16px;
    padding-top: 2px;
}

.no-background.ui-datagrid .ui-datagrid-content {
    background: none !important;
}

@media (max-width: 600px){
    .layout-content .div-btn .output-step {
        display: contents !important;
    }

    .btn-confirmar {
		margin-bottom: 5px !important;
	}
}

@media (max-width: 425px){
    .layout-content .div-btn:first-child {
        padding-left: 0px !important;
    }
    .btn-step {
        width: 64px !important;
        height: 64px !important;
    }
    .btn-step .ui-icon.fa {
        font-size: 29px;
        width: 30px;
        left: 23px;
        top: 21px;
    }
    .menu-step:before {
        top: 159px !important;
    }
}

@media (max-width: 375px){
    .layout-content .div-btn:first-child {
        padding-left: 0 !important;
    }
    .btn-step {
        width: 59px !important;
        height: 59px !important;
    }
    .btn-step .ui-icon.fa {
        font-size: 29px;
        width: 30px;
        left: 20px;
        top: 20px;
    }
    .menu-step:before {
        top: 158px !important;
    }
}
.btnStartStop{
    border-radius: 50% !important;
    width: 120px !important;
    height: 120px;
}

.btnStartStop .fa-size{
    font-size:  60px !important;
    width: 50px !important;
    top: 36px !important;
    left: 44px !important;
}

.alturaDialog{
    height: 90% !important;
    width: 86% !important;
    @media(max-width:: 768px) {
      left: 100px !important;
    }
}
}
.alturaDialogMensagem{
    width: 90% !important;
}
body .ui-tabs .ui-tabs-panel {
    padding: 6px 0px !important;
}

@media(min-width: 640px){
    .btnEnviarEmail{
        width: 110px !important;
    }
}

.btn-acoes-custom {
    width:180px!important;
    height:40px!important;
    font-size: 18px !important;
}

.table-footer {
    font-size: 22px;
    padding: 4px;
}
