@charset "UTF-8";
/* CSS Document Aventri Metrics */

div,p,h1,h2,h3,h4,h5,h6,form,table,tr,td,body,ol,ul,li{
padding:0;
margin:0;
background-repeat:no-repeat;
}

div{
	position:relative;
}

img{ border:none; }

a{ text-decoration:none; background-repeat:no-repeat; }

html{
	height: 100%;
}

body {
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size:12px;
	line-height:130%;
	background-color:#FFFFFF;
	text-align:left;
	color:#333333;
	width:100%;
	height:100%;
}

p,h1,h2,h3,h4,h5,h6,li{
	line-height:130%;
}

#mainBody{
	background-color:#FFFFFF;
	/* position:absolute; */
	margin-left:300px;
	border:0px;
	min-height:100%;
	/* min-height:935px; */
	min-width:525px;
	
}

#mainBodyInner{
	height: 100%;
	box-sizing: border-box;
	padding:75px 30px 80px 30px;
}

#innerBody{
	margin:0 auto;
	/* max-width:1500px; */
	min-width:650px;
	width:100%;
	height:100%;
	
}

.fullWidthBox{
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:0 10px;
	margin-bottom:20px;
}

#container{
	/* width: 100%; */
	background-color: #FFF;
	margin: 0 auto;
}
#containerInner{
	padding: 20px;
}
/*
#timesheets td:first-child{
    text-align: left;
}
#timesheets td:first-child + td{
    text-align: left;
}
*/

#staffList td{
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color:#EBEBEB;
	padding: 5px 15px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 55px;
    font-size: 14px;
}

/*
td.yes{
	background-color: #95CA4D;
	font-weight: 600;
	color: #FFF;
	font-size: 14px;
	padding: 0;
}
td.no{
	background-color: #F7DBDC;
	color: #F7DBDC;
	font-size: 14px;
	padding: 0;
}
td.yaxis:first-child{
	width: 70px;
}
td.yaxis{
	text-align: left;
	width: 120px;
	font-size: 14px;
}
td.totals{
	width: 120px;
	font-weight: 600;
	background-color: #9C9C9C;
	color: #FFF;
	font-size: 16px;
}
td.trackTotals{
	width: 55px;
	font-weight: 600;
	font-size: 16px;
	background-image:url(../images/tint.png);
	background-size: cover;
	color: #FFF;
}
td.wide{
    width: 120px;
    font-size: 14px;
}
td.totalHead{
	background-image: none;
}
.tracks td.trackTotals{
	background-color: #FFF;
	background-image: none;
}
thead td{
	font-weight: 600;
	background-color: #9C9C9C;
	color: #FFF;
}

*/

