html,
body {
  overflow-x: hidden;
  /* height: 100%; */
  margin: 0;
  overflow-y: auto;
}
:root {
  --bottomLineColor: #ddd;
  --LabelColor: #6d6d6d;
  --focus_color: #8eb598;
  --maunen_tonkho: #f1fff8;
}
label {
  margin-bottom: 0;
  font-size: 15px;
}
.hidden {
  display: none;
}
@page {
  size: auto !important;
}

@font-face {
  font-family: "Open Sans";
  /* src: url("../font/OpenSans-Regular.ttf"); */
  src: url("../font/tahoma.ttf");
}
@font-face {
  font-family: "Open Sans Bold";
  /* src: url("../font/OpenSans-Bold.ttf"); */
  src: url("../font/tahomabd.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  /* src: url("../font/OpenSans-SemiBold.ttf"); */
  src: url("../font/tahomabd.ttf");
}
@font-face {
  font-family: "times_rp";
  src: url("../font/times.ttf");
}
@font-face {
  font-family: "Times";
  src: url("../font/times.ttf");
}
@font-face {
  font-family: "Timesbd";
  src: url("../font/timesbd.ttf");
}
@font-face {
  font-family: "Timesbi";
  src: url("../font/timesbi.ttf");
}
@font-face {
  font-family: "Timesi";
  src: url("../font/timesi.ttf");
}

@font-face {
  font-family: "tahoma";
  src: url("../font/tahoma.ttf");
}
@font-face {
  font-family: "tahomabd";
  src: url("../font/tahomabd.ttf");
}

@font-face {
  font-family: "arial";
  src: url("../font/arial.ttf");
}
@font-face {
  font-family: "arialbd";
  src: url("../font/arialbd.ttf");
}

.thead-light th {
  /* font-family: "tahomabd"; */
}
.table.table-bordered td {
  font-family: "tahoma";
}

#btn_guicong:focus {
  background-color: rgb(224, 71, 71);
}
.class_checkbox {
  margin-top: 6px;
  width: 20px;
  height: 20px;
}
.yesno_delete span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.yesno_delete span:nth-child(2) {
  color: red;
  font-weight: bold;
}
.focus_color {
  background-color: var(--focus_color);
}
.sticky_table {
  position: sticky;
  top: 0;
}
.sticky_table.hidden {
  display: none;
}
.ssl {
  text-align: center;
  margin-top: 20px;
}
.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2d2d2d;
}

/*hiệu ứng đen - đỏ*/
@keyframes black_red {
  0% {
    color: red;
  }
  25% {
    color: red;
  }
  50% {
    color: red;
  }
  75% {
    color: red;
  }
  100% {
    color: black;
  }
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Open Sans", sans-serif;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

input:focus,
select:focus {
  outline: none;
}

table th {
  font-size: 14px;
}
table tbody tr:hover {
  cursor: pointer;
}
.form-group.hidden {
  display: none;
}

.red {
  color: red !important;
}
.display_none {
  display: none;
}
.txt_date {
  font-size: 15px;
}
.section_login_new {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #e0eaec;
}
.login_new_banner {
  display: block;
  background-image: url("../img/Banner_EPEC.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 220px;
}
.login_new_banner img {
  min-width: 100%;
}
.login_new_form {
  height: 100%;
  position: relative;
}
.login_new_banner_mb {
  display: none;
}
.login_new_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
}
.login_new_footer p {
  text-align: center;
  font-size: 16px;
  color: black;
}
.date_filter {
  padding: 0;
}
.modal-header.modal_thongbao_form {
  display: block;
}
.modal-body.modal_body_thongbao {
  text-align: center;
}
.modal-content.hidden {
  display: none;
}
#handung_up.txt_date {
  font-size: 16px;
}

#datepicker {
  width: 180px;
  margin: 0 20px 20px 20px;
}

#datepicker > span:hover {
  cursor: pointer;
}
.button_unset {
  border: unset;
  background: unset;
}
.button_unset:focus {
  outline: unset;
}
.select_unset {
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
}
.input_unset {
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
}

.NhatKyBanThuoc_List td,
.NhatKyBanThuoc_ChiTiet th,
.NhatKyBanThuoc_ChiTiet tr {
  font-size: 14px;
}

.BanThuoc_Menu.thongbao {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thongbao_sl {
  border-radius: 999px;
  background-color: red;
  height: 25px;
  width: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 2.1;
  font-size: 12px;
  margin: 0 5px;
  font-weight: 600;
}
.tb_canhbaothuoc {
  max-height: 400px;
}
.modal-header.canhbaothuochethan {
  justify-content: center;
}

/**************************LOGIN NEW************************************************/
.login_new_footer_mb {
  display: none;
}
.login_new_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
}
.lgnheader_lienhe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lgnheader_lienhe p {
  padding: 0px 10px 0px 5px;
}

.login_new_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_new_content .content {
  text-align: center;
  padding: 10px;
  background: #ffff;
  margin: 30px 0;
  box-shadow: 0 2px 2px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.login_new_content .content p {
  font-size: 16px;
  padding-top: 15px;
}
.login_new_content .content p:hover,
.section-home-title b:hover {
  cursor: pointer;
}
.login_new_content .content .yc {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}
.login_new_content .content .error {
  margin-top: 20px;
  margin-bottom: 10px;
  color: red;
}

.login_new_input {
  padding: 10px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  font-size: 16px;
  width: 90%;
  background: none;
}
.login_new_input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 0.6;
}

.login_new_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  opacity: 0.6;
}

.login_new_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
  opacity: 0.6;
}
.login_new_btn {
  padding: 5px;
  margin: 10px 10px;
  width: 90%;
  height: 45px;
  background-color: #004e1e;
  border-radius: 20px;
  font-size: 20px;
  border: unset;
  color: #ffff;
}

.dungthu_div {
  text-align: right;
}
.dungthu_div p {
  font-style: italic;
}
.dungthu_dienthoai_div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.dungthu_dienthoai_div #dungthu_error {
  color: red;
}
.dungthu_dienthoai_div input {
  width: 90%;
  margin: 5px 0px;
}

/*************************LOADING*************************************/
.baotri_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader {
  display: none;
}
.loader.hidden {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
}
.loader_baotri {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
}
.loader_xuly {
  display: none;
}
.loader_xuly.hidden {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}

.loader p {
  color: #9a9a9a;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
}
.loader_xuly p,
.loader_baotri p {
  color: #333;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
}
.loader > img,
.loader_xuly > img {
  width: 100px;
}
/*********************************HIDDEN************************************/
#gia_xuat_tra_huy.hidden,
#gia_xuat_bansi.hidden {
  display: none;
}

/**********************************IN PHIẾU STYLE***************************/

.baocao_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px;
}

.header_right {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.baocao_header p {
  margin: 0;
}

.baocao_title {
  margin: 20px 0;
}

.baocao_title h4 {
  text-align: center;
}

.baocao_title_child {
  margin: 10px 20px;
}

#table_baocao thead tr,
#table_baocao thead tr th {
  text-align: center;
  vertical-align: middle;
}
/*************************HIDDEN*************************/
#ck_up_form.hidden {
  display: none;
}
/**************************footer************************/
.section-home-footer-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
}
.footer {
  text-align: center;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background-color: #fbf8f8;
  position: fixed;
  bottom: 0;
  z-index: 3;
}

.footer_mb {
  display: none;
}
.section-login-mb {
  display: none;
}

/****************************MENU MB*****************************/

.section-home-footer-left-mb {
  display: none;
}
.menu_mb_lv3_ul li {
  padding: 6px 20px !important;
  font-size: 14px;
}

/* ************************body************************* */

.select_style {
  border: unset;
  border-bottom: 1px solid #000;
  border-radius: unset;
  font-size: 14px;
}

.over-all {
  display: none;
}

.logo {
  padding: 5px 0;
}

th,
.center {
  text-align: center;
}

.right {
  text-align: right;
}
.bold {
  font-family: "Open Sans Bold";
}
._1drm._1ds4 {
  height: 90px;
  width: 210px;
  border-radius: 5px;
}
._1drm ._1drn {
  display: none !important;
}
.section-home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
.section-home36 {
  background-image: url("../img/bgchanges.jpg");
}
.section-home25cn {
  background-image: url("../img/bgchange.jpg");
}
.section-home47 {
  background-image: url("../img/bg.jpg");
}

.section-header-mb {
  display: none;
}

.section-menu-open {
  display: none;
}

.section-header {
  background-color: #fff;
  padding: 0px 40px;
}

.header-left ul li {
  padding: 14px 18px;
}

.header-left ul,
.header-right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
}

.header-left ul li:hover {
  background-color: #28a745;
  text-decoration: none;
}
.header-left ul li:hover .menu_lv3_ul li {
  background-color: #ffff;
}
.header-left ul .logo:hover {
  text-decoration: none;
  background-color: unset;
}

.header-left ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.header-left ul li a {
  color: #000000;
  font-size: 14px;
  font-family: OpenSans-SemiBold;
}

/********************************************************/

.section-line {
  background-color: #07611c;
}

.section-line p {
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  font-size: 15px;
  font-family: "OpenSans-SemiBold", sans-serif;
  text-transform: uppercase;
}

/******************************MENU OLD*****************************/
.section-login-wrap {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url("../img/bglg.jpg");
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position: center;
  background-size: cover;
}
.form-login {
  width: 90%;
}
.quangcao {
  background-color: #fff;
  height: 100vh;
  width: 100%;
}
.section-login {
  overflow: hidden;
  border-radius: 10px;
  transform: translate(0%, -20%);
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #deeaf6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-img {
  padding: 10px;
}

