body, td, li, div {
  font-family: Helvetica;
  color: black;
  font-size: 9pt;
}

body {
background-color: #BAA378;
margin: 0px;
}

#sheet {
  width: 900px;
  min-height: 830px;
 background-color: white; 
  border: 0;
   padding: 25px;
  z-index: 1;
  position: absolute;
  margin-top: 60px;
/*   box-shadow: 1px 1px 20px #bbbbbb; */
}

.invoicesheet {
  width: 900px;
  height: 1224px;
  background-color: white;
  position: relative;
  margin: 10px;
  float: left;
    overflow: auto;
}

.projectresourceallocationperson {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.projectresourceallocationpersoncontainer {
	width: 50px;
	display: inline-block;
	font-size: 8pt;
}

#loginbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	border:1px solid #83c41a;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;

	width:69px;
	text-decoration:none;
	text-align:center;
}


#invoiceControls {
	background-color: white; 
	position: absolute; 
	left: 10px; 
	top: 660px; 
	width: 900px; 
	height: 589px;
	overflow: hidden;
}
#invoiceControlsInner {
	background-color: rgba(247,247,247,1); 
	width: 900px; 
	height: 553px;
	overflow: auto;
	margin-top: 10px;
}

#topdrawer {
  width: 850px;
  height: 550px;
  background-image: url('../media/topdrawerback.jpg');
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px;
  z-index: 0;
  position: absolute;
  top: 20px;
}

#topdrawer_relative {
  position: relative;
	color: white;
}



#topdrawer_relative h1 {
 font-size: 13pt;
 color: white;  
}


#topdrawer_relative h3 {
  font-size: 13pt;
  margin-top: 0px;
  
}


#topdrawer_relative td {
	font-size: 7pt;
	color: white;
}

#topdrawer_relative h2 {
  font-size: 9pt;
  margin-bottom: 0px;
  color: white;
  margin-bottom: 6px;
  padding-top: 10px;
  clear: both;
}

#click2call {
  width: 600px;
  min-height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: black;
  border-radius: 12pt;
  opacity: .8;
  position: fixed;
  z-index: 40;
  top: 300px;
  text-align: center;
  display: none;
}

#emailarchiveEditArea {
	display: none;
	border: dotted 1px grey;
	padding: 10px;
	background-color: yellow;
}

#click2call h1 {
	color: white; 
	font-size: 45pt; 
	margin-top: 30px;
}

#click2call h2 {
	color: white; 
	font-size: 30pt; 
	margin-top: 45px;
}

#sheet_relative {
	width: 100%;
	height: 100%;
	position: relative;
}


a {
  text-decoration: none;
}

a:HOVER {
  text-decoration: underline;
}


.subcell {
  font-size: 0.8em;
  color: #C0C0C0;
}

.verticaltext {
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	margin: auto;
	text-align: right;
	width: 140px;
	overflow: hidden;
	position: relative;
	top: -70px;
	
}

.emailPreviewObject{
	width: 85%;
	height: 450px;
}


#leftbar {
 position: fixed;
 width: 170px;

 left: 0px;
 top: 0px;
 z-index: 20;

}

#leftbar_relative {
 position: relative;
 width: 170px;
 top: 0px;
}

#leftbar_relative {
 position: relative;
 width: 170px;
 left: 0px;
 top: 0px;
}


.leftbar_relative img {
  width: 87px;
  height: 49px;
  border: solif 4px blue;
}

.leftbar_linkbox {
  height: 30px;
  width: 170px;
  position: relative;
  border-bottom: solid 1px #E8E4D3;
	cursor: pointer;
	cursor: hand;
}

.leftbar_linkbox_text {
  font-size: 9pt;
  position: absolute;
  left: 20px;
  top: 7px;
  z-index: 3;
  color: #969696;
}

.leftbar_linkbox_dot {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 3;
  height: 4px;
  width: 4px;
  background-image: url('../media/leftbar_dot.png');
}

.leftbar_linkbox_opacity {
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 170px;
  background-color: white;
  opacity: 0.85;
    z-index: 2;
}

.leftbar_linkbox_opacity:HOVER {
  background-color: white;
  opacity: 1;
}


#savealert {
 position: fixed;
 top: 0px;
 opacity: 0;
 left: 0px;
 width: 100%;
 height: 150px;
 background-color: red;
 z-index: -1;
}

.greyform {
  border: 0px;
  background-color: #f0efef;
  font-size: 14pt;
}










#notification_top {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #0B192B;
  padding-left: 20px;
  height: 30px;
  width: 100%;
  border-bottom-left-radius: 4px;
  vertical-align: middle;
  font-size: 8pt;
  color: white;
  text-align: right;
  padding-top: 5px;
  padding-right: 20px;
  z-index: 10;
}

#notification_top a {
   color: white;
}

#notification_bottom {
  position: fixed;
  bottom: 10px;
  right: 0px;
  left: 0px;
  background-color: #CFCBBB;
  width: 100%;
  height: 20px;
  border: dotted 1px #727272;
  margin-right: 10px;
  margin-left: 10px;
  display: none;
  opacity: 0;
  z-index: 10;
}

#notification_bottom_message {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 100%;
  margin-right: 50px;
  margin-left: 3px;
  font-size: 9pt;
  font-weight: bold;
  overflow: hidden;
  color: #96948c;
}

#notification_bottom_relative {
	width: 100%;
	height: 100%;
	position: relative;
}

#notification_sound {
	width: 1px;
	height: 1px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	opacity: 0;
}

#notification_bottom_x {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
	right: 0px;
}




#inspector_window {
	position: fixed;
	width: 257px;
	opacity: 0.91;
	z-index: 21;
}

#inspector_handle {
	top: 200px;
	width: 257px;
	height: 15px;
	background-color: gold; /* #45374d */
	text-align: right;
}

#inspector_handle a {
	color: black;
	}


#inspector_content {
	background-color: #ddd7cd;
	font-size: 8pt;
	padding: 6px;
}



#drawer {
 position: absolute;
 display: block;
 width: 150px;
 min-height: 300px;
 left: 400px;
 top: 65px;
 z-index: 0;
 display: none;
}




.yaPilesColumn {
 color: red;
 position: relative;
 width: 33%;
 min-height: 500px;
 float: left;


}






