table.login, #quickSearchTable, table.editTable, .records, .lookups, .ui-tooltip
.internalMessageDivBox, .dropdown, .downloadlinks, .searchtable, .configurationtable,
div.checkResults, div.finalize, div.checkResultsStandAlone, .chartOuterTable,
.pictureOverlayOuter, .treelookup_outer, 
.shadowed {
	-moz-box-shadow: 1px 1px 7px #888;
	-webkit-box-shadow: 1px 1px 7px #888;
	box-shadow: 1px 1px 7px #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=2); /* IE6-8 */
}


html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body, select, input {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
}

body {
	background-color: white;
	color: black;
}

.canvas-container {
	margin: 5px;
}

table {
	border-spacing: 0px;
	empty-cells: show;
	/*background-color: white;*/
	/*color: black;*/
}

td {
	padding: 0px;
	font-size: 9pt;
}

th, .internalMessageHeader {
	
	font-weight: bold;
	color: black;
	background-color: #c0d9fb; /* #bed7fb; */
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 8pt;
	height: 2em;
	vertical-align: middle;
}

ul {
	list-style-position: outside;
}

table.table {
	border: solid 1px #dddddd;
	border-collapse: collapse;
}

img {
	border: transparent 0px none;
	vertical-align: middle;
	margin: 0px;
	background: transparent;
}

h1 img, h2 img, h3 img, h4 img {
	margin-right: 4px;
}

a, a:visited {
	text-decoration: none;
	color: darkblue;
	cursor: pointer;
}

a:hover, a:active {
	color: red;
	text-decoration: none;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

a img {
	border: transparent 0px none;
	margin: 1px;
	background: transparent;
	cursor: pointer;
}

a img:hover {
	position: relative;
	left: +1px;
	top: +1px;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

button {
	font-size: 9pt;
	padding: 1px 4px 1px 4px;
	margin: 0px;
	vertical-align: middle;
}

button img {
	margin: 0px 0px 0px 4px;
}

#top-spacer {
	height: 4px;
}

#together {
	padding: 0px;
	margin: auto;
	width: 99%;
	height: 99%;
	height: Calc(100% - 15px);
	width: Calc(100% - 15px);
	border-spacing: 0px;
	border-radius: 3px;
	overflow: hidden;
	border: #eee solid 1px;
	table-layout: fixed;
}

#together > tbody,
#together > tbody > tr,
#together > tbody td.content {
	height: Calc(100% - 50px);
}

#table_together {
	margin: auto;
	width: 100%;
}

#main {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	height: 97%;
	overflow: hidden;
	white-space: nowrap;
}

#navleft {
	border: none;
	/*width: 320px;*/
	margin: 0px;
	padding: 4px;
	background-color: transparent;
}

tr.metainfo {
	background-color: #eaf6fb;
	color: graytext;
}

#together td.content .split-pane .split-pane-component {
	height: 99%;
	height: Calc(100% - 4px);
}

td.contentleft {
	width: 320px;
	height: 100%;
	padding: 4px;
	vertical-align: top;
	background-color: #f9f9ff;
}

.split-pane .split-pane-component {
	padding: 2px;
}

td.contentright {
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: #fafaff;
}

#quickSearchTable {
	/*width: 302px;*/ /* must add 2 pixels since its a table */
	width: 97.5%;
	width: Calc(100% - 8px);
	border-collapse: separate;
	border: #dddddd 1px solid;
	padding: 0px;
	background-color: white;
	border-radius: 2px;
	margin-bottom: 10px;
}

#quickSearchTable td {
	padding: 2px;
	white-space: nowrap;
}

#quickSearchText {
	width: 93%;
	width: Calc(100% - 30px);
	margin-left: 5px;
}

.highlighted, .modified {
	background-color: #ffffbb!important;
}

#tree {
	border: none;
	display: block;
	width: 97.5%;
	width: Calc(100% - 14px);
	height: 90%;
	height: Calc(100% - 10px);
	padding: 2px;
	overflow: auto;
	background-color: transparent;
}

div#recordFormLoadingDiv, 
div#ajaxTreeLoader {
	min-width: 200px;
	min-height: 200px;
	width: 100%;
	height: 100%;
	background-image: url(img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
}

div#ajaxTreeLoader {
	background-color: transparent;
}

#tree a img:hover {
	left: 0px;
	top: 0px;
}

#content {
	-max-width: 98%;
	-max-width: Calc(100% - 20px); /** minus scrollbar width **/
	height: 100%;
	border: none;
	-overflow: auto;
	background-color: transparent;
	padding: 4px;
}

#right-component > #content,
#innerContent > #content {
	padding: 0;
	overflow: visible;
}

.newFormDiv #right-component #content select,
.newFormDiv #right-component #content input,
.newFormDiv #right-component #content textarea,
.newFormDiv #right-component #content div.multiSelectDiv {
	max-width: 450px;	
}

#header {
	height: 27px;
	width: 100%;
	background: transparent;
	float: center;
	text-align: center;
}

#footer {
	width: 100%;
	height: 30px;
	background: transparent;
	float: center;
	text-align: center;
	vertical-align: top;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 6px 4px 4px 0px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 4px 4px 0px 4px;
}

h3 {
	font-size: 9pt;
	margin: 6px 4px 6px 0px;
	padding: 1px 4px 1px 4px;
}

td.clickable {
	cursor: pointer;
	text-decoration: none;
}

tr.clickable:hover td {
	cursor: pointer;
	background-color: #eaf6fb; /*#bed7fb; */
}

tr.hidden {
	visibility: hidden;
	border-collapse: collapse;
	border-width: 0px;
	height: 0px;
	position: absolute;
	top: -2000px;
}

tr.newForm {
	background-color: #bbffb3;
}

.newFormDiv {
	padding: 10px;
	border: none;
	border-radius: 5px;
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 7;
	color: black;
	max-height: 99%;
	max-width: 99%;
}