.login-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0px 0 0;
}

.login-content input {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 8px 12px;
  outline: none;
  border: none;
  border-bottom: 1px solid #d7dad7;
  margin-bottom: 10px;
  width: 100%;
}

.login-content button {
  background-color: #ececec;
  padding: 8px 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin-top: 20px;
  font-weight: 600;
}

.login-content button:focus {
  outline: 1px dotted;
}

.section-login-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #deeaf6;
  height: 100%;
}

.section-login-left p {
  padding: 0;
  color: #353535;
  font-weight: 500;
  font-size: 15px;
}

.section-login-left-img {
  padding: 5px 35px 100px 35px;
}

.section-login-right {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}

.section-login-right .login-content p {
  text-align: center;
  font-size: 16px;
  color: #f30b0b;
  padding-bottom: 10px;
}

/********************************************HOME************************************************/
.section-nhataitro {
  position: absolute;
  top: 20px;
  right: 20px;
}

.fb_iframe_widget {
  width: 800px;
}
.home2-child-content .p_pass {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  line-height: 1.5;
  cursor: pointer;
}

#fb-root {
  padding: 10px 10px 0 10px;
}
.section-home2-child.fb {
  margin: 0px 15px;
}
.section-home2-child .title {
  text-align: center;
  padding: 10px 0;
}
.section-home2-child {
  background-color: #dddddd6b;
  margin: 0px 15px;
  border-radius: 5px;
  min-height: 340px;
  max-height: 340px;
}
.section-home2-child p {
  font-size: 15px;
}
.home2-child-content {
  border-top: 1px solid #d0cdcd;
}
.home2-child-content ul {
  margin-top: 5px;
}
.home2-child-content .congvan li {
  /* background: url("../img/listtb.png") no-repeat left; */
  margin: 0 10px;
  padding: 4px 5px;
  display: flex;
  align-items: flex-start;
}
.home2-child-content .congvan li img {
  margin: 4px 0;
}
.home2-child-content .congvan li p {
  padding: 0 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.home2-child-content ul li {
  padding: 4px 20px;
  text-align: justify;
}
.home2-child-content.duoctaynam ul {
  overflow-y: scroll;
  height: 280px;
}
.home2-child-content.duoctaynam li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5px 10px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.home2-child-content.duoctaynam li span:last-child {
  color: red;
}
.section-home2-title {
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section-home2-title h2 {
  font-size: 26px;
  font-family: "Poppins-Medium";
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.section-home2-title b {
  width: 500px;
  border-bottom: 1px solid #ddd;
}

.section-home {
  position: relative;
}

.section-home-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-home-title .sale_3thang {
  font-family: "Poppins-Medium";
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  background-color: #fffc;
  color: black;
  padding: 5px 5px;
  border-radius: 10px;
}
.section-home-title b {
  color: #112df5;
  text-decoration-line: underline;
  padding-bottom: 10px;
  font-size: 19px;
  font-family: "Poppins-Medium";
  font-weight: 500;
}

.section-home-title h3 {
  color: #fff;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  font-size: 35px;
  white-space: nowrap;
}

.section-home-title p,
.section-home-title a {
  color: #dcf4f9;
  font-family: "Poppins-Medium";
  text-align: center;
  font-size: 18px;
  margin: 5px 0;
}

.divide {
  height: 1px;
  background-color: #ffffff75;
  max-width: 60%;
  transform: translate(33%, 0%);
}

.header-left .menu-lv2 {
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 0;
  display: none;
  box-shadow: 0 1px 11px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.menu-lv2 ul {
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

.menu-lv2 li {
  padding: 0px !important;
  border-bottom: 1px solid #ddd;
  width: 250px;
}

.menu-lv2 li:hover li {
  background-color: #28a745;
}

.menu-lv2 li:hover .menu_lv2_a {
  color: #fff !important;
}

.menu-lv2 .menu_lv2_a {
  color: #4c4a4a !important;
  display: block;
  padding: 14px;
}

.BanThuoc_Menu:hover .menu-lv2 {
  display: block;
}

.BanThuoc_Menu {
  position: relative;
}

.section-home-footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}

.section-home-footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 30px;
}

.section-home-footer-left img {
  margin: 5px 0;
}

.section-home-footer p {
  color: #d3eaff;
  font-size: 14px;
  padding: 0;
}

.section-home-footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0px 30px;
}
.menu_lv3_li {
  position: relative;
}
.menu_lv3_li:hover .menu_lv3_div {
  display: block;
}
.menu_lv3_div {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 250px;
}
.menu_lv3_ul {
  flex-direction: column;
  box-shadow: 0 1px 11px 0px rgb(0 0 0 / 20%);
}
.menu_lv3_ul li {
  border-bottom: 1px solid #ddd;
  width: 250px;
  background-color: #ffff;
  font-size: 14px;
  font-family: "OpenSans-SemiBold";
}
.menu_lv3_child a {
  padding: 14px 16px !important;
  color: #000000 !important;
  display: block;
}
.menu_lv3_child:hover {
  background-color: #28a745 !important;
  cursor: pointer;
}
.menu_lv3_child:hover a {
  color: #ffff !important;
}
/******************************************PHÂN TRANG***********************************/
.nhatky_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.nhatky_pagination .item {
  border: 1px solid #ddd;
  padding: 6px 10px;
  min-width: 40px;
  text-align: center;
}
.nhatky_pagination .item:hover {
  cursor: pointer;
}
.nhatky_pagination .item.active {
  background-color: #0f9a3c;
  border-color: #0f9a3c;
  color: #fff;
}
.nhatky_pagination .item.last {
  color: #3b11f5;
}
/* *****************************************BÁN THUỐC***********************************/

.phieubanthuoc_treo_ul {
  margin: 0;
  overflow-y: auto;
  height: 130px;
}
.thanhtoan_btn_div {
  display: flex;
}
.thanhtoan_btn_div button:nth-child(3) {
  margin-left: 5px;
}
.nhatkybanthuoc_tr:hover {
  cursor: pointer;
}
.nhatkybanthuoc_tr.active {
  background-color: var(--focus_color);
}
.check_kedon_div {
  display: flex;
  align-items: center;
}
.check_kedon_div .check_kedon {
  width: 20px;
  height: 20px;
}
.banthuoc_right_kedon.hidden {
  display: none;
}
.ck {
  margin-left: 5px;
  min-width: 75px;
}
.banthuoc_select {
  border: unset;
  border-bottom: 1px solid #ddd;
  color: #333333ab;
  padding-bottom: 3px;
}

#xuatkho_giamgia.hidden {
  display: none;
}

.banthuoc_title_right {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.nhatkybanthuoc-left-bottom p {
  padding-top: 5px;
  width: 120px;
  font-size: 15px;
}

.btn_banthuoc:active {
  background-color: #3e8e41;
  transform: translateY(4px);
}

.section-banthuoc {
  /* position: relative; */
  background-color: #f2f2f2;
  height: auto;
  margin-bottom: 80px;
}

.section-banthuoc-left {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  min-height: 100%;
}

.banthuoc-left-title ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px;
  flex-wrap: wrap;
}

#tenthuoc_search {
  min-width: 200px;
  font-size: 14px;
}
#tenthuoc_search::placeholder,
#tenthuoc_dqg::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

#tenthuoc_search:-ms-input-placeholder,
#tenthuoc_dqg:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

#tenthuoc_search::-ms-input-placeholder,
#tenthuoc_dqg::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

.tonkho_kq tr:hover {
  background-color: #d7e4da !important;
}

thead th {
  height: 10px;
  padding: 5px 0 !important;
}

#myInput {
  max-width: 100%;
  font-size: 14px;
  color: #adadad;
}

#BanThuoc_Table_Search .thead-light th {
  background-color: #caf1d3;
  font-size: 14px;
  color: red;
}

.tonkho_search.tonkho {
  min-width: 200px;
}
.search_icon {
  margin-left: 5px;
}
.search_icon li {
  padding: 0;
  margin: 15px 5px !important;
}

.tonkho_search.hidden {
  display: none;
}
.tonkho_search_dqg.hidden {
  display: none;
}
.tonkho_search_dqg {
  max-height: 400px;
}

.tonkho_search .green {
  color: #07611c;
}

.cachdung {
  min-width: 130px;
}

.bs_search {
  display: none;
}

.bs_search th {
  font-size: 14px;
}

.tonkho_search.banthuoc_form {
  top: 80%;
}

.banthuoc-left-content h4 {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #adadad;
}

.banthuoc-left-title ul {
  margin-bottom: 0;
}

.banthuoc-left-title .cachdung,
.banthuoc-left-title .dvt {
  border: unset;
  border-bottom: 1px solid #9c9ea082;
}

.banthuoc-left-title ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 5px;
  flex-direction: column;
}

