/* Inheriting Parent CSS */
@import "uh-life.css";
.btn-nav span.glyphicon-right {
    margin-left: 8px;
    margin-right: 0px;    
}
.panel-body h5:first-child { margin-top: 8px; }
.panel-body h5 { margin-top: 24px; }


/*------------------
Additional Claim Styling
------------------*/
.addClaimContainer {
    margin: 4px;
    padding: 6px;
    border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 255);
    cursor:not-allowed;
}
.addClaimContainer.validPolicy {
    cursor:pointer;
}
.addClaimContainer.validPolicy.selected {
    background-color:#8BE38B;
}
.addClaimContainer.validPolicy:hover {
    background-color:#DFFDD8;
}
.addClaimContainer.validPolicy.selected:hover {
    background-color:#ABF3AB;
}
.addPolicyField {
    border-radius:4px;
    line-height: 1.3em;
    font-size:1.3em;
    width:85px;
    padding: 2px;
    font-weight:bold;
    text-align:center;
}

#countDownTimer {
    font-size: 2rem;
    font-weight: bold;
}

.countDownSection {
    margin-top: 1em;
}

/*------------------
Login Styling
------------------*/
#login-form .help-block{
    color: #a94442;
}

/*------------------
Training Styling
------------------*/
.alignTextCenter {
    vertical-align: middle;
}

/*------------------
Contact Us Styling
------------------*/
.contact-info{
    line-height: 1.4em;
}

.contact-info span{
    padding: 0px 0px 10px 0px;
}

.contact-info h5{
    color: #305194;
}

.contact-section{
	position:relative;
	padding:0px 0px 20px;
}

.contact-section .sec-title{
	margin-bottom:25px;	
}

.contact-section .form-group{
	position:relative;
	margin: 0px 0px 20px 0px;
    padding: 0px 15px;
}

.contact-section .form-group-inner{
	position:relative;
	display:table;
	width:100%;
	border:1px solid #d0d0d0;
	overflow:hidden;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.contact-section .form-group .icon-box{
	position:relative;
	display:table-cell;
	height:100%;
}

.contact-section .form-group .icon-box label{
	position:relative;
	display:inline-block;
	width:40px;
    height: 38px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#3d3d3d;
	margin:0px;
	background:#ffffff;
	border-right:1px solid #d0d0d0;
}

.icon{
    margin: auto;
}

.contact-section .form-group label.error{
	display:none !important;
}

.contact-section .form-group .field-outer{
	position:relative;
	display:table-cell;
    width: 100%;
	height: 38px;
	vertical-align:middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error{
	background:rgba(255,0,0,0.20);
}

.contact-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	height:200px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.contact-section button{
	position:relative;
	display:inline-block;
	background:#222a33;
	color:#ffffff;
	padding:8px 30px;
	line-height:24px;
	font-size:14px;
	font-weight:500;
    border-radius: 3px;
}

.contact-section button:before{
	background:#f78243;
}

.contact-section .text .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 10px;
}

.contact-section .text .checkbox-group .heading > label {
    margin: 0;
    white-space: nowrap;
}

.contact-section .text .checkbox-group .field-outer {
    display: block;
}

.contact-section .text .checkbox-group .checkboxitems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0;
}

.contact-section .text .checkbox-group .checkboxitems > label {
    display: flex;
    align-items: center;
    font-weight: normal;
    padding-right: 10px;
    margin: 0;
    width: 50%;
}

.contact-section .text .checkbox-group .checkboxitems > label > input[type=checkbox] {
    margin: 5px 5px auto 0;
}

@media only screen and (min-width: 600px) {
    .contact-section .text .checkbox-group .checkboxitems > label {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .contact-section .text .checkbox-group {
        flex-wrap: nowrap;
    }
    
    .contact-section .text .checkbox-group .checkboxitems {
        justify-content: flex-start;
    }
    
    .contact-section .text .checkbox-group .checkboxitems > label {
        padding-right: 0;
        padding-left: 20px;
    }
}




.contact-section .text .radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 10px;
}

.contact-section .text .radio-group .heading > label {
    margin: 0;
    white-space: nowrap;
}

.contact-section .text .radio-group .field-outer {
    display: block;
}

.contact-section .text .radio-group .radioitems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact-section .text .radio-group .radioitems > label {
    display: flex;
    align-items: center;
    font-weight: normal;
    padding-right: 10px;
    margin: 0;
    width: 50%;
}

.contact-section .text .radio-group .radioitems > label > input[type=radio] {
    margin: 5px 5px auto 0;
}

