.jqgrid-imed-highlight > td{
	background-color:#e1eedc  !important;
}

.ui-jqgrid tr.ui-row-ltr td/* ========== Default layout ==========*/
body,td,div,span,a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.ui-jqgrid tr.ui-row-ltr td {
	vertical-align:top;
}

:focus {outline:none;}

table {
	border-spacing:0;
}

body .ui-tabs {
	padding:0 !important;
	margin:3px 0 0 !important;
	border: none !important;
}

body .ui-button {
	background: #ffffff !important;
	border: 1px solid #626262 !important;
}

body .ui-state-highlight2,
body .ui-button.ui-state-highlight,
body input.ui-state-highlight{
	background: #fbec88 !important;
}


body .ui-button:hover {
	background: #f0f0f0 !important;
}

body .ui-button.ui-state-active{
	background: #e8e8e8 !important;
}

body .ui-button[disabled],
body .ui-button[disabled]:hover {
	background: #ffffff !important;
	color: #cccccc !important;
	border-color: #cccccc !important;
	pointer-events: none;
}

.imedModuleHeader.ui-buttonset {
	margin-right:0
}

body .buttonbar .ui-button,
body .ui-buttonset .ui-button,
body .ui-widget-header .ui-button {
	border-color: #999999 !important;
	/*deb 14.09.2017*/
	margin-left: -1px !important;
	/*border-right-width: 0 !important;*/
}
/*deb 14.09.2017*/
body .buttonbar .ui-button:first-child,
body .ui-buttonset .ui-button:first-child,
body .ui-widget-header .ui-button:first-child,
body .ui-widget-header .ui-button .combo-button{
	margin-left: 0px !important;
}
/*deb 14.09.2017 changed from 1 to 2 px*/
body .ui-widget-header .ui-button .combo-button {
	border-right-width: 2px !important;
}

body .buttonbar .ui-button:last-child,
body .ui-buttonset .ui-button:last-child,
body .ui-widget-header .ui-button:last-child {
	border-right-width: 1px !important;
}
body .ui-dialog .ui-dialog-titlebar .ui-button:last-child {
	border: 0 !important;
}
body .ui-spinner-input {
	margin:0 !important;
}
body .ui-spinner {
	border: none !important;
	background: none !important;
}

body .rangeContainer {
	width:150px;
	margin-top:5px;
}

body .rangeValues {
	height:20px;
}

.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
}

#southContent {
	border-color: black !important;
}

body .pane {
	border: none !important;
}

body .ui-layout-resizer-east {
	background: #e8e8e8 !important
}

body .ui-layout-resizer-west {
	background: #e8e8e8 !important
}

body .ui-layout-toggler-east {
	background: #ccc !important
}

body .ui-layout-toggler-west {
	background: #ccc !important
}

body .classIModuleDivModal {
	padding: 3px 0 0 !important;
}

body .imedButtonbar {
	white-space:nowrap;
	overflow:hidden;
}
body .imedButtonbarSelect,
body .imedButtonbarSelect:hover {
	background: transparent none repeat scroll 0 0 !important;
	border: none !important;
	text-align: left !important;
	margin-right: 1px !important;
}

body .imedButtonbarSelect input.combo-input {
	margin-bottom: 2px !important;
}

body .imedButtonbarSelect .ui-button-text-only .ui-button-text {
	padding: 0 !important;
}

body .imedButtonbarDropDownBtn16.imedButtonbarDropDownBtnWithTxt {
	width: 120px;
	height: 60px;
}
body .imedButtonbarDropDownBtn16.imedButtonbarDropDownBtnWithTxt > span {
	margin-top:10px;
}

body .imedButtonbarDropDownBtn32.imedButtonbarDropDownBtnIconOnly {
	width:56px;
	height:46px;
}

body .imedButtonbarDropDownBtn64.imedButtonbarDropDownBtnWithTxt {
	width: 150px;
	height: 120px;
}

body .imedButtonbarDropDownBtn16,
body .imedButtonbarDropDownBtn32,
body .imedButtonbarDropDownBtn64{
	margin: 2px !important;
	padding: 2px !important;
	vertical-align: middle;
	float: left;
	word-break: break-word;
	overflow: hidden;
}

.tab_content > .classIModuleDiv > .imedButtonbar,
.tab_content > .classIModuleDiv > div > .imedButtonbar,
.tab_content > .classIModuleDiv > div > div > .imedButtonbar {
	border-top: 3px #f8f8f8/*IMEDBG*/ solid;
	margin: 0 !important;
}

.ui-tabs[headeroffset='0'] > .tab_content > .classIModuleDiv > .imedButtonbar,
.ui-tabs[headeroffset='0'] > .tab_content > .classIModuleDiv > div > .imedButtonbar,
.ui-tabs[headeroffset='0'] > .tab_content > .classIModuleDiv > div > div > .imedButtonbar {
	border-top: 0;
}

textarea {
	white-space:pre-wrap !important;
}

select,
select > option,
select > optgroup {
	background-color: #fff;
	color: #000;
}

button:focus,
select:focus,
textarea:focus,
input:focus{
	-webkit-box-shadow: 0 0 0 1px #626262;
	-moz-box-shadow: 0 0 0 1px #626262;
	box-shadow: 0 0 0 1px #626262;
}

textarea:disabled,
input[type=text]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=color]:disabled,
input[type=number]:disabled,
select:disabled {
	background-color: #ddd !important;
}

.bodydisablestyle2 textarea:disabled,
.bodydisablestyle2 input[type=text]:disabled,
.bodydisablestyle2 input[type=color]:disabled,
.bodydisablestyle2 input[type=number]:disabled,
.bodydisablestyle2 input[type=date]:disabled,
.bodydisablestyle2 input[type=email]:disabled,
.bodydisablestyle2 input[type=tel]:disabled,
.bodydisablestyle2 input[type=time]:disabled,
.bodydisablestyle2 select:disabled {
	background-color:#fff !important;
	border-color:#ccc !important;
}
.bodydisablestyle3 textarea:disabled,
.bodydisablestyle3 input[type=text]:disabled,
.bodydisablestyle3 input[type=color]:disabled,
.bodydisablestyle3 input[type=number]:disabled,
.bodydisablestyle3 input[type=date]:disabled,
.bodydisablestyle3 input[type=email]:disabled,
.bodydisablestyle3 input[type=tel]:disabled,
.bodydisablestyle3 input[type=time]:disabled,
.bodydisablestyle3 select:disabled {
	background-color:#fff !important;
	color:#cccccc !important;
	border-color:#cccccc !important;
}

.imedDisabled {
	background-color: #ddd !important;
	color: #999 !important;
}

body .combo-button {
	margin: 0 !important;
	border-left: 0 !important;
}

body .combo-toggle {
	margin: 0 !important;
	border-left: 0 !important;
}


