.legend {
	width: 330px
}

/* Stop Line Break inside Cell */
.cbl-checkins-table {
	white-space: nowrap;
}


.checkin-popup-active .checkin-form-modal{
	opacity: 1;
	transform: scale(1);
}
.checkin-popup-active .checkin-form-opacity{
	opacity: 0.7;
}

.checkin-popup-active.checkin-form-container{
	font-family: Oswald;
	font-size: 2rem;
	font-weight: 300;
	visibility: visible!important;
	font-size: 20px;
}

.checkin-form-opacity {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	right: 0;
	background-color: black;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.checkin-form-modal {
	top: 0;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 10000000000;
	overflow: auto;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.checkin-form-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.checkin-form-inmodal {
	max-width: 325px;
	max-height: 700px;
	display: inline-block;
	background: #fff;
	position: relative;
	vertical-align: middle;
	width: 325px;
	text-align: left;
	border-radius: 5px;
	height: 700px;
}

.checkin-form-modal-close {
	font-size: 23px;
	position: absolute;
	right: -11px;
	top: -11px;
	background-color: white;
	border-radius: 50%;
	font-weight: 400;
	cursor: pointer;
	z-index: 100;
	border: 4px solid #fff;
}

.checkin-form-wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	align-items: center;
}

.checkin-ratingContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.checkin-slideContainer {
	flex-grow: 3;
	display: flex;
}

.sliderticks {
	display: flex;
	height: 10px;
	justify-content: space-between;
	padding: 0 10px;
}

.sliderticks p {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 1px;
	background: #D3D3D3;
	height: 8px;
	line-height: 10px;
	margin: 0 0 20px 0;
	font-size: 10px;
}

.checkin-form {
	margin: auto;
}

.checkin-label {
	flex-grow: 1;
}

.checkin-slideValue{
	display: inline-block;
	flex-grow: 1;
	text-align: right;
	width: 48px;
}
.checkin-tickContainer{
	padding: 10px 0 0 0;
	display: flex;
	flex-direction: column;
}

.checkin-slider {
	/*width: 80%;*/
	padding: 0 0;
	background: linear-gradient(to right, #ff9329 0%, #ff9329 5%, #fff 5%, #fff 100%);
	/*background: #ffffff;*/
	border: solid 1px #ff9329;
	border-radius: 8px;
	height: 7px;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
}

.checkin-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	/*border: 1px solid #7f1e1c;*/
	border-radius: 50%;
	top: 2px;
	height: 20px;
	width: 20px;
	position: relative;
	/*bottom: 8px;*/
	background: transparent
	url("/wp-content/plugins/brewlist/images/cbl-mapicons-amber-rosewood-white.png") center no-repeat;
	background-size: 100%;
	/*box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);*/
	cursor: grab;
:active: grabbing;
}

.checkin-slider::-moz-range-thumb{
	background-image: url("/wp-content/plugins/brewlist/images/cbl-mapicons-amber-rosewood-white.png");
	height: 20px;
	width: 20px;
	bottom: 2px;
	overflow: visible;
	background-color: transparent;
	background-size: contain;
	border: none;
	outline: none;
}
.checkin-slider:active{
	cursor: grabbing;
}
.checkin-slider::-webkit-slider-runnable-track {
	/*box-shadow: #ff9329;*/
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
	color: #ff9329;
}

.checkin-ratingTable {
	word-wrap: break-word;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.checkin-textarea {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px;
	font-weight: 100;
}

.checkin-visited-date {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px;
	font-weight: 100;
}

.checkin-buttons {
	display: flex;
	justify-content: space-around;
}

.checkin-date-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	white-space: nowrap;
	text-align: center;
	align-items: center;
}

.checkin-date-container label {
	padding: 0 10px 0 0;
}
.checkin-errors {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 3.5;
	font-weight: 300;
	color: red;
	height: 30px;
	vertical-align: middle;
}

.checkin-class {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
}

.checkin-last-visited-label {
	padding-right: 5px;
}
.checkin-last-visited-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}

.checkin-cancel-btn {
	background-color: grey;
}

.checkin-update-btn {
	display: none;
}

.checkin-action-button-inactive {
	display: none;
}

.checkin-update-button-active {
	display: inherit;
}

.cbl-break {
	flex-basis: 100%;
	height: 0;
}

.checkin-review-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.last-visited-button-container {
	padding: 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.cbl-checkins-editViewDelete img {
	height: 24px;
	width: 24px;
}

.checkin-view-button,
.checkin-view-button:hover,
.checkin-view-button:active,
.checkin-view-button:focus{
	 padding: 0 0;
	 background: transparent;
	 /*url('/wp-content/plugins/cbl-checkins/images/view_icon.png') center no-repeat;*/
	 /*background-size: 24px 24px;*/
	 /*size: 24px 24px;*/
 }
.checkin-edit-button,
.checkin-edit-button:hover,
.checkin-edit-button:active,
.checkin-edit-button:focus{
	padding: 0 0;
	margin: 0 15px;
	background: transparent;
	/*	url('/wp-content/plugins/cbl-checkins/images/edit_icon.png') center no-repeat;*/
	/*background-size: 24px 24px;*/
}
.checkin-delete-button,
.checkin-delete-button:hover,
.checkin-delete-button:active,
.checkin-delete-button:focus{
	padding: 0 0;
	background: transparent;
	/*	url('/wp-content/plugins/cbl-checkins/images/trash_icon.png') center no-repeat;*/
	/*background-size: 24px 24px;*/
}

.col-visited, [class*="col-rating"] {
	text-align: center;
}