.bd-hide {
	display: none;
}

.bd-main {
	background-color: #FFF;
	border: 1px solid #000;
	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);
}

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

.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% !important;
    height: 30px;
    border: none !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
}

.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;
}

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

.hero-page .wrapper .content table th, .hero-page .wrapper .content table td {
	border: none !important;
    padding: 0px !important;	
}
/* chadegan theme overrides */
.bd-main {
	border: 1px solid #E3E3E3;
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0 10px 30px rgba(12, 111, 204, 0.12);
	font-family: dana5, Tahoma, sans-serif;
}
.bd-table thead,
.bd-goto-today {
	background-color: #0c6fcc;
}
.bd-table-days button.bd-disabled,
.bd-table-days button:disabled {
	color: #c9c9c9 !important;
	background-color: #f5f5f5 !important;
	cursor: not-allowed !important;
	opacity: 0.55;
	pointer-events: none;
}
.bd-table-days button.bd-today {
	background-color: #e8f3ff !important;
	color: #0c6fcc !important;
}
.bd-selected-day {
	color: #0c6fcc !important;
	font-weight: bold;
	background-color: #dceeff !important;
}
.bd-holiday {
	background-color: #fff1f1 !important;
}
#bd-root-date1,
#bd-root-date2 {
	width: 100%;
	position: relative;
	overflow: visible;
	z-index: 1;
}
#bd-root-date1 .desc,
#bd-root-date2 .desc {
	width: 100%;
	cursor: pointer;
}
.bd-main {
	top: calc(100% + 6px);
	right: 0;
	left: auto;
	z-index: 9999 !important;
}
