
body {
	font-size: 12px;
}

footer.main-footer {
	margin-left: 0px;
}

.col-centered
{
    float: none;
    margin-left: auto;
	margin-right: auto;
}

/* Placeholder consistency */
::-webkit-input-placeholder {
	color: #999;
	font-size: 12px;
}

::-moz-placeholder {
	color: #999;
	font-size: 12px;
}

:-ms-input-placeholder {
	color: #999;
	font-size: 12px;
}

:-moz-placeholder {
	color: #999;
	font-size: 12px;
}

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

.scrolloverflow {
	overflow-y: scroll;
}

#saveSuccessfulFlash {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}

.development {
	display: table;
	color: red;
	font-size: 18px;
	margin: 0 auto !important;
}

.content-wrapper {
	background-color: #e2e2e2;
}

.control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
	margin-right: 0px;
}

.heads-up {
	font-size: 0.85em;
	min-height: 450px;
}

.heads-up hr {
	margin: 6px 0 6px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.heads-up label {
	width: 140px;
}

.heads-up a, .pidLink a {
	color: #ffffff;
	text-decoration: underline;
}

.pidLink-dark a {
	color: #333;
	text-decoration: underline;
}

.heads-up a::after, .pidLink a::after, .pidLink-dark a::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f0a9";
	opacity: 0.7;
	margin-left: 2px;
}

.heads-up .form-group {
	margin-bottom: 0px;
	font-size: 1.2em;
}

.touch-box {
	cursor: pointer;
}

