
/* Common */


html,body {
	height: 100%;
}

body {
    margin: 0;
    font-family: Helvetica, Arial;
    font-size: 1em;
}

th {
	text-align: left;
}

#ajaxIndicator {
	display: none;
	position: absolute;
	bottom: 3px;
	margin-left: -15px;
	height: 30px;
	width: 30px;
	left: 50%;
	z-index: 20;
	background-image: url('images/30/wait.gif');
}

iframe {
	display: none;
}

.disabled, *[disabled], .selectable.disabled, .selectable[disabled]:hover {
	cursor: default !important;
}

input, textarea, select {
	font-size: 1em !important;
}

input {
	padding:2px 2px 2px 5px;
	border-width: 1px;
	border-style: solid; 
	height: 16.5px;
}

input[type=file] {
	z-index: 999999;
}

textarea {
	padding: 2px;
	border-width: 1px;
	border-style: solid; 
	width: calc(100% - 6px);
	max-width: calc(100% - 6px);
	min-height: 60px;
	font-family: Helvetica, Arial;
    font-size: 1em;
    line-height: 13px;
}

div.textArea {
    line-height: 13px;
}

input[type=checkbox] {
	border:0;
	margin-left:0;
}

.value > div > input[type=checkbox] {
	position: relative;
	top: 3px;
	height: 13px;
}

select {
	height: 23px;
	padding:2px;
	border-width: 1px;
	border-style: solid; 
	max-width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

select[multiple=multiple] {
    width: 100%;
    height: 100%;
}

a {
	text-decoration: none;
}

.input {
	border-width: 1px;
	border-style: solid; 
	height: 16.5px;
	line-height: 18px;
	padding: 2px 5px;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	cursor: default;
}

.prefix {
	float:left;
	font-weight:bold;
	margin-right:5px;
}

.input.prefix {
	margin-right: 2px;
}

.input.suffix {
	margin-left: 2px;
}

input.inputValue, select.inputValue {
	float: left;
	max-width: calc(100% - 72px);
}

select.inputValue {
	max-width: calc(100% - 63px);
}

.input.suffix {
	cursor: pointer;
}

.input.suffix input[type=checkbox] {
	float:right;
	position:relative;
	margin:0;
	margin-left: 7px;
}
 
#page {
    top: 0;
    left: 0;
    position: relative;
    height: 100%;
}

#content {
    padding: 25px 50px;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 36px;
    position: absolute;
    overflow: auto;
}

#content.children {
	top: 89px;
}

.selectable.hover, .selectable:hover {
	cursor: pointer;
}

.selected.hover, .selected:hover {
	cursor: pointer;
}

.context.hover, .context:hover {
	cursor: help;
}

.hidden {
	display:none !important;
}

.clear {
	clear: both:
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}




/* Dialog */

/** The following are take from the jQuery UI theme for use with this plugin */
.ui-widget-overlay { 
	opacity: 0.5;
	filter: alpha(opacity=50);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	position: fixed;
}

.ui-corner-all {
    border-radius: 6px;
}

.ui-helper-clearfix {
	display: block;
}

.ui-dialog .ui-dialog-titlebar-close {
	height: 24px;
	width: 24px;
    position: absolute;
	top: 6px;
	right: 6px;
	background-image: url('images/12/cross_white.png');
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.ui-dialog {
	overflow: hidden;
	z-index: 1002;
	box-shadow: 0 8px 14px rgba(0,0,0,0.4);
}

.ui-dialog .ui-dialog-titlebar {
	border-radius: 0px;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
}

.ui-dialog .ui-dialog-title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 15px;
	height: 45px;
	line-height: 45px;
	position: relative;
}

/*
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    position: relative;
}
*/

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    position: relative;
}

#dialogContent {
	overflow: auto;
	position: absolute;
    padding: 10px 15px;
    min-height: 0px;
    max-height: calc(100vh - 190px);
 	position: relative;
}

#dialogContent.fullscreen {
 	top: 0px;
 	bottom: 0px;
 	left: 0px;
 	right: 0px;
 	position: absolute;
}

.ui-widget-content {
    border-width: 1px;
	border-style: solid; 
}

#dialog {
	display: none;
}



/* Datepicker */

/** The following are take from the jQuery UI theme for use with this plugin */

.ui-datepicker {
	width: 225px;
	display: none;
	z-index: 1003 !important;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	border-radius: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.8em;
	line-height: 25px;
	margin: 0 5px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    font-size: 0.7em;
    font-weight: bold;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
	font-weight: bold;
}

.ui-datepicker table {
	border-collapse: collapse;
	width: 100%;
}

.ui-datepicker th {
	border: 0;
	text-align: center;
	font-size: 0.7em;
	padding: 7px 3px;
	font-weight: bold;
}

