/* Minification failed. Returning unminified contents.
(1468,33): run-time error CSS1039: Token not allowed after unary operator: '-Color-Neutral-200'
(1472,32): run-time error CSS1039: Token not allowed after unary operator: '-Color-Neutral-200'
(1480,35): run-time error CSS1039: Token not allowed after unary operator: '-Color-Neutral-200'
(1826,10): run-time error CSS1036: Expected expression, found '!important'
 */
/* ////////////////////////////////////// */
/* FONT FACE */
/* ////////////////////////////////////// */

@font-face {
  font-family: "Quark_Bold";
  src: url("../fonts/Quark-Bold.eot");
  src: url("../fonts/Quark-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Quark-Bold.ttf") format("woff"),
    url("../fonts/Quark-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Quark_Light";
  src: url("../fonts/Quark-light.eot");
  src: url("../fonts/Quark-light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Quark-light.ttf") format("woff"),
    url("../fonts/Quark-light.ttf") format("truetype");
}

@font-face {
  font-family: "ClanOT_Narrow";
  src: url("../fonts/ClanOT-NarrowNews.eot");
  src: url("../fonts/ClanOT-NarrowNews.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ClanOT-NarrowNews.ttf") format("woff"),
    url("../fonts/ClanOT-NarrowNews.ttf") format("truetype");
}

/* ////////////////////////////////////// */
/* MAIN PAREMETER */
/* ////////////////////////////////////// */
.overflow-h {
  overflow: hidden;
}

.transition {
  transition: all 0.3s ease 0s;
}

.list-none ul li {
  list-style: none;
  overflow: hidden;
  margin: 10px 0;
}

.hidden {
  display: none !important;
}

.clr {
  clear: both;
}

.word-wrap {
  word-wrap: break-word;
}

.table-responsive {
  overflow: auto !important;
  margin-bottom: 20px;
}

/* ////////////////////////////////////// */
/* BACKGROUND */
/* ////////////////////////////////////// */
.bg-red {
  background-color: #c9505c;
}

.bg-gray {
  background-color: #adacb9;
}

.bg-dgray {
  background-color: #494949;
}

.bg-lgray {
  background-color: #eeeeee;
}
/* ////////////////////////////////////// */
/* FONT */
/* ////////////////////////////////////// */
body {
  font-family: Tahoma !important;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Quark_Bold !important;
}

.font-blue {
  color: #594f73;
}

.font-red {
  color: #c9505c;
}

.font-orange {
  color: #ff9000;
}

.font-mini {
  font-size: 16px;
}

.font-sm {
  font-size: 12px;
}

.font-lg {
  font-size: 16px;
}

.font-bold {
  font-weight: bold;
}

.font-color-purple {
  color: #594f73;
}
/* ////////////////////////////////////// */
/* MAIN */
/* ////////////////////////////////////// */
html {
  height: 100%;
}

.row-fluid {
  height: 100%;
}

.row-fluid > .span12 {
  height: 100%;
}

body {
  background-color: #f2f4f8;
  margin: 0;
  padding: 0;
  color: #666666;
  height: 100%;
}

#content {
  height: 100%;
  padding-bottom: 80px;
}

