/* CSS Document */

/* GLOBAL */

body {
	background: url(images/body_bg.jpg) repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	margin: 0px;
	cursor: default;
}

.error {
	color: #c00;
}

input.error {
	border-color: #c00 !important;
	background-color: #ffbaba !important;
}

a {
	color: #06c;
	text-decoration: underline;
}

a:hover {
	color: #09f;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0.5em 0;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	color: #437053;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

div.regionSelectionBar {
	color: #437053;
	font-size: 18px;
	background-color: #ddd;
	padding: 5px 15px;
	margin-bottom: 10px;
	text-align: right;
}
div.regionSelectionBar > select {
	color: #437053;
	font-size: 18px;
}

textarea {
	resize: none;
}

input[type="text"],
input[type="password"],
textarea {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	width: 200px;
	border-bottom: solid 1px #bbb;
	border-top: solid 1px #e5e5e5;
	border-left: none;
	border-right: none;
	padding: 3px 5px 2px;
	background: #f0f0f0;
}

input[type="text"]:disabled {
	color: #aaa;
}

input.invalid {
	background-color: #a80002;
	color: #fff;
}

button {
	margin: 2px;
}

.uploadify-button {
	padding: 0px;
	margin: 0px;
}

button,
.uploadify-button {
	padding: 5px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #467557;
	color: #fff;
	cursor: default;
	text-align: center;
	border: none;
}

button:hover,
.uploadify:hover .uploadify-button {
	background: #5d9c74;
}

button:disabled,
.uploadify-button:disabled {
	background: #dadada;
	color: #fafafa;
}

button.disabled,
.uploadify-button.disabled {
	/* :disabled does not work in IE8 so this disabled class is applied instead */
	background: #dadada;
	color: #fafafa;
}

table {
	padding: 0px;
	margin: 0px;
}

td,
th {
	padding: 2px 4px;
	margin: 0px;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
}

th {
	font-weight: normal;
}

table.headed thead {
	background: #eee;
}

table.headed tr {
	cursor: default;
}

table.headed tbody tr:hover {
	background: #f7f7f7;
}

table.headed th {
	padding: 3px 20px 3px 5px;
	border-bottom: solid 1px #ccc;
}

table.headed td {
	border-bottom: solid 1px #e3e3e3;
	padding: 3px 10px 3px 5px;
}

div.popUpWindow {
	display: none;
	position: fixed;
	top: 30px;
	left: 0px;
	z-index: 65000;
}

div.popUpWindow div.popUpWindowContentArea {
	position: relative;
	background-color: #fff;
	padding: 20px 30px;
}

div.popupWindowCloseArea {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 64000;
}

.systemStatus {
	position: fixed;
	bottom: 0px;
	left: 10px;
	right: 10px;
	padding: 5px 10px;
	background: #5d9c74;
	border: solid 1px #437053;
	color: #fff;
	max-height: 200px;
	overflow: auto;
	z-index: 1000000;
}

.systemStatusErrorMode {
	background: #9e2121;
}

/* TOOLBAR */

div.toolbarHolder {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 10px 0px;
	z-index: 1000;
	background-color: #f8f8f8;
}

div.toolbar {
	position: relative;
	background: url(images/toolbar_bg.jpg) repeat;
	padding: 1px;
	z-index: 1000;
}

div.toolbar table {
	width: 100%;
}

div.toolbar table,
div.toolbar td {
	padding: 0px;
	margin: 0px;
}

div.toolbar div#user {
	float: right;
	background-color: #fafafa;
	height: 27px;
	line-height: 27px;
	padding: 0px 20px;
	margin: 0px;
	white-space: nowrap;
}

/* TABBED SCREENS */

ul.tabs {
	position: fixed;
	left: 10px;
	right: 10px;
	list-style: none;
	padding: 10px 0px 0px;
	margin: 0px;
	background: #fafafa;
	border-bottom: solid 1px #ddd;
	z-index: 1000;
}

ul.tabs li {
	float: left;
	padding: 0px 10px;
	height: 25px;
	line-height: 25px;
	margin-right: 2px;
	background-color: #437053;
	color: #fff;
	cursor: default;
}

ul.tabs li:hover,
ul.tabs li.highlight {
	background-color: #5d9c74;
	cursor: default;
}

div.content {
	position: relative;
	display: none;
	clear: both;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 10px 40px;
	background: #fdfdfd;
	overflow: hidden;
}

/* LOGIN PAGE */

div.login {
	position: relative;
	height: 700px;
	background: url(images/login_gradient.jpg) repeat-x top left;
}

div.login div.form {
	position: relative;
	margin: 0px auto;
	background: #fff;
	height: 700px;
	width: 540px;
}

div.login div.form div#content {
	float: left;
	width: 400px;
	height: 550px;
	padding-top: 150px;
	text-align: center;
}

div.login div.form div#content table {
	margin: 0px auto;
}

div.login div.form div#leftBorder {
	float: left;
	height: 700px;
	width: 70px;
	background: url(images/login_gradient_left_border.jpg);
}

div.login div.form div#rightBorder {
	float: left;
	height: 700px;
	width: 70px;
	background: url(images/login_gradient_right_border.jpg);
}

div.mfaDigitWrapper {
	margin-top: 2em;
}

input.mfaDigit {
	font-size: 24px;
	width: 1em;
	text-align: center;
	text-transform: uppercase;
}

/* ADMIN APP BUTTONS */

div.adminMiniButton,
div.adminMiniButtonOn {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: default;
	text-align: center;
	white-space: nowrap;
	padding: 0px 10px;
	margin-right: 1px;
}

div.adminMiniButton {
	background-color: #f0f0f0;
	color: #437053;
}

div.adminMiniButton:hover,
div.adminMiniButtonOn {
	background-color: #5d9c74;
	color: #fff;
}

/* USERS */

div.userAccountInfo,
div.userList div.user {
	background: url(images/userCardBg.png) repeat;
	color: #06c;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 10px #ccc;
	padding: 10px;
	margin: 5px;
	overflow: hidden;
	cursor: default;
}

div.userList div.user {
	display: inline-block;
	width: 350px;
	height: 100px;
	overflow: hidden;
}

div.userList div.user:hover {
	border-top: solid 1px #5d9c74;
	border-right: solid 1px #5d9c74;
	border-bottom: solid 1px #5d9c74;
	border-left: solid 10px #5d9c74;
	cursor: default;
}

table.groupsTable th,
table.groupsTable td {
	padding: 5px;
}

table.groupsTable th#header {
	min-width: 150px;
	border-bottom: solid 1px #ccc;
}

table.groupsTable div.groupTag {
	display: inline-block;
	margin-right: 5px;
	background-color: #437053;
	color: #fff;
	padding: 2px 6px;
}

table.groupsTable tbody#groups tr {
	background: none;
	cursor: default;
}

table.groupsTable tbody#groups tr:hover {
	background: #eee;
}

/* SETTINGS */

table.settings th {
	font-weight: normal;
	white-space: nowrap;
}

table.settings div.settingError {
	display: none;
	float: left;
	color: #fff;
	background-color: #c00;
	padding: 3px 5px;
}

table.settings div.settingSaved {
	display: none;
	float: left;
	color: #fff;
	background-color: #437053;
	padding: 3px 5px;
}

/* UPLOAD BUTTON */

.uploadButton {
	position: relative;
}
.progressBarHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #467557;
	display: none;
}
.progressBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #5d9c74;
	transition: width 1s ease-out;
}
.progressBarText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	color: white;
}
