body {
  padding:30px;
}

h1 {
	margin:40px 0px 20px 0px !important;
}

.mkt-select {
	margin-top: 15px;
	display: inline-block;
}

.datatable td.details-control {
    background: url('/themes/default/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
.datatable  tr.shown td.details-control {
    background: url('/themes/default/img/details_close.png') no-repeat center center;
}

.datatable {
	font-size: 11px;
}

.dataTables_filter input {
    border: 1px solid #999;
}

.child-tbl {
	font-size: 11px;
	width:100%;
}

.child-tbl th {
	font-weight: bold;
}

.range_submit {
	display: block; width: 40px; height:20px;  font-size: 17px;
}

.hist-lnk {
	margin: 5px 20px 0px 0px;
    display: inline-block;
}

.hist-block {
	margin-top: 20px;
}

.hb {
	display: inline-block;
    width: 60px;
    height: 40px;
    padding: 5px 10px;
    text-align: center;
}

.hb span {
	display: block;
	font-size: 9px;
}

/* CHANGE POINTS dialog CSS  */
.modal-bg {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10000000;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.8;
}

.cp-form{
	width: 600px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 5px solid #337ab7;
	margin-right: 116px;
	text-align: center;
	margin-left: -300px;
	margin-top: -200px;
	z-index: 10000010;
	display: none;
	text-align: center;
	background-color: #fff;
}

.cp-form h1 {
	color:#3e809a;
	margin-top:20px;
	font-size:24px;
}

.cp-form h2{
	color:#666;
	margin-top:5px;
	font-size:16px;
}

.cp-form textarea {
	display: block;
    width: 100%;
    height: 160px;
}

.cp-form span.title {
	display: block;
    text-align: left;
    margin-top: 15px;
}

.cp-row label.btn-primary.active {
    background-color: #d9534f;
    border-color: #d9534f;
}

.close-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 17px;
	height: 16px;
	background: url('/themes/default/img/icon-close.png') center center no-repeat;
	cursor: pointer;
}

.alert-inline {
    padding: 5px 10px 7px 10px !important;
    display: none;
}

.btn-group-line {
	margin-left: 10px;
}

.login {
	position: absolute;
	width:300px;
	height:260px;
	margin: 0 auto;
	left: 50%;
    top: 50%;
    margin: -130px 0 0 -150px;
    background: url('/themes/default/img/logo.png') top center no-repeat;
    padding-top:60px;
}

.sales-collapse-all {
	width: 200px;
	text-align: right;
}

.a-icon {
	background-image: url(/themes/default/img/amz-sprite.png);
    -webkit-background-size: 400px 650px;
    background-size: 400px 650px;
    background-repeat: no-repeat;
    display: inline-block;
}

.a-icon-star {
    width: 80px;
    height: 18px;
}

.a-star-1 { background-position: -69px -368px; }
.a-star-2 { background-position: -53px -368px; }
.a-star-3 { background-position: -37px -368px; }
.a-star-4 { background-position: -21px -368px; }
.a-star-5 { background-position: -5px  -368px; }

/* reviews block */
.review-block img {
	margin: 0px 20px 0px 40px;
}

/* feedback block */
.feedback-block img {
	margin: 0px 20px 0px 40px;
}

.system-debug {
	margin-top: 50px;
}

.system-debug .collapse-block {
	height:40px;
	display:block;
	clear:both;
}

.system-debug .collapse-block span.label {
	margin-top: 6px;
}



.system-debug a {
	display: inline-block;
	padding:4px;
}

.system-debug pre {
	margin: 10px 0px 0px 40px;
    line-height: 11px;
    margin-bottom: 5px;
}

.lazy {
	background: url(/themes/default/img/loading.gif) center center no-repeat;
}

/* class for editable table cells*/
.inp {
	padding: 0px !important;
}

.inp input[type="text"] {
	border:none;
	box-shadow: #fff 0 0px 0px 0;
	margin:0px;
}

.inp input[type="text"]:focus {
	outline: none;
}

.form-group.required label:after {
	content:" *";
	color:red;
}

.cur-row {
	display: table;
    width: 100%;
    border-bottom: 1px dashed #999;
    margin-bottom: 7px;
}


element.style {
}
table#ship-tbl.dataTable tbody tr.notes td input {
    width: 100%;
    font-size: 12px;
    padding: 2px 5px;
}
.loading-input {
    background-color: #ffffff;
    background-image: url(/themes/default/img/spinner.gif);
    background-size: 15px 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.ok-input {
    background-color: #ffffff;
    background-image: url(/themes/default/img/ok.png);
    background-size: 15px 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.c3-ygrid-line.green_line line {
	stroke: green;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

#sales-tbl img {
	width: 75px !important;
}

#kpi-prod-tbl img,
#products-tbl img,
#mail-stat img {
	max-width: 75px !important;
}