.bd-hide {
    display: none;
}

.bd-main {
    background-color: #FFF;
    border: 1px solid #0d47a1;
    padding: 5px;
    z-index: 9999;
    width: auto !important;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -6px;
        position: fixed!important;
}

.bd-calendar {
    width: 210px;
    padding: 0;
    margin: 0;
}

.bd-title {
    width: 210px;
    padding: 0;
    margin: 0;
}
.bd-title .bd-clear{
    background: none;
    border: none;
    color: red;
    font-size: 18px;
    margin-top: 4px;
    padding: 0;
}
.bd-calendar table {
    border: none;
    width: 210px;
}

.bd-dropdown {
    display: inline-block;
    float: right;
}

.bd-dropdown select {
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;    
    font-size: 0.9rem;
}

.bd-next, .bd-prev {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFF;
    height: 30px!important;
    width: 28px!important;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    float: right;
    color:#0d47a1;
}

.bd-table thead {
    background-color: #0d47a1;
    color: #FFF;
}

.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 {
    width: 30px;
    height: 30px;
}

.bd-table-days button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #F8F8F8;
    border: 0;    
}

.bd-table-days button:hover {
    color: red;
    font-weight: bold;
    background-color: #E7E7E7;
}

.bd-today {
     background-color: #2b8407 !important;
    color: white!important;
}
.bd-today:hover{
    background-color: #0d47a1!important;
}

.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: #0d47a1;
    padding-top: 2px;
    cursor: pointer;
    text-align: center;
}