.newFormDiv, .newFormDiv .editTable th, .newFormDiv table.calEditTable th {
	background-color: #eaf6fb;
}

.newFormContentDiv {
	overflow: auto;
}

.newFormContainer {
	_display: inline-block;
}

td.label{
	font-size: 10pt;
	font-weight: bold;
}

#content .newFormContainer {
	margin-top: 5px;
}

.newFormContentDiv .editTable, .newFormContentDiv table.calEditTable {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
}

.closeButton, #newformclose {
	z-index: 6;
	cursor: pointer;
	float: right;
	margin: -20px;
	position: relative;
	display: inline;
	background-image: url(img/b_close.png);
	width: 30px;
    height: 30px;
}


tr.depLight {
	background-color: transparent;
}

tr.depDark {
	background-color: #bdd6fb;
}

input, select, textarea {
	font-size: 9pt;
	vertical-align: middle;
	border: 1px solid #ccc; 
}

select, textarea, .multiSelectDiv {
	max-width: 99%;
	background: white;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="file"] {
	margin: 0px;
}

input[type="image"] {
	border: none;
}

input.input_number {
	text-align: right;
} 

table.editTable td input[type="button"] {
	position: relative;
	top: -1px;
}

table.editTable td.field span {
	white-space: nowrap;
}

table.editTable table.lookupSelectSearchTable,
table.editTable table.lookupSelectSearchTable td {
	border: none;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#editTable td.deleted {
	color: red;
	font-weight: bold;
	text-align: center;
}

#editTable.deleted td {
	color: gray;
}

.depViolate {
	border: 2px orange solid;
}

.multiSelectDiv_depViolate {
	vertical-align: top;
	max-height: 300px;
	overflow: auto;
	border: 2px orange solid;
	font-size: 9pt;
}

.multiSelectDiv_missing {
	vertical-align: top;
	max-height: 300px;
	overflow: auto;
	border: 2px red solid;
}

.prevSelected {
	background-color: #bed7fb;
	background: #bed7fb;
}

table.editTable, table.calEditTable {
	min-width: 400px;
	margin: 0px;
	empty-cells: show;
	vertical-align: top;
}

table.editTable {
	border-radius: 2px;
	border: #dddddd 1px solid;
	background: #fff;
	margin-bottom: 4px;
}

.lockedElement {
	color: gray;
	font-style: italic;
}

table.calEditTable {
	border: none;
	width: 100%;
	/*height: 100%;*/
}

.newFormDiv table.editTable {
	width: 100.1%;
}

table.editTable td, table.editTable th {
	padding: 4px 4px;
	height: 1.5em;
}

table.calEditTable td {
	padding: 0px 2px;
	white-space: normal;
}

table.editTable td {
	overflow: hidden;
	max-width: 600px;
	white-space: normal;
	border-bottom: #eeeeee 1px dotted;
}
table.editTable th {
	border-bottom: #ddd 1px solid;
}

table.editTable td.formButtons, 
table.calEditTable td.formButtons, 
table.treelookup_results_table td {
	border-bottom: none;
	text-align: right;
}

table.editTable td a.button, table.calEditTable td a.button {
	/*font-size: 100%;*/
	
}

table.editTable img, table.calEditTable img {
	vertical-align: top;
}

#calEditDiv {
	height: 100%;
	overflow: auto;
	background-color: white;
}

.area {
	width: 100%;
	height: 100%;
}

.records, .lookups {
	margin: 0 5px 5px 0;
	border-collapse: collapse;
	border: #dddddd 1px solid;
	background: white;
	color: black;
	border-radius: 3px;
}

.lookups td {
	padding: 5px;
	vertical-align: top;
}

.records tr.highlighted {
	background-color: #ffffaa;
}

.records tr.deleted, .records tr.deleted td, .records tr.deleted input, .records tr.deleted select {
	background-color: #aaffff;
}

.records tr.inactive, .records tr.inactive td, .records tr.inactive input, .records tr.inactive select {
	background-color: #F9F9F9;
	color: #AEAEAE;
}

.records td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: #dddddd 1px dotted;
	border-bottom: #dddddd 1px dotted;
	white-space: normal;
}
.records tr td:first-child {
	border-left: none;
}
.records tbody tr:last-child td {
	border-bottom: none;
}
.records .rowbutton {
	width: 16px;
}

.records th {
	padding-left: 5px;
	padding-right: 5px;
	border-left: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	white-space: normal;
}

.records td.checkboxes, td.checkboxes {
	white-space: nowrap;
}

.table-autosort th {
	cursor: pointer;
}

input.manualFilterInput, select.table-autofilter {
	width: 98%;
	margin-top: 2px;
	vertical-align: bottom;
	font-size: 100%;
}

.readonly {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #bbbbbb;
	background: #dddddd;
}

.navigate {
	border: none;
	margin: 4px 0;
	padding: 4px;
	background-color: transparent;
}

.navigateLink {
	text-decoration: none;
	color: blue;
	background-color: transparent;
}

.menu {
	border-bottom-width: 1px;
	text-align: right;
	margin: 0px 0px 6px 0px;
	padding: 4px 4px 4px 4px;
}

.messages {
	font-size: 9pt;
	color: darkred;
	margin: 4px;
	padding: 2px;
	empty-cells: hide;
	height: 120px;
	overflow: auto;
	white-space: normal;
	display: block;
}

.message {
	color: orange;
}

.warning {
	color: orange;
	font-weight: bold;
	cursor: help;
	padding: 0 5px;
}

.internalMessageDivBox {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 90%;
	height: 525px;
	border: 1px solid #888888;
	background-color: #ffffff;
	padding: 0px 0px 10px 0px;
	background-color: white;
	border-radius: 5px;
	z-index: 999;
}

