/* CONNECTION */


* {
	box-sizing: border-box;
}
body {
/*	font-family: sans-serif;
	font-size: small;	*/

	-webkit-text-size-adjust: none;
	font: 12px/20px 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	background-color:#eee;
	height:100%;
}
a {
	text-decoration:none;
}
#copyright {
	width:400px;
	height:14px;
	color:#999;
	position:absolute;
	top:80%;
	left:50%;
	margin-left:-200px;
	margin-top:-7px;
	text-align:center;
}
#con_block {
	width:400px;
	height:280px;
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-200px;
	margin-top:-140px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d4e4ef; /* Old browsers */
	background: -moz-linear-gradient(top, #d4e4ef 0%, #86aecc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4e4ef), color-stop(100%, #86aecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4e4ef 0%, #86aecc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4e4ef 0%, #86aecc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4e4ef 0%, #86aecc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4e4ef 0%, #86aecc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 ); /* IE6-9 */
}
#con_block h5 {
	background-color:#252524;
	background-image:url("//www.vola.fr/styles/img/vola.jpg");
	height:100px;
	line-height:170px;
	vertical-align:text-bottom;
	color:#bbb;
	padding-left:25px;
}
#con_block label {
	width:100%;
	margin:2px 15% 2px 15%;
}
#con_block input {
	width:70%;
	margin:2px 15% 2px 15%;
	text-align:center;
	font-size:12px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	color:#444;
}
.connectbtn {
}
.connectbtn {
	width:auto;
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 248, 249, 1)), color-stop(50%, rgba(229, 235, 238, 1)), color-stop(51%, rgba(215, 222, 227, 1)), color-stop(100%, rgba(245, 247, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0 ); /* IE6-9 */
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:0;
	padding:2px;
	margin:0;
	cursor:pointer;
	color:#444;
}
.connectbtn:hover {
	color:#F00;
}
.connectbtn:active {
	vertical-align:text-bottom;
}
/*-----------------------------------------------------*/

#menu-bar {
	background-color:#282828;
	height:30px;
	color:#999;
}

#link {
	border-bottom:1px solid #CCC;
	height:96px;
	background-color:#3a3a3a;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
}

#link a {
	display:block;
	float:left;
	margin:8px 2px 0 2px;
	text-align:center;
	color:#fff;
}
#link a img {
	max-width:64px;
}

#lbl_show_only_final_status {
	background-color:#FFF;
	line-height:22px;
	height:22px;
	padding:8px;

}
#search_box {
	background-color:#666;
	float:right;
}

#search_box label {
	color:#FFF;
	font-weight:bold;
	margin-left:2px;
}

#nav_title {
	background-color:#ddd;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	color:#333;
	text-align:center;
}
#link a:hover {
	background-color:#645d5d;
	color:#FFF;
}
#content {
	position:absolute;
	bottom:0px;
	top:125px;
	left:0;
	right:0;
}
.ui-widget-content {
	background-color:#f0f0f0;
	background-image:none;
}
#article_images th, #list th, #traductions_list th, #invoice_lines th, #article_discounts th, #article_technical_parameters th, #article_barcode th, #article_changelog th, .print_fields th, #article_associated_products th, #article_pdf th {
	background-color:#231f20;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	border-left:1px solid #CCC;
	text-align:left;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:1px;
}
 #invoice_lines tr:nth-child(even), #list tr:nth-child(even), #article_images tr:nth-child(even), #article_discounts tr:nth-child(even), #article_technical_parameters tr:nth-child(even), #traductions_list tr:nth-child(even), #article_barcode tr:nth-child(even), #article_changelog tr:nth-child(even), #article_associated_products tr:nth-child(even), #article_pdf tr:nth-child(even) {
 background-color:#dfdfdf;
}
 #invoice_lines tr:nth-child(odd), #list tr:nth-child(odd), #article_images tr:nth-child(odd), #article_discounts tr:nth-child(odd), #article_technical_parameters tr:nth-child(odd), #traductions_list tr:nth-child(odd), #article_barcode tr:nth-child(odd), #article_changelog tr:nth-child(odd), #article_associated_products tr:nth-child(odd), #article_pdf tr:nth-child(odd) {
 background-color:#efefef;
}
.filter_btn, #search, #nav_right_commands_block label {
	background-color:#231f20;
	color:#FFF;
	height:22px;
	padding:2px 6px 2px 6px;
	margin:1px 4px 1px 4px;
	display:block;
	float:left;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px 4px;
	border-radius: 4px 4px;
	cursor:pointer;
}
#left_commands_block {
	width:164px;
	float:left;
	background-color:#3a3a3a;
	height:100%;
}
#left_commands_block a, #list_count, #print_command a, #print_command #print_line_count, #print_top_menu a, .mode_articles_parameters a {
	display:block;
	width:140px;
	margin-left:5px;
	text-align:center;
	height:32px;
	color:#FFF;
	background-color:#231f20;
	margin-bottom:2px;
	line-height:32px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
