html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	background: url(../images/dashboard/bg.gif) 0 0 repeat;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	color: #727272;
	font-size: 12px;
}

.houdini {
	display: none;
	visibility: hidden;
}

#header {
	background: rgb(47,155,214);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmOWJkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzJmOWJkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTg0YjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(47,155,214,1) 0%, rgba(47,155,214,1) 87%, rgba(42,132,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,155,214,1)), color-stop(87%,rgba(47,155,214,1)), color-stop(100%,rgba(42,132,184,1)));
	background: -webkit-linear-gradient(top,  rgba(47,155,214,1) 0%,rgba(47,155,214,1) 87%,rgba(42,132,184,1) 100%);
	background: -o-linear-gradient(top,  rgba(47,155,214,1) 0%,rgba(47,155,214,1) 87%,rgba(42,132,184,1) 100%);
	background: -ms-linear-gradient(top,  rgba(47,155,214,1) 0%,rgba(47,155,214,1) 87%,rgba(42,132,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(47,155,214,1) 0%,rgba(47,155,214,1) 87%,rgba(42,132,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9bd6', endColorstr='#2a84b8',GradientType=0 );
	/* width: 100%; */
	min-width: 1045px;
	height: 60px;
	color: #fff;
}

#logo {
    float: left;
    margin-top: -20px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

#headercont {
	min-width: 640px;
	position: relative;
}

#coinfo {
	position: absolute;
	left: 20px;
	top: 17px;
}

div#coinfo h1 {
	font-size: 21px;
	text-shadow: 0 1px 0 #1674aa;
	float: left;
	border-right: 1px solid #2780b3;
	padding-right: 20px;
}

div#coinfo p {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #62b2e1;
	line-height: 22px;
}

div#coinfo p a {
	color: #fff;
	text-shadow: 0 1px 0 #1674aa;
	text-decoration: none;
	min-height: 20px;
	display: inline-block;
	
}

.header_right_section {
	float: right;
	padding: 20px 10px;
}

#search {
	position: absolute;
	right: 20px;
	top: 13px;
}

div#search input[type=text] {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-khtml-border-radius: 40px;
	box-shadow: inset 0 1px 0 #dcdcdc, 0 1px 0 #5ebce5;
	-moz-box-shadow: inset 0 1px 0 #dcdcdc, 0 1px 0 #5ebce5;
	-ms-box-shadow: inset 0 1px 0 #dcdcdc, 0 1px 0 #5ebce5;
	-khtml-box-shadow: inset 0 1px 0 #dcdcdc, 0 1px 0 #5ebce5;
	border: 1px solid;
	border-color: #2291ce #2493cf #2593cf;
	padding: 6px 30px 6px 10px;
}

div#search form {
	position: relative;
}

input#subsearch {
	background: url(../images/dashboard/search.png) no-repeat 0 0;
	border: 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 9px;
	top: 8px;
	cursor: pointer;
}

#container {
/*
	padding: 0 0 20px 20px;
	overflow: hidden;
	min-width: 980px; */
	min-width: 1025px;
*/
}

#nav {
}

div#nav li {
	height: 78px;
	text-align: center;
	display: inline-block;
	margin-bottom: -2px;
	*display: inline;
	zoom: 1;
}

div#nav a {
	display: block;
	width: 96px;
	height: 78px;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	color: #9aa7b7;
	font-weight: 600;
	position: relative;
	text-shadow: 0 1px 0 #fff;
	border-right: 1px solid #c9d1dd;
	box-shadow: 1px 0 0 0 #F2F5F8;
	*display: inline;
	zoom: 1;
}

a#dash {
	background: url(../images/dashboard/dash.png) no-repeat center 10px;
}

a#home {
	background: url(../images/dashboard/home.png) no-repeat center 10px;
}

a#asse {
	background: url(../images/dashboard/asse.png) no-repeat center 10px;
}

a#prod {
	background: url(../images/dashboard/prod.png) no-repeat center 10px;
}