.internalMessageTable {
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.draggable, .internalMessageHeader, div.ui-draggable h1 {
	cursor: move;
}

.internalMessageHeader {
	height: 1.5em;
}

.internalMessageTable .internalMessageHeader,
.internalMessageTable .internalMessageContent 
{
	padding: 5px;
	margin: 0px;
}

p.error {
	color: darkred;
	font-weight: bold;
}

.internalMessageContent {
	width: 99%;
	height: 94%;
	height: Calc(100% - 26px);
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin: 4px;
	padding: 2px;
	empty-cells: hide;
	overflow: auto;
	z-index: 1;
	vertical-align: middle;
	background-color: white;
}

.streamwarning {
	color: orange;
}

.searchMessage {
	font-size: 10pt;
	color: black;
	padding: 0px 4px 0px 4px;
}

.searchresults {
	overflow: auto;
}

.searchtable, .exporttable {
	border: #dddddd 1px solid;
	border-spacing: 0px;
	border-radius: 5px;
	background: white;
}

.searchtable td, .searchtable th, .exporttable td, .exporttable th {
	padding: 1px 5px 1px 5px;
	vertical-align: middle;
}

.exporttable {
	margin: 4px;
}

.outersearchtable {
	max-width: 100%;
	empty-cells: show;
	table-layout: fixed;
}

.clickableheader {
	cursor: pointer;
}
.clickableheader th:hover:after {
	content: '\25B2';
}
.clickableheader.open th:hover:after {
	content: '\25BC';
}

.outersearchtable td {
	vertical-align: top;
	padding: 0px;
}

.innersearchtable {
	margin: auto;
	padding: 1px;
	width: 99%;
	height: 99%;
}

.configurationtable {
	border-collapse: collapse;
	border: gray 1px solid;
	border-radius: 5px;
	background-color: #fafafa;
	margin: auto;
	padding: 1px;
	width: 99%;
	height: 99%;
}

.configurationtable td {
	border-bottom: 1px dotted #dddddd;
	padding: 3px;
}
.configurationtable tr:last-child td {
	border-bottom: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

span.calumma_tooltip {
	cursor: help;
}

.searchToolbar {
	position: absolute;
	right: 30px;
	top: 40px;
	background: transparent;
	overflow: hidden;
	display: inline;
	clear: both;
}

.searchToolbarcontent {
	max-height: 600px;
	max-width: 800px;
	overflow: auto;
}

.innersearchtable td, .innersearchtable th {
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid gray;
}

.innersearchtable tr:last-of-type td {
	border-bottom: none;
}

.searchInactive {
	color: gray;
}

.searchActive {
	color: black;
}

.crossLink {
	font-style: italic;
}

span.crosslink_item {
	display: list-item;
}

.lockMessage {
	text-align: center;
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
	color: darkred;
	font-size: 9pt;
	font-weight: bold;
}

.info {
	cursor: help;
	background: transparent;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 1px;
}

.footer {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 100%;
	empty-cells: show;
	vertical-align: top;
}

.footer_center {
	font-size: 7pt;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
}

.footer_center a img {
	vertical-align: -30%;
}

.footer_center a .fa {
	margin: 0px 5px;
}

.footer_tdl {
	border-collapse: collapse;
	border-width: 0px;
	border-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 5px;
}

.footer_tdr {
	border-collapse: collapse;
	border-width: 0px;
	border-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 5px;
}

.adminmenu {
	margin: 1px;
	padding: 4px;
	font-size: 10pt;
	font-weight: bold;
}

.adminmenu a.active {
	color: red;
	font-weight: bolder;
	text-decoration: underline;
}

#adminmenuTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #bdd6fb;
	border-top: #cde6ff 1px solid;
	border-left: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;;
	padding-left: 5px;
}

#topcaption {
	color: #052658;
	display: inline-block;
	max-width: 800px;
	max-width: Calc(100% - 250px);
	overflow: hidden;
}

.topmenu {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 100%;
}

table.topmenu {
	border-bottom: 1px solid #eee;	
}
table.footer {
	border-top: 1px solid #eee;
}

.topmenu_tab {
	background: transparent;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-spacing: 0px;
	border: none;
	height: 27px;
}

td.topmenu {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	vertical-align: bottom;
}

.topmenu_center {
	font-weight: bold;
	white-space: nowrap;
}

.topmenu_header {
	font-size: 11pt;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	/*border-top: solid #888888 1px;*/
}

#together td.content {
	vertical-align: top;
	height: 100%;
}

#info {
	background: transparent;
	text-align: right;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 1px;
	text-align: left;
}

#info th {
	text-align: right;
	vertical-align: middle;
	margin: 1px;
	border-bottom: none;
}

#info tr {
	border-bottom: dotted #dddddd 1px;
}
#info tr:last-child {
	border-bottom: none;
}

#info td, #info th {
	background: transparent;
	color: black;
	padding: 2px 4px;
	margin: 1px;
	vertical-align: middle;
}


#info .newpassword, #info .newpassword td {
	border: none;
}

div.login {
	margin-top: 50px;
	margin-bottom: 50px;
	float: center; 
	border: none;
}

table.login, table.newpassword {
	color: gray;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	border: none;
}

table.newpassword td {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	font-size: 100%;
}

