
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;
	background-color: #fff;
	-webkit-font-smoothing: antialiased !important;
	background: url('../images/bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.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;
}


/* --------------------------------- LOGIN PAGE ------------------------------------ */

.loginAreaContainer {
	width: 718px;
	margin: 0px auto;
	border: 0px;
	padding: 240px 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: #7fc140;
	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: 73%;
	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: url('../images/header.gif');
	background-position: top left;
	background-color: #9ee2e3;

	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: #26a3a0;
	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: #188e8b;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}




.hidden-menu{
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    display: none;
    
    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 {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background:  #d1f8fe;
    color: #000000;
    text-align: center;
    font-size: 12px;
}

/** List Item Hover Styles **/
.hidden-menu a:hover {
    background: #BBBBBB;
    color: #000000;
}

.hidden-menu .last{
    border-bottom-left-radius: .5em;    
    border-bottom-right-radius: .5em;    
}










/* --------------------------------- 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: #686868;
	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: #7fc140;
}

/* class for current item */
.cbp-vimenu li.cbp-vicurrent a {
	background-color: #fff;
	color: #7fc140;
	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: transparent;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}

.screenTitle {
	font-family: 'montserratlight';
	font-size: 30px;
	line-height: 30px;
	color: #7fc140;
	margin: 0px 0px 39px 0px;
	padding: 0px 0px 0px 0px;
}

.screenLabel{
	font-family: 'montserratlight';
	font-size: 18px;
	line-height: 18px;
	color: #26aabf;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}








/* --------------------------------- TABLE STYLES ------------------------------------ */


.globalTable, .globalTableDoneRight {
	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;
box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.75);
-webkit-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.75);
}





.globalTable table, .globalTableDoneRight 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:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;

}
.globalTable table tr:first-child td:first-child, .globalTableDoneRight table thead tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;

	
}
.globalTable table tr:first-child td:last-child, .globalTableDoneRight table thead tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;

}
.globalTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

}

.globalTable tr:hover td, .globalTableDoneRight tr:hover td {
	background: #d1f8fe;
	font-weight: 700;
}



.globalTable tr:nth-child(odd), .globalTableDoneRight tr:nth-child(odd){ background-color:#e6e6e6; }
.globalTable tr:nth-child(even), .globalTableDoneRight tr:nth-child(even)    { background-color:#ffffff; }

.globalTable td, .globalTableDoneRight td{
	vertical-align:middle;
	
	border-collapse: collapse;
	border:0px solid red;
	border-width: 0px 0px 0px 0px;
	text-align:center;
	padding:12px;
	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, .globalTableDoneRight tr:last-child td{
	border-width:0px 0px 0px 0px;
}
.globalTable tr td:last-child, .globalTableDoneRight tr td:last-child{
	border-width:0px 0px 0px 0px;
}
.globalTable tr:last-child td:last-child, .globalTableDoneRight tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.globalTable tr:first-child td, .globalTableDoneRight table thead tr:first-child td{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7fc140+1,7fc140+100 */
background: #26aabf;

	border:0px solid #fff;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;

	font-weight:bold;
	color:#fff;
}

.globalTable tr:first-child td:first-child, .globalTableDoneRight table thead tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.globalTable tr:first-child td:last-child, .globalTableDoneRight table thead tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}



.tableButton {
	border: 2px solid #fff;
	background: #7fc140; 
	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: #0e9943; 

}



/* --------------------------------- LOGOUT POPUP AREA ------------------------------------ */

#logout .title {
	text-align: center;
	font-family: 'montserratlight';
	font-size: 24px;
	line-height: 28px;
	color: #7fc140;
	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: #7fc140; 
	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: #0e9943; 
	text-decoration:none;
}



















.footer {
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #d2d2d2;
	padding: 20px 0px 0px 0px;  
	margin: 40px 0px 0px 5px;
	color: #616161; 

}






a 	      {  text-decoration: underline; color: #7fc140; }
a:active      {  color: #7fc140; text-decoration: underline;  }
a:hover	      {  color: #7fc140; text-decoration: none;  }


.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;
}
