.AdminThemeUikit form {
	margin-left:-20px;
	margin-right:-20px;
}

#left-menu {
	float: left;
}

.ev_hide {
	display: none !important;
}
.ev_display_none {
	display: none;
}

.error-color {
	color: red;
}

input[type=text]:read-only:not([aria-readonly]) {
	background-color: #eee !important;
}

#month_calendar h2 {
	margin-left: auto;
	margin-right: auto;
	width:fit-content;
}
#month_calendar table {
	width: 100%;
	border: solid 2px rgb(216, 219, 222);;
	border-spacing: 0;
}

#month_calendar td, #month_calendar th {
	border: solid 1px rgb(216, 219, 222);
}

#month_calendar th {
	text-align: center;
	width: 12.9%;
}

#month_calendar td {
	height: 100px;
	width: 12.9%;
	padding: 2px;
	vertical-align: top;
}
#month_calendar .cal_day {
	font-weight: bold;
}
#month_calendar li {
	font-size: small;;
}
#month_calendar td.today {
	background-color:#f0f3f7;
}
#CalTitle {
	color: #354b60;
}
#CalTitle a, #CalTitle span {
	font-size:50%;
}

/* Popup container */
.popup {
	cursor: pointer;
	user-select: none;
 }
 
 /* The actual popup */
 .popup .popuptext {
	width: 100px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	z-index: 1;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	display: none;
	visibility: hidden;
 }

  /* The links in actual popup */
 .popup .popuptext a {
	color: #ddd;
 }

 /* Popup arrow */
 .popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
 }

 /* confirm dialog */
 .confirm {
	position:absolute;
	top:40%;
	left:0;
	right:0;
	border: 2px solid #354b60;
	border-radius: 6px;
	background-color: #eee;
	padding: 10px;
	width:fit-content;
	margin-left: auto;
	margin-right: auto;
	display:none;
 }
 button.small,
 .confirm button {
	font-size: 14px !important;
	line-height: 18px !important;
	padding: 1px 6px !important;
	text-transform:none !important;
 }

 button.small {
	background-color: rgb(33, 58, 127) !important;
 }

 .ev_no_outline {
	outline: #fff;
 }

 li.InputfieldButton:has(button.small) {
	padding: 0 0 20px 20px !important; 
}

#month_calendar ul {
	margin: 0 0 0 0;
}
#month_calendar li {
	font-size: 100%;
}
