:root {
    --text-primary: rgb(22, 21, 19);
    --text-secondary: rgba(22, 21, 19, 0.75);
    --text-danger: rgb(179, 49, 31);
    --text-warning: rgb(143, 82, 10);
    --text-success: rgb(67, 107, 29);
	--text-disabled: rgba(22, 21, 19, .85);
	--control-disabled: rgba(22, 21, 19, 0.09);
    --border-primary: rgba(22, 21, 19, 0.5);
    --border-secondary: rgba(22, 21, 19, 0.3);
		--border-disabled: rgba(22, 21, 19, 0.50);
    --border-selected: rgba(34, 126, 158, 1);
    --border-error: rgba(214, 59, 37, 1);
    --border-warning: rgba(172, 99, 12, 1);
    --border-success: rgba(177, 221, 136, 1);
    --section-header: rgba(124, 133, 164, 1);
}

.jpn-font, .jpn-font > * {
    font-family: Arial, "MS PGothic" !important;
    font-weight: normal !important;
    font-size: 9pt;
}

#menuPopup[display_lang="1"],
#menuPopup[display_lang="1"] > * {
    font-family: Arial, "MS PGothic" !important;
    font-weight: normal !important;
    font-size: 9pt !important;
}

#Table_Top_Menu .jpn-font {
    font-family: Arial, "MS PGothic" !important;
    font-weight: normal !important;
    font-size: 9pt !important;
    padding: 1px 15px;
}

/*Start: Dialog related CSS*/
dialog {
	position: absolute;
	text-align: center;
	border: 1px solid #d3d3d3;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
}

.divheader {
	margin: 0;
	padding: 5px;
	cursor: move;
	background-color: #e9e9e9;
	border-bottom-width: 1px;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	display: table-caption;
	text-align: left;
	height: 15px;
	width: inherit;
}

.iframe_container {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
}
/*End: Dialog related CSS*/

/*Start: Case Form Tab CSS*/
.casetabs {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 85%, rgba(34,126,158,1) 85%, rgba(34,126,158,1) 100%);
	padding: 5;
}
/*End: Case Form Tab CSS*/

#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-front {
	z-index: 100;
}

.ui-dialog {
	left: 300px;
	outline: 0 none;
	padding: 0 !important;
	position: absolute;
	top: 300px;
}

	.ui-dialog .ui-dialog-content {
		background: none repeat scroll 0 0 transparent;
		border: 0 none;
		overflow: auto;
		position: relative;
		padding: 0 !important;
		width: 100% !important;
	}

.ui-widget-header {
    border: 0;
    color: #000;
}

#divCreatePopup {
	background-color:white !important;
	border-radius: 4px;
	border-color: var(--border-secondary) !important;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}

#divCreatePopup > table > tbody > tr:nth-child(n+2) {
	padding-left: 8px;
	padding-right: 8px;
	display:inline;
}

.popup-menu {
    position: absolute;
    width: 185px;
    border: 1px solid rgba(22, 21, 19, 0.12);
    border-radius: 4px;
    background-color: white !important;
    font-family: Arial;
    line-height: 12pt;
    cursor: default;
    font-size: 8pt;
    color: rgba(22, 21, 19, 1);
    z-index: 1;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
    visibility: hidden;
}

.popup-menu-item {
    line-height: 12pt;
    padding: 8px 4px;
    width:auto !important;
}

/*Global*/
*{
	font-family: Arial;
	font-size: 8pt;
}
body, html, iframe {
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
}

.form-100 {
	height: 100%;
	width: 100%;
}

.no-margin {
	margin: 0;
}

