@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@200;350');

body {
  font-family: 'Noto Sans Thai', sans-serif;
  /* font-size: .875rem; */
  font-size: 15px;
  /* font-weight: 300; */
  font-style: normal;
}
a, a:hover{
  color: #067231;
  text-decoration: none;
}
.text-g{
  color: #067231;
}
header{
  background-color: rgb(255, 255, 255);
}
.shape{
  position: absolute; 
  height: 130px;
  top: -18px; 
  left: -32px; 
  z-index: -1;
}
.logo{
  /* position: absolute; */
  margin-left: 30px;
  width: 130px;
  margin-bottom: -10px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* .sticky-top{
  margin: 0px;
  padding: 0px;
} */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.main-menu{
  width: 200px;
  background-color: rgb(242, 242, 241);
  margin: 4px 0 0 -65px;
}
.sub-menu{
  background-color: rgb(242, 242, 241);
  margin: 0 0 0 -100px;
}
.m-menu{
  border-style:none;
}
.text-gray{
  color: gray;
}
.btn-primary{
  background-color: #5344A9;
  border-color: #5344A9;
}
.btn-light{
  background-color: #F7EDED;
}
.feather {
  width: 20px;
  height:20px;
}

.sidebar {
  position: fixed;
  top: 15px;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 68px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: rgba(86, 85, 85, 0.186);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0rem;
  }
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .nav-link {
  font-weight: 600;
  color: #333333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link .active {
  color: #067231;
}

.icon-setting{
  width: 15px;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar .navbar-toggler {
  border-color: #727272;
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.content{
  min-height:calc(100vh - 110px);
}
.bg{
  position: relative;
}
.bg::after{
  z-index: -1;
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter:opacity(45%)
}
.footer{
  background-color: #5344A9;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #eaeaea;
}
.formhidden{
  display: inline-block;
}

/* newcss */
.bootstrap-tagsinput {
  width: 100%;
}

.accordion {
  margin-bottom:-3px;
}

.accordion-group {
  border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
  display: none;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.formcheck{
  display: block;
}
.lbcheck{
  margin-left: 40px;
}
.formborder{
  height: 38px;
  /* padding: 10px 20px 10px 20px; */
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color:rgb(201, 201, 201);
}
.form-border{
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color:rgb(201, 201, 201);
}
.form-check{
  padding-top: 6px;
}
.check-label1{
  display: inline-block;
  margin-left: 28px;
  position: absolute;
  top: 6px;
}
.iconbtn{
  display: inline-block;
  margin: -4px 0 0 4px;
  padding: 0px 8px 0px 8px;
  font-size: 10px;
  color: rgb(153, 152, 152);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(225, 224, 224);
  cursor: pointer;
}
.iconbtn:hover{
  background-color: rgb(174, 173, 173);
  color: white;
}
.iconbtn2{
  padding: 0px 8px 0px 8px;
  border-radius: 4px;
  color: rgb(201, 199, 199);
  cursor: pointer;
}
.iconbtn2:hover{
  background-color: rgb(6, 115, 33);
  color: white;
}
.formhidden{
  display: inline-block;
}
.status-success{
  color: #5344A9;
}
.status-wait{
  color:darkorange;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  /* margin: 20px; */
  display: block;
}
input[type=checkbox]:before {
  content: "";
  display: inline-block;
  /* position: absolute; */
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  border: 1px solid #828181;
  border-radius: 3px;
  background-color: rgb(204, 237, 210);
  
}
input[type=checkbox]:checked:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  border: solid rgb(69, 68, 68);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 7px;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 4s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  position: absolute;
  bottom: -1.6em;
  left: 100%;
  padding: 4px 4px 4px 8px;
  color: #666;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #666;
  -webkit-box-shadow: 0px 0px 4px #666;
  box-shadow: 0px 0px 4px #666;
  background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
  background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
  background-image: -o-linear-gradient(top, #f0eded, #bfbdbd);
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}
.texttitle{
  /* max-width: 400px; */
  min-width: 200px;
  /* max-width: 350px; */
  width: 420px;
  white-space: normal;
  /* font-size: 18px; */
}
.text-title{
  color:darkgreen;
  white-space: normal;
}
.testcolor{
  color:#1471c1;

  
}
.text-blue{
  color:#0362b4;
  white-space: normal;
}
.user_info{
  /* margin-bottom: 20px; */
  /* padding: 10px; */
  font-size: 16px;
  border-radius: 10px;
  background-color: #5344A9;
  color:white;
  padding: 20px;
}
.card-banner{
  background-color: #7fb7f3;
  border-radius: 20px;
}
.boxinfo{
  float: right;
  margin-top: -25px;
  padding: 10px;
  vertical-align:middle;
  font-size: 20px;
  color:#5344A9;
  text-shadow: 1px 1px 2px rgba(71, 78, 75, 0.286);
}
.boxinfo2{
  float: right;
  text-align: right;
  margin-top: -35px;
  padding: 10px;
  vertical-align:middle;
  font-size: 20px;
  color:rgb(255, 255, 255);
  text-shadow: 1px 1px 2px rgba(71, 78, 75, 0.286);
}

.headinfo{
  float: left;
  margin-top: 0px;
  padding: 10px;
  /* vertical-align:middle; */
  font-size: 18px;
  color:#5344A9;
  text-shadow: 1px 1px 2px rgba(71, 78, 75, 0.286);
}
.btn-add{
  position: relative;
  top: 30px;
  left: 170px;
  z-index: 1;
  scale: 0.8;
}
.btn-addrep{
  display: inline-block;
  /* margin: -4px 0 0 4px; */
  padding: 8px 8px 8px 8px;
  font-size: 12px;
  color: rgb(153, 152, 152);
  background-color:rgb(225, 224, 224);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(225, 224, 224);
  cursor: pointer;
  /* box-shadow: 0 0px 5px rgb(219, 219, 219); */
}
.btn-showrep{
  display: inline-block;
  /* margin: -4px 0 0 4px; */
  padding: 8px 8px 8px 8px;
  font-size: 12px;
  color: rgb(153, 152, 152);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(225, 224, 224);
  cursor: pointer;
  /* box-shadow: 0 0px 5px rgb(219, 219, 219); */

}
.btn-checkrep{
  display: inline-block;
  padding: 8px 8px 8px 8px;
  font-size: 12px;
  color: rgb(153, 152, 152);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  background-color: #9dd0fe;
  border-color: rgb(70, 141, 247);
  cursor: pointer;
  /* box-shadow: 0 0px 10px rgb(219, 219, 219); */
}
.btn-showkpi{
  display: inline-block;
  /* margin: -4px 0 0 4px; */
  padding: 0px 8px 0px 8px;
  font-size: 12px;
  color: rgb(153, 152, 152);
  background-color: #F7EDED;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(225, 224, 224);
  cursor: pointer;
}
#lbround{
/* display: inline-block; */
color: green;
}

.iconlink{
color: rgb(81, 81, 81);
cursor: pointer;
}

.dropdown-item{
  cursor: pointer;
}
.status{
  padding-left: 20px;
}
.text-menu{
  color:#5344A9;
  text-shadow: 1px 1px 1px rgba(71, 78, 75, 0.286);
}
.text-status1{
  color:rgb(109, 109, 109);
}
.text-status2{
  color:#0362b4;
}
.text-status3{
  /* cursor: pointer; */
  color:rgb(250, 100, 100);
  /* border-style: solid; */
  /* border-width: 1px;
  border-radius: 5px;
  padding: 0 2px 0 2px;
  border-color: rgb(250, 214, 214); */
}
.comment_show{
  display: inline-block;
  margin: -4px 0 0 4px;
  padding: 0px 8px 0px 8px;
  font-size: 13px;
  color:rgb(250, 100, 100);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(236, 236, 236);
  cursor: pointer;

  /* cursor: pointer;
  color:rgb(250, 100, 100);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 0 2px 0 2px;
  border-color: rgb(250, 214, 214); */
}
.text-status4{
  /* cursor: pointer; */
  color:#5344A9;
}
.menulink{
  cursor: pointer;
  color:#666666;
}
.text-status5{
  cursor: pointer;
  color:#5344A9;
  /* border-style: solid; */
  /* border-width: 1px;
  border-radius: 5px;
  padding: 0 2px 0 2px;
  border-color: rgb(195, 243, 191); */
}
.text-active{
  /* color:green; */
  color:#5344A9;
  text-shadow: 1px 1px 1px rgba(71, 78, 75, 0.286);
}
.text-red{
  color:rgb(250, 100, 100);
}
.text-dark{
  color:rgb(73, 72, 72);
}
.text-yellow{
  color:rgb(218, 171, 16);
}
.showdata{
  height: auto;
  background-color: #f3f3f3;
}
.showdatareport{
  height: auto;
  background-color: #ffffff;
  border-color: white;
}
.titlework{
  display: block;
  background-color: #939bcb;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  }
.kpihead{
  display: block;
  font-size: 18px;
  color:#5344A9;
  background-color: lightgray;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.modal { overflow: auto !important; }
.lbkpi{
  margin-left: 10px;
}
.lbkpiuni{
  margin-left: 15px;
  color: #428bca;
}
.lbnote{
  color: #aeaeae;
}
.has-no-results{
  background-color: #fcda69;
}

/* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

.selectgroup1 {
  cursor: not-allowed;
  font-weight: bold !important;
  color: #ffffff !important;
  background: #5cb85c !important;
  text-transform: uppercase;
}
.selectgroup2 {
  cursor: not-allowed;
  font-weight: bold !important;
  color: #585858 !important;
  background: #dede4b !important;
  text-transform: uppercase;
}
.text-green{
  color:#5344A9;
}
.btn-small{
  display: inline-block;
  margin: -4px 0 0 4px;
  padding: 0px 8px 0px 8px;
  font-size: 13px;
  color: green;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(236, 236, 236);
  cursor: pointer;
}
.text-fac {
  font-size: 14px;
  font-weight: 600
}
.boxref{
  position: relative;
}
.manage1{
  position: absolute;
  bottom:20px;
  left:0px;
  /* padding: 10px; */
}
.manage2{
  position: absolute;
  bottom:20px;
  right:25px;
  /* padding: 10px; */
}

.table-report, thead, tr, td{
  padding: 10px;
  /* background-color: #dddada; */
  border-bottom: 1px solid;
  border-color:  rgb(230, 230, 230);
  vertical-align: top;
}
.table-head{
  text-align: center;
  background-color: #A780DA;
}
.title-sub{
  margin-top: 8px;
  color: gray;
  padding-left: 15px;
}


.text-title-report{
  display: inline-block;
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
}
.text-subtitle-report{
  padding-top: 20px;
  font-size: 18px;
}
#print_data{
  margin:8rem;
  /* padding-top: 10px; */
  font-size: 15px;
  line-height: 20px;
}
#print_data .form-control{
  border-color: white;
  /* padding-top: 0px; */
  font-size: 15px;
  /* padding-bottom: 20px; */
}
.img-logo{
  display: inline-block;
  width: 50px;
}
.vhfloat{
  /* display: inline-block; */
  vertical-align: bottom;
  width: auto;
  /* vertical-align: middle; */
}

/* @media print {
  body {
    visibility: hidden;
  }
  #print_product {
    visibility: visible;
    position: absolute;
    left: -25px;
    top: 8rem;
    font-size: 16px;
  }
} */
#picture_show{
  display: flex;
  justify-content: center;
  align-items: center;
}
.picpreview{
  min-width: 300px;
  max-width: 100%;
}
.btap{
  margin-bottom: -10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(221, 221, 221);
  background-color: #eaeaea;
}
.btap.active{
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(221, 221, 221);
  color:white;
  background-color: #05a043;
}
.strategic_add{
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: rgb(196, 196, 196);
}
#kpi_detail{
  cursor: pointer;
}
.text-note {
  font-size: 12px;
  color: gray;
}

/* for Sproject #8162A9 */
.tb-main{
  background-color: #8162A9;
}
.tb-success{
  background-color: #A780DA;
}
.tb-warning{
  background-color: #BAADAE;
}
.tb-primary{
  background-color: #EEB1C6;
}
.tb-kpi{
  background-color: rgb(251, 251, 242);
}
.linkmodal{
  cursor: pointer;
  color:#394daf;
  font-size: 15px;
}
.lb_content{
  font-size: 15px;
  color: #394daf;
}
.imground{
  border-radius: 20px;
}


div.options > label > input {
	visibility: hidden;
}

div.options > label {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;  
	height: 40px;
	width: 200px;
}

div.options > label > img {
	display: inline-block;
	padding: 0px;
	height:30px;
	width:30px;
	background: none;
}

div.options > label > input:checked +img {  
	background: url(/images/iconcheck.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:30px 30px;
}

.iconpop{
position: absolute;
position: fixed;
padding: 5px;
color: rgb(130, 130, 130);
background-color: rgb(220, 220, 220);
border-radius: 50%;
bottom: 10px;
right: 50px;
font-size: 32px;
transform: translate3d(-50%, -50%, 0);
line-height: 10px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  color: gray;
}
.fa1{
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