.ui-datepicker td {
	text-align: center;
	font-size: 0.7em;
	height: 20px;
	line-height: 20px;
}

.ui-datepicker td:not(.ui-datepicker-unselectable) {
	cursor: pointer;
}

.ui-datepicker td:hover:not(.ui-datepicker-unselectable) {
}

.ui-datepicker td.ui-datepicker-today {
	
}

.ui-datepicker td a {
	color: inherit !important;
	font-weight: inherit !important;
}

.ui-datepicker td.ui-datepicker-current-day {
	font-weight: bold;
	font-size: 0.8em;
}

.ui-timepicker-div {
	margin: 7px 5px 0 5px;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px 0 0 0;
}

.ui-timepicker-div dl dt {
	height: 25px;
	padding-left: 2px;
	font-size: 0.7em;
}

.ui-timepicker-div dl { 
	text-align: left;
	margin: 0; 
}

.ui_tpicker_time_label {
	text-indent: 500px;
	overflow: hidden;
}

ui_tpicker_hour_label, ui_tpicker_minute_label {
    font-weight: bold;
}

.ui_tpicker_time {
	margin: -25px 10px 10px 10px !important;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.ui-timepicker-div .ui-widget-header{
	margin-bottom: 8px;
}

.ui-timepicker-div dl dt { 
	height: 25px; 
}

.ui-timepicker-div dl dd { 
	margin: -22px 5px 10px 65px;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.35em;
	top: -0.25em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal {
    height: 0.4em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
    height: 0.8em;
    position: absolute;
    width: 0.5em;
    z-index: 2;
    border-width: 1px;
	border-style: solid;
}

.ui-slider .ui-slider-handle:hover {
    border-width: 1px;
	border-style: solid;
}

.ui-datepicker-buttonpane {
	border-bottom-width: 0px !important;
	margin: 15px 5px 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    padding: 6px 0px;
    font-size: 0.6em;
    font-weight: bold;
    border: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-timepicker-div .ui-widget-header {
    display: none;
}

.ui-timepicker-div td {
	font-size: 0.6em;
	vertical-align: bottom;
}

.datepicker {
	background-image: url('images/12/calendar.png');
	background-position: calc(100% - 5px);
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}

.datetimepicker, .timepicker {
	background-image: url('images/12/clock.png');
	background-position: calc(100% - 5px);
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}

.checkboxlist {	
	border: 1px solid #E0E0E0;
	color: black;
	margin-top: 1.5px;
	min-width: 275px;
	max-height: 121.5px;
	overflow-y: auto; 
}

.checkboxlist > div {
	height: 20px;
	line-height: 20px;
	padding: 2px 0px 2px 20px;
	position: relative;
	margin-left: 5px;
	color: #e0e0e0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkboxlist > div.selected, .checkboxlist > div:hover {
	color: black;
}

.checkboxlist > div > input[type=checkbox] {	
	position: absolute;
	left: 1px;
	top: 2px;
}

/* Dual Pane */

.dualpane {
    overflow: hidden;
}

.pane {
    width: 45%;
    height: 104px;
    float: left;  
}

.pane.info {
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    font-weight: bold;
    text-indent: 2px;
}

.pane.controls {
    width: 9.99%;
    position: relative;
}

.pane.controls .action {
    width:16px;
    height:16px;
    position:absolute;
    margin-left:-8px;
    background-repeat: no-repeat;
    cursor: pointer; 
    padding-left: 0;
    background-position: left center;
}

.pane.controls .action.assign {
    left:50%;
    top:30px;
    background-image: url('images/12/arrow_right.png');
}

.pane.controls .action.unassign {
    left:50%;
    bottom:30px;
    background-image: url('images/12/arrow_left.png');
}

.pane.controls .action.up {
    right:20px;
    top:30px;
    background-image: url('images/12/arrow_up.png');
}

.pane.controls .action.down {
    right:20px;
    bottom:30px;
    background-image: url('images/12/arrow_down.png');
}


/* Context Menu */

#contextMenu {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	z-index: 9999;
	border-radius: 6px;
	min-width: 100px;
	overflow-y: auto;
  	overflow-x: hidden;
  	box-shadow: 0 8px 14px rgba(0,0,0,0.4);
}

#contextMenu ul {
    list-style-type: none;
    padding: 0 0 0 0; 
    margin: 0 0 0 25px;
    border-left-width: 1px;
	border-left-style: solid;
}

#contextMenu li {
    padding: 5px 5px 3px 30px;
    font-weight: bold;
    font-size: 0.8em;
    position: relative;
    left: -25px;
    width: 100%;
    height: 15px;
    line-height: 15px;
}

