@charset "utf-8";
/* CSS Document */

/*#main_content {
	width:calc(100% - 332px);
}*/

div.sheet {
	background:#FFF;
	
	/*padding:30px;
	margin-right:30px;*/
	margin-bottom:20px;
}

div.sheet.limit {
	width:100%;
	background-color:#f2f8fc;
	padding:0px 25px 50px 25px;
	margin-top:50px;
}

div.sheet td.col_left {
	width:40%;
	background-color:#f9f9f9;
	padding:30px !important;
	color:#3a3a3a;
}

div.sheet div.col_middle {
	float:left;
	width:32%;
	margin-right:2%;
}

div.sheet td.col_right {
	margin-right:0px;
}

div.sheet div.col_right img {
	width:100%;
	max-width:745px;
	height:auto;
}

div.sheet div.login_button_container {
	font-size:16px;
}

div.sheet div.login_button_container div.left {
	float:left;
	margin-top:6px;
}

div.sheet div.login_button_container div.right {
	float:right;
}

#login_msg,
#recover_msg {
	display:block;
	padding:10px;
	opacity:0;
	
	transition:opacity ease 0.3s;
}

#login_msg.visible,
#recover_msg.visible {
	opacity:1;
}

#login_msg.ok,
#recover_msg.ok {
	background:#e5f5e5;
	color:#090;
}

#login_msg.error,
#recover_msg.error {
	background:#fde8e9;
	color:#FF0000;
}

#register_dealer_details {
	padding:10px;
	background-color:#f3f3f3;
	margin-bottom:30px;
}

div.sheet div.register_button_container {
	margin-top:30px;
}

div.sheet div.register_button_container div.left {
	float:left;
}

div.sheet div.register_button_container div.right {
	float:right;
}

div.msgbox {
	padding:15px 30px;
	margin-bottom:30px;

	color:#090;
	font-size:15px;
	
	background:#e5f5e5;
}

div.msgbox.limit {
	width:778px;
}

div.top_row_container {
	margin-right:30px;
	margin-bottom:30px;
	height:34px;
	margin-top:50px;
}

div.tab_container {
	float:left;
}

div.tab_container a.tab {
	display:block;
	float:left;
	text-align:left;
	white-space: nowrap;
	color:#3a3a3a;
	font-weight:500;
	
	width:250px;
	line-height:32px;
	
	padding-bottom:1px;
	transition:all ease 0.1s;
	position: relative;
	margin-right:5px;
	
	height:33px;
}

div.tab_container a.tab::after{
	content:"";
	display: block;
	position: absolute;
	bottom:-10px;
	height:9px;
	background-color:#dedede;
	border-radius:10px;
	overflow: hidden;
	width:100%;
}
div.search_container .wrapper::after{
	content:"";
	display: block;
	position: absolute;
	bottom:-7px;
	height:9px;
	background-color:#dedede;
	border-radius:10px;
	overflow: hidden;
	width:75%;
}

div.tab_container a.tab:hover {
	color:#000;
	text-decoration:none;
}

div.tab_container a.tab.sel,
div.tab_container a.tab.sel:hover {
	color:#0072bb;
	padding-bottom:0px;
}

div.tab_container a.tab.sel::after{
	background-color:#555555;
}

div.tab_container a.tab.sel::before{
	content: '';
  width: 2px;
  height: 2px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  padding: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  transform: rotate(-45deg);
  transition: border-color ease-in-out 0.3s;
  margin-left: 0px;
  border-color: #d7d7d7;
  margin-right: 10px;
	display: inline-block;
}

div.tab_container div.line {
	display:block;
	width:100%;
	float:left;
}

div.search_container {
	float:left;
	position:relative;
}

div.search_container div.wrapper {
	box-sizing:content-box;
	position:absolute;
	left:0px;
	top:8px;
	
	width:0px;
	height:28px;
	overflow:initial!important;
	
/*	padding-left:35px !important;*/
	display: flex;
	align-items: center;
	cursor:pointer;
/*	background:url(/images/icon_search_users.png) no-repeat;*/
/*	background-position:left top;*/
}