body .ui-combobox.combo-wrapper.combo-speed,
body .frameworkdatepicker-speed,
body .frameworktimepicker-speed {
	position:relative;
	display:block;
	padding-right:0 !important;
}
body .ui-combobox.combo-wrapper.combo-speed .combo-input,
body .frameworkdatepicker-speed .hasDatepicker,
body .frameworktimepicker-speed .hasDatepicker {
	display:block;
}
body .ui-combobox.combo-wrapper.combo-speed .combo-button,
body .ui-combobox.combo-wrapper.combo-speed .combo-toggle {
	background-color:white;
	position:absolute;
	top:2px;
	right:-4px
}
body .ui-combobox.combo-wrapper.combo-speed.combo-withblocksearch .combo-button{
	right:11px;
}
body .frameworkdatepicker-speed .frameworkicon-text,
body .frameworkdatepicker-speed .frameworkicon-edit,
body .frameworkdatepicker-speed .frameworkicon-datepicker,
body .frameworktimepicker-speed .frameworkicon-timepicker {
	background-color:white;
	position:absolute;
	top:2px;
	right:2px
}

ul.ui-autocomplete {
	overflow:auto;
	max-height:250px;
	min-width:100px;
}

ul.ui-autocomplete li,
ul.ui-autocomplete li.ui-state-focus,
ul.ui-autocomplete li.ui-state-focus:hover {
	padding: 3px !important;
	margin: 0 !important;
	border: 0 !important;
}

body .ui-highlight-details,
ul.ui-autocomplete .ui-imed-furtherdata {
	color:#666;
	font-size:95%;
}

body .ui-accordion > div {
	padding: 3px !important;
}

body .link{
	text-decoration:underline;
	color:#626262;
}

body .line:hover{
	color:#bd1220 !important;
}

/* Not used yet. */
/*h1.imedheadline {

}*/

.imedHeadline .frameworkicon32,
.imedHeadline .imedicon32,
.imedHeadline img{
	float: left;
}

/* Use as module headline. Max one headline per module. */
h2.imedHeadline {
	padding:15px 2px;
	font-weight:bold;
	font-size:18pt;
	margin: 0 !important;
}
h2.imedHeadline > a {
	font-weight:bold;
	font-size:18pt;
	text-decoration: none !important;
}
h2.imedHeadline span {
	font-size:18pt;
}

/* Use as subheadline. Multiple headlines allowed. */
h3.imedHeadline {
	padding:2px;
	font-weight:bold;
	font-size:16pt;
}
h3.imedHeadline > a {
	font-size: 16pt;
	text-decoration: none !important;
}
h3.imedHeadline span {
	font-size:16pt;
}
h4.imedHeadline {
	padding:2px;
	font-weight:bold;
	font-size:12pt;
}
h4.imedHeadline > a {
	font-size: 12pt;
	text-decoration: none !important;
}

/* If you need h4, use fieldset instead. Fieldsets may be used without hx headlines, but must have a legend. */
.imedFieldset {
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding:2px;
}

.imedFieldset legend {
	margin-left:5px;
}

.imedFieldset legend,
.imedFieldset legend span {
	font-size: 110%;
	font-weight: bold;
}

.imedFieldset legend.imedLegendLabelDefault,
.imedFieldset legend.imedLegendLabelDefault label {
	font-weight:normal;
	font-size:100%;
}

.imedFieldset > fieldset.imedFieldset,
.imedFieldset > table > tr > td > fieldset.imedFieldset,
.imedFieldset > table > tbody > tr > td > fieldset.imedFieldset,
.imedFieldset > div > fieldset.imedFieldset,
.imedFieldset > div > table > tr > td > fieldset.imedFieldset,
.imedFieldset > div > table > tbody > tr > td > fieldset.imedFieldset {
	margin-bottom: 10px;
	border: 1px dashed #999999;
	padding:2px;
}

