[v-cloak] {
    display: none;
}

html {
    font-size: 62.5%;
    font-smoothing: antialiased;
    color: #383838;
}

a {
    text-decoration: none;
    color: #08c;
}

a:hover {
    text-decoration: underline;
}

a+.icon-right {
    font-size: 12px;
    color: #e73d6e;
}

.inline-block {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-space-between {
    /*TODO*/
    justify-content: space-between;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

header {
    background: white;
    border-bottom: 1px solid #ccc;
}

body {
    background: rgba(245, 245, 245, 0.6);
    padding-bottom: 50px;
}


/** element.io css rewrite */

.el-card {
    box-shadow: none;
}

.el-card_wide-padding {
    padding: 0 25px;
}

.el-form-item.is-required .el-form-item__label:before {
    content: none;
}

.el-form-item.is-required .el-form-item__label:after {
    content: '*';
    color: #ff4949;
    margin-left: 4px;
}

.el-date-picker__header-label:hover {
    background-color: #e5e9f2;
    color: inherit;
}

.el-date-editor.el-input {
    width: 100%;
}

.el-input__inner {
    line-height: 18px;
}

.el-input__inner::placeholder {
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
}


/** end element.io css rewrite */

.order-header {
    max-width: 1200px;
    margin: auto;
    padding: 10px 10px;
}

.order-header>.el-row--flex {
    flex-wrap: wrap;
}

.order-body {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px 20px;
}

.order-section-title-head {
    margin: 20px 0;
    font-weight: bold;
    color: #223344;
    margin-right: 10px;
    font-size: 22px;
}

.order-section-title {
    margin: 20px 0;
    font-weight: bold;
    color: #223344;
    margin-right: 10px;
    font-size: 18px;
}

.order-section-title--sub {
    font-weight: normal;
    color: #aaa;
    font-size: 14px;
}

.order-section-title--sub p {
    margin: 2px 0;
}
/* 
.order-customer-item--info .el-form-item {
    margin-bottom: 20px;
} */

.order-customer-item--selected-date {
    font-size: 14px;
    line-height: 24px;
}

.order-package-item {
    line-height: 20px;
    width: 150px;
}

.order-submit-button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.order-result .el-form-item {
    margin-bottom: 10px;
}

.order-result .el-form-item__label {
    padding: 5px 12px 5px 0;
}

.order-result .el-form-item__content {
    line-height: 24px;
}

.order-result-item {
    border-bottom: 1px solid #d9d9d9;
}

.order-result-item--header {
    font-size: 16px;
    font-weight: bold;
    color: #223344;
    margin-bottom: 5px;
}

.order-result-item--header span {
    margin-right: 20px;
    display: inline-block;
    min-width: 54px;
    margin-bottom: 5px;
}

.order-result-result {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
}

.el-notification__content {
    white-space: pre;
}

.el-form-item {
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.el-form-item__error {
    display: none;
}

.el-radio__inner {
    margin-right: 10px;
}



@media(max-width: 768px) {
    .order-contact .el-form-item__label {
        width: 85px !important;
    }
    .order-contact .el-form-item__content {
        margin-left: 85px !important;
    }
}

@media(max-width: 768px) {
    .el-card_wide-padding {
        padding: 0;
    }
    .header-logo {
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .order-section-title-head {
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        font-size:18px;
    }
    .order-section-title {
        margin: 5px 5px;
    }
    .order-section-title--sub p {
        margin: 10px 5px;
        font-size: 12px;
    }
}



.m-left-5 {
    margin-left: 5px !important;
}
.m-left-10 {
    margin-left: 10px !important;
}