@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

input, select, textarea, button {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius:0; border-radius:0;
}

html { 
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
* { 
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #000000;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body {
	background: #1D1D1D url(../images/pattern.png) repeat;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/* user-select: none; */
	cursor: default;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #FFF;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 { 
  font-size: 140%;
  padding: 9px 0 5px 0;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4 { 
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #1b4298;

}

a:hover { 
  text-decoration: none;
  color: #FFF;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
/*  list-style-type: circle;  */
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 5px auto;
  width: 1290px;		/*  width of whole page */
  background: transparent;
}

/*
#header {
	background: transparent;
	border: 1px solid #F00;
	
    display:flex;
    align-items: center; // Vertical center alignment 
    justify-content: center; // Horizontal center alignment 
}

#header_img {
	height: 100px;
}

#header_text {
	border: 1px solid #F00;

	height: 100%;
	text-align: center;	
width: 250px; 
	margin: auto;

}

#header_text span {

}
*/

/*
#header {
	background: transparent;
	border: 0px solid #F00;
	line-height: 80px;
	text-align:center;
}

#header img {
    vertical-align: middle;
    height: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

#header_text {
	border: 0px solid #F00;

	height: 100%;
	text-align: center;
	font-size: 18px;
width: 300px; margin: 0 auto;
}
#header_text span {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px; 
}


#login { 
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  background: white;
  color: #FFF;
  margin-right: 10px;
  float: right;
  line-height: 15px;
  text-align: right;
}
#login input { 
	border: 1px solid #999999;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 2px;
	width: 125px;
}
*/

header {
	height: 80px;
	margin: 0 auto 0 auto; 
}
#header {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header_img img {
    height: 60px;
}

#header_text {
	min-width: 300px;
	text-align: center;
	border: 0px solid #F00;

}
#header_login {
	text-align: right;

}
.middle {
	flex: 0 1 auto;
	
}
.outside {
	flex: 0 1 auto;
	width: 300px;
	border: 0px solid #F00;

}

/* Dropdown Button */
.dropbtn {
	background: transparent;
    color: #FFF;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	float: right;
	position: relative;
	z-index: 2;
	
	-webkit-box-shadow:none;
	box-shadow:none;

}

