@charset "UTF-8";
.color_picker_1 {
    overflow: hidden;
}

.box_new {
    background: url(images/HelpBarWB_MAIN.png);
    height: 264px;
    left: 3%;
    position: fixed;
    text-align: center;
    top: 35%;
    width: 65px;
}
.box_new ul {} .box_new ul li {
                   margin-top: 25px;
                   width: 100%;
               }
.box_new ul li a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.box_new ul li a:hover {
    color: #fdc626;
}


.color_picker_2 {
    width: 550px;
    height: 70px;
    overflow: hidden;
}
.color_icon {
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 2px 2px;
}
.ok_color_image {
    position: relative;
    display: flex;
    width: 16px;
    height: 12px;
    margin: 5px 4px;
    overflow: hidden;
    align-self: center;
}
.selected_color {
    background: url("/templates/customsash/html/sash_builder/images/icons/check.svg") no-repeat;
    background-size: 16px 12px !important;
}
#thread_color_picker .ok_color_image {
    margin: 2.5px 0.5px !important;
}
#thread_color_picker .selected_color{
    background-size: 15px 11px !important;
}
.span_color {
    display: none;
    visibility: hidden;
}
#front_sash {
    height: 464px;
}
.sash_picture {
    height: 464px;
    margin-bottom: -464px;
    display: flex;
    justify-content: center;
}
.sash_picture img {
    height: 464px;
}
#back_sash {
    height: 464px;
    display: none;
}
#standard_area_left {
    width: 40px;
    float: left;
    margin-top: 50px;
    height: 370px;
    margin-left: 90px;
    overflow: hidden;
    position: relative;
}
#standard_area_right {
    width: 40px;
    float: left;
    margin-top: 50px;
    height: 370px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}
#standard_dual_tone_area_left {
    width: 40px;
    float: left;
    margin-top: 50px;
    height: 370px;
    margin-left: 90px;
    overflow: hidden;
    position: relative;
}
#standard_dual_tone_area_right {
    width: 40px;
    float: left;
    margin-top: 50px;
    height: 370px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}
#deluxe_area_left {
    width: 40px;
    float: left;
    margin-top: 50px;
    height: 370px;
    margin-left: 90px;
    overflow: hidden;
    position: relative;
}
#deluxe_area_right {
    width: 40px;
    float: left;
    margin-top: 50px;
    height: 370px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}
#pageant_area_front {
    margin: 40px 0px 0px 25px;
    width: 235px;
    height: 400px;
    position: relative;
    /* margin: 20px 0px 0px 110px;
    width: 60px;
    height: 400px;
    padding:0px;
    position: relative;
    transform: rotate(-30deg); */
}
/*
#pageant_area_front > div{
    transform: rotate(30deg);
} */

#deluxe_area_back,
#standard_area_back,
#standard_dual_tone_area_back {
    left:50%;
    transform: translateX(-50%);
    width: 90px;
    float: left;
    margin-top: 20px;
    height: 40px;
    /* margin-left: 95px; */
    overflow: hidden;
    position: relative;
}
#pageant_area_back {
    width: 235px;
    height: 400px;
    margin-left: 30px;
    margin-top: 40px;
    position: relative;
}

@media screen and (max-width:800px) {

}

.form_2 {
    width: 212px;
    border: solid 1px #000000;
    color: #000000;
    font-size: 11px;
}
.button_6 {
    width: 166px;
    height: 38px;
    border: 0 none;
    cursor: pointer;
}
.contact_box {
    width: 500px;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 25px;
}
.contact_form {
    width: 450px;
    float: right;
}
.twitterbox {
    background-color: #fad96e;
}
#twitter_div {
    background: none;
    border-bottom: none;
    padding-top: 5px;
}
#twitter_div ul li a {
    color: #13375C;
}
#vmMainPage {
    padding-bottom: 35px;
}
.vmCartContainer {
    background: none;
    border: solid 1px #999999;
}
.addtocart_button,
.notify_button {
    width: 166px;
    height: 38px;
    color: #FFFFFF;
    font-size: 14px;
}
#see_front.sash_area_active {
    outline: none;
}
#see_front {
    width: 109px;
    height: 28px;
    display: block;
    outline: none;
}
#see_back.sash_area_active {
    outline: none;
}
#see_back {
    width: 109px;
    height: 28px;
    display: block;
    outline: none;
}
.symbol_item,
.another_symbol_item {
    float: left;
    width: 70px;
    height: 50px;
    overflow: hidden;
    margin: 10px 0px;
    text-align: center;
}
.symbol_item:hover,
.another_symbol_item:hover {
    cursor: pointer;
}
.symbol_item img,
.another_symbol_item img {
    margin: 0px 10px;
}
#symbol_to_add_img {
    margin: 0px 5px;
}
.crest_item,
.another_crest_item {
    float: left;
    position: relative;
    width: 130px;
    height: 120px;
    overflow: hidden;
    margin: 10px 0px;
    text-align: center;
}
.crest_item_title {
    position: absolute;
    width: 130px;
    bottom: 0px;
    left: 0px;
}
.crest_item:hover,
.another_crest_item:hover {
    cursor: pointer;
}
.crest_item img,
.another_crest_item img {
    margin: 0px 10px;
}
#crest_to_add_img {
    width: 50px;
}
/* NOTE: logo/seal system*/
.flag_item,
.logo_item,
.seal_item,
.another_flag_item,
.another_logo_item,
.another_seal_item {
    float: left;
    width: 60px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.flag_item img,
.logo_item img,
.seal_item img,
.another_flag_item img,
.another_logo_item img,
.another_seal_item img {
    margin: 0px 10px;
}
#flag_to_add_img,
#logo_to_add_img,
#seal_to_add_img  {
    width: 40px;
}
.text_item_textarea {
    width: 100%;
    height: 54px;
    text-align: center;
    font-size: 16px;
    resize: none;
}
#items_added {
    font-size: 14px;
}
#items_added_text {
    font-size: 12px;
}
.draggable_item {
    cursor: move;
    width: max-content;
}
.modal-footer .text_options_left_column {
    clear: both;
    float: left;
    text-align:left;
    font-weight: 500;
}
.modal-footer .text_options_right_column {
    float: left;
    margin-left:12px;
}
#the_sash {
    background-image: url('/media/templates/site/customsash/sash_builder/images/sash_guidelines.png');
    z-index: 45454;
    background-position: center;
    background-repeat: no-repeat;
}
/* Fixes */








