div.required .control-label:not(span)::before, td.required::before, th.required::before {
    color: #f00;
    content: "* ";
}

span.required{
    color: #f00;
    content: "* ";
}

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
}

.pagination {
     margin: 0px; 
}

.table a.ASC:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}

.table a.DESC:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}

.pagination-info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 0px 10px;
    color: #888;
	font-weight:normal;
}

.pagination{
	vertical-align: middle;
}

.pagination a{font-weight:normal;}

.avatar{cursor:pointer}

.list-box{
	border:1px solid #999999;
	height:200px;
	overflow-y:auto;
	width:160px;float:left;margin-right:10px;
}

.list-box .list-item{
	cursor:pointer;
	padding:4px 4px 3px 4px;
	margin:0px;
	color:#000000;
	background:;
	border:1px solid #FFFFFF;
	height:25px;
}
.list-box .item-hover{
	color:#0000FF;
	border:1px solid #C6CDBE;height:25px;
}
.list-box .item-selected{
	background:#E8EFDF;
	border:1px solid #C6CDBE;
	height:25px;
}

.list-box .list-item-haschild{
	background:url(../images/array.gif) no-repeat 100% 50%;
	padding:0px;
	margin:0px;
}

.form-group .switch-md{
	margin-top: 5px;
}

.move_myorder{
	cursor:move;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.search-form-box .ext{padding:8px;right:30px;}
.input-group-addon{font-size:13px;}


.bootstrap-tagsinput {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none!important;
    font-size: 13px;
    padding: 6px 10px!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    margin: 0;
}

.bootstrap-tagsinput .tag {
    line-height: inherit;
}
.form-horizontal .radio{padding-top:0px;min-height:0px;}
.form-horizontal .radio-inline{padding-left:0px;padding-top:7px;}

.dropzone .dz-preview .dz-image {border-radius: 0px;}

.input-group.lang {
    padding-bottom: 5px;
    clear: both;
}

.checkbox label, .radio label {
    padding-left: 0px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    width:100%;
    height: 100%;
    text-align: center;
}


.form-footer {
    box-shadow: 0 0 10px #363a41;
    position: fixed;
    padding-top: 15px;
    padding-top: .9375rem;
    padding-bottom: 15px;
    padding-bottom: .9375rem;
    z-index: 10;
    background: #fff;
    bottom: 0;
    /*left: 210.08px;*/
    left: 16rem;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.small-sidebar .form-footer {
    left: 6.5rem;
}

@media (max-width: 991px) {
    .form-footer {
        left:0;
    }
}

.dropzone{
  padding: 0px; 
  background-color: #ffffff;
  text-align: center;
}

.dropzone .dz-preview .dz-image{
  width:100%;
  height: 100%;
  margin-bottom: 10px;
}

.serp-preview {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
    padding: 30px;
}

.serp-preview .serp-title {
    color: #1A0DAB;
    cursor: pointer;
    font-family: arial, regular;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    visibility: visible;
    /*white-space: nowrap;*/
}

.serp-preview .serp-url {
    color: #006621;
    font-family: arial, regular;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    visibility: visible;
}

.serp-preview .serp-description {
    color: #545454;
    font-family: arial, regular;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    visibility: visible;
    word-wrap: break-word;
}


#product-images-dropzone {
  border: none;
  padding: 5px;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow-y: hidden;
  transition: width .5s ease-out,margin .5s ease-out;
  z-index: 1
}

#product-images-dropzone.col-md-8 {
  border-right: 1px solid #bbcdd2;
  min-height: 200px
}

#product-images-dropzone.dropzone .dz-preview {
  width: 130px;
  height: 130px;
  border: 1px solid #bbcdd2;
  padding: 2px;border-radius: 5px;
}

#product-images-dropzone.dropzone .dz-preview.active,#product-images-dropzone.dropzone .dz-preview:hover {
  border: 3px solid #25b9d7;
  border-radius: 3px
}

