/* REQUIRED CLASSES :*/
BODY {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial,verdana,Sans-Serif;
	font-size: 0.8em;
}

img {
	vertical-align: middle;
}

ul {
	margin-left: 25px;
}

dl {
	margin-top: 0px; padding-left: 1px;
}
dt {
	margin-top: 0.5em;
	color: #000099;
	font-weight: bold;
}
dd {
	margin-bottom: 0px; margin-left: 1.5em;
}


em {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

A:link {
	color: #08245b;
	text-decoration: none;
}

A:visited {
	color: #08245b;
	text-decoration: none;
}

A:active {
	color: red;
	text-decoration: none;
}

A:hover {
	color: #E17009;
	text-decoration: none;
}

TD {
	font-family: inherit;
	font-size: 10pt;
}

TR {
	font-family: inherit;
	font-size: inherit;
}

h1, .title {
	font-size: 16px;
	font-weight: bold;
	font-family: inherit;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2, .subtitle {
	font-size: 12px;
	font-weight: bold;
	font-family: inherit;
	color: #666;
	margin-bottom: 0px;
	margin-top: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: inherit;
	color: #08245b;
	margin-bottom: 0px;
	margin-top: 35px;
}

bordertable {
	border: 1px black solid;
}

.bordertable{
 border: 1px black solid;
}

/**.button{
	//border: 1px #CCCCCC solid;
	//font-family: Osaka,verdana,Sans-Serif;
	//font-size: 9pt;
	//cursor: pointer;
	//padding: 3px 4px 3px 6px;
	/*width: 100px; too small for some translations*/
/**}*/

.ui-button { font-family: inherit; font-size: inherit; outline: 0; margin:0; padding: .2em 0.3em .2em; text-decoration:none; !important; cursor:pointer; position: relative; text-align: center; }

.smallButton{
	border: 1px #CCCCCC solid;
	font-family: Osaka,verdana,Sans-Serif;
	font-size: 8.5pt;
	cursor: pointer;	
}

.button img {
	margin-right: 4px;
}

.item {
	color: #08245b;
}

.ok {
	color: green;
}
.text{
	/**border: 1px #c5dbec solid;**/
	font-family: inherit;
	font-size: inherit;
	height: 18pt; /*Select boxes are too small in Mozilla */
	border: 1px solid #a6c9e2; 
        background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; 
        color: #222222; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
}
SELECT {padding: 3px 0.35em;}
TEXTAREA {
	font-family: inherit;
	font-size: inherit;
	border: 1px #c5dbec solid;-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px #c5dbec solid;
}

textarea.small {
	border: 1px #c5dbec solid;
	font-family: inherit;
	font-size: 8pt;
}

/* Top Banner and Top Nav Customization */
TH.banner {
	background-color: #08245b;
	color: #fff
}

TD.nav {
	border: 1px solid #848284;
	background-color: #d5d3ce;
	color: #000
}

/*
**********************************
Begin IE TD buttonizing
**********************************
*/

TD.clsBtnUp {
	cursor: hand;
	color: #FFFFFF;
	padding: 0 3;
	border: inset 2px;
}

TD.clsBtnDown {
	cursor: hand;
	color: #FFFFFF;
	padding: 0 3;
	border: inset 2px;
}

TD.clsBtnOn {
	cursor: hand;
	color: #FFFFFF;
	padding: 0 3;
	border: outset #eeeeee 2px;
}

TD.clsBtnOff {
	color: #FFFFFF;
	padding: 0 3;
	tab-index: 0;
	border: solid #559999 2px;
}

TD.topBtnOff {
	color: #FFFFFF;
	padding: 0 3;
	tab-index: 0;
	border: solid #cccccc 2px;
}

TD.nav {
	color: #FFFFFF;
}

/* Standard table 'spreadsheet' style */
table.tbl {
	background: #e9e7da;
}

table.tbl TH {
	background-color: #F5F5F5;
/**	background: #DFEFFC url(images/ui-bg_glass_85_dfeffc_1x400.png) repeat-x scroll 50% 50%;*/
	background: #DFEFFC url(images/ui-bg_glass_85_dfeffc_1x400.png) top left repeat-x;
	color: #2E6E9E;
	list-style-type: disc;
	list-style-position: inside;
	/**border: outset #D1D1CD 1px;**/
	font-weight: normal;
	text-align:center;
	height: 25px;
}

table.tbl td {
	background-color: #ffffff;
	height: 25px;
}

/* a 'standard' table */
table.std {
	border: none;
	background: #ffffff;
}
table.std TH {
	background-color: #F5F5F5;
	color: #666666;
	list-style-type: disc;
	list-style-position: inside;
	height: 25px;
}

table.std td.hilite {
	background-color: #ffffff;
	height: 25px;
	padding: 5px 10px 5px 8px;
}

/* contacts table */
table.contacts {
	background-color: #D5D5D5;
}

table.contacts td {
	background-color: #FBFFE0;
}

table.contacts td.hilite {
	background-color: #ffffff;
}

/* links in header blocks */
A.hdr:link, A.hdr:active, A.hdr:visited {
	color: #2E6E9E;
}

/* tabbed boxes */
td.tabon {
	background-image: url('images/tabSelectedBg.png');
}
td.taboff {	
	background-image: url('images/tabBg.png');	
}
td.tabsp {
	border-bottom: solid #ffffff 1px;
}
td.tabox {
	/**background-color: #a5cbf7;**/
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	border-top: solid #CCCCCC 1px;
}

/* Message styles */
.warning {
	color: red
}
.error {
	color: red
}
.message {
	color: #08245b;
}

.no_ {
	color: red
}

/* popup calendar */
body.popcal {
	background-color: #f0f0f0;
}

table.poptitle {
	background-color: #ffffff;
}
table.poptitle td {
	background-color: #ffffff;
}
table.poptitle th {
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

table.popcal {
	background-color: #cccccc;
}

table.popcal th {
	background-color: #ffffff;
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}

table.popcal td {
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	text-align: center;
}

table.popcal td.empty {
	background-color: #e0e0e0;
}

table.mocal td.day  {
	background-color: #ffffff;
	text-align: center;
}

table.popcal td.today {
}

table.popcal td.weekend {
	background-color: #f0f0f0;
}

table.popcal a:link,
table.popcal a:visited {
	color: #0000ff;
	text-decoration: none;
}

table.popcal a.today:link,
table.popcal a.today:visited {
	color: #ff0000;
	font-weight: bold;
}

table.popcal a.weekend:link,
table.popcal a.weekend:visited {
	color: #0000aa;
}

table.popcal a.empty:link,
table.popcal a.empty:visited {
	color: #777777;
}

/* month calendar - title area */
table.motitle {
	background-color: #d5d5d5;
}
table.motitle td {
	background-color: #f0f0f0;
}
table.motitle th {
	background-color: #f0f0f0;
	font-size: 10pt;
}

table.mocal {
	background-color: #777777;
}
table.mocal th {
	background-color: #F5F5F5;
	color: #666666;
}
table.mocal td {
}
table.mocal td.week {
	vertical-align: top;
	background-color: #F5F5F5;
	height: 80px;
}
table.mocal td.empty {
	background-color: #e0e0e0;
	color: #aaaaaa;
	text-align: left;
	vertical-align: top;
	height: 80px;
}
table.mocal td.day  {
	background-color: #ffffff;
	color: #333366;
	text-align: left;
	vertical-align: top;
	height: 80px;
}
table.mocal td.today {
	background-color: #FBFFE0;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

table.mocal td.weekend {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

table.mocal .event {
}

/* mini calendar - title area */
table.minititle {
}
table.minititle td {
}
table.minititle th {
	font-weight: normal;
}

table.minical {
}
table.minical th {
	font-weight: normal;
}
table.minical td {
}
table.minical td.week {
}
table.minical td.empty {
	color: #aaaaaa;
}
table.minical td.day  {
	text-align: center;
}
table.minical td.today {
	background-color: #e0e0e0;
	text-align: center;
}
table.minical td.weekend {
	text-align: center;
}
table.minical .event {
}

/* daily calendar */
table.tbl td.event {
        background-color: #fff0b0;
}

table.tbl td.event td {
	background-color: #fff0b0;
}

.hidden {display:none;}

.grey:hover {
	background-color: #DAF1C2;
}

.grey {
	background-color:#F5F5F5;
	border-left:1px solid #F5F5F5;
	border-top:1px solid #F5F5F5;
	color: #76b00a;
}

.green:hover {
	background-color:#A6F15B;
}

.green {
	background-color: #DAF1C2;
	border-left: 1px solid #F5F5F5;
	border-top: 1px solid #F5F5F5;
	color: green;
}

.blockTitle h2.title {
	border-bottom:2px solid #DCDCDC;
	color: #444444;
	font-size:10pt;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.lightblue {
	background-color: #F0FFFF;
}

.lightyellow {
	background-color: #FBFFE0;
}

.detailRowLabel {
	background-color: #f6f6f6;	
	border-bottom: 1px solid;
	border-color: #CBDAE6;
	color: #000000;
	width: 200px;
	text-align: right;
}

.detailRowField {
	background-color: #ffffff;	
	border-bottom: 1px solid;
	border-color: #CBDAE6;
	color: #444444;
}

.searchBox{
	border: 1px solid #DCDCDC;
	background-image: url('images/magnifier.png');
	background-repeat: no-repeat;
	padding-left:20px;
	font-size: 8.5pt;
}

/**cuongvnm begin : 11/07/2009**/
   li a {display:inline-block;}
   li a {display:block;}
p {
  line-height: 1em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  /*background: #333;
  color: #fff;	
  padding: 0.5em; */
/** border: 1px solid #4297d7; **/
  background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; 
  color: #ffffff; 
  font-weight: bold;
  padding: 0.3em; 
}

ul#menu li a:hover {
 /** background: #000;*/
 background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
 color: #2e6e9e;
}

ul#menu li ul li a {
  /*background: #ccc;
  color: #000;
  padding-left: 20px; */
  border-top: 1px solid #c5dbec;
  border-bottom: 1px solid #c5dbec;  
  background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; 
  font-weight: normal;
  color: #2e6e9e; 
  outline: none;
  padding-left: 20px;
}

ul#menu li ul li a:hover,ul#menu li ul li a:active {
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  padding-left: 15px;
  border-left: 5px #5c9ccc solid;
}

ul#menu li ul li a.menu_current {
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  padding-left: 15px;
  border-left: 5px #5c9ccc solid;
}
ul#menu li ul li a.menu_hover {
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  padding-left: 15px;
  border-left: 5px #5c9ccc solid;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('images/forward_enabled.jpg');
}
/* tinhdx */
.icon-all {
    padding-left: 18px;
    margin-right: 20px;
    height: 20px;
}
.icon-delete {
    background: url('images/icons/stock_delete-16.png') no-repeat;
}
.icon-edit {
    background: url('images/icons/edit.png') no-repeat;
}
.icon-add {
    background: url('images/icons/add.png') no-repeat;
}
.icon-text {
    background: url('images/icons/text.png') no-repeat;
}
/* LOGIN PAGE NEW  
   updated by dungnv 10 Feb, 2014 
*/
.login-form {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    /*border: 1px solid #EBEBEB;*/
    border-radius: 5px 5px 5px 5px;
    color: #3A3A3A;
    padding: 30px;
    margin-right: auto;
    width: 40%;
    height: 500px;
}
.login-information {
    /*background: -moz-linear-gradient(center top , #F8F8F8 0%, #F9F9F9 100%) repeat scroll 0 0 transparent;*/
    /*border: 1px solid #EBEBEB;*/
    border-radius: 5px 5px 5px 5px;
    color: #3A3A3A;
    padding: 30px;
    margin-left: auto;
    width: 43%;
    height: 442px;
}
.login-footer {
    margin: 0 auto;
    padding: 10px 0;
    width: 998px;
    margin-top: 65%;
}
.about-icon {
    /*background:  url('images/i_growthchart.png') no-repeat;*/
    height: 40px;
    width: 40px;
}
.about {
    margin-left: 90px;
}
.about h1 {
    margin-left: 0px;
    margin-top: -50px;
    width: auto;
    font-size: 40px;
}
.about-content, .service-content {
    /*margin-left: 50px;*/
    /*width: 200px;*/
    font-size: 25px;
}
.service-icon {
    background:  url('images/service_png_srz') no-repeat;
    height: 61px;
    width: 65px;
}
.service h1 {
/*     margin-left: 65px;
    margin-top: -50px;
    width: auto;*/
}

b, strong{ font-weight:bold;}
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.left { float:left; }
.right { float:right; }
.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }
.clearfix:after,
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.login-form .container { margin: -25px auto; position: relative; width: 400px; }
.login-form #content {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border: 1px solid #c4c6ca;
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 400px;
}
.login-form #content h1 {
	color: #7E7E7E;
	font: bold 25px Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin: 10px 0 30px;
}
.login-form #content h1:before,
.login-form #content h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 27%;
}
.login-form #content h1:after {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(left,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0;
}
.login-form #content h1:before {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(right,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0;
}
.login-form #content:after,
.login-form #content:before {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #c4c6ca;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;
}
.login-form #content:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;
}
.login-form #content:before {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;
}
.login-form #content form { margin: 0 20px; position: relative }
.login-form #content form input[type="text"],
.login-form #content form input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7 url(images/8bcLQqF.png) no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
.login-form #content form input[type="text"]:focus,
.login-form #content form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
.login-form #content form input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}
.login-form #content form input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}
.login-form #content form div a {
	color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}