/* Dropdown button on hover & focus */
.dropbtn:hover {
    color: #1b4298;
	
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	background:transparent;

}
.dropbtn:focus {
	outline: 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	vertical-align: middle;
	margin-left: auto;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #666;
    width: 200px;
/*    height: 120px;  */
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
    padding: 60px 16px 12px 12px;
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content select, .dropdown-content input {
	width: 100%;
	padding: 10px;
	text-align: center;
	text-align-last:center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/*
#logo_text {
	margin: auto;
	width: 100%;
	height: 100%;
	border: solid #F00;
}

#logo h1, #logo h2 { 
  font: normal 320% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}
#logo h3 { 
  font: normal 120% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
	text-align: center;
	vertical-align: middle;
	line-height: 90px; 
}

#logo h3 {
	height: inherit;
	vertical-align: middle;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #FFF;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { 
  color: #75a435;
}

#logo_text a:hover .logo_colour { 
  color: #FFF;
}

#logo_text h2 { 
  font-size: 140%;
  padding: 0 0 0 0;
  color: #FFF;
}
*/


nav { 
  height: 44px;
  width: 1290px;		/*  width of nav bar including border below */
  margin: 0 auto 0 auto; 
  color: #FFF;
  border-bottom: 1px solid #FFF;
} 

#site_content { 
  width: 1290px;		/*  width of site content (below nav, above footer) */
/*  overflow: hidden;*/
  margin: 0px auto 0 auto;
  padding: 15px 0 15px 0;
} 

#sidebar_container {
	float: left;
	width: 390px;		/*  width of left column */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.sidebar {
	float: left;
	width: 100%;		/*  width of each left section */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 17px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color:rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
  
.sidebar h1, .content h1 { 
  color: #1b4298;
  padding: 0 15px 10px 0;
  font: 28px 'News Cycle', arial, sans-serif;
  text-shadow:  #000 1px 1px;
  margin: 0 1px;
}

/*
.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #FFF;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}
*/

.content {
	text-align: left;
	width: 800px;		/*  width of content with sidebar */
	float: right;
	font-size: 120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.contentfull {
	width: 1250px;		/*  width of content on pages without sidebar */
	padding-bottom: 20px;
}

/*  
.blogitem {
	text-align: left;
	float: ;
	font-size: 120%;
	color: #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color:rgba(200, 200, 200, 0.0);
	border-radius: 0px;
	border-bottom: 0px solid #FFF;
}
*/

/*  trying new flex view  */
#new_site_content { 
	width: calc(100% + 20px);		/*  width of site content (below nav, above footer) */
	margin: 6px -10px 0px -10px;
	padding: 0px 0px 0px 0px;
	display: flex;
} 
.new_sidebar {
	margin: 0;
	padding: 10px;
	align-self: flex-start;
}
.new_sidebar-div {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 5px 20px 20px 20px;
	margin-bottom: 20px;
}
.new_sidebar-div:last-child {
    margin-bottom: 0px;
}
.new_content {
	text-align: left;
	font-size: 120%;
	margin: 0;
	padding: 10px;
	flex-grow: 1;
}
.new_content-div {
	background-color:rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 5px 20px 20px 20px;
	margin-bottom: 20px;
}
.new_content-div:last-child {
    margin-bottom: 0px;
}
.new_sidebar h1, .new_content h1 { 
	padding: 0 15px 10px 0;
	font: 28px 'News Cycle', arial, sans-serif;
	text-shadow:  #000 1px 1px;
	margin: 0 1px;
	color: #1b4298;
}



#alert_content { 
	
	width: 50%;
	background-color:rgba(255, 0, 0, 0.25);
	border-radius: 10px;
	margin: 15px auto 0px auto;
	padding: 10px;
} 
#alert_content h1 { 
	padding: 0 15px 10px 0;
	font: 28px 'News Cycle', arial, sans-serif;
	text-shadow:  #000 1px 1px;
	margin: 0 1px;
	color: red;
}
#alert_content { 
	color: red;
	text-align: center;
}
#alert_content a { 
	color: red;
}





/*  posale page stuffs  */
#additem {
	background-color: ;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 8px 0px 8px 0px;
	margin-bottom: 5px;
	
}
#additem input {
	width: 100%;
	padding: 15px;
	
}
#lineitems {
	background-color: ;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 3px 0px 3px 0px;
	
}


table.posale {
	width: 100%;
    max-width: 100%;
	margin: 10px 0px 20px 0px;
	border-collapse: collapse;
}
table.posale tr th, table.posale tr td {
	height: 42px;
	padding: 0 4px;
	text-align: left;
	border: 1px solid #444;
	border-right: 0;
	border-left: 0;
	
}
table.posale tr th {
	height: 20px;
	
}
table.posale thead tr { 
  background: #999;
  color: #000;
}
  
table.posale tbody tr{
  background: #E6E6E6;
  color: #000;
}
table.posale tbody tr:hover {
  background: #d1d1d1;
}

table.posale .td-input {
    position:relative;
	padding: 0 5px 0 0;
}
table.posale .td-delete {
    width: 40px;	
}
table.posale .td-name {

}
table.posale .td-price {
    width: 100px;	
}
table.posale .td-qty {
    width: 45px;	
}
table.posale .td-discount {
    width: 45px;	
}
table.posale .td-total {
    width: 80px;	
}
table.posale .td-subtotal {
	text-align: right;	
	padding-right: 15px;
}
table.posale .td-space {
	padding-left: 20px;
}
table.posale .td-red {
	color: #C00;
}
table.posale .td-input input {
	background-color: #FFF;
    position: relative;
    top:0px;
	left:2px;
    height: 42px;
    width: 100%;
}