#left_commands_block a:hover, #print_command a:hover, #print_command #print_line_count:hover, #print_top_menu a:hover {
	background-color:#817276;
}
#list_count, #print_command #print_line_count {
	background-color:#FC6;
	color:#333;
}
#list_top_commands {
	height:48px;
	background-color:#3a3a3a;
}
#list_top_commands #nav_right_commands_block {
	float:right;
}
/* LISTES */

.edit_row {
	float:left;
	width:1024px;
	background-color:#eee;
	margin:4px 4px 8px 4px;
	border:1px solid #333;
	border-top:3px solid #333;
}
#select_frame {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#commands_list_container {
	position:absolute;
	top:60px;
	left:0;
	right:0;
	bottom:0;
}
#list_block {
	margin-left:164px;
	overflow:auto;
	height:100%;
}
#list {
	width:100%;
	border:2px inset #999;
}
#list th {
	border-right:0px;
	border-left:0px;
	cursor:pointer;
}

#list th.sort_az {
	background-image:url("images/down_arrow16.png");
	background-position:right;
	background-repeat:no-repeat;
}
#list th.sort_za {
	background-image:url("images/up_arrow16.png");
	background-position:right;
	background-repeat:no-repeat;
}

#list th.ordered {
	background-color: #6d0019;
}

#list tr:hover > td {
	background-color:#645d5d;
	cursor:pointer;
	color:#FFF;
}
#list td {
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	border-top-width:0px;
	padding:0px 0px 0px 2px;
	text-overflow: ellipsis;
}

.vls_title {
	font-weight:bold;
}
.vls_author {
	font-size:smaller;
}

#list tr.selected {
}
#list tr.selected > td, .atp_line.selected > td {
	/*background-color:#ffb7c3;		*/
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	padding:0px 1px 1px 4px;
	background-color:#bfcddb;
}



#list tr.selected:hover > td {
	color:#000;
}
#db_form_edit table, #traductions_list {
	width:100%;
}
#db_form_edit table td {
	padding:1px;
}
#db_form_edit table label {
	display:block;
	text-align:right;
}
#db_form_edit table textarea {
	width:100%;
}
#db_form_edit table .textearea label {
	text-align:left;
}
/* EDIT */

.ui-widget-overlay {
	background-image:none;
	opacity:0.6;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
select {
	background-color: white;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	display: inline-block;
	height: 28px;
	padding: 4px;
	/*margin-bottom: 9px;*/
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	background-image: linear-gradient(45deg, transparent 50%, #333 50%),  linear-gradient(135deg, #333 50%, transparent 50%),  linear-gradient(to right, #cccccc, #cccccc);
	background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), 100% 0;
	background-size:  5px 5px,  5px 5px,  2.5em 2.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select option[disabled], option:disabled {
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	background-color:#000;
}

.control-group {
	height:54px;
}

label, input, button, select, textarea {
	font-weight: normal;
	line-height: 18px;
}

select, input[type=checkbox] {
	cursor:pointer;
}

select, input {
	width: 280px;
	border: 1px solid #bbb;
	height: 28px;
}

input[type="text"] {
	height: 28px;
	line-height: 28px;
}

input[type=checkbox] {
	width:auto;
	height: auto;
	vertical-align:middle;
}

.control-label {
	font-size: 14px;
	float: left;
	width: 220px;
	padding-top: 0px;
	line-height: 16px;
	text-align: right;
	display:block;
}
.controls {
	width:520px;
	float:right;
	font-size: 14px;
	line-height: 20px;
}

.controls.large_textearea {
	width:760px;
	margin-right:4px;
	margin-top:8px;
}

.help-inline {
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	color:#777;
}
input:focus, select:focus {
	background-color: #cee4fd;
	color: black;
	border-top-color: #66afe9;
	border-right-color: #66afe9;
	border-bottom-color: #66afe9;
	border-left-color: #66afe9;
	outline-width: 0px;
	outline-style: none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
textarea:focus {
	color: black;
	border-top-color: #66afe9;
	border-right-color: #66afe9;
	border-bottom-color: #66afe9;
	border-left-color: #66afe9;
	outline: none !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.clear {
	clear:both;
}
#home_commands {
	background-color:#3a3a3a;
	padding:2px;
}
#request_header {
	background-color:#ffffff;
	color:#333333;
}
#request_header td, #request_header th {
	border:0px;
}
#request_header textarea {
	width:100%;
}
#request_header th {
	text-align:right;
	width:128px;
	color:#000;
}
#request_header #request_title {
	width:100%;
}
#request_header input,  {
	line-height:28px;
	height:28px;
}

