/*
  CSS RESET STUFF
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1;
	letter-spacing: 0.3px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  CSS RESET STUFF END
*/

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body#masterBody {
  background: none repeat scroll 0 0 #e9e7e3;
  color: #56534f;
  font-family: helvetica, verdana;
  font-size: 11px;
  margin: 0;
  padding: 0;
  max-width: none;
}

a {
  color: #9C9E9F;
  cursor: pointer;
  outline: medium none;
  text-decoration: underline;
}

a:hover{
  color: #8C1713;
}

a.clear-filter {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

.no-border {
  border: none;
}

.btn-clear {
  cursor: pointer;
  vertical-align: middle;
}

div#content:empty {
  display: none;
}

#content {
	background: #ffffff;
	margin: 0 auto 60px;
	max-width: 1000px;
	min-width: 950px;
	position: relative;
}

#nav-content {
	background: none repeat scroll 0 0 #F6F6F6;
	bottom: 0;
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

/*Login Form*/
#auth-modal{
  background-color: #FFFFFF;
  padding: 20px 30px 30px;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  /*text-align: center;*/
  box-shadow: 0 1px 1px #BBBBBB;
}

#auth-modal .textInput {
  border: 1px solid #EAEAEA;
  color: #B41D14;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  /*margin-top: 8px;*/
  /*text-align: center;*/
  text-indent: 30px;
  width: 100%;
}

#auth-modal .textInput:hover {
  background: #FFF7E6;
  border: 1px solid #B41D14;
}

#defaultLoadMessage {
	margin-top: 10px;
	padding: 40px;
	text-align: center;
	background: url("/image/home/359.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75px;
	height: 100px;
	
}
/*Login Form END*/

/*Top Navigation Bar*/
#topFixer {
	background: none repeat scroll 0 0 white;
	height: 50px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

#topFixer-spacer {
  width: 100%;
  height: 65px;
}

#top-nav-bar{
	font-size: 11px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
	max-width: 1000px;
	min-width: 950px;
}

#top-nav-bar li {
  float: left;
  height: 50px;
  line-height: 50px;
  list-style: none outside none;
}

#top-nav-bar li a {
	cursor: pointer;
	display: block;
	float: left;
	letter-spacing: 0;
	outline: medium none;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	z-index: 10;
}

#top-nav-bar li a.current,
#top-nav-bar li a:hover{
  color: #8C1713;
}

#top-nav-bar li.bi >  a{
}

#top-nav-bar li.bi > a:hover,#top-nav-bar li.bi > a.current {
}

#top-nav-bar li.publishers a {
}

#top-nav-bar li.publishers a:hover, #top-nav-bar li.publishers a.current{
}

#top-nav-bar li.campaigns a {
}

#top-nav-bar li.campaigns a:hover, #top-nav-bar li.campaigns a.current {
}

#top-nav-bar li.ftp a {
}

#top-nav-bar li.ftp a:hover, #top-nav-bar li.ftp a.current {
}

#top-nav-bar li.users a {
}

#top-nav-bar li.users a:hover, #top-nav-bar li.users a.current {
}

.myaccount {
  width: 50px;
}

#logged-user .myaccount a {
  background: url("/image/home/menu_compte.png") no-repeat scroll center center transparent;
  margin: 0 0 0 10px;
  position: static;
  padding: 0;
  width: 21px;
  border: none;
  display: block;
  height: 40px;
}

#logged-user .myaccount a:hover{
  background: url("/image/home/menu_compte_hover.png") no-repeat scroll center center transparent;
  border: none;
}

#logged-user .disconnect a {
  background: url("/image/home/menu_close.png") no-repeat scroll center center transparent;
  position: static;
  padding: 0;
  width: 21px;
  height: 40px;
  border: none;
  display: block;
}

#logged-user .disconnect a:hover {
  background: url("/image/home/menu_close_hover.png") no-repeat scroll center center transparent;
  border: none;
}

.logo {
  background: transparent url("/image/home/logo.png") no-repeat scroll 0 -10px / 100% auto;
  display: block;
  float: left;
  height: 25px;
  margin-top:10px;
  width: 122px;
}

#logged-user > li {
  float: left;
  height: 40px;
  line-height: 40px;
}

#logged-user{
  float: right;
  z-index: 1000;
}

#logged-user .welcome {
  border-right: 1px solid #DADADA;
  color: grey;
  padding-right: 10px;
  overflow: hidden;
}

/*Top Navigation Bar END*/

/*TableListView*/
#tableListViewContainer table{
	letter-spacing: 0.3px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	width: 100%;
}
#tableListViewContainer table thead tr {
  min-height: 30px;
}

#tableListViewContainer table thead tr th{
	cursor: pointer;
	font-size: 9px;
	font-weight: normal;
	height: 40px;
	min-height: 40px;
	padding-left: 20px;
	vertical-align: middle;
}

#tableListViewContainer table thead tr th{
text-transform: capitalize;
padding-left: 5px;
}
#tableListViewContainer table thead tr th.desc,
#tableListViewContainer table thead tr th.asc {
  font-weight: bold;
}
#tableListViewContainer table tbody tr {
}

#detailWrap table.detailsStatsTable tbody tr {
  background-color: #fffaf0;

}
#detailWrap table.detailsStatsTable tfoot tr td,
#detailWrap table.detailsStatsTable thead tr th {
  background: none repeat scroll 0 0 #FFFAF0;
}

#tableListViewContainer table tbody tr  td button.expand-btn,
#tableListViewContainer table tbody tr  td button.collapse-btn {
  border: none;
  width: 20px; 
  height: 20px;
  cursor: pointer;
}

