@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}

.bg-color-light {
  background-color: #DC8236;
}

.align-center {
  display: inline-block;
  text-align: center;
}

.line {
  width: 100px;
  background: #e2e4d0;
}

.text-light {
  color: #e2e4d0 !important;
}

.vh-10 {
  height: 10vh;
}

.vh-5 {
  height: 5vh;
}

/*.myhead {
    display: none;
    position: fixed;
    background: white;
    border: 1px solid #dee2e6;
    padding: 11px;
    top: 0;
    z-index: 5;
}
.myhead > div {
    display: inline-block;
    box-sizing: border-box;
    font-weight: bold;
}*/
body {
  height: 100%;
  font-family: Poppins-Light;
  color: #000000;
  font-size: 0.85rem;
}

#attributeForm_error {
  display: none;
  color: red;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #495057 !important;
}

#wrapper #content-wrapper {
  width: 100%;
  min-width: 82%;
}

#content-wrapper {
  background-color: #ffffff !important;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

.error {
  color: red;
}

.clear {
  clear: both;
}

.clear10 {
  clear: both;
  height: 10px;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
  margin-left: 10px;
}

.form-check-inline {
  line-height: 33px;
}

.btn-warning {
  background-color: #f55220;
  color: #fff;
}

.btn-success {
  background-color: #e1e3cf;
  border-color: #e1e3cf;
}

.btn-success:hover {
  background-color: #e1e3cf;
  border-color: #e1e3cf;
}

.h-100 {
  height: auto !important;
}

th.tablesorter-header {
  cursor: pointer;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }

  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #4e646c;
  font-family: Poppins-SemiBold;
  background-color: #e2e4d0;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "";
  font-family: "Font Awesome 5 Free";
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: "";
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}
.sidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px);
  min-height: 100vh;
}

.sidebar .nav-item:last-child {
  margin-bottom: 0rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: #e2e4d0;
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  /*color: rgba(255, 255, 255, 0.75);*/
}

.sidebar.toggled {
  width: auto !important;
  overflow: hidden;
}

.sidebar.toggled .nav-item .dropdown-menu {
  display: none;
}

.sidebar.toggled .nav-item:hover .dropdown-menu {
  display: block;
}

.sidebar.toggled .nav-item .collapse-handle.collapsed::after {
  right: 5px;
}

table.table-bordered.dataTable tbody td {
  padding: 0.3rem;
  vertical-align: middle;
}

table tbody tr.update {
  display: none;
}

.clear10 {
  clear: both;
  height: 10px;
}

.clear20 {
  clear: both;
  height: 20px;
}

/* Menu style */
.node-header {
  position: relative;
}

a.collapse-handle {
  color: #e2e4d0;
  font-weight: bold;
  font-size: 0.85rem;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 40px;
}

a.collapse-handle:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 1;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: 18px;
}

a.collapse-handle.collapsed:after {
  content: "";
}

.node-header a.collapse-handle {
  display: inline-block;
  width: 30px;
  height: 20px;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  right: 5px;
  top: 8px;
}

.node-header a.collapse-handle:after {
  top: 3px;
  right: 10px;
  right: 5px;
}

ul.menu_box {
  padding-left: 20px;
  list-style: none;
}

.node-header a.nav-link.active {
  background-color: transparent;
}

.node-header.active a.nav-link.active {
  text-decoration: none;
}

li.node.nav-item div.node-header.active {
  font-family: Poppins-SemiBold;
  background-color: #e2e4d0;
}

li.node.nav-item div.node-header.active a.nav-link, li.node.nav-item div.node-header.active a.collapse-handle {
  color: #495057;
}

div.collapse.node_settings.show li.node.nav-item div.node-header.active {
  background: none;
}

div.collapse.node_settings.show li.node.nav-item div.node-header.active a.nav-link,
div.collapse.node_settings.show li.node.nav-item div.node-header.active a.collapse-handle {
  color: #e2e4d0;
  background: transparent;
}

