.page {
margin-top: 90px!important;
}
.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: #eee;
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: 100%;
	height: 70px;
	border-bottom: solid 1px #999;
	margin-bottom: 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	display:table;
}
.block_left,
.block_right {
padding-top:8px;
display:table-cell;
vertical-align:top;
}
.block_right ul {
	display:inline-block;
}
.block_left {
	width:1%;
	min-width:400px;
}
.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 {
		position: absolute;
		background-color: #f00;
		width: 100%;
		padding: 20px;
		color: #fff;
		font-weight: bold;
		display:none;
	}
	
	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;}
	