#tableListViewContainer table tbody tr  td button#checkDetails {
  /*background: url("/image/home/fleche_on.png") no-repeat scroll 5px 8px transparent;*/
  /*background: url("/image/jquery-ui/ui-icons_cc0000_256x240.png") no-repeat scroll -178px -194px transparent;*/
  /*cursor: pointer;*/
  float: left;
  /*height: 14px;*/
  /*margin-right: 0;*/
  /*width: 13px;*/
  border: none;
  width: 20px; height: 20px;
  margin-right: 5px;
}

#tableListViewContainer table tbody tr  td button#checkDetails:hover {
  /*background: url("/image/home/fleche_off.png") no-repeat scroll 5px 8px transparent;*/
}
#tableListViewContainer table tbody tr  td button#checkDetails:active {
  /*background: url("/image/home/fleche_on_bas.png") no-repeat scroll 5px 8px transparent;*/
}
#tableListViewContainer table tbody td {
	border-top: 1px solid #f3f3f3;
	height: 40px;
	line-height: 20px;
	padding-left: 5px;
	text-transform: capitalize;
	vertical-align: middle;
}
#tableListViewContainer table tfoot td {
	border-top: 1px solid #f3f3f3;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	padding-left: 5px;
}
table tbody > tr.highlight td,
#tableListViewContainer table tbody > tr.highlight td {
  color: #8C1713;
}
table tbody > tr.highlight,
#tableListViewContainer tbody > tr:hover {
  /*border: 1px solid #B3B3B3;*/
  padding: 2px 6px;
  cursor: pointer;
  background: #FFF7E6; /* Old browsers */
}

#tableListViewContainer tbody > tr:active,
#tableListViewContainer tbody > tr.selected,
div.listItem.selected {
  color: #8C1713;
  background: #FFF7E6; /* Old browsers */

}

#tableListViewContainer tbody > tr.orders-row:active,
#tableListViewContainer tbody > tr.order-items-row:active {
  color: inherit;
}

table tbody > tr.disabled, 
#tableListViewContainer tbody > tr.disabled {
   background: #F2F2F2;
   color: #A0A0A0;
}

table tbody > tr.changed, 
#tableListViewContainer tbody > tr.changed {
    background: #FFEFA3;
}

table tbody > tr.changed.highlight, 
#tableListViewContainer tbody > tr.changed:hover {
   background: #FFE984; 
}

table tbody > tr.deleted, 
#tableListViewContainer tbody > tr.deleted {
   background: #F69191;
}

table tbody > tr.deleted.highlight, 
#tableListViewContainer tbody > tr.deleted:hover {
   background: #F67474; 
}

table tbody > tr.deleted > td, 
#tableListViewContainer tbody > tr.deleted > td {
    text-decoration: line-through;
}

table tbody > tr.deleted > td.tools, 
#tableListViewContainer tbody > tr.deleted > td.tools,
#tableListViewContainer tbody > tr.deleted > td.bdc_tools {
    text-decoration: none;
}

table tbody > tr > td.tools > a, 
#tableListViewContainer tbody > tr > td.tools > a {
    padding-right: 10px;
}


/*TableListView END*/


/*table {
  font-family: arial;
  font-size: 11px;

}
tr{
  border: 1px dotted #000;
}
th,
td {
  width: 50px;
  overflow: hidden;
  border: 1px dotted #000;
  text-align: center;
}*/

.box {
  min-width: 360px;
  font-family: helvetica, verdana;
  font-size: 14px;
}
.boxContent {
  padding: 0px;
}
.row.simple {
  clear: both;
  width: 100%;
}
.pad05 {
  padding: 5px;
}
.row .colName {
  width: 30%;
  text-align: right;
  float: left;
  font-weight: bold;
}
.row .colInfo {
  width: 65%;
  text-align: left;
  float: right;
}
.row .colInfo p {
  margin: 0;
}

.listControl{
	background: none repeat scroll 0 0 #FBFBFB;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}


.listControlSearch {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	color: #CC3D3A;
	margin-left: 5px;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
}


#usernotification {
	padding: 5px;
	background: #FFF7E6;
}

#usernotification:empty
{
    display:none;
}

.boxContent .listControl {
  padding-bottom: 20px;
}

/*date picker*/
#time-picker-inputs{
	float: right;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;	
}

#time-picker-inputs .datePicker-input{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	color: #CC3D3A;
	font-size: 11px;
	height: 30px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 0;
	width: 85px;
}

/* widget picker */
div.widgetPickerWrapper {
 margin: 5px;
  position: absolute;
  width: 290px;
  height: 400px;
  top: 70px;
  left: 500px;
  z-index: 10000;
  background-color: #F6F6F6;
}
div.widgetPickerContainer {
  overflow-y: scroll;
  height: 400px;
  width: 290px;
}
div.widgetPickerContainer div.listControl{
  background: none;
  height: 40px;
}
div.widgetPickerContainer div.listWrapper {
}
div.widgetPickerContainer div.listItem br {
  float: left;
}
div.widgetPickerPointer {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-box-shadow: 5px 1px 6px #CECECE;
  box-shadow: 5px 1px 6px #CECECE;
  -webkit-box-shadow: 5px 1px 6px #CECECE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F6F6F6;
  width: 50px;
  height: 50px;
  z-index: 1000;
  float: left;
  margin-left: -18px;
  position: absolute;
  left: 500px;
  top: 110px;
}
div.widgetPickerBackground {
  position: absolute;
  z-index: 9000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

div.widgetPickerBackgroundFixed {
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* end widget picker */

div.list {
  min-height: 50px;
}
div.listWrapper {
/*  position: absolute;
  top: 62px;
  bottom: 0;
  left: 0;
  width: 300px;*/
  overflow-y: auto;
}
div.listWrapper div.listItem {
/*  border-top: solid 1px #8f8f8f;
  border-bottom: 0;*/
}
div.listItem {
  border-bottom: solid 1px #e4e3e1;
  line-height: 40px;
  clear: both;
  /*height: 15px;*/
  min-height: 40px;
}
div.listItem > div {
  line-height: 40px;
}
div.listItem.clickable {
  cursor: pointer;
}
div.listItem.clickable:hover {
  font-weight: bold;
}
.fixer {
  clear: both;
}
div.viewMenu {
	float: right;
	margin-top: 5px;
}
.colDefault {
  /*width: 700px;*/
  padding: 0;
}
.colDefault .box {
  width: 100%;
}
#content header {
  padding: 0;
}

#content header h1 {
color: #8C1513;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
#criterionForm .algright,
#content header .algright {
	float: right;
	margin-right: 0;
	margin-top: 5px;
}

