﻿@charset "UTF-8";
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*NAVBAR*/
/*LOGIN*/
/*FOOTER*/
/*ALERT*/
/*TABLE*/
/*PRICE*/
/*LOADER*/
/*CARD*/
/*DROPDOWN*/
/*ROW STYLE*/
/*TITLE CODITION*/
/*LINE BORDER*/
/*ICON*/
/*POP UP*/
/*GRID*/
@media (max-width: 992px) {
  .form-row.text-responsive [class*='col'] {
    font-size: 0.8rem; } }

@media (max-width: 768px) {
  .form-row.text-responsive [class*='col'] {
    font-size: 0.7rem; } }

@media (max-width: 576px) {
  .form-row.text-responsive [class*='col'] {
    font-size: 0.6rem; } }

h1.text-responsive {
  font-size: 3rem; }
  @media (max-width: 768px) {
    h1.text-responsive {
      font-size: 2.7rem; } }
  @media (max-width: 576px) {
    h1.text-responsive {
      font-size: 2.4rem; } }

.item-link-panel {
  width: 150px; }
  @media (max-width: 768px) {
    .item-link-panel {
      width: 135px; } }

@font-face {
  font-family: ekkamai;
  src: url(../fonts/EkkamaiNew-Regular.ttf); }

.header-font {
  font-family: ekkamai, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #42a290; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */ }

.login-heading {
  font-weight: bold;
  color: #e9ecef;
  font-family: 'Ekkamai', sans-serif;
  text-align: center; }

.login-zone {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  padding-top: 20px;
  border-radius: 5px; }

.login-label {
  color: #3c86d0; }

.page-title {
  font-family: ekkamai, sans-serif;
  margin: 0px 0px 0px 0px;
  font-weight: bold; }

.title-page {
  border-bottom-style: groove;
  border-bottom-color: #42a290;
  border-bottom-width: 0.75rem; }

/*ใช้หน้า Layout*/
.navbar-light {
  background: linear-gradient(330deg, #8de0d1 0%, #42a290 25%, #42a290 50%, #42a290 75%, #111f1c 100%); }

.navbar-light .navbar-brand {
  color: #f8f9fa; }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #ffc017; }

.nav-item {
  cursor: pointer;
  font-size: 1.2rem; }

.condition-zone {
  border-bottom-style: groove;
  border-bottom-color: #42a290; }

.alert-info {
  background-color: #42a290;
  color: white; }

.table-value {
  text-align: right;
  background-color: white;
  color: #152b27;
  padding-right: 10px; }

table {
  border-collapse: collapse;
  width: 100%; }

.summary-table td,
.summary-table th {
  border: 1px solid #dfdfdf;
  border-color: #dfdfdf;
  text-align: left;
  padding: 8px; }

tr:nth-child(even) {
  background-color: white; }

.col-head-summary {
  background-color: #2C3E50;
  color: white;
  width: 150px; }

.col-head {
  width: 300px;
  background-color: #c6f1e9;
  color: #152b27; }

.col-cost {
  background-color: #e94649;
  color: white; }

.col-income {
  background-color: #f6b53f;
  color: white; }

.col-profit {
  background-color: #6faab0;
  color: white; }

/*สำหรับ Mobile*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px; }

.loader {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 8px solid #162534;
  border-top: 8px solid #009688;
  border-radius: 50%;
  animation: rotate 5s linear infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.summary-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px; }

.summary-value {
  font-size: 0.97rem; }

.summary-card .card-value {
  font-size: 1.3rem; }

.summary-card .card-header {
  background-color: #2C3E50;
  color: white;
  height: 3.8rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ekkamai, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 450; }

.summary-card .unit-text {
  font-size: 0.8rem; }

.navbar-right {
  float: right !important;
  margin-right: -10px; }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.nav-link {
  font-size: 1rem !important;
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important; }

.dropdown-menu {
  background-color: #f4fdfb;
  color: #2C3E50 !important; }
  .dropdown-menu a.menu-item.nav-link {
    color: #2C3E50 !important; }
  .dropdown-menu a.menu-item.nav-link:hover {
    color: #42a290 !important; }

.group-header-program {
  color: #3b4c5e;
  border-bottom-style: solid;
  border-bottom-color: #42a290;
  border-bottom-width: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.group-header-program-dropdown {
  color: #2C3E50;
  border-bottom-style: solid;
  border-bottom-color: #2C3E50;
  border-bottom-width: 1px;
  margin-top: 0rem;
  margin-bottom: 0rem; }

.menu-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-nav li > a {
  color: #2C3E50;
  font-family: ekkamai, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold; }

.navbar-nav a:hover, .navbar-Scc .navbar-nav a:focus {
  color: white !important;
  text-decoration: none; }

.caret {
  display: contents; }

.menu-name {
  color: #0d7d67;
  font-family: ekkamai, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  font-size: 1rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

/*.wrapper {
    background: #50a3a2;
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
}

.wrapper.form-success .container h1 {
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
}*/
.icon-menu {
  width: 2rem;
  height: 2rem; }

.navbar-light .navbar-toggler {
  color: #f8f9fa !important;
  border-color: #f8f9fa !important; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.nav-fn {
  color: white;
  font-size: 1rem; }

.icon-xs {
  color: white;
  font-size: 1.2rem; }

.icon-sm {
  color: white;
  font-size: 2.2rem; }

.icon-md {
  color: white;
  font-size: 3.2rem; }

.icon-lg {
  color: white;
  font-size: 4.2rem; }

.icon-xl {
  color: white;
  font-size: 5.2rem; }

a:hover {
  text-decoration: none; }

.model-name {
  color: #177d6a; }

.tbl-line-bottom {
  border-bottom-style: solid;
  border-bottom-color: #2a7b6c;
  border-bottom-width: 0.178rem; }

.icon-color {
  font-size: 16px;
  cursor: pointer;
  color: white; }

.col-value {
  color: #152b27;
  width: 200px; }

.line-bottom-zone {
  border-bottom-style: double;
  border-bottom-color: #42a290; }

.group_lavel1 {
  font-size: 1rem; }

.group_lavel2 {
  font-size: 0.97rem; }

.condition-text {
  color: #2C3E50;
  font-family: ekkamai, sans-serif;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.title-condition {
  background-color: #efefef;
  font-size: 1.50rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0px;
  width: max-content; }

.footer-section {
  background-color: #357e70;
  color: white; }

.footer-link {
  color: white;
  font-size: 0.75rem; }

.footer-link:hover {
  color: yellow;
  font-size: 0.75rem; }

.e-expand::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078"; }

.e-collapse::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077"; }

.fix-text-overflow {
  height: 1.4rem;
  line-height: 1.4rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #81aba0;
  border-bottom: 1px solid #81aba0;
  color: white; }

.alert-zone {
  font-size: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #2c3e50;
  color: #2c3e50; }

.model-title {
  font-family: ekkamai, sans-serif;
  font-size: 1.2rem; }

.brand-name-label {
  font-size: 1rem; }

.brand-name-value {
  font-size: 1.5rem;
  font-weight: bold; }

.model-name-label {
  font-size: 1rem; }

.model-name-value {
  font-size: 1.5rem;
  font-weight: bold; }

.header-row-1 {
  border-top: 1px solid #2a7b6c;
  background-color: #074639;
  color: white;
  font-size: 1rem; }

.header-row-2 {
  background-color: #1f5d50;
  color: white; }

.header-row-3 {
  background-color: #348e7d !important;
  color: white !important; }

.header-row-4 {
  background-color: #4fab99;
  color: white;
  overflow: hidden;
  position: relative; }

.header-row-5 {
  background-color: #ced4da;
  color: black;
  overflow: hidden;
  position: relative; }

.detail-row {
  background-color: white;
  color: black; }

.custom-select {
  color: black !important; }

.e-control.e-datepicker {
  font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 0.9375rem !important; }

tr td:nth-child(2).e-groupcaption,
tr td:nth-child(2).e-groupcaption ~ td {
  color: white;
  background-color: #111f1c; }

tr td:nth-child(3).e-groupcaption,
tr td:nth-child(3).e-groupcaption ~ td {
  color: white;
  background-color: #356158; }

.header-label-1 {
  font-size: 1.2rem; }

.header-value-1 {
  font-size: 1.2rem;
  font-weight: bold; }

.header-value-2 {
  font-size: 1.1rem; }

.header-value-3 {
  font-size: 1.05rem; }

tr td:nth-child(4).e-groupcaption,
tr td:nth-child(4).e-groupcaption ~ td {
  color: white;
  background-color: #478275; }

.popup-footer {
  background-color: white;
  color: black; }

.popup-input {
  color: black; }

.modal-header {
  background-color: white;
  color: black;
  font-size: 1.1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }

.modal .close {
  color: black; }

.e-grid .e-headercell,
.e-grid .e-grouptopleftcell {
  background-color: #b0d0c9 !important;
  border-color: white !important; }

.switch-view-span {
  position: absolute;
  right: 0px; }

.select-model:hover {
  text-decoration: none;
  cursor: pointer; }

.header-row-4 .select-model {
  color: white; }

.header-row-4 .select-model:hover {
  color: #cccccc !important; }

.select-model:hover {
  text-decoration: none;
  color: #FFC107 !important; }

.table-border-detail {
  border: 1px solid #dfdfdf !important;
  text-align: left;
  padding: 8px; }

table tr td.modeltable,
table tr th.modeltable {
  border: 1px solid #42a290 !important;
  text-align: left;
  padding: 8px; }

.e-control.e-datepicker.e-input {
  height: calc(1.5em + 0.75rem) !important; }

.e-input-group.e-control-wrapper.e-date-wrapper.datepicker-desktop {
  width: 9rem !important; }

.detail-row.oddRow {
  background-color: #f2f5f4; }

.cursor-pointer {
  cursor: pointer; }

.fn-color-info {
  color: #42a290;
  font-size: 0.75rem; }

.group-fooster-program {
  border-bottom-style: solid;
  border-bottom-color: #42a290; }

.group-header {
  font-size: 1.6rem !important;
  margin-bottom: 0.3rem !important; }

.span-click {
  cursor: pointer; }

.menu-img {
  width: 80% !important;
  margin: auto; }

.detail-popup-modal {
  max-width: 90%; }

.BoxToggle {
  color: dimgray; }

.Box.BoxLevel-1 .BoxHeader .BoxToggle {
  margin-left: 0rem; }

.Box.BoxLevel-2 .BoxHeader .BoxToggle {
  margin-left: 1rem; }

.Box.BoxLevel-3 .BoxHeader .BoxToggle {
  margin-left: 1.5rem; }

.Box.BoxLevel-4 .BoxHeader .BoxToggle {
  margin-left: 2rem; }

.Box.BoxLevel-5 .BoxHeader .BoxToggle {
  margin-left: 2.5rem; }

.scc-light-grid [class*=header-row-] {
  border-top: 1px solid #e2e2e2 !important;
  background-color: white !important;
  color: dimgray !important; }

.scc-light-grid .header-row-5 {
  background-color: #ecebeb !important;
  color: black !important; }

.scc-light-grid .detail-row {
  border-top: 1px solid white !important;
  background-color: white !important;
  color: black !important; }

.scc-light-grid .header-value-1 {
  color: #1d554b !important; }

.scc-light-grid .header-value-2 {
  color: #24685b !important; }

.scc-light-grid .header-value-3 {
  color: #2a7b6c !important; }

.scc-light-grid .header-value-4 {
  color: #2e8676 !important; }

.icon-booking {
  color: #17a2b8; }

.icon-sent {
  color: #61b963; }

.icon-waiting {
  color: #f7ae42; }
