@import url('font-awesome.css');
@font-face {
    font-family: 'DBOzone';
    src: url('../font/cordianew/db_Ozone.eot');
    src: url('../font/cordianew/db_Ozone.eot?#iefix') format('embedded-opentype'),
         url('../font/cordianew/db_Ozone.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html { height: 100%; }
body {
	/*font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;*/
	font-family: 'DBOzone';
	font-size: 18px;
	margin: 0;
	color: #333333;
	background-color: #fff;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 5px 0 0;
}
a {
	color: #00428c;
	text-decoration: none;
}
/* GLOBALS */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*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:17px;
}
.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=password],
textarea,select {
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
    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:#f1f1f1;
	
}
input[type=text],
input[type=password],
select {
height: 40px;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover{
    border-color: #CCC;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #999;
    outline: none; /* Remove Chrome's outline */
}
input[type=text].error,
input[type=password].error,
textarea.error,
select.error{
    border-color: #F31618;
}
textarea{
	resize:vertical;	
}
/*}*/
label{
	display:inline-block;
	margin-right:10px;
	cursor:pointer;
}
/*SmartMenu{*/

/* Menu items
===================*/
	.sm-blue a {
		color:#fff;
		font-size:17px;
		line-height:23px;
		text-decoration:none;
	}
	#main-menu,#main-menu ul{
		list-style:none;
		padding:0;
		margin:0;
		border-left: 5px solid #999999;
	}
	#main-menu li{
		position:relative;
	}
	#main-menu li.Disable > a{
		text-decoration:line-through;	
	}
	#main-menu a{
		display:block;
		padding:10px 20px;
		color:#fff;
		background:#777; 
		line-height:20px;
		font-size:20px;
		padding-right:30px;
		border-bottom: 1px solid #888;
		position:relative;
	}
	#main-menu a:before{
		position:relative;
		left:-10px;
	}
	#main-menu li > a:hover {
		background:#8F8F8F; 
	}
	#main-menu li.current > a{
		background:#999; 
	}
	#main-menu li.hide a:before{
		/*background:#555;*/
	}
	#main-menu ul{
		display:none;	
	}
	#main-menu .glyphicon{
		position:absolute;
		right:15px;
		top:14px;
		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 {
		padding-left:20px;
	}
	#main-menu li > ul > li > a {
		background: none repeat scroll 0 0 #666;
		padding-left: 40px;
		border:none;
		font-size:17px;
	}
	#main-menu li > ul > li > ul > li > a {
		padding-left:60px;
		background: none repeat scroll 0 0 #444;
	}
	#main-menu li > ul > li > ul > li:first-child > a {
		border-top:none;
	}
	#main-menu li > ul > li > ul > li > ul > li > a {
		padding-left:80px;
		background: none repeat scroll 0 0 #333;
	}
	#main-menu li > ul > li > ul > li > ul > li > ul > li > a {
		padding-left:100px;
		background: none repeat scroll 0 0 #222;
	}
	#main-menu li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
		padding-left:120px;
		background: none repeat scroll 0 0 #111;
	}
	#main-menu .on > ul,
	#main-menu .on > ul{
		display:block;	
	}
	#main-menu .on > a{
	
	}
	
	
	.sm-blue ul a {
		padding:9px 40px 8px 23px;
		font-size:16px;
		text-shadow:none;
	}
	#main-menu:hover li:not(:hover){
		background:#000 !important;	
	}