#product-images-dropzone.dropzone .dz-preview.openfilemanager {
  text-align: center;
  color: #bbcdd2
}

#product-images-dropzone.dropzone .dz-preview.openfilemanager div {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 5px solid #bbcdd2;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

#product-images-dropzone.dropzone .dz-preview.openfilemanager div span {
  text-align: center;
  display: inline-block;
  line-height: 40px;
  height: 50px;
  font-size: 30px;
  font-weight: 700
}

#product-images-dropzone.dropzone .dz-preview .dz-image {
  line-height: 130px;
  width: 100%;
  height: 100%

}

#product-images-dropzone.dropzone .dz-preview .dz-image.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

#product-images-dropzone.dropzone .dz-preview .dz-image img {
  max-width: 130px;
  max-height: 130px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: none
}

#product-images-dropzone.dropzone .dz-preview .dz-image:hover {
  cursor: pointer
}

#product-images-dropzone.dropzone .dz-preview .iscover {
  background: #6c868e;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%
}

#product-images-dropzone.dropzone .dz-preview.dz-image-preview .dz-details .dz-filename,#product-images-dropzone.dropzone .dz-preview.dz-image-preview .dz-details .dz-size,#product-images-dropzone.dropzone .dz-preview.dz-image-preview .dz-error-mark,#product-images-dropzone.dropzone .dz-preview.dz-image-preview .dz-error-message,#product-images-dropzone.dropzone .dz-preview.dz-image-preview .dz-remove,#product-images-dropzone.dropzone .dz-preview.dz-image-preview .dz-success-mark {
  display: none
}

#product-images-dropzone.dropzone .dz-preview:hover .dz-image img {
  transform: none;
  filter: none
}

#product-images-dropzone.dropzone.dz-clickable * {
  cursor: pointer
}

#product-images-dropzone .dz-default.dz-message {
  padding: 2em 0;
  margin: 0;
  height: 100%
}

#product-images-dropzone .dz-default.dz-message a {
  font-weight: 700
}

#product-images-dropzone .dz-default.dz-message i {
  font-size: 60px;
  color: #bbcdd2;
  opacity: .5;
  filter: alpha(opacity=50)
}

#product-images-dropzone .dz-default.dz-message small {
  font-size: 12px;
  font-style: italic;
  color: #6c868e
}


#product-images-form-container {
  min-height: 200px;
  top: 0;
  right: 0;
  cursor: default!important;
  margin: 10px 0 5px 5px;
  float: left;
  position: absolute;
  z-index: 0
}

#product-images-form-container .close {
  position: absolute;
  right: .5em;
  top: 0;
  z-index: 1
}

#product-images-form-container .actions {
  padding-top: 15px
}

#product-images-container {
  border: 1px solid #bbcdd2;
  display: inline-block;
  width: 100%;
  position: relative
}

#product-images-container .dropzone-expander {
  font-weight: 700;
  font-size: 12px;
  color: #6c868e;
  padding: 5px 0;
  cursor: pointer;
  display: none;
  border-top: 1px solid #bbcdd2
}

#product-images-container .dropzone-expander span {
  display: none
}

#product-images-container .dropzone-expander.compress span.compress,#product-images-container .dropzone-expander.expand span.expand {
  display: block
}

.status {
    padding: .3rem .8rem;
    border: .2rem solid #fff;
    border-radius: 2rem;
    font-size: 12px;
}

.st-red {
  background-color: #f25656;
  color: #FFFFFF
}

.st-green {
  background-color: #bbe5b3;
  color: #414f3e
}

.st-blue {
  background-color: #b4e1fa;
  color: #3e4e57
}

.st-yellow {
  background-color: #ffea8a;
  color: #595130
}

.st-orange {
  background-color: #ffc58b;
  color: #594430
}

.st-gray {
  background-color: #dfe3e8;
  color: #454f5b
}

