
/* ********** General ********** */
center.mfp_logo_no {
	display:none;
}
button.mfp-button-space {
	margin-left: 10px;
}
div.mfp_logo {
	display:none;
}

li.home-box {
	width:100px;
}

div.main-container {
	max-width: 95%;
}

div.mfp_manage {
    width: 75%;
    min-width:750px;
    margin: 0 auto; 
}
	table.mfp_table-manage {
		border-spacing: 6;
		border-collapse: inherit;
		width: 100%;
	}
		table.mfp_table-manage tr td:first-of-type {
			text-align: right;
			font-weight: bold;
			padding-right:5px;
		}
		table.mfp_table-manage textarea {
			height: 8em; 
		}
		table.mfp_table-manage td.gdpr_confirm {
			font-size: smaller;
			font-weight: normal;
		}

table.mfp_table-files {
	margin:auto;
	width:98%;
}
	table.mfp_table-files th:nth-child(2), table.mfp_table-files td:nth-child(2) { text-align:center; }
	table.mfp_table-files th:nth-child(3), table.mfp_table-files td:nth-child(3) { text-align:center; }
	table.mfp_table-files th:nth-child(4), table.mfp_table-files td:nth-child(4) { text-align:center; }
	table.mfp_table-files th:nth-child(5), table.mfp_table-files td:nth-child(5) { text-align:center; }
	table.mfp_table-files th, table.mfp_table-files td {
		border: 1px solid #777777;
		padding: 10px;
	}

.mfp_for th, .mfp_for td {
	padding-right: 10px;
}
.mfp_for tr td:first-of-type {
	font-weight: bold;
}

#mfp_file_upload, #mfp_sketch_upload, #mfp_cad_upload {
	padding-top:10px;
}

div#mfp_search_address {
	width: 400px;
}

#mfp_msg {
	position: fixed;
	left: 50%;
	top: 50px;
	width: 80%;
	transform: translateX(-50%);
	z-index:1; 
}

span.book_time_list {
	font-weight:bold;
	font-size:smaller;
}

tr.booking_row_past_past {
	background-color: #fff2ff;
}
tr.booking_row_past {
	background-color: #ffe2ff;
}
tr.booking_row_today {
	background-color: #ddffdd;
}
tr.booking_row_tomorrow {
	background-color: #eeffee;
}

th.report_h_off, td.report_h_off {
	display:none;
}

.scrollToTop {
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
}
.scrollToTop img {
	width:40px; 
	height:40px;
	padding:0px; 
}
.scrollToTop:hover {
	text-decoration:none;
}

.mfp-panel {
	background-color:#D0D0D0;
}

#mfp_load {
	position: absolute;
	top: 0; left: 0; 
	height: 100%; width: 100%; 
	text-align: center;
	background: rgba(255,255,255,0.5) url('/images/loading.gif') no-repeat center center;
	z-index: 1000;
}
#mfp_manage_agencyinvoice-box { width:80%; }
#mfp_manage_agencyinvoice-box thead { font-weight:bold; }

.mfp_note {
	color: red;
}

.mfp-row {
	display: flex;
}
.mfp-col {
	flex: 50%;
}
.mfp_button {
	margin-left:5px;
	margin-top:2px;
}
.mfp_btn-CAD {
	background: pink;
	border:  1px solid red;
}
.mfp_subtext {
	font-size:65%;
}
.mfp_search_list {
	text-align:center;
}
.mfp_nowrap {
	white-space:nowrap;
}
.mfp_valign_t {
	vertical-align:text-top;
}
.mfp_home span {
	font-size:40px;
}

.jsgrid { font-size: 12px; }
.mfp_grid_total {
	font-weight: bold;
	background: #f5f5f5;
	}
.mfp_grid_total td {
	border-top: 2px solid #efefef;
}

.mfp_help_t { 
	display:none; 
	width:75%; 
	min-width:500px; 
	margin: 0 auto;
}
#mfp_help_t p {
	padding: 5px 0px 5px 20px;
}

