@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('/admin/fonts/websymbols-regular-webfont.eot');
	src: url('/admin/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/admin/fonts/websymbols-regular-webfont.woff') format('woff'),
		url('/admin/fonts/websymbols-regular-webfont.ttf') format('truetype'),
		url('/admin/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #000000;
	color: #434350;
	/*font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;*/
	font-family: "MyriadPro","Myriad Pro",MyriadPro,sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
input {
	/*border: 1px solid #cccccc;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 249px;*/
}
textarea { 
	border: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
}
.note {
	line-height:18px;
}
.text_input {
	border: 1px solid #cccccc;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 249px;
}

a {
	outline: none;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.page_container {
	margin: 0 auto;
	width: 1056px;
}

/******************************/
/**** MAIN CONTENT CLASSES ****/
/******************************/
.content_container {
	background: url('/admin/images/ipro_admin_repeat.jpg') repeat-y;
	width: 1056px;
	overflow: auto;
}
	.inner_content_container {
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 0 0;
		width: 990px;
	}
		.clear {
			clear: both;
		}
			.scroller_container {
				float: left;
				height: 272px;
			}
				.scroller {
					float: left;
					height: 272px;
					overflow: hidden;
					width: 989px;
				}
				.scroller_button {
					color: #ffffff;
					float: left;
					margin: 0 10px 0 0;
				}
					.scroller_button div {
						background: #4175a2;
						border: 1px solid #6288aa;
						height: 16px;
						padding: 5px 0 0 12px;
						width: 18px;
					}
				
				.scroller_button_active div {
					background: #084b7f;
				}
					.scroller_button:hover div {
						background: #084b7f;
					}
		.footer {
			background: url('/admin/images/ipro_admin_footer.jpg') top no-repeat;
			height: 151px;
			padding-bottom: 20px;
			width: 1056px;
		}
.courses_inner_container {
	margin: 0 auto;
	overflow: auto;
	padding: 0 0 0 0;
	width: 990px;
}
	.courses_content {
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 0 0;
		width: 990px;
	}
		
		.course_title {
			padding: 0 0 0 0;
			width: 100%;
		}
			.course_title h1 {
				text-align: center;
			}

/************************/
/**** HEADER CLASSES ****/
/************************/
.header_container {
	background: url('/admin/images/ipro_admin_header.jpg') top no-repeat;
	height: 174px;
	top: 0px;*/
	width: 1056px;
	position: relative;
}
	.inner_header_container {
		min-height: 35px;
		margin: 0 90px;
		padding: 20px 0;
	}
		.logout_header_container {
			text-align: right;
		}
			.logout_link_txt {
				color: #ffffff;
				font-size: 14px;
			}
			.logout_link {
				color: #ffffff;
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
			}
				.logout_link:hover {
					color: #eeeeee;
					text-decoration: underline;
				}
				.logout_link:visited {
					color: #ffffff;
				}
		.logo_container {
			float: left;
			margin: 0 0 0 5px;
		}
			.logo_container img {
				float: left;
			}
			.logo_container span {
				float: left;
				color: #B5B5B5;
				/*Trajan Pro*/
				font-family: Trajan Pro;
				font-size: 8pt;
				margin: 16px 0 0 5px;
			}
		.login_container {
			float: right;
			padding: 0 5px 0 0;
			margin: -5px 0 0 0;
		}
	.header_helper_icons {
		position: relative;
	}
		.header_icon {
			padding: 20px 10px 0 0;
			flex: 0 1 auto !important;
		}
		.flip_it .header_icon {
			padding: 20px 0 0 10px;
		}

/**************************/
/**** MAIN NAV CLASSES ****/
/**************************/
.main_nav {
	position: absolute;
	top: 100px;
	width: 1056px;
}
	.inner_main_nav {
		height: 17px;
		margin: 0 0 0 30px;
		padding: 0px 0 10px 10px;
		width: 979px;
	}
		.inner_main_nav ul {
			list-style-type: none;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		
		.main_nav_left {
			float: left;
		}
			.main_nav_left ul {
				
			}
				.main_nav_left ul li {
					display: inline;
				}
					.main_nav_left ul li a div {
						float: left;
						color: #FFFFFF;
						font-size: 9pt;
						font-family: Trajan Pro;
						padding: 9px 15px 5px 15px;
						text-transform: uppercase;
					}
					.main_nav_left ul li a:hover div {
						text-decoration: underline;
					}
					.main_nav_left ul li a.main_nav_current div {
						text-decoration: underline;
					}
		.main_nav_right {
			float: right;
			margin: 0 10px 0 0;
		}
			.main_nav_right ul {
				
			}
				.main_nav_right ul li {
					display: inline;
				}
					.main_nav_right ul li a div {
						float: left;
						color: #FFFFFF;
						font-size: 9pt;
						font-family: Trajan Pro;
						padding: 9px 15px 5px 15px;
						text-transform: uppercase;
					}
					.main_nav_right ul li a:hover div {
						text-decoration: underline;
					}
					.main_nav_right ul li a.main_nav_current div {
						text-decoration: underline;
					}
					
		

/**************************/
/**** NEW STUFF CLASSES ****/
/**************************/		

/* !iProIcons using font-face */
.svg_icons {
	font-family: 'WebSymbolsRegular';
}
.svg_icons.transist {
	cursor: pointer;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
	.itemGreen:hover {
		color: #56b34a;
	}
	.itemRed:hover {
		color: #d0283d;
	}
.too_small_icon {
	font-size: 1.5em;
}

/* !iPro Forms */
.ipro_form {
	font-family: Arial;
}
	.ipro_form .logical_grouping {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.ipro_form input[type="text"], .ipro_form input[type="number"] {
		font-size: .8em;
		padding: 3px .35em;
		background: #EEEEEE url('/images/common/input-bg.gif') repeat-x 0 1px scroll;
		border: 1px solid #AAA;
	}
	.ipro_form select {
		-webkit-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
		-moz-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
		-o-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
		-ms-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
		box-shadow: 0 0 5px rgba(0, 60, 0, .5);
	}
	
	.ipro_form .ui-state-highlight {
		border: 1px solid #2e83ff;
		background: #b6dbee url('/js/jquery/images/ui-bg_highlight-soft_100_b6dbee_1x100.png') 50% top no-repeat;
		color: #434350;
	}
	
	.ipro_form .ui-state-error {
		border: 1px solid #ec231a;
		background: #eceadf url('/js/jquery/images/ui-bg_inset-soft_100_eceadf_1x100.png') 50% bottom no-repeat;
		color: #434350;
	}
	

/* !iPro Tables */
.ipro_table {
	width: 100%;
}
	.ipro_table tr:nth-child(even) {
		background-color: #cbcbcb;
	}
	.ipro_table tr:nth-child(odd) {
		background-color: #efefef;
	}
	.ipro_table tr:hover {
		background-color: #efefff !important;
	}
		.ipro_table tr th {
			background: linear-gradient(to bottom, #380000 0%, #131313 100%);
			background: -moz-linear-gradient(top, #380000 0%, #131313 100%);
			background: -o-linear_gradient(top, #380000 0%, #131313 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#380000), color-stop(100%,#131313));
			color: #ffffff;
			font-family: Helvetica;
			font-size: 1.1em;
			font-weight: bold;
			height: 30px;
			line-height: 30px;
			text-shadow: 0px 0px 2px #ff9999;
			white-space: nowrap;
		}
		.ipro_table tr td {
			border: 1px dotted #777777;
			color: #444444;
			font-family: Helvetica;
			font-size: inherit;
			height: 20px;
			line-height: 20px;
			vertical-align: top;
		}
			.ipro_table a {
				border-bottom: 1px dashed #D00;
			}
		.ipro_table .centered {
			text-align: center;
		}
		.ipro_table .pad_left {
			padding-left: 5px;
		}	
		.ipro_table .pad_right {
			text-align: right;
			padding-right: 5px;
		}	
	.ipro_table tr.deleted_row {
		background-color: #ffcdcd !important;
	}
	.ipro_table tr.deleted_row:hover {
		background-color: #ffcdef !important;
	}
	.ipro_table tr.unsaved_row {
		background-color: #ffffcd !important;
	}
	
	.ipro_table thead tr th.header.headerSortUp, .ipro_table thead tr th.header.headerSortDown {
		background: #000000;
	}
	.ipro_table thead tr th.headerSortUp:after {
		content: " \27F0";
	}
	.ipro_table thead tr th.headerSortDown:after {
		content: " \27F1";
	}
	

/* !Wizard */

.ipro_waiting_dialog .waiting_circle {
	background-color: rgba(0,0,0,0.2);
	border:5px solid rgba(222,15,25,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #000000;
	width:50px;
	height:50px;
	margin:0 auto;
	margin-top: 35px;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
}
.ipro_waiting_dialog .waiting_circleX {
	background-color: rgba(0,0,0,0.9);
	border:5px solid rgba(222,15,25,0.9);
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #000000; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #000000;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #000000; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}



.ipro_tooltip {
	background: #4c4c4c;
	background: linear-gradient(to bottom, #4C4C4C 0%, #131313 100%);
	background: -moz-linear-gradient(top, #4C4C4C 0%, #131313 100%);
	background: -o-linear_gradient(top, #4C4C4C 0%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#131313));
	color: white;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	/*height: 16px;
	line-height: 16px;*/
	text-shadow: 0px 0px 2px #F99;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ipro_tabs {
	/* styles will go here */
}

.ipro_call_wizard .ipro_tabs>div {
	/*height: 585px;*/
	overflow: auto;
}
.ipro_call_wizard .ipro_tabs h3 {
	text-align: center;
}
.ipro_call_wizard .ipro_tabs .client_edit_form_holder {
	float: none !important;
	width: auto !important;
}
.ipro_call_wizard .ipro_tabs .wizard_tab_innerds {
	/*min-height: 450px;*/
	height: auto;
	max-height: 1650px;
}
.ipro_call_wizard .ipro_tabs .wizard_content_text {
	/*min-height: 450px;*/
	height: auto;
	max-height: 1650px;
}
.ipro_call_wizard .ipro_tabs .write_notes_flex_box {
	/*display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;*/

	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
	.ipro_call_wizard .ipro_tabs .write_notes_flex_box>* {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
#call_wizard_dialog .wizard_finisher_container {
	float: right;
	display: none;
}
	#call_wizard_dialog .wizard_finisher_container button {
		/*box-shadow: goldenrod 0px 0px 100px;*/
		font-size: 0.9em;
	}
.ipro_call_wizard #wizard_snapshot h4, .ipro_call_wizard #wizard_snapshot p {
	margin: 0;	
}
.ipro_call_wizard #call_purpose_status {
	background: #BE0D09;
	color: white;
	padding: 10px;
}
	.ipro_call_wizard #call_purpose_status.ready_to_go {
		background: #eceadf;
		color: black;
		line-height: 2em;
		overflow: auto;
	}
.ipro_call_wizard #coaching_streams_container {
	background: #D8D8FF;
	color: black;
	padding: 5px 10px;
	display: none;
}
.wizard_question_link, .wizard_convenience_link {
	cursor: pointer;
}
	.wizard_question_link:hover, .wizard_convenience_link:hover {
		text-shadow: #003300 1px -1px;
	}
	.wizard_question_link.fa-magnet {
		color: #BE0D09;
	}
	.wizard_question_link.fa-check-circle {
		color: green;
	}

.hud_item {
	box-shadow: inset 0px 0px 1em #9999FF;
	padding: 1em;
	border: solid black 1px;
	min-height: 1em;
}
	.hud_item .fa-li {
		top: 1em;
	}

#wizard_pseudo_edit_page {
	max-height: 445px;
	overflow: auto;
}

/* !iProButtons */
/* label and submit button method (for forms) */
.ipro_submit_button_container_label {
	background: transparent url('/admin/images/ipro_button_left.png') left top no-repeat;
	display: inline-block;
	height: 38px;
}
	.ipro_submit_button {
		background: transparent url('/admin/images/ipro_button_right_slider.png') right top no-repeat;
		border: none;
		color: white;
		cursor: pointer;
		font-size: 18px;
		height: 38px;
		left: 3px;
		margin: 0px;
		position: relative;
	}
.ipro_submit_button_container_label:active {
	background: transparent url('/admin/images/ipro_button_left.png') left bottom no-repeat;
}	
	.ipro_submit_button:active {
		background: transparent url('/admin/images/ipro_button_right_slider.png') right bottom no-repeat;
	}

/* span and anchor link method (for link buttons) */
.ipro_link_button_container_span {
	background: transparent url('/admin/images/ipro_button_left.png') left top no-repeat;
	display: inline-block;
	height: 38px;
	text-align: center;
}
	.ipro_link_button {
		background: transparent url('/admin/images/ipro_button_right_slider.png') right top no-repeat;
		border: none;
		color: white;
		cursor: pointer;
		display: block;
		font-size: 18px;
		height: 22px;
		left: 3px;
		margin: 0px;
		padding: 8px;
		position: relative;
	}
.ipro_link_button_container_span:active {
	background: transparent url('/admin/images/ipro_button_left.png') left bottom no-repeat;
}	
	.ipro_link_button:active {
		background: transparent url('/admin/images/ipro_button_right_slider.png') right bottom no-repeat;
	}
	.ipro_link_button:visited,
	.ipro_link_button:hover,
	.ipro_link_button:active {
		color: white;
	}
	
.required_but_empty {
	background-color: #FEEFEF;
	border-color: #FF3333;
}

/* !iPro Reports */
button#toggle_multi_me, button#toggle_multi_me span {
	padding: 0px !important;
	font-size: 1.2em !important;
	line-height: 1em !important;
}
.greybar {
	background-color: #dcdcdc;
	background-image: linear-gradient(top , rgb(229,229,229) 0%, rgb(212,212,212) 100%);
	background-image: -o-linear-gradient(top , rgb(229,229,229) 0%, rgb(212,212,212) 100%);
	background-image: -moz-linear-gradient(top , rgb(229,229,229) 0%, rgb(212,212,212) 100%);
	background-image: -webkit-linear-gradient(top , rgb(229,229,229) 0%, rgb(212,212,212) 100%);
	background-image: -ms-linear-gradient(top , rgb(229,229,229) 0%, rgb(212,212,212) 100%);			
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(229,229,229)), color-stop(1, rgb(212,212,212)));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 35px;
}
.report_filter_bar.greybar {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 50px;
	padding: 0px 10px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-box-orient: horizontal;
	-moz-box-align: center;
	-moz-box-pack: justify;
	-moz-box-orient: horizontal;
	box-align: center;
	box-pack: justify;
	box-orient: horizontal;
}
.report_filter_bar input {
	padding: 0px 10px;
	line-height: 30px;
}
.report_filter_bar {
	text-align: center;
}

.report_filter_bar .vertical_fill>* {
	line-height: 1em;
	text-align: justify;
}

/* New iPro Styles */
.siteTooltip {
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	border: 1px solid #cbcbcb;
	border-radius: 20px;
	box-shadow: none;
	color: #f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
}
.title_gradient {
	background: linear-gradient(to bottom, #4c4c4c 0%, #131313 100%);
	background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -o-linear_gradient(top, #4c4c4c 0%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313));
	color: #ffffff;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-shadow: 0px 0px 2px #ff9999;
}
.data_row {
	border: 1px dotted #777777;
	color: #444444;
	font-family: Helvetica;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
}
	.centered {
		text-align: center;
	}
	.pad_left {
		padding-left: 5px;
	}
.svg_icons {
	cursor: pointer;
	font-size: 15px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
	.svg_icons:hover {
		color: #5ad844;
	}
	.opener_icon:hover {
		color: #56b34a;
	}
	.closer_icon:hover {
		color: #d0283d;
	}
	.itemGreen:hover {
		color: #56b34a;
	}
	.itemRed:hover {
		color: #d0283d;
	}
.add_button {
	background: linear-gradient(to bottom, #564426 0%, #A79476 80%, #A79476 100%);
	background: -moz-linear-gradient(top, #564426 0%, #A79476 80%, #A79476 100%);
	background: -o-linear_gradient(top, #564426 0%, #A79476 80%, #A79476 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#564426), color-stop(80%,#A79476), color-stop(100%,#A79476));
	color: #ffffff;
	cursor: pointer;
	font-family: Helvetica;
	font-size: 14px;
	border: 1px solid #A79476;
	border-radius: 3px;
	padding: 3px 7px;
}
	.svg_icons_white {
		cursor: pointer;
		font-size: 15px;
	}
	
.tab_row:nth-child(even) {
	background-color: #cbcbcb;
}
.tab_row:nth-child(odd) {
	background-color: #efefef
}
.tab_highlight {
	background-color: #b5d9ff;
}
#dialog-delete {
	display: none;
}
	#dialog-delete p {
		color: #555555;
		font-family: Helvetica;
		font-size: 13px;
		font-style: italic;
	}
:focus:required {
	border-color: #339933;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
	-o-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
	-ms-box-shadow: 0 0 5px rgba(0, 60, 0, .5);
	box-shadow: 0 0 5px rgba(0, 60, 0, .5);
}
:invalid, :focus:invalid { 
	border-color: #ff0000;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	-moz-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	-o-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	-ms-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	box-shadow:0 0 5px rgba(255, 0, 0, .8);
}
form:invalid {
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.search_highlight {
	background-color: #77ff77;
}

.fa[onclick] {
	cursor: pointer;
}

.strikedollar {
	color: green;
}
	.strikedollar:after {
		content: "";
		position: relative;
		right: 0.55em;
		border-left: solid green 2px;
	}

.product_stricken, .ipro_table tr.product_stricken td {
	color: gray !important;
	text-decoration: line-through !important;
}
.product_fading, .ipro_table tr.product_fading td {
	color: gray !important;
}
	

/* Big Square Link Animation Button Things */
.nav_box {
	display: box;
	box-align: center;
	box-orient: horizontal;
	box-pack: center;
	display: -moz-box;
	-moz-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
}

.ca-menu{
	overflow: auto;
    padding: 0;
    margin: 0px auto;
    list-style-type: none;
    width: 100%;
}
.ca-menu li{
    width: 310px;
    height: 300px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 1px 25px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 25px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 25px rgba(0,0,0,0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon.svg_icons{
    font-family: 'WebSymbolsRegular', cursive;
}
.ca-icon{
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-icon.fa{
    line-height: 150px;
    font-size: 60px;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 1.5em;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%; 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover{
    background-color: #000;
}
.ca-menu li:hover .ca-icon{
    color: #ff2020;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
    color: #ff2020;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #000;
    background-color: #ff2020;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}



/* !_____ FLExING _____ */
.unwrapping_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
	.unwrapping_flex.flip_it {
		-webkit-flex-flow: row-reverse nowrap;
		-moz-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
	}
	.unwrapping_flex>* {
		-webkit-flex: auto;
		-moz-flex: auto;
		flex: auto;
		
		overflow: hidden;
	}
	
.unwrapping_spacing {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content:space-around;
}
	.unwrapping_spacing>* {
		-webkit-flex: initial;
		-moz-flex: initial;
		flex: initial;
		
		overflow: hidden;
	}
	
.wrap_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
	.wrap_flex>* {
		-webkit-flex: none;
		flex: none;
	}

.twins_parent {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow-x: hidden;
}
	.twins_parent.flip_it {
		-webkit-flex-flow: row-reverse nowrap;
		-moz-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
	}
	.twins_parent>* {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		
		overflow: hidden;
	}
	.twins_parent>.equal_siblings {
		-webkit-flex: 1 1 50%;
		-moz-flex: 1 1 50%;
		flex: 1 1 50%;
	}
	
.triplets_parent {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content:space-between;
	overflow-x: hidden;
}
	.triplets_parent>* {
		-webkit-flex: 1 1 33%;
		-moz-flex: 1 1 33%;
		flex: 1 1 33%;
		
		overflow: hidden;
	}
	
.triplets_parent.center_my_children {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content:center;
}
	.triplets_parent.center_my_children.always_thirds>* {
		-webkit-flex: 0 1 33%;
		-moz-flex: 0 1 33%;
		flex: 0 1 33%;
		
		overflow: hidden;
	}
	
.triplets_parent>:nth-child(2) {
	padding: 0 0.5em;
}

.vertical_fill {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content:space-between;
}
.vertical_fill.flip_it {
	-webkit-flex-flow: column-reverse nowrap;
	-moz-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap;
}

.vertical_fill>* {
	-webkit-flex: none;
	-moz-flex: none;
	flex: none;
}

.vertical_cozy {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content:center;
}

.vertical_cozy>* {
	-webkit-flex: none;
	-moz-flex: none;
	flex: none;
}

.vertical_bottoms_up {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content:flex-end;
}

.vertical_bottoms_up>* {
	-webkit-flex: initial;
	-moz-flex: initial;
	flex: initial;
}

.vertical_fit {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.vertical_fit>* {
	-webkit-flex: auto;
	-moz-flex: auto;
	flex: auto;
}


/* !Quick View Layout */
.name_card_header td {
	text-align: center;
}

/*.little_title_rule, .little_title_rule td {
	text-transform: uppercase;
	border-bottom: solid #BBBBBB 1px;
	color: #999999;
	text-align: left;
}*/
.little_title_rule, .little_title_rule td {
	text-transform: uppercase;
	border-bottom: solid #BBBBBB 1px;
	color: #999999;
}
	.little_title_rule p, .little_title_rule td, .details_summary_container>.details_summary_focus1 .little_title_rule p {
		margin-bottom: 0px;
		margin-top: 5px;
		font-size: 13px;
	}
	.little_title_rule :last-child {
		text-align: right;
	}
	.little_title_rule :first-child {
		text-align: left;
	}
	.little_title_rule td:first-child {
		width: 45%;
	}
.bigger_title_row {
	margin-top: 5px;
	text-align: left;
}
	.bigger_title_row h1, .bigger_title_row h2, .bigger_title_row h3, .bigger_title_row h4, .bigger_title_row h5, .bigger_title_row h6 {
		margin: 0;
	}
	/*
	.bigger_title_row :last-child, .ipro_call_wizard .ipro_tabs .bigger_title_row h3:last-child, table.name_card_header tr.bigger_title_row td:last-child {
		text-align: right;
	}
	.bigger_title_row :first-child, .bigger_title_row td:first-child {
		text-align: left;
	}*/
	.ipro_call_wizard .ipro_tabs .bigger_title_row td:last-child h3, table.name_card_header tr.bigger_title_row td:last-child {
		text-align: right;
	}
	.bigger_title_row td:first-child {
		text-align: left;
	}
	.bigger_title_row :first-child a, .bigger_title_row td :first-child a {
		color: inherit;
	}
.details_summary_container>div, .details_summary_focus2>div.unwrapping_flex>div {
	margin: 0 10px;
}
.details_summary_focus1 {
	font-size: 1.75em;
}
.details_summary_focus2 .primary_metric {
	font-size: 1.25em;
}
.primary_metric {
	/*color: #5599DD !important;*/
	color: #000000 !important;
}
.secondary_metric {
	/*color: #7799BB !important;*/
	color: #380000 !important;
}
.ternary_metric {
	/*color: #999999 !important;*/
	color: #443300 !important;
}
.subwords {
	font-size: 0.75em;
}
.flex_half {
	width: 50%;
}
.flex_third {
	width: 33%;
}
.flex_hard_width[data-hard-width] {
	width: attr(data-hard-width);
}



/* !Header Helper Icons */
.headerHelper {
	position:relative;
}
.headerHelper[data-badge]:after {
	content:attr(data-badge);
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:.8em;
	background:#564426;
	color:#000;
	width:18px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	font-weight: bold;
	
	display: none;
}
.flip_it .headerHelper[data-badge]:after {
	right: inherit;
	left: -10px;
}
.headerHelper:hover[data-badge]:after {
	display: inline-block;
}


.headerHelper {
	-moz-box-shadow:inset 0px 1px 0px 0px #A79476;
	-webkit-box-shadow:inset 0px 1px 0px 0px #A79476;
	box-shadow:inset 0px 1px 0px 0px #A79476;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #564426), color-stop(1, #A79476));
	background:-moz-linear-gradient(top, #564426 5%, #A79476 100%);
	background:-webkit-linear-gradient(top, #564426 5%, #A79476 100%);
	background:-o-linear-gradient(top, #564426 5%, #A79476 100%);
	background:-ms-linear-gradient(top, #564426 5%, #A79476 100%);
	background:linear-gradient(to bottom, #564426 5%, #A79476 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#564426', endColorstr='#A79476',GradientType=0);
	background-color:#564426;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #A79476;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.headerHelper:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A79476), color-stop(1, #564426));
	background:-moz-linear-gradient(top, #A79476 5%, #564426 100%);
	background:-webkit-linear-gradient(top, #A79476 5%, #564426 100%);
	background:-o-linear-gradient(top, #A79476 5%, #564426 100%);
	background:-ms-linear-gradient(top, #A79476 5%, #564426 100%);
	background:linear-gradient(to bottom, #A79476 5%, #564426 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A79476', endColorstr='#564426',GradientType=0);
	background-color:#A79476;
}
.headerHelper:active {
	position:relative;
	top:1px;
}	


@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.9, 0.9);}
    50% {-webkit-transform: scale(1.2, 1.2);}
    100% {-webkit-transform: scale(0.9, 0.9);}
}


/*
#ucid_generator_container {
	padding-bottom: 0.5em;
}
.ucid_generator_div {
	border: solid black 2px;
	text-align: center;
	flex: 1 1 50%;
	padding-bottom: 1em;
}
.ucid_generator_div.chosen_generation_source {
	background-color: #eceadf;
}
	.ucid_generator_div h4 {
		margin-bottom: 0.5em;
	}

#ucid_generator_container .ui-widget {
    font-size: 0.75em;
}

#unique_customer_id_generation_source_options_container input {
	width: 250px;
}
*/


@-webkit-keyframes pulsateBar {
    0% {box-shadow: inset 0px 0px 5px lightblue;}
    35% {box-shadow: inset 0px 0px 10px cyan;}
    50% {box-shadow: inset 0px 0px 10px green;}
    65% {box-shadow: inset 0px 0px 10px magenta;}
    100% {box-shadow: inset 0px 0px 5px lightblue;}
}
@keyframes pulsateBar {
    0% {box-shadow: inset 0px 0px 5px lightblue;}
    35% {box-shadow: inset 0px 0px 10px cyan;}
    50% {box-shadow: inset 0px 0px 10px green;}
    65% {box-shadow: inset 0px 0px 10px magenta;}
    100% {box-shadow: inset 0px 0px 5px lightblue;}
}

.pulsate_bar {
	/*border: solid lightblue 2px;
	background: #fffff3;*/
	-webkit-animation: pulsateBar 2s;
	-webkit-animation-iteration-count: infinite;
	animation: pulsateBar 2s;
	animation-iteration-count: infinite;
}



.pc_badge_toolong {
	width: 130px;
	max-width: 130px;
	overflow: hidden;
	white-space: pre-wrap;
	text-align: left;
}

td.couldbetoolong {
	overflow-wrap: anywhere;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
}
table.prep_center_slim th {
	padding: 0.25em;
	line-height: inherit;
	height: inherit;
	font: 1em;
}
table.prep_center_slim td {
	padding: 0.25em;
}

