﻿#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper {
    position: relative;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6:nth-child(2) {
    position: absolute;
    padding: 0;
    right: 0;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6 .dataTables_length {
    width: 277px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6 .dataTables_length select {
    margin: 0 14px 0 0;
    width: 90px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6 #tbTodosContratos_filter {
    width: 344px;
    float: right;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6 #tbTodosContratos_filter #tbTodosContratos_btnSearch {
    margin: 0 0 0 10px;
    width: 50px;
    height: 35px;
    border-radius: 4px;
    border: 0;
    background-color: #d62d26;
    cursor: pointer;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6 #tbTodosContratos_filter #tbTodosContratos_btnSearch:hover {
    background-color: #c32b24;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .col-sm-6 #tbTodosContratos_filter #tbTodosContratos_btnSearch i {
    font-size: 17px;
    color: #fff;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child {
    width: 100%;
    display: block;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-5 {
    float: left;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 {
    width: 368px;
    max-width: min-content;
    float: right;
    padding: 0;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li:first-child a {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li:last-child a {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li.previous,
#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li.next {
    line-height: 27px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li.active a {
    background-color: #c32b24;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li a {
    display: block;
    text-align: center;
    background-color: #d62d26;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    margin: 0 2px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos_wrapper .row:last-child .col-sm-7 #tbTodosContratos_paginate .pagination li a:hover {
    background-color: #c32b24;
    text-decoration: none;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr,
#pagina-registro-fechamento-pedido #tbTodosContratos tbody tr {
    display: grid;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr {
    grid-template-columns: 40px 140px 90px 125px 145px 80px 105px 66px 82px 80px 80px 80px 80px 40px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr th {
    padding: 10px 10px 10px 10px !important;
    width: auto !important;
    font-size: 11px;
    font-weight: 400;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    border-right: 1px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr th:after {
    top: 50%;
    margin-top: -6px;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr th:first-child {
    padding: 0 !important;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr th:first-child:after {
    content: none;
}

#pagina-registro-fechamento-pedido #tbTodosContratos thead tr th:last-child {
    padding: 0 !important;
}

#pagina-registro-fechamento-pedido #tbTodosContratos tbody tr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    grid-template-columns: 39px 140px 90px 125px 145px 80px 105px 66px 82px 80px 80px 80px 80px 39px;
    border-bottom: 1px solid #ccc;
}

#pagina-registro-fechamento-pedido #tbTodosContratos tbody tr td {
    border-left: 1px solid #ccc;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    font-size: 12px;
    word-break: break-all;
}

#pagina-registro-fechamento-pedido #tbTodosContratos tbody tr td:first-child {
    border-left: 0;
}