/**************************/
/*        CSS reset       */
/**************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

p {
	line-height: 16px
}

html {
	height: 100%
}
/*caption, th, td {text-align: left; font-weight: normal;}
table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%; vertical-align:baseline; outline:0; margin:0; padding:0;}
table { border-collapse:collapse; border-spacing: 0;}*/
/******* Default rules tags *******/
body {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	background: url(../images/bg_body.jpg) 0 0 no-repeat;;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}


h4 {
	font-size: 12px;
	padding: 15px 0
}

h5 {
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0099cc
}

input, select, textarea {
	font-size: 13px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	height: 29px;
}

input[type="checkbox"] {
	border: none;
}
/*0. ///////Structure all templates///////*/
#container {
	font-size: 11px;
	width: 100%;
	margin: 0;
	overflow: hidden;
	height: 100%;
	position: relative;
}
/*******Header*******/
#header {
	padding: 20px;
	background: #059805;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#header h1 {
	float: left;
	padding: 5px 0 0 5px
}

#header ul {
	float: right;
}

#header ul li {
	list-style: none;
	display: block;
	float: left;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold
}

#header ul li a {
	color: #ffffff;
	font-size: 13px;
}

#header ul li a:hover {
	color: #FF3333
}

#header ul li.first span {
	width: 21px;
	height: 16px;
	padding-top: 5px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	background: url(../images/ui-icon.png) 0 0 no-repeat;
}

#header ul li.first a {
	color: #000
}

/*******Login Header*******/
#header-login {
	height: 180px;
	text-align: center;
	margin: 1em 0;
}

.header-login-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#header-login-logo {
	/*background: #1956AC;*/
	vertical-align: middle;
	max-height: 180px;
	max-width: 280px;
	padding-top: 120px;
}
/*******main*******/
#main {
	overflow: auto;
	height: 100%;
	position: relative;
}
/********Context*******/
#wrap-context {
	width: 20%;
	float: left;
	background: url(../images/line_r.png) 100% 0 repeat-y;
	padding-right: 2px;
	position: relative
}

#inner-context {
	background: #333333 url(../images/bgd_main.png) 0 0 repeat-x;
	padding-top: 2px
}

.context {
	width: 97%;
}

.context-title {
	height: 20px;
	background: url(../images/ui-icon.png) 100% -75px no-repeat;
	padding: 5px 0
}

.context-title img {
	padding: 5px 0 0 10px
}

.bor-right {
	width: 7px;
	height: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/ui-icon.png) -18px -307px no-repeat
}

.bor-left {
	width: 7px;
	height: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.wrap-context-block {
	width: 100%;
	background-color: #e8e8e8;
	border-top: solid 1px #cbcbcb;
	overflow: auto
}

.context-block {
	width: 100%;
}
/********Content*******/
#wrap-content {
	width: 100%;
	float: right;
	background: url(../images/line_l.png) 0 0 repeat-y;
	padding-left: 2px;
	position: relative;
	height: 1100px;
}

#inner-content {
	padding-top: 2px;
	width: 100%;
	height: 100%;
	min-height: 130em;
}

#content {
	background-color: #f2f2f2;
	padding: 0 0 20px 10px;
}

.content-title {
	height: 28px;
	background: url(../images/ui-line.png) 0 -116px repeat-x;
}

.content-title h2 {
	display: inline-block;
	height: 28px;
	background: url(../images/bgd_title_h2.png) 100% 0 no-repeat;
	padding-right: 32px
}

.content-title h2 span {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 35px 0 10px;
	border-left: solid 1px #999999;
	background: url(../images/ui-line.png) 0 -148px repeat-x
}

#content h3 {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #666666;
	position: relative;
	font-size: 12px;
}

#content h3 span {
	display: block;
	padding: 0 10px 0 0;
	background-color: #e8e8e8;
	position: absolute;
	top: 13px;
	left: 0
}
/********footer********/
#footer {
	width: 100%;
	height: 70px;
	background: #efbd42;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	font-family: sans-serif;
}

#footer_cnt {
	width: 100% px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #3c3434;
	font-size: 11px;
	font-family: sans-serif;
}

.HiddenBg {
	background: none !important
}