.table td {
	cursor: pointer;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Override for dl and nested dl in a heads up */
.heads-up dl.dl-horizontal {
	font-size: 12px;
	margin-bottom: 2px;
}

.heads-up dl.dl-horizontal dt {
	width: 120px;
	text-align: left;
}

.heads-up dl.dl-horizontal dd {
	margin-left: 130px;
}

.heads-up dl.dl-horizontal dd dl dt {
	clear: none;
	width: 75px;
}

.heads-up dl.dl-horizontal dd dl dd {
	clear: none;
	margin-left: 75px
}

/* dl on assessment improvements */
dl.dl-horizontal.improvementtotals dt {
	width: 165px;
}

/* Maybe move these to a typeahead override */
.typeahead.dropdown-menu {
	border-radius: 0px;
	margin-top: 0;
	font-size: 12px;
}

.typeahead.dropdown-menu>li>a {
	padding: 2px 10px;
}

.dragDropBox {
	min-height: 100px;
	width: 100%;
	border: 2px dashed lightgray;
	margin-bottom: 15px;
	padding: 7px;
}

.dragDropBox.active {
	border: 2px dashed green;
}

.dragDropBox-mask {
	display: none;
	position: absolute;
	background-color: #00ff1317;
}

.dragDropBox-mask.active {
	display: block;
}

.dragDropBoxInner {
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px 5px;
}

.form-group {
	margin-bottom: 10px;
}

.even.row_group.row_selected td, .even.row_group.row_selected_child td  {
	background-color: #8b8b8b!important;
}

.odd.row_selected td, .odd.row_selected_child td {
	background-color: #cae4f1 !important;
	border-color: #cae4f1 !important
	
}

.even.row_selected td, .even.row_selected_child td {
	background-color: #dcf1fc !important;
	border-color: #dcf1fc !important
}

tr.row_selected span.show-if-row-selected{
	display: inline !important;
	visibility: visible !important;
}

tr.row_selected span.hide-if-row-selected{
	display: none !important;
	visibility: hidden !important;
}

tr.row_deleted{
	text-decoration:line-through;
}

tr.row_deleted td{
	background-color: red!important;
}

span.todo, div.todo {
	background-color:yellow;
	color:red;
	font-weight:bold;
	margin-top:2px;
}

span.todopublic, div.todopublic {
	border:1px solid red;
	padding:2px;
	color:red;
	font-variant: small-caps;
	font-weight:bold;
	margin-top:2px;
}

span.help-block {
	font-size: 85%;
}

.tab-box-tools {
	margin: 5px 10px;
}

.tab-box-tools .btn {
	margin-left: 5px;
}

.tab-footer {
	border-top: 1px solid #eee;
	padding: 10px 15px 0px 0px;
	text-align: right;
	margin-left: -15px;
	margin-right: -15px;
}

.box-footer {
	padding: 5px 10px;
	text-align: right;
}

@media (min-width: 768px) {
  .modal-xl {
	width: 90%;
	   max-width:1200px;
  }
}

@media (min-width: 768px) {
  .modal-xxl {
	width: 95%;
  }
}

/* Bootstrap tabs */
ul.nav-tabs li.error a {
	color: red !important;
}

/* Box overrides */
.box-header .btn {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: 5px;
}

/* Box overrides */
.box-footer > .btn:not(:first-child) {
	margin-left: 5px;
}

span.mandatory:after {
	content: " *";
	color: red;
}

/* Bootbox button order */
.bootbox .modal-footer .btn {
	margin-left: 5px;
}

/* TODO @swang to review responsible/scrollable modal */
/*.modal-body{
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}*/

/* Select2 formvalidation style */
.form-group.has-error span.select2-selection {
	border: 1px solid red !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 8px;
}

.select2-container.select2-container--open .select2-selection {
	border-color: #3c8dbc !important
}

/* Font size for hamburger */
.sidebar-toggle {
	font-size: 14px;
}

.form-group.has-success span.select2-selection {
	border: 1px solid #00a65a;
}

.map-input-group-container-bottom-left {
	bottom:0.5em;
	left:2em;
	position:absolute;
	width:15%;
	min-width:200px;
	background: rgba(220,241,253,0.5) !important;
	border: 1px solid gray;
}

span.important-text {
	font-weight:bold;
}

span.explanation-text {
	font: 12px gray;
}

span.error-text {
	font-weight:bold;
	font-size:12px;
	color:red !important;
}

table tr.important-row {
	font-weight:bold;
	background-color: rgba(0, 115, 183, 0.15) !important;
}

/* Mad hax for padding in forms - May need a rethink */
div[class^="col-"]:not(:first-child) {
	padding-left: 0px;
}

.hide-element {
	display:none;
}

button.btn:not(.table-icon):not(.icon-only) > i.fa, a.btn:not(.table-icon):not(.icon-only) > i.fa {
	display:inline-block;
	margin-right: 3px;
}

.wizard-card > button.btn + button.btn {
	margin-left: 5px;
}

.ol-collapsable-control > button {
	display:inline-block;
}
.ol-control-collapse-wrapper {
	display:none;
}

.ol-control-collapsed {
	display:inline-block;
}

/* Data tables editor overrides */
div.DTE_Inline {
	height: 32px;
}

/* Data tables form validation overrides */
div.DTE_Inline .form-group {
	margin-bottom: 0px;
}

div.DTE_Inline .controls {
	float: none;
}

div.DTE_Inline div.DTE_Field input[type="color"], div.DTE_Inline div.DTE_Field input[type="date"],
div.DTE_Inline div.DTE_Field input[type="datetime"], div.DTE_Inline div.DTE_Field input[type="datetime-local"],
div.DTE_Inline div.DTE_Field input[type="email"], div.DTE_Inline div.DTE_Field input[type="month"],
div.DTE_Inline div.DTE_Field input[type="number"], div.DTE_Inline div.DTE_Field input[type="password"],
div.DTE_Inline div.DTE_Field input[type="search"], div.DTE_Inline div.DTE_Field input[type="tel"],
div.DTE_Inline div.DTE_Field input[type="text"], div.DTE_Inline div.DTE_Field input[type="time"],
div.DTE_Inline div.DTE_Field input[type="url"], div.DTE_Inline div.DTE_Field input[type="week"] {
	margin: 0px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome and Opera */
}

/* TODO Trial of theme ideas */
.bg-lightest {
	background-color: #FFFFFF;
}

.bg-light {
	background-color: #FF9800;
}

.bg-medium {
	color: #FFF;
	background-color: #7E8AA2;
}

.bg-dark {
	color: #FFF;
	background-color: #263248;
}

.bg-darkest {
	color: #FFF;
	background-color: #000000;
}

.bg-burnt-orange {
	color: #FFF !important;
	background-color: #CC5500 !important;
}

input[data-style-uppercase]
,textarea[data-style-uppercase]
{
	text-transform:uppercase !important;
}

input[data-style-lowercase]
,textarea[data-style-lowercase]
{
	text-transform:lowercase !important;
}

td > div.color-box-indicator{
	width:15px;
	height:15px;
	display:inline-block;
}

.assessment-info-box {
	min-height: 50px;
	height: 50px;
}

.assessment-info-box .info-box-icon {
	line-height: 40px;
	height: 50px;
	width: 55px;
}

.assessment-info-box .info-box-content {
	margin-left: 55px;
}

.assessment-info-box .info-box-icon i {
	height: 50px;
	font-size: 30px;
}

.assessment-info-box .info-box-text {
	font-size: 12px;
}

.assessment-info-box .info-box-number {
	font-size: 17px;
}

.assessment-info-box .info-box-number .highlight {
	color: orange;
}

/* heads-up box backgrounds */
.bg-dark-green {
	/* green */
	background-color: #008d4c !important;
	color: #fff;
}

.bg-dark-blue {
	/* blue */
	background-color: #0073b7 !important;
	color: #fff;
}

.bg-dark-red {
	/* red */
	background-color: #750000 !important;
	color: #fff;
}

.icon-circle {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: 0.5px solid #fff;
	display: inline-block;
	margin:0px 0px -1px 0vh;
}

.icon-circle-dark {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: 0.5px solid #333;
	display: inline-block;
	margin:0px 0px -1px 0vh;
}

/* valuation status indicator colours */
.icon-div-RET {
	font-size: 1.0em;
	background-color: #d61717; /* RED - servere */
}

.icon-div-REJ, .icon-div-DFT {
	font-size: 1.0em;
	background-color: #e67c06; /* Orange */
}

.icon-div-COM {
	font-size: 1.0em;
	background-color: #ffe400; /* Yellow */
}

.icon-div-SUB, .icon-div-RUB {
	font-size: 1.0em;
	background-color: #0031f5; /* light blue */
}

.icon-div-ACC {
	font-size: 1.0em;
	background-color: #0037a5; /* Dark Blue */
}

.icon-div-ISS {
	font-size: 1.0em;
	background-color: #05e644; /* Green */
}

/* Address status indicator colours */
/* & */
/* Property status indicator colours */
.icon-div-CAN {
	font-size: 1.0em;
	background-color: #d61717; /* red */
}

.icon-div-LIV {
	font-size: 1.0em;
	background-color: #05e644; /* green */
}

.icon-div-POT {
	font-size: 1.0em;
	background-color: #ffe400; /* yellow */
}

.icon-div-YES {
	font-size: 1.0em;
	background-color: #05e644; /* green */
}

.icon-div-NO {
	font-size: 1.0em;
	background-color: #d61717; /* red */
}


#valuation-summation-details .dataTables_wrapper td.previous {
	background-color: lightcyan;
	font-style: italic;
	color: darkblue;
}