.review-detail .review-rating {
    font-size: 16px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.review-detail .review-status {
    float: right;
    height: auto;
}

.review-detail .review-content {
    margin-top: 10px;
}

.tags-text span{
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tags-text .label{
  padding: 8px;line-height: 4;
}
.tags-text a{
  color: #FFFFFF;
}

.tags-text .tag-delete{
  margin-left: 3px;
}

.tags-text .add-tag{
  color: #FFFFFF;
  border:1px dashed #666;
}

.right-image-upload{
  height: 200px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
}


.right-image-upload i{
    color: #bbcdd2;
    opacity: .5; 
    font-size: 100px;
}

.right-image-upload img{ 
  max-width: 190px;width: 100%
}

@media (max-width: 768px) {
    #form-search .pull-right {
        float: none!important;
        margin-top: 10px;
    }
}

.product-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100%;
    text-align: center;
    min-width: 80px;
}

.product-small-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100%;
    text-align: center;
    min-width: 50px;
}

.img-thumbnail-logo {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 110px;
    text-align: center;
    height: auto;
}

.img-thumbnail-icon {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 110px;
    text-align: center;
    height: auto;
}

.img-thumbnail-avatar {
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
}

.img-thumbnail-avatar img{
  width: 80px;
  height: 80px;
}

.product-search-table{
  width:100%;
}

.product-search-table>tbody>tr>td {
    vertical-align: middle;
    border-top: 1px solid #ddd;
    padding:10px 5px;
}
.product-search-table label{
  font-size: 12px;
}

.product-search-table .active{
  background-color: #f9f9f9;
}

.order-product-image {
    position: relative;
    width: 60px;
    height: 60px;
}
.order-product-image img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100%;
    text-align: center;
    min-width: 50px;
}
.order-product-image .qty {
    position: absolute;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #919eab;
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: 94%;
    top: -6px;
    text-align: center;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}
