/* * * * * * * * * * * * * * * * * * * * *
			default styles
* * * * * * * * * * * * * * * * * * * * */

@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.red {
	color: #A81917;
}

.red-background {
	background-color: #A81917 !important;
	color: #ffffff !important;
}

.green {
	color: #449d44;
}

body {
	line-height:1;
	font-family: "Lato",sans-serif;
	font-size: 13px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #000;
	background-color: #f9f9f9;
}
:focus {
	outline: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

ul, li {
	list-style: none;
}


h1 {
	padding: 20px 0;
	font-size: 25px;
	color: #A81917;
	text-align: center;
}

h2{
	padding: 20px 0;
	font-size: 22px;
	color: #A81917;
	float: left;
}

h3 {
	padding: 20px 0;
	font-size: 20px;
	color: #A81917;
	float: left;
}

h4 {
	padding: 20px 0;
	font-size: 18px;
	color: #A81917;
	text-align: center;
}

h5 {
	padding: 20px 0;
	font-size: 16px;
	color: #A81917;
	text-align: left;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #9fa2a2;
		margin: 3px;
		padding: 0;
		padding: 3px;
		width: 100%;
}

input, select {
	vertical-align:middle;
}


/* * * * * * * * * * * * * * * * * * * * *
				styles
* * * * * * * * * * * * * * * * * * * * */

div.logo {
	margin: 0 auto 0;
	text-align: center;
	padding: 20px;
}

p.center{
	text-align: center;

}

div#Organisation h1{
	padding: 40px 0 0 0 !important;F
}

div.g-recaptcha{
	overflow: hidden;
	width: 101%;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.container {
	padding: 20px;
	max-width: 980px;
	margin: 0 auto;
}
.form-signin {
	padding: 15px;
	margin: 0 auto;
	color: #750d10;
 }
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #cfd3d4 !important;
	background-image: none;
	color: rgb(0, 0, 0);
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border: none;
	float: right;
	color: #ffffff;
	font-size: 20px;
	margin-top: 5px;
	background: #586e6a;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn:hover {
	background: #923971 !important;
	background-image: -webkit-linear-gradient(top, #111, #111);
	background-image: -moz-linear-gradient(top, #111, #111);
	background-image: -ms-linear-gradient(top, #111, #111);
	background-image: -o-linear-gradient(top, #111, #111);
	background-image: linear-gradient(to bottom, #111, #111);
	text-decoration: none;
}


#show {
	text-align: right;
}
.anchor {
	position: fixed;
	border: solid 1px #000;
	bottom: 5px;
	background-color: #ebebeb;
	right: 5px;
	padding: 10px;
}

.sidenav {
	height: auto;
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a {
	padding: 3px 2px 3px 25px;
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus {
	color: #A81917;
}

.sidenav p {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	transition: 0.3s
}

.sidenav .closebtn {
	font-size: 36px;
	margin: 9px 20px 10px 0;
	float: right;
}

.menu-bars {
	margin: 10px;
	font-size: 40px;
	float: left;
}

.menu-bars a, a:hover{
		color: #A81917;
}

.menu-name {
	font-family: "Lato",sans-serif;
	float: right;
	font-size: 25px;
	padding: 5px 0 5px 10px;
	cursor: pointer;
	color: #ffffff;
	vertical-align: middle;
}

.menu-close {
	float: left;
}

#main {
	transition: margin-left .5s;
	padding: 0;
	margin: 0;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 30px;}
	.sidenav a {font-size: 18px;}
}

.top-right {
	float: right;
	text-align: right;
	margin: 0;
	padding: 5px 10px 0px 0px;
}
 .top-right a {
	color: #A81917;
	padding-left: 5px;
	font-weight: bold;
}
.top {
	width: 100%;
	line-height: 40px;
	top: 0;
	right: 0;
	background-color: #586e6a;
	color: #fff;
	min-height: 40px;
	overflow: hidden;
	position: fixed;
	z-index: 3;
}
.top-container {
	margin: 0 auto;
	padding-top: 10px;
}
.top h1 {
	font-size: 18px;
	width: 300px;
	float: left;
	margin: 0;
	padding: 2px 0px 0px 10px;
}

.alert-red {
	background-color: rgba(197, 9, 9, 0.69);
	padding: 2px 4px 0 2px;
	width: 100%;
}

p.message {
	text-align: center;
	padding: 15px;
	position: fixed;
	right: 40%;
	left: 39%;
	min-width: 20%;
	background: rgb(138 211 138 / 85%);
	top: 125px;
	border: 1px solid #ccc;
	z-index: 9999999999;
}

input.edit {
	width: 100%;
}

div.homepage-list {
	width: 100%;
}

div.container-home {
	width: 100%;
}


.loading {
	position: fixed;
	top: 350px;
	left: 50%;
	margin-top: -96px;
	margin-left: -96px;
	opacity: .85;
	border-radius: 25px;
	width: 50px;
	height: 50px;
}
#tabs {
	border: 0;
}
#tabs ul{
	background:white;
	border: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-left: 100px;
}
#tabs ul li.ui-tabs-active{
	font-weight: bold;
	background: #00A759;
	color: white;
}
#tabs ul li.ui-tabs-active a,
#tabs ul li:not(ui-tabs-active) a {
	color: white;
}
#tabs ul li:not(ui-tabs-active){
	font-weight: normal;
	background: #9B9B9B;
}
.ui-tabs-panel.ui-widget-content.ui-corner-bottom{
	padding:0;
}

