﻿:root {
    --responsiveTableColor: #228B22;
    --responsiveTableBorderColor: #EFEEED;
}
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 22px;
    border: 0;
    background-color: #fff;
}

@media only screen and (min-width: 865px) and (max-width: 1199px) {
    .responsive-table {
        font-size: 18px;
    }
}

@media (min-width: 865px) {
    .responsive-table {
        font-size: 25px;
       /* border: 1px solid var(--responsiveTableColor);*/
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 865px) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: var(--responsiveTableColor);
    border: 1px solid var(--responsiveTableColor);
    font-weight: normal;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 100;
    font-variant:small-caps;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
}

@media only screen and (max-width: 866px) {
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        white-space: normal;
    }
}

@media (min-width: 865px) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: 8px;
    vertical-align: middle;
}

@media only screen and (max-width: 866px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
    }
}

@media (min-width: 865px) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: 8px;
        font-size: 14px;
        border: 1px solid var(--responsiveTableBorderColor);
    }

    .responsive-table tfoot td {
        border: none;
    }

    .responsive-table th {
        text-align: center !important;
    }
}

/*@media (min-width: 1081px) and (max-width:1440px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 15px;
    }
}

@media (min-width: 1025px) and (max-width:1280px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
    }
}

@media (min-width: 865px) and (max-width:1024px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
    }
}*/

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 865px) {
    .responsive-table caption {
        font-size: 20px;
    }
}

.responsive-table tfoot {
    font-size: 25px;
    color: #fff;
    background-color: var(--responsiveTableColor);
    border: solid 1px var(--responsiveTableColor);
}

@media (min-width: 865px) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

tr.space {
    height: 30px;
    /*border: 1px solid var(--responsiveTableBorderColor) !important;
    border-left: none;
    border-right: none;*/
    border: 0 !important;
}

.responsive-table tbody tr {
    border: 1px solid var(--responsiveTableBorderColor);
    border-bottom: 0;
}

@media (min-width: 865px) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 0;
    }
}

/*@media (max-width: 866px) {
    .responsive-table tbody tr:last-of-type {
        border-bottom: 2px solid var(--responsiveTableBorderColor);
    }
}*/

@media (min-width: 865px) {
    .responsive-table tbody tr:nth-of-type(even) {
        /*background-color: var(--responsiveTableBorderColor);*/
    }
}

.responsive-table tbody th[scope="row"] {
    background-color: #1d96b2;
    color: white;
}

@media (min-width: 865px) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
    border-bottom: 1px solid var(--responsiveTableBorderColor);
    padding: 15px;
}

@media (min-width: 865px) {
    .responsive-table tbody td {
        text-align: left;
    }
}

.responsive-table tbody td[data-title]:before, .responsive-table tfoot td[data-title]:before {
    content: attr(data-title);
    float: left;
    /*color: var(--responsiveTableColor);*/
    color: var(--bs-gray-dark);    
    font-size: 23px;
    margin-top: -5px;
    font-weight: 100;
    font-variant: small-caps;
}
/*
.responsive-table tbody td[data-title].bold-white:before {
    color: #fff;
}

.responsive-table tfoot td[data-title]:before {
    color: #ffffff;
}*/

@media (min-width: 865px) {
    .responsive-table tbody td[data-title]:before, .responsive-table tfoot td[data-title]:before {
        content: none;
    }
}

.responsive-table td.button_table {
    width: 225px !important;
}

@media (max-width: 865px) {
    .responsive-table td.button_table {
        width: 100% !important;
    }
}


.responsive-table .button_table a {
    width: calc(100% - 10px) !important;
    margin: 10px 5px;
    min-width: 175px;
}

.currency, .percent {
    white-space: nowrap;
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

@media (max-width: 866px) {
    .responsive-table .text_center {
        text-align: right !important;
    }
}

.text_right {
    text-align: right !important;
}

.text_left {
    text-align: left !important;
}

.text_justify {
    text-align: justify !important;
}
