/*! kamadatepicker - version 1.5.2 */

.bd-hide {
    display: none
}

.bd-main {
    background-color: #fff;
    border: 1px solid #00000047;
    padding: 5px;
    z-index: 9999;
    width: auto !important;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.bd-calendar {
    width: 210px;
    padding: 0;
    margin: 0
}

    .bd-calendar table {
        border: none;
        width: 210px
    }

.bd-title {
    width: 210px;
    padding: 0;
    margin: 0
}

.bd-dropdown {
    display: inline-block;
    float: right;
    width: 75px
}

    .bd-dropdown select {
        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: #fff;
    width: 30px;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right
}

.bd-table thead {
    background-color: #fff;
    color: #26baee;
    border: 1px solid #26baee;
}

    .bd-table thead tr {
        height: 30px;
        cursor: context-menu
    }

        .bd-table thead tr th {
            text-align: center
        }

.bd-table tbody tr td {
    border: none
}

.bd-empty-cell, .bd-table-days button {
    width: 30px;
    height: 30px
}

.bd-table-days button {
    background-color: #fff;
    border: 0
}

    .bd-table-days button:hover:enabled {
        /*color: #26baee;*/
        font-weight: 700;
        border: 1px solid #26baee !important;
        cursor: pointer
    }

    .bd-table-days button:disabled {
        background-color: #eee
    }

.bd-today {
    background-color: #fff !important;
    border: 1px solid #26baee !important;
    color: green
}

.bd-holiday {
    background-color: #fde8e8 !important
}

.bd-selected-day {
    color: #fff;
    font-weight: 700;
 /*   border: 1px solid #26baee !important;*/
    background-color: #26baee !important;
}

.bd-goto-today {
    width: 210px;
    height: 30px;
    color: #26baee;
    background-color: #fff;
    padding-top: 5px;
    cursor: pointer;
    text-align: center;
    border: 1.5px solid #26baee;
}
