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: #f9b000 !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;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .7);
}

.swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 20px;
    text-align:center
}

.swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 20px;
    text-align:center
}

.swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 20px;
    text-align:center
}

.category-row:hover {
	background-color: #fcf0e3 !important;
}

.item-group-item {
	font-size: 1.2em;
	color: inherit;
	display: block;
	height: 5.5em;
}

.item-group-item:hover {
	background-color: #fcf0e3 !important;
}

.modal-body {
	max-height: 80vh;
	overflow-y: auto;
}