/* CSS Document */
text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
}
.bl, .bl * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.w {
    position: relative;
    float: left;
    height: auto;
}
.w5pc {
    width: 5%;
}
.w10pc {
    width: 10%;
}
.w15pc {
    width: 15%;
}
.w20pc {
    width: 20%;
}
.w30pc {
    width: 30%;
}
.w35pc {
    width: 35%;
}
.w40pc {
    width: 40%;
}
.w45pc {
    width: 45%;
}
.w50pc {
    width: 50%;
}
.w60pc {
    width: 60%;
}
.w65pc {
    width: 65%;
}
.w70pc {
    width: 70%;
}
.w75pc {
    width: 75%;
}
.w80pc {
    width: 80%;
}
.w85pc {
    width: 85%;
}
.w100pc {
    width: 100%;
}
.bn_output_holder, .submit_blue_bg {
    padding-right: 14px;
}
.w100pc.bn_output_holder {
    padding-right: 0;
}
.bl .w .text_input {
    width: auto;
    padding: 2px 4px;
    border: solid 1px #ccc;
}
/***************/
.bl .w .text_input.reg_input {
    padding: 3px 6px;
    font-size: 16px;
    border: none;
    text-align: center;
}
.bl .w .text_input.reg_input_1 {
    width: 24px;
}
.bl .w .text_input.reg_input_2 {
    width: 48px;
}
.bl .w .text_input.reg_input_3 {
    width: 72px;
}
.reg_output {
    font-size: 72px;
    text-transform: uppercase;
}
.reg_output sup {
    font-size: 40px;
    text-transform: lowercase;
}
/***************/
.bl .w .total_item {
    margin-right: 4px;
}
.bl .w .total_item:last-child {
    margin-right: 0;
}
.pad-b {
    padding-bottom: 8px;
}
.pad-b .messageBox {
    float: left;
    width: 100%;
    padding: 5px;
    text-align: center;
}
.w h2 {
    font-weight: bold;
}
.pad-t {
    padding-top: 2px;
    color: #FFF;
}
.hidden {
    display: none;
}
#output_inner img.loading, #loading img {
    max-height: 64px !important;
    max-width: 64px !important;
}
#output, #font_select {
    position: relative;
    height: 220px;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 8px;
    overflow: hidden;
}
#output {
    background-image: url(../images/chequer.png);
    padding: 24px 36px 0px;
}
#output.canalia_output {
    height: 255px;
    padding: 48px 36px 0px;
}
#canalia {
    padding: 4px;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 16px;
}
#output.white_hilite {
    background-color: rgba(0, 0, 0, 0.85);
}
#output.stencil_output {
    background-image: none;
    background-color: #003399;
}
#output.stencil_output #x, #output.stencil_output #y {
    color: #FFF;
}
#font_select {
    height: 255px;
}
#output_inner {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
}
#output_inner img {
    max-height: 80%;
    width: auto;
    max-width: 100%;
}
#m {
    display: none;
    position: absolute;
    z-index: 200; /*background-color:rgba(0,0,0,0.28);*/
}
#m div, #m span {
    position: absolute;
}
#m span {}
#m_v, #m_h {
    height: 22px;
    background-image: url(../images/line.png), url(../images/arrow-left.png), url(../images/arrow-right.png);
    background-position: left center, left center, right center;
    background-repeat: repeat-x, no-repeat, no-repeat;
}
/***************/
.stencil_output #m_v, .stencil_output #m_h, .white_hilite #m_v, .white_hilite #m_h {
    background-image: url(../images/line-w.png), url(../images/arrow-left-w.png), url(../images/arrow-right-w.png);
}
.white_hilite #m_v span, .white_hilite #m_h span {
    color: #fff;
}
#m_v {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 12px 50%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 12px 50%; /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transform-origin: 0 0;
}
#m span {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    padding: 0 2px;
    white-space: nowrap;
    z-index: 200;
    font-weight: bold;
}
#m_v #a_b, #m_h #a_r {
    right: 0px;
}
#font_select {
    overflow: auto;
}
#font {
    width: 100%;
}
.col_select_outer {
    float: left;
    width: 24px;
    height: 36px;
    padding-right: 2px;
}
.col_select {
    float: left;
    width: 100%;
    height: 66.6666%;
    border: solid 1px #000;
    cursor: pointer;
    -webkit-transition: height .1s linear;
    -moz-transition: height .1s linear;
    -ms-transition: height .1s linear;
    -o-transition: height .1s linear;
    transition: height .1s linear;
    background-size: cover;
}
.col_select:hover, .col_select.selected {
    height: calc(100% - 4px);
}
.font_img {
    float: left;
    width: calc(50% - 32px);
    height: 36px;
    margin: 12px 24px 12px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    cursor: pointer;
}
.canalia_img {
    float: left;
    width: 50%;
    height: 50px;
    margin: 0 0 8px 0;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center center;
    cursor: pointer;
}
#font_select.ssr {
    height: 115px;
}
#font_select.ssr .font_img {
    width: 22%;
    margin: 0 24px 12px 0;
}
.font_group_select {
    width: calc(33.3333% - 12px);
    border: none;
    padding: 4px;
    background-color: #1b4b82;
    margin-right: 12px;
    color: #FFF;
}
.font_group_select:last-child {
    margin-right: 0;
}
#updateText {
    width: 90%;
    margin: 0 12px;
    border: none;
    padding: 4px;
    background-color: #0098db;
    color: #FFF;
    cursor: pointer;
}
.font_group_select.selected {
    color: #FFF;
}
/*************************/
.shadow_type_holder label {
    display: inline-block;
    height: 64px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.shadow_type_holder label:nth-child(2) {
    background-image: url("../images/shadow-block.png");
}
.shadow_type_holder label:nth-child(3) {
    background-image: url("../images/shadow-drop.png");
}
.shadow_type_holder label:nth-child(4) {
    background-image: url("../images/shadow-gap.png");
}
.shadow_sel, .shadow_spacer {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 2px 2px 0;
}
.shadow_sel {
    border: solid 1px #000;
    background-color: #fff;
    cursor: pointer;
}
.shadow_sel.selected {
    background-color: #333;
}
.arc_type {
    display: inline-block;
    width: 102px;
    height: 70px;
    padding-top: 54px;
    margin: 0 12px 0 0;
    background-image: url(../images/arc.png);
    background-repeat: no-repeat;
    text-align: center;
}
.arc_type:nth-child(1) {
    background-position: 1px 0px;
}
.arc_type:nth-child(2) {
    background-position: -121px 0px;
}
.arc_type:nth-child(3) {
    background-position: -246px 0px;
}
.arc_type:nth-child(4) {
    background-position: -361px 0px;
}
.arc_type:nth-child(5) {
    background-position: -487px 0px;
}
.arc_type:nth-child(6) {
    background-position: -610px 0px;
}
.arc_type:nth-child(7) {
    background-position: -729px 0px;
}
/********/
.orange-border {
    padding: 16px;
    text-align: center;
    border: solid 4px #E07437;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.add_order {
    width: 100%;
    height: 44px;
    padding: 2px 0;
    background: #fbc275;
    background-image: -webkit-linear-gradient(top, #fbc275, #d55100);
    background-image: -moz-linear-gradient(top, #fbc275, #d55100);
    background-image: -ms-linear-gradient(top, #fbc275, #d55100);
    background-image: -o-linear-gradient(top, #fbc275, #d55100);
    background-image: linear-gradient(to bottom, #fbc275, #d55100);
    -webkit-border-radius: 14;
    -moz-border-radius: 14;
    border-radius: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #666666;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: solid #d55100 1px;
    text-decoration: none;
}
.add_order:hover {
    background: #d55100;
    text-decoration: none;
}
.submit_blue_bg, .blue-bg, .orange-bg {
    padding: 10px 12px 0;
    margin-bottom: 6px;
    background-color: #f89201;
}
.submit_blue_bg, .blue-bg {
    background-color: #0098db;
}
.submit_blue_bg {
    height: 44px;
    border-right: 14px solid #F4F4F4;
}
.submit_blue_bg p, .submit_blue_bg a {
    color: #FFF;
}
.submit_blue_bg label {
    color: #FFF;
}
.blue-bg h2, .orange-bg h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal !important;
}
#boatname {
    width: 100%;
    padding: 3px 6px;
    font-size: 16px;
    border: none;
}
.fx-title label {
    float: left;
    width: 50% !important;
    margin-bottom: 8px;
    font-weight: 500;
    color: #0098DB;
    white-space: nowrap;
}
.fx-title .text_input {
    width: 40% !important;
    margin-right: 10%;
}
.activate {
    width: 50%;
}
#use_outline {
    margin: 0;
}
p.small {
    font-size: 13px;
    margin: 0 0 6px 0;
    line-height: auto;
}
.flash {
    animation-duration: 1000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.4;
    }
}
/********************/
#loading, #confirm {
    text-align: center;
}
/***************/
#select_gfx, #output_gfx {
    height: 240px;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}
