/*lo.css - LiveOak inventories main stylesheet
	(c) 2007 Nuvola Ltd
*/

@media screen {
	body
	{
		text-align: center;			/*for IE*/
		background: #535353; /* #535353 */
	}


	#topshadow
	{
		margin: 0 auto;
		margin-top: 15px;
		background: url('t_img/top_bg.png') no-repeat;
		width: 779px;
		padding-left: 13px;
		padding-right: 13px;
		height: 10px;
	}
		

	#mainholder
	{
		margin: 0 auto;
		margin-top: 0px;
		/*background: url('t_img/main_bg.png') repeat-y; */
		background-color: white;
		width: 100vw; /* 779px */
		padding-left: 13px;
		/*padding-right: 13px;*/
		min-height: 450px;
	}
}
body{
	margin: 0;
}

input, select, textarea {
	-webkit-appearance: none !important;
}
input[type="checkbox"] {
	border: 1px solid #333;
	width: 1em;
	height: 1em;
	-webkit-appearance: auto !important;
}
#menuholder
{
	/*background: url('t_img/top.jpg');*/
	/*background: #7D9749;*/
	width: 100vw; /*777px*/
	height: 80px; /*102px*/
	margin: 0 auto;
}

#homelink
{
	/*width: 100%;*/
	/*max-width: 50%;*/
	/*height: auto;*/
	/*border: 1px solid green;*/
	width: 190px;
	height: 190px;
}

#homelink_print
{
	display: none;
}

#menu
{
	padding-top: 28px; /*36px */
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 11px;
	margin-right: 30px;
	text-transform: uppercase;
	/*letter-spacing: 1.5px;*/
	
	
}
.submenu
{
	position: absolute;
	min-width:100px;
	min-height: 20px;
	border-left: 1px solid #a5986c;
	border-right: 1px solid #a5986c;
	border-bottom: 1px solid #a5986c;
	border-top: none;
	background: transparent;
	z-order:1;
	visibility: visible;
	display: inline;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	overflow: hidden;
	padding-right: 5px;
	padding-top:10px;
	padding-bottom: 5px;
}
.submenuhidden
{
	display: none;
	position: absolute;
}
ol
{
	margin-left: -1em;	
	padding-left: 3em;
	list-style-position: outside;
}
ul
{
	margin-left: -1.5em;	
	padding-left: 3em;
	list-style-position: outside;
}

a
{
	text-decoration: underline;
	color: black;
}
a:hover
{
	color: #c87e27;
	
}
a.menu
{
	color: #7D9749; /* white */
	text-decoration: none;
	/*padding-left: 3px;*/
	/*padding-right: 3px;*/
	/*display: inline;*/
	/*padding-top: 23px; */
	margin-top: 13px; 
	/*padding-bottom: 6px;*/
	padding: 6px 12px; /* 6px 14px */
	font-family: "Roboto", sans-serif;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Sans Serif;*/
	transition: 0.3s;
	border-radius: 10px;
}
a.menu:hover
{
	/*color: #ffffff;*/
	/*text-decoration: none;*/
	/*background: #a5986c;*/
	color: #7D9749;
	background: white;
	padding: 6px 14px;
	border-radius: 10px;
    opacity: 0.6;
    transition: 0.3s;
    text-decoration: none;
    transform:  translateY(5px);
	
	
	
}
a.menulinksel
{
	color: white;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
	padding-top: 23px;
	margin-top: 13px;
	padding-bottom: 5px;
	background: #a5986c;
}



a.submenulink
{
	color: #535353;
	text-decoration: none;
	width:100%;
	display: block;
	background: transparent;
	/*background: #c5b88c;*/
	padding-top:1px;
	padding-left: 5px;
	padding-bottom: 1px;
	font-weight: normal;
}

a.submenulink:hover
{
	background: #dedac9;
	color: #303030;
}

