body {
	--navWidth: 12rem;
	--topbarHeight: 3.8rem;
	--buttonBarHeight: 2.8rem;
	--contentHeight: 100%;
	--tabHeight: 2rem;
	--primaryColor: #1292cd;
	--warningColor: #8F1F19;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: "Nunito","Open sans","Segoe UI","lucida grande",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	color: #5b5b5b;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
} 


body.noMenu {
}

body.themeb #navbar {
	background-color: #132137;
}

body.themeb #navbar .submenuitem.active {
	background-color: #1292cd;
}

body.themec #navbar {
	background-color: #1c2c1c;
}

body.themec #navbar .submenuitem {
	color: #9cbe96;
}

body.themec #navbar .submenuitem.active {
	background-color: #314f31;
}



#navbar {
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: var(--navWidth);
	bottom: 0rem;
	background-color: white; /*#273d00; /* #606060; */
	overflow-y: hidden;
	font-family: "Roboto","Open sans","Segoe UI","lucida grande",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	white-space: nowrap;
	
	-ms-overflow-style: -ms-autohiding-scrollbar;
	
	transition: left 0.1s, right 0.1s;
	transition-timing-function: ease;
}

#navbar::-webkit-scrollbar,
#navbar_Items::-webkit-scrollbar { 
    display: none; 
}


body.noMenu #navbar {
	left: calc(var(--navWidth) * -1);
	right: 0rem;
}

#navbar .navitem {
	font-family: "Nunito";
	font-size: small;
	font-weight: normal;
	padding-top: 0.3rem;
	padding-bottom: 0.4rem;
	padding-left: 1.25rem;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#navbar .submenu {
	padding-bottom: 0rem;
}

#navbar .submenuitem {
	font-family: "Nunito";
	font-weight: normal;
	text-decoration: none;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	padding-left: 1.25rem;
	display: block;
	font-size: small;
}

#navbar a.navitem,
#navbar a.submenuitem {
	color: #1f1f1f;
}

#navbar a.navitem:hover,
#navbar a.submenuitem:hover
{
	background-color: hsl(199deg 84% 88%);
}

#navbar a.navitem.active,
#navbar a.submenuitem.active {
	background-color: #33a7de; /*#3a593a; /*#1e2e00;*/
	color: white;
	font-weight: bolder;
	/*border-left: 2px solid #9fff92;*/
}

#navbar .navitem.highlighted {
}

#navbar div.ui.divider {
	margin: 0.3rem 0;
}

#navbar #logoContainer {
	height: 3.8rem;
	border-bottom: 1px solid lightgray;
}

#navbar #navbar_Items {
	height: calc(100% - 3.5rem);
	overflow-y: auto;
	background-color: #eaeaea;
	background-color: #f3f3f3;
	color: #1f1f1f;
	border-right: 1px solid lightgray;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#logo {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 8rem;
	display: block;
	
}

#contentHolder {
	position: relative;
	width: calc(100% - var(--navWidth));
	left: var(--navWidth);
	right:0;
	height: 100%;
	max-height: 100%;
	transition-property: left;
	transition-duration: 0.1s;
	transition-timing-function: ease;
}


body.noMenu #contentHolder { 
	left: 0rem;
	width: 100%;
}

body.mobile #contentHolder {
	--buttonBarHeight: 4rem;
	
}

#contentHolder.noButtonBar {
	--buttonBarHeight: 0px;
}

#topbar {
	position: relative;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	height: var(--topbarHeight);
	background-color: #132137;
	color: white;
	border: 0;
	border-bottom: 1px solid lightgray;
	border-radius: 0;
	margin: 0;
}

#topbar #menuButton #menuIcon {
	color: white;
}

#topbar #mainSearchItem {
	padding: 0rem;
}


#search {
	background-color: #f3f3f3;
	width: 100%;
	border-bottom: 1px solid lightgray;
	height: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#search #mainSearch {
	border-radius: 8px;
	width: 100%;
	height: 1.75rem;
}

