﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --primary-color: #BE5600;
    --green-cyan: #117A61;
    --primary-blue: #0066B5;
    --primary-grey: #707070;
}

html {
    position: relative;
}



.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 10px;
    /* top: 42%; */
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/*
.highlight.highcharts-data-label text tspan{
  
    stroke-width: 1px !important;
}*/

* {
    font-size: 101%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 120px;
}

footer {
    position:absolute;
    left: 0;
    bottom: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.primary-color {
    color: var(--green-cyan) !important;
}

.primary-blue-color {
    color: var(--primary-blue);
}

.secondary-color {
    color: var(--primary-color) !important;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px
}

.heading-18 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

/* Sticky footer styles
-------------------------------------------------- */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.Contact-tpf-section a {
    color: black;
}

.Contact-tpf-section h4 {
    /*max-width:75%;*/
}

.navbar, .navbar .tpf-container, .navbar-nav {
    height: 70px;
}

.fz-14 {
    font-size: 14px;
}

.fz-12 {
    font-size: 12px;
}

.clearfix {
    clear: both;
}

.top-bar {
    background-color: var(--green-cyan);
    color: #FFFFFF;
    min-width: 1024px;
    height: 35px;
    min-height: 35px;
    max-height: 35px
}

.tpf-container {
    width: 75%;
    margin: auto;
    max-width: 1600px;
    min-width: 1024px;
}

.login-user-btn {
    background-color: #fff;
    color: black;
    font-weight: 600;
    text-decoration: none;
}

    .login-user-btn:hover {
        text-decoration: none;
    }

.solicitation-table-border {
    border: 1px solid #E2E2E2;
}

.light-grey-bg {
    background: #F0F0F0;
}

.solicitation-table tr:not(:first-child) td:first-child {
    width: 30%;
}

.solicitation-table td {
    padding: 5px 8px;
}

.solicitation-table tr:first-child td {
    padding: 5px 8px;
}

.solicitation-table tr:nth-child(2n+0) {
    background: white;
}

.red {
    color: red;
}

.form-control {
    height: 28px;
    font-size: 14px;
    padding: 0 2px !important;
}

.posting-table tr:first-child {
    border-bottom: 1px solid #E2E2E2;
}

.posting-table tr:nth-child(2n+0) {
    background: none;
}

.posting-table td {
    padding: 5px 12px;
}

    .posting-table td:nth-child(2n) {
        width: 24%;
    }

.posting-table tr:not(:first-child) td:first-child {
    width: 24%;
}

.posting-table tr:nth-child(2) td {
    padding-top: 15px;
}

.posting-table tr:last-child td {
    padding-bottom: 15px;
}

.financial-Summary tr:nth-child(3) td:nth-child(2) {
    width: 44%;
}

.section-border {
    border: 1px solid #E2E2E2;
}

.login-user-btn:hover {
    color: #000;
}

.top-bar {
    padding: 7px 0px;
}

.background-grey {
    background: #F0F0F0;
}

.grey-btn {
    background: var(--primary-grey);
    color: #fff !important;
    padding: 5px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none !important;
    min-width: 65px;
}

.primary-btn, primary-btn:hover {
    background: var(--primary-color);
    color: #fff !important;
    padding: 5px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none !important;
    min-width: 65px;
    text-align: center;
}

.secondary-btn, .secondary-btn:hover {
    color: #000 !important;
    background: #fff;
    padding: 5px 7px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    text-decoration: none !important;
    height: fit-content;
    min-width: 65px;
    text-align: center;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    position: relative;
    color: black;
    height: 100%;
    align-items: center;
    display: flex;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.navbar-nav .nav-item:hover > a:after {
    content: "";
    border-bottom: 4px solid var(--green-cyan);
    position: absolute;
    bottom: 0px;
    width: 90%;
    left: 0px;
    margin: auto;
    right: 0px;
}

.navbar-nav .nav-item:last-child:hover > a:after {
    border-bottom: none;
}

.navbar-nav .nav-item .sub-menu {
    z-index: 0;
    display: none;
    list-style: none;
    width: fit-content;
    background: #fff;
    padding-left: 0px;
    border: 1px solid #f1f1f1;
    top: 69px;
    min-width: 150px;
}

.home_banner {
    background-image: url('../images/cover_image.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 373px;
    min-width: 1024px;
    margin: auto;
}

.text-white {
    color: white;
}

.home_banner .banner-height {
    height: 373px;
}

.navbar-nav .nav-item .sub-menu li {
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    cursor: pointer;
}

.navbar-nav .nav-item .sub-menu a {
    font-size: 14px !important;
    text-decoration: none;
}

.navbar-nav .nav-item .sub-menu li:hover {
    background: #F5F5F5;
}

.navbar-nav .nav-item .sub-menu li:last-child {
    border-bottom: none;
}

.navbar-nav .nav-item:hover .sub-menu {
    display: block;
    z-index: 1999;
    position: absolute;
}

.arrow-right {
    position: relative;
    top: -1.3px;
    left: 1px;
    padding-left: 2px;
    margin-left: 2px;
}

.navbar-nav li.nav-item {
    padding: 0px 20px;
    position: relative;
    height: 100%;
}

.chart-section-background {
    background: #F5F5F5;
    padding: 10px 10px;
    border: 1px solid #EDEDED;
}

.Contact-tpf-section {
    border: 1px solid #EBEBEB;
    padding: 10px 18px;
}

.Contact-tpf-sections {
    border: 1px solid #EBEBEB;
    padding: 4px 18px;
}

.feature-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F5F5F5;
    padding: 15px;
    border: 1px solid #EDEDED;
    /*height: 163px;*/
}

.feature-box-help .quantity-heading {
    margin-top: -5px !important;
    display: inline-block;
    margin-bottom: 6px !important;
}

.feature-box-help {
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #EDEDED;
    /*height: 163px;*/
}

.icon-box {
    background: var(--primary-color);
    width: 24%;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box {
    width: 70%;
    float: right;
}

    .content-box h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.icon-box img {
    width: 40px;
}

#chartcontainer, .highcharts-container, .highcharts-root {
    /*    overflow: visible !important;*/
}


/*highcharts-legend {
   transform: translate(3vh, 39vh)
}*/
.highcharts-legend text {
    color: black !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: normal !important;
    fill: #000000 !important;
    font-family: 'Source Sans Pro' !important;
    /*   transform: translate(0%, -2px);
*/
}

.feature-box-help .content-box {
    width: 100%;
    float: none;
}

.quantity-heading {
    font-weight: 700;
    color: var(--green-cyan);
    line-height: 34px;
}

.feature-btn {
    background: white;
    padding: 6px 10px;
    color: black;
    border: 1px solid #DDDDDD;
    text-decoration: none;
    /*font-weight: bold;*/
}

.primary-btn {
    background: var(--primary-color);
    color: #fff !important;
    padding: 5px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none !important;
    line-height: initial;
}

.feature-btn:hover {
    color: black;
    text-decoration: none;
}

.Contact-tpf-section h2:after {
    content: "";
    border-left: 4px solid var(--primary-color);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 46px;
}

.chart-section-background h2:after {
    content: "";
    border-left: 4px solid var(--primary-color);
    position: absolute;
    top: 15px;
    left: 0px;
    height: 27px;
}

.chart-section-background h2:after {
    top: 2px;
    left: -10px;
}

.list-item {
    list-style: none;
    padding-left: 0px;
}

    .list-item li {
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        min-height: 66px;
    }

        .list-item li:last-child {
            border-bottom: none;
        }

        .list-item li img {
            margin-right: 15px;
        }

.border-left-heading-custom {
    border-left: 4px solid var(--primary-color);
}

.border-left-heading:after {
    content: "";
    border-left: 4px solid var(--primary-color);
    position: absolute;
    top: 8px;
    left: 15px;
    height: 27px;
}

.codobreadcrumb {
    font-size: 16px;
}

    .codobreadcrumb li {
        display: inline-block;
    }

        .codobreadcrumb li, .codobreadcrumb li a {
            color: #fff;
        }

.navigation-bar {
    background-color: var(--primary-color);
    color: #ffffff;
    min-width: 1024px;
}

.page-title {
    margin: 0;
    padding: 10px 5px;
}

.faq li {
    font-weight: bold;
    padding-bottom: 5px;
}

#content h2 {
    font: 1.38em MyriadPro, Arial, Helvetica, sans-serif;
    color: #17328c;
    margin: 0 0 12px;
}

.subFaq1 li {
    list-style-type: lower-alpha;
    padding-bottom: 5px;
    font-weight: normal;
}

.subFaq2 li {
    list-style-type: none;
    font-weight: normal;
}

.pageTitle {
    color: #3F6187;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 1rem !important;
}

table.table-w-50 th, table.table-w-50 td {
    width: 50% !important;
}

#content h3 {
    font: 1.38em MyriadPro, Arial, Helvetica, sans-serif;
    color: #17328c;
    margin: 0 0 12px;
}

