#app {
    margin-top: 50px !important;
    margin-bottom: 40px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    /*overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
    font-size: 14px !important;
    line-height: 1.5em;
}



.resize-triggers,
.resize-triggers > div,
.contract-trigger:before {
    -webkit-overflow-scrolling: touch;
}

.el-form-item.el-form-item-sec {
    margin-right: 0;
}


.checkbox-with-label .el-form-item__content {
    float: left;
}

.el-form--label-top .el-form-item__label {
    padding: 0 0 2px;
}

table {
    width: 300px;
    margin: auto;
}
table.result {
    width: 100%;
    border-collapse: collapse;
}
table.result td, table.result th {
    padding: 12px;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    border: 1px solid #e6ebf5;
    text-align: center;
    color: #636874;
}
table.result th {
    text-align: left;
}

.checkbox-with-label .el-form-item.is-required {
    display: flex;
    justify-content: center;
    align-items: center;
}

.birthday-date {
    width: 89px;
    float: left;
    margin-right: 1px;
}

.birthday-date .el-select {
    width: 89px !important;
}

.checkbox-with-label .el-form-item.is-required .el-form-item__label {
    float: left;
    /* position: absolute; */
    width: 10px !important;
    /*margin-top: px;*/
}

.checkbox-with-label .el-form-item.is-required .el-form-item__label:before {
    float: left;
    padding-top: 12px;
}


.scroll-div {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 80vh;
}

.popup-holder {
    display: none;
}

div.cal-wrapper {
    background-color: #DCDCDC;
    border-radius: 10px;
    padding: 10px;
}

.cal-header {
    padding-bottom: 0;
    border-radius: 5px;
}

.__vev_calendar-wrapper .events-wrapper .cal-events {
    height: 91%;
}

.__vev_calendar-wrapper .events-wrapper {
    background-color: rgba(25, 94, 186, .48) !important;
    padding: 10px;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
    border: 1px solid #1d90e6 !important;
}

.el-form-item__error {
    position: absolute;
    clear: both;
    left: 0;
    right: 0;
    font-size: 10px;
    padding-top: 0;
}

.el-form-route-description {
    width: 512px;
    margin: -10px auto 10px;
    text-align: left;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #409eff;
}

.el-form-route-description p {
    margin-bottom: 0;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 220px;
    float: left;
    clear: both;
}

.ev-selected {
    background: #1d90e6 !important;
}

.is-today {
    background-color: #1d90e6 !important;
}

.selected-day .is-today {
    background-color: #1d90e6 !important;
}

.selected-day .is-event {
    background-color: #1d90e6 !important;
}

.event p.date-num {
    color: #1d90e6 !important;
}

.selected-day p.date-num {
    color: #fff !important;
}

.h4-rote {
    bottom: 0px;
}

.vue-form-wizard * {
    white-space: normal;
    line-height: initial;
}

.el-select {
    width: 250px !important;
}

.container {
    align-self: center;
}

.tickets-row {
    display: flex;
    flex-direction: column;
}

.w-col-8 {
    width: 500px;
    align-self: center;
}

.route-header-time {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    min-width: 150px;
    width: 25%;
}

.route-description {
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    order: 99;
    width: 72%;
    margin: 0 auto;
}

.route-header-time div {
    width: 100%;
    margin-top: 10px;
}

.terms {
    padding-top: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wrapper {
    height: 100vh;
}

.wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ch-label {
    float: left;
    padding-right: 10px;
}

.ch-box-text {
    margin-right: 10px;
}

.el-checkbox__label {
    white-space: normal;
}

.el-form .center,
.el-form-item .is-required,
.el-form-item__content .el-checkbox-group .el-checkbox {
    margin-left: -120px;
    margin-top: 10px;
    /* padding-left: 15px; */
    /* float: left; */
}

/*.wizard-tab-container div {
  margin-top: 8px;
}*/

.center {
    width: auto !important;
    max-width: 550px !important;
}

.el-message-box {
    max-width: 100%;
    width: 600px;
}

.el-form--inline.el-form--label-top .el-form-item__content .el-checkbox-group {
    padding-left: 120px;
}

@media screen and (max-width:600px) {
    .el-form-route-description {
        width: 95%;
        margin-right: auto;
        margin-left: 0;
    }
}

@media screen and (max-width:430px) {
    .checkbox-with-label .el-form-item__content {
        max-width: 280px;
    }

    .el-form-item.el-form-item-sec {
        margin-right: 10px;
    }

    .checkbox-with-label .el-form-item.is-required {
        display: flex;
        justify-content: center;
    }
    .checkbox-with-label .el-checkbox {
        max-width: 280px;
    }
    .checkbox-with-label .el-form-item.is-required .el-form-item__label {
        /*    margin-right:-10px */
    }
}

@media screen and (max-width:380px) {
    .__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
        border: 1px solid transparent !important;
    }

    .el-table .cell {
        padding: 5px;
        font-size: 10px;
        word-break: normal;
    }

    .el-form-item .is-required {
        display: inline-block;
        white-space: normal;
        line-height: 1em;
    }

    .vue-form-wizard .wizard-header p {
        /*font-size: 18px;*/
        margin-bottom: 0;
    }
    .vue-form-wizard .wizard-tab-content {
        padding: 20px 10px;
    }
    .vue-form-wizard.md .wizard-icon-circle {
        width: 50px;
        height: 50px;
    }

    .vue-form-wizard .wizard-nav-pills {
        font-size: 9px;
    }

    .vue-form-wizard .wizard-navigation .wizard-progress-with-circle {
        top: 30px;
    }
    .vue-form-wizard .wizard-card-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-pack: center;
        -ms-flex-pack: center;*/
        justify-content: space-between;
        align-items: center;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .vue-form-wizard .wizard-card-footer .wizard-footer-left,
    .vue-form-wizard .wizard-card-footer .wizard-footer-right {
        float: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;*/
        margin: 10px 0 10px 0;
    }
    .vue-form-wizard .wizard-card-footer .wizard-footer-right {
        justify-content: flex-end;
        padding-top: 10px;
    }
    .vue-form-wizard .wizard-card-footer .wizard-footer-left {
        justify-content: flex-start;
        padding-top: 10px;
    }
}

