
body {
    font-family: 'Noto Sans Thai', sans-serif !important;
    font-size: 99%;
}



table {
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 98%;
}

thead {
    text-align: center;
}

.table-bordered thead td,
.table-bordered thead th {
    text-align: center;
}
.signature-pad-body{ 
    width: 350px; 
    height: 100px; 
    border-style: solid;
    border-color: green;
}
#sidebar-overlay {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    position: initial;
    top: 0;
    z-index: 1037;
}

/* notification */
.navbar .navbar-nav .notification {
    position: absolute;
    background-color: #f3545d;
    text-align: center;
    border-radius: 10px;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    line-height: 17px;
    top: 3px;
    right: 3px;
    letter-spacing: -1px;
}
.nav-link{
    font-size:14px;
    line-height: 25px;

}

.nav-link i{
    background-color: transparent;
    padding-right:10px;
}

 .nav-tabs .nav-item a{
    background-color:#f5f5f5;
    color:black;
}

.nav-tabs .nav-item a:hover{
    background-color:#179cd8;
    color:white;
}

.nav-tabs .nav-item a:active{
    background-color:#179cd8 !important;
    color: white !important;;
}

#table_id img {
    border-radius: 10%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    background: #fff;
    background-position: 50% 25%;
    background-size: cover;
    transition-duration: .5s;
    transition-property: width, height;
    margin-right: 7px;
    object-fit: cover;
}

.badge {
    min-width: 34px;
    border-radius: 1rem;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 15px;
}

.blue {
    color: #179cd8 !important;
    font-size: 18px;
   font-family: 'Noto Sans Thai'!important;
}

.page-title {
    font-family: 'Noto Sans Thai';
}

.blue_h {
    color: #179cd8 !important;
}
.blue-bg {
    background: #179cd8;
    color:#ffffff;
}
a {
    text-decoration: none;
    background-color: transparent;
}

/* .card{
border-radius: 20px 20px 20px 20px;
}
.modal-content{
border-radius: 20px 20px 20px 20px;
} */
.containerdata {
    padding: 0px 160px;
}

.form-groub {
    padding-bottom: 10px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload-btn {
    width: 100px;
    height: 40px;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.sidebar {
    background: #001529 !important;
    padding-left: 0px!important;
    padding-right:0px!important;
}

.sidebar img{
    padding-bottom: 20px;
    padding-top:10px;
}

.sidebar a {
    color: #cfcfcf !important;
}
.main-sidebar {
    background: #001529 !important;
}

.sidebar-dark-maroon .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-maroon .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #179cd8 !important;
    color: #ffffff !important;
    border-radius: 0px;
}
.text-o{
    color:#179cd8;
}
.btn-o-info {
    color: #ffffff !important;
    background-color: #179cd8 !important;
    border-color: #179cd8 !important;
}
.btn-o-info:hover {
    color: #ffffff;
    background-color: #179cd8;
    border-color: #179cd8;
}
.btn-primary {
    background-color: #001529 !important;
    border-color: #001529 !important;
    box-shadow: none;
}
.bg-white{
    background:#ffffff;
}
.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #179cd8 !important;
    border-color: #179cd8  !important;
}
.active_two{
    background-color: #179cd8 !important;
    border-color: #179cd8  !important;
    color: #fff;
}
.nav-disabled{
    pointer-events:none;
  color:#AAA;
  background:#F5F5F5;
}

.nav-treeview>.nav-item>.nav-link{
    background-color:#000c17;
}

.nav-treeview>.nav-item>.nav-link:hover{
    background-color:#000c17!important;
}

.nav-sidebar .nav-item>.nav-link{
    margin-bottom:0px!important;
}
@media print {
	body {-webkit-print-color-adjust: exact;} 
	.hideWhenPrint { 
	  display: none;
	}
}


/* img */

.Neon {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative;
  }
  
  .Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .Neon-input-dragDrop {
    display: block;
    margin: 0 auto 20px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
  }
  
  .Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
  }
  
  .Neon-input-text span {
    font-size: 12px;
  }
  
  .Neon-input-choose-btn.blue {
    color: #008BFF;
    border: 1px solid #008BFF;
  }
  
  .Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .autosearch{
    background: #ddeeff;border-left: #ddeeff !important;position: absolute !important;
  }
  .c-index{
    border: 1.5px solid #179cd8;
    border-radius: 5px;
    padding: 10px;
  }
  .c-index-o{
    border: 1.5px solid #179cd8;
    border-radius:0 4px 4px 4px;
    padding: 10px;
  }
  .c-header{
    color: #179cd8;
    width: 100%;
    margin: 0px;
    font-size: 14pt;
    padding: 5px 0 5px 10px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
  }

 .dashboard-widget{
    margin:5px;
    max-width: 32.5%!important;
}
 .dashboard-widget td:first-child{
    text-align: left!important;
    padding-left:20px;
    border-right: 1px solid #dee2e6;
}
.dashboard-widget td:nth-child(2){
    text-align: right!important;
    padding-right:20px;
}

 .page-title{
      color: #179cd8;
      font-weight: 600!important;
      font-size:24px;
      font-family: 'Noto Sans Thai';
 }

 .suggestion{
    background-color: #d9ffe1;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 10px;
}
.search-customer{
    width: 100%!important;
    background: #ddeeff;border-left: #ddeeff !important;
}

.company_name{
    font-size:16px;
    font-weight: 600;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.icon-badge-group {
 
}

.icon-badge-group .icon-badge-container {
    display: inline-block;
}

.icon-badge-group .icon-badge-container:first-child { 
  margin-left:0
}

.icon-badge-container {
    margin-top:5px;
    position:relative;
}

.icon-badge-icon {
    font-size: 30px;
    position: relative;
}
.label-info{
    background-color: rgb(255, 157, 0);
}
.icon-badge {
    background-color: red;
    font-size: 12px;
    color: white;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 35%;
    position: absolute; /* changed */
    top: -5px; /* changed */
    left: 18px; /* changed */
}
.icon-badge-not {
    background-color: rgb(189, 189, 189);
    font-size: 12px;
    color: white;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 35%;
    position: absolute; /* changed */
    top: -5px; /* changed */
    left: 18px; /* changed */
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
  }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
  }
  .bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
  }
  .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
  }
  .bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
  }
  .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  