/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
	color: #222;
	font-family: 'Raleway', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
textarea{
	border-radius:5px;
	padding:5px;
}
input {
	padding-left:5px;
}
input[type="file"]
{
	padding:0;
}
html {
	font-size: 1em;
	line-height: 1.4;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/** A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
	vertical-align: middle;
}
/** Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/** Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
	outline:none;
	overflow: auto;
}
textarea[readonly], input[readonly], input:read-only {
	 border:1px dotted #ddd;
	 background-color:#eee;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
	margin: 31px 0 0;
	background: #ccc url('/Content/images/alert-icon-large.png') 15px center no-repeat;
	color: #000;
	padding: 20px 15px 20px 100px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* These two basic classes are used throughout the site. Adjust widths to match your needs */
.site-full {
	width:100%;
	position:relative;
}
.site {
	max-width: 1200px;
	min-width: 1024px;
	margin:0 auto;
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/******************** //// Layout -- HEADER //// ********************/
#header-wrapper {
	box-shadow: 0 6px 10px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
}
.colorbar {
	height: 3px;
	position: relative;
	z-index: 10;
}
.colorbar.shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#header {
	background: #333 url('/Content/images/pattern-darksquares.png') repeat left top scroll;
}
#header-content {
	box-shadow: 0 0 4px rgba(0,0,0,1);
	
}
#logo {
	width: 57px;
	display: block;
	float: left;
	margin: 10px 10px 10px 15px;
}
#sitetitle {
	display: block;
	float: left;
	font-size: 2.5em;
	font-weight: 200;
	margin:10px;
}
#header-left {
	float: left;
}
#header-right {
	background: transparent url('/Content/images/menu-bg.png') no-repeat left 40%;
	width:68%;
	height:80px;
	position: absolute;
	z-index: 5;
	right:0;
}
#topheader {
	position: relative;
	height:37%;
}
#bottomheader {
	position: relative;
	height: 63%
}
#login {
	position: absolute;
	right:0;
	font-size: .9em;
	margin:5px 10px;
}
#login a {
	color:#fff;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
	color: #a3d1ff;
}
ul#mainmenu {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
}
ul#mainmenu li.menuitem {
	margin:0;
	padding:0;
	display: block;
	float: left;
}
ul#mainmenu li.menuitem a {
	display: block;
	float: left;
	font-size: 1.3em;
	padding:8px 9px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	text-decoration: none;
	background: transparent url('/Content/images/menu-separator.png') no-repeat left center;
}
ul#mainmenu li.menuitem:first-child a {
	background: transparent none;
}
ul#mainmenu li.menuitem a:hover,
ul#mainmenu li.menuitem a.selected {
	color: #a3d1ff;
	text-shadow: 0 0 8px rgba(163,209,255,0.8), 0 -1px 0 rgba(0,0,0,0.5);
}
/******************** //// Layout -- CONTENT //// ********************/
#content-wrapper {
	background: #f5f5f5 url('/Content/images/pattern-lightsquares.png') repeat left top scroll;	
}
#content {
	background: #f2f2f2;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 15px 15px 15px 15px;
	min-height:1000px;
}
/*section#main {
		float:left;
		width:70%;
		border-right:1px dotted #ccc;
}*/
section section {
	margin-top:45px;
}
section section section{
	margin-top:35px;
	margin-left:45px;
}
/*article {
	float:left;
	width:70%;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #ccc;
}*/
article{
	border-top:1px solid #666;
	margin-top:15px;
}
/*aside {
	float:right;
	width:28%;
}*/
aside ul {
	list-style:none url('/Content/images/document-pdf.png');
	list-style:none;
}
aside ul li {
	margin:5px 0px;
}
.pageheader {
	margin:0 -15px 35px;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.pageheader .title {
	background: #fff url('/Content/images/pageheader-blue.png') no-repeat right center;
	font-size: 2.3em;
	font-weight: 200;
	padding:10px 30px;
	width:35%;
	float: left;
}
.pageheader .button.large,
.pageheader input[type="text"],
.pageheader .vrule {
	margin:15px 15px 0 0;
	height: 40px;
	float:right;
}
.pageheader .vrule {
	width:1px;
}
.pageheader .group {
	display: block;
	float: right;
}
#breadcrumb a.backlink {
	text-decoration: none;
	color: #000;
	background: #a3d1ff url('/Content/images/icon-arrow-left-black.png') no-repeat 10px center;
	padding: 5px 10px 5px 30px;
	border-radius: 4px;
	display: block;
	float:left;
	margin-right: 10px;
}
#breadcrumb a.backlink:hover {
	background-color: #59aeff;
}
#breadcrumb .currentpage {
	color: #000;
	background: #ddd;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	display: block;
	float:left;
	margin-right: 10px;
}
/******************** //// Layout -- FOOTER //// ********************/
#footer-wrapper {
	background: #333 url('/Content/images/pattern-darksquares.png') repeat left top scroll;	
	box-shadow: 0 -3px 10px rgba(0,0,0,0.3);
}
#footer {
	text-align: center;
	padding:15px;
	font-size: .8em;
}
/*   Interface / Buttons / and Stuff */
.button {
	display: inline-block;
	padding:0px 10px 0px 25px;
	border: 1px solid #333;
	color: #222;
	text-decoration: none;
	cursor:pointer;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*text-align: left;*/
	border-radius: 4px;
	line-height: 1.5em;
}
.button.large {
	padding:5px 20px 1px;
	border-radius: 7px;
	height: 34px;
}
.button.fixed{
	min-width:150px;
	text-align:center;
}
.button.fixed-short{
	min-width:50px;
	text-align:center;
}
.button.noborder {
	border: none;
}
.button:hover {
	box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
}
.button .text {
	display: block;
	position: relative;
	top: 50%;
}
.button.large .text {
	margin-top: -0.8em;	
}
.icon-add {
	display: inline-block;
	width: 28px;
	height: 30px;
	background: transparent url('/Content/images/icon-add-circle-green.png') no-repeat center center;
	vertical-align: middle;
}
.button.color{
	padding:0 15px;
	/*margin-right:35px;*/
}
.button .icon-add {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
}
.button .icon-add+.text {
	margin-left: 30px;
}
.icon-edit {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url('/Content/images/icon-edit-orange.png') no-repeat center center;
	vertical-align: middle;
}
.button .icon-edit {
	margin:-2px 10px 0 0;
}
a.edit {
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center;
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px;
	vertical-align: middle;
}
a.edit2 {
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center;
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 10px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px !important;
	padding-right:15px !important;
	vertical-align: middle;
	line-height:30px;
}
a.help {
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center;
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center, -moz-linear-gradient(top, #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center, -webkit-linear-gradient(top, #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center, -o-linear-gradient(top, #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center, -ms-linear-gradient(top, #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center, linear-gradient(to bottom, #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
	padding-left: 30px;
	vertical-align: middle;
}
a.pencil {
	background: url('/Content/images/icon-edit-orange2.png') no-repeat center center;
	/*background: url('/Content/images/icon-edit-fat-orange.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-edit-fat-orange.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-edit-fat-orange.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-fat-orange.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-fat-orange.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-fat-orange.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );*/

	padding-left:30px;
	vertical-align: middle;
}
a.useradd {
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center;
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-useradd-green.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px;
	vertical-align: middle;

	min-width:120px;
	text-align:left;
}
a.users {
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center;
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-users-orange.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px;
	vertical-align: middle;

	min-width:120px;
	text-align:left;
}
a.eye {
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center;
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-eye-green.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px;
	vertical-align: middle;

	min-width:120px;
	text-align:left;
}
a.eye-small {
    background: url('/Content/images/icon-eye-green.png') no-repeat center center;
    padding-left: 30px;
    vertical-align: middle;
}
a.pencilFixed{
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center;
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-edit-orange2.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px;
	vertical-align: middle;

	min-width:120px;
	text-align:left;
}
.icon-plus {
	display: inline-block;
	width: 14px;
	height: 16px;
	background: transparent url('/Content/images/icon-add-plus-green.png') no-repeat center center;
	vertical-align: middle;
}
.icon-help {
	height:24px;
	line-height:24px;
	padding-left:24px;
	margin:5px;
	background: url('/Content/images/icon-help-grey.png') no-repeat 5px center;
}
.icon-help-big {
	height:48px;
	line-height:48px;
	padding-left:48px;
	margin:5px;
	background: url('/Content/images/icon-help-grey@2x.png') no-repeat 5px center;
	
}
.subQuestion{
	background-color: #dde;
	color:black;
	width:640px;
	padding:10px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom:1px solid #bbc;
}
.button .icon-plus {
	margin:-2px 10px 0 0;
	
}
a.plus {
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center;
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-add-plus-green.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:30px;
	vertical-align: middle;

	min-width:120px;
	text-align:left;
}
a.folders {
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center;
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center, -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%);
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3));
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center, -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center, -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center, -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%);
	background: url('/Content/images/icon-folders-grey.png') no-repeat 5px center, linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );

	padding-left:25px;
	vertical-align: middle;
	text-align:left;
}
a.attachment{
	background-image:url('/Content/images/document-default.png');
	background-repeat:no-repeat;
	padding-left:18px;
}
a.attachment.pdf{
	background-image:url('/Content/images/document-pdf.png')
}
a.attachment.msword, a.attachment.vndopenxmlformats-officedocumentwordprocessingmldocument {
	background-image:url('/Content/images/document-word.png')
}
a.attachment.vnd.ms-excel, a.attachment.vndms-excel, a.attachment.vndopenxmlformats-officedocumentspreadsheetmlsheet{
	background-image:url('/Content/images/document-excel.png')
}
.badge {
	display: inline-block;
	width:30px;
	padding:2px 5px;
	margin-right:10px;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align:middle;
	border-radius: 4px;
}
.formrow {
	margin-top: 10px;
}
label {
	display: block;
	width: 40%;
	margin-right: 15px;
	text-align: right;
	float: left;
	font-weight:bold;
}
.group label {
	width:150px;
	margin:25px 10px 0 0; 
	float:right; 
	box-sizing:border-box; 
}
input[type="text"], input[type="password"], input[type="email"], select{
	display: block;
	float:left;
	width:306px;
	height: 28px;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-box-sizing:  border-box;
	box-sizing: border-box;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;*/
}
select.status{
	width:155px;
}
.input-xsmall {
	width:100px;
}
.input-small {
	width:200px;
}
.input-medium {
	width:250px;
}
.input-large {
	width:300px;
}
.input-xlarge {
	width: 400px;
}
.input-xxlarge {
	width:500px
}
.disclosurebutton {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #333 url('/Content/images/icon-arrow-right-white.png') no-repeat center center;
	background-color: #333 !important;
	vertical-align: middle;
	border-radius: 4px;
	transition: all ease-out 200ms;
}
.disclosurebutton:hover {
	background-color: #a3d1ff !important;
}
.disclosurebutton.open {
	background:#333 url('/Content/images/icon-arrow-down-white.png') no-repeat center center;
}
.disclosurebutton.open:hover {
	background-color: #555 !important;
}
.removebutton {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #c1272d  url('/Content/images/icon-X-white.png') no-repeat center center;
	background-color: #c1272d !important;
	vertical-align: middle;
	border-radius: 13px;
	margin-left:10px;
}
.removebutton:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,0.6) inset;
}
.statuspill {
	display: inline-block;
	width:25px;
	height:.75em;
	border-radius: .5em;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5), 0 -1px 0 rgba(0,0,0,0.2);
	vertical-align: middle !important;
	margin-right: .5em;
}
/* ==========================================================================
   Grids and Tables Stuff
   ========================================================================== */
