@CHARSET "UTF-8";


a{
	text-decoration:none;
	color:#000;
}
a img{
	border: 0px;
	}
a:link{
	color: #2D2E30;
	text-decoration:none;
	}
a:visited{
	color: #2D2E30;
	text-decoration:none;
	}
a:hover{
	color: #52c4ff;
	text-decoration:none;
	}
a.stylebutton{
	padding: 10px;
	display: inline-block;
	font-size: 12px;
}
a.stylebutton:hover{
	color: #FFFFFF;
}
body {
	font-family: "Arial",sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #2D2E30;
	background: #ececec;
}

.clear{
	clear: both;
}
.no-margin{
	margin: 0;
}	
.menu{
	background: none repeat scroll 0 0 #2d2e30;
    padding: 6px 10px 35px 0;
    text-align: right;
	}
.menu a{	color: #daff6a;
	}
.menu a:hover{
	color: #ffffff;
	}
#main{
	width: 100%;
	text-align: left;
	
}
input[type=button], input[type=submit] {
	height: 30px;
	}
#content{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 0 10px 20px 10px;
	min-height: 150px;
}
#content .content-body{
	padding: 0 20px 15px;
}
#content .home{
	border: 1px solid #ccc;
	padding: 0 20px 15px;
}
#content .home h3{
	font-size: 24px;
}
#content .home a{	
	width: 150px;
	margin: 10px;
	padding: 25px 15px;
	text-transform: uppercase;
}
.wraphome{
	padding: 20px;
	width: 630px;
	margin: 0 auto;
}
#content .left{
	width: 25%;
	float: left;
	font-size: 11px;
	border: 1px solid #a3a3a3;
	margin: 0px 0px 0px 10px;
	height: 500px;
	overflow: auto;
	}
#content .left .selectcat{
	background: #dce1e1;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	padding: 5px 20px;
	display: inline-block;
	font-size: 13px;
	border-radius: 3px;
	color: #0073EA;	
}
#content .left .activecat{
	background: #ffffff;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	padding: 5px 20px;
	display: inline-block;
	font-size: 13px;
	border-radius: 3px;
	color: #4a6a04;
}
#content .right{
	float: left; 
	width: 70%;
	margin-left: 2%;
}
#content .loginform{
	margin: 0 auto;
	width: 350px;
	border: 1px solid #2D2E30;
	padding:  10px;
}
#content .loginerror{
	color: red;
}
#content .loginform .errors{
	color: red;
}
#content .loginform h1{
	text-align: center;		
}
#content .loginform .tip{
	text-align: center;
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height: 17px;
	text-align: left;
	background: #2d2e30;
	padding: 10px 0px 10px 50px;
	color: #ffffff;
}

#footer a:link{
	color: #fffc00;
	text-decoration:none;
	}
#footer a:visited{
	color: #fffc00;
	text-decoration:none;
	}
#footer a:hover{
	color: #a8ff00;
	text-decoration:none;
	}