h1{
	font-weight: 200;
	font-size: 26px;
	padding-bottom: 12px;
}
table{
	margin-bottom: 30px;
	table-layout: fixed;
}
.formBlock {
	position: relative;
	margin-bottom: 35px;
	/* max-width: 300px; */
}
.blockTitle {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #555;
}
.formBlock .compulsory {
	font-size: 12px;
	color: #900;
	font-style: italic;
	font-weight: 400;
}
.formBlock .fieldWrapper {

}
.formBlock .blockFieldBG {
	width: 100%;
	height: 31px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.formBlock.additemsarray .blockFieldBG {
	border-bottom: none;
}
.formBlock .blockFieldBGInner {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.formBlock .selectStyle {
	width: 100%;
	height: 31px;
	overflow: hidden;
	background-image: url("../images/dropdown_arrow.svg");
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: right 2px center;
}
.formBlock .blockFieldBG select {
	font-family: 'Montserrat', sans-serif;
	background: transparent;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
	border: 0;
	border-radius: 0;
	height: 31px;
	-webkit-appearance: none;
	width: 120%;
	color: #555;
}
.formBlock .blockFieldBG input[type="text"],.formBlock .blockFieldBG input[type="password"],.formBlock .blockFieldBG input[type="number"] {
	font-family: 'Montserrat', sans-serif;
	outline: none;
	box-shadow: none;
	border: none;
	background: none;
	padding: 5px 0 0 0;
	margin: 0;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	color: #555;
}

.formBlock .blockFieldBG .fixedOutput{
	font-size: 16px;
	line-height: 18px;
	color: #555;
	margin-top: 5px;
	overflow-wrap: break-word;
}

.formBlock.radio .blockFieldBG,.formBlock.yesno .blockFieldBG{
    border-bottom: none;
    margin-bottom: 15px;
}
.formBlock.radio label,.formBlock.yesno label{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 12px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 65px;
    display: inline-block;
}

.formBlock.yesno label{
	width: auto;
}

.formBlock.radio input[type="radio"],.formBlock.yesno input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.formBlock.radio .radioButton,.formBlock.yesno .radioButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border:5px solid #BBB;
    background-color: #FFF;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.formBlock.radio label:hover input ~ .radioButton,.formBlock.yesno label:hover input ~ .radioButton {
  background-color: #DDD;
}

/* When the radio button is checked, add a blue background */
.formBlock.radio label input:checked ~ .radioButton,.formBlock.yesno label input:checked ~ .radioButton {
  background-color: #BBB;
}

.formBlock .blockFieldBG textarea{
	font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 6px 6px 6px 6px;
    margin: 0px;
    background: none;
	background-color: #EFEFEF;
    font-size: 15px;
    line-height: 140%;
    width: 100%;
    height: 97%;
    color: #555;
    position: relative;
    display: block;
    resize: none;
	box-sizing: border-box;
}
.formBlock .blockFieldBG textarea:focus {
    outline: none;
}
.formBlock.area .blockFieldBG,.formBlock.longtext .blockFieldBG{
    height: 200px;
}
.formBlock.addressblock .blockFieldBG{
	 height: 110px;
}

.formBlock .blockInstructions {
	font-size: 13px;
	font-style: italic;
	padding-bottom: 0px;
	color: #555;
	font-weight: 200;
}

.formBlock .blockFieldBG .multiSelectStyle{
	width: 46%;
	float: left;
}
.formBlock .blockFieldBG .multiSelectStyle:first-child{
	
}
.formBlock .blockFieldBG .selectButtons{
	width: 8%;
	float:left;
	text-align: center;
	padding-top: 55px;
	box-sizing: border-box;
}
.formBlock .blockFieldBG .selectButtons a{
	display: block;
	margin: 5px auto;
	font-weight: 600;
	font-size: 14px;
	color: #555;
}
.formBlock .blockFieldBG .multiSelectStyle select{
	height: 150px;
	width:100%;
	font-size: 15px;
    line-height: 140%;
	background-color: #EFEFEF;
	padding: 5px;
	box-sizing: border-box;
}
.formBlock .multiSelectField{
	height:150px;
}











#capsule{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#background{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	opacity: 0.6;
}
.disabled{
   opacity: 0.4; 
}
#foreground{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 350px;
	box-sizing: border-box;
}
.genericButton {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 100%;
	height: 34px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	padding: 9px 20px;
	background-color: #2C83D4;
	box-sizing: border-box;
	/* border-left: 4px solid #EFEFEF;
	border-right:4px solid #EFEFEF; */
	
}


.buttonBox{
	height: 100%;
	background-color: #DDD;
}

.warning{
	color:#A41A24;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}
.topstrip{
	padding: 8px;
	font-size: 20px;
	color: #FFF;
	background-color: #F3999A;
	text-align: center;
	font-weight: 600;
}
.halfBox{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 25px;
}
.halfBox:last-child{
	padding-right: 0;
}
.controls{
	margin-bottom: 35px;
}

.controls::after{
	content: "";
	display: table;
	clear: both;
}
.controls .blockFieldBG{
	margin-bottom: 0;
}
.controls .genericButton{
	top: -8px;
    margin-bottom: 5px;
}
#buttonHolder{
    height: 56px;
}
.halfBoxInner{
	padding: 25px;
	background-color: #EFEFEF;
	box-sizing: border-box;
}
.sideBySide{
	/* float: left; */
}
.sideBySide .formBlock{
	float: left;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.sideBySide.two .formBlock{
	width: 50%;
}
.sideBySide.three .formBlock{
	width: 33%;
	max-width: none;
}
.sideBySide.four .formBlock{
	width: 25%;
}
.sideBySide .formBlock:last-child{
	padding-right: 0px;
}
.sideBySide .genericButton{
	float:left;
}

.sideBySide::after{
	content: "";
	display: table;
	clear: both;
}
.sideBySide .formBlock.twoThirds{
	width: 66%;
	max-width: none;
}

.half{
	width: 50%;
	float: left;
}

#loginBox{
	margin: 70px auto;
	background-color: #FFF;
	max-width: 360px;
	min-width: 280px;
}
#loginBoxInner{
	padding:35px;
}
.login{
	background-color: #ECF0F3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
.login #container{
	background: none;
}
.login h1{
	font-weight: 200;
	color: #999999;
	font-size: 32px;
	text-align: center;
	padding-bottom: 25px;
}