.codobreadcrumb li a {
    font-size: 14px;
    font-weight: 600;
}

.codo-breadcrumb-sep {
    margin: 0 5px;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    min-width: 1024px;
}

.footer {
    height: 90px;
    background-color: #3E3E3E;
    color: white;
}

    .footer a, .footer span {
        color: #fff !important;
    }

.page-header {
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    /* min-width: 1090px;*/
}

.dataTable thead tr:first-child {
    background: #DDDDDD;
}

/*.dataTable thead tr:first-child  th{
    background: #DDDDDD;
}*/
.dataTable tfoot {
    display: none;
}

.dataTables_length {
    float: right !important;
}

.dataTables_wrapper, .search-data {
    border: 1px solid #E6E6E6;
}

.search-data {
    border-color: #6c757d;
}

.dataTable {
    border-bottom: 1px solid #E6E6E6 !important;
    max-width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--primary-color) !important;
}

.dataTable {
    table-layout: fixed;
    width: 100% !important;
}

    .dataTable thead tr:last-child th input {
        max-width: 100% !important;
        width: 100%;
    }

    .dataTable td,
    .dataTable th {
        /*        width: auto !important;*/
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.datable-action-btn {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.grid-table {
    border: 1px solid #E6E6E6;
}

table.dataTable.display tbody td:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #E6E6E6 !important;
}

table.dataTable thead tr:last-child th:last-child input {
    display: none;
}

table.dataTable thead tr:last-child th:last-child div {
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none !important;
}

.paginate_button.previous, .paginate_button.next {
    background: #f5f5f5 !important;
    border: 1px solid #E6E6E6;
}

table.dataTable thead th:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}