.banthuoc-left-title ul li p {
  padding: 5px 0px;
  color: #07611c;
  display: inline-block;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

.banthuoc-left-title ul li label {
  margin-right: 10px;
  padding-bottom: 5px;
  color: #333333ab;
}

.banthuoc-left-title .cachdung,
.banthuoc-left-title .dvt {
  display: inline-block;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

.banthuoc-left-title .cachdung p {
  border: unset;
}

.banthuoc-left-title ul li button {
  border: unset;
  background-color: #014e1a;
  padding: 7px 22px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.banthuoc-left-title ul li input {
  border: unset;
  padding: 2px 0 0 0;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  max-width: 60px;
  color: #014e1a;
  font-size: 14px;
}

.banthuoc-left-content {
  padding: 0 15px;
}

.section-banthuoc-right {
  width: 100%;
  background-color: #fff;
  min-height: 700px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 10px 10px 10px;
}

.section-banthuoc-right input,
.section-banthuoc-right select {
  margin: 5px 0;
  border: unset;
  border-bottom: 1px solid #9c9ea082;
  border-radius: unset;
  color: #07611c;
  text-align: right;
  padding: 0;
  font-size: 14px;
}

.section-banthuoc-right .check #ngayhd_banthuoc {
  width: 80px;
  margin-left: 20px;
  text-align: left;
  font-size: 15px;
}

.section-banthuoc-right .check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-banthuoc-right .check p {
  padding: 0 10px;
  font-size: 15px;
}

.banthuoc-right-top .benhnhan {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.banthuoc-right-top .benhnhan input {
  text-align: center;
  padding-bottom: 5px;
}

.banthuoc-right-top .check p {
  margin: 0 5px;
}

.banthuoc-right-top ul {
  list-style-type: none;
  margin-bottom: 0;
}

.banthuoc-right-top ul li,
.banthuoc-right-bottom ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.banthuoc_button_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banthuoc-right-bottom .button a {
  border-radius: 5px;
}

.form-control[readonly] {
  background-color: #fff !important;
}

.banthuoc-right-bottom .button .thanhtoan {
  border: unset;
  color: #ffff;
}

.banthuoc-left-title .tenhanghoa {
  flex-direction: column;
  align-items: flex-start;
}

.cachdung_edit {
  padding: 6px;
  border: unset;
  border-bottom: 1px solid #333;
  width: 100%;
}

.soluong_edit {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #333;
  font-size: 14px;
}

.BanThuoc_List .active {
  font-weight: 600;
  color: red;
}

.nhatkybanthuoc_title {
  font-size: 14px;
}

.nhatkybanthuoc-left-top {
  overflow-y: scroll;
  max-height: 400px;
}

.wrapper::-webkit-scrollbar-track:end {
  background: transparent;
  margin-bottom: 10px;
}

.wrapper::-webkit-scrollbar-track:start {
  background: transparent;
  margin-top: 10px;
}

.banthuoc_title_right h4 {
  text-align: left;
  font-size: 17px;
  margin: 0;
}

.nhatkybanthuoc-right-top h4,
.toamau_title_left h4 {
  text-align: left;
  font-size: 18px;
  margin: 0;
}

.section-banthuoc-right.nhatky {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.nhatkybanthuoc-right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #33333329;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.nhatkybanthuoc-right-bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  flex-wrap: wrap;
}

.nhatkybanthuoc-right-bottom ul li {
  margin: 0 5px;
}

.ck::-webkit-outer-spin-button,
.ck::-webkit-inner-spin-button,
.solo::-webkit-outer-spin-button,
.solo::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ck,
.solo {
  appearance: textfield;
  -moz-appearance: textfield;
}

.ck_edit {
  border: unset;
  border-bottom: 1px solid #000;
  width: 100%;
}

#khachdua::-webkit-outer-spin-button,
#khachdua::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#khachdua {
  appearance: textfield;
  -moz-appearance: textfield;
}

.select_input input::-webkit-outer-spin-button,
.select_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select_input input {
  appearance: textfield;
  -moz-appearance: textfield;
}

.nhatkybanthuoc-left-bottom {
  padding: 30px 0;
}

.nhatkybanthuoc-left-bottom input,
.nhatkybanthuoc-left-bottom select {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid red;
  padding: 0;
}
.modal-footer.change_pass_footer {
  justify-content: space-between;
}
.custom-file-label::after {
  content: url("../img/spa_upload.png");
  border-left: unset;
  padding: 2px 0px;
  background: unset;
}

.banthuoc_gioitinh {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banthuoc_gioitinh input[type="radio"] {
  width: 20px;
  height: 20px;
}
.banthuoc_toathuoc_img_div {
  width: 160px;
  margin-left: 15px;
}
.banthuoc_toathuoc_img_div img {
  max-width: 100%;
}
.banthuoc_upload_custom {
  margin-left: 15px;
  margin-top: 5px;
}
.banthuoc_toathuoc_li {
  flex-direction: column;
  align-items: flex-start !important;
}
/************************NHẬP KHO***************************/
#canhbao_gianhap {
  position: fixed;
  bottom: 40px;
  right: 30px;
  border-radius: 10px;
}
#canhbao_gianhap.hidden {
  display: none;
}
#canhbao_tenthuoc {
  border: unset;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: red;
}
.btn_add_hanghoa.hidden {
  display: none;
}
.nhapkho_ncc_li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.nhapkho-right-top li {
  padding: 2px 0;
}
.nhapkho_ncc_li select {
  width: 100%;
}
.nhapkho_ncc_li img {
  margin-left: 5px;
}
#btn_search_dhg {
  margin: 5px 0;
  color: #fff;
}
#div_nhapkho #dvt_select {
  border: unset;
  border-bottom: 1px solid #333;
  border-radius: unset;
  padding: 0px;
  margin-right: 5px;
  min-width: 100px;
}

.nhapkho-right-bottom ul li input {
  text-align: right;
  font-family: "Open Sans Bold";
}

.dvt_quydoi_modal label {
  padding-top: 5px;
}

#Box_update,
#Box_update .txt_date,
#Box_update label {
  font-size: 16px;
}

.hoadon_old {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border: unset;
  padding: 5px 10px;
  color: #fff;
  background-color: orange;
  border-radius: 14px;
  margin: 10px 0;
}
.hoadon_old.banthuoc_add {
  background-color: #00b7eb;
}
.hoadon_old a {
  color: #fff;
  text-decoration: none;
}

.hoadon_old button {
  background-color: unset;
  border: unset;
}

#thongbao_old_btn {
  display: none;
}

.section-nhapkho-right {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 10px 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nhapkho-right-top {
  padding: 10px;
}

.nhapkho-right-top .sohd::placeholder,
.nhapkho-right-top .ngayhd::placeholder {
  color: red;
  opacity: 1;
}

.nhapkho-right-top input {
  border: unset;
  border-bottom: 1px solid #000 !important;
  border-radius: unset;
  color: red;
  font-size: 14px;
  padding: 7px 10px;
}
.nhapkho-right-top input {
  width: 100%;
}
.nhapkho-right-top select {
  width: 100%;
}
.sohd_btn_timhd_dhg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nhapkho-right-top select {
  font-size: 15px;
}

.taophieuxuat-right-top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.taophieuxuat-right-top ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
}

.taophieuxuat-right-top select {
  width: 100% !important;
  border: unset;
  border-bottom: 1px solid #adadad;
}

.taophieuxuat-right-ncc {
  text-align: center;
}

.taophieuxuat-right-ncc svg {
  color: #07611c;
  font-size: 22px;
}

#form_them_ncckh input {
  margin: 0;
  text-align: left;
}

.banthuoc-left-title .txt_date {
  border-radius: unset;
  max-width: 100px;
  height: 25px;
}

#chietkhau_li select,
#giaban-li select {
  border: unset;
  font-size: 14px;
  color: #333333ab;
  margin-bottom: 5px;
  text-align: left;
}

.tenhh.tenhh_nhapkho {
  min-width: 410px !important;
}

.tenhh.tenhh_xuatkho {
  min-width: 350px !important;
}

.select_input input {
  min-width: 100px !important;
  text-align: right;
}

.banthuoc-left-title.nhapkho-left-title input {
  max-width: 100px;
}

.nhapkho-right-bottom li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nhapkho-right-bottom .thanhtoan_title label {
  font-family: "Open Sans Bold";
}

.nhapkho-right-bottom input {
  border: unset;
  border-bottom: 1px solid #9c9ea082;
  width: 100%;
  border-radius: unset;
  margin: 10px 0;
}

.nhapkho-right-bottom .li-btn-nhapkho {
  justify-content: flex-end;
  margin: 10px 0 0 15px;
}

.nhapkho-right-bottom .li-btn-nhapkho #cancel {
  background-color: #adadad;
}

.nhapkho-right-bottom .li-btn-nhapkho #luuphieu {
  background-color: #ed7d31;
  color: #fff;
}

.update_box input,
.update_box select {
  border: none;
  border-bottom: 1px solid #adadad;
  border-radius: unset;
  padding: 0;
}

.select_active {
  border: none !important;
  font-size: 16px;
}
/*******************************DANH MỤC HÀNG HÓA*******************************/
.dmhanghoa_group_print_wrap {
  position: relative;
}
.dmhanghoa_group_print_wrap:hover .dmhanghoa_group_print {
  display: block;
}
.dmhanghoa_group_print {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 9;
}
.dmhanghoa_group_print button {
  background-color: #088dc3;
  color: #fff;
  border: unset;
  text-align: left;
  padding: 10px;
  width: 200px;
  border-bottom: 1px solid #ffff;
}
.section_hanghoa_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_hanghoa_header #hanghoa_nhomthuoc {
  width: 250px;
}
.section_hanghoa_header #hanghoa_search {
  width: 200px;
}
.section_hanghoa_header .btn_add_hanghoa {
  margin: 0 5px;
}
#inmavach_search_mathuoc_input {
  margin-bottom: 10px;
  font-size: 16px;
}
.tinhsoluongthuoc_div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 30px;
}
.tinhsoluongthuoc_div input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/*******************************THU CHI KHÁC*******************************/
.thuchikhac_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.thuchikhac_header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.thuchikhac_header .left input {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 0;
}
.thuchikhac_header .left .datepicker_thuchikhac {
  width: 105px;
  margin: 0 10px;
}
.thuchikhac_header .left input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.thuchikhac_header .left .search_input {
  width: 200px;
  margin-left: 20px;
  padding: 5px 0;
}
.thuchi_type {
  display: flex;
  align-items: center;
}
.thuchi_type input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.thuchi_type input[type="radio"]:nth-child(3) {
  margin-left: 20px;
}
/*****************************************TỒN KHO*************************************/
.section-tonkho-content {
  min-height: 350px;
  padding-bottom: 100px;
  overflow-y: auto;
  max-height: 100%;
}
.section-tonkho {
  padding-bottom: 100px;
}
.tonkho_btn_in {
  margin-left: 10px;
}
.tonkho_time {
  display: flex;
}
.tonkho_time_child {
  display: flex;
  align-items: center;
}
.tonkho_time_child input {
  margin: 0 5px;
  max-width: 50px;
}
.section-tonkho-header ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px 0;
}

