<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css */
body{
	font-family: 'Open Sans', sans-serif;
}
html, body {
    height: 100%;
	width:100%;
	margin:0;
}
h2{
	color:#AB1C1E;
	font-size:20px;
	display: inline-block;
}
.panel-body h2{
	display:block!important;
}
h3{
	font-size:18px;
	display: inline-block;
}
h4{
	font-size:16px;
	display: inline-block;

}
h5{
	font-size:14px;
	margin:5px 0px 5px 0px;
}
h6{
	font-size:14px;
	font-weight:normal;
	margin:0;
}
h7{
	font-weight:normal;
	font-size:17px;
	display: inline-block;
}
a{
	text-decoration:none;
}
.f13{
	font-size:13px;
}
.f16{
	font-size:16px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.f22{
	font-size:22px;
}
.text_center{
	text-align:center;
}
.underline{
	border-bottom:1px solid white;
}
.clearing {
	clear:both;
	visibility:hidden;
	line-height:0;
	font-size:1px;
	display:block;
}
.t10{
	padding-top:10px;
}
.t20{
	padding-top:20px;
} 
.t30{
	padding-top:30px;
}
.t40{
	padding-top:40px;
}
.m0{
	margin:0;
}
.m10{
	margin:10px;
}
.m20{
	margin:20px;
}
.forth{
	width:25%;
}
.fifth{
	width:20%;
}
.third{
	width:33%;
}
.two_thirds{
	width:64%;
}
.half{
	width:50%;
}
.text_area_inner{
	padding:20px;
}
.text_area_inner a{
	text-decoration:none;
	color:#AB1C1E;
}
.text_area p{
	font-size:14px;
}
.pop{
	background-color:#EDEDED;
	border-radius: 4px;
	border:1px solid #C6C6C6;
}
.bold{
	font-weight:bold;
}
.divider_bar{
	border-bottom:1px solid #C6C6C6;
}
.row select, .row input{
	background-color:#E3E3E3;
	padding:5px;
	font-family: 'Open Sans', sans-serif;
	border:none;
	width:100%;
}
#box1, #text_box1 {float: left;}
#box2, #text_box2{margin-left: 15px; float: left;}
#box3, #text_box3 {float: right;}
#box1, #box2, #box3, #text_box1, #text_box2, #text_box3{
	width: 290px;
	min-height: 160px;
	margin-bottom:45px;
	/*to reduce float drop issues in IE*/
	word-wrap: break-word;
	overflow:hidden;
	
}
#box1, #box2, #box3{

	background:#6B91AA;
	/*to reduce float drop issues in IE*/
	word-wrap: break-word;
	overflow:hidden;
	color:white;
}
.blue_box{
	width:180px;
	height:120px;
	background:#6B91AA;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.blue_box_img{

}
.container-cms{
	width: 1170px;
	margin-left:auto;
	margin-right:auto;
}    
.search-row{
	padding-top:20px;
	padding-bottom:20px;
}
.search-row input{
	padding:5px;
	color:black;
}
.suggestions-restaurants{
	background: white;
	position: absolute;
	z-index: 999;
}
.suggestions-restaurants .suggestions {
	padding:10px;
}
.text_box{
	position:relative;
	min-height: 190px!important;
}
.white{
	color:white;
}
.white a{
	color:white;
	text-decoration:none;
}
.red{
	color:#AB1C1E;
}
.red a{
	color:#AB1C1E;
	text-decoration:none;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hover:hover{
	opacity:0.5;
	cursor:pointer;
}
.cancel, .save, .delete{
	font-size:11px;
	color:white;
	padding:2px 5px;
	vertical-align:middle;
	margin:5px;
	border-radius:3px;
	text-align:center;
}
.save_change{
	background-color:#009245;
	font-size:11px;
	color:white;
	padding:10px 20px;
	vertical-align:middle;
	line-height:10px;
	margin:5px;
	border-radius:3px;
	text-align:center;	
}
.save{
	background-color:#009245;
}
.cancel{
	background-color:#AB1C1E;
}
.delete{
	background-color:#ADADAD;
}
.center{
	margin-left:auto;
	margin-right:auto;
	
}
.bar{
	width:900px;
}	
.welcome{
	font-size:12px;
	color:#B7B7B7;
	padding-top:10px;
}
.welcome a{
	color:#B7B7B7;
	text-decoration:none;
}
.top_bar{
	width:100%;
	height:65px;
	border-bottom:2px solid #C6C6C6;
	margin-bottom:20px;
}
.row{
	padding:15px;
}
.btn{
	padding:5px 10px 5px 10px;
	border-radius:3px;

}
.footer{
	background-color:#EDEDED;
	width:100%;
	height:100px;
	
}
#add_image{
	color:white;
	background-color:black;
	font-size:12px;
	margin-top:20px;
}
.top_bar_wrapper{
	width:100%;
	/*height:70px;*/
	background-color:black;
	color:white;

}
.top_bar_menu_selected{
	background-color:#AB1C1E!important;
}
.top_bar_menu{
	list-style-type: none;
	margin:0;
	padding:0;
	/*border-right:1px solid white;*/
	position:absolute;
	right:0;
	bottom:0;
}
.top_bar_menu a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	
}
.top_bar_menu li{
	line-height: 20px;
	/*border-left:1px solid white;*/
	padding:5px 15px 5px 15px;
	display: inline-block;
	
	float: left;
}
.nav_menu{
	list-style-type: none;
	margin:0;
	padding:0;
	border-right:1px solid #C6C6C6;
}
.nav_menu li{
	line-height: 35px;
	border-left:1px solid #C6C6C6;
	padding:0px 15px 5px 15px;
	display: inline-block;
	
	float: left;
}
.nav_menu li:hover{
	background-color:white;
	border-bottom:1px solid white;
}
.top_bar_sub_menu_selected{
	background-color:white!important;
	border-bottom:1px solid white!important;
	color:#AB1C1E!important;
}
.menu_menu_selected{
	background-color:white!important;
	color:#AB1C1E!important;
}
.nav_menu a{
	text-decoration:none;
	color:black;
	font-size:12px;
}
.top_bar_menu li:hover{
	cursor:pointer;
	background-color:#AB1C1E!important;
}
.menu_bar{
	background-color:#EDEDED;
	height:30px;
	border:1px solid #C6C6C6;
	font-size:12px;
}
.add_menu{
	line-height:30px;
	padding-left:20px;
	padding-right:20px;


}
#menu_menus_bar{
	height:auto!important;
	min-height:32px!important;
	background-color:#EDEDED;
	
}
.menu_menus{
	background-color:#EDEDED;
	border: 1px solid #C6C6C6;
}
.menu_menus li{
	background-color:#EDEDED;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.menu_menus a{
	text-decoration:none;
	color:black;
	
}
.menu_bar ul{
	list-style-type: none;
	margin:0;
	padding:0;
	border-right:1px solid #C6C6C6;
}
.menu_bar ul li{
	line-height: 30px;
	border-left:1px solid #C6C6C6;
	padding:0px 15px 0px 15px;
	display: inline-block;
	
	float: left;
}
.menu_bar ul li:hover{
	cursor:pointer;
	background-color:white;
}
.dynamic_bar{
	border-bottom:3px solid #C6C6C6;
	
}
.pl30{
	padding-left:30px;
}
#add_pdf_button{
	height:25px;
	line-height:25px;
}
.edit_rest_name_bar{
	color:#ADADAD;
	font-size:11px;
	margin-bottom:8px;
}
.dynamic_pricing{
	font-size:12px;
	margin-top:15px;
	width: 200px;
}
.middle_bar_wrapper{
	background-color:#AB1C1E;
	height:90px;
	padding-top:20px;
}
.sandbox_mode{
	background-color:#FFC6B2;
	height:38px;
	padding-top:10px;
	text-align:center;
	font-size:12px;
	color:#910202;
}
.make_live_button{
	display:inline-block;
	padding:5px 15px;
	background-color:#316CE2;
	color:white;
	border-radius:3px;
	margin-left:15px;
}
.live_page{
	color:white;
	padding:15px;
	border:1px solid white;
	border-radius:3px;
}
.nav_menu_wrapper{
	height:40px;
	background-color:#EDEDED;
	border-bottom:1px solid #C6C6C6;
}