table.login {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

table.login td {
	font-size: 17px;
	vertical-align: middle;
}

table.login th {
	font-size: 17px;
	font-weight: bold;
	color: white; /*#2B579A*/
	background-color: #007AB9;
	border-radius: 3px 3px 0px 0px;
}

.loginLogo {
	padding: auto;
	vertical-align: middle;
	text-align: center;
}

.loginLogo img {
	max-width: 300px;
	max-height: 500px;
}	

.logincenter {
	width: 100%;
	height: 100%;
}

div.loginErrorMessages {
	max-width: 400px;
	max-height: 200px;
	overflow: auto;
	font-size: 10px;
	margin-top: 10px;
}

.login-button {
	margin-top: 10px;
}

.loginstructuretable td {
	
}

table.login td.loginCaption {
	padding: 2px 5px 2px 2em;
}

table.login td.loginInput {
	padding: 2px 2em 2px 5px;
}

table.login input {
	/*font-family: "Lucida Console", Monaco, monospace;*/
	font-size: 15px;
	border: solid #55A0FF 1px;
	color: graytext;
	height: 24px;
	width: 8em;
	text-indent: 2px;
	vertical-align: bottom;
}

.header {
	margin: 0px;
	border: none;
	padding: 5px 0px 0px 0px;
	background-color: transparent;
	display: inline-block;
}

.header .header_left,
.header .header_right {
	vertical-align: top;
	float: left;
}

.header .header_right {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	width: auto;
}

.header .header_right > .button,
.header .header_right > .newButton {
	/*width: 100%;*/
	display: block;
}

.header .header_row {
	vertical-align: top;
}

.newFormDiv .header .header_right {
	margin-left: 20px;
}

.structure {
	background: transparent;
	vertical-align: top;
	border: none;
	margin: 0px;
	padding: 10px 0 0 0;
	width: 100%;
	max-height: 600px;
	overflow: auto;
}

.structure_admin {
	background: #fafaff;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 98%;
}

.central {
	vertical-align: top;
	text-align: left;
	margin: 0px; /*10px 5% 10px 5%;*/
	padding: 0px;
	border-collapse: collapse;
	border-width: 0px;
	border-color: transparent;
	white-space: nowrap;
	empty-cells: show;
	margin-left: 5%;
	margin-top: 2%;
	width: 90%;
	height: 95%;
	overflow: auto;
}

.tree {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	border: none transparent 0px;
	border-collapse: collapse;
	background: transparent;
	text-decoration: none;
	color: black;
}

.tree tr td img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.tree_right {
	vertical-align: top;
	text-align: right;
	background: transparent;
}

.tree_name {
	padding: 0px 3px 1px 3px;
	margin: 0px 0px 0px 2px;
	vertical-align: middle;
	white-space: nowrap;
	color: black;
	text-decoration: none;
}

.tree_name:hover {
	text-decoration: underline;
}

.tree_selected {
	padding: 0px 3px 1px 3px;
	margin: 0px 0px 0px 2px;
	vertical-align: middle;
	white-space: nowrap;
	background: darkblue;
	color: white;
	text-decoration: none;
}

a.tree_selected, a.tree_selected:visited {
	color: white;
}

.tree_selected:hover {
	text-decoration: underline;
}

.left {
	background: transparent;
	border-right-width: 1px;
	border-right-color: #dddddd;
	vertical-align: top;
	text-align: left;
	width: 400px;
	max-width: 400px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

.leftInner {
	padding: 0px;
	margin: 4px 0px;
	border: none;
	height: 99%;
}

.sep {
	background: transparent;
	border: #dddddd 1px dotted;
	border-right: none;
	width: 2px;
	padding: 0px;
	margin: 0px;
}

.bottom {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

.initialSubEntries {
	visibility: hidden;
	height: 1px;
}

.hint {
	position: absolute;
	padding: 2px 4px 2px 4px;
	top: -100px;
	left: 0px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: #ffffbb;
	font-size: 9pt;
	color: darkred;
	text-align: center;
	vertical-align: middle;
	cursor: help;
}

.mandatory {
	color: red;
	cursor: help;
}

.unique {
	color: blue;
	cursor: help;
}

.empty {
	display: inline-block;
	width: 6pt;
	height: 9pt;
	border: 1px dotted #dddddd;
	margin: 0px;
	border-spacing: 0px;
}

a.newButton, a.button, input[type="submit"], input[type="reset"], input[type="button"],
button {
	display: inline-block;
	white-space: nowrap;
	font-size: 11pt;
	padding: 2px 4px 1px 4px;
	color: #222;
	margin: 1px 2px 1px 0px;
	min-height: 17px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	border: #dddddd 1px solid;
	background-repeat: repeat-x;
	background-position: top center;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #888888; /* Standard */
	-webkit-box-shadow: 1px 1px 1px #888888; /* WebKit */
	-moz-box-shadow: 1px 1px 1px #888888; /* Firefox */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888',
		Direction=135, Strength=2); /* IE6-8 */
}

a.button img, a.newButton img {
	margin: 0px;
	border: transparent 0px none;
	background-color: transparent;
}

a.button img:hover, a.newButton img:hover {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	border: transparent 0px none;
	background-color: transparent;
}

a.button:hover img:hover, a.newButton:hover img:hover {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	border: transparent 1px none;
	background-color: transparent;
}

a.newButton:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover,
	input[type="button"]:hover {
	color: #a44;
	text-shadow: 0 0 0.6em #eef, 0 0 0.6em #eef, 0 0 0.6em #eef, 0 0 0.6em
		#eef;
	position: relative;
	border: #87adfb 1px solid;
	box-shadow: 1px 1px 1px #87adfb;
	-moz-box-shadow: 1px 1px 1px #87adfb;
	-webkit-box-shadow: 1px 1px 1px #87adfb;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#87adfb',
		Direction=135, Strength=2); /* IE6-8 */
}

a.newButton:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active,
	input[type="button"]:active {
	border: #f4ae4a 1px solid;
}

.visShow {
	visibility: visible;
}

.visHide {
	display: none;
	visibility: hidden;
	position: absolute;
}

.dropdown_hidden {
	visibility: hidden;
	height: 0px;
}

.dropdown_visible {
	visibility: visible;
	border: #9196a2 1px solid;
	border-top-style: none;
	margin: 1px 4px 4px 4px;
	padding: 0px;
	background-color: #f3f6ff;
	overflow: auto;
	white-space: nowrap;
	display: block;
	z-index: 4;
}

.downloadlinks, .dropdown {
	border: none;
	border-radius: 2px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	background: transparent;
	height: 27px;
	vertical-align: middle;
	empty-cells: show;
	background-repeat: repeat-x;
	background-size: contain;
}

.downloadlinks {
	display: inline-table;
	width: 99.4%;
	margin-bottom: 4px;
	z-index: 5;
}

.downloadlinks tr td {
	vertical-align: middle;
	padding-top: 2px;
}

.dropdown {
	width: 100%;
}
.dropdown_area {
	margin-bottom: 1em;
	padding-left: 4px;
}

.dropdown_div {
	margin-right: 4px;
}
.dropdown_area > div > div > table.records,
.dropdown_area > div > table.records {
	margin-top: 5px;
}


.dropdown_area div.entity {
	/* width: Calc(100% - 8px);*/ /** why  **/
	max-height: 500px;
}

.dropdown tr td {
	padding-left: 5px;
}

.dropdown_l {
	width: 3px;
	float: right;
}

.dropdown_r {
	width: 3px;
}

.dropdown_m {
	border-collapse: collapse;
	border: none;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 99%;
	cursor: pointer;
}

.dropdown_m:hover {
	box-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff;
}

.dropdownbutton {
	cursor: pointer;
	margin-left: 4px;
	margin-right: 5px;
}

.report {
	border: 1px #dddddd dotted;
	empty-cells: show;
	padding: 5px;
}

.report td {
	border: 1px #dddddd dotted;
	empty-cells: show;
}

.report th {
	text-align: left;
	font-size: 10pt;
	border: 1px #dddddd dotted;
}

.report_dark {
	background-color: #f6f6f6;
}

.report_light {
	background-color: transparent;
}

.report_group_dark {
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 5px 2px 2px 2px;
}

.report_group_light {
	font-weight: bold;
	background-color: transparent;
	padding: 5px 2px 2px 2px;
}

.percent {
	background-color: #c4dcfb;
	height: 0.5em;
}

.percentgreen {
	background-color: green;
	height: 0.5em;
}

.missing, #editTable .missing > td {
	color: red;
	font-weight: bold;
}

