html{
  font-size: 16px;
}

input{
  cursor: text;
}
button,
input[type="submit"]{
  cursor: pointer;
}
textarea{
  padding: 3px;
}

.nav{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 25px 0;
}
.nav a{
  margin-right: 10px;
}
.nav button{
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 130px;
  height: 35px;
  background: linear-gradient(to bottom, #f9f9f9, #ebebeb);
  border: solid 1px #d8d8d8;
  border-radius: 3px;
}
.nav button:hover{
  background: #ebebeb;
}

.footer{
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 17px 0;
  background: #72d5de;
  margin-top: 50px;
}

.table-title{
  width: 300px;
  margin-bottom: 8px;
  padding: 2px 0 1px 5px;
  font-size: 1rem;
  font-weight: bold;
  border-left: solid 5px #4248c5;
}

.table_style{
  border-collapse: collapse;
  word-break : break-all;
  font-size: 0.7rem;
  white-space: nowrap;
}
.table_style th {
  min-width: 60px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  max-width: 600px;
  text-align: center;
}
.table_style td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  max-width: 600px;
  text-align: center;
}
.table_style tr:nth-child(2n) {
  background: #f3f3f3;
}
.table_style tr:nth-child(2n+1) {
  background: #ffffff;
}
.table_style tr:nth-child(1) th,
.th-style {
  background-color:#1d6add;
  color:white;
}

.no-style{
  background: transparent !important;
  color: #000000 !important;
}

selection{
  background:#f00;
  color:#fff;
}
.table_style select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: none;
  cursor: pointer;
  padding: 3px 5px;
  width: 100%;
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px #ededed inset;
}

.table_style input {
  box-sizing: border-box;
  width: 100%;
  padding: 3px 5px;
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px #dfdfdf inset;
}

.system-name{
  font-size: 0.6rem;
}
.page-title{
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: solid 2px #4d4d4d;
  padding-bottom: 7px;
  margin-bottom: 16px;
}

.button {
  position: relative;
  cursor: pointer;
}
input.get {
  width: 50px;
  text-align: center;
}
.table-buttons{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 145px;
}
.button-group{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 10px 0 25px;
}
.button-group button,
.button-group input{
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 90px;
  height: 30px;
  background: linear-gradient(to bottom, #ce3d3d, #9c2b2b);
  border: solid 1px #9e4747;
  border-radius: 3px;
  color: #ffffff;
}
.button-group button:hover,
.button-group input:hover{
  background: #a61d1d;
}

.button-group a,
.button-group input{
  margin-right: 7px;
}

.table_style button,
.table_style input[type="submit"]{
  width: 43px;
  padding: 2px 7px;
  border-radius: 2px;
  color: #ffffff;
  box-shadow: none;
}
.table_style button{
  background: linear-gradient(to bottom, #4e65bb,#364993);
  border: solid 1px #364993;
}
.table_style button:hover{
  background: #263b8d;
}
.table_style .delete{
  background: linear-gradient(to bottom, #e95c06,#bf5516);
  border: solid 1px #a44d19;
}
.table_style .delete:hover{
  background: #ac4f16;
}
.table_style .delete{
  background: linear-gradient(to bottom, #dc1058,#b71a51);
  border: solid 1px #941f49;
}
.table_style .delete:hover{
  background: #a9174a;
}

.login-wrap{
  width: 50%;
  margin: 30px auto 0;
  text-align: center;
}
.login-wrap:after{
  content:"";
  display: block;
  clear: both;
}
.login-wrap h1{
  font-size: 1.2rem;
}