   @media all and (-ms-high-contrast:none)
     {
     .select {background: none;} /* IE10 */
     *::-ms-.select {background: none;} /* IE11 */
     }



.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer!important;
    background-color: white!important;

}




.navbar {
    margin-bottom: 0px;
/*    min-height: 60px;*/
}

.navbar-default .navbar-brand {
    color: white!important;
}

.navbar-default .navbar-nav > li > a {
    color: white!important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white!important;
}

.navbar, .navbar.navbar-default {
    /*background-color: #514585!important;*/ 
    color: rgba(255,255,255,.84);
/*    height: 60px;*/
}

.navbar-nav {
    margin: 0px -15px;
    font-size: 1em;
}

.navbar .dropdown-menu li > a, .navbar.navbar-default .dropdown-menu li > a {
    font-size: 1em!important;
    background-color: #514585 !important;
}

.navbar-brand {
    padding-left: 110px
}

.added {
    margin-top: 60px;
}

.controls {
    float: right;
    color: white;
    position: relative;
    top: -80px;
    display: none;
    text-align: center;
}

.hove {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50px;
    right: 0px;
}

.dropdown-menu {
    padding: 0 0;
}

.dropdown-menu > li > a {
    color: white!important;
    background-color: #514585!important;
}

.dropdown-menu > li > a:hover {
    color: white!important;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: white !important;
    border-bottom-color: white !important;
}

.navButton1 {
    border-bottom: 1px #6685a5 solid;
}

.navButton1, .navButton2  {
    background-color: #514585;
    padding: 5px 30px;
}

.navButton1:hover  {
    background-color: #3b6590;
} 

.navButton2:hover  {
    background-color: #3b6590;
}

.small {
    font-size:14px;
    padding-right: 5px;
}

.navbar-right {
    padding-right: 100px;
}

.btn-primary {
    color: #fff;
}



.ui-widget-content {
    width: 250px;
    padding: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
/*    background: none;*/
    width: 30px!important;
    text-align: center !important;
}

.ui-datepicker-month {
    background-color: #5988b9 !important;
    border: 1px solid white !important;
    border-radius: none !important;
    margin-right: 10px!important;
    text-align: center !important;
    padding: 3px 0px !important;
}

.ui-datepicker-year {
    background-color: #5988b9 !important;
    border: 1px solid white !important;
    border-radius: none !important;
    text-align: center !important;
    padding: 3px 0px !important;
}

input {
/*    border: 1px solid #CCC !important;*/
    padding: 6px 12px;
}



.ui-datepicker-title {
    text-align: center!important;
}

.dateTitle {
    font-weight: bold;
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 5px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: none;
    color: red!important;
}


/*This fixes form select dropdowns on IE*/
@media all and (-ms-high-contrast:none)
 {
 .select {background: none;} /* IE10 */
 *::-ms-.select {background: none;} /* IE11 */
 }


/*This fixes iphone auto zoom when using form inputs*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form-control {
    font-size: 16px;
    height: 35px;
  }
}

.placeholder {
  font-size: 16px;
}

input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
  font-size: 16px;
}

/*Firefox only css fixes*/

@-moz-document url-prefix() { 

.target1 {
    height: auto;
}

.target2 {
    height: auto;
}

#expireMonth {
    height: auto;
}    
    
#formInput19 {
    height: auto;
}   
    
#stateSelect {
    height: auto;
}
    
.hold {
    padding-top:7px;
    width: 40%;
    float: right;
}
    
.form-control {
    padding: 0px;
    padding-left: 5px;
    height: 26px;
}
    
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
       
}

/*Validation Styles*/

form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../assets/img/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px solid black; }
input.error { border: 1px solid red; }
form.cmxform .gray * { color: gray; }

/* End Validation Styles*/


.form-inline .form-control {
    width: 100%;
}


button {
  border-radius: 0 !important;
}

a {
  border-radius: 0 !important;
}

.form-control {
    border-radius: 0;
    -webkit-appearance: none;
}

