body {
  font-size: 20px;
}

.radio>label>input,
.checkbox>label>input {
  margin: 7px 0 0;
}

.isrelative {
  position: relative;
}

/* .table-row{
  max-height: 1000px;
  overflow: auto;
} */
.table-row .table>tbody>tr>td {
  vertical-align: middle;
}

.right-top-list {
  color: #9d9d9d;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  padding: 0 15px;
  font-size: 24px;
}

.right-top-list a {
  color: #9d9d9d !important;
  display: inline-block;
  margin-left: 10px;
}

.btn-full {
  width: 100%;
}

/* @media (max-width: 991px) { */
.navbar-header {
  float: none;
}

.navbar-brand {
  display: block;
  float: none;
  text-align: center;
}

/* } */
.index_search_form .msg-box {
  position: absolute;
  right: 15px;
  top: -25px;
}

.index_search_form.n-default .msg-box .msg-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .msg-box {
    position: absolute;
    right: 15px;
    top: -25px;
  }

  .n-default .msg-box .msg-wrap {
    position: relative;
  }
}

.notifysubtable_imgbox {
  padding: 0 15px;
}

.notify_img {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}

.notify_img>img {
  max-width: 150px;
  display: inline-block;
}

.panel-default h2.page-header {
  font-size: 30px;
}

.navbar-brand {
  font-size: 24px;
}

.form-control {
  height: 45px;
  font-size: 19px;
}

.btn {
  padding: 4px 12px;
  font-size: 24px;
}

.page-header a.btn {
  float: right;
  position: relative;
  top: -15px;
  margin-right: 8px;
  margin-left: 8px;
  border: 1px #ccc solid;
  padding: 0;
}

.search-box{
    float: right;
    position: relative;
    top: -15px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0;
    padding-right: 35px;
    padding-left: 5px;
    border: 1px #ccc solid;
    width: 250px;
}
.search-box input{
    border: 0;
    width: 100%;
    height: 40px;
    outline: none;
    font-size: 20px;
}
.search-box i{
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 28px;
    color: #ccc;
}

.popup_box .form-horizontal .control-label {
  text-align: left;
}

.layui-layer-title {
  font-size: 26px;
  line-height: 59px;
  height: 55px;
  font-weight: bold;
}

.ui-progressbar {
  position: relative;
  height: 29px;
}

.progress-label {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0 #fff;
  font-size: 18px;
  line-height: 27px;
}

.ui-progressbar .ui-progressbar-value {
  margin: 0px;
  background: #18bc9c;
}

.layui-layer-dialog .layui-layer-content {
  font-size: 20px;
}

.layui-layer {
  /* max-height: 80%; */
  /* overflow: auto; */
}

.table-row .table>tbody>tr>td {
  vertical-align: top;
}

.panel-default h2.page-header>span {
  font-size: 24px;
}

.layui-layer-content h3 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  margin: 0;
}

.notify_content {
  padding: 10px 15px;
  border: 1px #ccc solid;
  min-height: 135px;
  word-break: break-all;
  line-height: 28px;
  height: 135px;
  overflow: auto;
}

.notifysubtable_bottom {
  overflow: auto;
}

.layui-layer-page .layui-layer-content {
  display: flex;
  flex-direction: column;
}

.layui-layer-content .table-row {
  max-height: 700px;
}

#toast-container {
  z-index: 999999999999;
}

.divinlineblock>div {
  display: inline-block;
}

/* .layui-layer-page .layui-layer-content{
  overflow: hidden;
} */
.point_box {
  border: 1px #3498db solid;
  padding: 5px 68px 5px 8px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.point_box a {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #3c8dbc;
  padding: 5px 10px;
}

.btn_cursor {
  cursor: pointer;
}

.pstyle1 .ui-progressbar .ui-progressbar-value {
  background: #bebb00;
}

.pstyle2 .ui-progressbar .ui-progressbar-value {
  background: #ff9100;
}

.pstyle3 .ui-progressbar .ui-progressbar-value {
  background: #3c8dbc;
}

.case_type_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: left;
}