.admin_page{
	width:900px;
}
.report_date{
	margin-top:25px;
	font-size:12px;
}
.report_date input{
	font-size:10px;
}
.go_button{
	float:right;
	padding:2px 5px;
	margin-left:5px;
	background:#000000;
	color:white;
	font-weight:bold;
	border-radius:2px;
	font-size:11px;
}
.matrix_grid_wrapper{
	margin-top:20px;
	margin-bottom:20px;
}
.left_col{
	width:325px;
}
.right_col{
	width:575px;
}
#min_diners, #max_diners{
	width: 100px;
}

#rest_name{
	font-size:26px;
	color:white
}
#rest_address{
	font-size:16px;
	color:white
}
.override_date_display{
	font-size:11px;
	color:white;
	padding-top:8px;
	margin-left:10px;
}
.delete_menu{
	padding:10px;
	border-radius:3px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	color:white;
	background-color:#AB1C1E;
	font-size:12px;
	width: 100px;
	text-align: center;	
}
.green{
	color:#2B961B!important;
}
.enable{
	color:green;
}
.help{
	margin-top:20px;
	font-size:12px;
}
.help a{
	color:white;
	font-size:11px;
	background-color:black;
	border-radius:5px;
	padding:5px;
	text-decoration:none;
}
.sitting_titles{
	height:55px;
	width:572px;
}
.sitting_list{
	border-left:2px solid;
	padding: 0 15px 0 15px;
	float:left;
}
.sitting_selected{
	color:#AB1C1E;
	font-weight:bold;
}
.sitting_title, .override_title{
	padding-top:5px;
}
.sitting_status, .override_status{
	font-size:12px;
}