.imedFieldsetEmpty {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

.imedheadwithbuttons {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

.imedheadwithbuttons td:first-child {
	width: 50%;
	text-align: left;
}

.imedheadwithbuttons td:last-child {
	width: 50%;
	text-align: right;
}

.imedheadwithbuttons h3 {
	padding: 5px;
	margin: 0;
}

.imedreadonly {
	color: lightslategray;
}

img {
	border: none;
}

.ui-state-ok {
	background-color: #F1FEEC !important;
	border: 1px solid #0ACD0A !important;
	color: #0ACD0A !important;
}

.ui-state-highpriority {
	background-color: #F8E0E0 !important;
}

.ui-widget-content {
	background-image:none;
}

.imedHeaderTD { //
	cursor: pointer;
	border-bottom: 3px solid #C5C2B2;
	border-right: 1px solid #ACA899;
	border-left: 1px solid #FFF;
	background-color: #ECE9D8;
	white-space : nowrap;
}

.imedSpaceAll {
	margin:3px;
}

.imedSpaceRight {
	margin-right: 3px !important;
}

.imedSpaceLeft {
	margin-left: 3px !important;
}

.imedSpaceTop {
	margin-top: 3px !important;
}

.imedSpaceBottom {
	margin-bottom: 3px !important;
}
.imedSpaceBottomLarge {
	margin-bottom: 10px !important;
}

.imedLabel {
	/*font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000/*IMEDFG*;*/
}
.imedLabel.require,
.imedLabel.normal {
	margin-left:7px;
	display:inline-block;
}

.imedLabel.require:before {
	content: '* ';
	color: #bd1220;
	margin-left:-7px;
}

.imedLabelSeries.require {
	display:inline-block;
}
.imedLabelSeries.require:before {
	content: '*';
	color: #bd1220;
}

.REQUIRERIGHT .imedLabel.require,
.REQUIRERIGHT .imedLabelSeries.require,
.REQUIRERIGHT .imedLabel.normal {
	margin-left:0;
	display:inline-block;
}

.REQUIRERIGHT .imedLabel.require:before,
.REQUIRERIGHT .imedLabelSeries.require:before {
	content: '';
	margin-left:0;
}

.REQUIRERIGHT .imedLabel.require:after {
	content: ' *';
	color: #bd1220;
	margin-right:7px;
}
.REQUIRERIGHT .imedLabelSeries.require:after {
	content: '*';
	color: #bd1220;
	margin-right:7px;
}

.imedLabel.nowrap {
	white-space:nowrap;
}
.imedLabel[title],
input[title],
textarea[title],
button[title],
select[title],
option[title],
label[title] {
	cursor:help;
}

.imedCheckbox {
	margin-left:0px;
}

.imedValue {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000/*IMEDFG*/;
	font-weight: bold;
}

.imedHelp {
	font-style:italic;
}

.imedHelpBox,
.imedInfoBox {
	background: #f0f0f0;
	border: 1px solid #e8e8e8;
	font-style:italic;
	padding:3px;
}

.imedHelpBox::before {
	content: urlimed("framework/img/help_gray.png");
	margin-right:3px;
}

.imedInfoBox::before {
	content: urlimed("framework/img/info_gray.png");
	margin-right:3px;
}

.imedErrorBox {
	background: #fef1ec;
	border: 1px solid #bd1220;
	padding: 3px;
	color: #bd1220;
}

.frameworkicon.frameworkicon-imedhelp_help {
	cursor: help;
}

.imedHelpInfo {
	font-style:italic
}

.imedLabelSmall {
	font-size:10px;
}

input[type=text].imedError,
input[type=password].imedError,
input[type=date].imedError,
input[type=email].imedError,
input[type=number].imedError,
input[type=tel].imedError,
input[type=time].imedError,
textarea.imedError,
select.imedError {
	border: 1px solid #bd1220 !important;
	background-color: #ffeeee !important;
	color: #bd1220 !important;
}
body input[readonly],
body textarea[readonly],
body select[readonly],
body input[disabled],
body textarea[readonly],
body select[readonly]{
	background-color: #ddd !important;
	/*color:#cccccc !important;
	border-color:#cccccc !important;*/
}

body.bodydisablestyle2  input[readonly],
body.bodydisablestyle2  textarea[readonly],
body.bodydisablestyle2  select[readonly],
body.bodydisablestyle2  input[disabled],
body.bodydisablestyle2  textarea[readonly],
body.bodydisablestyle2  select[readonly]{
	background-color: #fff !important;
	border-color:#cccccc !important;
}
body.bodydisablestyle3  input[readonly],
body.bodydisablestyle3  textarea[readonly],
body.bodydisablestyle3  select[readonly],
body.bodydisablestyle3  input[disabled],
body.bodydisablestyle3  textarea[readonly],
body.bodydisablestyle3  select[readonly]{
	background-color: #fff !important;
	border-color:#cccccc !important;
	color:#cccccc !important;
}


input[type=checkbox].imedError::after,
input[type=radio].imedError::after {
	content: "!" !important;
	color: #bd1220 !important;
	margin-left: 16px !important; /* space between the input element and the text */
	padding: 2px !important;
	font-size: 8pt !important;
	background-color: #ffeeee !important;
	border: 1px solid #bd1220 !important;
	font-weight: bold !important;
}

span.imedError,
div.imedError,
label.imedError {
	color: #bd1220 !important;
}
span.imedError2,
div.imedError2,
label.imedError2 {
	border:1px solid #bd1220 !important;
	background-color: #ffeeee !important;
	/*padding-left:1px !important;
	padding-right:1px !important;*/
}

span.imedOK,
div.imedOK,
label.imedOK {
	color: #12bd20 !important;
}

.imedTD {
	margin: 0;  padding: 2px;  border-bottom: 1px solid #EAE9E1;
	/* Border bottom of table data cells */
}

.imedTable {
	/* background-color: #EEE     Nico: Christian fand weiß schöner */
	background-color: #FFFFFF;
	/* No mouseover color in this example - specify another color if you want this */
}

[frameworkDraggable=true] {
	-khtml-user-select: none;
	-webkit-user-select: none;

	/*
	  -khtml-user-drag: element;
	  -webkit-user-drag: element;
	  */
}
/*
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left;margin-bottom:30px; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }*/

div.even,
td.even,
tr.even {
	background-color: #FFFFFF;
}

div.odd,
td.odd,
tr.odd,
div.zebra,
td.zebra,
tr.zebra {
	background-color: #F0F0F0;
}

.frameworkicon-help_info {
	cursor: help;
}

.toolbar_text {
	margin-left:4px;
	height:29px;
	vertical-align:top;
}
.toolbar_text span {
	margin-top: 2px;
}
.toolbar_text_icon_only > span {
	margin: 0 !important;
}

.imedicon-blank {
	background-position:0 0;
}
.imedicon-blank-overlay {
	background-position:0 0;
	width:0;
	height:0;
}
.imedicon-none {
	width:0;
	height:0;
}

.imedicon-highlight {
	cursor:pointer;
	border:1px solid #fad42e;
	color:#363636;
}

.imedicon-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	cursor: default !important;
}

.imedTextButton,
.imedIconButton,
.iconbutton {
	cursor:pointer;
}

.ui-button .imedicon {
/*	display:block;*/
}

/*disable pointer events for disabled buttons*/
.ui-button-disabled {
	pointer-events: none;
}

.ui-buttonset .ui-button .imedicon {
	display:inline-block;
}

.imed-desktopicon {
	vertical-align:text-bottom;
}

h4 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:12pt;
}
.ui-combobox-wait {
	background-color: #fef1ec;
	color: #cd0a0a;
}

.ui-datecheck-warning {
	background-color:#fbec88;
	border:1px solid #fad42e;
}
.ui-datecheck-error {
	background-color:#fef1ec;
	border:1px solid #cd0a0a;
}

/* thomas, niklas, 21.10.2014: Do not show shadows in menu. */
.rootVoices td.rootVoice {
	width: auto;
	padding-right:30px !important;
}
.rootVoices td.rootVoice.disabled.selected,
.rootVoices td.rootVoice.selected,
.rootVoices td.rootVoice,
.rootVoices td.rootVoice.disabled.selected,
.menuContainer.disabled .line.title a,
.menuContainer .selected td a,
.menuContainer .disabled td, .menuContainer .disabled td a,
.boxMenu h4,
.menuContainer td a {
	text-shadow: none !important;
}

.ui-autocomplete-loading {
	background-image-imed: 'framework/img/_hourglass.png' !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: 16px !important;
}

ul.ui-autocomplete {
	border:2px solid #808080;
	border-top: 0;
}

#framework_ctx{ background-color:#fff;position:absolute;z-index:20000060;min-width:150px; }
#framework_ctx .ctx_menu{ cursor:pointer; }
#framework_ctx .ctx_menu:hover{ background-color:#e7f4f9; }
#framework_ctx .ctx_seperator hr { height:1px; width:95%; background-color:#ddd; color:#ddd; }

/* ========== Table-Grids ==========*/
.ui-jqgrid .ui-jqgrid-htable th div {
    height:auto;
    overflow:hidden;
    padding-right:4px;
    padding-top:2px;
    position:relative;
    vertical-align:text-top;
    white-space:normal !important;
}
.ui-jqgrid table.ui-jqgrid-htable {
    height:30px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
	height:auto;
	overflow:hidden;
	padding-right:4px;
	padding-top:2px;
	position:relative;
	vertical-align:text-top;
	white-space:normal !important;
}

/* ========== Tooltipsy ==========*/
.bubbletooltip_tip
{
	background-color: #fff;
	border: 1px solid #A6C9E2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #2E6E9E;
	position: relative;
	padding: 0.2em 0.7em;
}

.bubbletooltip_tip:after
{
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #A6C9E2;
	top: -10px;
	left: 0;
	z-index: -1;
}

.bubbletooltip_tip_error
{
	border: 1px solid #CD0A0A;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #CD0A0A;
	position: relative;
	padding: 0.2em 0.7em;
}

.bubbletooltip_tip_error:after
{
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #CD0A0A;
	top: -10px;
	left: 0;
	z-index: -1;
}

.bubbletooltip_tip_warning
{
	border: 1px solid #FCEFA1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #363636;
	position: relative;
	padding: 0.2em 0.7em;
}

.bubbletooltip_tip_warning:after
{
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #FCEFA1;
	top: -10px;
	left: 0;
	z-index: -1;
}