.missing > td > select, 
.missing > td > input, 
.missing div.multiSelectDiv, 
input.missing,
.missing .lookupSelectSearchTable input, 
.missing .lookupSelectSearchTable select {
	color: red !important;
	border: 1px red solid !important;
}

.startpage {
	border-spacing: 1px;
	min-height: 300px;
	width: 60%;
	min-width: 500px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}

.crosstable {
	border-collapse: collapse;
	padding: 30px;
}

.crosstable td, .crosstable th {
	border: 1px #999999 dotted;
	padding: 5px;
	min-height: 20px;
}

.crosstable td {
	text-align: center;
}

.crosstable th {
	text-align: left;
}

.maintain {
	font-size: 20pt;
	color: red;
}

div.checkResults {
	background: #DFF2FF;
	max-height: 400px;
	overflow: auto;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	margin-bottom: 2em;
}

h2.infoLinkClosed {
	cursor: pointer;
	background-repeat: no-repeat;
	text-indent: 18px;
}

h2.infoLinkOpen {
	cursor: pointer;
	background-repeat: no-repeat;
	text-indent: 18px;
}

div.finalize {
	overflow: auto;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	margin-right: 10px;
}

div.checkResultsStandAlone {
	display: none;
	position: absolute;
	max-height: 400px;
	overflow: auto;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px;
	left: 7px;
	right: 7px;
	bottom: 35px;
	background-color: #eeeefe;
	border-radius: 7px;
	padding-top: 30px;
	z-index: 7;
}

div.checkResultsStandAlone .records {
	width: 99.4%;
	width: calc(100% - 3px);
	margin: 1px;
}

.checkResultsStandAloneClose {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	cursor: pointer;
}

img.ajaxLoader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

img.disableAllAjaxLoader {
	position: absolute;
	float: center;
	left: 47%;
	top: 47%;
	opacity: 1.0;
	z-index: 9999;
}

div.disableAllAjaxLoader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: white;
	opacity: 0.8;
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

.inPlaceAjaxLoader {
	text-align: center;
	left: 50%;
	top: 30%;
}

.chartDiv div {
	
}

.chartOuterTable {
	margin-top: 20px;
	padding: 10px;
	background-color: white;
	border: none;
	border-radius: 4px;
}

.chartOuterTable th {
	border-radius: 3px;
}

.chartOuterTable td.chartHolder {
	vertical-align: top;
	text-align: right;
}

.chartOuterTable td.chartLegend {
	vertical-align: middle;
	text-align: left;
}

.chartLegendDiv {
	border: 1px solid gray;
	text-align: left;
	padding: 5px;
	padding-bottom: 5px;
	min-width: 200px;
	margin-right: 5px;
}

.legendLabel, .pieLabel {
	text-align: left;
	font-size: 8pt;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.legendToggle {
	width: 100%;
	text-align: center;
}

.chartLegendDiv a {
	color: darkblue;
}

.configHeader {
	cursor: pointer;
	color: navy;
}

.configHeaderButtonRight, .configHeaderAdditional, .configHeaderSearch {
	float: right;
	display: inline-block;
	white-space: nowrap;
	height: 100%;
}
.configHeader .configHeaderSearch input.configHeaderSearchInput {
	margin-right: 10px;
}


#status {
	font-size: 70%;
	font-weight: bold;
	color: red;
	text-align: center;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
	font-size: 8pt;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

/* css for hierarchical lookup tables */
.modalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3); /* black semi-transparent */
	z-index: 5;
}

body.modalOverlayPresent {
	_overflow: hidden;	
}
body.modalOverlayNoScrolling {
	overflow: hidden;	
}

.pictureOverlay {
	background-color: transparent;
	padding: 0;
	top: 5%;
	left: 5%;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	min-width: 50px;
	min-height: 50px;
	position: fixed;
	z-index: 6;
}

.pictureOverlay .closeButton {
	margin-top: -10px;
	margin-right: -20px;
	z-index: 7;
}

