.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;
}

.ev_error {
	background-color: rgb(188, 40, 61) !important;
}

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, td.day {
	cursor: pointer;
	user-select: none;
	position: relative;
 }
 
 /* The actual 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; 
	left:0;
	bottom:100%;
	display: none;
 }

  /* The links in actual popup */
.popuptext a {
	color: #ddd;
 }

 /* Popup arrow */
.popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
 }

 /* popup text interactivity */
 .popup:hover .popuptext {
	display:block;
 }

 .popup:hover {
	background: rgba(255, 255, 255, 0.5);
 }

 button.small {
	font-size: 14px !important;
	line-height: 18px !important;
	padding: 1px 6px !important;
	text-transform:none !important;
 }

 button.small {
	background-color: rgb(62, 185, 152);
 }
  button.small:hover {
	background-color:#DB1174 !important;
 }

 button.small.priority-secondary {
	background-color: #6c8dae !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%;
}
#month_calendar td.day:hover{
	background-color:lightskyblue;
}

.cal-right {
	float:right;
}

.cal-right i {
	width: 12px;
	height:12px;
	font-size:xx-small;
}

.ev_label {
	padding-top: 0 !important;
	padding-left: 0 !important;
}

.ticketOptionTable tr td {
	padding-left: 10px !important;
}

.vex-dialog-form {
	padding: 15px !important;
}

.ev_required:after{
    content: ' *';
    color: red;
}

.ui-sortable tr td:first-child {
	white-space: nowrap;
}

.ui-sortable tr td input {
	max-width: 20em;
}

.sort-handle {
	cursor: pointer;
}

/* put "fa fa-fw fa-arrows" before labels */
.InputfieldFieldset.ticket > label:before,
.InputfieldFieldset.option > label:before {
    font-family: 'FontAwesome';
    content: '\f047';
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	 margin-right: .5em;
}

.ev_locked {
    background-color: #eee !important;
    cursor: not-allowed;	
	 pointer-events: none;
}

