/*
	Part of Project: AD Product Configurator
	(c): Ador Design (S. Bzdak / F. Bzdak) (all rights reserved).
*/


#ad_pc_wrapper_config_content {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
#ad_pc_config_content {
    width: auto;
    min-height: 150px;
    /*padding: 10px 10px;*/
    background-color: #f2f2f2;
    border: 1px solid #cdcdcd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    color: #000000;
    /*-webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.47);*/
    /*-moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.47);*/
    /*box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.47);*/
}
#ad_pc_config_content_info {
    width: auto;
    padding: 20px;
    padding-top: 0;
    background-color: #ff7b00;
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffae4b 0%, #ff7b00) repeat scroll 0 0;*/
    background: rgba(0, 0, 0, 0) linear-gradient(#ff7b00, #ffa625) repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
	display: none;
    /*-webkit-box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.47);*/
    /*-moz-box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.47);*/
    /*box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.47);*/
}

#ad_pc_wrapper_config_content label {
    padding-left: 0;
}

#config_big_picture {
    display: none;
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.47);*/
    /*-moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.47);*/
    /*box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.47);*/
}
.big_picture_title {
    position: absolute;
    margin-top: -50px;
    padding: 5px 10px;
    background-color: #e6e6e6;
    font-size: 12px;
    font-weight: bold;
    opacity: 0.8;
    border: none !important;
}
#config_big_picture img,
#config_big_picture div {
    width: 370px;
    height: auto;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 10px;
}
#config_big_picture div {
    height: 300px;
}
.product_config {
    clear: both;
    /*border-top: 2px dotted #cccccc;*/
    padding: 10px;
}
#product_config_lvl_1.product_config {
    border: none;
}
#ad_pc_wrapper_config_content label.title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px dotted #c5c5c5;
    width: 100%;
    display: inline-block;
}
#ad_pc_wrapper_config_content label.value_title {
    padding-bottom: 5px;
}
#ad_pc_wrapper_config_content label.description {
    font-weight: normal;
    display: block;
    /*padding: 3px 7px;*/
    /*background-color: #ffffff;*/
    margin-bottom: 10px;
    margin-top: 5px;
    /*border:1px solid #d7d7d7;*/
}
.pc_config_header {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}
.normalOptionRadio {
    clear: both;
}
.product_config .product_config-color_picker,
.product_config .product_config-img_picker {
    /*	display: inline;*/
    float: left;
    width: 105px;
    height: 105px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
}
.product_config label.product_config-color_picker,
.product_config label.product_config-img_picker {
    padding-left: 0;
    line-height: 1;
}

.product_config .product_config-color_picker:hover,
.product_config .product_config-img_picker:hover {
    cursor: pointer;
}
.product_config-color_picker input {
    margin-left: -15px !important;
}
.product_config-color_picker input[type="radio"],
.product_config-img_picker input[type="radio"] {
    visibility: hidden !important;
    display: none !important;
}
#ad_pc_config_content .radio {
    margin-bottom: 10px;
}
.radio input:hover, .value_title:hover {
    cursor: pointer;
}
.product_config-color_picker.active,
.product_config-img_picker.active {
    border: 1px solid #ff7b00 ;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.9);
}
.product_config-color_picker.deactivated,
.product_config-img_picker.deactivated {
    opacity: 0.3;
}
.product_config-img_picker {
    background-size: contain;
}
.product_config_price_total {
     font-weight: bold;
}
.product_config_price {
    font-size: 11px;
}
.radio label.value_title .product_config_price {
    margin-left: 4px;
}
.product_config-color_picker span.product_config_price {
    color: #000;
}
#info_content_final_price.product_config_price {
    font-size: 15px;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #ffffff;
    text-align: right;
}
.product_config-color_picker span.product_config_price,
.product_config-img_picker span.product_config_price {
    background-color: white;
    font-size: 9px;
    opacity: 0.8;
    padding: 1px;
    display: block;
    text-align: center;
    color: black;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.product_config_price_total p.product-tax-shipping {
    font-size: 12px;
    font-weight: normal;
    color: #484848;
}
.product_config_price_total p.product-tax-shipping a {
    color: #484848;
}
p.product-tax-shipping a {
    text-decoration: underline;
}
#info_content_hr {
    display: none;
}

#ad_pc_wrapper_config_content .list-group-item {
    clear: both;
}
#ad_pc_wrapper_config_content .list-group-item .badge {
    float: none;
    margin-left: 10px;
    /*display: block;*/
}
.badge.price {
    font-size: 10px;
}
.info_content_title {
    font-weight: bold;
}
hr#info_content_hr {
    border-color: #acacac;
}

#ad_pc_wrapper_config_content .clearfix  {
    clear: both;
}
input:disabled, #ad_pc_wrapper_config_content .opt_val_sel_btn:disabled {
    opacity: 0.5;
}
input:disabled:hover {
    cursor: not-allowed !important;
}
#ad_pc_wrapper_config_content ul#info_content_ul {
    color: #000000;
}

#ad_pc_wrapper_config_content sup {
    top: -0.5em;
}
#ad_pc_wrapper_config_content sub, #ad_pc_config_content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#ad_pc_wrapper_config_content .user_input_col_div {
    background-color: #e3e3e3;
    padding: 5px;
    border-radius: 5px;
    clear: both;
}
#ad_pc_wrapper_config_content .user_input_div input {
	margin-right: 5px;
	margin-left: 10px;
    width: 100px;
}
#ad_pc_wrapper_config_content .user_input_div label:nth-child(1) {
}

#ad_pc_wrapper_config_content .ad_pc_user_input_info {
	font-size: 11px;
	margin-bottom: 15px;
    display: inline-block;
    border-bottom:1px dotted #949494;
}
#ad_pc_wrapper_config_content .ad_pc_user_input_info:hover {
    cursor: help;
}
#ad_pc_wrapper_config_content .ad_pc_calc_uinpcol {
	padding: 5px;
	background-color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
    margin-top: -5px;
}
#ad_pc_wrapper_config_content .ad_pc_calc_uinpcol label:nth-child(1), #ad_pc_config_content .user_input_div label:nth-child(1) {
    font-weight: bold;
}

#ad_pc_wrapper_config_content .optionValueSeperator {
    border-top: 2px dotted #aaaaaa;
    margin-bottom: 10px;
}

#ad_pc_wrapper_config_content .opt_val_sel_btn {
    clear: both;
    padding: 3px 7px;
    margin-bottom: 5px;
	display: block;
}


#ad_pc_wrapper_config_content input {
    display: inline;
}

.ad_pc_calc_uinpcol_title_label, .ad_pc_calc_label_uinpcol {
    padding-right: 3px;
}

#ad_pc_wrapper_config_content label.value_title input {
    margin-right: 5px;
}

#ad_pc_wrapper_config_content input {
    margin-left: 0;
    position: relative;
}

#ad_pc_wrapper_config_content textarea {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 95%;
    height: 40px;
}

/*TEXT EXCLUSIVE PLG*/
#ad_pc_wrapper_config_content.text_exclusive_input label.value_title {
    display: none;
}
#ad_pc_wrapper_config_content.text_exclusive_input .optionValueSeperator {
    display: none;
}
#ad_pc_wrapper_config_content.text_exclusive_input div#ad_pc_config_content_info {
    display: none !important;
    visibility: hidden !important;
}
#ad_pc_wrapper_config_content.text_exclusive_input textarea {
    height: 60px;
}