.login .formBlock .blockFieldBG input[type="text"],.login .formBlock .blockFieldBG input[type="password"] {
	font-weight: 200;
}

.login .genericButton{
	font-family: 'Montserrat', sans-serif;
	margin-top: 55px;
}
.login .warning{
	font-weight:600;
}

.colourKey{
	display: inline-block;
	margin-right: 25px;
}

.keyCircle {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
	/* background-color: #000; */
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.colourKey p {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	padding: 1px 5px 1px 2px;
}

.trackBox{
	margin-bottom: 35px;
	padding-top: 10px;
}

.trackBox .blockTitle{
	display: inline-block;
	margin-right: 20px;
}
.tracks td{
	background-color: #FFF;
	padding: 0;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #EFEFEF;
}
.tracks td div{
	display: inline-block;
	height: 20px;
}

.float{
	float:left;
}
.rightpad{
	padding-right: 20px;
	box-sizing: border-box;
}

.count1{ width: 100%; }
.count2{ width: 50%; }
.count3{ width: 33%; }
.count4{ width: 25%; }
.count5{ width: 20%; }
.count6{ width: 17%; }
.count7{ width: 14%; }

.tracks td.yaxis,.tracks td.totals{
	background: none;
}
.half{
	width: 50%;
}
.third{
	width: 32%;
}
.green{
	background-color: #3DA24F;
}
.updateLabel{
	float:left;
	font-size: 16px;
	padding-right: 30px;
	height: 57px;
	padding-top: 30px;
	box-sizing: border-box;
}
#progress{
	display: none;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    background-color: #FFFFFF;
    padding: 8px;
    text-align: center;
    border: 1px solid #CCC;
    height: 40px;
    overflow: hidden;
}
#functions{
    display: none;
}
#lesTable{
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}






#topStrip{
	height:35px;
	position:absolute;
	left:300px;
	right:0px;
	top:0px;
	background-color:#49C1EF;
}
#topStripInner{

}
.mobileMenuButtonLink{
	display:none;
	position:relative;
	margin-left:20px;
	margin-top:10px;
	vertical-align: top;
	width: 25px;
}
#mailDot{
	display: none;
	width: 25px;
	height: 25px;
	background-color: #B20002;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-left: 15px;
	padding-top: 5px;
	vertical-align: top;
}
.mobileMenuButton{
	
}
.mobileMenuButtonGroup{
	stroke:#FFF;
	stroke-width: 2px;
}
#userWelcome{
	font-size:13px;
	color:#FFF;
	float:right;
	padding-top:9px;
	padding-right:20px;
}
#accountInfo{
	background-image:url(../images/admin_account_info.svg);
	background-size:16px auto;
	background-position:20px center;
	display:block;
	float:right;
	border-left:1px solid #3391B5;
	font-size:13px;
	color:#FFF;
	padding-top:9px;
	height:26px;
	padding-left:44px;
	padding-right:20px;
}
#logOut{
	display:block;
	float:right;
	border-left:1px solid #3391B5;
	font-size:13px;
	color:#FFF;
	padding-top:9px;
	height:26px;
	padding-left:20px;
	padding-right:20px;
}

#leftNav{
	width:300px;
	background-color:#D9D9D9;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	height:100%;
	min-height:900px;
    position: fixed;
}
#leftNavBanner{
	width:100%;
	background-color:#3391B5;
	height:35px;
	overflow:hidden;
}

#leftNavBanner h1{
	padding:8px 15px;
	color:#FFF;
	font-size:16px;
}


#menuItems ul{
	padding:0;
	margin:0;
	list-style:none;
}

#menuItems li{
	width:100%;
	height:45px;
	font-size:14px;
	background-color:#D9D9D9;
	background-size: 18px auto;
	background-position:15px center;
	box-sizing: border-box;
	background-image:url(../images/admin_star_icon.svg);
}
#menuItems li li{
	background-image: none;
}
#menuItems li.selected{
	background-color:#FFF;
	border-right:4px solid #3391B5;
}