.section-tonkho-header ul li {
  margin: 0 14px;
}

.section-tonkho-header ul li select,
.section-tonkho-header ul li input {
  border: unset;
  border-bottom: 1px solid #555555;
}

.section-tonkho-header ul li input[type="number"] {
  width: 65px;
  text-align: center;
  font-size: 15px;
}

.section-tonkho-header ul li select {
  width: 250px;
  font-size: 17px;
}

.section-tonkho-header ul li input[type="text"] {
  width: 270px;
  font-size: 15px;
}

.tonkho_table_title {
  font-size: 14px;
}

.TonKho_List .title-2 {
  color: #000;
  font-weight: 500;
}

.tonkho_table_title .title-2 .left {
  text-align: center;
}

.section-tonkho-content td {
  text-align: right;
}

.TonKho_List .left {
  text-align: left;
}

.TonKho_List .center {
  text-align: center;
}
.section_tonkho_form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
}
.section_tonkho_form input,
.section_tonkho_form select {
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
}
.section_tonkho_form select {
  min-width: 200px;
  width: 200px;
  margin: 0 10px;
}
.section_tonkho_form .date_filter {
  min-width: 200px;
  width: 200px;
  margin-right: 10px;
}
.section_tonkho_form button {
  margin-left: 10px;
}
.section_tonkho_form .date {
  width: 100px;
  margin-right: 10px;
}
/**********************************THẺ KHO*********************************/
.section-thekho-header {
  margin: 10px 0;
}
.section-thekho-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-thekho-header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.section-thekho-header input,
.section-thekho-header select {
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
  padding: 0;
  width: 200px;
}
.thekho_header_right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.thekho_header_right input {
  width: 80%;
}

.section-thekho-header p {
  width: 120px;
  margin-bottom: 6px;
  font-size: 15px;
}

.section-thekho-header.section-bctheonhom-header p {
  margin-bottom: 0;
}

.section-thekho-header.section-bctheonhom-header select {
  max-width: 150px;
  padding: 0;
}

.section-thekho-header .TheKho_Tim,
.section-thekho-header .TheKho_In {
  border-radius: 5px;
  border: none;
  color: #fff;
}

.section-thekho-content .title-2 {
  text-align: left;
  font-weight: 600;
}

#thekho_list_table {
  font-size: 14px;
}
/**************************************LỢI NHUẬN*************************************/
.loinhuan_table {
  max-height: 500px;
}
/**************************************DANH MỤC*************************************/

.themthuoc_th {
  text-align: left;
}
.themthuoc_plus {
  margin-right: 5px;
  padding-bottom: 4px;
}
.kedon_form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
}
.kedon_form input[type="radio"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.kedon_form input[name="kedon_loc"] {
  margin-left: 15px;
}
.inmavach_right {
  overflow-y: scroll;
  height: 300px;
}
.mavach_soluong {
  width: 50px;
  text-align: right;
}
#sodangky_search_input {
  text-align: center;
  background-color: #e9ecef;
  border-bottom: unset;
  color: #3e6fa1;
  font-weight: 600;
}
/**************************************HẠN DÙNG***********************************/
.handung_button {
  text-align: right;
}
.handung_header_item.radio input {
  width: 20px;
  height: 20px;
}
.handung_header_item.hidden {
  display: none;
}
.inphieu_btn {
  display: flex;
  justify-content: center;
}
.inphieu_btn button {
  margin: 0 2px;
}
.section-handung-header select,
.section-handung-header input {
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
  padding: 0;
}
.section-handung-header select {
  padding: 0;
}
.section-handung-header {
  margin: 20px 0;
}
.handung_header_item.radio {
  margin: 6px 0;
}
.section-tbsyt-header p {
  width: 120px;
}

.section-handung-header p {
  font-size: 15px;
}
.section-kiemkho-header {
  margin: 10px 0;
}
.section-kiemkho-header p {
  margin: 0 10px;
  white-space: nowrap;
}
.kiemkho_div {
  max-height: 600px;
}
.kiemkho_tbody .active {
  background-color: orange;
}

.section-kiemkho-header input[type="text"] {
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
  padding: 5px 0;
  font-size: 15px;
}

.section-kiemkho-header input[type="number"] {
  width: 60px;
  padding: 5px 0;
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
}
.section-kiemkho-header button {
  margin-left: 10px;
}
.kiemkho_header_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kiemkho_header_item input {
  width: 100%;
}
.kiemkho_header_item_btn {
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.section-handung-header ul,
.section-kiemkho-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-kiemkho-header ul {
  margin: 0;
}

.section-handung-header ul li,
.section-kiemkho-header ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 14px;
}

.section-handung-header ul li input[type="text"] {
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
  padding: 0;
  min-width: 200px;
}

.section-handung-header ul li input[type="number"] {
  padding: 5px 0;
  width: 60px;
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
}

.section-handung-header ul li select {
  border: unset;
  border-bottom: 1px solid #555555;
  border-radius: unset;
  font-size: 16px;
}

.section-handung-header ul li button,
.section-dathang-header ul li button {
  margin: 0 5px;
  border: unset;
  border-radius: 5px;
  color: #fff;
}
.dathang_div_search {
  margin: 10px;
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-handung-header ul li input[type="radio"] {
  margin: 0 10px;
}

#handung_songay {
  display: none;
}
.handung_header_item p {
  white-space: nowrap;
  margin: 0 5px;
}
.handung_header_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/*********************************ĐẶT HÀNG**********************************/

.section-dathang-header ul {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}

.section-dathang-header select {
  border: unset;
  border-bottom: 1px solid #000;
  min-width: 350px;
}
/*******************************KSDB****************************************/
.thuocksdb_modal_dialog {
  justify-content: center;
  max-width: 80%;
  margin-bottom: 10%;
}
.thuocksdb_btn {
  padding: 20px;
  justify-content: flex-end;
  display: flex;
}
.thuocksdb_btn button:nth-child(2) {
  margin: 0 5px;
}
.thuocksdb_btn input {
  width: 200px;
}
.thuocksdb_body {
  padding: 0 20px;
}

/*******************************NHÓM THUỐC *******************************/
.section-nhomthuoc-content,
.section-thekho-content {
  min-height: 100vh;
  padding-bottom: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.section-nhomthuoc {
  margin: 10px 0;
}

.section-nhomthuoc-header input,
.section-nhomthuoc-header select {
  border: unset;
  border-bottom: 1px solid #000;
  border-radius: unset;
  margin: 0 10px;
  padding: 0;
}

.section-nhomthuoc-header {
  margin: 10px 10px 10px 0px;
}

.section-nhomthuoc-header.right {
  justify-content: flex-end;
}

.modal-body .form-group p {
  margin-top: 5px;
  text-align: right;
  white-space: nowrap;
}
/******************************CẤP QUYỀN**************************************/
.modal-dialog-capquyen {
  max-width: 80% !important;
}
.modal-dialog-changepass {
  max-width: 45% !important;
}
.modal-content-capquyen {
  min-height: 600px;
}
.capquyen_content_left .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid darkgreen;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.capquyen_content_left .title .title_child select {
  width: 200px;
  margin-left: 10px;
}
.capquyen_content_left .title button {
  margin-left: 10px;
}
.capquyen_content_left .title .title_child {
  display: flex;
  align-items: center;
}
.capquyen_content_left ul li {
  padding: 8px 20px;
}
.modal_header_capquyen {
  justify-content: center;
}
#hosochucnang_table tr:hover,
#hosophanquyen_table tr:hover {
  background-color: #1da03c;
}
.capquyen_content_left #hosochucnang_table,
.capquyen_content_right #hosophanquyen_table {
  max-height: 400px;
  overflow-y: auto;
}
/******************************TOA MẪU *******************************/

.modal-content-toamau {
  min-height: 400px;
  overflow-y: scroll;
}

.modal-dialog-toamau {
  max-width: 80% !important;
}

.toamau_table .thead-light th,
#toamau_list_table .thead-light th {
  background-color: #b8daff;
}

.toamau_title_right,
.toamau_title_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #33333329;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tentoamau {
  background: url("../img/edit_small.png") no-repeat scroll 5px 12px;
  padding-left: 30px !important;
  text-align: left;
  font-size: 14px !important;
}

.tenthuoc_toamau {
  background: url("../img/check.png") no-repeat scroll 0px 10px;
  padding-left: 20px !important;
}
.gioitinh_edit_form {
  display: flex;
  align-items: center;
  padding: 7px 0px 6px 0px;
}
.gioitinh_edit_form input {
  width: 20px !important;
  margin: 0 8px 2px 10px;
  border-radius: 999px !important;
  height: 20px;
}

/**************************************THU CHI - CÔNG NỢ**********************/

.select_thuchi {
  max-width: 330px;
}

