
.ui-datepicker { z-index: 9999 !important; }

h3.page_header {
	padding-left: 20px;
}


div.customer_menu_container {
	text-align:right;
	padding-top:24px;
	padding-right:120px;
}

.hidden {
	display: none;
	/*note:  this is clashing with bootstrap css*/
}

.hidden_dialog {
	display: none;
}

.hidden_important {
	display: none !important;
}

.unstyled_content {
	visibility: hidden;
}

.staging_app_indicator {
	color: Red;
	cursor: help;
}


div.tools {
	margin-bottom: 5px;
}

img.link {
	border: 0px;
	vertical-align: middle;
}

div.idle_timeout_warning {
	margin: 0px auto;
	background-color: Aqua;
	border: 1px solid navy;
	padding: 4px;
	width: 650px;
	text-align: center;
}

	div.idle_timeout_warning span {
		color: blue;
		font-weight: bold;
	}

body.frame, body.main2, body.login {
	font-family: Arial,sans-serif;
	font-size: 12px;
}


div.frozen_form_loading_wrapper {
	position: absolute;
}

div.frozen_form_overlay {
	position: relative;
	z-index: 200;
	text-align: center;
	background-color: transparent;
}

img.frozen_form_loading {
	display: none;
	position: relative;
	z-index: 200;
	margin-top: 140px;
}

img.customer_logo {
	max-height: 40px;
}

div.customer_logo_container {
	padding-top: 2px;
	float:right;
}

textarea {
	font-family: Arial;
	font-size: 12px;
}

input {
	vertical-align: middle;
	padding-left: 3px;
}

input[type=radio], input[type=checkbox] {
	/* overriding bootstrap */
	margin-top:initial !important;
	/*vertical-align:sub !important;*/
}

input[type=checkbox] {
    position: relative;
    top: 1px;
}

input[type=radio]:not(.disabled), input[type=checkbox]:not(.disabled) {
	cursor:pointer;
}

input[type=radio][disabled=disabled], input[type=checkbox][disabled=disabled] {
	cursor:default !important;
}


div.field_container .fieldset_inline, div.field_container .fieldset_inline legend.inline {
	display: inline;
	border: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

.fieldset_inline legend {
	float: left;
}


.form_row_first {
	margin-top: 12px;
}

div.field_container label.textarea {
	display: block;
}

input.datepicker {
	width: 80px;
}

iframe.frame_hidden {
	display: none;
}

div.timeout {
	font-weight: bold;
	color: Blue;
}

.stressred {
	color: red !important;
	font-weight: bold;
}

.stressblue {
	color: blue !important;
	font-weight: bold;
}

.stressgreen {
	color: green !important;
	font-weight: bold;
}

/*standard striped table styling*/
table {
	margin-right: 0px;
	margin-left: 0px;
}

	table.standard_striped_table {
		border-collapse: collapse;
		margin-bottom: 0px;
		border-width: 0 !important;
	}

		table.standard_striped_table thead tr {
			border: 0px !important;
		}

			table.standard_striped_table thead tr th {
				font-weight: bold;
			}

			table.standard_striped_table thead tr th, table.standard_striped_table tr td {
				padding: 5px;
			}

		table.standard_striped_table thead th {
			font-weight: normal;
			background-color: #ebebeb;
			text-align: left;
			color: #555;
		}

		table.standard_striped_table tbody tr td, table.standard_striped_table thead th {
			border-bottom: solid #9F9F9F 1px;
		}

		table.standard_striped_table tr td.list_hover {
			background-color: #bfbfbf;
		}
/*end table styling*/

/*striped table*/
td.stripe_background_color {
	background-color: #cccccc;
}
/*rounded corners*/
th.curved_top_left {
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	padding-left: 16px !important;
}

th.curved_top_right {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	padding-right: 16px !important;
}

.loading {
	vertical-align: middle;
	margin: 0px 3px;
}

.loading_invisible {
	visibility: hidden;
}

img.command, img.cmd, i.command, i.cmd {
	cursor: pointer;
	vertical-align: middle;
}

span.command, div.command, td.command {
	cursor: pointer;
	display: inline;
	color: Blue;
	font-weight: bold;
	font-size: 11px;
}

li.command {
	cursor: pointer;
	color: Blue;
	font-weight: bold;
	font-size: 11px;
}

	li.command:hover {
		text-decoration: underline;
	}

div.command {
	margin: 0px 3px;
}

div.command_disabled, .disabled {
	cursor: default;
	color: #999999;
	display: inline;
}

li.command_disabled {
	cursor: default;
	color: #999999;
	font-size: 11px;
}

	div.command_disabled:hover, li.command_disabled:hover, .disabled:hover {
		text-decoration: none !important;
	}

div.command:hover, td.command:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

img.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 4px;
}

.command_hidden {
	display: none !important;
}

.clear {
	clear: both;
}

.nav_separator {
	display: inline;
	padding: 0px 3px;
}

a:hover {
	text-decoration: none;
}

img.icon {
	vertical-align: middle;
	margin: 0px 3px;
}

div.cmd_popup_close {
	font-weight: bold;
	float: right;
	padding: 0px;
}

.confirm_highlight, .confirm_highlight div, .confirm_highlight div div, .confirm_highlight div span {
	color: Green;
}

