﻿.daterangepicker .calendar {
    max-width: 395px;
}
.daterangepicker .calendar td.with-price {
    min-width: 40px;
    height: 40px;
	/*color:#008489;*/
	border-radius: 7px;
	border: 3px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.daterangepicker td.with-price.today.start-date,
.daterangepicker td.with-price.start-date, .daterangepicker td.with-price.start-date:hover,
.daterangepicker td.with-price.end-date, .daterangepicker td.with-price.end-date:hover {
    background: #008489;
    color: white;
    cursor: default;
}

.daterangepicker td.with-price.available:hover, .daterangepicker td.with-price.active:hover {
    background: initial;
    border: 3px solid #138de0;
    color: #138de0;
}

.daterangepicker .calendar td.with-price span.price {
    display: block;
    position: relative;
    bottom: initial;
    right: initial;
    font-size: 8px;
    color: #000;
}

.daterangepicker td.holiday {
    color: red;
}