#menuItems li a{
	color:#333;
	padding:14px 5px 12px 45px;
	height:19px;
	display:block;
	text-transform:uppercase;
}
#menuItems a:hover{
	background-color:#EEE;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#menuItems #dashboard{ background-image:url(../images/admin_dashboard_icon.svg); }
#menuItems #updatestaff{ background-image:url(../images/admin_members_icon.svg); }
#menuItems #customers{ background-image:url(../images/admin_members_icon.svg); }
#menuItems #utilisationreport{ background-image:url(../images/admin_chart_icon.svg); }
#menuItems #signals{ background-image:url(../images/admin_mail_icon.svg); }
#menuItems #users { background-image: url(../images/admin_members_icon.svg); }
#menuItems #settings { background-image: url(../images/admin_settings_icon.svg); }
#menuItems #jobs { background-image: url(../images/admin_vouchers_icon.svg); }
#menuItems #updatetasks { background-image: url(../images/admin_surveys_icon.svg); }
#menuItems #updatemilestones { background-image: url(../images/admin_star_icon.svg); }
#menuItems #updateactivities { background-image: url(../images/admin_reaction_icon.svg); }
#menuItems #procedures { background-image: url(../images/admin_surveys_icon.svg); }

#menuItems #dataexport ul{ width:300px; }
#menuItems ul ul{
	position: relative;
	left:300px;
	top:-45px;
	-moz-box-shadow: 5px 5px 8px #BBB;
	-webkit-box-shadow: 5px 5px 8px #BBB;
	box-shadow: 5px 5px 8px #BBB;
	display:none;
}

#menuItems li.open ul{
	display:block;
}

#menuItems ul ul li{
	background-color:#CCC;
}

#menuItems ul ul li a{
	padding-left:15px;
}

.submenu>a{
	background-image:url(../images/admin_heirarchy_arrow.svg);
	background-size:8px auto;
	background-position:right 10px center;
}
.selected.submenu>a{
	background-image:url(../images/admin_heirarchy_arrow_selected.svg);
}
.twoCharts{
	position: relative;
}
.columnChart{
	float: left;
}
.wideChart{
	width: 70%;
}
.narrowChart{
	width: 30%;
}
.bottomGap{
	margin-bottom: 60px;
}
#period_block{

}
#staffList{
	width: 100%;
}
#staffList td{
	text-align: left;
	width: 7%;
	vertical-align: top;
}

#staffList tr:first-child td{
	font-weight: 600;
}
#staffList td:first-child{
	width:150px;
}
#staffList td:first-child + td + td + td + td + td + td + td + td{
	width: 60px;
	text-align: center;
}
#staffList td:first-child + td + td + td + td + td + td + td + td + td{
	width: 50px;
	text-align: center;
}
#staffList td:first-child + td + td + td + td + td + td + td + td + td + td{
	width: 60px;
	text-align: center;
}
#staffList td:first-child + td + td + td + td + td + td + td + td + td + td + td{
	width: 50px;
	text-align: center;
}

.alerts{
	border: 2px solid #CA0000;
	border-radius: 6px;
	background-color:#FFF0F0;
	padding: 15px 20px;
	
}
.alerts h1{
	color: #970002;
	padding-bottom: 0;
}
.alerts p{
	color: #970002;
	padding-top: 8px;
	font-weight:400;
	line-height: 140%;
	font-size: 14px;
	padding-bottom: 3px;
}
.alerts ul{
	margin-left:20px;
}
.alerts li{
	color: #970002;
	line-height: 140%;
	font-weight:200;
	font-size: 14px;
}

.forgotPassword{
	color:#2C83D4;
	margin-top: 15px;
	display: block;
	text-align: right;
}



















/* list nav */
#navItems .navModule{
	float:left;
	margin-right:15px;
}

#navItems .blockFieldBG{
	width:100%;
	background-color:#FFF;
	height:26px;
	border:1px solid #CCCCCC;
	margin-top:5px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:12px;
}


#navItems .blockFieldBGInner{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

#navItems{
	padding:0 10px;
}
#navItemsInner{
	background-color:#CDCDCD;
	padding:10px 0 10px 15px;
}

#navItems .blockFieldBG .selectStyle{
	width: 100%;
	height: 26px;
	overflow: hidden;
	background-image:url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