.booking_martix{
	width: 572px;
	border:1px solid #C6C6C6;
}
.add_override{
	font-size:10px;
	border:1px solid #C6C6C6;
	border-radius:5px;
	background-color:#EDEDED;
	padding:5px;
	color: #383838;
	margin-top:15px;
	margin-left:15px;
}
#override_date{
	width:70px;
	font-size:11px;
	color: #383838;
	background-color:#EDEDED;
	border: 0px solid;
	font-family: 'Open Sans', sans-serif;
}
#override_date:focus{
	 outline: 0;
}
#override_date:hover{
	cursor:pointer!important;
}
.fa-question-circle{
	color:#AB1C1E;
	font-size:10px;
}

.disable_table_rows{
	font-style:italic;
	color:#9B9B9B;
}
.disable_table_rows td{
	background-color:#E3E3E3!important;
}
.disable_table_rows select{
	background-color:#E3E3E3!important;
	overflow:hidden;
    width: 150%!important;
	border:none!important;
	color:#9B9B9B!important;
	font-style:italic!important;
}
.disable_table_rows select::-ms-expand {
    display: none;
}

.matrix td:first-child{
	width:60px!important;
}
.matrix td{
	height:25px;
	text-align:center;
	background-color:#EDEDED;
	border:1px solid #C6C6C6;
	width:70px;
}
.matrix input{
	width:56px;
	padding-left:10px;
}
.matrix select{
	width:66px;
}

.matrix_bulk td:first-child{
	width:60px!important;
}
.matrix_bulk td{
	height:18px;
	text-align:center;
	background-color:#EDEDED;
	border:1px solid #C6C6C6;
	width:70px;
	font-size:10px;
}
.matrix_bulk input{
	width:56px;
	padding-left:10px;
}
.matrix_bulk select{
	width:66px;
}


