* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap > .bookingcom-header:first-child {
    font-size: 0;
    margin-bottom: 28px;
}

.bookingcom-header .new-product-shortcode--btn {
    display: inline;
    margin-left: 36px;
}

.bookingcom-header .back--btn {
    margin-right: 16px;
}

.bookingcom-logo__com {
    color: #379FE2;
}

.wrap > .header-block:first-child {
    margin-bottom: 8px;
}

.header-block__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.header-block__helper_id {
    color: #0077cc;
    font-style: italic;
    font-weight: 600;
}

/* Bootstrap 3 CSS */
.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.form-control.disabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

textarea.form-control {
    height: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/* Bootstrap 3 CSS (end) */

/* to fix positioning on small screens */
.el-shortcode-tag {
    display: flex;
    flex-direction: column;
}

.el-shortcode-tag,
.el-shortcode-description,
.el-shortcode-actions {
    border-top: 1px solid #E7E7E7;
}

[class^=bui-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bui-button {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.bui-button__text {
    display: inline-block;
    vertical-align: middle;
}

.bui-button__text:first-child {
    vertical-align: baseline;
}

.bui-button--primary {
    color: #fff;
    background-color: #0077cc;
    border-color: #0077cc;
}

.bui-button--primary:hover {
    background-color: #006bb8;
    border-color: #006bb8;
}

.bui-button--primary:hover,
.bui-button--primary:visited,
.bui-button--primary:focus,
.bui-button--primary:active,
.bui-button--primary[disabled] {
    color: #fff;
}

.bui-button--secondary {
    background-color: #fff;
    color: #0077cc;
    border-color: #0077cc;
}

.bui-button--secondary:hover {
    background-color: #e5f0ff;
}

.bui-button--secondary:hover {
    color: #0077cc;
}

.bui-button:focus,
.bui-button:hover {
    text-decoration: none;
}

.bookingcom-layout {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
}

.bookingcom-layout .left-column {
    flex-grow: 1;
    min-width: 620px;
    margin-right: 70px;
}

.bookingcom-layout .right-column {
    flex: 0 0 460px;
    background-color: #fff;
    padding: 18px 20px 0;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
}

.bookingcom-layout .empty-product-list {
    display: flex;
    justify-content: center;
    min-height: 302px;
    border: 1px dashed #E1E1E1;
    border-radius: 0 4px 3px 0;
}

.bookingcom-layout .empty-product-list__message {
    display: flex;
    flex-direction: column;
    align-self: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    margin: 0;
}

.bookingcom-layout .empty-product-list__text {
    margin-top: 22px;
}

.bookingcom-layout .label-hint {
    color: #606060;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
}

.bookingcom-layout .form_label {
    font-size: 14px;
}

.bookingcom-layout .form-button-group {
    font-size: 0;
}

.bookingcom-layout .bui-button__text {
    vertical-align: middle;
}

.bookingcom-layout .form-group {
    margin-bottom: 20px;
}

.bookingcom-layout .form-group:last-of-type {
    margin-bottom: 38px;
}

.form-button-group .back--btn {
    margin-left: 36px;
}

.bookingcom-wrapper .message {
    margin-bottom: 22px;
}

.bookingcom-wrapper .message p {
    margin: 18px 0;
}

.el-copy-to-clipboard-code {
    font-size: 12px;
}

.bookingcom-layout .el-copy-to-clipboard {
    color: #0073AA;
    font-size: 10px;
    line-height: 12px;
    margin-top: 6px;
}

.bookingcom-layout .word-counter-limit {
    margin: 4px 0 0;
    text-align: right;
    font-size: 10px;
    line-height: 12px;
    color: #606060;
}

.el-shortcode__name {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.bcom-widget-helpers-list .el-shortcode-description {
    font-size: 10px;
    color: #4a4a4a;
}

.bcom-widget-helpers-list .el-shortcode-actions {
    font-size: 10px;
}

.bcom-widget-helpers-list .list-header {
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    border: none;
}

/* info section */
.bookingcom-layout .info-column {
    padding: 18px 0;
    color: #4a4a4a;
}

.info-column .info-column__header {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
    margin: 0 0 24px;
}

.info-column .info-column__video {
    display: none; /* disabled until we have our video */
    padding: 0 20px 26px;
}

.info-column .description-list {
    padding: 0 0 20px;
    margin: 0;
}

.info-column .description-list__item {
    list-style: none;
    margin: 0;
    padding: 0 20px 0;
    border-top: 1px solid #E7E7E7;;
}

.info-column .list-item__header {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #4A4A4A;
    margin: 0;
    width: 100%;
}

.info-column .list-item__header-step {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #9B9B9B;
    padding: 16px 0 4px;
    width: 100%;
}

.info-column .list-item__text {
    font-size: 12px;
    line-height: 14px;
    margin: 16px 0 20px;
}

.info-column .list-item__text--link,
.info-column .list-item__secondary-text .list-item__text--link {
    color: #0077CC;
}

.info-column .list-item__secondary-text .list-item__text--link {
    font-weight: 600;
}

.info-column .list-item__secondary-text {
    margin: 0 0 20px;
}

.info-column .code-example--orange {
    color: orange;
}
/* info section (end) */