#valuation-summation-details .dataTables_wrapper tr.odd.row_selected td.previous {
	background-color: #9cd3ef !important;
}

#valuation-summation-details .dataTables_wrapper tr.even.row_selected td.previous {
	background-color: #addcf5 !important;
}

.valuationMethod a::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f00c";
	margin-right: 5px;
	color: #009933;
}

.center-check-box {
	text-align: center;
	vertical-align: middle;
}

/* Stops main content from sitting under navbar in portrait layout on mobile */
.main-header {
	max-height: 100% !important;
}

/* fixes modals and wizards for mobile devices*/
@media(max-width:992px){
	.modal-dialog, .wizard-dialog {
		position: relative !important;
		width: auto !important;
		margin: 10px !important;
	}

	.wizard-steps {
		max-width: 150px !important;
		width: 150px !important;
		margin-right: 10px;
	}
}

.bli-error {
	color:red;
}

.bli-warning {
	color: orange;
}

.bli-pass {
	color: green;
}

/* FILE UPLOAD CSS -- START */
/* delete icon for file uploads wasn't triggering on click event
	making it fill the button resolves the issue, however, it would be nice if it just fired from the button */
	i.table-delete-icon {
		padding: 5px 15px 5px 15px;
		margin: -5px -15px -5px -15px;
	}

	.dragDropBox {
		 margin-bottom: 0px;
	}

	.hiddenItem {
		margin-top: 15px;
	}
/* FILE UPLOAD CSS -- END */

div.salecomments textarea {
	height: 126px;
}

h4.blockh4 {
	background-color: #f7f7f7;
	font-size: 18px;
	text-align: center;
	padding: 7px 10px;
	margin-top: 0;
}

.datetime {
	white-space: nowrap;
}

.different {
	background-color: rgb(255, 242, 204);
}

.table-touch-screen-icon
{
	display:none;
}

@media only screen and (device-width: 768px) {
	.table-touch-screen-icon
	{
		display: inline-block !important;
	}

	.hide-column
	{
		display: none;
	}
}

tr.shown-child td {
	font-style: italic;
	background-color: lightcyan;
}

tr.shown-child.separator td {
	border-bottom: 1px lightblue solid !important;
}

tr.shown-tenancy {
	background-color: lightsteelblue !important;
}

tr.shown-tenancy td.shown-tenancy-cell {
	padding: 0 !important;
}

tr.shown-tenancy table.dataTable {
	margin-top: 1px !important;
	margin-bottom: 2px !important;
}

div.nav-tabs-custom ul.nav-tabs > li.active > a{
	font-weight:bold;
}

.info-block {
	font-size: 11px;
	color: #737373d9;
	margin-bottom: 10px;
	display: block;
}

.map-info {
	margin: 8px 0 10px;
}