#contextMenu li.divider {
    border-bottom-width: 1px;
	border-bottom-style: solid;
    padding: 0 0 0 0;
    margin-left: 25px;
    height: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}

#contextMenu li div.info {
	height: 15px;
	line-height: 15px;
	padding-right: 10px;
	font-size: 0.87em;
	float: right;
}

#contextMenu li.header {
	padding-top: 15px;
	font-size: 0.7em;
}

#contextMenu li.header.first {
	padding-top: 5px;
}

#contextMenu li.no {
	background-image: url('images/12/cross.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.yes {
	background-image: url('images/12/check.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.view {
	background-image: url('images/12/view.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.edit {
	background-image: url('images/12/pen.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.add {
	background-image: url('images/12/plus.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.window {
	background-image: url('images/12/newwindow.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.document {
	background-image: url('images/12/document.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.move {
	background-image: url('images/12/move.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.list {
	background-image: url('images/12/list.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.left {
	background-image: url('images/12/arrow_left.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.right {
	background-image: url('images/12/arrow_right.png');
	background-repeat: no-repeat;
	background-position: 3px;
	text-align: left;
}

#contextMenu li.action {
	background-image: url('images/12/cog.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.folder {
	background-image: url('images/12/folder.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.refresh {
	background-image: url('images/12/reload.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.replace {
	background-image: url('images/12/replace.png');
	background-repeat: no-repeat;
	background-position: 3px;
}

#contextMenu li.lock {
	background-image: url('images/12/key.png');
	background-repeat: no-repeat;
	background-position: 3px;
}



/* Message Bar */

#messageBar {
    position: absolute;
    padding: 2px 50px 0 30px;
    top: 10px;
    right: 0;
    height: 24px;
    font-weight: bold;
    text-align: right;
    background-repeat: no-repeat;
    white-space: nowrap;
    z-index: 9999;
}

#messageBar.info {
    background-image: url('images/24/info.png');
}

#messageBar.saved {
    background-image: url('images/24/ok.png');
}

#messageBar.error {
    background-image: url('images/24/error.png');
}



/* Banners */

.titleBar {
     top: 0;
     left: 0;
     height: 55px;
     border-bottom-width: 1px;
	 border-bottom-style: solid;
     font-size: 1.5em;
     font-weight: bold;
     padding: 10px 0 0 25px;
     background-repeat: no-repeat;
}

.titleBar .info {
	font-size: 0.5em;
}

.subtabBar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 22px;
}

.footerBar {
     bottom: 0;
     left: 0;
     right: 0;
     height: 35px;
     border-top-width: 1px;
	 border-top-style: solid;
     position: absolute;
     text-align: right;
}

.titleBar .holder {
	float: left;
	overflow: hidden;
	padding-right: 15px;
	height: 50px;
	line-height: 50px;
}

.footerBar .holder {
    float: right; 
    overflow: hidden; 
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
}

.holder img {
	vertical-align: middle;
    max-height: 100%;
}

.titleBar .holder img {
	vertical-align: top;
}

.footerBar .proact {
	float: right;
	padding: 0 10px 0 0;
	background-image: url('images/proactlogo.png');
	background-position: left 5px;
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
}

.footerBar .customer {
	float: right;
	padding: 0 10px 0 0;
	background-image: url('images/wwlogo.png');
	background-position: left 5px;
	background-repeat: no-repeat;
	height: 35px;
	width: 210px;
}

.footerBar .controls {
	background-repeat: no-repeat;
	background-position: left 12px;
	float: left;
	padding: 8px 10px 5px 15px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 0.7em;
	height: 20px;
	line-height: 20px;
}

.footerBar .controls.user {
	background-image: url('images/12/user.png');
}

.footerBar .controls.mail, .mail {
	background-image: url('images/12/mail.png');
	background-position: left 13px;
}

.footerBar .controls.mail.unread, .mail.unread {
	background-image: url('images/12/unreadmail.png');
	background-position: left 12px;
	padding-left: 20px;
	color: red !important;
}

.footerBar .controls.config {
	background-image: url('images/12/wrench.png');
}

.footerBar .controls.logout {
	background-image: url('images/12/cross_alt.png');
}

.footerBar .controls.info {
	background-image: url('images/12/info_alt.png');
}

.footerBar .controls.help {
	background-image: url('images/12/newwindow.png');
}

.footerBar .controls.list {
	background-image: url('images/12/list.png');
}


/* Tabs */

#tabs {
    position: absolute;
    top: 46px;
    left: 0px;
    right: 45px;
    height: 20px;
}

#dialog #tabs {
	top: -20px;
}

#tabs .tab {
	float: right;
	font-weight: bold;
	font-size: 0.8em;
	padding: 3px 5px 0 5px;
	height: 16px;
	margin: 0 2px 0 2px;
	line-height: 16px;
}

#tabs .tab.current {
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
}

#subtabs {
    position:absolute;
    right:0;
    left:0;
    top: 20px;
    height: 20px;
    padding: 3px 0 0 0;
}



