
html {background:white;}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10pt;
	background: #efefef;
	font-family: 'Open Sans', sans-serif;
}

a {
    color: #ac7b05;
}
	input[type="text"], input[type="password"], input[type="email"] {
		/* position: relative; */
		/* padding: 2px 4px; */
		padding: 5px;
		font-family: Arial, sans-serif;
		font-size: 9pt;
		/* display: block; */
		outline: none;
		border: #ccc solid 1px;
		border-top-style: inset;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.addlInfoColumn.sortColumn a {
	    color: #b68404;
	}
	
	input[type="button"], input[type="submit"], input[type="reset"], .admin-button {
	    margin:0 5px;
		padding: 12px 15px;
		color: #fff;
		font-family: "Helvetica Neue", Arial, sans-serif;
	    font-size: 12px;
	    text-align: center;
	    text-decoration:none; 
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    background: #023c4b; /* for browsers that don't support gradient */
		outline: none;
		-webkit-appearance: none;
		border: 0;
		text-transform: capitalize;
		transition: all .3s;
	}
	
div.projectCategory .levelCount {
    font-weight: 600;
}

		input[type="button"]:hover, input[type="submit"]:hover {
		    background: #b58500;
		    cursor: pointer;
		}

		input[type="button"]:active, input[type="submit"]:active {
		    background: #b58500; /* for browsers that don't support gradient */
		    cursor: pointer;
		}
	

	input[name*="date"] {
		background: #fff url(/images/library/icon_calendar.png) no-repeat 98% 50%;
	}

	
textarea {
    position: relative;
    padding: 2px 4px;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    display: block;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: rgba(0,0,0,0.1) solid 1px;
}
	
		.mceExternalToolbar {
			/* left: -25px; */
			z-index: 2000;
		}

		.mceLayout, .mceIframeContainer {
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

	a img {
		border-width: 0;
	}
	
	:-moz-any-link:focus {
		outline-width: 0;
	}


	/* Admin Window Buttons */
	.admin-button {
	    margin:0 5px;
		padding: 10px 20px;
		color: #fff;
		font-family: "Helvetica Neue", Arial, sans-serif;
	    font-size: 12px;
	    text-align: center;
	    text-decoration:none; 
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    background: #023c4b; /* for browsers that don't support gradient */
		outline: none;
		-webkit-appearance: none;
		border: 0;
		display: inline-block;
		text-transform: capitalize;
	}
	
			.admin_button img {
				display: none;
			}
	
		.project a.admin-button, .project2 a.admin-button, .project a.admin-button:hover, .project2 a.admin-button:hover {
			color: #fff;
		}
	
		.admin-button .admin-button-icon, .admin-button .button-icon {
			position: absolute;
			top: 7px;
			left: 8px;
			border-width: 0;
		}
		
			.admin-button .button-icon {
/*
				top: 5px;
				left: 5px;
*/
				width: 12px;
				height: 12px;
				display: none;
			}

div#header {
    background: #023c4b;
}
	
		    .admin-button.admin-button-right .admin-button-icon {
				left: auto;
				right: 8px;
				display: none;
		    }

		    .admin-button.admin-button-right .button-icon {
/*
				left: auto;
				right: 5px;
*/
		    }
	
/*
	    .admin-button .admin-button-icon-right {
	    	float: right;
	    	margin: 1px 4px 0 0;
	    }
*/
		.admin-button {
			transition: all .3s
		}
		.admin-button:hover {
		    background: #b58504;
		}
		
		.admin-button:active {
		    background: #b58504;
		}



	.select_box_replacement {
		position: relative;
		height: 9px;
		line-height: 17px;
		color: #333;
		background: url(/images/select_box_bg.jpg) no-repeat 100% 50%;
		border: #666 solid 1px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}

		.select_box_replacement.select_box_replacement_active {
			background: url(/images/select_box_active_bg.jpg) no-repeat 100% 50%;
		}

	.select_box_replacement_list {
		position: absolute;
		width: 94%;
		margin: 0;
		padding: 0;
		border: #666 solid 1px;
		background: #fff;
		/* background: rgba(255, 255, 255, 0.9); */
		z-index: 15;
	}

		.select_box_replacement_list li {
			position: relative;
			padding: 5px 3px;
			color: #333;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 8pt;
			list-style: none;
			background-color: transparent;
			cursor: pointer;
		}

			.select_box_replacement_list li.selected {
				background-color: #ccc;
			}

			.select_box_replacement_list li.hover {
				/* color: #fff; */
				background-color: #ddd;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

	div.plupload {
		cursor: pointer;
	}

		div.plupload input[type="file"] {
			padding: 0;
			height: 100%;
			cursor: pointer;
		}
	
	.notification {
		position: absolute;
		top: 0;
		width: 350px;
		padding: 5px;
		text-align: center;
		z-index: 5000;
	}

		.notification-success {
			background-color: #b8d487;
			border: #749f27 solid 2px;
		}

		.notification-warning {
			background-color: #eaf06e;
			border: #dac31c solid 2px;
		}

		.notification-error {
			background-color: #df6f6f;
			border: #8f2c2c solid 2px;
		}

#ams_main_container {
    position: relative;
    background: #023c4b;
}
			
#ams_header {
    position: relative;
    top: 0px;
    width: 80%;
    height: 101px;
    margin: 0 auto;
    padding: 0;
    background: #023c4b;
}
		
			#ams_logo {
				position: absolute;
				top:20px;
				left:0px;
			}
		
