body {
	color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}
.container {
	max-width: 99% !important;
}
.dropshix_load_iframe{
    margin: 0 auto;
 	width: 100%;
 	min-width: 560px;
 	min-height: 460px !important;
 }
 .dropshix_row{
 	padding: 10px !important;
    min-width: 250px;
    height: auto !important;
 }
 .xox-tab{
	background-color: #EBF0F1;
	padding: 10px;
	font-size: 18px;
	margin-right: .5em;
	margin-left: 0px;
	border: 1px solid #eee;
	display: inline-block;
	color: #888;
 }
 .xox-tab.active, .xox-tab:focus, .xox-tab:focus:active, .xox-tab:hover {
    background: #ffffff;
    color: #000;
}
.xox-tab.active{
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}
.xox-wrap-image{
	max-width: 200px;
}
.xox-content-wrapper{
	display: none;
}
.xox-content-wrapper.active{
	display: block;
	padding: 20px;
	margin-bottom: 10px ; 
}
.custom-wrap {
    margin: 10px 20px 0 2px;
}
.custom-wrap h2.nav-tab-wrapper {
    background-color: #EBF0F1;
    padding-top: 0px;
    margin-top: 20px;
    border-bottom: 0px solid #eee;
}
.xox-loading-ajax{
	padding: 130px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	transition: ease-in .5s;

}

.label-detail-widget {
    margin-top: 20px;
}
.text-muted {
    color: #9fadbb;
}

.panel.panel-widget {
    transition: .2 ease-out;
}
.panel-widget {
    background: #fff;
    border-radius: 0px !important;
}
.panel-widget {
    padding: 0;
    position: relative;
}
.panel {
    border: 0;
}

.label-detail-widget{
	margin-top: 20px;
}
.value-detail-widget{
	margin: 5px 0px 25px;
}
.percentage-widget{
	margin-top: 35%;
	display: inline-block;
	font-size: 25px;
}
.panel.panel-widget{
	transition: .2 ease-out;
	border: 1px solid #7eb9f3;
}
.panel.panel-widget:hover {
    box-shadow: 0px 0px 8px #7eb9f3;
    margin-top: -1px;
}
.value-detail-widget {
    margin: 5px 0px 25px;
}
.large {
    font-size: 2em;
}
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}
.row-top{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.row-first{
	margin-top: 2%;
}
.xox-dropshix{
	max-width: 500px;
	border-bottom: 2px solid #30a5f1;
}
.xox-dropshix:hover{
	box-shadow: 0px 15px 15px rgba(0,0,0,.15);
}
.xox-acc{
	margin-top: 3% !important;
}
.xox-conf a,.xox-conf a:active,.xox-conf a:hover,.xox-conf a:visited{
	color: #fff !important;
	background:#0085ba !important;
    border-color: #0085ba !important;
}
.xox-conf .btn-default{
	text-shadow: none !important;
}
.xox-remove,.xox-import{
	width: 150px;
}
.xox-report,.xox-remove2,.xox-archive{
	width: 80px;
}
.xox-archive{
    margin-top: 8%;
}
.xox-tab:hover,.xox-tab:active,.xox-tab:focus{
	text-decoration: none !important;
}
#loading-import-remove, #loading-import-remove2{
	position: fixed;
    margin-left: 33%;
    margin-top: -10%;
}
#loading-report-remove{
	position: fixed;
    margin-left: 33%;
    margin-top: -5%;	
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
	width: 70%;
    margin-left: 21%;
    margin-top: -4%;
    padding-bottom: 0px;-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.clos {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.clos:hover,
.clos:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.row-first h5{
	padding-left: 2%;
	font-weight: 700;
}
#container-chart{
	min-width: 310px;
	height: 200px;
	margin: 0 auto;
}
.xox-widget-report{
	height: 100px;
}
.percentage-widget2{
	margin-top: 60%;
	display: inline-block;
	font-size: 18px;
}
.xox-comingsoon{
    display: none;
    width: 450px;
    height: auto;
    background-color: white;
    margin-left: 16%;
    z-index: 10;
    position: fixed;
    margin-top: 16%;
    padding-left: 3px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 4px solid black;
    box-shadow: 10px 0px 25px;
}
.xox-overlay{
    width: 67%;
    position: fixed;
    z-index: 9999999;
    height: 510px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 2%;
}
.report-overlay{
    z-index: 1;
    background: rgba(255,255,255,.8);
    width: 100%;
    position: absolute;
    height: 100%;
}
.xox-comingsoon2{
    width: 450px;
    height: auto;
    background-color: white;
    margin-left: 25%;
    z-index: 10;
    position: fixed;
    margin-top: 16%;
    padding-left: 3px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 4px solid black;
    box-shadow: 10px 0px 25px;
}
.fancybox-toolbar{
    top:32px !important;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 80%;
	height : 90%;
	max-width  : 80%;
	max-height : 90%;
	margin: 0;
}
.nav-to-dropshix {
    padding: 0;
    margin-bottom: 0;
}
.nav-to-dropshix ul {
	margin:  0;
	width: 100%;
	padding: 10px 0;
	text-align: left;
}
.nav-to-dropshix ul li {
	display: inline-block;
	margin-right: 12px;
}
a.changeSupplier {
    color: transparent;
    content: " ";
    background-color: transparent;
    background-size: 70% 70%;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #292929;
    border-radius: 7px;
    padding: 5px 15px;
}
a.changeSupplier[data-source=ae] {
    background-image: url(http://res.cloudinary.com/xolluteon/image/upload/c_scale,w_149/v1523074649/aliexpress_logo_ir1shg.png);
}
a.changeSupplier[data-source=amus] {
    background-image: url(http://res.cloudinary.com/xolluteon/image/upload/c_scale,w_149/v1523072803/amazon-logo_jopuju.png);
}
a.changeSupplier[data-source=bg] {
    background-image: url(http://res.cloudinary.com/xolluteon/image/upload/c_scale,w_149/v1523074773/Banggood_hvbrmu.png);
}
.loading-layer{
	background-color: rgba(0, 0, 0, .8);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10px;
	left: 0;
}
.loading-layer h3 {
	color: #fff;
	padding: 10% 0;
	text-align: center;
}
.button-dropshix {
	background-color: #292929 !important;
	color: #f3f3f3 !important;
}
.varHolder {
    display: block;
    position: relative;
    width: 100%;
}
.varHolder div {
    display: inline-block;
    padding: 5px 15px;
    width: 25%;
}
.varHolder div.title {
    width: 30%;
}
.varHolder div input {
    width: 80px;
}
table.dataTable thead {
   background: #7d7e7d; /* Old browsers */
   background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
table.dataTable thead th, table.dataTable thead td, table.dataTable thead th.sorting {
    background-color: transparent;
    /*border: 1px solid #111;*/
    color: #f2f2f2;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    padding: 10px 14.5px;
}
table.dataTable tbody tr {
    background-color: #fdfdfd;
}
table.dataTable tfoot th {
    padding: 5px;
}
table.dataTable input {
    border: solid 1px #292929;
    border-radius: 7px;
    max-width: 250px;
    width: 100%;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8eef1;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: solid 1px rgba(213, 214, 218, 0.45);
}
.dataTables_wrapper .dataTables_processing {
    height: auto;
    min-height: 85px;
}
.top .clear {
    margin: 10px 0;
}
.page-header {
    margin-top: 15px;
}
.page-header h3 {
    margin-top: 0;
}