div.search_container.closed div.wrapper {
	left:0px;
	width:338px;
	height:28px;
}
div.search_container.opened div.wrapper {
	left:0px;
	width:338px;
}

div.search_container.focus .wrapper::after {
	background-color: #555555;
}
div.search_container input {
	display:block;
	width:293px;
	border:none;
	background:#fff;
	color:#3a3a3a;
	font-size:15px;
	font-weight:500;
	line-height:18px;
	padding-bottom:4px;
	transition:ease border 0.3s;
}

/*
div.search_container input:focus {
	color:#0072bb;
	border-bottom:1px solid #0072bb;
}
*/

div.search_container span.icon {
	display:inline-block;
	
	width:20px;
	height:20px;
	overflow:hidden;
	
	margin-right:15px;
	
	cursor:pointer;
	background:url(images/icon_search.png) no-repeat;
	background-position:top;
}
div.search_container span.icon.focus {
	cursor:default;
	background-position:bottom;
}

div.container_output {
	margin-top:70px;
}

div.sheet a.doc_number {
	display:inline-block;
	
	color:#3a3a3a;
	font-size:20px;
	font-weight:500;
	
	margin-bottom:30px;
}

table.tbl_order_list {
	border-collapse:collapse;
	width:100%;
}

table.tbl_order_list td {
	vertical-align:top;
}

table.tbl_order_list a {
	color:#232b3e;
}

table.tbl_order_list td.dates {width:22%;}
table.tbl_order_list td.client {width:22%;}
table.tbl_order_list td.total_price {padding-right:10px !important; color:#0072bb;}
table.tbl_order_list td.status {width:230px; padding-right:10px !important;}

table.tbl_order_list td.icons {width:100px;}
table.tbl_order_list td.icons div.wrapper {float:right;}

div.status_box {
	
	margin:0px auto 10px auto;
}

div.status_box span{
	display: inline-block;
	width:36px;
	height:38px;
	border-radius:4px;
	vertical-align:middle;
	margin-right:10px;
	background-position: center center;
	background-repeat:no-repeat;
}

div.status_box span.yellow {
	background-color:#e8da79;
	background-image:url(/images/order_status_yellow.png);	
}

div.status_box span.orange {
	background-color:#e8a04c;
	background-image:url(/images/order_status_orange.png);
}

div.status_box span.blue {
	background-color:#32a0c9;
	background-image:url(/images/order_status_blue.png);
}

div.status_box span.green {
	background-color:#70e889;
	background-image:url(/images/order_status_green.png);
}

div.status_box span.red {
	background-color:#a91736;
	background-image:url(/images/order_status_red.png);
}

table.tbl_art_list {
	border-collapse:collapse;
	width:100%;
}

table.tbl_art_list tr.row_header {
	color:#a4a4a4;
}

table.tbl_art_list tr {
	border-bottom:1px solid #a4a4a4;
}

table.tbl_art_list tr:last-child {
	border-bottom:1px solid #0072bb;
}

.row_header{
	
	color:#393939 !important;
	font-size:21px;
	font-weight: bold;
}

.row_header>td{
	border-top:1px solid #bfbfbf !important;
	padding-top:15px !important;
}

table.tbl_art_list td {
	padding-bottom:12px;
	vertical-align:top;
}

table.tbl_art_list tr.row td {
	vertical-align:top;
	padding:22px 0px;
}

table.tbl_art_list a {
	color:#232b3e;
}

table.tbl_art_list a:hover {
	color:#232b3e;
	text-decoration:underline;
}

table.tbl_art_list td.img {width:180px;}
table.tbl_art_list td.title {padding-right:10px !important;}
table.tbl_art_list td.measurements {width:22%; padding-right:10px !important;}
table.tbl_art_list td.prices {width:330px; position:relative;}
table.tbl_art_list td.icons {width:100px;}
table.tbl_art_list td.icons div.wrapper {float:right;}

table.tbl_art_list td.img img {
	transition:all ease 0.3s;
}

table.tbl_art_list td.img:hover img {
	transform: scale(1.1);
}

table.tbl_measurements {
	border-collapse:collapse;
}

table.tbl_measurements tr,
table.tbl_measurements tr:last-child {
	border-bottom:none;
}
table.tbl_measurements td:nth-child(2) {
	font-weight:bold;
}

table.tbl_art_list td.prices div.status {
	
}

table.tbl_prices {
	border-collapse:collapse;
}
table.tbl_prices td {
	padding:0px !important;
}

table.tbl_prices tr,
table.tbl_prices tr:last-child {
	border-bottom:none;
}

table.tbl_prices td.price {width:100px;}
table.tbl_prices td.quantity {width:130px;}
table.tbl_prices td.discount {width:100px;}

table.tbl_prices div.form_discount {
	margin-top:-9px;
}
#edit_order_po{
	display: inline;
	margin-top: 10px
}
#show_order_po{
display: none;
}
.form_order_po #show_order_po{
	margin-top: 30px;
}
.form_order_po{
	margin-top:10px;	
}
div.form_order_po a.update{
	margin-top:23px;
	position: relative!important;
	display: inline!important;
	top: 0px!important;
}
table.tbl_prices div.form_discount a.update,
 div.form_order_po a.update {
	display:none;
	width:35px;
	
	position:absolute;
	top:40px;
	left:0px;
	
	text-align:center;
	font-size:12px;
	color:#232b3e;
}

