body {
    margin: 10px 0px 0px 10px;
    padding: 0px;
    background: #fff;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #4D4D4D;
    /*background-image: url(images/background1.jpg);
    background-attachment: fixed;
    background-position: center; */
}
/*NEW - BACKGROUND CSS*/
#background{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background-image: url('images/background2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity:0.2;
    z-index: -1;
}
.header {
    padding: 4px;
    margin: 5px;
}
.top {
	position: fixed;
	padding: 6 6 0 6;
	top: 0;
	right: 0;
}
.flag {
	border: 1px solid black;
	border-radius: 2px;
	margin-top: 2px;
	margin-right: 4px;
	width: 20px;
}
.logo, .logo_loginpage {
  position: relative;
	padding-bottom: 15px;
}
.logo_loginpage {
    text-align: center;
}
.copyright, .copyright_loginpage {
  position: absolute;
  bottom: 8px;
  right: 0px;
  font-size: 8px
}
.copyright_loginpage {
  right: 50%;
  margin-right: -82px;
}
.check {
  font-size: 10px;
  background-color: #e4f5d8;
}
.wrapper {
	min-height:100%;
	width:100%;
}
.page {
    margin: 50px 4px 4px 20px;
    display: flex;
    flex: 1 100%;
    min-height: 100%;
}
.menu {
	float: left;
	min-width: 160px;
	max-width: 160px;
}
.menu ul {
	border: 1px #4D4D4D solid;
	border-radius: 4px;
	background: rgba(210, 210, 210, 0.4);
    margin: 2px;
    padding: 0px;
    list-style-type: none;
    font-weight: bold;
    font-size: 13px;
}
.menu li {
    padding: 8px 10px;
    color: #4D4D4D;
}
.menu_down {
  display: none;
}
.menu-icon {
	width: 24px;
	font-size: 14px;
}
.menu a {
	text-decoration: none;
	color: #4D4D4D;
}
.menu li:hover, #active {
    color: #ffffff;
    background-color: #1661AC;
    border-radius: 2px;
}
.content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.box_body {
    float: left;
    margin: 10px;
    vertical-align: text-top;
    background: #fff;
    flex; 1 auto;
    box-shadow: 4px 4px 5px 0px #bbbbbb;
}
.box_body, .box_body_center {
    border: 1px #4D4D4D solid;
    border-radius: 4px;
    width: 270px;
    margin-bottom:20px;
    margin-left:20px;
}
.box_body_center {
    margin:0px auto;
}
.box_head {
	background-color: #1b5790;
	color: #fff;
	padding: 4px 20px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px 4px 0px 0px;
}
.box {
	padding: 4px;
	line-height: 3;
}
.box_login {
	background: rgba(210, 210, 210, 0.4);
	border-radius: 0px 0px 4px 4px;
}
.label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.box_label {
	width: 33%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.tooltip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
}
.tooltip .tooltiptext{
    visibility: hidden;
    white-space: nowrap;
    background-color: #fff;
    border: 1px #4D4D4D solid;
    color: #4D4D4D;
    text-align: center;
    line-height: 1.8;
    padding: 0px 10px;
    border-radius: 6px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}
.box_head {
    background-color: #4D4D4D;
    color: #fff;
    padding: 4px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px 4px 0px 0px;
}
input, select, button, textarea {
    color: #4D4D4D;
    border-radius: 2px;
    border: 1px #4D4D4D solid;
    padding: 2px 6px 2px 6px;
    margin: 0px 5px;
    font-weight: bold;
}
input, select, button {
    max-width: 190px!important;
}

select {
	//box-shadow:0px 2px 3px rgba(0,0,0,0.3);
	text-overflow: ellipsis;
	max-width: 250px;
}

input[type=submit], button {
	background-color: lightgray;
	cursor:pointer;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow:0px 2px 2px rgba(0,0,0,0.3);
}

input[type=text],input[type=password] {
	//box-shadow:0px 2px 3px rgba(0,0,0,0.3);
}

table, td {
	margin: 0px;
	padding: 0px;
	line-height: 2;
}

a, a:visited, a:link, a:active, a:hover {
	text-decoration: none;
	color: inherit;
}

ol {
	line-height: 2;
}

.intro {
	padding: 10px;
	line-height: 1.5;
}
.info, .info-hide, .info-hidden {
	/* font-size: 150%; */
	color: #FFC300;
	vertical-align: middle;
	width: 22px;
}
.info-hide {
	font-size: 110%;
	color: gray;
	float:right;
}
.info-hidden {
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	line-height: 0.3;
}

.t {
	border-top: 1px solid #aaa;
	font-size: 11px;
}

.td {
	border-right: 1px solid #ddd;
}

.thover:hover {
  background-color: #F2F9FF !important;
  cursor: pointer;
}

.tr, .ttr {
	border-right: 1px solid #aaa;
}

.tr, .tl {
	background-color: #eee;
}

.ttr, .ttl {
	border-top: 1px solid #aaa;
}
.monreply {
  border: 1px solid #888;
  padding: 0px 2px;
  border-radius: 4px;
  font-size: 10px;
}
.highlight {
  animation-name: colorize;
  animation-duration: 2s;
}
@keyframes colorize {
  from {background-color: #1661AC;}
  to {background-color: inherit;}
}

#users div {
    margin: 0px auto;
}

@media only screen and (max-width: 600px) {
    .menu {
      float: none;
    }
    .menu ul {
      background: rgba(210, 210, 210);
      min-width: 90px;
      max-width: 90px;
      max-height: 30px;
      /* max-height: inherit; */
      position: absolute;
      top: 30px;
      right: 0px;
      overflow: hidden;
      z-index: 1;
      /*display: none; */
    }
    .menu li a { margin: 0px; display: block; width: 100%; height: 100%; }
    .menu_down {
      display: block;
    }
    .logo {
      display: inline;
    }
    .box_body, .box_body_center {
      margin-left: 0px;
      min-width: 94vw !important;
    }
}
