body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: white;
}
input[type='checkbox'] {vertical-align:middle}
@media screen and (max-width: 580px) {
  body {font-size:16px;line-height:22px;}
  .table {display: block;}
  .row {padding:14px 0 7px;display:block;}
  .row.header {padding:0;height:6px;}
  .row.header .cell {display:none;}
  .row .cell {margin-bottom:10px;}
  .row .cell:before {margin-bottom:3px;content:attr(data-title);min-width:98px;font-size:10px;line-height:10px;font-weight:bold;text-transform:uppercase;color:#969696;display:block;}
  .cell {padding:2px 16px;display:block;}
}

.butwhite {display:inline-block;cursor:pointer;border-radius:6px;text-decoration:none;padding-top:7px;padding-bottom:7px;padding-left:10px;padding-right:10px;margin:0;font-weight:bold;text-align:center;background-color:#E0E0E0;color:black;border-color:#83bb29;border-width:3px}
.but,.butblue,.butgrey {display:inline-block;cursor:pointer;border-radius:6px;text-decoration:none;padding:10px;margin:0;font-weight:bold;text-align:center;border:0}
.but {background-color:#83bb29;color:white}
.butblue {background-color:#229ad4;color:white}
.butgrey {background-color:lightgrey;color:black}
.butwhite:hover,.but:hover,.butblue:hover,.butgrey:hover {text-decoration:none}
.but100 {width:100px}
.but200 {width:200px}

.hidden-default {position: absolute;left: -9999px}
.editheader {
  color: white;
  background-color: grey;
  padding: 0px 10px;
  text-align: right;
  width: 400px;
}

.wrapper {
  margin: 0 auto;
  padding: 10px;
  max-width: 12000px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}

table.table1 {
  border: 0px solid #FFFFFF;
  background-color2: #EEEEEE;
  background-color: #f6f6f6;
  width: 100%;
  text-align: left;
}
table.table1 td, table.table1 th {
  border: 0px solid #FFFFFF;
  padding2: 3px 2px;
  padding: 3px 12px;
}
table.table1 tr:nth-child(even) {
  background: #e9e9e9;
}
table.table1 thead {
  background: #ea6153;
}
table.table1 thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}
table.table1 tfoot td {
  font-size: 14px;
}
table.table1 tfoot .links {
  text-align: right;
}
table.table1 tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.myDetail span {
  display: block;
  color: black;
  padding: 6px;
  text-decoration: none;
}
.myDetail span:hover {
  background-color: #555;
  color: white;
}
.myDetail a {
  display: block;
  color: black;
  padding: 6px;
  text-decoration: none;
}
.myDetail a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.myDetailHeader {
  background-color: lightgrey;
  color: black;
}
.tabs {
  white-space: nowrap;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 3px 10px 3px 10px;
}

.button {
  border: none;
  color: white;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin: 4px;
}
.button1 {
  background-color: transparent;
  color: black; 
}
.button1:hover {
  background-color: #555;
  color: white;
}
.nw {
  white-space:nowrap;
}

 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.vl {
  border-left: 4px solid black;
  height: 100%;
}

#pops_bg {position:absolute;top:0;left:0;width:100%;background-color:#000;z-index:9998;filter:alpha(opacity=25);opacity:0.25}
#pops_window {position:fixed;z-index:9999;width:320px;background-color:#bbb;padding:3px;border:2px solid #fff;border-radius:14px}
#pops_msg {min-height:36px;padding:30px;background-color:#fff;text-align:center;font-size:16px;color:#666;border-radius:10px}
#pops_msg div {margin-bottom:20px}