/**************************************CÔNG NỢ********************************/

.select_congno {
  max-width: 180px;
}

/***************************************KIỂM KHO*******************************/

.kiemkho_btn_gui {
  text-align: right;
  margin-right: 10px;
}

.kiemkho_btn_gui button {
  color: #fff;
  margin: 0 5px;
}

.kiemkho_tontt {
  width: 100%;
  border: unset;
  text-align: right;
}

/**********************************Hóa đơn DHG*******************************/
.giabancothue_input {
  border: unset;
  text-align: right;
  max-width: 70px;
}
.modal-dialog-dhg {
  max-width: 100% !important;
}

.modal-content-dhg {
  min-height: 600px;
  overflow-y: scroll;
}

.modal-header-dhg {
  justify-content: center;
}

.modal-header-dhg h5 {
  font-weight: bold;
  color: #484646;
}

/**********************************SYT***************************************************/

.thongbao_syt_list .indam {
  font-family: "tahomabd";
}

.thongbao_syt_list .indam .noidung {
  font-weight: normal;
}
/***********************************ACTIVE***********************************************/
.nhatkygiahan_btn_add,
.nhatkygiahan_btn_edit {
  justify-content: flex-end;
  display: flex;
}
.nhatkygiahan_btn_add.hidden,
.nhatkygiahan_btn_edit.hidden {
  display: none;
}
.nhatky_dathu_div {
  display: flex;
  align-items: center;
  padding: 7px 0px 6px 0px;
}
.nhatky_dathu_div input {
  width: 20px !important;
  margin: 0 8px 2px 10px;
  border-radius: 999px !important;
  height: 20px;
}
#active_tb_res {
  max-height: 75%;
}
.active_header {
  margin: 10px;
  float: right;
  display: flex;
  align-items: center;
}
.active_header input {
  min-width: 200px;
  margin-right: 10px;
}
.section_active {
  margin: 0px 10px 50px 10px;
}
.section_active p {
  float: right;
  margin-top: 7px;
  font-size: 16px;
}
.section_active .resetmk_hosodonvi {
  float: left;
}
.section_active input,
.section_active select {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #ddd;
  padding: 0;
  font-size: 16px;
}
#nhatkygiahan_search {
  width: 200px !important;
}
.nhatkygiahan_header {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
.nhatkygiahan_header .datepicker_nhatkygiahan {
  width: 300px;
}
.nhatkygiahan_header select {
  width: 160px;
}
.nhatkygiahan_header .item_loc {
  margin: 0 5px;
}
.datepicker_nhatkygiahan input,
#nhatkygiahan_search,
.nhatkygiahan_header select {
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
}
/***************************************THÔNG BÁO TPS************************************/
.modal_title_tbtps {
  width: 100%;
  text-align: center;
  color: red;
}
.p_tbtps {
  text-align: center;
  margin-bottom: 10px;
}
.p_tbtps.text_left {
  text-align: left;
}
.thongbaotps_footer .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.thongbaotps_footer.giahan .modal-footer {
  justify-content: center;
}

/***************************************GỬI CỔNG*******************************************/
.section-guicong {
  margin-top: 20px;
}
.guicong_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guicong_right button {
  margin-left: 40px;
}
.sl_gui {
  margin-left: 40px;
}
.table_thongke_guicong {
  margin: 20px 0;
}

/*****************************EC BÁO CÁO*********************************/
.sokhambenh_section .content table th {
  vertical-align: middle;
}
.sokhambenh_section {
  padding: 10px 20px;
  overflow-y: auto;
  margin-bottom: 41px;
}
.sokhambenh_section .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sokhambenh_section .header .loc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sokhambenh_section .header .loc #date_sokhambenh {
  width: 200px;
  margin: 0;
}

.sokhambenh_section .header .loc input[type="number"],
.sokhambenh_section .header .loc input[type="text"] {
  border: unset;
  border-bottom: 1px solid #ddd;
  text-align: right;
  margin: 0 10px;
  border-radius: unset;
  height: 30px;
}

.sokhambenh_section .header .loc #search_onkeyup_input {
  text-align: left;
  width: 260px;
}

.sokhambenh_section .header .loc .input-group.date {
  width: 125px;
}
.sokhambenh_section .content {
  min-height: 350px;
  margin-bottom: 41px;
  overflow-y: auto;
}
/*************************************EC*******************************************/
#ketluan_div_hidden,
#sa_ketluan_textarea {
  font-family: "times_rp";
}
.dmcls_tbody .stt_in_td input {
  border: unset;
  text-align: center;
  width: 30px;
}
.dmcls_tbody .dmcls_tr.active {
  background-color: darkgreen;
  color: #ffff;
}
.dmcls_tbody .dmcls_tr.active input {
  background: unset;
}
.cls_td_input input {
  border: unset;
  width: 80px;
  text-align: right;
}
.section_dmcls_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px;
}
.section_dmcls_header select,
.section_dmcls_header input {
  width: 200px;
  margin-right: 10px;
}
.lichsukhambenh_soluong {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.lichsukhambenh_soluong .lsbenh_input_sl {
  border: unset;
  margin-left: 5px;
  width: 40px;
  text-align: center;
  padding: 0;
  color: red;
  line-height: 1.3;
}
.lichsukhambenh_soluong p {
  line-height: 1.3;
}
.ectonghopkhambenh_filter #year_chart.hidden,
.ectonghopkhambenh_filter #date_chart.hidden {
  display: none;
}
.chart_filter_div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}
.chart_filter_div p {
  white-space: nowrap;
}
.chart_filter_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter_radio {
  display: flex;
  align-items: center;
}
.filter_radio input[class="filter_type"] {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.filter_radio input[class="filter_type"]:last-child {
  margin-left: 20px;
}
.ecphatthuoc_left_div {
  padding: 0 10px;
}
.ecphatthuoc_left_div .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ecphatthuoc_left_div .phatthuoc_filter_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ecphatthuoc_left_div .phatthuoc_filter_div #ngayphatthuoc {
  width: 200px;
  margin: 0 10px 5px 0;
}
#phatthuoc_search {
  padding-left: 0px;
  min-width: 100%;
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
  margin-bottom: 5px;
}
.ho_td,
.ten_td {
  color: red;
}

.nhanbenh_content,
.khambenh_content,
.ectoamau {
  min-height: 100vh;
  padding-bottom: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.nhanbenh_content {
  display: block;
}
.nhanbenh_content_mb {
  display: none;
}
.nhanbenh_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.khambenh_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.khambenh_btn_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nhanbenh_radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.nhanbenh_radio_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nhanbenh_radio_item {
  margin: 0 10px;
}
.nhanbenh_radio_item input[type="checkbox"],
.nhanbenh_radio_item input[type="radio"] {
  width: 35px;
  height: 20px;
}

.nhanbenh_btn .tim_tenbenhnhan,
.khambenh_btn .tim_tenbenhnhan {
  width: 300px;
  border: unset;
  border-bottom: 1px solid #000;
  border-radius: unset;
  margin: 0 10px;
  padding: 0;
  font-size: 16px;
}
.gioitinh_form {
  display: flex;
  align-items: center;
  padding: 7px 0px 6px 0px;
}
.gioitinh_form input {
  width: 20px !important;
  margin: 0 8px 2px 10px;
  border-radius: 999px !important;
  height: 20px;
}
#error_nhanbenh .alert {
  padding: 5px 25px;
  margin-bottom: 0;
}
#error_nhanbenh_edit .alert {
  padding: 7px 25px;
  margin-bottom: 0;
}
.nhanbenh_modal_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.khambenh_btn_left #kb_reload {
  border: unset;
  background: unset;
}
.info_name_div {
  display: flex;
  justify-content: center;
  margin-left: 5px;
}

.khambenh_div {
  min-height: 205px;
}
.khambenh_right .title_p {
  border-bottom: 1px solid #97daaf;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  color: red;
}
.khambenh_right_themthuoc {
  margin-bottom: 5px;
}
.khambenh_right_themthuoc .title_p {
  font-size: 16px;
}
.khambenh_div,
.khambenh_right_themthuoc,
.khambenh_footer {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.khambenh_cls .title_p {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #97daaf;
  font-size: 16px;
  color: red;
  display: flex;
  align-items: center;
}
.khambenhheader_lichsu_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #97daaf;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  color: red;
}
.khambenhheader_lichsu_div .khambenh_again_p {
  color: darkgreen;
}
.khambenhheader_lichsu_div .khambenh_again_p:hover {
  cursor: pointer;
}
.cls_btn_div {
  text-align: center;
}
.khambenh_cls_header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #97daaf;
}

.khambenh_body {
  height: auto;
  background-color: #ffff;
}
.khambenh_cls {
  margin-bottom: 5px;
}