/* Nav bar */

.navBar {
	position: relative;
    float: right;
    text-align: right;
    font-weight: bold;
}

.navBar .results {
	font-size: 0.7em;
	display: inline;
	padding: 0 5px 0 0;
}

.navBar .selected {
	font-size: 0.7em;
	display: inline;
	padding: 0 5px 0 0;
}

.navBar a {
    font-size: 0.7em;
	margin: 0 2px;
}

.navBar .current {
	display: inline;
	padding: 0 5px;
	font-size: 0.8em;
}

.navBar .first, .navBar .prev {
	padding: 0 5px 0 0;
}

.navBar .next, .navBar .last {
	padding: 0 0 0 5px;
}



/* Tables */

.table {
     width: 100%;
     position: relative;
     overflow: auto;
     min-width: 800px;
}

.tableheader {
	width: calc(100% - 20px);
	overflow: hidden;
	padding-right: 20px;
	border-bottom: 1px solid;
}

.tablecontent {
	width: 100%;
	overflow-x: auto;
}

.ui-dialog .table {
	min-width: 400px;
}

.table > .title {
    font-weight: bold;
    border-bottom-width: 1px;
	border-bottom-style: solid;
    margin: 0 0 10px 0;
    height: 20px;
}

.table.min > *, .table.min > .headeractions > .action, .table.min > .headeractions > .navBar > * {
	display: none;
}

.table.min > .title, .table.min > .headeractions {
	display: block;	
}

.table.min > .headeractions > .navBar > .results, .table.min > .headeractions > .navBar > .selected {
    display: inline;
}

.table .title font.selectable {
 	background-image: url('images/12/minus_alt.png');
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 17px 0 0 ;
}

.table.min .title font.selectable {
	background-image: url('images/12/plus_alt.png');
	background-position: right;
}

.table .action {
	background-image: url('images/12/cog.png'); 
	background-repeat: no-repeat;
	background-position: 10px 4px;
	font-weight: bold;
	text-align: right;
	float: right;
	padding: 0 0 0 25px;
	cursor: help;
	height: 20px;
}

.table .action .label {
	display: inline;
	font-size: 0.7em;
}

.table .headeractions {
	position: absolute;
	top: 0;
	right: 0;
}

.table .buttons {
    float: right;
    clear: both;
    text-align: right;
    height: 25px;
    padding: 5px 0px;
}

.table .passwordlink {
	height: 25px; 
	line-height: 25px; 
	font-size: 0.8em; 
	float: right;
	clear: both;
}

.field {
    float: left;
    min-height: 25px;
    line-height: 25px;
    font-size: 0.8em;
    position: relative;
}

.field.header {
	font-weight: bold;
	font-size: 1em;
	padding: 15px 0 5px 0;
}

div.title + .field.header {
	padding-top: 0px;
}

.subcontainer .field.header {
	padding-top: 0px;
}

.single {
	width: 100%;
}

.double {
	width: 49.99%;
}

.triple {
	width: 33.33%;
}

.full {
    width: 100%;
}

.field .value {
	float: right;
	width: 60%;
	min-height: inherit;
}

.field.double.full .value {
	width: 80%;
}

.field.full .value > div {
    width: 95%;
}

.field .label [type=checkbox] {
	margin-top:4px;
	margin-right:5px;
	padding-top:0px;
	display: none;
	float: left;
	position: relative;
	top: 1px;
}

.field .label > div, .field .value > div, .tooltip .label > div {
    float: left;
    position: relative;
    min-width: 20px;
    max-width: calc(97% - 15px);
}

.field .label .selectable > div, .field .label .selected > div {
	float: left;
	width: 20px;
	height: 25px;
}

.field .label .selectable:hover [type=checkbox], .field.displayed .label .selectable [type=checkbox] {
	display: block;
}

.field .label .disabled.selectable:hover [type=checkbox], .field.displayed .label .disabled.selectable [type=checkbox]  {
	display: none !important;
}

.field .label {
	float: left;
	width : 40%;
	min-height: inherit;
}

.field.empty .label {
	width: 95%;
	max-width: 95% !important;
}

.field.empty .value {
	display: none;
}

.field.double.full .label {
	max-width: 20%;
}

.field.displayed .label {
	font-weight: bold;
}

