@import "https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,700&amp;subset=thai";
body{
  font-family: 'Prompt', sans-serif;
  font-size:14px;
  font-weight: 300;
}
body {
	margin: 0;
	color: #333;
}
.ui-datepicker *{
  font-family: 'Kanit', sans-serif !important; 
}
.navbar-toggle{
	border-radius: 0;
}
strong{
	font-weight: normal;
}
.box_javaword{
	max-width: 950px;
}
.btn{
	border-radius: 0;
}
.box_javaword .date{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.table-responsive{
	overflow-y: auto;
	padding-bottom: 80px;
	min-height: 300px;
}
.table-responsive > table{
	width: 99%;
}
.input-group .input-group-addon.noborder{
	border-left: none;
	border-right: none;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 5px 0 0;
}
/* GLOBALS */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.clearleft{
    clear: left;
}
/*Main Site{*/
.ft-l{
	float:left;	
}
.ft-r{
	float:right;	
}
.pd-t-5{
	padding-top:5px;	
}
.pd-t-10{
	padding-top:10px;	
}
.pd-t-15{
	padding-top:15px;	
}
.pd-t-30{
	padding-top:30px;	
}
.pd-t-35{
	padding-top:35px;	
}
.pd-t-40{
	padding-top:40px;	
}
.pd-l-5{
	padding-left:5px;	
}
.pd-l-10{
	padding-left:10px;	
}
.pd-l-15{
	padding-left:15px;	
}
.pd-l-30{
	padding-left:30px;	
}
.pd-l-35{
	padding-left:35px;	
}
.pd-l-40{
	padding-left:40px;	
}
.pd-b-5{
	padding-bottom:5px;	
}
.pd-b-10{
	padding-bottom:10px;	
}
.pd-b-15{
	padding-bottom:15px;	
}
.pd-b-30{
	padding-bottom:30px;	
}
.pd-b-35{
	padding-bottom:35px;	
}
.pd-b-40{
	padding-bottom:40px;	
}
.pd-r-5{
	padding-right:5px;	
}
.pd-r-10{
	padding-right:10px;	
}
.pd-r-15{
	padding-right:15px;	
}
.pd-r-30{
	padding-right:30px;	
}
.pd-r-35{
	padding-right:35px;	
}
.pd-r-40{
	padding-right:40px;	
}
.mg-t-5{
	margin-top:5px;	
}
.mg-t-10{
	margin-top:10px;	
}
.mg-t-15{
	margin-top:15px;	
}
.mg-t-30{
	margin-top:30px;	
}
.mg-t-35{
	margin-top:35px;	
}
.mg-t-40{
	margin-top:40px;	
}
.mg-l-5{
	margin-left:5px;	
}
.mg-l-10{
	margin-left:10px;	
}
.mg-l-15{
	margin-left:15px;	
}
.mg-l-30{
	margin-left:30px;	
}
.mg-l-35{
	margin-left:35px;	
}
.mg-l-40{
	margin-left:40px;	
}
.mg-b-5{
	margin-bottom:5px;	
}
.mg-b-10{
	margin-bottom:10px;	
}
.mg-b-15{
	margin-bottom:15px;	
}
.mg-b-30{
	margin-bottom:30px;	
}
.mg-b-35{
	margin-bottom:35px;	
}
.mg-b-40{
	margin-bottom:40px;	
}
.mg-r-5{
	margin-right:5px;	
}
.mg-r-10{
	margin-right:10px;	
}
.mg-r-15{
	margin-right:15px;	
}
.mg-r-30{
	margin-right:30px;	
}
.mg-r-35{
	margin-right:35px;	
}
.mg-r-40{
	margin-right:40px;	
}
.block{
	display:block;	
}
fontsize-10{
	font-size:10px;
}
.fontsize-11{
	font-size:11px;
}
.fontsize-12{
	font-size:12px;
}
.fontsize-13{
	font-size:13px;
}
.txt-red{
	color:#F11413;	
}
.w100pc{
	width:100%;
}
.w90pc{
	width:90%;
}
.w80pc{
	width:80%;
}
.w70pc{
	width:70%;
}
.w60pc{
	width:60%;
}
.w50pc{
	width:50%;
}
.txt-red{
	color:red;	
}
/*}*/
/*FORM STYLE{*/
/*input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,select {
    font-weight: 400;
    padding: 10px;
    margin-bottom: 5px;
    border: 3px solid #D7D7D7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width:100%;
	background:#FBFBFB;
	outline:none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
select {
	height: 40px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=number]:hover,
textarea:hover{
    border-color: #CCC;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
    border-color: #999;
    outline: none; /* Remove Chrome's outline */
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=number].error,
textarea.error,
select.error{
    border-color: #F31618;
}
textarea{
	resize:vertical;	
}*/
/*}*/
label{
	display:inline-block;
	margin-right:10px;
	cursor:pointer;
}
/*SmartMenu{*/

