.banner {
	height:100px;
	width:100%;
	color: #fff;
}

.spatial.banner {
	background: url('../images/banner.png') no-repeat center bottom;
}

.valuation.banner {
	background: url('../images/valBanner.png') no-repeat center bottom;
}

.navbar .navbar-brand {
	height: auto;
}

.navbar-inverse a.dropdown-menu {
	background-color: #000;
}

.navbar-default a.dropdown-menu {
	background-color: #fff;
}

.nav > .dropdown > a.dropdown-menu > .caret  {
	margin-left: 10px;
}

.navbar .spatialLogo {
	height: 84px;
}

.navbar .valuationLogo {
	height: 55px;
}

.ticker {
	margin-bottom: 15px;
}

.ticker > .container {
	background: url("/static/images/icon-bnr-announce.png") no-repeat 15px 12px !important;
	padding: 15px;
	padding-left: 50px;
}

.six.ticker {	
	background: #cff2ff;
}

.val.ticker {
	background: #cff2ff;
}

/*
.six.ticker.info {
	background: #cff2ff;
}

.ticker-info {
	background-color: #cff2ff;
	color: #2C4954;
}

.ticker-warning {
	background-color: #FFE6B3; !important;
	color: #635235;
}

.ticker-alert {
	background-color: #F2DEDE !important;
	color: #733A39;
}
*/

.app-notification-info {
	background-color: #cff2ff;
	color: #2C4954;
	word-wrap: break-word;
}

.app-notification-warning {
	background-color: #FFE6B3;
	color: #635235;
	word-wrap: break-word;
}

.app-notification-alert {
	background-color: #F2DEDE;
	color: #733A39;
	word-wrap: break-word;
}

.col-sm-6 > h3 > span {
	margin-right: 20px;
}

/* DATATABLE CUSTOMISATION */

table.dataTable {
	margin-top: 20px !important;
}

table.dataTable tbody td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.dataTable thead th {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 10px;
}

/*JQUERY MULTISELECT CUSTOMISATION */

.ms-options-wrap > .ms-options > ul {
	padding-left: 5px;
}

.ms-options-wrap > .ms-options > ul > li {
	list-style-type: none;
}	

/*CONVERSION TOOL*/

.conversion-tool #options-header {
	margin-bottom: 20px;
}

.conversion-tool .distance-label {
	color: white;
	background-color: #3A7F90; 
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 2px;
}

.conversion-tool .area-label {
	color: white;
	background-color: #5B9271; 
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-left: 1px;
	margin-bottom: 2px;
}

.conversion-tool .distance-option-button {
	background-color: #C4DBE2;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-bottom: 1px;
}

.conversion-tool .distance-option-button:hover{
	cursor: pointer; 
	font-weight: bold;
}

.conversion-tool .area-option-button {
	background-color: #C1E0CE;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 1px;
	margin-bottom: 1px;
}

.conversion-tool .area-option-button:hover {
	cursor: pointer; 
	font-weight: bold;
}

.conversion-tool .inputs-header {
	background-color: #DDD;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-top: 20px;	
}

.conversion-tool #conversionResultLabel{
	background-color: #DDD;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.conversion-tool #conversionResult{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}
.emailValid {
	color: green;
	margin-left: 25px;
}
.emailInvalid {
	color: red;
	margin-left: 25px;
}
.emailMsg {
	display: none;
}
.priceLabel {
	display: inline-block;
	padding: 7px;
}	

/* feedback assist */
	
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