div.visual_separator {
	border-bottom: 1px solid #999999;
	margin: 4px 0px;
}

span.confirm_pending {
	color: Green;
	font-weight: bold;
	font-size: 11px;
}

label.label_highlighted {
	font-weight: bold;
}

label.label_unhighlighted {
	font-weight: normal !important;
}

span.required_asterisk {
	color: Red;
	font-weight: bold;
}

span.field_tooltip {
	color: #999999;
	font-size: 11px;
}

span.required_legend {
	color: Red;
}

.not_entered {
	color: #adadad;
}

.emphasized_green {
	font-weight: bold;
	color: Green !important;
}

.emphasized_red {
	font-weight: bold;
	color: Red !important;
}

.emphasized_blue {
	font-weight: bold;
	color: blue !important;
}

.no_data {
	font-style: italic;
	font-size: 12px;
}

.placeholder_highlighted {
	color: Blue;
}

input[type=button], input[type=submit], button {
	cursor: pointer;
}

	input[type=button].disabled, input[type=submit].disabled {
		cursor: default;
	}


.field_label_hidden {
	display: none;
}

.label_emphasized {
	font-weight: bold;
}

li.item_deleted, li.item_deleted span, li.item_deleted div {
	text-decoration: line-through;
}

	li.item_deleted img {
		opacity: 0.5;
	}

tr.item_deleted td, tr.item_deleted td div, tr.item_deleted td span, tr.item_deleted td ul li {
	text-decoration: line-through;
}

	tr.item_deleted td img {
		opacity: 0.5;
	}

div.popup_header {
	background-color: #b66612;
	/*cursor: move;*/
	margin-bottom: 8px;
}

div.popup_headertext {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0px 5px 10px;
	text-align: center;
}

div.form_row {
	margin-bottom: 12px;
}

div.form_row_nowrap {
	white-space: nowrap;
}

div.form_row_hidden {
	display: none;
}

div.form_row_inline_block {
	display:inline-block !important;
}

div.dev_tools_command {
	padding-right: 12px;
	font-size: 11px;
}

img.warning, img.information {
	vertical-align: middle;
	margin: 0px 4px;
}

img.img_to_replace {
	opacity: 0.3;
}

.debug {
	display: none;
}

.draggable {
	cursor: move;
}

.item_being_moved {
	cursor: move !important;
}

td.grid_column_checkmark_25 {
	background-image: url(/app_assets/icons/checkmark-25.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.column_info_right {
	background-image: url(/app_assets/icons/info-16.png);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	/*background-position-y: center;*/
}

.column_pointer {
	cursor: pointer;
}

.page_content_centered {
	margin: 0 auto;
}

ul.list-unstyled-block {
	list-style-type: none;
}

ul.list-unstyled-inline {
	list-style-type: none;
}

	ul.list-unstyled-inline li {
		display: inline;
	}

.bold {
	font-weight: bold;
}

tr.grid_row_disabled td:not(.account_disabled) {
	color: #999999 !important;
}

input.readonly {
	border: 0px;
}

img.disabled {
	opacity: 0.5;
}

.width_800 {
	width: 800px;
}

.width_900 {
	width: 900px;
}

.width_1000 {
	width: 1000px;
}

table.ui-pg-table tbody tr td, table.ui-pg-table tbody tr td:hover, table.ui-pg-table tbody tr td.ui-state-hover {
	padding: 0px !important;
	border-left-width: 0px !important;
	border-bottom-width: 0px !important;
	border-top-width: 0px !important;
	border-right-width: 0px !important;
}

.grid_cell_hyperlink {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

	.grid_cell_hyperlink:hover {
		text-decoration: none;
	}

table.ui-jqgrid-ftable tbody tr.footrow td {
	background-color: #ebebeb;
}

tr.jqgrow.row_pointer {
	cursor: pointer !important;
}

tr.jqgrow.row_disabled {
	color: #999999 !important;
	cursor: default !important;
}

tr.jqgrow.grid_row_hidden {
	display: none;
}

tr.jqgrow.record_corrupted td {
	color: #999999 !important;
	cursor: default !important;
}

input.field_derived, select.field_derived, textarea.field_derived {
	background-color:antiquewhite;
}

.popup_content_container {padding:0px 20px 10px 20px;}

tr.module_disabled td {color:#999999 !important;}

.extended_exception_reporting_instructions {
	background-color:#ebebeb;
	border-radius: 5px;
	border:1px solid #999999;
	padding:4px;
}

.extended_exception_reporting_instructions_header {
	font-weight:bold;
	color:blue;
	padding-bottom:3px;
}

.cmd_init_feedback_form_for_extended_exception_reporting {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

	.cmd_init_feedback_form_for_extended_exception_reporting:hover {
		text-decoration:none;
	}

img.top_nav_icon {
	margin-right:4px;
}

.fa-sign-out {
	font-size:14px !important;
}

input[type=file] {
	display:initial !important;
}

.caption_bold {
	font-weight:bold;
}

td.grid_column_centered {
	text-align:center !important;
}

.input_value_invalid {
	color:red !important;
}

div.popover-content {
	font-size:12px !important;
}

.alert-warning-browser-popup-config {
	display:inline-block;
	padding:8px !important;
}

.fixed-height-scrollable-y {
	overflow-y:scroll;
}