#mainSearchQuickResults {
	opacity: 0;
	z-index: -1;
	width: 30rem;
	position: absolute;
	top: 2.8rem;
	height: 0;
	background-color: #F7F6F6;
	border: 1px solid gray;
	 -webkit-transition: opacity 0.5s, height 1s;
	transition: opacity 0.5s, height 1s;
	color: gray;
	background-color: white;
}

body.mobile #mainSearchQuickResults {
	left: 0;
	margin-left: calc(var(--navWidth) * -1);
	margin-top: 3.5rem;
}


#mainSearchQuickResults .searchResults.visible {
	display: block;
}

#mainSearchQuickResults .searchResults .results {
	max-height: 10rem;
	overflow-y: auto;
	margin-top: 0.25rem;
}

#mainSearchQuickResults .searchResults {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid lightgray;
}

#mainSearchQuickResults .searchResults label {
	
}

#mainSearchQuickResults .searchResults:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

#mainSearchQuickResults.visible {
	opacity: 1;
	height: auto;
	z-index: 1000;
}

#topbar #speechIcon {
	position: relative;
	left: 31.5rem;
	top: 0.65rem;
	display: none;
		z-index:100;
}

#topbar #speechIcon.enabled {
	display: inline;
}

#topbar #speechIcon #speechSvg {
	fill: white;
	width: 1.5rem;
	height: 1.5rem;
}

#topbar #speechIcon.listening #speechSvg {
	fill: #68FF48;
}

@-webkit-keyframes hvr-pulse {
  25% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }

  75% {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }

  75% {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
  }
}

.elementToFadeInAndOut {
    opacity: 1;
    animation: fade 2s linear;
	animation-iteration-count: infinite;
}

@keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}

#topbar #speechIcon.listening {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#topbar #mainPageButtons {
	position: relative;
	top: 0rem;
	left: 42rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}

#topbar #mainPageButtons a {
	text-decoration: none;
	color: white;
	border: 1px solid white;
	border-radius: 12px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

#topbar #mainPageButtons a:hover {
	background-color: #508E50;
}

#topbar div.right.menu {
	margin-right: 0.5rem;
}

#topbar a.item {
	width: 3rem;
	text-align: center;
	position: relative;
}

#topbar a.item i {
	padding: 0;
	margin: 0;
	width: 3rem;
	position: absolute;
	left: 0;
	right: 0;
}

#topbar #notifications {
}

#topbar #notifications #notificationSvg,
#topbar #notifications #notificationImage,
#topbar #notifications #notificationImageFilled {
	color: white;
}

#topbar #notifications #notificationImageFilled {
	display: none;
}

#topbar #notifications.notify #notificationImage {
	z-index:1;
}

#topbar #notifications.notify #notificationImageFilled {
	color: #33a7de;
	display: block;
	z-index: 0;
	transition: display 0.1s;
	transition-timing-function: ease;
}

#notificationsMenu {
	position: absolute;
	top: 3rem;
	right: 4rem;
	width: 20rem;
	height: auto;
	overflow-y: auto;
	max-height: 25rem;
	border: 1px solid gray;
	background-color: white;
	z-index: 200;
	color: gray;
	display: none;
}

#notificationsMenu.empty {
	height: 5.5rem;
	text-align: center;
}

#notificationsMenu div.notification {
	padding: 0.5rem;
	vertical-align: middle;
	border-bottom: 1px solid #e8e8e8;
}

#notificationsMenu div.notification div.label {
	position: relative;
}

#notificationsMenu div.notification div.extra.text {
	margin-top: 0rem;
}


#notificationsMenu div.notification div.date {
	float: right;
	margin-right: 0.75rem;
}



#notificationsMenu div.notification i {
	font-size: x-large;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-top: auto;
	margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: x-large;
	line-height: 1.5rem;
}

#notificationsMenu div.notification.message span.header {
	font-size: 1rem;
	display: inline;
}

#notificationsMenu div.notification.message span.notificationTime {
	font-size: 0.75rem;
	color: gray;
	width: 7rem;
	display: block;
	padding: 0rem;
	text-align: right;
}


