.book {
    position: relative;
    display: block;
}
.book-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    
    padding: 5px 15px;
    background: #215EAE;

    color: #ffffff;
}

.book-category-button {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 5px 5px;
    margin-bottom: 25px;
    background: #ffffff;
}
.book-category-button:hover {
    border-color: #6DC8B9;
}
.book-category-button.active {
    border-color: #215EAE;
}
.book-category-button .image {
    position: relative;
    display: inline-block;
    height: 150px;
}
.book-category-button .name {
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}



.book-product-button {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 5px 5px;
    margin-bottom: 25px;
    background: #ffffff;
}
.book-product-button:hover {
    border-color: #6DC8B9;
}
.book-product-button.active {
    border-color: #215EAE;
}
.book-product-button .image {
    position: relative;
    display: inline-block;

    height: 150px;
}
.book-product-button .name {
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.book-date .ui-datepicker {
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0;
    margin-bottom: 20px;
}

.book-date .ui-datepicker td span, 
.book-date .ui-datepicker td a {
    text-align: center;
    font-size: 20px;
    padding: 18px 4px;
}
.book-date .ui-datepicker td span:hover, 
.book-date .ui-datepicker td a:hover {
    background: #6DC8B9;
}

.book-date .ui-widget-header {
    background-color: #215EAE;
    color: #ffffff;
    font-size: 24px;
}

.book-date .ui-datepicker .ui-datepicker-prev, 
.book-date .ui-datepicker .ui-datepicker-next {
    background: #ffffff;
    cursor: pointer;
    margin-top: 4px;
}

.block-time-button {
    position: relative;
    display: block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 2px;
    background: #ffffff;
    border: 1px solid #dddddd;

    padding: 10px 15px;
    cursor: pointer;
}
.block-time-button:hover {
    border-color: #215EAE;
    background: #215EAE;
    color: #ffffff;
}
.block-time-button.active {
    border-color: #215EAE;
    background: #215EAE;
    color: #ffffff;
}

.book-attention {
    position: relative;
    display: block;
    border-radius: 12px;
    padding: 15px 25px;
    padding-top: 25px;
    background: #eeeeee;
    color: #215EAE;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.book-attention-crisis {
    position: absolute;
    left: 25px;
    top: -40px;
}