﻿@charset "utf-8";
/* CSS Document */

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html { height: 100%; }
* html body { height: 100%; }
body {
	margin: 0 0 0 0;
	padding: 0;
	background:#fff;
	font-size: 12px;
	color: #424242;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	min-height: 100%!important;
	position: relative;
}
img {border:none;}
a {	text-decoration: none;	color: #2b6893;}

.clear {clear:both;}
.wrapper {margin: 0 5%;}
.wrapper:after { content: ""; display: block; clear: both; }


#topNav {height: 36px;
	display: block; margin-bottom:25px;
}
.fixed {
	position: fixed;
	background:#12232e url(../images/topNav.jpg) repeat;
	width: 100%;
	color: #eeeeee;
	border-bottom: 3px solid #a2b83b;
	z-index: 999;
}
.welcome {
float: left; padding: 17px 14px 15px 0px;
}
.welcome img {
float: left;
margin:0 10px 0 0;
}

.welcome span {
padding:0;
display: block;
white-space: nowrap;
float: left;
font-size: 11px;
}
.userNav {
	float: right;
	z-index: 5000;
	position: relative;
	font-size: 11px;
}
.userNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 2px;
}
.userNav ul li {
	display: inline;
	float: left;
	position: relative;
	
	border-right: 1px solid #2f2f2f;
}

.userNav ul li .register{	display: block;	 /*background:url(../images/register.png) no-repeat 13px 22px;*/}	
.userNav ul li .forget{	display: block;	padding: 17px 14px 15px 32px; /*background:url(../images/forget.png) no-repeat 13px 21px;*/}
.userNav ul li .welecome{	display: block;	padding: 17px 14px 15px 32px; background:url(../images/user_icon.png) no-repeat 13px 16px;}	
.userNav ul li .logout{	display: block;	padding: 17px 14px 15px 32px; background:url(../images/logout-icon.png) no-repeat 13px 23px;}	
.userNav ul li img {border:none;}
.userNav ul li:first-child {
	border-left: 1px solid #2f2f2f;
}
.userNav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}





