
.table {
    font-size: 9px !important;
    font-family: "gothamBook";
    text-transform: uppercase;
}

.sin-b {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sin-t {
    margin-top: 0px;
}

.center {
    text-align: center;
}

.izquierda {
    text-align: left;
}

.gricesito {
    background-color: #F2F2F2;
}

.grey {
    color: grey;
    font-weight: bold;
    font-size: 25px;
}

.green {
    color: green;
    font-weight: bold;
    font-size: 25px;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 25px;
}

.doradito {
    background-color: #d4b889;
}

.derechaabajo {
    text-align: right;
}

.objectfit img {
    width: 250px;
    height: 180px;
    object-fit: none;
}

.fondoblanco {
    background-color: white;
}

.nada {
    margin: 0px;
    top: 0px;
}

.myborder {
    border: 1px solid black;
    border-collapse: collapse;
}

.borderdown {
    border-bottom: 0.5px solid black;
    border-collapse: collapse;
}

.tdDiv2{
    position: relative;
    left:1%;
    width: 99%;
}
.tdDiv5{
    position: relative;
    left:5%;
    width: 95%;
}
.tdDiv9{
    position: relative;
    left:10%;
    width: 90%;
}

.myleftborder {
    border-left: 1px solid black;
    border-collapse: collapse;
}

.myrightborder {
    border-right: 1px solid black;
    border-collapse: collapse;
}

.titleblack {
    font-size: 20px;
    font-weight: bold;
}

.littlepadding tr td {
    padding-left: 3px;
    padding-right: 3px;
}

.littlefontsize tr td p {
    font-size: 9px;
}

.justify {
    vertical-align: top !important;
}

.page {
    page-break-after: always;
}

.page:last-of-type {
    page-break-after: auto
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}

tr {
    page-break-inside: avoid;
}

@page {
    margin: 200px 15px 40px 50px;
}

.table-bordered
th {
    border-bottom: 1px solid #000000;
    padding: 3px;
}

.table td,
th {
    padding: 2px;
}

.table-bordered {
    border-collapse: collapse;
    border-spacing: 100px 50px;
}

.table-bordered-detail
th {
    border-bottom: 1px solid #000000;
    padding: 3px;
    border: 2px solid gray;
}
.table-bordered-detail
th {
    border-collapse: collapse;
    border-spacing: 100px 50px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 9.5px;
    page-break-after: avoid;
    page-break-before: avoid;
    text-transform: uppercase;
}

.try-center {
    width: 100%;
    align-items: center;
    align: center;
    justify-content: center;
}

.mini-table {
    margin-left: auto;
    margin-right: auto;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 50%;
    font-size: 9.5px;
    page-break-after: avoid;
    page-break-before: avoid;
    display: inline-table;
    align-self: center;
    place-self: center;
}

p.nada {
    font-size: 9px;
}

.page-break {
    page-break-after: avoid;
}

.page-break:last-child {
    page-break-after: avoid;
}

tr {
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}

tr {
    page-break-inside: avoid;
}

.page-no-break {
    page-break-inside: avoid;
}

.mytableround tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.mytableround tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.mytableround tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

.mytableround tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

.mytableround {
    border-collapse: separate;
    border-spacing: 0px !important;
}

.column_border {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-collapse: collapse;
}

.gricesito-border {
    border: 2px solid gray;
    border-radius: 5px;
    padding: 13px;
}

.field-data {
    border-bottom: 1px solid black;
    display: block;
    /* width: 87%; */
    padding-left: 10px;
    padding-right: 10px;
}

.sign {
    border-top: 1px solid black;
    display: block;
    /* width: 87%; */
    padding-left: 10px;
    padding-right: 10px;
}

.amount-prepend {
    background: gray;
    border-radius: 5px 0px 0px 5px;
    /* padding: 6px;
    padding-right: 12px; */
    color: white;
    padding: 6px;
    font-weight: 600;
}

.amount {
    border: 1px solid gray;
    border-radius: 0px 5px 5px 0px;
    font-weight: 400;
    padding: 6px;
}

.make-flex {
    display: flex;
    display: -webkit-box;
    /* required to make the flex work properly */
    /* display: -moz-box;    */
    /* display: -ms-flexbox; */
    /* display: -webkit-flex; */
}

.try {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.relleno {
    height: 40px;
}

.border-bottom{
    border-bottom: 1px solid black;
}
.see-detail{
    font-size: 6px !important;
}
.invertido{
    background-color: black;
    color:white
}


.first_level{
    padding-left: 15px !important;
    text-align: left !important;
}
.second_level{
    padding-left: 30px !important;
    text-align: left !important;
}
.third_level{
    padding-left: 45px !important;
    text-align: left !important;
}
.fourth_level{
    padding-left: 60px !important;
    text-align: left !important;
}