#ams_navigation {
    position: absolute;
    /* height: 36px; */
    top: 29px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #3f3f3f;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    text-align: left;
    text-align: right;
    background: #023c4b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

				#ams_navigation li {
/*
					float: left;
					margin-right: 20px;
*/

					position: relative;
					float: left;
					margin: 0 auto;
					padding: 0;
					list-style-type: none;
					text-decoration: none;
					text-align: right;
				}
		
				#ams_navigation :last-child {
					margin-right: 0;
				}

					#ams_navigation li a {
/*
						color: #999;
						font-weight: 800;
						text-decoration: none;
*/
						padding: 8px 12px;
						margin: 0;
						color: #ffffff;
						font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
						font-size: 12px;
						text-decoration: none;
						text-align: center;
						border: 0;
						display: block;
						transition: all .3s;
					}

					#ams_navigation li a:hover, #ams_navigation li a.active {
					    /* color: #333; */
					    color: #fff;
					    text-decoration: none;
					    background: #b68503;
					}

					#ams_navigation li:first-child a {
						border-radius: 3px
					}
					#ams_navigation li:last-child a {
						border-radius: 3px;
					}
	

#user_info {
    float: left;
    width: 330px;
    background: #f2f2f2;
}

			#user_info p {
				margin: 0;
			}
		
		div#userContainer .user {
		    padding: 1.75em;
		    margin: 15px 0;
		}
#ams_container_bg {
    position: relative;
    /* padding-top: 30px; */
    background: white;
}

#ams_container {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    border-top: 6px solid #ab7c05;
}
#ams_body {
    position: relative;
    min-height: 400px;
    padding: 20px 0px;
    background-color: #fff;
    background: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
}
.projectCategory {
    /* color: #15828c; */
    font-variant: normal;
    font-weight: bold;
    overflow: hidden;
    font-size: 20px;
}				

input[name="fldSearch"], input[id="fld_userSearch"], input[name="fld_campaign_other"], input[type="text"], input[type="password"], input[type="email"], input[type="password"], input[type="number"], input[type="date"] {
    min-width: 53%!important;
    border: none;
    background-color: #f2f2f2;
    min-height: 35px;
    padding-left: 13px;
    font-size: 14px;
    margin: 5px 0;
    border: rgba(0,0,0,0.1) solid 1px;
    box-sizing: border-box;
}

input[type="password"] {
	background-color: #f2f2f2;
}




/* Signpost Overrides */

.sp_row {
	position: relative;
	display: flex;
	align-items: baseline;
}

	.sp_row .sp_left,
	.sp_row .sp_right {
		float: none;
	}

	.sp_row.sp_precast.precast-grid {
		display: block;
	}
	
	.sp_row.sp_files {
		display: block;
	}



p.user_name {
    font-weight: 600;
    font-size: 21px;
}
					#ams_body h2 {
						margin: .83em 0 .4em;
						padding-bottom: .1em;
						font-weight: normal;
						border-bottom: #e2e2e2 solid 1px;
					}
					
