/* map css */
@charset "utf-8";

#content {
  width: 100%;
  background: none repeat scroll 0 0 #daf9ff;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
}

.dataTable {
  width: 80%;
  margin: 0 auto;
  padding-top: 5px;
}

@media screen and (max-width: 667px) {
  .dataTable {
    width: 100%;
    overflow-x: auto;
  }
}

table.blueTable {
  border: 1px solid #1c6ea4;
  background-color: #eeeeee;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.blueTable td,
table.blueTable th {
  border: 1px solid #aaaaaa !important;
  padding: 3px 2px;
  vertical-align: middle;
}

.sortlink {
  cursor: pointer;
}

table.blueTable tbody td {
  font-size: 13px;
  height: 20px;
}

table.blueTable tr:nth-child(even) {
  background: #d0e4f5;
}

table.blueTable thead {
  background: #1c6ea4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
  background: -webkit-linear-gradient(
    top,
    #5592bb 0%,
    #327cad 66%,
    #1c6ea4 100%
  );
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
  border-bottom: 2px solid #444444;
}

.head2 {
  background: #6fbbeb;
  background: -moz-linear-gradient(top, #59ace6 0%, #539fd1 66%, #6fbbeb 100%);
  background: -webkit-linear-gradient(
    top,
    #59ace6 0%,
    #539fd1 66%,
    #6fbbeb 100%
  );
  background: linear-gradient(to bottom, #59ace6 0%, #539fd1 66%, #6fbbeb 100%);
  border-bottom: 2px solid #444444;
  text-align: left;
  padding-left: 6px !important;
}

table.blueTable thead th {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  border-left: 2px solid #d0e4f5;
  width: 7%;
  min-width: 66px;
}

table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #d0e4f5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
  background: -webkit-linear-gradient(
    top,
    #dcebf7 0%,
    #d4e6f6 66%,
    #d0e4f5 100%
  );
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
  border-top: 2px solid #444444;
}

table.blueTable tfoot td {
  font-size: 14px;
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}

.cellwidth1 {
  width: 14% !important;
  min-width: 160px !important;
}

.imgsort {
  width: 10px;
  padding-left: 5px;
}

.inputort {
  display: inline-block;
  max-width: 120px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 8px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 142, 198, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252, 252, 252, 1);
  -webkit-box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.inputwert {
  width: 40%;
  font-size: 13px;
  height: 15px;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 8px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 142, 198, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252, 252, 252, 1);
  -webkit-box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.inputtime {
  width: 57px;
  padding: 2px 0px;
  font-size: 11px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 142, 198, 1);
  background: rgba(252, 252, 252, 1);
  -webkit-box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.dropbtn {
  width: 45px;
  background-color: #f0f0f0;
  color: #000000;
  padding: 3px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 75px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 0 6px 20px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown-content a:hover {
  background-color: #cccccc;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #b3cdeb;
}

.tland_img {
  width: 25px;
  height: 15px;
}
.tcond_img {
  width: 15px;
  padding: 0;
}
#sort12 {
  padding-left: 0px;
  padding-right: 12px;
}
.rowcond {
  width: 4% !important;
  min-width: 50px !important;
}
#sortcond {
  text-align: center;
  width: auto;
  min-width: auto;
}
.zoneselect {
  padding-left: 7px;
  padding-top: 2px;
}
.zoneselect_wrapper {
  float: left;
  display: flex;  
  margin-left: 10%;
}
.zoneselect_label {
  font-size: 12px;
  padding-top: 1px;
}
.chosen-container-single .chosen-single {
  height: 20px;
  line-height: 20px;
}

/* on/off switch */

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 6px;
}

.onoffswitch1-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before,
.onoffswitch1-inner:after {
  float: left;
  width: 50%;
  height: 18px;
  padding: 0;
  line-height: 19px;
  font-size: 13px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch1 {
  position: relative;
  width: 55px;
  margin-top: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch1-inner:before {
  content: "°C";
  padding-left: 8px;
  background-color: #025ea6;
  color: #ffffff;
}

.onoffswitch1-inner:after {
  content: "°F";
  padding-right: 8px;
  background-color: #faf2f2;
  color: #000000;
  text-align: right;
}

.onoffswitch1-switch {
  width: 7px;
  margin: 4px;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#switch1 {
  float: right;
  padding-bottom: 6px;
  margin-right: 10%;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch1-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch1-switch {
  right: 0px;
}
#switch1-text {
  font-size: 12px;
}

/* responsive */
@media only screen and (max-width: 1068px) {
  .res1 {
    visibility: hidden;
    display: none;
  }

  .imgsort {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 940px) {
  .res2 {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (max-width: 788px) {
  .res3 {
    visibility: hidden;
    display: none;
  }
}
