/* CSS Document */
html, body {
	height:100%;
	width:100%;
	font-size:12px;
	background:#FFF;
	/*background:#24439a; /*dark footer*/
	font-family:Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width:1250px;
	/*cursor:wait;*/
}
input::-ms-clear {
  display: none;
}


a, input, select, button, textarea {
	outline:none !important;
}
.date_pick {
	background-image:url(../images/ico_calendar.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px !important;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
}
img {
	border:none;
}

strong {font-weight:bold;}
.left {float:left;}
.right {float:right;}
.center {
  margin-left: auto ;
  margin-right: auto ;
}
.btn-submenu {
	display: none;
	overflow:auto;
	position:absolute;
	z-index: 1002;
	margin-top: 1px;
}
.btn-submenu ul li{
	list-style-type: none;   
	background-color: #747474;
    border-bottom: 1px solid #555555;
    border-top: 1px solid #828282;
}
.btn-submenu ul li a {
	color:#FFF;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:inherit;
}

/*Header elements*/
.header {
	background:url(../images/bg_header.png) repeat;
	min-height:93px;
	height: auto;
	background-size: contain;
}

.search_head {
	float:left;
	background:url(../images/logo_labtrackportal.png) top left no-repeat;
	height:48px;
	width:810px;
	margin-left:20px;
	padding:45px 0 0 0;
}

.search_head input {
	display:inline;
/* 	padding:4px 180px 4px 4px; */
/* 	width:410px; */
	width:580px;
	padding:4px;
	height:30px;
}
.search_head button {
	height:37px;
	width:60px;
	font-size:17px;
	margin-top:2px;
	vertical-align:top;
	display:inline;
}
.acc_search {
	width: 145px !important;
}

.search_head_type {
	width:170px;
	display:none;
}

.inside_src {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16pt;
	color:#a2a2a2;
	padding:10px 8px 0 8px;
	white-space:nowrap;
	position:absolute; 
	z-index:100;
	pointer-events:none;
}

.ie8 .inside_src {
	margin-left:1px;
	margin-top:1px;
	BACKGROUND-COLOR: white;
}
.search_head_field {
	width:500px;
	position:relative;
}

.language_bar {
	padding:2px 27px 0 0;
	/*margin:2px 0 5px 0;*/
	float:right;
/* 	position: absolute; */
	right:0px;
	top:5px;
}

.language_bar .dd_select {
	width:140px;
	height:28px;
	line-height:20px;
	display:none;
}

.user_panel {
	background:url(../images/bg_userpanel.png) repeat-x;
	width:330px;
	min-height:48px;
	height: auto;
	margin:40px 27px 0 20px;
	padding:5px 10px 5px 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#24439a;
	font-size:14px;
	clear:both;
	background-size: contain;
	margin-bottom: 10px;

	display: table;
}
.user_panel .cell {
	display: table-cell;
	vertical-align: middle;
}
.user_panel a {
	color:#24439a;
}

.user_panel .user_name {
	font-size:18px;
	font-weight:bold;
	width:230px;
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

/*Top Navigation*/
.top_menubar {
	background:url(../images/bg_menu.png) repeat-x;
	height:43px;
	padding:0 0 0 30px;
}

.menu_wrapper {
	background:url(../images/menu_sep.png) no-repeat left top;
	float:left;
	height:100%;
	padding-left:3px;
}
.menu_wrapper.right {
	float: right;
}
.menu_wrapper.right div{
	height:43px;
}

.menu_wrapper div {
	float:left;
	height:43px;
	padding:10px 10px 0 10px;
	font-size:16px;
	color:#666;
}
.menu_wrapper a {
	display:block;
	height:28px;
	padding-left:30px;
	padding-right:5px;
	padding-top:5px;
	background:no-repeat left top;
}
.menu_wrapper .help {
	width:70px;
}
.menu_wrapper .workrequests a {
	background-image:url(../images/ico_wr.png);
}
.menu_wrapper .shipping a {
	background-image:url(../images/ico_shipping.png);
}
.menu_wrapper .inventory a {
	background-image:url(../images/ico_inv.png);
}
.menu_wrapper .reports a {
	background-image:url(../images/ico_reports.png);
}
.menu_wrapper .invoices a {
	background-image:url(../images/ico_invoice.png);
}
.menu_wrapper .administration a {
	background-image:url(../images/ico_admin.png);
}
.menu_wrapper .help a {
	background-image:url(../images/ico_help.png);
}
.menu_wrapper .research a {
	background-image:url(../images/ico_research.png);
}

.menu_wrapper .workrequests.active a,.menu_wrapper .workrequests a:hover {
	background-image:url(../images/ico_wr_active.png);
}
.menu_wrapper .shipping.active a,.menu_wrapper .shipping a:hover {
	background-image:url(../images/ico_shipping_active.png);
}
.menu_wrapper .inventory.active a,.menu_wrapper .inventory a:hover {
	background-image:url(../images/ico_inv_active.png);
}
.menu_wrapper .reports.active a,.menu_wrapper .reports a:hover {
	background-image:url(../images/ico_reports_active.png);
}
.menu_wrapper .invoices.active a,.menu_wrapper .invoices a:hover {
	background-image:url(../images/ico_invoice_active.png);
}
.menu_wrapper .administration.active a,.menu_wrapper .administration a:hover {
	background-image:url(../images/ico_admin_active.png);
}
.menu_wrapper .help.active a,.menu_wrapper .help a:hover {
	background-image:url(../images/ico_help_active.png);
}
.menu_wrapper .research.active a,.menu_wrapper .research a:hover {
	background-image:url(../images/ico_research_active.png);
}

.menu_wrapper .sep {
	background:url(../images/menu_sep.png) no-repeat right top;
	width:3px;
	height:43px;
	padding:0;
	margin:0;
}

.menu_wrapper div a {
	color:#666;
}
.menu_wrapper div.active a, .menu_wrapper div a:hover {
	color:#24439a;
	text-decoration:none;
}
.menu_wrapper img{
	vertical-align:middle;
}

.menu_wrapper .active {
	background:url(../images/bg_menu_active.png) repeat-x top !important;
	color:#24439a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
.menu_wrapper ul {
	display: none;
	position:absolute;
	z-index: 1000;
}
.menu_wrapper ul li {
	display: block;
	padding: 5px 10px;
	background-color: #747474;
	list-style: none;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #555555;
	
}
.menu_wrapper ul li:hover {
	
	background-color: #666666;
}
.menu_wrapper ul li a {
	margin:0;
	padding:0;
	color:#FFF !important;
	background: none;
	background-image: none !important;
	font-size:14px;
	height:25px;
	padding-top:0 !important;
}


.cart {
	background:url(../images/bg_cart.png) repeat-x;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:auto;
	height:37px;
	margin:3px;
	color:#254698;
	font-size:14px;
}
.cart a {
	color:#254698;
	
}
.cart .dropdown {
	line-height:21px;
}
.cart li {
	list-style:none;	
}
.cart .caret {
	margin-top:10px;
}

.cart .dropdown:hover {
	background:none !important;
}


.cart .items {
	background:url(../images/ico_cart.png) no-repeat 4px 6px;
	padding:10px 10px 6px 50px;
	vertical-align:text-bottom;
}
.cart .menu {
	background:url(../images/sep_cart.png) no-repeat left top;
	height:100%;
	padding:8px;
}
.strong {
	font-weight: bold !important;
}
.hidden {
	display: none;
}
.top_subnav {
	background:url(../images/bg_subnav.png) #FFF repeat-x;
	height:32px;
	padding:0 0 0 30px;
	color:#FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:14px;
}

.top_subnav .left {
	padding: 10px;
}

.top_subnav a.active {
    font-weight: bold;
}

.top_subnav a {
	color:#FFF;
}

.top_subnav .right{ 
	background:url(../images/bg_subnav_dark.png) repeat-x;
	border-left:1px solid #999;
	height:32px;
	font-size:12px;
}
.top_subnav .left{
	padding-top:10px;
	display:inline;
}
.top_subnav strong {
	color:#b6b6b6;
}
.top_subnav .right .left {
	padding-top:10px;
}
.top_subnav .dropdown_container {
	float:left;
	line-height:18px;
	background:#333;
	padding-right:5px;
	font-weight:bold;
}
.top_subnav .menu_container {
	float:left;
	line-height:18px;
	padding-left:5px;
	padding-top:6px ;
}
.top_subnav .caret {
	margin-top:15px;
	border-top-color:#FFF;
	opacity:1;
}
.top_subnav .caret:hover {
	opacity:0.5;
}
.top_subnav .support_link {
	background:top left no-repeat;
	height:26px;
	float:left;
	margin:4px 20px 0 0;
}

.top_subnav .support_link.mail{
	background-image:url(../images/btn_support_email.png);
	width:31px;
}
.top_subnav .support_link.phone{
	background-image:url(../images/btn_support_phone.png);
	width:36px;
}
.top_subnav .support_link.chat{
	background-image:url(../images/btn_support_chat.png);
	width:52px;
}
.top_subnav .support_link.help{
	background-image:url(../images/btn_support_help.png);
	width:27px;
}


.top_subnav li {
	list-style:none;
}
.top_separator {
	background:url(../images/bg_sep.png) repeat-x;
	height:8px;
}

.small_separator {
	background:url(../images/bg_sep_small.png) repeat-x;
	height:5px;
	clear:both;
}

.main_wrapper {
	min-height:100%;
	overflow:visible;
}

/*Content*/
.content_wrapper a:hover {
	text-decoration:underline;
}
.content {
	padding:30px 30px 140px 30px;
	overflow:visible;
	overflow-y:hidden;
}
.content, .content_wrapper {
	overflow-x:hidden;
	min-height:300px;
}
.dropdown a:hover {
	text-decoration:none;
}

.content_wrapper {
	background:#FFF;
	/*min-height:100%;/**/
	font-size:14px;
	color:#666;
	line-height:16pt;
	height: auto !important;
	height: 100%;
	overflow:visible;
	margin: 0 auto -24px; /* bottom should be equal to .footer's margin-top*/
}

.content_wrapper_error {
	background:#FFF;
	/*min-height:100%;/**/
	font-size:14px;
	color:#666;
	line-height:16pt;
	height: auto !important;
	height: 100%;
	overflow:visible;
	margin: 0 auto -24px; /* bottom should be equal to .footer's margin-top*/
	background-color: transparent;
}

.content_wrapper a {
	color:#24439a;
}


h1 {
	font-size:28px;
	line-height:36pt;
	color:#000;
}

h2 {
	font-size:14pt;
	color:#24439a;
	line-height:18pt;
}
ul li{
	line-height:23pt;
	list-style-position:inside;
	padding-left:10px;
}

/*Footer elements*/
.footer
{ 
	background:#cbcbcb; /*light footer*/
	color:#24439a; /*light footer*/ 
	border-top:#d9dde1 solid 1px; /*light footer*/ 
	height:23px; 
	font-size:12px; 
	padding:0px 20px 0 0px; 
	margin-top: -24px; /* -(height + padding + border). See also .content_wrapper*/
}

.footer .right
{ 
	padding-top:5px; color:#323232; 
}

.footer .push {
	clear: both;
}
.footer p {
	padding:5px 0 0 10px;
}

.footer a {
	margin-left:8px;
	margin-right:8px;
}

/*Controls*/

input[type="checkbox"] {
}

/*field label hints*/

.button_blue {
	background:url(../images/btn_blue.png) repeat-x;
	height:30px;
	color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:5px 15px 0 15px;
	cursor:pointer;
	font-size:12pt;
}

.button_blue:hover {
	background:url(../images/btn_blue_hover.png) repeat-x;
}
.button_blue:active {
	background:url(../images/btn_blue_hit.png) repeat-x;
}

.button_gray {
	background:url(../images/btn_gray.png) repeat-x;
	height:30px;
	color:#666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:5px 15px 0 15px;
	font-size:12pt;
}

.button_gray:hover {
	background:url(../images/btn_gray_hover.png) repeat-x;
}
.button_gray:active {
	background:url(../images/btn_gray_hit.png) repeat-x;
}

.button_black {
	background:url(../images/btn_black.png) repeat-x;
	height:30px;
	color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:5px 15px 0 15px;
	cursor:pointer;
	font-size:12pt;
}

.button_black:hover {
	background:url(../images/btn_black_hover.png) repeat-x;
}
.button_black:active {
	background:url(../images/btn_black_hit.png) repeat-x;
}

.simple_form_head,
.form_head {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-ms-border-top-left-radius:5px;
	-ms-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	display:inline-block;
	width:100%;
	
	height:50px;
	color:#FFF;
	font-size:19px;
	font-weight:bold;
	background:url(../images/bg_form_head.png) repeat-x;
	
}
.form_head .left {
	padding:13px 20px 0 20px;
}
.form_head .right {
	padding:15px 10px 0 0;
}

.simple_form_body_padded {
	padding: 20px;
}

.simple_form_head_title {
    padding: 13px 20px 0;
    float:left;
}

.simple_form_body,
.form_body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:#ededed;
	border:#bcbcbc solid 1px;
	border-top:none;
}

.table_head.full {
	display:inline-block;
	width:100%;
	height:50px;
	color:#FFF;
	font-size:19pt;
	font-weight:bold;
	background:url(../images/bg_form_head.png) repeat-x;
	
}

.simple_form_head p,
.table_head p {
	padding:15px 20px 0 20px;
}

.simple_form_body,
.table_body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:#ededed;
	border:#bcbcbc solid 1px;
	border-top:none;
	
}

.table_footer {
	background:url(../images/bg_form_footer.png) repeat-x bottom;
	height:30px;
	margin:0;
	padding-bottom:10px;
}

.box_light {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#f2f6fb;
	border:#d9dde1 solid 1px;
	padding:10px 15px 10px 15px;
	overflow:auto;
}
.ellipsis {
	text-overflow: ellipsis;
}


/*date picker*/
div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index:9999;
}
.datepickerContainer {
	background: #f3f3f3;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../images/custom_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../images/custom_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/custom_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/custom_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/custom_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/custom_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/custom_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/custom_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #000;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #2a489a;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #999;
}
tbody.datepickerDays td.datepickerSelected{
	background: #bec9e3;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #576fb2;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled {
	background-color: lightgray;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.form_buttons {
	clear:both;
	display:block;
}

.form_buttons button {
	height:40px;
	background:#ececec 5px center no-repeat;
	color:#324184;
	border:none;
	border-left:#f9f9f9 solid 1px;
	border-right:#d0d0d0 solid 1px;
	margin:0;
	padding:5px 10px 0 30px;
	display:block;
	float:left;
}

.form_buttons button:hover {
	background:#dedede 5px center no-repeat;
	border-left:#d0d0d0 solid 1px;
}
.form_buttons button.btn_proxy {
	background-image:url(../images/btn_ico_proxy.png);
}

.form_buttons button.btn_addsel {
	background-image:url(../images/btn_ico_add.png);
}

.form_buttons button.btn_print {
	background-image:url(../images/btn_ico_print.png);
}

.form_buttons button.btn_dload {
	background-image:url(../images/btn_ico_dload.png);
}
.form_buttons button.btn_download {
	background-image:url(../images/dload_ico.png);
}

.form_buttons button.btn_edit {
	background-image:url(../images/btn_ico_edit.png);
}
.form_buttons button.btn_open {
	background-image:url(../images/btn_open.png);
}
.form_buttons button.btn_spawn {
	background-image:url(../images/btn_ico_copy.png);
}
.form_buttons button.btn_delete {
	background-image:url(../images/btn_ico_del.png);
}
.form_buttons button.btn_view {
	background-image:url(../images/ico_reports_active.png);
}

.form_buttons button.btn_invsend {
	background-image:url(../images/btn_inv_send_s.png);
}

.form_buttons button.btn_invcancel {
	background-image:url(../images/btn_inv_cancel_s.png);
}
.form_buttons button.btn_assign {
	background-image:url(../images/btn_ico_assign.png);
}
.form_buttons button.btn_view_contacts {
	background-image:url(../images/btn_ico_view_contacts.png);
	padding-left:35px;
}
.form_buttons button.btn_report {
	background-image:url(../images/btn_ico_copy.png);
}
.form_buttons button.btn_invoice {
	background-image:url(../images/btn_ico_invoice.png);
}
.form_buttons button.btn_compare {
	background-image:url(../images/compare_btn.png);
	padding-left:60px;
}
.form_buttons button.btn_compare.active{
	background-image:url(../images/compare_btn_active.png);
	-moz-box-shadow:    inset 0 0 5px #9ca5c5;
	-webkit-box-shadow: inset 0 0 5px #9ca5c5;
	box-shadow:         inset 0 0 5px #9ca5c5;
	border-left:#9ca5c5;
	border-right:#9ca5c5;
}
.wizard {
/* 	width:1000px; */
	margin: 0 auto;
	padding-top:20px;
	margin-bottom:70px;
}

.wizard div{
	float:left;
	background:url(../images/wiz_bg_undone.png) repeat-x;
	height:57px;
	border:1px 0 1px 0 solid #000;
	padding:0px 0 0 0px;
	color:#666;
	overflow: hidden;
}
.wizard .caption {
	font-size:19px;
	padding:0;
	padding-top:17px;
	background:none;
	width:162px;
	text-align: center;
	float:left;
}

.wizard div .arrow {
	height:57px;
	width:40px;
	float:left;
	padding:0;
	background:url(../images/wiz_arrow_undone.png) no-repeat right top;
}

.wizard .wiz_step {
	margin-left: -0.1%;
}

.wizard .wiz_current, .wizard .wiz_done {
	background:url(../images/wiz_bg_done.png) repeat-x;
	color:#FFF;
}
.wizard .wiz_current .caption, .wizard .wiz_done .caption{
	color:#FFF;
}

.wizard .wiz_current .arrow {
	background-image:url(../images/wiz_arrow_current.png);
}
.wizard .wiz_previous .arrow {
	background-image:url(../images/wiz_arrow_previous.png);
}
.wizard .wiz_done .arrow {
	background-image:url(../images/wiz_arrow_done.png);
}
.wizard .closing {
	padding-right:40px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
}

.wizard .opening {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-ms-border-top-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
}

input[type="text"].required, 
input[type="password"].required, 
textarea.required, 
span.required {
	border-color:#24439a;
	border-width:1px;
	font-weight:bold;
}

button.required.error, 
input[type="text"].required.error, 
input[type="password"].required.error, 
textarea.required.error,
span.required.error  {
	border-color:#cc3135;
	font-weight:normal;
}

div.required.error {
	border-style:solid;
	border-color:#cc3135;
	font-weight:normal;
}

span.error {
	padding:0;
	margin:0;
	display:block;
	font-size:12px;
	margin-top:-35px;
	margin-left:10px;
	color:#FFF;
}
span.fldErr {
	display: none !important;
}


#company_code {
    color: #000000;
}