.centered {
	margin: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}
.footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color: #586e6a;
	text-align: center;
	color: #fff;
	z-index: 9;
}

.half {
	width: 50% !important;
}

.oneforth{
	width: 25% !important;
}

.full-width{
	width: 95% !important;
	max-width: 95% !important;
}

td.red input{
	color: #A81917;
}

td.green input{
	color: #00a759;
}

.grey {
	opacity: 0.3;
}

div.top-container h1 {
	color: #fff;
}

a#xx {
	text-decoration:none;
	color:#000;
	background-color:#ddd;
	border:1px solid #ccc;
	padding:8px;
}
div.export_button {
	margin: 10px 0;
}


/*
input[type=time]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
}

input[type=time]::-webkit-clear-button {
	-webkit-appearance: none;
	display: none;
}

input[type="time"]::-ms-clear {
	-webkit-appearance: none;
	display: none;
}

/* remove clock */
/*
input[type="time"]::-webkit-calendar-picker-indicator {
	display: none;
}
*/

input[type=time]{
	padding: 3px;
	height: 21px;
}


/*BEST TABLE*/

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table tr {
	/*background-color: #f8f8f8;*/
	/*border: 1px solid #ddd;*/
	padding: .35em;
}

table th,
table td {
	padding: 10px;
	text-align: center;
}

table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 10px 0;
}

input[type=text]{
	width: 73px;
	vertical-align: middle;
	overflow: hidden;
	padding: 5px;
}

select {
	width: 73px;
	vertical-align: middle;
	overflow: hidden;
}
@media screen and (max-width: 1440px) {
	input[type=text]{
		width: 50px;
	}
	input.paddnow {
	width: 48px;
	}
}
@media screen and (max-width: 1000px) {

	table.phones tr{
		min-height: 165px;
	}
	table.companies tr{
		min-height: 540px;
	}
	table.companies td{
		text-align: left;
	}

	table.fire {
	border: 0;
	min-width: 300px;
	max-width: 300px;
	font-size: 20px;
	float: left;
	}


	table.fire thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}
	
	table.fire tr {
	/*border-bottom: 3px solid #ddd;*/
	display: inline-block;
	margin: 5px;
	width: 100%;
	padding: 4px;
	float: left;
	}

	input[type=time]{
		width: 100% !important;
	}

	input[type=text] {
		width: 95%;
		vertical-align: middle;
		overflow: hidden;
		text-align: center;
	}

	input[type=email], input[type=password] {
		text-align: center;
	}

	.crm_org input[type=text]{
		width: 95%;
		vertical-align: middle;
		overflow: hidden;
		text-align: left;
	}

	select {
		margin: 5px 0;
		padding: 5px;
		width: 95%;
		vertical-align: middle;
		overflow: hidden;
		text-align: center;
	}

	table td:last-child {
	border-bottom: 0;
	}

	table th , table td{
		overflow-wrap: break-word;
	}

}