@media screen and (max-width:349px) {
    .vue-form-wizard .wizard-card-footer .wizard-footer-right {
        padding-top: 0px;

    }
}

@media screen and (min-width:768px) {
    .__vev_calendar-wrapper {
        margin: 15px auto !important;
    }
    .__vev_calendar-wrapper .cal-wrapper {
        width: 49% !important;
    }
    .__vev_calendar-wrapper .events-wrapper {
        width: 50% !important;
    }
    div.cal-wrapper {
        padding: 10px !important;
    }
}

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

    .arrow-left.icon,
    .arrow-right.icon {
        display: inherit;
    }
    .center {
        width: 100%;
    }
    .image-4 {
        width: auto !important;
        height: 70px !important;
    }

    .el-form-item .is-required {
        display: inline-block;
        white-space: normal;
        line-height: 1em;
    }
}

@media (max-width: 991px) {
    #app {
        width: 100%;
    }
}

.app-footer {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

@media (max-width: 380px) {
    .vue-form-wizard .wizard-nav-pills > li > a {
        padding-top: 10px;
    }
    .app-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .route-header-time {
        width: 90%;
    }
    .route-description {
        width: 90%;
    }
}

.vue-form-wizard .wizard-card-footer {
    margin-top: 0;
}

.el-table__body-wrapper {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.__vev_calendar-wrapper .events-wrapper .date {
    font-size: 16px;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header .title {
    padding: 10px 0 0 0;
    font-size: 16px;
}

.__vev_calendar-wrapper .arrow-right.icon:before,
.__vev_calendar-wrapper .arrow-left.icon:before {
    top: -10px;
}

.__vev_calendar-wrapper .events-wrapper .cal-events {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.el-form > .el-form-item > .el-form-item__label {
    width: auto !important;
    padding: 0;
    line-height: 40px;
}

/*
.el-form > .el-form-item > .el-form-item__content {
  margin-left: 100px !important;
}
*/

.el-form.el-form--label-top.el-form--inline > div > div:first-child {
    margin-bottom: 10px;
}

.el-checkbox__label {
    display: inline;
}

.el-button.el-button--text {
    padding-top: 0px;
    padding-bottom: 0;
}

@media (max-width: 381px) {
    .el-form > .el-form-item > .el-form-item__label {
        line-height: initial !important;
    }
    .el-form > .el-form-item > .el-form-item__content {
        margin-left: 0px !important;
    }
}


/* Callback form */
.callback-form {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    border-top: 1px solid #d8dce5;
    border-bottom: 1px solid #d8dce5;
}
.callback-text {
    text-align: left;
    margin-bottom: 0;
}
.input-wrapper {
    display: flex;
    margin-left: 40px;
}
.callback-input-phone {
    width: 180px;
    border-radius: 4px;
    border: 1px solid #d8dce5;
    padding: 5px;
    flex-shrink: 0;
}
.callback-input-submit {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    margin-left: 10px;
    margin-left: 10px;
    border-radius: 4px;
    padding: 5px;
    flex-shrink: 0;
    cursor: pointer;
}
.callback-success {
    display: none;
    padding: 5px;
    border: 1px solid #115ff4;
    color: #115ff4;
    border-radius: 4px;
}
.callback-error {
    display: none;
    margin-top: 5px;
    color: #ff0084;
}
.callback-success p,
.callback-error p {
    margin-bottom: 0;
}

@media (max-width: 585px) {
    .callback-form {
        flex-direction: column;
        padding: 10px;
        margin-bottom: 10px;
    }
    .callback-text {
        text-align: center;
    }
    .input-wrapper {
        margin-left: 0;
        margin-top: 10px;
    }
    .callback-input-submit {
    margin-top: 10px;
}
    .callback-success {
        margin-bottom: 5px;
    }
}
img.service-thumb {
    width: 60px;
    position: absolute;
    right: -80px;
    top: 0;
    transition: 0.3s;
    z-index: 100;
}
img.service-thumb:hover {
    width: 300px;
    right: -200px;
    top: -120px;
}
@media (max-width: 750px) {
    img.service-thumb {
        position: static;
    }
    img.service-thumb:hover {
        width: 60px;
    }
}
label.add_service {
    position: relative;
}