#select_gfx {
    margin: 0 0 0 0;
}
.gfx_img {
    float: left;
    width: 160px;
    height: 160px;
    padding: 0;
    margin: 0 24px 24px 0;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.gfx_img.selected {
    border: solid 1px #ccc;
}
/*********************/
@media only screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
    .how-holder, .call-holder {
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 16px;
    }
    .vbLayoutCell {
        float: right;
        width: 33.3333%;
    }
    .bl .w {
        width: 100% !important;
    }
    .bl .ta-r {
        text-align: left;
    }
    #font_select, #output {
        height: 200px !important;
    }
    .col_select_outer {
        float: left;
        width: 12.5%;
        height: 52px;
        padding-right: 2px;
    }
    .bn_output_holder, .submit_blue_bg {
        padding-right: 0;
    }
    .blue-bg h2, .orange-bg h2 {
        font-size: 16px !important;
    }
    .p-r14 {
        padding-right: 0;
        padding-bottom: 6px;
    }
    .submit_blue_bg, .blue-bg, .orange-bg {
        padding: 8px 4px 0;
    }
    #boatname {
        margin-bottom: 6px !important;
    }
    #updateText {
        width: 100%;
        margin: 0;
        margin-bottom: 6px !important;
    }
    #output_inner {
        height: 100% !important;
    }
    #output_inner img {
        max-height: 80% !important;
        width: auto !important;
    }
    .shadow_sel, .shadow_spacer {
        position: relative;
        float: left;
        width: 24px;
        height: 24px;
        margin: 0 2px 2px 0;
    }
    .shadow_type_holder label {
        float: left;
        width: 50%;
        margin-bottom: 6px;
    }
    .submit_blue_bg {
        height: auto;
        border-right: none;
        padding: 6px 12px;
    }
    .add_order {
        margin-bottom: 6px;
    }
    .total_item {
        float: left;
        width: 100%;
        margin-bottom: 4px;
    }
    .arc_type {
        margin-right: calc(50% - 104px) !important;
        margin-bottom: 16px;
    }
}
/*************/
.ui-front {
    z-index: 1000 !important;
}
.ui-dialog {
    z-index: 1001 !important;
}
/*************/
.phoo480 .font_img {
    background-size: contain;
    background-position: top left;
    padding-bottom: 12px;
}
/* 960 view */
.phoo768 .submit_blue_bg, .phoo768 .blue-bg, .phoo768 .orange-bg {
    font-size: 14px;
}
.phoo768 .blue-bg h2, .phoo768 .orange-bg h2 {
    font-size: 15px;
}
.phoo768 .bl .w .text_input {
    padding: 2px 2px;
}
.phoo768 .fx-title label {
    width: 100% !important;
}
.phoo768 .submit_blue_bg {
    height: auto;
}
.phoo768 .submit_blue_bg .w {
    width: 100% !important;
    margin-bottom: 12px;
}
.phoo768 .add_order {
    height: auto;
}
.phoo768 .bn_output_holder, .phoo768 .bn_font_select_holder {
    width: 100% !important;
    padding-right: 0px;
}
.phoo768 .activate {
    width: 70%;
}
.phoo768 .col_select_outer {
    width: 36px;
    height: 48px;
}
.phoo768 .shadow_sel, .phoo768 .shadow_spacer {
    width: 20px;
    height: 20px;
}
.phoo768 .arc_type {
    margin: 0 18px 24px 0;
}
/* 960 view */
.phoo960 .submit_blue_bg, .phoo960 .blue-bg, .phoo960 .orange-bg {
    font-size: 14px;
}
.phoo960 .blue-bg h2, .phoo960 .orange-bg h2 {
    font-size: 15px;
}
.phoo960 .bl .w .text_input {
    padding: 2px 2px;
}
.phoo960 .fx-title label {
    width: 100% !important;
}
.phoo960 .col_select_outer {
    width: 36px;
    height: 48px;
}
.phoo960 .shadow_sel, .phoo960 .shadow_spacer {
    width: 20px;
    height: 20px;
}
.phoo960 .arc_type {
    margin: 0 24px 24px 0;
}