body {
    background: #e6e6e6;
}

/* 
   Accordion Styles 
 */
.accordion {
    padding: 3% 3% 0 3%;
}

.accordion .panel-heading {
    background: white;
    font-size: 2em;
    padding: 10px 5px;
}

.accordion .panel-body {
    border-top: 0 !important;
    padding: 3%;
}

.accordion .accordion-toggle {
    text-decoration: none;
    color: #515A7B;
}

.primary-text-color {
    color: #515A7B;
}

.option-button {
    background: #FBFBFB;
    color: #025486;
    border-color: #025486;
}

.rzslider .rz-pointer {
    background-color: #025486;
}

.option-button.active {
    background: #025486!important;
    color: #FBFBFB!important;
}

.icon-minus,
.icon-plus {
    margin-right: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.bordered-hr {
    border: 1px dashed #8c8b8b;
    opacity: 0.5;
    margin-bottom: 20px;
}

.red-star {
    color: #ff1a1a;
}

.has-error .calender-btn {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-label {
    line-height: 34px;
    margin-bottom: 0;
}
/* End Accordion Styles */

/*  
   Toggle Switch  
 */
.toggleSwitch span span {
    display: none;
}

@media (min-width: 992px) {
    .slider-container {
        margin-top: -19px;
    }
}

.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 38px;
}

.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
}

.toggleSwitch a {
    top: -1px;
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch > span span:first-of-type {
    color: #ccc;
    opacity: 1;
    left: 45%;
}

.toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
}

.toggleSwitch input:checked ~ span:before {
    border-color: #5fca46;
    box-shadow: inset 0 0 0 30px #5fca46;
}

.toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
}

.toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
}
/*  End Toggle Switch  */

.calculate-btn {
    padding: 6px 20px;
    background-color: #025486;
}

.theme-btn {
    background-color: #025486;
}

.cancel-btn,
.reset-btn {
    padding: 6px 20px;
    color: #0069a2;
    border-color: #0069a2;
}

.error {
    color: #ff0000;
}

/* 
   Policy Result 
 */
.tableSubHeading{
    background-color: #e6e6e6;
    color:#60657F;
}

.tableMainHeading{
    background-color: #515C7E;
    color:white;   
}

.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    border-color: #ddd;
    vertical-align: top;
}

td{
    color: #60657F;
    text-align:center;
}

th{
    text-align:center;
}

.info-value{
    color: #515A7B     
}

label{
    display: inline-block;
    max-width: 90%;
    font-weight:500;
    margin-bottom:0px;
}

.base-info {
    height: 40px;
}

@media only screen and (max-width:768px) {
    .first-column{
        margin-top:15px;
    }
    .second-column{
        margin-top:70px;
    }

    .base-info {
        height: 40px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:992px){
    .first-column{
        margin-top:15px;
    }
    .second-column{
        margin-top:15px;
    }
}


@media only screen and (min-width:768px) and (max-width:992px){
    .first-column{
        margin-top:15px;
    }
    .second-column{
        margin-top:50px;
    }
}

.disclaimer{
    margin-top: 25px;
}

tbody {
    background-color: white;
}

.cell-border-right {
    border-right: 1px solid #bfbfbf !important;
}

.cell-border-left {
    border-left : 1px solid #bfbfbf !important;
}

p.premium-text{
    font-style: italic;
    font-size: small;
    color: #555;
    /*position: absolute; */
}

/*@media only screen and (min-width: 890px) {    
   .premium-text-positioning {
         width: 133%; 
         padding-top: 12px; 
         left: -7%; 
    }
}*/

/*@media only screen and (min-width: 1250px) {    
   .premium-text-positioning {
         width: 140%; 
         padding-top: 0px; 
         left: -7%; 
    }
}*/
/* End Policy Result */