.logo .image,
.logo .text {
float: left;
}
.logo .image img {
	max-width: 70px;
	margin-right: 10px;
}
.logo .text {
	float: left;
	margin-top: 5px;
}

html {
scroll-behavior: smooth;
}

.itemlist {padding:0;margin:0;list-style:none outside;}
.itemlist li {
	margin-bottom: 20px;
	float:left;
	margin-right:35px;
	border:solid 1px #d3d1d1;
	padding:25px;
background-color:#f5f5f5;border-radius:20px;
}
.itemlist li a {
}

.itemlist li:hover {
background-color: #eae6fb;
}

.itemlist a {text-decoration:none;color:#000;}

.logo .image,
.logo .text {
float: left;
}
.logo .image img {
	max-width: 70px;
	margin-right: 10px;
}
.logo .text {
	float: left;
	margin-top: 5px;
}
.nav {
display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

body {
  font-family: sans-serif;
  color: #343a40;
}
.logo {
  font-size: 1.5rem;
  color: #343a40;
}
.page {
margin-top: 120px!important;
margin-left:155px;
}
.card.page {
margin-top: 120px!important;
}

label {padding-right:20px;}

p {
	margin:0;
}
.header h3 {
padding:0;
margin:0;
}
html {
font-family:segoe ui, arial
}

.card {
display: table;
width: 450px;
margin: 0 auto;
}
.card_top,
.card_mid,
.card_bottom {
	display:block;
	width:100%;
	padding:0 20px;
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #d0d0d0;
}

.card_top {
	height: 80px;
	border-top: solid 1px #d0d0d0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 30px;
	text-align:center;
}

.card_mid {
padding-bottom: 30px;
}
.card_bottom {
	border-bottom: solid 1px #d0d0d0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	background-color: #f5f5f5;
padding-bottom: 10px;
}
.card_bottom ul {
margin: 0;
  padding: 0;
  list-style: none outside;
}
.card_bottom ul li {text-align:center;}
.card_mid table td {vertical-align:middle;}
.card_mid table td:nth-child(1) {text-align:right;}
.card_mid table td.action {text-align:center;padding-top:20px;}

.header {
width: 95%;
  height: 70px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: table;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 0 15px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
 }
.block_left,
.block_right {
display:table-cell;
vertical-align:top;
}
.block_right ul {
	display:inline-block;
}
.block_left {
	width:1%;
	min-width:500px;
}
.block_right {
	width:99%;
	text-align:right;
}

.popup {
	position: fixed;
	border: solid 1px #000;
	padding: 20px;
	background-color: #fff;
	margin-top: -10px;
	margin-left: 20px;
}
input, select, textarea {padding:10px;border-radius:10px;border:solid 1px #757575;}


.popup .buttons input {
	padding: 10px !important;
	margin: 0 10px 0 auto !important;
}

.popup .message {
padding-bottom: 20px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.deleteDialog,
.flagDialog,
.infoDialog
 {
	position: absolute;
	background-color: #eee;
	padding: 10px;
	border-radius: 10px;
	width: 400px;
	overflow: hidden;
	min-height: 100px;
	z-index:999;	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);	
}
.infoDialog {
right: -10px;
top: 20px;
max-width:90%;
}
.messagePart h4 {
	margin-top:0;	
}
.messagePart {
background-color: #fff;
padding: 20px;
border-radius: 10px;	
line-height:1.3em;
}

.messagePart .optionSet {margin-top:10px;}


#loader {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  text-align: center;
  z-index: 9999;
}
#load img {
margin-top: 40%;
}

.deleteDialog,
.flagDialog,
.infoDialog
 {
	position: absolute;
	background-color: #eee;
	padding: 10px;
	border-radius: 10px;
	width: 400px;
	overflow: hidden;
	min-height: 100px;
	z-index:999;	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);	
}
.infoDialog {
right: -10px;
top: 20px;
max-width:90%;
}
.messagePart h4 {
	margin-top:0;	
}
.messagePart {
background-color: #fff;
padding: 20px;
border-radius: 10px;	
line-height:1.3em;
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-toolbar {
  color: #000;
  border-color: #999;
  margin-top:5px;
  margin-right:5px;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.disabled, .btn:disabled {
  opacity: .65;
}

	#msg, #info {
		position: absolute;
		
		text-align:center;
		width: 100%;
		padding: 20px;
		color: #fff;
		font-weight: bold;
		display:none;
	}
	#msg {background-color: rgba(255,100,100,0.6);}
	#info {background-color:rgba(150,190,200, 0.8);}
	
	ul.menu {
		list-style:none outside;
		margin:0;padding:0;
	}
	ul.menu li {float:left;	margin:15px;}
	.clr {clear:both;}
	
	span.green {color:#00CC00;}
	
	h2 {border-bottom:solid 1px #000;}
	div.hidden {visibility:hidden;display:none;}
	div.subitem {margin-left:30px;}
	h4 {margin-bottom:0;}
	
