body {
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}

.sidebar-header .logo {
	font-size: 0.8rem;
}

.modal-content {
	overflow-y: scroll;
	overflow-x: hidden;
}

.table td, .table th {
	padding: .5rem;
	font-size: 11px;
}

.btn:focus {
  outline: 1px solid #ebebeb !important;
}

.day:hover {
	background-color: #ff081d !important;
	color: #fff;
}

meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;

	margin: 0.5em 0;
	width: 100%;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}
meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.row-edit {
	cursor: pointer;
}

label {
	margin-bottom: 0;
}

.input-group-addon {
	padding: 0 .75rem;
}

.sticky-table th {
	position: sticky; 
	top: 60px; 
	background: #e0e0e0;
	text-align: center;
	white-space: nowrap;
}

.btn-xs {
	width: 28px;
	height: 28px;
	font-size: 18px;
}