table.tbl_prices div.form_discount a.update:hover {
	color:#0072bb;
}

div.totals_wrapper {
	float:right;
	margin-top:30px;
}

div.totals_wrapper div.total_discount {
	font-size:14px;
	text-align:right;
	
	margin-bottom:5px;
}

div.totals_wrapper div.total_price {
	font-size:18px;
	color:#0072bb;
	font-weight:500;
	text-align:right;
}

div.totals_wrapper div.total_wholesale_price {
	font-size:18px;
	color:#a91736;
	text-align:right;
	
	margin-top:5px;
}

div.totals_wrapper div.total_discount span,
div.totals_wrapper div.total_price span,
div.totals_wrapper div.total_wholesale_price span {
	display:inline-block;
	min-width:70px;
	text-align:right;
}

div.sheet_blue {
	background:#f2f8fc;
	padding:30px;
	margin-right:0px;
	margin-bottom:10px;
}

div.sheet_top_titles{
	background:#ebe8e8;
	padding:30px;
	margin-right:0px;
	margin-bottom:10px;
}

div.sheet_blue div.box,
div.sheet_top_titles div.box{
	float:left;
	width:calc(20% - 20px);
	line-height:22px;
	margin-right:30px;
}

div.sheet_blue div.box a {
	color:#232b3e;
}

div.sheet_blue div.box a.button {
	width:180px;
	margin-bottom:10px;
}

div.sheet_blue div.form_element.form_notes {
}

div.sheet_blue div.form_element.form_notes textarea {
	border-color:#cecece;
	margin:7px 0px 10px 0px;
	border-radius:4px;
}

table.tbl_client_list {
	border-collapse:collapse;
	width:100%;
}

table.tbl_client_list td {
	vertical-align:top;
}

table.tbl_client_list a {
	color:#232b3e;
}

table.tbl_client_list td.title {width:22%;}
table.tbl_client_list td.address {width:22%;}
table.tbl_client_list td.contact {width:22%;}
table.tbl_client_list td.additional_info {width:22%;}

table.tbl_client_list td.icons {width:100px;}
table.tbl_client_list td.icons div.wrapper {float:right;}

