body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  margin: 0px;
}
.txt-center {
  text-align: center;
}
.banner {
  padding: 10rem 0 6em;
  text-align: center;
  background: #f5f5f5;
  height:100vh;
}
.banner .big-icon {
  font-size: 14rem;
  opacity: .18;
}
.banner h1 {
  margin-bottom: 3rem;
}
.btn {
  background-color: white;
  opacity: .8;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:hover {
  opacity: 1;
}
.btn1 {
  padding: 6px 12px;
}
.btn2 {
  margin-top: 10px;
  padding: 2px 23px;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-popup {
  position: fixed;
  bottom: 0;
  right: 20px;
}
.hidden {
  display : none;
}
.form {
  background-color: gainsboro;
  padding: 10px;
  height: 100%;
}
table {
  width:100%;
  border-collapse: collapse;
}
.menu {
  background-color: #222;
  color: #9d9d9d;
  text-align: right;
}
.menu td:not(:first-child) {
  padding: 10px 15px;
  cursor: pointer;
}
.menu td:first-child {
  width: 50%;
}
.menu td:not(:first-child):hover {
  color: #fff;
  background-color: RGBA(102, 102, 102, 0.74);
}
.inputText {
  width: 205px;
  height: 20px;
}
.inputSelect{
  width: 211px;
  height: 26px;
}
.open {
  opacity: 1;
}