.pc_side{
    vertical-align: top;
    display: inline-block;
    width: 280px;
    float: left;
}

.pc_parent_group,
.pc_group{
    cursor: pointer;
    margin-bottom: 5px;
}

.pc_group {
    width: 270px;
}

.pc_parent_group .pc_groups {
    position: relative;
    padding: 5px 0px 0px 10px;
}

.pc_parent_group .pc_groups .pc_left_border {
    transition: width .2s linear;
    position: absolute;
    left: 0px;
    top: -1px;
    bottom: 0px;
    width: 6px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #A2A2A2;
    border-top-width: 0px;
}

.pc_parent_group > .pc_title {
    width: 270px;
}

.pc_group.pc_upload_layer{
    display: none;
}

.pc_parent_group.pc_collapsed .pc_groups{
    height: 0px !important;
    overflow: hidden;
}

.pc_parent_group.pc_collapsed .pc_groups .pc_left_border{
    width: 0px;
    border-width: 0px;
}

.pc_group.pc_collapsed .pc_images{
    height: 0px !important;
    overflow: hidden;
}

.pc_group.pc_collapsed .pc_text_fields,
.pc_group.pc_collapsed .pc_file_fields,
.pc_group.pc_collapsed .pc_text_container{
    height: 0px !important;
    padding: 0 !important;
    overflow: hidden;
}

.pc_group .pc_title,
.pc_parent_group > .pc_title{
    position: relative;
    border: 1px solid #A2A2A2;
    padding: 6px 5px;
    text-align: left;
    padding-left: 10px;
}

.pc_group.pc_collapsed .pc_indicator{
    display: none;
}

.pc_parent_group > .pc_title > .pc_indicator{
    display: none !important;
}

.pc_title .pc_indicator{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 100%;
}

.pc_expand{
    text-decoration: none !important;
    float: right;
}

.pc_group.pc_collapsed .pc_expand {
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);

}

.pc_parent_group.pc_collapsed > .pc_title > .pc_expand{
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pc_min .pc_min_hide{
    display: none;
}

.pc_max .pc_min_show{
    display: none !important;
}

.pc_main{
    float: right;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.pc_main img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    left: 0px;
}

.pc_pixel{
    position: static !important;
}

.pc_loader{
    position: absolute;
    display: none;
    width: 32px;
    height: 32px;
    background: transparent url(../../img/loader.gif) no-repeat;
    left: initial !important;
    right: 5px;
    top: 5px !important;
    z-index: 100;
}

#pc_price{
    font-weight: bold;
}

.pc_mask, .pc_above_upload{
    pointer-events: none;
}

.pc_has_upload .pc_hover .pc_mask,
.pc_has_upload .pc_hover .pc_above_upload{
    opacity: 0.7;
}

.pc_pe.pc_has_upload .pc_main:hover .pc_mask,
.pc_pe.pc_has_upload .pc_main:hover .pc_above_upload{
    opacity: 0.7;
}

.pc_main.pc_hover .pc_mask{
    opacity: 0.7;
}

.pc_no_pe .pc_main.pc_hover .pc_mask{
    visibility: hidden;
}

.pc_wrapper{
    position: absolute;
    display: inline-block;
}

.pc_wrapper .pc_uploaded{
    width: 100% !important;
    height: 100% !important;
}

.pc_main .ui-resizable-handle{
    cursor: pointer;
}

.pc_se, .pc_s, .pc_e{
    display: none !important;
    color: #000;
    background-color: #B1E4F9;
    font-size: 11px !important;
    line-height: 15px;
    width: 15px !important;
    height: 15px !important;
}

.pc_s{
    left: 50% !important;
    margin-left: -7px;
    bottom: 0px !important;
}

.pc_narrow_w .pc_s {
    display: none !important;
    visibility: hidden !important;
}

.pc_e{
    top: 50% !important;
    margin-top: -5px;
    right: 0px !important;
}

.pc_narrow_h .pc_e {
    display: none !important;
    visibility: hidden !important;
}

.pc_upload_btn{
    position: absolute;
    color: #000;
    top: 0px;
    font-size: 12px;
    z-index: 4;
}

.pc_del_upload{
    left: 3px;
}

.pc_front{
    right: 21px;
    display: none;
}

.pc_back{
    right: 41px;
    display: none;
}

.pc_upload_btn_bg{
    display: none;
    background: #B1E4F9;
    position: absolute;
    height: 19px;
    width: 18px;
    top: 0px;
    left: 0px;
    z-index: 3;
    border-radius: 0px 0px 5px 0px;
}

.pc_hover .pc_upload_btn_bg,
.pc_hover .pc_se,
.pc_hover .pc_s,
.pc_hover .pc_e
{
    display: block !important;
}