/* PROFILE/USER */
.inner-boxes {
	padding: 20px;
}
.avatar {
	flex: 0 1;
	height: 100px;
	width: 100px;
}
.alli, .alli a {
	color: #2E7094;
}
.horde, .horde a {
	color: #8C0000;
}
.profile-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.profile-name {
	width: 100%;
}
.profile-name h1 {
	margin-bottom: 0 !important;
	line-height: 2.5rem;
	padding-top: 10px;
}
.profile-fp, .profile-rs {
	padding: 20px;
	text-align: center;
	width: 100%;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: auto 2fr 1fr;
}
.profile-fp a, .profile-rs a {
	font-style: italic;
	text-decoration: none;
}
.profile-fp img, .profile-rs img {
	width: 100%;
	height: auto;
}
.profile-houses {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 2%;
	margin: 20px 0px;
}
/* CHARACTER BLOCK */
.profile {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0 0 0;
	padding: 20px;
	width: 100%;
	gap: 2%;
	flex-flow: row wrap;
}
.charContainer {
	margin: 0 auto 0 auto;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: auto 1fr repeat(3, auto);
}
.char-display {
	width: 100%;
}
.nameCont {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	width: 250px;
	align-items: center;
}
.name {
	width: fit-content;
	padding-right: 4px;
}
.name img {
	height: 16px !important;
	padding-right: 5px;
}
.name a {
	text-decoration: none;
}
.serverCont {
	width: fit-content;
}
.coverCont {
	position: relative;
	height: 280px;
	overflow:  hidden;
	width: 250px;
}
.levelCont {
	display: flex;
	align-items: center;
	justify-content: center;
}
.levelCont img {
	height: 50px;
}
.profCont {
	height: 40px;
	margin: 10px auto 10px auto;
}
.charDivider {
	height: 1px;
	width: 50%;
	margin: 0 auto 0 auto;
}
.profile-chars {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	gap: 40px;
}
.char-pages {
	margin: 5px 10px 0 0;
	text-align: right;
}

/* CRAFTERS/EVENTS */
.table-heading {
	font-weight: bold;
	font-size: 13px;
}
.table-heading a {
	text-decoration:none;
}
.table-heading a i {
	margin-left: 5px;
}
.status {
	margin-right: 20px; 
}
.cancel {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: #fff;
	color: red;
}

/* EVENTS/INDEX */
.signCheck {
	display: flex;
	justify-content: space-between;
}
.signCheck .fa-circle-check {
	font-size: 14px;
	background: #fff;
	padding-top: 1px;
	border-radius: 14px;
	max-height: 16px;
}

/* CUSTOM TIME DROPDOWN */
.timeHours {
	float: left;
	max-height: 175px;
	overflow-y: scroll;
}
.timeMins {
	float: right;
	max-height: 175px;
	overflow-y: scroll;
}

/* TOGGLE */						/* changelog */
.up-down > a {
	text-decoration: none !important;
}
.up-down > a::after {
	content: "\25B2";
}
.up-down > .toggle::after {
	content: "\25BC";
}
.up-down i {
	font-size: 0.6em;
}

/*copy text alert:*/
#alertCopy {
  width: 140px;
  height: 25px;
  text-align: center;
  background-color: #5865F2;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  display: none;
}

/* POLLS */
.poll-widgets {
	margin-top: 5px;
	width: 100%;
}
.poll-widgets p {
	font-size: 13px !important;
	font-style: italic;
	margin-top: 0;
}
.vote-form {
	margin: 20px 0 50px 0;
}
.voting ul {
	list-style-type: none;
	padding-left: 0;
}
/* Draggable */
	.voting li, .voting .ui-state-highlight {
		font-size: 16px;
		line-height: 18px;
		border: 1px solid #999;
		padding: 0.5em 1em;
		margin-bottom: 0.25em;
		box-sizing: border-box;
		max-width: 100%;
	}
	.voting .ui-state-highlight {
		display: block;
		background-color: #999;
	}
/* Single choice */
	.single-choice {
		display: flex;
		margin:25px 0 0 0;
	}
	.single-choice li {
		background: unset;
		border: unset;
		margin: 0 10px;
		width: 100%;
		position: relative;
	}
	.single-choice label {
		padding: 15px;
		border: 1px solid #CCC; 
		text-align: center;
		background-color: #474747;
		display: block;
		cursor: pointer;
		height: fit-content;
		width: max-content;
	}
	.single-choice input[type="radio"], .single-choice input[type="checkbox"] {
		opacity: 0.011;
		display: block;
		position: absolute;
		top: 10px;
		left: 15px;
		right: 0;
		bottom: 0;
		cursor: pointer;
	}
	.single-choice input[type="radio"]:checked + label, .single-choice input[type="checkbox"]:checked + label {
		background: green;
	}
.voting li:hover {
	cursor: pointer;
}
.housing-sidebar input[type="text"], .homeSidebar input[type="text"] {
	width: 100%;
}

/* EVENTS/POLLS */
.event-H1 {
	width: fit-content;
	padding: 5px 50px 5px 15px;
	margin-bottom: 0;
}
.note {
	width: 45%;
	margin: 10px 0 10px 0;
	font-size: 13px;
}
.event-form {
	display: flex;
	padding-bottom: 15px;
}
.event-form input {
	margin-right: 10px;
}