/* Minification failed. Returning unminified contents.
(851,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-secondary-bg'
(859,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(860,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(861,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
html {
  position: relative;
  min-height: 100%;
}
body {
    padding-top: 0px;
    padding-bottom: 90px;
	font-family: "Open Sans";
	font-size: 15px
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #005c94;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.showLoading {
    display: block;
}
.hideLoading {
    display: none;
}

.open-sans-font{
  font-family: 'Open Sans', sans-serif;
}

.sm-red-hyperlink {
	font-size: 12px;
	font-weight: bold;
	color:#666666
}
.sm-red-hyperlink > a:hover{
	color:#C44826
}

.CRS_Bi-Monthly .CRS_Monthly .CRS_Weekly {
    
}

/* Need a bigger textarea for some forms*/

.TextArea-Lg {
    max-width: 600px;
    min-height: 300px;
}

th, td {
	padding: 2px 10px 2px 10px;
}

.Summary {
	background-color: #EAF7FF;
    margin-bottom: 10px;
    height: 550px;
}
.ParentSummary {
	background-color: #cecece;
}

.zipCode {
	width: 125px !important;
}

.ciMenu {
	font-size: 20px;
}

.V-Align {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

/************************************************/
/************* Bootstrap Overrides **************/
/************************************************/
.page-header {
	padding: 10px 10px 10px 10px;
	margin: 0;
}

h2, .h2 {
	font-size: 21px;
	color: #005C94;
}

h3, .h3 {
	font-size: 24px;
	color: #005C94;
}

td {
	font-size: 13px;
}

@media (min-width: 768px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
}

.row {
	margin-right: 10px;
	margin-left: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
}

.nav-tabs {
	border-bottom-width: 0px;
}

.navbar-inverse {
  background-color: #005C94;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #005C94;
  background-color: #EAF7FF;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #005C94;
  background-color: #EAF7FF;
}

.dropdown-menu {
	background-color: #EAF7FF;
}

.dropdown-menu .divider {
	background-color: #eaf7ff
}

.dropdown-menu > li > a {
	color: #666666;
	background-color: #EAF7FF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #666666;
    background-color: #ffffff;
}

.dropdown-subheader {
  display: block;
  padding: 10px 20px ;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #EAF7FF;
  white-space: nowrap;
  font-weight: bold;
}

.dropdown-header {
  display: block;
  padding: 10px 20px ;
  font-size: 18px;
  line-height: 1.42857143;
  color: #005c94;
  background-color: #EAF7FF;
  white-space: nowrap;
  font-weight: bold;
}

.control-label {
	font-size: 12px;
}

.panel-title-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #005c94;
}
.panel-title-large > a,
.panel-title-large > small,
.panel-title-large > .small,
.panel-title-large > small > a,
.panel-title-large > .small > a {
  color: inherit;
}

.panel-default > .panel-heading {
	background-color: #EAF7FF;
}

.breadcrumb {
	background-color: #EAF7FF;
}

.jumbotron {
	background-color: #EAF7FF;
}
.jumbotron h1 {
	color:#005c94;
}

.menuItem-single {
    margin-top: 40px;
}

