﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin:0px auto;
    max-width:875px;
    background-color: #F1F1F1;
    padding:30px;

}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   
}

.navblock1{
    width:160px;
    height:70px;
    background-color: #0091C9;
}
.navblock2{
    width:160px;
    height:70px;
    background-color: #00719C;
}
.navblock3{
    width:160px;
    height:70px;
    background-color: #005A7C;
}
.navblock4{
    width:160px;
    height:70px;
    background-color: #00435C;
}
.navblock5{
    width:160px;
    height:70px;
    background-color: #002939;
}
.subTitle-hr {
	font-size: 16px;
	color: #b4b8be;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #b4b8be;
}

.ColumnHeader{
    vertical-align:middle;
    width:100%;
    height:50px;
    background-color: #0091C9;
    font-family: "Arial Bold", Arial;
    color: #FFFFFF;
    font-size: 13.5pt;
    padding-top:13px;
    text-transform: uppercase;
}

.outlinedContainer{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    background-color:#fff;
    padding:30px;
}

.outlinedContainer table tr td
{
    vertical-align:top;
}

.outlinedContainer table
{
    width:100%;
}

.blueIconBox{
    max-width:30px;
    width:30px;
    background-color:#C8EFFF;
    height:100%;
    margin:0px auto;
    vertical-align: text-top;
}

.blueIconBox div {
    width:30px;
    height:100%;
    vertical-align: text-top;
    text-align: center; margin: 1em 0;
    margin-left: auto;
    margin-right: auto;
}

.formholder
{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:7px;
    width:100%;
}

.formholder input
{
    width:100%;
}

.br-wrapper
{
    min-height:30px;
    height:100%;
}

.br-theme-bars-square .br-widget {
  height: 100%;
  white-space: nowrap;
  padding-left:5px;
  width:530px;
  margin:0 auto;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width:34px;
  height: 34px;
  float: left;
  border: 2px solid  #979797;
  border-radius:25px;
  background-color: white;
  margin: 7px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  font-family:Arial;
  text-align: center;
  color: #979797;
  font-weight: 600;
}



.br-theme-bars-square .br-widget a:hover {
    border: 2px solid #43CFFB;
  background-color:#43CFFB;
  color: #ffffff;
}

.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #43CFFB;
  background-color:#43CFFB;
  color: #ffffff;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #ffffff;
}
.br-theme-bars-square .br-readonly a {
  cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #729bf8;
  color: #729bf8;
}
@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
  }
  .br-theme-bars-square .br-widget a.br-active,
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid black;
    color: black;
  }
}

.questiontd
{
    
    font-family: Arial;
    font-size: 16pt;
    width:50%;
    padding:5px;
    padding-left:15px;
}

.controltd
{
     border:#D8D8D8 1px solid;
     margin:0px auto;
     background-color:#F1F1F1;
     width:50%;
     
}

.controltd
{
   height:100%;
   vertical-align:middle;
}

.questionSpacer
{
    height:7px;
}

.yeshead{
    font-family: Arial;
    font-size:16pt;
    color:#9B9B9B ;
    border-left:#D8D8D8 1px solid;
    border-top:#D8D8D8 1px solid;
   text-align:center;
   width:60px;
   padding-left:5px;
    padding-right:5px;
}

.nohead{
    width:60px;
    font-family: Arial;
    font-size:16pt;
    color:#9B9B9B ;
    border-left:#D8D8D8 1px solid;
    border-top:#D8D8D8 1px solid;
    border-right:#D8D8D8 1px solid;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}
.yesbox
{
    border:#D8D8D8 1px solid;
    font-size:35px;
    text-align:center;
    background-color:#F1F1F1;
    padding-left:12px;
    padding-top:5px;
}
.nobox
{
    border:#D8D8D8 1px solid;
    font-size:35px;
    text-align:center;
    background-color:#F1F1F1;
    padding-left:12px;
    padding-top:5px;
}
.longynquestion
{
    width:80%;
    padding-left:5px;
     padding-top:5px;
    border-top:#D8D8D8 1px solid;
    border-right:#D8D8D8 1px solid;
     border-bottom:#D8D8D8 1px solid;
     font-family: Arial;
    font-size:16pt;
    color:#4A4A4A ;
    background-color:#F1F1F1;
    vertical-align:middle;
}

[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

/* One radio button per line */
label {
  display: block;
  cursor: pointer;
 
}

[type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width:30px;
  height: 30px;
  vertical-align: -0.25em;
  border-radius: 1em;
  border:1px solid #fff;
  box-shadow: 0 0 0 1px #fff;
  
  transition: 0.5s ease all;
}

/* the checked style using the :checked pseudo class */
.yesbox [type="radio"]:checked + span:before {
  background: #43CFFB;
  box-shadow: 0 0 0 1px #fff;
}

.nobox [type="radio"]:checked + span:before {
  background: #000;
  box-shadow: 0 0 0 1px #fff;
}

/* never forget focus styling */
[type="radio"]:focus + span:after {
 
}

select {
    align-items: center;
    white-space: pre;
    background-color: #ffffff;
    cursor: default;
     width:100%;
    border: 1px solid #F1F1F1;
    font-size: 16pt;
    height: 34px;
     background-color: #F1F1F1; 
    color:#9B9B9B;
     padding-left:10px;
}

select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #F6E6DC inset;
}

.firstOption
{
    background-color: #F1F1F1; 
    color:#cccccc;
}

select option{
    background-color:#ffffff;
    color:#4A4A4A;
}

select, select[size="0"], select[size="1"] {
    border-radius: 0px;
}

.selectedItembox{
    background-color:#ffffff;
     color:#4A4A4A;
}

select:required:invalid {
  color:#cccccc;
}
option[value=""][disabled] {
  display: none;
}

.input-validation-error.form-control
{
    border-color:red;
    border-width:1px;
}

.divWelcomeIpad {
    float: left;
    width: 75%;
    text-align: left;
}

.divWelcomeIpad [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* One radio button per line */
.divWelcomeIpad label {
    display: inline-block;
    cursor: pointer;
}

.divWelcomeIpad [type="radio"] + span {
    display: block;
}

.divWelcomeIpad [type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 1px solid #000;
    box-shadow: 0 0 0 1px #000;
    transition: 0.5s ease all;
}

.divWelcomeIpad [type="radio"]:checked + span:before {
    background: #43CFFB;
    box-shadow: 0 0 0 1px #fff;
}