span.blue {
    color: #24439A;
}

.qq-uploader { position:relative; width: 100%;}

/*.qq-upload-button {
    display:block;  or inline-block 
    width: 105px; padding: 7px 0; text-align:center;    
    background:#24439a; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}*/

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 30px; z-index:2;
    background:#999; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:11px; color:#FFF;
}
.qq-upload-drop-area-active {background:#24439a;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:none; display:inline;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px; display:inline;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

input.search {
/* 	background: url("../images/ico_search.png") no-repeat left center #fff; */
/* 	padding-left:20px; */
	padding-right:20px;
}

.clear-search {
	width:17px;
	height:17px;
	display: inline-block;
	background: url("../images/ico_search.png") no-repeat bottom;
	margin-left: -20px;
	vertical-align: middle;
	cursor: pointer;
}
.clear-search.clear {
	background-image: url("../images/btn_search_clear.png");
}

#legacy-instructions-table_wrapper .dataTables_scrollBody{
	overflow-x: hidden  !important;
/* 	min-height:300px; */
}

.btn-red, .btn-red:hover {
	color:#24439A;
	font-weight: bold;
	margin-left: 5px;
    margin-right: 5px;
}
.highlight {
	color:#666666;
    background-color: #FFFF88;
}
.ui-widget-header a:hover {
	color: #FFF;
}

