.navbar{
	background-color: #F47A21; /*border-radius: 10px 10px 0 0;*/
}
.sidebar{
	/*width: 200px; */
}
 /* === MAIN MENU HOVER ======= */
.nav-list > li > a:hover,
.nav-list > li:hover > a {
    background-color: #F47920 !important;  /* Orange */
    color: #fff !important;
    font-weight: bold;
}

.nav-list > li > a:hover i,
.nav-list > li:hover > a i {
    color: #fff !important;
    font-weight: bold;
}

/* Active item */
.nav-list > li.active > a {
    background-color: #F47920 !important;
    color: #fff !important;
    font-weight: bold;
}

/* ========== SUBMENU HOVER ========== */
.nav-list .submenu > li > a:hover,
.nav-list .submenu > li:hover > a {
    background-color: #F7B169 !important; /* Light orange */
    color: #fff !important;
    font-weight: bold;
}

.nav-list .submenu > li > a:hover i,
.nav-list .submenu > li:hover > a i {
    color: #fff !important;
    font-weight: bold;
}

/* Submenu (level 3) */
.nav-list .submenu .submenu > li > a:hover {
    background-color: #FFD8B0 !important;
    color: #fff !important;
    font-weight: bold;
}

/* =========================
   GENERAL
========================= */
.nav-list li a {
    transition: 0.2s ease-in-out;
}
 /* Highlight each item inside notify-content when hover */
.content-sms li:hover {
    background-color: #fbe3b2 !important; /* Strong yellow */
    cursor: pointer;
}
.notify-content li:hover {
    background-color: #fbe3b2 !important; /* Strong yellow */
    cursor: pointer;
}
.notify-content-career li:hover {
    background-color: #fbe3b2 !important; /* Strong yellow */
    cursor: pointer;
}

/*  loading more svn  */
.loading {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #888;
}
.spinner-product{
  width:60px;
  height:60px;
  border-radius:50%;
  border:6px solid #F47920; 
  margin:0.5% auto;
  position:relative;
}
.spinner-product:before{
  content:'';
  width:60px;
  height:60px;
  border-radius:50%;
  border-top:6px solid #048023;
  border-right:6px solid #048023;
  border-bottom:6px solid transparent;
  border-left:6px solid transparent;
  position:absolute;
  top:-6px;
  left:-6px;
  animation:rt 2s infinite;
}

 @keyframes rt{
    from{
      transform:rotate(0deg);
    }
    to{
      transform:rotate(360deg);
    }
  }
.spinner-product img{
  /*margin: auto;width:48px;*/
    display: block;
    margin: auto;
    width: 48px;
}
/* end loading more */

/* Back To Top  */
.scroll_top_wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #F99820;
  color: #eeeeee;
  width: 25px;
  height: 43px;
  line-height: 30px;
  right: 0px;
  bottom: 0px;
  padding-top: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll_top_wrapper:hover {
  background-color: #ce6b1e;
}
.scroll_top_wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll_top_wrapper i.fa {
  line-height: inherit;
}
/* end Back To Top  */
.table_data_overflow{
	width: 100%; overflow: auto;
}

.btnsls {
  background-color: #d6d6d4; 
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}
.btnslscom {padding: 5px 80px;}
.btnslsmobile {padding: 5px 80px;}
#formcom{
  display: none;
} 
#formmobile{
  display: none;
}
.preview_img{
	width:50px; height:50px;position: absolute;top: 20px;left: 4px;border:1px solid #CACFD2;
}
.pdf_preview {
  width: 140px;
  height:140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 12px;
  color: #333;
  overflow: auto;
}
.iframe_pdf{
	width:120px; height:120px; 
}
.iframe_pdfform{
	width:120px; height:120px; 
}
.iframe_pdfform2{
	width:120px; height:120px; 
}
.video_play{
	width:130px; height:100px; display:none; border: 2px solid #CACFD2;margin-top: 5px;
}
.td-scroll {
  width: 300px;max-height: 120px;
  overflow: auto;
  display: block;
  white-space: normal;
  word-break: break-word;
}
.reprt_chart{
	width:100%;height:300px;
}