@media screen and (max-width: 600px) {

table {
	border: 0;
}

table caption {
	font-size: 1.3em;
}

table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

table tr {
	/*border-bottom: 3px solid #ddd;*/
	display: block;
	margin-bottom: .625em;
}

table td {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 12px;
	text-align: right;
}

table td::before {
/*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}

table td:last-child {
	border-bottom: 0;
}

}

select.DaySelect {
	display: none;
}

@media screen and (max-width: 980px) {
	table.timesheettable {
		border: 0;
	}

	select.DaySelect {
		display: block;
	}

	.timesheet, .timesheet-weekend, .timesheet-today {
		display: none !important;
	}

	.force-selected-day-to-show {
		display: block !important;
	}


	table.timesheettable caption {
	}

	table.timesheettable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.timesheettable tr {
		display: block;
		border: 1px solid #bebebe !important;
	}

	table.timesheettable td {
		display: block;
		text-align: center;
		border-bottom: 0.5px solid #bebebe !important;
	}

	table.timesheettable td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		width: 100%;
		padding: 0 0 5px 10px;
		text-align: left;
	}

	table.timesheettable td:last-child {
	border-bottom: 0 !important;
	}

	table.timesheettable input {
		text-align: center;
	}

	table.timesheettable select {
		width: 96% !important;
	}

	table.timesheettable .day-heading {
		font-size: 20px;
		font-weight: 800;
	}
	table.timesheettable tbody tr {
		border: 0 !important;
	}

}


/*END BEST TABLE*/

.form-style input[type=submit], .form-style-1 input[type=button], input[type=submit] {
	background: #586e6b;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
	float: right;
	margin: 10px 0;
	width: 200px;
}
.form-style input[type=submit]:hover, .form-style-1 input[type=button]:hover, input[type=submit]:hover{
	background: #923971;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.form-style-1 select {
		margin: 5px 0;
		padding: 5px;
		width: 100%;
		vertical-align: middle;
		overflow: hidden;
	}

.form-style-1 {
	margin:10px auto;
	max-width: 400px;
	padding: 20px 12px 10px 20px;
	overflow: hidden;
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 4px;
	margin:0px;
	-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;
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus{
/*	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;*/
}


.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #586e6b;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
	float: right;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #923971;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}

table th , table td{
	min-height: 15px;
	overflow-wrap: break-word;
}

table tr:nth-child(even){
	background-color: #cad0ce;
}

.form-control {
	float: right;
	width: 100%;
	margin: 1% 0;
}

div.right-company {
	float: right;
	width: 70%;
	margin: 1%;
}

div.right-company h3{
	text-align: center;
	width: 100%;
		padding: 10px 0 0 0;
}

div.right-right-company {
		float: right;
		width: 48%;
		margin: 1%;
}

div.right-right-company h3{
		text-align: center;
		width: 100%;
		padding: 10px 0 0 0;
}

div.right-left-company {
		float: left;
		width: 48%;
		margin: 1%;
}

div.right-left-company h3{
		text-align: center;
		width: 100%;
		padding: 10px 0 0 0;
}

div.left-company {
	float: left;
	width: 26%;
	margin: 1%;
}

div.left-company h3{
	text-align: center;
	width: 100%;
		padding: 10px 0 0 0;
}

div.right-companies {
	float: right;
	width: 98%;
	margin: 1%;
}

div.right-companies h3{
		padding: 10px 0 0 0;
}

div.left-companies {
	float: left;
	width: 98%;
	margin: 1%;
}

div.left-companies h3{
		padding: 10px 0 0 0;
}
div.filter-main {
	width: 100%;
		float: left;
}

div.filter {
	width: 33%;
		float: right;
}

table#table td:hover{
	cursor: pointer;
}

div.box{
	border: 1px solid #923971;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	overflow: hidden;

}
div.box-clear{
	padding: 0 0 10px 0;
	overflow: hidden;
}
div.box div.left{
	width: 45%;
	min-height: 16px;
	float: left;
}
div.box div.right{
	width: 45%;
	min-height: 16px;
	float: right;
}
form#timesheet {
	font-size: 16px;
}

@media only screen and (max-width: 1100px) {
	form#timesheet {
		font-size: 12px;
	}
	input[type=text] {
		width: 38px;
	}
	input.paddnow {
		width: 34px;
	}
}

.timesheet-today {
	background-color: #c3bfbf !important;
}
.timesheet {
	background-color: #ccd0c7 !important;
}

.timesheet-weekend {
	background-color: transparent !important;
}

span#showa, span#hidea, span#showb, span#hideb, span#showc, span#hidec, span#showd, span#hided {
	background-color: #586e6b; /* Green */
	border: none;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	cursor: pointer;
}

div.overflow {
	overflow: hidden;
}

div.container a {
	color: #000;
}

div.container a:hover {
	color: #923971;
}

div.hidden {
	display: none;
}

div.add-client input[type=text] {
		width: 97%;
		vertical-align: middle;
		overflow-wrap: break-word;
		height: 25px;
		margin: 10px 0;
}

div.add-client textarea {
		width: 100%;
		vertical-align: middle;
		overflow-wrap: break-word;
		min-height: 100px;
		height: 25px;
}

.form-full-width {
	width: 95%;
	max-width: unset;

}
.form-full-width input[type=text]{
	width: 100%;
	max-width: unset;
}

@media screen and (max-width: 940px) {

	.form-full-width {
		width: 85%;
		max-width: unset;

	}
	.form-full-width input[type=text]{
		width: 100%;
		max-width: unset;
	}

}


