@import url("https://fonts.googleapis.com/css?family=Roboto Condensed");

* {
  font-family: sans-serif, Microsoft JhengHei;
}

.clear {
  clear: both;
}

.container {
  margin: 0px auto;
  width: 960px;
  max-width: 960px;
  text-align: center;
}

/*login*/
.login-welcome {
  text-align: left;
  margin: 6px;
}
.login-other {
  display: none;
  text-align: left;
  padding: 10px 10px 10px 15px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background-color: #edf4fc;
}

/*function menu*/
.function-menu {
  height: 49px;
  text-align: left;
  background-image: url("../img/head_bg03.jpg");
}
.function-menu-item {
  display: inline-block;
  width: 150px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  vertical-align: middle;
  border-left: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  text-align: center;
  font-weight: bold;
  margin-right: -4px;
}
.function-menu-item:hover {
  background-color: rgba(0, 0, 250, 0.2);
}

.main {
  margin: 10px 0px 30px 0px;
}

/*sidebar*/
.sidebar {
  float: left;
  /* width: 140px; */
  margin: 0;
  text-align: center;
}

#login-status * {
  box-sizing: border-box;
}

/*login status*/
#login-status > .container {
  width: 100px;
  padding: 8px;
  margin: 0px auto;
  /*background-image: url(img/bg_information_navi_02.gif);*/
  background: linear-gradient(#fef4bc, #feef6b);
  border: 1px solid #cbd5e1;
  border-radius: 4px;
}
#login-status .title {
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  padding: 3px 0px 3px 2px;
  font-size: 14px;
}

/* .menu{
	margin: 5px 0px 0px 0px;
}
.menu-item-text{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	background-color: #EFF3FC;
	padding: 10px 0px 23px 4px;
	border-bottom: 1px solid #79A5E6;
}
.menu-item-text .text{
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 2px;
}
.menu-item-text .list-symbol{
	color: #79A5E6;
	font-size: 10px;
}
.menu-item-text:hover{
	background-color: #CEE3F6;
	cursor: pointer;
}
.menu-item-text.menu-item-clicked{
	background-color: #88AFE8;
	color: #ffffff;
} */

#smenu-btn {
  position: fixed;
  right: 6px;
  bottom: 6px;
  z-index: 10;
  border-radius: 25px;
  font-size: larger;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  color: #333;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
}
#gotop-btn {
  position: fixed;
  right: 6px;
  bottom: 50px;
  z-index: 10;
  border-radius: 25px;
  font-size: larger;
  /* background-color: rgba(47, 145, 202, 0.6); */
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  color: #333;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
}
#smenu-btn:hover,
#smenu-btn:focus,
#gotop-btn:hover,
#gotop-btn:focus {
  background-color: rgba(255, 255, 255, 1);
}

#mainside {
  position: fixed;
  top: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
#mainside #menu {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0px 8px 8px 0px;
  overflow: auto;
  width: 230px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#main-menu #menu {
  border-radius: 10px;
  border: 0.5px solid #ccc;
}
#main-menu .menu-title {
  border-radius: 10px 10px 0 0;
}
.menu-title {
  text-align: center;
  background-color: #ddd;
  padding-bottom: 30px;
}
.menu-title .title {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 8px 10px;
}
.menu-item {
  padding: 8px 40px;
  font-size: medium;
  font-weight: bold;
  /* background-color: azure; */
  padding-bottom: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #ccc;
  /* box-shadow: 2px 3px 5px rgba(233, 150, 122, 0.908); */
}

.menu-item:hover,
.menu-item:focus {
  background-color: rgba(50, 50, 200, 0.863);
}
.menu-item:hover a,
.menu-item:focus a {
  color: white;
}

#myTable {
  overflow: auto;
  width: 100%;
}
.menu-hr {
  margin: 5px 0px;
  border: 0;
  border-top: 1px solid #eee;
}
.relate_head {
  background-color: rgba(233, 225, 141, 0.5) !important;
  text-align: center;
  font-weight: bold;
  color: #6767ded3;
}
.float-num {
  position: absolute;
  top: 5;
  right: 5;
  color: #3232faef;
  background-color: rgb(233, 225, 141);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}
.float-num-cell {
  position: relative;
}

.simple-anchor {
  text-decoration: none;
  color: #000000;
}
.simple-anchor:link {
  text-decoration: none;
}
.simple-anchor:visited {
  text-decoration: none;
}

.logout-anchor {
  text-decoration: none;
  color: #0000ff;
}
.logout-anchor:link {
  text-decoration: none;
}
.logout-anchor:visited {
  text-decoration: none;
}

.content {
  float: left;
  max-width: fit-content;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  /* max-width: 83%; */
}

.block {
  width: 100%;
  margin: 0px auto;
}
.block-content-title {
  text-align: left;
  background-color: #4134db;
  color: #ffffff;
  margin: 0px auto 10px auto;
  padding: 5px 5px 5px 15px;
  font-size: 16px;
}
.block-content-title button {
  background-color: rgb(30, 30, 74);
  color: #fff;
  padding: 5px;
}

.info-title {
  text-align: left;
  margin-bottom: 10px;
}
.info-symbol {
  color: #837ebf;
}
.info-li {
  margin-bottom: 5px;
  padding: 0 15px;
}
.info-li input {
  margin-bottom: 10px;
}

.button_container {
  text-align: right;
  margin: 0px 0px 4px 0px;
}
.button_container > button {
  font-size: 15px;
  background-color: #008bee;
  color: #ffffff;
  /* text-decoration: none; */
  text-shadow: none;
  border-style: none;
  cursor: pointer;
}