#request_header select {
}

#request_header .user_text {
	background-color:#eee;
	-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
	padding:8px;
}

#request_header select, #request_header input
{
	width:80%;
}

#request_header .attached_file, .message_file_list .attached_file {
	background-color:#333;
	color:#FFF;
	padding:3px;
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	line-height:22px;
}

#request_header .attached_file:hover, .message_file_list .attached_file:hover {
	color:#0C3;
}

.vls {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.12) inset;
	background-color:#6d0019;
	width:auto;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
}

.request_header_top_sep {
	border-top:3px solid #CCC;
	box-shadow: #cccccc;
	margin-top:4px;
}

.flag_contener {
	text-align:center;
	vertical-align:middle;
}

.flag {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.12) inset;
	background-color:#6d0019;
	width:auto;
	display:inline-block;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
}

#request_left {
	position:absolute;
	width:50%;
	top:0px;
	left:0px;
	bottom:0px;
	overflow-y:auto;
}

#request_right {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:50%;
	float:right;
	overflow-y:auto;
}

.tchat_message_block, .last_message_block {
	margin:8px;
	padding:4px;
	background-color:#FFF;
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
}

.last_message_block  {
	cursor:pointer;
}

.tchat_message_user_info, .last_message_user_info {
	background-color:#eCeCeC;
	width:100%;
}

.tchat_message_user_img, .last_message_user_img {
	width:32px;
	height:32px;
	display:inline;
}

.tchat_message_user_img img, .last_message_user_img img {
	max-height:32px;
	max-width:32px;
	vertical-align:middle;
	text-align:center;
}

.tchat_message_user_info span, .last_message_user_info span {
	font-weight:bold;
	color:#333;
}

.tchat_message_date, .last_message_date {
	float:right;
	font-size:10px;
	color:#666;
}

.tchat_message_request_change {
	background-color:#CCC;
}

#tchat_message_newmsg_content {
	width:100%;
}

.tchat_message_recipient .upload_block {
	float:right;
}

.upload_progess_block {
	height:8px;
	border:1px solid #999;
}
.upload_progress_text {
	line-height:14px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.upload_progess_bar {
	height:100%;
	width:50%;
	background-color:#0CF;
}

.tchat_message_recipient {
	background-color:#999;
	padding:1px;
}

.last_message_request_info {
	width:auto;
}

.last_message_hide {
	float:right;
}

.btn {
	display: inline-block;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
	border-color: #c5c5c5;
	/*border-color: #e6e6e6 #e6e6e6 #bfbfbf;*/
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn-copy {
	border:0;
	cursor:pointer;
	background-color: transparent;
	background-image:url(../images/copy-paste.png);
	background-repeat: no-repeat; background-position: center;
	background-size: 80% 80%;
	width:26px;
	height:26px;
}

.list_head {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
}


#home_request_list {
	position:absolute;
	top:34px;
	left:0px;
	bottom:0px;
	right:320px;
	overflow-y:auto;
}

#home_messages_list {
	position:absolute;
	top:34px;
	right:0px;
	bottom:0px;
	width:320px;
	float:right;
	overflow-y:auto;
}

#status_bar {
	position:absolute;
	top:4px;
	background-color:#360;
	color:#FFF;
	font-weight:bold;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	font-size:24px;
	padding-left:4px;
	padding-right:4px;
	margin-left:48%;
}

table.multiple-software th {
    text-align: left!important;
}