#content header .algleft {
  float: left;
  margin-right: 0;
	margin-top: 5px;
}

.listControl .algright {
	background: none repeat scroll 0 0 #CC3D3A;
	border: 0 none;
	color: white;
	float: right;
	height: 30px;
	line-height: 30px;
	margin: 5px;
}

.listControl .algright:hover {
	background: none repeat scroll 0 0 #8C1513;
	color: #FFFFFF;
}


div.box {
  margin: 0;
}
.formColumn h2,
div.box h2 {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
}
div.box .boxContent {
  font-size: 11px;
  color: grey;
  clear: both;
  overflow: auto;
}
div.box .boxContent bold {
  font-weight: bold;
}
.searchOption {
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}	

.searchOption:hover {
}

.searchOption .small {
	border: medium none;
	height: 15px;
	margin-left: -15px;
	padding-right: 10px;
	width: 15px;
	z-index: 2000;
}

.chart-wrapper {
  width: 950px;
}
#chartdiv {
  height:350px;
  width: 950px;
  float: left;
}
.detailRow #chartdiv {
  width: 950px;
}
.subchartModel-wrapper {
  width: 976px;
  min-height: 300px;
}
.subchartCont {
  float: left;
  display: block;
  width: 960px;
}
#tableListViewContainer table.jqplot-table-legend {
  width: auto;
}
#tableListViewContainer #detailWrap table.jqplot-table-legend {
  margin-right: 30px;
  width: 150px;
}
#tableListViewContainer td > table {
  padding: 5px;
}
#tableListViewContainer td > table tbody tr {
  background-color: #FFFFFF;
}
tr.msgDetail {
  /*display: block;*/
/*  width: 10px !important;*/
}
.detailRow {
  /*display: inline-block;*/
  /*width: 10px !important;*/
	background: #FFFAF0;
}
tr.detailRow > td > div,
tr.msgDetail > td > div {
  width: 100%;
}
.optionsCtrlBtn {
  float: right;
  background-color: #8C1513;
  width: 10px;
  height: 150px;
  margin-right: -10px;
}
#chartdiv-options,
#subchart-options {
  position: absolute;
  right: 0px;
  background: #fff;
  width: 180px;
  box-shadow: -4px 4px 6px 0 #CECECE;
}

button.act,
header button {
	border-radius: 2px;
	background: none repeat scroll 0 0 #9C9E9F;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	height: 30px;
	margin: 0 5px 0 0;
}
button.act > i18n,
header button i18n {
padding: 0;
}
button.act:hover,
header button:hover {
	background-color: #909090;
}

#trackstatReload, .red-btn {
	background: none repeat scroll 0 0 #CC3D3A;
	border: 0 none;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #FFF;
}

#trackstatReload img, .red-btn img {
	vertical-align: middle;
}


#trackstatReload:hover, .red-btn:hover {
	background: none repeat scroll 0 0 #8C1513;
	border: 0 none;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#trackstatExport {
	background: none repeat scroll 0 0 #9C9E9F;
	border: 0 none;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

/*-moz-linear-gradient(center top , #FEFEFE, #EAEAEA) repeat scroll 0 0 #FEFEFE*/

button.pickerBtn {

	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 11px;
	height: 30px;
	margin-left: 5px;
	margin-top: 0;
	min-width: 80px;
}

button.addButton {

	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 11px;
	height: 30px;
	margin-left: 5px;
	margin-top: 0;
	min-width: 80px;
}

.boxContent button {
	background: none repeat scroll 0 0 #CC3D3A;
	color: #ffffff;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 11px;
	height: 30px;
	margin-left: 5px;
	margin-top: 0;
	min-width: 80px;
}


.searchOption .pickerBtn {
	color: #858685;
	padding-right: 15px;
	background: #FBFBFB;
}


button.addButton {
  float: right;
  margin: 10px 5px;
  background: #CC3D3A;
  color: #FFFFFF;
}





button.addButton:hover {color: #8C1713;}
button.pickerBtn:hover {color: #8C1713;}
.boxContent button:hover {color: #ffffff; background: #8C1713;}



button.pickerBtn.disabled,
.boxContent button.disabled,
button.pickerBtn.disabled:hover,
.boxContent button.disabled:hover{
  cursor: default;
  border: 1px solid #C4C4C4;
  color: #888888;
  background: #CCCCCC; 
}
.elemWrap-w2col {
  clear: both;
  overflow: hidden;
}
.boxContent label.small {
  float: left;
  text-align: right;
  margin: 0 10px;
  line-height: 25px;
  width: 45%;
}
.boxContent input.w2col {
  float: left;
}
.boxContent .elemWrap-w2col div.w2col {
  float: left;
  width: 50%;
}
.boxContent .w2col.note {
  line-height: 25px;
}
.boxContent input.w2col.large {
  width: 45%;
}
div.listItem > div:first-child {
  /*float: left;*/
  display: inline-block;
  padding-left: 5px;
}
.boxContent input.w2col.large {
  width: 45%;
}
div.listItem .left {
  float: left;
  margin: 0 5px;
}
div.listItem .right {
padding-right: 5px;
  float: right;
  /*margin: 0 5px;*/
}
strong {
  font-weight: bold;
}
/*loading bar style*/
#load-placeholder {
	height: 100%;
	position: absolute;
}
#_loading {
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	position: fixed;
	z-index: 50000;
}
#_loading-msgboxWrap {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
#_loading-msgboxWrapOuter {
	float: right;
	height: 15px;
	position: relative;
	width: 85%;
}
#_loading-msgbox {
  display: block;
  width: 100%;
}
._loadingDoneMsg {
  float: right;
}
/*loading bar style*/

