html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.navbar #iconMenuDropdown {
	height: auto;
}
.navbar .icon-menu-item {
	margin-bottom: 0;
}
.menu .main-menu ul li i {
	font-size: 25px;
	line-height: 45px;
}
.menu .main-menu ul li a {
	height: 100px !important;
}	
.simple-icon-arrow-down {
	position: absolute;
	right: 20px;
	margin-top: 4px;
	font-size: 14px !important;
}
.list-unstyled.inner-level-menu li a {
	margin-bottom: 0 !important;
}
.list-unstyled.inner-level-menu li {
	margin-left: 15px !important;
}
#datatableRows_wrapper img {
	width: 30px;
	border: 1px solid #cccccc78;
	height: 30px;
	box-shadow: 1px 2px 3px #ccc;
}
.avatar-sm.d-inline-block.m-1 {
	border: 1px solid #cccccc78;
	width: 30px;
	text-align: center;
	box-shadow: 1px 2px 3px #ccc;
	border-radius: 50px;
	line-height: 29px;
	text-transform: uppercase;
}
.theme-colors {
	display: none;
}
#information ul.inner-level-menu li a {
	padding-top: 0 !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	z-index: 999999999 !important;
}
.flatpickr-calendar.hasTime.noCalendar.animate.open.arrowTop.arrowLeft {
	margin-top: -147px;
}
