/* TOP NAV start */

div#navBarTop{    
      background-color: #0979be !important;
}

div#navBarTop nav{
    background-color: #0979be !important;
    
}

div#navBarTop nav li.nav-item, div#navBarTop nav li.nav-item a{
    color:#ffffff !important;
}

div#navBarTop nav li.nav-item.active a{
    /*color:#ff9933 !important;*/
}

div#navBarTop nav li.nav-item.dropdown.open a{
    background-color: #0979be !important;
}

div#navBarTop nav li.nav-item.dropdown.open a:hover{
    background-color: #b1df51 !important;
}

ul.dropdown-menu {
    background-color: #0979be !important;
}


.navbar-brand{
    margin-left: 0px !important;
    height: 100px !important;
    padding: 0px !important;
}

.navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}


.nav>li {
	justify-content: center;
}

.navbar-nav>li>a {
    /*font-family: NSP,sans-serif;*/
    color: #6e6e6e;
    /*font-weight: 400;
    font-size: 1rem;*/
    letter-spacing: .2px;
    line-height: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4rem;
    margin: 0 10px;
    padding: 0;
    transition: all .2s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:transparent; 
}

.nav>li.phone{
    margin-top: 30px !important;
}

.nav>li.phone img {
    margin:0 5px;
    height:20px;
}
.nav>li.phone a {
    color: #2C3691;
    font-size: 16px;
    margin: 0 1.5625rem;
    font-weight: bold;
}

.navbar-nav>.nav-button {
	margin-top:30px;
}

.navbar-nav>.nav-button a {
    /*font-family: 'Source Sans Pro',sans-serif;
    font-weight: 700;*/
    font-weight: bold;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 2px;
    /*font-size: 1rem;*/
    padding: .75rem 1.2rem .8rem 1.2rem;
    border-color: #0979be;
    border-style: solid;
    /*background: #2C3691;*/
    color: #ffffff;
    height: 45px;
    margin-right: 0;
    letter-spacing: .2px;
    line-height: 1em;
	transition: all .2s ease-in-out;
    border-radius: 4px;
}

.navbar-nav>.nav-button a:hover {
    background: #0063a6;
    color: #fff;
}

.navbar-nav>.nav-button.yellow-btn a {
    background-color: #b1df51;
    color: #fff;
    border: 2px solid transparent;
}
.navbar-nav>.nav-button.yellow-btn a:hover {
	background-color: #fff;
/*    color: #ff9933;
    border: 2px solid #ff9933;*/
    background-color: #8fcc0f;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-header .navbar-toggle .icon-bar {
    display: block;
    height:4px;
	width: 40px;
	border-radius: 4px;
	background-color: #969696;
	margin-top:6px;
}
    
.loggedin {
	margin:10px -15px 0 0;
	float:right;
}    

 

/* TOP NAV end */



/*Form Wizard*/
.bs-wizard {margin-top: 10px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #0979be; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #ff9933; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #0979be;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*  ********* END Form Wizard ************ */

.page-header {
    color: #0979be !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    border-bottom: 1px solid transparent !important;
}


.btn-success{
    background-color: #0979be !important;
    border: 1px solid #0979be !important;
    color: #ffffff !important;
}

.btn-success:hover{
    background-color: #0063a6 !important;
}  

/*Step 1 Application details*/

.generalForm select#field_QD_Storage_Method{
    width: 160px !important;
}




/******Quotes screen Step 2 ******/  
/* QUOTE TABLE  */
.quoteDivStandard {
    border-top:1px solid #0979be;
	border-left:1px solid #0979be;
    border-right:1px solid #0979be;
    border-bottom:1px solid #0979be;
    /*border-right:1px solid transparent;
    border-bottom:1px solid transparent;*/
	margin:10px 0px 0  0;
    /*max-height: 533px;*/
}

.quoteDivElite {
    border-top:1px solid #0979be;
    border-right:1px solid #0979be;
    border-bottom:1px solid transparent;    
    /*border-left:1px solid transparent;
    border-bottom:1px solid transparent;*/
	margin:10px 0px 0  0;
    /*max-height: 533px;*/
}

.buyNow #pmtButton {
	font-size: 16px;
	font-weight:bold;
	
	
}

.product{
    background-color: #eeeeee;
    height: 40px;
}

.product h3{
    line-height: 40px;
}

.quoteDivStandard .topBar, .quoteDivElite .topBar {
	background-color:#ff9933;
	padding:10px;
	color:#ffffff;
	font-size:18px;
	line-height:21px;
}
.yearPrice, .monthPrice {
	color:#000000; 
    font-weight:bold;
    font-size:46px;
    line-height:46px;
    margin:37px 20px 10px 20px;
}
.monthly {
	font-size:16px;
    line-height:16px;
    font-weight:normal;
}
.govCharges {
	display:block;
	font-size:10px;
	line-height:12px;
    color:#b6b2b2;
    margin:15px 0 30px 0;
}
.quoteTable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.quoteTable th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
}