/* ********** Config ********** */
table#mfp_config_size tbody td input {
	text-align: right; 
	padding-right: 3px;
}
table#mfp_config_size th:nth-child(1) { width:10%; }
table#mfp_config_size th:nth-child(2) { width:8%; }
table#mfp_config_size th:nth-child(3) { width:50%; }
table#mfp_config_size th:nth-child(4) { width:8%; }
table#mfp_config_size th:nth-child(5) { width:8%; }
table#mfp_config_size th:nth-child(6) { width:8%; }
table#mfp_config_size th:nth-child(7) { width:8%; }

table#mfp_config_config th:nth-child(1) { width:15%; }
table#mfp_config_config th:nth-child(2) { width:15%; }
table#mfp_config_config th:nth-child(3) { width:70%; }

table#mfp_config_image th:nth-child(1) { width:15%; }
table#mfp_config_image th:nth-child(2) { width:70%; }
table#mfp_config_image th:nth-child(3) { width:15%; }

table#mfp_config_iec th:nth-child(1) { width:70%; }
table#mfp_config_iec th:nth-child(2) { width:15%; }
table#mfp_config_iec th:nth-child(3) { width:15%; }

/* Statistics */
table#mfp_stats {
	width: 75%;
    margin: 0 auto; 
}
	table#mfp_stats thead th {
		font-weight: bold;
	}

/* ********** Agencies ********** */
#mfp_table_agencies th:nth-child(5), #mfp_table_agencies td:nth-child(5) { text-align:center; }
#mfp_table_agencies th:nth-child(6), #mfp_table_agencies td:nth-child(6) { text-align:center; }
#mfp_table_agencies th:nth-child(7), #mfp_table_agencies td:nth-child(7) { text-align:center; }
#mfp_table_agencies th:nth-child(8), #mfp_table_agencies td:nth-child(8) { text-align:center; }
#mfp_table_agencies th:nth-child(9), #mfp_table_agencies td:nth-child(9) { text-align:center; min-width:8em; }
#mfp_table_agencies th:nth-child(10), #mfp_table_agencies td:nth-child(10) { text-align:center; }
table#mfp_table_agencies th:nth-child(11) { text-align:center; }
table#mfp_table_agencies td:nth-child(11) { text-align:justify; }
table#mfp_table_agencies td:nth-child(12) { }
table#mfp_manage_agency td#msg {
	text-align: center; 
	width: 200px;
}
#mfp_table_agencies-brochure thead { font-weight: bold; }
#mfp_table_agencies-floorplan thead { font-weight: bold; }

/* ********** Agents ********** */
table#mfp_table_agents {
}
table#mfp_manage_agent td#msg {
	text-align: center; 
	width: 200px;
}

/* ********** Users ********** */
#mfp_table_users th:nth-child(1), #mfp_table_users td:nth-child(1) { text-align:left; }
#mfp_table_users th:nth-child(2), #mfp_table_users td:nth-child(2) { text-align:left; }
#mfp_table_users th:nth-child(3), #mfp_table_users td:nth-child(3) { text-align:left; }
#mfp_table_users th:nth-child(4), #mfp_table_users td:nth-child(4) { text-align:left; }
#mfp_table_users th:nth-child(5), #mfp_table_users td:nth-child(5) { text-align:center; font-size:smaller; }
#mfp_table_users th:nth-child(6), #mfp_table_users td:nth-child(6) { text-align:center; }

table#mfp_manage_user input#colour_code_set {
	width: 20px; 
}
table#mfp_manage_user input#colour_code {
	border: 0; 
	width: 20px; 
	display: none;
	z-index: 9999;
}
table#mfp_manage_usertype tr td:first-of-type {
	text-align: left;
	font-weight: normal;
}