.info-table {
  display: table;
  border-collapse: collapse;
  margin: 0px auto 10px;
  width: 100%;
}
.table-row {
  display: table-row;
  width: 100%;
}
.table-cell {
  display: table-cell;
  border: 1px solid #999999;
  vertical-align: middle;
  padding: 5px 0px;
}
.table-head {
  /*background-color: #191974;*/
  /* background: linear-gradient(#43d96e, #19420b); */
  /* background: linear-gradient(#CEE3F6, rgb(45, 93, 196)); */
  background: linear-gradient(#4891d6, rgb(79, 55, 216));
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.table-head th{
  text-align: center;
}
.table-head .table-cell {
  padding: 6px 0px;
}
.table-title{
  font-size: large;
  padding: 8px;
  text-align: center;
  font-weight: bold;
}

.info-table > .table-row:nth-child(even) {
  background: #efefef;
  border-bottom: 0.5px solid #999;
}
.info-table > .data-row:hover {
  background-color: #cee3f6;
  cursor: pointer;
}

.paging {
  text-align: center;
  padding: 3px 0px 3px 0px;
}
.paging .tr {
  display: inline-block;
}
.paging .td {
  display: inline-block;
}
.page_link {
  text-decoration: none;
  color: #0000ff;
  font-size: 16px;
  padding: 0px 10px 0px 10px;
}
.page_link:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 250, 0.2);
}
.page_link:visited {
  text-decoration: none;
  color: #0000ff;
}
.current_page {
  font-size: 17px;
  padding: 0px 10px;
  background-color: rgba(0, 0, 250, 0.2);
}

.footer {
  color: #000000;
  text-align: center;
  font-size: 13px;
  background-color: #dcdcdc;
  padding: 8px 0px 8px 0px;
}
.fbox {
  margin: 15px auto 15px auto;
  text-align: center;
}

.error_column {
  border-style: solid solid solid solid;
  border-color: #ff0000;
  border-width: 2px;
}

.contact-statistics .txt {
  margin: 15px 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3em;
  text-indent: 0.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.info-table > .relate-row {
  /* background: linear-gradient(to right, #43d96e, #fcfcfc); */
  /* background: #bff39d; */
  background: rgba(253, 252, 170, 0.2);
}
.info-table > .relate-row:nth-child(even) {
  /* background: #fdfcaa; */
  background: rgba(191, 243, 157, 0.2);
}
.info-table > .relate-row:hover {
  background-color: rgba(0, 0, 250, 0.1);
}


.page-footer {
  height: 60px;
}
.contact_num {
  background-color: #262f6a;
  color: #fff;
  width: 28px;
  display: inline-block;
  text-align: center;
  /* border: 0.5px solid #000052; */
}
.fa-btn {
  cursor: pointer;
}
.fa-btn:hover,
.fa-btn:focus {
  color: #3d2de9e9;
}

.relate .rtc_relate {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  /* border: none; */
}

#mobile_data_table {
  width: 100%;
}
#wechat_data_table {
  display: none;
}
#main-menu {
  display: none;
}
.tr_mark {
  width: 155px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



#data_table{
  border-collapse: collapse;
}
#data_table tbody tr:nth-child(odd) {
  background: #efefef;
  /* border-bottom: 0.5px solid #999; */
}

#data_table .light_td{
  text-align:center;
  vertical-align: middle;
}


.group-btns {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.group-btns a:nth-child(1){
  margin-right: 4px;
}

.group-type-panel{
  padding: 0 !important;
}

.group-type-panel .group-type-title{
  border-bottom: 1px solid #ccc;
  padding: 8px;
}

.group-type-panel .group-info-title{
  /* border-bottom: 1px solid #ccc; */
  border-top: 1px dotted #ccc;
  padding: 30px 13px 0;
}

.group-type-panel .group-type-content,
.group-type-panel .group-info-content{
  padding: 10px 13px 5px;
  display: flex;
  gap: 5px;
}
.group-type-panel .group-info-content{
  border-top: 1px solid #ccc;
}

.group-type-content > div,
.group-info-content > div {
  width: 50%;
}

[id*='group_type_'] {
  display: none;
}

[id*='group_info_'] {
  display: none;
}

.light_td a{
  color: none;
}






.group_type_edit_form div {
  display: flex;
  align-items: center;
  line-height: 1.5em;
  margin-bottom: 5px;
  font-size: 1em;
}

.group_type_edit_form div > label {
  width: 6em;
  margin-bottom: 0;
  padding: 3px;
}
.group_type_edit_form .edit_btn_group button {
  margin: 10px 35px;
}



.group_member_head {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.group_member_head table{
  border-collapse:collapse;
  width: 100%;
  margin-bottom: 10px;
}

.group_member_head table > th,
.group_member_head table > tbody,
.group_member_head table > tbody > tr ,
.group_member_head table > tbody > tr > td{
  border: 1px solid #999999;
  border-collapse:collapse;
}

.group_member_head .group_member_btns {
  text-align: right;
}


#ksvideo_editForm .table-cell{
  border: none;
  font-weight: bold;
  padding: 5px 3px;
}






@media screen and (min-width: 992px) {
  #wechat_data_table {
    display: block;
  }

  #mobile_data_table {
    display: none;
    width: 100%;
  }

  .group-btns {
    flex-direction: row;
  }

  .group_member_head{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  
  .group_member_head table{
    border-collapse:collapse;
    width: 50%;
  }

}

@media (min-width: 1200px) {
  #main-menu {
    display: block;
  }
}