table.dataTable.display tbody tr.odd {
    background-color: #F7F7F7 !important;
}

.dataTables_length label {
    margin-bottom: 0px !important;
    margin-top: 6px !important;
    margin-right: 5px;
}

.dataTables_info {
    margin-left: 5px;
}

.paginate_button {
    background: transparent !important;
    border: none !important;
}

    .paginate_button.current {
        font-weight: 600;
    }

.dataTables_wrapper .dataTables_paginate {
    margin-right: 5px;
    padding-bottom: 4px !important;
}

.panel-title {
    font-size: 14px;
    background-image: url('../images/plusicon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 5px 5px;
}

.panel-title {
    display: block;
    padding: 7px 30px;
    color: white;
    background-color: var(--green-cyan);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

    .panel-title[aria-expanded="true"] {
        /*        */
        background-image: url('../images/minusicon.png');
    }

button.dropdown:focus {
    border: none !important;
    background: none;
    outline: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-collapse {
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    padding: 5px;
}

.dropdown img.datable-action-btn {
    width: 24px;
}

.datatable-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    padding-right: 7px;
    width: auto;
    white-space: nowrap;
    padding: 2px 6px;
    border: 1px solid #E7E7E7;
    box-shadow: 0 3px 6px #0000001f;
    z-index: 2;
}

    .datatable-dropdown ul {
        padding-left: 0;
        margin-bottom: 0 !important;
    }

        .datatable-dropdown ul li:not(:only-child) {
            padding-bottom: 2px;
            padding-top: 2px;
        }

        .datatable-dropdown ul li:not(:last-child) {
            border-bottom: 1px solid #E6E6E6;
        }

        .datatable-dropdown ul li:hover {
            background: #F5F5F5;
        }

        .datatable-dropdown ul li {
            list-style: none;
        }

            .datatable-dropdown ul li a {
                text-decoration: none;
                color: black;
                display: block;
                text-align: left;
            }

table.dataTable thead th {
    text-align: center;
}


.dropdown-menu {
    min-width: 100px !important;
    width: max-content !important;
}

.dropdown-menu-action {
    min-width: 100px !important;
    width: max-content !important;
    padding: 5px;
}

button.dt-button {
    margin-top: .333em;
}

.dropdown-menu-action a {
    display: flex;
    color: #212529;
    font-size: 14px;
    text-decoration: none;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}


.login-link-section a {
    font-size: 14px;
    color: var(--green-cyan);
    font-weight: 600;
}

.login-link-section label {
    font-size: 14px !important;
}

.custom-primary-btn {
    width: 85px;
    padding: 3px;
}

.border-left-heading {
}

.custom-dropdown {
    box-shadow: 0px 1px 5px -2px #d3d3d3;
}

.custom-validation-msg {
    position: absolute;
    top: -8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #BE5600 !important;
}

#example {
    table-layout: fixed;
    width: 100% !important;
}

.dataTable td,
.dataTable th {
    width: auto !important;
    white-space: normal !important;
    text-overflow: ellipsis !important;
    padding: 5px !important;
    vertical-align: top;
}

.dataTable th {
    overflow: hidden !important;
}

.dataTable thead tr:last-child th input {
    max-width: 100% !important;
    width: 100% !important;
}

.dataTable tbody tr td:last-child button {
    display: block;
    margin: 0 auto;
}

.solicitation-table tr td {
    width: 50%;
    vertical-align: top;
}

.w-93 {
    width: 90%;
}

button.dt-button {
    color: #000 !important;
    background: #fff !important;
    padding: 5px 12px !important;
    border: 1px solid #E9E9E9 !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: initial;
}

.filter-section {
    display: flex;
    flex-wrap: wrap;
}

.create-solicitation-tbl {
    table-layout: fixed;
}

    .create-solicitation-tbl th, td {
        padding: 4px 5px;
    }

    .create-solicitation-tbl td:first-child {
        min-width: 145px !important;
    }

    .create-solicitation-tbl td:nth-child(3) {
        min-width: 115px !important;
    }

    .create-solicitation-tbl input[type="radio"] {
        /* width: 12% !important;
    height: 1rem !important;*/
        vertical-align: text-top;
        /*margin-bottom: 4px;*/
    }

.required {
    color: red;
}

.w-38 {
    width: 38% !important;
}

.show-detail-section {
    background: #CCEFE3;
    color: #4B4B4B;
    display: flex;
    justify-content: space-between;
    margin: 4px 0 0;
    padding: 2px 4px;
}

    .show-detail-section button {
        background: none;
        border: none;
    }

#btnSolicitationExport {
    display: inline-block !important;
}

    #btnSolicitationExport button.dt-button {
        height: 30px;
        border: none !important;
    }

    #btnSolicitationExport .dt-buttons {
        float: none !important;
    }