.global-nav {
	font-weight: 700 !important;
	overflow: auto;
	text-decoration: none;
	color: #003;
	background: -moz-linear-gradient(center top,#fff,#b6d9f5) repeat scroll 0 0 transparent;
	background: #D5D5D5;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.global-nav img { 
	float:right; 	
}

.global-nav-hover {
	text-decoration: none;
	color: #000;
	background: -moz-linear-gradient(center top,#fff,#b6d9f5) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#b6d9f5));
	border: #036 1px solid;
	text-align: center;
	cursor: pointer;
}

.global-nav-disabled {
    font-weight: 700 !important;
    text-decoration: none;
    color: gray;
    background: -moz-linear-gradient(center top,#fff,#b6d9f5) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#b6d9f5));
    border: #036 1px solid;
    text-align: center;
    cursor: default;
}

.global-nav-sub {
	background: #f4f5dc;
	cursor: pointer;
	color: #336;
	text-align: left;
	padding: 2px 0 0 2px;

}

.global-nav-sub-hover {
	background: rgba(22, 21, 19, 0.04);
	cursor: pointer;
	color: #336;
	padding: 2px 0 0 2px;
}

.global-nav-sub-disabled {
	border-right: #404040 1px solid;
	border-top: #404040 1px solid;
	background: #fff;
	border-left: #404040 1px solid;
	color: gray;
	border-bottom: #404040 1px solid;
	padding: 2px 0 0 2px;
}


.tabs {
    font-weight: 700 !important;
    color: #161513;
    border-width: 0;
    margin: 0;
    height: 20px;
}

input:focus, select:focus, textarea:focus, button:focus, label:focus, option:focus, img:focus, checkbox:focus, a:focus {
	outline: none !important;
	border: 1px solid var(--border-selected);
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

.textbox {
	color: #000;
	border: 1px solid rgba(22, 21, 19, 0.5);
	border-radius: 2px;
	height: 18px;
}

.textbox-rounded {
	border-radius: 50px
}

.textbox[readonly], .textarea[readonly] {
    border-color: var(--border-disabled) !important;
    opacity: 0.7;
}

.text-readonly {
  background-color: var(--control-disabled);
}

.textarea {
	color: #000;
	border: 1px solid rgba(22, 21, 19, 0.3);
	border-radius: 2px;
	overflow: auto;
	resize: none;
}

.textbox-req {
	border-color: var(--border-warning);
}

.textbox-red {
	border-color: Red;
}

.textbox-green {
	border-color: #0f0;
}

.text-white {
	color: #fff;
}

.text-normal {
    font-weight: normal !important;
}

.text-bold {
    font-weight: 700 !important;
}

.textbox-worklist {
	background-color: Transparent;
	border-width: 0px;
	outline: none;
}

	.textbox-worklist:focus {
		outline: none;
		border-width: 0px;
		box-shadow: none;
	}

.textbox-worklist-lightcyan {
	background-color: #e9e9f3;
	border-width: 0px;
	outline: none;
}

	.textbox-worklist-lightcyan:focus {
		outline: none;
		border-width: 0px;
		box-shadow: none;
	}

.textbox-list {
	background-color: Transparent;
	border-width: 0;
	border: none;
}

	.textbox-list:focus {
		outline: 0;
		border: 0px;
		box-shadow: none;
	}

.textbox-list-lightcyan {
	background-color: #e9e9f3;
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
}

.textbox-list-gray {
	background-color: #9af;
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
}

input[class^='textbox-list'] {
	outline: none !important;
}

.label-nobold input[readonly="readonly"].textbox-list:focus {
	outline: 0;
}

.page-text {
}

.label {
    font-weight: 700;
    color: rgba(22, 21, 19, 1);
}

.label-nav-buttons {
	font: 12px Arial;
	font-weight: bold;
	text-decoration: none;
	color: #00688C;
	text-align: center;
	cursor: pointer;
}

.label-ProductName {
	color: #fff;
	background-color: Transparent;
}

.label-nobold {
	color: #000;
}

.label-hyp {
	text-decoration: underline;
	color: #00f;
	cursor: pointer;
}

.label-hyp-italic {
    font-style: italic !important;
}

.label-page-header, .label-page-header > span {
    font-size: 11pt !important;
}

.label-section {
	color: #fff;
	font-size: 12px;
	background-color: Transparent;
}

.label-grid {
	background-color: Transparent;
}

.button-tiny {
	width: 27px !important;
}

.button-small {
	width: 40px !important;
}

.button-large {
	width: 80px !important;
}

.button-xlarge {
	width: 100px !important;
}

.button-browse {
	color: #000;
	width: 40px;
	height: 15px;
	cursor: pointer;
}

a {
    color: -webkit-link;
}

/* CTA Button Style */
.button {
	margin: 1px 1px 1px 1px;
	padding: 0;
	color: white;
	background-color: rgba(22, 21, 19, 0.50);
	border: none;
	border-radius: 2px;
	width: 50px;
	height: 18px;
	cursor: pointer;
}

	.button:hover {
		background-color: rgba(49, 45, 42, 1);
		border: solid 1px #7C85A4;
	}

/* Override CTA button style to Solid style for less important buttons (selected by value). 
.button[value="Add"], .button[value="Delete"], .button[value="Select"] , .button[value="Up"], .button[value="Down"], .button[value="Copy"]{
	color:rgba(22, 21, 19, 1);
	font-weight: 600;
	background-color: rgba(213, 213, 213, 1);
	border: none;
}
	*/
.button:disabled {
	background-color: rgba(22, 21, 19, 0.5);
	color: white;
	border: none !important;
    cursor: default;
}

.button-select {
	padding: 0;
	border: none;
	background-color: rgba(213, 213, 213, 1);
	color:rgba(22, 21, 19, 1);
	font-weight: 600;
	border-radius: 2px;
	width: 70px;
	height: 18px;
	cursor: pointer;
}

.button-select-disable {
	background-color: rgba(22, 21, 19, 0.05);
	color: rgba(22, 21, 19, 0.4);
	border: none !important;
}

TABLE.table {
    padding: 0;
    margin: 0;
    color: rgba(22, 21, 19, 1);
    background-color: Transparent;
}

TABLE.table-grid {
	padding: 0;
	border-style: solid;
}

TABLE.border,
DIV.border-blue, TABLE.border-blue {
    border: 1px solid rgba(22, 21, 19, 0.3);
}

TABLE.border-req {
	border: var(--border-warning) 1px solid;
}

TABLE.table-bgcolor-white {
	background-color: #fff;
}

TABLE.table-bgcolor-gray {
	background-color: #e9e9f3;
}

TABLE.table-bgcolor-cream {
	/* background-color: #f1f3e8; */
}

TABLE.table-bgcolor-lightblue {
	background-color: #f5f9fc;
}

TABLE.margin-left-right {
	margin: 0 5px 0 5px;
}

TABLE.inner-table {
	background-color: #fff;
}

TABLE.fixed-table {
	table-layout: fixed;
}

TABLE.inner-table-lightblue {
	table-layout: fixed;
	background-color: #f5f9fc;
}

TABLE.table-loading {
	border: 2px solid #000;
	background-color: #fff;
}

TR.tblheader-lightblue {
	border: rgba(22, 21, 19, 0.1) 0.1px solid;
	color: rgba(22, 21, 19, 1);
	background-color: rgba(219, 225, 245, 1);
}

.inner-table .tblheader-lightblue {
	color: rgba(22, 21, 19, 0.65);
}

TR.tblheader-gray {
	color: #000;
	background-color: #ccc;
	height: 25px;
}

	tr.tblheader-gray > td {
		padding-right: 5px;
	}

TR.row-blue {
	color: #000;
	background-color: #7C85A4;
}

TR.row-normal {
	color: #000;
	background-color: #fff;
}

TR.row-alternate {
    color: #000;
    background-color: rgba(233, 233, 243, 1);
}

TR.row-select {
	color: #000;
	background-color: rgba(228, 241, 247, 1) !important;
}

TR.spacer {
	height: 5px;
}

tr.row_nobgcolor {
    background-color: transparent !important;
}

input.gridtemplate {
	background-color: transparent !important;
	outline: none !important;
}

.gridtemplate:focus {
	outline: 0;
	border: 0px;
	box-shadow: none;
}

TR.row-select-dark {
	color: #000;
	background-color: #ffffa0;
}

TD.section-header-left {
    width: 1px;
    background-color: var(--section-header);
}

TD.section-header-middle {
    background-color: var(--section-header);
    padding-left: 8px;
    height: 25px;
}

TD.section-header-pbrer {
    background-color: var(--section-header);
    padding-left: 8px;
}

TD.section-header-right {
    clip-path: polygon(0% 0%, 0% 0%, 100% 30%, 100% 100%, 0% 100%);
    background-color: var(--section-header);
    width: 8px;
}

TD.no-padding-left, TH.no-padding-left {
	padding-left: 0;
}

#Part_Content_Div, #Substance_Content_Div {
	border-left:1px solid var(--border-secondary);
	border-right:1px solid var(--border-secondary);
	border-bottom:1px solid var(--border-secondary);
}

TABLE.grd-table-header {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

TABLE.grd-table-body {
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid rgba(22, 21, 19, 0.1);
    border-collapse: collapse;
}

TABLE.padding-all, TH.padding-all, TD.padding-all {
	padding: 5px;
}

DIV.no-padding, TABLE.no-padding, TD.no-padding, TH.no-padding {
	padding: 0;
}

TABLE.padding-left-right, TD.padding-left-right, TH.padding-left-right, TR.padding-left-right {
	padding: 0 5px 0 5px;
}

.grd-table-body td {
	background-color: transparent !important;
}

.grd-table-body > tbody > tr:nth-child(even) {
    background-color: rgba(233, 233, 243, 1);
}

.grd-table-body > tbody > tr {
    border-bottom: 1px solid #CCC;
}

TD.alc-column {
    border-left: 1px solid #CCC;
}

TH.grd-header, TD.grd-header,
TH.alc-header, TD.alc-header,
TH.alc-inner-header, TD.alc-inner-header {
    border-left: 1px solid #CCC;
    text-align: left;
    vertical-align: middle;
}

    TH.grd-header:first-child, TD.grd-header:first-child,
    TH.alc-header:first-child, TD.alc-header:first-child,
    TH.alc-inner-header:first-child, TD.alc-inner-header:first-child,
    TD.alc-column:first-child {
        border-left: none;
    }

td > span {
	word-break: break-word;
}

.anchor-ProductName {
	color: #fff;
	background-color: Transparent;
	text-decoration: none;
}

.ddlist {
	color: #000;
	border: 1px solid rgba(22, 21, 19, 0.5);
	border-radius: 2px;
	height: 18px !important;
}

.ddlist-red {
	color: Red;
}

.ddlist-green {
	color: Green;
}

.ddlist-multi {
	color: #000;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #7C85A4;
	border-width: 1px;
}

.chkbox {
	color: #333;
	border: none 0 #7C85A4;
}

.radio {
    font-weight: 700 !important;
    color: #333;
    border: none 0 #7C85A4;
}

.image {
	color: #000;
}

.dispNone {
	display: none;
}

.displayWOMask {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
}

.displayMask {
	position: absolute;
	background: #fff;
}

.displayLoading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background: #fff;
	z-index: 9999;
	text-align: center;
}

#loadingMask {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

#loadingContainer {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	padding: 0;
}

DIV.table-scroll {
    border: rgba(22, 21, 19, 0.3) 0.1px solid;
    clear: both;
    overflow: auto;
    overflow-x: hidden;
}

DIV.table-border {
	border: rgba(22, 21, 19, 0.1) 0.1px solid;
}

DIV.table-scroll-hide::-webkit-scrollbar {
    border: rgba(22, 21, 19, 0.3) 0.1px solid;
    overflow-y: scroll;
}

DIV.scroll-hide::-webkit-scrollbar,
DIV.Scroll_hide::-webkit-scrollbar {
    background: rgba(219, 225, 245, 1);
    overflow-y: scroll !important;
    border-bottom-width: 0px !important;
}

SPAN.select-box {
	border: solid 1px #7C85A4;
	width: 100%;
}

input {
	color: inherit;
}

INPUT.text-scroll {
	width: 100%;
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
}

SPAN.text-no-scroll {
	white-space: nowrap;
}

.text-border {
	border: solid 1px #DBE1F5;
}

.gridtemplate {
	border: medium none;
	width: 100%;
	background-color: inherit;
}

div.suggestions {
	box-sizing: border-box;
	border: 1px solid #000;
	position: absolute;
}

	div.suggestions div {
		background-color: #fff;
		cursor: default;
		padding: 0 3px;
	}

		div.suggestions div.current {
			background-color: #191970;
			color: #fff;
		}

.word-wrap {
	word-break: break-all;
}

.pending-bg {
	background-color: #ff7c80;
}

.accepted-bg {
	background-color: #fc6;
}

.resolved-bg {
	background-color: #c0dcc0;
}

.pending-txt {
	color: #c33;
}

.accepted-txt {
    color: #c93;
}

.resolved-txt {
    color: #0c0;
}

.gone {
    text-decoration: line-through;
    background-color: #ff9;
    color: red;
}

.new {
	background-color: #6f9;
}

div > em
{
    font-size: inherit;
}

.soft_message {
	background-color: #ff0;
}

.soft_error {
	background-color: Red;
}

.cdTimer {
    font: 11px Arial !important;
    color: #000;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 0;
    padding-bottom: 0;
}

.bipimage {
	font-weight: 700 !important;
	color: #000;
	margin-top: -3px;
	position: absolute;
	z-index: 1;
    cursor: default;
}
/*---------------------------------------------*/
/*Null Factors*/
.nfDiv {
	cursor: pointer;
	border-radius: 2px;
	width: 20px;
	text-align: center;
	margin-bottom: 2px;
}

/*Updates text color for Null Factor text.*/
.nfDiv span {
	color: rgba(22, 21, 19, 1) !important;
}

.nfDiv_off {
	background: white;
	border: 1px solid rgba(22, 21, 19, 0.5);
}

.nfDiv_on {
	background: rgba(208, 229, 238, 1);
	border: 1px solid rgba(121, 177, 198, 1);
}
/*---------------------------------------------*/

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: #000;
	overflow-y: hidden;
}

table[data-worklist="true"] {
	width: 100%;
	border-collapse: collapse;
}

	table[data-worklist="true"] table {
		width: 100%;
		border-collapse: collapse;
	}

table[data-menu="true"] {
	width: 100%;
	color: #000;
	background-color: #FFFFFF;
	border-collapse: collapse;
	padding: 2px;
	height: 27px;
}

	table[data-menu="true"] > tbody > tr > td > table {
		border-collapse: separate;
		border-spacing: 0px, 30px !important;
	}

		table[data-menu="true"] > tbody > tr > td > table > tbody > tr > td {
			padding: 5px 30px;
		}

			table[data-menu="true"] > tbody > tr > td > table > tbody > tr > td:first-child {
				padding: 5px 7px;
			}

			table[data-menu="true"] > tbody > tr > td > table > tbody > tr > td[data-space="true"] {
				padding: 5px 5px;
			}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul[menu-child="true"] {
	background: #ffffff;
	padding: 4px 4px;
	width: 100%;
	text-decoration: none;
	color: var(--text-primary);
	list-style-type: none;
}

	ul[menu-child="true"] > li[menu-child-li="true"] {
		max-height: 18px;
		display: inline-block;
		width: 95%;
	}

#sub-menu-icon {
	float: right;
}

