/* <style> /* tag to trick dreamweave to syntax highlight */
/* CSS Document */
/* Width: 0 HEIGHT: 0 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
html{
	font-family: "Lato", "Verdana", sans-serif;
	padding:0;
	margin:0;
	color: #000000;
}
a img{
	border: none;	
}
a, a:visited{
	color: inherit;
	text-decoration: none;	
}
a.jbutton{
	font-weight: normal;	
}
a.jbutton:visited{
	color: white;	
}
a:hover{
	text-decoration: none;
}
a[target="_blank"],a.open-new-tab{	
}
body{
	padding:0;
	margin:0;
}
p{
	text-align: justify;	
}
p.center{
	text-align: center;	
}
p.right{
	text-align: right;	
}
.center{
	text-align:center;	
}
.page_width{
	position: relative;
}
section{
	margin: 0 auto;
}
section.float-box{
	min-width: 50%;
	max-width: 100%;
	width: 650px;
}
section.page_width{
	max-width: 100%;
	width: 950px;
	margin:0 auto;
}
section.page_width.icon-page,section.page_width.no-style{
	margin: 0 auto;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;	
	background: transparent;
}
section.page-with-icon{
	min-height: 250px;	
}
.print-link{
	background-image: url(../../../../images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;	
}
#page_cover{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	z-index:97;
	background-color: white;
}
.full-bg{
	background-color: white;
	position:absolute;
	width: 100%;
	height: -185px;
}
.cover_loading{
	background-image:url(../../../../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#cover_content{
	width: 70%;
	background-color: white;
	margin: 0 auto;
	z-index:98;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border-radius: 0.3em;
	overflow: auto;
}
#close_cover{
	background-image: url(../../../../images/close_button.png);
	width: 45px;
	height: 45px;
	position:absolute;
	cursor: pointer;
	z-index:99;
}
.feat_dis{
	color: #aaa;
	cursor: not-allowed !important;
}
.print-only{
	display: none;	
}
@media print{
	#msg_bar,
	.no-print,
	header#top_left,
	header#top_main,
	header#top_right,
	nav, .nav{
		display:none !important;	
	}
	.content{
		border-top: none;	
	}
	.accordion > *{
		display: block !important;
	}
	footer,#footer{
		display: none !important;	
	}
	.print_table td{
		font-size:12px !important;
	}
	.print_table th{
		font-size:14px;
		background-color:#666 !important;
	}
	.print-only{
		display: block;	
	}
	#client_search_table{
		background-color:#666 !important;
		page-break-inside: avoid;
	}
	#client_search_table label{
		font-size:10px !important;
	}
	
}
/* PDF STYLING */
body.pdf hgroup,
body.pdf .nav{
	display: none;	
}
section.main_content{	
	page-break-after: always;
	display: block;
	clear: both;
	position: relative;
}
div.report_item{	
	overflow:hidden;
	page-break-after: always;
}
/* PDF STYLING */
.sortable_holder{
	height: 23px;	
}
.low-light{
	color: #777;	
}
.admin-icon{
	font-size: 0.8em;
	float:right;
	margin: 3px;	
}
.tipTip{
	cursor: pointer;
}
.tipTip.jbutton{
	border-bottom: none !important;	
}
/* GENERAL */
h1,h2,h3,h4,h5,h6{
	color: 	#333333;
	display: inline-block;
	padding:0;
	margin:0;
	text-align: left;
	margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
	h1,h2,h3,h4,h5,h6{
		text-align: center;
		display:block;
	}	
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color: #333333 !important;	
}
h1{
	font-size: 1.5em;	
}
h2{
	font-size: 1.3em;	
}
h3{
	font-size: 1.1em;	
}
.article{
	line-height: 1.5em;	
}
.jBox-pre-content{
	display: none;	
}
.remove-icon{
	background-image: url(../../../../images/remove.png);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	margin-left: 0.2em;
	margin-right:0.2em;
	cursor: pointer;	
}
.main_content{
	max-width:1000px;
}
.main_content_2{
	width:66%;
}
#top_right{
	display: inline;
	position: absolute;
	top:0;
}
#top_right{
	right:0.5em;
}
/* GENERAL */
/* TOOL TIP ICON */
span.tooltip.icon, span.icon{
	background-image: url(../../../../images/tip.png);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	margin-left: 0.2em;
	margin-right:0.2em;
	cursor: pointer;
}
/* TOOL TIP ICON */
/* JBOX GALLERY */
a.jbox-gallery{
	background-position: -100px 0px;
	background-repeat: no-repeat;
	width: 100px;
	height: 71px;
	border-radius: 0.5em 0.5em 0.5em 0.5em;	
	display:inline-block;
	margin: 10px;
}
a.jbox-gallery:hover{
	background-position: 0px 0px;
}
a.jbox-gallery img{
	display:none;	
}
.jBox-image-label{
	padding-top: 5px;
}
/* JBOX GALLERY */
/* LogIn */
.login_form{
	position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -100%);
}
/* LogIn */
/* NAV BAR*/
.nav li ul{
	z-index: 100;
}
.nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  text-align: left;
}

.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding-left: 5px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
}

.nav a:hover {
  background-color: #D96D00;
}

.nav a.active {
  background-color: #aaa;
  color: #444;
  cursor: default;
}