#topbar #userInfo {
	position: absolute;
	top: 0rem;
	right: 0.75rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	vertical-align: middle;
}

#userMenu {
	display: none;
}

#userMenu.shown {
	display: block;
	position: absolute;
	z-index: 1000;
	right: 0.5rem;
	top: 2rem;
	width: 14rem;
	
}

#userMenu #usernameDisplay {
	float: right;
}

#userMenu a.item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#addIcon {
	display: none;
	padding-right: 0rem;
	padding-left: 0rem;
}

#addIcon.shown {
	display: flex;
}

#addMenu {
	display: none;
}

#addMenu.shown {
	display: block;
	position: absolute;
	z-index: 1000;
	right: 5rem;
	top: 2rem;
	width: 15rem;
}

#addMenu a.item {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#buttonBar {
}

body.mobile #buttonBar {
}
	
body.mobile #content {
	text-align:center;
}

body.mobile fieldset,
body.mobile div.dataTables_wrapper {
	text-align:left;
}

body.mobile fieldset {
	margin-left: 0.5rem!important;
	margin-right:0.5rem!important;
	width: calc(100% - 1rem);
}

body.mobile .dataTables_wrapper .dataTables_filter input {
	height: 1.5rem;
	min-height: 1.5rem;
	line-height: 1rem;
}

body #buttonBar.filled {
	--buttonBarHeight: 2.8rem;
	height: var(--buttonBarHeight);
}

#buttonBar button span {
	padding-left: 0.35rem;
}

#buttonBar button.noIcon span {
	padding-left: 0rem;
}

#buttonBar button.primary i.icon {
	color: var(--primaryColor);
}

#buttonBar button.warn i.icon { 
	color: var(--warningColor);
}

#buttonBar button {
	vertical-align: middle;
	height: 1.8rem;
	border-radius: 1rem;
	line-height: 0.4rem;
	background-color: white;
	color: gray;
	border-color: lightgray;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

#buttonBar button.iconOnly {
	font-size: 1rem;
	line-height: 0;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

#buttonBar button.warn {
}

#buttonBar button.primary {
	background-color: white; /* #1c9e1c; /*#0f710f;*/
	color: gray;
}


#buttonBar.visible {
	position: relative;
	padding-right: 1rem;
	padding-top: 0.75rem;
	width: auto;
	text-align: right;
}

body.mobile #buttonBar.visible {
	position: absolute;
	bottom: 0rem;
	top: auto;
	left: 0;
	right: 0;
	--buttonBarHeight: 4rem;
	padding-top: 0;
	padding-right: 0.5rem;
	border-top: 1px solid lightgray;
	background-color: #f3f3f3;
}

body.mobile #buttonBar.visible button {
	height: 2.25rem;
	margin-top: 0.75rem;
	padding-top: 0.9rem;
}

#title {
	display: flex;
    align-items: center; 
	height: 100%;
	font-weight: bold;
	font-size: large;
	margin-left: 0.5rem;
}

body.mobile #title {
	font-size: 14px;
}


#content {
	position: relative;
	top: 0rem;
	left: 0rem;
	width: 100%;
	--heightWithTopBar: calc(100% - var(--topbarHeight));
	--heightWithBothBars: calc(var(--heightWithTopBar) - var(--buttonBarHeight));
	--contentHeight: var(--heightWithBothBars);
	height: var(--contentHeight);
	padding: 1.5rem;
	padding-top: 0.5rem;
	overflow-y: auto;
	background-color: white;
	border-top: none;
}

#contentHolder.noButtonBar #content {
	--contentHeight: var(--heightWithTopBar);
}

body.mobile #content {
	padding: 0.5rem;
}

#content fieldset {
	margin: 0.75rem;
	padding: 1rem;
}

}

#content>div.ui.tabular.menu:first-of-type {
	margin-top: 0rem;
}

body .zsiq_theme11 .siqico-chat::before {
	color: white;
}

body .zsiq_theme11 .siqico-chat div {
	color: white;
}