a.baselink
{
	color: #7D9749; /* was white */
	text-decoration: none;
	display: inline;
	/*font-family: Verdana, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 10px;
	border-left: 1px solid white;
	padding-left: 6px;
	padding-right:5px;
}
a.baselink:hover
{
	text-decoration:underline;
}
#base
{
	/*width: 749px;*/
	height: 30px;
	background: url('t_img/base_bg.png');
	color: #7D9749; /* was white */
	/*font-family: Verdana, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0 auto;
	padding-left: 43px;
	padding-right: 13px; 
}

#innerholder_home
{
	width: 757px;
	margin-left: 11px;
	margin-right: 10px;
	overflow: auto;
	text-align: center;
}
#innerholder
{
	width: 100%; /* 712px*/
	margin: 0 auto;
	overflow: auto;
	border-top: 1px solid  lightgrey;
}

div.gridscroll
{
	width: 100%;
	overflow: auto;
}
#content
{
	width: 470px;
	float: left;
	background: #ffffff;
	color: #535353;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 1rem; /* 11px */
	font-weight: normal;
	text-align: left;
	overflow: auto;
	padding-bottom: 26px;
	padding-top: 28px;
	line-height: 145%;
	/*padding-left: 15px;*/
	box-sizing: border-box;
	/*text-align: center;*/
}

#content2
{
	width: 194px;
	float: right;
	background: #ffffff;
	color: #535353;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 31px;
	line-height: 145%;
}

h1
{
	color: #858956;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}
h2, .h2
{
	/*color: #c87e27;*/
	color: #7D9749;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 1rem; /* 13px */
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 2px;
	
}
h3, .h3
{
	color: #858956;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin:0px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 2px;
}
.h3
{
	margin-top:0px;
	padding-top:0px;
}

p
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

td, th
{
	font-weight: normal;
	font-size: 1rem; /* 11px */
}

h2.white
{
	color: white;
	font-size: 16px;
}

#linksimg
{
	border: none;
	width: 753px;
	height: 97px;
	margin-bottom: 15px;
}

img.homepage_img
{
	width: 753px;
	height: 230px;
	margin-top: 47px;
	margin-bottom: 3px;
	border: none;
	padding: none;
	margin-left: none;
	margin-right: none;
}
img.page_img
{
	width: 712px;
	height: 166px;
	margin-top: 49px;
	margin-bottom: 3px;
	border: none;
	padding: none;
	margin-left: none;
	margin-right: none;
}

a#aiiclogo
{
	position: relative;
	top: -290px;
	left: 320px;
	z-order: 1;
	display: inline;
	visibility: visible;
}

#calpopupdiv
{
	position: absolute;
	visibility: hidden;
	background: #414141;
}

label
{
	color: #535353;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.bluebar
{
	width: 100%;
	background: #86a5aa;
	height: 22px;
	text-align: center;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	padding-top: 7px;
}

.formbar
{
	width: 100%;
	background: url('t_img/formbar.jpg');
	height:32px;
	text-align: right;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #86a5aa;
}

.joinusright
{
	background: url('t_img/joinus_bg.jpg');
	height: 216px;
	width: 172px;
	float: right;
	text-align: left;
	padding: 10px;
}

.jobdetailsright
{
	background: url('t_img/jobdetails_bg.jpg');
	min-height: 215px;
	width: 172px;
	float: right;
	text-align: left;
	padding: 10px;
}


#perfstats
{
	background: url('t_img/perf_bg.png');
	width: 175px;
	height: 365px;
	padding-left: 18px;
	text-align: left;
	float: right;
}

.ps_title
{
	font-size: 10px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}

.ps_block
{
	text-align: right;
	color: white;
	background: url("t_img/perf_bar.png");
	font-size: 10px;
	font-weight: bold;
	height: 15px;
}


#linkbar
{
	background: url('t_img/linkimg_bg.png');
	width: 753px;
	height: 97px;
	text-align: left;
	margin-left: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
#linkbar_l
{
	width: 196px;
	height: 97px;
	padding-left: 19px;
	padding-right: 24px;
	text-align: left;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#linkbar_m
{
	width: 217px;
	height: 97px;
	padding-left: 21px;
	padding-right: 24px;
	text-align: left;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#linkbar_r
{
	width: 207px;
	height: 97px;
	padding-left: 21px;
	padding-right: 23px;
	text-align: left;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#linkbar_ltext, #linkbar_mtext, #linkbar_rtext
{
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}
#linkbar_ltext
{
	color: black;
	width: 145px;
}
#linkbar_mtext, #linkbar_rtext
{
	color: white;
	width: 145px;
}
.linkbar_link, .linkbar_linkr
{
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: white;
	text-decoration: none;
	position: relative;
	top: -3px;
}
.linkbar_linkr
{
	color: #483826;
}
.linkbar_link:hover
{
	color: white;
}
.linkbar_linkr:hover
{
	color: #483826;
}
.linkbar_title
{
	color: white;
	font-size: 16px;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 12px;
}

div.values
{
	background: url("t_img/values_bg.png");
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	float: none;
	font-size:11px;
}
td.booking
{
	padding-bottom: 10px;
}

select
{
	font-size: 10px;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
}

hr.news
{
	color: white;
	background-color:white;
	border:none;
	border-top:1px dotted gray;
	margin-top: 15px;
	margin-bottom: 15px;
}

a.newslink
{
	text-decoration: none;
	color: #858956;
	font-weight: bold;
}
a.newslink:hover	
{
	text-decoration: underline;
}
a.newsback
{
	text-decoration: none;
	color: #858956;
	font-size: 12px;
	font-weight: bold;
}

img.rightheading
{
	margin-bottom: 13px;
}

td#cal {
	width: 40px;
}

section.printable {
	/*font-size: 120%;*/
}
	
section.printable div.field {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 3px 0;
}
section.printable div.field label {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	font-weight: bold;
}
section.printable div.field span {
	display: inline-block;
	vertical-align: top;
	width: 62%
}
section.printable div.field strong.red {
	color: #c00000;
}
section.printable div.field strong.green {
	color: #00c000;
}

section.printable div.textarea label {
	display: block;
	font-weight: bold;
}
section.printable div.textarea div {
	margin: 3px 0;
	border: 1px solid #999;
	min-height: 2em;
	padding: 3px;
}

@media screen {
	.print-logo {
		display: none;
	}
}

@media print {
	#mainholder {
		width: 16cm;
		margin: 0 auto;
	}
	#innerholder {
		width: 16cm;
	}
	.print-logo img {
		width: 16cm;
	}
	#menuholder {
		display: none;
	}
	#base {
		display: none;
	}
}

#cc_emails_display a {
	display: inline-block; 
	text-decoration: none; 
	padding: 3px; 
	border: 1px solid #777;
}