div[hot-key="true"] {
	float: right;
}

ul[main-menu="true"] {
	width: 100%;
	list-style-type: none;
	background-color: white;
	border: 1px solid rgba(22, 21, 19, 0.12);
	margin: 0;
	padding: 0;
	cursor: pointer;
}

	ul[main-menu="true"] > li > ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		ul[main-menu="true"] > li > ul > div {
			height: 100%;
		}

			ul[main-menu="true"] > li > ul > div > div {
				position: relative;
				left: 0;
				top: 0;
				padding: 0;
				width: 100%;
				border: none;
				background: white none repeat scroll 0% 0%
			}


ul[sub-menu="true"] {
	display: none;
	margin: 0;
	padding: 0;
	background-color: white;
	border: 1px solid rgba(22, 21, 19, 0.12);
}

	ul[sub-menu="true"] > li {
		width: 100%;
	}

li[up-arrow="true"] {
	height: 12px;
	background: white;
	border: var(--border-secondary) 1px solid;
	display: none;
}

li[down-arrow="true"] {
	height: 12px;
	background: white;
	border: var(--border-secondary) 1px solid;
	display: none;
}

ul[sub-menu="true"] > li > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul[sub-menu="true"] > li > ul > div > div {
		position: relative;
		background-color: white;
		left: 0;
		top: 0;
		width: 100%;
		border: none;
		background: white none repeat scroll 0% 0%;
	}

