body {
  color: #000;
  font-size: 14px;
}

body .form-control {
  color: #000;
}

body .form-control::-moz-placeholder {
  color: #495057;
}

body .form-control::placeholder {
  color: #495057;
}

body .titlarge {
  font-weight: bold;
}

body .main_body {
  background: #343130;
  overflow-x: hidden;
}

.main-header.wrapper {
  padding: 22px 0;
}

.content-wrapper {
  padding: 20px;
}

.content-wrapper .row.center {
  justify-content: center;
}

.content-wrapper .form_input_box_line {
  padding: 10px 0;
}

.content-wrapper .form_input_box_line input {
  font-weight: bold;
}

.content-wrapper .form_input_box_line span {
  font-weight: bold;
  font-size: 14px;
}

.content-wrapper .form_input_container label {
  margin-bottom: 0 !important;
}

.content-wrapper .minimal-red {
  margin: 0 10px !important;
}

.btnredcenter {
  margin: 30px auto;
}

.btn-primary {
  min-width: 100px;
  font-size: 18px;
  border: 0 solid #95989A;
  border-radius: 20px;
  font-weight: bold;
  padding: 8px 40px 8px 40px;
}

.btn-primary span {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .btn-primary {
    max-width: auto;
    width: auto !important;
  }
}
.pagination {
  margin: 15px 0 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pagination > li {
  display: inline;
  margin: 0 5px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

@media all and (min-width: 767px) {
  .sidebar-collapse .main-header > .navbar {
    margin-left: 0;
  }
}
@media all and (min-width: 767px) {
  .sidebar-open .main-header > .navbar {
    margin-left: 230px;
  }
}
@media all and (min-width: 767px) {
  .main-header > .navbar {
    min-height: 86px;
  }
}
.titnav {
  float: left;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-open .modal {
  width: 100%;
  padding-right: 0 !important;
}

.modal-open .modal-header {
  width: 100%;
}

.modal-open .modal-header .modal-title {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.modal-open .modal-header .modal-title img {
  margin-right: 10px !important;
}

.modal-open .modal-header .close {
  position: absolute;
  right: 10px;
  top: 22px;
}

.modal-open .modal-header .close span {
  font-weight: bold;
}

#topEdit .card {
  width: 100%;
  border: 0;
}

#topEdit .card figure {
  margin-bottom: 0 !important;
}

#topEdit .card-body {
  background: #EBE2D8;
  border: 1px solid #E2C39F;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#topEdit .card-body p {
  margin-bottom: 0;
  font-weight: bold;
}

#topEdit .card-body .card-title {
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
  padding-right: 10px;
}

#topEdit .card-body .card-option {
  margin-right: 0;
  margin-left: auto;
  padding-top: 4px;
}

#topEdit .card-body .card-date {
  max-width: 100px;
  padding-top: 1px;
}

#topEdit .card-title {
  margin-left: 20px;
}

#topEdit .card-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 120px;
}

#topEdit .card-option p {
  margin-bottom: 0;
}

#topEdit .card-option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#topEdit .card-option span img {
  margin-left: 5px;
}

#topEdit .card .list-group-item {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

#topList .card {
  width: 100%;
  border: 0;
  margin-bottom: 30px;
}

#topList .card-body {
  background: #E4EFF4;
  border: 1px solid #B6D4E2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem 1.2rem;
}

#topList .card-body p {
  margin-bottom: 0;
  font-weight: bold;
}

#topList .card-body .card-tit {
  line-height: 1.8;
}

#topList .card .list-group-item {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  border-radius: 0;
  border-top: 0 !important;
  border-bottom: 1px solid #ccc !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#topList .card .list-group-item .tit {
  padding-right: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

#qrcode,
#qrcode_send {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.modalagentAdd .close {
  margin: 0 !important;
  padding: 10px !important;
  top: -4px !important;
  right: 5px !important;
}

.agentRegister:not(.agentinfo) .content-wrapper {
  background: #E4EFF4;
  padding: 40px 20px;
}

.agentRegister #frm_agent > .col-md-12 {
  padding-bottom: 40px;
}

.agentRegister #frm_agent .row {
  align-items: flex-start;
}

.agentRegister #frm_agent .btn-primary {
  margin-left: 10px;
}

.agentRegister #frm_agent .btn-primary img {
  margin-left: 5px;
}

