

.colapse-pesquisa{
    margin-top: 1%
}

.tabela-apresentacao{
    margin-top: 1%;
}

.table-overflow {
    max-height:400px;
    overflow-y:auto;
}

.botao-pesquisa{  
    width: 100%;
}

.label-pesquisa{
    color: #fff;
}

.input-campo-pesquisa{
    width: 30%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-left: .25rem;
}

.campo-pequisa-btn{
    border: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.campo-checkbox{
    padding-left: 2.5rem;
}

.input-campo-pesquisa.is-invalid{
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
}

.titulo-tela {
    padding: 15px;
}

.col-6 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
}

.cod-control {
    text-align: center;
}

.table-control {
    font-size: 0.87em !important;
}

.thead-dark tr th {
    padding-left: 4px;
}

.btn-group div {
    transform: translate3d(-103px, 0px, 0px);
}

.dropdown-menu {
    min-width: 6.4em !important;
    padding: 0px !important;
}

.container {
    background-color: #ffffff !important;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 2;
}

.sticky+.table-responsive {
    padding-top: 102px;
}

div#collapse-pesquisa {
    padding: 10px !important;
}

.desc-control {
    width: 100%;
    padding-left: 4px;
}

.col-xs-12 img {
    margin: 0 auto;
    padding: 50px;
    max-width: 100%;
}

.col-xs-4 {
    padding: 20px;
}

.bg-blue {
    background-color: #006cb5;
}

@media only screen and (max-width: 360px) {
    .col-xs-4 {
        padding: 10px;
    }
}

.nfe-list-control {
    transform: translate3d(-201px, 0px, 0px) !important;
    min-width: 12.5em !important;
    padding: 0px !important;
}

.cor-icone{
    color : #006cb5 !important; 
}

.card-footer-nfe {
    background-color: #e9ecef;
}

.card-header-nfe {
  /*  margin-top: 3.5em;*/
    background-color: #e9ecef;
    margin-top: 1.7em;
}

.card-body-nfe {
    padding-top: 8.5em;
    padding-bottom : 8em;
}

.dropdown-list-control {
    background-color: #4091c8;
}

.dropdown-list-control .dropdown-item {
    color: #c0e6ff;
}

@media only screen and (max-width: 367px) {
    .fa-2x {
        font-size: 1.95em !important;
    }
}

@media only screen and (max-width: 360px) {
    .fa-2x {
        font-size: 1.9em !important;
    }
}

@media only screen and (max-width: 357px) {
    .fa-2x {
        font-size: 1.8em !important;
    }
}

@media only screen and (max-width: 347px) {
    .fa-2x {
        font-size: 1.7em !important;
    }
}

@media only screen and (max-width: 337px) {
    .fa-2x {
        font-size: 1.6em !important;
    }
}

@media only screen and (max-width: 327px) {
    .fa-2x {
        font-size: 1.5em !important;
    }
}

@media only screen and (max-width: 317px) {
    .fa-2x {
        font-size: 1.3em !important;
    }
}

.fixed-top{
    position: absolute;
}

.nfe-cancelada{
    background-color: #fb060699;
}

.nfe-autorizada {
    background-color: #7559f799;
}