td button.innerAct {
  background: url('/image/home/graph.png') center no-repeat;
  width: 30px;
  height: 30px;
  border: none;
}
td button.innerAct:hover {
  outline: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  animation:         mglow 3s infinite linear;
  -moz-animation:    mglow 3s infinite linear;
  -webkit-animation: mglow 3s infinite linear;
}

@-moz-keyframes mglow {
  0%   {-moz-box-shadow: inset 2px 2px 1px #8c1513;box-shadow: inset 2px 2px 1px #8c1513;}
  33%  {-moz-box-shadow: inset 5px 15px 50px #8c1513;box-shadow: inset 5px 15px 50px #8c1513;}
  66%  {-moz-box-shadow: inset 5px 5px 1px #8c1513;box-shadow: inset 5px 5px 1px #CECECE;}
  100% {-moz-box-shadow: inset 2px 2px 1px #8c1513;box-shadow: inset 2px 2px 1px #8c1513;}
}
@-webkit-keyframes mglow {
  0%   {-webkit-box-shadow: inset 2px 2px 1px #8c1513;box-shadow: inset 2px 2px 1px #8c1513;}
  33%  {-webkit-box-shadow: inset 5px 15px 50px #8c1513;box-shadow: inset 5px 15px 50px #8c1513;}
  66%  {-webkit-box-shadow: inset 5px 5px 1px #8c1513;box-shadow: inset 5px 5px 1px #CECECE;}
  100% {-webkit-box-shadow: inset 2px 2px 1px #8c1513;box-shadow: inset 2px 2px 1px #8c1513;}
}
@keyframes mglow {
  0%   {box-shadow: inset 2px 2px 1px #8c1513;}
  33%  {box-shadow: inset 5px 15px 50px #8c1513;}
  66%  {box-shadow: inset 5px 5px 1px #CECECE;}
  100% {box-shadow: inset 2px 2px 1px #8c1513;}
}
td.rowLabel button#showStats {
  background: url('/image/home/graph.png') center no-repeat;
  margin-left: 5px;
}
td.rowLabel button#message {
  background: url('/image/home/wrap.png') center no-repeat;
  float: left;
}
td button.gotoView {
  float: right;
}
td.tcenter {
  text-align: center;
}
.innerBox {
	background: none repeat scroll 0 0 #FBFBFB;
	border: none;
	margin: 5px;
	padding: 5px;
}

.innerBox:empty {
  display: none;
}

span.play16 {
  background: url('/image/home/playg_ico16.png') center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
}
span.stop16 {
  background: url('/image/home/stopg_ico16.png') center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
}
div.on,
div.off {
  width: 50px;
  min-height: 16px;
  border-radius: 8px;
  padding: 2px 4px;
  line-height: 16px;
  text-align: center;
}
div.off {
  background-color: #CECECE;
  box-shadow: 2px 2px 5px 1px #000000;
  -moz-box-shadow: 2px 2px 5px 1px #000000;
  -webkit-box-shadow: 2px 2px 5px 1px #000000;
  color: #555;
}
div.on {
  background-color: #008000;
  box-shadow: 2px 2px 5px 1px #CECECE;
  -moz-box-shadow: 2px 2px 5px 1px #CECECE;
  -webkit-box-shadow: 2px 2px 5px 1px #CECECE;
  color: #fff;
}
div.on span,
div.off span {
  min-height: 16px;
  width: 20px;
  background-color: #fff;
  float: right;
  border-radius: 4px;
}

div.off span {
  float: left;  
}

/* access denied message */

div.accessDeniedContainer {
  position: absolute;
  z-index: 200000;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 200px;
  margin-left: -250px;
  margin-top: -100px;
  background-color: #111;
  border: solid 4px #f00;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 6px 6px 15px #000;
  -webkit-box-shadow: 0px 0px 15px #000;
  box-shadow: 6px 6px 15px #000;
}

div.accessDeniedContainer h1 {
  color: #f00;
  font-size: 30px;
  text-align: center;
  margin: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}


div.accessDeniedContainer p {
  color: white;
  font-size: 16px;
  margin: 10px;
}

div.accessDeniedContainer button {
  position: absolute;
  z-index: 200001;
  bottom: 10px;
  right: 10px;
  top: 151px;
}

div.accessDeniedContainer button:active {
  bottom: 11px;
  top: 150px;
}

/* end access denied message */

div.modalBackground {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  /*z-index: 190000;*/
}

div.modal {
  opacity: 1;
  position: absolute;
  /*z-index: 200000;*/
  left: 50%;
  top: 50%;
  width: 500px;
  min-height: 200px;
  margin-left: -250px;
  margin-top: -100px;
  background-color: #FFF;
  /*border: solid 4px #DEDEDE;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px;
}

div.modal > .box {

  min-height: 160px;
  margin: 0;

}

div.modal.fixed {
    position: fixed;
}

button.modalClose {
  float: right;
}

div.elemWrap-ptaglist label.small {
  float: none;
  display: inline-block;
}

fieldset.permission {
  width: auto;
  float: left;
  margin: 10px;
  padding: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 6px 6px 15px #DEDEDE;
  -moz-box-shadow: 6px 6px 15px #DEDEDE;
  -webkit-box-shadow: 0px 0px 15px #DEDEDE;

}
fieldset.permission .permissionModel {
  margin: 10px 0;
}

button#masterBack {
	background: none repeat scroll 0 0 #F6F6F6;
	border: 0 none;
	color: grey;
	height: 40px;
	left: 0;
	margin: 0;
	position: relative;
	vertical-align: middle;
	float: left;
	color: #9C9E9F;
	font-weight: normal;
	width: 60px;
}

button#masterBack:before {
	background: none repeat scroll 0 0 #F6F6F6;
    content: "";
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    top: 0;
    width: 14px;
    z-index: 10;
}


button#masterBack:after {
	border: 1px solid #9C9E9F;
	content: "";
	height: 10px;
	position: absolute;
	right: -11px;
	top: 13px;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	width: 10px;
	z-index: 9;
}

#title-back {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: auto;
}

#title-page i18n {
	display: block;
	height: 40px;
	line-height: 40px;
	width: auto;
	float: left;
}

#title-page {
	display: block;
	width: auto;
	padding-left: 30px;
	float: left;
	color: #9C9E9F;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
}

.row .colInfo.logdelta {
  width: 70%;
  margin: 10px 10px 10px 40px;
  border: 1px solid #8C1513;
}
.row .colInfo.logdelta .colName {
  width: 18%;
  text-align: left;
}
.row .colInfo.logdelta > div .colInfo {
  width: 78%;
}

.row .colInfo.logdelta .subField {
  margin-left: 20px;
  width: 100%;
}
.row .colInfo.logdelta .subField > div {

}

.CodeMirror {
  clear: both;
  width: 100%;
  border: 1px solid grey;
  border-radius: 4px;
}
iframe#preview {
  width: 100%;
  height: 300px;
  border: 1px solid grey;
  border-radius: 4px;
}
.ui-tooltip {
  width: 210px;
  line-height: 22px;
  padding: 5px;
}
#modeContainer {
  padding-left: 20px;
  margin-bottom: 20px;
}
#getMessageContainer .optionRow {
  line-height: 25px;
}
#logged-user,
#topNavMore {
	/*top: 0;*/
	/*right: 20px;*/
	/*position: fixed;*/
}
#top-nav-bar li.bi > ul > li a,
#logged-user ul > li a,
#topNavMore > ul > li a{
  top: 0;
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
}
#top-nav-bar li.bi > ul > li,
#topNavMore > ul > li {
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #ECECEC;
clear: both;
display: block;
float: none;
height: 20px;
line-height: 10px;
padding: 10px;
}

#logged-user ul > li {
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #ECECEC;
clear: both;
display: block;
float: none;
height: 20px;
line-height: 10px;
padding: 10px;
}



#top-nav-bar li.bi > ul,
#logged-user ul,
#topNavMore > ul {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	bottom: 38px;
	box-shadow: 0 1px 2px #DEDEDE;
	display: none;
	position: absolute;
	right: 70px;
	width: 250px;
	z-index: 1001;
}
#top-nav-bar li.bi:hover > ul,
#logged-user:hover ul,
#topNavMore:hover > ul {
  display: block;
}
span.error {
  color: red;
}
#top-nav-bar li.bi {
  position: relative;
}
#top-nav-bar li.bi > ul {
 left: 10px;
 padding: 0;
 top: 40px;
 width: 75px;
}
#top-nav-bar li.bi > ul > li {

}
#top-nav-bar li.bi > ul > li > a {

}

#top-nav-bar > li {
    position: relative;
}