#navItems .blockFieldBG select{
	font-weight:300;
	background: transparent;
	padding: 3px;
	padding-left:5px;
	font-size: 16px;
	line-height: 18px;
	border: 0;
	border-radius: 0;
	height: 26px;
	-webkit-appearance: none;
	width:120%;
	color:#222;
}
#navItems .blockFieldBG input[type="text"]{
	font-weight:300;
	outline:none;
	box-shadow:none;
	border:none;
	background:none;
	padding:3px;
	margin:0;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#222;
}

#navItems .blockFieldBG input:focus,#navItems .blockFieldBG input:invalid{
	outline:none;
	box-shadow:none;
}
#navItems p{
	font-size:15px;
	display:block;
}
#navItems #showItems{
	width:200px;
}
#navItems #itemsPerPage{
	width:60px;
}
#selectionChoices,#navButtons,#searchChoices{
	float:left;
}

#navItems #navButtons{
	
}
#navButtons ul{
	list-style:none;
	margin-top:5px;
}
#navButtons li{
	float:left;
	padding-bottom:12px;
}
#navButtons li a{
	display:block;
	background-color:#999;
	color:#FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:5px 5px 4px 5px;
	margin-right:4px;
	text-align:center;
	min-width:15px;
	
}
#navButtons li a.selected{
	background-color:#666;
	
}
#navItems #searchChoices{
	text-align:left;
}
#navItems #searchChoices .navModule{
	float:right;
}

#navItems #searchChoices .blockFieldBG,#navItems #searchChoices a{
	float:left;
}
#navItems #searchChoices a{
	position:relative;
	display:block;
	background-color:#999;
	color:#FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:5px 5px 4px 5px;
	margin-left:6px;
	top:6px;
	text-align:center;
}
#navItems #searchChoices #goSearch{
	background:none;
	background-image:url(../images/admin_redemptions_icon.svg);
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:center;
	width:18px;	
}
#navItems #searchChoices #showAll{
	background:none;
	background-image:url(../images/admin_clear_cross.svg);
	background-size:15px auto;
	background-repeat:no-repeat;
	background-position:center;
	width:15px;
	position:absolute;
	right:0px;
	top:0px;
	border:0px;
}
#navItems #searchItems{
	width:130px;
}
#navItems .pageTotal{
	
}
.chartMenuButtonGroup{
	stroke:#333;
	stroke-width: 2px;
}











/* standard list */

.standardList{
	background-color:#FFF;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;
	table-layout:fixed;
}

.standardList td{
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	padding:9px 2px 7px 8px;
	font-size:13px;
   font-weight: 300;
	border-bottom:1px solid #D9D9D9;
}

.standardList td:last-child{
	padding-right:8px;
}

.standardList tr:first-child td{
	background-color:#E6E6E6;
	font-weight:500;
}
.standardList tr:first-child td a{
	background-image:url(../images/admin_sort_icon.svg);
	background-size:auto 16px;
	background-position:0 center;
	color: #222;
	padding-left:12px;
}
.standardList tr:first-child td.viewBy a{
	text-decoration:underline;
}

tr.line2 td{
	background-color:#F7F7F7;
}
.standardList td span{
	padding:2px 0 1px 0;
	text-align:center;
	width:42px;
	font-size:14px;
	color:#FFF;
	display:block;
}


.standardList td .voucherStatus{
	font-size:16px;
	text-align:left;
	padding:0;
}

.standardList td .expired{
	font-size:16px;
	color:#BE3A4D;
	text-align:left;
	padding:0;
}

.standardList td .pending{
	font-size:16px;
	color:#F2934C;
	text-align:left;
	padding:0;
}

.standardList td .active{
	font-size:16px;
	color:#32965C;
	text-align:left;
	padding:0;
}
.standardList td .inactive{
	font-size:16px;
	color:#888;
	text-align:left;
	padding:0;
}
.standardList td .tba{
	font-size:16px;
	color:#488CBA;
	text-align:left;
	padding:0;
}

.standardList td a{
	text-decoration: underline;
	color: #333;
	
}












#itemMenu{
	position:absolute;
	right:10px;
	top:100px;
	-moz-box-shadow: 5px 5px 8px #BBB;
	-webkit-box-shadow: 5px 5px 8px #BBB;
	box-shadow: 5px 5px 8px #BBB;
	z-index:1;
}

#itemMenu ul{
	list-style:none;
}


#itemMenu ul li{
	font-size:14px;
	background-color:#D9D9D9;
	box-sizing: border-box;
}

