*{
	padding:0px;
	margin:0px;
 	vertical-align: middle;
}

html{	
     height:100%;
    }

body{
	background-color:#efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black !important;
	height: 100%;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
/*---------------------------------------------------clear--------------------------------------------------------*/
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
/* 	clear:both; */
}
/*---------------------------------------------------clear ends---------------------------------------------------*/
/*---------------------------------------------------floats--------------------------------------------------------*/
.fr{
	float:right;
}
.fl{
	float:left;
}
/*---------------------------------------------------floats end---------------------------------------------------*/
/*---------------------------------------------------H groups ---------------------------------------------------*/
h1{}
h2{}
h3{
	color:#FFFFFF;
	
}
/*---------------------------------------------------H groups ends---------------------------------------------------*/
/*---------------------------------------------------all margins---------------------------------------------------*/
.pt8{
	padding-top:8px;}
.pt15{
	padding-top:15px;}
.pb4{
	padding-bottom:4px;}
.pl10{
	padding-left:10px;}
.mt15{
	margin-top:15px;}
.ml19{
	margin-left:19px;
}
.mt20{
	margin-top:20px;}
.mt32{
	margin-top:32px;}
.mt40{
	margin-top:40px;}
.mr10{
	margin-right:10px;}
.mb20{
	margin-bottom:20px;}
.mr25{
	margin-right:25px;}
.mr40{
	padding-right:40px;}
.mr100{
	padding-right:100px;}
.mb5{
	margin-bottom:5px;}
.mb35{
	margin-bottom:35px;}
.ml10{
	margin-left:10px;}
.ml6{
	margin-left:6px;}
.ml40{
	margin-left:40px;}
.ml27{
	margin-left:27px;}
.ml23{
	margin-left:23px;}
.mb18{
	margin-bottom:18px;}
.mb15{
	margin-bottom:15px;}
/*---------------------------------------------------all margins ends---------------------------------------------------*/
/*---------------------------------------------------all links---------------------------------------------------------*/
.blklinks{
	font-size:12px;
	color:#003399;
	font-weight:bold;
}
.blklinks a{
	font-size:12px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}
