html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*overflow-x: hidden;*/
	overflow-y: scroll;
}

html, body {
	min-width: 1100px !important;
}

html, body, input, select, textarea {
    font-size: 12px;
    font-family: 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;
}

a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

input, select, textarea {
	border: silver solid 1px;
}

input[type=text], input[type=password], select {
	width: 220px;
	padding: 4px;
}

select {
	width: 230px;
}

select * {
	padding: 4px;
}

input[type=button] {
	padding: 4px;
	min-width: 90px;
	cursor: pointer;
}

input[type=button]:hover {
	background-color: #1B394C;
	color: #ffffff;
}
.standard-button-spinner {
	background: url('/content/images/ajax/loading.gif') no-repeat;
	background-color: white;
}

sup {
	position: relative;
	top: -2px;
	vertical-align: top;
	font-size: 90%;
}

.main-spinner {
	background-color: #ffffff;
	position: fixed;
	right: 4px;
	top: 2px;
	width: 35px;
	height: 35px;
	z-index: 1001;
	background: url(/content/images/ajax/main-spinner.gif);
	display: none;
}

.ui-datepicker{ z-index: 9999 !important;}

.notification-bar {
	position: fixed;
	left: calc(50%);
	top: 8px;
	background-color: #ffffff;
	z-index: 10000;
	padding: 5px 15px 5px 15px;
	border: silver solid 1px;
}

.notification-bar label {
	top: -2px;
    position: relative;
    font-size: 11px;
}