.field.mandatory .label > div {
	padding: 0 14px 0 0;
	background-image: url('images/8/star.png');
	background-repeat: no-repeat;
	background-position: right 8px;
}

.tooltip .label > div {
	cursor: pointer;
}

.field.observed .value > div {
	padding: 0 15px 0 0;
	background-image: url('images/8/reload.png');
	background-repeat: no-repeat;
	background-position: right;
}


/* Results */

table.results {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

table.value {
 	width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
	table-layout: auto;
}

table td.last, table th.last {
	width: 0px;
	display: none;
	padding: 2px 0px 2px !important;
}

table.results tr {
    height: 33px;
    font-size: 0.8em;
}

table.results td, table.results th {
	padding: 6px 15px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}

table.results .header > td, table.results .header > th, table.results .first, table.results tr.last > td {
	border-bottom-style: hidden;
}

table.results td.error {
	width: 12px;
	background-image: url('images/12/error.png');
	background-repeat: no-repeat;
	background-position: left center;
}

table.results td div, table.results th div, .field .label div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

table.results.value td div, table.results.value th div {
	white-space: normal;
}

table.results .first {
	width: 23px;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-right: 5px;
}

table.results .first [type=checkbox] {
	margin: 0px 3px;
	position: relative;
	top: 1px;
}

table.results .header {
    font-weight: bold;
}

table.results .header td, table.results .header th {
	border-bottom: 0;
	padding-bottom: 5px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.results tr.selectable > .first .selected[type=checkbox] {
	display: none;
}

table.results tr.selectable:hover > .first .selected[type=checkbox] {
	display: block;
}

table.results tr.selectable.children > .first .selected[type=checkbox] {
	display: none;
}

table.results tr.selectable.children.hover > .first .selected[type=checkbox] {
	display: block;
}

table.results tr.selected > td {
	font-weight: bold;
}

.dataTables_wrapper {
	width: calc(100% - 2px);
}

.dataTables_scrollBody {
	border: 1px solid;
}

/* Block out what is behind the fixed column's header and footer */
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
	background-color: white;
}

/* Block out the gap above the scrollbar on the right, when there is a fixed
 * right column
 */
div.DTFC_Blocker {
	background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
	margin-bottom: 0;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
	border-bottom: none;
}


.subcontainer {
    margin: 5px 5px 5px 0px;
    border: 1px solid;
    padding: 7px;
    font-weight: normal;
    font-size: 1.25em;
    position: relative;
    overflow: auto !important;
}

#tooltip .label {
	font-weight: bold;
	padding-right:20px;
}

#tooltip .title {
	font-weight: bold;
	padding-left:20px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
}

#tooltip .error {
	background-image: url('images/12/error.png');
	background-repeat: no-repeat;
}

#tooltip .info {
	background-image: url('images/12/info.png');
	background-repeat: no-repeat;
}

#tooltip td {
	padding-top: 2px;
	vertical-align: top;
}

#tooltip table {
	width: 100%;
}

/* Seperator */

div.divider {
    height: 30px;
    clear: both;
}

div.divider + div.divider {
    display: none;
}

/* Buttons */

.button {
	height: 14px;
    border-width: 1px;
	border-style: solid;
    border-radius:6px;
    font-weight:bold;
    margin: 0 0 0 5px;
    padding: 4px 6px 4px 6px;
    font-size: 0.7em;
}

.button.search {
    padding: 4px 6px 4px 25px;
    background-image: url('images/12/view.png');
    background-repeat: no-repeat;
    background-position: 6px;
}

.button.yes {
    padding: 4px 6px 4px 25px;
    background-image: url('images/12/check.png');
    background-repeat: no-repeat;
    background-position: 6px;
}

.button.no {
    padding: 4px 6px 4px 25px;
    background-image: url('images/12/cross.png');
    background-repeat: no-repeat;
    background-position: 6px;
}

.button.save {
    padding: 4px 6px 4px 25px;
    background-image: url('images/12/document.png');
    background-repeat: no-repeat;
    background-position: 8px;
}

.button.edit {
    padding: 4px 6px 4px 28px;
    background-image: url('images/12/pen.png');
    background-repeat: no-repeat;
    background-position: 8px;
}

.button.prev {
    padding: 4px 6px 4px 25px;
    background-image: url('images/12/arrow_left.png');
    background-repeat: no-repeat;
    background-position: 8px;
}

.button.next {
    padding: 4px 6px 4px 25px;
    background-image: url('images/12/arrow_right.png');
    background-repeat: no-repeat;
    background-position: 8px;
}


/* Sortings */

.sorting a {
	background-position-y: 1px;
}

.sorting.desc a {
    background-image: url('images/12/arrow_down.png');
    background-repeat: no-repeat;
    padding: 0 3px 0 18px;
}