.head { min-height: 38px; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;  
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
	background: linear-gradient(top, #fafafa 0%, #efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
}

.iUser {
background: url(../images/user.png) no-repeat 12px;
}
.close{position:absolute; right:5px; top:2px; z-index:101;}
.admin-login-block{margin: 0px auto;width: 420px;margin-top: 80px;}
.admin-login-block .admin-logo{margin:0 0 36px 0; padding:0 0 0 0; text-align:center;}
.admin-login-block .loginPanel {background: #fff;border: 1px solid #d5d5d5;border-top: 0;display: block;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; margin:0px; padding:0 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; box-shadow:0 0 5px 0 #CCC; -moz-box-shadow:0 0 5px 0 #CCC; -webkit-box-shadow:0 0 5px 0 #CCC; position:relative;}
.admin-login-block .loginPanel h5 {padding: 9px 12px 9px 35px;float: left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:17px; color:#424242;}

.admin-login-block .loginPanel ul{margin:0 0 0 0; padding:0; list-style-type:none;}
.admin-login-block .loginPanel ul li{margin:0 0 0 0; padding:0 0 0 0; list-style-type:none; float:left; width:298px; font-size:14px; display:block;}
.admin-login-block .loginPanel ul li.liwidth{width:80px; line-height:32px;}
.admin-login-block .loginPanel .admin-input-box{margin:0 0 0 0; padding:7px 12px; border:1px solid #d5d5d5; background:#FFF; width:260px; outline:none;}

.loginRow {border-bottom: 1px solid #e7e7e7;padding: 18px 20px;position: relative;}
.loginRow2 {border-bottom: 0.01px #e7e7e7;padding: 18px 20px;position: relative;}
.admin-login-block .loginPanel .remember-block {margin:0px;	padding:0; float:left;}
.admin-login-block .loginPanel .login-remember {float: left;	color: #888;	padding: 0px 2px 4px 0px;	margin: 0;}
.admin-login-block .loginPanel .login-checkbox {display: block;	float: left;	height: 19px;	width: 18px;	padding: 0px 2px 5px 2px;}
.admin-login-block .loginPanel .login-button {	float: right;	cursor: pointer;}
.admin-login-block .loginPanel .login-resend { float: none; cursor: pointer; font-size: 11px; font-weight: 100; padding: 5px 5px 5px 5px; }

.green-bta {
    -webkit-box-shadow: 0px 1px 0px 0px #e1e1e1;
	-moz-box-shadow: 0px 1px 0px 0px #e1e1e1;
    -ms-box-shadow: 0px 1px 0px 0px #e1e1e1;
    box-shadow: 0px 1px 0px 0px #e1e1e1;
	padding:4px 10px;
	font-size:16px;
	font-weight:bold;
	color:#4b4b4b; text-shadow: 0 0 0 0 #c4d282;
	border:1px solid #bbbbbb;
	cursor:pointer;
	margin-left:-1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
    -ms-border-radius:5px;
    border-radius:5px;
	outline:none; float:right; margin:0 0 0 0;
}

.green-bta:hover {
    background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
}

.green-bta:active {
	background: #f4f4f4;
}

.red-bta {
    -webkit-box-shadow: 0px 1px 0px 0px #e1e1e1;
	-moz-box-shadow: 0px 1px 0px 0px #e1e1e1;
    -ms-box-shadow: 0px 1px 0px 0px #e1e1e1;
    box-shadow: 0px 1px 0px 0px #e1e1e1;
	padding:4px 10px;
	font-size:16px;
	font-weight:bold;
	color:red; text-shadow: 0 0 0 0 #c4d282;
	border:1px solid red;
	cursor:pointer;
	margin-left:-1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 130%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(130%, #f4f4f4));
	background: -webkit-linear-gradient(top, #fdfdfd 25%, red 130%);
	background: -o-linear-gradient(top, #fdfdfd 25%, red 130%);
	background: -ms-linear-gradient(top, #fdfdfd 25%, red 130%);
	background: linear-gradient(top, #fdfdfd 25%, red 130%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
    -ms-border-radius:5px;
    border-radius:5px;
	outline:none; float:right; margin:0 0 0 0;
}
.grn-bta {
    -webkit-box-shadow: 0px 1px 0px 0px #e1e1e1;
	-moz-box-shadow: 0px 1px 0px 0px #e1e1e1;
    -ms-box-shadow: 0px 1px 0px 0px #e1e1e1;
    box-shadow: 0px 1px 0px 0px #e1e1e1;
	padding:4px 10px;
	font-size:16px;
	font-weight:bold;
	color:#8ca906; text-shadow: 0 0 0 0 #c4d282;
	border:1px solid #8ca906;
	cursor:pointer;
	margin-left:-1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 130%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(130%, #f4f4f4));
	background: -webkit-linear-gradient(top, #fdfdfd 25%, #8ca906 130%);
	background: -o-linear-gradient(top, #fdfdfd 25%, #8ca906 130%);
	background: -ms-linear-gradient(top, #fdfdfd 25%, #8ca906 130%);
	background: linear-gradient(top, #fdfdfd 25%, #8ca906 130%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#f4f4f4',GradientType=0 );
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
    -ms-border-radius:5px;
    border-radius:5px;
	outline:none; float:right; margin:0 0 0 0;
}


.header-block{margin:0 0 0 0; padding:0 0 0 0;}
.header-block .logo{margin:0 0 0 0; padding:0 0 10px 0; float:left;}



/* ===== Table CSS ====*/
.table {margin-top: 10px;border: 1px solid #d5d5d5;border-top: none; }
.table h5 {padding: 9px 12px 9px 16px;float: left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; color:#81932d;}

.dataTables_wrapper {position: relative;clear: both;}
.datatable-header {background: #fafafa;}
.dataTables_filter {padding: 14px 12px;position: relative;display: block;float: left;}
.dataTables_filter ul{margin:0 0 0 0; padding: 0 0 0 0; list-style-type:none;}
.dataTables_filter ul li{margin:0 6px 0 0; padding: 0 0 0 0; list-style-type:none; float:left;}
.dataTables_filter ul li.liwidth{font-size:13px; font-weight:bold; line-height:26px; color:#6c6c6c;}
.dataTables_filter ul li.status{margin-left:20px;}
.dataTables_filter .input-box{margin:0 0 0 0; padding:5px 8px; width:180px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none;} 
.white-bta {
	-webkit-box-shadow: 0px 1px 0px 0px #e1e1e1;
	-moz-box-shadow: 0px 1px 0px 0px #e1e1e1;
	box-shadow: 0px 1px 0px 0px #e1e1e1;
	padding:4px 10px;
	font-size:14px;
	font-weight:bold;
	color:#4b4b4b; text-shadow: 0 0 0 0 #c4d282;
	border:1px solid #bbbbbb;
	cursor:pointer;
	margin-left:-1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	outline:none; margin:0 0 0 0;
}
.white-bta:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
}
.white-bta:active {
	background: #f4f4f4;
}















table.display {margin: 0 auto;width: 100%;clear: both;border-collapse: collapse;}
.dataTable thead th {font-weight: bold;padding: 3px 13px 2px 13px;text-align: left;border-left: 1px solid #D5D5D5;border-bottom: 1px solid #D5D5D5;font-size: 13px;color: #6c6c6c;
background: #fafafa; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: linear-gradient(top, #fafafa 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
}
.dataTable thead th:first-child {border-left: 0;}
table.display tr.odd.gradeA {background-color: #fafafa;}


table.display td {padding: 8px 13px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;}
table.display td:first-child {border-left: none;}
table.display td {border-left: 1px solid #e7e7e7;width: 100px;}
table.display tr.even.gradeA {background-color: #f5f5f5;}
table.display tr {border-top: 1px solid #e7e7e7;}
tr.even {background-color: white;}


table.display tr.odd_01.gradeB {background-color: #f1f1f1;}
table.display tr.even_01.gradeB {background-color: #f8f8f8;}
table.display tr.white_01.gradeB{background-color: #ffffff;}

.datatable-footer {
background: #fcfcfc;
background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
background: linear-gradient(top, #fcfcfc 0%,#f5f5f5 100%);
}

.datatable-footer {border-top: 1px solid #ddd;padding: 1px 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;}
.dataTables_info {padding: 12px;display: block;float: left;}
.dataTables_paginate {float: right;margin: 12px;}

/* Full number pagination */
.paging_full_numbers { height: 22px; line-height: 22px; }
.paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active { font-weight: normal!important; }
.paging_full_numbers a:active { outline: none }
.paging_full_numbers a:hover { text-decoration: none; }
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active { border: 1px solid #d3d3d3; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 5px 8px; margin: 0 3px; cursor: pointer; *cursor: hand; color: #919191; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;  }
.paging_full_numbers a.paginate_button { 
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
} 
.paging_full_numbers a.paginate_button:hover { background: #fcfcfc; color: #90a81e; }
.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active { background: #6f6f6f; color: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; font-weight: bold; }
.paginate_button_disabled, .paginate_button_disabled:active  { background: #F9F9F9!important; color: #CCC!important; box-shadow: none!important; font-weight: normal!important; border: 1px solid #E5E5E5!important; }
.paginate_button_disabled:active { border-color: #d3d3d3!important; }

.bta-block{margin:12px 0 0 0; padding: 0 0 0 0;}
.bta-block2{margin:12px 0 0 0; padding: 0 0 0 0; text-align: right;}

.big-white-bta {
	-webkit-box-shadow: 0px 1px 0px 0px #e1e1e1;
	-moz-box-shadow: 0px 1px 0px 0px #e1e1e1;
	box-shadow: 0px 1px 0px 0px #e1e1e1;
	padding:6px 15px;
	font-size:16px;
	font-weight:bold;
	color:#4b4b4b; text-shadow: 0 0 0 0 #c4d282;
	border:1px solid #bbbbbb!important;
	cursor:pointer;
	margin-left:-1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	background: linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	outline:none; float:right; margin:0 0 0 6px;
}
.big-white-bta:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	background: linear-gradient(top, #f4f4f4 0%, #fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fdfdfd',GradientType=0 );
}
.big-white-bta:active {
	background: #f4f4f4;
}



/* ===== Footer ===== */

#footer { clear: both; /*height: 36px;*/ background: url(../images/topNav.jpg) repeat; width: 100%; color: #eeeeee; margin-top: 42px; position: absolute; bottom: 0; }
#footer span { color: #696969; padding: 9px 5px; display: block; font-size: 11px; }
#footer span a { color: #eeeeee; }




/* ===== Forget Password ===== */

.forget-width{width:546px;}
.forget-liwidth{width:206px!important;}
.forget-pop-div{position: fixed;width: 100%;z-index: 10000;background-color: white;margin: 0;padding: 0;left: 0;top: 0;height:100%;}
.forget-icon{background: url(../images/forget-black.png) no-repeat 15px;}





/* ===== Create Transaction PopoUp & Change Password ===== */
.change-pop-block{margin: 0px auto;width: 768px;margin-top: 5%;}
.change-pop-block .change-block {background: #fff;border: 1px solid #d5d5d5;border-top: 0;display: block;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; margin:0px; padding:0 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; box-shadow:0 0 5px 0 #CCC; -moz-box-shadow:0 0 5px 0 #CCC; -webkit-box-shadow:0 0 5px 0 #CCC; position:relative;}
.change-pop-block .change-block h5 {padding: 9px 12px 9px 35px;float: left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:17px; color:#424242;}
.row-block{padding: 18px 0px 18px 20px;position: relative; border-bottom:1px solid #e7e7e7;}
.change-pop-block .change-block ul{margin:0 0 0 0; padding:0; list-style-type:none;}
.change-pop-block .change-block ul li{margin:0 0 10px 0; padding:0 0 0 0; list-style-type:none; float:left; width:233px; font-size:14px; display:block; line-height:32px;}
.change-pop-block .change-block ul li.liauto{width:auto;}
.change-pop-block .change-block ul li.liwidth{width:140px; line-height:32px;}
.change-pop-block .change-block .change-input-box{margin:0 0 0 0; padding:7px 12px; border:1px solid #d5d5d5; background:#FFF; width:187px; outline:none;}
.change-pop-block .change-block .change-select-box{margin:0 0 0 0; padding:7px 12px; border:1px solid #d5d5d5; background:#FFF; width:212px; outline:none;}

.transaction-icon {background: url(../images/transaction-icon.png) no-repeat 9px;}
.change-pop-block h4{background:#f7f7f7; margin:15px 20px 10px 0; padding:5px 12px; border-bottom:1px solid #ccc; font-size:14px; font-weight:700;}
.change-pop-block .change-block .ckeck-box{float:left; margin:0 0 0 0; padding:0 0 0 0; width:25px;}
.change-pop-block .change-block .information{float:left; line-height:normal; font-size:11px; width:700px; text-align:justify;}


.change-password-p{margin:0 0 12px 0; padding:0 0 0 0; font-size:13px;}
.disabled-input{background:#f8f8f8!important;}





.main-left{margin:10px 0 0 0; padding:0 0 0 0; float:left; width:16.3%; background:#333;}
.main-right{margin:0 0 0 0; padding:0 0 0 0; float:right; width:83%;}

.dataTables_filter_view {padding: 14px 12px;/*position: relative;*/display: block;}
.dataTables_filter_view h2{margin:0 0 15px 0; padding:5px 10px; font-size:16px; font-weight:bold; background:#FFF; border-bottom: 1px solid #D5D5D5;}
.dataTables_filter_view  ul{margin:0 0 0 0; padding: 0 0 0 0; list-style-type:none;}
.dataTables_filter_view  ul li{margin:0 6px 10px 0; padding: 0 0 0 0; list-style-type:none; float:left; width:320px; line-height:26px;}
.dataTables_filter_view  ul li.liwidth{font-size:13px; font-weight:bold; line-height:26px; color:#6c6c6c; width:150px;}
.dataTables_filter_view  ul li.li-line-hieght{line-height:13px;}
.dataTables_filter_view  ul li.Max-result{width:auto;}
.dataTables_filter_view  ul li.li-star{width:auto;}
.dataTables_filter_view  ul li.li-full{width:80%}

.dataTables_filter_view  .input-box{margin:0 5px 0 0; padding:5px 8px; width:140px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.dataTables_filter_view  .input-box-big{margin:0 5px 0 0; padding:5px 8px; width:247px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.dataTables_filter_view  .select-box-big{margin:0 5px 0 0; padding:5px 8px; width:370px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.dataTables_filter_view  .select-box{margin:0 5px 0 0; padding:5px 8px; width:265px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.dataTables_filter_view  ul li .calendar-img{border:none;float:left; margin:3px 5px 0 0;}
.datatable-header {border-bottom:none;}
.dataTables_filter_view .checkbox{margin:0px; padding:0px;}
.dataTables_filter_view .disable-span{padding:0px 8px;}


/* add new css for table design*/
.dataTables_filter_view  table{margin:0 0 0 0; padding: 0 0 0 0; list-style-type:none;}
.dataTables_filter_view  table td{margin:0 6px 10px 0; padding: 0 0 10px 0; list-style-type:none;  line-height:26px; font-size:14px; vertical-align:bottom;}
.dataTables_filter_view  table td.tdwidth{font-size:13px; font-weight:bold; line-height:26px; color:#6c6c6c; width:275px;}
.dataTables_filter_view  table td input[type=text], input[type=password], input[type=textarea]{margin:0 5px 0 0; padding:5px 8px; width:247px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; font-size:12px;}
.dataTables_filter_view  table td input[type=text].inputwidth{width:167px;}
.dataTables_filter_view  table td input[type=text].inputwidth_dec{width:50px;}
.dataTables_filter_view  table td .calendar-img{border:none;float:left; margin:0px 5px 0 0;}
.dataTables_filter_view  table td select{margin:0 5px 0 0; padding:5px 8px; width:265px !important; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;}
.dataTables_filter_view  table td .calendar-block{ display:inline-block; line-height:22px; padding-top:5px;}

.transaction_view td .ExpenseEntryLabel{ font-weight:bold;}
.gridHeader a{color:#6C6C6C;}
.gridHeader a:hover{color:#2B6893;}
.line-hgt table td{ line-height:0 !important;}



.retun_liwidth{ width:240px !important;}
.retun_buotton{width:79px !important;}
.retun_buotton .big-white-bta{ width:55px !important;}
.retun_buotton1{width:102px !important;}
.retun_buotton1 .big-white-bta{ width:102px !important;}
.retun_header{ padding-left:176px !important;}

/* end add new css for table design*/










.btn-icon-bg {
border: 1px solid #d5d5d5;
padding: 3px 5px; float: left; margin-right:4px;
display: inline-block;
background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: linear-gradient(top, #fafafa 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}

.btn-icon-bg:hover {
background: #f6f6f6;
}


.btn-normal-bg {
border: 1px solid #d5d5d5;
float: left;
font-size: 11px;
padding: 0 5px; margin-right:4px;
display: inline-block;
background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: linear-gradient(top, #fafafa 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}


.btn-normal-bg:hover {
background: #f6f6f6;
}


    
/*======= Grid View Header ======*/
.gridHeader{background: #fafafa; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: linear-gradient(top, #fafafa 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
color:#6C6C6C;
    }
.gridHeader td { border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    color: #6C6C6C important!;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 13px 2px!important;
    text-align: left;
} 
h2{margin:0 0 15px 0; padding:5px 0px; font-size:16px; font-weight:bold; background:#FFF; border-bottom: 1px solid #D5D5D5;}
.row-block-new {
    border-bottom: 1px solid #E7E7E7;
    padding: 18px 20px 18px 20px;
    position: relative;
}

.gridHeaderCredential
{
background: #fafafa; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: linear-gradient(top, #fafafa 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
    }
  .gridHeaderCredential td { 
    
    color: #6C6C6C;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
   
  }
  
  
  
/*=======Error Class =======*/
.error
{
    color: red;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px; padding-bottom:10px; display:inline-block;
    }
    
    
.popup-inner-padding{padding:18px;}  
.popup-inner-padding ul{margin:0 0 0 0; padding: 0 0 0 0; list-style-type:none;}
.popup-inner-padding ul li{margin:0 6px 10px 0; padding: 0 0 0 0; list-style-type:none; float:left; width:320px; line-height:26px;}
.popup-inner-padding ul li.liwidth{font-size:13px; font-weight:bold; line-height:26px; color:#6c6c6c; width:150px;}
.popup-inner-padding ul li.li-line-hieght{line-height:13px;}
.popup-inner-padding ul li.Max-result{width:auto;}
.popup-inner-padding ul li.li-star{width:auto;}
.popup-inner-padding ul li.li-full{width:80%}  

.popup-inner-padding .input-box{margin:0 5px 0 0; padding:5px 8px; width:140px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.popup-inner-padding .input-box-big{margin:0 5px 0 0; padding:5px 8px; width:247px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.popup-inner-padding .select-box-big{margin:0 5px 0 0; padding:5px 8px; width:370px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.popup-inner-padding .select-box{margin:0 5px 0 0; padding:5px 8px; width:265px; background:#FFFFFF; border:1px solid #bdbcbc; outline:none; float:left; font-size:12px;} 
.popup-inner-padding ul li .calendar-img{border:none;float:left; margin:3px 5px 0 0;}

.popup-inner-padding .checkbox{margin:0px; padding:0px;}
.popup-inner-padding.disable-span{padding:0px 8px;}


.ajax__calendar_days table td {
    cursor: pointer;
    
    padding: 0 2px;
    text-align: center;
    width: 12px;
    font-size: 11px;
    list-style-type: none;
    margin: 0 ;
    padding: 0 0 0px 0;
    vertical-align: inherit; line-height:18px !important;}
.ajax__calendar_day {text-align:center!important;}

#GB_overlay {z-index: 1000!important;}

#GB_window {z-index: 1001!important;}


/*======= Headwr For Th ======*/
.gridHeaderTh{background: #fafafa; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
background: linear-gradient(top, #fafafa 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
color:#6C6C6C;
    }
.gridHeaderTh th { border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    color: #6C6C6C important!;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 13px 2px!important;
    text-align: left;
} 


/*======Grid visiblity*/
.gridvisible {


    visibility: visible;
}
.gridinvisible {


    visibility: hidden;
}


.headingvisible {


    visibility: visible;
}
.headinginvisible {


    visibility: hidden;
}