.modal_content_cls {
  min-height: 540px;
}
.hentaikham_date {
  width: 90px !important;
  padding: 0;
  text-align: center;
}
.modal_header_cls {
  justify-content: center;
  padding: 8px 0;
}
.modal_body_cls {
  padding: 0;
}
.modal_cls_info {
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px 0;
}
.modal_cls_content_left,
.modal_cls_content_right {
  padding: 10px;
}
.modal_cls_content_left .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  color: black;
  font-family: "OpenSans-SemiBold";
}
.cls_content_right_fix {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal_cls_content_right .title {
  color: darkgreen;
  font-family: "OpenSans-SemiBold";
}
.modal_cls_content_right .cls_tongcong {
  color: red;
  font-family: "OpenSans-SemiBold";
}
.kbthuoc_thead tr th,
.kbcls_thead tr th {
  vertical-align: middle;
}
.clsctleft_tr:hover,
.content_tr:hover {
  cursor: pointer;
}

.cls_footer_left .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cls_footer_left .item:first-child {
  margin-bottom: 20px;
}
.cls_footer_left .item p {
  white-space: nowrap;
  margin-right: 5px;
}
.cls_footer_left .item .p_last {
  margin-left: 20px;
}
.cls_footer_left .item select {
  width: 240px;
}
.cls_footer {
  padding: 0px 10px 20px 10px;
}
.cls_footer_left .item input {
  width: 100%;
  margin-right: 20px;
}
.cls_footer_left .item.item2 select {
  width: 100%;
  margin-right: 20px;
}

.cls_footer .cls_footer_row {
  align-items: flex-start;
}
.cls_footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 90px;
}
.cls_toncong_div .cls_tongcong {
  font-family: "OpenSans-SemiBold";
  margin-bottom: 25px;
  font-size: 18px;
  color: red;
}
.clsctleft_table {
  overflow-y: scroll;
  height: 400px;
}
.kb_songayuong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kb_songayuong p {
  white-space: nowrap;
  min-width: 95px;
}
.kb_songayuong_input {
  width: 60px;
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  text-align: center;
  color: red;
}
.kb_songayuong_number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 120px;
  max-width: 120px;
  padding: 0px 0px 0px 15px;
}
.kb_songayuong_number.hidden,
.kb_toamau_p.hidden {
  display: none;
}
.kb_songayuong_number li {
  background-color: #f2f2f2;
  width: 26px;
  margin: 1px;
  text-align: center;
  cursor: pointer;
}
.kb_chandoan {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
}
.kb_chandoan p {
  white-space: nowrap;
  min-width: 130px;
  margin-right: 10px;
  text-align: right;
}
.kb_chandoan_input {
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  width: 60px;
}
.kb_chandoan button {
  width: 35px !important;
}
.chisosinhnieu_item {
  display: flex;
  justify-content: space-between;
}
.chisosinhnieu_item_child:nth-child(2) {
  margin: 0 10px;
}

.chisosinhnieu_item_child .field__label {
  left: 0;
}
.chisosinhnieu_item_child .field__input {
  color: red;
}

.trieuchung_div {
  display: flex;
  width: 100%;
}
.xutri_p {
  min-width: 50px !important;
}
.trieuchung_div input {
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  width: 100%;
}
.kb_chandoan_div {
  display: flex;
  width: 100% !important;
  justify-content: flex-start;
  align-items: center;
}
.kb_songayuong_number li:focus {
  background-color: var(--focus_color);
  color: #fff;
}
.kbr_header_left {
  display: flex;
  align-items: flex-start;
  min-height: 70px;
}
.khambenh_thuoc_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #97daaf;
}

.kb_tenthuoc_input {
  border: unset;
  font-size: 15px;
  width: 100%;
}
.kb_tenthuoc_input::-webkit-input-placeholder,
#inmavach_search_mathuoc_input::-webkit-input-placeholder {
  color: red;
}
.kb_tenthuoc_input:-ms-input-placeholder,
#inmavach_search_mathuoc_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

.kb_tenthuoc_input::placeholder,
#inmavach_search_mathuoc_input::placeholder {
  color: red;
}
.kb_tonkho {
  overflow-y: scroll;
  max-height: 300px;
}
.kb_tonkho.hidden {
  display: none;
}
.kb_thuoc_add select {
  border: unset;
  border-bottom: 1px solid #ddd;
}
.kb_luc_td select {
  width: 100px;
}
.kb_thuoc_add .buoi_td {
  width: 100px;
}
.kb_thuoc_add .buoi_td input[type="text"] {
  color: red;
  font-family: "OpenSans-SemiBold";
}
.kb_thuoc_add input[type="text"] {
  text-align: center;
  border: unset;
  width: 100%;
}
.kb_thuoc_add input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.kb_soluong,
.kb_ngayuong,
.kb_lieudung {
  width: 40px;
  text-align: center;
}
.kb_cachdung {
  width: 100%;
  border: unset;
  color: red;
  height: 28px;
}
#kb_toamau_p {
  color: green;
}
.kb_toamau_p {
  color: darkgreen;
  font-size: 17px;
  border-left: 1px solid darkgreen;
  margin-left: 10px;
  padding-left: 10px;
}
.kb_toamau_p:hover {
  cursor: pointer;
}
.kb_toamau_select:hover {
  cursor: pointer;
  background-color: var(--maunen_tonkho);
}
.kb_toamau_select:focus {
  background-color: var(--focus_color);
}
.kb_khambenhline_tr td,
.kb_khambenhline_tr th {
  vertical-align: middle;
}
.kb_error_p {
  font-family: "OpenSans-SemiBold";
}
.tencd_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  border-bottom: 1px solid var(--bottomLineColor);
  width: 100%;
}
.tencd_div input {
  border: unset;
  margin-right: 20px;
  width: 100%;
}
.tencd_xoa_btn.hidden {
  display: none;
}
.tencd_xoa_btn {
  border: unset;
  background: unset;
}
.kb_soluong_td {
  width: 50px;
}

.kb_xoa_th,
.kb_luc_td {
  width: 20px;
}
.kb_ngayuong_td {
  width: 50px;
}
.kb_lieudung_td {
  width: 50px;
}
.kb_buoi_td {
  width: 50px;
}
.kb_buoi_div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb_buoi_div input {
  width: 25px;
  text-align: center;
}
.kb_tanggiam_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kb_tanggiam_div button:focus {
  outline: unset;
}
.kb_tanggiam_div button {
  border: unset;
  background: unset;
  padding: 5px;
}

.khambenh_footer_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}
.khambenh_footer_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 0 0;
}

.khambenh_footer_content button {
  margin: 0 3px;
}
.khambenh_footer {
  margin-bottom: 70px;
}
.khambenh_footer .title_p {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #97daaf;
  font-size: 17px;
}
.hentaikham_check {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.kb_footer_top_item input[type="text"],
.kb_footer_top_item select {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  width: 250px;
  padding-left: 0;
}
.kb_footer_top_item p {
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.kb_footer_top_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0px;
}
#hentaikham_date {
  width: 100px;
  padding: 4px 0;
}

#thanhtien_total,
#thuoc_total,
#thutruoc_total {
  font-family: "OpenSans-SemiBold";
}
.kb_footer_top_item button {
  border: unset;
  background-color: unset;
}
.khambenh_footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kb_thuoc_tbody.hidden {
  display: none;
}
.lichsubenh_tr.active {
  background-color: var(--focus_color);
}
.lichsubenh_tbody tr:hover,
.kb_tonkho_tbody tr:hover {
  cursor: pointer;
}
.kb_tonkho table {
  background-color: var(--maunen_tonkho);
}
.kb_tonkho_tbody tr:focus {
  background-color: var(--focus_color);
  color: #ffff;
}

.cls_delete_th:hover,
.kb_xoa_th:hover,
.cls_xoa_th:hover {
  cursor: pointer;
}
.add_cls_btn:hover {
  cursor: pointer;
}
.add_cls_btn.hidden {
  display: none;
}
.kb_thanhtien_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.tientong_list_ul {
  display: flex;
  flex-wrap: wrap;
}
.tientong_list_ul li {
  background-color: #b8dddd;
  padding: 4px 10px;
  margin: 10px 15px;
  border-radius: 14px;
  width: calc(30% - 15px);
  text-align: center;
}
.tientong_list_ul li:hover {
  cursor: pointer;
  background-color: darkgreen;
  color: #ffff;
}
.kb_thanhtien_ul li p {
  padding: 5px;
  font-size: 15px;
}

.kb_thanhtien_ul li:nth-child(1) p:nth-child(1) {
  background-color: #0293d2;
}
.kb_thanhtien_ul li:nth-child(2) p:nth-child(1) {
  background-color: orangered;
}
.kb_thanhtien_ul li:nth-child(3) p:nth-child(1) {
  background-color: darkgreen;
}
.kb_thanhtien_ul li:nth-child(4) p:nth-child(1) {
  background-color: red;
}
.kb_thanhtien_ul li:nth-child(5) p:nth-child(1) {
  background-color: #ad30a9;
}
#kb_thanhtien_ul #thuoc_total,
#kb_thanhtien_ul #thanhtien_total,
#kb_thanhtien_ul #thutruoc_total {
  border: unset;
  background-color: #e3e5e6;
  min-width: 80px;
  max-width: 110px;
  text-align: center;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 5px;
  font-size: 15px;
}
.kb_thanhtien_ul li p:nth-child(1) {
  color: #ffff;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  min-width: 20px;
  text-align: center;
}
.kb_thanhtien_ul li p:nth-child(2) {
  background-color: #e3e5e6;
  min-width: 50px;
  text-align: center;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.kb_group_save,
.kb_group_edit {
  display: flex;
  padding-left: 10px;
}
.kb_group_edit.hidden,
.kb_group_save.hidden,
.kb_songayuong_number.hidden,
.kb_xoa_th.hidden,
.loidanbacsi_btn_add.hidden,
.kb_edit_btn.hidden,
.kb_save_btn.hidden {
  display: none;
}

.cls_table_div,
.lichsubenh_table_div {
  max-height: 130px;
}

.kb_ngayuong_title.black_red,
.kb_chandoan_title.black_red,
#congno_btn {
  color: red;
  animation: black_red 1s infinite;
}