.warningRed {
    color: red;
}

.warningRedBold {
    color: red;
    font-weight:bold;
}

/*
input, select, textarea { 
    background-color: #d9d9d9 !important;
}
*/


.step-guide {
	margin:0 auto;
	padding: 0;
    margin-bottom: 20px;
}

ul.step-guide li {
	display: inline-block;
	width: 22%;
	margin: 0;
	list-style-type: none;
}

.step-guide .step-bg {
	background: #999da5;
	border-radius: 34px;
	padding: 4px 0;
	margin: 0 auto;
	color: white;
	width: 50px;
	font-size: 30px;
	font-weight: 100;
}

.step-guide h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	color:#999da5; 
}

.step-guide .step-bg {
	background: #999da5;
	border-radius: 34px;
	padding: 4px 0;
	margin: 0 auto;
	color: white;
	width: 50px;
	font-size: 30px;
	font-weight: 100;
}

.green-bg {
	background:#2a8b08!important;
}

.green {
	color:#2a8b08!important;
}

.placeholder {
    padding-left: 10px;
}

.introText {
    font-size: 1.35em;
}

.formErrorMessage {
    padding-top: 10px;
}







/*Global Styles*/

body {
    font-family: Open Sans, arial, sans-serif;
    color: #666666;
}

.flow {
    overflow: hidden;
}

.none {
    margin: 0!important;
    padding: 0!important;
}

.noneAbove {
    padding-top: 0!important;
    margin-bottom: 0!important;
}

.noneBelow {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

header {
	padding: 10px 0;
    background-size: cover;
    height: 100px;
    	max-height: 150px;
}

 

.logo {
	width:25%; 
	max-width: 170px;
	min-width: 250px;
    /*margin-left: 300px;*/
}
/*.logo {
	margin-left: 0px;
}*/
  

h2 {
    color: #337AB7;
}

#footer {
    padding: 40px 0 0;
    font-size: 13px;
}

.footWrapper {
    border-top: 2px dotted #ccc;
}

.socialIcons {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 10px;
    padding-left: 0;
}

.icon img{
    margin-bottom: 30px;
    max-height: 30px;
}

.link-list {
    text-align: right;
    padding: 0;
    padding-top: 10px;
}

.link-list li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #949494;
    padding: 0 4px 0 8px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.link-list li:nth-child(1) {
    border-left: none;
}

.link-list li:nth-child(3) {
    padding-right: 0;
}

.link-list a {
    color: #555555;
}

.select {
	background: url(../img/arrow-down.svg) no-repeat center right 20px;
}

.buttonWrapper {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 40px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
}

.short {
    width: 65%;
}

.year {
    padding-right: 20px;
}

.inputForm {
    padding-top: 20px;
    padding-bottom: 10px;
}

.padBelow {
    padding-bottom: 20px !important;
}

.padAbove {
    padding-top: 20px;
}

.pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bigPad {
    padding-top: 40px;
    padding-bottom: 40px;
}

.searchText {
    display: none;
}

.yearAndBillNumber {
    display: none;
}

.mapCodes {
    display: none;
}

.ownerNames {
    display: none;
}

.addresses {
    display: none;
}

.table {
    border: solid #514585;
    border-top: none;
}

.tabletitle {
    background-color: #514585;
    color: #faf7f7;
    padding: 10px;
    padding-left: 12px;
    font-size: 1.25em;
}

.table-responsive {
    border: none  !important; 
}

.btn-default {
    text-shadow: 0px 1px 0px #FFF;
    background-image: -webkit-linear-gradient(top, #FFF 0px, #E0E0E0 100%);
    background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCC;
}

th {
    text-align: center;
    
}

.scheduleTable td {
    text-align: center;
    width: 16.666%;
    vertical-align: middle !important; 
    min-width: 80px !important; 
}

.buttonWrapper2 {
    text-align: right;
    padding-bottom: 20px;
}

.line {
    border-bottom: solid 1px #b5b5b5;
    margin-bottom: 40px;
}

#paymentCheck {
    margin-left: 10px !important;
    margin-bottom: 30px !important;
}