/* Menu items
===================*/
	#main-menu,#main-menu ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	#main-menu{
		padding-top: 15px;
		min-height: 500px;
		padding-bottom: 50px;
	}
	#main-menu li.GROUPMENU{
		padding:10px 15px;
		color:#fff;
		font-weight: 400;
		font-size: 18px;
	}
	#main-menu li{
		position:relative;
	}
	#main-menu li.Disable > a{
		text-decoration:line-through;	
	}
	#main-menu a{
	/*	background-color: #0e3b2a;*/
		color: #fff;
		display: block;
		line-height: 20px;
		padding: 6px 30px 6px 20px;
		position: relative;
		text-decoration: none;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#main-menu > li > a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#main-menu li > a:hover, #main-menu li.active > a {
	    background: rgba(125, 125, 125, 0.4) !important;
	}
	#main-menu a > .fa{
	    float: left;
	    margin-top: 2px;
	    padding-right: 5px;
    	display: block;
	}
	#main-menu a:before{
		position:relative;
		left:-10px;
	}
	#main-menu li.hide a:before{
		/*background:#555;*/
	}
	#main-menu ul{
		display:none;
	}
	#main-menu .glyphicon{
		position:absolute;
		right:15px;
		top:10px;
		color:#fff;
		transition:All 0.2s ease;
		-webkit-transition:All 0.2s ease;
		-moz-transition:All 0.2s ease;
		-o-transition:All 0.2s ease;
		z-index:1;
		font-size:10px;
	}
	#main-menu .on > .glyphicon{
		transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-o-transform:rotate(90deg);
	}
	#main-menu li > ul > li > a {
		margin-left: 25px;
		padding-left: 15px;
		border-left: 1px solid #fff;
		font-size: 0.9em;
	}
	#main-menu li > ul > li > ul > li > a {
		padding-left:20px;
		margin-left: 40px;
		font-size: 0.8em;
	}
	#main-menu li > ul > li > ul > li > ul > li > a {
		padding-left:20px;
		margin-left: 60px;
	}
	#main-menu li > ul > li > ul > li > ul > li > ul > li > a {
		padding-left:20px;
		margin-left: 80px;
	}
	#main-menu li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
		padding-left:100px;
		margin-left: 100px;
	}
	#main-menu .on > ul,
	#main-menu .on > ul{
		display:block;	
	}
	#main-menu .on > a{
	
	}
	
	
	.sm-blue ul a {
		padding:9px 40px 8px 23px;
		text-shadow:none;
	}