ul.ui-autocomplete {
	text-align: left;
}

.key_contacts input[type=text] {
	width: 160px;
}
/*styling links eg savebutton in app detail screen */ 
/* <ul class='savelinklist'> */
/*<li class='applinks'> */

.savelinklist li.applinks{
	display: inline-block;
	margin:5px;
}
.savelinklist .applinks a {
	text-decoration: none;
	border: 2px solid #7D9749;
	color: #7D9749;
	padding: 2px;
	/*border: 2px solid grey;*/
	/*border-radius: 10px;*/
	/*padding: 2px;*/
	/*background-color: lightgrey;*/
}

#appform .savelinklist li.applinks{
	/*display: inline-block;*/
	margin:5px;
}
#appform .savelinklist .applinks a, a.button, #download_form input[type="submit"] {
	text-decoration: none;
	/*border: 2px solid #7D9749;*/
	border: 2px solid #64783a;
	/*color: #7D9749;*/
	color: #64783a ;
	padding: 2px;
	/*text-decoration: none;*/
	/*border: 2px solid grey;*/
	/*border-radius: 10px;*/
	/*padding: 2px;*/
	/*background-color: lightgrey;*/
}
#download_form input[disabled] {
	color: #999;
	border-color: #999;
	background-color: #eee;
}
 #download_form input[type="submit"], a.button.download-page {
 	/*padding: 8px !important;
 	font-size: 130% !important;*/
 }