a#pymt {
	background: url(../images/dashboard/pymt.png) no-repeat center 10px;
	visibility: hidden;
}

a#addcom {
	background: url(../images/dashboard/addcompany.png) no-repeat center 10px;
}

a#mancom {
	background: url(../images/dashboard/managecompany.png) no-repeat center 10px;
}

li.current a#dash {
	background: url(../images/dashboard/dashsel.png) no-repeat center 10px;
}

li.current a#home {
	background: url(../images/dashboard/homesel.png) no-repeat center 10px;
}

li.current a#asse {
	background: url(../images/dashboard/assesel.png) no-repeat center 10px;
}

li.current a#prod {
	background: url(../images/dashboard/prodsel.png) no-repeat center 10px;
}

li.current a#addcom {
	background: url(../images/dashboard/addcompanysel.png) no-repeat center 10px;
}

li.current a#mancom {
	background: url(../images/dashboard/managecompanysel.png) no-repeat center 10px;
}

div#nav li.current {
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
/*
	box-shadow: -1px 2px 2px rgba(208, 218, 231, 0.75);
	-moz-box-shadow: -1px 2px 2px rgba(208, 218, 231, 0.75);
	-ms-box-shadow: -1px 2px 2px rgba(208, 218, 231, 0.75);
	-khtml-box-shadow: -1px 2px 2px rgba(208, 218, 231, 0.75);
*/
	position: relative;
	margin-left: -3px;
	z-index: 200;
}

div#nav li.current a {
	color: #5f667b;
	border: 0;
	box-shadow: none;
}

div#nav li:last-child a {
	border: 0;
	box-shadow: none;
}

div#nav a span {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 96px;
}

#content {
	background-color: #fff;
	width:100%;
	box-shadow: 0 2px 2px rgba(208, 218, 231, 0.75);
	-moz-box-shadow: 0 2px 2px rgba(208, 218, 231, 0.75);
	-ms-box-shadow: 0 2px 2px rgba(208, 218, 231, 0.75);
	-khtml-box-shadow: 0 2px 2px rgba(208, 218, 231, 0.75);
	margin-bottom: 15px;

}

.box {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #dadde2;
	box-shadow: 0 1px 1px #e6e6e6;
	-moz-box-shadow: 0 1px 1px #e6e6e6;
	-ms-box-shadow: 0 1px 1px #e6e6e6;
	-khtml-box-shadow: 0 1px 1px #e6e6e6;
}

div.box.half {
	width: 400px;
	float: left;
	margin-right: 20px;
}

	div.box.half .hdr {
		width: 400px !important;
	}

div.box.last {
	margin: 0 !important;
}

