/*! kamadatepicker - version 1.5.3 */
.bd-hide {
    display: none
}

.bd-main {
    background-color: #fff;
    padding: 5px;
    z-index: 9999;
    width: calc(100% - 20px) !important;
    margin: 0 15px 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.bd-calendar {
    width: 100%;
    padding: 0;
    margin: 0
}

.bd-calendar table {
    border: none;
    width: 100%;
}

.bd-title {
    width: 100%;
    padding: 0;
    margin: 0
}

.bd-dropdown {
    display: inline-block;
    float: right;
    width: calc(30% - 4px);
    border: 1px solid #00b4ad;
    margin: 2px 2px;
    border-radius: 6px;
    padding: 2px;
}

.bd-dropdown select {
    text-align: center;
    width: 100%;
}

.bd-dropdown select, .bd-next, .bd-prev {
    height: 30px;
    border: none;
    cursor: pointer;
}

.bd-next, .bd-prev {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #00b4ad;
    border-radius: 6px;
    width: calc(20% - 4px);
    margin: 5px 2px;
    padding: 0;
    display: inline-block;
    float: right
}

.bd-table thead {
    background-color: #00b4ad;
    color: #000;
}

.bd-table thead tr {
    height: 30px;
    cursor: context-menu;
}

.bd-table thead tr th {
    text-align: center;
}

.bd-table thead tr th:first-child {
    border-top-right-radius: 6px;
}

.bd-table thead tr th:last-child {
    border-top-left-radius: 6px;
}

.bd-table tbody tr td {
    border: none;
}

.bd-table-days button {
    width: 100%;
    height: 30px;
}

.bd-table-days button {
    background-color: #f8f8f8;
    border: 0;
}

.bd-table-days button:hover:enabled {
    color: red;
    font-weight: 700;
    background-color: #e7e7e7;
    cursor: pointer
}

.bd-table-days button:disabled {
    background-color: #eee
}

.bd-today {
    background-color: #dff0d8 !important;
    color: green
}

.bd-holiday {
    background-color: #fde8e8 !important
}

.bd-selected-day {
    color: black;
    font-weight: 700;
    background: #00b4ad !important;
    border-radius: 6px;
}

.bd-goto-today {
    width: 100%;
    height: 30px;
    color: #000;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #00b4ad;
    padding-top: 2px;
    cursor: pointer;
    text-align: center
}