div.dt-buttons {
    float: none !important;
}

#btnSolicitationExport button.dt-button:active:not(.disabled):hover:not(.disabled) {
    box-shadow: none;
    background: var(--primary-grey);
    color: #fff;
}

.field-validation-error {
    font-size: 12px !important;
    color: orangered;
}

.border-1 {
    border: 1px solid #E2E2E2;
    padding: 8px;
}

.center-align {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.dropzone {
    min-height: 105px !important;
    border: 2px dashed #D6D6D6 !important;
}

    .dropzone .dz-message {
        margin: 15px 0 0 0px !important;
    }

button:focus {
    outline: none !important;
}

#error-response {
    font-size: 10px;
}

#study-update-section {
    display: flex;
}

#study-update-general tr td {
    vertical-align: top;
}

#study-update-other tr td {
    vertical-align: top;
}

#study-update-general tr td:first-child {
    width: 25%;
}

#study-update-general tr td:nth-child(2) {
    width: 23%;
}

#study-update-general tr td:nth-child(3) {
    width: 27%;
}

#study-update-general tr td:nth-child(4) {
    width: 25%;
}

#study-update-other tr td:first-child {
    width: 27%;
}

#study-update-other tr td:nth-child(2) {
    width: 73%;
}

#study-update-financial {
    vertical-align: top;
}

    #study-update-financial tr td:first-child {
        width: 18%;
    }

    #study-update-financial tr td:nth-child(2) {
        width: 32%;
    }

    #study-update-financial tr td:nth-child(3) {
        width: 20%;
    }

    #study-update-financial tr td:nth-child(4) {
        width: 30%;
    }