#footer_cnt p span {
	color: #0099cc
}
/*1///////Style on ever page///////*/
/*block navi left*/
.block-nav-left {
	
}

.block-nav-left .title-1 {
	height: 21px;
	padding: 4px 5px 0 10px;
	overflow: hidden;
	background: url(../images/ui-line.png) 0 0 repeat-x
}

.block-nav-left .title-1 a {
	color: #fff
}

.block-nav-left .title-1.active {
	font-weight: bold
}

.block-nav-left .title-1.hover {
	font-weight: bold;
}

.block-nav-left .title-1 span {
	float: left;
	margin-left: 5px
}

.block-nav-left .title-1 img {
	float: left
}

.block-nav-left .title-1 img.icon-03 {
	float: right
}

.block-nav-left ul {
	
}

.block-nav-left li {
	list-style: none;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	background: url(../images/ui-line.png) 0 -26px repeat-x
}

.block-nav-left li a {
	display: block;
	background: url(../images/ui-icon.png) 0 -205px no-repeat;
	padding-left: 20px
}
/* list of homepage */
.lst-home {
	display: inline-block;
	margin: 0;
	padding: 0;
	*display: inline;
}

.lst-home li {
	list-style: none;
	display: block;
	float: left;
	width: 182px;
	margin: 0 50px 40px 0;
	text-align: center
}

.lst-home li img {
	display: block;
	border: solid 1px #666666
}

.lst-home li span {
	display: block;
	padding-top: 10px;
	font-weight: bold
}

.lst-home li.last {
	width: 190px
}

.lst-home li.last img {
	border: none;
	padding-bottom: 3px
}
/* block 01 */
.block-01 {
	width: 96.5%;
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 10px;
	margin-top: 15px;
	position: relative
}

.block-01 h5 {
	background: #e8e8e8;
	position: absolute;
	top: -12px;
	left: 10px;
	padding: 5px 10px
}
/* block 02 */
.block-02 {
	width: 96.5%;
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 20px 10px;
	margin: 10px 0 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px
}
/* style 01 */
.style-01 {
	padding-bottom: 10px
}

.style-01 dt {
	width: 98.5%;
	overflow: hidden;
	padding-bottom: 10px
}

.style-01 dt span {
	font-weight: bold;
	color: #6699ff
}

.style-01 dt span.lnk-01 {
	float: right
}

.style-01 dd {
	background: url(../images/icon.png) 10px 4px no-repeat;
	padding: 0 0 10px 25px
}

.style-01 dd span {
	display: block;
	padding: 5px 0 0 0
}
/*3. ///////Block common of templates///////*/
/*table*/
.table-1 td {
	padding-bottom: 7px
}

.table-1 td span {
	font-size: 10px
}

.table-2 {
	border-top: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
}

.table-2 .warning {
	color: red;
}

.table-2 thead td {
	background-color: #2e818f;
	color: #fff;
	padding: 10px 0;
	text-align: center
}

.table-2 td {
	border-bottom: solid 1px #6d6d6d;
	padding: 5px 0;
	border-left: solid 1px #6d6d6d;
	padding: 5px;
	text-align: center;
}

.table-2 tbody {
	background-color: #fff;
}

.table-4 {
	border: 1px solid #c0c0c0;
}

.table-4 .warning {
	color: red;
}

.table-4 thead td {
	background-color: #2e818f;
	color: #fff;
	padding: 10px 0;
	text-align: center
}

.table-4 td {
	padding: 5px 0;
	padding: 10px;
}

.table-4 tbody {
	background-color: #fff;
}

/*paging*/
.paging {
	float: right
}

.paging li {
	list-style: none;
	display: block;
	float: left;
	padding: 0 10px;
	font-weight: bold
}

.paging li.pd0 {
	padding: 0 0 0 10px
}

.paging li a:hover {
	color: #6699ff
}
/*fckDefault*/
.fckDefault {
	overflow: hidden;
	line-height: 16px
}

.fckDefault ul, .editorInfo ol {
	margin: 0 0 10px 0;
}

.fckDefault ul li {
	margin: 0;
	list-style-type: disc;
	padding: 0 0 10px 0;
	list-style: inside;
}

.fckDefault ol li {
	margin: 0;
	list-style-type: decimal !important;
	list-style: inside;
	padding: 0 0 10px 0;
}

