@font-face{
	font-family:'Open Sans';
	src:url('./fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
}

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,label,fieldset,input,p,th,td
	{
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

body {
	font-size: 1em;
}

.clear:before,.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	padding: 0 1.875em;
	zoom: 1;
}

.uppercase{
	text-transform: uppercase;
}

.dark{
	color: #2a2e36;
}

p {
	margin-bottom: 1.25em;
	color: #9498a1;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.625em;
}

body,form {
	font-family: 'Open Sans' !important;
	line-height: 1.125em;
}

p,form input,ul#nav li ul,ul#tabs,div.side-menu ul li a,table,.errorBox,ol,.regular-ul,.custom-ul,blockquote,cite
	{
	font-size: 0.75em;
}

a {
	border-bottom: 1px dotted;
	color: #2E8BC9;
}

a:hover {
	color: #2a2e36;
}

form label {
	display: block;
	text-transform: uppercase;
	color: #2a2e36;
	margin: 0 0 0.3125em 0;
}

form input[type="text"],input[type="password"] {
	width: 95%;
	font-size: 1em;
	border: 1px solid #d9dbdd;
	padding: 0.625em 0.625em;
	outline: none;
}

form input {
	border-radius: 0.3125em;
	-moz-border-radius: 0.3125em;
	-webkit-border-radius: 0.3125em;
}

form input[type="text"]:hover,input[type="password"]:hover,form input[type="text"]:focus,input[type="password"]:focus
	{
	border: 1px solid #bbbdbe;
}

.readonly {
	background-color: #f8f9fa;
}

form input[type="submit"], .button {
	display: inline-block;
	border: none;
	padding: 0.833em;
	padding-right: 3em;
	background-color: #2E8BC9;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url("../images/login/icons/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	color: white;
	border-radius: 0.3125em;
}

form input[type="submit"]:hover, .button:hover {
	background-color: #5081b3;
	color: white;
}

.errorBox, .infobox{
	padding: 0;
	margin: 15px 0;
}

.errorBox ul {
	padding: 0.833em 0.833em 0.833em 3em;
	margin-bottom: 0.833em;
	background: #fde8e4 url('../images/login/icons/message-boxes/error.png')
		no-repeat 0.833em center;
	border: 1px solid #e6bbb3;
	color: #cf4425;
	border-radius: 0.3125em;
	-moz-border-radius: 0.3125em;
	-webkit-border-radius: 0.3125em;
	list-style-type: none;
}

.infobox ul {
	padding: 0.833em;
	margin-bottom: 0.833em;
	background: #e4fde3;
	border: 1px solid #b6fbb3;
	color: #15bf0d;
	border-radius: 0.3125em;
	-moz-border-radius: 0.3125em;
	-webkit-border-radius: 0.3125em;
	list-style-type: none;
}

div#header {
	padding: 1.25em 0;
}

div#loginLogo {
	float: left;
	width: 180px;
	height: 50px;
	padding: 0.312em 0 0.312em 9.125em;
	background-repeat: no-repeat;
	background-position: left center;
}

div#content {
	background: #f8f9fa;
	border: 1px solid #eeefef;
	padding: 1.875em 0;
}

div#content h1 {
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 0.312em 0 0 0;
}

div#content h5 {
	font-size: 0.625em;
	color: #9498a1;
	margin: 0 0 3em 0
}

form#loginForm {
	width: 18.75em;
	margin: 0 auto;
}

form#resetPasswordForm {
	width: 18.75em;
	margin: 0 auto;
}

div#footer {
	text-align: center;
	padding: 1.875em 0;
}