html, body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	font-family: 'montserratlight', sans-serif;
	color: #4c4c4d;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased !important;
}


#leveldown {

	background: #fff;

	background-image: none;
}











.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}


a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.gradient {
       filter: none;
}




.contentContainer {
	width: 960px;
	margin: 0px auto 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}


h1 {
	font-family: 'montserratregular', sans-serif;
	font-size: 32px;
	color: #23b3f0;
	letter-spacing: -1px;
	margin: 0px 0px 8px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: 'montserratregular', sans-serif;
	font-size: 26px;
	line-height: 33px;
	font-weight: 400;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
}


h3 {
	font-family: 'montserratregular', sans-serif;
	font-size: 22px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}

:focus {
outline: 0;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;	
}


/* --------------------------------- LOGIN PAGE ------------------------------------ */

.loginAreaContainer {
	width: 718px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;

}

.loginLogo {
	float: left;
	width: 295px;
	height: 188px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../../images/login-logo.png');
	background-repeat: no-repeat;
}

.loginDivider {
	float: left;
	width: 64px;
	height: 188px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../../images/login-divider.png');
	background-repeat: no-repeat;
}


.loginSignupAreaContainer {
	float: left;
	width: 359px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.loginSignupAreaContainer.title {
	float: left;
	width: 219px;
	font-family: 'montserratlight', sans-serif;
	font-size: 24px;
	color: #452e64;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.loginSignupAreaContainer.tabArea {
	float: right;
	width: 140px;
	text-align: right;
	font-family: 'montserratlight', sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 9px 0px 0px 0px;
}

.loginSignupAreaContainer.forgot {
	float: left;
	width: 184px;
	font-family: 'montserratlight', sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 24px 0px 0px 0px;
}

.loginSignupAreaContainer.buttonArea {
	float: right;
	width: 170px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 18px 0px 0px 0px;
}



/* --------------------------------- LOGIN PAGE ------------------------------------ */


.adminContainer {
	display: table;

}

.adminCols {
	display: table-cell;
	width: 25%;
	padding: 0px 30px 0px 0px;

}

.adminCols2 {
	display: block;
	width: 50%;
	padding: 0px 0px 0px 0px;

}

.screenColsTitle {
	display: block;
	font-family: 'montserratlight', sans-serif;
	font-size: 22px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}










/* --------------------------------- HEADER AREA ------------------------------------ */

.header {
	top: 0;
	left: 0;
	width: 100%;
	height: 71px;
	position: fixed;
	z-index: 9000;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 52px 0px 52px;

	background: #aebaec;

	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}




.logo {
	float: left;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.topRight {
	float: right;
	text-align: right;
	margin: 0px;
	border: 0px;
	padding: 13px 0px 0px 0px;
	color: #fff;
	position: relative;
	/*text-transform: uppercase;*/
}

.avatar {
	float: left;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 10px 0px 0px;
	/*text-transform: uppercase;*/
}

.avatarName {
	float: left;
	text-align: right;
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.hidden-menu, .hidden-export-menu{
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0px 0px 0px 0px;
	display: none;
	cursor: pointer;
	list-style: none; /** Remove list bullets */
	width: 100%; /** Set the width to 100% of it's parent */
	padding: 0;

}

.topRight:hover .hidden-menu{
	display: block;

}

.hidden-menu a, .hidden-export-menu a {
    display: block;
    padding: 7px 7px;
    text-decoration: none;
    background: #aebaec;
    font-family: 'montserratregular', sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    
}

/** List Item Hover Styles **/
.hidden-menu a:hover, .hidden-export-menu a:hover {
    background: #d2d9f4;
    color: #fff;
}

.hidden-menu .last, .hidden-export-menu .last{
	border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;	
}

.impersonationRow{
	background-color:#f0e38c;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

.impersonationRow p{
	margin: 0px;	
	padding: 12px;
}

/* --------------------------------- BOOKMARKS AREA ---------------------------------------- */

.bookmarksRow{
	position: absolute;
	top: 71px;
	left: 150px;
	right: 0px;
	height: 72px;
	overflow-y:auto;
	
	background: #EDEDED none repeat scroll 0% 0%;
	padding: 10px;
	margin: 10px;
}

.bookmarksSection{
	height: 36px;
	overflow-y:auto;	
}

.bookmarkLinks{
	padding: 0px;
	/*margin: auto;
	text-align: center;	*/
	margin: 0px;
	float: right;
}

.noTransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}



/* --------------------------------- 100% VERTICAL AREA ------------------------------------ */



.content {
	padding-top: 71px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}


.leftCol {
	float: left;
	position: fixed;
	background: #e7e7e8;
	width: 150px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.leftNavTab {
	width: 150px;
	height: 99px;
	display: block;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 20px 0px;
	font-size: 14px;
	color: #4d4d4d;
	background: #e7e7e8;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	
}

.leftNavTab.visited {
	background: #fff;

	
}

.leftNavTab label {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 4px 0px 0px 0px;
}



.svgLogo {
	fill: #fff;
}







.cbp-vimenu {

	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cbp-vimenu li a {
	display: block;
	font-family: 'montserratlight', sans-serif;
	font-weight: normal;
	width: 150px;
	line-height: 5.4em;
	text-align: center;
	color: #452e64;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.iconText {
	display: block;
	padding-top: 35px;
	color: #4d4d4d;
	font-family: 'montserratlight', sans-serif;
}





.cbp-vimenu li a:hover {
	background: #fff;
	color: #aebaec;
}

/* class for current item */
.cbp-vimenu li.cbp-vicurrent a {
	background-color: #fff;
	color: #aebaec;
	background-image: url('../../images/nav-bg.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.cbp-vimenu li a:before {
	font-family: 'FontAwesome';
	speak: none;
	line-height: 2.5em;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2.5em;
	-webkit-font-smoothing: antialiased;
}

.cbp-vimenu li a.icon-logo:before {
	content: "C";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-search:before {
	content: "\e004";
}

.icon-archive:before {
	content: "\e005";
}

.icon-download:before {
	content: "\e006";
}

.icon-location:before {
	content: "\e007";
}

.icon-images:before {
	content: "\e009";
}

.icon-pencil:before {
	content: "\e008";
}

/* Example for media query (depends on total height of menu) */
@media screen and (max-height: 34.9375em) { 

	.cbp-vimenu {
		font-size: 70%;
	}

}


/* --------------------------------- RIGHT COL AREA ------------------------------------ */


.rightCol {	
	float: left;
	width: 100%;
	padding: 40px 52px 50px 200px;
	margin: 0px;
	background: #fff;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}

.screenTitle {
	font-family: 'montserratlight';
	font-size: 30px;
	line-height: 30px;
	color: #452e64;
	margin: 0px 0px 39px 0px;
	padding: 0px 0px 0px 0px;
}

.screenSubTitle {
	font-family: 'montserratlight';
	font-size: 20px;
	line-height: 20px;
	color: #452e64;
	margin: -30px 0px 39px 0px;
	padding: 0px 0px 0px 0px;
}

.exportButton{
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	color: #fff;
	border: 2px solid #ff3000;
	background: #ff3000;
	padding: 6px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}










/* --------------------------------- TABLE STYLES ------------------------------------ */


.globalTable {
	margin: 0px 0px 24px 0px; padding:0px;
	width:100%;
	border: 0px solid #bcbcbc;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}





.globalTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.globalTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

}
.globalTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

	
}
.globalTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

}
.globalTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

}


.globalTable tr:hover td {
	background: #acf8a0;
	font-weight: 700;
}




.globalTable tr:nth-child(odd){ background-color:#e4e9fb; }
.globalTable tr:nth-child(even)    { background-color:#ffffff; }.globalTable td, .globalTable th{
	vertical-align:middle;
	
	border-collapse: collapse;
	border:0px solid red;
	border-width: 0px 0px 0px 0px;
	text-align:center;
	padding:18px;
	font-size: 12px;

	font-weight: 700;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;	
}



.globalTable tr:last-child td{
	border-width:0px 0px 0px 0px;
}.globalTable tr td:last-child{
	border-width:0px 0px 0px 0px;
}.globalTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.globalTable thead th{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#016092+1,4fb4bf+100 */
background: #452e64;

	border:0px solid #fff;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;

	font-weight:bold;
	color:#ffffff;
}
.globalTable tr:first-child:hover th{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27aae1+1,17b882+100 */
background: #452e64;

}

.globalTable tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.globalTable tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}



.tableButton {
	border: 2px solid #fff;
	background: #ff3000; 
	padding: 4px; 
	color: #fff; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


.tableButton:hover {
	background: #452e64; 

}



/* --------------------------------- LOGOUT POPUP AREA ------------------------------------ */

#logout .title {
	text-align: center;
	font-family: 'montserratlight';
	font-size: 24px;
	line-height: 28px;
	color: #452e64;
	margin: 0px 0px 39px 0px;
	padding: 0px 0px 0px 0px;	
	
}

#logout .buttonContainer {
	width: 300px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;	
	
}






#logout .button1 {
	
	border: 2px solid #fff;
	background: #cdcdcd; 
	padding: 12px 22px; 
	margin: 0px 5px 0px 0px;
	color: #4d4d4d; 
	text-decoration:none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


#logout .button1:hover {
	color: #fff;
	background: #999999; 
	text-decoration:none;
}


#logout .button2 {
	
	border: 2px solid #fff;
	background: #452e64; 
	padding: 12px 22px;  
	margin: 0px 0px 0px 5px;
	color: #fff; 
	text-decoration:none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


#logout .button2:hover {
	background: #7d5ca9; 
	text-decoration:none;
}



























a 	      {  text-decoration: underline; color: #016092; }
a:active      {  color: #016092; text-decoration: underline;  }
a:hover	      {  color: #016092; text-decoration: none;  }


.centerer{
	padding-top: 240px;
	height: calc(100% - 240px);
}

.supermanBackground{
	background: #aebaec;
	background-image: url('../../images/home.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.select {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 0px 8px 8px;
    border: 1px solid #c6c6c6;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url(../../images/select-arrow.png);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}




.accordion .container{
	border: 1px solid #d3d3d3;
	  border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	background: #fff;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.accordion dd{
	padding: 0px;
	margin: 16px;	
}

.transparentInput{
	text-align: center;
	background: transparent;
    border: none;
    width: 100%;
}

.transparentSelect{
	text-align: center;
	background: transparent;
    border: none;
    background: transparent url('../../images/select-arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 20px;
}

.transparentSelect option{
	background: white;
}

.transparentInputNonStrech{
	text-align: center;
	background: transparent;
    border: none;
}

.nontransparentInput{
	width: 100%;	
}

.globalTable tfoot .bold{
	background: #a0d0f8;
	font-weight: 900;
}

.modalContainer{
	display: block;
	width: 200px;
	text-align: center;
	margin: auto;	
}

.modalTitle{
	font-family: 'montserratlight';
	font-size: 20px;
	line-height: 20px;
}

.modalContainer .inline{
	float: inherit;	
}

.smallTopPadding{
	/* NOOP */
}

.smallTopPadding:before{
    background-color: white;
    content: '';
    display: block;
    height: 5px;
}

.warning-banner{
	background-color:	#FEEFB3;
	border:				1px solid transparent;
	border-color:		#FAEBCC;
	border-radius:		.5em;
	box-shadow:			0px 1px 1px rgba(0, 0, 0, 0.05);
	color:				#8A6D3B;
	margin-bottom:		20px;
	padding:			10px 15px;
}

.warning-banner > .warning-header{
	font-weight:		bold;
	text-align:			center;
}

.warning-banner > .warning-message{
	text-align:			center;
}

.success-banner{
	background-color:	#DFF2BF;
	border:				1px solid transparent;
	border-radius:		.5em;
	box-shadow:			0px 1px 1px rgba(0, 0, 0, 0.05);
	color:				#4F8A10;
	margin-bottom:		20px;
	padding:			10px 15px;
}

.success-banner > .success-header{
	font-weight:		bold;
	text-align:			center;
}

.success-banner > .success-message{
	text-align:			center;
}

.error-banner{
	background-color:	#FFBABA;
	border:				1px solid transparent;
	border-radius:		.5em;
	box-shadow:			0px 1px 1px rgba(0, 0, 0, 0.05);
	color:				#D8000C;
	margin-bottom:		20px;
	padding:			10px 15px;
}

.error-banner > .error-header{
	font-weight:		bold;
	text-align:			center;
}

.error-banner > .error-message{
	text-align:			center;
}

.productSelector{
	text-align:			center;
	margin-top:			5px;
	margin-bottom:		5px;
}

.productSelector h4{
	margin:				0px;	
}

.pounds:before, .poundsRound:before{
	content:			"£";
}

.hidden{
	display: none;	
}