/* kamadatepicker - version 1.5.3 */
.bd-hide {
    display: none;
}

.bd-main {
    background-color: rgb(30, 30, 30);
    border: none;
    padding: 5px;
    z-index: 9999;
    width: auto !important;
    margin: 0;
    
    font-size: 50%;
    border-radius: 20px;
}

.bd-calendar, .bd-title {
    width: 210px;
    padding: 0;
    margin: 0;
}

.bd-calendar table {
    border: none;
    width: 210px;
}

.bd-dropdown {
    display: inline-block;
    float: right;
    width: 75px;
}

.bd-dropdown select {
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
}

.bd-next, .bd-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(100, 100, 100, 0.3);
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.bd-table thead {
    background-color: #555;
    color: #fff;
}

.bd-table thead tr {
    height: 30px;
    cursor: context-menu;
    border-radius: 20px;
}

.bd-table thead tr th {
    text-align: center;

}

.bd-table tbody tr td {
    border: none;
    border-radius: 10px;
}

.bd-empty-cell, .bd-table-days button {
    width: 30px;
    height: 30px;
}

.bd-table-days button {
    background-color: #000;
    border: none;
}

.bd-table-days button:hover:enabled {
    color: black;
    font-weight: bold;
    background-color: #fff;
    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: red;
    font-weight: bold;
}

.bd-goto-today {
    width: 210px;
    height: 30px;
    color: #fff;
    background-color: #555;
    padding-top: 5px;
    cursor: pointer;
    text-align: center;
}