.override_table_header td{
	background-color:black;
	color:white;
	border:1px solid #C6C6C6;	
	font-size:12px;
	height:25px;
}

.matrix_header  td:first-child, .override_table_header td:first-child{
	width:60px;
}
.override_table_header td:first-child+td{
	width:500px;
}
.matrix_header  td{
	width:70px;
	text-align:center;
	background-color:black;
	color:white;
	border:1px solid #C6C6C6;	
	font-size:12px;
	height:25px;
}

.table_up, .table_down {
	margin:5px;
	margin-left:73px;
	margin-right:10px;
	text-align:center;
	height:25px;
	background-color:#C6C6C6;
	font-size:12px;
}
.table_up:hover, .table_down:hover {
	cursor:pointer;
	opacity:0.5;
}
#scroller_none{
	opacity:0.5;
}
#scroller_none:hover{
	opacity:0.5;
	cursor:initial;
}
.fa-chevron-up, .fa-chevron-down{
	font-size:10px;
}
.dialog_popup{
	border-radius:10px;
	display:none;
}
.popup_title{
	color:white;
	font-size:16px;
	padding:20px;
	background-color:#AB1C1E;
	font-weight:bold;
}
.popup_row{
	height:40px;
	border-bottom:1px solid;
	margin: 10px;
}
.override_date{
	display:inline;
}


/* gallery */
.image_area{
	width:225px;
	float:left;
	height:260px;
	position:relative;
	margin-bottom:30px;
}
.inner_image_area{
	width:215px;
	
}
.image_gal{
	width:215px;
	height: 145px;
	overflow:hidden;
}
.image_gal img{
	width:215px;
	/*height:143px;*/
	
}
.image_type{
	position:absolute;
	top:10px;
	right:5px;
	padding:3px 5px;
	font-size:8px;
	font-weight:bold;
	color:white;
	background-color:#AB1C1E;
}
.image_title{
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	word-wrap: break-word;
}
.image_controls a{
	font-size:10px;
	color:#595959;
	text-decoration:none;
}
.break{
	padding-top: 5px;
	margin-bottom:5px;
	border-bottom:2px solid #C6C6C6;
}
.image_controls span{
	padding-right:10px;
}
.add_image_gal{
	width:215px;
	height:143px;
	line-height:143px;
	border:1px solid #C6C6C6;
	background-color:#EDEDED;
	vertical-align:middle;
	text-align:center;
}
.popup_rows{
	border-bottom:1px solid #C6C6C6;
	vertical-align:middle;
	line-height:50px;
}
.popup_rows:after {
    content:"";
    clear:both;
    display:block;
}
.popup_rows input{
	background-color: #E3E3E3;
	padding: 10px 0px 10px 5px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid #C6C6C6;
	width: 100%;
	margin-bottom:20px;
	margin-top:20px;
}
.text_area_inner input{
	background-color: white;
	padding: 10px 0px 10px 5px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid #C6C6C6;
	width: 100%;

}
.popup_rows textarea{
	background-color: #E3E3E3;
	border: 1px solid #C6C6C6;	
	margin-bottom:20px;
	margin-top:20px;	
}
.popup_rows input[type="checkbox"],.popup_rows input[type="radio"] {
	width: auto;
}
.popup_inner{
	padding:10px;
}
.popup_label{
	width:170px;
	font-size:12px;
	font-weight:bold;
}
.popup_label_input{
	font-size:12px;
	color:#595959;
	width: 350px;
}
.main_image {
	float:left;
	width:320px;


	overflow:hidden;
	/*
	border:1px solid #C6C6C6;
	background-color:#EDEDED;
	vertical-align:middle;
	text-align:center;	*/
	margin-bottom:20px;
}
.main_image img{
	width:320px;
	height:auto;
}
.image_details{
	padding-left:20px;
	line-height:15px;
}
.image_details_title{
	font-size:12px;
	font-weight:bold;
}
.image_details_info{
	font-size:12px;
	margin-bottom:20px;
	color:#595959;
}
.image_sub_info{
	font-size:10px;
	font-weight:normal;
	color:#595959;
	line-height:0!important;
	
}
#add_new_image_popup{
	font-size:12px;
	padding-top:30px;
}


