body {
	font-family: 'Open Sans', 'OpenSans', sans-serif !important;
}

img.logo {
	max-width: 400px;
}
.brand-logo img.logo {
	max-width: 400px;
	max-height: 200px;
}
h1 {
	font-size: 28px;
	font-weight: lighter
}


.btn {
	color: #333;
	background: var(--background-grey-colour);
}


/** Padding and Margins */
.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

/** /Padding and Margins */

.select2-container-disabled.select2-container.select2 .select2-choice {
	background: #eee;
	border: 1px solid #ccc;
}

.select2-container.select2 .select2-choice {
	margin: 0;
}

.select2-container.select2 .select2-choice .select2-arrow {
	background: none;
	border: none;
	position: absolute;
	height: 20px;
	top: 50%;
	margin-top: -12px;
}

.select2-container.select2 .select2-chosen {
	margin-top: -4px;
}

.select2-drop {
	border: 1px solid #C9C9C9;
}

.select2-drop .select2-results {
	margin: 2px;
	padding: 0px;
}

.select2-drop .select2-search input {
	height: 15px !important;
	margin-bottom: 8px;
}

.select2-drop .select2-highlighted {
	background: #0C4E69;
}

.select2-drop .select2-no-results {
	background: none;
}

.form-group .select2-container {
	margin-top: -2px
}
.form-group.has-error .select2-container .select2-choice {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-group .usernameContainer {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0 0;
}

.form-group .usernameContainer #usernameDisplay {
	font-weight: bold;
}

div.form-group .btn {
	display: inline-block;
  	padding-top: 17px;
  	vertical-align: middle;
  	font-weight: 400;
	border: 0 none;
	margin: -2px 0 0 0;
}

div.form-group .btn-primary {
	background: #0C4E69;
	color: #FFF;
}

/* The purpose of this is to remove autofil colours */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px var(--background-grey-colour) inset;
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 11px;
}

.input-group .blockInput:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.date .blockInput, .noBottomMargin {
	margin-bottom: 0px;
}

table {
	padding: 4px;
	background: #EFF5FE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	width: 100%;
}

table * {
	padding: 8px;
}

table th, div.error {
	font-weight: bold;
}

.form-group div.error {
	font-size: 11px;
	padding-top: 1rem;
	/*white-space: nowrap;  Errors should be single line or contain html to force more lines */
}

div.error ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.error:first-of-type ul {
	margin-top: -8px;
}

.invalid, .error {
	color: #a00000;
}