.checkbox.disabled {
	opacity: 0.4;
}

*:focus {
    outline: 0;
}
.currency {
	text-align: right;
}
td span.currency {
	float:right;
}

.ie .filter_wrap input{
	font-size: 12px;
}

.accordion_footer_separator {
	background:url(../images/bg_sep_small.png) repeat-x;
	height:5px;
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

button.multiselect:focus {
/* 	border-color: rgba(82, 168, 236, 0.8); */
	border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.5);
/*	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);*/
	border-radius: 3px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	outline: 0 none;
}

/* button.ui-multiselect { box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;  } */

button.multiselect {
	text-align: left !important;
}

button.multiselect b{
	display: block;
	float: right;
	margin-left: 5px !important
	/*text-align: left !important;*/
}

.multiselect-search {
	width:90%
}

.wrap_sel.white_space_normal .multiselect-container > li {
    min-width: 400px;
}

.centered_buttons_container {
	width: auto;
	max-width: 240px;
	text-align: center;
	margin: 10px auto;
}
.centered_buttons_container button {
	margin-top: 0 !important;
}
.dialog_body {
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
	min-height: 105px;
}

/*PHASE 2 forms*/

.default-field-container .field-label {
  display: inline-block;
  width: 170px;
  padding-right: 5px;
  text-align: right;
  margin: 0;
  vertical-align: middle;
}

