﻿html {
	background-color: #e2e2e2;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 87.5%;
}

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #edf6fd;
	color: #333;
	font-size: 1rem;
	height: 100%;
	margin: 0;
	padding: 0;
}

.login-wrap {
	height: 100%;
}

.login-bg {
	background: url(/images/bg-login.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 15px 2em;
}

.vdt-watermark-sm {
	position: absolute;
	top: 45%;
	right: 20%;
}

.vdt-watermark-md {
	position: absolute;
	bottom: 3%;
	right: 7%;
}

.vdt-watermark-lg {
	position: absolute;
	left: 0;
	bottom: 0;
}

.logo-vdt {
	height: 45px;
}

.logo-affinite {
	width: 200px;
}

.logo-affinite-tm {
	font-size: 12px;
	line-height: 3rem;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.logo-site-login {
	max-height: 4em;
	margin: 0 0 2em;
	max-width: 90%;
}

.logo-site-header {
	height: 30px;
	margin-top: 2px;
}

.card-raised {
	border-radius: 10px;
	box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, .07);
	padding: 2.5em;
}

.page-wrapper {
	padding: 1rem 0 0;
}

.page-title h1 {
	font-weight: bolder;
	line-height: 1em;
}

	.page-title h1 label {
		font-weight: 400;
	}

.section-title {
	margin-bottom: 1em;
}

.sidebar-title {
	margin-bottom: 15px;
	margin-top: 0;
}

.section-container {
	background-color: white;
	border-radius: 5px;
	color: black;
	margin-bottom: 1em;
	padding: 1.5em;
}

.card {
	border-radius: 0.75rem;
}

.dropdown-menu {
	left: auto;
}

.dropdowncontent {
	background-color: #f5f5f5;
	box-shadow: 4px 4px 5px 5px silver;
	border: 1px solid black;
	margin-top: -18px;
	text-align: center;
	padding: 5px;
	right: 4px;
}

.profile-dropdown > a:link,
.profile-dropdown > a:hover {
	text-decoration: none;
	background: none;
}

.navbar-nav a:hover {
	background: none;
	color: #3bc6ef;
}

.navbar-nav .nav-item.is-active .nav-link,
.navbar-nav .dropdown-item.is-active {
	color: #3bc6ef;
}

legend {
	padding-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
}

	a:link, a:visited,
	a:active, a:hover {
		color: #333;
	}

	a:hover {
		background-color: #c7d1d6;
	}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	max-width: 960px;
	margin-bottom: 0px !important;
}

#body {
	clear: both;
}

a.logoClass {
	background: url(/Images/VDTLogo.png) no-repeat top left;
	display: block;
	width: 150px;
	height: 150px;
	text-indent: -9999px; /* hides the link text */
}

header .content-wrapper {
	z-index: 1;
	position: fixed;
	right: 50%;
	margin-right: -480px;
	width: 960px;
	margin-top: -80px;
}

footer {
	background-color: #edf6fd;
	font-size: 0.8rem;
	z-index: 99998;
	position: relative;
}


/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: .85em;
	margin: 0 0 10px;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

		#login a.username {
			background: none;
			margin: 0;
			padding: 0;
			text-decoration: underline;
		}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}


