html,
body {
  font-family: 'Noto Sans Thai', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.3;
  color: #22262A !important;
  overflow-x: hidden;
  background: #fff;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
a {
  color: #0C5D9D;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.c-g {
  color: #34C759 !important;
}
.c-r {
  color: red !important;
}
.btn {
  border-radius: 8px;
}
.btn-primary {
  background: #004C97 !important;
  border-color: #004C97 !important;
}
.btn-secondary {
  background: #DFE3E7 !important;
  border-color: #DFE3E7 !important;
  color: #004C97 !important;
}
.main-header {
  background: #fff;
  border-bottom: solid 1px #DFE3E7;
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-header .main-header-logo-toggle {
  cursor: pointer;
  margin-right: 20px;
}
.main-header .main-header-logo-images img {
  height: 40px;
}
.main-header .main-header-logo-text {
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .main-header .main-header-logo-text {
    display: none;
  }
}
.main-header .main-header-user a {
  font-weight: 500;
  font-size: 12px;
}
.main-header .main-header-user svg {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}
.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 500px;
}
.main-footer {
  background: #004C97;
  padding: 20px;
}
.main-footer a {
  color: #fff;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.main-footer .main-footer-text {
  color: #fff;
  font-size: 12px;
}
.main-body {
  width: 100%;
}
.main-body .main-sidebar {
  min-width: 280px;
  max-width: 280px;
  background: #fff;
  height: 100%;
  z-index: 99;
  transition: left 1s ease-in;
}
@media (max-width: 992px) {
  .main-body .main-sidebar {
    border: solid 1px #ddd;
    border-top: 0;
    margin-left: -280px;
  }
}
.main-body .main-content {
  background: #F3F3F3;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-left: solid 1px #DFE3E7;
}
@media (max-width: 768px) {
  .main-body .main-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-body.sidebar-toggle .main-sidebar {
  transition: left 1s ease-in;
  margin-left: -280px;
}
@media (max-width: 992px) {
  .main-body.sidebar-toggle .main-sidebar {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .main-body.sidebar-toggle .main-content {
    margin-left: -280px;
  }
}
.sidebar-menu {
  padding-top: 20px;
  padding-bottom: 40px;
}
.sidebar-menu .menu-item {
  user-select: none;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #22262A;
  cursor: pointer;
}
.sidebar-menu .menu-item:hover {
  color: #000 !important;
  background: #E0EFFF;
}
.sidebar-menu .menu-item:hover svg {
  stroke: #000 !important;
}
.sidebar-menu .menu-item.active {
  color: #004C97 !important;
  background: #E0EFFF;
  font-weight: 500;
}
.sidebar-menu .menu-icon {
  width: 40px;
  min-width: 40px;
  text-align: center;
}
.sidebar-menu .menu-sub {
  font-size: 13px;
}
.sidebar-menu .menu-sub .menu-item {
  color: #323232;
}
.sidebar-menu .menu-sub .menu-icon i {
  color: #8a8f94;
}
.sidebar-menu .menu-item-red {
  color: #FF3B30 !important;
}
.sidebar-menu .menu-item-red .menu-icon svg {
  stroke: #FF3B30;
}
.sidebar-menu .icon-sm {
  font-size: 6px;
}
.home {
  min-height: 500px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  text-align: center;
}
.home img {
  max-width: 600px;
}
.card-main {
  max-width: 1100px;
  margin: 0 auto;
  border: 0;
  box-shadow: 0px 8px 32px 0px rgba(0, 7, 69, 0.1);
}
.card-main .card-header {
  background: #004C97;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.card-main .card-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.card-main .card-body {
  padding-left: 25px;
  padding-right: 25px;
}
.card-main .card-footer {
  padding-top: 25px;
  border: 0;
  background: none;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.card-main .card-footer .btn {
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.card-main .card-footer .note {
  color: #8A8F94;
  margin-top: 10px;
  margin-bottom: 20px;
}
.card-main .bdb {
  border-bottom: solid 1px #DFE3E7;
}
.card-no-data .card-body {
  min-height: 500px;
}
h1.heading {
  color: #004C97;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.required {
  color: red;
}
.form-error {
  color: #d05757;
  font-size: 10px;
  margin-top: 4px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.form-group label svg {
  width: 18px;
  height: 18px;
}
.form-group .form-check-label {
  width: auto;
}
.no-results {
  background: #fafafa;
  border: solid 1px #d05757;
  padding: 20px;
  text-align: center;
  color: #d05757;
  border-radius: 4px;
}
.custom-file-upload {
  padding-top: 4px;
  display: inline-block;
  cursor: pointer;
  color: #ca890c !important;
}
.custom-file-upload input[type="file"] {
  display: none;
}
.attachments {
  min-height: 100px;
  background: #fafafa;
  border: solid 1px #eee;
  padding: 20px;
  color: #fafafa;
  border-radius: 4px;
}
.toast {
  font-size: 18px;
  min-width: 350px;
}
.toast .toast-body {
  padding: 20px;
}
.timeline {
  border-left: 1px solid #e6e6e6;
  position: relative;
  list-style: none;
  margin-left: 20px;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .timeline-item:after {
  background-color: #e6e6e6;
  left: -34px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
.dropzone {
  border-radius: 6px;
  border: solid 1px #dee2e6;
  height: 233px;
  background: #fafafa;
}
.dropzone .dz-message {
  font-size: 16px;
}
.card-attachments .card-header {
  background: #fafafa;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
}
.card-attachments .card-body {
  padding: 0 !important;
  height: 200px;
  overflow: auto;
}
.card-attachments .table {
  width: 100%;
}
.card-attachments .table td {
  font-size: 12px;
}
.card-attachments i {
  cursor: pointer;
}
.captcha {
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  max-width: 250px;
  border: solid 1px #0a53be;
  background: #f2f7ff;
  margin: 0 auto;
}
.cke_bottom {
  display: none !important;
}
