/*------------------------------------------------------------------------------------------------------------
# Virtuemart Add Product from FrontEnd
# Copyright (C) 2017 SmartCms Team. All Rights Reserved.
# Licenses : http://www.gnu.org/licenses/gpl-2.0.html
# Author: SmartCms Team
# Url: http://smartcmsmarket.net/
# Version : 1.0.0
------------------------------------------------------------------------------------------------------------*/

.scv_addproduct_frontend section {
  display: none;
  padding: 20px 0 0;
  border: 1px solid #ddd;
  width: 100%;
  float: left;
}
#scv_tab1, #scv_tab2 {
  display: none;
}
.scv_addproduct_frontend > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.scv_addproduct_frontend > label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.scv_addproduct_frontend > label[for*='1']:before { content: '\f0ee'; }
.scv_addproduct_frontend > label[for*='2']:before { content: '\f0ca'; }

.scv_addproduct_frontend > label:hover {
  color: #888;
  cursor: pointer;
}

.scv_addproduct_frontend > input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#scv_tab1:checked ~ #scv_content1,
#scv_tab2:checked ~ #scv_content2{
  display: block;
}

@media screen and (max-width: 650px) {
  .scv_addproduct_frontend > label {
    font-size: 0;
  }
  .scv_addproduct_frontend > label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .scv_addproduct_frontend > label {
    padding: 15px;
  }
}