.sorting.asc a {
    background-image: url('images/12/arrow_up.png');
    background-repeat: no-repeat;
    padding: 0 3px 0 18px;
}

/* Boolean Select */

.boolean {
	display: block;
	width: 12px !important;
	height: 25px;
}

.center .boolean {
	margin: auto;
}

.boolean.yes {
    background-image: url('images/12/check.png');
    background-repeat: no-repeat;
    background-position: 0 center;
}

.boolean.no {
    background-image: url('images/12/cross.png');
    background-repeat: no-repeat;
    background-position: 0 center;
}

/* File Uploads */

/*

.AFUFileNameWrapper {
	position: absolute;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	top: 1px;
	left: 0px;
	right: 0px;
	text-align: center;
	color: black;
}

.AFUProgressBar {	
	float: left;
	width: 200px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	position: relative;
}

.AFUProgressBarWrapper {
	width: 100%;
	float: left;
}

.AFUProgressAmount {	
	height: 16px;
	background-color: #BABDDE;
	border-width: 1px;
	border-style: solid;
}

*/

.AjaxFlexibleFileUpload .button {
	font-size: 0.875em;
}

input.upload {
	height:22px !important;
	padding:0px !important;
	background-image: url('images/12/document.png');
	background-position: calc(100% - 5px);
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}


/* File Choosers */

input.file {
    background-image: url('images/12/document.png');
	background-position: calc(100% - 5px);
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}

input.folder {
    background-image: url('images/12/folder.png');
	background-position: calc(100% - 5px);
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}

.fileTree div {
    padding: 4px;
}

.fileTree li {
    padding: 0 0 0 20px !important;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.fileTree li.header {
    font-weight: bold;
}

.fileTree li.folder {
    background-image: url('images/12/folder.png');
}

.fileTree li.folder > div {
    font-weight: bold;
}

.fileTree li.file {
    background-image: url('images/12/document.png');
    background-position: 2px 3px;
}

.fileTree li.select {
    background-image: url('images/12/cursor.png');
}

.fileTree li.loading {
    background-image: url('images/12/wait.gif');
}

.fileTree li.delete {
    background-image: url('images/12/cross.png');
    background-position: 1px 3px;
    padding-bottom: 2px !important;
    margin-bottom: 2px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
}



/* Auto Completes */

.autocomplete {
	background-image: url('images/12/view.png');
	background-position: calc(100% - 5px);
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}

.autocomplete.saved {
	background-image: url('images/12/check.png');
}

.autocomplete.loading {
	background-image: url('images/12/wait.gif');
}

#tooltip {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	z-index: 9999;
	border-radius: 6px;
	min-width: 100px;
	display: block;
	font-size: 0.7em;
	overflow: auto;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

#tooltip ul {
	margin: 0 0 0 25px;
	padding: 0;
	border-left: 1px solid;
	list-style-type: none;
}

#tooltip ul li {
	padding: 5px 5px 5px 5px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	width: calc(100% - 8px);
	background-position: 3px 8px;
	background-repeat: no-repeat;
}

#tooltip ul li input {
	display: none;
	position: absolute;
	top: 2px;
	left: -21px;
}

#tooltip ul li.selected input {
	display: block;
}

#tooltip ul li.header {
	font-weight: bold;
	font-size: 1.38em;
	margin: 15px 2px 0px 2px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 0px;
	padding-left: 28px;
    left: -25px;
	cursor: pointer !important;
}

#tooltip ul li.header.first {
	margin-top: 0px;
}

#tooltip ul li.header.search {
	background-image: url('images/12/view.png');
}

#tooltip ul li.header.action {
	background-image: url('images/12/cog.png');
}

#tooltip ul li.footer {
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 7px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px solid;
}


/* Progress Bar */

#progress {
	height: 30px;
	position: relative;
}

#progress > div {
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
	height: 100%;
	width: 1%;
}

#progress > span {
	position: absolute;
	font-weight: bold;
	top: 1px;
	left: 0px;
	right: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#log {
	margin-top: 10px;
	font-size: 0.9em;
	min-height: 30px;
	max-height: 200px;
	border: 1px solid;
	padding: 5px;
	display: none;
	overflow: auto;
}

.progress {
	height: 22px;
	line-height: 23px;
	width: 250px;
	position: relative;
	border-width: 1px;
	border-style: solid;
}

.progress > div {
	height: 100%;
	width: 1%;
}

.progress > span {
	position: absolute;
	font-weight: bold;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}


/* Sorting */
.sortableholder {
	clear:both;
    overflow:hidden;
    float:left,;
    width:100%;
    position:relative;
}