.field-label {
	font-size: 11px;
	font-weight: bold
}
/*4 ///////Layer common of templates///////*/
/*5 ///////Style add from js///////*/
/*6. ///////Form common to all templates///////*/
/*class common on form : checkbox, radio*/
.chekbox {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	border: 0;
}
/*form General*/
.frm-general {
	
}

.frm-general label {
	font-size: 9px;
	font-weight: bold
}

.frm-general label.txt-r {
	text-align: right
}

.frm-general input {
	width: 85%;
	height: 20px;
	padding: 2px 5px;
	border: solid 1px #ccc;
	color: #333333
}

.frm-general select {
	width: 90%;
	height: 25px;
	padding: 2px 2px 2px 5px;
	border: solid 1px #ccc;
	color: #333333
}

.frm-popup1 {
	
}

.frm-popup1 label {
	width: 160px;
	float: left;
	font-size: 9px;
	font-weight: bold
}

.frm-popup1 label.wth01 {
	width: 80px
}

.frm-popup1 label.txt-r {
	text-align: right
}

.frm-popup1 select {
	width: 490px;
	height: 25px;
	padding: 2px 2px 2px 5px;
	border: solid 1px #ccc;
	color: #333333;
	float: left
}

.frm-popup1 select.wth01 {
	width: 100px;
	margin-right: 40px
}

.frm-popup2 {
	
}

.frm-popup2 p {
	overflow: hidden;
	padding-bottom: 10px
}

.frm-popup2 p.color-2 {
	padding: 20px 0 30px 0
}

.frm-popup2 label {
	width: 100px;
	float: left;
	font-size: 9px;
	font-weight: bold
}

.frm-popup2 input {
	width: 300px;
	height: 25px;
	padding: 2px 2px 2px 5px;
	border: solid 1px #ccc;
	color: #333333;
	float: left
}

.frm-popup3 {
	font-family: sans-serif;
	font-size: 10px;
	padding: 5px;
}

.frm-popup3 p {
	overflow: hidden;
}

.frm-popup3 p.color-2 {
	padding: 20px 0 30px 0
}

.frm-popup3 label {
	width: 90px;
	float: left;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	line-height: 24px;
}

.frm-popup3 input[type="text"], .frm-popup3 input[type="password"] {
	width: 50%;
	height: 21px;
	padding: 2px 2px 2px 5px;
	border: solid 1px #ccc;
	color: #333333;
	float: left
}

.frm-popup3 dl {
	overflow: hidden;
}