#top-nav-bar .submenu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 36px;
    left: 10px;
    width: 100%;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #ccc;
}

#top-nav-bar .submenu > li {
    text-align: center;
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 0;
}

#top-nav-bar .submenu > li > a {
    padding: 0;
    float: none;
}

#top-nav-bar #editors:hover > .submenu {
    display: block;
}

#top-nav-bar .customers:hover > .submenu {
    display: block;
}

.configCampaignTable .rowLabel {
  min-width: 80px;
}
/*Advanced Search Widget*/
#criterionList #ascFieldSelect,
#criterionList #ascTypeSelect,
#criterionList .criterionSearch {
  float: left;
  margin-right: 10px;
  max-width: 155px;
}
#criterionList #criterionView {
  float: left;
  width: 30%;
  clear: none;
  border-radius: 6px;
  margin: 3px;
  border: 1px solid #8c1513;
}
#criterionForm .algright {
  margin-right: 5px;
}
#activeCountry {
	display: inline;
	float: right;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
.messageTable [data-param=id_message],
.campaignTable [data-param=id_campaign],
.publisherTable [data-param=id_publisher] {
  font-weight: bold;
}

#orderWay {
  display: inline-block;
  float: right;
}

.boxLeft {
  width: 45%;
  float: left;
}

/*FTP LISTING*/
#ftp-files ol{
  margin-top: 5px;
  margin-bottom: 5px;
}

#ftp-files li{
  padding-bottom: 5px;
  padding-left: 18px;
}

#ftp-files li.ftp-file{
  background: url("/image/ftp/fichier.png") no-repeat scroll left center transparent;
  cursor: pointer;
}

#ftp-files li.ftp-directory{
  background: url("/image/ftp/dossier.png") no-repeat scroll left top transparent;
  cursor: pointer;
}

#ftp-files ol > ol > ol {
  margin-left: 25px;
}

#ftp-files ol > ol > ol > li {
  margin-left: 25px;
}

#ftp-files ol > ol > ol > li.ftp-directory {
  margin-left: 0;
}

#ftp-files > ol > ol > li {
  margin-left: 25px;
}

#ftp-files > ol > ol > li.ftp-directory {
  margin-left: 0;
}

#ftp-files li.ftp-directory img.loader{
  position: relative;
  vertical-align: middle;
  margin-left: 3px;
}

/*END FTP LISTING*/