table.posale .td-price input {
	padding-left: 18px;
	z-index:0;
}
table.posale .td-price span {
	position: absolute; 
	top: calc(50% - 9px);
/*	top: 13px; */
	left: 8px;
	z-index:1;

}
table.posale .td-discount span {
	position: absolute; 
	top: calc(50% - 9px);
/*	top: 13px; */
	right: 8px;
	z-index:1;

}
table.posale .icon-cancel {
	height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#pos_notes {
	 margin-bottom: 10px;
	 max-width: 300px;
	 
}
#pos_notes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pos_notes ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#pos_notes ul li input {
    vertical-align:middle;
	
}
/*#notes ul li:before {
	content: "\2022";
	padding-right: 5px;
}*/
#closesale {
	min-width: 250px;
	max-width: 300px;
/*	background-color: #E6E6E6;  */
	padding: 3px 0px 3px 0px;
	
}
#closesale .closesale-customer input {
	width: 100%;
	height: 45px;
	
}
#closesale .closesale-customer .custinfo-heading {
	margin: 3px;
	margin-top: 7px;
	
}
#closesale .closesale-customer .custinfo-info {
	margin-left: 15px;
	
}
#closesale table {
	width: 100%;
    max-width: 100%;
	border: 0;
  margin: 10px 0px 20px 0px;
  border-spacing: 0px;
}
#closesale table tr td {
	background-color: #E6E6E6;
	color: #000;
	border: 0;
	height: 30px;
  padding: 7px 4px;
}

#closesale .amount-block {
/*    height: 70px;  */
	margin: 20px 20px 20px 20px;
    border: 1px dashed #D0D3D8;
}
#closesale .amount-block .total {
    padding: 10px;
    padding-top: 5px;
/*    display: inline-block;
    width: 49%;  
    height: 68px; */
}
#closesale .amount-block .total .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
#closesale .amount-block .total .amount {
	position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}
#closesale .amount-block .amount .del {
	position: absolute;
	right: 0;
}
#closesale .amount-block .amount .del img {
	max-height: 18px;
}

#closesalepop .closesale-customer input {
	width: 40%;
	height: 45px;
	padding-left: 100px;
	
}
#closesalepop .closesale-customer {
	text-align: center;
	
}

#addpaymentpop .addpayment-flex {
	display: flex;
	
}
#addpaymentpop .addpayment-flex .amount-block {
/*    height: 70px;  */
	flex-grow: 1;
	margin: 20px 20px 20px 20px;
    border: 1px dashed #D0D3D8;
}
#closesale .add-payment {
/*    height: 70px;  */
	margin: -15px 0 -0px 0;
	text-align: center;
}

#closesale .sales-buttons {
/*    height: 70px;  */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
	text-align: center;
}
#closesale .sales-buttons .cancel, #closesale .sales-buttons .suspend {
	flex: 1 1 auto;
	margin: 5px;
}
#closesale .sales-buttons .complete {
	flex-basis: 100%;
	margin: 5px;
}
#closesale .sales-buttons .complete input::before {
	content: "<i class="ion-checkmark-round"></i>";
}
#closesale .sales-buttons .cancel {
	border-color: #FFA8A8;
	color: #FFA8A8;
    background-color: #FFEAEA;
}
#closesale .sales-buttons .suspend {
	border-color: #FFCD90;
	color: #FEAE4E;
    background-color: #FFF0DD;
}
#closesale .sales-buttons .complete {
	border-color: #6FD64B;
	color: #6FD64B;
    background-color: #F2FFED;
}
#closesale .sales-buttons i {
	margin-right: 5px;
}

#select-payment {
	color: black;
    display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 20px;

}

#select-payment label {
    flex: 0 0 100px;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:visible;
       
}

#select-payment label span {
    text-align:center;
    font-size: 14px;
    padding:10px 10px;
    display:block;
	white-space: nowrap;
}

#select-payment label input {
	display: none;
}

#select-payment input:checked + span {
    background-color:#404040;
    color:#F7F7F7;
}