/* menu
----------------------------------------------------------*/
ul#menu {
	font-size: 1.8em;
	font-weight: 600;
	margin: 0px 0 5px;
	padding: 0;
	text-align: right;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		ul#menu li a {
			background: none;
			color: #999;
			text-decoration: none;
		}

			ul#menu li a:hover {
				color: #333;
				text-decoration: none;
			}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
	background-color: #fff;
}

	.featured .content-wrapper {
		background-color: #7ac0da;
		background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
		background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		color: #3e5667;
		padding: 20px 40px 30px 40px;
	}

	.featured hgroup.title h1, .featured hgroup.title h2 {
		color: #fff;
	}

	.featured p {
		font-size: 1.1em;
	}

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}

	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}

	hgroup.title h2 {
		font-weight: normal;
		margin-left: 3px;
	}

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* ordered list */
ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero {
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round li.one {
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round li.two {
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round li.three {
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round li.four {
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round li.five {
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round li.six {
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round li.seven {
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round li.eight {
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round li.nine {
			background: url("../Images/orderedList9.png") no-repeat;
		}

/* content */
article {
	float: left;
	width: 70%;
}

aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: 700;
}

#socialLoginForm {
	margin-left: 40px;
	float: left;
}

	#socialLoginForm h2 {
		margin-bottom: 5px;
	}

#socialLoginList button {
	margin-bottom: 12px;
}

#logoutForm {
	display: inline;
}

/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
.form-label {
	font-size: 0.9rem;
	margin-bottom: 0.125rem;
}

label.checkbox {
	display: inline;
	font-size: 1.4rem;
}

.label-Sum1 {
	background-color: #E78989;
	font-size: 120%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.label-Sum2 {
	background-color: #E78989;
	font-size: 120%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.input-elm {
	padding: 0px;
}

.ui-pg-input {
	padding: 2px;
	width: 20px;
	height: 13px;
}

input.FormElement {
	display: inline;
}

input.reportInput {
	border: 1px solid #e2e2e2;
	background: none;
	color: none;
	font-size: inherit;
	margin: 0px 0 0px 0;
	padding: 0px;
	width: 100%;
	float: left;
}

textarea {
	font-family: inherit;
	width: 500px;
}

	input:focus, textarea:focus {
		border: 1px solid #7ac0da;
	}

input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button {
	font-family: Verdana,Arial,sans-serif;
	display: inline-block;
	text-decoration: none !important;
	position: relative;
	/*width: auto;*/
}

	input[type="button"]:disabled,
	.btn.disabled,
	.btn[disabled],
	fieldset[disabled],
	.btn[disabled] {
		background: #dddddd !important; /* override bootstrap */
		border-color: #dddddd;
	}

		input[type="button"]:disabled:hover,
		.btn.disabled:hover,
		.btn[disabled]:hover,
		fieldset[disabled]:hover,
		.btn[disabled]:hover {
			border-color: #dddddd;
		}

td input[type="submit"],
td input[type="button"],
td button {
	font-size: 1.1rem;
	padding: 2px;
	margin-right: 4px;
}

table:not(.table) td .btn-sm {
	margin: 2px;
	padding: 2px 6px;
}

.form-control-static {
	background: #f1f1f1;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	height: 30px;
	line-height: 1.42857143;
	margin-bottom: 0;
	min-height: 30px;
	padding: 5px;
}

	.form-control-static.primary {
		font-weight: 600;
	}

.member-additional-details .form-control-static {
	background: #ecf5f0;
}

.member-additional-details .form-control {
	background: #fff;
}

.search-with-clear .icon-clear {
	color: #cdcdcd;
	cursor: pointer;
	font-size: 1rem;
	line-height: 34px;
	position: absolute;
	right: 80px;
	z-index: 99999;
}

.select2-container * {
	font-size: 13px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"] {
	margin-top: 2px; /* override bootstrap due to small font size we use */
}

/* use next two classes to style <input type="checkbox" /> and <input type="radio" /> placed outside <label>  */
/*  
   <input type="checkbox" />
   <label class="label-inline">label<label>
*/
.checkbox > input[type="checkbox"],
.radio > input[type="radio"] {
	float: left;
	margin-left: 0;
	position: relative;
}

.checkbox .label-inline,
.radio .label-inline {
	padding-left: 0;
}

/* revert back to bootstrap default (larger font size) */
.radio-inline-lg label.radio-inline {
	font-size: 1.2em;
}

/* distribute radio/checkbox buttons horizontally and evenly */
.inline-radio {
	display: flex;
	flex-wrap: wrap;
}

	.inline-radio .radio {
		flex: 0 0 25%;
	}

.multiselect-container {
	padding: 5px 0;
}

	.multiselect-container.full-width {
		max-height: 200px;
		overflow-y: auto;
		width: 100%;
	}

	.multiselect-container > li > a {
		padding: 2px 0;
	}

/* 
    Default VDT button example:
    <input type="submit" class="btn btn-primary btn-sm" />
    <a href="#" class="btn btn-primary btn-sm">Go</a>
*/
.btn-primary {
	background: #2c688e;
	border-color: #235e84;
	color: #fff;
}

	.btn-primary:hover {
		background: #0a4471;
		border-color: #032e50;
		color: #fff;
	}

.btn-block {
	margin: 15px 0;
}

.nav-tabs > li > a {
	font-size: 1rem;
}

	.nav-tabs > li > a.active > strong {
		border-bottom: solid 3px #2c688e;
		padding-bottom: 4px;
	}

.bg-box {
	font-size: 1.4rem;
	padding: 10px;
}

	.bg-box p:last-child {
		margin-bottom: 0;
	}

.bg-box-sm {
	font-size: 1.2rem;
	padding: 10px;
}

	.bg-box .glyphicon,
	.bg-box-sm .glyphicon {
		margin-right: 5px;
	}

.modal-content p {
	font-size: 1.4rem;
}

/* badge */
.badge.badge-red-corner {
	background: red;
	color: white;
	font-size: 12px;
	padding: 4px 6px;
	position: absolute;
	top: -9px;
}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	/*font-weight: bold;*/
	font-size: 1rem;
}

.validation-summary-valid {
	display: none;
}


/* tables
----------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.75em;
	border: 0 none;
}

th {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border: none 0px;
}

	th a {
		display: block;
		position: relative;
	}

		th a:link, th a:visited,
		th a:active, th a:hover {
			color: #333;
			font-weight: 600;
			text-decoration: none;
			padding: 0;
		}

		th a:hover {
			color: #000;
		}

	th.asc a,
	th.desc a {
		margin-right: .75em;
	}

		th.asc a:after,
		th.desc a:after {
			display: block;
			position: absolute;
			right: 0em;
			top: 0;
			font-size: 0.75em;
		}

		th.asc a:after {
			content: '▲';
		}

		th.desc a:after {
			content: '▼';
		}

table.report th {
	padding: 0px 5px 0px 5px;
}

table.report td {
	padding: 0px 5px 0px 5px;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
	content: " \25B4\25BE"
}

td {
	border: 0 none;
	font-size: 12px;
}

tr.pager td {
	padding: 0 0.25em 0 0;
}

table#pcpGrid {
	border-collapse: collapse;
}

#pcpGrid tr {
	background-color: #eee;
	border-top: 1px solid #fff;
}

	#pcpGrid tr:hover {
		background-color: #ccc;
	}

#pcpGrid th {
	background-color: #fff;
}

#pcpGrid th,
#example td {
	height: 45px;
}

tr.TableRowSelected td:hover {
	cursor: pointer;
}

#pcpGrid th.TableHeaderSelected:hover {
	cursor: pointer;
}

a.MemberIDSelected:hover {
	cursor: pointer;
}

#loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
}

#loadingcontent {
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#loadingspinner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	font-size: larger;
	padding-top: 80px;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

	/* header
    ----------------------------------------------------------*/
	header .float-left,
	header .float-right {
		float: none;
	}

	/* login */
	#login {
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul {
			margin: 5px 0;
			padding: 0;
		}

		#login li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#login a {
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

			#login a:hover {
				color: #333;
			}

	/* menu */
	nav {
		margin-bottom: 5px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li {
			margin: 0;
			padding: 0;
		}


	/* main layout
    ----------------------------------------------------------*/
	.main-content,
	.featured + .main-content {
		background-position: 10px 0;
	}

	.content-wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper {
		padding: 10px;
	}

	/* page content */
	article,
	aside {
		float: none;
		width: 100%;
	}

	/* ordered list */
	ol.round {
		list-style-type: none;
		padding-left: 0;
	}

		ol.round li {
			padding-left: 10px;
			margin: 25px 0;
		}

			ol.round li.zero,
			ol.round li.one,
			ol.round li.two,
			ol.round li.three,
			ol.round li.four,
			ol.round li.five,
			ol.round li.six,
			ol.round li.seven,
			ol.round li.eight,
			ol.round li.nine {
				background: none;
			}

	/* features */
	section.feature {
		float: none;
		padding: 10px;
		width: auto;
	}

		section.feature img {
			color: #999;
			content: attr(alt);
			font-size: 1.5em;
			font-weight: 600;
		}

	/* forms */
	input[type="text"] {
		width: 90%;
	}

	/* login page */
	#loginForm {
		border-right: none;
		float: none;
		width: auto;
	}

		#loginForm .validation-error {
			display: block;
			margin-left: 15px;
		}

	#socialLoginForm {
		margin-left: 0;
		float: none;
		width: auto;
	}

	/* footer
    ----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}

	footer {
		text-align: center;
		height: auto;
		padding: 10px 0;
	}

		footer p {
			margin: 0;
		}
}

td[id^="navBtnRunReport"] {
	background-color: #2c688e;
	color: #fff;
	padding-right: 8px !important; /* override jqGrid */
}

	td[id^="navBtnRunReport"].ui-state-hover,
	td[id^="navBtnRunReport"]:hover {
		background: #0a4471;
		border: none;
		color: #fff;
		padding: 1px 8px 1px 1px !important; /* override jqGrid */
	}

.ui-jqgrid .ui-state-highlight {
	background: rgb(153, 204, 255);
	border: rgb(0, 126, 255);
}

th.ui-th-column div {
	/*font-size: 1.4rem;*/
	white-space: normal !important;
	height: auto !important;
	padding: 2px;
}

#pmemberDetailsGrid_center .ui-pg-input {
	height: 16px;
	font-size: 1em;
}

