/* banner background and text color */
#scanBanner {
	background:#ffffff;
	color:#ffffff;
	margin:10px 0 15px 0;
}

/* Logo background color */
.masthead {
 background:White !important;
}

/* banner link text color */
 #scanBanner a, #scanBanner a:visited {
  color:#ffffff;;
 }
#brand img.idlogo {
    max-width: 360px;
    height: auto;
}


/* Read Only form Fields - Demographics Step */

#demographics div.ui-shadow-inset {
  border:1px solid transparent;
}

#demographics div.ui-focus {
	box-shadow: 0 0 0 transparent;
}
  #demographics div.ui-focus input:not([readonly="readonly"]){
    -webkit-box-shadow: 0 0 12px #38c;
    -moz-box-shadow: 0 0 12px #38c;
    box-shadow: 0 0 12px #38c;
}

#demographics input[readonly="readonly"]{
    border:1px solid transparent;

}

 #demographics input:not([readonly="readonly"]){
    border: 1px solid #ddd;
	background: transparent;
    border-radius: 0;
 }

#demographics select[disabled="true"]{
	background: #e0e3e2;
}
 #demographics select:not([disabled="true"]){
    background: transparent;
}
