/*
Theme Name: HIPAA Suite by The Carosh Group
Version: 1.0
Author: click5 Interactive
Author URI: http://www.click5interactive.com/
Tags: 980px fixed width, two columns
*/


/* Elements */

html {
	overflow-y: scroll !important;
	background: #0a2a47 url(../images/bg-login-wrap.png) left top repeat-x;
}

body {
	margin: 0;
	padding: 0;
	color: #0d3253;
	font-family: 'proxima-nova', 'Proxima Nova', 'Helvetica Neue', helvetica, arial, tahoma, verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	background: transparent url(../images/bg-login.png) center top no-repeat;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Body */

#wrap {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 900px;
	background: transparent;
}

#canvas {
	width: 350px;
	min-width: 0;
	overflow: hidden;
    padding: 0 0 30px 0;
	margin: 150px auto 0 auto;
	margin: 80px auto 0 auto;
	background: #e5ebef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 6px 1px #092944;
	-webkit-box-shadow: 0 0 6px 1px #092944;
	box-shadow: 0 0 6px 1px #092944;
}


/* Header */

#logo {
	display: block;
	width: 288px;
	height: 108px;
	margin: 0 auto;
	color: #ababab;
	font-size: 32px;
	font-weight: 700;
	line-height: 128px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #bfcfd7;
}

#logo h1 {
	display: block;
	width: 288px;
	padding: 25px 0 0 0;
	color: #3b5e7d;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}

#logo h1 span {
	display: block;
	color: #2e4259;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase
}

#logo img {
    width: 200px;
}

/* Content */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 12px 0 6px 0;
	color: #0d3253;
	font-weight: 700;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { color: #666; font-weight: 600; }

h1 { padding: 18px 0 12px 0; font-size: 45px; font-weight: 300; line-height: 50px; }
h2 { padding: 16px 0 12px 0; font-size: 26px; line-height: 30px; }
h3 { padding: 14px 0 12px 0; font-size: 21px; line-height: 25px; }
h4 { padding: 12px 0 12px 0; font-size: 18px; line-height: 22px; }
h5 { padding: 10px 0 12px 0; font-size: 16px; line-height: 20px; }
h6 { padding: 8px 0 12px 0; font-size: 12px; line-height: 16px; }

p {
	margin: 0;
	padding: 2px 0 16px 0;
}

a {
	color: #185C8E;
	text-decoration: underline;
}

#footer.links a {
	color: #83919e;
	font-size: 15px;
	line-height: 25px;
}

a:hover {
	color: #189696;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

strong {
	color: #83919e;
}

small {
	color: #7a95a5;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.button {
	float: left;
	display: block;
	width: auto;
	height: 39px;
	margin: 0 14px 16px 0;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	background: #258e8f url(../images/button-bg.png) left top repeat-x !important;
	border: 0 !important;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover { color: #fff; background: #117a7a !important; }

.button .fa { margin-left: -2px; margin-right: 4px; }

.form-button {
	float: left;
	display: block;
	width: auto;
	height: 35px;
	margin: 0 14px 16px 0;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 34px;
	background: #258e8f url(../images/button-bg.png) left top repeat-x;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.form-button:hover { color: #fff; background: #999; border: 1px solid #999; }

.form-button .fa { margin-left: -2px; margin-right: 4px; }


/* Login Page */

#login-form {
	margin: 0;
	padding: 20px 28px 0 32px;
}

#login-form label {
    display: block;
	float: none;
	margin: 0;
	padding: 3px 0 0 0;
	color: #3c5f7d;
	line-height: 18px;
}

#login-form label.fleft {
	float: left;
}

#login-form input[type="text"], #login-form input[type="password"] {
	clear: both;
    display: block;
	float: none;
	width: 268px;
	height: 26px;
	margin: 6px 0 13px 0;
	padding: 6px 8px;
	color: #081c2f;
	font-family: 'proxima-nova', 'Proxima Nova', 'Helvetica Neue', helvetica, arial, tahoma, verdana, sans-serif;
	font-size: 15px;
	line-height: 21px;
	background: #fdfdfd;
	border: 1px solid #bfcfd7;
	border-radius: 3px;
}

#login-form input.checkbox {
	float: left;
	width: auto;
	height: auto;
	margin: 6px 8px 18px 0;
	padding: 0;
	border: 0;
}

#login-form a.fleft {
    display: block;
	float: left;
	margin: 14px 0 0 0;
	color: #718ca3;
	font-size: 13px;
	text-decoration: underline;
}

#login-form a.fleft:hover {
	color: #0a2a47;
	text-decoration: underline;
}

#login-form .button {
	float: right;
	margin: 8px 4px 0 0;
	padding: 0 32px;
}

#login-form .captcha-label {
   width: 200px;
   margin-bottom: 5px;
}

/* Forms */

form {
	margin: 2px 0 16px 0;
	padding: 0;
}

form p {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e1ebf0;
}

label {
	float: left;
	width: 150px;
	margin: 0;
	padding: 6px 0 0 1px;
	color: #3c5f7d;
	line-height: 22px;
}
label.checkbox { width: auto; padding: 0; line-height: 14px; }

input {
	float: left;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 6px 8px;
	color: #081c2f;
	font-family: 'proxima-nova', 'Proxima Nova', 'Helvetica Neue', helvetica, arial, tahoma, verdana, sans-serif;
	font-size: 15px;
	line-height: 21px;
	background: #fdfdfd;
	border: 1px solid #bfcfd7;
	border-radius: 3px;
}

input.error { border: 1px solid #ec2b2b; }

input.button {
	float: left;
	display: block;
	width: auto;
	margin: 0 14px 16px 0;
	padding: 6px 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	background: #bebebe;
	border: 1px solid #bababa;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
input.button:hover { background: #999; border: 1px solid #999; }

input.button .fa { margin-left: -2px; margin-right: 4px; }
textarea.double { width: 586px; }

.form-buttons {
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #e1ebf0;
}

.form-buttons .fleft {
	margin: 0 11px 0 0;
	color: #999;
	line-height: 34px;
}

.form-buttons a.cancel {
	color: #ec2b2b;
	line-height: 34px;
	text-decoration: none;
}
.form-buttons a.cancel:hover { text-decoration: underline; }


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.nowrap { white-space: nowrap; }


/* Footer */

#footer {
	clear: both;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	color: #476580;
	font-size: 13px;
	line-height: 21px;
}

#footer p { padding: 40px 0 0 0; }

#footer a { color: #476580; text-decoration: none; }

#footer a:hover { color: #e4eaef; text-decoration: underline; }


/* Notofications */

.confirmation-box,
.confirmation-box-error {
    display: none;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.confirmation-box p {
    display: block;
    padding: 15px 30px;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    color: #0a253d;
    font-size: 16px;
    line-height: 22px;
    background: #c7d8e2;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.confirmation-box-error p {
    display: block;
    padding: 15px 30px;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    color: #eef3f7;
    font-size: 16px;
    line-height: 22px;
    background: #c0676f;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