.box_title{
	font-size:22px;
	padding: 15px 0px 0px 15px;
	
}
.box:hover{
	cursor:pointer;
	background-color:#AB1C1E!important;
	color:white!important;
}
.box{
	position:relative;
	color:black;
}
.manage_btn{
	width:240px;
	/*margin: 0 25px 25px 25px;*/
	text-align:center;
	vertical-align:middle;
	height:30px;
	line-height:30px;
	background-color:white;
	color:#AB1C1E;
	position:absolute;
	left: 25px;
	bottom:25px;
	font-weight:bold;
	font-size:14px;
	display:none;	
}
.comming_soon{
	width:150px;
	/*margin: 0 25px 25px 25px;*/
	text-align:center;
	vertical-align:middle;
	height:35px;
	line-height:35px;
	background-color:#898989;
	color:white;
	position:absolute;
	left: 0px;
	bottom:0px;
	font-weight:bold;
	font-size:14px;
}
.box_ul{
	font-size:13px;
	margin:0;
	padding:15px 0px 15px 0px;
	list-style:none;
}
.box_ul li{
	line-height:22px;
	padding:5px 0px 5px 0px;
}
.faq_title{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid black;
	padding-top:20px;
	padding-bottom:10px;
}

.details_edit{
	border:1px solid #C6C6C6;
	border-radius:4px;
	
}
.details_title{
	color:white;
	font-weight:bold;
	background-color:#AB1C1E;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding:0px 20px 0px 20px;
	height:40px;
	line-height:40px;
	vertical-align:center;
}
.details_content p{
	font-size:13px;
	font-weight:bold;
	margin-bottom: 5px;
}
.details_content input{
	background-color: #E3E3E3;
	padding: 10px 0px 10px 5px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid #C6C6C6;
	width: 99%;
	margin-bottom:15px;
}
.details_content select{
	background-color: #E3E3E3;
	padding: 10px 0px 10px 5px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid #C6C6C6;
	width: 100%;
	margin-bottom:15px;
}