.agentRegister .form_input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.agentRegister .form_input_box .form_input_box_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.agentRegister .form_input_box .form_input_box_ht {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agentRegister .form_input_box .form_input_box_ht span {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.agentRegister .form_input_box .form_input_box_ht input {
  position: relative;
  font-weight: normal;
}

.agentRegister .form_input_box .col-md-4.form_input_box_ht {
  max-width: 30%;
}

.agentRegister .icheckbox_minimal-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

table.dataTable.no-footer {
  border: 0 !important;
}

#noticeList #example td:first-child {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

#noticeList .paged {
  margin: 0 auto;
}

.agentComplete .txtdynamic,
.agentComplete .breadcrumbs {
  display: none !important;
}

.agentComplete #agentComplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agentComplete .content {
  background: #fff;
  padding: 150px 100px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .agentComplete .content {
    padding: 40px 20px;
  }
}
.agentComplete .content h2 {
  color: #77ADC5;
  font-weight: bold;
  font-size: 36px;
  border-bottom: 1px solid #B6D4E2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.agentRegister #frm_agent .title_regit {
  margin-top: 30px;
  margin-bottom: 10px;
}

.agentRegister #frm_agent .form_input_box_ht_sp {
  justify-content: unset;
}

.agentComplete p.clwhite a button {
  padding: 5px 200px;
}

@media all and (max-width: 767px) {
  .agentComplete .content h2 {
    font-size: 30px;
  }
  .agentRegister:not(.agentinfo) .content-wrapper,
  .agentRegister:not(.agentinfo) .content-wrapper .col-md-12 {
    display: grid !important;
    grid-template-columns: 100%;
    padding: 0px;
  }
  .agentRegister:not(.agentinfo) .content-wrapper .col-md-8 {
    padding: 0px;
  }
  .form_input_box_line {
    border: none;
    margin: 0px 0px 5px;
    padding: 10px 0px !important;
  }
  .form_input_container {
    border: none;
  }
  .agentRegister #frm_agent .col-md-12 .row {
    padding: 0px;
  }
  .agentRegister #frm_agent .select_sp {
    flex-wrap: wrap;
  }
  .agentRegister #frm_agent .title_regit {
    margin-bottom: 40px;
  }
  .agentRegister #frm_agent .select_sp select {
    width: 87%;
  }
  .agentRegister .form_input_box .col-md-4.form_input_box_ht {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .agentRegister .form_input_box .col-md-4.form_input_box_ht {
    margin: 0px 5px 5px 0px;
    width: 100%;
    /* max-width: 32%; */
  }
  .agentRegister .form_input_box .col-md-4.form_input_box_ht .row br {
    display: none;
  }
  .agentRegister .form_input_box .col-md-4.form_input_box_ht .row {
    padding: 0px;
    width: 100%;
    display: inline-grid;
    grid-template-columns: 20% 80%;
    grid-gap: 7px;
    align-items: center !important;
  }
  .agentRegister .form_input_box .form_input_box_ht {
    padding: 0px;
  }
  .agentRegister #frm_agent .form_input_box_ht_sp span.sp_2 {
    text-indent: -14px;
  }
  .agentRegister #frm_agent .icheckbox_minimal-red {
    margin: 17px 0px;
  }
  div.alert.alert-danger.text-left {
    margin: 0px 0px 10px;
  }
  .agentComplete #agentComplete {
    display: block;
  }
  .agentComplete .content {
    width: 100% !important;
    height: 100% !important;
    padding: 20px 20px !important;
    margin: auto !important;
  }
  .agentComplete p.clwhite a button {
    padding: 6px 120px;
  }
}
@media all and (max-width: 480px) {
  .agentComplete .content h2 {
    font-size: 24px;
  }
}
.agentComplete .content p {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .agentComplete .content p {
    font-size: 15px;
  }
}
@media all and (max-width: 480px) {
  .agentComplete .content p {
    font-size: 13px;
  }
}
.page-reset .txtdynamic,
.page-reset .breadcrumbs,
.page-reset .txtgotip {
  display: none !important;
}

.page-reset .content-wrapper {
  margin-left: 0;
  background: #E4EFF4;
  padding-top: 100px;
}

.page-reset .content-wrapper .reset-block {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 70px;
}