h1 {
  font-size: 38pt;
  font-family: Helvetica, arial;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #4a3856;
  font-weight: normal;
}

h2 {
  font-size: 24pt;
  font-family: Helvetica, arial;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #595958;
   font-weight: lighter;
}


h3 {
  font-size: 22pt;
  font-family: Helvetica, arial;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #595958;
  font-weight: normal;
}





.inspector_form_item {
  width: 220px;
  font-size: 7pt;
  background-color: #f7f3e7;

}

.inspector_checkbox_cont {

  display: inline-block;
  position: relative;
  margin-left: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inspector_form_checkbox{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.inspector_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #f7f3e7;
  
}

/* On mouse-over, add a grey background color */
.inspector_checkbox_cont:hover input ~ .inspector_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inspector_checkbox_cont input:checked ~ .inspector_checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.inspector_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.inspector_checkbox_cont input:checked ~ .inspector_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.inspector_checkbox_cont .inspector_checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.bigloader {
  opacity: 0.7;
  position: fixed;
  left: 600px;
  top: 300px;
}

.even {
 background-color: #f4f2ec;
}

.odd {
 background-color: #fcfaf5;
}

.stripes td a {
  text-decoration: none;
  color: black;
  font-size: 8pt;
}

.stripes td {
 line-height: 20px;
}

.stripes thead td {
 border-bottom: solid 1px black;
}



#dashboard_window {
  position: fixed;
  top: 10%;
  left: 0px;
  z-index: 30;
  opacity: 1;
  display: none;
  z-index: 31;
  overflow: hidden;
  border: solid 10px #e5e2e2;
  background-color: rgba(219,219,219,0.5);
  height: 80%;
  width: 600px;
  overflow: scroll;
}

#dashboard_window input {
	
	width: 100%;
	background-color: white;
	border: 0px;
	font-size: 20pt;
	padding: 20px;
	position: fixed;
	z-index: 5;
	
}

.dashboardItem {
	width: 100%;
	height: 50px;
	background: linear-gradient(#343434 48.34%, #525252 92.38%);
	padding: 0px;
	margin: 0px;
	border-top: solid 1px grey;
}

.dashboardItemFav {
	background: linear-gradient(#a7a7a7 48.34%, #bdbdbd 92.38%);
}



#dashboard_ajax {
	padding-top: 70px;
	z-index: 2;
}

.dashboardItem IMG {
	width: 18px;
	height: 24px;
	float: left;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: 10px;
	}

.dashboardItem P A {
	float: left;
	color: #d9d9d9;
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
}

.dashboardItemFav P A  {
	color: black;
}



#dashboard_mask {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.85;
  display: none;
}




#dashboard_left {
  margin-top: 0px;
  width: 220px;

}

#dashboard_left div {
  font-size: 22px;  
  padding-left: 20px;
  padding-top: 33px;
  padding-bottom: 42px;
  
}

.dashboarditem {
width: 70px;
margin-left: 20px; margin-right: 20px;
height: 110px;
background-repeat: no-repeat;
text-align: center;
float:left;
font-size: 15px;
line-height: 1.3em;
}
.dashboarditem img{
margin-bottom: .5em;
}

.timeitem {

}

.reportitem {

}

.graphitem {

}

#dashboard_right {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 780px;
   height: 500px;
   padding-top: 2em;
	text-align: center;
}


#dashboard_icon_timesheets {
	background-image: url('../media/icon_timesheets.png');
	width: 97px;
	height: 108px;
}

#dashboard_icon_contacts {
	background-image: url('../media/icon_contacts.png');
	width: 111px;
	height: 108px;
	margin-left: 10px;
}

#dashboard_right_tip {
	width: 111px;
	height: 108px;
	margin-left: 10px;
  display: block;
  text-align: center;
  padding-top: 40px;
  width: 340px;
}

#dashboard_icon_management {
	background-image: url('../media/icon_management.png');
	width: 95px;
	height: 108px;
}
#dashboard_icon_emailarchive {
	background-image: url('../media/icon_emailarchive.png');
	width: 107px;
	height: 113px;
	margin-left: 10px;
}
#dashboard_icon_invoicing {
	background-image: url('../media/icon_invoicing.png');
	width: 97px;
	height: 113px;
}
#dashboard_icon_creditcontrol {
	background-image: url('../media/icon_creditcontrol.png');
	width: 111px;
	height: 113px;
}
#dashboard_icon_pps {
	background-image: url('../media/icon_pps.png');
	width: 95px;
	height: 113px;
}
#dashboard_icon_joblist {
	background-image: url('../media/icon_joblist.png');
	width: 97px;
	height: 108px;
	margin-left: 10px;
}
#dashboard_icon_servers {
	background-image: url('../media/icon_servers.png');
	width: 107px;
	height: 96px;
	margin-left: 10px;
}
#dashboard_icon_blank1 {
	background-image: url('../media/icon_blank1.png');
	width: 97px;
	height: 96px;
}

#dashboard_icon_system {
	background-image: url('../media/icon_system.png');
	width: 97px;
	height: 96px;
}


#dashboard_icon_settings {
	background-image: url('../media/icon_settings.png');
	width: 111px;
	height: 96px;
}
#dashboard_icon_signatures {
	background-image: url('../media/icon_signatures.png');
	width: 95px;
	height: 96px;
}

#dashboard_right_contacts_searchbox {
  font-size: 14pt;
  width: 200px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 4pt;
  margin-right: 10px;
  margin-left: 2px;
}

#dashboard_right_contacts_category {

  width: 200px;
  background-color: #ffffff;
  margin-right: 10px;
  margin-left: 2px;

}

#dashboard_right_contacts_recent {

	overflow: auto;
	height: 160px;
	
}

.cont_summary h1 {
  font-size: 19pt;
  margin-top: 40px;
}

.cont_summary h1 a {
  text-decoration: none;
  margin-bottom: 0px;

}


.cont_summary h3 {
font-family: Helvetica, arial;
  font-size: 12pt;
  color: grey;
  margin-top: 0px;
  margin-bottom: 5px;

}


.tablesmall {
  font-size: 8pt;
  color: grey;
}


.tsform {
  width: 200px;
  font-size: 11px;
  border: 0px;
  background-color: #f0efef;
}