div.collapse.node_settings.show .node-header.active a.nav-link.active {
  text-decoration: underline;
}

/* End of menu style */
@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
    width: 232px !important;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    max-width: 100%;
    text-align: left;
    padding: 0.7rem;
    width: 225px;
    padding-left: 20px;
    width: 232px;
  }

  .sidebar .nav-item .navbar-brand {
    display: block;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }

  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }

  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }

  .sidebar.toggled {
    overflow: visible;
    width: auto !important;
  }

  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    /*padding: 0.75rem .5rem;*/
    width: auto;
    padding-left: 4px;
  }

  .sidebar.toggled .nav-item .navbar-brand {
    display: none;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: none;
  }

  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
    left: 40px !important;
    border-radius: 0;
  }

  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }

  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }

  .sidebar.toggled .nav-item .dropdown-menu {
    display: none;
  }

  .sidebar .nav-item .nav-link i {
    min-width: 33px;
  }
}
@media (max-width: 767.98px) {
  .node-header a.collapse-handle {
    top: 50%;
    transform: translate(0, -50%);
  }

  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    width: auto;
    padding-left: 4px;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: none;
  }
}
.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  background-color: #CCCCCC;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
  font-family: Poppins;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 232px);
  }
}
body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 41px);
  }
}
@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: Myanmar Text;
  src: url("../fonts/mmrtext.ttf");
}
@font-face {
  font-family: tahoma;
  src: url("../fonts/tahoma.ttf");
}
@font-face {
  font-family: NotoSansThai;
  src: url("../fonts/NotoSansThai-Regular.ttf");
}
@font-face {
  font-family: arialuni;
  src: url("../fonts/arialuni.ttf");
}
@font-face {
  font-family: DroidSansFallbackFull;
  src: url("../fonts/DroidSansFallbackFull.ttf");
}
@font-face {
  font-family: MicrosoftJhengHei;
  src: url("../fonts/Microsoft JhengHei.ttf");
}
a {
  color: #e2e4d0;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

#accordionSkills .card-header h6 a[aria-expanded=false]:before, .accordionSkills .card-header h6 a[aria-expanded=false]:before {
  content: "+";
  float: right;
}

#accordionSkills .card-header h6 a[aria-expanded=true]:before, .accordionSkills .card-header h6 a[aria-expanded=true]:before {
  content: "-";
  float: right;
}

.bars {
  height: 3.5rem;
  position: relative;
  width: 25px;
}

.bars span {
  height: 1px;
  width: 18px;
  position: absolute;
  right: 0;
  background-color: #e2e4d0;
  top: 50%;
}

.bars span:nth-child(1) {
  margin-top: -7px;
}

.bars span:nth-child(2) {
  width: 25px;
}

.bars span:nth-child(3) {
  margin-top: 2px;
  margin-top: 7px;
}

.bg-blue {
  background-color: #337ab7 !important;
}

.bg-green {
  background-color: #BCD335 !important;
}

.bg-black {
  background-color: #495057 !important;
}

.bg-gray {
  background-color: #e2e4d0 !important;
}

.bg-lightgray {
  background-color: #f2f3f8 !important;
}

.bg-black .custom-radio.radio-black .custom-control-label::before {
  border: solid 1px white;
}

.bg-white .custom-radio.radio-black .custom-control-label::before {
  border: solid 1px #495057;
}

.btn-info, .btn-mandatory {
  color: white !important;
  background-color: #17a2b8;
}

.btn-primary {
  color: white !important;
  background-color: #007bff;
}

.btn-secondary {
  color: white !important;
  background-color: #6c757d;
}

.btn-warning {
  color: white !important;
  background-color: #ffc107;
}

.btn-link {
  color: #007bff !important;
  background-color: transparent;
}

.btn-dark {
  color: white !important;
  background-color: #343a40;
}