.error{
	color: #F26827;
	padding-top: 5px;
	margin-bottom: -5px;
}
.mc-tb tr td{
	padding: 2px;
}
.af_app_title{  background-color: #ddd;}
.af_app_title span{font-size: 12pt; font-weight: bold;color: black;}
/* FLOAT MENU */
.float-menu-wrapper{
	display: none;
}
.job-list{
    list-style-type: none; margin: 0; padding: 0;
}
.job-list li{
    display: inline-block;
    margin-right: 20px;
}
.branch-list{
    list-style-type: none; margin: 0; padding: 0;
}
.branch-list li{
    display: inline-block;
    margin-right: 20px;
}
.float-menu{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:40px;
	background-color:#F47920;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: bot-to-top 2s ease-out;
}
.ul-float{
	position:fixed;
	right:40px;
	padding-bottom:20px;
	bottom:60px;
	z-index:100;
}
.ul-float li{
	list-style:none;
	margin-bottom:10px;
}
.ul-float li a{
	background-color:#40993B;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:60px;
	height:60px;
	display:block;
}
.ul-float:hover{
	visibility:visible!important;
	opacity:1!important;
}
.my-float{
	font-size:24px;
	margin-top:18px;
}
/* display qr code svn */
canvas {
  display: block;
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
a#menu-floating + .ul-float{
	visibility: hidden;
}
a#menu-floating:hover + .ul-float{
	visibility: visible;
	animation: scale-in 0.5s;
}
a#menu-floating i{
	animation: rotate-in 0.5s;
}
a#menu-floating:hover > i{
	animation: rotate-out 0.5s;
}
@keyframes bot-to-top {
	0%   {bottom:-40px}
	50%  {bottom:40px}
}
@keyframes scale-in {
	from {transform: scale(0);opacity: 0;}
	to {transform: scale(1);opacity: 1;}
}
@keyframes rotate-in {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@keyframes rotate-out {
	from {transform: rotate(360deg);}
	to {transform: rotate(0deg);}
}
/* sub menu toggle */
@media(max-width:1320px) {
	#nav1 .navbar-header {
		float: none;
	}
	#nav1 .navbar-toggle {
		display: block;
	}
	#nav1 .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	#nav1 .navbar-collapse.collapse {
		display: none!important;
	}
	#nav1 .navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	#nav1 .navbar-nav>li {
		float: none;
	}
	#nav1 .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav1 .navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	#nav1 .navbar-collapse.collapse.in {
		display: block!important;
	}
	#nav1 .collapsing {
		overflow: hidden!important;
	}
}
/* fancyBox */
.fancybox-slide--iframe .fancybox-content {
	width  : 900px;
	min-height : 500px;
	max-width  : 90%;
	/*max-height : 90%;*/
	margin: 0;
	overflow: auto !important;
}
.fancy{
	background-color: #333 !important;
}
.msg-box{
	background-color: #333;
	padding: 12px 20px 12px 35px;
	margin-bottom: 10px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 12pt;
	border-radius: 3px;
	min-width: 250px;
	text-align: center;
	z-index: 2;
}
.msg-s:before {
	content: "\f05d";
	font-family: FontAwesome;
	position: absolute;
	margin-left: -20px;
	top: 13px;
	font-weight: normal;
}
.msg-s{
	border: 1px solid #40993B;
	color: #36b86c;
	font-weight: bold;
}
.msg-e:before {
	content: "\f05c";
	font-family: FontAwesome;
	position: absolute;
	margin-left: -20px;
	top: 13px;
	font-weight: normal;
}
.msg-e{
	border: 1px solid #f4843f;
	font-weight: bold;
	color: #f4843f;
}
.msg-w:before {
	content: "\f06a";
	font-family: FontAwesome;
	position: absolute;
	margin-left: -20px;
	top: 13px;
	font-weight: normal;
}
.msg-w{
	border: 1px solid #f4d95b;
	font-weight: bold;
	color: #f4d95b;
}
.tb-rotate {
	width: 20px !important;
	word-spacing: normal;
	white-space: nowrap;
}
.f10{
	font-size: 10pt;
}
.f8{
	font-size: 8pt;
}
.f6{
	font-size: 6pt;
}
.f5{
	font-size: 5pt;
}
.rotate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: auto;
	width: 25px !important;
	word-spacing: normal;
	white-space: nowrap;
}
.br-t{
	border-top: 0.1em solid #666 !important;
}
.br-b{
	border-bottom: 0.1em solid #666 !important;
}
.br-l{
	border-left: 0.1em solid #666 !important;
}
.br-r{
	border-right: 0.1em solid #666 !important;
}
.tb-right tr td{
	padding: 4px;
	vertical-align: top;
	font-size: 11pt;
}
.page-title{
	font-family: Saysettha; position: absolute;
	color: #777;
}
.btn-right{
	margin-top: 15px; margin-bottom: 8px;
}
.line-full{
	border-bottom: 2px solid #777; clear: both;margin-bottom: 8px;
}
.panel{
	border-radius: 0px;
}
.my-page-header{
	border-bottom: 1px solid #bbb; padding: 4px 0;
}
.my-page-title{
	font-size: 14px; margin-top: 2px; color: #666;
}
.my-page-content{
	padding: 20px 0;
}
.floating-menu {
	border-radius: 100px;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	right: 0;
	position: fixed;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.floating-menu-ul {
	margin: 0;
	padding-left: 0;
	list-style: none
}
.floating-menu-ul li a {
	display: block;
	padding: 12px;
	color: #fff;
	border-radius: 50px;
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.floating-menu-ul li a:hover {
	background: rgba(244, 244, 244, .3)
}
.floating-menu-bg {
	background-image: -webkit-linear-gradient(top, #1C5E91 0, #167699 100%);
	background-image: -o-linear-gradient(top, #1C5E91 0, #167699 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1C5E91), to(#167699));
	background-image: linear-gradient(to bottom, #1C5E91 0, #167699 100%);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}
.ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0)
}
.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s
}
.ripple:active:after {
	transform: scale(0, 0);
	opacity: .2;
	transition: 0s
}
/* upload img product code */
#img_product_detail{
  display: none;
}
#select_more_file_img{
  display: none;
} 
img {
  max-width: 100px; /* Limit displayed size */
  border: 1px solid #ccc;
  margin: 4px;
} 
#output_product_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
#btn_select_more_img {
  display: none; /* Initially hidden */
  margin-top: 10px;
}
.img_load_list{
  max-width:115px;
  height:108px;
  margin:auto;
  background-color: #ececec;
  border:none;
}
.img_load_list img{
  max-width:100px;
  max-height:100px;
  border: 1px solid #C0C0C0;
}
.imgcontainer{
  margin:4px;
  background-color: #C0C0C0;
  border: solid;
  display: inline-block;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(0,0,0,0.14);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}
.imgcontainer > .imgName{
  text-align:center;
  font-size:1.2em;
  height: 15px;
  overflow: hidden;
}
.imgcontainer > .imgRemoveBtn{
  position: absolute;
  color: #ff0000;
  right: 2px;
  top: 0;
  cursor: pointer;
  display: none;
  font-size:2em;
}
.RearangeBox:hover > .imgRemoveBtn{ 
  display: block;
}