.tabcontentposale {
	min-height: 0px !important;
	border: 0 !important;	
	padding: 0  !important;
	margin-bottom: -20px !important;
	
}
.tabcontentposale  {
	width: 230px;
	margin: 0 auto;
}
.tabcontentposale table {
	margin: 0;
	margin-bottom: 20px;
}
.tabcontentposale .td-price {
    position:relative;
	width: 50%;
}
.tabcontentposale .td-price input {
    position:absolute;
    top:5px;
	left:0px;
    height:34px; 
	padding-left: 18px;
    width:calc(100% - 5px);
	z-index:0;
}
.tabcontentposale .td-price span {
	position: relative; 
	top: 1px;
	z-index:1;

}
.tabcontentposale .td-input {
	padding-left: 0 !important;
}
.tabcontentposale .td-input input {
	width: 100%;
}

.noncashpayments  {
	width: 430px;
	margin: 0 auto;
}
.noncashpayments table {
	margin: 0;
	margin-bottom: 20px;
}






.lineitemForm div {
	display: inline-block;
		
}
.lineitemForm textarea{
	width: 500px;
	resize: vertical;
}
.lineitemsearch{
	margin: 20px 0;
}
.lineitemsearch input{
	width: 500px;
}





.posale-jobs .jobnumber {
	font-size: 20px;
	text-decoration: none;
	margin-right: 8px;
}
.posale-jobs a {
	color: white;
	text-decoration: none;
}

	
.labl {
    display : block;

	margin: 5px 0px 5px 10px;

}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
	cursor:pointer;
    border:1px solid transparent;
	text-align: center;
	font-size: 12px;
	display: table-cell; vertical-align: middle;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    color: green;
}	



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
	
  top: -5px;
  left: 105%; 
	
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}






/*  Index page stuffs  */
#announcements, #notes {

}
#announcements hr, #notes hr {
	border: 1px solid #1b4298;
	width: 95%;
	margin: 0 auto;
}
.notes {
	padding: 15px 0 0 0;

}
.notes img {
	max-width: 600px;
}
.notes a {
	text-decoration: none;
	color: #FFF;
}
.notes:last-child {

}
.notes .notes-info {
  float:right;
  margin: 0 0 15px 15px;
  text-align: right;
}







/*  customer information form styling  */
#cust_form {
	margin: 10px;
	width: 450px;
}
#cust_form .addrline, #cust_form .nameline, #cust_form .contactline, #cust_form .custnote {
	width: calc(100% - 15px);
	min-height: 40px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 15px;
}
#cust_form .cust_section {
	margin-top: 10px;
	
}
#cust_form input, #cust_form textarea {
	flex: 1;
	margin-right: 1px;
}
#cust_form .custnote {
	margin-top: 4px;

}
#cust_form .submit {
	text-align: center;
}
#cust_form .resizing-input input, #cust_form .resizing-input span {
	white-space: pre;
}


#mini-map {
  height:350px;
  width:400px;
  display:block;
}


/*  customer information form styling  */
#bookin_form {
	margin: 10px;
	width: 550px;
}
#bookin_form .bookin_section {
	margin-top: 10px;
	
}
#bookin_form .bookin_data {
	width: calc(100% - 15px);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 15px;
}
#bookin_form .livesearch {
	margin: -3px 0px 0px 15px;
}
#bookin_form .bookin_section input, #bookin_form .bookin_section textarea, #bookin_form .bookin_section select {
	flex: 1;
	margin: 3px 0;
	border-right: 2px solid black;
	height: 34px;
}
#bookin_form .bookin_section textarea {
	height: 64px;
}
#bookin_form .custnote {
	margin-top: 4px;

}
#bookin_form .bookin_submit {
	text-align: center;
	margin-top: 10px;
}
#bookin_form #itemstable {
	width: 535px;
}
#bookin_form #itemstable input {
	width: 100%;
	height: 34px;
}
#bookin_form .price {
	position: relative; 

}
#bookin_form .price span {
	position: absolute; 
	top: calc(50% - 9px);
	left: 8px;
	z-index:1;
	color: black;
	font-size: 15px;

}
#bookin_form .price input {
	padding-left: 21px;


}