.tsdonebox 
{ 
margin-top: 0px; 
margin-bottom: 20px;
margin-left: 15px
margin-right: 10px; 
border: grey 1px solid; 
padding:0px; 
background-color: #ffffff; 
}

.tsdonebox H1 
{ 
margin : 0px 0px -20px 5px; 
position: relative; 
top : -15px; 
border: none; 
padding-top : 3px; 
padding-left : 5px; 
padding-right : 5px; 
font-size : 16px; 
font-weight: bold; 
color : #000000; 
display: inline; 
background-color: #ffffff; 
}

.tsdonebox table {
  position: relative;
  top: -10px;
  left: 5px;
}


.minicell {
  font-size: 8pt;
  padding: 0px 10px 5px 5px;
}

#deletetaskbox {
 padding: 6px;
 border: dashed 1px black;
 height: 0px;
 background-color: white;
 display: none;
}

.inspfront {
display: block;
} 

.inspback {
display: none;
}

.tsdraweritem {
  width: 150px;
  background-color: #FAF5EF;
  font-size: 8px;
  margin-bottom: 2px;
  padding: 1px;
  border: solid 1px lightgrey;
}

.tinyform {
 font-size: 7pt;
 width: 100px;
}






#timesheet_emails {

margin-top: 30px;

}



#quickjob {
  font-size: 8pt;
  width: 150px;
 margin-right: 10px;
 padding-top: 2px;
 border: 0px;
 background-color: #5e5c5b;
 color: white;
}




#jobsearch_top {
 position: fixed;
 top: 35px;
 right: 0px;
 background-color: #EBE8E3;
 width: 300px;
 padding: 10px;
 display: none;
 z-index: 40;
}




div.box {
	width: 	694px;
	height: 60px;
	position: absolute;	
	left: 5px;
}


	#box0 {
		top: 100px;
	}

	#box1 {
		top: 135px;

	}
	
	#box2 {

		top: 170px;

	}

	#box3 {

		top: 205px;

	}

div.boxinside {
	width: 694px;
	height: 100%;
	position: relative;
	background-color: #F1EFE4;
	border-radius: 7px;
	z-index: 2;
	
}

div.tickbox {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 18px;
	width: 18px;
}



div.exclaimbox {
	position: absolute;
	left: 33px;
	top: 8px;
	height: 15px;
	width: 6px;
	background-image: url('../media/checklistimages/barexclaim.png');
	cursor: pointer;
}

div.exclaim {
	position: absolute;
	left: 33px;
	top: 8px;
	height: 15px;
	width: 6px;
	background-image: url('../media/checklistimages/barexclaimred.png');
	opacity: 0;
	cursor: pointer;	
}

div.bardetailstrigger {
	position: absolute;
	right: 5px;
	top: 6px;
	height: 18px;
	width: 18px;
	background-image: url('../media/checklistimages/bardetailstrigger.png');
}

div.drawer {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 694px;
	height: 0px;
	overflow: hidden;
	background-image: url('../media/checklistimages/drawerback.png');
	background-position: left bottom;
}

.dd {
	width: 24px;
	margin-right: 5px;
	color: #E5E7E7;
}

.mm {
	width: 27px;
	margin-right: 5px;
	color: #E5E7E7;
}

.uparrow {
	width: 7px;
	height: 6px;
	background-image: url('../media/checklistimages/uparrow.png');
	float: right;
	position: relative;
	left: -5px;
	top: 40px;
}


.yyyy {
	width: 40px;
	color: #E5E7E7;
}

div.drawerform {
margin-top: 20px;
text-align: center;
}

div.drawerform b {
font-weight: normal;
color: white;
padding-right: 10px;
}

.smallsave {
	border: 0px;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.hiddentextbox {
	border: dotted 1px grey;
	background-color: #F1EFE4;
	position: absolute;
	left: 45px;
	top: 5px;
	width: 250px;
	font-size: 10pt;
	font-family: helvetica;
	color: #484D4A;
}

.notesbox {
	color: #BFC4C7;
	left: 410px;
	height: 43px;
	font-size: 8pt;
	width:270px;
	border: dotted 1px grey;
	color: #484D4A;
}

.taskrole{
	position: absolute;
	bottom: 6px;
	left: 47px;
}

.taskrole select{
	padding: 2px;
	background-color: transparent;
	border: dotted 1px grey;	
}

.taskdate {
	background-color: #ABB1D3;
	color: black;
	position: absolute;
	top: 6px;
	right: 30px;
	padding: 3px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 7pt;
	border-radius: 5px;

}


#listcontainer {
	position: relative;
	top:-148px;
	left: 165px;
	height: 500px;
	width: 705px;
	background-color: #B6B6B6;
}

#checklistleftbar {
	position: relative;
	top: 20px;
	width: 170px;
}

#checklistleftbar h1 {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
}


.stageleft {
	background-color: #ffffff;
	width: 200px;
	cursor: pointer;
}

#pointer {
	width: 40px;
	height: 21px;
	background-image: url('../media/checklistimages/pointer.png');
	position: absolute;
	top: 0px;
	right: 0px;
}

#additem {
	margin-right: 8px;
	position: relative;
	top: -20px;
	left: -20px;
	cursor: pointer;
}

.tasktextbox {
 width: 350px;
}

.inspector_hr {
width: 60%; 
margin-left: auto; 
margin-right: auto; 
border-bottom: solid 1px #8C867F; 
height: 1px; 
margin-top: 15px; 
margin-bottom: 10px;
}

#addapplication {

   opacity: 0;
}

.coversheet_form_title {
  border: 0px;
  background-color: #f0efef;
  font-size: 10pt;
  padding: 3px;
	width: 245px;
}

.coversheet_form_textbox {
  border: 0px;
  background-color: #f0efef;
  font-size: 8pt;
  width: 260px;
  height: 80px;
}

.betaquery {
	padding: 10px;
	border: dotted green 1px;
	color: green;
	font-size: 8pt;
	margin: 10px;
	width: 200px;
}

#url {
  width: 90%;
  text-align: center;
  text-decoration: underline;
  color: blue;
  padding: 6px;
}



