html, body {
  height: 100%;
}
#extra {
	display: block;
	clear: both;
	max-width: 1000px!important;
    max-width: 1000px;
    margin: 20px auto 0 auto;
    padding: 0!important;
}
#main {
	margin-top: 25px;
	margin-bottom: 25px;
}
.top-header {
	height: 35px;
	display: block;
}
.clear {
	clear: both;
}
.btn-right {
	float: right;
}
.loading {
	display: none;
    height: auto;
    width: auto;
    background: #f2f2f2 url('../images/loading.gif') center 10px no-repeat;
	text-align: center;
	font-size: 12px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 50px 20px 20px 20px;
    border-color: #c2c2c2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    position: relative;
}
.validation {
	margin-top: 10px !important;
}

.validation .error {
	color: #cb2245;
	font-size: 12px;
	background: url(../images/form-icon-invalid.png) no-repeat scroll left center;
	line-height: 12px;
	padding: 4px 0 4px 24px;
	margin-top: 4px;
}
.no-result, .no-post {
    display: none !important;
}
/*** Message box ***/
.msgs {
	display: block;
	min-height: 55px;
}
.msg {
	width: 98%;
}
.msg .info, .msg .success, .msg .warning, .msg .error, .msg .validation {
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
}
.msg .info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/info.png);
}
.msg .success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/success.png);
}
.msg .warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}
.msg .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}
.field-validation-error {
	background: none !important;
	display: block;
    line-height: 12px;
    padding: 0;
    margin-top: 0;
}

label.error {
    background: url(../images/form-icon-invalid.png) no-repeat scroll left center !important;
	display: block;
    line-height: 12px;
    padding: 4px 0 4px 24px;
    margin-top: 4px;
}

/*** FORMS ***/
.form-holder {
	padding-top: 0;
}
*:focus {
    outline: none;
}
select {
    background: #f2f2f2;
    border-color: #c2c2c2;
    color: #333;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    outline: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
	height: 34px !important;
	width: 100%;
    padding: 0 14px;
}
option {
    background: #f2f2f2;
    color: #333;
	border: 0px;
    outline: none;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
	height: 34px;
	width: 100%;
    padding: 0 14px;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
	padding: 0;
	width: 18px;
    height: 18px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 2px;
    *overflow: hidden;
	
}
select {
	
}
label.inline {
	background: #676767;
	color: #ffffff;
	width: 100px;
	height: 28px;
	float: left;
    display: block;
	padding-top: 7px;
    padding-left: 25px;
    text-indent: -20px;
	cursor: pointer;
    border-top-left-radius: 3px;
    border-bottom-leftt-radius: 3px;
}
label.inline .fa {
	text-indent: initial;
}
.tbx.inline {
	height: 35px;
    padding: 0 20px 0 0;
	background: #f0b10c;
	color: #ffffff;
}
.tbx.is-hidden {
	background: #f2f2f2;
	color: #7a7a7a;
}
#lists .is-hidden {
	opacity: 1;
}
#lists .tbx.is-hidden {
	display: block !important;
}
.tbx.inline span {
	line-height: 35px;
	padding: 0 0 0 20px;
}
.upload-field {
	padding: 0 0 10px 0;
}
.ddlb {
	height: auto;
}
.form-row.is-hidden{
	display: none;
}
.form-button.left {
    padding-left: 0;
}
.tbx.replace,
.tbx.diff {
	margin-top: 5px;
}
textarea.retourOrder {
	height: 150px;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	background-color: #none;
	height: 32px;
	width: 100%;
	text-align: center;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	text-align: center;
}
.custom-span{
	width: 32px;
	height: 32px;
	background: blue;
	font-weight: bold;
	font-size: 12px;
	color: #FE57A1;
	float: left;
	position: relative;
	display: inline-block;
	background: url(../images/file_upload_icon.png) no-repeat scroll center center;
}
.custom-para{
	height: 32px;
	margin: 4px 0 0 5px;
	font-size: 12px;
	color:#585858;
	float: left;
	position: relative;
	display: inline-block;
}
.custom-span:hover,
.custom-para:hover,
.img_upload:hover{
	cursor: pointer;
}
.form-row .label {
	vertical-align: top;
	padding-top: 8px;
}

/*** PRICELIST ***/

.hideform {
	display: none;
}
.form {
	width: 500px;
	margin: 0;
}
.hide {
	display: none;
}
.download-pricelist {
	width: 45%;
	float: left;
	position: relative;
}

/*** Retour order ***/
#retour,
.article-info {
	width: 48%;
	float: left;
	position: relative;
	display: inline-block;
    padding: 0 1% 0 0;
}