#sale-info {
	clear: both;
	width: 60%;
	margin: 0 auto;
	padding: 25px;
	background: #fff;
	color: #000;
	border-radius: 15px;
	
	
}
#sale-info .sale-toprow {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	
	
}
#sale-info .sale_cust-info {
	border: 0px solid red;
	
	
	
}
#sale-info .sale_sale-info {
	border: 0px solid red;
	text-align: right;
	line-height: 1.5;
	
	
	
}
#sale-info .sale_sale-lineitems {
	border: 0px solid red;
	padding-top: 25px;
	
}
#sale-info .sale_sale-lineitems table {
	margin: 0 auto;
	border-collapse: collapse;
	
}
#sale-info .sale_sale-lineitems table thead td {
	border-bottom: 1px solid black;
	
}
#sale-info .sale_sale-lineitems table td {
	padding: 5px 10px;
	
}
#sale-info .sale_sale-transactions {
	border: 0px solid red;
	padding-top: 25px;
	
}
#sale-info .sale_sale-transactions table {
	margin: 0 auto;
	border-collapse: collapse;
	
}
#sale-info .sale_sale-transactions table thead td {
	border-bottom: 1px solid black;
	
}
#sale-info .sale_sale-transactions table td {
	padding: 5px 10px;
	
}







.livesearch {
	position: absolute;
/*	margin-top: 0px;
	padding-left: 8px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #333;
	border: 10px red;	*/
	overflow-y: auto;
	max-height: 500px;    
	display: none;
    margin:0px;
    padding:0px;
	color: #333;
	width: fit-content;
	z-index:10;
		
}
.livesearch a {
	display: block;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	
}
.livesearch a:hover {
	color: #CCC;
	
}
.livesearch ul {
    margin: 0px;
    padding: 0px;
    background:#f9f9f9;
    border:1px solid grey;
}
.livesearch ul li {
    list-style:none;
    display:block;
    border-bottom: 1px dotted #cccccc;
	padding: 5px 10px 5px 10px;
    margin:0px;
}
.livesearch ul li:last-child {
    border-bottom: none;
}



/*  
.content ul { 
  margin: 2px 0 22px 0px;
}

.content ul li, .sidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;  
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}
*/

footer { 
  width: 1150px;		/*  width of footer section including border at top */
  font: 120% 'News Cycle', arial, sans-serif;
  height: 30px;
  padding: 5px 0 20px 0;
  margin-top: 15px;
  text-align: center;
  border-top: 1px solid #FFF;
  clear: both;
}
footer span { 
  font: 120% 'News Cycle', arial, sans-serif;
}

footer p { 
  line-height: 0.4em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF;
  text-shadow: none;
  text-decoration: none;
}


/*  tables in jobview  */
.table { 
  margin: 10px 0px 20px 0px;
  width: 100%;
  border-collapse: collapse;
}

.table tr th, .table tr td { 
  padding: 7px 4px;
  text-align: left;
  border: 1px solid #444;
}
  
.table tr { 
  background: #333;
  color: #FFF;
}





.hide{
	display: none;
}

  

.tdhide{
	visibility: hidden;
}
tr.link:hover, td.link:hover {
	  cursor: pointer;
}


/*  tablelist views in job, sales, reports  */
.tablelist { 
  margin: 10px 0px 20px 0px;
  width: 100%;
  border: 0px solid;
  border-color: #000000;
  border-spacing: 0px;
  border-collapse:collapse;
}

.tablelist > thead > tr > th, .tablelist > tbody > tr > td { 
  padding: 7px 4px;
  text-align: left;
  border: 1px solid #444;
}
  
.tablelist > thead > tr { 
  background: #999;
  color: #000;
}
  
.tablelist > tbody > tr{
  background: #E6E6E6;
  color: #000;
}
.tablelist > tbody > tr:hover {
  background: #d1d1d1;
}

/*  tablelist views in job, sales, reports  */
table.innertable { 
  margin: 0;
  width: 100%;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: right;
}
table.innertable td { 
  width: 1px;
  white-space: nowrap;
}
table.innertable td:first-child { 
  text-align: left;
}
table.innertable tr { 
  font-size: 12px;
  font-weight: lighter;
}
table.innertable tr:last-child { 
  border-top: 0px solid black;
  font-size: 16px;
  font-weight: normal;
}
table.innertable tr:last-child td { 
  padding-top: 5px;
}




 
/*  table on message page  */
.tablemessage { 
  margin: 10px 0px 20px 0px;
  width: 100%;
  border-collapse: collapse;
}