@media only screen and (min-width: 600px) {
    .contact-section .text .radio-group .radioitems > label {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .contact-section .text .radio-group {
        flex-wrap: nowrap;
    }

    .contact-section .text .radio-group .radioitems {
        justify-content: flex-start;
    }

    .contact-section .text .radio-group .radioitems > label {
        padding-right: 0;
        padding-left: 20px;
    }
}

.contact-section .form-group .input-group-addon {
    width:40px;
}

.contact-panel {
    background: #F9F9F9;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*------------------
Quote Styling
------------------*/
.sTR { padding-bottom: 0.6em; text-align: center; }
.sTRL  { padding-bottom: 0.6em; padding-right: 0.35em; text-align: right; }
.sTRR  { padding-bottom: 0.6em; padding-left: 0.35em; text-align: left; }
.lTR { padding-bottom: 1.1em; }
.pRight { padding-right: 0.8em; }
.mTop { margin-top: 0.8em; }
.mTopLg { margin-top: 2.4em; }
.noMBottom { margin-bottom: 0; }
.bTop { margin:-2em 0 0.4em; }
.dDowns { padding: 0.4em; }
.red { color: red; }
.w100 { width: 100%; }
.w33 { width: 33%; }
.hidden { display: none; }
.stripSpacing { margin: 0; padding: 0; }
.quoteTable { margin-left: auto; margin-right: auto; font-size: 1.2em; width: 100%; }
table.quoteTable tbody > tr > td { max-width: 9em; }
.primHeader { padding: 0.2em 0.1em 0.2em 0.8em; background: linear-gradient(to right, #253e74 0%, #005fb7 30%, #253e74 100%); color: #fff; text-transform: uppercase; }
.subHeader { text-align: center; }
.bLine { margin-top: 1em; height: 0.25em; background: linear-gradient(to right, #253e74 0%, #005fb7 30%, #253e74 100%); }
.totlLine { background-color: #E7E7E8; }
.quoteTableLeftCol { padding-left: 0.8em; padding-right: 2.4em; white-space: nowrap; }
.w90 { width: 90%; margin-left: auto; margin-right: auto; font-size: 1.03em; }
.rAlign { text-align: right; }
.quoteSubHeading { display: flex; justify-content: space-between; }
.payPlan{ font-size: 1.2em; }
.singlePrem { font-size: 0.84em; padding-left: 1em; }
.singlePrem u { font-size: 1.2em; }
.backTab { padding-left: 0.5em; }
td { padding: 0.1em; }
span.fontNormal { font-weight: normal }
.quoteTable .topHeader { white-space: nowrap; }

#balanceSummary tbody tr:hover { cursor: pointer; }

#balanceDetails.loading {
    position: relative;
}
#balanceDetails .table-loader {
    display: none;
}
#balanceDetails.loading .table-loader {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background-image: url("../../../images/loaders/loader8.gif");
    background-repeat: no-repeat;
    background-color: rgba(202,202,202,0.6);
    background-position: center;
}

.app-wizard-container {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative;
}
.app-wizard {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.app-wizard > li {
    display: flex;
    flex-wrap: nowrap;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: left;
    width: auto;
}
.app-wizard > li:after, .app-wizard > li:before {
    display: none;
}
.app-wizard > li.active {
    
}
.app-wizard > li.active:after, .app-wizard > li.active:before {
    background-color: #fb6b5b;
    border: medium none;
}
.app-wizard > li.complete:after, .app-wizard > li.complete:before {
    background-color: #92cf5c;
    border: medium none;
}
.app-wizard > li:last-child::after {
    display: none;
}
.app-wizard > li:first-child::before {
    display: none;
}
.app-wizard > li > .section-icon {
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #a9a9a9;
    font-size: 18px;
    height: 45px;
    margin: 0;
    padding: 12px 0;
    position: relative;
    text-align: center;
    width: 45px;
    z-index: 1;
}
.app-wizard > li.active > .section-icon {
    background-color: #fb6b5b;
    border: medium none;
    color: #fff;
}
.app-wizard > li.complete > .section-icon {
    background-color: #92cf5c;
    border: medium none;
    color: #fff;
}
.app-wizard > li > .section-icon i {
    display: table;
    margin: auto;
    top: auto;
}
.app-wizard > li > .section-details {
    color: #464646;
    margin: auto auto auto 0;
    padding: 0;
    width: auto;
}
.app-wizard > li > .section-details > span {
    font: 400 15px "Cuprum",sans-serif;
    margin: auto 0 auto 10px;
    position: relative;
}
.app-wizard > li.active > .section-details > span > i,
.app-wizard > li.complete > .section-details > span > i {
    background-color: #92cf5c;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    left: auto;
    margin: 0;
    padding: 2px 3px 2px 2px;
    position: absolute;
    right: -18px;
    top: 0;
}
.app-wizard .steps {
    display: table;
    margin: 3px 0 auto 10px;
    padding: 0;
}
.app-wizard .steps > li {
    color: inherit;
    display: block;
    float: left;
    list-style: outside none none;
    font-size: 16px;
    padding: 0 2px;
    position: relative;
    text-align: center;
}
.app-wizard .steps > li:first-child {
    padding-left: 0;
}
.app-wizard .steps > li:last-child {
    padding-right: 0;
}
.app-wizard .steps > li:after, .app-wizard .steps > li:before {
    background-color: #eaeaea;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    content: "";
    height: 5px;
    position: absolute;
    top: 9px;
    width: 50%;
}
.app-wizard .steps > li:before {
    left: 0;
}
.app-wizard .steps > li:after {
    right: 0;
}
.app-wizard .steps > li.active {
    
}
.app-wizard .steps > li.active:after, .app-wizard .steps > li.active:before {
    background-color: #fb9f95;
    border: medium none;
}
.app-wizard .steps > li.complete:after, .app-wizard .steps > li.complete:before {
    background-color: #b7db96;
    border: medium none;
}
.app-wizard .steps > li:last-child::after {
    display: none;
}
.app-wizard .steps > li:first-child::before {
    display: none;
}
.app-wizard .steps > li > a {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #464646;
    cursor: default;
    display: flex;
    flex-wrap: nowrap;
    font-size: 15px;
    height: 22px;
    letter-spacing: -1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 22px;
    z-index: 1;
}
.app-wizard .steps > li.active > a {
    background-color: #fb9f95;
    border: 1px solid #fb6b5b;
    color: #fff;
    cursor: pointer;
}
.app-wizard .steps > li.active > a:hover {
    background-color: #fb6b5b;
}
.app-wizard .steps > li.complete > a  {
    background-color: #b7db96;
    border: 1px solid #92cf5c;
    color: #fff;
    cursor: pointer;
}
.app-wizard .steps > li.complete > a:hover {
    background-color: #92cf5c;
}
.app-wizard .steps > li > a > span {
    display: block;
    margin: 0 auto;
    padding-right: 2px;
    text-align: center;
    vertical-align: middle;
}

/*------------------
Help Styling
------------------*/
.helpDocList li{
    font-size: 16px;
}

@media (min-width: 768px) {
    .app-wizard {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }
    .app-wizard > li {
        flex-wrap: wrap;
        padding: 0;
        text-align: center;
        width: 20%;
    }
    .claim-wizard.app-wizard > li {
        width: 25%;
    }
    .app-wizard > li:after, .app-wizard > li:before {
        background-color: #eaeaea;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        content: "";
        display: block;
        height: 5px;
        position: absolute;
        top: 23px;
        width: 50%;
    }
    .app-wizard > li:before {
        left: 0;
    }
    .app-wizard > li:after {
        right: 0;
    }
    .app-wizard > li > .section-icon {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        font-size: 20px;
        height: 50px;
        margin: 0 auto;
        padding: 14px 0;
        width: 50px;
    }
    .app-wizard > li > .section-details {
        margin: 0;
        padding-top: 5px;
        width: 100%;
    }
    .app-wizard > li > .section-details > span {
        margin: 0;
    }
    .app-wizard > li.complete > .section-details > span > i {
        left: -18px;
        right: auto;
    }
    .app-wizard .steps {
        margin: 6px auto 0;
    }
}

.app-panel {
    position: relative;
}
.app-panel .toggle-wizard {
    background-color: #fff;
    border: 1px solid #ccc;
    bottom: -8px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    left: 50%;
    line-height: 0.7;
    margin-left: -8px;
    padding: 1px 2px;
    position: absolute;
    text-align: center;
    z-index: 100;
}
.app-panel .toggle-wizard.top {
    bottom: -8px;
}
.app-panel .toggle-wizard.top.visible-xs.hidden {
    display: none !important;
}
.app-panel .toggle-wizard > i {
    line-height: 0.7;
    margin-right: 0;
}
.app-panel > .panel-heading-nav {
    position: relative;
}
.app-panel > .panel-heading-nav > .btn-xs > .glyphicon {
    font-size: 16px;
}

.app-panel .summary {
    background: #f0eee7;
    padding: 10px;
}
.app-panel .panel-body .summary {
    border: 1px solid #dfdac7;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
}
@media (min-width: 481px) {
    .app-panel .panel-body .summary {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .app-panel .summary {
        padding: 0 5px;
    }
}
.app-panel .summary .section {
    border-bottom: 1px solid #d8e3e6;
    width: 100%;
}
.app-panel .modal .summary .section {
    border-bottom: 1px solid #ffdc51;
    display: block;
    padding: 0;
    position: relative;
}
.app-panel .panel-body .summary .section {
    border-bottom-width: 2px;
    display: block;
    padding: 10px 0 0;
}
.app-panel .summary .section:last-child {
    border-bottom: 0 none;
}
.app-panel .modal .summary .section .section-name-container {
    display: none;
}
.app-panel .panel-body .summary .section .section-title {
    display: block;
    padding: 0 10px;
    width: 100%;
}
.app-panel .panel-body .summary .section .section-title h4 {
    margin: 0 0 10px;
}
.app-panel .panel-body .summary .section .section-data {
    display: block;
    padding: 0 10px;
    width: 100%;
}
@media (min-width: 768px) {
    .app-panel .modal .summary .section {
        align-items: flex-start;
        border-bottom: 1px solid #d8e3e6;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 0 10px;
    }
    .app-panel .modal .summary .section:last-child {
        border-bottom: 0 none;
    }
    .app-panel .panel-body .summary .section {
        border-bottom-width: 1px;
        display: flex;
        padding: 15px 0 0;
    }
    .app-panel .modal .summary .section .section-name-container {
        display: flex;
        left: 0;
        position: absolute;
        top: -11px;
        width: 100%;
    }
    .app-panel .modal .summary .section .section-name {
        background-color: #d7dfe5;
        border: 1px solid #ddd;
        border-radius: 8px;
        display: block;
        margin: 0 auto;
        padding: 1px 5px;
    }
    .app-panel .panel-body .summary .section .section-title {
        display: flex;
        padding: 0 10px 0 15px;
        width: 25%;
    }
    .app-panel .panel-body .summary .section .section-title h4 {
        margin: 0 0 auto;
    }
    .app-panel .panel-body .summary .section .section-data {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px 0 0;
        width: 75%;
    }
}
.app-panel .summary .step-container {
    padding: 0;
    width: auto;
}
.app-panel .summary .step {
    background-color: inherit;
    border-bottom: 1px solid #d8e3e6;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 10px 0;
}
.app-panel .modal .summary .step {
    border-bottom: 1px solid #ffdc51;
}
.app-panel .panel-body .summary .step-container:first-child .step {
    padding: 0 0 10px;
}
.app-panel .summary .step-container:last-child .step {
    border-bottom: 0 none;
}
.app-panel .summary .step > .data {
    border-top: 1px solid #eae8df;
    display: flex;
}
.app-panel .summary .step > .data:first-child {
    border-top: 0 none;
}
.app-panel .panel-body .summary .step > .data.statement {
    margin-bottom: 10px;
}
.app-panel .panel-body .summary .step > .data.statement:last-child {
    margin-bottom: 0;
}
.app-panel .summary .step > .data.space-bottom {
    padding-bottom: 10px;
}
.app-panel .summary .step > .data .field {
    padding-right: 5px;
    width: 40%;
}
.app-panel .summary .step > .data.wide-field .field {
    width: 70%;
}
.app-panel .modal .summary .step > .data .field {
    font-size: 11px;
}
.app-panel .summary .step > .data .value {
    font-weight: bold;
    word-wrap: break-word;
    width: 60%;
}
.app-panel .summary .step > .data.wide-field .value {
    width: 30%;
}
.app-panel .modal .summary .step > .data .value {
    font-size: 11px;
}
.app-panel .panel-body .summary .step > .data .value {
    max-width: 50%;
}
.app-panel .panel-body .summary .step > .data.statement .field {
    max-width: 100%;
    padding-right: 0;
    width: auto;
}
.app-panel .panel-body .summary .step > .data.statement .value {
    display: none;
}
@media (min-width: 481px) {
    .app-panel .panel-body .summary .step > .data .value {
        max-width: auto;
    }
}
@media (min-width: 768px) {
    .app-panel .summary .step-container {
        padding: 0 5px;
        width: 50%;
    }
    .app-panel .summary .step-container.first {
        order: 1;
    }
    .app-panel .summary .step-container.second {
        order: 2;
    }
    .app-panel .summary .step-container.third {
        order: 3;
    }
    .app-panel .summary .step-container.full {
        width: 100%;
    }
    .app-panel .summary .step {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
        padding: 10px;
    }
    .app-panel .modal .summary .step {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .app-panel .panel-body .summary .step {
        margin-bottom: 15px;
    }
    .app-panel .panel-body .summary .step-container:first-child .step {
        padding: 10px;
    }
    .app-panel .summary .step-container:last-child .step {
        border: 1px solid #ddd;
    }
}
.app-panel .summary .step > .data.right {
    border-top: 0 none;
}
.app-panel .summary .step > .data.right.border-top {
    border-top: 1px solid #eae8df;
}
.app-panel .summary .step > .data.right .value {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.app-panel .modal .summary .step > .data.underline .value {
    text-decoration: underline;
}
.app-panel .modal .summary .step > .data.text-warning {
    color: #ff9933;
}


.app-panel > hr {
    margin: 0;
}
.app-panel .panel-body .body-heading {
    display: flex;
    padding-bottom: 10px;
}
.body-heading.body-heading-margin {
    margin-bottom: 10px;
}
.app-panel .panel-body .body-heading .body-title {
    color: inherit;
    font-size: 16px;
    margin: 0 auto 0 0;
}
.body-title.body-title-multiline {
    line-height: 22px;
}
.app-panel .panel-body .body-heading .title-details {
    color: inherit;
    font-size: 16px;
    margin: 0 0 0 auto;
}
.app-panel .app-form {
    background-color: #f2f7f9;
    border: 1px solid #d0dde1;
    border-radius: 4px;
    padding: 15px 15px 0;
}
.app-form label.required {
    font-weight: bold;
}
.app-form label.required span {
    font-weight: normal;
}
.app-form .checkbox label.required {
    padding-left: 28px;
}
.app-form .checkbox label.required input[type="checkbox"] {
    margin-left: -28px;
}
.app-form label.required:before {
    position: absolute;
    margin-left: -8px;
    content:" * ";
    color: #d9534f;
}
.app-form.form-horizontal label.required:before {
    position: relative;
}
.app-form .list-container {
    display: inline-block;
}
.app-form .list-container > .control-label {

}
.app-form .list-container .check-list {
    height: 104px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #bbb;
    background-color: #fff;
    white-space: nowrap;
}
.app-form .list-container .check-list .checkbox {
    min-height: auto;
    padding: 5px 20px 0 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.app-form .list-container .check-list .checkbox > label {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    min-height: auto;
    padding-left: 0;
}
.app-form .list-container .check-list .checkbox > label > input[type="checkbox"] {
    margin: auto 5px auto 0;
    position: relative;
}
.app-form .legal-stmt {
    padding: 8px;
    border: 1px solid #bbb;
    background-color: #fff; 
    font-size: 14px;
}
@media (max-width: 767px) {
    .quoteTable {
        width: 100%;
    }
    .quoteTableLeftCol {
        padding-left: 0px;
        padding-right: 0px;
        min-width: 68px;
    }
}
@media (max-width: 480px) {
    .app-panel .panel-body {
        padding: 0;
    }
    .app-panel .panel-body .body-heading {
        padding: 10px;
    }
    .app-panel .app-form {
        border-radius: 0;
    }
}

.app-panel section.loading {
    background: rgba(0, 0, 0, 0) url("../../../images/loaders/loader8.gif") no-repeat scroll 50% 50%;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.app-question {
    display: block;
}
.app-question.parent-question {
    margin: 0 0 8px;
}
.app-question > .question-text {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.app-question > .question-text > .control-label {
    font-weight: 700;
}
.app-question > .question-text > .ellipsis-after {
    display: block;
    margin: 0;
    overflow: hidden;
}
.app-question > .question-text > .ellipsis-after:after {
    content: "";
}
.app-question > .question-answers {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 0 0 auto;
}
.app-question > .question-answers > fieldset {
    align-items: center;
    cursor: default;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.app-question > .question-answers > fieldset.na-option {
    padding: 0;
}
.app-question > .question-answers .radio-inline,
.app-question > .question-answers .checkbox-inline {
    display: flex;
    margin: auto 0 0;
    min-height: auto;
    padding-left: 17px;
}
.app-question > .question-answers .radio-inline + .radio-inline,
.app-question > .question-answers .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
}
.app-question > .question-answers .radio-inline input[type="radio"],
.app-question > .question-answers .checkbox-inline input[type="checkbox"] {
    margin-left: -17px;
}
.app-question-supplimental {
    margin-top: 8px;
}
@media (min-width: 481px) {
    .app-question {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }
    .app-question > .question-text {
        margin: 0 10px 0 0;
    }
    .app-question > .question-text > .ellipsis-after:after {
        content: " .......................................................................................................................................................................................................................................................................";
        font-weight: 500;
        letter-spacing: 2px;
        position: absolute;
        z-index: 1;
    }
    .app-question > .question-answers {
        margin: auto 0 0 auto;
    }
    .app-question > .question-answers > fieldset {
        width: auto;
    }
    .app-question > .question-answers > fieldset.na-option {
        padding: 0 45px 0 0;
    }
    .app-question-supplimental {
        margin-top: 3px;
    }
}
.app-question .question-inline > span {
    margin-right: 8px;
}
.app-question .question-inline > span:last-child {
    margin-right: 0;
}
.app-question .question-inline .radio-inline,
.app-question .question-inline .checkbox-inline {
    padding-left: 17px;
}
.app-question .question-inline .radio-inline input[type="radio"],
.app-question .question-inline .checkbox-inline input[type="checkbox"] {
    margin-left: -17px;
}
.parent-question .control-label {
    margin-bottom: 0;
}
.sub-questions {
    list-style: lower-alpha outside;
    margin-bottom: 0;
    padding-left: 20px;
}
.sub-questions li {
    padding-left: 3px;
}
.sub-questions li + li {
    margin-top: 10px;
}
.sub-questions li > div{
    display: inline-flex;
    width: 100%;
}
.sub-questions .app-question {
    width: 100%;
}
.sub-questions .app-question > .question-text > .control-label {
    font-weight: 500;
}

.medical-list {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 30px;
    list-style-position: outside;
    margin-bottom: 0;
    padding-left: 15px;
}
.medical-list li {
    font-size: 11px;
    break-inside: avoid-column;
}
@media (min-width: 481px) {
    .medical-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 768px) {
    .medical-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (min-width:992px){
    .medical-list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media (min-width:1200px){
    .medical-list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
.app-panel .result-table.table-bordered {
    border: 0 none;
}
.app-panel .result-table > thead > tr > th,
.app-panel .result-table > thead > tr > td,
.app-panel .result-table > tbody > tr > th,
.app-panel .result-table > tbody > tr > td {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.app-panel section.loading .result-table > thead > tr > th,
.app-panel section.loading .result-table > thead > tr > td,
.app-panel section.loading .result-table > tbody > tr > th,
.app-panel section.loading .result-table > tbody > tr > td {
    background-color: inherit;
}
.app-panel .result-table > tbody > tr:first-child > th,
.app-panel .result-table > tbody > tr:first-child > td {
    border-top: 2px solid #ddd;
}
.app-panel .result-table > thead > tr > th,
.app-panel .result-table > tbody > tr > th {
    padding: 6px 5px 6px 10px;
    white-space: nowrap;
    width: 1px;
}
.app-panel .result-table.table-bordered > thead > tr > th,
.app-panel .result-table.table-bordered > tbody > tr > th {
    padding: 6px 10px;
}
.app-panel .result-table > thead > tr > td,
.app-panel .result-table > tbody > tr > td {
    padding: 6px 10px 6px 5px;
}
.app-panel .result-table.table-bordered > thead > tr > td,
.app-panel .result-table.table-bordered > tbody > tr > td {
    padding: 6px 10px;
}
.app-panel .result-table > thead > tr > td > input,
.app-panel .result-table > tbody > tr > td > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: default;
    line-height: 1.2;
    padding: 0;
    width: 100%;
}
.app-panel .result-table.result-right > thead > tr > td,
.app-panel .result-table.result-right > tbody > tr > td,
.app-panel .result-table.result-right > thead > tr > td > input,
.app-panel .result-table.result-right > tbody > tr > td > input {
    text-align: right;
}

.app-panel .grandchild-panel {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 5px 15px;
    position: relative;
}
.app-panel .grandchild-panel > button.remove {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
}
.app-panel .grandchild-panel .form-group:first-child {
    margin-top: 0;
}
.app-panel .grandchild-panel .form-group:last-child {
    margin-bottom: 0;
}

.app-panel .premium-arrow {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 30px;
    opacity: 0;
}
.app-panel .premium-arrow.slide {
    transition: all 1s ease 0s;
    margin-left: 10px;
    opacity: 1;
}

.app-panel .confirmation {
    
}
.app-panel .confirmation .section {
    align-items: center;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.app-panel .confirmation .section:first-child {
    border-top: 0 none;
}
.app-panel .confirmation .section .section-title {
    align-items: center;
    background-color: #b7db96;
    border: 1px solid #92cf5c;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    display: flex;
    flex-wrap: nowrap;
    height: 60px;
    margin: auto 0 auto 30px;
    min-height: 60px;
    min-width: 60px;
    padding: 0;
    width: 60px;
}
.app-panel .confirmation .section .section-title.bg-primary {
    background-color: #6d9fca;
    border-color: #4a79a3;
}
.app-panel .confirmation .section .section-title.bg-option {
    background-color: #6fc4b5;
    border-color: #54ac9d;
}
.app-panel .confirmation .section .section-title.bg-info {
    background-color: #eecd7f;
    border-color: #d0b062;
}
.app-panel .confirmation .section .section-title.bg-pay {
    background-color: #a07fee;
    border-color: #8a65e0;
}
.app-panel .confirmation .section .section-title.bg-danger {
    background-color: #d65c4f;
    border-color: #b34235;
}
.app-panel .confirmation .section .section-title i {
    font-size: 40px;
    margin: auto;
    padding: 0;
    top: auto;
}
.app-panel .confirmation .section .section-data {
    margin: 0;
    padding: 15px;
    width: 100%;
}
.app-panel .confirmation .section:nth-child(odd) .section-data {
    
}
.app-panel .confirmation .section:nth-child(even) .section-data {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eee 0px, #fff 100%) repeat scroll 0 0;
}
.app-panel .confirmation .section .section-data .instructions {
    padding-left: 12px;
}
.app-panel .confirmation .section .section-data .payment-info .instructions {
    margin-bottom: 0;
}
.app-panel .confirmation .section .section-data .instructions li {
    margin-bottom: 5px;
}
.app-panel .confirmation .section .section-data .instructions li address {
    line-height: 1.3;
    margin: 8px 0 0 2px;
}
.app-panel .confirmation .section .section-data .btn i {
    margin-right: 5px;
}
.app-panel .confirmation .section .section-data h5 {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.app-panel .confirmation .section .section-data h5 i {
    top: auto;
}
.app-panel .confirmation .section .section-data h5 i.glyphicon-ok {
    color: #b7db96;
}
.app-panel .confirmation .section .section-data h5 i.glyphicon-print {
    color: #6d9fca;
}
.app-panel .confirmation .section .section-data h5 i.glyphicon-envelope {
    color: #6fc4b5;
}
.app-panel .confirmation .section .section-data h5 i-file {
    color: #eecd7f;
}
.app-panel .confirmation .section .section-data h5 i.glyphicon-credit-card {
    color: #a07fee;
}
.app-panel .confirmation .section .section-data .payment-details {
    margin: auto auto auto 0;
}
.app-panel .confirmation .section .section-data .payment-options {
    margin: auto 0 0 auto;
}
.app-panel .confirmation .section .section-data .payment-options .btn .glyphicon::before {
    vertical-align: text-bottom;
}
@media (min-width: 768px) {
    .app-panel .confirmation .section {
        flex-wrap: nowrap;
    }
    .app-panel .confirmation .section .section-title i.glyphicon-ok {
        padding: 0 3px 0 0;
    }
    .app-panel .confirmation .section .section-title i.glyphicon-file {
        padding: 0 0 0 5px;
    }
    .app-panel .confirmation .section .section-data {
        margin-left: 30px;
    }
    .app-panel .confirmation .section .section-data .payment-details {
    
    }
    .app-panel .confirmation .section .section-data .payment-options {
    
    }
}

/* == Existing Companies Search & Multi-Select for Online Application == */
.app-form input.list-search {
    background: url("../../../images/icons/dark/magnify.png") no-repeat scroll 5px center;
    background-color: white;
    border: 1px solid #D0D0D0;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    float: left;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    min-width: 180px;
    padding: 3px 3px 3px 25px;
}
.app-form .form-categories { padding: 0 15px; }
.app-form .form-categories .form-group {
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.app-form .form-buttons { padding: 0 15px; margin-bottom: 0; }
.app-form .form-buttons .btn-sm + .btn-sm { margin-left: 10px; }
.app-form .check-label { padding-top: 3px; }
.app-form .group-categories {
    display: block;
    margin: -10px 0;
}
.app-form .group-category-sm {
    padding: 0;
    margin: 10px 0;
}
.app-form .group-category-sm .category-list {
    border: 1px solid #bbb;
    background-color: white;
    font-size: 16px;
    height: 82px;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}
.app-form .group-category-sm .category-list > li {
    cursor: pointer;
    padding: 2px 26px 2px 8px;
    white-space: nowrap;
}
.app-form .group-category-sm .category-list > li + li {
    border-top: 1px solid #eee;
}
.app-form .group-category-sm .category-list > li:hover {
    background: none repeat scroll 0 0 #239169;
    color: #FFFFFF;
}
.app-form .group-category-sm .category-list > li.selected {
    background-color: #2b69a0;
    color: #fff;
}
.app-form .group-category-sm .category-list > li.disabled {
    cursor: not-allowed;
}
.app-form .group-category-sm.has-error .category-list {
    border-color: #d65c4f;
}

@media (min-width: 481px) {
    .app-form .form-categories .form-group {
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        padding: 10px;
    }
    .app-form .group-categories {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin: -7px;
        width: 100%;
    }
    .app-form .group-category-sm {
        margin: 7px;
    }
    .app-form .group-category-sm .category-list {
        font-size: 14px;
        height: 100px;
    }
    .app-form .category-check-list {
        height: 100px;
    }
    .app-form .radio-inline, .app-form .checkbox-inline {
        display: inline-block;
    }
}
.app-form .tag-list {
    margin-top: 10px;
}
.app-form .tags-input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d5d5d5;
    overflow-y: auto;
    padding: 0 0 3px;
    min-height: 34px;
    width: 100%;
}
.app-form .tags-input.error, .app-form .has-error .tags-input {
    border-color: #d65c4f;
}
.app-form .tags-input span.tag {
    background: none repeat scroll 0 0 #5d7480;
    color: #fff;
    display: block;
    float: left;
    margin: 3px 0 0 3px;
    padding: 5px 12px 4px 26px;
    position: relative;
}
.app-form .tags-input span.tag a {
    color: #fff;
    display: block;
    height: 12px;
    left: 8px;
    opacity: 0.6;
    outline: medium none;
    position: absolute;
    top: 6px;
    width: 12px;
}
.app-form .tags-input span.tag a:hover {
    opacity: 1;
}

/*********************************/
/* Policy Status Specific Styles */
/*********************************/

/* Policy Status Search */
form.policystatus input:checked+label {
    font-weight: 900;
}
form.policystatus input {
    font-weight: 900;
}
form.policystatus input[type="button"]{
    font-weight: normal;
}
form.policystatus input[type="submit"] {
    font-weight: normal;
}
form.policystatus ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
}
form.policystatus ::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
}
form.policystatus :-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
}
form.policystatus :-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
}
/* Status buttons */
div.statusButtonBack, div.statusButtonViewDetails, div.statusButtonViewTransactions, div.statusButtonStartClaim {
    display: inline-block;
}
div.statusButtonViewDetails button[disabled], div.statusButtonViewTransactions button[disabled], div.statusButtonStartClaim button[disabled] {
    pointer-events: none;
}

#changeForm .btn-on.active {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    background-color: #398439;
    border-color: #255625;
}
#changeForm .btn-off.active {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    background-color: #d9534f;
    border-color: #b92c28;
}


/* Ratio Calculation */
.cancellation-details > h5:first-child {
    line-height: 1.4em;
    margin-bottom: 12px;
    margin-top: 0;
}
.cancellation-formula {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
}
.cancellation-formula h6 {
    margin-top: 5px;
}
.cancellation-formula .table-responsive {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.cancellation-formula .ratio-calculation {
    margin: 0 auto;
}
.cancellation-definitions {
    padding: 15px 0 5px;
}
.cancellation-definitions p {
    
}
.cancellation-definitions p:last-child {
    margin-bottom: 0;
}
.ratio-calculation .equation {
    font-size: 12px;
    line-height: 2em;
    text-align: center;
}
.equation .variable {
    white-space: nowrap;
}
.equation .operator {
    font-size: 16px;
    padding: 0 5px;
}
.equation .equals {
    font-size: 16px;
    padding: 0 5px;
}
.equation .result {
    font-weight: bold;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}
.equation .result.divisor {
    
}
.equation .result.divisor:before {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10%;
    border-top: 1px solid #333333;
}
.equation .result.total {
    
}
@media (min-width: 768px) {
    .ratio-calculation .equation {
        font-size: 14px;
    }
    .equation .operator {
        font-size: 18px;
    }
    .equation .equals {
        font-size: 18px;
    }
}

.ratio-modal {
    display: flex;
    flex-wrap: wrap;
}
.ratio-data {
    
}
.ratio-modal .ratio-data {
    margin: auto;
}
.ratio-modal .ratio-data > h5 {
    margin: 15px auto 3px
}
.ratio-data.loading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ratio-table {
    margin: 0;
}
.ratio-table tr > th {
    padding: 10px;
    border: 1px solid #bbb;
    background: #eee;
}
.ratio-table th.heading-options {
    padding: 5px;
}
.ratio-table th > select {
    padding: 5px;
}
.ratio-table th > .btn {
    float: right;
    padding: 3px 5px;
}
.ratio-table tr > td {
    border-right: 1px solid #bbb;
    padding: 0;
}
.ratio-table tr > td:first-child {
    border-left: 1px solid #bbb;
}
.ratio-table tr:first-child > td {
    border-top: 1px solid #bbb;
}
.ratio-table tr:last-child > td {
    border-bottom: 1px solid #bbb;
}
.ratio-table .space-row > td {
    
}
.ratio-table .total-row > td {
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.ratio-table label {
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}
.ratio-table label > a {
    margin-right: 8px;
}
.ratio-table label > a > .glyphicon {
    margin-right: 0;
}
.ratio-table .value {
    margin: 0;
    padding: 5px 10px;
    position: relative;
    text-align: right;
}
.ratio-table .total-row .value {
    font-weight: bold;
}
.ratio-table .operator {
    
}
.ratio-table .operator .value:before {
    content: "";
    font-size: 16px;
    margin-right: 5px;
}
.ratio-table .operator.add .value:before {
    content: "+";
}
.ratio-table .operator.subtract .value:before {
    content: "-";
}
.ratio-table .operator.multiply .value:before {
    content: "x";
}
.ratio-table .operator.divide .value:before {
    content: "\00f7";
}
.ratio-table .value > a {
    color: #428BCA;
}
.ratio-details {
    
}
.ratio-data.loading .ratio-details {
    background: rgba(0, 0, 0, 0) url("../../../images/loaders/loader9.gif") no-repeat scroll 50% 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 15px auto 0;
    height: 54px;
}
.ratio-data.loading .ratio-details > p {
    margin: 0;
}
.ratio-details > h3 {
    
}
.ratio-details > p {
    margin: 20px 0 0 0;
}
@media (min-width: 768px) {
    .ratio-data.loading .ratio-details {
        margin: auto;
    }
}
@media (min-width: 992px) {
    .ratio-modal {
        flex-wrap: nowrap;
    }
    .ratio-data {
        
    }
    .ratio-table {
        
    }
    .ratio-details {
        
    }
}

.input-group.input-inline {
    display: flex;
    align-items: center;
}
.input-group.input-inline .input-group-field {
    
}
.input-group.input-inline .input-group-field:first-child {
    padding-right: 0;
}
.input-group.input-inline .input-group-field + .input-group-field {
    padding-left: 0;
}

.credit-cards {
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    list-style: none;
}
.credit-cards > li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin: 0;
    width: 60px;
    height: 36px;
}
.credit-cards > li.inactive {
    opacity: 0.3;
    cursor: default;
}
.credit-cards > li + li {
    margin-left: 10px;
}
.credit-cards > li > img {
    max-width: 50px;
    max-height: 24px;
    margin: auto;
}

.cc-form label.required {
    font-weight: bold;
}
.cc-form label.required:before {
    position: absolute;
    margin-left: -8px;
    content:" * ";
    color: #d9534f;
}
.cc-form.form-horizontal label.required:before {
    position: relative;
}

/* Dashboard panel styles */

/* Override bootstrap style */
.panel-success {
    border-color: #b9cca8;
}
.panel-success tr th.bg-success {
    background-color: #eaf3e2;
}
.panel-success tr:last-child th.bg-success {
    border-bottom-left-radius: 3px !important;
}

.panel-body.convention {
    padding: 0;
}
.convention .logo {
    display: block;
    padding: 15px;
}
.convention .logo img {
    width: 100%;
}
.convention .convention-details {
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
}
.convention .convention-details h4 {
    margin-top: 0;
}
.convention .convention-details h5 {
    margin: 0;
}
.convention .convention-form {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.cutoff-cal {
    display: inline-block;
    vertical-align: top;
}
.cutoff-index {
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}
.cutoff-cal .ui-datepicker-calendar td a {
    background: none;
    text-align: center;
    border: 0 none;
    color: #777;
    cursor: default;
    font-weight: 400;
}
.cutoff-cal .ui-widget-content .ui-state-hover {
    border: 0 none;
}
.cutoff-cal .ui-datepicker-calendar td.cutoff a, .cutoff-index .cutoff {
    color: #dd1a1a;
    font-weight: 700;
}
.cutoff-cal .ui-datepicker-calendar td.paid a, .cutoff-index .paid {
    color: #1bbc13;
    font-weight: 700;
}
.cutoff-cal .ui-datepicker-calendar td.closed a, .cutoff-index .closed {
    color: #2b93ec;
    font-weight: 700;
}
.cutoff-cal .ui-datepicker-calendar td.cutoff a,
.cutoff-cal .ui-datepicker-calendar td.paid a,
.cutoff-cal .ui-datepicker-calendar td.closed a {
    border: 1px solid #c5dbec;
}

.production .ytd-table tr.subtract td::before, .gc-tt-sub::before {
    content: "-";
    font-size: 16px;
    margin-right: 5px;
}
.production .ytd-table tr.total th, .production .ytd-table tr.total td {
    border-top: 2px solid #dadada;
    font-weight: 600;
}

.contacts .contact .contact-info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contacts .contact .contact-info + .contact-info{
    margin-top: 8px;
}
.contacts .contact .contact-info .icon {
    margin: auto 10px auto 0;
    border-radius: 100%;
    background-color: #333;
    width: 30px;
    height: 30px;
    text-align: center;
}
.contacts .contact .contact-info .icon .glyphicon {
    font-size: 16px;
    margin-right: 0;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
}
.contacts .contact .contact-info .contact-details h6 {
    display: inline-block;
    margin: 0;
}
.contacts .contact .contact-info .contact-details h6 a {
    color: #245886;
}

.preneed-quote.form-horizontal .form-group-sm .col-sm-2.help-block {
    margin-top: 4px;
    margin-bottom: 0;
}
.quote-panel {
    position: relative;
}
.quote-panel .summary {
    background: #f0eee7;
    padding: 10px;
}
.quote-panel .summary section {
    width: 100%;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.quote-panel .summary section:last-child {
    margin-bottom: 0;
}
.quote-panel .summary section h4 {
    font-size: 14px;
    margin-top: 0;
}
.quote-panel .summary .step-data > .data {
    border-top: 1px solid #eae8df;
    display: flex;
}
.quote-panel .summary .step-data > .data:first-child {
    border-top: 0 none;
}
.quote-panel .summary .step-data > .data .field {
    padding-right: 5px;
    width: 40%;
}
.quote-panel .summary .step-data > .data .value {
    font-weight: bold;
    word-wrap: break-word;
    width: 50%;
}
.quote-panel .summary .step-data > .data.right {
    border-top: 0 none;
}
.quote-panel .summary .step-data > .data.right.border-top {
    border-top: 1px solid #eae8df;
}
.quote-panel .summary .step-data > .data.right .value {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.quote-panel .modal .summary .step-data > .data.underline .value {
    text-decoration: underline;
}
.quote-panel .modal .summary .step-data > .data.text-warning {
    color: #ff9933;
}
#annuityModalBody {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1em;
}
@media only screen and (min-width: 768px) {
    .preneed-quote.form-horizontal .form-group-sm .col-sm-2.help-block {
        margin-bottom: 12px;
        margin-top: 7px;
        padding-left: 0;
    }
    #annuityModalBody {
        justify-content: space-evenly;
    }
}
#annuityModalBody .modal-section {
    margin-bottom: 1em;
}
#annuityModalBody .modal-section .folder-path {
    color: #c96b0a;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 1em;
}

.commission-buttons .btn-group {
    width: 100%;
}
.commission-summary .sum-table thead tr th {
    white-space: nowrap;
}
.commission-summary .sum-table td.total {
    font-weight: bold;
}
.commission-details-container {
    display: flex;
    flex-wrap: nowrap;
}
.commission-details-container .commission-details {
    display: flex;
    margin: 0 0 0 auto;
}
.commission-details .calc-table {
    max-width: max-content;
}
.commission-details .calc-table th, #commissionDetailsModal .calc-table td {
    text-align: right;
}
.commission-details .calc-table tr.total {
    font-weight: bold;
}
#commissionAgentSelectContainer {
    display: none;
}
#commissionDetails {
    margin-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
}
#commissionDetails .panel-body {
    padding-bottom: 0px;
}
#commissionsTableSection {
    border-radius: 0px 0px 4px 4px;
}
#commissionsTableSection .panel-heading {
    border-radius: 0;
}
#commissionsTable .dtr-details {
    display: block;
}
#commissionsTable .dtr-details > li {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
}
#commissionsTable .dtr-details > li > .dtr-data {
    margin-left: auto;
    margin-right: 25%;
}
@media only screen and (min-width: 768px) {
    #commissionsTable .dtr-details > li > .dtr-data {
        margin-right: 40%;
    }
}
#commissionsTable.dataTable.dtr-column > tbody > tr {
    cursor: pointer;
}
#commissionsTable.dataTable.dtr-column.collapsed > tbody > tr > td.dtr-control,
#commissionsTable.dataTable.dtr-column.collapsed > tbody > tr > th.dtr-control {
    padding-left: 30px;
}
#commissionsTable.dataTable.dtr-column > tbody > tr > td.dtr-control::before,
#commissionsTable.dataTable.dtr-column > tbody > tr > th.dtr-control::before,
#commissionsTable.dataTable.dtr-column > tbody > tr > td.control::before,
#commissionsTable.dataTable.dtr-column > tbody > tr > th.control::before {
    left: 10px;
    height: 12px;
    width: 12px;
}
#commissionsTable tr.child > td.child table > tr:nth-child(even) {
    background-color: #f7f7f7;
}
#commissionsTable tr.child > td.child table > tr {
    border-bottom: 1px solid #e7e7e7;
}
#commissionsTable tr.child > td.child table > tr:last-child {
    border-bottom: 0 none;
}
#commissionsTable tr.child > td.child table > tr > td:last-child {
    text-align: right;
}
#commissionsTable tr.child > td.child table > tr > td span.glyphicon {
    margin: 0 0 0 3px;
}