#document-upload-table tr td:first-child {
    width: 18%;
}

#document-upload-table tr td:nth-child(2) {
    width: 32%;
}

#document-upload-table tr td:nth-child(3) {
    width: 20%;
}

#study-update-financial tr td:nth-child(4) {
    width: 30%;
}

.input-group-text {
    padding: 0.05rem 0.5rem !important;
}

.stickToBottom {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px 8px;
}

.div-scroll {
    max-height: 370px;
    overflow: auto;
}

ul.link-style > li > a, ul.link-style > li > span > a {
    color: #212529;
}

button.dt-button {
    background: #707070 !important;
    color: #fff !important;
    border-radius: 3px !important;
    border: 1px solid transparent;
    line-height: initial !important;
}

.whiteBtn button.dt-button {
    background: #fff !important;
    color: #707070 !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #F7F7F7 !important;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #F7F7F7 !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fff !important;
}

.dataTable td, .dataTable th:last-child {
    overflow: initial !important;
}

.dataTable td {
    word-break: break-word;
}

.default-table-50 tr th:first-child {
    width: 50% !important;
    padding: 4px;
}

.default-table-50 thead tr {
    background: #DDDDDD !important;
}

.default-table-secondary thead th {
    text-align: center;
}

.default-table tr td {
    vertical-align: top;
}

    .default-table tr td:first-child {
        width: 15%;
    }

.default-table-secondary td:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}

.default-table-secondary td {
    border-bottom: 1px solid #E6E6E6;
}

    .default-table-secondary td:first-child {
        width: 20%;
    }

.default-table-secondary thead tr {
    background: #DDDDDD;
}

.default-table thead tr td {
    padding: 5px;
}

.default-table-secondary thead tr th {
    padding: 5px;
}

.default-table-secondary tbody tr {
    background-color: #F7F7F7 !important;
}

.custom-control-input:checked .custom-control-label::before {
    border-color: #117A61 !important;
    background-color: #117A61 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: text-bottom;
    margin-bottom: 2px;
}


#document-table td {
    padding: 5px !important;
}

#document-table thead th {
    text-align: center;
    border-bottom: 0;
    padding: 5px !important;
}

    #document-table thead th:not(:last-child) {
        border-right: 1px solid #E6E6E6;
    }