.tablemessage tr th, .tablemessage tr td { 
  padding: 7px 4px;
  text-align: left;
  border: 1px solid #444;
}
  
.tablemessage tr th { 
  background: #fff;
  color: #000;
}
  
.tablemessage tr td { 
  background: #333;
  color: #FFF;
}

.tablemessage tr th:last-child, .tablemessage tr td:last-child { 
  border-right: 0;
}

.tablemessage textarea {
	width:calc(100% - 5px);
}
 

/* calendar table */
table.calendar	{ border-left:1px solid #999; border-right:1px solid #999; }
tr.calendar-row	{  }
table.calendar .today	{ background: #0C0; }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px; width:16px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }




/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width 
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 100px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning *
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: flex;
  justify-content: space-between;
  position: relative;
}

ul.sf-js-enabled {
  display: block;
  position: relative;
  width: 100px;
}

ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' *
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 100px; 
  top: auto;
  left: -999999px;
  margin-left: -10px;

}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix * 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 *
  width: 100px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS *
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box *
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}


*/


#nav {
	margin: 0 40px;
}
.sf-menu { 
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
.sf-menu * { 
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li { 
	position: relative;
	white-space: nowrap;
}
.sf-menu ul {
	position: absolute;
	z-index: 99;
	display: none;
	top: 100%;
	left: 50%;
}
.sf-menu ul li {
	left: -50%;
	margin: 0;
	padding: 0px 20px;
	background-color: rgba(0,0,0,1);
	
/*	-webkit-box-shadow: 0px 15px 25px 11px rgba(0,0,0,1);
	-moz-box-shadow: 0px 15px 25px 11px rgba(0,0,0,1);
	box-shadow: 0px 15px 25px 11px rgba(0,0,0,1); */
}
.sf-menu ul li:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 10px;
}
.sf-menu ul ul {
	top: 0px;
	left: calc(100% + 50px);
}
.sf-menu ul ul a {
	text-align: left;
}

.sf-menu a {
	display: block; 
	cursor: pointer;
	text-align: center;	
	padding: 7px 15px 7px 15px;
	font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
	text-decoration: none;
	color: #FFF;
}
.sf-menu a:hover {
	color: #1b4298;
}
.sf-menu .current a {
	color: #1b4298;
	z-index: 999999;
}

#filtermenu {
	width: 300px;
/*	background-color: black;
	border: 2px solid black;
*/	float: right;
	position: relative;
/*	border-top-left-radius: 10px;
	border-top-right-radius: 10px;  */
}
#filterSubmenu {
	position: absolute;
	display: none;
	padding: 5px;
	background: black;
	width: fit-content;
	z-index:99;
		
}
#filtermenu select {
	width: 100%;
}





/* Theming the menu 
ul#nav {
	padding-left: 30px;
	padding-right: 30px;
}

ul#nav ul { 
  background: #555;
  margin-top: 5px;
  padding-bottom: 5px;
}

ul#nav li a { 
  padding: 7px 15px 7px 15px;
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  text-decoration: none;
  color: #FFF;
  margin-right: 2px;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #1b4298;
  text-shadow: none;
}

ul#nav li.submenu a { 
  color: #FFF;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
}
ul#nav li.submenu a:hover, ul#nav li.submenu a:focus, ul#nav li.submenuselected a { 
  color: #1b4298;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
}

/*
ul#nav ul li a { 
  color: red;
}

ul#nav ul li a:hover { 
  color: #75a435;
  margin-right: 2px;
}
*/



/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #333;

  	display: flex;
	align-items: center;
	justify-content: center;  
}

ul.tab li { 
/*  list-style-type: circle;  */
  margin: 0 0 0px 0; 
  padding: 0 0 0px 0px;
  line-height: 1.5em;

}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #000;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-top: none;
	min-height: 600px;
}