/*}*/
.bgred{
	background:#DE5959 !important;	
}
.bgpurple{
	background:#9100FF !important;
}
.bggreen{
	background:#017800 !important;
}
.header{
	background: #fff;
	position:relative;
	padding:0px;
	z-index:3;
}
.header .logo{
	float:left;
	padding:0;
}
.header .navbar-default{
	background:none;
	border:none;
}
.header .logo img{
	border:none;	
	height:56px;
}
#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 .navbar-header{
	float:none;
}
.header .navbar-header h1{
    color: #00428c;
    float: left;
    font-size: 20px;
    margin-top: 18px;
    padding: 0;
}
.header .btnHead{
	height:40px;
	margin-right:0px;
	margin-left:5px;
	margin-top:8px;
	margin-bottom:8px;
	float:right;
}
.header .navbar{
	margin-bottom:0px;
}
.header{
	position:fixed;
	top:0;	
	width:100%;
}
.inner_box{
	padding-top:70px;	
}
.left_menu{
	position:relative;
	z-index:2;
}
.content_body{
	
}
.content_body .topnav{
	position:relative;
	z-index:1
}
.content_body .nav .breadcrumb{
	border-bottom:1px solid #0EBAFF;
	border-radius:0px;
	margin-bottom:0px;
	background:#00428c;
	font-size:18px;
	padding:10px 20px;;
}
.content_body .nav .breadcrumb > li + li:before{
	color:#fff;	
}
.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;
	text-decoration:none;
}
.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:20px 10px;
	background:#fff;
	min-height:350px;
}
.permission_alert{
	text-align:center;
	border:1px solid #F00;
	padding:20px 10px;
	background:#EE6A6A;
	color:#fff;
	font-weight:bold;
}
.box_javaword{
	font:normal;
	font-size:inherit;
}
.box_javaword .date{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.box_javaword ul,
.box_javaword ol{
	
}
.date{
	display:inline-block;	
	width:100%;
	margin-bottom:10px;
}
.date .L{
	float:left;	
}
.date .R{
	float:right;	
}
.footer{
	text-align:center;
	border-top:1px solid #000;
	padding:3px 0;
	font-size:17px;
	bottom:0px;
	width:100%;
	background:#AAAAAA;
	color:#fff;
}
/*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;
	font-size:18px;
	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: bold;
    color: #333;
	display:none;
}
#FileData,
.dt-file-upload ul{
    display: inline-block;
    list-style: none outside none;
    margin: 10px 0 0;
    width: 100%;
}
#FileData li,.dt-file-upload ul li{
    clear: both;
    display: inline-block;
	padding:5px;
	position:relative;
}
.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:20px;
	color:#999;
	cursor:pointer;
	text-decoration:none;
	text-indent:0px;
	width:25px;
}
.datadownload .fa:hover{
	color:#777;
}
.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.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;
}
.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: #ccc;
    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;
	width:100%;	
}
.multilist_option {
    border-top: 1px solid #ccc;
    display: block;
    margin-top: 5px;
    padding: 5px 5px 0;
    width: 100%;
	position:relative;
	z-index:1;
}
.dt-file-upload ul li:hover{
	background-color:#F7F7F7;
}
/*}*/
.list-input-data{
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;
}
.list-input-data > li{
	margin-bottom:5px;
	padding-bottom:5px;
	color:#555;
}
.list-input-data .title {
    clear: both;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 0px;
    color: #00428c;
}
.list-input-data strong {}
.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{
	opacity:0.5;
	filter: alpha(opacity=50);
}
.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.asc:hover,
.table-main-data a.asc.active{
	background: url("../images/icon/filter-up.png") right center no-repeat;
}
.table-main-data a.desc:hover,
.table-main-data a.desc.active{
	background: url("../images/icon/filter-down.png") right center no-repeat;
}
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{
	background:rgba(230, 254, 0, 0.03) none repeat scroll 0 0;
}
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:5px 10px;
	display:inline-block;
	cursor:pointer;
	background:#F8F8F8;
	text-decoration:none;
	padding-left:40px;
	position:relative;
}
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;
	top:8px;
	margin:auto;
	font-size:20px;
}
ul.row_data  .option li a.iconDocumrnt:before{
	content:"\f0c2";
	color:#5cb85c;
}
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.iconEdit:before{
	content:"\f044";
}
ul.row_data  .option li a.iconDelete:hover{
	background:#D20000;	
	color:#fff;
}
ul.row_data  .option li a.iconPrint:before{
	content:"\f02f";
}
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:"\f01d";
}
ul.row_data  .option li a.iconPencil:before{
	content: "\f040";
}
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.iconEdit,
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 #C5C5C5;
    color: #fff;
}
ul.row_data a{
	color:#00428C;
}
.table-main-data a.subject{
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
}
ul.row_data a.subject{
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}
ul.row_data .desc{
	color:#333;
	font-size:20px;
	padding-top:5px;
}
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_chk{
	width:15px;	
	vertical-align:top;
}
.td_chk input[type="radio"], .td_chk input[type="checkbox"],
.chkall input[type="radio"], .chkall input[type="checkbox"]
{
	margin: 0;
	display: inline;
}
.td_number{
	width:20px;	
	text-align:center;
}
.td_pic{
	width:120px;	
}
.td_pic img{
	border:2px solid #AAAAAA;
	width:100%;
	height:auto;
}	