/* ********** Booking ********** */
/* List */
table#mfp_table_bookings th, table#mfp_table_bookings td {
	padding: 3px;
}
	table#mfp_table_bookings th { vertical-align:top; text-align:center; }
	table#mfp_table_bookings td:nth-child(1) { text-align:center; }
	table#mfp_table_bookings td:nth-child(2) { text-align:center; }
	table#mfp_table_bookings td:nth-child(3) { font-size:smaller; }
	table#mfp_table_bookings td:nth-child(5) { text-align:center; }
	table#mfp_table_bookings td:nth-child(7) { text-align:center; }
	table#mfp_table_bookings td:nth-child(8) { text-align:center; }
	table#mfp_table_bookings td:nth-child(9) { text-align:center; }
	table#mfp_table_bookings td:nth-child(10) { text-align:center; }
	table#mfp_table_bookings td:nth-child(11) { text-align:center; }
	table#mfp_table_bookings td:nth-child(12) { text-align:center; }
	table#mfp_table_bookings td:nth-child(13) { text-align:center; }
	table#mfp_table_bookings td:nth-child(14) { text-align:center; font-size:smaller; }
	table#mfp_table_bookings td:nth-child(15) { text-align:center; }
	table#mfp_table_bookings td:nth-child(16) { text-align:center; font-size:smaller; }
	table#mfp_table_bookings td:nth-child(17) { text-align:center; }

/* Manage */
div#mfp_manage_booking-box {
    width: 100%;
    max-width:1000px;
    margin: 0 auto; 
}
	table#mfp_manage_booking td:nth-child(2) { 
		width:75%; 
		text-align:left; 
	}

.mfp_booking_priority_1 { color:red; font-weight:bold; }
.mfp_booking_priority_2 { color:orange; font-weight:bold; }
.mfp_booking_priority_3 { color:black; }

/* ********** Photos ********** */
/* List */
table#mfp_table_photos th, table#mfp_table_photos td {
	padding: 3px;
}
	table#mfp_table_photos th { vertical-align:top; text-align:center; }
	table#mfp_table_photos td:nth-child(1) { text-align:center; }
	table#mfp_table_photos td:nth-child(2) { text-align:center; }
	table#mfp_table_photos td:nth-child(3) { font-size:smaller; }
	table#mfp_table_photos td:nth-child(7) { text-align:center; }
	table#mfp_table_photos td:nth-child(8) { text-align:center; }
	table#mfp_table_photos td:nth-child(9) { text-align:center; }
	table#mfp_table_photos td:nth-child(10) { text-align:center; }
	table#mfp_table_photos td:nth-child(11) { text-align:center; }
	table#mfp_table_photos td:nth-child(12) { text-align:center; font-size:smaller; }
	table#mfp_table_photos td:nth-child(13) { text-align:center; }
	table#mfp_table_photos td:nth-child(14) { text-align:center; font-size:smaller; }
	table#mfp_table_photos td:nth-child(15) { text-align:center; }

/* Filter date */
#fd_form input, #fd_refresh {
	margin-left:20px;
}

/* Photos */
div#mfp_manage_photodownloaded-box, div#mfp_manage_photoupload-box {
    width: 75%;
    min-width:1000px;
    margin: 0 auto; 
}

table#mfp_table_photo_l thead th {
	font-weight: bold;
	text-align: left;
}
	table#mfp_table_photo_l td:nth-child(1) { 
		font-weight: normal;
		text-align: left; 
	}
	table#mfp_table_photo_l th:nth-child(2) { width:20%; }
	table#mfp_table_photo_l th:nth-child(3) { width:20%; }
	table#mfp_table_photo_l th:nth-child(4) { width:20%; }

div#mfp_manage_photodownload-box {
    width: 95%;
    margin: 0 auto; 
}