/* ===== Search User Input Group ===== */
.search-user-input-group {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}

.search-user-input-group .form-control {
    flex: 1;
    min-width: 0;
    border-right: none;
}

.search-user-input-group .btn-primary {
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 15px;
    flex-shrink: 0;
    width: auto;
}

.search-user-input-group .input-group-addon {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
}

/* ===== Assistant Management ===== */
.assistants-container {
    max-height: 400px;
    overflow-y: auto;
}

.assistant-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    transition: background-color 0.2s ease;
}

.assistant-item:hover {
    background-color: #f5f5f5;
}

.assistant-item + .assistant-item {
    margin-top: 10px;
}

.assistant-info {
    margin: 0 auto 0 0;
}

.assistant-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.assistant-details {
    color: #666;
    line-height: 1.5;
}

.assistant-details h4 {
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0;
}

.assistant-details h4 .badge {
    margin-left: 8px;
    font-size: 11px;
}

.assistant-details h5 {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
}

.assistant-actions {
    margin: 0 0 0 auto;
}

.user-search .panel-body > .form-group {
    margin-bottom: 0;
    margin-top: 0;
}

.user-search .form-group + button {
    margin-top: 15px;
}

.user-search-empty {
    margin-bottom: 0;
    margin-top: 15px;
    background-color: #fff;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.user-search-results {
    margin-bottom: 0;
    margin-top: 15px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
}