.firstButton {
    margin-right: 10px;
}

.visa-sml {
	width:30px;
}

.termCheck {
    padding-left: 10px;
}

.term {
    padding: 20px;
    margin-left: 15px!important;
}

.term input{
    margin-bottom: 20px;
}

.confirmation-number {
	color: #2a8b08 !important;
	font-weight: 600;
	font-size: 50px;
	margin: 0;
}

.billTable tbody tr td{
    vertical-align: middle;
    float: none;
}



.back {
    margin-right: 15px;
}

.clear {
    margin-right: 0px;
}

.selectWarn {
    display: none;
}

.intro {
    line-height: normal;
}

.link1, .link2, .link3, .link4, .warning {
    display: none;
}

.blue {
    color: #514585;
}

.headline {
    margin-top: 25px;
    margin-bottom: 0px;
}

.thanksText {
    margin-top: 25px;
    margin-bottom: 4px;
    line-height: 40px;
}

.border {
    border-bottom: 2px dotted #ccc;
}

.payType {
    font-size: 14px;
    padding-top: 20px;
}

.cards {
    padding-top: 26px;
}

.margBelowNone {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.addressCheck {
    padding-left: 10px;
    font-size: 1.2em;
}

.check {
    position: relative;
    bottom: 2px;
}

.checkInfo {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.buttonHolder button {
    margin-left:15px;
}

.buttonHolder {
    padding-bottom: 20px;
    text-align: right;
}

.instrucList {
    padding-left: 20px;
    padding-bottom: 20px;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #e5e5e5;
}

.searchResults {
    display: none;
}

.tabTitle {
    color: #514585;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    margin: 0;
}

.indent {
    padding-left: 20px;
}

.indent2 {
    padding-left: 40px;
}

.buttonHolder2 a{
    margin-top: 40px;
    margin-bottom: 20px;
}

.buttonHolder1 {
    padding-left: 15px;
}

.holder {
    width: 100%;
    overflow: hidden;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.tab-pane {
    padding: 0px 20px;   
}

.bigPadAbove {
    padding-top: 40px;
}

.hand {
    padding-right:  5px;
}

.iconRow {
    color: #738eaa;
    padding: 10px;
    padding-left: 9px;
    font-size: 1em;
    font-weight: normal;
    border-left: solid #514585;
    border-right: solid #514585;
    width: 100% !important;
    margin:0 auto;
    font-size: .8em;
    background-color: #e8eaed;
}

.emailText {
    padding-top: 20px;
    padding-left:  20px;
    padding-right:  20px;
}

.phoneInstructions {
    display: none;
}

/*force text wrap in div*/
/*
.break-word {
		word-wrap: break-word;
}
*/

.select {
	background: url(../img/arrow-down.svg) no-repeat center right 20px;
}

.dateInput {
    width: 80px;
}

.checkboxFrame {
    width: 100%;
    height: 355px;
    padding: 0 5px 5px 10px;
    overflow: auto;
    border: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
}

.checkbox {
    list-style: none;
    padding: 0px 20px;
}

.indent {
    padding: 0px 30px;
}


.selectWrapper {
    padding-bottom: 20px;
}

label input{
  padding-left:20px;
}

.amount {
    max-width: 255px;
}

.table-responsive {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

.email {
    display: none;
}

.hideButton {
    background-color: #514585;
    border: none;
    color: white;
    font-weight: normal;
    font-size: .75em;
}

.modal-dialog {
    left: 0%;
    padding-top: 50px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}

.noNumbers {
    list-style: none;
}

.howToUse a {
    text-decoration: underline;
    padding-bottom: 20px;
    cursor: pointer !important;
}

table {
    font-size: .85em!important;
}

.hideIt {
    position: absolute;
    width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
    height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}



/*
.formWrapper {
    height: 350px;
}
*/

.success {
    display: none;
    margin-bottom: 20px !important;
}

.extraButtons {
    /*text-align: right;*/
    display: none;
    width: 100%;
   text-align: center;
	display: none;
	width: 100%;
	padding-top: 40px;
	margin-left: 0;
	margin-right: 0;
}

.extraButtons a:nth-child(2) {
    margin-right: 20px;
}

.extraButtons a:nth-child(4) {
    margin-right: 20px;
}

.extraButtons a:nth-child(3) {
    margin-right: 20px;
}

.extraButtons a {
   float: right;
    margin-bottom: 40px
}

.bigPadBelow {
    padding-bottom: 150px;
}

.tableSmall {
    border: solid #514585 1.5px;
    font-size: 1em !important;
    margin-bottom: 20px;
} 

.tableSmall thead{
    border: solid #514585 1px;
    background-color: #514585;
    color: #fff;
} 

.tableSmall tr{
    height: 30px;
} 

.tableSmall td{
    height: 30px;
    border: solid #514585 1px;
    width: 200px !important;
} 

.tableSmall a{
    text-decoration: underline;
    cursor: pointer;
} 

.tableSmall1 {
    border: solid #514585 1.5px;
    font-size: 1em !important;
    margin-bottom: 20px;
} 

.tableSmall1 thead{
    border: solid #514585 1px;
    background-color: #514585;
    color: #fff;
} 
.tableSmall1 tr{
    height: 30px;
} 

.tableSmall1 td{
    height: 30px;
    border: solid #514585 1px;    
} 

.tableSmall1 a{
    text-decoration: underline;
    cursor: pointer;
}

.checkbox  li{
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

/*move checkbox*/
.checkbox  input{
    margin-top: 2px !important;
}

@media (min-width: 767px) {
    
.iconRow {
    display: none;
}
    
header {
    padding-bottom: 100px;
}
    

}

@media only screen and (min-width:900px) and (max-width:995px) { 
    
.socialIcons {
    width: 30%;
    max-width: 350px;
}
    
.link-list {
    width: 70%;
}
    
.checkboxFrame {
    height: 770px;
}
    
}

@media only screen and (min-width:768px) and (max-width:969px) { 

.navbar-right {
    padding-right: 0px;
    font-size: .8em;
    padding-top: 2px;
}
    
.navbar-brand {
    font-size: .9em;
}
    
.small {
    font-size:13px;
}
    
/*
.navbar {
    max-height: 50px;
    min-height: 50px;
}
*/
    
}

/*ipad*/
@media only screen and (min-width:768px) and (max-width:900px) { 
    
input[type="text"]:-moz-read-only {
    cursor: normal;
    background-color: white !important; 
}
    
.checkbox input{
    margin-top: 4px !important;
}

.scheduleTable td {
    min-width: 40px !important; 
}
    
.Break1 {
    display: none;
}
    
.container {
    padding-top: 0!important;
}
    
#footer {
    padding: 0;
    margin: auto;
    font-size: 13px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: center;
}
    
.container {
    padding: 30px;
}
    
.logoWrapper {
    margin: auto;
    text-align: center;
}

 
    
.headline {
    margin-top: 0px;
}
    
.socialIcons {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    margin: auto;
    max-width: 450px;
    float: none;
    clear: both;
    padding-left: 0!important;
    padding-right: 0!important;
}
    
.link-list {
    text-align: center;
    padding: 0 0px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding: 0!important;
    margin: 0!important;
    padding-right: 0!important;
    margin-right: 0!important;
}
    
.link-list ul{
    padding: 0!important;
    margin: 0!important;
    padding-right: 0!important;
    margin-right: 0!important;
    padding-bottom: 20px!important;
}
    
.link-list li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #949494;
    padding: 5px 6px;
    font-size: 1em;
}
    
.check {
    position:inherit;
    bottom: 0px;
}
    
.emailText {
    padding-left:  0px;
    padding-right:  0px;
}
    
.iconWrapper {
    padding: 0;
    margin: 0;
}
    
.icon img{
    margin-bottom: 0px;
    height: 30px;
}
    
.checkboxFrame {
    height: 770px;
    width: 100%;
}
    
.buttonHolder {
    width: 100%;
    padding-bottom: 0px;
    float: right;
}
    
.ipadButtonHolder {
    width: 100%;
    padding-bottom: 0px;
    float: right;
    padding-right: 60px;
}
    
.navbar-nav {
    margin: 0px -15px;
    font-size: 1em;
}

.navbar .dropdown-menu li > a, .navbar.navbar-default .dropdown-menu li > a {
    font-size: 1em!important;
}
    
.container {
    padding-bottom: 0px;
}  
    
.toss {
    padding-bottom: 0px;
    padding-left: 55px;
}
    
.footWrapper {
    padding-bottom: 5px!important;
}
    
input {
    padding: 12px 12px;
    height: 12px;
    border-radius: 3px;
}
    
}

/*iphone*/
@media (max-width: 767px) {
    
input[type="text"]:-moz-read-only {
    cursor: normal;
    background-color: white;
}
    
.phoneWrapperPad {
    padding: 15px;
}
    
.container {
    padding-top: 0!important;
}
    
header {
 	max-height: 150px;
    text-align: center;
    background-size:cover;
}
   
ul.step-guide li {
	width: 30%;
    padding-top: 20px;
}

.step-guide h3 {
	font-size: .85em;
}
    
.step-guide {
    margin-bottom: 10px;
}  
    
.logo {
	width:75%; 
    margin-left: 0px;
    max-width: 370px;
}
       
#footer {
    padding: 0;
    margin: 0;
}
    
.socialIcons {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0 auto;
    float: none;
    max-width: 450px;
}
    
.link-list {
    text-align: center;
    padding: 0 0px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-left: 0;
    margin-left: 0;
}
    
.link-list ul {
    padding: 0;
}
    
.link-list li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #949494;
    padding: 5px 6px;
    font-size: .85em;
}
    
.link-list {
  text-align: center;
}
    
.container {
    padding: 15px;
    padding-bottom: 0;
}
    
.link-list li:nth-child(2) {
    border-left: none;
}
    
.buttonCenter {
    text-align: center;
} 
    
.phonePad {
    padding-bottom: 10px;
}
    
.buttons {
    padding-top: 20px;
    text-align: right;
}
    
.buttons a{
    margin-top: 10px;
    margin-right: 0;
}
    
.buttons a:nth-child(2){
    margin-bottom: 30px;
}
    
.term {
    padding: 0px;
}
    
.term input{
    margin-bottom: 0px;
}
    
.print {
    padding-bottom: 40px;
    padding-top: 10px;
}
    
.cards {
    padding-top: 0px;
    padding-bottom: 20px;
}
    
.PhonePadBelow {
    padding-bottom: 20px;
}
    
.green {
	color:#2a8b08!important; 
}
    
.mainLink {
    font-size: 5em;
    text-align: center;
    padding-top: 50px;
}
    
.glyph {
    text-align: center!important;
    float: left;
    padding-right: 15px;
/*
    position: relative;
    left:60px;
*/
} 
    
.tabTitle {
    float: none;
    text-align: left;
}

.pdf {
    height: 100%;
    width: 100%;
    min-height: 700px;
    min-width: 200px;    
}
    
.emailText {
    padding-left:  15px;
    padding-right:  15px;
}
    
.phoneSidePad {
    margin-left: 15px;
    margin-right: 15px;
}
    
.phoneInstructions {
    display:block;
    padding-bottom: 15px;
    font-size: .85em;
}
    

.navbar-header {
    background-color: #514585 !important; 
}

.navbar, .navbar.navbar-default {
    background-color: #514585 !important; 
}

.blue {
	color: #66c082;
}
    
.navbar {
    min-height: 0px;
}
    
.added {
    margin-top: 50px;
}
    
.thanksText {
    font-size:1.75em; 
    line-height: normal;
}
    
.thanksText br{
    display: none;
}
    
.buttonHolder2 {
    text-align: center;
}
    
.navbar-right {
    padding-right: 0px;
}
    
.icon img{
    margin-bottom: 0px;
}
    
.form-group {
    padding-bottom: 0px;
}
    
.checkboxFrame {
    height: 250px;
    width: 100%;
}
    
.buttonHolder {
    width: 100%;
    padding-top: 20px;
    text-align: left;
}

.clear {
    margin-right: 0px;
    max-height: 34px;
    margin-left: 0px;
}  
    
.back {
    max-height: 34px;
    margin-right: 15px;
    margin-left: 0px;
}   
    
.buttonHolder button {
    max-height: 34px;
    margin-right: 0px;
    margin-left: 15px;
}   

.topButtons {
    padding-bottom: 10px;
    width: 100%;
}   
    
.extraButtons  {
    padding-top: 0px!important; 
    padding-bottom: 0px!important; 
}
    
.extraButtons  a{
    text-align: center!important; 
    margin: auto!important; 
    float: left;
    margin-bottom: 20px!important; 
}
    
td {
    min-width: 20px !important; 
}
     
.extraButtons a:nth-child(1) {
    margin-right: 10px!important; 
}  
    
.extraButtons a:nth-child(2) {
    margin-right: 10px!important; 
}  
    
.extraButtons a:nth-child(3) {
    margin-right: 10px!important; 
}  
    
.phoneWrapperPad {
    padding-bottom: 0!important;
}
    
    
}


/* Smartphones (landscape) ----------- */    
@media only screen and (min-width : 321px) (orientation : landscape) {
    .link-list li:nth-child(2) {
    border-left: 1px solid #949494;
}
    
.green {
	color:#2a8b08!important; 
}
    
.logoWrapper {
    margin: auto;
    text-align: center;
}

.logo {
    margin-left: 0px;
    padding-top: 0px;
    width: 50%;
}
    

    
}

/*ipad landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
   
.navbar-right {
    padding-right: 10px;
}    
    
}


@media only screen and (min-width:901px) { 

.Break1 {
    display: none;
}   
    
/*Underline for nav hover*/
.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
    width: 80%;
    margin: 0 15px;
    height: 1px;
    bottom: 16px;
    left: -6px;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
    
.dropdown-menu > li > a:before {
    content: "";
    position: absolute;
    width: 85%;
    margin: 0 15px;
    height: 1px;
    bottom: 9px;
    left: -4px;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
    
.dropdown-menu li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(0);    
    transform: scaleX(0);
}  
    
.iconWrapper img:hover {
    opacity: .8;
}
    

}