.pictureOverlayOuter {
	background-color: white;
	border-radius: 5px;
	border: #dddddd solid 1px;
	padding: 5px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.pictureOverlayInner {
	text-align: left;
	vertical-align: top;
	overflow: auto;
	border: none;
	width: 100%;
	height: 100%;
	height: Calc(100% - 30px);
	margin-top: -20px;
	padding: 0;
}

.pictureOverlayInner img {
	height: auto;
	width: auto;
	border: none;
}

.pictureOverlayInner img.autofit {
	height: auto;
	width: auto;
	max-width: 100%;
	max-width: Calc(100% - 10px);
	min-width: 100%;
	max-height: Calc(100% - 10px);
	border: none;
}

.pictureOverlayOuter h1 {
	position: relative;
	margin: 0px;
	background-color: transparent;
	text-shadow: 0px 0px 5px white;
}

.multiSelectDiv {
	vertical-align: top;
	max-height: 180px;
	min-height: 40px;
	overflow: auto;
	font-size: 9pt;
	border-color: silver;
	border-style: solid;
	border-width: 1px;
}

.multiselectview li {
	margin: 0;
	display: block;
	clear: both;
}

#editTable .ref table td,
.multiSelectDiv .ref table td {
	padding: 0;
	margin: 0;	
	vertical-align: middle;
	border: none;
}

.treelookup_outer {
	position: fixed;
	padding: 1px;
	border-radius: 4px;
	top: 0px;
	left: 20%;
	width: 80%;
	height: 400px;
	z-index: 99;
	border: solid gray 1px;
	background-color: #CFE7FA;
}

.treelookup_header {
	font-size: large;
}

.treelookup_inner {
	overflow: auto;
	background-color: white;
	margin: 2px;
	display: block;
	height: 80%;
	height: Calc(100% - 56px);
	border: 1px gray solid;
	cursor: default;
	color: black;
	font-weight: normal;
}

.treelookup_buttons, .treelookup_header {
	padding-left: 0.5%;
	padding-top: 2px;
	padding-bottom: 1px;
}

table.editTable td .treelookup_buttons input[type=button] {
	padding: 3px 10px;
	margin: 0;
	height: auto;
}

.treelookup_close {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	cursor: pointer;
}

.treelookup_selected {
	font-weight: bold;
	color: green;
}

.treelookup_dep_violate {
	font-weight: lighter;
	color: gray;
	font-style: italic;
}

.treelookup_selected_dep_violate {
	color: green;
	font-weight: lighter;
	font-style: italic;
}

.treelookup_results, .lookupSelectSearchTable {
	font-size: 10pt;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	max-height: 10em;
	overflow: auto;
}

.treeview, .treeview ul, .multiselectview, .multiselectview ul {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
}

.treeview .hitarea {
	background: url(../js/treeview/images/treeview-default.gif) -64px -25px
		no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	margin-top: 1px;
	cursor: pointer;
	float: left;
	_display: inline-block;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	margin: 0px;
	padding: 1px 3px 2px 16px
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	margin: 1em 0;
	display: none;
}

.treeview .hover {
	color: red;
	cursor: pointer;
}

.treeview li {
	background: url(../js/treeview/images/treeview-no-line.gif) 0 0 no-repeat;
}

.treeview li.root {
	background: none;
}

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-position: 0 -1766px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../js/treeview/images/treeview-default.gif);
}

.treeview li.lastCollapsable {
	background-position: 0 -111px
}

