.bd-hide {
	display: none;
}

.input-group .bd-main {
    top: 50px !important;
}
.bd-main {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 5px;
	z-index: 1070;
	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);
    top: 80px;
    left: 8px;
	border-radius: 15px;
}

.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%;
	height: 30px;
	border: none;
	cursor: pointer;
	-moz-appearance: none;
	text-align: center;
	background-color: #FFF;
}

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

.bd-table thead {
	background-color: #555555;
	color: #FFF;
	border-radius: 8px !important;
}

.bd-table thead tr {
	height: 30px;
	cursor: context-menu;

}

.bd-table thead tr th {
	text-align: center;
	font-weight: 400;
	font-family: 'IRANYekanX';
	font-size: 0.715rem;
}

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

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

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

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

.bd-today {
	color: #D7AB58;
}

.bd-holiday {
    background-color: #FDE8E8 !important;
}

.bd-selected-day {
	color: #015c4b;
    background-color: #DBE8E6 !important;
}

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