.blklinks a:hover{
	text-decoration:underline;
}
.orangelink{
	font-size:12px;
	font-weight:bold;
	color:#ff8400;
}
.orangelink a{
	font-size:12px;
	font-weight:bold;
	color:#ff8400;
	text-decoration:none;
}
.orangelink a:hover{
	text-decoration:underline;
}
.footerlinks{
	color:#c8c8c8;
	font-weight:bold;
	vertical-align:top;
}
.footerlinks a{
	color:#c8c8c8;
	font-weight:bold;
	text-decoration:none;
	vertical-align:top;
}
.footerlinks a:hover{
	color:#fff;
	vertical-align:top;
}
.button {
	padding:5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
/* 	display:block; */
	text-align:center;
	color:#fff;
	background:#70baeb;
	border:0px solid #3284bb;
	width:auto;
/* 	height:30px; */
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	/****  To make button small ***/
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}
.hidebutton {
	display:none;
}
.button1 {
/* 	padding:5px; */
/* 	font-family:Verdana, Arial, Helvetica, sans-serif; */
/* 	font-size:13px; */
/* 	text-decoration:none; */
/* 	font-weight:bold; */
/* 	text-align:center; */
/* 	color:#fff; */
/* 	background:#3963A5; */
/* 	border:1px solid #3284bb; */
/* 	width:auto; */
/* 	text-align:center; */
/* 	cursor:pointer; */
/* 	border-radius:5px; */


/* position: relative; */
 -moz-box-shadow:inset 0px 1px 0px 0px #a0b8f1, 0 0px 0px #555;
 -webkit-box-shadow:inset 0px 1px 0px 0px #a0b8f1, 0 0px 0px #555;
 box-shadow:inset 0px 1px 0px 0px #a0b8f1, 0 0px 0px #555;
 
 background: #4876e3; fallback for non-CSS3 browsers
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#4876e3) to(#183f9c)); old webkit
 background: -webkit-linear-gradient(#4876e3, #183f9c); new webkit
 background: -moz-linear-gradient(#4876e3, #183f9c); gecko
 background: -ms-linear-gradient(#4876e3, #183f9c); IE10
 background: -o-linear-gradient(#4876e3, #183f9c); opera 11.10+
 background: linear-gradient(#4876e3, #183f9c); future CSS3 browsers
 -pie-background: linear-gradient(#4876e3, #183f9c); PIE
 
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 -khtml-border-radius: 6px;
 border-radius:6px;
 border:1px solid #183f9c;
 display:inline-block;
 color:#fff !important;
 font-size:14px;
 font-weight:normal;
 padding: 4px 5px;
 text-decoration:none;
 text-shadow:0px -1px 0px #183f9c;
 text-align: center;
 line-height: 18px;
 cursor: pointer;
}
.button :hover {
	background:#528fb8;
	cursor:pointer;
}
.button1 :hover {
	background:#528fb8;
	cursor:pointer;
/* -moz-box-shadow:inset 0px 1px 0px 0px #f087cd, 0 1px 4px #555; */
/*  -webkit-box-shadow:inset 0px 1px 0px 0px #f087cd, 0 1px 4px #555; */
/*  box-shadow:inset 0px 1px 0px 0px #f087cd, 0 1px 4px #555; */
 
/*  background: #d80090; fallback for non-CSS3 browsers */
/*  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d80090) to(#cc0066)); old webkit */
/*  background: -webkit-linear-gradient(#d80090, #cc0066); new webkit */
/*  background: -moz-linear-gradient(#d80090, #cc0066); gecko */
/*  background: -ms-linear-gradient(#d80090, #cc0066); IE10 */
/*  background: -o-linear-gradient(#d80090, #cc0066); opera 11.10+ */
/*  background: linear-gradient(#d80090, #cc0066); future CSS3 browsers */
/*  -pie-background: linear-gradient(#d80090, #cc0066); PIE */
 
/*  -moz-border-radius:6px; */
/*  -webkit-border-radius:6px; */
/*  -khtml-border-radius: 6px; */
/*  border-radius:6px; */
/*  border:1px solid #cc0066; */
/*  text-shadow:0px 1px 0px #d80090; */
}
.button :active {
	margin-top:1px;
}
.button1 :active {
	margin-top:1px;
/*  position:relative; */
/*  top:1px; */
}
.tour{
	color:#FFFFFF;
	font-weight:bold;
	float:left;
}
.tour a{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000000;
	padding:8px;
	text-decoration:none;
}
.tour a:hover{
	background-color: #666666;
	color: #CCCCCC;
}
.tab_link{
	color:#dadada;
	font-weight:bold;
	padding-top:2px;
}
.tab_link a{
	color:#dadada;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
.tab_link a:hover{
	color:#fff;
	text-decoration:none;
}
.tab_link a.active{
	color:#fff;
	text-decoration:none;
}
.edit{
	color:#0069af;
}
.edit a{
	color:#0069af;
	text-decoration:none;
	padding-left:16px;
}
.edit a:hover{
	color:#0069af;
	text-decoration:underline;
}
.formlinks{
	color:#000000;
}
.formlinks a{
	color:#000000;
	text-decoration:none;
}
.formlinks a:hover{
	color:#000000;
	text-decoration:underline;
}
.action_links{
	background-color:#3d6d6d6;
	font-size:13px;
	color:#444444;
	padding-top:7px;margin-left:5px;
	
	
}
.action_links a{
	background-color:#d6d6d6;
	font-size:13px;
	color:#444444;
	font-weight:bold;
	text-decoration:none;
	
	padding:7px 20px 7px 15px;margin-left:-5px;
}
.action_links a:hover{
	background-color:#70baeb;
	color:#FFFFFF;
}
/* .action_links a.active{
	background-color:#70baeb;
	color:#FFFFFF;
} */
.rbr{
	border-right:2px solid #f0efef;;
}
/*---------------------------------------------------all links ends----------------------------------------------------*/
.topper{
	width:100%;
	height:4px;
	background-color:#195d80;
}
header{
	margin:auto;
	width:1100px;
}
.loginname{
	float:right;
	color:#000000;
	margin-right:10px;
}
.drop{
	float:left;
	margin-left:307px;
	position:absolute;
}
.headpanel{
     width: auto;
     height: auto;
     display: table;    
     margin: auto;
     margin-top: 0px;
	
	
}
.headpanel_left{
	display:table-cell;
	width:730px;
	padding-left:20px;
}
.headpanel_right{
	display:inline-block;
	padding:10px 0;
	width:100%;
	
/* 	//float:right; */
}


/*------------------------------------------------------Dashboard container starts--------------------------------------*/
.container {
	height: 100%;
	width: 1080px;
	border: 1px solid #fff;
	margin:auto;
	background-color:#FFFFFF;
	min-height:620px;
}
.all {
	box-shadow: 0 0 10px #e1e1e1;
}
.drop_container{
	width:180px;
	height:115px;
	border: 1px solid #fff;
	background-color:#FFFFFF;
	margin-left:-250px;
	margin-top:0px;
	padding-left:20px;
	padding-top:20px;
	
}
.logo{
	/* float:left;
	margin-left:20px;
	margin-top:30px; */
}
.navigation{
	float:right;
	margin-right:16px;
}
.boxlinks{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	display:inline;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px; /* Safari */
	-webkit-border-top-right-radius:8px; /* Safari */
}
.boxlinks a{
	width:75px;
	height:64px;
	color:#FFFFFF;
	background-color:#70baeb;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px; /* Safari */
	-webkit-border-top-right-radius:8px; /* Safari */
	padding-top:6px;
	/* margin-top:44px; */margin-right:4px;
}
.boxlinks a:hover{
	color:#FFFFFF;
	background-color:#474f53;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px; /* Safari */
	-webkit-border-top-right-radius:8px; /* Safari */
}
.boxlinks a.active{
	color:#FFFFFF;
	background-color:#474f53;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px; /* Safari */
	-webkit-border-top-right-radius:8px; /* Safari */
}
.greybox{
	width:1069px;
/* 	width:100%;	 */
	height:24px;
	height:27px;
	background-color:#474f53;
	padding-left:13px;
	padding-top:8px;
}
.container_dash{
	display:table;
/* 	width:1082px; */
	width:100%;
	
}
.container_left{
	display:table-cell;
/* 	width:810px; */
	width:100%;
	padding-left: 30px;
/* 	padding-top:20px; */
	font-size:12px;
/* 	box-shadow: 9px 0 1px -7px #E8E8E8; */
}
.boxgrey{
/* 	width:560px; */
	height:auto;
/* 	background-color:#f3f3f3; */
	background-color:white;
	margin-top:21px;
/* 	float:left; */
/* 	text-align:center; */
	margin-right:10px;
}
.boxgrey_left{
	float:left;
	width:130px;
}
.boxgrey_right{
	float:left;
	width:130px;
}
.box_name{
	font-size:16px;
	text-align:center;
	padding-top:10px;
}
.box_caption{
	color:#195d80;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}
.box{
	width:109px;
	height:91px;
	border:1px solid #dddddd;
	margin:auto;
	margin-top:11px;
	text-align:center;
	font-size:55px;
	color:#474f53;
	padding-top:30px;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 24%, #e1e1e1 55%, #ffffff 56%, #ffffff 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(24%,#ffffff), color-stop(55%,#e1e1e1), color-stop(56%,#ffffff), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 24%,#e1e1e1 55%,#ffffff 56%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 24%,#e1e1e1 55%,#ffffff 56%,#ffffff 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 24%,#e1e1e1 55%,#ffffff 56%,#ffffff 99%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 24%,#e1e1e1 55%,#ffffff 56%,#ffffff 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.box_title_below{
	width:255px;
	padding-top:40px;
	float:left;
	margin-right:10px;
	line-height:17px;
	padding-right:5px;
}
.blue_cap{
	color:#195d80;
	font-weight:bold;
	font-size:12px;
	padding-right:5px;
}
aside{
	display:table-cell;
	width:214px;
	vertical-align:top;
	padding-left:12px;
	padding-top:28px;
	
}
.shadow_lft {
	box-shadow: -9px 0 5px -7px #e8e8e8;
}
.dashright_icons{
	float:left;
	width:30px;
	margin-right:16px;
}
.dashright_links{
	float:left;
}
.formbuild{
	width:556px;
	height:190px;
	border:4px solid #2d88bb; 
	border-radius:5px;
	background: #2c89bc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMyYzg5YmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWM1YTg1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjNWE4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(top, ellipse cover,  #2c89bc 28%, #1c5a85 100%, #1c5a85 100%); /* FF3.6+ */
background: -webkit-gradient(radial, top center, 0px, center center, 100%, color-stop(28%,#2c89bc), color-stop(100%,#1c5a85), color-stop(100%,#1c5a85)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(top, ellipse cover,  #2c89bc 28%,#1c5a85 100%,#1c5a85 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(top, ellipse cover,  #2c89bc 28%,#1c5a85 100%,#1c5a85 100%); /* Opera 12+ */
background: -ms-radial-gradient(top, ellipse cover,  #2c89bc 28%,#1c5a85 100%,#1c5a85 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #2c89bc 28%,#1c5a85 100%,#1c5a85 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c89bc', endColorstr='#1c5a85',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.formbuild_inner{
	border-top:3px solid #184f75;border-right:2px solid #184f75;border-left:2px solid #184f75;
}
.fom_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#FFFFFF;
	text-align:center;
	padding-top:40px;
}
.fom_title_small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}
.indlink{
	color:#195d80;
	font-size:16px;
	font-weight:bold;
}
.indlink a{
	color:#195d80;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.indlink a:hover{
	text-decoration:underline;
}
/*-----------------------------------------------------------e-flow container-----------------------------------------*/
.quickactions{
	line-height:18px;
}
progress{
	width:200px;
	height:12px;
	margin-top:14px;
	border:1px solid #57ba0f;
	border-radius:10px;
	background-color:#FF0000;	
}
.grey_box_link{
	float:left;
	width:700px;
}
.grey_box_icons{
	float:right;
	width:45px;
}
.title{
	color:#FFFFFF;
	float:left;
	font-size:13px;
	font-weight:bold;
}
.rect{
	width:1069px;
	height:61px;
	background-color:#f4f4f4;
	padding-left:13px;
	box-shadow:0px 4px 7px #e2e2e2;
	/*display:none;*/
}
.dd{
	background-color:#FFFFFF;
	border:1px solid #dddddd;
	color:#999999;
	padding-left:15px;
	height:24px;
}
.ddw{
	width:180px;
}
.inner_navigation{
	width:100%;
	/* height:30px; */
	height:32px;
	background-color:#e2e2e2;
}
/*-----------------------------------------------------------formcontainer--------------------------------------------*/
.formcontainer{
	width:651px;
}
.formtitle{
	font-size:20px;
	color:#474f53
}
.zone_drop{
	width:631px;
	height:200px; 
	border:1px dashed #ccc;
	margin-top:25px;
	padding-left:20px;
}
.tab_title{
	font-size:15px;
}
.tf_235{
	width:235px;
}
.tf_30{
	width:30px;
}
.bold{
	font-weight:bold;
}
caption {
	caption-side:top;
	text-align:left;
	color:#195d80;
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
	padding-left:10px;
	margin-top:5px;
	
}
.smalltxt{
	font-size:10px;
}
.but{
	background-color:#ffffff; 
	border:1px solid #d8d8d8;
	color:#545454;
	padding:6px;
	font-weight:bold;
	cursor:pointer;
}
.bdr{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color: #d8d8d8;
	height:30px;}
/*-----------------------------------------------------------table----------------------------------------------------*/
/* table { border-spacing:0px; padding:0px;margin:0px;line-height: 1.6em;} */
/* th{ */
/* 	background-color:#f2f2f2; */
/* 	height:32px; */
/* 	border-bottom: 1px solid #FFFFFF; */
	
/* } */
/* td{ */
/* 	background-color:#f2f2f2; */
/* 	height:32px; */
/* 	padding-left:15px; */
/* 	border-bottom: 1px solid #FFFFFF; */
/* } */
/* td.white{ */
/* 	background-color:#FFFFFF; */
/* } */
table {
	border-spacing:0px;
	padding:0px;
	margin:0px; 
	
/* 	border-collapse: collapse; */
/*     font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif; */
/*     font-size: 12px; */
/*     margin: 45px; */
/*     text-align: left; */
/*     width: 480px; */
    line-height: 1.6em;
    }
th{
	background: none repeat scroll 0 0 #f2f2f2;
	height:36px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: black;
/*     font-size: 13px; */
    font-weight: normal;
    padding: 0px;
    font-size: 11px;
}
td{
	background: none repeat scroll 0 0 white;
/* 	background: none repeat scroll 0 0 white; */
	height:32px;
	padding-left:15px;
/* 	border-bottom: 1px solid #FFFFFF; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #666699;
    padding: 0 0 0 15px;
    font-size: 11px;
}
.whitespace td{
	   white-space: pre;           /* CSS 2.0 */
		white-space: pre-wrap;      /* CSS 2.1 */
		white-space: pre-line;      /* CSS 3.0 */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap;  /* HP Printers */
		white-space: -moz-pre-wrap !important;   /* Mozilla*/
		word-wrap: break-word;      /* IE 5+ */
		word-break: break-all;
}
td.white{
	background-color:#FFFFFF;
}
/*-----------------------------------------------------------pagination-----------------------------------------------*/
.allink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	float:right;
	margin-top:25px;
	margin-bottom:10px;
}
.allink a{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background-color:#f1f1f1;
	padding:5px;
	display:inline;
	
}
.allink a:hover{
	text-decoration:none;
	background-color: #666666;
	color:#FFFFFF;
	display:inline;
}
/*-----------------------------------------------------------footer---------------------------------------------------*/
footer{
	height:26px;
	width:100%;
	background-color:#195d80;
	border-top:1px solid #cacaca;
	margin-top:55px;
	bottom:0;
	left:0;
	margin:100;
}
.secfooter{
	width:1100px;
	margin:auto;
	text-align:right;
	color:#c8c8c8;
	font-weight:bold;
	line-height:22px;
}
.foot_left{
	float:left;
	width:850px;
}
.powerby{
	float:left;
	width:50px;
	margin-top:2px;
}

/*------------------------------------------------------- footer ends --------------------------------------------------*/
/*-------------------------------------------------------gFlow classes starts*--------------------------------------------------*/
.blue1{
	width:244px;
	height:141px;
	background-color:#195d80;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue1.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue2{
	width:244px;
	height:141px;
	background-color:#0f4764;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue3{
	width:244px;
	height:141px;
	background-color:#3670A8;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue3.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue4{
	width:244px;
	height:141px;
	background-color:#0F4764;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue4.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue5{
	width:244px;
	height:141px;
	background-color:#195D80;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue5.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue6{
	width:244px;
	height:141px;
	background-color:#0F4764;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue6.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue7{
	width:244px;
	height:141px;
	background-color:#195D80;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue7.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue8{
	width:244px;
	height:141px;
	background-color:#3670A8;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue8.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue9{
	width:244px;
	height:141px;
	background-color:#3670A8;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}

.blue10{
	width:244px;
	height:141px;
	background-color:#0F4764;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue9.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.blue11{
	width:244px;
	height:141px;
	background-color:#367DC6;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/landingpage.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
	background-size: 55px 55px;
}
.blue12{
	width:244px;
	height:141px;
	background-color:#195d80;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/blue9.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
.deviceH{
	width:244px;
	height:141px;
	background-color:#0F4764;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/device.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
	background-size: 55px 55px;
}

.TPAH{
	width:244px;
	height:141px;
	background-color:#0F4764;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/thirdparty.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
	background-size: 55px 55px;
}
.TPAH:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.ad{
	width:244px;
	height:141px;
	background-color:#367DC6;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/adsso.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
	background-size: 55px 55px;
}
.ad:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.deviceH:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue1:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue2:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue3:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue4:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue5:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue6:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue7:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue8:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue9:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}

.blue10:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue11:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.blue12:hover {
    box-shadow: 10px 10px 5px #888888;
  /*   height: 137px;
    width: 240px; */
}
.more{
	color:#FFFFFF;
/* 	padding-top:50px; */
padding-top:40px;
}
.more a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
}
.more a:hover{
	text-decoration:underline;
}
.bluetitle{
	font-size:20px;
	padding-bottom:15px;
	}
.qklinks{
	font-size:15px;
	font-weight:bold;
}
.dashright_icons{
	float:left;
	width:30px;
	margin-right:16px;
}
.dashright_icons1{
	float:left;
	width:21px;
	margin-right:6px;
}
.dashright_icons1{
	float:left;
	margin-right:10px;
}
.dashright_links{
	float:left;
}
div.circle {
    margin: 0px auto;
    width:20px;
    height:72px;
}
div.outer-circle.hover {
    -moz-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
}
div.inner-circle.hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
div.middle-circle.hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
div.outer-circle {
   /* Set the background and position */
 
    background:transparent;
    width:60px;
    height:60px;
 
    /* Set the border and the
    border radius to be exactly
    half the width and height
    so that it looks like a circle */
 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #aaaaaa;
 
    /* You will need to use
    position:absolute so that
    the circles can appear on top of
    each other.
 
    Additionally, the z-index will
    be used to determine which DIV
    should appear lowest or highest */
 
    position:absolute;
    z-index:800;
 
    /* Finally, we set the transition so
    that the circle grows with an
    animation */
 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 
 
}
div.middle-circle {
 
    /* This margin is used to create
    the 1px border between the middle
    and outer circle */
 
    margin:1px;
 
    /* Set the width and height */
 
    width:60px;
    height:60px;
 
    /* Set the border radius to half
    the width and height to make it
    look like a circle */
 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
 
    /* Set the background gradient */
 
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* W3C */
 
    /* You will need to use
    position:absolute so that
    the circles can appear on top of
    each other.
 
    Additionally, the z-index will
    be used to determine which DIV
    should appear lowest or highest */
 
    position:absolute;
    z-index:900;
 
    /* Finally, we set the transition so
    that the circle grows with an
    animation */
 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.inner-circle {
   /* This margin is used to position
    the circle in the center */
 
    margin:0px;
 
    /* Specify the background and
    width and height */
 
    background:#3f96d1;
    width:0px;
    height:0px;
 
    /* Since we have text in it,
    we need to specify the text
    styles we want to use */
 
    font-size:11px;
    color:#FFF;
    line-height:62px;
    text-align:center;
    font-family:Arial;
 
    /* Set the border radius to half
    the width and height to make it
    look like a circle */
 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
 
    /* For this circle, we will be using
    an inset box shadow to replicate
    the effect used. */
 
    -webkit-box-shadow: inset 0px 1px 1px 0px #575757;
    -moz-box-shadow: inset 0px 1px 1px 0px #575757;
    box-shadow: inset 0px 1px 1px 0px #575757;
 
    /* We can also add a bottom border
    to make it look slightly more 3D */
 
    border-bottom:1px solid #FFF;
 
    /* You will need to use
    position:absolute so that
    the circles can appear on top of
    each other.
 
    Additionally, the z-index will
    be used to determine which DIV
    should appear lowest or highest */
	 
	    position:absolute;
	    z-index:1000;
	}
	.tooltip {
	  position: absolute;
	  z-index: 10;
	  padding: 4px 10px;
	  max-width: 200px;
	  line-height: 20px;
	  font-size: 11px;
	  color: white;
	  text-align: center;
	  text-shadow: 0 1px black;
	  background: #3b3c40;
	  background-clip: padding-box;
	  border: 1px solid #19191b;
	  border-bottom-color: #0a0a0b;
	  border-radius: 3px;
	  background-image: -webkit-linear-gradient(top, #585a60, #3b3c40);
	  background-image: -moz-linear-gradient(top, #585a60, #3b3c40);
	  background-image: -o-linear-gradient(top, #585a60, #3b3c40);
	  background-image: linear-gradient(to bottom, #585a60, #3b3c40);
	  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2); }
	  .tooltip:before, .tooltip:after,
	  .tooltip > p:before {
	    content: '';
	    position: absolute;
	    width: 0;
	    height: 0;
	    border: 6px solid transparent; }
	  .tooltip > p:before {
	    z-index: 2; }
	
	.tooltip-up:before, .tooltip-up:after,
	.tooltip-up > p:before {
	  left: 50%;
	  margin-left: -6px; }
	.tooltip-up:before {
	  bottom: -12px;
	  border-top-color: #0a0a0b; }
	.tooltip-up:after {
	  bottom: -11px;
	  border-top-color: #53555b; }
	.tooltip-up > p:before {
	  bottom: -10px;
	  border-top-color: #3b3c40; }
	
	.tooltip-down:before, .tooltip-down:after,
	.tooltip-down > p:before {
	  left: 50%;
	  margin-left: -6px; }
	.tooltip-down:before {
	  top: -12px;
	  border-bottom-color: #161718; }
	.tooltip-down:after {
	  top: -11px;
	  border-bottom-color: #787a82; }
	.tooltip-down > p:before {
	  top: -10px;
	  border-bottom-color: #585a60; }
	
	.tooltip-left:before, .tooltip-left:after, .tooltip-left >
	p:before {
	  top: 50%;
	  margin-top: -6px; }
	.tooltip-left:before {
	  left: -12px;
	  border-right-color: #161718; }
	.tooltip-left:after {
	  left: -11px;
	  border-right-color: #606168; }
	.tooltip-left > p:before {
	  left: -10px;
	  border-right-color: #4a4b50; }
	
	.tooltip-right:before, .tooltip-right:after, .tooltip-right >
	p:before {
	  top: 50%;
	  margin-top: -6px; }
	.tooltip-right:before {
	  right: -12px;
	  border-left-color: #161718; }
	.tooltip-right:after {
	  right: -11px;
	  border-left-color: #606168; }
	.tooltip-right > p:before {
	  right: -10px;
	  border-left-color: #4a4b50; }
	
	.lt-ie9 .tooltip:after {
	  content: none; }
	img.UserImage {
		border-radius: 0px;height: 60px;margin: 0px 0px 0px 0px; width: 60px;
	}
	div.outer-circle1 {
	 background: transparent;
	width: 150px;
	height: 40px;
	-webkit-border-top-right-radius: 61px;
	-webkit-border-bottom-right-radius: 61px;
	-moz-border-radius-topright: 61px;
	-moz-border-radius-bottomright: 61px;
	border-top-right-radius: 61px;
	border-bottom-right-radius: 61px;
	border: 1px solid #aaaaaa;
	position: absolute;
	z-index: 800;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	div.middle-circle1 {
	 margin: 1px;
	width: 150px;
	height: 40px;
	-webkit-border-top-right-radius: 61px;
	-webkit-border-bottom-right-radius: 61px;
	-moz-border-radius-topright: 61px;
	-moz-border-radius-bottomright: 61px;
	border-top-right-radius: 61px;
	border-bottom-right-radius: 61px;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ececec 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ececec 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ececec 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d8d8d8',GradientType=0 );
	background: linear-gradient(top, #ececec 0%,#d8d8d8 100%);
	position: absolute;
	z-index: 900;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
div.inner-circle1 {
	margin: 7px 0px 0px 56px;
	background: #3f96d1;
	min-width: 50px;
	width: auto;
	padding-left:10px;
	padding-right:10px;
	height: 50px;
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius:0px;
	 -webkit-border-radius:0px;
	 -khtml-border-radius: 0px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #575757;
	-moz-box-shadow: inset 0px 1px 1px 0px #575757;
	box-shadow: inset 0px 1px 1px 0px #575757;
	border-bottom: 1px solid #FFF;
	position: absolute;
	z-index: 1000;
	}
/*************************************** password policy css BEGIN******************************/
.headP {
	width:95%;
	margin: 2px;
	color: #000;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-color:#F3F3F3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.contentDiv{
	width:91%;
	border : 1px solid #F3F3F3;
	border-top: none;
}
/*************************************** password policy css END******************************/
/************************************** Multi Admin Settings css *************************************/
.blueMulitAdmin{
	width:244px;
	height:141px;
	background-color:#3670A8;
	color:#FFFFFF;
	float:left;
	margin-bottom:18px;
	background-image:url(/images/mulitAdminSetting.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top:20px;
	padding-left:12px;
}
/************************************** Multi Admin Settings css Ends *************************************/
textarea {
    resize: none;
}

.reporttooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.reporttooltip .reporttooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
}

.reporttooltip .reporttooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.reporttooltip:hover .reporttooltiptext {
  visibility: visible;
}

/*tooltip top=====================start*/
.tooltiptop {
	position: relative;
	display: inline-block;
}

.tooltiptop .tooltiptexttop {
	visibility: hidden;
	width: 100px;
	font-size: 13px;
	background-color: #0072bc;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
	left: 65%;
}

.tooltiptop .tooltiptexttop::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #0072bc transparent transparent transparent;
}

.tooltiptop:hover .tooltiptexttop {
	visibility: visible;
}
/*tooltip top=====================end*/
/*tooltip right=====================start*/
.tooltipRight {
  position: relative;
  display: inline-block;
}

.tooltipRight .tooltiptextRight {
  visibility: hidden;
  width: 80px;
  background-color: #0072bc;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  font-size:12px;
}

.tooltipRight .tooltiptextRight::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0072bc transparent transparent;
}
.tooltipRight:hover .tooltiptextRight {
  visibility: visible;
}
/*tooltip right=====================end*/
/*tooltip Left=====================Start*/
.tooltipLeft {
  position: relative;
  display: inline-block;
}

.tooltipLeft .tooltiptextLeft {
  visibility: hidden;
  width: auto;
  background-color: #0072bc;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 130%;
  font-size:12px;
}

.tooltipLeft .tooltiptextLeft::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0072bc transparent transparent;
}
.tooltipLeft:hover .tooltiptextLeft {
  visibility: visible;
}
/*tooltip Left=====================end*/