.default-field-container .top-aligned {
  vertical-align: top;
}

.default-field-container .field-value-holding-label {
  display: inline-block;
  width: 170px;
  padding-right: 5px;
  text-align: left;
  margin: 0;
  vertical-align: middle;
}

.default-field-container .field-placeholder {
	height: 30px;
	width: 395px;
}

.default-field-container .free-space  {
	height: 10px;
}

.mini-free-space {
	height:1px;
}

.default-field-container .field-wrap  {
	width: 395px;
}

.default-field-container input[type=text] {
	margin: 0;
}

.default-field-container .wrap_sel {
	padding: 0;
	margin: 0;
	width: 220px;
	display: inline-block;
}

.small-label {
	font-size: 12px;
}
/*END PHASE 2 forms END*/

/* design fixes */
.default_textarea {
	padding: 10px;
}
.button_100 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
.label_left {
	text-align: left;
	padding-left: 2px;
}
.textarea_95 {
	min-width: 95%;
	margin-bottom: 30px;
}
.textarea_100 {
	min-width: 100%;
	margin-bottom: 30px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dialog_error p {
	margin-top: 5px;
}
.inline-block {
	display: inline-block;
}
.m_top_10 {
	margin-top: 10px;
}
.table-settings-button i.icon-cog{
	background-image: url("../images/glyphicons-halflings-big.png");
	background-position: -605px 0;
	height: 18px;
	margin-top: -1px;
	margin-bottom: -1px;
	width: 20px;
}
/* end of desing fixes */
.modal_dialog {
	display: none;
}