.user-search-item {
    display: flex;
    flex-wrap: nowrap;
    padding: 12px 15px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-search-item + .user-search-item {
    margin-top: 8px;
}

.user-search-item.selected {
    background-color: #f5f5f5;
}

#assistantSearch_userList.loading .user-search-item.selected {
    background: #f5f5f5 url("../../../images/loaders/loader8.gif") no-repeat scroll 50% 50%;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.user-search-item:hover {
    background-color: #f8f9fa;
    border-color: #0275d8;
    box-shadow: 0 2px 4px rgba(2, 117, 216, 0.1);
}

.user-search-item .user-info {
    margin: 0 auto 0 0;
}

.user-search-item .user-details {
    margin: 0 0 0 auto;
}

.user-search-item h4, .user-search-empty h4 {
    display: block;
    margin-bottom: 6px;
    margin-top: 0;
    color: #212529;
    font-size: 15px;
    font-weight: 600;
}

.user-search-item h4 .badge {
    margin-left: 8px;
    font-size: 11px;
}

.user-search-item h5, .user-search-empty h5 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    color: #6c757d;
    font-size: 13px;
}

.user-search-item .badge {
    font-size: 11px;
}

.assistant-form-section {
    border-top: 2px solid #ddd;
    margin-top: 20px;
}

