#radioLiveDiv {
  position: relative;
  padding: 0px 160px 0px 100px;
  height: 131px;
}

#radioLiveDiv .titleBox {
  width: 120px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
}

#radioLiveDiv .titleBox ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* border:1px #000 solid; */
  border-bottom: 0px;
}

#radioLiveDiv .titleBox ul li {
  list-style: none;
  width: 80px;
  text-decoration: none;
  border-bottom: 1px #fff solid;
  height: 21px;
  line-height: 21px;
  background: #595959;
  color: #fff;
}

#radioLiveDiv .btnBox {
  width: 140px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 10px;
}

#radioLiveDiv, .listWrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#radioInMemberDiv {
  overflow-x: scroll !important;
  width: 100% !important;
  display: flex;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-top: 10px;
}

#radioInMemberDiv .boxWorkUid_radio_bar {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  background: url("/image/daonda_logo.png") no-repeat center center;
  background-size: 90%;
  flex: 0 0 auto;
}

#radioInMemberDiv td:first-of-type {
  white-space: nowrap;
  padding: 0px 10px;
}

.radioInMemberInfoDiv {
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}

.radioInMemberInfoDiv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.radioInMemberInfoDiv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.radioInMemberInfoDiv:hover::after {
  border-left: 2px #999 solid;
  border-bottom: 2px #999 solid;
}

.radioInMemberInfoDiv:hover::before {
  border-right: 2px #999 solid;
  border-top: 2px #999 solid;
}

.radioInMemberInfoDivClick::after {
  border-left: 2px #666 solid;
  border-bottom: 2px #666 solid;
}

.radioInMemberInfoDivClick::before {
  border-right: 2px #666 solid;
  border-top: 2px #666 solid;
}

#footer-call,
#footer-radio,
#footer-work {
  width: 100%;
  position: fixed;
  /*bottom: -250px;*/
  bottom: 0px;
  left: 0px;
}

#footer-content-call,
#footer-content-radio,
#footer-content-work {
  width: 100%;
  background-color: #eeeeee;
  opacity: 0.9;
  padding: 0px 10px;
}

.radio-info-td {
  height: 20px;
  background-color: #595959;
  color: #fff;
}

.radio-record-td-odd-left {
  height: 20px;
  width: 35px;
  background-color: #fff;
  text-align: center;
  display: table-cell;
}

.radio-record-td-odd-right {
  height: 20px;
  width: 120px;
  background-color: #fff;
  text-align: center;
  padding-left: 5px;
  display: table-cell;
}

.radio-record-td-even-left {
  height: 20px;
  width: 35px;
  /*background-color: #D9D9D9;*/
  background-color: #fff;
  text-align: center;
  display: table-cell;
}

.radio-record-td-even-right {
  height: 20px;
  width: 120px;
  /*background-color: #D9D9D9;*/
  background-color: #fff;
  text-align: center;
  padding-left: 5px;
  display: table-cell;
}

.white {
  background-color: #fff;
  color: #555;
}

.orange {
  background-color: #f0ad4e;
}

.blue {
  background-color: #337ab7;
  color: #fff;
}

.yellow {
  background-color: #ffdf3e;
}

.edit_pop {
  width: 300px;
  height: 220px;
  position: relative;
  background: #f7f7f7;
}

.edit_tit {
  width: 100%;
  height: 60px;
  background: #4081c3;
  padding: 15px;
  color: #fff;
  font-size: 22px;
}

.ico_x {
  position: absolute;
  top: 17px;
  right: 17px;
}

.selec_box {
  height: 85px;
  border-bottom: 1px solid #aeaeae;
  margin: 15px;
}

.selec_box ul li {
  float: left;
  width: 50%;
  margin-top: 20px;
  list-style: none;
  font-size: 15px;
}

.btn01 {
  text-align: center;
  margin-bottom: 15px;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #d9534f;
  color: #fff;
  text-align: center;
}

#current-working-on-app-count-badge,
#pending-member-count-badge {
  position: absolute;
  font-size: 15px;
  line-height: 22px;
  z-index: 999;
  cursor: default;
}

#current-working-on-app-count-badge,
#pending-member-count-badge {
  top: 10px;
  left: 3px;
}

select[readonly] {
  background-color: #ddd;
  pointer-events: none;
}

dialog span {
  display: flex;
  justify-content: space-between;
}

.input-panel .mb-2px {
  margin-bottom: 2px;
}

.input-panel .blue-label {
  color: #337ab7;
}
.input-panel .blue-border {
  border-color: #337ab7;
}
.input-panel .orange-label {
  color: #e2944b;
}
.input-panel .orange-border {
  border-color: #e2944b;
}
.input-panel .purple-label {
  color: #7030a0;
}
.input-panel .purple-border {
  border-color: #7030a0;
}

.input-panel .green-label {
  color: #5cb85c;
}
.input-panel .green-border {
  border-color: #5cb85c;
}

.phoneSelect {
  position: absolute;
  top: 80px;
  right: 10px;
}

.phoneSelect .phoneSelect-title {
  font-size: 13px;
  margin-bottom: 0px;
  height: 30px;
  background: #595959;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.phoneSelect #callNumberSelect {
  padding: 7px 10px;
  border: 1px solid #595959;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 13px;
  text-align: center;
}

#locationSelectModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}