@font-face {
  font-family: IBM;
  font-style: normal;
  src: url("../font/IBMPlexSansThaiLooped-Regular.ttf");
}
@font-face {
  font-family: IBM-bold;
  font-style: normal;
  src: url("../font/IBMPlexSansThaiLooped-Bold.ttf");
}
a {
  font: 14px/24px "IBM";
  color: #3E3A3B;
  transition: 0.8s;
}
a:hover, a.active {
  color: #E32B2B;
  transition: 0.8s;
}

p {
  font: 14px/24px "IBM";
  color: #3E3A3B;
}

.txt-16 {
  font: 16px/26px "IBM";
  color: #153A56;
}

.txt-12 {
  font: 12px/26px "IBM";
  color: #153A56;
}

::-moz-placeholder {
  color: #3E3A3B;
}

::placeholder {
  color: #3E3A3B;
}

a {
  text-decoration: none;
}

.radius-main {
  border-radius: 15px;
}

.radius-10 {
  border-radius: 10px;
}

.shadow-main {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.copy {
  font: 10px/14px "IBM";
  color: #E2EDF1;
}

.formError {
  display: none !important;
}

.validateError {
  border: 1px solid #E32B2B !important;
}

.hide {
  display: none !important;
}

.line {
  width: 100%;
  height: 1px;
  background: #E2EDF1;
  opacity: 0.3;
}

.page-login {
  background: url("../images/bg-login.jpg") no-repeat right bottom #153A56;
  min-height: 100vh;
}
.page-login .box {
  width: 100%;
  height: auto;
  min-height: 60%;
  background: #E2EDF1;
  margin-top: 20%;
}
.table a {
  float:left;
  margin-left: 5px;
}
.table a.icon {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 5px;
  background: #153A56;
}
.table .icon_favorite {
  background: #153A56;
}
.table .icon_favorite.active {
  background: #FFDD2D;
}
.table .icon_noti.active {
  background: #E32B2B;
}
.filter-menu {
  width: 160px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  border: none;
  color: #153A56;
  font: 14px/28px 'IBM'; 
  color:#153A56;
  padding: 0 13px;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 992px) {
  .page-login .box img {
    width: 50% !important;
  }
}
.page-login .input-txt {
  width: 100%;
  height: 50px;
  border: 1px solid #3E3A3B;
  background: #F7FDFF;
}
.page-login .input-submit {
  width: 100%;
  height: 50px;
  background: #3E3A3B;
  color: #F7FDFF;
  transition: 0.8s;
}
.page-login .input-submit:hover {
  background: #153A56;
  transition: 0.8s;
}

header {
  height: 75px;
  background: #FFFFFF;
}
header .logo-project {
  background: #153A56;
}
header .box-right p {
  line-height: 30px;
}
header .box-right .noti {
  position: relative;
}
header .box-right .noti span {
  width: 24px;
  height: 24px;
  font: 12px/24px "IBM";
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -11px;
  background: #E32B2B;
  display: block;
}
header .box-right .name-i {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #153A56;
  color: #F7FDFF;
  text-align: center;
  font-weight: bold;
}

.list-project .item {
  background: #FFFFFF;
  display: block;
  height: 100%;
  transition: 0.8s;
}
.list-project .item img {
  transition: 0.8s;
}
.list-project .item p {
  padding: 10px 0;
  margin-bottom: 0;
}
.list-project .item p.mainpage {
  margin-top: calc(30% - 24px);
}
.list-project .item:hover {
  background: #E2EDF1;
  transition: 0.8s;
}
.list-project .item:hover img {
  transform: scale(1.05);
}

#box-left-main {
  width: 260px;
  background: #153A56;
  min-height: 100vh;
  border-radius: 0 15px 15px 0;
  position: fixed;
  transition: 0.8s;
}
#box-left-main .ico-slide {
  position: absolute;
  right: -13px;
  top: 20px;
  z-index: 100;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  background: #F7FDFF;
  cursor: pointer;
  transition: 0.8s;
}
#box-left-main .ico-slide img {
  padding-top: 3px;
  transition: 0.8s;
}
#box-left-main .ico-slide:hover {
  border: 1px solid #153A56;
  transition: 0.8s;
}
#box-left-main .ico-slide.active img {
  transform: rotate(180deg);
  padding-bottom: 3px;
  transition: 0.8s;
}
#box-left-main .logo {
  width: auto;
}
#box-left-main .link {
  margin-top: 20px;
  transition: 0.8s;
}
#box-left-main .link .a {
  font: bold 16px/28px "IBM";
  color: #F7FDFF;
  display: block;
  margin-bottom: 25px;
  padding: 0 0 0 50px;
  opacity: 0.5;
  transition: 0.8s;
}
#box-left-main .link .a.active, #box-left-main .link .a:hover {
  opacity: 1;
  transition: 0.8s;
}
#box-left-main .link .a.ico-dashboard {
  background: url("../images/ico-dashboard.png") no-repeat left center;
}
#box-left-main .link .a.ico-customer {
  background: url("../images/ico-customer.png") no-repeat left center;
}
#box-left-main .link .a.ico-project {
  background: url("../images/ico-project.png") no-repeat left center;
}
#box-left-main .link .a.ico-setting {
  background: url("../images/ico-setting.png") no-repeat left center;
}
#box-left-main .link .a.ico-logout {
  background: url("../images/ico-logout.png") no-repeat left center;
}
#box-left-main .p-bottom {
  position: absolute;
  bottom: 0;
}
#box-left-main.active {
  width: 50px;
  transition: 0.8s;
}
#box-left-main.active .logo {
  width: 100%;
  transition-delay: 0.4s;
  transition: 0.8s;
}
#box-left-main.active .link {
  padding: 0 10px !important;
  overflow: hidden;
  transition: 0.8s;
}
#box-left-main.active .link .a {
  width: 40px;
  background-size: 30px auto;
}
#box-left-main.active .p-bottom .a {
  margin-left: 0 !important;
}