#itemMenu ul li a{
	color:#333;
	padding:6px 15px 4px 15px;
	display:block;
	text-transform:uppercase;
	text-align:left;
}
#itemMenu ul li a:hover{
	background-color:#EEE;
	opacity:0.7;
	filter:alpha(opacity=70);
}






.createPasswordButton {
    display: block;
    padding: 7px 10px 5px 10px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 32px;
    border-radius: 0px;
}

.genericeditor #editFormButton {
    margin-bottom: 100px;
}
#sendMessageButton{
	 float: right;
    margin-bottom: 35px;
	background-color: #5AAC5B;
}
.saveWithoutSending{
    margin-top: 20px;
    background-color:hsla(203,100%,44%,1.00);
}




.genericeditor .alert{
	font-size:18px;
	color:#900;
	background-color:#FFE2DF;
	padding:7px 10px 5px 10px;
	text-align:center;
	margin-top:15px;
	margin-bottom: 30px;
}

#passwordAlert{
	font-weight: 400;
	color: #B70003;
	font-size: 16px;
}



/* Calendar popup */

.cpBorder{
	border:none !important;
	-moz-box-shadow: 4px 4px 4px #888;
	-webkit-box-shadow: 4px 4px 4px #888;
	box-shadow: 4px 4px 4px #888;
	box-shadow-blend-mode: multiply;
}

.cpCurrentMonthDateDisabled,.cpOtherMonthDateDisabled{
	color:#CCC;
}

.cpBorder td{
	background-color:#FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/* padding:3px; */
}
.cpMonthNavigation{
	text-align:center;
}
.cpBanner{
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-bottom: 0;
}
.cpBanner td{
	border:none;
	padding:3px;

}
.cpInner{
	margin-bottom: 0;
}
.cpInner td.cpDayColumnHeader{
	background-color: #BBB;
	color: #FFF;
	padding: 3px 3px 1px 3px;
	font-weight: 400;
}
.cpInner td{
	background-color:#F1F1F1;
	text-align:center;
	border:none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.cpInner td a:hover{
	background-color: #999;
	color: #FFF;
	font-weight: 400;
}
.cpInner td a{
	display:block;
	padding: 2px 2px 1px 2px;
	color: #222;
}
.cpMonthNavigation{
	font-weight: 400;
	font-size:14px;
}
.cpMonthNavigation a{
	color: #666;	
}
td.cpOtherMonthDate,td.cpTodayText{
	background-color:#FFF;
}
td.cpOtherMonthDate a{
	color: #AAA;
	
}
td.cpCurrentDate{
	background-color:#488CBA;
	font-weight: 400;
}

td.cpCurrentDate a{
	color:#FFF;
}

.photoContainer{
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	background-position: center;
	background-size: contain;
	border: 1px solid #AAA;
}
.photoContainer .deletePic{
	display:block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-image: url("../images/trash_bin.svg");
	background-position: center;
	background-size: contain;
}
.photoContainer .showPic{
	display: block;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	bottom: 30px;
	width: 100%;
}
.photoButtonEnvelope{	
	height:34px;
	width: 170px;
   display: block;
   overflow: hidden;
	position:relative;
	background-color:#2C83D4;
	box-sizing: border-box;
	margin-top: 20px;
}

.photoButtonEnvelope p{
	display:block;
	text-align:center;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:100%;
	padding:9px 20px;
}

.photoButtonEnvelope input {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    font-size: 200px;
    opacity: 0;
	filter: alpha(opacity=0);
}
#uploadProgress{
	margin-top: 15px;
	display: none;
	font-weight: 600;
}

.messageList{
	margin-top: 15px;
}