.frm-popup3 dl dd {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.frm-popup3 dl dt {
	width: 300px;
	float: left
}
/* popup */
.wrap-popup-1 {
	width: 670px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #666666
}

.wrap-popup-1 .lnk-close {
	overflow: hidden
}

.wrap-popup-1 .lnk-close a {
	float: right
}

.wrap-popup-1 h2 {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px
}

.wrap-popup-1 h3 {
	height: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #666666;
	margin-bottom: 20px;
	position: relative
}

.wrap-popup-1 h3 span {
	background-color: #fff;
	font-size: 12px;
	padding: 5px 10px 5px 0;
	position: absolute;
	top: 2px;
	left: 0
}

.wrap-popup-1 p {
	padding-bottom: 10px;
	overflow: hidden
}

.wrap-popup-1 .txt-02 {
	padding-left: 80px
}

.wrap-popup-2 {
	width: 514px;
	height: 413px;
	padding: 7px 10px 10px 10px;
	background: url(../images/bgd_popup.png) 0 0 no-repeat
}

.wrap-popup-2 .title-1 {
	overflow: hidden;
	padding-bottom: 30px
}

.wrap-popup-2 .title-1 h3 {
	float: left;
	background: url(../images/icon_1.png) 0 0 no-repeat;
	padding: 5px 30px;
	font-size: 12px;
	color: #fff
}

.wrap-popup-2 .title-1 a {
	float: right
}

.wrap-popup-2 h2 {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px
}

.w515 {
	
}

.wrap-popup-3 {
	max-width: 350px;
	max-height: 380px;
	background: rgba(213, 215, 222, 0.9);
	margin: 0 auto 0;
	margin-top: 50px;
}

.wrap-popup-3 .title-1 {
	overflow: hidden;
	padding-bottom: 30px
}

.wrap-popup-3 .title-1 h4 {
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff
}

.wrap-popup-3 h2 {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px
}

a.redTxt {
	color: #cc0000;
	text-decoration: none;
}

.errorMessage {
	color: #cc0000;
	text-decoration: none;
}

.infoMessage {
	color: #028B3D;
	text-decoration: none;
}

.infowarning {
	color: #FF8000;
	text-decoration: none;
}

a.redTxt:hover {
	text-decoration: underline;
}
/*7. ///////Buttons common to all templates///////*/
/*Button link*/
/*Button input*/
.btn-1 {
	height: 29px;
	display: inline-block;
	color: #ffffff;
	background-color: #059805;
	border-color: #059805;
	padding: 0 18px;
	font-size: 10px;
	font-weight: bold;
	line-height: 27px;
	margin: 5px;
}

.btn-1 span {
	height: 29px;
	display: inline-block;
}

.btn-1 span span {
	height: 29px;
	line-height: 25px;
	display: inline-block;
	color: #ffffff;
	text-align: center
}

input:hover.btn-1 {
	color: #FFFFFF;
	border-color: #26Afaf;
	background: #2f9fb9;;
}

.btn-2 {
	height: 29px;
	display: inline-block;
	color: #ffffff;
	background-color: red;
	border-color: red;
	padding: 0 18px;
	font-size: 10px;
	font-weight: bold;
	line-height: 27px;
	margin: 5px;
}

a:hover.btn-2 {
	color: #FFFFFF;
	border-color: #ff8080;
	background: #ff8080;;
}

a:hover.btn-1 {
	color: #FFFFFF;
	border-color: #26Afaf;
	background: #2f9fb9;;
}

}
a:hover.btn-1 span {
	
}

a:hover.btn-1 span span {
	color: #FFFFFF;
}
/*8. ///////Classes common to all templates///////*/
/*a:VISITED {
	color: #3333FF
}
*/
.hidden {
	display: none
}

.floatL {
	float: left
}

.floatR {
	float: right
}

.txtAlignC {
	text-align: center
}

.bor-top {
	border-top: solid 1px #6d6d6d;
	padding: 10px 0 10px 0
}

.p10t {
	padding-top: 10px
}

.color-1 {
	color: #0099cc
}

.color-2 {
	color: #fff
}

.txt-01 {
	padding-bottom: 5px
}

.txt-01 span {
	display: inline-block;
	padding-right: 40px
}

.txt-01 a {
	display: inline-block;
	text-decoration: underline;
	color: #0099cc;
	font-weight: bold;
	padding-right: 50px
}

/*9. CSS Sprites ///////Styles sprite to all templates///////*/
.ui-icon {
	background: url(../images/ui-icon.png) 0 0 no-repeat
}

.icon-01 {
	width: 18px;
	height: 22px;
	background-position: 0 -25px;
	vertical-align: middle
}

.icon-02 {
	width: 20px;
	height: 22px;
	background-position: 0 -55px;
	vertical-align: middle
}

.icon-03 {
	width: 16px;
	height: 15px;
	background-position: 0 -110px;
	float: right
}

.icon-03:hover {
	background-position: -30px -110px
}

.icon-04, .active .icon-03 {
	width: 16px;
	height: 15px;
	background-position: 0 -130px;
	float: right
}

.icon-04:hover, .active .icon-03:hover {
	background-position: -30px -130px
}

.icon-03-blue {
	width: 16px;
	height: 15px;
	padding-right: 10px;
	background-position: -30px -110px
}

.icon-03-blue:hover {
	cursor: pointer
}

.icon-04-blue {
	width: 16px;
	height: 15px;
	padding-right: 10px;
	background-position: -30px -130px
}

.icon-04-blue:hover {
	cursor: pointer
}

.icon-05 {
	width: 20px;
	height: 17px;
	background-position: 0 -155px;
	vertical-align: middle
}

.icon-06 {
	width: 20px;
	height: 17px;
	background-position: 0 -180px;
	vertical-align: middle
}

.icon-07 {
	width: 20px;
	height: 17px;
	background-position: 0 -235px;
	vertical-align: middle
}