/*}*/
.bgred{
	background:#DE5959 !important;	
}
.bgpurple{
	background:#9100FF !important;
}
.bggreen{
	background:#017800 !important;
}
.header{
	position:relative;
	z-index:3;
}
.header .logo{
	float:left;
	padding:0;
	white-space: nowrap;
}
.navbar-brand{
	padding: 0; 
	height: auto;
	font-family: 'Oswald', sans-serif;
	padding: 5px 10px;
}
.navbar-brand > img{
    margin: 0;
    height: 70px;
    margin-right: 0px;
}
.navbar-brand > strong{
	color: #f8c307;
}
.navbar-nav > li > a {
    padding: 28px 25px;
    font-size: 1.1em;
    border: 1px solid transparent;
    border-left: 1px solid #e1e1e1;
    line-height: initial;
}
.navbar-default .navbar-nav>li>a{
	color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: #807f7a;
	color: #fff;
	border-left-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	background: #f1f1f1;
}
ul.modules_page{
	background: rgba(255, 255, 255, 0.8) !important;
}
ul.modules_page li > a{
	color: #333;
}
.navbar-nav > li.active + li > a{
	border-left-color: transparent;
}
.header .navbar-default{
	background:none;
	border:none;
}
.header .logo img{
	border:none;	
	height:35px;
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:radial-gradient(closest-side, #ffffff, rgba(255, 255, 255, 0));
}
.header .logo .title{
	padding-top:6px;
	font-size: 16px;
	color:#fff
}
#LeftMenuSystem{
	padding-left:0px;
	padding-right:0px;
	border:none;
}
#btnMenu {
	display:none;
}
.header .logout{
	bottom:0px;
	height:20px;
	float:right;
}
.header .navbar-header .box_btn{
	margin-top:7px;
}
.header .btnHead{
	height:40px;
	margin-right:0px;
	margin-left:5px;
	margin-top:8px;
	margin-bottom:8px;
	float:right;
}
.header .navbar{
	margin-bottom:0px;
}
.inner_box{
	position: relative;
}
.left_menu{
	position:absolute;
	z-index: 1;
	min-width: 250px;
	width: 20%;
	float: left;
}
.content_body{
	margin-left: 20vw;
	background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
	.content_body{
		margin-left: 250px;
	}
}
/*.content_body > div{
	border-left: 1px solid #eee;
}*/
.content_body .topnav{
	position:relative;
	z-index:1
}
.content_body .nav .breadcrumb{
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 10px 20px 10px;
	font-size: 13px;
	
}
.content_body .nav .breadcrumb > li + li:before{
    color: #fff;
    content: " / ";
    width: 35px;
}
.content_body .nav .breadcrumb li.l1{
	position:relative;	
}
.content_body .nav .breadcrumb li.l1 ul{
	list-style:none;
}
.content_body .nav .breadcrumb li.l1 ul li{
	padding:5px 10px;
	border-left:2px solid #ccc;
}
.content_body .nav .breadcrumb a{
	color:#fff;
}
.content_body .nav .breadcrumb li.l1 ul a.hover{
	background:#f1f1f1;
}
.content_body .nav .breadcrumb li.l1 > ul{
	position:absolute;
	top:100%;
	left:20px;;
	background:#fff;
	display:none;
	border:1px solid #ccc;
}
.content_body .nav .breadcrumb li.l1:first-child > ul{
	left:0;	
}
.content_body .nav .breadcrumb li.l1:hover > ul{
	display:block;
}
.content_body .inner{
	padding:15px 20px;
	background:#fff;
	min-height:650px;
	position: relative;
	/* box-shadow: 0px 0px 2px #ccc; */
	/*max-width:1200px;*/ 
}
.permission_alert{
	text-align:center;
	border:1px solid #F00;
	padding:20px 10px;
	background:#EE6A6A;
	color:#fff;
	font-weight:bold;
}
.date{
	display:inline-block;	
	width:100%;
	margin-bottom:10px;
}
.date .L{
	float:left;	
}
.date .R{
	float:right;	
}
.footer{
	text-align:center;
	padding:3px 0;
	bottom:0px;
	width:100%;
	background:#222;
	color:#fff;
	font-size: 1.1em;
}
.footer a{
	color: #fff;
}
.footer p{
	margin: 10px 0px;
}
/*ColorBox{*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999 !important; /*overflow:hidden;*/
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #fff;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	/*background: url(img/pop_top_bg.png) top left no-repeat #fff;*/
}
#cboxLoadingGraphic {
	background: url(img/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #fff;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	bottom: -20px;
	color: #FFFFFF;
	display: none;
	overflow: visible;
	position: absolute;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}