/* ********** EPC ********** */
/* List */
table#mfp_table_epcs th, table#mfp_table_epcs td {
	padding: 3px;
}
	table#mfp_table_epcs th:nth-child(1), table#mfp_table_epcs td:nth-child(1) { text-align:center; }
	table#mfp_table_epcs th:nth-child(2), table#mfp_table_epcs td:nth-child(2) { text-align:center; }
	table#mfp_table_epcs td:nth-child(3) { font-size:smaller; }
	table#mfp_table_epcs th:nth-child(5), table#mfp_table_epcs td:nth-child(5) { text-align:center; }
	table#mfp_table_epcs td:nth-child(5) { font-size:smaller; }
	table#mfp_table_epcs th:nth-child(6), table#mfp_table_epcs td:nth-child(6) { text-align:center; }
	table#mfp_table_epcs td:nth-child(6) { font-size:smaller; }
	table#mfp_table_epcs th:nth-child(7), table#mfp_table_epcs td:nth-child(7) { text-align:center; }
	table#mfp_table_epcs th:nth-child(8), table#mfp_table_epcs td:nth-child(8) { text-align:center; }
	table#mfp_table_epcs th:nth-child(9), table#mfp_table_epcs td:nth-child(9) { text-align:center; }
	table#mfp_table_epcs th:nth-child(10), table#mfp_table_epcs td:nth-child(10) { text-align:center; }
	table#mfp_table_epcs th:nth-child(11), table#mfp_table_epcs td:nth-child(11) { text-align:center; }
	table#mfp_table_epcs th:nth-child(12), table#mfp_table_epcs td:nth-child(12) { text-align:center; }
	table#mfp_table_epcs th:nth-child(13), table#mfp_table_epcs td:nth-child(13) { text-align:center; }
	table#mfp_table_epcs th:nth-child(14), table#mfp_table_epcs td:nth-child(14) { text-align:center; }
	table#mfp_table_epcs th:nth-child(15), table#mfp_table_epcs td:nth-child(15) { text-align:center; }
	table#mfp_table_epcs th:nth-child(16) { text-align:center; }

/* Manage */
div#mfp_manage_epc-box {
    width: 100%;
    min-width:1000px;
    margin: 0 auto; 
}

table#mfp_manage_email td {
	border: none;
	padding: 2px;
}
	table#mfp_manage_email td:nth-child(2) { 
		width:70%; 
		text-align:left; 
	}

table#mfp_maintain td:nth-child(2) { width:70%; text-align:left; }

/* ********** Floorplan/EPC ********** */
#mfp_booking_notes {
	margin-top: 10px;
	margin-bottom: 10px;
}
	#mfp_booking_notes tr td:first-of-type {
		font-weight: bold;
	}
	#mfp_booking_notes table td {
		padding-right: 5px;
	}
	#mfp_booking_notes input {
		width: 100px;
		text-align: right;
	}

/* ********** Floorplan ********** */
div#mfp_manage_floorplan-box {
    width: 75%;
    min-width:1000px;
    margin: 0 auto; 
}

/* ********** Video Tour ********** */
div#mfp_manage_video_tour-box {
    width: 75%;
    min-width:1000px;
    margin: 0 auto; 
}

/* ********** Calendar ********** */
table#bookingInfo-table tr td:first-of-type {
	font-weight: bold;
	padding-right:5px;
}

/* ********** Misc ********** */
div.alert {
	padding: 3px;
	text-indent:22px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.huge { width: 600px; }
.large { width: 400px; }
.medium { width: 200px; }
.small { width: 40px; }

/* File upload */
#queue, #queue_floorplan, #queue_sketch, #queue_cad {
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	position: absolute;
	top: 20px;
	left: 40%;
	overflow: auto;
	padding: 0 3px 3px;
	width: 300px;
}

.uploadifive-queue-item .close {
	background: url('/images/uploadifive/uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}

.input_error { 
	border: 1px solid #b94a48!important; 
	background-color: #fee!important; 
}

/* ********** Printing ********** */
@media print {
	body { 
		font: Arial;
		font-size: 10pt; 
	}
    .mfp_noprint {
        display: none;
    }
	table.mfp_table-manage input[type="text"], table.mfp_table-manage textarea {
		width:100%;
	}
}

/*Cookie Consent Begin*/
#cookieConsent {
	background-color: rgba(20,20,20,0.8);
	min-height: 26px;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 8px 0 8px 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}
#cookieConsentClose {
	float: right;
	display: inline-block;
	cursor: pointer;
	height: 20px; width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}
#cookieConsentClose:hover {
	color: #FFF;
}
/*Cookie Consent End*/