.kb_chandoan_title {
  min-width: 130px !important;
  text-align: right;
}
.toamau_search_input {
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
}
.phatthuoc_table_thuoc.hidden,
.phatthuoc_table_cls.hidden {
  display: none;
}
.phatthuoc_header_tr.black td {
  color: black;
}
.phatthuoc_header_tr.red td {
  color: red;
}
.phatthuoc_header_tr:hover,
.phieuthu_tr:hover {
  background-color: var(--maunen_tonkho);
  cursor: pointer;
}
.phieuthu_tr:focus {
  background-color: var(--focus_color);
}
.phatthuoc_header_tr.active,
.phieuthu_tr .active {
  background-color: var(--focus_color);
}
.phatthuoc_right_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.phatthuoc_right_footer .item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.phatthuoc_right_footer .item input,
.phatthuoc_tongcong,
.phatthuoc_trakhach {
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  margin: 0 15px;
  width: 80px;
  text-align: right;
  font-family: "OpenSans-SemiBold";
}
.phatthuoc_trakhach {
  color: darkblue;
}
.phatthuoc_khachdua {
  color: darkgreen;
}
.phatthuoc_tongcong {
  color: red;
}
.btn_phatthuoc.hidden {
  display: none;
}
.phatthuoc_right_footer .item button {
  margin: 0 5px;
}

.btn_open_chuandoan_form {
  border: unset;
  background-color: unset;
  width: 20px !important;
}
.btn_open_chuandoan_form:focus {
  outline: unset;
}
.form_chandoansearch_input {
  width: 50%;
  margin-bottom: 10px;
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #ddd;
}
.form_chandoansearch_input:focus {
  outline: unset;
}
.cachdung_td_textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cachdung_td_textarea button {
  border: unset;
  background-color: unset;
}
.form_cachdungsearch_input,
.form_cachdungsearch_input_add {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.form_cachdungsearch_input_add {
  width: 100%;
}
.modal_danhmuccachdung_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_danhmuccachdung_add.hidden,
.modal_danhmuccachdung_div.hidden {
  display: none;
}
.modal_danhmuccachdung_div button {
  border: unset;
  background-color: unset;
}
.modal_danhmuccachdung_add {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 15px;
}
#mspk_add_div {
  margin-top: 20px;
}
#mspk_add_div select {
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
}
.lichsukhambenh_title {
  padding: 5px 0;
}
.ectoamau_left_title .lskb_intoa {
  margin-left: 2px;
}
#chandoan_search_div {
  display: flex;
}
#chandoanrieng_add_div.hidden,
#chandoan_search_div.hidden {
  display: none;
}
#chandoanrieng_add_div div {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0;
}
#chandoanrieng_add_div div button:nth-child(2) {
  margin-left: 5px;
}
.kb_toamau_div .chitiet,
.kb_toamau_search_div {
  margin-bottom: 10px;
}
.kb_toamau_div #timkiem_chidinhthuoc_input {
  margin-bottom: 10px;
}
.kb_toamau_search_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.danhmuccachdung_tbody tr:hover {
  cursor: pointer;
  background-color: var(--focus_color);
}
.khambenh_diachi_list,
.khambenh_diachi_list_edit {
  margin-top: 2px;
  overflow: auto;
  max-height: 100px;
}
.khambenh_diachi_list li,
.khambenh_diachi_list_edit li {
  border: 1px solid #ddd;
  padding: 4px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 2px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #e8f0fe;
}
.khambenh_diachi_list li:hover,
.khambenh_diachi_list_edit li:hover {
  cursor: pointer;
  background-color: #c8d9f6;
}
.nhanbenh_search_div {
  display: flex;
}
#tiepnhan_buoi_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
#tiepnhan_buoi_checkbox.hidden {
  display: none;
}
#error_ngaysinh_add_div.hidden {
  display: none;
}
#setting_phongkham_div {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#setting_phongkham_div p {
  text-transform: none;
}
/*******************************ECTOAMAU*****************************************/
.ectoamau {
  height: auto;
  background-color: #ffff;
}
.ectoamau_right.phatthuoc {
  justify-content: space-between;
}
.ectoamau_left,
.ectoamau_right {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 600px;
}
.ectoamau_left,
.ectoamau_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ectoamau_left.lichsukhambenh_left,
.eckhamrang_right.lichsukhambenh_right {
  justify-content: space-between;
}
.phatthuoc_cls_table {
  margin-bottom: 20px;
}
.ectoamau_left_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #97daaf;
  padding: 5px 0;
  margin: 10px;
}
.ectoamau_left_title.phathuoc {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.ectoamau_left_title.phathuoc label {
  font-size: 16px;
}
.ectoamau_left_title.lskb_left_title {
  justify-content: flex-start;
}

#error_toamauheader_add div,
#error_toamauheader_edit div {
  margin: 0;
  padding: 6px 10px;
}
.ectoamau_right_thongso {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.ectoamau_right_thongso p {
  margin: 0 10px;
  padding: 10px 0;
  white-space: nowrap;
}
.ectoamau_right_thongso #toamau_mscd,
.ectoamau_right_thongso #toamau_ngayuong {
  width: 60px;
}
.ectoamau_right_thongso #toamau_tencd {
  margin: 0 10px;
  width: 100%;
}
.ectoamau_right_thongso input {
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  border-radius: unset;
}
.ectoamau_right_thongso .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.ectoamau_left_tb,
.ectoamau_right_tb {
  padding: 0 10px;
}
.toamauheader_tr:hover {
  background-color: var(--maunen_tonkho);
  cursor: pointer;
}
.toamauheader_tr:focus {
  background-color: var(--focus_color);
}
.ectoamau_right_save {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ui-state-default.ui-sortable-helper {
  page-break-inside: avoid;
  background-color: #8eb598 !important;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  border: unset;
}
.ui-state-default.ui-sortable-helper td,
.ui-state-default.ui-sortable-helper th {
  border: unset;
  color: #fff;
}
.ui-state-default.ui-sortable-helper .display_none,
.ui-state-default.ui-sortable-helper .kb_xoa_th,
.ui-state-default.ui-sortable-helper .kb_luc_td {
  display: none;
}
.ui-state-default.ui-sortable-helper input,
.ui-state-default.ui-sortable-helper textarea,
.ui-state-default.ui-sortable-helper select {
  background-color: #8eb598 !important;
  border: unset;
  color: #fff;
}

.chisosinhhieu_btn_div {
  display: flex;
  justify-content: flex-end;
}
/********************************BÁO CÁO SYT***************************************/
#kiemsoatchatluong_line_tbody input,
#kiemsoatchatluong_line_tbody select {
  border: unset;
}
.bctheodoivesinh_tb {
  max-height: 500px;
}
#bctheodoivesinh_header_tbody input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
.baocaonhietdodoam_header.hidden {
  display: none;
}
.baocaonhietdodoam_body {
  min-height: 400px;
  overflow-y: auto;
  padding-bottom: 100px;
  max-height: 100%;
}
#kiemsoatchatluong_line_div.hidden,
#kiemsoatchatluong_header_div.hidden {
  display: none;
}
.kiemsoatchatluong_tbody input,
.kiemsoatchatluong_tbody select {
  border: unset;
  border-bottom: 1px solid #ddd;
  border-radius: unset;
}
.section_soyte {
  padding: 10px 20px;
  background-color: #f2f2f2;
}
.soyte_item {
  background-color: #fff;
  margin: 10px 0;
  border-bottom: 12px solid #07611c;
  min-height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.soyte_item:hover {
  cursor: pointer;
  color: #ffff;
  background-color: #1f86379e;
}
.soyte_item .title {
  padding: 20px 20px;
}
.soyte_item .chitiet {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #07611c;
  color: #ffff;
}
.baocaonhietdodoam_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.baocaonhietdodoam_header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.baocaonhietdodoam_header .left p {
  white-space: nowrap;
}
.baocaonhietdodoam_header .left select {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  width: 200px;
}
.baocaonhietdodoam_header .left #msbs_select {
  margin-right: 20px;
}
.baocaonhietdodoam_header .left .baocaonhietdodoam_date {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  width: 110px;
  margin-right: 20px;
}
.baocaonhietdodoam_header .left button {
  min-width: 100px;
}
.baocaonhietdodoam_header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.baocaonhietdodoam_header .right button:first-child {
  margin-right: 10px;
}
#bcndda_tbody tr {
  text-align: center;
}
#bcndda_tbody input {
  border: unset;
  text-align: center;
}
.bcndda_btn_add {
  margin-left: 10px;
}
.bcndda_import_div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bcndda_import_div .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
}
.bcndda_import_div .item input {
  width: 30px;
  height: 20px;
}
.bcndda_excel_upload_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bcndda_upload_custom {
  width: 60%;
}
.bcndda_upload_btn {
  margin-left: 10px;
}
.bcndda_import_excel_elitech.hidden,
.bcndda_import_excel.hidden {
  display: none;
}
#bcthuoctheodon_tbody tr td,
#bcthuoctheodon_tbody tr th {
  vertical-align: middle !important;
}
.danhmucchandoan_tr:hover {
  cursor: pointer;
  background-color: var(--maunen_tonkho);
}
.ectoamau_left_tb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: 500px;
}

.phatthuoc_filter_radio {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phatthuoc_filter_radio input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.phatthuoc_right_footer .item .item_danhsachthuoc {
  display: flex;
}
.nhanbenh_input_btn {
  display: flex;
}
.kb_tonkho table thead th {
  color: red;
}
#form_menu .menu_benhnhan_p {
  border-bottom: 1px solid darkgreen;
  color: darkgreen;
  margin-bottom: 10px;
}
#form_menu .ul_menu_benhnhan li {
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
}
#form_menu .ul_menu_benhnhan li:hover {
  cursor: pointer;
}
#form_menu #ul_menu_benhnhan_thongtin li {
  background-color: #079d9d;
}

