﻿.container-tabela .align-filter {
    width: 9.4rem;
}

.list-group-item-ocorrencia:nth-child(even) {
    background-color: #f1f1f1 !important;
}

.form-label .btn, .form-label.btn {
    padding: 0px;
    height: 22px;
    width: 22px; 
}

.btn.btn-warning {
    background: #ffab2d;
    color: #FFF;
}

.btn.btn-warning:hover {
    background: #ffc107;
    color: #FFF;
}

.modal-body {
    max-height: 600px;
}

.swal2-container {
    z-index: 999999;
}

.typeahead > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.typeahead > li > a:hover,
.typeahead > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.naoSelecionavel {
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
}

.fixarTela {
    height: 100%;
    overflow: auto;
    overflow-x:hidden;            
}

.fixarTela::-webkit-scrollbar {
    width: 1em;
    left: 10px;
}

.fixarTela::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.fixarTela::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.bottom_info {
    position: absolute;
    font-size: 9px;
    margin-top: 16px;
    line-height: 10px;
    color: #FFF;
}

.bottom_info b {
    background-color: #616161;
    padding: 0px 5px 0px 5px;
    margin-left: 2px;
}

.vencendo {
    color: #5782ff;
    font-weight: bold;
}

.resultados-apurados thead .resultado-principal {
    background: #707070;
    color: #fff;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
.resultados-apurados thead .resultado-principal:nth-child(1) {
    text-align: left;
    width: 115px;
    border-radius: 5px 0 0 0;
}
.resultados-apurados thead .resultado-principal:nth-child(2) {
    text-align: left;
    width: 280px;
}
.resultados-apurados thead .resultado-principal:nth-child(3) {
    text-align: center;
    width: 45px;
}
.resultados-apurados thead .resultado-principal:nth-child(4) {
    text-align: right;
    width: 80px;
}

.resultados-apurados thead .box-forn-leilao {
    color: #fff;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background: #29abe2;
    min-width:239px; 
    max-width:239px;
    text-align: left;
    position: relative;
    float: none;
    font-size: 12px;
}

.resultados-apurados thead .box-forn-leilao i {
    color: #fff;
}

.resultados-apurados thead .box-forn-leilao .bottom_info {
    position: absolute;
    width: 239px; 
    margin-left: -4px;
    margin-top: 22px;            
}

.resultados-apurados tbody tr.item {
    border-bottom: 1px solid rgb(60 4 4 / 20%);
}

.resultados-apurados tbody .resultado-principal {
    text-align: left;
    padding: 5px;
    background: #f1f1f1;
    font-weight: bold;
    font-size: 12px;
    color: #707070;
    line-height: 22px;
}
.resultados-apurados tbody .resultado-principal:nth-child(1) {
    width: 115px;
    position: relative;
}
.resultados-apurados tbody .resultado-principal:nth-child(2) {
    width: 280px;
}
.resultados-apurados tbody .resultado-principal:nth-child(3) {
    text-align: center;
    width: 45px;
}
.resultados-apurados tbody .resultado-principal:nth-child(4) {
    text-align: right;
    width: 65px;
    position: relative;
}

.resultados-apurados tbody .resultado-principal.item-inativo{
    text-decoration: line-through;
    color: #545454;
}

.resultados-apurados tfoot .resultado-principal:nth-child(1) {
    border-radius: 0 0 0 5px;
}

.resultados-apurados tbody .resultado-tags {
    line-height: 0px;
    height: 0px;
    padding: 0px;
    z-index: 10;
    position: relative;
}

.resultados-apurados tbody .resultado-tags .bottom_info {
    margin-top: -9px;
}

.resultados-apurados tbody tbody td {
    vertical-align: middle;
    padding: 5px;
}

.resultados-apurados tbody .resultado-item-cotado, .resultados-apurados tbody .resultado-item-cotado abbr {
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.resultados-apurados tbody .resultado-item-cotado {
    border-right: 1px solid #f1f1f1; 
}

.resultados-apurados tbody .resultado-item-cotado abbr {
    margin-right: 2px;
}

.resultados-apurados tbody .ativo {
    background: #efff65;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.resultados-apurados tfoot th {
    background: #707070;
}

.resultados-apurados tfoot th.resultado-principal {
    color: #fff;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.resultados-apurados tfoot th table tr td {            
    padding: 2px;
    color: #fff;
    text-shadow: none;
}

.container-tabela .table-responsive .table tbody tr:last-child{
    td{border-bottom-style: hidden};
} 

.container-tabela .table-responsive .table tbody tr:nth-child(-n+9){
    border:rgba(229,229,229,1);
    td{border-bottom-style: solid};
    .dataTables_empty{border-bottom-style: hidden};
}


.resultados-apurados tfoot .resultado-principal:nth-child(2) {
    text-align: right;
}
.resultados-apurados tfoot .resultado-principal:nth-child(3) {
    text-align: center;
}
.resultados-apurados tfoot .resultado-principal:nth-child(4) {
    text-align: right;
}

.resultados-apurados .pecas-fornec {
    width: 100%;
    font-size: 11px;
}

.resultados-apurados .pecas-fornec tr td {
    font-weight: bold;
}

.resultados-apurados .pecas-fornec tr td:nth-child(1) {
    width: 10%;
    text-align: center;
    padding: 0px;
}

.resultados-apurados .pecas-fornec tr td:nth-child(1) .icomoon-image {
    background: #287ab8;
    color: #FFF;
    padding: 4px;
    border-radius: 4px;
}

.resultados-apurados .pecas-fornec tr td:nth-child(2) {
    width: 15%;
    text-align: right;
    padding-left: 0px;
}
.resultados-apurados .pecas-fornec tr td:nth-child(3) {
    width: 20%;
    text-align: right;
}
.resultados-apurados .pecas-fornec tr td:nth-child(4) {
    width: 28%;
    text-align: right;
}
.resultados-apurados .pecas-fornec tr td:nth-child(5) {
    width: 16%;
    text-align: right;
}
.resultados-apurados .pecas-fornec tr td:nth-child(6) {
    width: 10%;
    text-align: right;
    padding: 0px;
}

abbr {
    font-weight: bold;
    cursor: pointer;
}

.foto-Ampliada-options {
    padding: 5px;
    margin-left: -80px;
    position: absolute;
    visibility: visible;
    opacity: 0.75;
    left: 50%;
    bottom: 10px;
    z-index: 5;
    background: #000;
    border-radius: 5px;
    border: 1px solid white;
    width: 160px;
    height: 40px;
}

.fotosAmpliadas i:hover {
    color: white;
}

.datatable-search {
    max-lenght: 100;
} 