a.new_client {
	color:#232b3e;
	margin-right:30px;
	margin-bottom:10px;
}

a.new_address {
	color:#232b3e;
	margin-top:7px;
	margin-right:30px;
}

a.user_icon {
	display:block;
	box-sizing:border-box;
	
	float:left;
	margin-left:5px;
	
	width:37px;
	height:37px;
	
	background-color:#FFF;	
	background-repeat:no-repeat;
	background-position:center;
	
	border:1px solid #939393;
	border-radius: 3px;
	transition:background ease 0.2s;
}

a.user_icon.view {
	background-image:url(images/user_icon_view.png);
}

a.user_icon.edit {
	background-image:url(images/user_icon_edit.png);
}

a.user_icon.delete {
	background-image:url(images/user_icon_delete.png);
}

a.user_icon:hover {
	background-color:#F1F1F1;
}

.member_data .form_element{
	width:32%;
	float:left;
	margin-right:2%;
}

.member_data .form_element:nth-child(3n+1){
	margin-right:0px;
}

h1:not(.normal){
  margin-bottom: 0px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0px;
  text-align: left;
  color: #d9d9d9;
  font-size: 48px;
}

h2{
	font-size:24px;
	padding-top:50px;
}

div.main_wrapper{
	padding-top:130px;
}

#main_content{
	padding-top:0px !important;
}

div.form_element span,
div.form_element input[type="checkbox"] + label div.text,
div.form_element input[type="checkbox"] + label div.text a{
	color:#757575;
}

#orders_output .sheet{
	border-bottom:1px solid #555555;
	padding-bottom:30px;
	margin-bottom:30px;
	color:#3a3a3a;
}

#layout_sizing table.tbl_measurements {
	width:100%;
	border-collapse: collapse;
	border-radius: 8px;
	margin-top:30px;
}

table.tbl_measurements tr:nth-child(3) td{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	padding-top:20px !important;
}

.tbl_art_list table.tbl_measurements tr:nth-child(3) td{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top:0px !important;
}

table.tbl_measurements tr:nth-last-child(1) td{
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	padding-bottom:20px !important;
}

table.tbl_measurements td {
	height: 50px;
	padding:8px 15px !important;
	background-color: #f9f9f9;
}

.tbl_art_list table.tbl_measurements td{
	height: auto !important;
	padding:0px 5px !important;
	background-color: #fff !important;
}

table.tbl_measurements tr td.head {
	color:#3164a7;
	border-left:5px solid #3164a7;
	background-color: #fff;
	font-size:30px;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
	line-height:20px;
}

table.tbl_measurements tr.head > td {
	color:#FFF;	
	background-color: #3c4143;
}

table.tbl_measurements tr > td.title {
	/*background-color: #dedede;*/	
	border-right:5px solid #fff;
	width:30%;
}

div.input_box input {
	line-height:40px;
	
	border:none;
	border:1px solid #d2d3d2;
	background:#fff;
	
	font-size:16px;
	color:#757575;
	border-radius:6px;
	padding-left:15px;
	padding-right:15px;
}

div.input_box input:focus {
	color:#3c4143;
}

div.input_box select {
	/*margin:7px 0px 30px 0px;*/
	padding-right:25px;
	
	color:#3c4143;
	font-size:16px;
	line-height:40px;

	background: url('/images/dropdown_arrow_big.png') no-repeat #fff;
	background-position: right top 5px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	border-radius:6px;
	border:1px solid #d2d3d2;
	
	padding-left:15px;
}

div.input_box select.focus {
	color:#3c4143;
	background-position: right bottom;
}

.col_full{
	margin-top:30px;
}

.register_button_container .left,
.register_button_container .right{
	float:left;
	width:50%;
}

.register_button_container .left{
	padding-top:10px;
}

.register_button_container .right{
	width:20%;
	float:right;
}

.register_button_container .left .text{
	width:calc(100% - 26px);
	padding-top:0px !important;
}