/**************************************FAMDOC*************************************/
.famdoc_tbody input {
  width: 100%;
  text-align: center;
  border: unset;
}
.bsgd_thongtin_hanhchinh label {
  width: 100%;
}
.bsgd_thongtin_hanhchinh .field__label {
  left: 0;
}
.bsgd_thongtin_hanhchinh .field__input {
  padding-left: 0;
}
.bsgd_gioitinh_div {
  display: flex;
  padding: 18px 0px;
}
.bsgd_gioitinh_radio {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bsgd_gioitinh_radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.bsgd_select_div .select2-container--default {
  padding: 18px 0;
}
.bsgd_select_div .select2-selection__rendered {
  padding-left: 0 !important;
}
.bsgd_select_div .select2-selection__arrow {
  height: 60px !important;
}
.famdoc_left_tbody td {
  font-size: 14px;
}
.famdoc_left_tbody tr {
  background-color: #dee2e6;
}
.famdoc_left_tbody .bsgd_active {
  background-color: #fff;
  cursor: pointer;
}
.famdoc_left_tbody .bsgd_active:focus {
  background-color: #c7dcf3;
}
.banthuoc_title_right.famdoc_right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.famdoc_tbody .famdoc_padding_left {
  padding-left: 30px;
}

/**************************************BACKUP*************************************/
.saoluu_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px 0;
}

.saoluu_div input[type="text"],
.saoluu_div select {
  border: unset;
  border-bottom: 1px solid var(--bottomLineColor);
  border-radius: unset;
  margin: 5px 10px;
  height: 35px;
}
.saoluu_div select {
  min-width: 350px;
  width: 350px;
}
.saoluu_div .input-group.date {
  min-width: 130px;
  width: 130px;
}
.saoluu_div .saoluu_noidung {
  margin-bottom: 0;
  min-width: 530px;
  width: 530px;
}
/******************************KHÁM RĂNG*******************************/
.eckhamrang_wrap {
  background-color: #f2f2f2;
  height: auto;
}
.eckhamrang_left img {
  height: 500px;
  width: 400px;
}
.eckhamrang_left .content {
  display: flex;
  justify-content: center;
}
.eckhamrang_left,
.eckhamrang_right {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.eckhamrang_list_rang_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eckhamrang_list_rang_div ul li {
  padding: 4px 10px;
}
.eckhamrang_list_rang_div .rang_active {
  cursor: pointer;
  color: red;
  font-weight: 600;
}
.eckhamrang_list_rang_div ul li:nth-child(3),
.eckhamrang_list_rang_div ul li:nth-child(4),
.eckhamrang_list_rang_div ul li:nth-child(5),
.eckhamrang_list_rang_div ul li:nth-child(6) {
  padding: 1px 10px;
}
.eckhamrang_list_rang_div ul:nth-child(2) {
  margin-top: 28px;
}
.eckhamrang_list_rang_div ul:nth-child(2) li:nth-child(3),
.eckhamrang_list_rang_div ul:nth-child(2) li:nth-child(4),
.eckhamrang_list_rang_div ul:nth-child(2) li:nth-child(5) {
  padding: 0px 10px;
}
.eckhamrang_left .title h1,
.eckhamrang_right .title h1 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #97daaf;
  font-size: 16px;
}
.eckhamrang_right {
  min-height: 572px;
}
.danhmuccls_tbody tr:hover,
.danhmucxutri_tr:hover {
  cursor: pointer;
  background-color: #d7e4da;
}

.eckhamrang_list_rang_div li:hover {
  cursor: pointer;
  color: red;
  font-weight: 600;
}
.msrang_p {
  font-family: "OpenSans-SemiBold";
  color: red;
}
.chitietrang_item {
  border: 1px solid #ddd;
  margin: 5px 0;
  padding: 5px 10px;
  position: relative;
}
.chitietrang_item .xoa_all {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.chitietrang_item .header {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.chitietrang_item .header li {
  display: flex;
}

.chitietrang_item .header input {
  border: unset;
  border-bottom: 1px solid #ddd;
}
.chitietrang_item button {
  border: unset;
  background: unset;
}
.chitiet_rang_cls_div {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.chitiet_rang_cls_div p {
  margin-right: 5px;
}
.chitiet_rang_cls_ul {
  display: flex;
  margin: 0;
}
.chitiet_rang_cls_ul li {
  display: flex;
  align-items: center;
  margin: 0 6px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 2px 8px;
}
#tiensubenh_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
}
#tiensubenh_ul li {
  padding: 1px 10px;
  border-radius: 30px;
  margin-right: 5px;
  background-color: #ffe0e0;
}
/**************************************SIÊU ÂM*******************************************/
.modal_dialog_sieuam {
  height: 100%;
  min-width: 100%;
  margin: 0 !important;
}
.modal_content_sieuam {
  height: 100%;
  border: unset;
  border-radius: unset;
}
.sieuam_footer {
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
}
.sa_bl_div_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid darkgreen;
  margin-bottom: 5px;
}
#sa_bl_div_content_tbody tr:hover {
  cursor: pointer;
  background-color: var(--focus_color);
}

.sa_bl_div_content {
  min-height: 150px;
  max-height: 150px;
  overflow-y: scroll;
}
.sieuam_benhly_checkbox {
  display: flex;
  align-items: flex-start;
}
.sieuam_benhly_checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sieuam_mota_div p,
.sieuam_right .capture .reload,
.sa_right_2_title p {
  border-bottom: 1px solid darkgreen;
  margin-bottom: 5px;
}
.sieuam_left .ketluan .ketluan_title,
.sieuam_page_right .ketluan .ketluan_title,
.dmcls_mota_chitiet_item .ketluan_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid darkgreen;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sieuam_right .capture .reload {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sieuam_right .ketluan,
.sieuam_right .denghi {
  margin-top: 10px;
}
.sieuam_right .capture {
  width: 100%;
}
.sa_right_1 img,
.sa_right_2 img {
  max-width: 100%;
}
.sa_right_1 .sa_btn {
  display: flex;
  margin-bottom: 5px;
}
.sa_right_2 .item {
  position: relative;
}
.sa_right_2 .item .mota_div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sa_right_2 .item .mota_div input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 0;
}
.sa_right_2.sieuam {
  margin-top: 20px;
}
.sa_right_2 .item .mota_div p {
  font-size: 12px;
  margin: 5px 12px 5px 2px;
  color: black;
  font-family: "OpenSans-SemiBold";
}
.sa_right_2 .item .mota_div p:last-child {
  margin-right: 0;
}
.sa_right_2 .item.san_select {
  border: 5px solid red;
}
.sa_btn_delete {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.modal_header_sieuam {
  margin: 0 15px;
}
.modal_header_sieuam h5 {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-family: "OpenSans-SemiBold";
}
.dmcls_checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dmcls_checkbox input {
  width: 20px;
  height: 20px;
}
.dmcls_checkbox p {
  margin-left: 10px;
  padding-bottom: 0px;
}
.dmcls_mota_left .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid darkgreen;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.dmcls_mota_chitiet_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.dmcls_mota_chitiet_item.ketluan {
  display: block;
  margin-top: 10px;
}

.dmcls_mota_chitiet_item p {
  white-space: nowrap;
  margin-right: 10px;
}
.dmcls_mota_chitiet_item input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#dmcls_benhly_add.hidden,
#dmcls_mota_add_btn.hidden,
.benhly_copy_btn.hidden {
  display: none;
}
#dmcls_benhly_add {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#dmcls_benhly_add input {
  width: 100%;
}
.dmcls_dscaidat_tr:hover {
  cursor: pointer;
  background-color: var(--focus_color);
}
.dmcls_dscaidat_tr.active {
  background-color: darkgreen !important;
  color: #fff;
}
#motabenhly_title label {
  color: red;
  font-size: 17px;
  font-family: "OpenSans-SemiBold";
}
.sieuam_footer_btn.hidden {
  display: none;
}
#benhnhan_sdt_div th,
#benhnhan_sdt_div td,
#benhnhan_byname_div th,
#benhnhan_byname_div td {
  white-space: nowrap;
}
.giahan_baocao_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 0px 5px 0px;
}
.giahan_baocao_tonghop_header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  margin-bottom: 20px;
}
.giahan_baocao_tonghop_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 275px;
  min-height: 275px;
  padding: 8px 8px;
  transition: max-height 0.3s ease;
}
.fixfooter_baocao_giahan {
  position: sticky;
  bottom: 0;
  background: white;
  font-weight: bold;
  z-index: 1;
}
#table_doisoat td {
  font-size: 14px;
}

/***************************************RESPONSIVE***************************************/

/***************************************PC**********************************************/

@media (min-width: 1800px) and (max-width: 2500px) {
  .modal-dialog-changepass {
    max-width: 30% !important;
  }
  .header-left ul li {
    padding: 14px 60px;
  }
  .tenhh.tenhh_nhapkho {
    min-width: 570px !important;
  }
  .banthuoc-left-title.nhapkho-left-title input {
    max-width: 140px;
  }
  .select_input input {
    min-width: 140px !important;
  }
}

/***********************Laptop***********************************/
/***********************1200*************************************/
@media (max-width: 1200px) {
  .section-home2-child {
    margin: 20px 10px;
  }
  .section-home2-child p {
    font-size: 14px;
  }
  .container {
    max-width: 1050px !important;
  }
  .button_div {
    padding: 36px 0 0 5px;
  }
  .eckhamrang_left img {
    height: 500px;
    width: 300px;
  }
}