.messageList tbody tr:nth-child(even) td { background-color: #F7F7F7; font-weight: 300;}
.messageList tbody tr:nth-child(odd) td { background-color: #FFFFFF; font-weight: 300; }

.messageList tbody tr.unread:nth-child(even) td { background-color: #ECCCCD; font-weight: 300;}
.messageList tbody tr.unread:nth-child(odd) td { background-color: #F7DBDC; font-weight: 300; }

.messageList thead tr:first-child td{
	font-weight: 600;
	background-color: #E6E6E6;
}

.messageList td:first-child{ width: 50px; }
.messageList td:first-child + td { width: 50px; }
.messageList td:first-child + td + td { width: 150px; }

.messageList tr:first-child td a{
	background-image: none;
	padding-left: 0;
}
.messageList td a {
	
	text-decoration: none;
}




.actionList{
	margin-top: 15px;
	margin-bottom: 40px;
}

.actionList td {
white-space: normal;
overflow:auto;
	vertical-align: top;
}

.actionList tbody tr:nth-child(even) td { background-color: #F7F7F7; font-weight: 300;}
.actionList tbody tr:nth-child(odd) td { background-color: #FFFFFF; font-weight: 300; }

.actionList thead tr:first-child td{
	font-weight: 600;
	background-color: #E6E6E6;
}

.actionList td:first-child{ width: 40px; }
.actionList td:first-child + td { width: 130px; }
.actionList td:first-child + td + td + td { width: 100px; text-align: right; }
.actionList td:first-child + td + td + td + td { width: 45px; text-align: center; }
.actionList td:first-child + td + td + td + td + td { width: 30px; text-align: center; }

.portal .actionList td:first-child { width: 130px; }
.portal .actionList td:first-child + td { width: auto; }

.jobList td:first-child + td + td + td { width: auto; text-align: left; }
.jobList td:first-child + td + td + td + td { width: auto; text-align: left; }

.jobList td{
	cursor: pointer;
}
.actionList tr:first-child td a{
	background-image: none;
	padding-left: 0;
}
.actionList td a {
	text-decoration: none;
}
.actionList .deleteAction{
	display: block;
	width: 28px;
	height: 28px;
	background-image: url("../images/trash_bin.svg")!important;
	background-size: contain!important;
}

#actiondatediv{ width: 10%; }
#actionpresetdiv{ width: 60%; margin-right: 2%; margin-bottom: 15px; }
#actiondescriptiondiv{ width:100%; }
#actioncostdiv{ width: 15%; margin-right: 2%;  margin-bottom: 15px; }
#actionshowdiv{ width: 20%;  margin-bottom: 15px; text-align: center; }


#actionshowdiv{
	text-align: center;
}

#actionpresetdiv .fieldWrapper, #actiondatediv .fieldWrapper, #actioncostdiv .fieldWrapper, #actionshowdiv .fieldWrapper{
	
}

#actiondescriptiondiv .blockFieldBG{
	border-bottom: none;
}

.actionform{
	display: inline-block;
	vertical-align: top;
}

.actionform.formBlock.longtext .blockFieldBG {
	height: 70px;
}
.actionform.formBlock.checkbox .blockFieldBGInner{
	padding-top: 5px;
	
}
.actionform.formBlock .blockFieldBG textarea {

}

.actionform.formBlock .selectStyle{
	width: 90%;
}

#addActionButton {
	float: right;
	margin-bottom: 35px;
}
#cancelEditbutton{
	float: right;
	margin-bottom: 35px;
	background-color: #7C7C7C;
	margin-right: 15px;
	display: none;
}

#subtotal_block, #discount_block, #lessdiscount_block, #postage_block, #calculatedtotal_block, #total_block, #jobid_block, #jobcode_block, #statusid_block, #despatched_block, #despatcheddate_block, #trackingnumber_block, #complete_block, #completed_block, #paid_block, #paiddate_block {
	width: 32%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}
#completed_block{

}
#fault_block .blockFieldBG,#service_block .blockFieldBG{
	height:150px;	
}

#serial_block, #boardserial_block, #customerid_block, #modelid_block, #received_block, #summary_block {
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.customerportal #mainBody{
	margin: 0 auto;
	max-width: 950px;
	
}
.customerportal{
	background-color: #EFEFEF;
}
#p_received_block, #p_jobcode_block, #p_status_block{
	width: 32%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}
#p_customername_block, #p_modelname_block {
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.customerportal .formBlock .multiLine{
	height: 200px;
}
.settings .formBlock .multiLine{
	height: 100px;
}
.customerportal #mainBodyInner{
	padding-top: 43px;
}

.customerportal #bannerImage{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 300px;
	height: 80px;
	background-image: url("../images/system_logo.png");
	background-position: top right;
	background-size: contain;
}
.customerportal .adminTitle{
	padding-bottom: 30px;
}
.photoContainer{
	margin-top: 15px;
}
#customerkey_block a{
	color: #555;
	font-size: 12px;
}
td{
	color: #000;
}

#sendNotificationButton{
	float:right;
}
.blockHeading{
	float: left;
}

