﻿/*
@media print {
  -webkit-print-color-adjust: exact;
}
*/
.no-radius{
    border-radius: 0px !important;
}
.datatablebottom, .bottom {
    display: flex !important;
    justify-content: center !important;
    column-gap: 40px !important;
}

#BOSSCustomTable_length {
    padding-top: 5px;
}

table.dataTable td {
    vertical-align: middle !important;
}

.paginate_button {
    border-radius: 4px !important;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.profile-header {
    margin-top: 60px;
    margin-bottom: 15px;
}

.is-internal {
    background-color: #c0d4fa !important;
}

.profile-header {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: bolder;
    color: #1D4583;
    text-transform: uppercase;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.head-spin {
    color: #f90808;
}

.head-nospin {
    color: transparent;
}

.arrow-neutral {
    color: #333333;
}

.arrow-hidden {
    color: transparent;
}

.arrow-active {
    color: #f90808;
}

.top-arrow, .bottom-arrow, .top-arrow2, .bottom-arrow2 {
    cursor: pointer !important;
}

.top-arrow {
    position: absolute;
    bottom: 20px;
    right: -4px;
}

.top-arrow2 {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.middle-spinner {
    position: absolute;
    bottom: 12px;
    right: -4px;
}

.bottom-arrow {
    position: absolute;
    bottom: 3px;
    right: -4px;
}

.bottom-arrow2 {
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.header-label {
    float: left;
    position: absolute;
    bottom: 6px;
}

.header-label2 {
    position: absolute;
    bottom: 6px;
}

.arrow-container {
    float: right !important;
}

.fa-binoculars {
    color: #327540;
}

.green-icon:hover {
    color: #1D4583;
}

.green-icon {
    color: #327540;
}

.green-icon:hover {
    color: #1D4583;
}

.grey-icon {
    color: #bbbbbb;
}

.white-icon {
    color: transparent;
}


.fa-calendar-check {
    color: #327540;
    opacity: 1.0;
}

.fa-calendar {
    color: #52414C !important;
    opacity: 0.2;
}

.fa-eye.fas {
    color: #327540;
    opacity: 1.0;
}

.fa-eye.far {
    color: #52414C;
    opacity: 0.2;
}

/*
    Active is light 
    opacity: 0.2;
*/
.fa-ban.customer-view-active {
    color: #dddddd;
}

/* 
    Inactive is dark 
    opacity: 1.0;
*/
.fa-ban.customer-view-inactive {
    color: #52414C;
}

.fa-compress-arrows-alt, fa-compress, fa-expand-arrows-alt, fa-expand {
    margin-right: 10px !important;
}

.vert-text1 {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: -28px;
    left: -24px;
}

.vert-text2 {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: -23px;
    left: -17px;
}

.vert-text3 {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: -26px;
    left: -23px;
}

.required {
    background-color: #9bbae9 !important;
}

.meeting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}

.meeting-input {
    max-width: 80%;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.meeting-input-left {
    max-width: 30%;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align:center;
}
.meeting-input-right {
    max-width: 70%;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.clear-meeting {
    max-width: 20%;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}

.end-notes-marker {
    display: none;
}

.btn-class {
    font-weight: bold;
    color: #1D4583;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    padding: 6px 12px;
}

/**************************************************************************************/

.outer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 10px;
}

.outer-grid-iii {
    display: grid;
    grid-template-columns: 1fr 16fr;
    grid-column-gap: 10px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr 3fr 3fr 4fr 3fr 4fr;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.grid-iv {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

    .grid > span, .grid-iv > span {
        padding: 8px 4px;
        border-left: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        background-color: #ffffff;
    }

.grid-iii {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

    .grid > span, .grid-iii > span {
        padding: 8px 4px;
        border-left: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        background-color: #ffffff;
    }

.grid-header {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr 3fr 3fr 4fr 3fr 4fr;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background-color: #ccc;
}

.grid-header-iv {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background-color: #ccc;
}

.grid-header > span, .grid-header-iv > span {
    padding: 8px 4px;
    border-left: 1px solid #aaa;
    text-align: center;
}

.grid-header-iii {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background-color: #ccc;
}

    .grid-header > span, .grid-header-iii > span {
        padding: 8px 4px;
        border-left: 1px solid #aaa;
        text-align: center;
    }

.container-side-by-side {
    display: inline-block;
}

.label-side-by-side, .input-side-by-side-short, .input-side-by-side-medium, .input-side-by-side-long, .input-stand-alone-full {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
}

.input-side-by-side-short {
    width: 65px;
}

.input-side-by-side-medium {
    width: 80px;
}

.input-side-by-side-long {
    width: 110px;
}

.input-stand-alone-full {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.input-side-by-side-short, .input-side-by-side-medium, .input-side-by-side-long {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-width: 0px;
}

.input-stand-alone-full {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #aaa;
}

.input-side-by-side-short, .input-side-by-side-medium, .input-side-by-side-long, .input-stand-alone-full {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    float: left;
    background-color: #fff;
    color: #1D4583 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

.label-side-by-side {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #ccc;
    float: left;
    width: 75px;
    color: #1D4583;
    font-weight: bold;
}

.section-container {
    border: 2px solid #1D4583;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    padding: 10px;
}

.icon-arrow-right { /*, .glyphicon-arrow-right*/
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #333;
}

.icon-arrow-left { /*, .glyphicon-arrow-left*/
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #333;
}

.finance-button-container {
    float: left;
    margin-right: 5px;
}

.finance-class-id-container {
    float: left;
    margin-right: 5px;
    width: 185px;
}

.glowing-border {
    outline: none;
    border: 2px solid #dd0000;
    box-shadow: 0 0 10px #dd0000;
}

.bg-one, .bg-two, .bg-three, .bg-four, .bg-five, .bg-four-med-dark {
    color: #FFFFFF !important;
}

/*BLUE SET*/
.bg-one {
    background-color: #1D4583 !important;
}
.color-one {
    color: #1D4583;
}
.border-one {
    border: #1D4583;
}
.color-one-light {
    color: #DEE8F8;
}
.color-one-dark {
    color: #040911
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*GREEN SET*/
.bg-two {
    background-color: #327540 !important;
}

.color-two-light {
    color: #e2f3e6;
}

.color-two-dark {
    color: #060e08
}

/*BROWN SET*/
.bg-three {
    background-color: #8A716A !important;
}

.color-three-light {
    color: #ede9e8;
}

.color-three-dark {
    color: #0c0909
}

/*PURPLE TAUPE SET*/
.bg-four {
    background-color: #52414C !important;
}

.taupe-a-1 {
    background-color: #a58d9d;
}

.taupe-a-2 {
    background-color: #937689;
}

.taupe-a-3 {
    background-color: #7e6374;
}

.taupe-a-4 {
    background-color: #67515f;
}

.taupe-a-5 {
    background-color: #52414C;
}

.taupe-b-1 {
    background-color: #937689;
}

.taupe-b-2 {
    background-color: #896c7f;
}

.taupe-b-3 {
    background-color: #7e6374;
}

.taupe-b-4 {
    background-color: #725a6a;
}

.taupe-b-5 {
    background-color: #67515f;
}

.taupe-b-6 {
    background-color: #5b4855;
}

.taupe-b-7 {
    background-color: #52414c;
}

.bg-four-med-dark {
    background-color: #937689 !important;
}

.color-four-light {
    color: #ede8eb;
}

.color-four-dark {
    color: #0b090b
}

/*MEDIUM GREY SET*/
.bg-five {
    background-color: #999999 !important;
}

.color-five-light {
    color: #ebebeb;
}

.color-five-dark {
    color: #0a0a0a
}

.strategy-table {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    color: #25562F;
}

.strategy-table td {
    padding: 0px 10px 10px 10px;
}
/*		
#DEE8F8	FONT: light blue	
#040911	FONT: dark blue	
light is 3rd color from right
dark is 1st color on left
*/
.left-side-label, .right-side-label {
    border-width: 2px;
    border-style: solid;
    border-color: #52414C;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px;
    width: 90px;
}

.left-side-label {
    position: absolute;
    left: -82px;
    top: -150px;
}

.right-side-label {
    position: absolute;
    right: -82px;
    top: -150px;
}

.excellent {
    background-image: linear-gradient(to right, #3675d3, #1d4583);
    border-top-right-radius: 5px;
}

.very-good {
    background-image: linear-gradient(to right, #6897de, #2862b8);
}

.good {
    background-image: linear-gradient(to right, #9bbae9, #4780d7);
}

.fair {
    background-image: linear-gradient(to right, #cddcf4, #79a3e2);
}

.poor {
    background-image: linear-gradient(to right, #eef3fb, #abc5ed);
}

.very-bad {
    background-image: linear-gradient(to right, #eef3fb, #dee8f8);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.thermometer-cell {
    float: left;
    width: 16.66%;
}

.excellent-label {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #1d4583;
}

.very-good-label {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #2862b8;
    color: #2862b8;
}


.good-label {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #4780d7;
    color: #4780d7;
}


.fair-label {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #79a3e2;
    color: #79a3e2;
}


.poor-label {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #abc5ed;
    color: #abc5ed;
}

.very-bad-label {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #dee8f8;
    color: #abc5ed;
}

.very-bad, .poor, .fair, .good, .very-good, .excellent, .full-scale {
    height: 50px;
}

.very-bad-label, .poor-label, .fair-label, .good-label, .very-good-label, .excellent-label, .full-scale-label {
    text-align: right;
    padding-right: 10px;
}

.thermometer-labels {
    height: 40px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-top: 15px solid #327540;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.note-container-arrow-down, .note-container-arrow-up {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    float: left;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 3px;
}

.note-container-arrow-down {
    border-top: 10px solid #1D4583;
}

.note-container-arrow-up {
    border-bottom: 10px solid #1D4583;
}

.week-down {
    width: 0;
    height: 0;
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.week-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff;
    margin-top: 2px;
    margin-right: 5px;
}

.session-label {
    float: right;
    display: inline;
    width: 83px;
    text-align: left;
}

.session-count {
    padding-right: 10px;
    float: right;
}

.sessions-total-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff;
    margin-top: 2px;
    margin-right: 5px;
}

.tcs-cell {
    color: #040911 !important;
}


.mercury-tube {
    width: 99.4%;
    background-color: #dddddd;
    height: 20px;
    position: absolute;
    top: 15px;
    border-radius: 14px;
    opacity: 0.7;
    margin-left: 0.3%;
    margin-right: 0.3%;
}

.mercury {
    width: 40%;
    color: #327540;
    height: 12px;
    position: absolute;
    top: 19px;
    border-radius: 14px;
    opacity: 0.7;
    float: left;
    margin-left: 0.6%;
}

.primary-section-row, .primary-section-title {
    border-width: 3px;
    border-style: solid;
    border-color: #1D4583;
}

.primary-section-taupe-row, .primary-section-taupe-title {
    border-width: 3px;
    border-style: solid;
    border-color: #2e242a;
}

.primary-section-brown-row, .primary-section-brown-title {
    border-width: 3px;
    border-style: solid;
    border-color: #685550;
}

.primary-section-row, .primary-section-taupe-row, .primary-section-brown-row {
    padding-bottom: 20px;
}

.primary-section-row, .primary-section-taupe-row, .primary-section-brown-row {
    border-radius: 6px;
    margin-top: 50px;
    position: relative;
    min-height: 50px;
    text-align: center;
}

.primary-sub-section-row, .primary-sub-section-title {
    border-width: 2px;
    border-style: solid;
    border-color: #327540;
}

.primary-sub-section-row {
    padding-bottom: 20px;
}

.primary-sub-section-row {
    border-radius: 6px;
    margin-top: 50px;
    position: relative;
    min-height: 50px;
    text-align: center;
}

.combined-summary {
    color: #ffffff;
    position: relative;
    top: -15px;
    padding: 13px 20px;
    background-color: #52414C;
    display: inline;
    border-radius: 6px;
}

.primary-sub-section-title {
    color: #ffffff;
    border-radius: 36px;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.table-two td:nth-child(1) {
}

.table-two td:nth-child(2) {
}

.table-two td {
    padding: 2px 10px;
    text-align: left;
}

.table-six td {
    padding: 15px 20px;
    text-align: left;
}

.table-six tr {
    height: 112px;
}

.table-six {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.table-two, .table-six {
    border-spacing: 5px;
    border-collapse: separate;
    margin-top: 30px;
}

.total-cell {
    text-align: center !important;
    background-color: #52414C;
    color: #ffffff;
    padding: 10px !important;
    border-radius: 6px;
}


/*
        width: 40%;
    margin-left: 30%;
    margin-right: 30%;

*/

.primary-section-title, .primary-section-taupe-title, .primary-section-brown-title {
    color: #ffffff;
    border-radius: 36px;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.highlight-inline-text {
    color: #ffffff;
    border-radius: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.pie-chart {
    float: left;
}

.pie-chart-label-small {
    max-width: 300px;
    background-color: white;
    text-align: center;
    height: 40px;
}

.pie-chart-value-small {
    max-width: 300px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pie-chart-label-large {
    max-width: 300px;
    background-color: white;
    text-align: center;
    height: 40px;
}

.pie-chart-value-large {
    max-width: 300px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pie-chart-header {
    height: 40px;
    padding-top: 7px;

    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #777777;

    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #777777;

    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #777777;

    margin-top: 20px;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pie-chart-wrapper-small {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #777777;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #777777;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #777777;
    float: left;
    padding-top: 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pie-chart-wrapper-large {
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    float: left;
    padding-top: 5px;
    border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
}

.white-label {
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #777777;
    text-align: left;
    color: #1D4583;
}

.green-label {
    color: white;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #777777;
    text-align: left;
}

.green-label2 {
    color: white;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #777777;
    text-align: right;
}

.table-header-label {
    padding-left: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.green-small-left, .green-small-center, .green-small-right {
    color: white;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #777777;
    font-size: 12px;
    text-align: center;
}

.green-small-left {
    border-bottom-left-radius: 6px;
}

.green-small-center {
}

.green-small-right {
    border-bottom-right-radius: 6px;
}

.cell-box {
    background-color: #327540;
    border-width: 0px;
    border-style: solid;
    border-color: #777777;
    font-size: 16px;
    padding: 2px 10px;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
}

.table-header-small-left, .table-header-small-center, .table-header-small-right {
    padding-left: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    width: 20%;
}

.table-header-small-left {
    border-top-left-radius: 6px;
}

.table-header-small-center {
}

.table-header-small-right {
    border-top-right-radius: 6px;
}

.table-one td {
    padding: 10px;
}

.table-one {
    border-spacing: 5px;
    border-collapse: separate;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    width: 100%;
    border-radius: 8px;
}

.label-box {
    font-size: 16px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #1D4583;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.week-number-cell {
    background-color: #197BBD;
    color: #040911 !important;
}

.table-three td {
    padding: 3px;
}

.table-three {
    border-spacing: 2px;
    border-collapse: separate;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    width: 98%;
    border-radius: 8px;
    margin-left: 1%;
    margin-right: 1%;
}
.table-three td {
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
}

.table-four td {
    padding: 7px;
}

.table-five td {
    padding: 10px 20px;
}

.table-four {
    background-color: #999999;
    border-spacing: 2px;
    border-collapse: separate;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    width: 98%;
    border-radius: 8px;
    margin-right: 2%;
    margin-top: 20px
}

.team-1-cell, .team-2-cell, .team-3-cell, .olm-cell {
    border-radius: 6px;
    color: white;
}

.team-1-cell, .label-1-cell {
    border-width: 1px;
    border-style: solid;
    border-color: #122c54 !important;
}

.team-2-cell, .label-2-cell {
    border-width: 1px;
    border-style: solid;
    border-color: #1f4727 !important;
}

.label-1-cell, .label-2-cell, .label-3-cell, .label-olm-cell {
    text-align: left !important;
}

.team-3-cell, .label-3-cell {
    border-width: 1px;
    border-style: solid;
    border-color: #453935 !important;
}

.olm-cell, .label-olm-cell {
    border-width: 1px;
    border-style: solid;
    border-color: #392d35 !important;
    color: white;
}

.label-olm-cell, .label-3-cell, .label-2-cell, .label-1-cell {
    text-align: left;
    padding-left: 10px !important;
    white-space: nowrap;
}

.check-mark {
    color: #327540;
    font-weight: bolder;
}

.label-box-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.label-box-title-small {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.label-box-small {
    font-size: 10px;
    text-align: left;
    margin-left: -15px;
    width: 102.5%;
}


.debug {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.bar-chart-wrapper {
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    float: left;
    padding-top: 20px;
    border-radius: 6px;
}

.bar-chart-section {
    width: 125px;
    height: 335px;
    float: left;
}

.bar-chart-top {
    position: relative;
    height: 80%;
    margin-bottom: 0%;
    background-color: transparent;
}

.bar-chart-bottom {
    height: 20%;
    padding: 10% 0;
}

.target-bar {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 7px;
    float: left;
    border-radius: 6px;
    color: white;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
}

.achieved-bar {
    width: 60%;
    height: 40%;
    background-color: #327540;
    position: absolute;
    right: 7px;
    bottom: 0px;
    float: left;
    border-radius: 6px;
    box-shadow: -5px 5px 10px 4px rgba(0,0,0,0.5);
    padding-top: 5px;
    color: white;
}
.achieved-label {
}
/*                                    DECISION OVERLAY                                */
.decision-overlay {
    opacity: 0.8;
    background-color: #dee8f8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.decision-overlay-message {
    width: 50%;
    height: 50%;
    top: 25%;
    margin: 0 auto;
    position: relative;
    background: #2c6bc9;
    border-radius: 8px;
    border: 2px solid #1D4583;
    text-align: center;
}

.new-boss-survey-overlay-message {
    width: 50%;
    top: 25%;
    margin: 0 auto;
    position: relative;
    background: #2c6bc9;
    border-radius: 8px;
    border: 2px solid #1D4583;
    text-align: center;
}

.decision-overlay-message-content {
    width: 80%;
    height: 80%;
    top: 20%;
    margin: 0 auto;
    position: relative;
}

.decision-overlay-notice-message {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/*                                    SEARCH OVERLAY                                */
.search-overlay {
    opacity: 0.8;
    background-color: #dee8f8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.search-overlay-message {
    width: 50%;
    height: 50%;
    top: 25%;
    margin: 0 auto;
    position: relative;
    background: #2c6bc9;
    border-radius: 8px;
    border: 2px solid #1D4583;
    text-align: center;
}

.search-overlay-message-content {
    width: 80%;
    height: 80%;
    top: 0%;
    margin: 0 auto;
    position: relative;
}

.search-overlay-notice-message {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.btn-primary:hover {
    color: #fff;
    background-color: #1a3e75;
    border-color: #122c54;
}

.btn-primary {
    color: #fff;
    background-color: #1D4583;
    border-color: #163564;
}

.btn-warning:hover {
    color: #fff;
    background-color: #7f6862;
    border-color: #685550;
}

.btn-warning {
    color: #fff;
    background-color: #8A716A;
    border-color: #735e59;
}

/*                           SUCCESS OVERLAY                                */
.success-overlay {
    opacity: 0.8;
    background-color: #e2f3e6;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.success-overlay-message {
    width: 50%;
    height: 50%;
    top: 25%;
    margin: 0 auto;
    position: relative;
    background: #3d8f4f;
    border-radius: 8px;
    border: 2px solid #327540;
    text-align: center;
}

.success-overlay-message-content {
    width: 80%;
    height: 80%;
    top: 20%;
    margin: 0 auto;
    position: relative;
}

.success-notice-message {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.btn-success:hover {
    color: #fff;
    background-color: #2b6437;
    border-color: #1f4727;
}

.btn-success {
    color: #fff;
    background-color: #327540;
    border-color: #25562f;
}
/*                           ERROR OVERLAY                                */
.error-overlay {
    opacity: 0.8;
    background-color: #f9dce1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.error-overlay-message {
    width: 50%;
    height: 50%;
    top: 25%;
    margin: 0 auto;
    position: relative;
    background: #e05269;
    border-radius: 8px;
    border: 2px solid #DB324D;
    text-align: center;
}

.error-overlay-message-content {
    width: 80%;
    height: 80%;
    top: 20%;
    margin: 0 auto;
    position: relative;
}

.error-notice-message {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d02541;
    border-color: #ad1f36;
}

.btn-danger {
    color: #fff;
    background-color: #DB324D;
    border-color: #bf223c;
}

#MessageTable td {
    white-space: normal !important;
}

.menu-item:link, .menu-item:visited, .dropdown-toggle:link, .dropdown-toggle:visited {
    color: #1D4583 !important;
    text-decoration: none !important;
}

.menu-item:hover, .dropdown-toggle:hover {
    color: #327540 !important;
    text-decoration: none !important;
}

.menu-item.active, .dropdown-toggle.active {
    text-decoration: underline !important;
    background-color: #9bbae9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.menu-item:link:active, .menu-item:visited:active, .dropdown-toggle:link:active, .dropdown-toggle:visited:active {
    color: #327540 !important;
    text-decoration: none !important;
}
/*herenow*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #6897DE !important;
    border: 2px solid #1D4583;
    border-radius: 6px;
}

.plus-item:link, .plus-item:visited {
    color: #327540 !important;
    text-decoration: none !important;
}

.plus-item:hover {
    color: #1D4583 !important;
    text-decoration: none !important;
}

.plus-item:link:active, .plus-item:visited:active {
    color: #327540 !important;
    text-decoration: none !important;
}

.minus-item:link, .minus-item:visited {
    color: #52414C !important;
    text-decoration: none !important;
}

.minus-item:hover {
    color: #1D4583 !important;
    text-decoration: none !important;
}

.minus-item:link:active, .minus-item:visited:active {
    color: #52414C !important;
    text-decoration: none !important;
}


.menu-textx {
    color: #333 !important;
    text-decoration: none !important;
}

h2, body {
    color: #1D4583 !important;
}

.table-seven {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.table-seven td {
    text-align: left;
    padding: 5px;
    vertical-align: top;
}
#LogoImage, #LoggedInUser {
    display: inline-block
}
@media screen and (max-width: 1200px) {
    #LoggedInUser {
        display: none;
    }
}
@media screen and (max-width: 995px) {
    #LogoImage {
        display: none;
    }
}

/******* TRANSFERRED ******/
.black-flag {
    color: black !important;
}
.red-flag {
    color: red !important;
}
.fa-creative-commons-nc {
    font-weight: bold;
}
.fa-skull-crossbones {
    color: black;
}
.fa-flag {
    color: red;
}
.finance-table td {
    padding: 0px 10px;
}
.btn {
    font-weight: bold;
}
.td-left, .td-right, .td-center {
    border-top: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
}

.td-left {
    border-left: 2px solid #ddd !important;
}

.td-center {
}

.td-right {
    border-right: 2px solid #ddd !important;
}
.RepSummaryTable td {
    padding: 5px 10px;
}

.jk-button {
    background-color: #1D4583; /* Green */
    border: none;
    color: white;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    border-radius: 6px;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    height: 68px;
    margin-top: 30px;
    cursor: pointer;
}

.jk-button:hover {
    background-color: #2c6bc9; /* Green */
    color: white;
}

.jk-button-medium {
    background-color: #1D4583 !important;
    border: 1px solid white;
    color: white;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.jk-button-medium:hover {
    background-color: #2c6bc9; 
    color: white;
}

.jk-button-small {
    background-color: #ccc; 
    border: none;
    color: #1D4583;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #aaa;
    margin-left: 10px;
    cursor: pointer;
}

.jk-button-small:hover {
    background-color: #ddd; /* Green */
    color: #1D4583;
}

.jk-button-fix {
    margin-left: 21px !important;
    height: 26px !important;
    margin-top: 0px !important;
}

.appointmentContainer {
    position: absolute;
    width: 100%;
}

.appointmentInput {
    color: red;
    font-size: 50px;
    font-weight: bold;
}

.schedule-step-label {
    width: 15%;
    background-color: #1D4583;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}

.sms-send-button {
    width: 20%;
    background-color: #1D4583;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 34px;
}

.sms-send-button:hover, .custom-sms-send-button:hover {
    background-color: #2e6fd1;
}

.custom-sms-send-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #1D4583;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.sms-custom-messsage {
    width: 100%;
    height: 190px;
    border: none;
    color: #1D4583;
    font-size: 14px;
    resize: none;
}

    .sms-custom-messsage:focus {
        border: none;
        outline: none;
    }

.sms-short-description {
    width: 80% !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #1D4583;
}

.sms-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 4fr;
    justify-content: center;
    grid-row-gap: 5px;
    grid-column-gap: 4px;
}

.sms-body-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sms-conversation-main-container {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.sms-conversation-container {
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    align-items: flex-start;
    padding: 5px 10px 5px 10px;
    max-height: 0px;
    /*overflow-y: scroll;*/
}

.sms-company-message-container, .sms-client-message-container {
    display: flex;
}

.sms-company-message-container {
    justify-content: flex-start;
}

.sms-client-message-container {
    justify-content: flex-end;
}

.sms-conversation-title {
    background-color: #1D4583;
    color: #ffffff;
    padding: 7px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 2px solid #ffffff;
}

.sms-company-message, .sms-client-message {
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 20px 7px 20px;
    max-width: 80%;
    white-space: normal;
    margin-bottom: 5px;
    font-size: 12px;
    border: 2px solid #1D4583;
}

.sms-company-message {
    background-color: #1D4583;
    color: #ffffff;
}

.sms-client-message {
    background-color: #ffffff;
    color: #1D4583;
}

.sms-body-0 {
    z-index: 9;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.sms-body-1, .sms-body-2, .sms-body-3, .sms-body-4, .sms-body-5, .sms-body-6, .sms-body-7, .sms-body-8, .sms-body-9 {
    z-index: 9;
    background-color: #d5e2f6;
    border: 2px solid #1D4583;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #1D4583 !important;
    white-space: normal !important;
    padding: 15px !important;
}

    .sms-body-1:before, .sms-body-2:before, .sms-body-3:before, .sms-body-4:before, .sms-body-5:before, .sms-body-6:before, .sms-body-7:before, .sms-body-8:before, .sms-body-9:before {
        content: "";
        position: absolute;
        left: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #d5e2f6 transparent transparent;
        z-index: 9999;
    }

    .sms-body-1:after, .sms-body-2:after, .sms-body-3:after, .sms-body-4:after, .sms-body-5:after, .sms-body-6:after, .sms-body-7:after, .sms-body-8:after, .sms-body-9:after {
        content: "";
        position: absolute;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #1D4583 transparent transparent;
        z-index: 9998;
    }

    .sms-body-1:before, .sms-body-1:after {
        top: 5px;
    }

    .sms-body-2:before, .sms-body-2:after {
        top: 44px;
    }

    .sms-body-3:before, .sms-body-3:after {
        top: 83px;
    }

    .sms-body-4:before, .sms-body-4:after {
        top: 122px;
    }

    .sms-body-5:before, .sms-body-5:after {
        top: 161px;
    }

    .sms-body-6:before, .sms-body-6:after {
        top: 200px;
    }

    .sms-body-7:before, .sms-body-7:after {
        top: 239px;
    }

    .sms-body-8:before, .sms-body-8:after {
        top: 278px;
    }

    .sms-body-9:before, .sms-body-9:after {
        top: 317px;
    }


        .appointment-date-button {
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #fff;
            color: #555;
            border: 1px solid #ccc;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            font-weight: normal;
            /*
        background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
    */
        }

.appointment-date-button:hover {
    background-color: #1D4583;
    border-color: #1D4583;
    color: #fff;
}
.appointment-date-button:focus {
    border-color: #ccc;
    background-color: #fff;
    color: #555;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.schedule-step-element {
    width: 85% !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.appointmentSelector {
    z-index: 9;
    background-color: white;
    border: 1px solid #1D4583;
    border-radius: 4px;
    position: absolute;
    top: 37px;
    right: 10px;
    width: 414px;
    height: 258px;
}

.appointmentSelector:before {
    content: "";
    position: absolute;
    right: 10px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
    z-index: 9999;
}

    .appointmentSelector:after {
        content: "";
        position: absolute;
        right: 10px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #1D4583 transparent;
        z-index: 9998;
    }

.calendar-left {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0px;
    border-color: transparent #1D4583 transparent transparent;
    z-index: 9999;
    cursor: pointer;
}

.calendar-right {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    border-color: transparent transparent transparent #1D4583;
    z-index: 9999;
    cursor: pointer;
}

.calendar-label {
    display: flex;
    justify-content: center;
    color: #1D4583;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    align-items: center;
}

.close-calendar-icon-container { 
    position: absolute;
    top: 3px;
    right: -30px;
    border: 1px solid red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    background-color: white;
}

.time-slot-label, .time-slot-time, .time-slot-label-unavailable, .time-slot-time-unavailable {
    height: 26px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
}

.time-slot-container {
    display: flex;
    justify-content: flex-start;
}
/*#dbf0e0 light green*/
.current-ae-exists {
    background-color: #763232 !important;
    color: #ffffff !important;
}

.current-ae-display {
    background-color: #763232 !important;
    color: #ffffff !important;
    border-radius: 4px;
    border: 1px solid #763232;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.time-slot-label { /*#1D4583 #327540*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    border-left: 1px solid #cccccc;
    background-color: #327540;
    font-weight: bold;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.time-slot-label-unavailable { /*#1D4583 #327540*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    border-left: 1px solid #cccccc;
    background-color: #aaaaaa;
    font-weight: bold;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.time-slot-time-owned {
    background-color: #dbf0e0 !important;
}

.time-slot-time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px !important;
    border-right: 1px solid #cccccc;
    background-color: #ffffff;
    color: #1D4583;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.time-slot-time-unavailable {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px !important;
    border-right: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #1D4583;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.time-slots-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 86px);
    justify-content: center;
    grid-row-gap: 9px;
    grid-column-gap: 8px;
}

.evening-slots {
    background-color: #dbf0e0;
}
.fas.fa-comment-alt {
    color: #d2802d;
}
.new-sms-message {
    border-color: #d2802d !important;
    color: #d2802d !important;
    cursor: pointer;
}
.number-events-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.number-events, .number-events-highlighted {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.number-events {
    background-color: transparent; /* #b30000*/
}

.number-events-highlighted {
    background-color: #1D4583; /* #b30000*/
}

.events-title {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bolder;
    color: #1D4583;
}

.event-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 320px);
    justify-content: center;
    grid-row-gap: 5px;
    grid-column-gap: 4px;
}

.event-list-panel {
    display: flex;
    justify-content: flex-start;
    background-color: #1D4583;
    color: #ffffff;
    border-radius: 4px;
}

.event-date, .event-number, .event-type, .event-trash {
    padding: 5px 10px;
}

.event-date {
    width: 112px;
}

.event-trash {
    width: 33px;
}

.event-number {
    width: 40px;
}

.event-type {
    width: 126px;
}

.number-events-sort {
    display: none;
}


.btn {
    font-weight: bold;
}

td {
    white-space: nowrap !important;
}



.btn-download {
    border-radius: 4px;
    border: 0px solid #265931;
    color: #fff;
    background-color: #327540;
    background-image: none;
    cursor: pointer;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
}

.btn-download:hover {
    background-color: #45a159 !important;
}

/*commission page*/
.chain-member-table td {
    padding: 2px 20px;
}

.chain-member-table {
    border-collapse: collapse;
}
.g2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.finance-header-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.e-1 {
    grid-column: span 1;
}

.e-1-b {
    grid-column: span 1;
    border-right: 1px solid #3675d3;
    border-bottom: 1px solid #3675d3;
}

.e-2 {
    grid-column: span 2;
}

.e-3 {
    grid-column: span 3;
    border-top: 1px solid black;
    color: #ffffff;
    background-color: #1D4583;
}

.g3-0 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.fc {
    display: flex;
    justify-content: center;
}

.fl, .fl-blue {
    display: flex;
    justify-content: flex-start;
}

.fr {
    display: flex;
    justify-content: flex-end;
}

.fc, .fl, .fl-blue, .fr, .ss-hdr, .ss-hdr-class-ii-pending, .ss-cell, .ss-hdr-class-ii-pending, .ss-hdr-class-iii-pending, .ss-lbl-class-iii-pending, .ss-hdr-class-iv-pending, .ss-cell {
    font-size: 14px;
}

.fl-blue {
    background-color: #1D4583;
    color: #fff;
}

.fc, .fl, .fl-blue, .fr {
    padding: 3px 10px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.g3-0 {
    border-left: 1px solid black;
}

.class-ii-pending {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 1px solid #071221;
    border-right: 1px solid #071221;
    grid-template-columns: repeat(6, 1fr );
}

.ss-hdr-class-ii-pending {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 6px 2px;
    color: white;
    background-color: #1D4583;
    font-weight: bold;
    border-right: 1px solid white;
    box-sizing: border-box;
}

.ss-cell-class-ii-pending {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #071221;
    padding: 3px 0px;
    color: #071221;
    font-weight: normal;
    box-sizing: border-box;
}

.input-cell {
    width: 100%;
    border: none !important;
    padding-left: 3px !important;
    /*border-right: 1px solid #071221 !important;*/
}

    .input-cell:focus {
        outline: none !important;
    }

.class-iii-pending {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*border-left: 1px solid #071221;
        border-right: 1px solid #071221;*/
    grid-template-columns: repeat(1,1fr 1fr 1fr 1fr 1fr 1fr 1fr );
}

.class-i-pending {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*border-left: 1px solid #071221;
        border-right: 1px solid #071221;*/
    grid-template-columns: repeat(1,1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr );
}

.ss-hdr-class-iii-pending {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 6px 2px;
    color: white;
    background-color: #1D4583;
    font-weight: bold;
    box-sizing: border-box;
}

.ss-cell-class-iii-pending, .ss-hdr-class-iii-pending {
    border-left: 1px solid #2c6bc9 !important;
    border-top: 1px solid #2c6bc9 !important;
}

.bottom-cell {
    border-bottom: 1px solid #2c6bc9 !important;
}

.right-cell {
    border-right: 1px solid #2c6bc9 !important;
}

.top-left-cell {
    border-top-left-radius: 6px !important;
}

.top-right-cell {
    border-top-right-radius: 6px !important;
    border-right: 1px solid #2c6bc9 !important;
}

.bottom-left-cell {
    border-bottom-left-radius: 6px !important;
    border-bottom: 1px solid #2c6bc9 !important;
}

.bottom-right-cell {
    border-bottom-right-radius: 6px !important;
    border-bottom: 1px solid #2c6bc9 !important;
    border-right: 1px solid #2c6bc9 !important;
}


.ss-lbl-class-iii-pending {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: white;
    background-color: #1D4583;
    font-weight: bold;
    box-sizing: border-box;
}

.ss-cell-class-iii-pending {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #071221;*/
    padding: 3px 0px;
    color: #071221;
    font-weight: normal;
    box-sizing: border-box;
}

.class-iv-pending {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*border-left: 1px solid #071221;
        border-right: 1px solid #071221;*/
    grid-template-columns: repeat(1,1fr 1fr 1fr 1fr 1fr 1fr 1fr );
}

.ss-hdr-class-iv-pending {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 6px 2px;
    color: white;
    background-color: #1D4583;
    font-weight: bold;
    border-right: 1px solid white;
    box-sizing: border-box;
}

.ss-cell-class-iv-pending {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #071221;
    padding: 3px 0px;
    color: #071221;
    font-weight: normal;
    box-sizing: border-box;
}

.ss-hdr {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 6px 5px;
    color: white;
    background-color: #1D4583;
    font-weight: bold;
}

.ss-cell {
    border-bottom: 1px solid #071221;
}


.ss-cell, .ss-cell-b {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 3px 10px;
    color: #071221;
    font-weight: normal;
}

.ss-odd {
    background-color: transparent; /*#cddcf4*/
    /*border-left: 1px solid #2c6bc9 !important;
        border-top: 1px solid #2c6bc9 !important;*/
}

.ss-label {
    background-color: #1D4583 !important;
    color: white !important;
    padding: 6px !important;
    font-size: 14px;
    font-weight: bold;
    border: none !important;
}

.ss-even {
    background-color: #ffffff;
}

.finance-container {
    /*border-top: 1px solid #2c6bc9 !important;
        border-left: 1px solid #2c6bc9 !important;*/
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.g10-0 {
    border-left: 1px solid #071221;
    border-right: 1px solid #071221;
}

.g10-0, .g10-0-b {
    display: grid;
    grid-template-columns: repeat(1,1fr 4fr 4fr 4fr 4fr 4fr 4fr 4fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.g10-0-c {
    display: grid;
    grid-template-columns: repeat(1,1fr 4fr 4fr 4fr 4fr 4fr 4fr 4fr 4fr 4fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.flex-container {
    display: grid;
    grid-template-columns: repeat(1,4fr 1fr 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 5px;
}

.filter-elements {
    display: flex;
    align-items: center;
}

.outer-loader, .inner-loader {
    border-radius: 7px;
}

.outer-loader {
    width: 100%;
    min-height: 14px;
    height: 14px;
    background-color: #f3f3f3;
    display: none;
}

.inner-loader {
    width: 0%;
    min-height: 14px;
    height: 14px;
    background-color: #1D4583;
}
.start-date-label, .end-date-label, .class-date, .friday-class-date-no-input, .friday-class-date, .btn-filter, .btn-clear {
    width: 80px !important;
}


.start-date-label, .end-date-label {
    background-color: #ccc;
    background-image: none;
    border: 1px solid #aaa;
    border-right-color: transparent;
    color: #1D4583;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 1.42857143;
    padding: 4px 12px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    /*width: 52px;*/
}

.class-date, .friday-class-date-no-input, .friday-class-date {
    height: 30px;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left-color: #ccc;
    color: #1D4583 !important;
    display: block;
    line-height: 1.42857143;
    padding: 4px 12px;
    /*border-right-color: transparent;*/
}


.clear-start-date, .clear-end-date {
    height: 30px;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    /*border-left: 1px solid #aaa;*/
    border-right: 1px solid #aaa;
    color: #1D4583 !important;
    display: block;
    line-height: 1.42857143;
    padding: 4px 12px;
    width: 45px;
    text-align: center;
}
.search-term {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 204px;
}
.btn-filter, .btn-clear {
    border-radius: 0px !important;
}

.start-date-label, .end-date-label, .clear-start-date, .clear-end-date, .friday-class-date-no-input, .class-date, .friday-class-date, .btn-warning, .btn-primary, .btn-default, .input-sm {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.date-group {
    display: grid;
    grid-template-columns: repeat(1,1fr 6fr 6fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.payment-input:focus {
    outline: none;
}

.payment-input {
    text-align: right;
}
.commission-highlight {
    background-color: #327540;
    color: #ffffff;
}
.ar-date-group {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
}
.btn-chart-bridge {
    background-color: #E4572E !important;
    min-height: 11px;
    position: absolute;
    bottom: -10px;
    left: -1px;
    border-right: 1px solid #7e2a10 !important;
    border-left: 1px solid #7e2a10 !important;
    display: none;
}
.charts-open {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top: 1px solid transparent !important;
    border-right: 1px solid #7e2a10 !important;
    border-bottom: 1px solid #7e2a10 !important;
    border-left: 1px solid #7e2a10 !important;
}

.charts-closed {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top: 1px solid #7e2a10 !important;
    border-right: 1px solid #7e2a10 !important;
    border-bottom: 1px solid #7e2a10 !important;
    border-left: 1px solid #7e2a10 !important;
}

.btn-charts, .btn-chart-bridge {
    width: 90px;
}

.btn-charts {
    display: inline-block;
    padding: 3px 10px !important;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation; /**/
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none; /**/
    -moz-user-select: none; /**/
    -ms-user-select: none; /**/
    user-select: none;
    background-image: none; /**/
    height: 30px !important;
    background-color: #E4572E !important;
    color: white;
}

    .btn-charts:hover {
        background-color: #1D4583 !important;
    }

.charts-container {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-top: 1px solid #7e2a10 !important;
    border-right: 1px solid #7e2a10 !important;
    border-bottom: 1px solid #7e2a10 !important;
    border-left: 1px solid #7e2a10 !important;
    padding: 10px;
    display: none;
}
.btn-total-ar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border: 1px solid #0f2443;
}
.btn-ytd-ar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px solid #0f2443;
    border-right: 1px solid #0f2443;
    border-bottom: 1px solid #0f2443;
    border-left: 1px solid #0f2443;
}

.btn-total-ar, .btn-ytd-ar {
    color: #fff;
    background-color: #1D4583;
    background-image: none;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

    .btn-total-ar:hover, .btn-ytd-ar:hover {
        background-color: #2862b8 !important;
    }
.input-tab-start-date {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.input-tab-end-date {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/*commission page*/
/*create boss*/
.boss-creation-table td {
    padding: 10px;
}

.boss-creation-table {
    width: 90%;
}
.boss-creation-table .label-cell {
    text-align: right;
}
/*create boss*/
/*sales report*/
.gold-medal, .silver-medal, .bronze-medal {
    font-size: 30px;
}

.gold-medal {
    color: gold;
}

.silver-medal {
    color: silver;
}

.bronze-medal {
    color: #CD7F32;
}
.small-table-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.small-table-body-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.small-table-wing {
    display: block;
}

.medium-table-container {
    display: grid;
    grid-template-columns: repeat(1,1fr 2fr 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.medium-table-body-container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.medium-table-wing {
    display: block;
}
.large-table-container {
    display: grid;
    grid-template-columns: repeat(1,2fr 7fr 2fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.large-table-wing {
    display: block;
}

.no-portrait {
    display: block;
}
.sbs-label-tab-auto, .sbs-label-tab-center {
    background-color: #ccc;
    font-weight: bold;
}
.sbs-input-tab-auto, .sbs-label-tab-auto {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-image: none;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.42857143;
    height: 34px;
    color: #1D4583 !important;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
}
.sbs-input-tab-auto {
    background-color: #fff;
    font-weight: normal;
}
.sbs-label-tab-center {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-image: none;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.42857143;
    height: 34px;
    color: #1D4583 !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    padding: 0px 12px 4px 12px;
}
.rep-table-cell {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-image: none;
    line-height: 1.42857143;
    height: 40px;
    color: #1D4583 !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 6px 12px;
}
.rep-container-1, rep-container-2, rep-container-4 {
    display: flex;
    align-items: center;
}

.rep-container-1 {
    grid-column: span 1;
}

.rep-container-2 {
    grid-column: span 2;
}

.rep-container-3 {
    grid-column: span 3;
}

.rep-container-4 {
    grid-column: span 4;
}
.flex-container-0 {
    display: grid;
    grid-template-columns: repeat(1,1fr 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
/*sales report*/
.flex-panel {
    display: flex;
    justify-content: left;
}
.item-container-1 {
    grid-column: span 1;
}

.item-container-2 {
    grid-column: span 2;
}

.item-container-3 {
    grid-column: span 3;
}

.item-container-4 {
    grid-column: span 4;
}

.item-container-5 {
    grid-column: span 5;
}

.item-container-6 {
    grid-column: span 6;
}

.item-container-7 {
    grid-column: span 7;
}

.item-container-8 {
    grid-column: span 8;
}

.item-container-9 {
    grid-column: span 9;
}

.item-container-10 {
    grid-column: span 10;
}

.item-container-11 {
    grid-column: span 11;
}

.item-container-12 {
    grid-column: span 12;
}

.item-container-13 {
    grid-column: span 13;
}
.label-tab-start-date {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
}

.label-tab-end-date {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.label-tab-auto {
    background-color: #d0d2dc;
    background-image: none;
    border: 1px solid #aaa;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #1D4583;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    border-bottom-color: #d0d2dc;
}
.input-tab-auto {
    height: 34px;
}

.input-tab-auto, .input-tab-auto-textarea {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #aaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 0px solid #aaa;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #1D4583 !important;
    display: block;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    width: 100%;
    border-top-color: #d0d2dc !important;
    border-bottom-color: #aaa !important;
    border-left-color: #aaa !important;
    border-right-color: #aaa !important;
}
.profile-sub-header {
    font-size: 18px;
    font-weight: bolder;
    display: flex;
    justify-content: left;
    background-color: #1D4583;
    color: white;
    padding: 5px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 30px;
}
.row-spacer {
    height: 10px;
}
.invitee-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#invitees td, #invitees th, #fees td, #fees th {
    padding: 5px;
}

#invitees th, #fees th {
    background-color: #1D4583;
    color: #ffffff;
}

#invitees, #fees {
    width: 100%;
    border: 1px solid #1D4583;
}
.selected-flag, .unselected-flag {
    width: 28px;
    margin-left: 15px;
    border-radius: 50%;
}

.selected-flag {
    opacity: 1.0;
    border: 1px solid red;
}

.unselected-flag {
    opacity: 0.3;
    border: 1px solid transparent;
}
.input-sbs-auto-xs, .input-sbs-auto-xxs, .input-sbs-auto-sm, .input-sbs-auto-md, .input-sbs-auto-lg, .input-sbs-auto-xl {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-sbs-auto-xs, .input-sbs-auto-xxs, .input-sbs-auto-sm, .input-sbs-auto-md, .input-sbs-auto-lg, .input-sbs-auto-xl {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
}

.input-sbs-auto-xxs {
    width: 40px;
}

.input-sbs-auto-xs {
    width: 70px;
}

.input-sbs-auto-sm {
    width: 160px;
}

.input-sbs-auto-md {
    width: 160px;
}

.input-sbs-auto-lg {
    width: 290px;
}

.input-sbs-auto-xl {
    width: 350px;
}

.input-sbs-auto-xs, .input-sbs-auto-xxs, .input-sbs-auto-sm, .input-sbs-auto-md, .input-sbs-auto-lg, .input-sbs-auto-xl {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-width: 0px;
}

.input-sbs-auto-xs, .input-sbs-auto-xxs, .input-sbs-auto-sm, .input-sbs-auto-md, .input-sbs-auto-lg, .input-sbs-auto-xl {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /*border-right: 1px solid #aaa;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;*/
    border: 1px solid #aaa;
    float: left;
    background-color: #fff;
    color: #1D4583 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    width: 300px;
}
.input-document-auto {
    border-bottom: 1px solid #aaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 0px solid #aaa;
    padding: 10px 20px;
}
.label-sbs-auto {
    border-left: 1px solid #aaa;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.label-sbs-auto {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #ccc;
    float: left;
    color: #1D4583;
    font-weight: bold;
    width: 120px;
}

.label-sbs-auto {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
}
#BOSSTable th {
}

.creditresult-bottom-arrow {
    position: absolute;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}
#dropArea {
    background-color: #b5b5b5;
    border: 1px dashed black;
    height: 50px;
    text-align: center;
    color: #fff;
}
.checkbox-text {
    display: inline-block;
    margin-top: 3px;
}
.sticky-container {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 100;
}
.mentor-input {
    cursor: not-allowed;
}

.jk-button2 {
    background-color: #1D4583; /* Green */
    border: none;
    color: white;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.jk-button2:hover {
    background-color: #2c6bc9; /* Green */
    text-decoration: none !important;
    color: white;
}

.choice-header {
    border-bottom: 2px solid #685550;
    background-color: #d3c8c5;
}

.choice-header td {
    padding: 10px 20px;
}

.form-check-label {
    padding-left: 5px;
}
/*july 9 added*/
.item-container-1, .item-container-2, .item-container-4, .item-container-6, .item-container-8, .item-container-9 {
    box-sizing: border-box;
}



.control-group {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background: transparent;
}

.control {
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 4px;
    border: 1px solid #3675d3;
}

.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #3675d3;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #3675d3;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
/**/

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
/*july 9 added*/
/*july 21 added*/
.form-control {
    border: 1px solid #79a3e2 !important;
    color: #1D4583 !important;
}
div#ChangeForgotPassword .form-control {
    max-width: 280px !important;
}
/*july 21 added*/
/*july 23 added*/
.fpn-required {
    border: 2px solid red !important;
}
/*july 23 added*/
/*july 26 added*/
.fpn-modal-close {
    padding-top: 10px;
    font-size: x-large;
    cursor: pointer;
}
.fpn-modal-header {
    justify-content: space-between;
    display: flex;
}
    .fpn-modal-header > h4 {
        display: flex;
        color: #1D4583 !important;
        justify-content: space-between
    }
/*july 26 added*/
/*july 29 added*/
.green-section-header-and-input-color {
    background-color: #d3d6d3;
    color: #327540 !important;
}
/*july 29 added*/
/*aug 3 added*/
#AdminDiv input, #AdminDiv textarea {
    background-color: #cddcf4;
    border: 1px solid #588cda;
}
/*aug 3 added*/

/*.bottom {
    width: 113%;
}*/

#BOSSTable_length {
    padding-top: 0.25em;
    margin-left: 15px;
}

a.paginate_button {
    color: #fff !important;
    background-color: #1D4583 !important;
    background-image: none !important;
    cursor: pointer !important;
    width: 83px !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    height: 30px !important;
    margin-left: 8px !important;
    line-height: 1;
    padding: 0.5em 0em !important;
}

    a.paginate_button.disabled {
        cursor: default !important;
    }

span > a.paginate_button {
    background: white !important;
    color: #1d4593 !important;
    border: 2px solid black !important;
    height: 31px !important;
    width: 41px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
}

    span > a.paginate_button:hover, span > a.paginate_button.current {
        background-color: #1D4583 !important;
        color: #ffffff !important;
        font-weight: bold !important;
    }

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #79a3e2 !important;
    color: #1D4583 !important;
}

.btn-mtd-ar, .btn-ytd-ar, .btn-filter-ar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-all-ar, .btn-clear-filter-ar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
}

.input-box-endcap {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
}

.input-box-endcap {
    border-top: 0px solid #0f2443;
    border-right: 1px solid #0f2443;
    border-bottom: 1px solid #0f2443;
    border-left: 1px solid #0f2443;
}

.input-box-endcap {
    color: #fff;
    background-color: #1D4583;
    background-image: none;
    cursor: pointer;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
}

.input-box-endcap:hover {
    background-color: #2862b8 !important;
}


.btn-download {
    border-radius: 4px;
    border: 0px solid #265931;
    color: #fff;
    background-color: #327540;
    background-image: none;
    cursor: pointer;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
}

    .btn-download:hover {
        background-color: #45a159 !important;
    }

.btn-30days-ar, .btn-mtd-ar, .btn-ytd-ar, .btn-all-ar, .btn-clear-filter-ar, .btn-filter-ar {
    border-top: 0px solid #0f2443;
    border-right: 1px solid #0f2443;
    border-bottom: 1px solid #0f2443;
    border-left: 1px solid #0f2443;
}

.btn-30days-ar, .btn-mtd-ar, .btn-ytd-ar, .btn-all-ar, .btn-clear-filter-ar, .btn-filter-ar {
    color: #fff;
    background-color: #1D4583;
    background-image: none;
    cursor: pointer;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
}

    .btn-30days-ar:hover, .btn-mtd-ar:hover, .btn-ytd-ar:hover, .btn-all-ar:hover, .btn-clear-filter-ar:hover, .btn-filter-ar:hover {
        background-color: #2862b8 !important;
    }

.letter-list-item {
    border: 2px solid black;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

    .letter-list-item:hover, .letter-list-selected {
        background-color: #1D4583;
        color: #ffffff;
        font-weight: bold;
    }

.letter-list-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 36px);
    justify-content: center;
    grid-row-gap: 5px;
    grid-column-gap: 4px;
    margin-top: 15px;
    margin-bottom: -7px;
}

div.body-content {
    min-width: 80%;
}
@media (max-width: 1600px) {
    div.body-content {
        min-width: 92% !important;
    }
}
    

.conversion-report-container {
    display: grid;
    grid-template-columns: 3fr 3fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px solid #aaa;
    width: 95%;
    height: 200px;
    padding: 5px;
    background-color: #d0d2dc;
    border-radius: 4px;
}

.conversion-report-column-1, .conversion-report-column-2, .conversion-report-column-3, .conversion-report-column-4 {
    border: 1px solid #aaa;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
}

.conversion-report-column-header-3 {
    grid-column: span 3;
    background-color: #d0d2dc;
    font-weight: bold;
}

.conversion-report-column-1 {
    grid-column: span 1;
}
    .conversion-report-column-2 {
        grid-column: span 2;
    }
    .conversion-report-column-3 {
        grid-column: span 3;
    }
    .conversion-report-column-4 {
        grid-column: span 4;
    }
    .center-flex{
        display: flex;
        justify-content: center;
    }

    .left-flex {
        display: flex;
        justify-content: flex-start;
    }

    .right-flex {
        display: flex;
        justify-content: flex-end;
    }

.loader {
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #093881;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    margin-top: 21%;
    margin-left: 46%;
    z-index: 999;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    z-index: 1100;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}
/*#327540*/
.fas.fa-save.green {
    color: #327540;
}
/*#763232*/
.fas.fa-save.red {
    color: red;
}
.flex-container-contacts {
    display: grid;
    grid-template-columns: repeat(1,1fr 1fr 1fr 1fr 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 5px;
}
.progress {
    padding: 2px;
    width: 411px;
    background: white;
    border: 1px solid #1D4583;
    border-radius: 4px;
    height: 30px;
    display: none;
}

.progress__bar {
    height: 100%;
    width: 0%;
    border-radius: 3px;
    background: repeating-linear-gradient( 135deg, #1D4583, #1D4583 20px, #1163cf 20px, #1163cf 40px );
}
.btn-lc {
    height: 30px !important;
}
.btn-download-single {
    border-radius: 4px;
    background-image: none;
    cursor: pointer;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
}

.btn-download-single {
    border: 0px solid #265931;
    color: #fff;
    background-color: #327540;
}

    .btn-download-single:hover {
        background-color: #45a159 !important;
    }

.odd-row .grp-0 {
    background-color: #e6e6e6;
}

.even-row .grp-0 {
    background-color: #f2f2f2;
}

.odd-row .grp-1, .odd-row .grp-3, .odd-row .grp-5 {
    background-color: #c9e8d0;
}

.odd-row .grp-2-3 {
    background-color: #c9e8d0;
}

.odd-row .grp-2, .odd-row .grp-4, .odd-row .grp-5 {
    background-color: #c0d4f1;
}

.even-row .grp-1, .even-row .grp-3, .even-row .grp-5 {
    background-color: #dbf0e0;
}

.even-row .grp-2-3 {
    background-color: #dbf0e0;
}

.even-row .grp-2, .even-row .grp-4, .even-row .grp-5 {
    background-color: #d5e2f6;
}

.grp-1 {
}

.grp-2 {
}

.grp-3 {
}

.grp-2-3 {
}

.grp-4 {
}

.grp-5 {
}

.grp-6 {
}

.grp-hdr-0 {
    background-color: #ffffff;
}

.grp-hdr-1 {
    background-color: #edf7ef;
    color: #327540;
}

.grp-hdr-2 {
    background-color: #eaf1fa;
}

.grp-hdr-3 {
    background-color: #edf7ef;
    color: #327540;
}

.grp-hdr-2-3 {
    background-color: #edf7ef;
    color: #327540;
}

.grp-hdr-4 {
    background-color: #eaf1fa;
}

.grp-hdr-5 {
    background-color: #edf7ef;
    color: #327540;
}

.grp-hdr-6 {
    background-color: #eaf1fa;
}

.column-group-selector {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.fees-table th {
    vertical-align: bottom;
    text-align: center;
}

.fees-table th {
    background-color: #1D4583;
    color: #ffffff;
}

.fees-table td, .fees-table th {
    padding: 5px;
}

.dus-left, .dus-bottom-left {
    border-right: 2px solid;
}

.fees-table > tbody > tr > td:nth-child(1), .fees-table > thead > tr > th:nth-child(1) {
    width: 10% !important;
    min-width: 10% !important;
    max-width: 10% !important;
}

.fees-table > tbody > tr > td:nth-child(1), .fees-table > thead > tr > th:nth-child(2) {
    width: 10% !important;
    min-width: 10% !important;
    max-width: 10% !important;
}

.fees-table > tbody > tr > td:nth-child(3), .fees-table > thead > tr > th:nth-child(3) {
    width: 10% !important;
    min-width: 10% !important;
    max-width: 10% !important;
}

.fees-table > tbody > tr > td:nth-child(4), .fees-table > thead > tr > th:nth-child(4) {
    width: 10% !important;
    min-width: 10% !important;
    max-width: 10% !important;
}

.fees-table > tbody > tr > td:nth-child(5), .fees-table > thead > tr > th:nth-child(5) {
    width: 10% !important;
    min-width: 10% !important;
    max-width: 10% !important;
}

.short-search-term {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 148px !important;
    max-width: 148px !important;
    min-width: 148px !important;
}

.short-lct-label {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.short-apd-label {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.short-lct-label, .short-apd-label {
    background-color: #ccc;
    background-image: none;
    border: 1px solid #aaa;
    border-right-color: transparent;
    color: #1D4583;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 1.42857143;
    padding: 4px 12px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
}

.long-btn-download {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-image: none;
    cursor: pointer;
    width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
}

.long-btn-download {
    border: 0px solid #265931;
    color: #fff;
    background-color: #327540;
}

    .long-btn-download:hover {
        background-color: #45a159 !important;
    }
.clickable{
    cursor: pointer;
}
.inner-table-div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.inner-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-left: 10%;
    margin-right: 10%;
}

.inner-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.inner-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.inner-table tr:hover {
    background-color: #ddd;
}

.inner-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    background-color: #1D4583;
    color: white;
}
.inner-table-light {
    background-color: #e7effd !important;
    color: #1D4583 !important;
}
.inner-table-dark {
    background-color: #c0d4fa !important;
    color: #1D4583 !important;
}
.inner-table-red-light {
    background-color: #ffe6e6 !important;
    color: #990000 !important;
}
.inner-table-red-dark {
    background-color: #ffb3b3 !important;
    color: #990000 !important;
}
.align-left{
    text-align: left;
}
.align-right {
    text-align: right;
}