.icon-08 {
	width: 20px;
	height: 17px;
	background-position: 0 -259px;
	vertical-align: middle
}

.icon-09 {
	width: 20px;
	height: 17px;
	background-position: 0 -283px;
	vertical-align: middle
}

.icon-10 {
	width: 29px;
	height: 25px;
	background-position: 0 -323px;
	vertical-align: middle;
	margin-right: 10px
}

.icon-11 {
	width: 16px;
	height: 10px;
	background-position: 0 -375px
}

a:hover .icon-11 {
	background-position: -24px -375px
}

.icon-12 {
	width: 16px;
	height: 10px;
	background-position: -24px -390px
}

a:hover .icon-12 {
	background-position: 0 -390px
}

.icon-13 {
	width: 12px;
	height: 10px;
	background-position: 0 -405px
}

a:hover .icon-13 {
	background-position: -24px -405px
}

.icon-14 {
	width: 12px;
	height: 10px;
	background-position: -24px -420px
}

a:hover .icon-14 {
	background-position: 0 -420px
}

.icon-close {
	width: 18px;
	height: 19px;
	background-position: 0 -350px
}

.icon-close:hover {
	background-position: -25px -350px
}

/* Modified for Pagination control */
.ui-icon.icon-first {
	width: 16px;
	height: 10px;
	background-position: 0 -375px
}

a {
	transition: all 0.1s ease-in-out;
}

a:hover  .ui-icon.icon-first {
	background-position: -24px -375px
}

.ui-icon.icon-prev {
	width: 12px;
	height: 10px;
	background-position: 0 -405px
}

a:hover  .ui-icon.icon-prev {
	background-position: -24px -405px
}

.ui-icon.icon-next {
	background-position: 0 -420px;
	width: 12px;
	height: 10px;
}

a:hover .ui-icon.icon-next {
	background-position: -24px -420px
}

.ui-icon.icon-last {
	background-position: 0 -390px;
	width: 16px;
	height: 10px;
}

a:hover .ui-icon.icon-last {
	background-position: -24px -390px
}

a.stat-disable {
	color: #999;
	cursor: default;
}

a.stat-disable:hover {
	color: #999 !important;
}

a.stat-disable .icon-first, a.stat-disable .icon-first:hover {
	width: 16px;
	height: 10px;
	background-position: 0 -435px !important;
}

a.stat-disable .icon-last, a.stat-disable .icon-last:hover {
	width: 16px;
	height: 10px;
	background-position: -24px -435px !important;
}

a.stat-disable .icon-next, a.stat-disable .icon-next:hover {
	width: 12px;
	height: 10px;
	background-position: 0 -450px !important;
}

a.stat-disable .icon-prev, a.stat-disable .icon-prev:hover {
	width: 12px;
	height: 10px;
	background-position: -24px -450px !important;
}
/* END: Modified for Pagination control */

/*10. End///////ID common to all templates///////*/
.buttonForm {
	background-color: #616161;
	color: white;
	width: 100px;
	height: 20px;
	vertical-align: middle;
}

.mapFiler {
	display: block;
}

.mapFiler .field {
	margin-right: 10px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

.mapFiler .field .label_filter {
	margin-right: 5px;
	width: 82px;
	float: left;
}

#map_canvas {
	float: left;
}

.mapFiler













































 













































.field













































 













































input


























































































[
type
=
text
]


























































































:not













































 













































(
.dateField













































 













































){
width


























































































:













































 













































130
px


























































































;
}
.mapFiler .field select {
	width: 133px;
}

.mapFiler .field .dateField {
	width: 113px;
}

.zoomIn {
	background: url("../images/zoom_in.png") left top no-repeat;
}

.zoomOut {
	background: url("../images/zoom_out.png") left top no-repeat;
}

#zoomLink {
	display: inline;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-left: 24px;
}

#fullscreenContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../images/popup_background.png");
	background-repeat: repeat;
	overflow: auto;
}

.pagination {
	padding-top: 10px;
	padding-bottom: 15px;
}

.smallestWidth {
	width: 50px;
}

.smallerWidth {
	width: 100px;
}

.smallWidth {
	width: 150px;
}

.mediumWidth {
	width: 200px;
}

.largeWidth {
	width: 250px;
}

.largerWidth {
	width: 300px;
}

