@import url('https://fonts.googleapis.com/css?family=Roboto');

body:before {
    background-color: transparent !important;
    box-shadow: none !important;
}

#bookly-tbs .bookly-sandbox-form {
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../../../frontend/resources/images/form-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

#bookly-tbs .bookly-sandbox-form .bookly-sandbox-container{
    padding: 80px 30px 80px 30px;
}

#bookly-tbs .bookly-sandbox-form .bookly-sandbox-title {
    line-height: 1.5;
    font-stretch: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 26px;
}

#bookly-tbs .bookly-sandbox-form .bookly-sandbox-text-orange {
    color: #ff5722;
}

#bookly-tbs .bookly-sandbox-form p {
    font-size: 16px;
}

#bookly-tbs .bookly-sandbox-button {
    background-color: #ff5722;
    color: #fff;
}

#bookly-tbs .bookly-sandbox-button:hover, #bookly-tbs .ladda-button:disabled {
    background-color: #d24519;
}

#bookly-tbs .bookly-sandbox-error {
    background-color: #ff5722;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#bookly-tbs .bookly-sandbox-error i.fa-times {
    color: #ffae6f;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#bookly-tbs #bookly-sandbox-user-email {
    font-weight: bold;
    font-size: 18px;
}

#bookly-tbs .bookly-sandbox-addons {
    font-size: 14px;
}

#bookly-tbs .bookly-sandbox-addons label.disabled {
    color: #c1c1c1;
}

#bookly-tbs .bookly-sandbox-addons label input {
    margin-top: 0;
}

#bookly-tbs .bookly-sandbox-settings .help-block {
    font-size: 12px;
    color: #8a929e;
}

#bookly-tbs .card {
    background-color: #ffffffeb;
}

#bookly-tbs .bookly-sandbox-hr-orange {
    width: 28px;
    height: 5px;
    background-color: #ff5722;
    margin-top: 10px;
    margin-bottom: 13px;
}

#bookly-tbs .bookly-font-xl {
    font-size: 25px;
    font-weight: 600;
}

#bookly-tbs .bookly-sandbox-form input[type="checkbox"] {
    display: none;
}

#bookly-tbs .bookly-sandbox-form input[type="checkbox"] + label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 2px 3px 0 0;
    vertical-align: middle;
    background: url(../../../frontend/resources/images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

#bookly-tbs .bookly-sandbox-form input[type="checkbox"]:checked + label span {
    background: url(../../../frontend/resources/images/check_radio_sheet.png) -19px top no-repeat;
}

#bookly-tbs .bookly-sandbox-form input[type="checkbox"]:checked + label {
    color: #ff5722 !important;
}

#bookly-tbs .bookly-sandbox-form input[type="checkbox"]:disabled + label span {
    cursor: default;
}

#bookly-tbs label {
    font-weight: normal;
}