.treeview li.lastExpandable {
	background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea
	{
	background-position: 0;
}

.treeview li.loading {
	background: url(img/ajax-loader.gif) 0 0 no-repeat;
    background-size: 16px 16px;
}

.treeview-red li {
	background-image: url(../js/treeview/images/treeview-red-line.gif);
}

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable
	{
	background-image: url(../js/treeview/images/treeview-red.gif);
}

.treeview-black li {
	background-image: url(../js/treeview/images/treeview-black-line.gif);
}

.treeview-black .hitarea, .treeview-black li.lastCollapsable,
	.treeview-black li.lastExpandable {
	background-image: url(../js/treeview/images/treeview-black.gif);
}

.treeview-gray li {
	background-image: url(../js/treeview/images/treeview-gray-line.gif);
}

.treeview-gray .hitarea, .treeview-gray li.lastCollapsable,
	.treeview-gray li.lastExpandable {
	background-image: url(../js/treeview/images/treeview-gray.gif);
}

.treeview-famfamfam li {
	background-image: url(../js/treeview/images/treeview-famfamfam-line.gif);
}

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable,
	.treeview-famfamfam li.lastExpandable {
	background-image: url(../js/treeview/images/treeview-famfamfam.gif);
}

.filetree li {
	padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
	padding: 1px 0 1px 16px;
	display: block;
}

.filetree span.folder {
	background: url(images/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
	background: url(images/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
	background: url(images/file.gif) 0 0 no-repeat;
}

span.broken {
	color: #999999;
}

tr.deleted td {
	color: red;
	background-color: #fffcfc;
}

div.entity {
	width: 100%;
	overflow: auto;
	max-height: 90%;
}

select.entityselect {
	width: 100%;
	max-width: 12em;
	min-width: 5em;
}

img.download {
	height: auto;
	width: auto;
	max-height: 1.5em;
	max-width: 4em;
	margin-right: 4px;
}

.printLogo, .printOnly {
	display: none;
	visibility: hidden;
}

table.copyEventTable {
	border-collapse: collapse;
	border: none;
	margin: 0px;
}

table.copyEventTable td {
	padding: 2px;
}

.hidden {
	position: absolute;
	visibility: hidden;
	left: -2000px;
}

.visShow {
	visibility: visible;
}

.visHide {
	visibility: hidden;
	position: absolute;
}

div.downloadConfigDiv {
	border: none;
	vertical-align: center;
}

#download_check {
	background-color: #eee;
}

.downloadConfigInnerDivAjax {
	background-color: white;
	padding: 4px;
	overflow: auto;
	max-height: 500px;
}

.downloadConfigInnerDiv {
	background-color: white;
	padding: 4px;
	overflow: auto;
}

table.downloadConfigTable, table.downloadConfigTable td, table.downloadConfigTable th
	{
	border: 1px #dddddd solid;
	border-collapse: collapse;
	padding: 1px 5px 1px 5px;
}

table.downloadConfigTable input[type='checkbox'] {
	text-align: center;
}
table.downloadConfigTable td.title input {
	width: 100%;
	margin: 0;
}


div.tg-calendar {
	min-width: 800px;
	-margin-right: 5px;
}

div.downloadbutton {
	padding-top: 5px;
	padding-bottom: 5px;
}

.centered {
	text-align: center !important;
}

td.permission1, td.permission1 * {
	background-color: #ABF1A7;
}

td.permission-1, td.permission-1 * {
	background-color: #FB7A87;
}

div.usergroup {
	width: 87%;
	float: left;
}

div.usergroup_select {
	max-height: 4em;
	overflow: auto;
	white-space: nowrap;
}

.table-sorted-desc:before {
	content: '\25B2';
}

.table-sorted-asc:before {
	content: '\25BC';
}

.language_table input[type="text"] {
	width: 100px;
}

#topcaption_header {
	cursor: pointer;
	vertical-align: baseline;
}

.disabled, .disabled:hover,
button.disabled i.fa,
.disabled i.fa, .disabled:hover i.fa, .disabled i.fa:hover
button[disabled="1"], button[disabled="1"]:hover,
input[readonly] {
	background-color: #dddddd!important;
	color: gray!important;
	background-image: none!important;
	cursor:default!important;
}

.attribute_value_field > i.fa {
	color: inherit ! important;
}
.attribute_value {
	width:70%;
	min-height: 1.5em;
	padding:5px;
}
.attribute_value i.icon-edit { display: none; }
.attribute_value:hover i.icon-edit {	display: inline; }
.attribute_value:hover i.icon-edit:hover {	color: red; }
textarea.attribute_value {
	min-height: 8em;
	width: 75%;
	width: Calc(100% - 135px);
}

td.center, th.center {
	text-align: center!important;
}
td.right, th.right {
	text-align: right!important;
}
td.left, th.left {
	text-align: left!important;
}

.value{
	min-width: 200px;
}

.sorry {
	max-width: 100%;
	width: auto;
	padding: 5px;
	background: black;
	color: white;
	display: inline-block;
}

div.video_thumb {
	background-color: #666;
	border: 1px solid white;
	margin: auto;
}
	
div.video {
	background-color: transparent;
	background-image: url(img/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.video .video-js .vjs-tech {
	position: initial;
	max-width: 100%;
	max-height: 100%;
}

div.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	vertical-align: middle;
}

div.overlay.video .video-js {
    height: auto;
    width: auto;
    max-width: 90%;
    margin: auto;
    padding: 0;	
}

div.overlay.video .closeButton {
	margin: 0;
	top: -2%;
	left: -8%;
}

.entity_occurence
{
	width: 100%;
	max-width: 250px;
} 

.pointer {
	cursor: pointer;
}

.button_align {
	background-color: transparent;
	display: inline-block;
}
.button_align button, .button_align a.button, .button_align input  {
	-width: 100%;
	display: block;	
}

.ui-datepicker-trigger {
	padding: 2px;
	margin: 1px;
}

.submitbutton, .submitbutton:hover, .submitbutton:active, .submitbutton:focus 
{
	border: none;
	padding: 1px 8px;
	margin: 1px;
	min-height: 12px;
	min-width: 12px;
	text-align: center;
	vertical-align: middle;
}

.submitbutton .fa {
	font-size: 16px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.button > i.fa {
	margin-right: 4px;
	margin-left: 4px;
}

.text_attribute_buttons {
	float: right; 
	text-align: right;
}
.text_attribute_buttons a.button {
	width: 90%;
	width: Calc(100% - 20px);
}

 .rotate {
  /* FF3.5+ */
  -moz-transform: rotate(90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(90.0deg);
  display: inline-block;
}

input.searchField{
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 99%;
}

span.record_count{
	color: #06A9E3;
}

.attribute_value_form.no_text_area a:active i.fa,
.attribute_value_form.no_text_area a:focus i.fa {
	color: red;
}

input[type="radio"] {
	margin-right: 4px;
}

.radio_spacer {
	width: 1em;
	display: inline-block;
}

.loading {
	background-color: #eee;
	background-image: url(img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30%;
}

ul.crosslinks {
	margin: 0;
	padding: 0px 0px 1px 23px;
}


#together td.content {
	border-left: none;
	border-right: none;
}


.shadowed {
	box-shadow: 2px 2px 6px #aaa;
	-webkit-box-shadow: 2px 2px 6px #aaa;
} 

table.login, #quickSearchTable, table.editTable, .records, .attributes, .lookups,
.internalMessageDivBox, .dropdown, .searchtable, .configurationtable, #tree, .newFormDiv {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 2px 2px 6px #aaa;
	-webkit-box-shadow: 2px 2px 6px #aaa;
	border-collapse: separate;
	border-spacing: 0px;
}

.searchtable tr.clickableheader th {
	border-bottom: 1px solid white;
}

a, a:visited, .navigateLink {
	color: #154682;	
}

table.records td, table.records th{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
} 

.tree_selected {
	background:	#154682;
}

.treelookup_outer {
	border: none;
	box-shadow: 2px 2px 6px #888;
	-webkit-box-shadow: 2px 2px 6px #888;
}

a.newButton, a.button, input[type="submit"], input[type="reset"], input[type="button"], button,
.myButton, .downloadlinks a {
	background-image: none;
	background-color:#007DBD;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/* border:1px solid #124d77; */
	border: none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding: 3px 10px 5px 10px;
	margin: 1px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	box-shadow: 1px 1px 1px #888888;
    -webkit-box-shadow: 1px 1px 1px #888888;
    -moz-box-shadow: 1px 1px 1px #888888;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=2);
}

a.newButton:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover,
.myButton:hover, .downloadlinks a:hover {
	background-image: none;
	background-color:#0096D9;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	text-shadow:0px 1px 0px #154682;
	color:#ffffff;
	border: none;
}

a.newButton:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active,
.myButton:active, .downloadlinks a:active {
	background-color:#0096D9;
	background-image: none;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	text-shadow:0px 1px 0px #154682;
	position:relative;
	top:1px;
	left:1px;
	border: none;
}

input[type="submit"]:disabled, input[type="submit"]:disabled:hover,
input[type="reset"]:disabled, input[type="reset"]:disabled:hover,
input[type="button"]:disabled, input[type="button"]:disabled:hover,
button:disabled, button:disabled:hover,
a.button:disabled, a.button:disabled:hover,
a.newButton:disabled, a.newButton:disabled:hover,
.myButton:disabled, .myButton:disabled:hover
{
    background: #dddddd;
    box-shadow: none;
    cursor: not-allowed;
}

table.editTable td input[type="button"] { top:0; }
table.editTable td input[type="button"]:active { top:1px; }

th, .internalMessageHeader, 
.footer_center,
.topmenu_header, .topmenu_center, .topmenu_tab,
.dropdown, .downloadlinks {
	background-image: none;
}

th, .internalMessageHeader, 
.topmenu_header, .topmenu_center, .topmenu_tab, #adminmenuTable,
.footer_center, .dropdown, #quickSearchTable th
{
	background-color: #A9DEF9;
}

.topmenu_header {
	text-align: left;
}

.topmenu_tab {
	width: 5px;
}

.footer_tdl, .footer_tdr {
	background-image: none;
	width: 0px;
}

#together td.content {
	border: none;
}

table, .readonly {
	border-collapse: separate;
	border-spacing: 0px;
}

#infotable {
	margin-top: 10px;
	min-width: 500px;
}

.fa {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: -2px;
}

small .fa {
	font-size: 90%;
}

.fa.off {
	color: #999;
}

.ui-datepicker-trigger, input[type="button"].addFileUploadButton {
	padding: 2px;
	margin: 1px;
	min-width: 2em;
	text-align: center;
}

.dropdown_m:hover {
	box-shadow: none;
	text-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff;
}

.submitbutton, .submitbutton:hover,
a.button.submitbutton, a.button.submitbutton:hover {
	border: none;
	padding: 3px 8px;
	margin: 2px;
	min-width: 18px;
	min-height: 16px;
	text-align: center;
}

tr.depDark { background-color: #eeeeee }
tr.depLight { background-color: #efefef }

#adminmenuTable {
	border: none;
}

.topmenu .fa:hover {
	color: red;
}

button.new_brother{
	margin-bottom: 10px;
}

.downloadlinks {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    border: none;
    margin-top: 10px;
}

#navleft {
	padding: 5px 0px 0px 5px;
	height: 99%;
	height: Calc(100% - 8px);
}

#tree {
	height: Calc(100% - 10px);
	padding-top: 2px;
}