ul [menu-child="true"]:hover {
	background: #E3E3E9;
}

	ul[menu-child="true"]:hover > li > ul[sub-menu="true"] {
		display: block;
		height: 15px;
		list-style-type: none;
		width: 100%;
		cursor: pointer;
		border: none;
		background: white none repeat scroll 0% 0%;
	}

.overflow_hidden {
	overflow: hidden;
}

.btn_right,
.text_right {
	text-align: right !important;
}

.text_left {
	text-align: left !important;
}

input[type="checkbox"][disabled][checked] {
  filter: invert(100%) hue-rotate(0deg) brightness(3.7);
}

input[type="text"]:disabled {
	background-color: rgba(240, 240, 240, .85);
	color: var(--text-disabled) !important;
	cursor: text;
}

input[type="checkbox"]:disabled, input[type="radio"]:disabled {
 filter: invert(100%) hue-rotate(0deg) brightness(16);
}

input[type="radio"][disabled][checked] {
  filter: invert(0%) hue-rotate(20deg) brightness(.5);
}



input[type="submit"]:disabled,
input[type="button"]:disabled {
	color: #B9B9B9 !important;
	cursor: text;
}

.margin_0_override {
	margin: 0px !important;
}

#CFG_ADV_COND_SHARED_id {
	margin: 0px;
	vertical-align: text-top;
}