/* JQ GRid CSS */
.gridStripedClass {
	background-color: #f3f3f3;
	background-image: none;
}

.ui-jqgrid tr.jqgrow td {
	border-bottom-width: 0px;
	border-right-color: #cec7c7;
}

.ui-jqgrid .ui-state-highlight {
	background: #c9dde1;
}

.ui-widget {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-jqgrid .ui-jqgrid-view {
	font-size: 14px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	font-weight: bold;
}

.ui-jqdialog-title,
.ui-dialog-title {
	font-size: 14px;
}

.ui-jqgrid-htable {
	background: rgb(232,232,232) !important;
}

/*Content*/
#TblGrid_SCGridStar,
#DelTbl_SCGridStar,
#TblGrid_memberDetailsGrid,
#DelTblGrid_memberDetailsGrid,
#TblGrid_TINGrid,
#DelTblGrid_TINGrid_2,
#DelTbl_TINGrid,
#TblGrid_journalGrid,
#DelTbl_journalGrid_2,
#DelTbl_TINGrid_2,
#TblGrid_ExternalFilesGrid,
#DelTbl_ExternalFilesGrid,
#TblGrid_ManageUsersGrid,
#TblGrid_ManageUsersGrid_2,
#DelTbl_ManageUsersGrid,
#DelTbl_ManageUsersGrid_2,
#ReinstateUser,
#TblGrid_OverreadGrid,
#DelTbl_OverreadGrid {
	font-size: 14px;
}