table.workflow_programme_rtctable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #FCFCFC;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.workflow_programme_rtctable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #FCFCFC;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.workflow_programme_rtctable td {
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: #FCFCFC;
	background-color: #ffffff;
	-moz-border-radius: ;
	font-size: 8pt;
}



#projectview_canvas {
  background-color: #EAE9E3;
  position: relative;
  width: 400px;
  height: 175px;
  margin-top: 20px;
  border-left: solid 1px black;
  border-right: solid 1px black;
}

#projectview_startdate {
 position: absolute;
 left: 0px;
 top: 0px;
 padding: 5px;
 background-color: #DCDAD4;
 font-size: 7pt;
 z-index: 6;
}

#projectview_enddate {
 position: absolute;
 right: 0px;
 top: 0px;
 padding: 5px;
 background-color: #DCDAD4;
 font-size: 7pt;
 z-index: 6;
 }

.projectview_stage {
	position: absolute;
	height: 40px;
	border-radius: 5pt;
	opacity: .8;
	z-index: 5;
}

#projectview_now {
	position: absolute;
	top: 0px;
	z-index: 3;
	width: 8px;
	background-color: #F7F6EC;
	height: 175px;
}


#feechart_canvas {
  background-color: #EAE9E3;
  position: relative;
  width: 880px;
  height: 270px;
  margin-top: 20px;
  border: solid 1px grey;
  z-index: -2;
}

#feechart_chart {
  position: relative;
  width: 800px;
  height: 200px;
  margin-top: 30px;
  margin-left: 60px;
  border: solid 3px #ffffff;
  
}

.feechart_stripe {
  position: absolute;
  width: 800px;
  height: 40px;
  left: 0px;
  background-color: #F3F0EA;
  z-index: -1;
}

.fee_label {
  font-weight: bold;
  font-size: 7pt;
  margin-top: 10px;
}



.fee_column {
 width:140px;
 float: left;
 margin-left: 10px;
 z-index: 6;
}

.fee_pad {
 height: 250px;
}

.fee_bar {
 width: 90px;
 height: 0px;
  z-index: 6;
}

.stage1 {
  background-color: #FFDC94;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: center;
}

.stage2 {
  background-color: #4D48C8;
  color: white;
  text-align: center;
}

.stage3 {
  background-color: #75C872;
  text-align: center; 
}

.stage4 {
  background-color: #C84B3D;
  text-align: center;
}

.consfees {
  background-color: #636363;
  text-align: center;
}

td.feeinfo {
  background-color: #EAE9E3;
  text-align: center;  
}



#col5-1 {
  background-color: #962C95;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.feechart_axis {
position: absolute;
left: 0px;
width: 55px;
font-size: 7pt;
height: 30px;
text-align: right;
}



table.partnertable {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #FFF7FF;
	border-collapse: collapse;
	background-color: #ffffff;

}
table.partnertable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #FFF7FF;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.partnertable td {
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: #FFF7FF;
	background-color: #ffffff;
	-moz-border-radius: ;
	font-size: 7pt;
}

.showhenneeded {
  display: none;
}

.showprojectdates {

display: none;

}

.showprojecttotals {

display: none;

}

#copypastebox {
  opacity: 0;
  margin-top: 20px;
}


.greyna {
 color: #E3DACF;
}

.tslagcell {
  width: 22px;
  text-align: center;
  height: 22px;
  font-size: 7pt;
}

.tscellgreen {
	background-color: #D8FFD5;
}
.tscellyellow {
	background-color: #FFFAD0;
}
.tscellred {
	background-color: #FFDED5;
}
.tscellgrey {
	background-color: #F1F0E6;
}

.livesearchresult {
  background-color: #EAE9E3;
  width: 400px;
  padding: 5px;
  border-bottom: solid 2px white;
}


.greyedlines {
  border-bottom: solid 1px #CBCBCB;
  border-left:  solid 1px #CBCBCB;
}


#narrow_indicator {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 200px;
  z-index: 50;
  font-size: 20;
  display: none;
  opacity: 0;
  background-color: red;
  padding: 8px;
  opacity: .9;
  color: white;
}


#email_preview_area {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 500px;
  z-index: 50;
  display: none;
  opacity: 0;
  background-color: white;
  padding: 8px;
  opacity: .9;
  color: black;
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#email_preview_controls {
	padding: 20px;
}


.quickjoblabel {
  width: 60px;
  font-size: 7pt;
}

#newenqform {
	display: none;
	height: 0px;
	overflow: hidden;
}

#neresults {
 height: 100px;
 width: 300px;
 overflow: auto;
}

.pendingIssueDIV {
 background-color: #FCFDFC;
 padding: 4px;
 border: dashed 4px red;
 padding-bottom: 45px;
 margin-top: 30px;
}

.activeIssueClass {
 background-color: #FCFDFC;
 padding: 4px;
 border: dashed 4px green;
 padding-bottom: 45px;
 margin-top: 30px;
}