#box-right-main {
  width: calc(100vw - 240px);
  min-height: 100vh;
  background: #E2EDF1;
  transition: 0.8s;
}
#box-right-main.active {
  width: calc(100vw - 30px);
}
#box-right-main .link {
  background: #FFFFFF;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
  transition: 0.8s;
}
#box-right-main .link:hover {
  background: #153A56;
  color: #F7FDFF;
  transition: 0.8s;
}
#box-right-main .box-bg-white {
  background: #FFFFFF;
  overflow: hidden;
}
#box-right-main .table-customer-list {
  table-layout: fixed;
}
#box-right-main .table-customer-list tr {
  min-height: 50px !important;
  vertical-align: middle;
  border-bottom: 1px solid #E2EDF1;
}
#box-right-main .table-customer-list tr.bg {
  background: #F7FDFF;
}


#box-right-main .table-customer-list tr td {
  height: 50px;
  border-bottom: none;
  font: 14px/24px "IBM";
  color: #3E3A3B;
  vertical-align: middle;
  padding: 0 15px;
  border-left: 1px solid #E2EDF1;
}
#box-right-main .table-customer-list tr td.td-top {
  vertical-align: top;
  padding: 12px 15px;
}
#box-right-main .table-customer-list tr td.add-border-left {
  border-left: 1px solid #E2EDF1 !important;
}
#box-right-main .table-customer-list tr td.tools a {
  transition: 0.8s;
}
#box-right-main .table-customer-list tr td.tools a:hover {
  opacity: 0.5;
  transition: 0.8s;
}
#box-right-main .table-customer-list tr td:nth-child(1) {
  border-left: none;
}
#box-right-main .table-customer-list thead tr {
  height: 42px;
  background: #153A56;
  overflow: hidden;
}
#box-right-main .table-customer-list thead tr th {
  font: 12px/22px "IBM-bold";
  color: #F7FDFF;
  vertical-align: middle;
  padding: 0 15px;
}
#box-right-main .table-customer-list thead tr th:nth-child(1) {
  width: 10px;
  text-align: Center;
}
#box-right-main .table-customer-list thead tr th:nth-child(2) {
  width: 100px;
}
#box-right-main .table-customer-list thead tr th:nth-child(3) {
  width: 90px;
}
#box-right-main .table-customer-list thead tr th:nth-child(4) {
  width: 200px;
}
#box-right-main .table-customer-list thead tr th:nth-child(5) {
  width: 140px;
}
#box-right-main .table-customer-list thead tr th:nth-child(6) {
  width: 180px;
}
#box-right-main .table-customer-list thead tr th:nth-child(7) {
  width: 120px;
}
#box-right-main .table-customer-list thead tr th:nth-child(8) {
  width: 90px;
}
#box-right-main .table-customer-list thead tr th:nth-child(9) {
  width: 110px;
}
#box-right-main .table-customer-list thead tr th:nth-child(10) {
  width: 100px;
}
#box-right-main .table-customer-list thead tr th:nth-child(11) {
  width: 100px;
}
#box-right-main .table-customer-list thead tr th:nth-child(12) {
  width: 150px;
}
#box-right-main .table-customer-list thead tr th:nth-child(13) {
  width: 150px;
}
#box-right-main .table-customer-list thead tr th:nth-child(14) {
  width: 80px;
}
#box-right-main .table-customer-list thead tr th:nth-child(15) {
  width: 200px;
}
#box-right-main .table-customer-list.table-project thead tr {
  height: 42px;
  background: #153A56;
  overflow: hidden;
}
#box-right-main .table-customer-list.table-project thead tr th {
  font: 12px/22px "IBM-bold";
  color: #F7FDFF;
  vertical-align: middle;
  padding: 0 15px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(1) {
  width: 10px;
  text-align: Center;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(2) {
  width: 80px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(3) {
  width: 70px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(4) {
  width: 150px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(5) {
  width: 130px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(6) {
  width: 100px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(7) {
  width: 90px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(8) {
  width: 150px;
}
#box-right-main .table-customer-list.table-project thead tr th:nth-child(9) {
  width: 100px;
}
#box-right-main .next-page a {
  padding: 0 5px;
}
#box-right-main .form-detail p {
  padding-top: 5px;
  color: #153A56;
  font-size: 13px;
}
#box-right-main .form-detail .item-type {
  border: 1px solid #153A56;
  margin-bottom: 1rem;
}
#box-right-main .form-detail .item-type p {
  margin-bottom: 0;
}
#box-right-main .form-detail .input-text {
  width: 100%;
  height: 30px;
  border: 1px solid #153A56;
  border-radius: 10px;
  padding: 0 10px;
  font: 14px/30px "IBM";
  color: #153A56;
}
#box-right-main .form-detail .input-select {
  width: 100%;
  height: 30px;
  border: 1px solid #153A56;
  border-radius: 10px;
  padding: 0 10px;
  font: 14px/30px "IBM";
  color: #153A56;
}
#box-right-main .form-detail .input-check {
  position: relative;
  top: 3px;
}
#box-right-main .form-detail .input-radio {
  position: relative;
  top: 2px;
}
#box-right-main .form-detail .input-file {
  height: 30px;
  font: 14px/19px "IBM";
  color: #153A56;
}
#box-right-main .form-detail .input-submit, #box-right-main .form-detail .add {
  width: 100%;
  display: block;
  text-align: Center;
  background: #153A56;
  border: 1px solid #153A56;
  height: 30px;
  line-height: 30px;
  font: 16px/30px "IBM";
  color: #FFFFFF;
  transition: 0.8s;
}
#box-right-main .form-detail .input-submit:hover, #box-right-main .form-detail .add:hover {
  background: #FFFFFF;
  color: #153A56;
  transition: 0.8s;
}
#box-right-main .form-detail .input-cancel {
  width: 100%;
  background: #E2EDF1;
  border: 1px solid #E2EDF1;
  height: 30px;
  line-height: 30px;
  font: 16px/30px "IBM";
  color: #153A56;
  transition: 0.8s;
}
#box-right-main .form-detail .input-cancel:hover {
  background: #FFFFFF;
  color: #153A56;
  transition: 0.8s;
}
#box-right-main .form-detail .datepicker, #box-right-main .form-detail .notification_date {
  background: url("../images/ico-date.png") no-repeat right 10px center;
  font: 14px/30px "IBM";
  color: #153A56;
}
#box-right-main .form-detail .line {
  width: calc(100% + 4rem);
  height: 3px;
  background: #E2EDF1;
  margin-left: -2rem;
  margin-bottom: 1rem;
}
#box-right-main .form-detail .gj-datepicker .btn-outline-secondary {
  display: none;
}/*# sourceMappingURL=global.css.map */

