/*! kamadatepicker - version 1.5.2 */

.bd-hide {
	display: none;
}

.bd-main {
	background-color: #fff;
	border: 1px solid #777;
	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);
	border-radius:5px;
}

.bd-calendar {
	width: 258px;
	padding: 0;
	margin: 0;
}

	.bd-calendar table {
		border: none;
		width: 258px;
	}

.bd-title {
	width: 258px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bd-dropdown, .bd-dropdown:focus, .bd-dropdown:active, .bd-dropdown:visited {
	display: inline-block;
	width: 80px;
	overflow: hidden;
	padding: 0;
	height: 28px;
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #ccc;
	border-radius:3px;
	margin:0 2px 5px 0;
}

	.bd-dropdown select {
		width: 100%;
	}

	.bd-dropdown select, .bd-next, .bd-prev {
		height: 30px;
		border: none;
		cursor: pointer;
	}

		.bd-next, .bd-next:focus, .bd-prev {
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-color: #fff;
			width: 50px;
			margin: 0;
			padding: 0;
			display: inline-block;
			color: #ff1744;
			outline: none !important;
			font-size:12px;
		}

.bd-table thead {
	background-color: #00983f;
	color: #fff;
}

	.bd-table thead tr {
		height: 30px;
		cursor: context-menu;
	}

		.bd-table thead tr th {
			text-align: center;
			font-weight: normal;
		}

.bd-table tbody tr td {
	border: none;
}

.bd-empty-cell, .bd-table-days button {
	width: 35px;
	height: 35px;
}

.bd-table-days button {
	background-color: #fff;
	border: 0;
	border: 1px solid #999;
	margin: 1px;
	border-radius: 3px;
}

	.bd-table-days button:hover:enabled {
		cursor: pointer;
		border: 1px solid #000;
		box-shadow:0 1px 3px rgba(0,0,0,0.3);
	}

	.bd-table-days button:disabled {
		background-color: #eee;
	}

.bd-today {
	background-color: #0099ff !important;
	color: #fff !important;
}

.bd-holiday {
	color: #ff1744;
}

.bd-selected-day {
	color: #fff;
	background-color: #00c853 !important;
}

.bd-goto-today {
	width: 258px;
	height: 30px;
	color: #fff;
	background-color: #555;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
}