.greenbutton {
   border-top: 1px solid #97f7d7;
   background: #8ad665;
   background: -webkit-gradient(linear, left top, left bottom, from(#439c3e), to(#8ad665));
   background: -webkit-linear-gradient(top, #439c3e, #8ad665);
   background: -moz-linear-gradient(top, #439c3e, #8ad665);
   background: -ms-linear-gradient(top, #439c3e, #8ad665);
   background: -o-linear-gradient(top, #439c3e, #8ad665);
   padding: 11.5px 23px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;

   text-decoration: none;
   vertical-align: middle;
   }

.innerstripe {
  border-left: solid 1px #B5B5B5;
  text-align: center;
}

.dwgiterationtitle {

color: black;
font-size: 8pt;
width: 200px;
border: dotted 1px grey;

}


#system_blink {
position: fixed;
left: 1px;
bottom: 1px;
z-index: 40;
font-size: 9pt;
}

.tinyrow {
clear: both;
width: 210px;

}

.tinyicondiv  {
width: 15px;
overflow: hidden;
float: left;
padding-top: 3px;

}

.tinynumdiv  {
width: 40px;
overflow: hidden;
float: left;
color: white;
font-size: 7pt;
}

.tinytitdiv  {
width: 151px;
color: white;
overflow: hidden;
float: left;
font-size: 7pt;
}

.statuskey {
 width: 300px;
 border: dotten 1px grey;
}

.statuskey h1 {
	font-size: 16pt;
}

.keybox {
 width: 20px;
 height: 30px;
}


.stripes thead, .fixedheader thead {
 background-color: white;
}

#hiddenscroller {
 position: fixed;
 top: 0px;
 left: 0px;
 background-color: white;
 display: none;
 opacity: 0.9;
}

#hiddenscroller table tr td {
  font-size: 7pt;
}

.cashflownote {
 width: 75px;
 border: 0px;
 font-size: 6pt;
}


.resourcesbubble {
 position: relative;
 background-color: #fff;
 width: 140px;
 height: 25px;
 overflow: hidden;
 border-radius: 4px;
 padding: 3px;
 border: solid 1px lightgrey;
 float: left;
}

.resourcesbubble_name {
	position: absolute;
	top: 0px;
	left:5px;
	font-weight: bold;
	font-size: 0.9em;
	}
	
	.resourcesbubble_pos {
	font-weight: normal;
	font-size: 0.7em;
	position: absolute;
	top: 12px;
	left:5px;
	}
	
	.resourcesbubble_close {
	position: absolute;
	top: 5px;
	right:5px;
	}
	
.inv_thumbnail {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 5px;
  float: left;
  text-align: center;
  overflow: hidden;
  background-color: white;
}

.inv_thumbnail div {
  text-align: center;
  color: #000;
  
}

.inv_thumbnail_date {
 font-size: 12pt;
 position: absolute;
 top: 20px;
 left: 220px;
}

.inv_thumbnail_total {
 font-size: 20pt;
 margin-top: 0px;
 position: absolute;
 text-align: right;
 right: 20px;
 top: 10px;
}

.inv_thumbnail_invno {
	color: #A5A5A5;
	font-size: 12pt;
	text-decoration: none;
 position: absolute;
 top: 20px;
 left: 80px;
}

.inv_thumbnail_controls {
	font-size: 10pt;
 position: absolute;
 top: 20px;
 left: 500px;
}

.inv_ghost_controls {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  background-color: grey;
   position: absolute;
 top: 20px;
}

.inv_thumbnail_colour {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
	
}


#invoiceA {
	background-color: rgba(247,247,247,1);
	height: 625px;

}

#invoiceB {
	background-color: rgba(247,247,247,1);
}

#invoiceAcontrols {
  position: relative;
  width: 930px;
  float: left;
  left: 10px;

}

#invoiceBcontrols {
	left: -30px;
}

#invoiceControlsControls a {
	background-color: #abd47b;
	padding: 10px;
	margin-right: 0px;
	color: white;
	border-right: 1px solid #9c9c9c;
}

#invoiceAcontrols a {
	background-color: #abd47b;
	padding: 10px;
	margin-right: 0px;
	color: white;
	border-right: 1px solid #9c9c9c;
}

#invoiceBcontrols a {
	background-color: #abd47b;
	padding: 10px;
	margin-right: 0px;
	color: white;
	border-right: 1px solid #9c9c9c;
}

.letter_thumbnail {
  position: relative;
  width: 206px;
  height: 127px;
  margin: 5px;
  float: left;
  text-align: center;
  overflow: hidden;
}


.letter_thumbnail div {
  text-align: left;
  color: #A5A5A5;
  
}



.letter_thumbnail_date {
	color: #000;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
 margin-top: 10px;
 margin-left: 20px;
 text-align: left;
}

.letter_thumbnail_address {
	color: #A5A5A5;
	font-size: 4.5pt;
	text-decoration: none;
 margin-top: 20px;
 margin-left: 20px;
}


.letter_thumbnail_controls {
	font-size: 10pt;
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: 100%;
}


#letter_content {
 width: 880px;
 height: 600px;
}

.bigtable td {
	font-size: 8pt;
	text-align: center;
}

#directorscashflowchart1 {
	padding: 20px;
}

#directorscashflowchart1 .inact .area {
  fill: lightgrey;
}

#directorscashflowchart1 .potfees .area {
  fill: #ff7e2b  ; /* orange */
}

#directorscashflowchart1 .aggfees .area {
  fill: #25b53a ; /* green */
}


#directorscashflowchart2 .category1 path {
  fill: #25b53a;	/* green */

}

#directorscashflowchart2 .category2 path {
  fill: #ff7e2b;	/* orange */

}

#directorscashflowchart2 .category3 path {
  fill: lightgrey;	

}

#invoiceControlsNotes {
	
	border: 0px;
	font-size: 14pt;
	width: 340px; 
	height: 200px;	
background-color: rgba(247,247,247,1); 
	padding: 10px;
}

.invoicepanel {
	 background-color: lightgrey;
}

#invoiceview_panel_A {
	width: 650px;
	height: 400px;
	float: left;
	margin-bottom: 10px;
}

#invoiceview_panel_B {
	width: 360px;
	height: 430px;
	margin-right: 10px;
	float: left;
}

#invoiceview_panel_C {
	width: 280px;
	height: 430px;
	float: left;
}

#invoiceview_panel_D {
	width: 600px;
	float: right;
	height: 840px;
}

#invoiceview_panel_E {
	width: 600px;
	float: right;
	height: 840px;
	display: none;
}

.invoiceview_controls {
	display: none;
	width: 600px;
	height: 340px;
	overflow: auto;
	margin-left: 10px;
	margin-top: 10px;
}

#invoiceview_controls_tc {
	display: block;
}


#invoiceview_status {
	padding-left: 25px;
	float: right;
}

.invoicestatusbox {
	width: 70px;
	height: 70px;
	background-color: white;
	border-radius: 10px;

	text-align: center;
	position: relative; 
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 8pt;
}

.invoicestatusbox_box {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: green;
}

.invoicestatusbox h1 {
	font-size: 10pt; text-align: center;
	padding-top: 5px;
}

.invoicestatusbox h2 {
	font-size: 7pt; text-align: center; padding-left: 5px; padding-right: 5px;
}

.tabbar {
background-color: #fff;
width: 100%;
 height: 30px;
}

.tabbar a {
 display: block;
 width: 100px;
 float: left;
 background-color: #B3B3B3;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 margin-right: 2px;
 padding-top: 6px;
 padding-bottom: 4px;
 text-align: left;
 padding-left: 5px;
 height: 15px;
 margin-top: 5px;
 color: black;
}