.case_type_list li {
  display: inline-block;
  background: #ccc;
  padding: 2px 20px 1px;
  border-radius: 20px;
  font-size: 16px;
  vertical-align: text-bottom;
  margin-right: 10px;
  border: 1px #717171 solid;
}

.case_type_list li.active {
  background: #18bc9c;
  color: #fff;
}

.notice_box {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 4px #e2e2e2 solid;
  border-bottom: 4px #e2e2e2 solid;
}

.notice_box::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 76px;
  top: -4px;
  left: 38px;
  background-color: #fff;
}

.notice_box i.notice_icon {
  position: absolute;
  width: 80px;
  height: 45px;
  background: url(../img/word_notice.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -26px;
  left: 35px;
}

.note_box {
  display: flex;
}

.note_box .left_box {
  width: 660px;
  margin-right: 30px;
  padding: 20px 0 20px;
}

.note_box .left_box label {
  width: 100%;
  text-align: right;
  border-bottom: 2px #ccc solid;
  padding: 10px 0;
  margin: 0;
}

.note_box .left_box label a {
  float: right;
  width: 50%;
}

.note_box .right_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 2px #ccc solid;
}

.note_box .right_box b {
  display: block;
  color: #ccc;
  padding: 0px 10px 3px;
  line-height: 20px;
}

.note_box textarea {
  resize: none;
  width: 100%;
  height: 100%;
  background: #eaf5ff;
  border: none;
  outline: unset;
  padding: 5px 10px;
}

.liff_contact a.tel_box {
  text-align: center;
  border: 1px #a2a2a2 solid;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  display: block;
  color: #000;
}

