.modal-open, .modal-open .navbar {
	margin-right: 15px;
}

/*.container {
	min-width: 1000px !important;
}*/

*[class*='col-'] {
	display: inline-block;
}

.panel-body .table:first-child tr:first-child th, 
.panel-body .table:first-child tr:first-child td {
	border-top: 0;
}

.table > tbody > tr.no-border > th,
.table > tbody > tr.no-border > td {
	border-top: 0;
}

a.alert.row {
	border-radius: 4px;
	display: block;
	margin-bottom: 10px;
}

#qls .form-control,
#qrs .form-control,
#qrs .navbar-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

#qls .navbar-header,
#qrs .navbar-header {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 5px;
}

em.qlr-heading {
	font-size: 0.8em;
}

.postcode-block {
	display: inline-block;
}
small.postcode-block {
	line-height: 1.2em;
}

.fixed {
	position: fixed; 
	top: 0; 
	height: 95px; 
	z-index: 1;
}

.below-fixed {
	margin-top: 140px;
}

.timer {
	background: url(../img/timer2.gif) no-repeat;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}

.no-bg {
	background: none;
}

#customer_photos img {
	max-width: 100px;
	max-height: 100px;
	margin: 2px;
	opacity: 0.7;
}
#customer_photos img.highlight {
	border-color: #09C;
	opacity: 1;
}
#customer_photos img:hover {
	opacity: 1;
}

.has-popover {
	cursor: help;
}

.alert-hpi.alert-danger {
	background-color: #d82426;
	color: #600;
}
.alert-hpi .glyphicon {
	font-size: 2em;
	vertical-align: bottom;
	padding-right: 10px;
}
.alert-hpi.alert-danger .glyphicon {
	color: #300;
}

.panel-default .panel-heading {
	background-color: #dfdfdf;
}

.actions-quote td label {
	display: inline;
	font-weight: normal;
	margin: 0;
}

.experian-error {
	border-color: #f00;
}
.experian-error .panel-title {
	background: #f00;
	color: #fff;
}
.experian-error .panel-heading {
	background: #f00;
}

#elv-top-navbar .navbar-list ul li {
    float: left;
    list-style: outside none none;
}

.navbar-inverse .navbar-nav-menu>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav-menu>.active>a, 
.navbar-inverse .navbar-nav-menu>.active>a:hover, 
.navbar-inverse .navbar-nav-menu>.active>a:focus {
    color: #00B588;
    background-color: transparent;
}

.navbar-inverse .navbar-nav-menu>li>a:hover, 
.navbar-inverse .navbar-nav-menu>li>a:focus {
    color: #00B588;
    background-color: transparent;
}

.login_elv_admin .form-group {
	content: " ";
    display: table;
}

.login_elv_admin .form-group .control-label {
	padding-top: 7px;
}

.div_collection_postcode_end {
	float:left; 
	margin-left:20px;	
}

form #quote_note {
	margin-bottom: 5px;
}


@media (max-width: 767px) {
	#elv-top-navbar .navbar-list ul li {
		float: inherit;
		list-style: outside none none;
	}
	
	#elv-top-navbar .navbar-nav {
		margin: 5px 0px;
	}
	
	#customer_details #customer_tel2 {
		margin-top: 5px;
	}
	
	.form-horizontal .control-label, 
	.form-horizontal .radio, 
	.form-horizontal .checkbox, 
	.form-horizontal .radio-inline, 
	.form-horizontal .checkbox-inline {
		padding-top: 0;
	}
	
	#floating-nav .navbar-form {
		padding: 0px 15px;
		border-top: 0px;
		border-bottom: 0px;
		padding-right: 15px !important;
	}
	
	#floating-nav #auto_timer {
		float: left;
		margin-right: 25px;
		margin-bottom: 20px;
	}
	
	#qlr .alert {
		padding: 2px;
	}
	
	.form-horizontal .control-label {
		text-align: center;
	}
}

@media (max-width: 492px) {
	.div_collection_postcode_end {
		margin-left: 0px;	
		float: inherit;
	}	
	
	#home_postcode div {
		width: 60% !important;
	}
	
	#home_postcode div:last-child {
		width: 100% !important;
	}
	
	#home_postcode button {
		margin-left: 36%;
		margin-top: 5px;
	}
}