/* Some default button styles */
button {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button {line-height: normal; *overflow: visible;}
button {cursor: pointer; -webkit-appearance: button;}

button {
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	border: 1px solid #cccccc;
	/*
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.1);
	*/
	cursor: pointer;
	color: #333333;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	padding: 5px 10px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.button:hover, button:hover {
	text-decoration: none;
	background-position: 0 -15px;
}

.button:focus, button:focus {
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
	outline: none;
}

.box {
	border: solid 1px #000;
	margin: 10px 0;
}
.box a {
	width: 100%;
	float: left;
	margin: 10px 0;
}

input.SearchKeywordEntered {
	float: left;
	width: 97%;
	margin: 1% 0;
	padding: 5px;
	height: 30px;
}

div.crmhometop {
	text-align: center;
	padding: 1%;
}

div.crmhome {
	text-align: left;
	padding: 1%;
	overflow: hidden;
	width: 98%;
}

span.site-auther {
	float: left;
}

span.site-version {
	float: right;
	padding: 0 100px 0 0;
}

div.crm {
	overflow: hidden;
	margin-top: 75px;
	margin-bottom: 95px;
	padding: 0 10px;
}

span.newsleft {
	color: #262626;
	display: inline-block;
	font-size: 11px;
	text-align: right;
	width: 90%;
	border-bottom: 1px solid #ccc;
	padding: 5%;
}

span.content{
	color: #262626;
	display: inline-block;
	font-size: 11px;
	text-align: left;
	width: 90%;
	border-bottom: 1px solid #ccc;
	padding: 5%;
}

span.content a{
	color: #262626;
	font-size: 16px;
	font-family: "Lato",sans-serif;
}

div.news-item {
	/*background-color: #dede65;*/
	float: left;
	margin: 1%;
	border: 1px solid #ccc;
	/*box-shadow: 5px 5px #8888884f;*/
	min-width: 98%;
}


/*input black border fix*/
input {
	color: -internal-light-dark-color(white, white) !important;
	background-color: -internal-light-dark-color(white, white) !important;
}

input:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

input:-internal-autofill-selected {
	color: -internal-light-dark-color(white, white) !important;
	background-color: -internal-light-dark-color(white, white) !important;
}

input {
	border: 1px solid #c1c1c1;
}

div.company_contacts input[type=submit]{
	float: unset;
}

div.company_contacts input.add_client {
	float: right;
}

div.company_contacts div.contact-title {
	padding-top: 60px;
	padding-bottom: 10px;
}

a.ash_button{
	float: right;
	background: #586e6b;
	color: #fff;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0;
}

a.ash_button:hover{
	background: #923971;
	color: #fff;
}

p{
	padding: 10px 0 0 2px;
}


input.edit {
	padding: 10px !important;
}


select, textarea {
	width: 100% !important;
}

/* Style the tab */
.tab {
	margin: 60px 0 0 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: 1px solid #cccccc;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	overflow: hidden;
}




/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	overflow: hidden;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.sidenav {
	z-index: 99;
}


/* Style the tab */
.tab-verticle {
	margin: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab-verticle button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab-verticle button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-verticle button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontentverticle {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

form p {
	margin: 10px 0 5px 0px;
}

p.searchby {
	margin: 5px 0;
}

input[type=month] {
	width: 30%;
}

div.halfmap{
	width: 46%;
	padding: 2%;
	margin: 0;
	float: left;
}

div.halfmaptext{
	font-size: 16px;
	line-height: 40px;
}



/* default cclock settings for dtd booking pages*/
div#Booking input[type=time]::-webkit-inner-spin-button {
	-webkit-appearance: unset;
	display: unset;
}

div#Booking input[type=time]::-webkit-clear-button {
	-webkit-appearance: unset;
	display: unset;
}

div#Booking input[type="time"]::-ms-clear {
	-webkit-appearance: none;
	display: unset;
}

div#Booking input[type="time"]::-webkit-calendar-picker-indicator {
	display: unset;
}

div#Booking input[type="time"] {
	width:100px;
	height:40px;
}


@media only screen and (max-width: 820px) {

	input#uploadedFile {
		width: 60%;
	}

}