.menuItem-double {
    margin-top: 19px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.no-gutter [class*="sm-3"] {
	padding-left:0;
	padding-right:0;
}

.container {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.glyphicon {
    font-size: 17px;
    padding-right: 5px;
}



/*The following are used in the Notification Templates*/
.TemplateBody {
    font-size: 18px;
    font-family: Arial;
    width: 9in; /*Letter Size Paper*/
    margin-left: 0.5in;
    margin-top: 0.5in;
    margin-bottom: 0.5in;
    padding-top: 0.5in;
}
.TemplateHeader {
    position:relative;
    height:3.65in; /*2.875in;	*/
    width: 8.5in; /*7.4in;*/
}
.TemplateTitle { 
    text-align: center;
    padding-bottom: 20px;
}
.TemplateTitle .TemplateAddress {
    font-size: 10px;
}
.TemplateMailAddress {
    position:absolute;
    top:2.5in;
    width:3.5in;
    height:0.875in;
}
.TemplateHeaderInformation {
    position:absolute;
    top:1.75in;
    width:3.5in;
}
.TemplatePageBreak {
    page-break-after:always; /*Using this tag as a DIV class, forces a page break when printing the letter*/
    height:1px;
    margin:0;
    padding:0;
}

.TemplateStatementBody {
    width: 100%;
    height: 100%;
}
.TemplateStatementHeader {
    position:relative;
    height:3.75in;
    width: 100%;
    padding-top: 25px;
}
.TemplateStatementHeaderSmall {
    position:relative;
    height:2in;
    width: 9in;
}
.TemplateStatementHeaderInformation {
    width: 100%;    
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    min-height: 50px;
}
.TemplateStatementSubHeaderInformation{
    width:40%;
    float:left;
    font-size: small;
}
.TemplateStatementSubHeaderInformationRight{
    width:20%;
    float:right;
    font-size: small;
}
.TemplateStatementMailAddress {
    position:relative;
    top: 8.25in; /*9.75in;*/
    left: .5in;
    height: 0.875in;
    font-size: large;
}

.TemplateTwoColumns {
    position: relative;
    width: 100%;
    padding-top: 5px;
    margin-top: 10px;
}
.TemplateTwoColumns table {
    border-collapse: collapse;
}
.TemplateLeftColumn {
    position: absolute; 
    text-align: left;
    max-width: 50%;
    top: 0;
    left: 0;
}
.TemplateTwoColumns .TemplateLeftColumn table{
    margin-left: 0px;
    margin-right: 10px;
}
.TemplateTwoColumns .TemplateRightColumn table{
    margin-left: 10px;
    margin-right: 0px;
}
.TemplateTwoColumns table tr {
    border-bottom: 1px solid;
}
.TemplateLeftColumn table td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.TemplateLeftColumn .TemplateColumnHeader {
    padding-top: 10px;
    padding-bottom: 10px;
}
.TemplateRightColumn {
    position: absolute;
    text-align: right;
    max-width: 50%;
    width: 50%;
    top: 0px;
    right: -18px;  
}
.TemplateRightColumn .TemplateColumnHeader {
    padding-top: 10px;
    padding-bottom: 10px;
}
.TemplateRightColumn table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.TemplateColumnHeader {
    background-color: #EAF7FF;
    font-weight: bold;
    width: 4in;
}
.TemplateColumnSubHeader {
    font-weight: bold;
}

.TemplateStatementDetails {
    width: 100%;
}

.TemplateStatementDetails .TemplateLeftAlign {
    text-align: left;
    white-space: nowrap;
}

.TemplateStatementDetails .TemplateRightAlign {
    text-align: right;
    white-space: nowrap;
}

.glyphicon-disabled {
    color: lightgray;
}

.TemplateMessageBody {
}

.TemplateMessageBody h1 {
    font-size: 16px;
}
.TemplateMessageBody table {
    font-size: 14px;
    padding-left: 10px;
}
.TemplateMessageBody td {
    padding-left: 10px;
}
.TemplateReviewAndContact { font-weight: bold; }

.TemplateHighlightedText {
    color: red;
}
.TemplateFooterInformation {
	
}
.TemplateStatementSpecialInformation {
    font-style: italic;
}

.fee {
    background: yellow;
}
/*td.day {
    font-weight: bold;
}*/
td.day.disabled {
    color: lightgray !important;
}
.nav-pills > li.active > .wizardTab,
.nav-pills > li.active > .wizardTab:focus,
.nav-pills > li.active > .wizardTab:hover {
    color: #333;
    font-weight: bold;
    background: transparent;
    cursor: default;
}
.nav-pills > li > .wizardTab,
.nav-pills > li > .wizardTab:focus,
.nav-pills > li > .wizardTab:hover {
    color: #333;
    background: transparent;
    cursor: default;
}

.btn-ci-skinny {
	font-size: 13px;
	padding: 1px 10px;
}

.wizardHeader {
    font-size: 16px;
    color: #005C94;
}

.notificationCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 24px;
    height: 24px;
    padding: 3px;
    background: #c50000;
    border: 2px solid #c50000;
    color: white;
    text-align: center;
    font: 12px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
}

.zero-left-padding {
    padding-left: 0px !important;
}

.wysiwyg-div p:after {
    content: "";
    display: inline-block;
    width: 0px;
}

/*Bootstrap 5 CSS for Header & Footer STARTS*/

.higher-z-index {
    z-index: 999;
}

.theme-blue-color {
    background-color: #005c94;
}

.h-100vh {
    min-height: calc(100dvh - 82px);
    overflow: auto;
}

.footer-button-accessible {
    min-width: 24px;
    min-height: 24px;
    padding: 6px 12px;
}

.footer-button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 70%;
    margin-left: 10px
}

    .footer-button:hover {
        color: #fff;
        background-color: #2e6da4
    }

.control-label {
    font-size: 12px;
    font-weight: 800;
    display: flex;
    justify-content: end;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

/*NavBar Modification Starts*/
.navbar {
    position: relative;
    min-height: 50px;
    border: 0px;
    border-radius: 4px;
}

.nav-tabs {
    border-bottom-width: 0px;
    margin-bottom: -7px
}

.nav-text {
    color: #FFFFFF;
}

.nav-tabs > li > a {
    color: #FFFFFF;
    padding-bottom: 14px;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: #005C94;
        background-color: #EAF7FF;
    }

.nav-tabs > .open > a,
.nav-tabs > .open > a:hover,
.nav-tabs > .open > a:focus {
    color: #005C94;
    background-color: #EAF7FF;
}

.navbar-inverse {
    background-color: #005C94;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #FFFFFF;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #005C94;
            background-color: #EAF7FF;
        }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #005C94;
        background-color: #EAF7FF;
    }