#ams_body .projectCategory {
    border: 0;
    display: block;
    text-transform: capitalize;
}
						
						#ams_body .levelSpacer {
							height: 0;
						}
						
					#ams_body .campaign-edit, #ams_body .campaign-edit a {
					    color: #ac7b05;
					    font-weight: 400;
					    font-size: 12px;
					}
						
					#ams_body .campaign-edit a:hover {
					    color: #ac7b05;
					}
	
					#ams_body h2 span {
						color: #999;
					}
					
					.ams_row {
						position: relative;
						margin: 0 0 10px;
					}
					
						.ams_left_column {
							position: relative;
							float: left;
							width: 220px;
						}
					
						.ams_right_column {
							position: relative;
							float: right;
							width: 580px;
						}
	
				#ams_footer {
					position: relative;
					padding: 10px;
				}


#ams_statistics {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#ams_statistics li {
		position: relative;
		margin: 2px 0;
		padding: 2px 2px 2px 25px;
		color: #aaa;
		font-size: 11px;
		text-transform: uppercase;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
	}

		#ams_statistics li.stripped {
			color: #333;
			font-size: 12px;
			font-weight: 800;
			text-transform: none;
			background-color: #eee;
		}
		
		#ams_statistics li table {
			border-spacing: 0 0;
		}

		#ams_statistics li span {
			position: relative;
			display: block;
		}
		
			.statistics_numbers {
				padding-right: 10px;
				color: #00c;
				text-align: right;
			}
			
			.statistics_titles {
				text-transform: uppercase;
				text-align: left;
			}




/* ICONS */
.icon_all { background: url(/images/library/icon_all.png) no-repeat 4px 50%; }
.icon_audio { background: url(/images/library/icon_audio.png) no-repeat 4px 50%; }
.icon_video { background: url(/images/library/icon_video.png) no-repeat 4px 50%; }
.icon_image { background: url(/images/library/icon_image.png) no-repeat 4px 50%; }
.icon_document { background: url(/images/library/icon_other.png) no-repeat 4px 50%; }
.icon_trash { background: url(/images/library/icon_trash.png) no-repeat 4px 50%; }

/* .icon_link { background: url(/images/library/icon_link.png) no-repeat 4px 50%; } */
.icon_text { background: url(/images/library/icon_text.png) no-repeat 4px 50%; }
.icon_pdf { background: url(/images/library/icon_pdf.png) no-repeat 4px 50%; }

	/* small icons */
	.icon_small.icon_link { background: url(/images/library/icon_link_sm.png) no-repeat 4px 50%; }
	.icon_small.icon_text { background: url(/images/library/icon_text_sm.png) no-repeat 4px 50%; }
	.icon_small.icon_pdf { background: url(/images/library/icon_pdf_sm.png) no-repeat 4px 50%; }

/* Widget Icons */
.icon_sermon_outline { background: url(/images/library/icon_text.png) no-repeat 4px 50%; }
.icon_content_box { background: url(/images/library/icon_text.png) no-repeat 4px 50%; }
/* .icon_notes { background: url(/images/library/icon_notes.png) no-repeat 4px 50%; } */
/* .icon_notes { background: url(/images/note.png) no-repeat 4px 50%; } */
.icon_bible { background: url(/images/library/icon_bible.png) no-repeat 4px 50%; }
.icon_bible_youversion { background: url(/images/library/icon_bible.png) no-repeat 4px 50%; }
.icon_quicklinks { background: url(/images/library/icon_quicklinks.png) no-repeat 4px 50%; }
.icon_events { background: url(/images/library/icon_events.png) no-repeat 4px 50%; }
.icon_ads { background: url(/images/library/icon_ads.png) no-repeat 4px 50%; }
.icon_facebook_comments { background: url(/images/library/icon_facebook.png) no-repeat 4px 50%; }

/* Settings Icons */
.icon_layout { background: url(/images/settings/icon-layout.png) no-repeat 4px 50%; }
.icon_widget { background: url(/images/settings/icon-widgets.png) no-repeat 4px 50%; }
.icon_sharethis { background: url(/images/settings/icon-sharethis.png) no-repeat 4px 50%; }
.icon_launcher { background: url(/images/settings/icon-launcher.png) no-repeat 4px 50%; }