.sortablearea {
    border-width: 1px;
	border-style: solid;
    overflow-y: auto;
    padding: 5px;
}

.sortablehandle {
	height: 25px;
	width: 30px;
	background-image: url('images/12/move.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
	cursor: move; 
	position: absolute;
	right: 0px;
}

.sortable {
	float: left;
	line-height: 25px;
	position: relative;
	margin-bottom: 1px;
	margin-top: 1px;
	cursor: move; 
	font-size: 0.8em;
}

.sortable:not(.disabled):hover {
	font-weight: bold;
}

.sortable.single {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 0px;
}

.sortable.single:last-child {
	border-bottom-width: 0px;
	margin-bottom: 1px;
}

.ui-sortable-placeholder {
    visibility: visible !important;
}

.ui-sortable-helper {
    border-width: 1px;
	border-style: solid;
    padding: 2px 0 2px 5px;
    visibility: visible !important;
    position: absolute;
}



/* Menus */

#shortcuts, #root {
	z-index: 2; 
	margin: 0px 25px;
	left: 25px; 
	right: 25px;  
	height: 17px;
	line-height: 17px;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	text-align: center;
}

#shortcuts {
    bottom: 36px;
    padding: 10px 0px;
}

#root {
    padding: 10px 0 15px 0;
    top: 66px;
}

#root span {
    font-weight: bold;
    padding: 0px 10px;
    font-size: 0.8em;
}

#root .selected span {
    font-size: 0.9em;
}

#rootSpacer {
    width: 100%;
    height: 26px;
}

#shortcuts .scroll, #root .scroll {
	display: none;
	background-repeat: no-repeat;
	background-position: left center;
	height: 17px;
	width: 20px;
	z-index: 3;
	cursor: pointer;
	position: fixed;
}

#shortcuts .scroll {
	bottom: 46px;
}

#shortcuts.scroll .scroll, #root.scroll .scroll {
	display: block;
}

#shortcuts .scroll.left, #root .scroll.left {
	left: 20px;
	background-image: url('images/12/arrow_left_alt.png');
	border-right-width: 1px;
	border-right-style: solid;
}

#shortcuts .scroll.right, #root .scroll.right {
	right: 20px;
	background-image: url('images/12/arrow_right_alt.png');
	background-position: right;
	border-left-width: 1px;
	border-left-style: solid;
}

.menu .program, .menu .folder, .menu .back {
    font-size: 0.9em;
    font-weight: bold;
}

.program, .folder, .back {
    background-repeat: no-repeat;
}    

#shortcuts .program {
 	background-position: left center;
    height: 20px;
    padding: 0 0 0 15px;
	display: inline;
    padding-right: 20px;
    background-image: url('images/12/cog.png');
    font-size: 0.7em;
}

.tiles .program, .tiles .folder, .tiles .back {
    background-position: center 5px;
    float: left;
    height: 100px;
    padding: 50px 10px 5px;
    text-align: center;
    width: 130px;
}

.list .program, .list .folder, .list .back {
    background-position: left center;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 18px;
    width: 48%;
    float: left;
}

.icons .program, .icons .folder, .icons .back {
    background-position: left 6px;
    float: left;
    height: 32px;
    padding: 7px 15px 9px 40px;
    width: 300px;
}

.program:hover, .folder:hover, .back:hover, .file:hover {
	cursor: pointer;
}

.icons .program, .tiles .program {
	background-image: url('images/30/cog.png');
}

.icons .folder, .tiles .folder {
	background-image: url('images/30/folder.png');
}

.icons .back, .tiles .back {
	background-image: url('images/30/arrow_up_alt.png');
}

.list .program {
	background-image: url('images/12/cog.png');
}

.list .folder {
	background-image: url('images/12/folder.png');
}

.list .back {
	background-image: url('images/12/arrow_up_alt.png');
}

.menu {
	margin: auto;
}

.menu * {
	filter: inherit;
}

.menuconfig {
    height: 20px;
    width: 20px;
}

td.modified {
	padding-right: 8px;
    border-right: 7px solid red !important;
}

.menuconfig.folder {
     background-image: url('images/12/folder.png');
     background-position: 5px 10px;
}

tr.children > .menuconfig.folder {
     background-position: 5px 24px;
}

tr.folder > .first input[type=checkbox] {
     top: 3px;
}

tr.folder.children > .first input[type=checkbox] {
     top: 18px;
}

.menuconfig.program {
     background-image: url('images/12/cog.png');
     background-position: 5px 6px;
}

#quicklinks {
	position: absolute;
	top: 35px;
	right: 45px;
	z-index: 99;
	font-size: 0.8em;
}

#quicklinks span {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 5px 0 0;
}


/* Login */

