﻿.typhoon_marker {
  height: 40px;
  width: 40px;
  background: url(./images/typhoon/rotate-0.gif);
  background-position: 0 0px;
  transform: scale(0.75);
}

.typhoon_list {
  position: absolute;
  bottom: 0%;
  width: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  font-size: 13px;
  background: white;
}
.typhoon_list {
  width: 100%;
  height: 40%;
  font-size: 16px;
}
.typhoonList-head {
  height: 26px;
  background-color: #008cc6;
  line-height: 26px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-left: 5px;
  text-align: center;
}
.typhoonList-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  /* display: none; */
}
.typhoon_list table {
  width: 100%;
}

/* .typhoon_list .td_chk {
  position: relative;
}
.typhoon_list .td_chk:after {
  content: "";
  position: absolute;
} */

/**radio、checkbox**/
.typhoon_list .radio,
.typhoon_list .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 2;
  margin: 0;
}
.typhoon_list .radio + label,
.typhoon_list .checkbox + label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.typhoon_list .radio:disabled + label,
.typhoon_list .checkbox:disabled + label {
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #efefef;
  background: #f9f9f9;
}
.typhoon_list .radio:checked + label:before,
.typhoon_list .radio:checked + label:after,
.typhoon_list .tc_tr.selected .checkbox + label:before,
.typhoon_list .tc_tr.selected .checkbox + label:after
/* ,.typhoon_list .checkbox:checked + label:before,
.typhoon_list .checkbox:checked + label:after  */
 {
  content: "";
  position: absolute;
}
.typhoon_list .tc_tr.selected .checkbox + label:after,
.typhoon_list .radio:checked + label:after
/* ,.typhoon_list .checkbox:checked + label:after  */
 {
  top: -1px;
  left: -1px;
  color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #f60;
}

/**radio**/
.typhoon_list .radio + label {
  border-radius: 22px;
}
.typhoon_list .radio:checked + label:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #f60;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.typhoon_list .radio:checked + label:after {
  border-radius: 100%;
}

/**checkbox**/
.typhoon_list .tc_tr.selected .checkbox + label:before
/* ,.typhoon_list .checkbox:checked + label:before  */
 {
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -5px;
  border-left: 2px solid #f60;
  border-bottom: 2px solid #f60;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.typhoon_list .tc_tr.tc_tr_sm .checkbox + label {
  width: 12px;
  height: 12px;
}
.typhoon_list .tc_tr.tc_tr_sm .checkbox + label:before {
  margin: -3px 0 0 -4px;
  width: 6px;
  height: 3px;
}