.hdr {
	height: 39px;
	width: inherit;
	border-bottom: 1px solid #cbd0d7;
	background: rgb(247,247,247);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2UwZTRlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(224,228,234,1) 90%, rgba(218,221,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(90%,rgba(224,228,234,1)), color-stop(100%,rgba(218,221,226,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dadde2',GradientType=0 );
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	box-shadow: inset 0 1px 2px #fdfdfd;
}

div.hdr strong, div.ftr a {
	text-transform: uppercase;
	color: #6d758b;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	font-weight: 700;
	display: block;
	padding: 14px 0 0 15px;
}

.boxcontent {
	padding: 15px;
	overflow: hidden;
}

div.boxcontent.nopadding {
	padding: 0 !important;
}

div.ftr {
	background-color: #fafafa;
	height: 39px;
	border-top: 1px solid #cbd0d7;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 0 #fff;
	-khtml-box-shadow: inset 0 1px 0 #fff;
	border-color: #dadde2 !important;
}

.left {
	float: left;
}

strong.title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px;
	display: block;
	text-align: center;
	font-size: 14px;
	padding-right: 15px;
}


.bignum {
	background: url(../images/dashboard/bignum.png) no-repeat 0 0;
	width: 168px;
	height: 173px;
	margin: 0 15px 12px 0;
	font-size: 70px;
}
/*
	div.bignum span, div.smallnum span {
		display: table-cell;
		vertical-align: middle;
	}
*/
div.bignum span {
	display: block;
	padding-top: 45px;
}
div.smallnum span {
	display: block;
	padding-top: 13px;
}

.smallnum {
	background: url(../images/dashboard/smlnum.png) no-repeat 0 0;
	width: 58px;
	height: 61px;
	font-size: 30px;
	float: left;
}

div.bignum, div.smallnum {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #565656;
	text-align: center;
	position: relative;
	letter-spacing: -2px;
	text-shadow: #000 0 -1px 0, #fff 0 1px 0;
}

ul#smallnums strong {
	float: left;
	text-transform: uppercase;
	width: 100px;
	margin: 10px 0 0 15px;
	line-height: 18px;
	font-weight: 700;
}

.black {
	color: #990099; /*ccco color*/
}

.green {
	color: green;
}

.red {
	color: red;
}

.orange {
	color: orange;
}

ul#smallnums li {
	width: 185px;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.list-items li {
	padding: 15px;
	border-bottom: 1px solid #dadde2;
}

ul.list-items li.alt {
	background-color: #f9f9f9;
	box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 0 #fff;
	-khtml-box-shadow: inset 0 1px 0 #fff;
}

ul.list-items a {
	color: #2b87bb;
	font-weight: 600;
	text-decoration: none;
}

span.date {
	display: block;
	color: #ababab;
	margin-top: 5px;
	width:300px;
}

ul.list-items li:last-child {
	border-bottom: 0 !important;
}

.expand {
	background: url(../images/dashboard/expand.png) no-repeat 0 0;
	width: 20px;
	height: 21px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	cursor: pointer;
}

.collapse {
	background: url(../images/dashboard/collapse.png) !important;
}

li.dotted {
	border-bottom: 1px dotted #dadde2 !important;
}

	li.delcont td {
		vertical-align: middle;
	}

	td.gdp span {
		display: block;
		margin-bottom: 5px;
	}

	li.delcont p {
		line-height: 18px;
	}

	li.delcont strong {
		font-weight: 600;
		color: #333;
	}

.prog {
	background: rgb(230,230,230);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f0f0f0',GradientType=0 );
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	width: 200px;
	height: 16px;
	box-shadow: inset 0 1px 2px #dddddd;
	-moz-box-shadow: inset 0 1px 2px #dddddd;
	-ms-box-shadow: inset 0 1px 2px #dddddd;
	-khtml-box-shadow: inset 0 1px 2px #dddddd;
	display: inline-block;
	margin-right: 10px;
	padding: 3px;
	float: left;
}

.percentage {
	background: rgb(149,189,25);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YmQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzZhYWEyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzQ5OTYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjhjMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(149,189,25,1) 0%, rgba(106,170,41,1) 48%, rgba(73,150,38,1) 52%, rgba(66,140,32,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,189,25,1)), color-stop(48%,rgba(106,170,41,1)), color-stop(52%,rgba(73,150,38,1)), color-stop(100%,rgba(66,140,32,1)));
	background: -webkit-linear-gradient(top,  rgba(149,189,25,1) 0%,rgba(106,170,41,1) 48%,rgba(73,150,38,1) 52%,rgba(66,140,32,1) 100%);
	background: -o-linear-gradient(top,  rgba(149,189,25,1) 0%,rgba(106,170,41,1) 48%,rgba(73,150,38,1) 52%,rgba(66,140,32,1) 100%);
	background: -ms-linear-gradient(top,  rgba(149,189,25,1) 0%,rgba(106,170,41,1) 48%,rgba(73,150,38,1) 52%,rgba(66,140,32,1) 100%);
	background: linear-gradient(to bottom,  rgba(149,189,25,1) 0%,rgba(106,170,41,1) 48%,rgba(73,150,38,1) 52%,rgba(66,140,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bd19', endColorstr='#428c20',GradientType=0 );
	height: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.perc {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	float: left;
	margin-top: 3px;
}

#smallprint {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
	color: #aeb8c8;
	text-shadow: 0 1px 0 #fff;
	padding-right: 23px;
}

p#smallprint a {
	color: #9ba5b4 !important;
	font-weight: 600;
	text-decoration: none;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/*search*/

#search_user {
	width:117px;
	height:39px;
	margin-bottom:10px;
	border:1px solid #cbd0d7;
	border-radius:0.4em;
	-webkit-border-radius:0.4em;
	cursor:pointer;

	/*Transition*/-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;

	background: rgb(247,247,247);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2UwZTRlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(224,228,234,1) 90%, rgba(218,221,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(90%,rgba(224,228,234,1)), color-stop(100%,rgba(218,221,226,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(224,228,234,1) 90%,rgba(218,221,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dadde2',GradientType=0 );
}

	#search_user:hover {
		width:117px;
		padding-left:10px;
	}

	#search_user strong {
		text-transform: uppercase;
		color: #6d758b;
		text-shadow: 0 1px 0 #fff;
		font-size: 12px;
		font-weight: 700;
		display: block;
		padding: 14px 0 0 15px;
		float:left;
	}

	#search_user img {
		padding:0 8px;
		float:right;
	}

	#search_boxes {
		width:300px;
		margin-left:15px;
		/*Transition*/-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;
	}

		#search_boxes .dispOn {}

		#search_boxes .admin_button {
			position:relative;
			top:5px;
		}

		.padOff {padding:0 !important;}

		.dispOn {display:inline !important;}

		.dispOff {display:none;}