.article-info {
    padding: 0 0 0 1%;
}
.article-info .info {
	font-size: 14px;
	font-weight: 700;
    background: #f2f2f2;
    color: #000;
    margin-bottom: 20px;
    padding: 20px;
    border-color: #c2c2c2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    position: relative;
}
.article-info .img {
    background: #f2f2f2;
    color: #000;
    margin-bottom: 20px;
    padding: 20px;
    border-color: #c2c2c2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    position: relative;
	text-align: center;
}
button[disabled], html input[disabled],button[disabled]:hover, html input[disabled]:hover {
	background: #c6c6c6;
    border-color: #797979;
}
/*** File table ***/

table {
	border-top: 1px solid #d2d5d7;
	border-right: 1px solid #d2d5d7;
	border-left: 1px solid #d2d5d7;
	width: 100%;
}
thead {
	border-bottom: 1px solid #d2d5d7;
}
thead tr {
	background: #eaebec;
}
th {
	text-align: left;
	padding: 18px 25px;
}
	th.small {
		width: 100px;
	}
tbody {
	
}
tbody tr {
	background: #fafafa;
	border-bottom: 1px solid #d2d5d7;
}
tbody tr:nth-child(odd) {
	background: #f7f7f7;
}
td {	
	padding: 12px 25px;
}

 
.ca-menu{
    padding: 0;
    margin: 0 20px 0 0;
    width: 45%;
	float: left;
	position: relative;
}
.ca-menu li{
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: block;
    background: #fff;
    margin-bottom: 4px;
    border-left: 10px solid #000;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    position:relative;
}
.ca-menu li h3 {
	font-size: 12px;
	color: #000;
}
.ca-icon{
    position: absolute;
    width: 50px;
	height: 50px;
	top: 10px;
    left: 20px;
}
.ca-content{
    position: absolute;
    left: 70px;
    width: auto;
    height: auto;
    top: 10px;
}
.ca-main{
    font-size: 14px;
	margin-bottom: 5px;
}
.ca-sub{
    font-size: 12px;
    color: #666;
}
.ca-menu li:hover,
.ca-menu li.active {
    border-color: #f0b10c;
	background: #f3f3f4;
}

/** Tooltip ***/

.ui-tooltip {
    background: #666;
    color: #fff;
    border: none;
    padding: 0;
    border-radius: 3px;
	opacity: 0.7;
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
}

/** Language **/

/* Language selector */
.language-switch {
	display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 0 7px 0;
	float: right;
    vertical-align: top;
	position: relative;
	z-index: 14;
}
.language-switch .opener {
    width: 63px;
    background: transparent;
    height: 100%;
    margin-right: 10px;
    padding: 9px 10px 7px 10px;
    position: relative;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style:solid;
	border-left-style:solid;
	border-color: transparent;
	z-index: 13;
	color: #fff;
	font-weight: 900;
     text-transform: uppercase;
}
.language-switch .opener:after {
    background: url('../images/arrow-down-grey.png');
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 5px;
    width: 11px;
}
.language-switch .opener img {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 17px;
}
.language-switch .flags {
    right: 10px;
    left: auto;
	top: 100%;
    padding: 0 0 0 0;
	margin: 9px 0 0 0;
    min-width: 127px;
	border-width: 1px;
    border-style: solid;
	display: none;
    position: absolute;
    z-index: 11;
	list-style: none;
	text-align: left;
}
.language-switch:hover .opener {
	
}
.language-switch:hover .opener, .language-switch .flags {
    border-color: #e6e6e6;
    background: #fff;
	color: #333;
}
.language:hover .opener:before {
	color: #333;
}
.language-switch .opener:hover + .flags,
.language-switch .flags:hover {
	display: block;
}
.language-switch .flags li {
    display: block;
    padding: 0 30px 0 18px;
    line-height: 40px;
    white-space: nowrap;
}
.language-switch .flags li:hover {
    background: #f7f7f7;
}
.language-switch .flags li a{
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.language-switch .flags li a img{
	
}
.log-out {
	margin-top: 9px;
	float: right;
	color: #fff;
}
#counter {
    padding-left: 36%;
}
.tbx.replace a {
	margin-left: 12px;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -204px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  min-height: 204px; 
}

#lists tr {
	height: 65px;
}
.dataTables_wrapper .dataTables_filter {
	margin-bottom: 10px;
}
table.dataTable tbody tr {
	cursor: pointer;
}
table.dataTable tbody tr.selected:hover {
    background-color: #B0BED9 !important;
	color: #ffffff;
}
table.dataTable tbody tr a {
	text-decoration: none;
}
table.dataTable tbody tr.selected a {
	color: #ffffff;
}
.dataHeader {
	margin-top: 20px;
	font-size: 20px;
}

#invent fieldset {
	margin: 0;
}
#invent-result {
	margin-top: 25px;
    border-bottom: 1px solid #d2d5d7;
	border-spacing: 0;
}