/* ========== Organizer ==========*/
td.imedOrgTabTdBottomDotted{
	border-bottom: 1px solid #ddd;  }

tr.imedTableTrBrightHover:hover {
	background-color: whitesmoke;
	cursor: pointer;
}

.imedTabCalTableTDWeekend {
	background-color: #EDEDED;
}

.imedTabCalTableTDEmpty {
	/*background-color: #D4ECFB;*/
	background-color: #E8F1FF;
}

.imedTabCalTableTDBright {
	/*background-color: #DCDCDC;*/
	background-color: #FFF9DE;
}

td.imedTabCalTableTDBright:hover {
	background-color: whitesmoke;
}

.imedTabCalTableTDDark {
	/*background-color: #D3DCE3;*/
	background-color: #fdffcc;
}

td.imedTabCalTableTDDark:hover {
	background-color: whitesmoke;
}

.imedTabCalTableTDCurrentDay {
	background-color: #FEE387;
}

td.imedTabCalTableTDCurrentDay:hover {
	background-color: whitesmoke;
}

td.imedOrgTabTdTopWeekend {
	background-color: #EDEDED;
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdTopWeekend:hover {
	background-color: whitesmoke;
}

td.imedOrgTabTdTopBright {
	/*background-color: #DCDCDC;*/
	background-color: #FFF9DE;
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdTopBright:hover {
	background-color: whitesmoke;
}


td.imedOrgTabTdBottomWeekend {
	background-color: #EDEDED;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

.ui-jqgrid tr.jqgrow td.tdImedPatientDocumentsMenu{
	font-weight:900;
	color:#000000/*IMEDFG*/;
}

td.imedOrgTabTdBottomWeekend:hover {
	background-color: whitesmoke;
}

td.imedOrgTabTdBottomBright {
	/*background-color: #DCDCDC;*/
	background-color: #FFF9DE;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdBottomBright:hover {
	background-color: whitesmoke;
}


td.imedOrgTabTdTop{
	background-color: #f1f1f1;
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdBottom{
	background-color: #f1f1f1;
	border-right: 1px solid #ddd;
	font-size: 1px;
}



td.imedOrgTabTdTopHighlight{
	background-color: #E6F5FF;
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdBottomHighlight{
	background-color: #E6F5FF;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdWorkTimeTop{
	background-color: #fff7d7;
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdWorkTimeBottom{
	background-color: #fff7d7;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdWorkTimeTopHighlight{
	background-color: #A3C5FF;
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTdWorkTimeBottomHighlight{
	background-color: #A3C5FF;
	border-right: 1px solid #ddd;
	font-size: 1px;
}

td.imedOrgTabTimeTd{
	border-top: 1px solid #ddd;
	font-size: 1px;
}


body .ui-dialog {
	border: 1px solid #8e8e8e !important;
	overflow: visible;
}

.ui-dialog-titlebar-appointment{
	border: 0 solid #cd0a0a;
	background: #999999;
	height: 20px;
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.ui-dialog-title-appointment{
	border: 0 solid #cd0a0a;
	font-size: 10px;
	font-family: arial sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.ui-dialog-appointment{
	border: 1px solid #cd0a0a;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.ui-tabs-organizer{
	padding: 0;
	margin: 0;
}

.ui-corner-appointment{
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

.ui-tabs-nav {
	min-height: 28px;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active{
	padding-bottom:0 !important;
	border-bottom:1px solid #f8f8f8/*IMEDBG*/ !important;
}

body .ui-tabs-active.ui-state-active,
body .ui-widget-content .ui-tabs-active.ui-state-active,
body .ui-widget-header .ui-tabs-active.ui-state-active {
	background:#f8f8f8/*IMEDBG*/ !important;
}


/* ========== Formulars ========== */
.formgenerator .error {
	padding:3px;
	display:none;
}
.formgenerator div.row {
	margin-bottom: 10px;
}
.formgenerator div.clear {
	clear: both;
}

.formgenerator label.horizontal {
}
.formgenerator input.checkbox,
.formgenerator input.radio {
	vertical-align:baseline;
}
.formgenerator textarea.text,
.formgenerator input.text,
.formgenerator input.select {
	width:98%;
}

.formgenerator input.text.minicolors{
	width: 100px;
}
.formgenerator .texteditor {
	width:200px;
	height:100px;
	padding:2px;
	overflow:auto;
	border:1px solid #ccc;
}
.formgenerator table.table {
	//width:100%;
}

.formgenerator div.input {
	float: left;
}

.formgenerator div.error {
	float: left;
	margin-left: 10px;
	display: none;
	padding:3px;
}
.formgenerator .text {
	width:100px;
}
.formgenerator .S {
	width: 100px;
}
.formgenerator .M {
	width: 300px;
}
.formgenerator .L {
	width: 400px;
}
.formgenerator .XL {
	width: 600px;
}
.formgenerator .ERR {
	color: red;
}
.formgenerator input.RO,
.formgenerator select.RO,
.formgenerator textarea.RO {
	background-color:#dddddd;
	color:#000000/*IMEDFG*/;
}
.formgenerator table {
	border:none;
	border-collapse:collapse;
}
.formgenerator td {
	border:none;
	border-collapse:collapse;
}
.formgenerator .halign_top {
	vertical-align:top;
}
.formgenerator .halign_middle {
	vertical-align:middle;
}
.formgenerator .halign_bottom {
	vertical-align:bottom;
}
.formgenerator .valign_left {
	text-align:left;
}
.formgenerator .valign_center {
	text-align:center;
}
.formgenerator .halign_right {
	text-align:right;
}
.formgenerator .starthidden {
	display:none;
}
.formgenerator .imedicon.buttonwithicon {
	display:inline-block;
}
.formgenerator .field.editmode {
	opacity:0.5;
}

.formgenerator .editmode_fmap {
	background-color: #DFEFFC !important;
}
.formgenerator .editmode_selected {
	background-color: #DFEFFC !important;
}
.formgenerator .mastermode_selected {
	background-color: #CFFFDC !important;
}
.formgenerator .btnmastermode_hide {
	display: none !important;
}

.formgenerator .imedFieldset.FIELDSETNOBORDER {
	margin:0 !important;
	border:none !important;
	padding:0 !important;
}

.formgenerator .imedFieldset.FIELDSETNOBORDER  > legend {
	margin:0px !important;
	padding:1px 0 0 1px !important;
}

.formgenerator .imedFieldset.FIELDSETNOBORDER  > legend,
.formgenerator .imedFieldset.FIELDSETNOBORDER  > legend > span {
	font-size: 12px;
	font-weight: normal;
}

.formgenerator .imedFieldset.FIELDSETNOBORDER  > legend > span {
	vertical-align: middle;
}

.formgenerator .imedFieldset.FIELDSETNOBORDER  > div {
	margin-top:1px !important;
}

.mobile_center .formgenerator .imedmobilebutton {
	border: none !important;
	background-color: rgb( 228, 228, 228 ) !important;
}

.formgenerator .btnicononly,
.formgenerator .btnicononly:focus,
.formgenerator .btnicononly:hover,
.formgenerator .btnicononly:active{
	border:0 !important;
	background:transparent !important;
	padding:0 !important;
	margin:0 !important;
	outline:0 !important;
	box-shadow:none !important;
}

.formgenerator .formhiddeninput input[type='radio'],
.formgenerator .formhiddeninput input[type='checkbox'] {
	display:none !important;
}

.formgenerator .formhiddeninput input[type='radio']+label,
.formgenerator .formhiddeninput input[type='radio']+div label,
.formgenerator .formhiddeninput input[type='checkbox']+div label {
	display:block !important;
	background: #ffffff !important;
	border: 1px solid #626262 !important;
	padding: .4em 1em !important;
	text-align: center !important;
}

.formgenerator .formhiddeninput input[type='radio']+label .noinputcustomfield,
.formgenerator .formhiddeninput input[type='radio']+div label .noinputcustomfield,
.formgenerator .formhiddeninput input[type='checkbox']+div label .noinputcustomfield {
	display:none !important;
}

.formgenerator .formhiddeninput input[type='radio']:checked+label,
.formgenerator .formhiddeninput input[type='radio']:checked+div label,
.formgenerator .formhiddeninput input[type='checkbox']:checked+div label {
	display:block !important;
	background: #ffffff !important;
	border: 1px solid #626262 !important;
	padding: .4em 1em !important;
	-webkit-box-shadow: 0 0 0 1px #626262;
	-moz-box-shadow: 0 0 0 1px #626262;
	box-shadow: 0 0 0 1px #626262;
}

.formgenerator .formhiddeninput input[type='radio']+label:hover,
.formgenerator .formhiddeninput input[type='radio']+div label:hover,
.formgenerator .formhiddeninput input[type='checkbox']+div label:hover {
	background: #f0f0f0 !important;
}

.formgenerator .formhiddeninput input[type='radio'][disabled]+label,
.formgenerator .formhiddeninput input[type='radio'][disabled]+div label,
.formgenerator .formhiddeninput input[type='checkbox'][disabled]+div label,
.formgenerator .formhiddeninput input[type='radio'][disabled]+label:hover,
.formgenerator .formhiddeninput input[type='radio'][disabled]+div label:hover,
.formgenerator .formhiddeninput input[type='checkbox'][disabled]+div label:hover {
	background: #ffffff !important;
	color: #cccccc !important;
	border-color: #cccccc !important;
	pointer-events: none;
}

.formgenerator .formfieldupload-maxsize {
	font-size:80%;
	text-align:right;
	color:#626262;
}

.formgenerator .accesskeyhelp {
	color:#666;
	font-size:8pt;
}

.formgenerator-draggable {
	background-color:white;
	border:#888 solid 1px;
	opacity:0.9;
	z-index:999999;
	white-space:nowrap;
	padding:8px;
}

.formgenerator .formgenerator-readonly {
	margin-left:10px;
	padding:3px;
	font-size:150%;
	color:red;
}

/* ========== Login module ========== */
.dorner_color {
	background-color:#bd1220;
}

.dorner_logo {
}

.bracket_vertical {
	width:46px;
	height:455px;
}

.bracket_horizontal {
	width:52px;
	/*height:10px;*/
	height:36px;
}

.loginscreen_logo {
	background-image-imed: 'framework/img/chamaeleon_login.jpg';
	background-repeat:no-repeat;
	background-position:0 bottom;
	width:296px;
	height:380px;
}

/*CSSMENU*/
#northContent {
	overflow: visible !important;
	z-index: 3 !important;
}

.MenuBar .rootVoices {
       border-bottom:5px solid #bd1220;
       height:30px;
       width:100%;
}

.cssmenu {
	width: 100%;
	list-style: none;
	padding: 0;
	height: 36px;
	margin: 0;
	background:#fff
}

.cssmenu li:hover {
	background: #e8e8e8;
}

.cssmenu li.nohover:hover {
	background: transparent;
}

.cssmenu > li > span {
	border-left:1px solid #626262 !important;
	padding: 0 10px;
	font-size:14px;
}

.cssmenu > li:first-child > span {
	border-left:none !important;
}

.cssmenu > li {
	height: 26px;
	vertical-align: bottom;
	display: block;
	float: left;
	color: #000000/*IMEDFG*/;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	cursor: pointer;
	position: relative;
	white-space:nowrap;
	padding: 6px 0 4px 0;
}

.cssmenu li ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	background: white;
	box-shadow: 0 0 2px #666;
	z-index: 1000;
	list-style: none;
}

.cssmenu li:hover ul {
	display: block;
}

.cssmenu li ul li {
	position: relative;
	height: 18px;
	color: #000000/*IMEDFG*/;
	background: none;
	vertical-align: middle;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	float: none;
	white-space:nowrap;
	font-size:10px;
	line-height:18px;
}

.cssmenu li ul li:first-child {
	padding-left:3px;
}

.cssmenu li ul li:before {
	content:'';
	border:none;
	margin: 0;
}

.cssmenu li ul li:hover {
	background:#e8e8e8;
}

.cssmenu li ul li a {
	color: inherit;
	text-decoration: none;
}

.cssmenu li ul li span,
.cssmenu li ul li img {
	width: 16px;
	height: 16px;
	margin-left:8px;
	display: inline-block;
}

.cssmenu li ul li span span {
	margin: 0;
	padding: 0;
}

.cssmenu li ul li div {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 33px;
	height: 28px;
	vertical-align: middle;
}

.imedNormalTable > tr > td.contentRight,
.imedNormalTable > tbody > tr > td.contentRight,
.imedNormalTableNoHover > tr > td.contentRight,
.imedNormalTableNoHover > tbody > tr > td.contentRight,
.imedNormalTableSmall > tr > td.contentRight,
.imedNormalTableSmall > tbody > tr > td.contentRight,
.imedTableStruct > tr > td.contentRight,
.imedTableStruct > tbody > tr > td.contentRight,
.imedTableStructSmall > tr > td.contentRight,
.imedTableStructSmall > tbody > tr > td.contentRight{
	text-align:right;
	horiz-align:right;
}

.imedNormalTable > tr > td.contentCenter,
.imedNormalTable > tbody > tr > td.contentCenter,
.imedNormalTable > tr > th.contentCenter,
.imedNormalTable > tbody > tr > th.contentCenter,
.imedNormalTableNoHover > tr > td.contentCenter,
.imedNormalTableNoHover > tbody > tr > td.contentCenter,
.imedNormalTableNoHover > tr > th.contentCenter,
.imedNormalTableNoHover > tbody > tr > th.contentCenter,
.imedNormalTableSmall > tr > td.contentCenter,
.imedNormalTableSmall > tbody > tr > td.contentCenter,
.imedNormalTableSmall > tr > th.contentCenter,
.imedNormalTableSmall > tbody > tr > th.contentCenter,
.imedTableStruct > tr > td.contentCenter,
.imedTableStruct > tbody > tr > td.contentCenter,
.imedTableStruct > tr > th.contentCenter,
.imedTableStruct > tbody > tr > th.contentCenter,
.imedTableStructSmall > tr > td.contentCenter,
.imedTableStructSmall > tbody > tr > td.contentCenter,
.imedTableStructSmall > tr > th.contentCenter,
.imedTableStructSmall > tbody > tr > th.contentCenter{
	text-align:center;
	horiz-align:center;
}

ul.imedList {
	list-style: none;
	margin: 0;
	padding: 0;
}
table.imedList {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table.imedList > tr > th,
table.imedList > thead > tr > th,
table.imedList > tbody > tr > th {
	font-weight:bold;
	background: #cccccc;
	text-align: left;
	border: 1px solid #aaa;
	padding-left:3px;
}

ul.imedList > li,
table.imedList > tr > td,
table.imedList > thead > tr > td,
table.imedList > tbody > tr > td {
	padding: 5px 0 5px 5px;
	line-height:17px !important;
}

table.imedList tr td {
	vertical-align:top !important;
}

.imedList.noPadding li {
	padding: 0 0 0 5px;
}

ul.imedList.separated li,
table.imedList.separated tr {
	border-bottom: 1px solid #ccc;
}
ul.imedList.separated li:last-of-type,
table.imedList.separated tr:last-of-type {
	border-bottom: none;
}

ul.imedList li:hover,
ul.imedList li ul li ul li:hover,
ul.imedList li ul li ul li ul li ul li:hover,
table.imedList tr:hover,
table.imedList tr table tr table tr:hover,
table.imedList tr table tr table tr table tr table tr:hover {
	background-color: #eeeeee;
}

ul.imedList li ul li:hover,
ul.imedList li ul li ul li ul li:hover,
ul.imedList li ul li ul li ul li ul li ul li:hover,
table.imedList tr table tr:hover,
table.imedList tr table tr table tr table tr:hover,
table.imedList tr table tr table tr table tr table tr table tr:hover {
	background-color: white;
}

ul.imedListSmall {
	padding: 0 0 0 15px;
	margin: 0;
}

.imedNormalTable,
.imedNormalTableNoHover {
	width: 100%;
}

.imedNormalTableSmall {
	width: auto !important;
}

.imedNormalTable,
.imedNormalTableNoHover,
.imedNormalTableSmall,
.frameworkTableGrid {
	border-collapse: collapse
}

.imedNormalTable th,
.imedNormalTable td,
.imedNormalTableNoHover th,
.imedNormalTableNoHover td,
.imedNormalTableSmall > tr > th,
.imedNormalTableSmall > thead > tr > th,
.imedNormalTableSmall > tbody > tr > th,
.imedNormalTableSmall > td,
.imedNormalTableSmall > tr > td,
.imedNormalTableSmall > tbody > tr > td,
.frameworkTableGrid > tr > th,
.frameworkTableGrid > thead > tr > th,
.frameworkTableGrid > td,
.frameworkTableGrid > tr > td,
.frameworkTableGrid > tbody > tr > td {
	text-align: left;
	border: 1px solid #cccccc;
	font-weight: normal;
	vertical-align: top;
	padding: 2px 4px
}

.imedNormalTable tr.rowSelected td,
.imedNormalTableNoHover tr.rowSelected td {
	font-weight:bold;
	background: #fbec88;
	border: 1px solid #fad42e;
}

.imedNormalTable th,
.imedNormalTableNoHover th,
.imedNormalTableSmall > tr > th,
.imedNormalTableSmall > thead > tr > th,
.imedNormalTableSmall > tbody > tr > th,
.frameworkTableGrid > thead > tr > th {
	background: #cccccc;
	font-weight: bold;
	color: #000000/*IMEDFG*/;
	white-space: nowrap;
	border-color: #aaa;
}

.imedNormalTable tr:hover,
.imedNormalTableSmall > tr:hover,
.imedNormalTableSmall > tbody > tr:hover,
.imedNormalTableSmall > thead > tr:hover,
.imedTableStructSmallHover tr:hover,
.imedNormalTable tr.highlightrow,
.imedNormalTableSmall tr.highlightrow,
.frameworkTableGrid > tr:hover,
.frameworkTableGrid > tbody > tr:hover,
.frameworkTableGrid > thead > tr:hover
.frameworkTableGrid tr.highlightrow {
	border: 1px solid #fad42e;
	background: #fbec88 !important;
}

.imedNormalTable td table,
.imedNormalTableNoHover td table {
	width: 100%
}

.imedNormalTable td table tr,
.imedNormalTableNoHover td table tr {
	border: 1px solid #cccccc;
	background: #fff;
}

.imedNormalTable td.imedLabel,
.imedNormalTableNoHover td.imedLabel,
.imedNormalTableSmall td.imedLabel {
	white-space: nowrap;
}

.imedNormalTable td.imedValue,
.imedNormalTableNoHover td.imedValue,
.imedNormalTableSmall td.imedValue{
	font-weight:bold;
}

.imedNormalTable > tr > td.imedValue,
.imedNormalTable > thead > tr > td.imedValue,
.imedNormalTable > tbody > tr > td.imedValue,
.imedNormalTableNoHover > tr > td.imedValue,
.imedNormalTableNoHover > thead > tr > td.imedValue,
.imedNormalTableNoHover > tbody > tr > td.imedValue,
.imedNormalTableSmall > tr > td.imedValue,
.imedNormalTableSmall > thead > tr > td.imedValue,
.imedNormalTableSmall > tbody > tr > td.imedValue {
	width: 100%;
}

.imedNormalTable tr:nth-child(even),
.imedNormalTableNoHover tr:nth-child(even),
.imedNormalTableSmall > tr:nth-child(even),
.imedNormalTableSmall > thead > tr:nth-child(even),
.imedNormalTableSmall > tbody > tr:nth-child(even) {
	background-color: #fff;
}

.imedNormalTable tr:nth-child(odd),
.imedNormalTableNoHover tr:nth-child(odd),
.imedNormalTableSmall > tr:nth-child(odd),
.imedNormalTableSmall > tbody > tr:nth-child(odd),
.imedNormalTableSmall > thead > tr:nth-child(odd) {
	background-color: #eee;
}

.imedTableStructSmall {
	width: auto !important;
	border: none;
	border-collapse: collapse;
}

.imedTableStruct {
	border: none;
	border-collapse: collapse;
	width: 100%;
	background-color: transparent;
}

.imedTableStruct > tr,
.imedTableStruct > tbody > tr,
.imedTableStructSmall > tr,
.imedTableStructSmall > tbody > tr {
	border: none !important;
	background-color: transparent !important;
}

.imedTableStruct > tr > td,
.imedTableStruct > tbody > tr > td,
.imedTableStructSmall > tr > td,
.imedTableStructSmall > tbody > tr > td {
	vertical-align: top;
	border: none;
	background-color: transparent;
}

.imedColorGrid tr:nth-child(odd){
	background-color: #eee
}

.imedBorder {
	border: 1px solid #ccc;
}

.imedList .imedBorder {
	border-bottom: none;
}

.imedList .imedBorder:last-child {
	border-bottom: 1px solid #ccc;
}

body .ui-accordion > .ui-state-active,
body .ui-accordion > .ui-widget-content .ui-state-active,
body .ui-accordion > .ui-widget-header .ui-state-active,
body .ui-accordion > .ui-widget-header,
body .ui-accordion > .ui-widget-content {
	border-color: #aaaaaa !important;
}

body .imedNoOverflow {
	overflow: visible !important;
}

body .imedEmbeddedTab > div {
	border: 1px solid #ccc !important;
	border-top: 0 !important;
}

body .imedEmbeddedTab > div > div {
	padding: 3px; !important;
}

body .ui-slider,
body .ui-slider-handle {
	border: 1px solid #8e8e8e !important;
}

body .tabbox {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px;
	border: none !important;
	background-color: transparent !important;
}

/* Mobile Layout */
.mobile_header {
	background-color:#bd1220;
	width: 100%;
	max-width:800px;
	position: fixed;
	top: 0;
	height: 38px;
	border: none;
	border-collapse: collapse;
}
.mobile_header .mobile_header_title {
	width:100%;
	font-weight: bold;
	color: white;
	text-align:center;
	vertical-align:middle;
	font-size: 150%;
}
.mobile_header .mobile_header_left {
	text-align:left;
	white-space:nowrap;
	vertical-align:middle;
}
.mobile_header .mobile_header_right {
	text-align:right;
	white-space:nowrap;
	vertical-align:middle;
}
.mobile_footer {
	background-color:black;
	width: 100%;
	max-width:800px;
	
	position: fixed;
	bottom: 0;
	height: 32px;
	border: none;
	border-collapse: collapse;
}
.mobile_footer .mobile_footer_title {
	font-weight: bold;
	padding: 5px;
	color: white;
	text-align:center;
	vertical-align:middle;
	font-size: 120%;
}
.mobile_center {
	position: absolute;
	width: 100%;
	max-width:800px;
	margin-top: 40px;
	background-color:transparent;
}
.mobile_center .mobile_center_content,
.mobilelayout .classIModuleDivModal {
	margin: 0 5px;
}
.mobile_center .mobile_center_content {
	overflow: auto;
}
.mobile_center_footer {
	height: 32px;
}
.mobile_center td,
.mobile_center div,
.mobile_center span,
.mobile_center a,
.mobilelayout .classIModuleDivModal td,
.mobilelayout .classIModuleDivModal div,
.mobilelayout .classIModuleDivModal span,
.mobilelayout .classIModuleDivModal a {
	font-size: 16px;
}
.mobile_center input[type='text'],
.mobile_center input[type='password'],
.mobile_center input[type='date'],
.mobile_center input[type='email'],
.mobile_center input[type='number'],
.mobile_center input[type='tel'],
.mobile_center input[type='time'],
.mobile_center select,
.mobile_center select option,
.mobile_center textarea,
.mobilelayout .classIModuleDivModal input[type='text'],
.mobilelayout .classIModuleDivModal input[type='password'],
.mobilelayout .classIModuleDivModal input[type='date'],
.mobilelayout .classIModuleDivModal input[type='email'],
.mobilelayout .classIModuleDivModal input[type='number'],
.mobilelayout .classIModuleDivModal input[type='tel'],
.mobilelayout .classIModuleDivModal input[type='time'],
.mobilelayout .classIModuleDivModal select,
.mobilelayout .classIModuleDivModal select option,
.mobilelayout .classIModuleDivModal textarea {
	width:95%;
}
.mobile_center input,
.mobile_center select,
.mobile_center select option,
.mobile_center textarea,
.mobilelayout .classIModuleDivModal input,
.mobilelayout .classIModuleDivModal select,
.mobilelayout .classIModuleDivModal select option,
.mobilelayout .classIModuleDivModal textarea {
	font-size: 16px;
}
.mobile_center .imedList > li,
.mobilelayout .classIModuleDivModal .imedList > li {
	border-bottom: 1px solid #eeeeee;
}

.mobile_center .imedList.oneline > li,
.mobilelayout .classIModuleDivModal .imedList.oneline > li {
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align:middle;
}

.mobile_center .imedLabel {
	color: black;
}
.mobile_center .imedValue {
	color: black;
	font-weight:bold;
}

.mobile_center li.placeholder,
.mobilelayout .classIModuleDivModal li.placeholder {
	border: none;
	background-color: #8e8e8e;
	height: 2px;
	margin: 0;
	padding: 0 !important;
}

.mobile_center .imedList.smallFont td,
.mobile_center .imedList.smallFont div,
.mobile_center .imedList.smallFont span,
.mobile_center .imedList.smallFont a {
	font-size:12px !important;
}

.zsvicon {
	background-image-imed: 'zsvshared/img/zsv-iconset-16.png?VER={VERSION_HASH}';
	background-repeat: no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
	margin:0;
	padding:0;
	overflow: hidden;
}

.btn-zsvicon {
	margin-bottom:-3px;
}

.imedFieldset > button {
	min-width:180px;
	text-align: left;
	
}


.jstree-default.jstree-focused {
	background-color:transparent !important;
}

/* Global context menu */
.GlobalContext_ctx_main {
	background-color: #fff;
	position: absolute;
	min-width: 150px;
	border: 1px solid #8e8e8e !important;
}

.GlobalContext_ctx_main .ctx_menu {
	cursor: pointer;
	width: 100%;
}

.GlobalContext_ctx_main .ctx_menu > div
{
	padding: 5px;
}

.GlobalContext_ctx_main .ctx_menu:hover {
	background-color: #eeeeee;
}

.GlobalContext_ctx_main .ctx_seperator {
	border: 0;
	border-top: 1px solid #e8e8e8;
	height: 0;
	width: 100%;
	margin: 5px 0;
}

/* minicolor / colorpicker customizations */
body .minicolors-theme-default .minicolors-input {
	height: auto;
}

body .minicolors-swatch.minicolors-sprite.minicolors-input-swatch {
	top: 0;
	height: 22px;
	width: 22px;
	margin: -3px;
	border: none;
	position: relative;
}

body .minicolors-swatch.minicolors-sprite.minicolors-input-swatch > .minicolors-swatch-color {
	background-image-imed: 'framework/img/trigger.png';
}

body .mce-i-imedpaste {
	background-image-imed: 'framework/img/tinymce_imedpaste.png?VER={VERSION_HASH}';
}

body .mce-i-imedimg {
	background-image-imed: 'framework/img/tinymce_imedimg.png?VER={VERSION_HASH}';
}

body .mce-statusbar > .mce-container-body > .mce-path {
	display: none !important;
}

body .mce-statusbar > .mce-container-body > .mce-path > .mce-path-item,
body .mce-statusbar > .mce-container-body > .mce-path > .mce-divider {
	font-size: 80% !important;
}

.mce-tinymce > .mce-container-body {
	background: white;
}

.mce-tinymce > .mce-container-body > .mce-toolbar-grp {}

body .mce-container-body .mce-btn button {
	padding: 2px 4px !important;
}

body .mce-container-body .mce-flow-layout-item {
	padding: 0 !important;
}

body .mce-container-body .mce-toolbar-grp {
	padding: 0 !important;
}

body img.loader {
	background:urlimed("framework/img/loading2.gif") no-repeat center center;
	min-width:32px;
	min-height:32px;
}

body img.loader.border {
	border: 1px solid lightgrey;
}

body .jstree,
body .jstree ul li,
body .jstree ul li ins,
body .jstree.jstree-focused,
body .jstree-classic.jstree-focused {
	background-color:#f8f8f8/*IMEDBG*/ !important;
}

body .droppable_hover2 {
	background-color: #80FF80 !important;
	cursor:pointer !important;
}
body .droppable_hover,
body tr.droppable_hover > th,
body tr.droppable_hover > td,
body .droppable_hover .ui-state-default {
	background: #E17009 !important;
	background-color: #E17009 !important;
}

body .imedsearchgrid .ui-jqgrid .ui-pg-selbox {
	display: none !important;
}

body.nolanguage .translate.frameworkicon-language {
	display:none;
}
body input::-ms-clear{ display:none; }

.ui-state-highlight .ui-icon{background-image-imed: "framework/include/lib/js/jquery_2015/css/images/ui-icons_626262_256x240.png" !important;}

.clientsearchwait {
	background: urlimed('framework/img/loading2.gif') right  no-repeat !important;
	background-size: 16px 16px !important;
}
.clientsearchhide {
	display: none !important;
}
.imedhidden {
	display: none !important;
}
.nopane {
	display:none !important;
	height:0 !important;
	width:0 !important;
}

.imedList.separated > .ui-state-highlight,
.imedList.separated > tbody > .ui-state-highlight,
.imedList.separated > .ui-state-error,
.imedList.separated > tbody > .ui-state-error,
.imedList.separated > .ui-state-ok,
.imedList.separated > tbody > .ui-state-ok {
	border-left:none !important;
	border-right:none !important;
}
.waitforremove{
	background-color:lightgrey !important;
	color:gray !important;
}

.tablegrid_disabled,
.tablehead_disabled
{
	color:gray !important;
}

body .buttonbar_small .ui-button-text-only .ui-button-text {
	padding: .1em .5em;
}

body .ui-button-text {
	text-align:center;
}

.mobilelayout > div.mobilelayout-content,
.mobilelayout > div[aria-describedby^='modalDiv'] {
	display:block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

body .imedtooltip {
	border: 1px solid black;
	box-shadow: none;
}

body .ui-mark-text {
	background-color: #FFFF00;
	color: #000/*IMEDFG*/;
}

body .terminal {
	background-color:black;
	color:white;
	font-family:Courier;
	padding:3px;
}

body .ui-inline-progressbar-box {
	border:black solid 1px !important;
}

body .ui-inline-progressbar {
	background-color:black;
	width:0;
}

body .ui-border-light {
	border: 1px solid lightgray !important;
}
body .ui-border-normal {
	border: 1px solid gray !important;
}
body .ui-border-dark {
	border: 1px solid black !important;
}
body .ui-border-error {
	border: 1px solid #bd1220;
}

body .ui-highlight-gray {
	background-color:#666;
}

body .ui-highlight-gray-textonly {
	color:#666;
}

body .ui-highlight-lightgray {
	background-color:lightgray;
}

body .ui-highlight-lightgray-textonly {
	color:lightgray;
}

body .ui-highlight-important2-textonly{
	color: #FFA500;
}

body .ui-highlight-important,
body .ui-highlight-error{
	border: 1px solid #bd1220 !important;;
	background-color: #fef1ec !important;
	color: #bd1220 !important;;
	padding:3px;
	font-weight:bold;
}

body .ui-highlight-important-textonly,
body .ui-highlight-error-textonly{
	color: #bd1220;
}

body .ui-highlight-success{
	border: 1px solid #008000;
	background-color: #f1feec;
	color: #008000;
	padding:3px;
	font-weight:bold;
}
body .ui-highlight-success-textonly{
	color: #008000;
}

/* thomas, 27.04.2016: Buttonbar context menu. */
.ui-buttonbar-context .ui-button-text {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}
body .ui-buttonbar-context,
body .ui-buttonbar-context:hover {
	border:none !important;
	background-color:transparent !important;
}

body .ui-window-blocker{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:9999998;
	background-color:rgba(128, 128, 128, 0.5);
}

body .ui-paneset{
	height:100%;
	width:100%;
	position:absolute;
	z-index:2147483600;
	display:none;
	background-color:black;
	opacity:0.5;
}

body .ui-buttonbar-list{
	width:100%;
	vertical-align:middle;
	padding-left:3px;
}

body .ui-buttonbar-list-disabled {
	color:#999;
}

body .dorner-footer{
	height:40px;
	background-color:black;
	text-align:right;
	position:absolute;
	bottom:0;
	width:100%;"
}

body img.dorner-footer-logo {
	margin-top:10px;
	margin-right:20px;
	height:20px;
}

body .dorner-header {
	height: 40px;
	border-bottom: 5px solid #bd1220;
	position: absolute;
	top: 0;
	width:100%;
}

body .ui-imed-clipboard {
	background-color:#fff;
}

body.ui-imed-directscreen {
	margin:0;
	padding:0;
	color:#000/*IMEDFG*/;
	background-color:#f8f8f8/*IMEDBG*/;
}

body .ui-imed-directscreen-content {
	position:absolute;
	width:100%;
	top:20%;
	border:0;
	border-collapse:collapse;
}

body .ui-imed-directscreen-content-app
{
	margin-top:50px;
}

body .ui-imed-directscreen-content-left-right {
	width:50%;
}

body .ui-imed-directscreen-content-center {
	text-align:center;
	min-width:500px;
	max-width:500px;
}

body .ui-imed-directscreen-content .logo {
	text-align:center;
	margin-bottom:10px;
	width:500px;
}

body .ui-imed-directscreen-content-app .logo
{
	text-align:center;
	margin-bottom:10px;
}

body .ui-imed-directscreen-content h1 {
	width:500px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}

body .ui-imed-directscreen-content-app h1{
	text-align:center;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}

body .ui-imed-directscreen-content .message {
	width:500px;
	font-size:16px;
}

body .ui-imed-directscreen-content-app .message {
	text-align:center;
	font-size:16px;
}

body .ui-imed-directscreen-content .message input[type='password']{
	font-size:16px;
	width:250px;
	text-align:center;
}

body .ui-imed-directscreen-content .message input[type='submit']{
	font-size:16px;
	min-width:120px;
	text-align:center;
	margin-top:5px;
}

body .ui-imed-directscreen-content .link,
body .ui-imed-directscreen-content-app .link {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	margin-top:15px;
}

body .ui-imed-messagetab {
	padding:10px;
	font-size:150%;
	font-weight:bold;
}

body .ui-imed-progress-dialog {
	position:absolute;
	z-index:999992;
}

body .ui-imed-progress-content{
	padding:15px;
}

body .ui-imed-progress-message{
	padding:5px;
	margin-bottom:15px;
}

body .ui-imed-progress-progressbar{
	margin-bottom:50px;
	width:99%;
	height:20px;
}

/** Password checker */
body .ui-imed-passwordchecker {
	min-width:100px;
	border:black solid 1px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
body .ui-imed-passwordchecker-none {
	background-color: #000;
}
body .ui-imed-passwordchecker-veryweak {
	background-color:#A4A4A4;
}
body .ui-imed-passwordchecker-weak {
	background-color:#FF8080;
}
body .ui-imed-passwordchecker-normal {
	background-color:#ffab62;
}
body .ui-imed-passwordchecker-strong {
	background-color:#FFFF80;
}
body .ui-imed-passwordchecker-verystrong {
	background-color:#80FF80;
}

.formgenerator .htmlfield.editorformat p,
.formgenerator .htmlfield.editorformat div,
.formgenerator .htmlfield.editorformat span,
.formgenerator .htmlfield.editorformat a,
.formgenerator .htmlfield.editorformat table,
.formgenerator .htmlfield.editorformat tr,
.formgenerator .htmlfield.editorformat td,
.formgenerator .htmlfield.editorformat img {
	all:revert;
}