@media only screen and (max-width: 705px) {

	p.top-right {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.top h1 {
		float: right;
	}
	div.crm {
		margin-top: 125px;
	}

	span.site-auther, span.ct, span.site-version {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	span.site-version {
		padding: 0;
	}

}

button.off{
	background: #396a77 !important;
	height: 70px;
	padding: 0;
	font-size: 20px;
	min-width: 100px;
	display: inline-table;
	color: white;
}
button.on{
	background: green !important;
	height: 70px;
	padding: 0;
	font-size: 20px;
	min-width: 100px;
	display: inline-table;
	color: white;
}
button.in{
	float: left;
	margin: 0 10px 0 35px;
}
button.out{
	float: left;
	margin: 0;
}
table.fire td::before {
	content: none;
}
table.fire h1 {
	padding: 0;
	font-size: 27px;
	color: #A81917;
}

table.fire {
	border: 1px dotted #000;
	margin: 5px;
	min-width: 295px;
	max-width: 295px;
	font-size: 20px;
	float: left;
}

table.fire tr {
	/* border-bottom: 3px solid #ddd; */
	display: inline-block;
	margin: 5px;
	width: 288px;
	padding: 4px 0;
	float: left;
}

table.fire th, table.fire td {
	text-align: right !important;
	padding: 5px;
}

table.fire td {
	/* border-bottom: 1px solid #ddd; */
	display: block;
	font-size: .8em;
	text-align: right;
}

div.fire-list {
	max-width: 1240px;
	margin: auto;
}

/* Popup box BEGIN */
.popupBox{
	background:rgba(0,0,0,.4);
	cursor:pointer;
	height:100%;
	position:fixed;
	text-align:center;
	top:0;
	left: 0;
	right: 0;
	width:100%;
	z-index:10000;
}
.popupBox .helper{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.popupBox > div {
	background-color: #fff;
	display: inline-block;
	height: auto;
	max-width: 551px;
	min-height: 100px;
	vertical-align: middle;
	width: 60%;
	position: relative;
	padding: 15px 5%;
}
.popupBox h3 {
	text-align: center;
	width: 100%;
}
.popupCloseButton {
	background-color: #a11413;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	line-height: 30px;
	width: 100px;
	height: 30px;
	text-align: center;
}
.popupCloseButton a{
	float: left;
	margin: 0 0 0 10px;
	color: #fff;

}
.popupCloseButton:hover {
	background-color: #d22121;

}
.popupCloseWord {
	font-size: 15px;
	font-weight: normal;
	display: block;
	float: left;
	padding: 0 15px;
}

/* Popup box BEGIN */

.paginationjs .paginationjs-pages {
	float: right !important;
}

thead {
	background-color: #ddd;
}

td.vscog_delete,
td.buffet_delete,
td.todo_delete,
td.tenant_delete,
td.interaction_linked_delete,
td.chc_grants_delete,
td.meeting_room_delete,
td.delete-linked,
td.vol_delete,
td.opp_delete,
td.doc_delete,
td.interaction_delete,
td.contact_delete,
td.org_delete,
td.booking_delete,
td.client_delete,
td.dtd_client_doc_delete,
td.driver_delete,
td.dtd_driver_doc_delete,
td.dtd_driver_delete_holiday,
td.subscriber_delete,
td.enquiry_delete,
td.paid_time_delete,
td.staff_delete,
td.ip_delete,
td.session_delete
{
	cursor: pointer;
}

td.vscog_delete:hover,
td.buffet_delete:hover,
td.todo_delete:hover,
td.tenant_delete:hover,
td.interaction_linked_delete:hover,
td.chc_grants_delete:hover,
td.meeting_room_delete:hover,
td.delete-linked:hover,
td.vol_delete:hover,
td.opp_delete:hover,
td.doc_delete:hover,
td.interaction_delete:hover,
td.contact_delete:hover,
td.org_delete:hover,
td.booking_delete:hover,
td.client_delete:hover,
td.dtd_client_doc_delete:hover,
td.driver_delete:hover,
td.dtd_driver_doc_delete:hover,
td.dtd_driver_delete_holiday:hover,
td.subscriber_delete:hover,
td.enquiry_delete:hover,
td.paid_time_delete:hover,
td.staff_delete:hover,
td.ip_delete:hover,
td.session_delete:hover
{
	background-color: #d22121;
	color: white;
}

.clickable-row {
	cursor: pointer;
}

table#table tr:hover,
table#table-two tr:hover,
table#table-three tr:hover,
table#table-four tr:hover,
table#table-five tr:hover,
table#table-six tr:hover,
table#table-seven tr:hover,
table#table-eight tr:hover,
table#table-nine tr:hover,
table#table-ten tr:hover
{
	background-color: #A81917;
	color: #fff;
}

table#table thead tr,
table#table thead tr:hover,
table#table-two thead tr,
table#table-two thead tr:hover,
table#table-three thead tr,
table#table-three thead tr:hover,
table#table-four thead tr,
table#table-four thead tr:hover,
table#table-five thead tr,
table#table-five thead tr:hover,
table#table-six thead tr,
table#table-six thead tr:hover,
table#table-seven thead tr,
table#table-seven thead tr:hover,
table#table-eight thead tr,
table#table-eight thead tr:hover,
table#table-nine thead tr,
table#table-nine thead tr:hover,
table#table-ten thead tr,
table#table-ten thead tr:hover
{
	background-color: #ddd;
	color: #000;
}

.select2-container--default .select2-search--inline .select2-search__field{
	width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 8px !important;
}

.cancelledevent {
	background-color: #a21313 !important;
	color: white !important;
}

.cancelledevent:hover td, .cancelledevent:hover {
	background-color: #a21313 !important;
	color: white !important;
}

.DudsonCentreEvent {
	background-color: #519cbb !important;
}

.DudsonCentreEvent .fc-event-time{
	color: white !important;
}

.DudsonCentreEvent .fc-event-title{
	color: white !important;
}

.TheHubEvent {
	background-color: #809e15 !important;
}

.TheHubEvent .fc-event-time{
	color: white !important;
}

.TheHubEvent .fc-event-title{
	color: white !important;
}

.fc-day-today {
	background-color: rgb(251 210 0 / 55%) !important;
}

.ash_button_admin {
	background: #586e6b;
	color: #fff;
	width: 300px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px;
	display: inline-block;
}

.ash_button_admin:hover {
	background: #923971;
	color: #fff;
}

.ash_button_delete_logo {
	background: #586e6b;
	color: #fff;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 20px 0px;
	display: inline-block;
}

.ash_button_delete_logo:hover {
	background: #923971;
	color: #fff;
}

#main_org {
	width: 100%;
}

#main_org p {
	font-size: 16px;
	padding: 5px 0;
}

.crm_org {
	max-width: 900px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.crm_org .tab {
	margin: 0 0 0 0;
}

.org_logo {
	text-align: center;
	padding: 30px;
}

.org_error {
	text-align: center;
	color: red;
}

.org_delete_message {
	text-align: center;
}

.org_footer {
	text-align: center;
	max-width: 900px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.org_mess_contact_vast {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

.org_request_update_not_needed {
	text-align: center;
}

.switchcentre{
	margin: 10px;
	text-align: center;
	display: inherit;
}

.switchleft{
	margin: 10px;
	text-align: left;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #a81917;
}

input:focus + .slider {
	box-shadow: 0 0 1px #a81917;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.flaggedred {
	background-color: #de7f7c;
}

h3.vol-h3 {
	width: 100%;
	text-align: center;
}

input#uploadedLogo, input#uploadedFile {
	border: unset !important;
}

div.has-meeting-room {
	padding: 10px;
	background-color: #6caf6c;
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: hidden;
}

div.has-buffet {
	padding: 10px;
	background-color: #6caf6c;
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: hidden;
}

div.vols-placed {
	padding: 10px;
	background-color: #6caf6c;
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: hidden;
}

div.grant-linked {
	padding: 10px;
	background-color: #63a9d8;
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: hidden;
}

div.vscog-linked {
	margin-top: 10px;
	padding: 10px;
	background-color: #63d892;
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: hidden;
}

div.org-records-displayed {
	width: 100%;
	text-align: center;
}

#clear_search_results {
	background-color: #A81917;
	color: #fff;
}

input[type=submit] {
	cursor: pointer;
}

td.email_org_update_details, td.email_org_become_member {
	cursor: pointer;
}

td.email_org_update_details:hover, td.email_org_become_member:hover {
	background-color: #923971;
}

div#Volunteer {
	position: relative;
}

.ribbon-wrapper {
	width: 165px;
	height: 135px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}

.ribbon {
	font: bold 15px Sans-Serif;
	color: #fff;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: 0px;
	top: 28px;
	width: 230px;
	background-color: #45a745;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45a745), to(#056705));
	background-image: -webkit-linear-gradient(top, #45a745, #056705);
	background-image: -moz-linear-gradient(top, #45a745, #056705);
	background-image: -ms-linear-gradient(top, #45a745, #056705);
	background-image: -o-linear-gradient(top, #45a745, #056705);
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.emailed-last-ribbon-wrapper {
	width: 210px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	top: 103px;
	right: 8px;
}

.emailed-last-ribbon {
	font: bold 15px Sans-Serif;
	color: #fff;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: 0px;
	top: 25px;
	width: 310px;
	background-color: #586e6b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#586e6b), to(#498078));
	background-image: -webkit-linear-gradient(top, #586e6b, #498078);
	background-image: -moz-linear-gradient(top, #586e6b, #498078);
	background-image: -ms-linear-gradient(top, #586e6b, #498078);
	background-image: -o-linear-gradient(top, #586e6b, #498078);
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}


.vscog-ribbon-wrapper {
	width: 165px;
	height: 135px;
	overflow: hidden;
	position: absolute;
	top: 105px;
	right: 5px;
	cursor: pointer;
}

.vscog-ribbon {
	font: bold 15px Sans-Serif;
	color: #fff;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: 0px;
	top: 28px;
	width: 230px;
	background-color: #45a745;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45a745), to(#056705));
	background-image: -webkit-linear-gradient(top, #45a745, #056705);
	background-image: -moz-linear-gradient(top, #45a745, #056705);
	background-image: -ms-linear-gradient(top, #45a745, #056705);
	background-image: -o-linear-gradient(top, #45a745, #056705);
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}




@media screen and (max-width: 686px) {
	.emailed-last-ribbon-wrapper {
		top: 151px;
	}


}

div#Admin {
	min-height: 300px;
	padding-top: 50px;
}

div#Volunteer {
	padding-top: 20px;
}

a.doc:hover {
	color: #fff;
}

div.space {
	width: 100%;
	overflow: hidden;
}

div.one p{
	padding: 10px;
}
div.one {
	width: 95%;
	display: inline-block;
	margin: 1%;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	min-height: 250px;
}


div.three p{
	padding: 10px;
}
div.three {
	width: 27%;
	display: inline-block;
	margin: 1%;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	min-height: 250px;
}

@media screen and (max-width: 930px) {

	div.three {
		width: 42%;
	}

}

@media screen and (max-width: 600px) {

	div.three {
		width: 90%;
	}

}


div.crmhome-boxes {
	margin: 0 auto;
	text-align: center;
}

h1.box-heading {
	font-size: 17px;
	background-color: #586e6a;
	color: #fff;
	margin-bottom: 10px;
}

.border-to-add {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
	background-color: #f1f1f1;
}

.chc_area {
	border: 1px solid #ccc;
	padding: 20px 10px;
	margin: 10px 0px;
	background-color: #f1f1f1;
}


p.doc{
	margin: 0px;
	padding: 5px;
}

img.doc-icon {
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
}

td.doc_delete {
	vertical-align: middle;
	text-align: center;
}

tr.document .doc{
	color: #A81917 !important;
	text-align: left;
}

tr.document:hover, tr.document .doc:hover{
	color: #fff !important;
}

td#time-in-out select{
	width: 50px !important;
}

span.time-results {
	font-weight: bold;
	font-size: 16px;
}



tr.timesheet-border {
	border: 1px solid #adadad;
}

td.day-heading {
	padding: 2px;
	vertical-align: middle;
}

@media screen and (max-width: 980px) {

	td#time-in-out select {
		width: 50% !important;
	}

	td#time-results:before {
		text-align: center;
		padding: 0 0 5px 0;
	}
	td#time-results {
		padding: 2px 2px 10px 2px;
		vertical-align: middle;
		display: inline-block;
		width: 31.33%;
	}


}

span#tinymce-error {
	color: #A81917;
}

input[type=time] {
	padding: 3px;
	height: 21px;
	width: 100px;
}


/* Dropdown Button */
.dropbtn {
	background-color: #111111;
	color: white;
	padding: 10px 15px 10px 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
	text-shadow: unset;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: relative;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 15px 15px 15px 20px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd
}

/* 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;}

.chevron {
	padding: 0 10px 0 0;
	float: right;
}

.more_margin {
	margin-right: 10px !important;
}

.margin-top {
	margin-top: 20px !important;
}

.page-in-use {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 45%);
	z-index: 99999999;
}

.page-in-use-inner {
	position: fixed;
	right: 20%;
	top: 20%;
	left: 20%;
	background-color: rgb(0 0 0 / 80%);
	z-index: 99999999;
	border: 2px solid rgb(0 0 0 / 80%);
	border-radius: 25px;
}

.page-in-use-inner h4{
	color: white;
}

.page-in-use-inner h1{
	color: #A81917;
	font-size: 25px;
	padding-bottom: 5px;
}

.page-in-use-inner p{
	color: white;
	text-align: center;
	padding: 2%;
	font-size: 20px;
}

.page-in-use-inner a{
	color: white;
	text-align: center;
	padding: 2%;
	font-size: 20px;
	text-decoration: underline;
}

.menu-current-open-page {
	background-color: #ddd !important;
	color: #A81917 !important;
}

@media only screen and (max-width: 780px) {
	.halfmap{
		width: 97% !important;
	}
}

@media only screen and (max-width: 600px) {
	#cal_wrap{
		display: none;
	}
}

.to-dos {

}

.to-dos-p {
	margin-bottom: 40px !important;
}

.ip-access-notice {
	margin: 150px auto 20px;
	padding: 60px;
	display: block;
	text-align: center;
}

.todo-header {
	width: 40px;
	display: inline-block;
	border: 2px solid #fff;
	text-align: center;
	margin: 0 5px;
	border-radius: 20px;
	font-weight: bolder;
	float: right;
	cursor: pointer;
}

.todo-overdue {
	color: #A81917;
	border: 2px solid #A81917;
}

.todo-duetoday {
	color: #d2d430;
	border: 2px solid #d2d430;
}

.todo-open {

}

.todo-header-dropdown {
	display: none;
	position: fixed;
	width: 300px;
	top: 61px;
	right: 0px;
	color: #fff;
	border: 1px solid #111;
	background-color: #111;
	cursor: pointer;
}

.todo-header-dropdown .closebtn {
	font-size: 36px;
	margin: 9px -20px 10px 0;
	float: right;
	width: 100%;
}

.todo-header-dropdown a {
	color: #818181;
}

.todo-header-dropdown a:hover {
	color: #A81917;
}

.todo-close {
	color: #fff;
	font-size: 20px;
	float: left;
	padding: 0 5px 0 190px;
}

.todo-header-dropdown-open, .todo-header-dropdown-duetoday, .todo-header-dropdown-overdue {
	font-size: 20px;
	padding: 0px 0px 5px 20px;
}

.todo-header-dropdown-duetoday {
	color: #d2d430;
}

.todo-header-dropdown-overdue {
	color: #A81917;
}

@media only screen and (max-width: 850px) {
	.todo-header-dropdown {
		top: 155px;
	}
	.top {
		height: 155px;
	}
	.top-right {
		width: 100%;
	}
	div.crm {
		margin-top: 175px;
	}
	.todo-header-container{
		width: 100%;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.todo-header {
		float: unset;
	}
	.top h1 {
		float: right;
		text-align: right;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 485px) {
	.top h1 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	p.top-right {
		padding: 0;
		margin: 0;
	}
	.todo-header-dropdown {
		top: 185px;
	}
	.top {
		height: 185px;
	}
	div.crm {
		margin-top: 205px;
	}
}

tr.todo-completed-table {
	background-color: #40cc40 !important;
	color: #000;
}

tr.todo-duetoday-table, tr.todo-duetoday-table:hover {
	background-color: #e2e253 !important;
	color: #000 !important;
}

tr.todo-overdue-table {
	background-color: #A81917 !important;
	color: #fff;
}

table.todos-color-guid {
	width: 400px;
	float: right;
	margin-bottom: 20px;
}

div.chc-statuses p{
	width: 140px;
	display: inline-block;
	margin: 0 10px 10px 2px;
}

div.chc-statuses [type="checkbox"]{
	width: 15px;
	margin: 0 10px 0px 2px;
}

.org-session-reports {
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
}

.door2door-reports {
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
}

.print-header {
	display: none;
}

.print-footer {
	display: none;
}


@media all and (max-width: 700px) and (orientation:landscape){

	.top {
		position: absolute;
	}

	.footer {
		position: absolute;
	}

	div.crm {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}

span.minus, span.plus{
	cursor:pointer;
}
.number{
	
}
.minus, .plus{
	width: 25px;
	height: 15px;
	background:#f2f2f2;
	border-radius:4px;
	padding:8px 5px 8px 5px;
	border:1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.buffet-desc {
	text-align: left;
}

#sandwiches,
#wraps,
#savory_snacks,
#pastries,
#veg_and_dips,
#chicken_and_dips,
#indian_snacks,
#cake_and_fruit,
#breakfast_baps,
#cheesey_oatcakes,
#mixed_pastries,
#fresh_fruit
{
	height:34px;
	width: 100px;
	text-align: center;
	font-size: 26px;
	border:1px solid #ddd;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;
}

.buffet-column-one {
	width: 80%
}

.buffet-column-two {
	width: 20%
}

@media only screen and (max-width:1220px) {

	.buffet-column-one {
		width: 60%
	}

	.buffet-column-two {
		width: 40%
	}

}

@media only screen and (max-width:820px) {
	#table-buffet, #table-buffet-two {
		min-width: 620px;
	}
}

@media only screen and (max-width:620px) {

	.buffet-column-one {
		width: 100%
	}

	.buffet-column-two {
		width: 100%
	}
	span.minus, span.plus {
		width: 100px;
		float: right;
	}

	#sandwiches,
	#wraps,
	#savory_snacks,
	#pastries,
	#veg_and_dips,
	#chicken_and_dips,
	#indian_snacks,
	#cake_and_fruit,
	#breakfast_baps,
	#cheesey_oatcakes,
	#mixed_pastries,
	#fresh_fruit
	{
		width: 100px;
		float: right;
	}

}

/* double click fix for plus and minus on menu */
span.no_selection {
	user-select: none; /* standard syntax */
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#table-buffet tr:nth-child(even), #table-buffet-two tr:nth-child(even) {
	background-color: transparent !important;
}

div.sliders {
	width: 10%;
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width:900px) {

	div.sliders {
		width: 20%;
	}

}

@media only screen and (max-width:700px) {

	div.sliders {
		width: 50%;
	}

}

input[type=color]{
	padding: 0px !important;
	width: 50px !important;
}