#content-error {
  height: 100%;
  margin-left: 0;
}
/* ////////////////////////////////////// */
/* NAVIGATION BAR */
/* ////////////////////////////////////// */
.nav ul li :lang(en) {
    font-family: ClanOT_Narrow, Tahoma;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.nav ul li :lang(th) {
  font-family: Quark_Bold, Tahoma;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav {
  width: 16rem;
  height: 100%;
  position: fixed;
  padding: 0;
  margin-bottom: -20px;
  background: url("../images/kkp-bg-sidebar.png") no-repeat center;
  z-index: 100;
  transition: all 0.3s ease 0s;
  overflow-y: auto;
  border-radius: 0 24px 24px 0;
}

.nav .brand {
  margin: 0;
  position: relative; /* relative */
  align-items: center;
  display: flex; /* flex */
  gap: 0.5rem; /* gap-2 → 0.5rem = 8px */
  overflow: hidden; /* overflow-hidden */
  padding-top: 1.1rem; /* pt-6 → 1.5rem = 24px */
  padding-bottom: 1rem; /* pb-4 → 1rem = 16px */
  padding-left: 0.75rem; /* pl-3 → 0.75rem = 12px */
}

.nav ul {
  margin: 0px 0px;
}

.nav ul li {
  list-style: none;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid none;
  transition: all 0.3s ease 0s;
}

.nav ul li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
}

.nav ul li:hover {
  background-color: white;
  border-radius: 6px;
  color: #635f98 !important;
}

.nav ul li:hover .ico-slide {
  color: #635f98 !important;
}

.nav ul li:hover a {
  color: #635f98 !important;
}

.nav .active {
    background-color: #00000033;
    border-radius: 6px
}

.nav div {
  color: #ffffff;
}

.brand .toggle-ico {
  background-color: #6d6fbd;
}

.nav .icon-profile {
  background: url("../images/icon_profile.png") no-repeat center;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.nav .status {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  font-family: Tahoma;
  padding: 10px 25px;
  /*overflow: hidden;*/
}
/*.nav .status .profile-img {
    width: 45px;
    display: inline-block;
}
.nav .status .profile-img img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.nav .status .user-info {
    width: 95px;
    padding: 0 10px;

}
.nav .status div {
    float: left;
}*/
.nav .status a {
  text-decoration: none;
  color: #ffffff;
}

.nav .nav_button {
  cursor: pointer;
}

.side {
  right: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
}

.side-open {
  right: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  background: url("../images/left-side-chevron.svg") !important;
}

.side-close {
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  display: block;
  background: url("../images/right-side-chevron.svg") !important;
}

.nav-close {
  transition: all 0.3s ease 0s;
}

.nav-toggle-responsive {
  transition: all 0.3s ease 0s;
}

.icon-nav {
  position: absolute;
  transition: all 0.3s ease 0s;
}

.icon-nav-close {
  margin-left: 0;
  transition: all 0.3s ease 0s;
}

.text-nav {
  margin-left: 8px;
}

ul.side-menu {
  margin-top: 10px;
  padding: 8px;
}

.side-menu .accordion-group {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.side-menu .accordion {
  margin-bottom: 0;
}

.accordion-level-1.open {
    background-color: white;
    border-radius: 5px;
}

.accordion-level-1.open a {
    color: #635f98
}

.accordion-level-1.active {
  background-color: white;
}

.accordion-level-2 {
  background-color: transparent;
}

.accordion-body.accordion-level-2 {
  margin-left: 2rem !important;
}

.accordion-level-2 li {
  padding-left: 8px !important;
}

.accordion-level-3 {
  background-color: #635f98;
  border-top: 1px solid #635f98;
}

.accordion-level-3 li {
  padding-left: 40px !important;
}

.ico-accordion {
  width: 15px;
  height: 15px;
  right: 0;
  margin-right: 10px;
  position: absolute;
}

.ico-accordion-up {
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
  right: 0;
  margin-right: 15px;
  position: absolute;
}

.ico-accordion-down {
  width: 15px;
  height: 15px;
  color: white;
  right: 0;
  margin-right: 15px;
  position: absolute;
}

.toggle-visible {
  visibility: visible !important;
}
/* ////////////////////////////////////// */
/* HEADER BAR */
/* ////////////////////////////////////// */
.header-bar-core {
  width: 100%;
  height: 60px;
  line-height: 20px;
  border-bottom: 4px solid #594f73;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.header-bar {
  width: 100%;
  /* height: 60px; */
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  position: relative;
}

.nav.nav-wide.nav-close .content-wide.content-close {
  width: 100% !important;
}

.header-bar-blank {
  width: 100%;
  height: 124px;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  position: absolute;
  z-index: -900;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6rem;
    padding-right: 2rem;
    height: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.header-section-title {
  font-weight: 600;
  font-size: 18px;
  height: 100%;
  color: #635f98;
}

.header-bar-close {
  margin-left: 0;
}

.section-left div {
  float: left;
  margin-top: -5px;
}

.header-right-top div {
  float: left;
}

.w-100 {
  width: 100%;
}

.header-menu {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  align-items: center;
}

.header-menu hr {
  margin: 0 14px;
  height: 20px;
  border: none;
  width: 1px;
  background: #e5e5e5;
  color: #e5e5e5;
}

.seperate-secondary {
  background: #e5e5e5;
  border-top: 1px solid #e5e5e5 !important;
  opacity: 10%;
  color: #e5e5e5;
  border-bottom: 0px;
}

.header-menu a:hover {
  background-color: #f1f0fa;
  color: #635f98;
}

.header-menu a {
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center; /* vertical center */
  gap: 4px; /* space between icon, text, badge */
  text-decoration: none; /* optional */
  padding: 0.3em 1.5em;
}

.header-menu p {
  margin-bottom: 0px;
}

.header-menu .badge {
  border-radius: 0;
  /*font-size: 18px;*/
}

.header-menu .badge.bg-red {
  background-color: red;
}

.header-section .title p {
  margin-bottom: 3px;
}

.header-section-left {
    padding: 12px 15px;
    height: 100%;
    flex: 1 1 auto;
    min-width: 200px;
}

.header-section-right {
    padding: 13px 15px;
    text-align: right;
    flex: 0 1 auto;
    min-width: 0;
    word-wrap: break-word;
    white-space: normal;
}

.font-default {
  color: #262626;
}

.size-16 {
  font-size: 16px;
}

.size-12 {
  font-size: 12px;
}

.font-secondary {
  color: #737373;
}

@media (max-width: 750px) {
  .header-bar {
    overflow: visible;
  }
}

.btn-lang a {
  text-decoration: none;
  background-color: #494949;
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  line-height: 28px;
}

.btn-lang .active {
  background-color: #f0f0f0;
}
/* ////////////////////////////////////// */
/* CONTENT */
/* ////////////////////////////////////// */
.contain {
  width: 100%;
  min-height: 100%;
}

.contain .content-wide {
    padding: 0px 5px;
    margin-left: 255px;
    transition: all 0.3s ease 0s;
    width: 79%;
}

.contain .content-close {
    margin-left: 45px;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.contain .content-close .header-section {
  width: 90%;
  transition: all 0.3s ease 0s;
}

.content {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /*transform: translateX(7.5rem);*/
}

.content .row:first-child {
  margin: 0 !important;
}
/* ////////////////////////////////////// */
/* FOOTER */
/* ////////////////////////////////////// */
.footer-wide {
    padding: 0px 5px;
    margin-left: 300px; /*220px;*/
    transition: all 0.3s ease 0s;
    width: 70%;
}

.footer-error-wide {
  padding: 0px 5px;
  margin-left: 220px;
  transition: all 0.3s ease 0s;
  margin-left: 0;
}

.footer-close {
  margin-left: 45px !important;
  padding: 0 5px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.footer-text {
  clear: both;
  position: relative;
  max-width: 1100px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  bottom: 0;
  margin: 0 auto;
  font-size: 16px !important;
  padding: 5px 0;
}

.footer-text .pull-left,
.footer-text .pull-right {
  padding: 0 10px;
}
/* ////////////////////////////////////// */
/* BOX */
/* ////////////////////////////////////// */
.box {
  padding: 0px 0px 0px 10px;
}

.background-blue {
  background-color: #594f73;
}

/* ////////////////////////////////////// */
/* BREADCEUMB */
/* ////////////////////////////////////// */
.section-breadcrumb {
  margin-left: 0 !important;
}

.section-breadcrumb .breadcrumb {
  width: auto;
  margin: 0;
  padding-left: 0;
  background-color: #e9edf4;
  transition: all 0.3s ease 0s;
}

.breadcrumb-blank {
  width: 100%;
  height: 40px;
  margin-top: 60px;
  background-color: #e9edf4;
  position: absolute;
  z-index: -1000;
}
/* ////////////////////////////////////// */
/* WELL */
/* ////////////////////////////////////// */
.well-padding {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 5px 0px 0px 0px;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well {
  margin-top: 20px;
  border-radius: 0;
  border: 0;
}

.well-margin-bot {
  margin-bottom: 60px;
}

.well-no-padding {
  padding: 0px !important;
}

.well-bg {
  background-color: #ffffff;
}

.well-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.profile-top {
  background-color: #594f73;
  margin-bottom: 0px;
  color: #ffffff;
}

.blue-well-top {
  background-color: #594f73;
  color: #ffffff;
  padding: 5px 10px;
}
/* ////////////////////////////////////// */
/* TABLE */
/* ////////////////////////////////////// */
.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.custom-table a {
  text-decoration: none;
  color: #666666;
}

.custom-table td {
  background-color: #ffffff;
}

.table-center td {
  text-align: center;
}

.table-header th {
  color: #ffffff;
  background-color: #594f73;
  border: 0 !important;
  vertical-align: middle;
  white-space: nowrap;
}

table thead th.font-blue {
  padding: 10px 18px 10px 10px;
}

.table-header-gray th {
  background-color: #eeeeee;
  padding: 10px 0 !important;
  border: 0 !important;
}

.padding td {
  padding: 10px !important;
  background-color: #ffffff;
}

.padding-2 td {
  padding: 10px 10px 10px 20px;
  background-color: #ffffff;
}

.padding-table-td td {
  padding: 10px 0;
}

.table-checkbox label {
  margin-top: 5px;
}

.table-mini {
  width: 100%;
}

.table-mini td {
  padding: 1px 5px 5px 5px;
}

.table-gray td {
  background-color: #f0f0f0;
}

.fixed-table-layout {
  table-layout: fixed;
}
/* ////////////////////////////////////// */
/* BUTTON */
/* ////////////////////////////////////// */
.button {
  text-align: center;
  cursor: pointer;
  border: 0;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 32px;
  text-decoration: none;
  font-family: Tahoma !important;
  font-size: 13px !important;
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  border: 0;
}

.btnsm {
  text-align: center;
  cursor: pointer;
  border: 0;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  text-decoration: none;
  font-family: Tahoma !important;
  font-size: 13px !important;
}

.btnsm:hover,
.btnsm:focus,
.btnsm:active {
  text-decoration: none;
  border: 0;
}

.btnsm-small {
  width: 115px;
  height: 30px;
}

.btnsm-blue {
  background-color: #594f73;
  color: #ffffff;
}

a[class*="buttonsm"] {
  line-height: 30px;
}

a[class*="button"] {
  line-height: 35px;
}

.button-gray {
  background-color: #cccccc;
  color: #666666;
}

.button-gray:hover,
.button-gray:focus,
.button-gray:active {
  opacity: 0.6;
  color: #666666;
}

.button-lgray {
  background-color: #f0f0f0;
  color: #666666;
}

.button-lgray:hover,
.button-lgray:focus,
.button-lgray:active {
  opacity: 0.6;
  color: #666666;
}

.button-red {
  background-color: #c9505c;
  color: #ffffff;
}

.button-red:hover,
.button-red:focus,
.button-red:active {
  opacity: 0.6;
  color: #ffffff;
}

.button-green {
  background-color: #8faf6d;
  color: #ffffff;
}

.button-green:hover,
.button-green:focus,
.button-green:active {
  opacity: 0.6;
  color: #ffffff;
}

.button-blue {
  background-color: #594f73;
  color: #ffffff;
}

.button-blue:hover,
.button-blue:focus,
.button-blue:active {
  opacity: 0.6;
  color: #ffffff;
}

.button-orange {
  background-color: #ffc000;
  color: #ffffff;
}

.button-orange:hover,
.button-orange:focus,
.button-orange:active {
  opacity: 0.6;
  color: #ffffff;
}

.button-white {
  background-color: #ffffff;
  color: #666666;
}

.button-white:hover,
.button-white:focus,
.button-white:active {
  opacity: 0.6;
  color: #666666;
}

.button-icon {
  line-height: 0;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.button-icon img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.button-extra-small {
  width: 65px;
  height: 32px;
}

.button-small {
  width: 115px;
  height: 35px;
}

.button-small-max {
  width: 145px;
  height: 35px;
}

.button-large {
  width: 160px;
  height: 32px;
}

.button-auto {
  width: auto;
  height: 35px;
  padding: 0 10px;
}

.button-breadcrumb {
  width: 150px;
  height: 36px;
  margin: 0 !important;
}

.button-full-width {
  width: 100%;
  height: 30px;
  margin: 0 !important;
}

.button-switch {
  width: 50px;
  height: 30px;
  font-size: 11px !important;
  margin: 0 !important;
}

.switch {
  display: table;
  margin: 0 auto;
}

.switch div {
  float: left;
}

.grp-btn-center {
  display: table;
  margin: 0 auto;
}

.footer-button {
  padding: 20px 0;
}
/* ////////////////////////////////////// */
/* FORM */
/* ////////////////////////////////////// */
label {
  font-family: Quark_Bold;
  font-size: 15px;
  cursor: text;
  letter-spacing: 1px !important;
  word-wrap: break-word;
}

.label-align {
  padding-top: 5px;
  line-height: 20px;
}

.label-left {
  text-align: left;
  padding-top: 5px;
  line-height: 20px;
}

.label-right {
  text-align: right;
  padding-top: 5px;
  line-height: 20px;
}

.label-center {
  text-align: center;
  padding-top: 5px;
  line-height: 20px;
}

select option {
  font-family: Tahoma;
}

select,
textarea,
input[type="text"],
input[type="password"] {
  border-radius: 0;
  margin: 0;
}

select,
textarea,
input[type="text"] {
  font-family: Tahoma;
  font-size: 13px;
  line-height: 25px;
}

.checkbox,
.radio {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: normal;
  margin-top: 6px;
}

.date-to {
  display: inline-block;
  margin-left: -7px;
}

.no-margin-bot .control-group {
  margin-bottom: 0 !important;
}

.control-group div {
  word-wrap: break-word;
}
/* ////////////////////////////////////// */
/* VALIDATION */
/* ////////////////////////////////////// */
.alert {
  margin: 10px 0;
  border-radius: 0;
}

.text-danger,
.validate-form {
  color: red;
}

.form-alert {
  color: red;
  position: absolute;
}
/* ////////////////////////////////////// */
/* ERROR PAGE */
/* ////////////////////////////////////// */
.content-error {
  max-width: 1100px;
  min-height: 420px;
  margin: 0 auto;
}

.content-msg {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
}

.error-header {
  width: 100%;
  height: 150px;
  background-color: #594f73;
  text-align: center;
  position: absolute;
}

.error-header img {
  margin-top: 50px;
}

.error-body {
  margin-top: 170px;
  height: 70%;
  min-height: inherit;
}

.error-msg {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  bottom: 10px;
  position: relative;
  overflow: hidden;
}
/* ////////////////////////////////////// */
/* DATA TABLES */
/* ////////////////////////////////////// */
.dataTables_wrapper {
  margin-bottom: 70px;
}

.dataTables_wrapper select {
  width: auto;
}

.dataTables_wrapper .bottom {
  margin-top: 10px;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: none;
  border-radius: 0;
  padding: 2px 8px;
}

.paging_full_numbers a.paginate_button.current {
  background-color: #594f73;
  color: #ffffff !important;
}

.dataTables_processing {
  font-family: Quark_Bold;
  font-size: 14px;
  color: #666666;
}
/* ////////////////////////////////////// */
/* DATE PICKER */
/* ////////////////////////////////////// */
.ui-datepicker {
  font-size: 10px !important;
}

img.ui-datepicker-trigger {
  /*position: relative;*/
  /*left: -24px;*/
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.hasDatepicker {
  cursor: default !important;
}

/*Confirmation Workflow*/
.form-horizontal .controls {
  margin-left: 210px;
}

/* ////////////////////////////////////// */
/* SESSION DIALOG */
/* ////////////////////////////////////// */
.ui-dialog {
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 9px 15px;
}

.ui-widget-overlay {
  background-color: #000000;
  opacity: 0.8;
}

.ui-dialog-buttonpane {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #f0f0f0;
}

.ui-dialog-content {
  padding: 20px 15px !important;
  font-family: Tahoma;
  font-size: 14px;
  line-height: 40px;
  min-height: 0;
}
/* ////////////////////////////////////// */
/* MULTI SELECT */
/* ////////////////////////////////////// */
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  font-family: Tahoma;
  font-size: 13px;
}
/* ////////////////////////////////////// */
/* SELECT LANGUAGE */
/* ////////////////////////////////////// */
.Select-Language {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.Select-Language div,
.Select-Language label {
  float: left;
  margin-right: 20px;
}

.Select-Language label {
  margin-top: 7px;
}

.Select-Language select {
  width: 60px;
}

.ico-sub-nav.ico-nav-open {
  left: auto !important;
  right: auto !important;
}

.content-close .content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    /*transform: translateX(0.3rem);*/
}

.nav-close .btn-side{
  right: -30px;
}

.nav-close .brand-logo-close {
  display: block;
}

.nav-close .brand-logo-open {
  display: none;
}

.nav-open .brand-logo-close {
  display: none;
}

.nav-open .brand-logo-open {
  display: block;
}

@media screen and (min-width: 1170px) {
  .ico-sub-nav {
    left: 20px;
    transition: all 0.3s ease 0s;
  }

  .ico-sub-nav.ico-nav-close {
    left: 10px;
  }
}

/* ////////////////////////////////////// */
/* RESPONSIVE */
/* ////////////////////////////////////// */
@media screen and (max-width: 768px) {
  .content-wide {
    margin-left: 45px !important;
    padding: 0px 10px 120px 5px !important;
  }

  .footer-wide {
    margin-left: 45px !important;
    padding: 5px 0 !important;
  }
}

/* Incress z-index of jquery ui*/
.ui-dialog {
  z-index: 1060 !important; /* Bootstrap modal is 1050 */
}

a.select_corp {
  cursor: pointer;
}

.ui-icon-closethick {
  background-position: -97px -129px;
}

/*Disable Button*/
button[disabled] {
  opacity: 0.65;
  background-color: #cccccc;
  color: #666666;
  cursor: default;
}

button[disabled]:hover {
  color: #666666;
}

/*validation BillPayment*/
.help-block-mo {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .nav-wide {
    margin-left: -180px;
  }
  /*.ico-slide {
        visibility: hidden;
        transition: all 0.3s ease 0s;
    }
    .text-nav {
        visibility: hidden;
        transition: all 0.3s ease 0s;
    }*/

  .nav-open {
    margin-left: 0;
  }

  .ico-nav-wide img {
    margin-left: 180px;
    transition: all 0.3s ease 0s;
  }

  .ico-nav-open img {
    margin-left: 0px;
    transition: all 0.3s ease 0s;
  }

  .ico-sub-nav {
    left: auto;
    right: 10px;
    transition: all 0.3s ease 0s;
  }

  .content-wide {
    padding: 0px 5px;
    margin-left: 45px !important;
  }

  .content-open {
    width: 78%;
    margin-left: 225px !important;
  }

  .footer-wide {
    padding: 0px 5px;
    margin-left: 45px !important;
  }

  .footer-open {
    margin-left: 210px !important;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    width: 78%;
  }

  /*.ico-accordion-down,
  .ico-accordion-up {
    display: none;
  }*/
  .header-section.section-left h2 {
    font-size: 27px;
  }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }
}

.left-border-gray {
    border-left: 1px solid var(--Color-Neutral-200, #e5e5e5);
}

.right-border-gray {
  border-right: 1px solid var(--Color-Neutral-200, #e5e5e5);
}

.nav-close.nav-wide{
  overflow: unset;
}

.row-header {
    border-bottom: 1px solid var(--Color-Neutral-200, #e5e5e5);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .nav-wide {
    margin-left: -180px;
  }

  .nav-open {
    margin-left: 0;
  }

  .ico-nav-wide img {
    margin-left: 180px;
    transition: all 0.3s ease 0s;
  }

  .ico-nav-open img {
    margin-left: 0px;
    transition: all 0.3s ease 0s;
  }

  .ico-sub-nav {
    left: auto;
    right: 10px;
    transition: all 0.3s ease 0s;
  }

  .contain .content-close {
    margin-left: 50px;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
  }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }

}

/*.nav-close.nav {
  width: 5rem !important;
}*/

.nav-close .text-nav,
.nav-close .ico-slide.ico-accordion-down,
.nav-close .ico-slide.ico-accordion-up {
  display: none !important;
}

.nav-close .side-menu li a {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.nav-close .accordion-body {
  display: none;
}

.btn-side {
  right: 0;
  top: 27px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 101;
  display: block;
}


@media screen and (min-width: 1171px) {
  .nav-close {
    margin-left: 0rem;
  }

  .icon-nav-close {
    margin-left: 180px;
  }


  .ico-nav-close img {
    margin-left: 180px;
    transition: all 0.3s ease 0s;
  }

  .ico-nav-wide img {
    transition: all 0.3s ease 0s;
  }
}

/* Incress z-index of jquery ui*/
.ui-dialog {
  z-index: 1060 !important; /* Bootstrap modal is 1050 */
}

.hilight-contract {
  color: cornflowerblue;
}

table.dataTable thead th {
  padding: 10px 18px 10px 10px;
}

/*Disable Button*/
button[disabled] {
  opacity: 0.65;
  background-color: #cccccc;
  color: #666666;
  cursor: default;
}

button[disabled]:hover {
  color: #666666;
}

/*////////////////////////////////////*/
/*    Responsive IPAD  LANDSCAPE      */
/*////////////////////////////////////*/

@media (min-width: 1300px) {
  #content {
    float: right;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .contain .content-wide {
    padding: 0px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 80%;
  }

    .contain .content-close {
        transition: all 0.3s ease 0s;
        width: 100%;
    }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }

  .nav-close.nav {
  width: 5rem !important;
}

    /* ////////////////////////////////////// */
    /* FOOTER */
    /* ////////////////////////////////////// */
    .footer-wide {
        padding: 0px 5px;
        margin-left: 30%; /*220px;*/
        transition: all 0.3s ease 0s;
        width: 60%;
    }

    .footer-error-wide {
        padding: 0px 5px;
        margin-left: 220px;
        transition: all 0.3s ease 0s;
        margin-left: 0;
    }

    .footer-close {
        padding: 0px 5px;
        transition: all 0.3s ease 0s;
        width: 93%;
    }
}
/*////////////////////////////////////*/
/*    Responsive IPAD  Portrait      */
/*////////////////////////////////////*/
@media (min-width: 767px) and (max-width: 979px) {
  #content {
    float: right;
  }

  .contain .content-wide {
    transition: all 0.3s ease 0s;
    width: 100%;
  }

  .contain .content-open {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 69%;
  }

  .contain .content-close {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 92%;
  }

  .nav {
    width: 14%;
  }

  label.label_to {
    width: 20px;
  }
  label.label_from {
    width: 20px;
  }

  .span_respon {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .tab-bar-cop div {
    min-height: 65px;
  }

  .footer-open {
    margin-left: 225px !important;
  }

  .form-horizontal .controls {
    margin-left: 0px;
    width: 100%;
  }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }

  .nav-close.nav {
    width: 5rem !important;
  }

}

/*////////////////////////////////////*/
/*    Responsive Mobile               */
/*////////////////////////////////////*/

@media (max-width: 767px) {
  #content {
    float: right;
  }

  .contain .content-wide {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 100%;
  }

  .contain .content-close {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 91%;
  }

  .tab-bar-cop div {
    min-height: 60px;
  }

  .form-horizontal .controls {
    margin-left: 0px;
    width: 100%;
  }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }


}

@media (min-width: 481px) and (max-width: 767px) {
  #content {
    float: right;
  }

  .contain .content-wide {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 100%;
  }

  .contain .content-close {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 91%;
  }

  .nav-close.nav {
  width: 2rem !important;
}

  .nav {
    width: 220px;
  }

  .tab-bar-cop div {
    min-height: 60px;
  }

  .form-horizontal .controls {
    margin-left: 0px;
    width: 100%;
  }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #content {
    float: right;
  }
  .chat-popup {
    width: 340px !important;
  }
  .contain .content-wide {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 100%;
  }

  .contain .content-close {
    padding: 0px 5px;
    margin-left: 220px;
    transition: all 0.3s ease 0s;
    width: 85%;
  }

  .nav-close.nav {
  width: !important;
}

  .nav {
    width: 220px;
  }

  .tab-bar-cop div {
    min-height: 100px;
  }

  .form-horizontal .controls {
    margin-left: 0px;
    width: 100%;
  }

  .span5.span-offset-0 {
    margin-left: 10px;
    text-align: left;
  }
}

.nav-modal {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: rgb(255, 255, 255);
  cursor: default;
  background-color: #635f98;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

ul.nav-modal li a {
  text-decoration: none;
  background-color: #cccccb;
  color: rgb(255, 255, 255);
}

.nav-tabs > li {
  padding-bottom: 8px;
}

tr.background-blue {
  background-color: #594f73;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 0px;
}
@media (max-width: 979px) and (min-width: 768px) {
  #titil-report-name {
    width: 15% !important;
    margin-left: 0px !important;
  }
}
#pending_table p {
  display: none;
}

.disabledButton {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.notDisplay {
  display: none;
}

/*popupchat*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-dialog-banner {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 20% auto 0 auto;
}
.content-header-chat-popup {
  /*text-align:right;*/
  position: relative;
}
.content-body-chat-popup {
  max-height: 520px;
  min-height: 150px;
  /*height: 550px;*/
  overflow: auto;
}
.close-button-popup-dialog-banner {
  /*margin-left: 199px;*/
  /*background-color: rgba(0, 0, 0, 0.00);*/
  cursor: pointer;
  /*border:none;*/
  position: absolute;
  right: 0px; /*15px*/
  background-color: white;
  padding: 1px;
  border: 2px solid #ffffff;
  height: 22px;
}

.close-btn-banner-r15 {
  right: 15px !important;
}
.tooltip-inner {
  background-color: #473e5b;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-popup-dialog-banner {
  display: none;
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0.9;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 60px;
  border: 2px solid rgba(80, 80, 80, 0.08);
  box-shadow: 0 2px 4px rgba(255, 253, 253, 0.15);
  padding: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 5px 5px white;
  /*text-align: center;
    border-radius: 2px;
      cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  border: white;
    background: white;
    height: 24px;*/
}
.open-button-popup-dialog-banner {
  position: absolute;
  width: 20px;
  height: 24px;
  padding: 0;
  top: -14px;
  right: 10px;
  border-color: rgba(255, 255, 255, 0.18);
}
.open-popup-dialog-banner span {
  margin-right: 32px;
  /*vertical-align: -webkit-baseline-middle;*/
  font-size: 14px;
  font-family: Quark_Bold !important;
}
/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #594f73;
  z-index: 9;
  width: 250px;
  /*height: 580px;*/
  bottom: 10px;
  max-height: 550px;
  min-height: 150px;
}
/* Add styles to the form container */
.content-chat-popup {
  /*max-width: 300px;*/
  /*padding: 10px;*/
  background-color: white;
  width: 100%;
  height: 100%;
  background: #f2f4f8;
}
/* Set a style for the submit/send button */
.content-chat-popup .btn {
  background-color: #04aa6d;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}
/* Add a red background color to the cancel button */
.content-chat-popup .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.content-chat-popup .btn:hover,
.open-button:hover {
  opacity: 1;
}


.content_header-close {
    margin-left: 45px !important;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    width: 50%;
}

.content_header-wide {
    padding: 0px 5px;
    margin-left: 45px !important;
}

.content_header-open {
    margin-left: 210px !important;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    width: 50%;
}