#cboxPrevious {
	right: 100px;
}
#cboxNext {
	right: 55px;
}
#cboxClose {
	right: 11px;
	top:11px;
	background:url(img/close.png) top center;
	width:27px;
	height:27px;
	text-indent:-999px;
	overflow:hidden;
}
#cboxClose:hover{
	background-position:bottom center;	
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right: 100px;
}
.cboxSlideshow_on #cboxSlideshow {
	right: 175px;
}
.cboxSlideshow_off #cboxSlideshow {
	right: 175px;
}
#cboxCornerTop,
#cboxCornerBottom {
	width: 213px;
	height: 134px;
	position: absolute;
	display:none;
}
#cboxCornerTop {

}
#cboxCornerBottom {

}
#cboxWrapper {
	overflow: inherit;
}
/*}*/
/*MultiUpload{*/
#myuploaderButton {
    width: 100%;
    height: 50px;
    background: #ff000b; /* Fallback */
    background: -moz-linear-gradient(#4387FD, #4683EA);
    background: -ms-linear-gradient(#4387FD, #4683EA);
    background: -o-linear-gradient(#4387FD, #4683EA);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4387FD), to(#4683EA));
    background: -webkit-linear-gradient(#4387FD, #4683EA);
    background: linear-gradient(#4387FD, #4683EA);
    border: none;
    color: #fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}
.bottompopup{
	background:#f5f5f5;
	padding:10px	;
	border-top:1px solid #BBB;
	text-align:right;
}
.popTitle{

}
.popTitle .title {
	border-bottom:1px solid #BBB;
	background:#efefef;
	cursor:move;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
	display:none;
}
#FileData,
.dt-file-upload ul{
    list-style: none outside none;
    width: 100%;
}
#FileData li,.dt-file-upload ul li{
    clear: both;
    display: block;
	padding:5px;
	position:relative;
	min-height: 35px;
}
.dt-file-upload ul li:last-child{
	border-bottom: none;
}
.icon{
	height:18px;
	width:14px;
	display:inline-block;	
	cursor:pointer;
}
.icon.sorting{
	background:url(icon/16/Arrow-Move-UI.PNG) no-repeat 7px 5px;
	cursor:move;
}
.icon.delete{
	background:url(icon/16/Delete-UI.PNG) no-repeat 7px 5px;
}
.icon.view{
	background:url(icon/16/Magnifier-UI.PNG) no-repeat 7px 5px;
}
.iconfile{
	background-position:5px 7px;
	background-repeat:no-repeat;
	background-image:url(icon/minifile/unknown.gif);
	text-indent:20px;
}
.iconfile.jpg,
.iconfile.png,
.iconfile.jpeg,
.iconfile.gif,
.iconfile.bmp{
	background-image:url(icon/minifile/picture.gif);
}
.iconfile.doc,
.iconfile.docx{
	background-image:url(icon/minifile/doc.gif);
}

.iconfile.xls,
.iconfile.xlsx{
	background-image:url(icon/minifile/xls.gif);
}
.iconfile.ppt,
.iconfile.pptx{
	background-image:url(icon/minifile/ppt.gif);
}

.iconfile.flv{
	background-image:url(icon/minifile/flv.gif);
}
.iconfile.mp3,
.iconfile.wma{
	background-image:url(icon/minifile/mp3.gif);
}
.iconfile.mp4,
.iconfile.wmv{
	background-image:url(icon/minifile/media.gif);
}
.iconfile.pdf{
	background-image:url(icon/minifile/pdf.gif);
}
.iconfile.rar{
	background-image:url(icon/minifile/rar.gif);
}
.iconfile.txt{
	background-image:url(icon/minifile/txt.gif);
}
.iconfile.zip{
	background-image:url(icon/minifile/zip.gif);
}
.datadownload .fa{
	font-size:14px;
	color:#999;
	cursor:pointer;
	text-decoration:none;
	text-indent:0px;
	width:25px;
}
.datadownload .fa:hover{
	color:#2e7d32;
}
.dt-file-upload{
	margin-top:10px;	
}
.dt-file-upload ul{
	margin:0px;
	padding:0px;
}
.dt-file-upload ul li *{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
}
.dt-file-upload .editFile{
	
}
.dt-file-upload.Photo .editFile,
.photoview .ClickView .name{
	display:none !important;
}
.dt-file-upload .inputEdit{
	position:relative;
	z-index:1;
	float:none;
}
.dt-file-upload ul li div.title{
	display:none;
}
.dt-file-upload.Photo .inputEdit{
	position:absolute;
	top:5px;
	left:5px;
	
}
.dt-file-upload .inputEdit input{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.dt-file-upload.Photo > ul{
	margin-left:1px;
}
.dt-file-upload.Photo ul li{
	padding:0px;
	clear:none;
	text-indent:0px;
	background:none;
	border-bottom:none;
	padding-bottom:10px;
	position:relative;
	text-align:center;
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	height:150px;
	margin-bottom:-1px;
	margin-left:-1px;
	width:33.4%;
	float: left;
}
.dt-file-upload.Photo ul li div.title{
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-overflow: ellipsis;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    text-align: left;
}
.dt-file-upload ul li a:not(".ClickView"){
	margin-left:5px;
}
.dt-file-upload.Photo ul li a.fancybox-buttons-viewphoto{
    bottom: 0px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	background:none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 60px;
    line-height: 105px;
	
}
.dt-file-upload.Photo ul li a.fancybox-buttons-viewphoto:hover{
	color: #fff;
	font-size:80px;
}
.dt-file-upload.Photo ul li img{
	height:105px;
	/*min-width:100%;*/
}
.multilist_option {
    border-top: 1px solid #eee;
    display: block;
    margin-top: 5px;
    padding: 5px 5px 0;
    width: 100%;
	position:relative;
	z-index:1;
}
.dt-file-upload ul li:hover{
	background-color:#FEFFEF;
}
.boxupload{
	/* box-shadow: 0 0 3px #b3b3b3; */
}
/*}*/
.list-input-data{
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;		
	margin-bottom:20px;
}
.list-input-data > li{
	margin-bottom:5px;
	padding-bottom:10px;
}
.list-input-data > li.clearfix{
	padding: 0;
	margin: 0;
}
.list-input-data .title {
    clear: both;
    font-weight: 400;
    padding: 5px 0px;
    border-bottom:2px solid #ddd;
    margin-bottom:10px;
    font-size:1.2em;
}
.dt-file-upload ol{
	margin-top:10px;
}
ul.row_data{
	list-style:none;
	margin:0;
	padding:0;
}
.table_data.Disable,
.table-main-data tr.Disable td:not(.adminoption){
	opacity:0.4;
	filter: alpha(opacity=40);
}
.table-main-data a.asc,
.table-main-data a.desc{
	cursor: pointer;
	padding-right: 13px;
	display: inline-block;
	line-height: 16px;

}
.table-main-data a.active.asc{
	background: url("../images/icon/filter-down.png") right center no-repeat;
}
.table-main-data a.active.desc{
	background: url("../images/icon/filter-up.png") right center no-repeat;
}
.table-main-data a:hover.asc,
.table-main-data a.active.asc{
	background: url("../images/icon/filter-down-active-white.png") right center no-repeat;
}
.table-main-data a:hover.desc,
.table-main-data a.active.desc{
	background: url("../images/icon/filter-up-active-white.png") right center no-repeat;
}
.table-main-data a.active,
.table-main-data a:hover{
	text-decoration: underline;
}
.table-main-data th a{
	color: #bbb;
	font-weight: normal;
}
ul.row_data >li{
	border-bottom:1px solid #eee;
	position:relative;
	padding:10px;
	min-height:80px;
}
ul.row_data >li:hover,
ul.row_data >li.selected{
}
ul.row_data >li .table_data{
	width:100%;
}
ul.row_data >li .table_data{
	
}
ul.row_data .option{
	list-style:none;
	border-top:1px solid #ccc;
	display:inline-block;
	width:100%;
	margin-top:10px;
	padding-top:5px;
	margin-left:0;
	padding-left:0;
}
ul.row_data  .option li{
	float:left;
	margin-right:5px;
	margin-top:5px;
}
ul.row_data  .option li a{
	padding:8px 10px;
	display:inline-block;
	cursor:pointer;
	background:#fff;
	text-decoration:none;
	padding-left:40px;
	position:relative;
	font-size:1.1em;
}
ul.row_data  .option li a:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	left:10px;
	margin:auto;
	font-size:20px;
}

ul.row_data  .option li a.StautsUpdate.Enable:before{
	content:"\f205";
	color:#5cb85c;
}
ul.row_data  .option li a.StautsUpdate.Disable:before{
	content:"\f204";
}
ul.row_data .option li a.HighlightUpdate.Enable:before {
    content: "\f205";
    color: #5cb85c;
}
ul.row_data .option li a.PinUpdate.Enable:before {
    content: "\f205";
    color: #5cb85c;
}
ul.row_data .option li a.AutoplayUpdate.Enable:before {
    content: "\f205";
    color: #5cb85c;
}

ul.row_data  .option li a.State.Enable:before{
	content:"\f205";
	color:#5cb85c;
}
ul.row_data  .option li a.State.Disable:before{
	content:"\f204";
}

ul.row_data  .option li a.State.Enable:before{
	content:"\f205";
	color:#5cb85c;
}
ul.row_data  .option li a.State.Disable:before{
	content:"\f204";
}
ul.row_data  .option li a.iconPie:before{
	content:"\f200";
}
ul.row_data  .option li a.HighlightUpdate.Disable:before{
	content:"\f204";
}
ul.row_data  .option li a.PinUpdate.Disable:before{
	content:"\f204";
}
ul.row_data  .option li a.AutoplayUpdate.Disable:before{
	content:"\f204";
}
ul.row_data  .option li a.iconReport:before{
	content:"\f080";
}
ul.row_data  .option li a.iconEdit:before{
	content:"\f044";
}
ul.row_data  .option li a.iconMove:before{
	content:"\f064";
}
ul.row_data  .option li a.iconDelete:hover{
	background:#D20000;	
	color:#fff;
}

ul.row_data  .option li a.iconDelete:before{
	content:"\f1f8";
}
ul.row_data  .option li a.iconSite:before{
	content:"\f0ac";
}
ul.row_data  .option li a.iconSentMail:before{
	content:"\f1d8";
}
ul.row_data  .option li a.iconPencil:before{
	content: "\f040";
}
ul.row_data  .option li a.icon-chevron-up:before{
	content: "\f077";
	line-height:14px;
}
ul.row_data  .option li a.iconPencil{
	background:#0378E3;
	color:#fff;
}
ul.row_data  .option li a.iconPencil:hover{
	background:#0084FF;
	color:#fff;
}
ul.row_data  .option li a.iconConfirm:before{
	content: "\f046";
}
ul.row_data  .option li a.iconConfirm{
	color:#0378E3;
}
ul.row_data  .option li a.iconConfirm:hover{
	background:#0084FF;
	color:#fff;
}
ul.row_data  .option li a.iconCancle:before{
	content: "\f06a";
}
ul.row_data  .option li a.iconCancle{
	color:#919191;
}
ul.row_data  .option li a.iconCancle:hover{
	background:#919191;
	color:#fff;
}
ul.row_data  .option li a.iconEdit,
ul.row_data  .option li a.iconMove,
ul.row_data  .option li a.iconDelete,
ul.row_data  .option li a.iconSite{
	padding-left:35px;
}
ul.row_data .option li:hover a {
    background: none repeat scroll 0 0 #e1e1e1;
    color: #333;
}
ul.row_data a.subject{
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
}
ul.row_data .desc{
	color:#333;
}
ul.row_data .desc ul{
	list-style:none;
	margin:0;
	padding:0;	
}
ul.row_data .desc ul li{
	float:left;
	width:50%;
}
ul.row_data .desc ul li.full{
	width:100%;
}
.td_number,.td_pic,.td_desc{
	padding:0px 5px;
	vertical-align:top;
}
.td_desc p{
	margin: 0;
}
.td_chk{
	width:15px;	
	vertical-align:top;©
}
.td_number{
	width:20px;	
	text-align:center;
}
.td_pic{
	max-width:100px;	
	width:70px;
	text-align: center;
}
.td_pic img{
	border:1px solid #e1e1e1;
	width:70px;
	height:auto;
}	

ul.pagination{
	list-style:none;
	display:inline-block;	
	margin:0;
	float:right;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
ul.pagination > li{
	float:left;
	margin-right:1px;
}
ul.pagination li > a,
ul.pagination li.total{
	padding:5px 10px;
	display:block;	
	background:#ccc;
	color:#fff;
	text-decoration: none;
	border:none;
	box-shadow:none;
	margin-left:1px;
	border-radius:0 !important;
}
ul.pagination li > a.active,
ul.pagination li > a:hover,
ul.pagination li > a.total{
	background:#919191;	
	color:#fff;
}

.top_data_list{
	border-bottom:1px solid #ccc;	
	padding:5px 10px;
	margin-bottom: 10px;
}
.top_data_list .title,
.top_data_list .chkall{
	float:left;
}
.top_data_list .chkall{
	width:25px;	
}
.top_data_list .total_page{
	float:right;
}

.boxajaximg{
	position:relative;
	float:left;
	margin-right:10px;
	border:3px solid #D7D7D7;
}
.boxajaximg .loading{
	display:none;
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(loading.gif) #000 no-repeat center center;
	opacity:0.5;
}
.box_thumbnail img{

}
.sorting_row_data{
	list-style:decimal;
	padding:0;
	padding-right: 20px;
}
.sorting_row_data li{
	border-bottom:1px solid #ccc;	
	padding:3px 10px;
	cursor:move;
	background:url(icon/16/Arrow-Move-UI.PNG) center right no-repeat;
	line-height:18px;
	position:relative;
	margin-left:30px;
}
.sorting_row_data li.active,
.sorting_row_data li:hover{
	background-color: #f8f8f8;
}
.StautsUpdate.Disable{
	/* background:#F00 !important; */
	color:#ccc;
}
.search_opt{
	border:2px solid #4D2B68;
	background:#fff;
	position:relative;
	display:none;
	padding: 10px 0px 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
.search_opt > ul{
	list-style:none;	
	margin:0;
	padding:0;
	font-size: 1em;
}
.search_opt > ul > li{
	padding:0 10px;
	margin-bottom: 15px;
}
.search_opt > ul > li label{
	width:100%;
	margin-left:0px;
	font-weight:bold;
}
/*.search_opt:after{
	display: block;
	position: absolute;
	background: transparent;
	border: 10px solid transparent;
	border-bottom-color: #4D2B68;
	border-bottom: 100%;
	right: 32px;
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	top: -19px;
}*/
.search_opt:before{
	display: block;
	position: absolute;
	background: transparent;
	border: 10px solid transparent;
	border-bottom-color: #919191;
	border-bottom: 100%;
	right: 20px;
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	top: -20px;
}
.search_opt > ul > li input[type=text],
.search_opt > ul > li select{
	width:100%;	
}
.search_opt .bottom{
	padding:10px;	
	background:#E1E1E1;
	border-top:1px solid #CCCCCC;
	margin-top:10px;
}
.btn-search {
	color: #333;
	min-width: 90px;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #f1f1f1;
}
.btn-search::before {

}
ul.modules_page{
	list-style:none;
	margin:0;
	display:table;
	width:100%;
	background:#fff;
	padding-top:10px;
}
ul.modules_page li > a {
  display: block;
  padding: 10px 20px;
  padding-bottom: 10px;
  position: relative;
	font-weight:normal;
	font-size:1.1em;
	/*background: #f9f9f9;*/
	background: #ccc;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.modules_page li > a > span{
	font-size: 1.1em;
}
ul.modules_page li:first-child{
	margin-left:10px;	
}
.welcome{
	text-align:center;
	padding-top:50px;
	font-size:24px;	
	text-shadow:2px 2px 1px #ccc;
}
.header .switch_lang {
    border-right: 2px solid #7E7E7E;
    bottom: 0;
    display: block;
    height: 20px;
    margin: auto;
    padding-right: 10px;
    position: absolute;
    right: 85px;
    top: 0;
}
.header .switch_lang a{
	display:inline-block;
	padding:0px 5px;
}
.header .switch_lang a.active{
	font-weight:bold;	
	background:#7E7E7E;
	color:#fff;
}
#popForm{
	display:block;
	padding:20px;
	min-width:400px;
}
#popForm textarea, 
#popForm input[type="text"], 
#popForm input[type="password"], 
#popForm input[type="datetime"], 
#popForm input[type="datetime-local"], 
#popForm input[type="date"], 
#popForm input[type="month"], 
#popForm input[type="time"], 
#popForm input[type="week"], 
#popForm input[type="number"], 
#popForm input[type="email"], 
#popForm input[type="url"], 
#popForm input[type="search"], 
#popForm input[type="tel"], 
#popForm input[type="color"]{
	width:100%;
}
form .recomment{
	color:#707070;	
}
form .recomment span{
	color:blue;
	font-weight:bold;
}
label.error {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
label.error > span{
    color: red;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: -2px;
    right: 0;
    text-align: right;
    display: block;
}
.BoxCopThumbnail label.error > span{
	margin-right: -150px;
	top: 15px;
}
.tm_upload{
	
}
#uploadprocess {
	background: #4D2B68 none repeat scroll 0 0;
	display: none;
	left: 0;
	padding: 20px 10px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}
#uploadprocess .progress{
	margin-bottom: 0;
}
.box_shadow{
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
.ui-datepicker{
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	z-index: 9999 !important;
}
.datepicker{
	cursor:pointer;	
}
/*Google Map{*/
#map-canvas {
height: 400px;
height:400px;
margin: 0px;
padding: 0px
}
.controls {
margin-top: 14px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
background-color: #fff;
padding: 0 11px 0 13px;
width: 50%;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
text-overflow: ellipsis;
margin-left:10px;
}

#pac-input:focus {
padding-left: 14px;  /* Regular padding-left + 1. */
width: 60%;
}

.pac-container {
font-family: Roboto;
}

#type-selector {
color: #fff;
background-color: #4d90fe;
padding: 5px 11px 0px 11px;
}

#type-selector label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}
/*} Google Map*/
.tab-content{
	display:table;	
	width:100%;
	padding:10px 0;
}
.fm-header {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: left;
	padding-left:0;
	padding-right:0;
}
.fm-header h1{
	font-size:18px;
	font-weight:bold;
	background:#eee;
	margin:0;
	padding:10px;	
}
.btn{
}
.ajax_thumbnail img{
	max-width:400px;	
	height:auto;
	background: #F1F1F1;
}
.datanotfound{
	text-align: center;
	vertical-align: middle;
	color:#ccc;
	padding-top: 20px !important;
	padding-bottom:20px !important;
	height: 65px !important;
	width:100% !important;
}
.ui-datepicker table,
.ui-datepicker .ui-datepicker-title select{
	font-size: 14px;
}
.table-main-data{
	border-top: 2px solid #ddd;
}
.table-main-data th a{
	text-decoration: none;
}
.table-main-data .subject{
	text-decoration: none;
	font-size: 1.05em;
	font-weight: 400;
}
.table-main-data .description{
	color: #999;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom:5px;
	margin-top: 5px;
	word-break: break-all;
}
.table-main-data .row_data .option {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	padding-top: 0;
	display: none;
	z-index: 1;
	padding: 5px 0px;
	min-width: 150px;
}
.table-main-data ul.row_data > li{
	border-bottom: none;
	padding:0;
	min-height: inherit;
}
.table-main-data ul.row_data > li > a {
  display: block;
  font-weight: bold;
  text-align: center;
  cursor:pointer;
  font-size:20px;
}
.table-main-data ul.row_data > li.open .option,
.table-main-data ul.row_data > li:hover .option{
	display: block;
}
.table-main-data ul.row_data .option li {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}
.table-main-data ul.row_data .option li a{
	display: block;
	min-width: 120px;
	border-bottom: 1px solid #fafafa;
}
.table-main-data ul.row_data .option li:last-child a{
	border-bottom-color: transparent;
}
.bd_b_dashed{
	border-bottom: 1px dashed #aaa;
}
.HeadTitle {
  background: #eee none repeat scroll 0 0;
  clear: both;
  color: #333;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.datanotfound{
	text-align: center;
	vertical-align: middle;
	color:#ccc;
	padding-top: 20px !important;
	padding-bottom:20px !important;
	height: 65px !important;
	width:100% !important;
}
.helpbtn {
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  text-align: center;
  width: 20px;
}
.helpbtn:hover{
	background: #ccc;
	color:#fff;
}
.well{
	margin-bottom: 0;
}
.datedispalyshow{
	color:red;
}
.popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 350px;
  margin: 20px auto;
}
.popup > h2{
	background: #eee none repeat scroll 0 0;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding-bottom: 7px;
	padding-top: 10px;
	color:#333;
}
#siteForm .btn{
	margin-top: 5px;
}
.ui-datepicker-current{
	display:none;
}
#save_success{
	position:fixed;
	padding:10px 20px;
	bottom:10px;
	right:10px;
	background:#4EA33B;
	color:#fff;
	font-size:18px;
	display:none;
}
.table > thead > tr > th{
	vertical-align: middle;
	white-space:nowrap;
	background: #444;
	color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fefff9;
}
.table-hover > tbody > tr:hover {
    background-color: #fcffee;
}
ul.nav-tabs-content{

}
ul.nav-tabs-content li a{
	margin-top:5px;
	text-align: center;
	padding:10px 20px;
	font-weight: bold;
	color: #999;
}
.edittitle{
    border-bottom:5px solid #6b350f;
    color: #6b350f;
    padding: 15px;
    font-size: 22px;
    margin-top: 0;
    text-align: center;
}
.glyphicon{
	vertical-align: baseline;
}
.table-bordered > thead > tr > th,
.table-main-data{
	border: none;
}
.table-bordered > tbody > tr > td{
	border-bottom: 1px solid #ccc;
}
.nav-tabs > li > a{
	margin-right: 5px;
	border-bottom: none;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: #f2f2f2;
	border-color: #f1f1f1;
}
.fa-star{
	color: #e1e1e1;

}
.fa-star.active{
	color: #919191;
}
.content_body .nav .breadcrumb{
	background: #1974cd none repeat scroll 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-color: #e1e1e1;
	border-bottom-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	border-color: transparent;
}
.nav-tabs.modules_page {
    border-bottom: none;
}
.nav-tabs.modules_page>li.active>a,
.nav-tabs.modules_page>li.active>a:focus,
.nav-tabs.modules_page>li.active>a:hover{
	border: none;
}
.btn > i{
	vertical-align: middle;
	margin-bottom: 4px;
	display: inline-block;
}
.search_opt{
	border:2px solid #919191;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity: 1;
}
.BoxCopThumbnail{
	float: left;
}
.BoxCopThumbnail .ImgTools{
	text-align: center;
	padding-bottom: 5px;
}
.boxManageCop{
	padding-top: 10px;
}
.boxManageCop .message{
	text-align: center;
	background: #1974cd;
	padding: 5px;
	padding-top: 10px;
	color: #fff;
	font-size: 1.1em;
}
.boxManageCop .cr-slider-wrap{
	margin-bottom: 5px !important;
	margin-top: 10px !important;
}
.croppie-container .cr-boundary{
	min-width: 300px;
	max-width: 1000px;
}
.btn-search{
	font-size: 1.2em;
}
.btn-search::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content:"\f002";
	padding-right: 5px;
}
.nav-tabs.L2 li > a{
	padding: 10px 20px;
	font-size: 1.1em;
}
.multicheckbox > .checkbox > label{
	font-size: 16px;
	padding-bottom: 5px;
}
.multicheckbox > .checkbox > .sub{
	padding-bottom: 10px;
	color: #555;
}
.boxreports h4{
	text-align: center;
}
.reportfilter{
	max-width: 800px;
	margin: auto;
	text-align: center;
	background: #f1f1f1;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.reportfilter .title{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.reportfilter .rowsubmit{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
}
.reportoption{
	padding-bottom: 15px;
}
.bootstrap-select .btn{
	margin-top: 0 !important;
}
.daterangbox{
    cursor: pointer;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar{
	background: #000;
}
#siteForm .input-group{
	position: relative;
}
#siteForm .input-group label.error{
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
}
.boxmovenews{
	padding: 30px;
}
a[role="back"] .glyphicon-share-alt:before{
	display: inline-block;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.frm-view-coment .media{
	border-bottom:1px solid #d0cccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.frm-view-coment .media-body{
	width: 80%;
}

.frm-view-coment .media.Disable{
	background-color: #e2dede;
    opacity: 0.8;
}
.frm-view-coment .media .media-right{
	vertical-align: middle;
}

.menul-9 li.hide, .menul-2 li.hide, .menul-1 li.hide{
	display: block!important;
}

.menul-9 li.hide a, .menul-2 li.hide a, .menul-1 li.hide a{
	color: #8da50d!important;
}
.menul-9 li.hide.active a, .menul-2 li.hide.active a, .menul-1 li.hide.active a{
    color: #2c3a17!important;
}
.HighlightUpdate.Disable{
	/* background: #F00 !important; */
    color: #ccc;
}