.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.bg-danger {
    background-color: #fb6b5b;
    color: #ffffff;
}
.badge-sm {
    font-size: 85%;
    padding: 2px 5px !important;
} 
.breadcrumb {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: #999;
}
.accordion-group,
.accordion-inner {
  border-color: #e8e8e8;
  border-radius: 2px;
}
.alert {
  font-size: 85%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.alert .close i {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.form-control {
  border-color: #d9d9d9;
  border-radius: 2px;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #4cc0c1;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.input-group-addon {
  border-color: #d9d9d9;
  background-color: #f9f9f9;
}
.list-group {
  border-radius: 2px;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group-item {
  border-color: #e8e8e8;
  padding-right: 15px;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #65bd77 !important;
  background-color: #65bd77 !important;
}
.list-group-item.active .text-muted {
  color: #d0ebd6;
}
.list-group-item.active a {
  color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0,0,0,0.02);
}
.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
  .aside-xl {
    width: 300px;
  }

a {
    color: #2e3e4e;
    text-decoration: none;
} 


div.flex__row{
	display: flex;
	justify-content: center;
	flex-direction: row;

}

#tblSkillZone {
  border-spacing: 0;
  width: 100%;
}
#tblSkillZone thead tr{
  display: block;
  background-color: #f4f5f6;
}
#tblSkillZone thead tr th{
  /* padding: 10px; */
  width: 25vw;
  text-align: left;
  font-weight: bold;
}
#tblSkillZone tbody{
  display: block;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-collapse: collapse;
border: 1px solid #bfbfbf; /* เปลี่ยนสีขอบตามต้องการ */
}
#tblSkillZone tbody td{
  overflow-wrap: anywhere;
  line-height: 1;
  padding: 5px;
  width: 25%;
  border-top-style: none;
  vertical-align: middle;
}

@media only screen and (max-width: 769px) {
	div.flex__row{
    flex-direction: column;
	}
}