.tabbaron {
 background-color: #D3D3D3;
}

.flatbutton {
  font-family: Arial;
  color: #fff;
  font-size: 17px;
  background: #bdb6a6;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  border: 0px;
}

#riskdot{
	border-radius: 50%;
	width: 20px;
	height: 20px; 
	margin-top: 4px;
	float: right;
	margin-right: 7px;
	background-color: #ff0000;
	text-align: center;
	line-height: 20px;
	color: #fff;
}

.jobmatrix_input {
	width: 50px;
	text-align: center;
	font-size: 16pt;
}

#jobmatrix_setup {
	display: none;
}

#matrixtable {
	border: solid 3px black;
}

#matrixtable tr td {
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 0px;
}

.jobmatrixcell {
	min-height: 80px;
}

.jobmatrixcell h2 {
	width: 100%;
	height: 30px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px lightgrey;
	display: inline-block;
}

.jobMatrixJobRow {
	width: 200px;
	font-size: 8pt;
}

.jobMatrixJobStage {
	width: 30px; float: left; margin-left: 5px;
}

.jobMatrixJobJobno {
	width: 40px; float: left; 
}

.jobMatrixJobClient {
	width: 120px; float: left;
}













@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 30px;
  border: 0px solid rgba(0, 0, 0, 0.3);
  color: gren;
  text-align: center;

  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
/*       color: rgba(0, 0, 0, 0.9); */
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
        
        
        
        
        
        
        
        
        

.damTag {
  display: inline-block;
  background-color: lightgrey;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.damTagX {
  display: none;
  padding-left: 4px;
  margin-left: 4px;
  border-left: solid 1px grey;
  cursor: pointer;
}

.damTagPlus {
  display: inline-block;
  background-color: green;
  border-radius: 0px 0px 8px 0px;
  padding: 5px 10px 5px 10px;
  color: white;
}

.damImage {
 position: relative;
 display: inline-block;
}

.damAddTagContainer {
 display: inline-block;
 height: 24px;
 overflow: visible;
}

.damAddTagResults {
 width: 150px;
 max-height: 200px;
 overflow: scroll;
 background-color: white;
 position: absolute;
 display: none;
 border: dashed 1px grey;
 opacity: 0.9; 
 border-radius: 8px;
 padding: 10px;
}

.damAddTagField {
  display: inline-block;
  background-color: lightgrey;
  border-radius: 8px 0px 0px 8px;
  min-width: 30px;
  padding: 5px 10px 5px 10px;
}

.damImageDetailsForm input, .damImageDetailsForm select, .damImageDetailsForm textarea {
 border: 1px solid grey;
 font-size: 12pt;
 width: 300px;
 padding: 10px;
}

.damImageDetailsForm td {
  font-size: 12pt;
  padding: 10px;
}

.damBigDrop {
  min-height: 13px;
  margin-bottom: 60px;
  border: 0px;
  margin-top: 20px;
  color: green;
}

.damBigDrop:hover {

  min-height: 100px;
  border: dashed 2px grey;

}

#damCloudFrontpage {
width: 100%;
font-size: 14pt;

}

#damCloudFrontpage a {

text-decoration: none;
padding-right: 10px;
color: grey;
 display: inline-block;
}

.DAMfilmstrip {
 width: 100%;
 height: 150px;
 white-space:nowrap;
    overflow:scroll;
    width:200px;
}


    .DAMfilmstrip > div{
     display:inline-block;
     white-space:normal;
    width:80px;
    background:red;
    }


.damFrontDelivery {
 float: left;
 position: relative;
 display: inline-block;
 width: 300px;
 height: 375px;
  text-align: center;
  z-index: 20;
}

.damFrontCollection {
 float: left;
 position: relative;
 display: inline-block;
 width: 300px;
 height: 375px;
  text-align: center;
}

.damFrontAddImages {
 float: left;
 position: relative;
 display: inline-block;
 width: 300px;
 height: 375px;
  text-align: center;

}

.damFrontDelivery h1 {
 text-align: center;
 font-size: 16pt; 
 margin-top: 20px;
}

.damFrontImagePreview {
 display: inline-block;
 width: 280px;
 height: 210px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  		border: solid 1px lightgrey;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
}



.damFrontDeliveryPreview {
 display: inline-block;
 width: 280px;
 height: 210px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  		border: solid 1px lightgrey;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
}


.damFrontCollectionPreview {
 display: inline-block;
 width: 240px;
 height: 180px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  		border: solid 1px lightgrey;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
}


.damCollectionPreview {
 float: left;
 position: relative;
 display: inline-block;
 width: 300px;
 height: 375px;
  text-align: center;
}

.damCollectionPreview h1 {
 text-align: center;
 font-size: 16pt; 
 margin-top: 20px;
 padding-top: 230px;
}

.damCollectionPreviewImage {
background-color: white;
 position: absolute;
 width: 240px;
 height: 180px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  		border: solid 1px lightgrey;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.46);
}

.damCollectionPreviewImageTop {
	top: 0px;
	left: 0px;
	}

.damCollectionPreviewImageMid {
	top: 20px;
	left: 20px;
	}

.damCollectionPreviewImageBot {
	top: 40px;
	left: 40px;
	}


.delivery_channel {
 width: 100%;
 background-color: #d9d9d9;
 border: 0px;
 margin-right: 10px;

}

.delivery_channel_TITLE {
 font-size: 14pt;
 font-weight: 10px;
 width: 100%;
 background-color: #b3b3b3;
 text-transform: uppercase;
 position: relative;
}

.delivery_channel_status {
 width: 100%;
 text-transform: uppercase;
}

.channel_status_offline {
 background-color: #b07675;
 color: white;
}

.channel_status_online {
 background-color: #808f81;
 color: white;
 font-size: 10pt;
}

.delivery_channel_price {
position: absolute;
text-align: right;
right: 10px;
top: 10px;
color: white;
}

.delivery_channel h1 {
 font-size: 16pt;
 padding: 5px;
}

.delivery_channel_status h2 {
 font-size: 10pt;
 color: white;
 padding: 5px;
}

.delivery_channel_price h2 {
 font-size: 12pt;
 font-weight: bold;
 color: black;
 padding: 5px;
 text-align: right;
}

