@CHARSET "ISO-8859-1";
.toolbar_action{
    margin-left: 2px;
}
.show{
  display:block !important;
}
.input-mini{
	width:60px;
}
.abs-right{
	position: absolute !important;
    top: 0;
    margin: 0 !important;
    right: 0;
}
.block{
	float: left;
    display: block;
    width: 100%;
}
.button.circle-button{
  border-radius: 50%;
  padding: 0px 14px !important;
  line-height: 10px;
  font-size: 15px;
}
.border-red{
  border: 1px solid red;
}
.gap{
  display: block;
  width: 100%;
  clear: both;
}
/*pop up*/
.fvn-popup .col{
  padding-bottom: 5px;
}
.fvn-button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.fvn-button:hover {
  background: #06D85F;
}

.fvn-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 9999;
}
.fvn-overlay:target {
  visibility: visible;
  opacity: 1;
}

.fvn-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.fvn-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.fvn-popup .fvn-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.fvn-popup .fvn-close:hover {
  color: #06D85F;
}
.fvn-popup .content {
  max-height: 60%;
  overflow: auto;
}
.list-group.shadow.vbt-autcomplete-list a > span{
	padding: 10px 0;	
	color: black;
}
.list-group.shadow.vbt-autcomplete-list {
    background: white;
}

.vbst-item.list-group-item.list-group-item-action{
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: block;
}
.button.small {
    padding: 3px;
    line-height: 13px;
    min-height: auto;
}
.button.success {
   background: green;
	color: white;
}
.button.danger {
   background: red;
	color: white;
}

/*ref*/
.woocommerce ul.dashboard-links {
    display: block;
    width: 20%;
	float:left;
}
.woocommerce .dashboard-links li {
    width: 100%;
    height: 25px;
    margin-left: 0 !important;
}
.woocommerce .dashboard-content {
	float: left;
    display: block;
    width: 80%;
}
.woocommerce .dashboard-links a {
    padding: 10px 20px;
    text-align: left;
} 
.dashboard-content p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{
	margin-bottom: 0;
}
/*end ref*/
@media screen and (max-width: 700px){
  .toolbar_action{
    font-size: 13px;
    padding: 0 5px;
  }
  .woocommerce ul.dashboard-links{
    display: none;
  }
  .woocommerce .dashboard-content{
    width: 100%;
  }
  .fvn-popup{
    width: 90%;
  }
  #product-detail-toolbar{
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background:	black;
	padding: 10px;
	height: 58px;
  }
}
/*end pop up*/