body {
	height:100%;
	color: #000000;
	
	margin: 0;
	padding: 0;
	outline: 0;
}

.gridHeader {
	margin: 5px;
}

.grid > span {
	display:none;
}

.body {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}

.legend {
	font-size: 7pt;
	font-style: italic;
	text-align: right;
}
a, a:hover {
	text-decoration: none;
}



#main {
	flex: 1;
}

/**
 *  App Menu
 */
#appMenu {
	border-bottom: 1px solid #eee;
	padding-top: 2px;
	position: relative;
}

#appMenu ul {
	list-style:none;
	display:block;
	margin: 0;
	padding-left: 10px;
	border-left: 1px solid white;
	background-color: #f7f7f9;
}
#appMenu i {
	display: inline-block;
	text-align: center;
}

#appMenu li span {
	display: block;
	text-align: center;
}

#appMenu li {
	color: #444;
	display: inline-block;
	text-align: center;
	padding: 7px;
	margin-top: 3px;
}

#appMenu li:hover {
	text-shadow: 0px 0px 3px rgba(0,0,0,0.25);
}

#appMenu li.disabled:hover {
	text-shadow: none;
}

.action {
	cursor: pointer;
}

.disabled {
	cursor: not-allowed;
}

#appMenu li:hover {
	color: #000;
}

#appMenu li.disabled {
	color: #a9a9a9 !important;
}

#appMenu li.spacer {
	border-left: 1px solid #777;
	width: 3px;
	height: 36px;
	padding: 7px 0px 7px 0px;
}

#mainActions {
	position: absolute;
	right: 5px;
	top: 0;
}

/**
 * Filter (browser)
 */
#filter {
	border-left:  1px solid #eee;
	background-color: #292929;
	color: #fff;
	padding: 5px;
}

html {
	overflow-y: hidden !important;
}

img {
	border: 0px;
}

.onlyPrint {
	display:none;
}


#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}
.far {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 400; }
  /*
@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"); 
 }
*/
@font-face { font-family: "Font Awesome 7 Pro"; font-style: normal; font-weight: 100; src: url("../webfonts/fa-thin-100.woff2"); font-display: block; }
@font-face { font-family: "Font Awesome 7 Pro"; font-style: normal; font-weight: 300; src: url("../webfonts/fa-light-300.woff2"); font-display: block; }
@font-face { font-family: "Font Awesome 7 Pro"; font-style: normal; font-weight: 400; src: url("../webfonts/fa-regular-400.woff2"); font-display: block; }
@font-face { font-family: "Font Awesome 7 Pro"; font-style: normal; font-weight: 900; src: url("../webfonts/fa-solid-900.woff2"); font-display: block; }

@font-face { font-family: "Font Awesome 7 Sharp"; font-style: normal; font-weight: 100; src: url("../webfonts/fa-sharp-thin-100.woff2"); font-display: block; }
@font-face { font-family: "Font Awesome 7 Sharp"; font-style: normal; font-weight: 300; src: url("../webfonts/fa-sharp-light-300.woff2"); font-display: block; }
@font-face { font-family: "Font Awesome 7 Sharp"; font-style: normal; font-weight: 400; src: url("../webfonts/fa-sharp-regular-400.woff2"); font-display: block; }
@font-face { font-family: "Font Awesome 7 Sharp"; font-style: normal; font-weight: 900; src: url("../webfonts/fa-sharp-solid-900.woff2"); font-display: block; }

.fa { font-family: 'Font Awesome 7 Pro'; font-weight: 400; }
.fal { font-family: 'Font Awesome 7 Pro'; font-weight: 300; }
.fas { font-family: 'Font Awesome 7 Pro'; font-weight: 900; }
.sharp { font-family: 'Font Awesome 7 Sharp' !important;}
 
/* fix clockpicker for bootstrap v5.3 */
.popover.clockpicker-popover {
	position: absolute!important;
}