#document-table tbody tr td:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}

#document-table tbody tr td:last-child a img {
    display: block;
    margin: 0 auto;
    width: 16px;
}

#document-table tbody tr td:last-child button {
    display: block;
    margin: 0 auto;
}

.loader-section {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.92;
}

.paginate_input {
    width: 50px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
/** Media Query Begins Here **/
@media screen and (max-width: 1024px) {
    .list-item li {
        font-size: 14px !important;
    }

    .navbar-nav .nav-item a {
        font-size: 16px !important;
    }

    .chart-section-background select {
        font-size: 14px;
        min-width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .tpf-container {
        width: 80%;
    }
}

@media screen and (max-width: 1050px) {
    .tpf-container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }


    /* .home_banner {
        width: 100%;
    }*/
}

@media screen and (max-width: 1190px) {


    .right_box {
        margin-top: 1rem;
        padding-left: 0px;
    }

    /* .home_banner {
        width: 100%;
    }*/
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
        width: 25%;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 2850px) {
    .banner-height > .col-xl-6 {
        max-width: 40%;
    }
}

@media only screen and (max-width: 1830px) {

    .content-box {
        width: 66%;
    }

    .icon-box img {
        width: 88%;
    }

    .icon-box {
        width: 26%;
        padding: 8%;
    }
}

@media only screen and (max-width: 1750px) {
    .banner-height > .col-xl-6 {
        max-width: 45%;
    }

    .content-box {
        width: 66%;
    }

    .icon-box img {
        width: 88%;
    }

    .icon-box {
        width: 26%;
        padding: 8%;
    }
    /* .highcharts-legend {
        transform: translate(3vh, 39vh)
    }*/
}

@media only screen and (max-width: 1650px) {
    .highcharts-legend text {
        font-size: 12px !important;
    }

    .content-box {
        width: 66%;
    }

    .icon-box img {
        width: 88%;
    }

    .icon-box {
        width: 26%;
        padding: 8%;
    }

    .highcharts-legend {
        transform: translate(10, 270);
    }
    /* .highcharts-legend  .highcharts-legend-item:first-child {
        transform:translate(2%,-1%);
    }*/
    /*.highcharts-legend  .highcharts-legend-item:nth-child(2) {
        transform:translate(2%,5%);
    }
        .highcharts-legend  .highcharts-legend-item:nth-child(3) {
            transform: translate(2%,11%);
        }*/

}


@media only screen and (max-width: 1550px) {
    .banner-height > .col-xl-6 {
        max-width: 48%;
    }

    .list-item li {
        font-size: 16px;
    }

    .content-box {
        width: 66%;
    }

    .icon-box img {
        width: 100%;
    }

    .icon-box {
        width: 26%;
        padding: 8%;
    }
}

@media only screen and (max-width: 1450px) {
    .highcharts-legend text {
        font-size: 11px !important;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px
    }
    /*.quantity-heading{
        font-size:40px;
    }
    .feature-box-help .quantity-heading {
        font-size: 28px;
    }*/
    .heading-18 {
        font-size: 16px;
    }

    .content-box {
        width: 66%;
    }

    .icon-box img {
        width: 100%;
    }

    .icon-box {
        width: 30%;
        padding: 8%;
    }

    h4 {
        font-size: 14px;
    }

    .navbar-nav li.nav-item {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1370px) {
    .highcharts-legend text {
        font-size: 10px !important;
    }

    .list-item li {
        font-size: 16px;
    }

    .chart-section-background h3 {
        font-size: 16px;
    }

        .chart-section-background h3.heading-18 {
            font-size: 14px;
        }
}

@media only screen and (max-width: 1280px) {
    .logo img {
        width: 95%;
    }
}

@media only screen and (max-width: 1050px) {
}

@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    @media print {
        .no-print, .no-print * {
            display: none !important;
        }
    }
}

.dataTables_length {
    line-height: 34px !important;
}