/* Account Icons */
.icon_account { background: url(/images/icons/home.png) no-repeat 4px 50%; }
.icon_users { background: url(/images/icons/user-group.png) no-repeat 4px 50%; }
.icon_user_edit { background: url(/images/icons/user-edit.png) no-repeat 4px 50%; }
.icon_user_add { background: url(/images/icons/user-add.png) no-repeat 4px 50%; }
.icon_user_delete { background: url(/images/icons/user-delete.png) no-repeat 4px 50%; }
.icon_password { background: url(/images/icons/key.png) no-repeat 4px 50%; }


/*
.icon_edit { background: url(/images/library/icon_edit_sm.png) no-repeat 4px 50%; }
.icon_upload { background: url(/images/library/icon_upload_sm.png) no-repeat 4px 50%; }
.icon_delete { background: url(/images/library/icon_delete_sm.png) no-repeat 4px 50%; }
*/


/* POPUP */

.ams_popup_backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6; filter: alpha(opacity=60);
	z-index: 1900;
}

.ams_popup {
	position: absolute;
	top: 65px;
	left: -417px;
	width: 800px;
	min-height: 265px;
	margin-left: 50%;
	padding: 15px;
	color: #fff;
	/* background-color: #666; */
	background-color: #000;
	border: #fff solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2000;
}

	.ams_popup_container {
		position: relative;
	}

		.ams_popup_column {
			position: relative;
			float: left;
			width: 243px;
			height: 100%;
			margin-left:35px;
		}
		
			.ams_popup_column_title {
				color: #fff;
				font-weight: 800;
			}
			
			.ams_popup_file_thumbnail_container {
				position: relative;
				width: 243px;
			}
			
				.ams_popup_file_thumbnail_upload {
					position: relative;
					text-decoration: none;
					display: block;
				}
					.ams_popup_file_thumbnail_container img {
						max-width: 237px;
						max-height: 174px;
						margin-top: 3px;
						border: #fff solid 3px;
					}

		.ams_popup_column:first-child {
			margin-left: 0;
		}
		
			.popup_edit input[type="text"], .popup_edit textarea {
				width: 231px;
				padding: 5px;
			}

				.popup_edit input[type="text"].select_box_replacement {
					width: 212px;
					padding-right: 19px;
				}
			
			.popup_edit textarea {
				height: 85px;
				resize: none;
			}
			
			.popup_controls,
			.inline_controls {
				position: absolute;
				bottom: 0;
				right: 0;
			}

				.popup_edit a.button_large,
				.inline_controls a.button_large {
					position: relative;
					float: left;
					margin: 0 0 0 10px;
					padding: 4px 25px;
					color: #666;
					font-weight: 700;
					line-height: 15px;
					text-align: center;
					text-decoration: none;
					background: #ddd url(/images/library/button_big.jpg) repeat-x 0 0;
					display: block;
					border: #ccc solid 1px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
				}
	
					.popup_edit a.button_large:active, .popup_edit a.button_large:hover,
					.inline_controls a.button_large:active, .inline_controls a.button_large:hover {
						background-position-y: -32px;
					}
				
				.popup_edit .popup_controls a.button_large img, .inline_controls .popup_controls a.button_large img {
					position: absolute;
					top: 5px;
					left: 7px;
				}



/* AUTOCOMPLETE MENU */
.ui-helper-hidden {
	display: none;
}

.ams_autocompleter {
	position: relative;
	width: 100%;
}
.ams_autocompleter input {
	/* z-index: 3100; */
}

.ams_autocompleter ul {
	position: absolute;
	top: 22px;
	/* margin: -10px 0 0; */
	/* padding: 10px 0 0; */
	width: 100%;
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	background: #fff;
	/* background: rgba(255, 255, 255, 0.9); */
	border: #000 solid 1px;
	border-top-width: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index: 3000;
}

	.ams_autocompleter ul li {
		position: relative;
		margin: 0 3px;
		padding: 3px;
		color: #000;
		font-size: 8pt;
		font-family: Helvetica, Arial, sans-serif;
	}

		.ams_autocompleter ul li.ui-state-active {
			background-color: #ddd;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

object { outline:none; }

			.clearDiv {
				margin-top: 40px;
				clear: both;
				border: #00f dashed 0px;
			}
	
			.formStyle {
				margin: 0;
			}
	
.projectList {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-top: 31px;
}
			
				.projectDescription { 
					position: relative;
					margin-top: 5px;
					padding-left: 10px;
					font-size: 11px;
					font-style: italic;
				}
	
				.projectWrap {
					position: relative;
					width: 600px;
					text-align: left;
				}
	
.project, .project2 {
    position: relative;
    margin: 10px 5px;
    padding: 17px;
    background-color: #f2f2f2;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    border: 1px solid #eaeaea;
}

#signpost-container .project,
#signpost-container .project2 {
	border: none;
	background-color: transparent;
}

