* {
  box-sizing: border-box;  
}

body {
    margin:0px;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden; 
}

button, input[type="button"], input[type="submit"] {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: bold !important;
}

.ui-widget{
	font-family: 'Source Sans Pro', sans-serif;
}

.menuhover:hover {
 	background-color: rgba(0,0,0,0.12) ;
}

div.logo{
	width: 20%;
	float: left;
	overflow: hidden;
}

h4 {
    margin: 0px;
} 

.mainmenu{
	color:white;
	text-decoration: none;
}

.submenu{
	color: rgb(25,83,130);
	text-decoration: none;
	display: inline-block;
}

div.profile{
	width: 20%;
	height: 70px;
	background-color: rgb(25,83,130);
	float: left;
}

div.submenu{
	width: 60%;
	height: 70px;
	background-color: white;
	float: left;
	margin-left: 20%;
	border-bottom: solid;
	border-color: rgb(25,83,130);
}

#profile{
	width: 20%;
	overflow:hidden;
	background-color: white;
	float: left;
	margin-left: 84.1%;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-color: rgb(187, 187, 187);
}

#submenu.container { 
	display: none; 
	width: 100%;
	height: 70px;
	padding: 0 7% 0 7%;
	position: absolute;
}

#submenu.container.active { 
	display: block; 
}

#body{
	overflow:hidden;
	margin: 0 7% 0 7%;
}

#footer{
	width: 100%; 
	overflow: hidden;
	background-color: rgb(25,83,130);
}

.twentyfive{
	width: 25%;
}

.fifty{
	width: 50%;
}

.seventyfive{
	width: 75%;
	overflow: hidden;
}

.onehundred{
	width: 100%;
	overflow: hidden;
}

.twentyfivemargin{
	width: 94%;
	margin: 0 3% 0 3%;
}

.twentyfiveleftmargin{
	width: 97%;
	margin: 0 3% 0 0;
}

.twentyfiverightmargin{
	width: 97%;
	margin: 0 0 0 3%;
}

.fiftymargin{
	width:97%;
	margin:0 1.5% 0 1.5%;
}

.seventyfivemargin{
	width: 98%;
	margin: 0 1% 0 1%;
}

.onehundredmargin{
	width: 98.5%;
	margin: 0 0.75% 0 0.75%;
}

.ui-messages-error-summary, .ui-messages-info-summary{
	margin: 0 !important;
}

.errorposition{
	position: relative;
}