#tree.hasQuickSearch {
	height: Calc(100% - 90px);
}

#innerContent {
	min-height: 300px;
	min-width: 300px;
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	background-color: white;
	height: 100%;
	max-width: 100%;
}

th.table-sortable {
	cursor: pointer;
}

table.exportfilter {
	width: Calc(100% - 10px);
	margin-left: 10px;
	background-color: #eeeeee;
}

.toggle {
	cursor: pointer;
}
.toggle:hover {
	background-color: #ffffdd;
	margin-top: -1px;
	margin-bottom: 1px;
}

table.structure td.newEntityButton {
	padding-bottom: 20px;
	padding-left: 4px;
}

.readonly-cursor {
	cursor: no-drop;
	cursor: not-allowed;
}

#autoLogoutWrapper {
	min-width: 300px;
}

#autoLogoutWrapper .progressBar {
    display: inline-block;
    width: 90px;
    height: 14px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-color: red;
    background: linear-gradient(90deg, red 70%, transparent 30%);
    background-size: 10px 100%;
    background-repeat: repeat-x;
}

#autoLogoutWrapper .progressBar .progress {
	display: block; 
	width: 100%;
	height: 100%;
	background-color: green;
    background: linear-gradient(90deg, green 70%, transparent 30%);
    background-size: 10px 100%;
    background-repeat: repeat-x;
}

.subelements_buttons {
	padding-top: 5px;
	padding-bottom: 5px;
}

span.right, div.right {
	float: right ! important;
}


select.ui-datepicker-month, select.ui-datepicker-year{
	color: black;
}

.record-table-two {
	float: left;
	margin-right: 25px;
}

.record-table-one {
	float: right;
}

input.genericFilterField {
	color: #0f0f0f;
	width: 100%;
}
.weakPasswordWrapper {
	display: flex;
	justify-content: center;
}
.weakPassword.center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 50vw;
}

.weakPassword h2 {
	font-size: 2.5em;
	font-weight: 700;
	margin: 1em 0 0 0;
	display: block;
	width: 100%;
}

.weakPassword > div {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	width: 100%;
}

.weakPassword > .message,
.weakPassword > div.error {
	font-weight: bold;
	color: red;
}

.weakPassword label {
	display: inline-block;
	font-size: .9em;
	padding: 0 0 4px 4px;
	font-weight: 600;
	text-transform: uppercase;
}

.weakPassword input {
	margin-bottom: 16px;
	padding: 8px;
	font-size: 20px;
	color: #0B0728;
	border-radius: 4px;
	border: 1px solid #0096D9;
	width: 50vw;
}

.weakPassword:focus {
	 outline: 3px solid #026d9d;
	 border-color: transparent;
}