#appform .savelinklist li:last-of-type, #savelinklist li:last-of-type a{
	/*position: relative;*/
	top: 10px;
}
/* client list */
#innerholder .header {
	padding-bottom: 10px;
	margin-left: 20px;
	width: 100%;
	/*display:flex;*/
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	/*flex-wrap: wrap;*/
	
}
#innerholder .header a,#innerholder .header h2 {
	align-items: center;
	
}
#innerholder .header a{
	text-decoration: none;
	border: 2px solid #7D9749;
	color: #7D9749;
	padding: 2px;
	/*text-decoration: none;*/
	/*border: 2px solid grey;*/
	/*border-radius: 10px;*/
	/*padding: 2px;*/
	/*background-color: lightgrey;*/
}
#innerholder .header h2 {
	flex-basis: 100%;
}
/*appointment details */
#appform td:nth-of-type(1), #appform td:nth-of-type(3) {
	font-weight: bold;
	color: #555;
}

#appform select, #appform textarea, #appform input{
	font-family: "Roboto", sans-serif;
	border: 0.5px solid lightgrey;
	padding: 5px;
	/*border-radius: 10px;*/
	font-size: 1rem;
	/*width: 80%;*/
	}
#appform select {
	width: 80%;
}
#appform input {
	width: 80%;
}
#appform textarea {
	width: 80%; /* 200px */
	height: 100px;
    /*padding-right: 8px !important;*/
    padding: 0;
	
}
#appform input[type=file]{
	width: 80%; /* 40%*/
}
#appform table tbody .apptable {
	/*width: 95%;*/
}
#appform input[type=date] {
	width: 200px;
}
#appform .clerknote {
	width: 50%; /* 350px*/
	height: 130px;
}
#appform #sadd {
	height: 130px;
	width: 80%; /* 200px */
}
#appform #multi {
	width: auto;
}
#appform #ed {
	width: auto;
}
#appform input[name=del]{
	width: auto;
	display: inline-block;
}
#appform input[type=checkbox]{
	width: auto;
}
#appform .paymentcheck td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#key_contacts .selgrid.key_contacts tr {
	/*display: block;*/
    /*width: 100% !important;*/
    background: none;
}
#content .appointmentsearch .resetbutton {
	margin-top: 3px;
	font-family: "Roboto", sans-serif;
}


/*admin menu */ 

/*edit client */
#childgridholder table {
	white-space: nowrap;

}
#childgridholder table td {

}
/*login styling*/
#innerholder .loginform table tr,#innerholder .loginform table td{
	display: block;
	
}
#innerholder .loginform table td input {
	margin-bottom: 10px;
	font-size: 1rem;
	padding: 15px;
	border-radius: 5px;
	border: 1.5px solid #7D9749;
	background-color: #F5F5F5;
}
#innerholder .loginform table td input::placeholder{
	color: 	#E0E0E0;
}
.loginform #pleaselogin {
	margin-bottom: 20px;
	font-weight: bold;
}
.loginform in
#innerholder .welcometext {
	font-size: 1rem;
	padding: 5px;
}
#key_contacts table {
	width: 50%; /* 51% */
	border-collapse: collapse;
	margin-left: 0 !important;
	margin-bottom: 10px;
}
#key_contacts  table.selgrid tr {
	/*display: flex;
	align-items: flex-start;*/
}

#key_contacts table th, #key_contacts table td {
	border: 1px solid #999;
}
#key_contacts table td p {
	margin: 10px 0;
}

#content #appform.reports  td{
	display: block;
}

