body {
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #565656;
}

.sendTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.form_group01 {
    line-height: 1.6;
}

.sendTitle:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(img/icon_send_red.png)0 0 no-repeat;
    background-size: 18px;
    margin: 0 7px 0 0;
}

.send_content h3 {
    color: #b90114;
    margin: 0;
    margin-bottom: 12px;
}

.step_title {
    font-weight: bold;
    font-size: 16px;
}

hr {
    background-color: transparent;
    border: none;
    border-top: 1px solid #a3a3a3;
}

.stepbox {
    padding: 0 0 80px;
}

.mainContent {
    padding: 30px;
    width: 100%;
}

/*.pull-right {*/
/*    float: right !important;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .hidden-xs {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*.media > .pull-right {*/
/*    padding-left: 10px;*/
/*}*/

/* btn */
.btn button {
    margin: 0;
}

.btn_base {
    color: #fff;
    padding: 8px 30px 8px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #7b7b7b;
    background: #b90114;
}

.btn_outline {
    color: #b90114;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 1px 4px #7b7b7b;
}

.btn_gray {
    color: #565656;
    padding: 8px 30px 8px 30px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #7b7b7b;
    background: #ededed;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.btn_icon {
    padding: 8px 30px 8px 30px;
}

.btn_fa {
    width: 100%;
    position: relative;
}


.btn_base:hover {
    opacity: .8;
}

.btn_base:focus {
    outline: none;
}

.btn_base.disabled,
.btn_base[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.w_auto {
    width: auto;
}

/* form */
.send_content input {
    padding: 10px 35px 10px 10px;
    border: 1px solid #565656;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
}

.mail_box {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #b5b5b5;
    background: #f9f9f9;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.mail_address {
    width: calc(100% - 65px);
    border-left: 1px solid #b5b5b5;
}

.mail_box i {
    width: 65px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

/* form input email and switch */
.cc-sendmail-group {
    display: flex;
}
.cc-code {
    border-right: 1px solid #b5b5b5;
    height: 41.5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.cc-code .cc-code-icon {
    width: 17px;
    height: 24px;
    margin-right: 8px;
    background: url(img/icon_lock.svg) -6px 0 no-repeat;
    background-size: 29px;
}
.onoffswitch {
    position: relative; width: 38px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute !important;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #565656; border-radius: 10px;
    margin-bottom: 0;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 14px;
    padding: 0;
    line-height: 15px;
    font-size: 8px;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #337ab7; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 4px;
    background-color: #fff; color: #606060;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 12px;height: 11px; margin: 2.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 21px;
    border: 1px solid #565656; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    border: 1px solid #347ab7ef;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    border: 1px solid #347ab7ef;
}
input[name="cc_email"] {
    padding: 10px;
    border: none;
    background: #f9f9f9;
    width: calc(100% - 84px);
}


/* table */

.send_content table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 10px;
}

.send_content th {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #b5b5b5;
    text-align: left;
}

.send_content td {
    padding: 10px;
    border: 1px solid #b5b5b5;
    position: relative;
    width: 70%;
    vertical-align: middle;
}

.send_content td:nth-child(1) {
    width: 30%;
}

@media screen and (max-width: 599px) {

    .sendTitle {
        margin: 0;
    }

    .stepbox {
        padding: 40px 0;
    }

    .btn_fa i {
        position: absolute;
        left: 35px;
        top: 50%;
        transform: translateY(-50%);
    }

    .w_auto {
        width: 100%;
    }

    .scroll table {
        width: 100%;
    }

    .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

    .scroll table th {
        display: none;
    }

}

.radio_select label {
    margin: 0px 20px;
    margin-bottom: 20px;
}

.radio_select label input {
    position: absolute;
    margin-left: -20px;
}

/* confirmation request-message */
.request-message {
    margin-bottom: 20px;
}

.request-message textarea {
    height: 75px;
    border: 1px solid #b5b5b5;
}

.draggable-checkbox-placeholder {
    font-size: 14px;
    padding: 7px 0;
    color: #999;
    text-shadow: none;
}

.draggable-electric-stamp-placeholder {
    font-size: 14px;
    padding: 6px 0;
    margin-left: 5px;
    color: #999;
    text-shadow: none;
}

.sp-error-container {
    margin: 0 -15px;
  }

.sp-error-title {
    color: #565656;
}

.sp-error-message {
    position:  relative;
    color: #565656;
    padding-top: 10px;
    font-size: 16px;
}

.sp-error-message::before {
    width: 16px;
    height: 16px;
    content: "";
    display:inline-block;
    margin-right: 5px;
    margin-bottom: -1px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 485.811 485.811' xml:space='preserve'%3E%3Cg fill='%23565656'%3E%3Cpath d='M476.099,353.968l-170.2-294.8c-27.8-48.7-98.1-48.7-125.8,0l-170.3,294.8c-27.8,48.7,6.8,109.2,62.9,109.2h339.9C468.699,463.168,503.899,402.068,476.099,353.968z M242.899,397.768c-14.8,0-27.1-12.3-27.1-27.1s12.3-27.1,27.1-27.1c14.8,0,27.1,12.3,26.5,27.8C270.099,385.468,257.099,397.768,242.899,397.768z M267.599,222.568c-1.2,21-2.5,41.9-3.7,62.9c-0.6,6.8-0.6,13-0.6,19.7c-0.6,11.1-9.3,19.7-20.4,19.7s-19.7-8-20.4-19.1c-1.8-32.7-3.7-64.8-5.5-97.5c-0.6-8.6-1.2-17.3-1.9-25.9c0-14.2,8-25.9,21-29.6c13-3.1,25.9,3.1,31.5,15.4c1.9,4.3,2.5,8.6,2.5,13.6C269.499,195.468,268.199,209.068,267.599,222.568z'/%3E%3C/g%3E%3C/svg%3E");
}