.spec-item a{text-decoration: none;color: #000000;cursor: pointer;}
.spec-item .spec-box{padding:3px 10px;border:1px solid #dfe3e8;}

.spec-item .sel{border:2px solid #222}

.to-top{
  display: block;
  padding:15px 8px 15px 8px;
  background-repeat: no-repeat;
  background-color: #73ace6;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.product-gallery {
  margin: 1.5em auto;
  padding: 0;
}

.product-gallery::after {
  clear: both;
  content: "";
  display: table;
}

.product-gallery > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  border-radius: .25em;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.product-gallery > li > a {
  display: block;
}

@media only screen and (min-width: 1110px) {
  .product-gallery {
    margin: 0 auto;
  }
  .product-gallery > li {
    width: 18.4%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .product-gallery > li:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1110px) {
  .product-gallery {
    margin: 0 auto;
  }
  .product-gallery > li {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .product-gallery > li:nth-of-type(4n) {
    margin-right: 0;
  }
}


@media (max-width: 768px) {
  .product-gallery {
    margin: 0 auto;
  }
  .product-gallery > li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .product-gallery > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.product-image {
  position: relative;
  overflow: hidden;
  margin: 1em;
  padding: 0;
}

.product-image img {
  display: block;
  width: 100%;
  height: 149px;
}

.product-item-info {
  padding: 1em;
  border-bottom: 1px solid #f1f1f1;
}
.product-item-info::after {
  clear: both;
  content: "";
  display: table;
}
.product-item-info .product-name, .product-item-info .product-price {
  font-size: 12px;
}
.product-item-info .product-name {
    margin-bottom: 5px;
    display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item-info b a {
  color: #2f2933;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-item-info .product-price {
  /*color: #22BAA0;*/
  position: relative;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.product-item-details a {
    color: #333;
    margin: 1em 2em;
    font-size: 12px;
    text-decoration: none;
}

.product-item-details a:hover {
    color: #22BAA0;
}

.product-item-details a i {
    margin-right: 5px;
}

.discount-summary ul{
  padding-left:15px;
}
.discount-summary ul li{
  line-height: 22px;
}

.alert ul{padding-left: 20px;}

.datetimepicker.dropdown-menu:before {
    all: initial;
}

.datetimepicker.dropdown-menu:after {
    all: initial;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 2px;
}

.action-detail ol{
  padding-left:15px;
}

.action-detail ol li{
  padding-top:3px;
  padding-bottom: 3px;
}

.visitor-profile-overview p{
  margin-bottom: 0px;
}

.visitor-profile-visits{
  padding-left: 0px;
}
.visitor-profile-visits li{
  list-style-type:none;
  padding-bottom: 20px;
}
.visitor-profile-visit-title {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    border: none;
    color: #212121;
    background-color: #f2f2f2;
}

.visitor-profile-visit-title .visitor-profile-date {
    font-weight: normal;
    float: right;
    font-size: 12px;
    margin-top: 4px;
}

.visitor-profile-actions{
  margin-top:10px;
  padding-left: 0px;
}

.visitor-profile-actions li{
  list-style-type:decimal;
  padding-bottom: 0px;
}

.visitor-profile-visits p{
  margin-bottom: 0px;
}

.visitor-profile-visit-content{
  margin-top: 10px;
  margin-left: 10px;
}

.visitor-profile-visit-details{
  margin-top: 10px;
}

.truncated-text-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  top: 2.1em;
}

.table>tbody>tr>td{
    vertical-align:middle;
}

table.dataTable tbody td.valign-top{
    vertical-align:top;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
     position: initial;
     bottom: initial;
     right: initial;
     display: initial;
    font-family: 'Glyphicons Halflings';
    padding-left: 5px;
}

table.dataTable thead th.select-all {
  position: relative;
}
table.dataTable thead th.select-all:before,
table.dataTable thead th.select-all:after {
  display: block;
  position: absolute;
  top: 1.5em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable thead th.select-all:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable th.selected.select-all:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
}
.info-box-stats p{
  line-height: normal;
}

.app-list {
  /*margin: 1.5em auto;*/
  padding: 0;
}
.app-list::after {
  clear: both;
  content: "";
  display: table;
}
.app-list > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  border-radius: .25em;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.app-list > li > a {
  display: block;
}
@media only screen and (min-width: 1110px) {
  .app-list {
    margin: 0 auto;
  }
  .app-list > li {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5em;
  }
  .app-list > li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .app-list {
    margin: 0 auto;
  }
  .app-list > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5em;
  }
  .app-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1048px) {
  .app-list {
    /*margin: 2.5em auto;*/
  }
}

.app-list .app-item-image {
  padding:1.5em; 
}

.app-list .app-item-image img {
  display: block;
  width: 100%;
}

.app-item-info {
  padding: 1.5em 1.5em 1.5em 1.5em;
  border-top: 1px solid #f1f1f1;
}

.app-item-info::after {
  clear: both;
  content: "";
  display: table;
}

.app-item-info b, .app-item-info .app-price, .app-item-info .app-new-price {
  font-weight: bold;
  font-size: 14px;
}

.app-item-info b {
    margin-bottom: 5px;
    display: block;
    color: #2f2933;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}

.app-item-info .app-price {
  color: #22BAA0;
  position: relative;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.app-item-info .app-price::after {
  /* crossing line - visible if price is on sale */
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #22BAA0;
  opacity: 0;
  -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
  -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
  transition: width 0.2s 0s, opacity 0s 0.2s;
}
.app-item-info .app-price.on-sale::after {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.2s 0s, opacity 0s 0s;
  -moz-transition: width 0.2s 0s, opacity 0s 0s;
  transition: width 0.2s 0s, opacity 0s 0s;
}
.app-item-info .app-new-price {
  /* new price - visible if price is on sale */
  color: #F25656;
  opacity: 0;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.app-item-info .app-new-price.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.app-item-details a {
    color: #333;
    margin: 1em 2em;
    font-size: 12px;
    text-decoration: none;
}

.app-item-details a:hover {
    color: #22BAA0;
}

.app-item-details a i {
    margin-right: 5px;
}

.app-select {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    padding: 3px 10px;
    color: #fff;
    z-index: 9;
    font-size: 11px;
}

.upload-image-box{
    border: 1px solid #bbcdd2;
    border-radius: 3px;
    width: 130px;
    height: 130px;
    text-align: center;
    /*background-color: #FFFFFF;*/
    cursor: pointer;
}
.upload-image-box i{
    display: inline-block;
    font-size: 60px;
    position: relative;
    color: #bbcdd2;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
}

.notice li{
    line-height: 30px;
    height: 30px;
}
.notice .notice-date {
    position: absolute;
    right: 0;
    display: inline-block;
    z-index: 1;
    color: #a9a9a9;
    font-size: 11px;
}

.notice a.notice-title {
position: relative;
    display: block;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* app */

.app-nav li a {
    display: block;
    padding: 10px 7px;
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #E7EAEC;
    overflow: hidden;
    font-size:14px;
}

.app-nav li a:hover,
.app-nav .active a { 
    color: #333;
}

.app-nav li a i {
    margin-right: 5px;
}

.app-content {
    background: #fff;
    padding: 15px;
}

.app-header {
    margin-bottom: 20px;
}

.app-header h2 {
    margin: 3px 0;
}

.app-content {
    overflow: hidden;
}

.app-content table thead tr th {
    border-bottom: 1px solid #ddd;
}

.app-content table tbody tr td {
    cursor: pointer;
}

.app-content table tbody tr:hover {
    background: #FAFAFA; 
}

.app-content table tbody tr.read {
    background: #F9F9F9;
    color: #7F7F7F;
}

.app-content table tbody tr.checked {
    background: #FFFFCC;
}

.site-template {
  margin: 1.5em auto;
  padding: 0;
}
.site-template::after {
  clear: both;
  content: "";
  display: table;
}
.site-template > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  border-radius: .25em;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.site-template > li > a {
  display: block;
}
@media only screen and (min-width: 1110px) {
  .site-template {
    margin: 0 auto;
  }
  .site-template > li {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5em;
  }
  .site-template > li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .site-template {
    margin: 0 auto;
  }
  .site-template > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5em;
  }
  .site-template > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1048px) {
  .site-template {
    margin: 2.5em auto;
  }
}
.site-template li img {
  display: block;
  width: 100%;
}

.site-template-info {
  padding: 2em;
  border-bottom: 1px solid #f1f1f1;
}
.site-template-info::after {
  clear: both;
  content: "";
  display: table;
}

.site-template-info b {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #2f2933;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}

.site-template-details a {
    color: #333;
    margin: 1em 2em;
    font-size: 12px;
    text-decoration: none;
}

.site-template-details span {
    color: #333;
    margin: 1em 2em;
    font-size: 12px;
    text-decoration: none;
}

.site-template-details a:hover {
    color: #22BAA0;
}

.site-template-details i {
    margin-right: 5px;
}

.template-use {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    padding: 3px 10px;
    color: #fff;
    z-index: 9;
    font-size: 11px;
}

.site-setting a:hover {
    text-decoration: none;
}
.site-setting .site-setting-title{
  margin-top: 5px;
  font-size: 14px;
  float: left;
}

.site-setting p {
    font-size: 12px;
    color: #B0B0B0;
    display: block;
    height: 22px;
    margin-top:15px;
}

.site-setting-icon {
    float: left;
    margin-right: 15px;
}

.site-setting-icon i {
    font-size: 31px;
    color: #B0B0B0;
}

.batch-product-image:hover {
  border: 2px solid #25b9d7;
}

#product-batch-add-image-box .active  {
  border: 2px solid #25b9d7;
}
.error{
  margin-right: 15px;
}

.avatar-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #fff;
  -moz-box-shadow: 0 0 0 5px #fff;
  -o-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/media/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