/* Sub Menus */
.nav li li {
  font-size: .8em;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {
  .nav li {
    width: 130px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    display: inline-block;
    margin-right: -4px;
  }

  .nav a {
    border-bottom: none;
  }

  .nav > ul > li {
    text-align: center;
  }

  .nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  .nav li ul {
    position: absolute;
    display: none;
    width: inherit;
  }

  .nav li:hover ul {
    display: block;
  }

  .nav li ul li {
    display: block;
  }
}
/* NAV BAR*/
/* Header */
#hdr-logo h1{
	margin-top:15px;
}
/* Header */
/* Form */
.form_1{
	max-width:1000px;
	font-size:20px;
}
.form_1 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea, select{
	width:100px;
	margin-left: 5px;
	margin-right: 25px;
	box-shadow: none;
	background-color:#EEEEEE;
	border-style: solid;
    border-width: 5px;
	border-color: #D96D00;
	font-size: 20px;
	color:#000;
}
.add_client_form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
	height:25px;
}
.form_1 legend {
	box-shadow: none;
	border: none;
	padding: none;
	color:#654B24;
}
.daily_records_form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
	width: 150px;
}
.add_client_form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
	margin-left: 5px;
	margin-right: 25px;
	box-shadow: none;
	background-color:#EEEEEE;
	max-width:250px;
	border-style: solid;
    border-width: 5px;
	border-color: #D96D00;
	font-size: 18px;
}
.add_client input{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ok_field_item > input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .ok_field_item > select, input.valid-input, select.valid-input{
	border-color: #24DB27 !important;
}
.error_field_item > input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .ok_field_item > select, input.invalid-input, select.invalid-input{
	border-color: red !important;
}
.client_box, .box_long{
	width:200px !important;
}
.date_box, .box_mid{
	width:150px;
}
.form_1 li:nth-child(odd){
	background-color:#EBEBEB;
}
/* Form */
/* Buttons */
.ui-button-text{
	color: #654B24;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size:20px;
	font: bold;
}
.add_sales_row :hover {
	color:#fff;
}

.add_sales_row{
	float:left; 
	margin-left: 120px;
}
.add_sales_btn{
	float:right; 
	margin-right: 120px;
}
.btn_1{
	padding: 30px !important;
}
.btn_1:hover, .ui-button-text-only:hover, .ui-button-text:hover{
	color:#fff !important;
}
/* Buttons */
/* Tables */
.search_table{
	font-size:20px;
}
.search_table td, .search_table th{
	padding:4px 5px;
}
.search_table th{
	background-color:#D96D00;
}
.search_table tr:nth-child(odd){
		background-color:#EBEBEB;
}
.search_table tr:nth-child(even){
		background-color:#FFF;
}
.bigger_tbl_font, .stmt_table th{
	font-size:16px;
	font-weight:bold;
}
.add_cell_colour{
	background-color:#0C0;
	height:100%;
	width:100%;
}
.add_cell_colour:hover{
	background-color:#0F0;
}
.rented_cell_colour{
	background-color:#09F;
	height:100%;
	width:100%;
}
.rented_cell_colour:hover{
	background-color:#0CF;
}
.provisional_colour{
	background-color:#F9F;
	height:100%;
	width:100%;
}
.provisional_colour:hover{
	background-color:#FCF;
}
#client_search_table td{
	width:33%;
}
#client_search_table th, #client_search_table th label{
	color:#FFF;
}
#client_search_table{
	background-color: #D96D00;
}
#client_search_table label{
	color:#666;
	text-transform: uppercase;
	font-weight:lighter;
	font-size:16px;
}
.split_table{
	margin-bottom: 25px;
}
.table_cell_50{
	display:inline-block;
	width:49%;
}
.table_cell_33{
	display:inline-block;
	width:33%;
}

/* Tables */
/* Total Box */
.total_box{
	position:fixed;
    bottom:0;
	right: 0;
	z-index: 100;
	background-color:#F2F2F2;
	border-left:medium solid #D96D00;
	border-right:medium solid #D96D00;
	border-top:medium solid #D96D00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size:18px;
}
/* Total Box */
/* Active? */
.client_deactive{
	background-color:#F00;
}
.client_active{
	background-color:#0F0;
}
.client_active,.client_deactive{
	border-radius: 10px;
	display: inline-block;
	margin: 5px;
	width: 10px;
	height: 10px;
}
.up{
	/* Safari */
	-webkit-transform: rotate(-90deg);
	
	/* Firefox */
	-moz-transform: rotate(-90deg);
	
	/* IE */
	-ms-transform: rotate(-90deg);
	
	/* Opera */
	-o-transform: rotate(-90deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* Active? */
/* CLIENTS EXTRA CONTENT */
.extra-content{
	display: none;	
}
.extra-content-shown{
	display: block;	
}
.show-more{
	cursor: pointer;	
}
.show-more:hover{
	background-color: #D96D00;
	color:#FFF;
}
/* CLIENTS EXTRA CONTENT */
/* TABEL SHEADER SCROLL */
#hdrent_due_table{
z-index: 1;
background-color:#FFF;
}
/* TABEL SHEADER SCROLL */

/* RESOURCE RENTALS */
td.payment-due{
	background-color: red;
	color: white;	
}
td.rentals-box span{
	font-size: 12px;
	display: block;	
	padding:0;
	margin: 0;
}
td.rentals-box span.trading_name{
	font-size: 14px;
	text-align: center;
}
td.rentals-box span.paid{
		
}
/* RESOURCE RENTALS */