.largestWidth {
	width: 500px;
}

.groupHeader {
	background-color: #D6D6D6;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
}

.subGroupHeader {
	background-color: #EDEDED;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	left: 40% px;
	z-index: 100;
}

/*
 kenh ban hang 
 ---------------------------
*/
#content-tittle_kbh {
	background: url("../images/ui-line.png") repeat-x scroll 0 -116px
		transparent;
	height: 28px;
	margin: 12px 0 0;
}

#panel_left {
	width: 30%;
	height: 500px;
	float: left;
	overflow: scroll;
}

#panel_right {
	width: 70%;
	float: left;
	height: 500px;
}

#content_kpp {
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	margin: 0 0 0 12px;
	overflow: auto;
	padding: -1px 0 20px 10px;
}

#top_content_kpp {
	width: 100%;
	height: 190px;
}

#botton_content_kpp {
	width: 100%;
	height: 310px;
}

fieldset {
	border: 1px solid green
}

legend {
	padding: 0.2em 0.5em;
	border: 1px solid green;
	/*color: green;*/
	/*font-size: 90%;*/
	/*text-align: right;*/
	/*font-size: 15px;*/
}

#errorID {
	font-size: 12px;
	color: red;
}

#result_title {
	font-size: 15px;
	color: blue;
	margin-left: 5px;
	padding-top: 20px;
}

#result {
	font-size: 15px;
	margin-left: 5px;
	padding-top: 15px;
}

#table-3 {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#table-3 td, #table-3 th {
	padding: 1px;
	color: #333;
}

#table-3 thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .1em 0 .1em .1em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),
		to(#e3e3e3), color-stop(.6, #B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}

#table-3 th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}

#table-3 td {
	line-height: 15px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#table-3 td:hover {
	background-color: #fff;
}

#errorFail {
	font-size: 12px;
	color: red;
}

#errorSuccess {
	font-size: 12px;
	color: blue;
}

.btnUpdateInvisible {
	display: none;
}

.btnUpdateVisible {
	display: inline-block;
}

#content_head {
	width: 100%;
	height: 30px;
	margin-top: -20px;
}

#content_table {
	width: 100%;
	height: 400px;
}

.loading-indicator {
	height: 100%;
	width: 100%;
	background: url( '../images/loading-wait.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	top: 0;
	left: 0;
}

.login-form {
	style ="display: table;
	position: relative;
	padding: 10px;
	background-color: #FFFFFF";
}

.sang {
	margin: 10px
}

;
#menu {
	margin-top: 15px;
	background: #ffffff;
	border-bottom: 2px solid #db000b;
}

#menu:after, #menu ul:after {
	content: '';
	display: block;
	clear: both;
}

#menu a {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #059805 0%, #059805 100%);
	color: #ffffff;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 5px 5px;
	text-decoration: none;
}

#menu ul a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	line-height: 32px;
	padding: 10px 12px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif
}

#menu>ul>li {
	display: inline-block;
	float: left;
	margin: 0;
	border-left: 2px silver;
}

#menu>ul>li>a:HOVER {
	color: #ffffff;
	background: #DF0029;
	border-radius: 4px;
}

#menu>ul>li>a:ACTIVE {
	color: #ffffff;
	background: #DF0029;
	border-radius: 4px;
}

#menu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px silver #000000;
}

#menu>ul>li>a {
	color: #ffffff;
	display: block;
	line-height: 1.5;
	text-transform: uppercase;
}

#menu .has-sub:hover>ul {
	display: block;
}

#menu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
}

#menu .has-sub ul li a {
	background: #666;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 11px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}

#menu .has-sub ul li:hover a {
	background: #a80008;
}

#menu .has-sub .has-sub:hover>ul {
	display: block;
}

#menu .has-sub .has-sub ul {
	display: none;
	left: 100%;
	top: 0;
}

#menu .has-sub .has-sub ul li a:hover {
	background: #8f0007;
}

#menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0
}

#menu ul ul li {
	float: none;
	width: 240px
}

#menu ul ul a {
	line-height: 120%;
	padding: 10px 15px
}

#menu a {
	transition: all .3s linear;
}