/*  My new Dialog and notification box  */
#dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.my-ui-dialog {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	background: #ffffff;
	color: #222222;	
	font-size: 1.1em;
	position: fixed;
	padding: .2em;
	outline: 0;
	z-index: 81;

/*	top: calc(50% - 200px); 
	left: calc(50% - 200px); */
	min-height: 100px;
	width: 400px;
	
}
.my-ui-dialog-large {
/*	top: calc(50% - 200px);
	left: calc(50% - 400px); */
	min-height: 100px;
	width: 800px;
	
}
.my-ui-dialog-titlebar {
	cursor: move;
    padding: 6px 6px 6px 14px;
    position: relative;
	border-radius: 4px;	
	border: 1px solid #aaaaaa;
    background: #cccccc;
    color: #222222;
    font-weight: bold;
	height:20px;
}
.my-ui-dialog-title {
	line-height: 20px; /* <-- this is what you must define */
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
}
.my-ui-dialog-content {
	margin: 14px;	
	max-height: 50vh;
	overflow-y: auto;
}
.my-ui-dialog-content p {
	padding: 0 0 10px 0;
}
.my-ui-dialog-content p:last-child {
	padding: 0;
}
.my-ui-dialog button {
	background-color: rgb(230, 230, 230);
    display: inline-block;
    vertical-align: middle;
	color: #000;
}
.my-ui-dialog-buttonpane button {
	margin: 10px;
}
.my-ui-button-close {
    background: rgb(230, 230, 230) url(../images/close.png) no-repeat center center;	
	background-size: 60%;
	width: 20px;
    height: 20px;
	padding: 0;
	border: 0;
	float:right;
}
.my-ui-dialog-overlay {
	background: #aaaaaa;
	opacity: .3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 80;
}
.my-ui-dialog-buttonpane {
	display: flex;
	justify-content: center;
	border-top: 1px solid #aaaaaa;
	padding-top: 5px;
	margin-top: 5px;
}










/* Style the popup content */
.popup {
/*    display: none;  */
    padding: 6px 10px;
    border: 6px solid #666;
/*    border-top: 0px solid #FF0000;   */
	position: relative;
	top: 140px;
	z-index: 2;
	width:40%;
	max-width: 960px;
	min-width: 600px;
	min-height: 60px;
	overflow: visible;
	background: #333;
	margin: 0 auto;
	left: 0;
	right: 0;
	user-select: none;	
	z-index: 888;
}

/* Style the popup content */
.notification {
/*    display: none;  */
    padding: 6px 12px;
    border: 6px solid #0F0;
/*    border-top: 0px solid #FF0000;   */
	position: relative;
	top: 140px;
	z-index: 3;
	width:40%;
	max-width: 960px;
	min-width: 600px;
	min-height: 60px;
	overflow: hidden;
	background: #CCC;
	margin: 0 auto;
	left: 0;
	right: 0;	
	z-index: 777;
}
/* Style the popup content */
.error {
/*    display: none;  */
    padding: 6px 12px;
    border: 6px solid #900;
/*    border-top: 0px solid #FF0000;   */
	position: relative;
	top: 140px;
	z-index: 3;
	width:40%;
	max-width: 960px;
	min-width: 600px;
	min-height: 60px;
	overflow: hidden;
	background: #CCC;
	margin: 0 auto;
	left: 0;
	right: 0;	
	z-index: 999;
}
.popup > .close {
    display:block;
    float:right;
    width:30px;
    height:30px;
    background:url(../images/close.png) no-repeat center center ;
	background-size: 100%;
}
.cover {
	position:fixed; 
	top:0; 
	left:0; 
	background:rgba(0,0,0,0.6); 
	z-index:5; 
	width:100%; 
	height:100%; 
	display:none; 
} 

.popup h1 {
	padding-bottom: 10px;
	margin-top: -10px;
	
}
.popup .submitbtn {
    position: absolute;
    bottom: 10px;
    right: 10px;	
}
.popup textarea {
	margin-top: 10px;
}



















label {
    /* whatever other styling you have applied */
    width: 100%;
    display: inline-block;
}


