﻿.logo-contratos {
    margin: 40px;
}

.logo-contratos-detalhes {
    margin: 13px;
}

.w-15 {
    width: 15%;
}

.w-33 {
    width: 33%;
}

.box-filtro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 2px solid #ACACAC;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px;
}

.conteudo-filtro {
    position: absolute;
    width: calc(100% + 4px);
    z-index: 2;
    top: 50px;
    background: #FFFFFF;
    border-left: 2px solid #ACACAC;
    border-right: 2px solid #ACACAC;
    border-bottom: 2px solid #ACACAC;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25);
}

.divisor {
    border-top: 1px solid #EFEFEF;
}

.rounded-top-left {
    border-radius: 5px 0 0 0;
}

.rounded-top-right {
    border-radius: 0 5px 0 0;
}

.table {
    margin: 0px auto;
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

    .table td, .table th {
        vertical-align: middle !important;
        padding: 10px !important;
    }

    .table thead th {
        background: #FFF;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        color: #565656;
        vertical-align: middle;
    }

    .table tbody {
       /* display: block;*/
      /*  height: calc(100vh - 410px);*/
      /*  overflow: auto;*/
    }

thead, tbody tr {
  /*  display: table;*/
    width: 100%;
    table-layout: fixed;
}

thead {
    width: calc( 100% - 10px)
}

    thead tr {
        position: sticky;
        top: 0;
    }


.table tbody tr {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    color: #565656;
    vertical-align: middle !important;
}

.table tbody {
    background: #FFF
}

.table-striped tbody tr:nth-child(even) {
    background: #FFF
}

.table-striped tbody tr:nth-child(odd) {
    background: #F9F9F9;
    border: 2px solid #D7D7D7;
}

.modal-full-detalhes {
    min-height: 100vh;
    min-width: 98%;
}

    .modal-full-detalhes .modal-content {
        background: #f5f5f5;
    }

.txt-nm-contratada {
    font-weight: 700;
    font-size: 18px;
    align-items: flex-end;
    color: #02A6AB;
}

#detalhesContrato {
    height: 100vh;
}

.dadosContrato {
    color: #565656;
}


#clienteNaoEncontrado .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: .25rem;
}

    #clienteNaoEncontrado .card .card-header {
        background-color: #fff;
        border-bottom: none;
    }

.btnGestaoFiscais:hover {
    color: white;
}

.w-detalhes{
    width: 110px;
    min-width: 100px;
}
