[v-cloak] {
  display: none;
}

#add-new-store { text-align: center; }
#add-new-store a{ float: left; }

body:not(.dashboard) .panel .panel-heading:not(.panel-heading-order-information){
  background-color: #dde1f1;
  border-color: #dde1f1;
}

body:not(.dashboard) .panel:not(.order-information) { border: 0; }

.content-wrapper { border: none; }

#stores-table img { width: 40px; }
#stores-table .name .text { float: left; }
#stores-table .name .logo { float: right; }

.panel.store {
	background: none;
	box-shadow: none;
}
.panel.store .tabpanel { background: #fff; }
.panel.store .owner a { float: left;  }
.panel.store #picture p.description { text-align: left; font-weight: bold; }

.required-asterisk { color: #f05050; }
.instruction { font-size: 13px; color: grey; }

span.err-file-message {
  color: #f05050;
  font-weight: 600;
}

#picture .notes { padding-left: 15px; }
.img-requirements p { 
  margin-bottom: 0;
}
.img-requirements ul { 
	list-style: none;
	padding-left: 0;
}

th.sortable { cursor: pointer; }
#search-admin {
  width: 300px;
  height: 30px;
  padding: 15px 10px;
}

.content-heading label.status {
  margin-right: 15px;
  font-size: 20px;
  font-weight: 400;
}

header li.username { padding-top: 17px; }

table#products td.img img { width: 30px; }
table#products th.price { width: 180px; }
table#products th.name { width: 450px;   }
table#products th.quantity { width: 110px; }
table th.sortable { cursor: pointer; }
table#products th.sortable:hover { background: #fafafa; }

button#clear-search { margin-left: 10px; }

ul.sortable-image-list { list-style: none; }
ul.sortable-image-list li { cursor: move; }

#categories-list.dd{
  max-width: 65%;
  text-align: start;
  text-indent: 30px;
}
#categories-list .dd-handle {
  background-color: #ddd;
  border-color: #ccc;
  cursor: move;
}
#categories-list.categories-of-products .dd-handle {cursor: pointer; }
#categories-list .dd-handle:hover { background-color: #fafafa; }
#categories-list .is-active { font-size: 14px; }
#categories-list .products-count{
  margin-left: 30px;
  font-weight: bold;
}
#nestable-menu { 
  text-align: left;
  padding: 0;
}
#categories-list .dd-item { position: relative; }
/*.dd-dragel { position: relative; }*/
#categories-list .action {
  position: absolute;
  right: -100px;
  top: 5px;
}

#products #categories-list .action {
  right: -40px;
}

.tabpanel .tab-content { background-color: #fff; }
.tabpanel .tab-content #products { text-align: left; }
.tabpanel .tab-content #products ul { list-style: none; }
.tabpanel .tab-content #products ul li { padding: 10px 0; }
.tabpanel .tab-content #products .product-list { display: none; }

.topnavbar-wrapper .visit-store {
    color: #fff;
    margin-left: 30px;
    line-height: 55px;
    font-size: 15px;
    text-decoration: none;
}
.topnavbar-wrapper .visit-store:hover {color: #117391;}

#categories-list .action.delete { right: -200px; }

.table .narrow { width: 70px; }

.product #attributes .main-label { font-size: 22px; }
.product #attributes .main-label .type {
  font-size: 13px;
  display: block;
}
.product #attributes .attribute-options { border-left: 1px #ddd solid; }
.product #attributes .attribute-options label { line-height: 35px; }
.product #attributes .attribute-options .form-control { width: initial; }

table.attribute-values { 
  width: 85%; 
  display: block;
  max-height: 500px;
  overflow-y: scroll;
}
button.add-new-value { margin-left: 20px; }
table.inline-edit button { 
  float: right; 
  margin-left: 5px;
}
.order-information .not-storeowner { opacity: .4; }
.order-information .not-storeowner-msg { font-weight: 600; }

form.edit-coupon fieldset.date select { display: inline; }
form.edit-coupon fieldset label:first-of-type { text-align: left; }

.languages-changer a { opacity: .5; }
.languages-changer a.active { opacity: 1; }
.languages-tabs { margin-bottom: 50px; }
.languages-tabs .tab-content {     background-color: #fafafa; }

.new-tag-product { margin-top: 20px; }
.new-tag-product input, .new-tag-product button { margin-top: 5px; }

.required-att {
    color: red;
    font-size: 12px;
}

.view-all-lang { font-size: 14px; }

#stores-table td.name a {
    opacity: .8;
    font-size: 10px;
    font-weight: 600;
    margin-right: 5px;
}

#banner_en { margin: 5px 0px 5px 0px; }
form#site-settings .images { float: right; }
form#site-settings .images h5 { font-size: 16px; }
form#site-settings label { text-align: left; }
form#site-settings .img-block { margin-top: 10px; }
form#site-settings .sortable-image-list { padding-left: 0; }
.sortable-instructions { margin: 20px 0 30px 0; }

form#site-settings label.image-link { margin-top: 10px; }

.view-elements-on-site {
  font-size: 15px;
  display: inline-block;
  margin-left: 300px;
}
.create-payme-account-form form { margin-top: 30px; }

body.dashboard .best-sellers td.image img { width: 40px; }
.products-row-onDrag {box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5); }
#dnd-products.disabled { opacity: .5; }
.table-nonfluid {
   width: 50% !important;
}

body.user fieldset.affiliate-fields { 
  display: none; 
  margin: 0px 15% 20px 0;
  padding: 20px;
  background-color: #eee;
}
#new_product_form fieldset.new-url { position: relative; }
#new_product_form  .add-new-url {
    position: absolute;
    bottom: 0;
    right: 0;
}
#new_product_form fieldset.new-url .url-div { margin-bottom: 20px; }