#menu ul li:hover>ul {
	position: absolute;
	display: block;
	z-index: 9999;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #ffffff !important;
	background: #DF0029 !important;
	border-radius: 4px !important;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff !important;
	display: block !important;
	line-height: 1.5 !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 700;
}

.dropdown-menu>li.has-sub {
	background: #666 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dropdown-menu>li>a {
	height: 30px !important;
}

.dropdown-menu>li.has-sub>a {
	font-size: 11px !important;
	filter: none !important;
	color: #ffffff !important;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-weight: 700;
	text-align: center;
}

ul.navbar-nav>li>a {
	text-align: center !important;
}

@media ( min-width : 768px) {
	.dropdown-menu {
		background-color: #666 !important;
		height: 1px !important;
		min-width: 250px !important;
		padding: 0 !important;
	}
	.navbar-right .dropdown-menu {
		right: auto !important;
		left: 0 !important;
	}
}

@media ( min-width : 480px) {
	.dropdown-menu {
		background-color: #666 !important;
		height: 1px !important;
		min-width: 250px !important;
		padding: 0 !important;
	}
	.navbar-right .dropdown-menu {
		right: auto !important;
		left: 0 !important;
	}
}

.dropdown-menu>li.has-sub:hover a {
	background: #a80008;
}

.dropdown-menu>li.has-sub>a:hover {
	background: #8f0007;
}

#ist_footer ul>li {
	display: inline;
}

.selectdiv {
	position: relative;
}

.selectdiv:after {
	content: '>';
	font: 20px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	/*Adjust for position however you want*/
	top: 4px;
	border-bottom: 1px solid #999;
	/*left line */
	position: absolute;
	pointer-events: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	display: block;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	/* line-height: 1.75; */
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
}

.cpage {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
}

.row {
	margin-top: 40px;
	padding: 0 10px;
}

.clickable {
	cursor: pointer;
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

.ist-td {
	float: right;
	padding: 30px;
	font-weight: bold;
}

/*New UI*/
#accordion  h2 {
	text-transform: uppercase;
}

#accordion  h2 span {
	background-color: transparent;
	display: inline-block;
	padding: 0;
	position: inherit;
	top: 0;
}

#accordion .row {
	margin-top: 0;
}

#accordion .checkbox input {
	top: 3px;
}

#insale-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#insale-sortable li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	height: 1.5em;
}

#insale-sortable li {
	height: 30px;
	line-height: 20px;
}

.ui-state-highlight {
	height: 20px;
	line-height: 20px;
}

.top15 {
	margin-top: 15px;
}

.right15 {
	margin-right: 15px;
}

.left15 {
	margin-left: 15px;
}

.form-group label {
	padding-right: 15px;
}

.select2-container-multi {
	min-width: 200px;
}
/* .form-inline .form-group{margin-bottom: 15px;} */
.edit-btn {
	margin: 0 5px !important;
	border-radius: 3px !important;
}

.btn-toolbar-centered {
	text-align: center;
}

.btn-toolbar-centered .btn-group {
	float: none !important;
}

.btn150 {
	min-width: 150px;
	font-size: 12px;
}

.btnRight {
	margin-left: 300px;
}

.btnTop {
	vertical-align: top;
}

.height {
	height: 300px;
	display: -moz-groupbox;
}

.btnRight1 {
	margin-right: 10px;
}

.scroll {
	overflow: auto;
	height: 280px;
	overflow-x: hidden;
}

.auto {
	overflow-y: scroll;
}

.customer {
	vertical-align: center;
}

@media screen and (max-width: 767px) {
	.form-group .select2-container {
		display: block;
		margin: 0 0 15px 0;
	}
}

.max-height-400 {
	height: 600px;
	width: 400px;
	overflow: auto;
}

.bot20 {
	padding-bottom: 20px;
}

.table.table-borderless td, .table.table-borderless th {
	border: 0 !important;
}

.content-title {
	margin-bottom: 35px !important;
}

.btn-success {
	color: #fff !important;
	background-color: #059805 !important;
	border-color: #4cae4c !important;
}

.btn150 {
	min-width: 150px !important;
	font-size: 12px !important;
}

.btn {
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.42857143 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
}

.nav-menu {
	overflow: scroll;
	height: calc(100vh - 300px);
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#inner-content{
	min-height: 150em ;
}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
/*END New UI*/