.btn-light {
  color: white !important;
  background-color: #f8f9fa;
}

.btn-success {
  color: white !important;
  background-color: #28a745;
  min-width: 7rem;
}

.btn-mandatory::before {
  content: "*";
  color: red;
  position: absolute;
  top: -5px;
  left: -3px;
  font-size: 2rem;
}

.btn-outline-blue {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border-color: #475a61;
}

.btn-outline-gray {
  color: #d8d8d8;
  background-color: transparent;
  background-image: none;
  border-color: #D8D8D8;
}

.btn-red {
  color: white !important;
  background-color: #dc3545;
}

.btn-danger {
  color: white !important;
  background-color: #dc3545;
}

.btn_delete_attribute {
  right: -5px;
  top: -16px;
  position: absolute;
  color: #f55220;
}

.checkbox-right {
  width: 100%;
  cursor: pointer;
}

.checkbox-right::before {
  background-color: unset;
}

.checkbox-right::before, .checkbox-right::after {
  right: 0;
  left: unset;
  border-radius: 50% !important;
}

.custom-checkbox .custom-control-input:checked ~ .checkbox-right::before {
  background-color: #41ad49;
}

.custom-radio.radio-black .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #495057;
}

.custom-radio.radio-black .custom-control-label::before {
  background-color: white;
  border: solid 1px #495057;
}

.dropdown-item {
  color: #e2e4d0 !important;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: underline;
  background-color: transparent;
}

.font-poppins-light {
  font-family: Poppins-Light;
}

.form-control {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Poppins-SemiBold;
}

.hide-sm {
  display: none;
}

.jst-hours {
  display: none;
}

.min-h-20 {
  min-height: 20vh;
}

.min-h-100 {
  min-height: 100vh;
}

.min-w-auto {
  min-width: auto;
}

.mr-10 {
  margin-right: 160px;
}

.navbar-brand {
  font-size: 1rem;
}

.pincode-input-container input {
  border-radius: 3px !important;
  text-align: center;
  display: inline-block;
  float: none !important;
}

.pincode-input-container input.first, .pincode-input-container input.mid, .pincode-input-container .fas {
  margin-right: 0.5rem;
}

.pincode-input-container .fas {
  margin-left: 0.5rem;
  margin-right: 1rem;
}

.pincode-input-text, .form-control.pincode-input-text {
  width: 2.9rem;
}

span.attribute {
  position: relative;
  margin-right: 0.5rem;
}

td.details-control:before {
  /*content: "\f055";*/
  content: "";
  cursor: pointer;
  font-weight: 600;
  /*font-family: "Font Awesome 5 Free";*/
  font-family: "FontAwesome";
  font-size: 20px;
}

tr.details td.details-control:before {
  /* content: "\f056"; */
  content: "";
}

.text-muted {
  color: #e2e4d0 !important;
}

ul.helper-text li.valid {
  color: #28a745;
}

.vh-100 {
  height: 100vh;
}

@media (min-width: 576px) {
  .hide-sm {
    display: block;
  }
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1.8em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FF912C;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FFCC36;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.sidebar > li.bordering:before {
  display: block;
  content: "";
  width: 100%;
  border-top: 0.1px solid #b7b7b76e;
}

.navbar .navbar-nav > li.nav-item {
  margin: 0 2px;
}

.media-icon {
  font-size: 3em;
  margin: 0px 20px 0px 0px;
  line-height: 0;
}
.media-icon .fa, .media-icon .fab, .media-icon .fad, .media-icon .fal, .media-icon .far, .media-icon .fas {
  font-size: 1em;
}

.border-half {
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.draggable .remove {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 22px;
  color: red;
}

.document-editor {
  max-height: unset;
}

.fa, .fab, .fad, .fal, .far, .fas {
  font-size: 20px;
}

.bg-color-light {
  background-color: #AD5D45;
}

/*# sourceMappingURL=sb-admin.css.map */