.delviery_channel_ink {
 background-color: white;
 margin: 20px;
}

.delivery_channel table td {
 padding: 5px;
 text-transform: uppercase;
}

.delivery_channel_description {
 font-size: 8pt; 
padding: 10px;
 color: #464646;
}

.delivery_channel_row {
 position: relative;
}

.delivery_channel_row h2 {
 font-size: 12pt;
 margin-left: 5px;
 margin-top: 5px; 
 margin-bottom: 5px; 
 font-weight: bold;
 border-bottom: solid 1px white;
}

.delivery_channel_row_value {
 position: absolute;
 right: 5px;
 top: 0px;
 font-size: 12pt;
 font-weight: bold;
}



#addImagesSpace {
  position: absolute;
  width: 900px;
  height: 500px;
  margin: 20px;
  left:10%;
  top: 10%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  
}


#plotStatus {
 position: fixed;
 bottom: 0px;
 left: 0px;
 background-color: #0B192B;
 padding-left: 10px;
 z-index: 21;
 width: 80px;
 height: 35px;
}

#plotStatusCentre {
 position: fixed;
 bottom: 0px;
 left: 20px;
 background-color: white;
 padding: 10px;
 height: 370px;
 width: 400px;
 display: none;
  z-index: 20;
}

#yaCalAddEdit {
 display: none;
 position: fixed;
 width: 1024px;
 left: 20px;
 height: 430px;
 top: 100px;
 background-color: #81D5F2;
 border-radius: 2pt;
z-index: 100;
color: white;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
 overflow: hidden;
}

.AddEditButtons input[type=button] {
 -webkit-appearance: none;
 background-color: white;
 border: 0px;
 border-radius: 3px;
 color: #81D5F2;
 font-size: 12pt;
 width: 120px;
 height: 30px;
}

.AddEditLabel {
 width: 90px;
 color: white;
 font-size: 13pt;
 display: inline-block;
}

#AddEditEventAddressBox {
 display: none;
}

#AddEditEventAddress {

width: 185px;
height: 50px;
}

#AddEditEventPostcode {

width: 185px;
}

.AddEditColumn {
 width: 320px;
 float: left;
 margin-top: 20px;
 margin-left: 10px;
 margin-right: 10px;
 color: white;
}

#yaCalAddEdit select, #yaCalAddEdit input,  {
  border: 0px;
  padding: 3px;
  border-radius: 3px;
   -webkit-appearance: none;
}

#AddEditAttendeesHeader {
 width: 296px;
 background-color: white;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
 height: 20px;
}

#AddEditAttendeesFooter {
 width: 296px;
 background-color: white;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
 height: 20px;
}

.AddEditAttendeesAttendeeReminder {
 display: none;
 font-size: 8pt;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
  float: left;
  margin-left: 20px;
  

}

.AddEditAttendeesAttendeeReminder input {
 width: 20px;
 border-radius: 2px;
 font-size: 8pt;
 border: 0px;
 font-style: italic;
}

.AddEditAttendeesAttendeeReminder select {
 width: 60px;
 -webkit-appearance: none;
 border: none;
 padding: 2px;
 border-radius: 2px;
  font-style: italic;
}


.AddEditAttendeesAttendeeID {
 display: none;
}

#AddEditAttendeesHeader span {
 width: 35px;
 float: right;
 display: inline-block;
 font-size: 7pt;
 margin-top: 5px;
 text-align: center;
}

#AddEditAttendees {
 width: 296px;
 height: 100px;
 overflow: auto;
 background-color: #D2F0FC; 
}

.AddEditAttendeesAttendee {
 text-align: right;
}

.AddEditAttendeesAttendeeLefthalf {
 width: 125px;
 display: inline-block;
 margin-top: 5px;
 text-align: left;
}

.AddEditAttendeesAttendeeSpan {
 width: 20px;
 display: inline-block;
 margin-top: 5px;
 text-align: center;
 margin-right: 10px;
}

#yaCalAddEdit table tr td {
 color: white;
}

.yaCalWeekViewDay {
float: left;
width: 14.25%;
position: relative;
height: 1300px; 
z-index: 10;
padding-left: 0px;
padding-right: 0px;
}

.yaCalWeekViewDay h1 {
padding-top: 30px;
 text-align: center;
 font-size: 14pt;
}

.yaCalWeekViewDay h2 {
 text-align: center;
 font-size: 12pt;
 margin-bottom: 20px;
}

.yacalDateTimeField {
 width: 30px;
}

.yacalDateField {
 width: 100px;
}

.yaCalWeekViewFullDayItem {
 width: 90%;
 padding: 3px;
 background-color: #ff6666;
 border-radius: 3px;
 color: white;
 opacity: 0.8;
 margin-bottom: 1px;
  z-index: 1;
   height: 15px;
 overflow: none;
white-space: nowrap;
  cursor: pointer;
}

.yacalBoxField {
 background-color: #D2F0FC;
 border-radius: 3px;
 font-size: 11pt;
 border: 0px;
 padding: 4pt;
    -webkit-appearance: none;
}

.yaCalWeekHourLine {
 position: absolute;
 width: 100%;
 height: 1px;
 background-color: lightgrey;
 left: 0px;
 z-index: 0;
}

.yaCalWeekViewTimedItem {
 width: 70%;
 padding: 3px;
 background-color: #85a4c4;
 border-radius: 3px;
 color: white;
 position: absolute;
 left: 0px;
 top: 0px;
 min-height: 15px;
 opacity: 0.8;
  z-index: 1;
  cursor: pointer;
}

.yaCalWeekViewFullDayItem div {
 color: white;
}

.yacalSmallGap {
 height: 4px;
}

.yacalBigGap {
 height: 14px;
}

#yaCalWeekView {
 width: 100%;
 overflow: hidden;
}

#yaCalWeekViewController {
 text-align: right;
}

#yaCalWeekViewController a {
 margin-left: 10px;
 margin-right: 10px;
 font-size: 15pt;
 color: black;
 text-decoration: none;
 font-weight: bold;
}


.yacalCheck {
 -webkit-transform: scale(2, 2);
 background-color: #D2F0FC;
 position: relative;
 left: 2px;
 margin-right: 12px;
}

.weekViewTimedSection {
  position: absolute;
  height: 1025px;
  width: 100%;
}