div.funnel {
    position: relative;
    margin: 20px 5px;
    padding: 30px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    border: 1px solid #e9e9e9;
}
				
				.overdueDiv {
					margin: 10px 5px;
					padding: 6px;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
	
				.borderBlue { border: #47548F solid 1px; }
				.borderRed { border: #f00 solid 1px; }
	
				.project a, .project2 a {
					color: #b68503;
				}
	
/*
				.project a:hover, .project2 a:hover {
					color: #000;
				}
	
*/
				div.project2:hover, div.greenDiv:hover, div.project2 .user:hover, div#userContainer .user:hover {
				    
				    background-color: white;
				    color: inherit;
				}
				
/*
				div#userContainer .user:hover ul.user_info {
					border-color:white;
				}
*/
	
				div.project2:hover a:not(.admin-button) {
				    color: #b68503;
				}
				
				div.project2:hover form i {
					color: inherit;
				}
				
/*
				div.project2:hover .signpost_list,
				div.project2:hover .gateway_list {
					border-color: #f2f2f2;
				}
*/
				
				b.funnel {
				    font-size: 16px;
				    text-transform: capitalize;
				}

				.levelDiv, .signShow, .showGateway {
				    font-weight: 800;
				    text-decoration: none;
				    cursor: pointer;
				    text-transform: capitalize;
				}
	
					.status {
						position: absolute;
						width: 210px;
						right: 5px;
						top: 0;
						padding-top: 3px;
						border: #00f solid 0px;
					}
				
				.page_option a, .page_off {
					padding: 2px 5px;
					border: #999 solid 1px;
					color: #000;
					text-decoration: none;
				}
	
				.page_option a:hover, .page_active {
					padding: 2px 5px;
					border: #749F27 solid 1px;
					background-color: #B8D487;
					color: #fff;
				}
	
				.page_off {
					border: #c0c0c0 solid 1px;
					color: #666;
				}
				
			#emailWindow {
				position: absolute;
				top: 0px;
				left: 0;
				border: #000 solid 1px;
				background-color: #fff;
				width: 718px;
				padding: 5px;
				z-index: 500;
			}
	
	.logout {
		display: none;
	}
		.project {
		    padding: 29px 20px;
		}



#ams_logo img {
	max-height: 75px;
    padding: 12px 0;
    
}	

div#groupContainer .group {
    padding: 30px 20px;
    margin: 15px 0;
}			

.project.user, .project.template, .project.levelSort {
    background: #f2f2f2;
    margin-bottom: 10px;
}

.functionSort > a:link:not(.admin-btn), .functionSort > a:visited:not(.admin-btn) {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    background: #474B55;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #474B55;
    position: relative;
}
.functionSort > a:after {
    content: "\e986";
    font-family: 'progressing';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.functionSort a img {
    display: none;
}

.user_info {
    padding: 12px!important;
    margin: 5px 15px 0 10px;
    border: 0!important;
    background: #f2f2f2;
}

#frmSearchCriteria select, #frmLoadCriteria select, #frmLoadActions select {
    display: inline-block;
    width: auto;
    max-width: 40%;
    margin: 0;
}

select, select:focus {
    height: 33px;
    background: transparent;
    -webkit-background: #f5f5f5!important;
    border-radius: 0px!important;
    border: 1px solid #bbb9b9;
    box-shadow: none;
    text-transform: capitalize;
}

div.criteria_option {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: #ccc solid 1px;
    margin: 10px 0;
}

div.criteria_buttons {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}



.project input[type="text"] {
    background: #f2f2f2;
}

span.campaign-edit {
    font-size: 10px;
}

.projectCategory .levelCount {
    font-weight: normal;
    font-size: 19px;
}

div#functionForm {
    padding-bottom: 3em;
    background: white;
    border: none;
}

div.levelContainer {
    margin: 20px 0;
}

div.levelContainerToggle .projectList {
    border: none;
    padding: 0;
}

.levelDiv, .signShow, .showGateway {
    font-weight: 600!important;
    text-decoration: none;
    cursor: pointer;
}

