﻿@charset "utf-8";

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}


html {
	background-image: url(../images/layout/background_body.gif);
	background-repeat: repeat;
	background-color: #beb7ac;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:focus, a:hover, a:active { outline:none }
a {
	color:#01946d;
	text-decoration: underline;
}
/*a:hover {
	color:#01B181;
	text-decoration:none;
}*/


.header, .main_menu {
	width:100%;
}
.header {
	background-color: #efece8;
	background-image: url(../images/layout/background_header.gif);
	background-repeat: repeat;
	position: relative;
}
.title_div {
	font-weight: bold;
	font-weight: 900;
    font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 26px;
	/*color: #544f48;*/
	line-height: 27px;
	text-transform: uppercase;
	float:left;
	padding-top: 11px;
	padding-left: 20px;
    color: #09714f;
    text-align:center;
}
.title_subdiv {
	font-size: 10px;
	line-height: 12px;
    font-family: "Arial Black", Arial, sans-serif, Helvetica;
    color:#646363;
    letter-spacing: 12px;
	
}
.clear {
	clear:both;
}
.right_side_head_container {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.profile_div {
	font-size: 18px;
	color: #565149;
	line-height: 18px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 4px 8px rgba(49,44,38,0.31);
	-webkit-box-shadow: 0px 4px 8px rgba(49,44,38,0.31);
	box-shadow: 0px 4px 8px rgba(49,44,38,0.31);
	padding: 8px 10px 8px 10px;
}


.user_welcome {
	display:inline-block;
	*display:inline;
	_display:inline;
	margin-right:16px;
	white-space:nowrap;
	vertical-align:baseline;
}

/* FOOTER BOX */
.hp_container_footer {
	background-color: #555049;
	background-image: url(../images/home/hp_back_bottom.gif);
	background-repeat: repeat;
	position: relative;
	
}
.hp_container_width {
	width: 938px;
	margin-left:20px;
	margin-right:auto;
}
/* AFFILIATES2 BOX */
.lv_other_affiliates_pannel {
	padding-top:28px;
	padding-bottom: 10px;
}
.lv_other_affiliates_pannel ul li {
	float: right;
	display: block;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6a655f;
}
.lv_other_affiliates_pannel ul li a {
	display: block;
	width: 130px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #cac4bb;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}
.lv_other_affiliates_pannel ul li a:hover {
	color: #fff;
}
.lv_other_affiliates_pannel h4 {
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	color: #beb9af;
}
.lv_other_affiliates_pannel h4,
.lv_other_affiliates_pannel ul li a {
	-moz-text-shadow: 0px -1px 0px #23201c;
	-webkit-text-shadow: 0px -1px 0px #23201c;
	text-shadow: 0px -1px 0px #23201c;
}
/* AFFILIATES2 BOX END */
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #938d85;
	padding-top: 7px;
	text-align: right;
}

/* FOOTER BOX END */


.master_container {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-width:900px;
}

.main_menu, .REC_MainMenu {
	background-color: #524d45;
	background-image: url(../images/layout/background_main_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	position: relative;
	display:block;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 10px;
}
.main_menu {
	padding-right: 0px;
	padding-left: 0px;
}

.REC_MainMenu .float_right {
	float:right;
	padding-right: 4px;
}

.main_menu .search_container {
    background-image: url("../images/background_search.gif");
    background-position: left bottom;
    background-repeat: repeat;
    float: left;
    height: 21px;
    margin-left: 10px;
    padding: 9px 10px;
    vertical-align: middle;
    width: 222px;
}

.main_menu .search_container:hover {
    background-image: url("../images/background_search_r.gif");
}

.main_menu .search_container input {
    background-color: transparent;
    background-image: none;
    border-style: none;
    display: block;
    float: left;
    font-size: 15px;
    padding: 1px 0 0 3px;
    text-transform: none;
    width: 190px;
}

.main_menu .search_container a {
    display: block;
    float: right;
    height: 21px;
    width: 26px;
}

.main_content_wrapper {
	background-color:#dcd5cc;
	margin: 20px;
	-moz-box-shadow: 0px 8px 12px rgba(110,97,80,0.5);
	-webkit-box-shadow: 0px 8px 12px rgba(110,97,80,0.5);
	box-shadow: 0px 8px 12px rgba(110,97,80,0.5);
	position: relative;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 22px;
	padding-left: 18px;
	background-image: url(../images/layout/background_main_continer_wrapper.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:auto;
}



/* MainContent */
.main_content {
	position: relative;
	background-color: #FAF9F8;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/layout/background_main_continer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	moz-box-shadow: 0px 4px 6px #aca397;
	-webkit-box-shadow: 0px 4px 6px #aca397;
	box-shadow: 0px 4px 6px #aca397;
	padding-top: 27px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.main_content h1, .main_content h3 {
	font-size: 30px;
	color: #554f47;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 30px;
}
.main_content h1 .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
}
.main_content p {
	display:block;
	color:#332e29;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 20px;
}
.section .attention {
	background-image: url(../images/layout/info_icon.png);
	background-position: 12px top;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	padding-left: 45px;
	display:block;
	padding-right: 12px;
	color:#000000;
}
.main_content h3 {
	font-size: 20px;
	color: #554f47;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}
.attention h4 {
	display:block;
	color:#37322c;
	font-weight: bold;
}
.attention a {
	font-weight: bold;
}
		/* MainContent - RightContainer*/
		.right_container {
		position: relative;
		display:block;
		font-size: 13px;
		color: #333333;
		padding-top: 0px;
		padding-right: 30px;
		padding-bottom: 0px;
		padding-left: 0px;
		}
		/* MainContent - RightContainerEnd*/
		
		/* MainContent - LeftContainer*/
		.left_container {
		width:180px;
		padding-left: 26px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #9e968b;
		}
		
		.left_container .step1, .left_container .step2, .left_container .step3 {
	background-image: url(../images/sprite_steps.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
	height: 220px;
	width: 63px;
	margin-right: 5px;
	float: left;
	margin-top: -7px;
		}
		
		.left_container .step2 {
			background-position: -33px -2px;
		}
		
		.left_container .step3 {
			background-position: -66px -2px;
		}
		
		.left_container ul {
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #ccc3ba;
	padding-top: 14px;
		}
		
		.left_container ul li {
		padding-bottom:45px;
		list-style-type: none;
		}
		
		.left_container ul li.passed {
		color: #554f47;
		}
		/* MainContent - LeftContainerEnd*/

/* MainContentEnd */

/* ------END NEW--------*/

.manage_images .mid_container {
	position: relative;
	background-color: #ecf1ef;
	display:block;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	font-size: 13px;
	color: #333333;
}
.mid_container h1, .ui-widget-content h1, .manage_images h1 {
	font-size:24px;
	color:#076957;
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif, Helvetica;
	text-transform: uppercase;
	margin:0px;
	line-height:24px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.manage_images h1 {
	font-size:18px;
	color:#5A6763;
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif, Helvetica;
	text-transform: uppercase;
	margin:0px;
	line-height:18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.mid_container h4 {
	font-size:14px;
	color:#48524F;
	font-weight: 900;
	font-family: "Arial Black", Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
	margin:0px;
	line-height:16px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.mid_container h2,.ui-widget-content h2 {
	font-size:17px;
	color:#48524F;
	font-weight: 900;
	font-family: "Arial Black", Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
	margin:0px;
	line-height:17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.mid_container h5, .ui-dialog-content h5, .manage_images h5 {
	font-size:14px;
	color:#006d48;
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif, Helvetica;
	text-transform: uppercase;
	margin:0px;
	line-height:16px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.manage_images h5 {
	line-height:14px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.red_x {
	display:inline-block;
	background-image: url(../images/red-x.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
	width: 24px;
}
.main_footer {
	position: absolute;
	margin-top: 25px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width:100%;
}
.main_footer li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 5px;
	list-style-type: none;
}
.main_footer ul {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
}
.main_footer ul li a {
	color: #00533B;
	font-size: 11px;
}
.main_footer ul li a:hover {
	color: #023B2D;
}
.logo_bbb {
	background-image: url(../images/sprite_logo.png);
	background-repeat: no-repeat;
	background-position: 0px -76px;
	height: 40px;
	width: 202px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.logo_cfsb {
	background-image: url(../images/sprite_logo.png);
	background-repeat: no-repeat;
	background-position: -214px -81px;
	height: 37px;
	width: 204px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.logo_eho {
	background-image: url(../images/sprite_logo.png);
	background-repeat: no-repeat;
	background-position: 10px -120px;
	height: 50px;
	width: 245px;
	float: left;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 10px;
}
.pipeline_title {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.infomessage {
	font-size:16px;
	color:#48524F;
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif, Helvetica;
	text-transform: uppercase;
	line-height:16px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 36px;
	background-image: url(../images/sprites_2.gif);
	background-repeat: no-repeat;
	background-position: left -438px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
	background-color:#ECF1EF;
}
.main_content_top {
	margin-left:10px;
	margin-right:10px;
	background-color: #ECF1EF;
	position:relative;
	height:10px;
}
.main_content_top_l {
	height:10px;
	width:10px;
	background-image: url(../images/ie_container_sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left:-10px;
}
.main_content_top_r {
	height:10px;
	width:10px;
	background-image: url(../images/ie_container_sprite.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:absolute;
	right:-10px;
}
.main_content_bottom {
	margin-left:10px;
	margin-right:10px;
	position:relative;
	height:19px;
	background-image: url(../images/ie_container_sprite_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_content_bottom_l {
	height:19px;
	width:10px;
	background-image: url(../images/ie_container_sprite.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position:absolute;
	left:-10px;
}
.main_content_bottom_r {
	height:19px;
	width:10px;
	background-image: url(../images/ie_container_sprite.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position:absolute;
	right:-10px;
}
fieldset a.pdf_download {
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 30px;
	padding:0px;
	margin:0px;
	background-color:#ecf1ef;
	display:inline-block;
	vertical-align:bottom;
}
fieldset a:hover.pdf_download {
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#B3BDBA;
}
.placeholder
{
  color: #aaa;
}
.report_pointer {
	background-image: url(../images/selected.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:84px;
	height:23px;
	margin-bottom:10px;
	margin-left:20px;
}

.pointer {
	cursor:pointer;
}
.activeWarehouse
{
    background-position: left -481px;
	padding-bottom:6px;
	padding-top:6px;
	background-color: #C3D69B;
}
.notactiveWarehouse
{
    background-position: left -481px;
	padding-bottom:6px;
	padding-top:6px;
	border: 1px solid #77933C;
}
.popup_reseter {
	padding:10px;
}
.popup_reseter .master_container
{
	min-width:inherit;
}
.popup_reseter .master_container .main_content 
{
	position: relative;
	display:block;
	padding:2s0px;
}
.popup_reseter .master_container .main_content  .attention {

	padding-bottom: 16px;
}

.change-password-right-container {
	padding-left: 1rem;
}