table {
	width: 100%;
	border: 1px solid #222;
	border-collapse: collapse;
}
table th {
	padding:15px 10px;
	text-align: left;
}
.subtable table th{
	padding:5px 10px;
}
.subtable caption{
	text-align:left;
	background-color:#333;
	color:#ccc;
	padding:5px;
}
table tr {
	border-top: 1px solid #222;
}
table tr.subtable {
	border-top: none;
}
table td:last-child, table th:last-child {
	border-right: 1px solid #222;	
}
.mceLast    { border:none !important;}
.mceLayout  { border:1px solid #ccc !important;}
.mce-tinymce.mce-container.mce-panel, .mce-inline {
	display:inline-block;
}
.mce-content-body{
	font-size:14px !important;
}
table td {
	padding: 3px 3px;
	/*background: #fff;*/
}
table td.icon {
	width: 30px;
}
table td.last {
	width:20%;
    min-width:251px;
}
table th.last {
	padding-right:25px;
}
table.subtable {
	margin-left:4%;
	width:96%;
	float:right;
	/*border: none;*/
}
table tr.open td {
	background-color: #a3d1ff !important;
	transition: all ease-out 1000ms;
}
table tr.subtable div.tablewrapper {
	display: none;
	overflow: hidden;
}
table td.subtable {
	padding:0;
	box-shadow: 0 1px 10px rgba(0,0,0,0.4) inset;
	border-top: none;
}
table.subtable td:last-child, 
table.subtable th:last-child {
	border-right: none;	
}
table.subtable th {
	border-top:none;
}
table.subtable tr:last-child td {
	box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.4) inset;
}
table.subtable th {
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.8) inset;	
}
table.alternate tr.odd,
table.alternate tr.odd td 
{
	background: #fff;
}
table.alternate tr.even,
table.alternate tr.even td {
	background: #e6e6e6;
}
tbody{
	border-bottom:2px solid #555;
}
/* ==========================================================================
   General Stuff
   ========================================================================== */
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.revdropshadowtext {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	color: #fff;
}
.darktextdropshadow {
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.maincolor {
	color: #a3d1ff;
}
.maincolor-background {
	background-color: #a3d1ff;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* ==========================================================================
   CSS Gradients and Background Colors
   ========================================================================== */
.blue-h {
	background: #c7e2ff; /* Old browsers */
	background: -moz-linear-gradient(left, #c7e2ff 0%, #c7e2ff 0%, #66b4ff 25%, #59aeff 50%, #66b4ff 75%, #c7e2ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c7e2ff), color-stop(0%,#c7e2ff), color-stop(25%,#66b4ff), color-stop(50%,#59aeff), color-stop(75%,#66b4ff), color-stop(100%,#c7e2ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c7e2ff 0%,#c7e2ff 0%,#66b4ff 25%,#59aeff 50%,#66b4ff 75%,#c7e2ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c7e2ff 0%,#c7e2ff 0%,#66b4ff 25%,#59aeff 50%,#66b4ff 75%,#c7e2ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c7e2ff 0%,#c7e2ff 0%,#66b4ff 25%,#59aeff 50%,#66b4ff 75%,#c7e2ff 100%); /* IE10+ */
	background: linear-gradient(to right, #c7e2ff 0%,#c7e2ff 0%,#66b4ff 25%,#59aeff 50%,#66b4ff 75%,#c7e2ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7e2ff', endColorstr='#c7e2ff',GradientType=1 ); /* IE6-9 */
}
.black-v-20 {
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #4d4d4d 20%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#4d4d4d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d4d4d 20%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d4d4d 20%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d4d4d 20%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d4d4d 20%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.black-v {
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #4d4d4d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d4d4d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d4d4d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d4d4d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d4d4d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.darkgray-v {
	background: #808080; /* Old browsers */
	background: -moz-linear-gradient(top, #808080 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #808080 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #808080 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #808080 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #808080 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.gray-v-hi {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 30%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 30%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
.green-v {
	background: #8cc63f; /* Old browsers */
	background: -moz-linear-gradient(top,  #8cc63f 0%, #75a635 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc63f), color-stop(100%,#75a635)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8cc63f 0%,#75a635 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8cc63f 0%,#75a635 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8cc63f 0%,#75a635 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8cc63f 0%,#75a635 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#75a635',GradientType=0 ); /* IE6-9 */
}
.green, .open, .appointed, .received {
	background: #8cc63f;
}
.blue, .exported {
	background: #59aeff;
}
.yellow, .nominee {
	background: #ffcc33;
}
.orange, .processing, .applicant, .sent, .pending {
	background: #f7931e; /*#ff6600;*/
}
.red, .closed, .withdrawn, .disqualified {
	background: #c1272d;
}
.gray, .new {
	background: #888;
}
.darkgray {
	background: #333;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.fulljustify {
	text-align: justify;
	width:650px;
	height:1.4em;
}
.fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
/** Temp Show for measuring hidden elements. (See plugins.js) */
.temp-show {
	display:block !important;
}
/** Image replacement */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.ir2 {
	overflow: hidden !important;
	border: 0;
	/* IE 6/7 fallback */
	text-indent: -9999px !important;
	padding-left:15px;
	padding-right:0;
	text-align:left;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/** Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/** Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/** Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/** Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
F/*or IE 6/7 only. Include this rule to trigger hasLayout and contain floats.
.clearfix {
	*zoom: 1;
}*/
/* styles for validation helpers */
.field-validation-error {
	margin:5px;
	color: #b94a48;
	font-size:.75em;
}
.field-validation-valid {
	display: none;
}
input.input-validation-error {
	border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
	border: 0 none;
}
.validation-summary-errors {
	text-align:center;
	color: #b94a48;
}
.validation-summary-errors ul { 
	max-width: 660px; /* for  below IE7 use `width: 660px;` */
	margin: 0 auto;
	list-style-type:none;
}
.validation-summary-valid {
	display: none;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1150px) {
	#logo {
		width: 50px;
		margin: 13px 5px 10px 15px;	
	}
	#sitetitle {
		font-size: 2.3em;
		line-height: 60px;
	}
}
@media only screen and (max-width: 1024px) {
	.button {
		padding:0px 10px 0px;
	}
}
@media only screen and (max-width: 1000px) {
	#sitetitle {
		font-size: 2.0em;
	}
}
@media only screen and (max-width: 900px) {
	#logo {
		width: 40px;
		margin: 18px 0px 10px 15px;	
	}
	#sitetitle {
		font-size: 1.7em;
	}
}
/* Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r    */
@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
	.icon-add {
		background-image: url('/Content/images/icon-add-circle-green@2x.png');
		background-size: 28px;
	}
	.icon-edit {
		background-image: url('/Content/images/icon-edit-orange@2x.png');
		background-size: 18px;
	}
	.icon-plus {
		background-image: url('/Content/images/icon-add-plus-green@2x.png');
		background-size: 14px;
	}
	.disclosurebutton {
		background-image: url('/Content/images/icon-arrow-right-white@2x.png');
		background-size: 9px;
	}
	.disclosurebutton.open {
		background-image: url('/Content/images/icon-arrow-down-white@2x.png');
		background-size: 17px;
	}
	.removebutton {
		background-image: url('/Content/images/icon-X-white@2x.png');
		background-size: 14px;
	}
	
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}