@media all and (max-width: 767px) {
  .page-reset .content-wrapper .reset-block {
    padding: 50px 15px;
  }
}
.page-reset .content-wrapper .reset-block .titpage {
  margin-bottom: 30px;
}

.page-reset .content-wrapper .reset-block .titpage h2 {
  font-weight: bold;
}

.page-reset .content-wrapper .reset-block .form-control {
  flex-wrap: nowrap;
  text-align: center;
}

@media all and (max-width: 580px) {
  .page-reset .content-wrapper .reset-block .form-control {
    text-align: left;
  }
}
.page-reset .content-wrapper .reset-block input {
  width: 100%;
  max-width: 400px;
  margin-left: 10px;
  padding: 7px 10px;
}

@media all and (max-width: 580px) {
  .page-reset .content-wrapper .reset-block input {
    margin-left: 0;
    max-width: 100%;
  }
}
.page-reset .content-wrapper .reset-block .flexbox {
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

@media all and (max-width: 580px) {
  .page-reset .content-wrapper .reset-block .flexbox {
    flex-wrap: wrap;
  }
}
.page-reset .content-wrapper .reset-block .flexbox .form-control {
  margin: 20px 10px;
  text-align: center;
}

@media all and (max-width: 580px) {
  .page-reset .content-wrapper .reset-block .flexbox .form-control {
    margin: 5px;
  }
}
.page-reset .content-wrapper .reset-block .flexbox .form-control a {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin: 0 !important;
  min-width: 222px;
  display: inline-block;
}

.page-reset .content-wrapper .reset-block .flexbox .form-control a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.page-reset .content-wrapper .form-control {
  border: none;
}

#frm_agent .row {
  margin: 0 auto;
}

#frm_agent .form_input_box_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixrow {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.rowend {
  justify-content: flex-end;
}

.page-manage #example_wrapper .row {
  margin: 0 auto;
  padding: 0;
}

.daily-tablefix thead tr:nth-child(2) {
  background: #f3f3f3;
}

.form_input_box_line .row.text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#from_date,
#to_date {
  min-width: 155px;
  padding: 6.7px 5px;
  font-weight: normal;
}

#search_date_from,
#search_date_to {
  max-width: 150px;
}

.iconpdf {
  background: #fff;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: 0;
  min-width: 250px;
  width: 250px;
}

.iconpdf img {
  height: 20px;
  margin-right: 10px;
}

.iconpdf:hover a {
  text-decoration: none;
  color: #fff !important;
}

.btndownload {
  background: #fff;
  border: 1px solid #ccc;
  width: auto;
  min-width: inherit;
  padding-left: 20px;
  padding-right: 20px;
}

.btndownload a {
  font-size: 14px;
  color: #000;
}

.textarea {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ccc;
}

.textarea p {
  margin-bottom: 0;
}

.wordbreak {
  word-break: break-all;
  word-wrap: break-word;
}

#frm_agent .form-control {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.register1 input {
  border: 1px solid #ccc !important;
}

.register1 select {
  border: 1px solid #ccc !important;
  padding-left: 8px;
  background: none;
}

@media all and (max-width: 1200px) {
  .dataTables_wrapper_scroll {
    overflow-x: auto;
    margin: 0 auto;
  }
}
@media all and (max-width: 1360px) {
  .dataTables_wrapper_scroll-fix {
    overflow-x: auto;
    margin: 0 auto;
  }
}
/* .dataTables_wrapper_scroll .dataTables_wrapper .row,
.dataTables_wrapper_scroll .dataTables_wrapper .col-sm-12{
  padding: 0 !important;
  margin: 0 !important;
} */
.tab.btn.btn-primary.ml30 {
  margin-left: 15px !important;
}

.col-md-12.agent_sale {
  padding: 0;
}

@media all and (max-width: 1200px) {
  .col-md-12.agent_sale > .col-md-12 {
    padding: 0 !important;
  }
}
.agent_sale .btn-primary.btn-black {
  margin-right: 15px;
}

@media all and (max-width: 768px) {
  .content-wrapper {
    padding: 15px;
  }
  .tab.btn {
    font-size: 14px !important;
    min-width: inherit !important;
  }
  .agent_sale .btn-primary.btn-black {
    margin-right: 15px;
    font-size: 14px;
  }
  .common-style .tab-table thead th {
    font-size: 14px;
  }
  .titnav {
    font-size: 24px;
  }
}
.content-wrapper .dataTables_wrapper_scroll table {
  max-width: 100%;
}