.verticalsection{
	float: left;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.verticalsectionline{
	border-right: solid; 
	border-width: 2px; 
	border-color: rgb(235,235,235);
}

.verticalrightsectionline{
	border-right: solid; 
	border-color: rgb(235,235,235);
}

.verticalleftsectionline{
	border-left: solid; 
	border-color: rgb(235,235,235);
}

.sectionheader h2 {
	margin: 0;
}

.sectionheader h3 {
	margin: 0;
}

.sectionheader{
	margin-top:1em;
    color: rgb(103,182,228);
}

.sectionheaderspace{
	height: 2px; 
	margin: 4px 0px 4px 0px; 
}

.sectionspace{
	height: 2px; 
	margin: 9px 0px 9px 0px; 
}

.visiblesectionspace{
    background-color: rgb(235,235,235);
}

.ui-message-error {
    border-color:transparent !important;
    background-color:transparent !important;
    top: 0;
	right: 0;
	height:2.75em;
	position: absolute;
	padding: 0.75em 0em !important;
	margin: 0px;
	width: 20px;
}

.ui-message-error-icon{
	background: url('../resources/image/Error.png') !important;
	
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;	
}

.ui-inputtextarea{
	box-shadow: none;
	padding-right: 20px;
}

.ui-inputtext, .ui-inputmask, .ui-password, .ui-autocomplete-input, .ui-inputfield.hasDatepicker, .ui-widget-content.ui-inputfield, .ui-widget-header.ui-inputfield{
	box-shadow: none;
	height: 2.75em; 
	padding-right: 20px;
	margin-bottom: 1px !important;
}

.ui-accordion .ui-accordion-content{
	padding: 0 !important;
}

.ui-dialog-titlebar.ui-widget-header{
	background: rgb(0, 49, 81); 
	color: #FFF; 
	text-shadow: none;
	font-size: 150%;
}

.mobilephone{
	font-size: 40px !important;  
}

textarea,   
input[type=text],   
input[type=email],   
input[type=number] {  
    width: 100%; /**same width on fields**/  
    color:#333;  
    font-size: 12px;  
}  

select {
	width:100%;
}  

.selecteditem:hover{
	background-color: rgb(235,235,235);
} 

.remainheight{
	flex: 2;
	-webkit-flex: 2;
	overflow: auto
}

.standard{
    width: 100%;
    box-sizing: border-box;
}

option[value=""]{
  color:gray
}

option {
  color: black;
}

.ui-button.ui-state-default, .buttonlayout {
    background: rgb(25, 83, 130);
    color: #FFF;
    border: solid 1px rgb(25, 83, 130);
    height: 2.5em;
}

.ui-button.ui-state-default, .buttonlayout, .schedulefiller {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.ui-button.ui-state-hover, .buttonlayout:hover{
	background: #4479BA;
    border: solid 1px #4479BA;
    text-decoration: none;
}

.ui-button.ui-state-active, .buttonlayout:active {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgb(0, 49, 81);
    border: solid 1px rgb(0, 49, 81);
}

.externalbuttonlayout:hover{
	background-color: rgba(0,0,0,0.12) ;
	border-radius: 4px;
}

.externalbuttonlayout:active {
	background-color: rgba(0,0,0,0.36) ;
	border-radius: 4px;
}

.buttonlayout, .schedulefiller, .ui-button .ui-button-text{
	display: block;
    padding: 0.3em 1em;
}

.schedulefiller {
	background: #BBBBBB;
    color: #BBBBBB;
    border: solid 1px #BBBBBB;
    height: 2.5em;
}

.Table{   
   border-collapse:collapse;
   width:100%
}

.TableHeader{
   text-align:left;
   color: black;
   background:none repeat scroll 0 0 white;
   border-bottom:1px solid rgb(25,83,130);  
   padding:2px;
}

.TableOddRow{
   text-align:left;
   background:none repeat scroll 0 0 #E1EEF4;	
}

.TableEvenRow{
   text-align:left;
   background:none repeat scroll 0 0 #ffffff;
}

.table-container {
    height: 10em;
}

.Table {
    width: 100%;
}
.Table thead {
    width: 100%;
}
.Table tbody {
    display: block;
}
.Table tbody tr {
    width: 100%;
}
.Table thead,
.Table tbody tr {
    display: table;
    table-layout: fixed;
}

.Table td, .Table th {
    padding: 0.3em;
}

.displayboxcontainer{
    float: left; 
    margin: 5px 0 5px 0;
}

.displaybox{
	border: solid;
	border-width: 2px;
	border-color: rgb(235,235,235);
	border-radius: 5px;
	overflow: auto;
}

.column1{
	width:35%;
}
.column2{
	width:65%;
}

.accordioncontainer{
	border:1px solid #ddd;
}

.accordion{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height:2.75em;
	background-color: #F2F2F2;
	overflow:hidden;
	border-bottom:1px solid #BBBBBB;
}

.accordion:hover{
	background-color: #F2F2F2;
}

.accordionbody {
	background-color: #FAFAFA;
	width:100%;
	float:left
}

.accordionclick{
	cursor: pointer;
	margin-right: 1%;
	float: left;
	width: 12%;
}

.accordionanimation {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid white;
	float: right;
	-moz-transition: -moz-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
	
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.toggle {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordionbottom{
	height:1em;
	background-color:#BBBBBB;
	display:block;
}

.accountoption{
	border: solid;
	border-width: 2px; 
	text-align: center;
	border-radius: 3px;
	border-color: rgb(45,80,100);
}

.insurancecol1{
	width: 5%;
}
.insurancecol2{
	width: 40%;
}
.insurancecol3{
	width: 35%;
}
.insurancecol4{
	width: 20%;
}

.remotescheduleservice1{
	width: 75%;
}

.remotescheduleservice2{
	width: 25%;
	text-align:right;
}

.rewardpoint1{
	width: 20%;
}

.rewardpoint2{
	width: 65%;
}

.rewardpoint3{
	width: 15%;
	text-align:right;
}

.redeempoint1{
	width: 15%;
}

.redeempoint2{
	width: 50%;
}

.redeempoint3{
	width: 15%;
}

.redeempoint4{
	width: 20%;
	text-align:right;
}

.friendinvite1{
	width: 15%;
}

.friendinvite2{
	width: 20%;
}

.friendinvite3{
	width: 65%;
}

.referclinic1{
	width: 15%;
}

.referclinic2{
	width: 85%;
}

#footer a{
	color: white; 
	text-decoration: none;
}

#footer a:visited{ 
	color: white 
}

#faqsidemenu a, #faqsearch a{
	color: rgb(103, 182, 228); 
	text-decoration: none;
}

#faqsidemenu a:visited, #faqsearch a:visited{ 
	color: rgb(103, 182, 228); 
}

#faqsidemenu a, #faqsearch a{
	color: rgb(103, 182, 228); 
	text-decoration: none;
}

#faqsidemenu a:visited, #faqsearch a:visited{ 
	color: rgb(103, 182, 228); 
}

#faqsubbody a{
	color: rgb(187, 187, 187); 
	text-decoration: none;
}

#faqsubbody a:hover{
	text-decoration: underline;
}

#faqsubbody a:visited{
	color: rgb(187, 187, 187); 
}

#body a{
	color: rgb(25,83,130);
	text-decoration: none;
}

#body a:visited{ 
	color: rgb(25,83,130);
}

.selecteditem:hover{
	background-color: rgb(235,235,235);
}