h1#title{text-align:center;font-size:36px;color:#0033AB;}
select.dropdowns{width:200px;border-radius:3px;height:20px;}
table, tbody, thead, td, th, .table-bordered{border-color:#0033AB;}
.panel, .panel-default{border-color:#0033AB;}
#pn{padding:5px;}
.btn-default {background: #0033AB;color: white;border-color:#3366DE;}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {background: #3366DE;color: white;}
input[type=checkbox]{-ms-transform: scale(1.15);-moz-transform: scale(1.15);-webkit-transform: scale(1.15);-o-transform: scale(1.15);padding: 10px;}
[id^=label]{text-align:right;font-size:13px;font-weight:bold;padding:8px;}
.paddedRow{padding:5px 0px 5px 0px;}
div#optionalAcc{font-size:95%;text-align:center;}
div#requiredAcc{font-size:95%;text-align:center;}

img#logo{padding-bottom:20px;}

.btn-blue { 
  color: #ffffff !important; 
  background-color: #0033AB; 
  border-color: #022D91; 
    font-weight: bold;
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #fcbd30 !important; 
  background-color: #0033ab; 
  border-color: #022D91; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #0033AB; 
  border-color: #022D91; 
} 
 
.btn-blue .badge { 
  color: #0033AB; 
  background-color: #ffffff; 
}

div#config{
width:100%;
height:30%;
min-height:200px;
border:2px solid;
border-radius:15px;
border-color:#D0D0D0;
}