input, textarea, select, option, button {
    border: 0px solid #999999;
    border-bottom-color: #cccccc;
    border-right-color: #cccccc;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    margin: 0px;
}

input:focus, select:focus, textarea:focus, button:focus { 
	outline: none;
}

a.button, input[type=submit], button {
    padding: 8px 12px;
    background: #4b4a4a;
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	display: inline-block;
	margin-bottom: 3px;
}
a.button:hover, input[type=submit]:hover, button:hover {
	cursor:pointer;
    border: solid 1px #666666;
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}

a.buttonsmall {
	padding: 2px 6px;
	margin: 0px;
    font-size: 0.8em;
	white-space: nowrap;7
}


/* input[name=mobile_contact] {
	cursor: pointer;
}
*/


/*  page buttons  */

.page_buttons {  /* div container */
	display: flex; 
	justify-content: space-between;
	
}
.left_page_button, .right_page_button {  /* div for left and right */
	width: 100px;
	
}
.center_page_button {  /* div for center buttons */

	
	
}

.left_page_button button, .right_page_button button, .center_page_button button {  /* all buttons */
	background-color: #000;
	border-color: #FFF;
	color: #FFF;
	outline:0;
	padding:5px 0;
}
.left_page_button button, .right_page_button button {  /* outside buttons */
	width: 100%;
	
}
.center_page_button button {  /* center buttons */
	float: left; 
	width: 30px; 
	margin: 0 1px 0 1px; 
	font-weight: bold;
	
}
.left_page_button button:hover, .right_page_button button:hover, .center_page_button button:hover {
	cursor:pointer;
    border: solid 1px #666666;
    text-decoration: none;
}

#current {
	color: #1b4298;
	cursor: default;
    border: solid 1px #666666;
	
}




@media (max-width:1355px) {

	#main {
		width: 1290px;		/*  width of whole page */
		width: calc(100% - 50px);		/*  width of whole page */
		min-width: 880px;		/*  width of whole page */
		padding-left: 20px;		/*    */
		padding-right: 20px;		/*    */
	}
	nav { 
		width: 1290px;		/*  width of nav bar including border below */
		width: calc(100% - 0px);		/*  width of nav bar including border below */
	} 
	#site_content { 
		width: 1290px;		/*  width of site content (below nav, above footer) */
		width: calc(100% - 0px);		/*  width of site content (below nav, above footer) */
	} 
	
	#sidebar_container {
		width: 390px;		/*  width of left column */
		width: 390px;		/*  width of left column */
	}
	.content {
		width: 780px;		/*  width of content with sidebar */
		width: calc(100% - 490px);		/*  width of content with sidebar */
	}
	.contentfull {
		width: 1250px;		/*  width of content on pages without sidebar */
		width: calc(100% - 40px);		/*  width of content on pages without sidebar */
		left: 10px;
	}
	footer { 
		width: 1150px;		/*  width of footer section including border at top */
		width: calc(100% - 140px);		/*  width of footer section including border at top */
	}
		
}



@media print {
	#main {
	    width: 100%;		/*  width of whole page */
		margin: 0;
		padding: 0;
	}
	#site_content { 
	    width: 100%;		/*  width of site content (below nav, above footer) */
		margin: 0;
		padding: 0;
	} 
	.contentfull {
		width: calc(100% - 40px);		/*  width of content on pages without sidebar */
		margin: 0 auto;
	}
	nav {
	   display: none;
	}
	.printhide {
	   display: none !important;
	}
/*	table { 
	  margin: 10px 0px 20px 0px;
	  width: calc(100% - 10px);
	  border: 0;
	  border-color: #F00;
	  border-spacing: 0px;
	}
	
	table tr th, table tr td { 
	  padding: 7px 4px;
	  text-align: left;
	  border: 1px solid;
	}
	  
	table tr th { 
	  background: #fff;
	  color: #000;
	}
	  
	table tr td { 
	  background: #fff;
	  color: #000;
	}
	
	table tr th:last-child, table tr td:last-child { 
	  border: 1px solid;
	}
*/
  input,
  textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }	
	
}



