.bok-container {
    padding: 5px;
    /*font-family: Arial;*/
}

.bok-field {
    width: 95%;
    margin-bottom: 18px;
    height: 31px;
    border: 1px solid #bbb;
    font-size: 17px;
    padding: 0 2px;
    
}



    .bok-field.text {
        padding: 0 2px;
    }

.bok-submit-btn {
    width: 100%;
    margin-bottom: 2px !important;
    background: #111 !important;
    color: #eee !important;
    height: 40px;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 40px;
}

    .bok-submit-btn:hover {
        background: #555 !important;
    }

.bok-form {
    margin: 0;
}

.bok-comment {
    width: 95%;
    max-width: 95%;
    height: 200px;
    padding: 10px;
    /* padding-top: 20px; */
    margin-bottom:10px;
}

.bok-comment-count {
    position: absolute;
    bottom: 17px; /*top: 0;*/
    left: 0;
    background: rgb(51, 51, 51);
    padding: 0 5px;
    font-size: 12px;
    color: #eee;
    text-align: right;
}

.bok-submit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding-top: 60px;
}

.bok-submit-content {
    text-align: center;
    margin-bottom: 5px;
}

    .bok-submit-content.title {
        font-weight: bold;
        font-size: 20px;
    }

.bok-submit-mail {
    color: #2878c8;
}

.bok-field-validation-error {
    background: #900000;
    color: #eee;
    width: 95%;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 2px;
    position: relative;
    top: -21px;
}

.bok-notification {
    display: inline-block;
    padding: 10px;
    cursor:default;
}

.bok-notification-box {
    margin-right: 5px !important;
}

.bok-notification-label {
    margin-right:20px;
    cursor:pointer;
    margin-bottom:12px;
}

#bookingApp input {
  padding-left: 6px;
}

#bookingApp input::placeholder, #bookingApp textarea::placeholder {
  color: #ccc;
  font-size:14px;
  position: relative;
}

#bookingApp input::placeholder {
  left:0px;
  top:-2px
}

.bok-field-validation-error {
    background: transparent;
    color: #e00000;
    width: 95%;
    padding: 3px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 2px;
    position: relative;
    top: -18px;
    padding-left: 0px;
}

#bookingApp input[type="submit"] {
	font-size: 20px;
    background-color: #00C90A;
    color: #fff;
    font-weight: normal;
    padding: 2px 8px;
    text-decoration: none;
    font: 17px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 0px;
    border: 0px;
}