/* checkboxes */
/* [id$="Grid"].table applies to checkboxes in non-jqGrid grid (e.g., memberGrid) */
.ui-jqgrid input[type="checkbox"],
[id$="Grid"].table input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: solid 2px rgba(0,0,0,.9);
	border-radius: 5px;
	height: 15px;
	vertical-align: middle;
	width: 18px;
	position: relative; /* Needed for the absolute :after to work */
}

	.ui-jqgrid input[type="checkbox"]:focus,
	[id$="Grid"].table input[type="checkbox"]:focus {
		outline: none;
	}

	.ui-jqgrid input[type="checkbox"]:checked,
	[id$="Grid"].table input[type="checkbox"]:checked {
		background-color: #fff;
	}

		.ui-jqgrid input[type="checkbox"]:checked:after,
		[id$="Grid"].table input[type="checkbox"]:checked:after {
			color: #000;
			content: '✔';
			font-size: 1rem;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			/*line-height: 1;
			pointer-events: none;*/
		}

	.ui-jqgrid input[type="checkbox"]:disabled,
	[id$="Grid"].table input[type="checkbox"]:disabled {
		background: #e8e8e8;
		border: solid 2px rgba(0,0,0,.6);
		opacity: 0.6;
	}

/*Grid Dialog boxes button CSS */
.ui-jqdialog .EditTable {
	font-size: 12px;
}