input {
    background-color: #f8f8f8!important; 
}

select {
    background-color: #f8f8f8!important; 
    color:#000;
}

.checkboxFrame {
    background-color: #f8f8f8!important; 
}

.btn-primary {
    color: #fff;
    background-color: #514585;
    border-color: #514585;
}


.btn-primary:hover {
    background-color: #3f3569;
}

.navbar .navbar-collapse, .navbar .navbar-form {
    border-color: #fff!important; 
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer !important;
    background-color: #f8f8f8 !important;
}

input[type=checkbox]:checked+.custom-check::before {
  background-color: red!important;
}

input[type=checkbox] {
    background-color: #fff !important;
    border: solid 1px #9a9a9a;
}

input[type=checkbox]:checked {
    background-color: #514585 !important;
    border: solid 1px #514585;
}

.custom-check::before {
  content: "\e013";
  color: #424242;
  display: none;
}

tr td {
    width:20px!important;
}

.success-summary{
    color:red;
}
.validation-summary-errors{
    color:red;
}

.showloc{
    width:500px!important;
}
.showlocOther {
    width:200px!important;
}

.ui-widget-overlay{
    opacity:.8;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #514585 !important;
}


.buttonHolder input {
    background-color: #514585 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

    .buttonHolder input:hover {
        background-color: #3f3569 !important;
    }