.login-form .button {
	background: rgb(247,249,250);
	background: -moz-linear-gradient(top,  rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	padding: 15px 0;
}
.login-form .button a {
/*	background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
	color: #7E7E7E;
	font-size: 17px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}
.login-form .button a:hover {
	background-position: 0 -135px;
	color: #00aeef;
}
.noti_booking {
    background: red none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    left: 245px;
    padding: 3px;
    position: relative;
    text-align: center;
    top: 45px;
    width: 16px;
    z-index: 1;
}
#view_calendar{
    margin-top: -25px;
    top: -2px;
}
.text_right{
    text-align: right;
}

.text_center{
    text-align: center;
}

.popover.bottom {
    margin-top: 10px;
}
.fade.in {
    opacity: 1;
}
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    width: 236px;
    z-index: 1010;
}
.box-booking
{
    border-bottom: 1px solid #dcdcdc;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
}
.block_loading{
    background: #dddddd none repeat scroll 0 0;
    height: 2000;
    left: 1px;
    opacity: 0.7;
    position: absolute;
    top: 1px;
    display: none;
    width: 100%;
    z-index: 1000;
}
.block_loading_content{
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 1004;
    display: none;
}
#div-list-invoice .block_loading_content
{
    top: 1500px;
  
}
#new_payment_new .block_loading_content,.form_new_expenses .block_loading_content,.view_ex .block_loading_content
{
    top: 400px;
  
}
#div-list-invoice .block_loading
{
    min-height: 2300;
}
#div_creditNote #form_item .block_loading_content,#div_creditNote div .block_loading_content,
#form_payment_new .block_loading_content, .bank_tran .block_loading_content,#form_all_employee .block_loading_content,.engagement_load .block_loading_content
{
    top: 346px;
}
#form_all_salary .block_loading_content
{
    top: 800px;
}

.tbl-customer-td
{
    float:left;
    text-align: left;
    width: 100px;
}
.tbl-customer-td-right, .tbl-customer-td-right select, .tbl-customer-td-right input,.tbl-customer-td-right textArea
{
    /*text-align: right;*/
    width: 80%;
    margin-left: 30px;
}