#tableListViewContainer > table > thead.header-fixed {
	background: none repeat scroll 0 0 #F6F7F8;
	border-bottom: 1px solid #EEEEEE;
	position: fixed;
	top: 0;
	width: 100%;
  z-index: 100;
}
#tableListViewContainer > table > thead.header-fixed > tr {
  display: block;
  width: 100%;
}
#tableListViewContainer > table > thead.header-fixed > tr > th {
}

.bodyType .accessDeniedContainer {
  display: none;
}
.bodyType .modalBackground {
  display: none;
}
.bodyType #load-placeholder {
  display: none;
}

#auth-modal label {
  color: #9c9e9f;
  font-size: 15px;
  line-height: 30px;
}
span.error > i18n {
  /*display: block;*/
  background: none repeat scroll 0 0 #FFF7E6;
  border: 1px solid #B41D14;
  color: #B41D14;
  padding: 4px;
  font-size: 11px;
  margin: 5px 0;
  /*display: none;*/
}
#auth-modal .modalActions button {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 3px 0 #6e120f;
  cursor: pointer;
  background: none repeat scroll 0 0 #8b1713;
  color: #FFFFFF;
  height: 40px;
  font-size: 15px;
  margin: 20px 0 0 0;
  width: 120px;
  margin: auto;
}
#auth-modal .modalActions button:hover {
	background: none repeat scroll 0 -27px #791411;
	 box-shadow: 0 1px 0 #6e120f;
	 color: #FFFFFF;
	 margin-top: 2px;
}
#auth-modal #authForm > ul {
  margin-top: 30px;
}
.authModal {
  background: none repeat scroll 0 0 #F8F7F5;
  height: 100%;
  left: 0;
  margin: auto;
  padding: 5% 10px 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* widget picker */
div.widgetPickerWrapperSlider {
  height: auto;
}
div.widgetPickerContainerSlider {
  overflow-y: auto;
  height: auto;
}
#authForm .logo{
  background-image: url("/image/home/logo_login.png");
  background-position: 0 center;
  float: none;
  height: 34px;
  margin: 20px auto auto;
  width: 140px;
}
#authForm ::-webkit-input-placeholder {
  color: #CECECE;
}
#authForm :-moz-placeholder { /* Firefox 18- */
  color: #CECECE;
}
#authForm ::-moz-placeholder {  /* Firefox 19+ */
  color: #CECECE;
}
#authForm :-ms-input-placeholder {
  color: #CECECE;
}
#auth-modal .modalActions {
  text-align: center;
  margin: 30px 0 15px 0;
}
#authBottomMessage {
  width: 300px;
  margin: 10px auto;
}

/*Adtrack-BI data compare CSS*/
#TrackstatDatacrossListWidget #tableListViewContainer .col1,
#TrackstatDatacrossListWidget #tableListViewContainer .col2,
#TrackstatDatacrossListWidget #tableListViewContainer .colSplit,
#CompareTableListWidget #tableListViewContainer .col1,
#CompareTableListWidget #tableListViewContainer .col2,
#CompareTableListWidget #tableListViewContainer .colSplit {
  float: left;
}
#TrackstatDatacrossListWidget #tableListViewContainer .colSplit,
#CompareTableListWidget #tableListViewContainer .colSplit {
  width: 0;
}
#TrackstatDatacrossListWidget #tableListViewContainer .col1,
#TrackstatDatacrossListWidget #tableListViewContainer .col2,
#CompareTableListWidget #tableListViewContainer .col1,
#CompareTableListWidget #tableListViewContainer .col2 {
  width: 49.5%;
}
.regularView #editorSelectionListGroup,
.regularView #campaignSelectionListGroup,
.regularView #publisherSelectionListGroup,
.regularView #aafSelectionListGroup {
  float: left;
  margin: 5px;
}
.regularView #editorSelectionListGroup .minpic.pic-editor {
  background: url("/image/home/menu_ftp_hover.png") no-repeat center transparent;
}
#TrackstatDatacrossListWidget #tableListViewContainer .col1 div.inputSelectWrap,
#CompareTableListWidget #tableListViewContainer .col1 div.inputSelectWrap {
  width: 95px;
}
#TrackstatDatacrossListWidget div.inputSelectWrap input,
#CompareTableListWidget div.inputSelectWrap input {
  width: 85px;
  padding: 0 5px;
  text-indent: 0;
}

#CompareTableListWidget #tableListViewContainer > table {
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  #content[data-page="compare-tableWidget"] {
    max-width: 95%;
  }
}

td button.innerAct.viewCampaign {
  background: url("/image/home/icon_view.png") no-repeat center transparent;
  border-radius: 8px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

#CompareTableListWidget tr.odd {
  background-color: #fbfaf9;
}

#CompareTableListWidget th:not([data-id="CPC_real"]),
#CompareTableListWidget td:not([data-param="CPC_real"]) {
  border-right: 1px solid #E9E7E3;  
}

#CompareTableListWidget  .statsLineIdentification {
  width: 150px; 
  word-wrap: break-word;
}
#CompareTableListWidget  .statsLineName {
  display: table-cell;
  float: left;
  width: 120px;
}
#CompareTableListWidget  .statsLineId {
  width: 51px; 
  word-wrap: break-word;
}

/*** Editor Order ***/

#createOrdersContainer h2 {
    line-height: 18px;
    height: auto;
    padding: 25px 0;
}

#myEditorOrders .editorOrderUploadButton,
#myCustomerOrders .customerOrderUploadButton {
    cursor: pointer; 
    float: right;
    margin-top: 10px;
    margin-right: 7px;
    height: 20px;
    line-height: 20px;
}

#myCustomerOrders .customerOrderUploadButton {
  height: 24px;
  line-height: 18px;
}

/*** Editor Order Item ***/

#editor-selector-div, 
#customer-selector-div{
  float: left;
}

#editor-selector-div {
  /*height: 115px;*/
}