ul.paging{
	list-style:none;
	display:inline-block;	
	margin:0;
	margin-top:10px;
	float:right;
	clear:both;
}
ul.paging > li{
	float:left;
	margin-right:1px;
}
ul.paging li > a,
ul.paging li.total{
	padding:5px 10px;
	display:block;	
	background:#AAA;
	color:#fff;
}
ul.paging li > a.active,
ul.paging li > a:hover{
	background:#666;	
}
.top_data_list{
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;	
	padding:5px 10px;
	font-size:18px;
}
.top_data_list .title,
.top_data_list .chkall{
	float:left;
}
.top_data_list .chkall{
	width:25px;	
}
.top_data_list .total_page{
	float:right;
}

.box_thumbnail{
	
}
.box_thumbnail img{
	margin-right:10px;
	border:3px solid #D7D7D7;
}
.sorting_row_data{
	list-style:decimal;
	padding:0;
}
.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;
	font-size:17px;
	line-height:18px;
	position:relative;
	margin-left:30px;
}
.StautsUpdate.Disable{
	background:#F00 !important;
	color:#fff;
}
.search_opt{
	border:1px solid #CCCCCC;
	background:#fff;
	position:relative;
	display:none;
	padding: 10px 0px 0;
	border-bottom: none;
}
.search_opt ul{
	list-style:none;	
	margin:0;
	padding:0;
}
.search_opt  li{
}
.search_opt  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: #efefef;
	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: #b7b7b7;
	border-bottom: 100%;
	right: 32px;
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	top: -20px;*/
}
.search_opt  li input[type=text],
.search_opt  li select{
	width:100%;	
}
.search_opt .bottom{
	padding:10px;	
	background:#E1E1E1;
	border-top:1px solid #CCCCCC;
	margin-top:10px;
}
.btn-search {
	min-width: 90px;
}
ul.modules_page{
	list-style:none;
	margin:0;
	border-bottom:1px solid #ccc;
	display:table;
	width:100%;
	background:#fbfbfb;
	padding-top:2px;
}
ul.modules_page li > a {
    display: block;
    padding: 5px 20px;
    padding-top: 10px;
    position: relative;
	font-size:18px;
	font-weight:bold;
}
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{
	font-size:17px;
	color:#707070;	
}
form .recomment span{
	color:blue;
	font-weight:bold;
}
label.error{
	color:red;
}
.tm_upload{
	
}
#uploadprocess {
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
#progress {position:relative; width:100%;}
#bar { background-color: #ffdc00; width:0%; height:5px;}
#percent {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.box_shadow{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.ui-datepicker{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.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*/
.nav-tabs > li{
	margin-bottom:-2px;	
}
.tab-content{
	display:table;	
	width:100%;
}
:required {
  background:#FFEDED !important;
}
.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{
	border:none;
}
.ajax_thumbnail img{
	max-width:400px;	
	height:auto;
}
.noresault {
  color: #ccc;
  display: block;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.dropdown-menu{
	font-size:20px;	
}
.ui-datepicker table,
.ui-datepicker .ui-datepicker-title select{
	font-size: 14px;
}
.table-main-data{
	font-size: 18px;
	border-top: 2px solid #ddd;
}
.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;
}
.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;
}
.table-main-data ul.row_data > li:hover .option{
	display: block;
}
.table-main-data ul.row_data .option li {
  display: inline-block;
  float: none;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}
.table-main-data ul.row_data .option li a{
	display: block;
	min-width: 120px;
}
.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;
}