/* media query to make form more usable on phone */
@media screen and (max-width: 799px){
	/*client list */
	#innerholder .header a{
	float: right;
	margin-bottom: 10px;
	margin-right: 40px; /* 8px */
	}
	/*key contacts */
	#key_contacts .selgrid.key_contacts th{
		display: none;
	}
	#key_contacts table td {
		display: block;
		border: 0;
	}
	table.selgrid td {
		display: flex;
		border: 0;
	}
	#key_contacts .selgrid tr {
		margin-right: 0;
		padding-left: 0;
	}
	
    #childgridholder table td {
    }

	#mainholder {
		padding-left: 3px;
		padding-right: 3px;
		box-sizing: border-box;
	}
	/*appointment details */
	#appform tr {
		display: block; /* block */
		font-size: 0.7rem;
		margin-bottom: 8px;
	}
	#appform td{
		display: block;
		margin-bottom: 3px;
		margin-left: 5px;
	}
	#appform select, #appform textarea, #appform input{
		font-size: 1rem; /*0.7rem*/
		width: 80%; /* 90% */
		display: inline-block;
		display: block;
		border: 0.5px solid lightgrey;
		padding: 5px;
		border-radius: 10px
	}
	#appform a {
		font-size: 0.8rem;
	}
	#appform table tbody tr:nth-child(6) td:nth-child(2) input:nth-child(3){
		padding: 100px;
		position: relative;
		top: 20px;
		/*login screen styling for mobile*/
	}
	#appform {
		padding-left: 0px;
	}
	#appform #sadd {
	height: auto;
	width: 80%;
}
	

}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}



	/*styling my appointments page */
#grid .selgrid table {
	width: 95vw;
}
#content table.apptable {
	margin-right: 0;
	margin-left: 0;
}
/* styling for client table */

#content table {
	margin-right: auto;
	margin-left: auto;
}
#content tr.auto_action:nth-child(even) td {
	background-color: #F0F0F0; /*lightgrey*/
}
#content tr.auto_action:nth-child(odd) td {
	background-color: white; /*lightgrey*/
}
#content table label {
	font-size: 1rem; /* 0.8rem */
}
#content tr:first-child a,#content tr:first-child th {
	font-size: 0.9rem;
}
/* styling edit client page */
#childgridholder .childgrid_table tbody tr th { 
	font-size: 1rem;
	
}
#childgridholder .childgrid_table tbody tr td {
	font-size: 0.95rem;
	background-color: lightgrey;
}
#content #editform table {
	margin-right:0;
	margin-left: 0;
}

/* styling lists */
#mainholder #menuholder #menu li{
	text-align: center;
	display: inline-block;
	font-size: 0.9rem; /* 0.8rem */
	padding: 5px;
	letter-spacing: 1.5px;
	
}
#mainholder #menuholder #menu .mySidebar a{
	transition: 0.5s;
}


#mainholder #menuholder ul.ulmenu {
	/*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	font-family: "Roboto", sans-serif;
	padding-top: 35px; /* 20px */

}
#mainholder #menuholder .ulmenu .menuitem {
	text-align: left;
}
#mainholder #menuholder #menu .mySidebar {
	width: 100% !important;
	
}
#mainholder .closebtn, #mainholder .openbtn {
	visibility: hidden;
}
@media screen and (min-width: 799px){
	#mainholder #menu #mySidebar.sidebar {
		width: 100% !important;
	}
}

/*styling sidebar */

/*SIDEBAR */


@media screen and (max-width: 799px) {
	#mainholder #menuholder #menu .sidebar {
	  height: 100%; /* 100% Full-height */
	  width: 0; /* 0 width - change this with JavaScript */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Stay on top */
	  top: 0;
	  left: 0;
	  overflow-x: hidden; /* Disable horizontal scroll */
	  padding-top: 60px; /* Place content 60px from the top */
	  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
	  background-color: white;
	  color: #7D9749;
	}
	
	/* The sidebar links */
	#menuholder .sidebar .ulmenu .menuitem a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 22px;
	  /*color: white;*/
	  display: block;
	  transition: 0.4s;
	  text-align: left;
	}
	#mySidebar {
		border-right: solid 1px lightgrey;
	}
	#mySidebar .ulmenu .menuitem {
		width: 100%;
		border-bottom: 1px solid lightgrey;
	}
	
	
	#mySidebar .ulmenu .menuitem a:hover {
		background-color: white;
		color: #7D9749;
	}
	/*#mySidebar .ulmenu .menuitem:hover{*/
	/*	color: red;*/
	/*	background-color: red;*/
	/*}*/
	
	#menuholder .sidebar a:hover {
	  color: #f1f1f1;
	  
	}
	
	/* Position and style the close button (top right corner) */
	#menuholder .sidebar .closebtn {
	  visibility: visible;
	  position: absolute;
	  top: 0;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	  color: white;
	}
	
	/* The button used to open the sidebar */
	#menuholder .openbtn {
	  visibility: visible;
	  /*font-family: Lucida Grande, Lucida Sans Unicode, Sans Serif;*/
	  font-family: "Roboto", sans-serif;
	  font-size: 20px;
	  font-weight: bold;
	  cursor: pointer;
	  background-color: white;
	  color: #7D9749;
	  padding: 8px 15px;
	  border: none;
	  /*border-radius: 20px !important;*/
	  float: right;
	  margin-right: 30px;
	}
	
	#menuholder .openbtn:hover {
	  /*background-color: #7D9749;*/
	}
	
	/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
	#menuholder #main {
	  transition: margin-left .5s; /* If you want a transition effect */
	  padding: -100px;
	}
	#appform input[type=file] {
    width: 80%;
}
}

