body{
	height: 100%;
	width: 100%;
	margin: 0;
	/*background-color: #00345b;*/
}
.content{
    background-color: #fff;
		margin: 0 auto;
    width: 96%;
}
h1, label, input {
	font-family: helvetica, arial, verdana, sans-serif;
}
#infoMessage{
	/*margin: 10px;*/
	/*position: fixed;*/
	/*top: 0;*/
	/*right: 20px;*/
	/*background-color: #fff;*/
	text-align: center;
	/*box-shadow: #888 0px 0px 6px;*/
	/*padding: 0px 20px;*/
	color: #f00;
	/*font-size: small;*/
	font-style: italic;
	font-weight: bold;
}
#infoMessage > div{
	margin: 10px;
}
.usermenu {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}
.userauth {
	border: 1px solid #ccc;
	margin: 30px;
	width: 100%;
	max-width: 400px;
  margin: 0 auto;
}
.userauth h1 {
	background-color: #00345b;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	height: 30px;
	padding: 20px 0 5px;
	text-align: center;
}
.userauth > p {
    margin: 20px;
}
.userauth label {
	font-size: 12px;
	line-height: 16px;
}
.userauth label.checkbox {
	text-align: left;
	width: 100%;
	display: inline-block;
}

.userauth form {
	margin: 20px;
}
.userauth .formfield {
	/*width: 400px;*/
}

.userauth form input[type="text"],
.userauth form input[type="password"] {
	border-radius: 3px;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	transition: all 0.5s ease;
	background: #eae7e7;
	border: 1px solid #c8c8c8;
	color: #777;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
.userauth form input[type="text"]:focus,
.userauth form input[type="password"]:focus {
	background-color: #fff;
}

.userauth form input[type="submit"], .usermenu a, .disclaimer-button,
.disclaimer a, .contact a  {
	font: bold 15px helvetica, arial, verdana, sans-serif;
	color: #fff !important;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #00345b;
	margin: 10px auto;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px #888;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	width: fit-content;
	text-align: center;
	background-image: none;
}
.x-touch .disclaimer-button{
	margin: 0;
	padding: 0;
}
.usermenu a{
	min-width: 200px;
	margin-bottom: 20px;
}
.usermenu a > i{
	margin-right: 5px;
}
.userlist td a, .userlist td button{
	margin: 0;
	padding: 5px 10px;
}
.userauth form input[type="submit"]:hover, .usermenu a:hover, .disclaimer-button.x-btn-over,
.disclaimer a:hover, .contact a:hover{
	border-color: #1164a1;
	background-color: #3487c3;
	background-image: none;
}

.userauth form fieldset{
	border: 1px solid #ccc;
}
.userlist{
	width: auto;
	/*text-align: left;*/
	/*min-width: 1400px;*/
}
.userlist table {
    border-collapse: collapse;
    width: 100%;
	caption-side: bottom;
}
.userlist th, .userlist td {
    text-align: left;
    padding: 8px;
}
.userlist tr:nth-child(even){
	background-color: #f2f2f2
}

table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #f2f2f2;
}
input::placeholder {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	position: relative;
	left: -25px;
}

/*.msg .x-box-mc { font-size:14px; }*/
/*#msg-div .msg { border-radius: 8px; -moz-border-radius: 8px; border: 2px solid #ccc; margin-top: 2px; padding: 10px 15px; text-align: center; background: #ebf3fd; color: #04408c; }*/
/*#msg-div .msg h3 { margin: 0 0 8px; font-weight: bold; font-size: 15px; }*/
/*#msg-div .msg p { margin: 0; }*/
/*#msg-div { position:absolute; left:50%; top: 40px; width: 300px; margin-left:-150px; z-index:20000; }*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#txtActivationLink{
	width: 100%;
}
#modalmsg {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	width: 80%;
	/*width: fit-content;*/
	border: 3px outset #888;
	font-family: monospace;
}

#modalclose {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 11px;
    text-shadow: black 0.1em 0.1em 0.2em;
	cursor: pointer;
}

#modalclose:hover,#modalclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.indent{
	margin-left: 20px;
}


.x-panel-header-default, .x-titlebar, .x-tab-bar-default,.x-tab-default, .x-tabbar,
.x-tab .x-inner-el {
    background-color: #00345b;
}
.x-panel-header-default, .x-titlebar, .x-tab-bar-default{
    border-color: #00345b;
}

.x-tab {
    border: 1px solid #000;
    color: #fff;
}
.x-touch .x-tab {
    width: 25%;
}
.x-livesearch-match {
    font-weight: bold;
    background-color: yellow;
}
.cfs-dataview-classic, .cfs-dataview-modern > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dataview-item {
    margin: 8px 8px 4px 8px;
    width: 290px;
    height: 95%;
    border: 4px outset #808080;
    border-radius: 10px;
    text-align: center;
    padding: 8px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    box-shadow: 2px 2px 4px #888;
    cursor: pointer;
}

.dataview-item.selected, .x-dataview-item.x-selected >.dataview-item {
    box-shadow: none!important;
    border-color: #000;
    border-style: dashed;
}
.x-tab.x-active .x-active-indicator-el {
    background-color: #fff;
    height: 3px;
}
.x-dataview-item.x-selected{
    background-color: inherit !important;
}

.dataview-item.x-view-item-focused{
    outline: none !important;
}
.x-keyboard-mode .x-grid-item-focused .x-grid-cell-inner:before {
    border: none;
}

.x-keyboard-mode .x-tab-default-bottom.x-tab-focus.x-tab-active{
    box-shadow: none;
}

.disclaimer, .contact{
    width: 90%;
    margin: 20px auto;
    padding: 20px;
}
a.titlebar{
	/*text-decoration: none;*/
	color: inherit;
}
a.titlebar.footer{
	font-size: 18px;
	font-family: Roboto, sans-serif;
}
.disclaimerwindow.x-window-default, .x-window-header-default,#pnlDisclaimer .x-panelheader{
	background-color: #00345b;
	border-color: #00345b;
	color: #fff;
	text-align: center;
}
/*.disclaimer-button {*/
/*	background-image: none;*/
/*	background: #00345b;*/
/*}*/
/*.disclaimer-button.x-btn-over{*/
/*	background-image: none;*/
/*	background: #00345b;*/
/*}*/
.disclaimer-button *, #pnlDisclaimer .x-panelheader *{
	color: #fff !important;
}
 #pnlDisclaimer .x-panel-body-el, #pnlDisclaimer .x-toolbar{
	background-color: #fff !important;
 }