#editor-selector-div #editor-selector,
#customer-selector-div #customer-selector {
    width: 100%;
    margin-bottom: 2px;
}
#editor-selector-div #upload-status-selector,
#editor-selector-div #status-selector {
    width: 49.5%;
}

#editor-selector-div #upload-status-selector {
    float: right;
}

#editorOrderCountDiv,
#customerOrderCountDiv {
    float: left;
    vertical-align: middle;
    height: 55px;
    line-height: 55px;
    margin-left: 5px;
}

.orderControl {
   box-sizing: border-box;
   padding: 5px;
}

.orderControl #time-picker-inputs {
    height: 55px;
    line-height: 55px;
}

/*.orderControl #ref-search-input,
.orderControl #amount-search-input {
  float: right;
}*/

.orderControl #ref-search label,
.orderControl #amount-search label {
  line-height: 23px;
}

.orderControl .search-input {
  width: 194px;
}

.orderControl .input-group {
  float: right;
}

#editor-selector-div > div {
  overflow: hidden;
  margin: 2px 0;
}

#customer-order-control #customerOrderAddButton {
  margin: 0;
  float: none;
}

#customer-order-control #customerOrderAddButton:hover {
  color: #ffffff;
}

#EditorOrderListWidget #tableListViewContainer th > .total,
#CustomerOrderListWidget #tableListViewContainer th > .total {
   display: none;
}

#EditorOrderListWidget #tableListViewContainer th:hover > .total,
#CustomerOrderListWidget #tableListViewContainer th:hover > .total {
   display: block;
}

.ordersTable .listItem.createOrders,
.orderItemTable #add-item 
{
    white-space: nowrap;
    padding-left: 10px;
}

.ordersTable .listItem.createOrders.disabled {
    color: gray;
    cursor: initial;
}

button.green {
    background: #2fc12f;
}

button.green:hover {
    background: #5AE05A;
}

button.red {
    background: #FF5252;
}

button.red:hover {
    background: #FF7474;
}

.orderExtraInfo {
    margin: 10px;
}

.orderExtraInfo .editorInvoice,
.orderExtraInfo .customerInvoice {
  overflow: hidden;
}

.orderExtraInfo .editorInvoice > label,
.orderExtraInfo .customerInvoice > label {
  float: left;
}

.orderExtraInfo .editorOrderUploadStatus,
.orderExtraInfo .customerOrderUploadStatus {
  margin-left: 15px;
  float: left;
  overflow: hidden;
}

.orderExtraInfo #paid_status_btn {
  margin-left: 61px;
  height: 24px;
}

.orderExtraInfo #editor_ribs {
  margin-left: 31px;
  width: 270px;
  font-size: 15px;
}

.orderExtraInfo #add_editor_rib_btn {
  cursor: pointer;
  font-size: 15px;
  height: 24px;
  line-height: 1;
}

#upload_status_btn {
    margin: 0;
    height: 23px;
}

.orderExtraInfo .orderUploadButton {
  cursor: pointer;
  line-height: 1;
  height: 23px;
  font-size: 11px;
}

.orderFreeFields {
    width: 285px;
    overflow: hidden;
}

.orderExtraInfo label {
    float: left;
}

.orderExtraInfo p {
    overflow: hidden;
    padding: 2px;
}

.orderExtraInfo input,
.orderExtraInfo label {
    line-height: 24px;
    height: 24px;
}

.orderExtraInfo input {
    float: right;
    width: 150px;
    height: 20px;
    border: 1px solid #D1D1D1;
    margin-right: 40px;
}

#CustomerOrderExtraInfo .createField {
  display: none;
}

#CustomerOrderExtraInfo.create .createField {
  display: block;
}

#CustomerOrderExtraInfo.orderExtraInfo input {
  margin-right: 20px;
}

#CustomerOrderExtraInfo .customerOrderStatusButton {
  padding-bottom: 3px;
}

#CustomerOrderExtraInfo .customerOrderStatusButton > button {
  margin-left: 73px;
}

#CustomerOrderExtraInfo .customerOrderCustomerButton {
  padding-bottom: 3px;
  display: none;
}

#CustomerOrderExtraInfo .customerOrderCustomerButton > button {
  margin-left: 70px;
}

.editorRibForm {
  margin: 0 auto;
}

.editorRibForm > div {
  clear: both;
  overflow: hidden;
}

.editorRibForm label {
  float: left;
  line-height: 23px;
}

.editorRibForm input {
  float: right;
}

.editorRibForm .error {
  color: #B41D14;
  margin-top: 10px;
}

.editorRibForm .buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#customerBdcListControl #ref-search label {
  float: left;
  line-height: 30px;
  padding-right: 4px;
}

#customerBdcListControl #ref-search #ref-search-input {
  height: 20px;
}

#customerBdcListControl .search-filters {
  overflow: hidden;
  float: left;
  padding: 10px;
}

#customerBdcListControl #customer-selector {
}

#customerBdcListControl #time-picker-inputs {
  float: left;
}

#customerBdcListControl .input-group {
  float: left;
}

#customerBdcListControl #customerBdcCountDiv {
  height: 120px;
  line-height: 120px;
  float: left;
}

#customerBdcListControl #customerBdcAddButton {
  float: right;
}

#customerBdcListControl #clear-start-date {
  margin-right: 10px;
}

#CustomerBdcListWidget #tableListViewContainer table tbody td {
  text-transform: none;
}

#CustomerBdcListWidget #tableListViewContainer table tbody tr.orders-row td,
#CustomerBdcListWidget #tableListViewContainer table tbody tr.orders-row th {
  padding: 0;
}

#CustomerBdcListWidget #tableListViewContainer table tbody tr.orders-row .orders-container {
  padding-left: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  box-sizing: border-box;
  background: #FBFBEE;
}

#CustomerBdcListWidget #tableListViewContainer table tbody tr.orders-row .bdc-items {
  padding-left: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  box-sizing: border-box;
}

