@charset "utf-8";
/* COMMON RESET STYLE */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to arial.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: arial; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
	background: #7d7a7a;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
	resize: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* COMMON RESET STYLE */

/* COMMON STYLE */
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 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}
.userAlerts{
    border: 1px solid #FF2808;
    padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background: #EB9280;
	background: -ms-linear-gradient(top, #EB9280 0%, #F99D8E 100%);
	background: -moz-linear-gradient(top, #EB9280 0%, #F99D8E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EB9280), color-stop(100%, #F99D8E));
	background: -webkit-linear-gradient(top,  #EB9280 0%, #F99D8E 100%);
	background: -o-linear-gradient(top, #EB9280 0%, #F99D8E 100%);
	background: linear-gradient(to bottom,  #EB9280 0%, #F99D8E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB9280', endColorstr='#F99D8E',GradientType=0);
}
a {
	color:#007dfd;
	text-decoration:none;
}
a:hover {
	color:#004fa0;
	text-decoration:underline;
}

/* TextArea Style */
textarea{
	display:block;
	width:305px;
	padding:12px 8px;
	border:0;
	margin:5px 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	border-radius:3px;
	border:1px solid #C2C2C2;
}
textarea.fullwidth{
	width:100%;
}
/* TextArea Style */
/* Input Style */
input{
	display:block;
	height:40px;
	padding:6px 8px;
	border:0;
	margin:5px 0px 0px 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	border-radius:3px;
	border:1px solid #b3b3b3;
	width: 100%;
}
input[readonly="readonly"], input[readonly="readonly"]:hover, input[readonly="readonly"]:focus{
	background-color:#DEDEDE;
	-webkit-box-shadow:0 1px 0 #A9ABAA inset;
	-moz-box-shadow:0 1px 0 #A9ABAA inset;
	box-shadow:0 1px 0 #A9ABAA inset;
	border:none;
}
input:hover{
	border:1px solid #C2C2C2;
	-webkit-box-shadow:0 0 3px #C2C2C2 inset;
	-moz-box-shadow:0 0 3px #C2C2C2 inset;
	box-shadow:0 0 3px #C2C2C2 inset;
}
input:focus{
	border:1px solid #41BECE;
	-webkit-box-shadow:0 0 3px #C2C2C2 inset;
	-moz-box-shadow:0 0 3px #C2C2C2 inset;
	box-shadow:0 0 3px #C2C2C2 inset;
	outline: none;
}
input.error{
	border:1px solid #FF2400;
	background-color:#FFE3DE;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* Input Style */

/* Select Style */
select{
	display:block;
	width:305px;
	height:40px;
	padding:12px 8px;
	border:0;
	margin:15px 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	border-radius:3px;
	border-top:1px solid #C2C2C2;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color: #757575;
}
select[readonly="readonly"], select[readonly="readonly"]:hover, select[readonly="readonly"]:focus{
	background-color:#DEDEDE;
	-webkit-box-shadow:0 1px 0 #A9ABAA inset;
	-moz-box-shadow:0 1px 0 #A9ABAA inset;
	box-shadow:0 1px 0 #A9ABAA inset;
	border:none;
}
select:hover{
	border:1px solid #C2C2C2;
	-webkit-box-shadow:0 0 3px #C2C2C2 inset;
	-moz-box-shadow:0 0 3px #C2C2C2 inset;
	box-shadow:0 0 3px #C2C2C2 inset;
}
select:focus{
	border:1px solid #41BECE;
	-webkit-box-shadow:0 0 3px #C2C2C2 inset;
	-moz-box-shadow:0 0 3px #C2C2C2 inset;
	box-shadow:0 0 3px #C2C2C2 inset;
	outline: none;
}
select.error{
	border:1px solid #FF2400;
	background-color:#FFE3DE;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* Select Style */

/* Radio Button Start */
section input[type="radio"] {
	margin: 0px;
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}
/* Readio Button End */



/* Button Style */
.input_margin{
	margin:15px 0px;
}
.h1_margin{
	margin-top:20px;
}
.no_margin{
	margin:0;
}
.no_padding{
	padding:0;
}
button{
	color: #FFFFFF;
	padding:0 16px;
	height:35px;
	line-height:35px;
	font-size:18px;
	background: #40BFD0;
	background: -ms-linear-gradient(top, #52599c 0%, #333976 100%);
	background: -moz-linear-gradient(top, #52599c 0%, #333976 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52599c), color-stop(100%, #333976));
	background: -webkit-linear-gradient(top,  #52599c 0%, #333976 100%);
	background: -o-linear-gradient(top, #52599c 0%, #333976 100%);
	background: linear-gradient(to bottom,  #52599c 0%, #333976 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #52599c;
	text-shadow: 2px 2px #444a8b;
}
button:hover{
	background: #59D1E1;
	background: -ms-linear-gradient(top, #6d74b6 0%, #52599c 100%);
	background: -moz-linear-gradient(top, #6d74b6 0%, #52599c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52599c), color-stop(100%, #52599c));
	background: -webkit-linear-gradient(top,  #6d74b6 0%, #1D95A5 100%);
	background: -o-linear-gradient(top, #6d74b6 0%, #52599c 100%);
	background: linear-gradient(to bottom,  #6d74b6 0%, #52599c 100%);
	border: 1px solid #52599c;
}
button:active{
	-webkit-box-shadow:0 0 3px #000000 inset;
	-moz-box-shadow:0 0 3px #000000 inset;
	box-shadow:0 0 3px #000000 inset;
}
button[disabled="disabled"]{
	background:#818181;
	border: 1px solid #606060;
	color:#C9C9C9;
}
button[disabled="disabled"]:active{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* Button Style */
/* Toggle Button Style */
.togglebox input[type="checkbox"]{
	margin: 0px 0px;
}
.togglebox{
	width:100px;
	height:26px;
	display:inline-block;
	position:relative;
	border-radius:3px;
	overflow:hidden;
}
.togglebox label{
	width:200%;
	height:100%;
	line-height:26px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	cursor:pointer;
	font-size:11px;
	-webkit-transition:.12s;
	-moz-transition:.12s;
	transition:.12s;
}
.togglebox span{
	position:absolute;
	right:-100px;
}
.togglebox label:after{
	content:'Enabled';
	width:54px;
	float:left;
	margin-right:-16px;
	padding-right:13px;
	text-align:center;
	background: #76BA29;
	background: -ms-linear-gradient(top, #76BA29 0%, #68B119 100%);
	background: -moz-linear-gradient(top, #76BA29 0%, #68B119 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76BA29), color-stop(100%, #68B119));
	background: -webkit-linear-gradient(top,  #76BA29 0%, #68B119 100%);
	background: -o-linear-gradient(top, #76BA29 0%, #68B119 100%);
	background: linear-gradient(to bottom,  #76BA29 0%, #68B119 100%);
	color:#FFFFFF;
}
.togglebox label b{
	display: block;
	height: 100%;
	width: 54px;
	float: left;
	position:relative;
	z-index:1;
	background: #EEEEEE;
	background: -ms-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	background: -moz-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #D9D9D9));
	background: -webkit-linear-gradient(top,  #EEEEEE 0%, #D9D9D9 100%);
	background: -o-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	background: linear-gradient(to bottom,  #EEEEEE 0%, #D9D9D9 100%);
}
.togglebox label:before{
	content:'Disabled';
	width:54px;
	float:left;
	margin-left:-15px;
	padding-left:13px;
	text-align:center;
	color: #C9C9C9;
	background: #D7D7D7;
	background: -ms-linear-gradient(top, #D7D7D7 0%, #888888 100%);
	background: -moz-linear-gradient(top, #D7D7D7 0%, #888888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D7D7D7), color-stop(100%, #888888));
	background: -webkit-linear-gradient(top,  #D7D7D7 0%, #888888 100%);
	background: -o-linear-gradient(top, #D7D7D7 0%, #888888 100%);
	background: linear-gradient(to bottom,  #D7D7D7 0%, #888888 100%);
}
.togglebox input:checked ~ label{
	left:-60px;
}
/* Toggle Button Style */
h1{
	font-size:22px;
}
h2{
	font-size:16px;
	margin:0;
	padding:0;
}
.hide{
	display:none;

}
.hideV{
	visibility:hidden;
}
.floatL{
	float:left;
}
.floatL h2{
	
}
.floatR{
	float:right;
}
.overflow{
	overflow:auto;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
.gray{
	color:#C8C9CD;
}
.ft11{
	font-size: 11px;
}
.ft10{
	font-size: 10px;
}
.ft14{
	font-size: 14px;
}
.italic{
	font-style:italic;
}
.pipe{
	padding:0px 5px;
}
.gapL{
	margin-left:5px;
}
.or_gap{
	margin:0 10px;
}
/* COMMON STYLE */

/* RESPONSIVE STYLES */
.wrapper{
	/*width:990px;
	margin:0 auto;*/
}
@media only screen and (max-width: 990px){
	.wrapper{
		/*width:100%;
		margin:0;*/
	}
}
/* RESPONSIVE STYLES */

/* STRUCTURE BASED STYLES */
a.submenulink {
	color:#6D6D6D;
	text-decoration:none;
	font-weight:bold;
}
a.submenulink:hover {
	color:#6D6D6D;
	text-decoration:none;
	font-weight:bold;
}
.logoSprite{
	background: url("../img/sprite.png") no-repeat; width: 160px; height: 20px;
}
.iconSprite{
	background: url("../img/sprite-2.png") no-repeat;
}
header{
	height: 58px;
	background: #ECF2FE;
	background: -ms-linear-gradient(top, #ECF2FE 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(top, #ECF2FE 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ECF2FE), color-stop(100%, #FFFFFF));
	background: -webkit-linear-gradient(top,  #ECF2FE 0%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #ECF2FE 0%, #FFFFFF 100%);
	background: linear-gradient(to bottom,  #ECF2FE 0%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECF2FE', endColorstr='#FFFFFF',GradientType=0);
}
.headerL{
    background-position: 0 0;
    height: 20px;
    margin: 18px 16px;
    width: 145px;
}
.clock{
    background-position: -291px -3px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 17px;
}
.headerR{
    line-height: 22px;
    margin: 6px 16px;
    text-align: right;
}
.time{
	font-family:Tahoma, Geneva, sans-serif;
}
.footerL{
    margin: 5px 16px 5px 16px;
}
.footerR{
    height: 20px;
    margin: 3px 16px 5px 16px;
    width: 144px;
}
.footerR a{
    background-position: -148px -2px;
    height: 20px;
    width: 144px;
	display: block;
}
section{
	background:url("../img/bg.gif") repeat scroll center center #F5F7F6;
}
.navSection{
	/*width: 274px;*/
}
.navArea{
    background-color:#E9E9E9;
	overflow:auto;
}
.mainNav{
	background:url("../img/nav-bg.gif") repeat scroll center center #909090;
	width:82px;
}
.subNav{
	padding:10px 0px;
}
.mainSection{
	padding: 30px 0 30px 0;
	display: inline-block;
	background: #ffffff;
}
.mainContent{
	width:100%;
}
.seperatorArea{
    height:6px;
	background: #FEE42B;
	background: -ms-linear-gradient(left, #FEE42B 50%, #3FB9C8 50%);
	background: -moz-linear-gradient(left, #FEE42B 50%, #3FB9C8 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FEE42B), color-stop(50%, #3FB9C8));
	background: -webkit-linear-gradient(left, #FEE42B 50%, #3FB9C8 50%);
	background: -o-linear-gradient(top, #FEE42B 50%, #3FB9C8 50%);
	background: linear-gradient(to right,  #FEE42B 50%, #3FB9C8 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee42b', endColorstr='#3fb9c8',GradientType=1 );
}
.seperator{
    height:6px;
	width:100%;
}
.seperator td:first-child {
    background-color:#E95143;
	width:80px;
}
.seperator td:first-child + td {
    background-color:#FF931A;
	width:174px;
}
.seperator td:first-child + td + td {
    background-color:#FDC71F;
	width:15%;
}
.seperator td:first-child + td + td + td {
    background-color:#FEE42B;
	width:15%;
}
.seperator td:first-child + td + td + td + td {
    background-color:#CADF5E;
	width:15%;
}
.seperator td:first-child + td + td + td + td + td {
    background-color:#85CB35;
	width:15%;
}
.seperator td:first-child + td + td + td + td + td + td {
    background-color:#3FB9C8;
}

/* Menu */

ul.mainmenu, ul.submenu{
	margin:0;
	padding:0;
}
ul.submenu{
	display:none;
	padding: 0 20px 0 100px;
	width: 138px;
}
ul.mainmenu li, ul.mainmenu li a, ul.mainmenu li span, ul.submenu li, ul.submenu li a {
    display: block;
}
ul.mainmenu li{
	border-bottom:1px solid #777777;
	box-shadow: 0 1px 1px -1px #E6E6E6;
}
ul.submenu li{
	border-bottom:1px dotted #BDBDBD;
}
ul.submenu li:last-child{
	border-bottom:none;
}
ul.mainmenu li a{
    padding: 25px 14px;
}
ul.submenu li a{
    padding: 15px 0;
}
ul.mainmenu li a span.dashboard{
    background-position: -5px 0;
    height: 55px;
    width: 55px;
}
ul.mainmenu li a span.reports{
    background-position: -5px -62px;
    height: 60px;
    width: 55px;
}
ul.mainmenu li a span.logs{
    background-position: -5px -125px;
    height: 73px;
    width: 55px;
}
ul.mainmenu li a span.settings{
    background-position: -5px -202px;
    height: 69px;
    width: 55px;
}
ul.mainmenu li a span.help{
    background-position: -5px -272px;
    height: 70px;
    width: 55px;
}

ul.mainmenu li a:hover span.dashboard{
    background-position: -125px 0;
}
ul.mainmenu li a:hover span.reports{
    background-position: -125px -62px;
}
ul.mainmenu li a:hover span.logs{
    background-position: -125px -125px;
}
ul.mainmenu li a:hover span.settings{
    background-position: -125px -202px;
}
ul.mainmenu li a:hover span.help{
    background-position: -125px -272px;
}

ul.mainmenu li.active{
	background-color:#E9E9E9;
	border-bottom:none;
	box-shadow:none;
}
ul.submenu li a.active{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	
}
ul.mainmenu li.active a span.dashboard{
    background-position: -64px 0;
}
ul.mainmenu li.active a span.reports{
    background-position: -64px -62px;
}
ul.mainmenu li.active a span.logs{
    background-position: -64px -125px;
}
ul.mainmenu li.active a span.settings{
    background-position: -64px -202px;
}
ul.mainmenu li.active a span.help{
    background-position: -64px -272px;
}
ul.submenu li ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
}
ul.submenu li ul li {
    font-size: 12px;
	border: none;
	padding: 5px 0px 5px 10px;
	background: url(../img/bullet.png) no-repeat center left;
}
ul.mainmenu li ul li a{
    padding: 5px 5px;
	display: block;
}
ul.submenu li ul li a{
    padding: 0px 0px;
}
ul.submenu li ul li a {
	color:#00ABC1 !important;
	text-decoration:none;
}
ul.submenu li ul li a:hover {
	color:#008a9c !important;
	text-decoration:underline;
}
ul.submenu li ul li a:visited {
	color:#663366;
	text-decoration:none;
}
/* STRUCTURE BASED STYLES */




/* Search style start */
.top_search {border-radius: 20px !important; line-height: 27px !important; height: 27px !important; font-size: 12px !important; padding: 0px 30px 0px 10px !important; border: 1px solid #C2C2C2 !important; width: 200px !important;}
/* Search style end */

/* Progress bar style start */
.progressbar {background-color: #999;border-radius: 9px;padding: 3px;}
.progressbar div {background-color: #e2e2e2;width: 0%;height:15px;border-radius: 7px;}
/* Progress bar style end */
.zebra {background: #efeeee}
.default {background: url(../img/default.png) no-repeat right; width: 49px; height: 24px;}
.zebra_hover {background: #d8dcff;}
.zebra_hover td:first-child {
	background: url(../img/hover-bg.png) left no-repeat;
	}
.add {background: url(../img/add.png) no-repeat; height: 35px; width: 35px; margin: auto;}
.add a {height: 35px; width: 35px; display: block;}
.hover_cta {padding: 5px 0px 0px 0px;}
.textSmall {font-size: 11px; color: #666;}
.topPadding {padding: 45px 0px 15px 0px;}
.leftPadding {padding: 0px 0px 0px 18px;}
.halfWidth {width: 50%;}
.one3rdWidth { width: 70%; line-height: 25px;}
.autoWidth { width: auto;}
.selectedStyle {background: #52599c; color: #FFF !important;}
.selectedStyle:hover {background: #52599c; color: #000 !important;}
.alerts {background: #fff83f; border-radius:5px; position: absolute; line-height: 20px; padding: 5px; color: #333333; z-index: 2000;  margin: auto; width: 35%;font-weight: bold; top: 10px; box-shadow: 5px 5px 3px #999; left: 330px; border: solid 1px #f6ebbe}



/* CSS Document */
.wrapper {width: 990px; margin:auto; background: #FFF;}

/*Login page style start*/
.loginContainer {margin: auto; width: 395px;}
.loginLogo {width: 100%; text-align: center; padding-bottom: 30px; padding-top: 50px;}
.loginBody {width: 80%;  padding: 10%; border: solid 1px #e3e3e3;}
.inputbox {width: 100%;}
.status {width: 100%; width: 100%; margin-bottom: 15px;}
.error {color: #F00; font-size: 11px;}
.checkboxBar {width: 100%; height: 20px;}
.checkbox {width: 50%; text-align: left; float: left; font-size: 11px;}
.checkbox1 {float: left; padding-right: 5px;}
.checkbox1 input {float: left; height:auto; margin-top: 0px; width: 15px;}
.checkbox input {width: auto; height: auto; margin: 0px;}
.forgotPwd {width: 50%; text-align: right; float: right; font-size: 11px;}
.forgotPwd a {font-size: 11px;}
.loginButton {width: 100%; padding-top: 15px;}
/*Login page style end*/

/*Common styles start*/
.fullWidth {width: 100%;}
/*Common styles end*/

/* Header style start */
.header {width: 100%; padding: 0 0% 0 0%; float: left;background: #cacfff;}
.logoContainer {width: 60%;}
.logoDevider {background:url(../img/devider.png) no-repeat left; width: 22px; height: 50px; margin: 30px 20px 0px 0px;}
.logo {background: url(../img/2fa-2.png) no-repeat; height: 80px; width: 96px; margin: 10px 25px 10px 10px;}
.header_text {padding-top: 5px;}
.header_text h1 {font-size: 30px; color: #000000; font-weight: bold; font-family:Rokkitt;}
.header_text span {font-size: 14px; color: #000000;}
.logout {width:39%; font-size: 12px; text-align: right; padding-top: 10px; padding-right: 1%;}
/* Header style end */

/* Navigation style start */
.navigationBar {width: 100%; background:#f8f8f8; height: 35px; border-bottom: 1px #e2e2e2 solid; border-top: 1px #e2e2e2 solid; float: left;}
.navigationBar .menus {width: 50%;}
.navigationBar .menus a {height: 35px; line-height: 35px; display: block; padding: 0px 20px 0px 20px; border-right: 1px #e2e2e2 solid; color: #333333;}
.navigationBar .menus a:hover {text-decoration: none; color: #007dfd; background: #f0efef;}
.navigationBar .search { width: 50%;}
 {}

.navigationButtonContineriner  {}
.navigationLeftButtonContiner a {border-top-left-radius: 15px; border-bottom-left-radius: 15px; background: #ccc; padding: 10px; background: #b8b7b7;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #cec9c9 0%, #b8b7b7 100%);
	background: -moz-linear-gradient(top, #cec9c9 0%, #b8b7b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cec9c9), color-stop(100%, #b8b7b7));
	background: -webkit-linear-gradient(top,  #cec9c9 0%, #b8b7b7 100%);
	background: -o-linear-gradient(top, #cec9c9 0%, #b8b7b7 100%);
	background: linear-gradient(to bottom,  #cec9c9 0%, #b8b7b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cec9c9', endColorstr='#b8b7b7',GradientType=0);
	border-right: 1px #7e7b7a solid;
	color: #333;
	}

.navigationLeftButtonContiner a:hover {border-top-left-radius: 15px; border-bottom-left-radius: 15px; background: #ccc; padding: 10px; background: #b8b7b7;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #dcdbdb 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #dcdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #dcdbdb));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #dcdbdb 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #dcdbdb 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dcdbdb',GradientType=0);
	border-right: 1px #7e7b7a solid;
	color: #333;
	text-decoration: none;
	-moz-box-shadow: inset 0 0 5px #999;
   	-webkit-box-shadow: inset 0 0 5px #999;
   	box-shadow:inset 0 0 5px #999;
	}
.navigationRightButtonContiner a {background: #ccc; padding: 10px;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #cec9c9 0%, #b8b7b7 100%);
	background: -moz-linear-gradient(top, #cec9c9 0%, #b8b7b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cec9c9), color-stop(100%, #b8b7b7));
	background: -webkit-linear-gradient(top,  #cec9c9 0%, #b8b7b7 100%);
	background: -o-linear-gradient(top, #cec9c9 0%, #b8b7b7 100%);
	background: linear-gradient(to bottom,  #cec9c9 0%, #b8b7b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cec9c9', endColorstr='#b8b7b7',GradientType=0);
	border-left: 1px #FFF solid;
	color: #333;
}
.navigationRightButtonContiner a:hover {background: #ccc; padding: 10px;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #dcdbdb 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #dcdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #dcdbdb));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #dcdbdb 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #dcdbdb 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dcdbdb',GradientType=0);
	border-left: 1px #FFF solid;
	color: #333;
	text-decoration: none;
	-moz-box-shadow: inset 0 0 5px #999;
   	-webkit-box-shadow: inset 0 0 5px #999;
   	box-shadow:inset 0 0 5px #999;
}
.selectedState {
	-moz-box-shadow: inset 0 0 10px #1c1c1c;
   	-webkit-box-shadow: inset 0 0 10px #1c1c1c;
   	box-shadow:inset 0 0 10px #1c1c1c;	
	}
/* Navigation style end */

/* Header Text Start */
.mainSection {width: 100%; margin: 0px 0px 0px 0px; position: relative;}
.mainSection h2 { font-size: 24px; font-weight: normal; line-height: 25px; font-family: Rokkitt;}
.mainSection h2 span a {line-height: 16px; font-family:Rokkitt; font-size: 16px;}
.mainSection h2 span  {line-height: 16px; font-family:Rokkitt; font-size: 16px;}
.mainSection h3 { font-size: 22px; font-weight: normal; line-height: 25px; font-family: Rokkitt; margin-bottom: 0px; margin-top: 0px;}
/* Header Text End*/

/* Search box start */
.searchCONTAINER { padding-top: 8px;}
.searchInput {float: left;}
.searchInput input {line-height: 28px; height: 28px; margin: 0px; border-top-left-radius: 15px;border-bottom-left-radius: 15px; border-top-right-radius: 0px;border-bottom-right-radius: 0px; border: solid 1px #dbd6d6; width: auto; width: 120px;}
.searchOptions {height: 25px; line-height: 25px; position: relative;}
.searchOptions a {border-right: 0px; height: 25px; line-height: 25px; background: #cccccc url(../img/down_arrow.png) no-repeat center right; padding: 0px 25px 0px 10px; display: block; color: #333333}
.searchOptions a:hover {border-right: 0px; height: 25px; line-height: 25px; background: #b7b7b7 url(../img/down_arrow.png) no-repeat center right; padding: 0px 25px 0px 10px; display: block; color: #333333) no-repeat;}
.searchButton {background: linear-gradient(to bottom, #dbd6d6 0%, #cbc5c5 100%) repeat scroll 0 0 transparent; border-top-right-radius: 15px;border-bottom-right-radius: 15px;}
.searchButton a {background: url(../img/search-2.png) no-repeat center; width: 33px; height: 28px; display: block;border-top-right-radius: 15px;border-bottom-right-radius: 15px;}
.searchButton a:hover {background: url(../img/search.png) no-repeat center; width: 33px; height: 28px; display: block;-moz-box-shadow: inset 0 0 5px #999;
   	-webkit-box-shadow: inset 0 0 5px #999;
   	box-shadow:inset 0 0 5px #999; border-top-right-radius: 15px;border-bottom-right-radius: 15px;}
.searchPadding {padding-top: 17px;}
.standardSectionHeader {width: 100%; float: left; height: auto;} 
.standardSectionFooter {width: 100%; float: left; height: auto;}
.loading {background: url(../img/loading.gif) no-repeat center;}
/* Search box end */

/* Enter price dashboard start */
.section {width: 96%; float: left; margin: 10px 0px 0px 0px; padding: 0px 2%}
.section .data_none {width: 100%; padding: 0px;}
.section .data_none table {border: solid 1px #e3e3e3}
.section .data_none table th {height: 41px;}
.section .data_none table td {height: 45px;}
.section .data_none input[type="checkbox"] {
	margin: 0px;
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}
.section .data_none th:first-child {
	width:2%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0 5px;
}
.section .data_none th:first-child + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_none th:first-child + th + th {
	width:68%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .data_none th:first-child + th + th a {
	width:100%;
	height: 41px;
	display: block;
	line-height: 41px;
	color: #333333;
	text-decoration: none;
}
.open {background: url(../img/open_arrow.png) no-repeat right;}
.close {background: url(../img/close_arrow.png) no-repeat right;}
.section .data_none th:first-child + th + th a:hover {
	height: 41px;
	width: 100%;
	line-height: 41px;
	display: block;
	color: #007DFD;
	text-decoration: none;
	-moz-box-shadow: inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:inset 0 0 5px #999;
}

.section .data_none th:first-child + th + th + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_none th:first-child + th + th + th + th {
	width:10%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_none th:first-child + th  + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .data_none th:first-child + th + th  + th  + th  + th + th  {
	width:10%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .data_none th:first-child + th + th + th + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .data_none th:first-child + th + th + th + th  + th  + th + th + th {
	width:10%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_none td:first-child {
    padding: 0 5px;
	text-align: center;
}
.section .data_none td:first-child + td {
    
}
.section .data_none td:first-child + td + td {
    padding: 0 5px;
}
.section .data_none td:first-child + td + td + td {
	
}
.section .data_none td:first-child + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}
.section .data_none td:first-child + td + td + td + td + td {

}
.section .data_none td:first-child + td + td + td + td + td + td {
   padding: 0 5px;
}
.section .data_none td:first-child + td + td + td + td + td + td + td {

}
.section .data_none td:first-child + td + td + td + td + td + td + td + td + td {
   padding: 0 5px;
}
.statusRed {background: url(../img/red.png) no-repeat; height: 28px; width: 28px; margin: auto;}
.statusGreen {background: url(../img/green.png) no-repeat; height: 28px; width: 28px; margin: auto;}
.hover_container span { color: #999; padding: 0px 4px 0px 4px;}
/* Enter price dashboard start */

/* Footer Start */
.footer {background: url(../img/footer-bg.jpg) repeat-x top; padding: 5px 0px 5px 0px; width: 100%; margin: 0px 0px 0px 0px;}
.footerGap { width: 100%; height: 60px;}
/* Footer End */

/* Pagination start */
.pagination {width: 100%; float: left;}
.bottom_left_side_btn {width: 50%; float: left; padding: 10px 0px 0px;}
.bottom_right_side_btn {width: 50%; float: left; padding: 7px 0px 0px 0px;}
.pagination_numbers { float: right; padding: 7px 5px 0px 0px;}
.pagination_button1 {width: 55px; height: 25px; border-radius: 3px; border: solid 1px #aaaaaa; float: right;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #fdfdfd 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #fdfdfd 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(top,  #fdfdfd 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #dddddd 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%, #dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#dddddd',GradientType=0);
}
.prev {float: left; border-right: solid 1px #a9a9a9}
.prev a {background: url(../img/prev.png) no-repeat center; width: 27px; height: 25px; display: block;}
.prev a:hover {background: url(../img/prev-2.png) no-repeat center; width: 27px; height: 25px; display: block;}
.next {float: left;}
.next a {background: url(../img/next.png) no-repeat center; width: 27px; height: 25px; display: block;}
.next a:hover {background: url(../img/next-2.png) no-repeat center; width: 27px; height: 25px; display: block;}
.pagination_prev { float: left;}
.question {float: right;}
.question {width: 15px; height: 15px; display: block; background: url(../img/question.png) no-repeat; margin-top: 7px; float: left; margin-top: 15px;}
.question:hover {width: 15px; height: 15px; display: block; background: url(../img/question.png) no-repeat; float: left;}
/* Pagination End */

/* Footer Status Start */
.statusIconR {background:url(../img/redSmall.png) no-repeat; width: 10px; height: 10px; margin: 2px 2px 0px 0px;}
.statusIconRLable { font-size: 11px; padding: 0px 20px 0px 2px; color: #666;}
.statusIconG {background:url(../img/greenSmall.png) no-repeat; width: 10px; height: 10px; margin: 2px 2px 0px 0px;}
.successful {background: url(../img/check.png) no-repeat; height: 18px; width: 20px; margin: 0px 5px 0px 0px;}
.unsuccessful {background: url(../img/cancel.png) no-repeat; height: 18px; width: 20px; margin: 0px 5px 0px 0px;}
/* Footer Status End */

/* Add App Start */
.inputLeft {width: 20%;}
.number {width: 43px; height: 43px;}
.addAppLable {line-height: 43px; padding-left: 20px; font-size: 14px;}
.inputRight { width: 80%;}
.inputRight span { font-size: 11px; color: #6f6f6f}
.number_1 {width: 43px; height: 43px; background: url(../img/1.gif) no-repeat;}
.number_2 {width: 43px; height: 43px; background: url(../img/2.gif) no-repeat;}
.number_3 {width: 43px; height: 43px; background: url(../img/3.gif) no-repeat;}
.number_4 {width: 43px; height: 43px; background: url(../img/4.gif) no-repeat;}
.dropdown { position: absolute; z-index: 1000; width: 472px; height: auto; border: solid 1px #CCC; background: #FFF; border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; padding: 0px 0px 5px 0px;}
.dropdown span { width: 462px; display: block; line-height: 17px; padding: 3px 5px;}
.relative { position: relative;}
.selectedDropdown { background: #CCC;}

/* Add App End */

/* Table Style Start*/
.table_style {}
.table_style table { border: solid 1px #CCC;}
.table_style td { border: solid 1px #CCC; font-size: 14px; line-height: 14px;}
.topPadd {padding-top: 15px; padding-left: 5px;}
.missCallNumbers { border: solid 1px #CCC; border-left: 0px; width: 20px; line-height: 20px; text-align: center; font-weight: bold; border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.disableCheckbox {color: #b1b1b1;}
.disableCheckbox input {background:#CCC;}
.summeryBox { border-radius: 10px; background: #eae8e8; padding: 15px; line-height: 25px; height: 80px;}
.overflow { line-height: 20px;}
.lineHeight { line-height: 25px;}
/* Table Style End*/

/* Search Bar Start */
.leftSideWidth { width: 58%; padding-left: 1%;}
.rightSideWidth { width: 38%; padding-right: 2%;}
/* Search Bar End */

/* Enterprise start */
.section {width: 96%; float: left; margin: 10px 0px 0px 0px; padding: 0px 2%}
.section .enterprise1 {width: 100%; padding: 0px;}
.section .enterprise1 table {border: solid 1px #e3e3e3}
.section .enterprise1 table th {height: 41px;}
.section .enterprise1 table th a {width:100%; display: block; color: #333333; text-decoration: none;height: 28px; padding: 12px 0px 0px 0px; vertical-align: middle;}
.section .enterprise1 table th a:hover {height: 28px; padding: 12px 0px 0px 0px; width: 100%; display: block; color: #007DFD; text-decoration: none;
	-moz-box-shadow: inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:inset 0 0 5px #999;}
.section .enterprise1 table td {height: 45px;}
.section .enterprise1 input[type="checkbox"] {
	margin: 0px;
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}
.section .enterprise1 th:first-child {
	width:2%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0 5px;
}
.section .enterprise1 th:first-child + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .enterprise1 th:first-child + th + th {
	width:32%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.open {background: url(../img/open_arrow.png) no-repeat right;}
.close {background: url(../img/close_arrow.png) no-repeat right;}



.section .enterprise1 th:first-child + th + th + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .enterprise1 th:first-child + th + th + th + th {
	width:15%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .enterprise1 th:first-child + th  + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterprise1 th:first-child + th + th  + th  + th  + th + th  {
	width:23%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th {
	width:10%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th + th   {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th + th + th {
	width:12%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th + th + th a {
height: 35px; padding: 5px 0px 0px 0px;}

.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th + th + th a:hover {
height: 35px; padding: 5px 0px 0px 0px;}

.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th + th + th + th   {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterprise1 th:first-child + th + th + th + th  + th  + th + th + th + th + th + th + th {
	width:13%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .enterprise1 td:first-child {
    padding: 0 5px;
	text-align: center;
}
.section .enterprise1 td:first-child + td {
    
}
.section .enterprise1 td:first-child + td + td {
    padding: 0 5px;
}
.section .enterprise1 td:first-child + td + td + td {
	
}
.section .enterprise1 td:first-child + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}
.section .enterprise1 td:first-child + td + td + td + td + td {

}
.section .enterprise1 td:first-child + td + td + td + td + td + td {
   padding: 0 5px;
}
.section .enterprise1 td:first-child + td + td + td + td + td + td + td {

}
.section .enterprise1 td:first-child + td + td + td + td + td + td + td + td  {
   padding: 0 15px 0px 5px;
}
.section .enterprise1 td:first-child + td + td + td + td + td + td + td + td + td {

}
.section .enterprise1 td:first-child + td + td + td + td + td + td + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}
.section .enterprise1 td:first-child + td + td + td + td + td + td + td + td + td + td + td {

}
.section .enterprise1 td:first-child + td + td + td + td + td + td + td + td + td + td + td + td {
   padding: 0 5px;
}
.chart { width: 37px; height: 44px; margin: auto;}
.chart a { background: url(../img/chart.png) no-repeat; display: block; width: 37px; height: 44px;}
.searchIncreaseWidth { width: 200px !important;}
/* Enterprise End */

/* Forgot Password Start */
.forgotPasswordHeader { font-size: 26px;font-family: Rokkitt; width: 460px; margin: 5px auto; height: auto;}
.forgotPassword {width: 400px; margin: 5px auto; border: solid 1px #CCC; height: auto;padding: 30px; height: 230px;}
.forgotPassword input { width: 100%;}
.forgotPasswordHeight { height: auto;}

/* Forgot Password End */


/* Hitesh Code Start */


/* Report  Start */
.group_date_container{background:#CCCCCC; border-radius: 5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:2% 0 0 2%;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.dateNavigation{width:71%;}
.downlaod_btn_container{margin: 15px 20px 2% 0px;}  
.downlaod_btn_container button { font-size: 13px;}
.download a{
color:#333333; display:block; width:70px; height:35px; line-height:35px; padding-left:35px; text-decoration:none; 
background:#B8B7B7 url(../img/download_arrow.png) 12px 10px no-repeat;
border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px;
}
.download a:hover{
color:#333333; display:block; width:70px; height: 35px; line-height:35px; padding-left:35px; text-decoration:none; 
background:#e5e5e5 url(../img/download_arrow.png) 12px 10px no-repeat;
border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px;
}
.date_wrapper {padding: 4px 0 0 0;}
.date_wrapper input{height:30px; margin-left:7px;}
.date_group_text_container{line-height:46px;}
.date_image_wrapper{margin:13px 20px 0 10px; float:left;}

/*report table start*/



.section .data_report {width:713px; padding: 0px; float:left;}
.section .data_report table {border: solid 1px #e3e3e3}
.section .data_report table th {height: 41px;}
.section .data_report table td {height: 45px;}
.section .data_report input[type="checkbox"] {
	margin: 0px;
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}

.section .data_report th:first-child {
	width:2%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0 5px;
}
.section .data_report th:first-child + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_report th:first-child + th + th {
	width:15%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_report th:first-child + th + th + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_report th:first-child + th + th + th + th {
	width:15%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_report th:first-child + th  + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .data_report th:first-child + th + th  + th  + th  + th + th  {
	width:29%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .data_report th:first-child + th + th + th + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .data_report th:first-child + th + th + th + th  + th  + th + th + th {
	width:26%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_report th:first-child + th + th + th + th  + th  + th + th + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_report th:first-child + th + th + th + th  + th  + th + th + th + th + th {
	width:13%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0px 5px;
}

.section .data_report td:first-child {
    padding: 0 5px;
	text-align: center;
}
.section .data_report td:first-child + td {
    
}
.section .data_report td:first-child + td + td {
    padding: 0 5px;
}
.section .data_report td:first-child + td + td + td {
	
}
.section .data_report td:first-child + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}
.section .data_report td:first-child + td + td + td + td + td {

}
.section .data_report td:first-child + td + td + td + td + td + td {
   padding: 0 5px;
}
.section .data_report td:first-child + td + td + td + td + td + td + td {

}
.section .data_report td:first-child + td + td + td + td + td + td + td + td + td {
   padding: 0 0px;
}

.section .data_report td:first-child + td + td + td + td + td + td + td + td + td + td {

}


.tick{ background:url(../img/tick.png) no-repeat center; height: 20px; width: 25px; margin: auto;}
.cross{ background:url(../img/cross.png) no-repeat center; height: 20px; width: 20px; margin: auto;}

.section .data_report1 {width:713px; padding: 0px; float:left;}
.section .data_report1 table {border: solid 1px #e3e3e3}
.section .data_report1 table th {height: 41px;}
.section .data_report1 table td {height: 45px;}
.section .data_report1 input[type="checkbox"] {
	margin: 0px;
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}

.section .data_report1 th:first-child {
	width:2%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0 5px;
}
.section .data_report1 th:first-child + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_report1 th:first-child + th + th {
	width:32%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_report1 th:first-child + th + th + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .data_report1 th:first-child + th + th + th + th {
	width:33%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_report1 th:first-child + th  + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .data_report1 th:first-child + th + th  + th  + th  + th + th  {
	width:33%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .data_report1 td:first-child {
    padding: 0 5px;
	text-align: center;
}
.section .data_report1 td:first-child + td {
    
}
.section .data_report1 td:first-child + td + td {
    padding: 0 5px;
}
.section .data_report1 td:first-child + td + td + td {
	
}
.section .data_report1 td:first-child + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}
.section .data_report1 td:first-child + td + td + td + td + td {

}
.section .data_report1 td:first-child + td + td + td + td + td + td {
   padding: 0 5px;
}
.section .data_report1 td:first-child + td + td + td + td + td + td + td {

}


/*report table end*/
p{margin:0; padding:0;}
.info{width:200px; border:1px solid #E3E3E3; height:400px;}
.info_text_container{ height:40px; line-height:40px; padding: 0 0 0 10px; font-size:18px; font-weight:bold; background:#CCCCCC;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.info_content_container{padding:10px;}
.small_text{padding:0 0 2px 0; display:block;}
.large_text{font-size:18px; display:block; padding:0 0 2px 0;}
.hr_seperator{margin:20px 0 20px 0px; border-top: 1px #CCC solid;}
.medium_text{font-size:13px;}
.group_date_container button { font-size: 14px; height: 33px; margin-top: 7px; margin-right: 11px;}
.noMarginright { margin-right: 0px;}

/* Report  end */


/* Hitesh Code end */

/* Enterprise Dashboard Start */
.section .enterpriseClient {width: 100%; padding: 0px;}
.section .enterpriseClient table {border: solid 1px #e3e3e3}
.section .enterpriseClient table th {height: 41px;}
.section .enterpriseClient table th a {width:100%; display: block; color: #333333; text-decoration: none;height: 28px; padding: 12px 0px 0px 0px; vertical-align: middle;}
.section .enterpriseClient table th a:hover {height: 28px; padding: 12px 0px 0px 0px; width: 100%; display: block; color: #007DFD; text-decoration: none;
	-moz-box-shadow: inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:inset 0 0 5px #999;}
.section .enterpriseClient table td {height: 45px;}
.section .enterpriseClient input[type="checkbox"] {
	margin: 0px;
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}
.section .enterpriseClient th:first-child {
	width:2%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0 5px;
}
.section .enterpriseClient th:first-child + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .enterpriseClient th:first-child + th + th {
	width:37%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}



.section .enterpriseClient th:first-child + th + th + th {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}

.section .enterpriseClient th:first-child + th + th + th + th {
	width:33%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}

.section .enterpriseClient th:first-child + th  + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterpriseClient th:first-child + th + th  + th  + th  + th + th  {
	width:13%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .enterpriseClient th:first-child + th + th + th + th  + th  + th + th  {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterpriseClient th:first-child + th + th + th + th  + th  + th + th + th {
	width:10%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
}
.section .enterpriseClient th:first-child + th + th + th + th  + th  + th + th + th + th   {
	padding-left: 2px;
	background: url(../img/devider.jpg) no-repeat !important;
}
.section .enterpriseClient th:first-child + th + th + th + th  + th  + th + th + th + th + th {
	width:12%;
	background: #ebebeb;
	background: -ms-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -moz-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d4d4d4));
	background: -webkit-linear-gradient(top,  #ebebeb 0%, #d4d4d4 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4',GradientType=0);
	padding: 0px 5px;
}
.section .enterpriseClient th:first-child + th + th + th + th  + th  + th + th + th + th + th a {
height: 35px; padding: 5px 0px 0px 0px;}

.section .enterpriseClient th:first-child + th + th + th + th  + th  + th + th + th + th + th a:hover {
height: 35px; padding: 5px 0px 0px 0px;}


.section .enterpriseClient td:first-child {
    padding: 0 5px;
	text-align: center;
}
.section .enterpriseClient td:first-child + td {
    
}
.section .enterpriseClient td:first-child + td + td {
    padding: 0 5px;
}
.section .enterpriseClient td:first-child + td + td + td {
	
}
.section .enterpriseClient td:first-child + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}
.section .enterpriseClient td:first-child + td + td + td + td + td {

}
.section .enterpriseClient td:first-child + td + td + td + td + td + td {
   padding: 0 5px;
}
.section .enterpriseClient td:first-child + td + td + td + td + td + td + td {

}
.section .enterpriseClient td:first-child + td + td + td + td + td + td + td + td  {
   padding: 0 0px 0px 5px;
   text-align: center;
}
.section .enterpriseClient td:first-child + td + td + td + td + td + td + td + td + td {

}
.section .enterpriseClient td:first-child + td + td + td + td + td + td + td + td + td + td {
   padding: 0 5px;
   text-align: center;
}

.aboutusptag p { line-height: 22px !important;}
/* Enterprise Dashboard End*/