﻿.bd-hide {
  display: none; }

.bd-main {
  background-color: #FFF;
  border: 1px solid #000;
  padding: 5px;
  z-index: 9999;
  width: 500px ;
  border-radius:5px;
  margin: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.bd-calendar {
  width: 210px;
  padding: 0;
  margin: 0; }
    .bd-calendar table {
        border: none;
        width: 490px;
        margin-top: 14px;
     
    }
.bd-year{
    display:none;

}
.bd-title {
    width: 490px;
    /* padding: 4px; */
    height: 55px;
    padding-top: 15px;
    margin-right: 0;
    padding-right: 170px;
    border-bottom: 1px solid #d5d5d5;
 
}

.bd-dropdown {
  display: inline-block;
  float: right;
  width: 115px; }
  .bd-dropdown select {
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer; }

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

.bd-table thead {
/*  background-color: #555555;
  color: #FFF; */

}
  .bd-table thead tr {
    height: 30px;
    cursor: context-menu; }
    .bd-table thead tr th {
      text-align: center;
      font-size:14px;
    }

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

.bd-empty-cell {
  width: 70px;
  height: 40px; }

.bd-table-days button {
    width: 65px;
    height: 40px;
    background-color: #fff;
    margin-top: 8px;
    border-radius: 10px;
    border: 1px solid #009688;
}
    .bd-table-days button:hover:enabled {
        color: white;
        font-weight: bold;
        background-color: #009688;
        cursor: pointer;
        box-shadow: 0 5px 15px -4px #009688 !important;
    }
  .bd-table-days button:disabled {
    background-color: #eee; }

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

.bd-holiday {
    background-color: #eaeaea !important;
    color: #aeaeae;
    border: none !important;
}

.bd-selected-day {
  color: red;
  font-weight: bold; }

.bd-goto-today {
  width: 210px;
  height: 30px;
  color: #FFF;
  background-color: #555555;
  padding-top: 5px;
  cursor: pointer;
  text-align: center; }