#scv_filters {
	margin:1%;
	padding:0;
	list-style:none;
}
#scv_filters li {
	float:left;
}
#scv_filters li span {
	display: block;
	padding: 10px;	
	text-decoration:none;
	color:#666;
	cursor: pointer;
}
#scv_filters li span.active {
	background: #e95a44;
	color:#fff;
}
#scv_portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 98%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
}
.scv_addproduct_frontend {
    float: left;
    position: relative;
    width: 100%;
}
.portfolio-wrapper > fieldset {
    border: 1px solid #ccc;
}
.scv_product_information_left {
    float: left;
    width: 48%;
}
.scv_product_information_right {
    float: left;
    margin-left: 4%;
    width: 48%;
}
.scv_pil_item, .scv_pir_item {
    float: left;
    width: 100%;
}
.scv_pil_item > label, .scv_pir_item > label {
    float: left;
    width: 40%;
}
.scv_pil_item > input, .scv_pir_item > input {
    border-radius: 0;
    float: left;
    height: 25px;
    width: 55%;
}
.scv_addproduct_frontend legend {
    font-size: 15px;
}
.scv_pil_item > select , .scv_pir_item > select {
    float: left;
    width: 57%;
	border-radius: 0;
}
#scv_pil_featured {
    width: auto;
}
.scv_product_pricing {
    float: left;
    width: 100%;
}
.scv_product_pricing_item {
    border: 1px solid #ccc;
    float: left;
    padding: 5px;
    width: calc(100% - 10px);
	margin-top: 10px;
}
.scv_product_pricing_left {
    float: left;
    width: 48%;
}
.scv_product_pricing_right {
    float: left;
    margin-left: 4%;
    width: 43%;
}
.scv_ppl_item, .scv_ppr_item {
    float: left;
    width: 100%;
}
.scv_ppl_item > label, .scv_ppr_item > label {
    float: left;
    width: 30%;
}
.scv_ppl_item > input {
    border-radius: 0;
    float: left;
    height: 25px;
    width: 35%;
}
.scv_ppl_item > select {
    border-radius: 0;
    float: left;
    height: 35px;
    width: 30%;
}
.scv_ppl_calculatethecostprice {
    width: auto !important;
}
.scv_ppr_shoppergroup {
    border-radius: 0;
    float: left;
    height: 35px;
    width: 50%;
}
.scv_ppr_publishup {
    border-radius: 0;
    float: left;
    height: 25px;
}
.scv_ppr_publishdown {
    border-radius: 0;
    float: left;
    height: 25px;
    margin-left: 10px;
}
.scv_ppr_qtystart {
    border-radius: 0;
    float: left;
    height: 25px;
	width: 30%;
}
.scv_ppr_qtyend {
    border-radius: 0;
    float: left;
    height: 25px;
    margin-left: 10px;
	width: 30%;
}
.scv_product_pricing_add {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.scv_product_pricing_add_button {
    background: #10590f none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}
#scv_internal_note {
    border-radius: 0;
    float: left;
    width: 100%;
}
.scv_product_pricing_delete {
    float: left;
    width: 5%;
}
.scv_product_pricing_delete_button {
    background: rgba(0, 0, 0, 0) url("../images/delete_icon.png") no-repeat scroll 0 0 / 30px auto;
    cursor: pointer;
    float: right;
    height: 30px;
    text-indent: -9999em;
    width: 30px;
}
.scv_product_pricing_item:first-child {
    margin-top: -10px;
}
.scv_ppl_baseprice, .scv_ppl_finalprice {
    cursor: not-allowed;
}
.scv_short_description > textarea {
    border-radius: 0;
    float: left;
    width: 100%;
}
.scv_meta_information {
    float: left;
    width: 100%;
}
.scv_meta_information > label {
    float: left;
    width: 30%;
}
.scv_meta_information > input{
    border-radius: 0;
    float: left;
    height: 25px;
    max-width: 65%;
    width: 300px;
}
.scv_meta_information > textarea {
    border-radius: 0;
    float: left;
    width: 311px;
}
.scv_meta_information > select {
    border-radius: 0;
    float: left;
    width: 310px;
}
.scv_ps_left {
    float: left;
    width: 48%;
}
.scv_ps_right {
    float: left;
    margin-left: 4%;
	width: 48%;
}
.scv_psl_item, .scv_psr_item {
    float: left;
    width: 100%;
}
.scv_psl_item > label, .scv_psr_item > label {
    float: left;
    width: 40%;
}
.scv_psl_item > input, .scv_psr_item > input {
    border-radius: 0;
    float: left;
    height: 25px;
    width: 55%;
}
.scv_psr_item > select {
    border-radius: 0;
    float: left;
    height: 35px;
    width: 57%;
}
.scv_pdaw_item {
    margin: 0 auto;
    width: 70%;
	clear: both;
}
.scv_pdaw_item > label {
    float: left;
    width: 30%;
}
.scv_pdaw_item > input {
    border-radius: 0;
    float: left;
    height: 25px;
    width: 30%;
}
.scv_pdaw_item > select {
    border-radius: 0;
    float: left;
    height: 35px;
    width: 30%;
}
.jFiler-item-thumb-image > img {
    width: 70px;
}
.icon-jfi-trash.jFiler-item-trash-action {
    color: #d01818;
    text-decoration: none;
}
.scv_related_categories, .scv_related_products {
    float: left;
    width: 100%;
}
.scv_related_categories > input, .scv_related_products > input {
    border-radius: 0;
    width: 200px;
}
.scv_related_categories_result_ajax, .scv_related_products_result_ajax {
    float: left;
    width: 100%;
}
.scv_related_categories_result_ajax_item, .scv_related_products_result_ajax_item {
    border: 1px solid #ccc;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.scv_rcrai_name, .scv_rprai_name {
    float: left;
	padding: 2px;
}
.scv_rcrai_choose, .scv_rprai_choose {
    background: #295829 none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-left: 3px;
    padding: 2px;
	cursor: pointer;
}
.scv_related_categories_result_vl, .scv_related_products_result_vl {
    border-radius: 0;
    float: left;
    margin-top: 10px;
    max-width: 100%;
    width: 380px;
}
.scv_customfield_type_content_item {
    border: 1px solid #ccc;
    float: left;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}
.scv_cftci_name {
    float: left;
    width: 20%;
	margin-left: 5px;
}
.scv_cftci_price {
    border-radius: 0;
    float: left;
    margin-right: 10px;
}
.scv_cftci_delete{
	background: rgba(0, 0, 0, 0) url("../images/delete_icon.png") no-repeat scroll 0 0 / 20px auto;
    cursor: pointer;
    float: left;
    height: 20px;
    text-indent: -9999em;
    width: 20px;
}
.scv_cftci_value {
    border-radius: 0;
}
textarea.scv_cftci_value {
    width: 200px;
}
.scv_cftci_gcv_select, .scv_cftci_gcv_parent {
    margin-left: 5px;
}
.scv_submit {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.scv_submit_button {
    background: teal none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 5px;
}
.scv_loading {
    display: none;
    left: 45%;
    position: absolute;
    top: 45%;
}
.scv_alert {
    background: rgba(1, 128, 0, 0.52) none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
	display: none;
}
.scv_products_item img {
    width: 25px;
	margin-top: 3px;
}
.scv_products_header {
    background: teal none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.scv_products_header_id, .scv_products_item_id {
    border-right: 1px solid #ccc;
    float: left;
    margin-left: 1%;
    width: 5%;
}
.scv_products_header_status, .scv_products_item_status {
    border-right: 1px solid #ccc;
    float: left;
    margin-left: 1%;
    width: 10%;
}
.scv_products_header_sku, .scv_products_item_sku {
    border-right: 1px solid #ccc;
    float: left;
    margin-left: 1%;
    width: 20%;
}
.scv_products_header_name, .scv_products_item_name {
    border-right: 1px solid #ccc;
    float: left;
    margin-left: 1%;
    width: 28%;
}
.scv_products_header_date, .scv_products_item_date {
    float: left;
    margin-left: 1%;
    width: 20%;
}
.scv_products_item_view {
    float: left;
    margin-left: 1%;
    width: 9%;
}
.scv_products_item {
    border-bottom: 1px solid #ccc;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.scv_products_item_date {
    border-right: 1px solid #ccc;
}
.scv_products_item_status > img {
    margin-top: 7px;
    width: 18px;
}
.scv_products_item_view > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