.border_inset {
	border: inset !important;
}

Div[aria-describedby="iframeDialog"] {
	outline: 1px solid;
}

.valign-top {
	vertical-align: top !important;
}

.valign-middle {
	vertical-align: middle !important;
}

.valign-bottom {
	vertical-align: bottom !important;
}

tr[valign="top"], td[valign="top"] {
	vertical-align: top;
}

tr[valign="middle"], td[valign="middle"] {
	vertical-align: middle !important;
}

tr[valign="bottom"], td[valign="bottom"] {
	vertical-align: bottom;
}

.align-center {
	text-align: -webkit-center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: -webkit-right !important;
}

tr[align="center"], th[align="center"], td[align="center"] {
	text-align: -webkit-center;
}

tr[align="left"], th[align="left"], td[align="left"] {
	text-align: left;
}

tr[align="right"], th[align="right"], td[align="right"] {
	text-align: -webkit-right;
}

table[class="tab_bar"] tbody tr td table {
	width: 100%;
}

input[disabledrow="true"],
tr[disabled="disabled"] td.alc-header a {
	color: darkgrey;
}

select:disabled {
    background: var(--control-disabled);
    border-color: var(--border-disabled) !important;
    cursor: text;
    opacity: 0.7;
}

input[type="text"] {
	padding-left: 3px;
}

.DisabledRow td {
	color: #CCCCCC !important;
}

.TreeView {
	cursor: pointer;
}

input[type=checkbox] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
} 

.flotR {
	float: right;
}

.cellspacing-0 {
    border-collapse: collapse;
    border-spacing: 0;
}

.cursor-pointer, img {
    cursor: pointer;
}

.cursor-none {
    cursor: none;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.sub-section-header {
    background-color: var(--section-header) !important;
}