.content-wrapper .dataTables_wrapper_scroll table.dataTable {
  margin: inherit;
  margin-top: 0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}

#loading div.modal-content {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}

.csv-download-modal .cancel-btn {
  font-size: 14px !important;
  color: #343130 !important;
  background-color: #ffffff !important;
  border: 1px solid #CACED5 !important;
  border-radius: 20px !important;
  padding: 8px 40px 8px 40px !important;
  margin-top: 20px !important;
}

.btneditCreator {
  border: 1px solid #77ADC5;
  border-radius: 30px;
  background: #fff;
  padding: 5px 20px;
}

.btneditCreator span {
  font-weight: bold;
  color: #77adc5;
  background: url(../images/icon-edit-b.png) no-repeat left center;
  padding-left: 20px;
}

.btneditCreator:hover {
  background: #77ADC5;
}

.btneditCreator:hover span {
  background: url(../images/icon-edit-w.png) no-repeat left center;
  color: #fff;
}
/* check 02 */
.BluebtneditCreator {
  border: 1px solid #77ADC5;
  border-radius: 30px;
  background: #77ADC5;
  padding: 5px 20px;
}
/* check 03 */
.BluebtneditCreator span {
  font-weight: bold;
  color: #fff;
  background: url(../images/icon-edit-w.png) no-repeat left center;
  padding-left: 20px;
}
.BluebtneditCreator:hover {
  background: #fff;
}
.BluebtneditCreator:hover span {
  background: url(../images/icon-edit-b.png) no-repeat left center;
  color: #77ADC5;
}
/* end */
.panelNotice {
  width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  height: 100vh;
  background: #fff;
  padding: 30px 20px;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  overflow-y: auto;
}

.panelNotice.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.panelNotice button {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panelNotice button:hover {
  opacity: 0.7;
}

.panelNotice button:focus {
  outline: none;
  border: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panelNotice .text_right {
  text-align: right;
}

.panelNotice .text_center {
  text-align: center;
}

.panelNotice h3 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

.panelNotice textarea {
  width: 100%;
  border: 1px solid #CACED5;
  height: 90px;
  margin: 5px 0;
  padding: 10px;
}

.panelNotice button {
  background: none;
}

.panelNotice .boxhead {
  margin-bottom: 15px;
}

.panelNotice .boxhead .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.panelNotice .boxhead .tit h3 {
  color: #77ADC5;
}

.panelNotice .boxhead .tit h3 span {
  color: #000;
  margin: 0 5px 0 10px;
}

.panelNotice .boxhead p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.panelNotice .btnclose {
  margin-top: 50px;
}

.panelNotice .boxbody {
  display: none;
}

.panelNotice .boxbody.show {
  display: block;
}

.panelNotice .boxbody h3 {
  border-bottom: 1px solid #CACED5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.panelNotice .boxbody dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.panelNotice .blockbtnUpdate {
  display: none;
}

.panelNotice .blockbtnUpdate.show {
  display: block;
}

.panelNotice .blockbtn.hide {
  display: none;
}

.panelNotice .boxCreated {
  margin-bottom: 15px;
}

.panelNotice .boxCreated .blockbtnUpdate {
  margin-top: 5px;
}

.panelNotice .boxCreated textarea {
  margin-bottom: 0;
}

.panelNotice .boxCreated:last-child {
  margin-bottom: 0;
}

.panelNotice .boxCreated.hide {
  display: none;
}

.csv-download-modal .submit-btn {
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #77ADC5 !important;
  border-radius: 20px !important;
  padding: 8px 40px 8px 40px !important;
  margin-top: 20px !important;
}

#tipifyTable th {
  background: #E4EFF4;
  text-align: center;
  font-weight: bold;
  border: 1px solid #B6D4E2;
}

#tipifyTable td {
  border: 1px solid #B6D4E2;
  text-align: center;
}

#tipifyTable td button {
  padding-top: 3px;
  padding-bottom: 3px;
}

.operationBtn {
  background: #00BAAF;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operationBtn img {
  margin-left: 5px;
}