.search_input {
	width:102px;
	height:20px;
	margin-right:5px;
	position:relative;
	top:6px;
	background:#FFF;
}

/*list top*/

.perc_hold {
	float:right;
	position:relative;
	top:-25px;
	right:24px;
}

	.perc_hold span {
		float:left;
		margin:4px 5px 0 0;
	}

/*list content*/

li.delcont {
	overflow:hidden;
	position:relative;
	top:-6px;
	width: 100%;
}

.user_details {
	max-width:50%;
	float:left;
	overflow:hidden;
}
.split_view {
	width:50%;
	float:left;
	overflow:hidden;
}

.info_hold {
	width:435px;
	padding:15px 0 12px 0;
	border-bottom:1px dotted #DADDE2 !important;
	overflow:hidden;
}

.info_title {
	width:100px;
	float:left;
}

.info_content {
	width:335px;
	float:right;
	position:relative;
	top:-1px;
}

.info_content span {
	line-height:15px;
}

.user_interactions {
	float:left;
	overflow:hidden;
}

.progress_change {margin-top: 6px;}

.progress_change form {}

.progress_change span {
	width:100px;
	float:left;
	margin:7px 3px 7px 7px;
	text-align:right;
}
.progress_change span.dain {
	width:230px;
	float:right;
	margin:0 !important;
	text-align:left;
}

.progress_change select {
	width:128px;
}

.user_docs {
	width:315px;
	padding-top:20px;
	padding-right:4px;
	float:right;
}

.document_dl {
	width:90px;
	height:14px;
	margin-left:15px;
	margin-bottom:15px;
	padding-top:75px;
	float:left;
	font-size:10px;
	text-align:center;
}

.document_pdf {background:url(../images/dashboard/epoda-report.png) no-repeat 50% 0; display:none;}
.document_pdf_carillion {background:url(../images/dashboard/carillion-report.png) no-repeat 50% 0;}
.document_xls {background:url(../images/dashboard/xls-export.png) no-repeat 50% 0;}
.document_dash {background:url(../images/dashboard/user-dashboard.png) no-repeat 50% 0;}

.document_dl:hover {
	color:#09F;
}

/*buttons*/

.admin_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #36F;
}
.admin_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}
.admin_button:active {
	position:relative;
	top:1px;
}
.inner-content{
	padding: 20px;
}