.yaCalWeekViewEventAttendies {
 display: inline-block;
}

.yaCalWeekViewAttendeeThumb {
 background-color: white;
 border-radius: 2px;
 padding-top: 0px;
 padding-bottom: 0px;
  padding-left: 2px;
   padding-right: 2px;
 margin-left: 2px;
 color: grey;
 font-size: 8pt;
 font-weight: bold;
 
}

.yaCalWeekViewEventLeaveAt {
 position: absolute;
 top: -16px;
 left: 0px;
  opacity: 0.4;
 width: 100%;
 text-align: center;
 margin-right: 5px;

}

.yaCalWeekViewEventJobid {
 margin-right: 5px;
 border-radius: 2px;
 padding-top: 0px;
 padding-bottom: 0px;
  padding-left: 2px;
   padding-right: 2px;
 margin-left: 2px;
 color: lightgrey;
 font-size: 8pt;
 font-weight: bold;
 background-color: black;
 
}

.yaCalWeekViewPvtFlag {
 margin-right: 5px;
 border-radius: 2px;
 padding-top: 0px;
 padding-bottom: 0px;
  padding-left: 2px;
   padding-right: 2px;
 margin-left: 2px;
 color: white;
 font-size: 8pt;
 font-weight: bold;
 background-color: red;
}

.yaCalWeekViewEventReturnAt {
 position: absolute;
 bottom: -16px;
 left: 0px;
 opacity: 0.4;
 width: 100%;
 text-align: center;
}

.yaCalWeekViewEventReturnAtLabel {
 position: absolute;
 bottom: 0px;
 left: 0px;
 text-align: center;
 width: 100%;
}

#AddEditEventAddressSuggestion, #AddEditFecthMiles {
 padding: 5px;
}

#AddEditEventAddressSuggestion a, #AddEditFecthMiles a {
 color: white;
 text-decoration: underline;
}


#AddEditMakeAllDay a {
 color: white;
 text-decoration: underline;
}

.yacalMini {
	width: 100%; 
	height: 170px; 
	overflow: scroll;
	background-color: white;
}

.yacalMiniMonth {
 width: 240px;
 background-color: white;
 clear: both;
 padding-top: 5px;
}

.yacalMiniMonth h1 {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 12pt;
 margin-top: 3px;
 margin-left: 3px;
 color: black;
 text-align: center;
}

.yacalMiniWeek {
 width: 25px;
 color: grey;
 float: left;
 height: 20px;
 margin-left: 5px;
  cursor: pointer;
}

.yacalMiniDayTitle {
 width: 28px;
 font-weight: bold;
 color: black;
  float: left;
  text-align: center;
 height: 20px;

}

.yacalMiniDay {
 width: 28px;
 color: black;
  float: left;
  text-align: center;
 height: 20px;
  cursor: pointer;
}

.yacalMiniFwd {
  float: right; padding-right: 5px; padding-top: 5px;
}

.yacalMiniBack {
  float: left; padding-left: 5px; padding-top: 5px;
}

.yacalMiniBack a, .yacalMiniFwd a {
  color: black;
  text-decoration: none;
}

.yaCalWeekViewEventLeaveAt img, yaCalWeekViewEventReturnAtLabel img {
 position: relative;
 top: 2px;
}

.yaCalDayViewRow {
 width: 100%;
 border-bottom: solid 1px lightgrey;
    height: 55px;
}

.yaCalDayViewLabel {
 width: 15%;
 background-color: white;
 font-size: 13pt;
 float: left;
 height: 45px;
 font-weight: bold;
}

.yaCalDayViewTimeSpace {
 width: 85%;
 background-color: white;
 font-size: 13pt;
  float: left;
   height: 55px;
   position: relative;
   overflow: hidden;
}

.yaCalDayViewTimeOn {
 width: 9.09%;
 height: 100%;
 position: absolute;
 background-color: #fff4f4;
 top: 0px;
 z-index: 1;
}

.yaCalDayViewTime {
 width: 9.09%;
 height: 100%;
 position: absolute;
 top: 0px;
 z-index: 1;
}


.yaCalDayViewTimedItem {
 height: 50%;
 padding: 0px;
 background-color: #85a4c4;
 border-radius: 3px;
 color: white;
 position: absolute;
 top: 0px;
 min-width: 20px;
 opacity: 0.8;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}

.yaCalDayViewTimedTitle {
 padding: 3px;
 overflow: hidden;
 height: 100%;
 position: relative;
 top: 4px;
 width: 500px;
}

.yaCalDayViewNow {
 position: absolute;
 top: 0px;
 left: 25%;
 height: 100%;
 width: 3px;
 background-color: red;
 z-index: 99;
 opacity: .6;
 display: none;
}

a.locked {
 color: grey;
}

a.locked:before {
    content: "";
    display: inline-block;
    background: url("/media/lock.png") no-repeat;
    width: 12px;
    height: 12px;
    margin: 0 0px 0 0;
	
}

.covidControls {
	width: 110px;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
box-sizing: border-box;
}

.covidControls .preview {
 font-size: 75pt;
 text-align: center;
 box-sizing: border-box;
 margin-top: 10px;
}

.covidControls .choice {
 font-size: 20pt;
 width: 50%;
 float: left;
 text-align: center;
 cursor: pointer;
 opacity: 0.5;
 box-sizing: border-box;
}

.covidControlsColumn {
width: 150px;
float: left; 
 margin-right: 15px;
 margin-left: 15px;
font-weight: bold;
font-size: 14pt;
height: 650px;
text-align: center;
box-sizing: border-box;
}


#starRating {
  margin-bottom: 10px;
}

#starRating .rating {
  font-size: 14pt;
  position: relative;
}

#starRating .ratingDate {
  display: inline-block;
  position: absolute;
  font-size: 10pt;
  text-align: legt;
  width: 140px;
  top: 8px;
  right: 30px;
}

.attendanceGraph {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 200px;
  border: solid 1px black;
}

.attendanceGraphCol {
  position: absolute;
  left: 20px;
  top: 20px;
  border: red;
  width: 30px;
}

.attendanceGraphBar {
  display: inline-block;
  width: 30px;
  height: 15px;
  border: blue;
  background-color: black;
  font-size: 7pt;
}