.assistant-form .form-group:last-child {
    margin-bottom: 0;
}

.assistant-form .form-group .help-block {
    color: #d9534f;
    font-size: 12px;
    margin-top: 3px;
}

.assistant-form .form-group.has-error .form-control {
    border-color: #d65c4f;
    box-shadow: none;
}

.assistant-form .form-group.has-error .form-control:focus {
    border-color: #d65c4f;
    box-shadow: 0 0 0 0.2rem rgba(214, 92, 79, 0.25);
}

.assistant-form .control-label.required {
    font-weight: bold;
}

.assistant-form .control-label.required span {
    font-weight: normal;
}

.assistant-form .control-label.required:after {
    position: absolute;
    margin-left: 4px;
    content:" * ";
    color: #d9534f;
}

#assistantLimitMsg {
    display: none;
    padding: 12px;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    color: #8a6d3b;
    margin-bottom: 15px;
}

#assistantLimitMsg.show {
    display: block;
}

#statusMessageContainer {
    margin-bottom: 20px;
    display: none;
}

#statusMessageContainer.has-message {
    display: block;
}

#statusMessageContainer .alert {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Required field asterisk styling */
.required-asterisk {
    color: #d9534f;
}

/* Panel margins */
#assistantPanel {
    margin-top: 20px;
}

#assistantFormSection {
    margin-top: 20px;
}

/* Search helper text */
.search-helper-text {
    margin-top: 5px;
    display: block;
}

@media (max-width: 767px) {
    .assistant-item {
        padding: 8px 10px;
    }

    .user-search-item {
        padding: 8px 10px;
    }

    #AssistantForm_firstName {
        margin-bottom: 20px;
    }
}