.image_header{
	width:100%;
	background-image:url('/images/general/laptop1.jpg');
	height:400px;
	background-size: 100%;
	background-repeat:no-repeat;
	min-width:1000px;

}
.image_header_title{
	text-align:center;
	color:white;
	font-size:28px;
	padding-top:75px;
}
.image_header_text{
	text-align:center;
	color:white;
	font-size:18px;

}
.get_started{
	background-color:white;
	border:1px solid #AB1C1E;
	border-radius:4px;
	font-size:14px;
	padding:10px;
	width:100px;
	text-align:center;
	margin-top:20px;
}
.overlay{
	height:200px;
	background-color:white;
	margin-top:50px;
}
.booking_box{
	float:left;
}
.booking_box_inner{
	padding:20px;
	font-size:15px;
}
.booking_box_inner p{
	margin:3px 0px 0px 0px;
	padding:0;
	font-size:11px;
}
.top_boxes{
	height:175px;
	position:relative;
}
.back_grey{
	background-color:#EDEDED;
}
.how_works{
	position:absolute;
	bottom:-14px;
    left:50%;
    margin-left:-67px;	
	width:135px;
	background-color:black;
	color:white;
	text-align:center;
	padding:4px;
	font-size:15px;
	border-radius:15px;

}
.middle_boxes{
	width:800px;
}
.middle_boxes_height{
	height:320px;
}
.middle_box_inner{
	
	margin:0px 10px;

	position:relative;
}
.pound{
	height:40px;
	width:40px;
	border:2px solid white;
	border-radius:120px;
	text-align:center;
	color:white;
	font-size:16px;
	line-height:40px;
	margin-left:auto;
	margin-right:auto;
	
}
.middle_number{
	position:absolute;
	top:-10px;
    left:50%;
    margin-left:-10px;		
	color:white;
	background-color:#AB1C1E;
	padding:3px;
	text-align:center;
	width:20px;
	border-radius:15px;
	font-size:14px;
	font-weight:bold;
}
.middle_box_inner p{
	margin:8px 0px;
	font-size:12px;
	font-weight:bold;
}
.faint{
	color:#808080;
	margin-top:15px!important;
	font-size:11px;
	font-weight:normal!important;
}
.system_footer1{
	/*background:white url('/images/general/wine_background.jpg') no-repeat left center;*/
	/*height:300px;*/
	/*color:white;*/
	margin-bottom:50px;
}
.system_footer{
	background:white url('/images/general/wine_background.jpg') no-repeat left center;
	height:300px;
	color:white;
	margin-bottom:50px;
}
.contact_form{
	width:500px;
	margin-right:auto;
	margin-left:auto;
}
.validation {
	font-size:12px;	
	border-radius:3px;
	padding:3px 7px;
	margin-top:2px;
	margin-bottom:10px;
	background:#F2DEDE;
	display:none;
	color:black;
}
.input_label{
	font-weight:bold;
	padding-top:13px;
	padding-bottom:4px;
	font-size:13px;
}
.input_white{
	height:35px;
	line-height:35px;
	border:1px solid #DDDDDD;
	width:100%;
	padding-left:5px;
}
.system_footer_top{
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
	font-size:20px;
	font-weight:bold;
}
.footer_table{
	width:600px;
}
.footer_table td{
	padding:10px;
	width:300px;
	vertical-align:top;
	font-size:12px;
}
.footer_table input,.footer_table select{
	width:100%;
	height:25px;
	margin-top:5px;
}
.terms{
	font-size:12px;
	margin-top:10px;
}
.activate{
	background-color:#009245;
	font-size:12px;
	color:white;
	padding:10px 20px;
	margin-top:20px;
	border-radius:3px;
	text-align:center;
	width:200px;
	display:inline-block;
}
#new_menu_add_popup table, #new_menu_add_popup input[type="text"], #new_menu_add_popup textarea{
	width:100%;
	font-size:14px;
}	
#rests_filter{
	top:-70px!important;
	right:0px!important;
}
#all_sources_filter{
	top:-70px!important;
	right:0px!important;
}
.val_message{
	color:red;
}
.input_error{
	border:1px solid red;
}
.nice_table{
	text-align:left;
}
.nice_table td{
	min-width:150px;
}


.alert_close{
	position:absolute;
	top:0px;
	right:0px;
}
.alert_message_inner{
	width:900px;
	position:relative;
}
.alert_message{
	width:100%;
	text-align:center;
	background-color:#FFEFEF;
	padding:15px 0px;
	
}
.alert_message h4{
	color:#AB1C1E;
	font-weight:bold;
	font-size:13px;
	margin:5px 0px;
}
.alert_message p{
	margin:0px 0px;
	font-size:13px;
}
.profile_nav{
	font-size: 12px;
}
.profile_nav:hover{
	cursor:pointer;
}
.rest_desc{
	width: 100%;
	height: 300px;
}
/* toggle button */
    .onoffswitch {
    position: relative; width: 82px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
    display: none;
    }
    .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 5px;
    }
    .onoffswitch-inner  {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 29px; padding: 0; line-height: 29px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #2B961B; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
    }
    .onoffswitch-switch {
    width: 31px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 47px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    }
