body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    margin-bottom: 36px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.card-detile-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 15px;
}

.credit-card-number label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-weight: 900;
}

.expiration-date-box label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-weight: 900;
}

.info {
    column-gap: 40px;
    display: flex;
    margin-top: 25px;
}

.dash-image {
    margin-top: 10px;
    display: inline-block;
}

.info-i {
    display: flex;
    column-gap: 25px;
}

.expiration-date-box {
    display: inline-block;
}

.credit-card-number {
    display: inline-block;
}

.report {
    font-family: 'Lato';
    margin-top: 30px;
    font-size: 12px;
}

.district-select-box .district-selection {
    width: 173px;
    height: 38px;
    position: relative;
}

.district-selection select {
    width: 100%;
    height: 100%;
    border: 1px solid #333333;
    height: 38px;
    width: 100%;
    border-radius: 2px;
    padding-left: 10px;
    appearance: none;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    background-image: url('../png/down-dropdown-arrow-b6838b8589d04637004968b6b0e45b72cc215693.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.district-selection ::before {
    content: "\f107";
}

.report-select-box .report-selection {
    width: 347px;
    height: 38px;
    position: relative;
}

.report-selection select {
    border: 1px solid #333333;
    height: 38px;
    width: 100%;
    border-radius: 2px;
    padding-left: 10px;
    appearance: none;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    background-image: url('../png/down-dropdown-arrow-b6838b8589d04637004968b6b0e45b72cc215693.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.report-selection i {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 99;
}

.report a {
    color: #035FC2;
}

.renewal .btn {
    height: 38px;
    width: 183px;
    font-size: 14px;
    border: none;
    background-color: #E8E8E8;
    border-radius: 3px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
    color: black;
    margin-left: 20px;
}

.btn i {
    position: relative;
    right: 10px;
}

.renewal {
    font-size: 28px;
    margin-top: 109px;
    margin-bottom: 31px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    border-collapse: separate !important;
}

.table-bordered {
    font-size: 16px;
    border: 1px solid #ffffff;
}

    .table-bordered > thead > tr > th {
        font-family: 'Gotham A','Gotham B' , 'Lato' !important;
        font-weight: bold;
        color: black;
        text-transform: none;
        background-color: #ffffff;
        padding: 15px 15px;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        top: 0px;
    }


    .table-bordered > tbody > tr > td {
        font-family: 'Lato';
        color: #333333;
        text-transform: none;
        background-color: #ffffff;
        padding: 15px 16px;
        vertical-align: central;
        font-weight: 500;
        border-bottom: 0.5px solid gray;
        height: 42px;
    }


.tableFixHead {
    overflow-y: scroll;
    height: auto;
    scrollbar-width: none !important;
}

    .tableFixHead::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    .tableFixHead thead tr {
        position: sticky;
        z-index: 2;
    }

.bottom {
    height: 50px;
    width: 1145px;
}

    .bottom .dataTables_paginate {
        margin-top: 5px;
    }

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.dataTables_paginate {
    display: inline;
    float: right;
}

.bottom .dataTables_info {
    margin-right: 15px;
    margin-top: 8px;
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

.dataTables_info {
    font: 400 16px "SourceSansPro-Regular",sans-serif;
}

.dataTables_info {
    display: inline;
}

.bottom .dataTables_length {
    float: right;
    padding-right: 50px;
    margin-top: 13px;
}

ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination {
    border-radius: 0;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.pagination .paginate_button.previous.disabled {
    display: none;
}

.pagination > li {
    display: inline;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.pagination .paginate_button.previous a {
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 15px;
}

.dataTables_wrapper .pagination .paginate_button a {
    background-color: #dcdcdc;
    color: #333;
    border-radius: 3px !important;
    width: 44px;
}

.dataTables_wrapper table.dataTable {
    border-bottom: 0;
    width: 100% !important;
}



.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    color: #0248C2;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

a {
    text-decoration: none;
}

a {
    background: transparent;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

.form-control {
    font-size: 16px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
    font-family: "Gotham A", "Gotham B", "Lato", "Arial", sans-serif;
    font-weight: 400;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

.dataTables_wrapper table.dataTable thead > tr th.sorting_asc::after {
    content: "";
}

table.dataTable thead .sorting_asc::after {
    content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: .5;
}



.dataTables_wrapper table.dataTable thead > tr th.sorting::after {
    content: "";
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    padding-top: 0.12em;
}

.dataTables_wrapper table.dataTable thead > tr th.sorting:after, .dataTables_wrapper table.dataTable thead > tr th.sorting_asc:after, .dataTables_wrapper table.dataTable thead > tr th.sorting_desc:after {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: FontAwesome;
    padding-left: -7px;
    left: 10px;
}

table.dataTable thead .sorting::after {
    opacity: 0.2;
    content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    opacity: .5;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.updateReport .mainhead h1 {
    padding-left: 28px;
    border-left: 6px solid var(--csptabs);
    margin-bottom: 60px;
}

.updateReport {
    background-color: transparent;
    padding-top: 35px;
}

.district-selection svg {
    position: absolute;
    bottom: 12px;
    right: 8px;
}

.report-selection svg {
    position: absolute;
    bottom: 12px;
    right: 8px;
}

.buttons-excel {
    display: none !important;
}

.warning-section {
    margin-top: 60px;
    font-size: 28px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
}

.education-btn {
    height: 38px;
    width: 216px;
    font-size: 14px;
    border: none;
    background-color: #E8E8E8;
    border-radius: 3px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
    display: flex;
    padding-top: 10px;
    padding-left: 15px;
    column-gap: 10px;
}

    .education-btn :hover, .education-btn :visited {
        color: #333333 !important;
    }

    .education-btn img {
        height: 18px;
    }

.button {
    display: flex;
    float: right;
}

@media only screen and (max-width:480px) {
    .desktop-view {
        display: none;
    }
}

.mobile-view {
    background: #fff;
    margin-bottom: 36px;
    margin-left: 30px;
    margin-top: 50px;
    margin-right: 30px;
}

.mobile-table {
    margin-left: 18px;
}


@media only screen and (min-width:481px) {
    .mobile-view {
        display: none;
    }

    .mobile-table {
        display: none;
    }
}

.awrd-tooltip {
    position: sticky;
    display: inline-block;
    background-image: linear-gradient(to right, #035FC2 10%, rgba(255, 255, 255, 0) 40%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    padding-bottom: 3px;
}

    .awrd-tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #ffffff;
        color: #181717;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-left: -60px;
        box-shadow: 1px 1px #e4e0e0;
        left: -80px;
    }

    .awrd-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .awrd-tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

.education-award-file {
    color: black !important;
}

.districtreports {
    padding: 0;
}

    .districtreports.sticky {
        position: fixed;
        top: 98px;
        z-index: 2;
    }

#ddlDistrict option {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#ddlReporttype option {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
#reportSection {
    color: #772432;
}