b.showFunctions {
    font-weight: 600;
}

ul.account_info {
    padding: 12px;
    margin: 5px 15px 0 10px;
    border: #ccc solid 1px;
}

TD, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}
ul.signpost_list, .gateway_list, .function_list {
    padding: 5px;
    margin: 5px 15px 0 10px;
    border: #999 solid 1px;
}

.actions_option_container.project {
    background: white;
}

	
#header div.back {
    position: absolute;
    top: 19px;
    left: -4px;
    color: #ffffff;
    font-size: 10px;
    line-height: 34px;
    font-weight: 300;
    padding: 0px 10px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid white;
}
		
			#header a {
				position: relative;
				width: 100%;
				height: 100%;
				color: #fff;
				font-size: 12px;
				text-decoration: none;
				display: block;
			}
			
				#header h1 a.report {
					line-height: 2em;
					margin-bottom: .5em;
				}
		
		#header div#menu {
			position: absolute;
			top: 19px;
			right: -4px;
			width: auto;
			color: #ffffff;
			font-size: 12px;
			line-height: 34px;
			font-weight: 300;
			padding: 0px 10px;
			border: 1px solid white;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			text-align: center;;
		}

.container {
    position: relative;
    width: 94%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    min-height: 80px;
}

.projectCategory .levelCount {
    font-size: 19px;
    font-weight: 600!important;
}

form#frmUserSave table, form#frmUserSave td {
    background: white;
}

form#frmUserSave .project {
    background: white;
    border: none;
}

#account_information .project {
    background: white;
    border: none;
}

#timesheet_report .row_container.add_employee .timesheet_cell.employee_info h3 {
    height: 100%;
    color: #ac7b05!important;
    font-size: 1.2em;
    line-height: 4;
    text-align: center;
}


a.admin-button {
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px auto;
    padding: 0.5em 2em;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    background: #690303;
    background: rgb(2, 60, 75);
    outline: 0;
    border: 0;
    text-shadow: none;
    float: none;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
}

div.objectColumn .object_name_container {
    float: left;
    text-decoration: none;
    color: black;
}

p.object_name {
    margin: 2px 0;
    font-weight: 700;
}


div#timesheet_report .row_container .column_container.editable .timesheet_cell .add_time {
    padding: 2px;
    color: #ac7b05;
    text-decoration: none;
    display: inline-block;
}

div.timesheet_row_container .checkbox span {
    font-size: 2em;
    color: #ac7b05;
    display: block;
}

div.admin-buttons-container .admin-buttons {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
}

div.admin-buttons-container .admin-buttons .admin-button.import_employees, .admin-buttons-container .admin-buttons .admin-button.export_employees {
    float: left;
    width: auto;
}

div.admin-buttons-container .admin-buttons .admin-button.import_employees, div.admin-buttons-container .admin-buttons .admin-button.export_employees {
    float: left;
    width: auto;
}

div.timesheet_table .row_action_button {
    position: relative;
    margin-left: 0;
    z-index: 5;
}

div#timesheet_employees .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

div#addObject .project {
    background: white;
}

div.admin-buttons-container .admin-buttons .admin-button {
    /* max-width: 500px; */
    margin-right: 5px;
}

div.modal_header {
    background: #023c4b;
    padding: 10px 0;
}

div#modal .modal_note {
    padding: .5em 1em;
    background-color: #fff;
    border-left: 0px solid #720000;
}

div#modal .modal_container {
    position: absolute;
    left: 50%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 94%;
    max-width: 700px;
    /* min-height: 300px; */
    margin: 5em auto;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    -webkit-transition: 300ms ease-in-out 0.01s;
    -moz-transition: 300ms ease-in-out 0.01s;
    transition: 300ms ease-in-out 0.01s;
    -webkit-transform: translate(-50%, -60px) scale(0.95);
    -moz-transform: translate(-50%, -60px) scale(0.95);
    transform: translate(-50%, -60px) scale(0.95);
    opacity: 0;
    /* pointer-events: none; */
    box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
    overflow: hidden;
    display: none;
}

a.object_add.admin-button {
	margin-right: 15px;
}

#modal div#employee_info {
    background: white;
}

.modal_wrapper {
	padding: 2em;
    background: white;
}

div.modal_header .modal_wrapper {
	background: transparent;
}