.liff_contact a.btn_web {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.liff_contact .panel-default h2.page-header {
  margin-bottom: 15px;
}

.liff_contact .form-group {
  margin-bottom: 10px;
}

.filter_btn {
  margin: 0 10px 10px 0;
}
.filter_btn.fb_right {
    float: right;
}



.container {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

.panel_dropdown_box {
  display: block;
  margin-bottom: 17px;
}

.panel_dropdown_box .panel {
  margin-bottom: 0;
}

.panel_dropdown_box a.drop_btn {
  background: #fff;
  display: block;
  margin-top: 0;
  color: #000 !important;
  line-height: 31px;
  font-size: 30px;
  padding: 15px 15px;
  border-bottom: 1px solid #f5f5f5;
}

.panel_dropdown_box a.drop_btn>span {
  font-size: 24px;
}

.btn_tmpname {
  border-color: #18bc9c;
  color: #18bc9c;
}

.btn_tmpname:hover {
  color: #fff;
  background-color: #18bc9c;
}

.btn_tmpname.used {
  color: #fff;
  background-color: #18bc9c;
}

.notifylistlayer {
  top: 50px !important;
  right: 35px !important;
  left: auto !important;
}

.notifylistlayer.ohide {
  max-height: 90%;
  overflow: auto;
}

.notifylistlayer .layui-layer-content {
  padding: 0;
  overflow: visible;
}

.notifylist_table>thead {
  background: #1fad00;
  color: #fff;
}

.notifylist_table>tbody>tr:hover {
  background-color: #ccc;
}

.notifylist_table>tbody>tr>td {
  font-size: 18px;
}

.ellipsistext {
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.datetimepicker_hide {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.disabled {
  /* position: relative; */
  display: none;
}

/* .disabled::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  top: 0;
  left: 0;

} */

/* .notifylist_table .bootstrap-datetimepicker-widget{
  z-index: 999999!important;
} */

.btn_show_f .f_notify_content {
  display: none;
}

.btn_show_f:hover .f_notify_content {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  padding: 0px 15px 7px;
  display: block;
  color: #333333;
  font-size: 20px !important;
  text-align: left;
  background-color: #fff;
  line-height: 28px;
}

.btn_show_f:hover .f_notify_content .notify_content {
  height: auto;
}


.cust,
.talk {
  width: 100%;
  padding: 10px;
  height: 500px;
  overflow-y: auto;
  opacity: 0;
}

.talk_text,
.reply {
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;
}

.talk_text {
  word-break: break-all;
}

.talk_text .cont {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  max-width: 100%;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px #ccc solid;
  display: inline-block;
  position: relative;
}

.talk_text p.sender {
  font-size: 16px;
}

.talk_text p.date {
  font-size: 12px;
  margin: 1px 5px;
}

.talk_text .talk_text_line {
  float: left;
}

.talk_text.oneself .talk_text_line {
  text-align: right;
  float: right;
  text-align: right;
}

.talk_text.oneself .cont {
  word-break: break-all;
  background-color: #90ee90;
}

.talk_text.oneself p.date,
.talk_text.oneself .img {
  background: none !important;
  margin-bottom: 0;
  text-align: right;
}

.talk_text .img {
  background: none !important;
  width: 100%;
}

.talk_text .img img {
  width: 100px;
  opacity: 1;
}

.reply .btn {
  margin: 0 0 10px 5px;
  border-bottom: 1px solid #666;
  display: inline-block;
}

.reply .form-btn {
  padding: 20px 0 0;
  float: none;
  display: block;
}

.minscrollbar::-webkit-scrollbar {
  width: 5px;
}

.minscrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.minscrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e3e3e3;
}

.minscrollbar::-webkit-scrollbar-button {
  background-color: transparent;
}

.minscrollbar::-webkit-scrollbar-corner {
  background-color: #e3e3e3;
}

.container_chat .row>div {
  padding: 0;
}

.container_chat .middle_box {
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
}

.container_chat h2 {
  margin: 0;
  font-weight: bold;
  position: relative;
}

.container_chat .middle_box h2 {
  text-align: center;
}

.header_box {
  padding: 10px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 10px;
}

.cust_box {
  padding: 10px;
  border-bottom: 1px #ccc solid;
}

.cust_box p {
  margin: 0;
}

.cust_box .cust_name {
  color: #1c1c1c;
  font-weight: bold;
  position: relative;
  padding-right: 100px;
}

.cust_box .lastmsg {
  max-height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #444;
  font-size: 16px;
  position: relative;
  padding-right: 40px;
}

.cust_box.active {
  border: 1px red solid;
}
.cust_box.active .nread{
  display: none;
}

.cust_info_line {
  display: flex;
  margin-bottom: 10px;
}

.cust_info_line>i {
  width: 25px;
  display: block;
  line-height: 25px;
  padding: 2px;
  margin-right: 6px;
}

.cust_info_line>p {
  width: 100%;
  display: block;
  margin: 0;
}

.type_label {
  background-color: rgb(0, 190, 10);
  color: #fff;
  border-radius: 16px;
  display: inline-block;
  padding: 2px 15px;
  font-size: 14px;
}

.type_label.sms_label {
  background-color: red;
}

.send_box {
  display: flex;
}

.send_msg_input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  resize: none;
  padding-top: 8px;
}

.send_msg_btn {
  display: block;
  width: 55px;
  padding-right: 2px;
  text-align: center;
  line-height: 43px;
  border: 1px #ccc solid;
  border-left: 0;
  font-size: 26px;
  color: #fff;
  background-color: rgb(0, 190, 10);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.send_msg_btn.send_sms_msg_btn {
  background-color: red;
}

.send_msg_btn:hover {
  color: #fff;
}

.header_box.list_type {
  padding: 0;
}

.list_type h2 {
  display: flex;
}

a.list_type_btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #333;
  padding: 10px;
  font-size: 20px;
}

/* a.list_type_btn.active {
  background: #FF9C9C;
  color: #fff;
} */

a.list_type_btn.active2 {
    background: #FF9C9C;
    color: #fff;
    box-shadow: inset 0 5px 8px rgb(0 0 0 / 35%);
}

a.list_type_btn.active2.active_color2 {
  background: #009FCC;
  color: #fff;
}


.lastmsg .nread {
  background-color: red;
  color: #fff;
  padding: 2px 5px 0px;
  border-radius: 15px;
  position: absolute;
  top: 2px;
  right: 5px;
  line-height: 18px;
}

.cust_name .lasttime {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 15px;
  color: #6c6c6c;
}

.search_box {
  margin: 0;
  padding: 7px 10px;
}

.search_box h2 {
  display: flex;
}

.search_input {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
  padding: 7px 7px 5px;
}

.search_btn {
  display: block;
  width: 44px;
  padding-right: 2px;
  text-align: center;
  line-height: 32px;
  border-left: 0;
  font-size: 23px;
  color: #fff;
  background-color: #222;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sidenav .gl_nread {
  background-color: red;
  color: #fff;
  font-size: 13px;
  padding: 0 6px 0 5px;
  line-height: 21px;
  display: inline-block;
  border-radius: 15px;
  margin-left: 7px;
  vertical-align: text-top;
}

.btn_header_nread>i {
  position: relative;
}

.btn_header_nread>i .gl_nread {
  background-color: red;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px 0 4px;
  border-radius: 15px;
  border: 1px solid #fff;
  position: absolute;
  top: -2px;
  right: -12px;
}

.talk_box::after {
  content: "";
  clear: both;
  display: block;
}

h2 .h2_btn {
  position: absolute;
  right: 0;
  color: #333;
  display: none;
}

h2 .h2_btn.btn{
    padding: 2px 9px 0;
    font-size: 18px;
}

h2 .h2_btn.active {
  display: inline-block;
}

.cust_info_line .form-control {
  height: 30px;
  padding: 4px 7px;
  font-size: 18px;
}

.cust_info_line textarea.form-control {
  height: auto;
}

.cust_info_line .radio,
.cust_info_line .checkbox {
  padding-top: 1px;
}

.empbox {
  text-align: center;
}

.calc_sms{
  position: absolute;
  bottom: -16px;
  left: 23px;
  background: #f4f6f8;
  font-size: 16px;
}

.dis_reply::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: no-drop;
  top: 0;
  left: 0;
}

.msg_act_btn{
  font-size: 16px;
  color: #333;
}
.msg_act_btn i{
  font-size: 19px;
}

.btn_set_notify_time_range{
  padding: 5px 8px;
  font-size: 18px;
  line-height: 18px;
  vertical-align: bottom;
}

.notify_time_range_select_list{
  text-align: center;
}

.notify_time_range_select_list select.form-control{
    display: inline-block;
    width: auto;
    padding-right: 20px;
}
.btn_selnum {
  margin: 0px 0px 3px 0px;
  padding: 4px 9px;
}

.slideBox_row{
  position: relative;
}
.slideBox_row.open{
  padding-right: 50px;
}
.slideBox_row.open .middle_box{
  width: 75%;
}
.slideBox_row.open .right_box{
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
}
.header_box .header_text{
  display: inline;
}
.header_box .header_icon{
  display: none;
}
.slideBox_row.open .header_box .header_text{
  display: none;
}
.slideBox_row.open .header_box .header_icon{
  display: inline;
}
.slideBox_row.open #cust_info_box .cust_info_line p{
  display: none;
}
.slideBox_row.open .header_box .header_icon i{
  opacity: 0;
}

.slideBox_row .right_box{
  /* -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}
.slideBox_btn{
  cursor: pointer;
}
.show_img_layer{
  text-align: center;
  max-height: 600px;
  overflow: auto;
}
.show_img_layer>div{

}
.show_img_layer img{
  max-width: 100%;
  margin-bottom: 7px;
}
.ranges li{
  font-size: 20px;
}
.daterangepicker .input-mini{
  height: 40px;
  line-height: 40px;
}
.daterangepicker .daterangepicker_input i{
  top: 14px;
}
.daterangepicker td, .daterangepicker th{
  font-size: 20px;
}

.h2_right_box{ 
  float: right;
  top: -15px;
  position: relative;
}
.h2_right_btn{
  border: 1px #ccc solid;
  color: #3597db!important;
  font-weight: bold;
  width: auto;
  height: 42px;
}
.input_text_btn{
  color: transparent!important;
  text-shadow: 0 0 0 #3597db!important;
}
.msg_act_btn_box{
    width: 100%;
    height: 30px;
}