.map-result-info {
	display: inline-block;
	color: #777;
}

.map-loading {
	display: inline-block;
}

.headsup-button {
	margin-bottom: 10px !important;
}

.headsup-button > button {
	width: 100%;
}

.headsup-button > span {
	margin-right: 3px; 
	width: 12px; 
	height: 12px;  
	line-height: 10px;
}

textarea.vert-drag-only {
	resize: vertical; 
	min-height: 30px;
}

.action-td {
	text-align: center;
}

th.extrainfo {
	cursor: pointer;
}

.main-header 
{
	background-color: #008d4c;
}

.main-sidebar {
	top: 0px;
    /* just below the top nav bar */
    z-index: 999 !important;
    padding-top: 0px;
    max-height: 100%;
}

.wrapper {
	overflow: hidden;
}
tr.shown-child-headers {
	font-weight:bold;
}
.daterangepicker table tr td.today:not(.active) {
	color: #000;
	background-color: #ffdb99;
}

.toolbar {
	font-weight: 700;
	font-size: 12px;
}

img.improvement-img {
	max-width: 100%;
}

#clear-improvement-image-container button  {
	position: absolute;
	bottom: 15px;
	left: 20px;
	-webkit-box-shadow: 0px 0px 10px 5px white;
	-moz-box-shadow: 0px 0px 10px 5px white;
	box-shadow: 0px 0px 10px 5px white;
}

.info-text 
{
	font-size: 0.7em;
	color: green;
	margin-top: -10px;
	vertical-align: top;
}

td.guiderent {
	font-style: italic;
	background-color: #c0c0c04a;
}

.btn-address-edit-update
{
	display:inline-block;
}

.btn-address-amend-update{
	display:none;
}

.amend-address-modal .btn-address-edit-update{
	display:none;
}

.amend-address-modal .btn-address-amend-update{
	display:inline-block;
}

.selected-photo {
	background-color:rgba(0, 255, 0, 0.2) !important;
}

.tooltip-trigger-wrapper {
	display:inline-block;
	padding:0px 5px 0px 5px;
	color:#42a4f4;
	z-index:3000;
}

.tooltip-popover {
	min-width:300px;
}

.tooltip-popover dl {
	margin:0px;
}

.tooltip-popover dt {
	float:left;
	margin-right:10px;
}

.tooltip-popover dt:after {
	content:':';
}

.stickyinfo {
	position: fixed;
	top: 0;
	z-index: 999;
	padding-top: 10px;
}

.geo-show-tick::after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f00c";
	opacity: 0.7;
	margin-left: 2px;
}

table.dataTable tr.non-editable-row > td.editable{
	pointer-events:none;
}

.acq-interest-read-only .btn{
	display:none;
}

.acq-interest-read-only .table-view-modal-icon
,.acq-interest-read-only .table-open-icon
,.acq-interest-read-only .btn-modal-cancel
{
	display:inline-block;
}

.heads-up-dl-xl dt{
    width:200px !important;	
}
.heads-up-dl-xl dd{
    margin-left:200px !important;
}

.bg-maroon-disabled{
	background-color: #E6769C !important;	/*the color is picked by Vanessa & Cookie*/
}

/*
	Dashboard Items
*/
.dashboard-item-group-body{
	display:block;
	min-height: 50px;
}

.dashboard-item-group-body .dl-horizontal dt
,.dashboard-item-group-body .dl-horizontal dt{
	line-height:25px !important;
	font-size: 20px;
}

.dashboard-item-group-body .dl-horizontal dt{
	text-align:left !important;
	width:auto !important;
}
.dashboard-item-group-body .dl-horizontal dd{
	text-align:right !important;
}

.dashboard-item-group-header > p{
	font-style: italic;
	font-weight: bold;
}

.dashboard-item-separator{
	display:block;
	width:auto;
	height:15px;
}

.dashboard-item-group-body .table .odd{
	background-color:rgba(0,0,0,0.1);
}

.dashboard-item-group-body .table tr:hover{
	background-color:rgba(0,0,0,0.3);
}

.dashboard-item-group-body .table th{
	font-weight:bold;
	font-size:18px;
}

.dashboard-item-name-in-dt{
	font-weight:bold;
	font-size:18px;
}

#outstanding-tasks_wrapper .top select
,#outstanding-tasks_wrapper .top button
,#completed-workflows_wrapper .top select
,#completed-workflows_wrapper .top button
{
	height:26px
}

.display-none{
    display: none;
}

.row.equal-height-cols {
	display: table;
	width: inherit;
}

.row.equal-height-cols [class*="col-"]{
	float: none;
	display: table-cell;
	vertical-align: top;
}