/*NavBar Modification Ends*/

/*NavigationBar Styling Starts*/
navigation-bar .nav-pills > li.active > .wizardTab,
navigation-bar .nav-pills > li.active > .wizardTab:focus,
navigation-bar.nav-pills > li.active > .wizardTab:hover {
    color: #333;
    font-weight: bold;
    background: transparent;
    cursor: default;
}

navigation-bar .nav-pills > li > .wizardTab,
navigation-bar .nav-pills > li > .wizardTab:focus,
navigation-bar .nav-pills > li > .wizardTab:hover {
    color: #333;
    background: transparent;
    cursor: default;
}

.navigation-bar {
    background-color: #005C94;
    border-color: #080808;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px;
    border-radius: 4px;
    display: flex;
    justify-content: end;
    padding-block-end: 3px;
}

.nav-container {
    padding-left: 29px;
    padding-top: 8px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.navbar-toggler-icon {
    background-color: white;
    height: 20px;
    width: 20px;
}

.btn-hover-light {
    background: transparent;
    height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.icon-btn-hover-light:hover {
    background: #eaf7ff;
}

.btn-hover-light:hover {
    color: #005bae;
}

.btn-hover-light > a {
    color: inherit;
    text-decoration: none;
    border-radius: 4px;
    padding: 14px;
    font-size: 18px;
}

    .btn-hover-light > a:hover {
        background: #eaf7ff;
    }

    .btn-hover-light > a.show {
        background: #eaf7ff;
        color: #005bae !important;
        text-decoration: none !important;
        border-radius: 4px;
    }

.vp-url {
    text-decoration: none;
    color: #337ab7;
}

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        background-color: #2e6da4;
        color: #ffffff
    }
/*Bootstrap 5 CSS for Header & Footer ENDS*/

.breadcrumb {
    background-color: #EAF7FF;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
}

    .breadcrumb > .active {
        color: #555555;
    }

    .breadcrumb > .empty {
        padding: 8px 15px;
    }

.breadcrumb-links {
    color: #0066cc;
    text-decoration: none;
    min-width: 24px;
    min-height: 24px;
    padding: 6px 12px;
}

/* Class to ensure interactive elements meet minimum size and spacing */
.interactive-link {
    padding: 10px 15px; /* Increases clickable area */
    display: inline-block; /* Makes the anchor behave like a block for padding */
    min-width: 24px; /* Ensures the clickable area is at least 24px wide */
    min-height: 24px; /* Ensures the clickable area is at least 24px tall */
    text-decoration: none; /* Optional: remove underline if you don't want it */
}

.fs-13 {
    font-size:13px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px !important;
}

#wizard > ul > li > a.active {
    background: transparent;
    color: #333;
    font-weight: 600;
}
.disable-pointer {
    pointer-events: none
}


#messageTextarea {
    height: auto !important;
    min-height: 400px !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-outline-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-outline-secondary:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

input[readonly],
select[readonly],
textarea[readonly] {
    background-color: var(--bs-secondary-bg) !important;
    opacity: 1 !important;
    cursor: not-allowed;
    pointer-events: none;
}

/* Override Bootstrap variables for nav-pills */
.nav-pills {
    --bs-nav-pills-link-active-color: #333; /* Text color */
    --bs-nav-pills-link-active-bg: transparent; /* Background */
    --bs-nav-pills-border-radius: 0; /* Remove rounding */
    gap: 0.5rem; /* Space between pills */
}

    /* Nav-pill items */
    .nav-pills .nav-link {
        color: #333;
        background: transparent;
        border: none;
        padding: 0.5rem 1rem;
        position: relative;
    }

        /* Active pill style */
        .nav-pills .nav-link.active {
            font-weight:bold;
            color: #000 !important;
            background-color: transparent !important;
            border-radius: 0 !important;
        }

        /* Hover state */
        .nav-pills .nav-link:hover {
            background-color: rgba(0,0,0,0.05) !important;
        }

        /* Remove focus ring */
        .nav-pills .nav-link:focus {
            box-shadow: none !important;
        }

.card-header-light-blue {
    background-color: #EAF7FF !important;
    border-bottom: 1px solid #dee2e6; /* Bootstrap's default border color */
}

.min-w-148px {
    min-width:148px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff9e8;
    opacity: 1;
    cursor: not-allowed;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
}

/* Change the color of the asterisk */
label span[style="color:red"] {
    color: #c50000 !important;
    margin-left: 4px;
}

.manual-asterisk {
    color: #c50000 !important;
}

.text-info {
    color: #31708f !important;
}
.interactive-link {
    font-size: 18px !important;
    text-decoration: underline !important;
}

.interactive-font {
    color: #2a6dad;
}

.high-contrast-text {
    color: #767676 !important;
}

.acc-blue-text {
    color: #286090 !important;
}

.acc-blue-btn-color {
    background-color: #007c9d; /* or any of the above alternatives */
    color: #ffffff; /* keep your white text */
}