/* .toggle button */
/* toggle button */
    .yesnoswitch {
    position: relative; width: 82px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .yesnoswitch-checkbox {
    display: none;
    }
    .yesnoswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #dddddd; border-radius: 5px;
    }
    .yesnoswitch-inner  {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .yesnoswitch-inner:before, .yesnoswitch-inner:after {
    float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .yesnoswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #2B961B; color: #FFFFFF;
    }
    .yesnoswitch-inner:after {
    content: "NO";
    padding-right: 12px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
    }
    .yesnoswitch-switch {
    width: 31px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #dddddd; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 47px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    }
    .yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-inner {
    margin-left: 0;
    }
    .yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-switch {
    right: 0px;
    }
/* .toggle button */



/* data tables */
.table_area{
	padding-bottom:50px;
	position:absolute;
	width:900px;
}
.title_for_table{
	position:absolute;
	/*top: 325px;*/
}
.DTTT_container{
width:125px;
	float:right;
	display:inline-block;
	height:30px;
	margin-bottom:20px;
}
.DTTT_button_csv{
	width:150px;
	background-color:green!important;
	padding:10px;
	font-size:12px;
	color:white;
	z-index:9999;
}
.DTTT_button_csv span{
	width:20px;
}
.DTTT_button_csv:hover{
	opacity:0.7;
	cursor:pointer;
}
.DTTT_button_csv:before{
	font-family: 'FontAwesome';
	content:"\f019   Download .";
}
.dataTables_length{
	display:none!important;
}
.dataTables_filter{
	position: absolute;
	top: 0;
	right: 150px;
}
.dataTables_wrapper{
	margin-top:30px!important;
}

.comment_report_box{
	position:absolute;
	background:white;
	z-index:999;
	border:1px solid #C6C6C6;
	border-radius:3px;
	padding:6px;
	width:200px;
}
.dashboard_img{
	position:absolute;
	bottom:15px;
	right:15px;
}
.image_gallery_ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.image_gallery_ul li{
	display:inline-block;
}
.image_gal:hover{
	cursor:all-scroll;
}
.hp_background{
	width: 300px;
	height: auto;
	display:block;
}
.preview{
	background-color:#337AB7;
	font-size:11px;
	color:white;
	padding:10px 20px;
	vertical-align:middle;
	line-height:10px;
	margin:5px;
	border-radius:3px;
	text-align:center;
	display:inline-block;	
}
.preview_save{
	background-color:#009245;
	font-size:11px;
	color:white;
	padding:10px 20px;
	vertical-align:middle;
	line-height:10px;
	margin:5px;
	border-radius:3px;
	text-align:center;
	display:inline-block;	
}
.contact_info_table{
	text-align:left;
        font-size: 0.85em;
}
/*
.contact_info_table td, .contact_info_table th{
	min-width:120px;

}

.contact_info_table td.short, .contact_info_table th.short{
    min-width:90px;
    text-align: center;
}

.contact_info_table td.tiny, .contact_info_table th.tiny{
    min-width:50px;
    text-align: right;
}
*/
.office_title_field{
    width: 165px;
    display: inline-block;
    height: 32px;
    font-size: 15px;
}

.contact_data{
    width: 300px;
}

.fa-hardens{
    font-size: 1.5em;
}

.contact_notes_lastupdated{
    font-style: italic;    
    color: red;
    font-size: 0.85em;
}

.office_button{
/*    width:80px;*/
    margin-top:15px;
    margin-bottom:15px;    
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/* The container */
.office_radio {
/*  display: block;*/
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.office_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
/*  background-color: #009245;*/
  background-color: #039347;
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.office_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.office_radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.title_spacing{
    width: 130px;
    display: inline-block;
    height: 30px;
}

.office input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-family: Arial;  
}

.office_pound input[type=text]{
    padding: 3px 0px 3px 20px;
}

.office input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
    font-size: 16px;
    font-family: Arial;  
}

.office_pound input[type=text]:focus{
    padding: 3px 0px 3px 20px;
}

.office select{
    border: 1px solid #DDDDDD;
    -webkit-appearance: menulist-button;
    height: 28px;    
    font-size:14px;
}


.office_pound{
    display:inline-block;
    position: relative;
}
.office_pound input{
    padding-left:15px;
}
.office_pound:before {
    position: absolute;
    content:"Â£";
    left:5px;
    top:6px;
}
.office .bg-warning{
    padding: 5px;
    background-color: #fcf8e3;
    margin-left: 30px;
}

</pre></body></html>