/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
table.t-form td {
	padding-bottom: 10px;
}

table.t-form tr.email-confirmation{
	display: none;
}
table.t-form select{
	vertical-align: baseline;
}

tr.event-expired {
	text-decoration: line-through;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}


/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


/* Tooltip container */

.tooltip {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #2196F3;
	color: #fff;
	border-radius: 8px;
	margin-left: 20;
}

.tooltip .symbol {
	display: flex;
	font-size: 10px;
	line-height: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}


/* Tooltip text */

.tooltip .tooltiptext {
	visibility: hidden;
	position: absolute;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-right {
	top: -5px;
	left: 125%;
}


/* Tooltip arrow */

.tooltip .tooltiptext {
	visibility: hidden;
	color: #fff;
	text-align: center;
}

.tooltip-right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}


/*  */
.cr-head-right{
	display: inline-block;
	float: right;
	padding: 14px 0 4px 0;
}
.cr-head-right form{
	display: inline-block;
}
.cr-head-right form .submit{
	margin: 0;
	padding: 0
}

.cr-tabs-wrap {
	display: flex;
}

.cr-tabs-wrap .item1 {
	order: 1;
}

.cr-tabs-wrap .item2 {
	order: 0;
	width: 100%;
}

.cr-nav-tab-wrapper {
	width: 600px;
}

.cr-widget-right {
	/* margin-left: 650px; */
	/* width: 350px; */
	/* padding-right: 20px; */
	/* margin-top: -24px; */
	margin-left: 20px;
}

.cr-widget-head {
	font-weight: bold;
	border-bottom: solid 1px violet;
	margin-bottom: 5px;
	/* padding-bottom: 5px; */
}

.cr-widget-head span,
.cr-widget-head span:hover {
	border-width: 0;
	background: none;
}

.cr-widget-item {
	padding: 5px 10px;
	margin-left: .5em;
}

.cr-widget-item .button {
	margin-left: 1em;
	border-color: #FFAF0A;
	box-shadow: 0 0 3px #FFAF0A;
	background: #FFCD28;
	font-weight: bold;
}

.cr-widget-item .button:hover {
	background: #F59B00;
}

input.color-input {
	border-color: #ccc;
	border-style: solid;
	color: white;
	cursor: pointer;
}
.cr-va-middle{
	vertical-align: middle !important;
}
a.cr-no-underline{
	text-decoration: none !important;
}
.cr-red{
	color: #AB0404;
}
/* For Choose available reservation types options >> */
.cr-reserv-type-row td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cr-reserv-type-list li{
	/*display: inline-block;*/
}
	.cr-reserv-type-list li.disabled{
		pointer-events: none;
		opacity: .7;
	}
.cr-new-reserv-type-input-block{
	display: inline-block;
}
.cr-new-reserv-type-input-block{
	display: none;
}
a.cr-delete-reserv-type-link:active, a.cr-delete-reserv-type-link:focus, a.cr-delete-reserv-type-link:link, a.cr-delete-reserv-type-link:visited{
	outline: 0 none;
	box-shadow: none;
}
a.cr-delete-reserv-type-link{
	color: #555;
}
a.cr-delete-reserv-type-link:hover{
	color: red;
}
input.cr-new-reserv-type{
	min-width: 200px;
}
/* << For Choose available reservation types options */

/* Create Piramid Screen >> */
.cr-players-checklist{
	max-height: 300px;
	overflow: auto;
}
	.cr-players-checklist ul li{
		display: inline-block;
		padding: 5px 10px 0 0;
	}
	.cr-players-checklist label{
		user-select: none;
	}

.cr-selected-players{
	border: 1px dotted #777;
}
.cr-selected-players ul{
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
	.cr-selected-players ul li{
		user-select: none;
		padding: .5em 1em;
		margin: .5em;
		border: 1px solid #555;
		cursor: grab;
		background-color: #ececec;
	}
		.cr-selected-players ul li.dragging{
			background-color: #fff;
		}
/* << Create Piramid Screen */

#wpfooter{
	display: none !important;
}