#CustomerBdcListWidget #tableListViewContainer table tbody tr.orders-row .order-items-container {
  padding-left: 4%;
  box-sizing: border-box;
}

#CustomerBdcListWidget #tableListViewContainer tbody > tr.orders-row:hover
{
  cursor: default;
  background: none;
}

#CustomerBdcListWidget .bdc-comments {
  padding-left: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #FBFBFB;
}

#CustomerBdcListWidget .bdc-items .header .tools {
  float: right;
  padding-right: 10px;
}

#CustomerBdcListWidget .bdc-items > .header > h1 {
  float: left;
}

#CustomerBdcListWidget .bdc-comments > h1,
#CustomerBdcListWidget .orders-container > h1,
#CustomerBdcListWidget .bdc-items > .header > h1 {
  font-size: 18px;
}

#CustomerBdcListWidget .bdc-comments #customerBdcCommentCountDiv {
  display: none;
}

#CustomerBdcCommentListWidget #tableListViewContainer table tbody td {
  text-transform: none;
}

#CustomerBdcItemListWidget #add-item {
  white-space: nowrap;
}

#CustomerBdcItemListWidget #tableListViewContainer table tbody td {
  text-transform: none;
}

#CustomerOrderItemListWidget .bdcButtonModel {
  width: 100px;
}

#CustomerOrderItemListWidget .bdcButtonModel .smallMenuButton {
  text-overflow: ellipsis;
}

#CustomerOrderItemListWidget #add-item {
  white-space: nowrap;
}

#customerBdcDurationField input.w2col {
  width: 50px;
}

#customerBdcDurationField > select {
  float: left;
  font-size: 13px;
}

#customerBdcDurationField span.error {
  line-height: 29px;
}

.customerBdcUploadFile {
  padding-bottom: 5px;
}

.customerBdcUploadFile .uploadedFileView {
  line-height: 25px;
  float: left;
}

.customerBdcUploadFile .uploaded-file {
  padding-right: 10px;
}

#customerBdcsListButtonWrapper {
  margin-left: 5px;
}

#customerBdcExtraInfoContainer {
  padding: 15px;
  position: relative;
}

#customerBdcExtraInfoContainer .row {
  padding-bottom: 5px;
  overflow: hidden;
}

#customerBdcExtraInfoContainer .row b > i18n {
  font-weight: bold;
}

#customerBdcExtraInfoContainer .row label {
  float: left;
  width: 17%;
}

#customerBdcExtraInfoContainer .row.clientName {
  padding-bottom: 20px;
}

#customerBdcExtraInfoContainer .value {
  float: left;
  width: 80%;
}

#customerBdcExtraInfoContainer .editor {
  display: none;
  width: 40%;
  float: left;
}

#customerBdcExtraInfoContainer textarea.editor {
  line-height: 1.6;
}

#customerBdcExtraInfoContainer.editing .row label {
  line-height: 29px;
}

#customerBdcExtraInfoContainer.editing .editor {
  display: block;
}

#customerBdcExtraInfoContainer.editing .value {
  display: none;
}

#customerBdcExtraInfoTools {
  position: absolute;
  right: 5px;
  top: 10px;
}

#customerBdcExtraInfoContainer #cancelEditExtraInfo,
#customerBdcExtraInfoContainer #saveExtraInfo {
  display: none;
  float: left;
}

#customerBdcExtraInfoContainer.editing #cancelEditExtraInfo,
#customerBdcExtraInfoContainer.editing #saveExtraInfo {
  display: block;
}

#customerBdcExtraInfoContainer.editing #editExtraInfo {
  display: none;
}

/***/
#customerBdcBillingContactContainer {
  padding: 15px;
  position: relative;
}

#customerBdcBillingContactContainer .row {
  padding-bottom: 5px;
  overflow: hidden;
}

#customerBdcBillingContactContainer .row b > i18n {
  font-weight: bold;
}

#customerBdcBillingContactContainer .row label {
  float: left;
  width: 17%;
}

#customerBdcBillingContactContainer .value {
  float: left;
  width: 80%;
}

#customerBdcBillingContactContainer .editor {
  display: none;
  width: 40%;
  float: left;
}

#customerBdcBillingContactContainer textarea.editor {
  line-height: 1.6;
}

#customerBdcBillingContactContainer.editing .row label {
  line-height: 29px;
}

#customerBdcBillingContactContainer.editing .editor {
  display: block;
}

#customerBdcBillingContactContainer.editing .value {
  display: none;
}

#customerBdcBillingContactTools {
  position: absolute;
  right: 5px;
  top: 10px;
}

#customerBdcBillingContactContainer #cancelEditBillingContact,
#customerBdcBillingContactContainer #saveBillingContact {
  display: none;
  float: left;
}

#customerBdcBillingContactContainer.editing #cancelEditBillingContact,
#customerBdcBillingContactContainer.editing #saveBillingContact {
  display: block;
}

#customerBdcBillingContactContainer.editing #editBillingContact {
  display: none;
}
/***/

/*#customerBdcContactContainer #editContacts {
  padding-top: 10px;
  display: block;
}

#customerBdcContactContainer #contactEditContainer {
  padding-top: 10px;
}

#customerBdcContactContainer #contactEditContainer #setBdcContact {
  float: right;
}*/

.listItem.add-order-item {
  padding-left: 10px;
  box-sizing: border-box;
}

#ui-datepicker-div.select-order-date .ui-datepicker-calendar {
  display: none;
}

#tableListViewContainer table.bdcCategoryTable thead tr th.thRowLabel {
  width: 60px;
}

#tableListViewContainer table.bdcCategoryTable .noResults {
  white-space: nowrap;
}

#tableListViewContainer table.bdcProductTable thead tr th.thRowLabel {
  width: 60px;
}
