.frame-color {
	background: #336699;
	display: block;
}

.well {
    border: 1px solid #336699;
}

.well.breadcrumb {
    background: #336699;
    border: 1px solid #336699;
}

.form-group-no-thick .validation .validation-success:after {
	display: none !important;
}

.footer-distributed h3 span{
	color:  #336699;
}

.footer-distributed .footer-center p a{
	color:  #336699;
}

 #nav-a {
	border-right: 50px solid #336699;
}

 #nav-a:after {
	border-color: transparent transparent transparent #aaaaaa;
}

#nav-a a:hover, #nav-a a:focus {
	background-color: #336699;
}

#map-container {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: white;
}

.map {
	border-top: 1px solid #aaaaaa;
}

.main-content{
  border-bottom: 15px solid #94b0da;
} 

.parts-table{
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.parts-table-no-top{
	border-top: 0px;
}

.status-active {
	color: #336699;
}

.loading-bar {
	opacity:    0.5; 
	background: #000; 
	width:      100%;
	height:     100%; 
	z-index:    1500;
	top:        0; 
	left:       0; 
	position:   fixed;
}

@media screen and (min-width: 500px) {
	.loading-bar .loading-bar-content{
		font-size: 44px; 
		font-weight: bold;
		opacity:    1;
		color: #fff; 
		width: auto; 
		height: auto;
		/* left: 40%; */
		top: 40%;
		margin: 0 auto;
		padding: 10px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
	
@media screen and (max-width: 499px) {

	.loading-bar .loading-bar-content{
		font-size: 30px; 
		font-weight: bold;
		opacity:    1;
		color: #fff; 
		width: auto; 
		height: auto;
		/* left: 40%; */
		top: 40%;
		margin: 0 auto;
		padding: 10px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}



.no-spin {
	/* align-items: center;
    justify-content:center;
	top: 0px; */
}

.spin {
	/* border: 16px solid #f3f3f3;
	border-top: 16px solid #2b9231;
	border-radius: 50%;
	width: 120px;
	height: 120px; */
	width: auto;
	height: auto;
	animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

#loading-bar .bar {
	background: #336699;
}

#loading-bar-spinner .spinner-icon {
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
}

#cssmenu {
  border-bottom: 3px solid #aaaaaa;
}

#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #336699;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.bdq-border{
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color:#ffffff;
	box-shadow: 0 0 1px #aaaaaa;
 	margin-top:15px;
	margin-bottom:15px;
}
.bdq-border h3{
	margin-top: 10px;
}

.bdq-bubble {
	border: 1px solid #aaaaaa;
	background-color:#d2e9f6;
	margin-top:0px;
	margin-bottom:15px;
	padding:7px 5px 4px 15px;
	line-height: 1em;
    border-radius: 5px;
    box-shadow: 0 0 1px #336699;
    display: inline-block; 
   	width:100%;
    position: relative;
    vertical-align: top; 
}
.bdq-bubble:after {
   content: "\00a0";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 10px solid #aaaaaa; 
   border-top-color: inherit;  
   border-left: 10px solid transparent;
   border-right: 10px solid transparent; 
} 
.bdq-bubble button{
	padding-right: 35px;
}
.bdq-identify-nav{
	font-size: 18px;
	line-height:50px;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-word;
}
.bdq-arrow-btn{
	background-color:transparent;
	font-size: 26px;
	color:#fff;
	font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.bdq-arrow-btn:hover{
	color:#91a3b6;
	background-color: transparent;
	border:none;
}
.bdq-arrow-btn:focus{
	color:#91a3b6;
	background-color: transparent;
 	outline: none;
}
.bdq-identify-fieldset{
	border: solid 1px #dddddd !important; 
	padding-left: 3%; 
	padding-right: 6%; 
	padding-bottom: 3%; 
	border-bottom: none;
}

.bdq-identify-fieldset legend{
	width: auto !important; 
	border: none; 
	color: white;
	font-size: 18px;
}

.bdq-identify-label {
	color: #555555;
	font-size: 18px;
    font-weight: normal;
}

.bdq-alert{
	padding:5px 20px 5px 20px;
	margin-bottom:5px;
	border-radius: 5px;
}
.bdq-alert-info{
	background-color:#ecbd51;
	border-color: #993333;
    color: #fff;
}

.bdq-alert-danger{
	background-color:#e05454;
    border-color: #6c2a29;
    color: #fff;
}
.bdq-warning-message{
	background-color:#ecbd51 !important;
	color: white;
}
/* .btn-success{
    background-image: linear-gradient(#336699, #2a547e 60%, #2d5a87);
} */
.btn-primary{
	color: #ffffff !important; 
    background-image: linear-gradient(#336699, #2a547e 60%, #2d5a87);
}

.btn-lite-flow-blue{
	background-color: #121648 !important;
	color:#ffffff;
}

.btn-lite-flow-blue:hover{
	color: #aaaaaa
}

.btn-lite-flow-blue:focus{
	color: #aaaaaa
}

.lite-flow-no-border{
	border: none;
}

.lite-flow-center{
	align-content: center;
}


.bdq-alert-close{
	font-size:18px;
	color:#000;
}

.bdq-alert a{
	color:#000;
}

.bdq-delimiter-row{
	background: #aaaaaa;
	color: white;
	border-radius: 10px;
}

.bdq-button-blue{
	font-weight: bold;
	-webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #dddddd;
    display: inline-block;
    padding: 5px 10px;
    align-content: center;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}

.bdq-button-blue-long{
	font-weight: bold;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #178acc;
	display: inline-block;
	padding: 5px 10px;
	/* width: auto; */
 	width: 140px;
	align-content: center;
	color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.bdq-button-green-modal {
	font-weight: bold;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #2b9231;
	display: inline-block;
	padding: 5px 10px;
	/* width: auto; */
	max-width: 100px;
	align-content: center;
	color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}
.bdq-button-blue.active {
	background-color: #2b9231;
    font-weight: bold;
}

.bdq-button-green-long{
	font-weight: bold;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #2b9231;
	display: inline-block;
	padding: 5px 10px;
	/* width: auto; */
 	width: 140px;
	align-content: center;
	color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}



.bdq-button-green{
	font-weight: bold;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #2b9231;
	display: inline-block;
	padding: 5px 10px;
	/* width: auto; */
	max-width: 100px;
	align-content: center;
	color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}

.bdq-button-red{
	font-weight: bold;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #e05454;
	display: inline-block;
	padding: 5px 10px;
	/* width: auto; */
	max-width: 100px;
	align-content: center;
	color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}

.bdq-group-btn-left{
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px
}

.bdq-group-btn-right{
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.bdq-line-separation {
		border-bottom:2px solid #336699;
		padding-bottom:5px;
}

.footer-distributed {
    background: #333333;
}
.navbar-default {
    background: #94b0da;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: #94b0da;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #94b0da;
    color: #555555;
}

.bdq-switch-field input:checked + label {
    background-color: #73a839;
    color: #ffffff;
    font-weight: bold;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}

.bdq-frame-background-gray {
	background: #dddddd !important;
}

.bdq-summary-frame-background {
	background-color:#94b0da;
	border-radius:15px;
	padding: 15px;
}

.bdq-summary-notes {
	background-color:#fff;
	border-radius:15px;
	padding:10px !important;
	border: 1px #555555 solid;
	margin: 5px 0px 5px 0px;
}

.bdq-summary-notes-lite {
	background-color:#aaa;
/* 	border-radius:15px; */
	padding:10px !important;
	border: 1px #555555 solid;
	margin: 5px 0px 5px 0px;
}

.bdq-summary-disclaimer-lite {
/* 	border-radius:15px; */
	margin: 5px 0px 5px 0px;
}


body {
    background: #333333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #063a5a;
}
.btn:hover, .btn:focus, .btn.focus {
/*     color: #dedede; */
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.68);
}

.bdq-button-green:hover, .bdq-button-green:focus, .bdq-button-green.focus{
	color: #ffffff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.68);
}

.bdq-button-green-long:hover, .bdq-button-green-long:focus, .bdq-button-green-long.focus{
	color: #ffffff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.68);
}

.rw_logo {
	max-width: 250px;
}
.org_logo {
	padding: 14px 0 0 20px;
	height: 50px;
}
.bdq_logo {
	padding: 7px 15px 5px 5px;
	width: 75px;
}
.bdq_mobile_logo {
	padding: 0px;
	width: 100px;
}
.logo_middle {
	color:#555555;
	text-align: center;
	padding: 10px;
	font-size: 24px;
/* 	text-shadow: 1px 1px 0px #151929; */
}

@media screen and (min-width: 500px) {
	.bookmarkable-containter {
		width: 450px;
		
	}
}
	
@media screen and (max-width: 499px) {

	.bookmarkable-containter {
		width: 90%;
		margin-top: 12% auto;
		margin-bottom: 12% auto;
	}
}

.summary-h3{
	border-bottom: 5px solid #336699;padding-bottom:5px;
}
.summary-h4{
	border-bottom: 2px solid #336699;padding-bottom:5px;padding-left:5px;padding-right:5px;
}
.summary-h5{
	padding-bottom:5px;padding-left:5px;padding-right:5px;
}
.summary-title{
	color:#151929;
}
.summary-title-bold{
	color:#151929;
	font-weight: bold;
}
.summary-td{
	padding-left:5px;padding-right:5px;color:#fff;
}
.summary-td-align{
	text-align: right;
}
.summary-td-border{
	padding-left:5px;padding-right:5px;/* border-top: 1px solid #336699; */
	color:#fff;
}
.summary-td-border-bottom{
	border-bottom: 1px solid #336699;padding-left:5px;padding-right:5px;
	color:#fff;
}

.v-align {
	vertical-align: center;
}

.main-content .vehicle-data{
	border-radius: 15px;
	background-color: #94b0da;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 5px; 
	padding-right: 5px;
	font-size: 18px;	
}

.main-content-lite .vehicle-data {
	border: solid #FFFFFF;
	border-width: 1px;
	border-radius: 10px;
/* 	background-color: #264190; */
	/* background-color: #94b0da; */
/* 	background-color: #dddddd; */
	background-color: #121648;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	font-size: 16px;
}

.main-content-lite .vehicle-data span{
/* 	color: #e6e6e6;	 */
	color: #ffffff;
}

.main-content-lite .vehicle-data h2{
	/* 	color: #e6e6e6;	 */
		color: #ffffff;
}


.main-content-lite .dropdown-class {
	background-color: #e5e5e5;
	color: #333333;
}

.main-content-lite .dropdown-class::placeholder{/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333333;
	opacity: 1;/* Firefox */
}

.main-content-lite .dropdown-class:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
 }
  
 .main-content-lite .dropdown-class::-ms-input-placeholder { /* Microsoft Edge */
	color: #333333;
 }

.main-content-lite .dropdown-rounded-class {
	border-radius: 10px !important;
}

.center-buttons {
	display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .vehicle-data {
	border-radius: 15px;
	background-color: #94b0da;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
	font-size: 18px;
}

.main-content .vehicle-data span{
	color: #fff;
	font-weight: bold;
}

.bdq-indicator-default{
	background-color: #2b9231;
	width:50%;
	text-align: center; 
	border-radius: 20px;
	height: 75px;
}
.bdq-indicator-green{
	background-color: #2b9231;
	width:50%;
	text-align: center; 
	border-radius: 20px;
	height: 75px;
}
.bdq-indicator-amber{
	background-color: #ecbd51;
	width:50%;
	text-align: center; 
	border-radius: 20px;
	height: 75px;
}
.bdq-indicator-red{
	background-color: red;
	width:50%;
	text-align: center; 
	border-radius: 20px;
	height: 75px;
}
.printMe {display: none;}

.tooltip-inner {
	padding: 5px;
   	background: orange;
   	color: black;
	font-size: 14px;
}

.info-tool-tip {
	left: 55% !important;
}

.custom-tooltip {
 	position: relative;
	padding: 5px;
   	background: orange;
   	color: black;
	opacity: 1;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-border-radius: 2px; 
  	-moz-border-radius: 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	z-index: 100;
}

.public-bdqs .footer-distributed {
    background: #151929;
}
.public-bdqs .main-content {
	background-color: #ffffff !important;
}

.main-content-lite {
	background-color: #ffffff !important;
/* 	background-image: url("../images/banner.jpg"); */
/* 	background-size: cover; */
/*   	background-attachment: fixed;  	 */


/*   	background-color: #ffffff !important; */
/* 	background-image: url("../images/mike2.jpg"); */
/*   	background-repeat: repeat; */
/*     background-size: auto 100%; */
}

.main-content-lite .bdq-identify-label {
	color: #555555  !important;
	font-size: 18px;
    font-weight: 400  !important;
/*     font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif  !important; */
}

.main-content-lite .bdq-identify-header {
    font-weight: 600  !important;
/* 	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif  !important; */
}
.custom-btn-height{
	height: 36px;
}

.main-content-lite .hint-text {
	font-weight: bold;
	text-align: center;
} 

.bdq-lite-modal-header {
	text-align: center;
} 

@media only screen and (max-width:650px) {
	.main-content-lite .hint-text {
		font-weight: bold;
		text-align: center;
		font-size: 18px !important;
	}	
}

@media only screen and (max-width:767px) {
	.main-content-lite .only-mobile  {display: block !important;}
	.main-content-lite .hint-text {
		font-weight: bold;
		text-align: center;
		font-size: 24px;
	}
}

.main-content-lite .only-mobile  { display: none}


.public-bdqs .bdq-border h3{
	color:#555555;
	font-size: 1.5em;
	text-align: center;
/* 	text-shadow: 1px 1px 0px #151929; */
}
.public-bdqs body, md-content {
	background-color: #151929 !important;
}

.summary-tr-hover:hover {
	background: #73a839;
	cursor: pointer;
}

.switch-field {
	font-family: Helvetica, sans-serif;
  	overflow: hidden;
}

.switch-field input {
	display: none;
}

.switch-field label {
  	width: 130px;
  	border-radius: 20px;
    background-color: #dddddd;
    color: #555555;
	align-content: center; 
    text-align: center;
    height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #dddddd;
    color: #555555;
    font-weight: bold;
     box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.68);
}

.pd-image-nav {
	width:28px;
	background:#336699;
	cursor:pointer;
	outline:none;
}

.pd-image-nav:hover {
	opacity:0.8;
}

.pd-image-nav-prev {
	background:#dddddd url(../images/icons/nav_prev.png) no-repeat 50%;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

.pd-image-nav-next {
	background:#dddddd url(../images/icons/nav_next.png) no-repeat 50%;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}

.pd-image-nav-right {
	width:28px;
	background:#dddddd;
	cursor:pointer;
	outline:none;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}

	
@media only screen and (max-width:400px) {
	/* smartphones, iPhone, portrait 480x320 phones */ 
 	.bdq-button{width:100%;margin-top:5px;} 
 	.bdq-col-sm-6{padding-left:5px;padding-right:0px;}
}