.fsc {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btnscan {
  border: 1px solid #00BAB3;
  background: #fff;
  width: 270px;
  margin: 40px auto;
  padding: 6px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnscan span {
  margin-left: 8px;
  font-weight: bold;
  color: #00BAB3;
}

/* check 02 */

table.probability tbody input.disabled {
  background: none;
  border: 0;
}

.fspc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.listTagsound li {
  float: left;
  padding: 5px 15px 5px 15px;
  white-space: pre-wrap;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #00BAB3;
  border-radius: 30px;
  color: #00BAB3;
  font-weight: bold;
  margin-right: 8px;
}

.contentSound {
  margin-top: 1rem;
}
.contentSound .content_ins {
  flex: 0 0 90%;
}
.contentSound p {
  text-align: left;
}

.tableSound {
  border: 0;
}
.tableSound .odd {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #77ADC5;
  margin-bottom: 25px;
}
.tableSound .fspc {
  width: auto;
}

.font_bold {
  font-weight: bold;
}

#sound-modal .modal-dialog {
  min-width: 790px;
  max-width: 790px !important;
}

.btnswitch .slider {
  border-radius: 30px;
  overflow: hidden;
}
.btnswitch .slider::before {
  border-radius: 100%;
}
.btnswitch input:checked + .slider {
  background: #00BAB3;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.operationBtn {
  background: #00BAAF;
}

/* check */
.listHeart li {
  margin-bottom: 15px;
}
.listHeart li:last-child {
  margin-bottom: 0;
}
.listHeart .point {
  font-weight: bold;
  flex: 0 0 60px;
}
.listHeart audio {
  display: none;
}
.listHeart .controls {
  position: absolute;
  width: 100px;
  left: 130px;
  padding: 8px 10px;
  text-indent: -9999px;
  visibility: hidden;
}
.listHeart .controls.active {
  cursor: pointer;
  visibility: inherit;
}


.blockdetail .fspc {
  margin-top: 70px;
}

.blockdetail .fspc .item {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  background: #fff;
  border: 2px solid #77ADC5;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  position: relative;
  min-height: 160px;
}

.blockdetail .fspc .item::after {
  position: absolute;
  content: '';
  background: url(../images/arrow2.png) no-repeat left center;
  background-size: cover;
  width: 43px;
  height: 24px;
  right: -43px;
  top: 50%;
  margin-top: -12px;
}

.blockdetail .fspc .item:last-child::after {
  background: none;
}

.blockdetail .fspc .item .fcc {
  margin-top: 20px;
}

.blockdetail .fspc .item p {
  margin-bottom: 5px;
  font-size: 16px;
}

/* .blockdetail .fspc .item:first-child {
  background: #E4EFF4;
} */

.blockdetail .fspc .item .num {
  color: #AC1E1C;
  font-size: 24px;
  margin-left: 35px;
}

.blockdetail .fspc .item label {
  font-size: 24px;
  font-weight: bold;

  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  padding: 5px 10px;
  flex: 0 0 100px;
}
.listHeart .iconhearing img {
  margin-right: 7px;
  width: 24px;
}
.listHeart .iconhearing.active {
  cursor: pointer;
}
.listHeart .iconhearing.active:hover {
  opacity: 0.7;
}
.listHeart .inputFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex: 0 0 calc(100% - 240px);
}
.listHeart .inputFile input {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  width: 172px;
  cursor: pointer;
}
.listHeart .inputFile label {
  margin-bottom: 0;
  background: #EFEFEF;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 5px 15px;
  cursor: pointer;
}

#soundConfirm .modal-header {
  height: 40px;
}
#soundConfirm .close {
  top: 0;
  right: 0;
  padding: 0;
}

#tipifyTable th {
  background: #E4EFF4;
  text-align: center;
  font-weight: bold;
  border: 1px solid #B6D4E2;
}
#tipifyTable td {
  border: 1px solid #B6D4E2;
  text-align: center;
}
#tipifyTable td button {
  padding-top: 3px;
  padding-bottom: 3px;
}

.fspc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.operationBtn {
  background: #00BAAF;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.operationBtn img {
  margin-left: 5px;
}

.fsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btnscan {
  border: 1px solid #00BAB3;
  background: #fff;
  width: 270px;
  margin: 40px auto;
  padding: 6px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnscan span {
  margin-left: 8px;
  font-weight: bold;
  color: #00BAB3;
}

.changeStatus{
  position: relative;
  cursor: pointer;
}

.changeStatus::after {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.dataTables_wrapper_scroll {
  overflow-x: auto;
}