.valid-feedback {
  display: block !important;
}

.invalid-feedback {
  display: block !important;
}

/* ButtonIcon In Table */

.btnIcon-table {
  font-size: 16px;
  padding: 0 4px;
  border: none;
  background: none;
  margin: 0;
  min-width: 24px;
}
.btnIcon-table:focus {
  /* outline: 1px solid; */
  border: none;
  outline: 0;
}
.btnIcon-table:hover {
  background: rgb(238, 238, 238);
}
.btnIcon-table i {
  margin: 0;
}

/* ButtonIcon */
.btnIcon-image {
  font-size: 24px;
  padding: 0;
  border: none;
  background: none;
  margin: 4px;
}
.btnIcon-image:focus {
  outline: none;
}
.btnIcon-image:hover {
  cursor: auto;
}
.btnIcon-image i {
  margin: 0;
}

/* button */
/* button:focus {
  border: none;
  box-shadow: 0 0 0 0.2rem#3a97f9 !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 3px 5px #3a97f9 !important;
} */
button.lighHightFocus:focus {
  outline: 0;
  /* border: none; */
  box-shadow: 0 0 0 0.2rem#3a97f9;
}

/* datepicker */
.react-datepicker-popper {
  z-index: 11;
}
.react-datepicker-wrapper {
  display: block;
}
.input-group > .react-datepicker-wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
}

/* card-header */
.card-header {
  padding: 5px 15px;
  /* justify-items: center;
  align-content: center;
  vertical-align: middle;
  display: inline-block; */
}
.card .card-header {
  padding: 5px 15px;
  /* display: flex; */
  /* justify-items: center; */
  /* justify-content: space-between; */
  /* align-items: center; */

  /* display: inline-block; */
  /* vertical-align: middle; */
}

/* form */
.form-group {
  margin-bottom: 5px;
}

button.disabled:hover {
  cursor: not-allowed;
}

.ReactTable .rt-thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
}

.imgLogo_Small {
  height: 40px;
}
.bvname_Small {
  font-size: 18px;
  line-height: 20px;
}

/* modal */
.modal-dialog {
  box-shadow: none;
}

.imgLogo {
  height: 30px;
}
/* .bvname {
  font-size: 20px;
  line-height: 20px;
} */
/*css cho header*/
@media (max-width: 768px) {

  #header_Small{
    display: block;
  }

  #header_Big {
    display: none;
  }
}
@media (min-width: 768px) {
  .imgLogo {
    height: 60px;
    margin-top: -10px;
  }
  .bvname {
    font-size: 22px;
    line-height: 20px;
  }

  #header_Small{
    display: none;
  }
  #header_Big {
    display: block;
  }
}

@media (min-width: 1024px) {
  .bvname {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1440px) {
  .imgLogo {
    height: 80px;
    margin-top: -10px;
  }
  .bvname {
    font-size: 35px;
    line-height: 40px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* #root{
  background-image: url("/images/bg_vew.jpg");
}
#div-all{
  background-image: url("/images/bg_vew.jpg");
} */

.app-theme-white.app-container{
  background-color: transparent;
}
#loginNotBG{
  background-color: transparent !important;
}