.jobs .standardList tr:first-child td:first-child + td {
	background-image: url("../images/envelope.svg");
	background-size: 19px auto;
	background-position: center 10px;
}

.jobs  .standardList td span.emailDot {
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	background-color: #B20002;
	border-radius: 50%;
	display: block;
	width: 17px;
	height: 16px;
	padding-top: 1px;
}

.jobedit #mainBodyInner{
	background-color:#F6F6F6;
	margin-bottom: 20px;
}

.jobeditForm{
	border: 1px solid #E1E1E1;
	background-color: #FFF;
	border-radius: 2px;
	padding: 20px;
	margin-bottom:40px;
}

.jobedit.genericeditor #editFormButton{
	margin-bottom: 20px;
}

.jobedit .adminTitle{
	margin-bottom: 10px;
}

#customerJobs .blockTitle{
	display:none;
}
#customerJobs .actionList{
	margin-bottom: 15px;
}
#customerJobs .formBlock{
	margin-bottom: 0;
}

.bottomDiv{
	padding-bottom: 50px;
	clear: both;
}
@media only screen and (max-width: 1025px) {
    .quarterWidthBox{ width:50%; }
	 #leftNav{
		display:none;
		-moz-box-shadow: 5px 5px 10px #666;
		-webkit-box-shadow: 5px 5px 10px #666;
		box-shadow: 5px 5px 10px #666;
		opacity:0.95;
		filter:alpha(opacity=95);
	 }
	 #mainBody{
		 margin-left:0px;
	 }
	 #innerBody{
		 min-width:450px;
	 }
	 #topStrip{
		 left:0px;
	 }
	 .mobileMenuButtonLink{
		display:inline-block;
	}
	#mailDot{
		margin-left: 5px;
	}
}

@media only screen and (max-width: 900px) {
   .halfBox{
	   width: 100%;
	   padding-right: 0;
	}
}

@media only screen and (max-width: 700px) {
   #p_received_block, #p_jobcode_block, #p_status_block, #p_customername_block, #p_modelname_block, #jobid_block, #jobcode_block, #statusid_block, #customerid_block, #modelid_block, #received_block, #summary_block, #serial_block, #boardserial_block{
	   width: 100%;
		margin-right: 0;
	}
	
	#innerBody {
		min-width: 300px;
	}
	#mainBody {
		min-width: 350px;
	}
}

@media only screen and (max-width: 550px) {
	.customerportal #bannerImage{
		width: 98%;
		max-width: 350px;
		position: relative;
		top:0;
		left: 10px;
		right: auto;
		background-position: center;
	}
	.customerportal .adminTitle {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#mainBodyInner{
		padding-left: 0;
		padding-right: 0;
	}
	.dashboardTitle{
		padding-left:25px;
	}
	.fullWidthBox {
			padding:0;
	}
	#navItems{
		padding:0;
	}
	.jobs .standardList td{
		font-size:11px;
	}
	.standardList td{
		white-space:normal;
		overflow:auto;
	}

	.jobs .standardList td:first-child { width:20px; } /* ID */
	.jobs .standardList td:first-child + td { width:15px; } /* Mailbox */
	.jobs .standardList td:first-child + td + td { display:none; } /* Received */
	.jobs .standardList td:first-child + td + td + td { width:40px } /* First name */
	.jobs .standardList td:first-child + td + td + td + td { width:40px; } /* Surname */
	.jobs .standardList td:first-child + td + td + td + td + td { width: auto; } /* Model */
	.jobs .standardList td:first-child + td + td + td + td + td + td { display:none; } /* Hidden */
	.jobs .standardList td:first-child + td + td + td + td + td + td + td { width:70px; } /* Problem */
	.jobs .standardList td:first-child + td + td + td + td + td + td + td + td { display:none; } /* Total */
	.jobs .standardList td:first-child + td + td + td + td + td + td + td + td + td { display:none; } /* Status */
	
	.actionList td:first-child{ width: 40px; }
	.actionList td:first-child + td { width: 60px; }
	.actionList td:first-child + td + td { width: auto;  }
	.actionList td:first-child + td + td + td { display:none; }
	.actionList td:first-child + td + td + td + td { width: 30px; }
	.actionList td:first-child + td + td + td + td + td { width: 30px; }
	
	.jobeditForm{
		padding-top:20px;
			
	}
	.genericeditor .boxInner{
	padding-left:20px;
	padding-right:20px;
	}

}