.dashboard h3 {
  color: #153A56;
  font: 14px/30px "IBM";
}
.dashboard p {
  color: #153A56;
  font: 14px/30px "IBM";
  margin-bottom: 0;
}
.dashboard span.highlight {
  color: #00ADEE;
  font: 20px/30px "IBM";
  font-weight: 700;
  margin-right: 10px;
}
.search {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #E2EDF1;
  border-color: none;
  border: 0;
}
.i-search {
  position:absolute; 
  top:27px;
  right:10px;
  z-index: 1;
}
.daterange {
  width:100%;
  height: 40px;
  border-radius: 10px;
  background: #E2EDF1;
  border-color: none;
  border: 0;
}
.main-menu-project {
  width:100%;
  height: 40px;
  border-radius: 10px;
  background: #E2EDF1;
  border-color: none;
  border: 0;
}
.btn-search-submit {
  margin-top: -6px;
  background: #153A56;
  color:#FFF;
  border-radius: 5px;
}
.dashboard-bul-color {
  display:inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.btn-setting-filter {
  width: 220px;
  text-align:left;
}
.btn-setting-filter span {
  float:right;
}
.setting-filter {
  width: 192px !important;
  height: 186px;
  padding: 0 !important;
  overflow: hidden;
}
.setting-filter.active {
  width: 386px !important;
}
.setting-filter .col-left {
  float:left;
  position:relative;
  width: 192px;
  height: 186px;
  padding: 7px 13px;
}
.setting-filter .col-right {
  float:left;
  padding: 7px 7px;
  width: 192px;
  height: 186px;
  border-left: 1px solid #E2EDF1;
}
.setting-filter .col-right .box {
  height: 132px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #E2EDF1 #153A56;
}
.setting-filter .col-right .box::-webkit-scrollbar {
  width: 3px;
}
.setting-filter .col-right .box::-webkit-scrollbar-track {
  background: #E2EDF1;
}
.setting-filter .col-right .box::-webkit-scrollbar-thumb {
  background-color: #153A56;
  border-radius: 6px;
  border: 2px solid #153A56;
}
.setting-filter .title {
  color: #153A56;
  font: 14px/28px 'IBM';
}
.setting-filter a, .setting-filter label p {
  display: block;
  color: #153A56;
  font: 12px/28px 'IBM';
}
.edit-filter {
  position:absolute;
  width: 100%;
  padding: 0 17px;
  bottom:0;
  left:0;
  border-top: 1px solid #E2EDF1;
}
.submit-filter {
  float:left;
  width: 80px;
  border-radius: 10px;
  border: 1px solid #153A56;
  background: #153A56;
  color: #FFF;
  font: 12px/23px 'IBM';
  margin: 15px 5px 0 0;
}
.default-filter {
  float:left;
  width: 90px;
  height: 26px;
  border-radius: 10px;
  border: 1px solid #153A56;
  background: #E5E5EF;
  color: #FFF;
  font: 12px/23px 'IBM';
  margin: 15px 0 0 0;
  text-align: center;;
}
.close-modal {
  border:none;
  background:none;
}
.modal-dialog {
  max-width: 590px;
  overflow: hidden;
}
.modal-body {
  padding:0;
}
.modal-body .item {
  border-bottom: 1px solid #E2EDF1;
}
.modal-text {
  border-left: 1px solid #E2EDF1;
  border-right: 1px solid #E2EDF1;
}
.modal-title, .modal-body, .modal-body p {
  color: #153A56;
  font:14px/28px 'IBM';
}
.check-noti {
  width: 27px;
  height: 27px;
  background: #E2EDF1;
  border: none;
}
.check-noti.active {
  background: #153A56;
}