.quoteTable td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.quoteTable .table>tbody>tr>td {
	border-top:none;
}

.quoteRef {
	/*background-color:#f7f6f6;*/
    border:1px solid #0979be;
    /*border-top:1px solid transparent;*/
    border-top:1px solid #0979be;
	padding:10px;
}
.btn-pmtTerm {
	width:80px;
}

#toogleBenifits{
    font-weight: bold;
}

.benefits {
	/*padding:35px;*/
	/*background-color: #eeeeee;*/
	border:none;
	margin:10px 0 0 10px;
}
.benefits h3 {
	color:#2d61c5;
}
.benefitList,.benefitListElite {
    margin: 5px 5px 10px 1.5em;
    padding: 0;
}

.benefitList>li,.benefitListElite>li {
    position: relative;
    list-style-type: none;
    text-indent: -1.72em;
    padding:3px 0;
}
.benefitList>li:before,.benefitListElite>li:before {
    content: "\2022";
    position: relative;
    top: .15em;
    width: .5em;
    height: .5em;
    margin-right: .25em;
    font-size: 180%;
    line-height: .5em;
    color: #068da9;
}
.moreBenefits,.moreBenefitsElite {
	display:none;
}

.quoteSeparator {
	border:dashed 1px #dbeaf0;
}
.quoteLabel {
	color: #0979be;
	margin:10px 0;	
}

.coverage_features{
    width:100%;
    
}

table.coverage_features{
    border: 3px solid #eeeeee;
} 



table.coverage_features  tr:nth-child(odd) td{
    background-color: #eeeeee;
}

table.coverage_features tr:nth-child(even) td{    
}


.coverage_features th:first-child{
    text-align:left;    
}


.coverage_features th{
    padding: 10px;    
    text-align:center; 
    background-color: #eeeeee;   
}

.coverage_features td{
    text-align:center;
}

.coverage_features td:first-child{
    padding: 10px;
    text-align:left !important;   
}

.coverage_features .svg-inline--fa{
    color: #2d61c5 !important;
    text-align: center !important;
}   

.specialtip{
    width: 20px;
    margin-left: 20px;
}  

.excessOptions {
	margin: 5px 5px 10px 25px;	
}
.excessOptions .radio {
	margin:20px 0;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.quoteH2 {
	color:#787676;
	margin-bottom:5px;
}
.layupMths ul {
    font-size:13px;
    padding: 0 0;
    list-style: none;
    margin:10px 0;
}
.layupMths ul li {
    width: 80px;
    padding: 6px 0 6px 4px;    
}
.extendedSumInsured { 
	margin:10px 0;
}
.customiseBox {
	 padding:0px;
	 margin:0px;
	 /*background-color:#f7f6f6;*/
     /*background-color:#eeeeee*/
}
.customiseBox #field_34821, 
.customiseBox .promoCode {
	width:85px;
}
.promoCode {
	/*margin-top:10px;*/
}
.calculating {
	color:#787676;
	font-size:20px;
}

.okCentered {
	width:50%;
	background-color:#cde6ad;
	border:2px solid #b2d674;
	padding:10px;
	margin:10px auto 0 auto;
	font-weight:bold;
	color:#687211;
	text-align:center;
}

#toogleBenifits{
    color: #2d61c5;
}

/*, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th*/
/* ********** END QUOTE TABLE ********* */

/*Payment Page*/
#load {
	padding-top:20px;
	position:absolute;
	z-index:1;
	border:1px solid #999;
	background:#fff;
	width:450px;
	height:250px;
	top:20%;
	left:40%;
	text-align:center;
	font-family:"Trebuchet MS", verdana, arial,tahoma;
	font-size:18pt;
	display:none;
}

.docsList {
	 width:250px;
	 margin:20px auto;
     list-style-type: none;
}

/*UC Sync Page*/

#sectMidSearchForm table tr td, th{
    padding: 5px;
}

/*Admin Area*/

#config th {
    background-color: #b1df51;
    color: white;
    text-align: left;
    padding: 5px;
    border: 1px solid #b1df51;
}


/*   JAYCO stuff    */


.button {
    padding-top:10px;
    padding-bottom:10px;
    font-size:20px;
    font-weight:bold;
    border-radius: 5px 5px 5px 5px;
}
.button:hover {
text-decoration:none;
}

.button.green {
    color:white;
    background-color: #b1df51;
}
.button.blue:hover {
    background-color: #0063a6;
}
.button.blue {
    color:white;
    background-color: #0979be;
}
.button.green:hover {
    background-color: #8fcc0f;
}