.login {
	width: 405px;
	min-width: 405px;
	margin: auto;
	top: 100px;
}

.login input[type=submit] {
	height: 24px;
	font-size: 0.7em !important;
}

.username {
	background-image: url('images/12/user.png');
	background-position: calc(100% - 4px);
	background-repeat: no-repeat;
	padding-right: 18px;
	width: 298px;
}

.password {
	background-image: url('images/12/key.png');
	background-position: calc(100% - 4px);
	background-repeat: no-repeat;
	padding-right: 18px;
	width: 298px;
}

/* Map */
#map, .map {
	width: 100%; 
	height: 600px; 
}

#mapLegend {
	list-style-type: none;
	overflow-y: auto;
	height: 550px;
	padding: 5px;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid; 
	float: left;
	width: calc(100% - 12px);
}

#mapLegend li {
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
  	font-size: 0.8em;
  	cursor: pointer;
  	padding-top: 6px;
  	padding-bottom: 6px;
}

#mapLegend li:last-child {
	border-bottom-width: 0px;
}

#mapLegend li.selected {
  	font-weight: bold;
}

#mapLegend li div {
	float: left;
  	height: 25px;
  	width: 25px;
  	border-radius: 12.5px;
  	margin-right: 5px;
  	margin-left: 3px;
  	color: white;
  	font-weight: bold;
  	text-align: center;
  	font-size: 1.6em;
  	font-family: monospace;
}

.legend input {
	height: 24px;
	line-height: 24px;
	float: left;
	width: calc(100% - 80px);
}

.legend .button {
	border-radius: 0px;
	height: 20px;
	float: right;
	display: block;
	padding: 4px 6px 4px 22px;
	background-position: 6px;
}

.legend .button.search {
    background-image: url('images/16/view.png');
    background-repeat: no-repeat;
}

.legend .button.clear {
 	background-image: url('images/16/cross.png');
 	background-repeat: no-repeat;
 	background-position: 7px;
}

.infobox {
  	min-width: 250px;
  	background-color: white;
  	border: 1px solid #E0E0E0;
  	border-radius: 6px;
  	padding: 10px;
  	font-size: 0.8em;
  	z-index: 5000;
  	position: absolute;
  	cursor: default;
  	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.panel .header {
	margin-bottom: 3px;
}

.panel .footer {
	margin-top: 15px;
}

.panel .h1, .panel .h2, .panel .h3, .panel .h4, .panel .i {
	display: flex;
}

.panel .h1 {
	font-weight:bold;
}

.panel .h2 {
	font-weight: bold;
	font-size: 0.9em;
}

.panel .h3 {
	font-size: 0.7em;
	color: #999;
}

.panel .h4 {
	font-size: 0.7em;
}

.panel .i {
	font-size: 0.8em;
}

.panel .u {
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
}

.panel .mandatory div {
	float: left;
	padding-right: 8px;
	background-position: right 3px;
	background-size: 6px;
	background-repeat: no-repeat;
	background-image: url('/WebObjects/Frameworks/UI.framework/WebServerResources/css/images/8/star.png');
}

.panel .indicator  {
	height: 24px;
	width: 25px;
	line-height: 24px;
	float: left;
	text-align: center;
	font-family: monospace;
	font-size: 1.7em;
	font-weight: bold;
	margin-right: 5px;
	color: white;
}

.panel .buttons {
	padding-bottom: 0;
	text-align: right;
}

.panel .buttons a {
	line-height: 14px;
}

.panel table tr td:first-child {
	padding-left: 0;
}

.panel table tr td:last-child {
	padding-right: 0;
}

.panel table tr:last-child td {
	border-bottom-style: hidden;
}

.panel table tr.ui-sortable-handle:not(.disabled) {
	cursor: n-resize;
}

.leaflet-container {
	font: inherit !important;
}

.leaflet-popup {
	margin-bottom: 0 !important;
}

.leaflet-map-pane svg {
	float: left !important;
	pointer-events: none;
}

.leaflet-popup-content-wrapper {
	background: inherit !important;
	color: inherit !important;
	box-shadow: inherit !important;
}

.leaflet-popup-content {
	margin: 0 !important;
	line-height: inherit !important;
}

.leaflet-popup-tip-container {
	display: none !important;
}

.leaflet-popup-close-button {
	display: none !important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 1px solid #E0E0E0 !important;
	border-radius: 0 !important;
	background-clip: inherit !important;
}

.leaflet-control-layers-toggle {
	height: 30px !important;
	width: 30px !important;
	background-image: url('images/12/list.png') !important;
}

.leaflet-control-layers label {
	font-size: 0.64em;
	line-height: 25px;
	cursor: pointer;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	margin-left: 4px;
	top: 4.5px;
}