.myappointments {
	text-align: center;
}
.myappointments table {
	width: 95%;
}

table.daily {
	/*width: 100%;*/
	width: 90%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
}
table.daily td, table.daily th {
	border: 1px solid white;
	vertical-align: top;
	text-align: center;
	color: black;
}
table.daily th {
	cursor: pointer;
}
table.daily td {
	height: 80px;
}

table.daily .not-today {
	display: none;
}
table.daily .not-today td {
	/*vertical-align: middle;*/
	background: #f0f0f0;
	filter: opacity(.75);
}
table.daily .date-cell {
	width: 2em;
	vertical-align: middle;
}

table.daily td div.appointment {
	border: 1px solid black;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	/*background: #7D9749;*/
	display: flex;
}
table.daily td div.appointment .handle {
	display: flex;
	flex-direction: column;
	flex: 0 0 35px;
	width: 35px;
	justify-content: center;
}
table.daily td div.appointment .handle img {
	width: 30px;
	height: 30px;
}
table.daily td div.appointment .container {
	padding-left: 5px;
	text-align: center;
	flex: 1 1 100%;
}
table.daily td div.appointment .time {
	text-transform: uppercase;
	font-weight: bold;
}
table.daily td div.appointment .product {
	font-weight: bold;
}
table.daily td .clerk-name {
	display: none;
}

table.daily td div.appointment a {
	text-decoration: none;
}
table.daily td div.appointment a:hover {
	color: black;
}

table.daily td div.appointment.distr, table.daily td div.appointment.completed {
	background-color: #7D9749;
}
table.daily td div.appointment.canc {
	background-color: #fff;
	color: #666;
}
table.daily td div.appointment.prospective {
	border-style: dashed;
}

form#datesearch {
	text-align: center;
}
form#datesearch input[type="submit"] {
	background-color: #ebeedc;
	font-family: "Roboto", sans-serif;
	border: 1px solid black;
	padding: 4px;
	border-radius: 4px;
	text-align: center;
}

@media screen and (max-width: 869px) { /* max*/
	form#datesearch input[type="submit"] {
		min-width: 4em;
	}
	table.daily thead {
		display: none;
	}
	table.daily td {
		display: block;
		min-height: 80px;
		height: auto;
	}
	table.daily td .clerk-name {
		display: block;
	}
	table.daily .not-today {
		display: none;
	}
	table.daily .date-cell {
		display: none;
	}
}

a.goback {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #7D9749;
	color: #7D9749;
	padding: 2px;
	margin-left: 20px;
	/*text-decoration: none;*/
	/*border: 1px solid black;*/
	/*padding: 8px;*/
	/*border-radius: 10px;*/
}
a.goback::before {
	content: '< ';
}

.adminheader {
	margin-left: 20px;
    color: #7D9749;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    /*margin: 0;*/
    padding: 0;
    padding-bottom: 5px;
    padding-top: 2px;
}

.map-list {
	margin: 0;
	padding: 0;
}

.map-list li {
	display: inline-block;
	margin: 5px;
	height: 40px;
	width: 40px;
}
.map-list li a {
	border: 0;
}

.map-list li a img {
	height: 40px;
	width: 40px;
}
	