.help{
	margin: 3px 0 0 0;
	height: 15px;
}
.imgupload{
    float: left;
    width: 220px;
    height: 300px;
    overflow: auto;
    padding: 5px;
    margin: 5px;
    border: 1px solid #000000;
}
.sortcat { 
	list-style-type: none; 
	margin: 0; 
	padding: 5px 0px; 
	width: 100%; 	
	background: #E7ECEF;
}
.sortcat li {
	margin: 5px 0 5px 2%; 
	width: 95%; 
	padding: 7px 0 7px 2%; 
	background: url(../images/folder.png) no-repeat #dce1e1; 
	border: 1px solid #cccccc; 
	cursor: move;
}
.sortcat li .icon{
	cursor: pointer;
}
.sortcat li.selected{	
	background-color: #ffffff;
	font-weight: bold;
}
.sortcat li.selected>a{
	color: #4a6a04;
}
.headtitle{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.chooselang{
	float: right;
}
#table_content tr{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
select{
	background: #ffffff;
	border: 1px solid #d7d7d7;	
	font-size: 12px;
	font-family: Arial;
	width: 100px;
}
input[type="text"]:not(:disabled){
	background: #ffffff;
	border: 1px solid #d7d7d7;
	font-size: 12px;		
}
input[type="password"]{
	background: #ffffff;
	border: 1px solid #d7d7d7;
	font-size: 12px;		
}
.bootstrap-tagsinput input{
	border-color: transparent!important;
}
input.addcat{
	float: right;
}
table.formedit,
#formvalidate{
	font-size: 12px;
	margin: 10px 0 0 20px;
}
textarea{
	background: #ffffff;
	border: 1px solid #d7d7d7;
	font-size: 12px;	
}
table.customer{
	line-height: 20px;
	padding-left: 30px;
}
td.bg-red span{
	color: #FF0000;
	border: 1px solid rgba(255, 0, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 0, 0, 0.1);
}
td.bg-red-light span{
	color: #a50803;
	border: 1px solid rgba(165, 8, 3, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(165, 8, 3, 0.1);
}
td.bg-yellow span{
	color: #fff;
	border: 1px solid rgba(255, 255, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 0, 0.1);
}
td.bg-orange-yellow span{
	background: linear-gradient(90deg, rgba(255, 165, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 50%);
	color: #000;
	border: 1px solid rgba(255, 255, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
}
td.bg-orange span{
	color: orange;
	border: 1px solid rgba(255, 165, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 165, 0, 0.1);
}
td.bg-green span{
	color: green;
	border: 1px solid rgba(0, 128, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(0, 128, 0, 0.1);
}
td.bg-blue-columbia span{
	color: #9bddff;
	border: 1px solid rgba(155, 221, 255, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(155, 221, 255, 0.1);
}
td.bg-dark-cerulean span{
	color: #08457e;
	border: 1px solid rgba(8, 69, 126, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(8, 69, 126, 0.1);
}
td.bg-green a{
	color: #fff;
}
td.bg-light-blue span{
	color: #B4EDFC;
	border: 1px solid rgba(180, 237, 252, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(180, 237, 252, 0.1);
}
td.bg-green-light span{
	background: linear-gradient(90deg, rgba(0, 128, 0, 0.1) 50%, rgba(34, 176, 76, 0.1) 50%);
	color: #22B04C;
	border: 1px solid rgba(34, 176, 76, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
}
td.bg-green-white span{
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
	background: linear-gradient(90deg, rgba(0, 128, 0, 0.1) 50%, rgba(255, 255, 255, 0.1) 50%);
}
td.bg-black span{
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
}
td.bg-warning span{
    color: #b417e0;
    border: 1px solid rgba(180, 23, 224, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(180, 23, 224, 0.1);
}
td.bg-black a{
	color: #fff;
}
td.moderator a{
	font-weight: bold;
}
p.bg-red{
    color: red;
    font-weight: bold;
}
p.bg-yellow{
    color: #dad303;
    font-weight: bold;
}
p.bg-black{
    font-weight: bold;
}
a.NA-color, .NA {
    color: #888;
}
a.SD-color {
    color: #3f4739;
}
a.IR-color {
    color: #373852;
}
a.AP-color {
    color: #6f20b8;
}
a.IT-color, a.AS-color, a.AC-color, a.TP-color {
    color: #0d97f1;
}
a.OD-color {
    color: #3fb00b;
}
a.DA-color, a.WP-color {
    color: #dbad00;
}
a.DL-color {
    color: #e96401;
}
a.RS-color {
    color: #cf00c8;
}
a.DE-color, a.TF-color, a.EP-color, a.NP-color {
    color: #ae0014;
}
a.VD-color {
    color: #696969;
}
.clear{
	clear: both;
}
.box-l{
	float: left;
	width: 50%;
}
.box-r{
	float: right;
	width: 50%;
	text-align: right;
}
.box{
	width: 100%;
}
.box .bx-content{
	background: #F5F5F5;	
	padding: 10px;
}
.bg1{
	border: 1px solid #337AB7;
}
.bg1 .total{
	background: #337AB7;	
}
.bg2{
	border: 1px solid #5CB85C;
}
.bg2 .total{
	background: #5CB85C;
}
.bg3{
	border: 1px solid #D9534F;
}
.bg3 .total{
	background: #D9534F;
}
.bg4{
	border: 1px solid #F0AD4E;
}
.bg4 .total{
	background: #F0AD4E;
}
.view-total{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
    padding: 0;
    color: #fff;
}
.view-label{
	font-size: 13px;
	font-weight: normal;
	margin: 0;
    padding: 0;
    color: #fff;
}
a.pending{
	color: #CCCCCC;
}
a.expired{
	color: #616E7D;
}
a.exception{
	color: #D26759;
}
a.delivered{
	color: #4CBB87;
}
a.attemptfail{
	color: #B789C7;
}
a.out-for-delivery{
	color: #F5A551;
}
a.in-transit{
	color: #65AEE0;
}
a.info-receive{
	color: #214977;
}
.link-filter{
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 4px 15px;
	margin: 5px 0;
	display: inline-block;
}
.link-filter:hover,
.link-filter.active{
	background: #607C8B;
	color: #fff;
}
.color-green{
	color: green;
}
.color-red{
	color: red;
}
.bg5{
	border: 1px solid #ff0505;
}
.bg5 .total{
	background: #ff0505;
}
.bg6{
	border: 1px solid #0518c7;
}
.bg6 .total{
	background: #0518c7;
}
.blog-pagination{
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-pagination li{
	display: inline-block;
}
.blog-pagination li a{	
	padding: 5px 9px;
	background: #F9F9F9;
	margin-right: 5px;
}
.blog-pagination li a:hover,
.blog-pagination li a.current{
	background: #0073ea;
	color: #fff;
}
.clearfix{
	clear: both;
	display: block;
	margin: 15px 0;
	width: 100%;
	height: 20px;
}
.fl p{
	margin: 0;
	padding: 0;
	line-height: normal;
}
.fl{
	float: left;
	width: 50%;
}
.fr{
	float: right;
	width: 50%;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
#table_contents tr td.product-detail{
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
}
#table_contents tr td{
	word-break: break-word;
	margin: 15px 0;
}
.table-hover{
    margin: 20px auto;
    border: 1px solid #000;
}
.table-team tr.seller td.bg{
	background: #fff;
}
.table-team tr td{
	margin: 20px auto;
    border: 1px solid #c5c5c5;
}
.table-hover tr td{
    width: 8.3%;   
    padding: 5px 12px;
}
.table-hover tr:nth-child(2n+1),
.table-team tr.store:nth-child(2n+1){
    background: #fff;
}
.table-hover thead tr{
    background: none!important;
}
.table-hover .order-money td{
    border-top: 2px solid #000;
}
.main-images{
	margin: 0;
	padding: 0;
}
.list-img{
	display: inline-block;
	margin: 0 15px 15px;
	position: relative;
}
.list-img span{
	background: #a9a9a9;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
}
.list-img span:hover{
	background: #444444;
	color: white;
}
#delform .inline .select2-container{
	width: unset!important;
}
.filter .select2-container{
	text-align: left;
}
.link-download{
	padding: 6px 15px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}
#table_contents tr td.size,
#table_contents tr td.color{
	word-spacing: initial;
	word-break: break-word;
}
.link-filter.sell-now{
    padding: 6px;   
    color: #4faab3;
}
.bootstrap-tagsinput{
    white-space: break-spaces!important;
}
#frmvalidate{
	margin: 0 10px;
}
.table-total{
	font-size: 13px;
}
label{
    margin: 10px 0;
    display: block;
    font-size: 12px;
}
.add-items{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}
.remove-item i{
	font-size: 16px;
	font-weight: bold;
	color: red;
}
small{
	font-size: 11px;
    font-style: italic;
    color: red;
    margin: 5px 0;
    display: block;
}
.select2-container .select2-selection--single{
	height: 30px!important;
	font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 32px!important;
}
/* Customize the label (the container) */
table .container {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin: 6px 6px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table.popup-profile .container{
	margin: 0 6px;
}

/* Hide the browser's default checkbox */
table .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
table .checkmark {
  position: absolute;
  top: 0;
  left: -5px;
  height: 20px;
  width: 20px;
  background-color: #fff;
}

table .checkmark.radio{
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
table .container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
table .container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
table .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
table .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
table .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
table .checkcontainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
table .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
table .checkcontainer input:checked ~ .radiobtn {
    background-color: #2196F3;
}
table .radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}
table .checkcontainer .radiobtn:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
table .checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
table  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
tr th{border-color:#dee2e6;border-style:solid;border-width:1px;
  font-weight:bold;overflow:hidden;padding:5px 5px;word-break:normal; vertical-align: middle; text-align: center;font-size: 12px;}
ul.list-status {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#table_contents ul.list-status li {
    margin-bottom: 3px;
}
#table_contents a:not(.dropdown-item) {
    line-height: 0.9;
    display: inline-block;
}

.status-approve img, .status-unapprove img, .status-product img{
	margin: 0 4px;
}
.icon-show-check span {
    display: inline-block;    
    text-align: center;
}
.frmpopup{
	overflow: auto;
}
table.tablepopup{
	margin: 10px 0 0 15px;
}
.dataTables_wrapper input{
	height: 25px;
}
.dataTables_wrapper select{
	height: 30px;
}
.list-permission{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background: #dfdfdf;
}
.list-team{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.list-permission li,
.list-team li{
	float: left;
	width: 33%;
	margin: 10px 0;
}
.fr.text-right .select2-container{
	text-align: left;
}
.store-new{
	padding: 10px;
}
.store-new h3{
	font-size: 18px;
	margin: 11px;
}
.store-new .item {
	text-align: center;
    background: #fff;
    border: 1px solid #dbe2e8;
    width: 45%;
    float: left;
    margin: 11px 9px;
}
.store-name {
    text-align: left;
    font-weight: bold;
}
.store-name .icon {
    margin-right: 20px;
}
.store-name img {
    max-width: 100%;
}
.store-name img{
	height: 40px;
}
.store-name span {
    font-size: 16px;
    vertical-align: top;
    padding-top: 18px;
    display: inline-block;
}
.btn {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #4faab3;
    background: #4faab3;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0.6rem 0.8rem;
}
.btn-block {
    display: block;
}
.btn-store {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0.6rem 0.8rem;
}
.store-bottom a{
	color: #fff;
	text-align: center;
}
.link-info i{
	font-size: 20px;
}
.quick-view table{
	font-size: 13px;
}
.quick-view .table-status{
	background: #fff;
	margin: 5px 0;
}
.quick-view .table-status td{
	height: 35px;
}
.quick-view .table-total{
	text-align: right;
}
.label-line {
    border-radius: 25px;
    border: 1px solid #02c857;
    background: #d9ffe9;
    padding: 4px 10px;
    color: #02c857;
    text-transform: uppercase;
}
.quick-view .link-a{
	position: absolute;
	right: 10px;
}
.quick-view .label-line{
	font-size: 12px;
}
.quick-view .btn-block{
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	cursor: pointer;
}
.icon_status_ship i{
	font-size: 30px;
    vertical-align: middle;
}
.label-pending{
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
}
.label-production{
	color: #1A57C9;
	border: 1px solid;
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(26, 87, 201, 0.1);
}
.label-complete,
.label-completed{
	color: #009855;
	border: 1px solid;
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(8, 192, 23, 0.1);
}
.label-hold{
	color: #F0C140;
	border: 1px solid;
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(240, 193, 64, 0.1);
}
.label-refund,
.label-rejected{
	color: #CA0011;
	border: 1px solid;
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(202, 0, 17, 0.1);
}
.label-processing{
	color: #18A3E1;
	border: 1px solid;
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(24,163,225, 0.1);
}
.label-cancelled{
	color: #E58948;
	border: 1px solid;
    padding: 6px 15px;
    border-radius: 20px;
    background: rgba(229,137,72, 0.1);
}
.fl-l{
	float: left;
	width: 50%;
}
.fl-r{
	float: right;
	width: 50%;
}
.fl-w{	
	font-weight: bold;
}
.fl-c, a.fl-c{	
	color: #4faab3;
}
.fl-lk{
	color: #4faab3;
	cursor: pointer;
}
.order-detail{
	background: #fff;
    padding: 15px 15%;
    margin: 15px auto 0;
}
.order-detail .table-order{
	float: none;
}
.color-4{
	color: #4079D6;
}
.color-10{
	color: #F5B170;
}
.color-12{
	color: #397622;
}
.color-21{
	color: #FD0018;
}
.box-heading ul.nav-time {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-heading ul.nav-time li {
    margin-right: 25px;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.box-heading ul.nav-time li a {
    font-size: 13px;
    color: #2d3056;
    cursor: pointer;
}
.box-heading ul.nav-time li.active a {
    color: #009aff;
}
.box-heading ul.nav-time li:last-child {
    margin-right: 0;
}
.advance-search{
	padding: 0.5%;
	border: 1px solid #ccc;
}
.advance-search h4{
	margin: 0;
	padding: 0;
}
.advance-search table tr td{
	padding: 10px;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}
.input-group-sub {
    font-size: 14px;
    color: #6c7a86!important;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.advance-search .select2-container--default .select2-selection--single{
	border-radius: 0;
}
.btn-search{
	background: #4faab3;
	color: #fff;
	border: none;
}
.btn-export{
	background: #08c017;
	color: #fff;
	border: none;
}
.inline{
	display: inline-block;
}
.ibtnDel{
	cursor: pointer;
}
.link-category{
	margin: 5px;
    border: 1px solid #E0E2E7;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
    padding: 7px 15px;
    display: inline-block;
    background: #fff;
}
.list-category{
	clear: both;
	margin-top: 5px;
    display: inline-block;
}
.link-first{
	border: 1px solid #E0E2E7;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
    padding: 7px 15px;
    display: inline-block;
    background: #fff;
}

.link-first.active, .link-category.active{
	background: #5bc0de;
}
.btn-reject,
.btn-start{
 	background: #fff;
 	color: #000;
 	cursor: pointer;
}
.btn-completed,
.btn-done{
	cursor: pointer;
}
.list-folder,
.list-gallery{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-folder li{
	padding: 8px 20px;
	margin: 5px 0;
	border: 1px solid #ccc;
	cursor: pointer;
}

.list-folder li.active{
	border-color: #02c857;
}

.list-folder li i,
.link-filter i{
	color: #787575;
	font-size: 16px;
}
.link-filter:hover i, .link-filter.active i{
	color: #fff;
}
.choose-parent{
	display: inline-block;
}
.popup-gallery{
	display: inline-block;
    margin: 10px;
    text-align: center;
    width: 140px;
    position: relative;
    vertical-align: middle;
    overflow-wrap: break-word;
}
.popup-gallery.list{
	width: 15%;
}
.popup-gallery img{
	max-width: 100%;
}
.popup-gallery .image-popup-no-margins{
	
}
.popup-gallery .checkdel{
	position: absolute;
	left: 0;
}
.choose-folder{
	display: inline-block;
}
.error-small{
	font-style: italic;
	color: red;	
}
.file_upload i{
	font-size: 40px;
}
.file_upload .note{
	color: #666262;
}
.dropzone{
	border-width: 1px;
	border-radius: 5px;
}
.dropzone .dz-preview{
	margin: 8px;
}
.dropzone .dz-message{
	margin: 0;
}
.container-upload{
	padding: 15px;
}
.edit-folder{
	position: relative;
	margin: 5px;
}
.edit-folder span{
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
.artwork{
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	margin: 7px;
	border: 1px solid #ddd;
	text-align: center;
}
.name-file,
.dimension-file,
.size-file,
.tags-file{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 7px;
}
.gallery-detail{
	display: inline-block;
    vertical-align: top;
    width: 230px;
    font-size: 13px;
    padding: 15px;
    margin-top: 5%;
}
.gallery-detail .hide,
.loading.hide{
	display: none;
}
.gallery-detail .save-input,
.gallery-detail .save-input-tags{
	width: 95%;
	padding: 10px 5px;
	margin: 7px;
}
.gallery-detail .save-btn,
.gallery-detail .save-btn-tags{
	width: 100%;
	background: #08c017;
	padding: 10px 0;
	margin: 7px;
	border-color: #08c017;
    border-style: none;
    cursor: pointer;
}
.list-gallery{	
	margin: 0;
    padding: 0;
}
#list-gallery{
	max-height: 320px;
	overflow-y: auto;
}
#list-img{
	max-height: 505px;
	overflow-y: auto;
}
.choose-file {
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 22%;
    position: relative;
    vertical-align: middle;
    border: 1px solid #ECECEC;
}
.choose-file.img {
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 17%;
    position: relative;
    vertical-align: middle;
    border: 1px solid #ECECEC;
}
.choose-file img{
	max-width: 100%;
	height: 110px;
}
.choose-file.img img{
	height: 100%;
}
.choose-file.active{
	border-color: #02c857;
}
.btn-apply,
.btn-upload{
	padding: 10px 15px;
	margin: 5px;
	background: #4faab3;
	display: inline-block;
	color: #fff;
}
.btn-cancel,
.btn-choose-variant{
	padding: 10px 15px;
	margin: 5px;
	background: #ccc;
	display: inline-block;
	color: #fff;
}
.btn-more{
	padding: 10px 15px;
	margin: 5px;
	background: #eee;
	display: inline-block;
	color: #fff;
	border: 1px solid #999;
}
.btn-apply:hover, .btn-cancel:hover, .btn-more:hover{
	color: #fff;
}
.btn-apply.disabled {
    pointer-events: none;
    color: #ccc;
}
.loading{
	display: inline-block;
}
td.new span{
	color: #1354A6;
    border: 1px solid rgba(19, 84, 166, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(19, 84, 166, 0.1);
}
td.pending span{
	color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
}
td.processing span{
	color: #0273b7;
	border: 1px solid rgba(2, 115, 183, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(2, 115, 183, 0.1);
}
td.review span{
	color: #E58948;
    border: 1px solid;
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(229, 137, 72, 0.1);
}
td.reject span{
	color: #B0000F;
	border: 1px solid rgba(176, 0, 15, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(176, 0, 15, 0.1);
}
td.completed span{
	color: #16734C;
	border: 1px solid rgba(22, 115, 76, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(22, 115, 76, 0.1);
}
td.processing.reject span{
	color: red;
	border: 1px solid rgba(255, 0, 0, 0.2);
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 0, 0, 0.1);
}
.btn-save,
.btn-close,
.btn-delete{
	border: none;
	cursor: pointer;
	background: none;
}
#process-loading,
.process-loading{
	text-align: center;
}
#icon-loading,
.icon-loading{
	height: 25px;
    vertical-align: middle;
}
.message{
	font-size: 12px;
    color: red;
    font-style: italic;
}
.list-areas{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.list-areas li{
	display: inline-block;
    width: 220px;
    padding: 10px 0;
}
.list-areas li div{
	display: inline-block;
    vertical-align: middle;
    position: relative;
}
.list-areas .link-download{
	margin-top: 35px;
    display: block;
    margin-left: 10px;
}
.icon-download{
	position: absolute;
    font-size: 16px;
    cursor: pointer;
    color: #2BA5DB !important;
    right: 0;
    top: -2px;
}
.isShow{
	display: none;
}
.head-title{
	width: 100px;
    background: #EBEBEB;
    border: 1px solid #fffefe;
}
.detail-design ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.detail-design ul li{
	display: inline-block;
    width: 43%;
    margin: 0 10px;
}
.large-logo{
	width: 200px;
}
.sidebar.minimized .large-logo,
.sidebar .small-logo,
.sidebar.minimized.expand .small-logo{
	display: none;
}
.sidebar.minimized .small-logo,
.sidebar.minimized.expand .large-logo{
	display: block;
}
.skin-base .nav-sidebar .nav-link-single {
    color: #627293;
}
.nav-sidebar .nav-link-single {
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    white-space: nowrap;
}
.google-drive{
	margin: 10px 0;
}
.google-drive img, .google-drive a{
	margin: 0 5px;
}
#cboxLoadedContent iframe{
	margin: 0!important;
}
.icon-new{
	padding: 5px 15px;
	background: #FEC82D;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
}
.quick-view .jquery-comments ul.main{
	max-height: 195px;
}
.icon-color{
	width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.03);
}
.library-order{
	position: relative;
}
.delete-library{
	color: red;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: 55px;
    cursor: pointer;
}
.delete-library.mp{
	right: -8px;
}
.wallet-balance{
	background: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 14px;	
}
.value-balance{
	display: inline-block;
	font-weight: bold;
	padding-left: 15px;
}
.list-method{
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.list-method li{
	padding: 10px 5px;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
}
.list-method li:hover, .list-method li:focus,
.list-method li.active{
	border: 1px solid #08c017;
}
.list-method .desc{
	padding: 5px 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(208, 213, 221);
    border-radius: 12px;
    max-width: 100%;
    margin-top: 10px;
}
.list-method p{
	margin: 0;
}
.detail-billing{
	padding: 18px;
}
.headtitle ul, .headtitle ul li{
	list-style: none;
    padding: 0px;
    margin: 0px 0px 10px;
    display: inline-block;
    text-transform: none;
}
.headtitle ul li a, .headtitle ul li span {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgb(71, 84, 103);
}
.headtitle ul li svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    stroke: rgb(208, 213, 221);
    margin: 0px 12px;
}
.headtitle ul li.last span {
    color: rgb(22, 157, 216);
    font-weight: 600;
}
.detail-billing.bg{
	background: rgb(255, 255, 255);
    border: 1px solid rgb(234, 236, 240);
    box-shadow: rgba(16, 24, 40, 0.1) 0px 1px 3px, rgba(16, 24, 40, 0.06) 0px 1px 2px;
    border-radius: 12px;
    margin-top: 20px;
}
.detail-billing.bg tr th{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	background: #FAFAFA;
}
.detail-billing.bg tr th:last-child{
	border-right-width: 0;
}
#btn-reject{
	background: red;
	border: 1px solid red;
	cursor: pointer;
}
#btn-approve{
	cursor: pointer;
}
.box-wallet{
	background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 10px;
}
.wallet, a{
	display: inline-block;
}
.box-wallet a{
	float: right;
    margin-top: 17px;
}
table .container input:disabled ~ .checkmark{
	background: #cdcdcd;
}
.top-up #cboxLoadedContent{
	overflow: visible!important;
	background: #ececec;
}
.top-up #cboxTitle,
.top-up #cboxMiddleRight{
	display: none!important;
}
#btn-save{
	border: 0;
	background: #4faab3;
	color: #fff;
	padding: 7px 20px;
}
.pl-2{
	padding-left: 10px;
}
#userMenu{
	position: absolute;
	top: 10px;
	right: 5px;
	width: auto;
	padding: 0 10px;
}
.user-menu{
	display: none;
	margin: 0;
    padding: 10px 15px;
    width: 240px;
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    list-style: none;
    outline: none;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}
.user-menu li{
	padding: 4px 0;
}
.user-menu svg{
	width: 40px;
	height: 40px;
}
.user-menu.active{
	display: block;
}
.box-balance p{	
	font-weight: bold;
	margin: 0;
}
.box-balance .label-balance{
	width: 120px;
}
.box-balance p span{
	display: inline-block;
}
.img-method{
	background: #fff;
    text-align: center;
    padding: 4px 0;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}
.buy-now{
	background: #52AAB2;
	color: #fff!important;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
}
.profile-user{
	background: rgb(255, 255, 255);
    border: 1px solid rgb(234, 236, 240);
    box-shadow: rgba(16, 24, 40, 0.1) 0px 1px 3px, rgba(16, 24, 40, 0.06) 0px 1px 2px;
    border-radius: 12px;
    margin-top: 20px;
    padding: 10px;
}
.link-payout{
	float: right;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 13px;
    background: #52AAB2;
    color: #fff!important;
    padding: 8px 15px;
}

.symbol {
    width:20px;
    height:20px;
    margin-right:20px;
    float:left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.serieName {
    float:left;
    cursor:pointer;
}

.dashboard-item{
    height:40px;
    clear:both;
}

#btn-accept{
	width: 48.5%; 
	height: 30px; 
	background-color: #52AAB2; 
	border: 0;
	color: #fff;
	cursor: pointer;
}

#btn-rejects{
	width: 48.5%;
	height: 30px;
	background-color: red;
	border: 0;
	color: #fff;
	cursor: pointer;
}

#btn-accept:disabled, #btn-rejects:disabled{
	cursor: not-allowed;
}

.fixed{
	top:0;
	position:fixed;
	width:auto;
	display:none;
	border:none;
	z-index: 1;
}

.scrollMore{
  	margin-top:600px;
}

.up{
  	cursor:pointer;
}

.fixed thead td{
	border: 0;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.dropdown {
	position: relative;
	width: 130px;
	font-family: sans-serif;
}

.dropdown-toggle {
	border: 1px solid #ccc;
	padding: 5px 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.dropdown-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 10;
	max-height: 150px;
	overflow-y: auto;
	display: none;
	border-radius: 4px;
	margin-top: 4px;
}

.dropdown-options.show {
  	display: block;
}

.option {
  	padding: 5px 10px;
  	cursor: pointer;
  	text-align: left;
}

.option:hover,
.option.selected {
  	background: #e0f7ff;
}