.ui-jqdialog .fm-button-icon-left {
	padding-left: 0.5em;
}

	.ui-jqdialog .fm-button-icon-left .ui-icon {
		display: none;
	}

.ui-jqdialog .fm-button-icon-right {
	padding-right: 0.5em;
}

/* buttons */
/*Save button*/
#TblGrid_SCGridStar_2 #sData,
#DelTbl_SCGridStar_2 #dData,
#DelTblGrid_memberDetailsGrid_2 #dData,
#AddNoteDialog .ui-dialog-buttonset button,
.btn-submit,
.btn-delete {
	background: #0A4471 !important;
	color: white !important;
	font-weight: normal !important;
	text-align: center;
}

#FrmGrid_memberDetailsGrid #ViewButton,
#FrmGrid_memberDetailsGrid #AttachButton {
	border: solid 1px #767676;
	border-radius: 3px;
	font-weight: normal;
	margin-right: 0;
	padding: 4px 6px;
	vertical-align: initial;
}

	#FrmGrid_memberDetailsGrid #ViewButton:disabled,
	#FrmGrid_memberDetailsGrid #AttachButton:disabled {
		border-color: #ddd;
		cursor: not-allowed;
		opacity: .65;
	}

.DataTD input[type=button] {
	margin-left: 5px;
}

/*Cancel button*/
/* .EditTable .btn-cancel if we are to apply custom style to "cancel" button on jqGrid dialog */
#TblGrid_SCGridStar_2 #cData,
#DelTbl_SCGridStar_2 #eData,
#DelTblGrid_memberDetailsGrid_2 #eData {
	background: red !important;
	color: white !important;
	font-weight: normal !important;
	text-align: center;
}

.navButton {
	display: none;
}

.submitBtn {
	font-weight: 500 !important;
	height: 54px;
	line-height: 48px;
	text-align: center;
	background: #e24548;
	border: 1px solid #e24548;
	font-size: 18px;
	font-weight: 300;
	padding: 0 36px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	color: #fff;
}

.btn-login,
.btn-login:link,
.btn-login:visited {
	margin-top: 20px;
	height: 38px;
	line-height: 38px;
	background-color: rgb(100, 149, 77);
	border-color: rgb(100, 149, 77);
	width: 100%;
	border-radius: 0.25rem;
	color: white;
	font-size: 1.2rem;
	padding: 0 36px;
}

	.btn-login:hover {
		background-color: rgb(89, 132, 68);
		border-color: rgb(89, 132, 68);
		color: white;
	}

	.btn-login:active {
		color: white;
	}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

/*stops the grid expanding past the bounds of the container, but allows it to shrink below when there are too few columns*/
/*#memberDetailsGrid
.ui-jqgrid-htable,
.ui-jqgrid-btable,
.ui-jqgrid-pager,
.ui-jqgrid-view,
.ui-jqgrid-bdiv,
.ui-jqgrid-hdiv,
.ui-jqgrid-hbox,
.ui-jqgrid { max-width: 100% !important; }*/

/*this fixes a bug when you fully scroll to the right when you have many columns in the grid*/
/*#memberDetailsGrid
.ui-jqgrid-htable { padding-right: 17px; }*/
/*#memberDetailsGrid
.ui-jqgrid-hbox { padding-right: 0px !important; }*/

/*Expand and use the full width of the container*/
/*#memberDetailsGrid
.ui-jqgrid-htable,
.ui-jqgrid-btable,
.ui-jqgrid-pager,
.ui-jqgrid-view,
.ui-jqgrid-bdiv,
.ui-jqgrid-hdiv,
.ui-jqgrid-hbox,
.ui-jqgrid { max-width: 100% !important; width:100% !important; }*/

