main#login {
	background: #006600;
}

main#login .card {
	background: rgba(255,255,255,0.8);
}

.img-100x100 {
	width: 100px;
	height: 100px;
}

.img-50x50 {
	width: 50px;
	height: 50px;
}

.dropdown-toggle-left {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.table-availability {
	background: #cccccc;
	--bs-table-bg: #cccccc;
}

.table-availability td, .table-availability th {
	text-align: center;
}

.btn-availability {
	width: 2em;
	height: 2em;
	border-radius: 2em;
	cursor: pointer;
}

.btn-availability-white {
	background: #ffffff;
}

.btn-availability-green {
	background: #00cc00 !important;
}

.btn-availability-yellow {
	background: #cccc00 !important;
}

.btn-availability-red {
	background: #cc0000 !important;
}

.btn-availability-black {
	border: #0000cc 3px solid !important;
	color: #cccccc !important;
}

.btn-availability span {
	text-align: center;
	width: 100%;
}

.table-calendar {
	table-layout: fixed;
}

.table-calendar td {
	background: #eeeeee;
	border: 1px solid #cccccc;
}

.table-calendar td div.calendar-date {
	height: 7em;
}

.table-calendar td div.calendar-date div.calendar-date-day {
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	border-radius: 1.6em;
}

.table-calendar img {
	width: 20px;
	height: 20px;
	border-radius: 5px;
}

.table-assignments thead {
	top: 2em;
	background: #ffffff;
}

.assignment {
	width: 12% !important;
	height: 3.5em;
	border: 1px solid rgba(0,0,0,0.05);
}

.toassign {
	background: #dddddd !important;
	height: 9em;
}

.toassign span {
	margin: 0.2em 0;
}

.promotions {
	background: #aaaaaa !important;
	height: 4em;
}

.dropzone-outline {
	background: #666666 !important;
}

.assign-badge img {
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	z-index: 1;
}

.assign-img {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
}

.assign-img img.emoji {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 2;
	border-radius: 0px;
	left: 22px;
	top: 16px;
}

.form-check-input {
	border: 1px solid #999999;
}

.feedback-emojis label i {
	font-size: 1.5em;
}

.feedback-emojis label {
	width: 9em;
}

.s-noselect { 
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

#s-rectBox { 
	position: absolute;
	z-index: 1090;
	border:2px dashed #000000; 
}

.emoji {
	height: 1em;
	width: 1em;
}

.card-img-overlay h5.card-title {
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	border-radius: 5px;
}

.z-2000 {
	z-index: 2000;
}