@font-face {
	font-family: DINPro-Regular;
	src: local(DINPro-Regular), url('fonts/DINPro-Regular.otf');
}

@font-face {
	font-family: DINPro-Medium;
	src: local(DINPro-Medium), url('fonts/DINPro-Medium.otf');
}

.fontDefinition {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.linkDefinition {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	cursor: pointer;
}

.breadFontDefinition {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.breadLinkDefinition {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	cursor: pointer;
}

.breadCrumb {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	cursor: pointer;
	height: 15px;
	margin-left: 10px;
}

.settingsDescription {
	padding: 8px 0px 0px 0px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	word-wrap: break-word;
	white-space: pre-wrap;
	margin-left: 10px;
}

.settingsPanel {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.settingsHitlistDefinitionButtonPanel {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-left: 10px;
	width: 40px;
}

.settingsFont {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	height: 20px;
	margin-left: 10px;
}

.settingsCenter {
	align: center;
}

body {
	/* 	background-color: whitesmoke; */
	background-color: #F0F0F0;
	color: black;
	font-family: DINPro-Regular, tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

/**
 * Tooltip Styles
 */
.extooltip {
	display: inline-block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.extooltip:hover:after {
	background: #333;
	background: rgba(0, 0, 0, .8);
	border-radius: 5px;
	top: 45px;
	color: #fff;
	content: attr(title);
	left: 5px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
	/*width: auto; */
}

.extooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	top: 40px;
}

.contentPanel {
	display: none;
}

.invisiblePanel {
	display: none;
}

.loginPanel {
	background-color: #F1F1F1;
}

.logoutLabel {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	background: #f1f1f1;
	margin: 15px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.copyright {
	border-top: 1px solid black;
}

div.viewerTreeSeparator {
	border-left-width: 1px;
}

.thumb {
	background: #dddddd;
	padding: 3px; /*height: 91px;*/
/*width: 65px;*/
}

.thumb img { /*height: 90px;*/ /*width: 64px;*/
	
}

.thumb-wrap {
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
	padding-left: 16px;
}

.thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
}

.x-view-selected {
	background: #c3daf9;
	border: 2px solid #6593cf;
	padding: 3px;
	padding-left: 14px;
}

.x-view-selected .thumb {
	background: transparent;
}

.x-view-over {
	border: 1px solid #dddddd;
	background: #efefef
		url(js/ext/resources/images/default/grid/row-over.gif) repeat-x left
		top;
	padding: 4px;
	padding-left: 15px;
}

.loading-indicator {
	font-size: 11px;
	background-image:
		url('js/ext/resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 10px;
}

div.zoomSliderThumb {
	cursor: pointer;
}

div.zoomSlider {
	
}

div.transitionPanelThumb {
	cursor: pointer;
}

div.transitionPanel {
	
}

.myToolbar {
	padding: 0px 0px 0px 0px;
	background-color: red;
	border: 0px solid #87B3FF;
	border-top: 1px solid #9D9DA1;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	color: green;
	cursor: default;
}

.clickedLink {
	color: #9D9DA1;
	cursor: default;
}

.link {
	color: blue;
	cursor: pointer;
}

.errorPanel {
	background-color: red;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.centeredImage {
	text-align: center;
	display: block;
}

.centeredLabel {
	vertical-align: middle;
}

.printhitlisttable {
	border: thin;
}

.printhitlist_th {
	background-color: transparent;
	border-color: #FDFDFD #93AFBA #93AFBA #FDFDFD;
	border-style: solid;
	border-width: 1px;
	color: #055A78;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.printhitlist_tr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.printhitlist_tr_zebra {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #E5F2F8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.experience-context {
  background-color: white;
  border-color: gray gray gray gray;
  border-width: 1px;
  border-style: solid;
  box-shadow: 2px 3px 5px -3px black;
  padding: 3px;
}
 
.experience-context-item {
/* 	background-color: rgb(240, 240, 240); */

    border-color: white;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    padding: 3px 61px 3px 41px;
}

.experience-context-item:hover {
/* 	background-color: #e1eefd; */

    border-color: #afd2fd;
    border-style: solid;
    border-width: 1px;
    background-color: #e1eefd;
    color: black;
}

.experiencebutton-text-icon .x-btn-left .x-btn-right .x-btn-text {
	background: 0;
	width: 0;
}

.experience-field-container {
/* 	padding: 0px 2px 0px 0px !important; */
	padding: 0px 4px 0px 0px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.experience-field-container-border {
	padding: 0px 2px 0px 0px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #B8B8B8;
}

/*
.experience-range-container {
	background: #FFFFFF !important;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
*/

.experience-rangefield-container {
	padding: 0px 4px 0px 0px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.experience-radiofield-container{
	font-family: DINPro-Regular,tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;	
}

/*
.advanced-field-container {
	padding: 1px 0px 1px 1px !important;
	background: #dfe8f6 !important;
}
*/

.experience-paddedRowCell {
/* 	border-spacing: 8px 4px; */
	padding: 4px 2px;
}

.experience-emptyRowCell {
/* 	border-spacing: 8px 4px; */
	padding: 0px 2px;
}

.experience-fixed-table {
	table-layout: fixed;
}

.experience-fixed-td {
/* 	white-space: nowrap; */
}

.experience-label {
	min-height:18px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	font-size: 11px;
/* 	color:steelblue; */
	color: #006AC1;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
}

.experience-empty-label{
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	min-height:0px;
	heigth:0px;
}

.experience-button {
	padding: 5px 7px;
	border: none;
	cursor: pointer;
	background-image: none !important;
}

.experience-button-default {
	background: #006AC1;
	color: #FFFFFF;
}

.experience-field {
	font-size: 12px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	padding: 2px 0px 2px 2px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #B8B8B8;
}

.experience-mandatoryfield {
	font-size: 12px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
/* 	padding: 2px 0px 2px 2px !important; */
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #ffffcc;
	background-image: none !important;
	border: 1px solid #B8B8B8;
}

.experience-gwt-ListBox {
	border-color: #B8B8B8 !important;
	background-color: white;
	border: 1px solid;
	zoom: 1;
}

.experience-checklistcell {
    border-color: #FFFFFF !important;
    background: #FFFFFF !important;
    color: #000000;
    padding:0px !important;
}

.experience-nonmodifiablefield {
	font-size: 12px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	padding: 2px 0px 2px 2px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #EFEFEF !important;
	color: #6D6D6D !important;
	border: 1px solid #B8B8B8; 
}

.experience-invalidfield { /* background: #FF0000; */
	border: 1px solid #FF0000;
}

.experience-scrollpanel {
	min-height: 18px;
	font-size: 12px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	background-color: white;
	color: black;
	border: 1px solid #B8B8B8;
	/*    padding-left: 2px; */
	padding: 0px 0px 0px 2px !important;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
}

.experience-scrollpanel-wordwrap, .noteContent{
	word-wrap: break-word; /* IE (7)? */
	white-space: pre-wrap; /* CSS3 */
}

.experience-autoarea {
	font-size: 12px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	/*    white-space: pre; */
	overflow: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #B8B8B8;
}

.experiencebutton-text-icon .x-btn-center .x-btn-text {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 0px; /*padding-top: 16px;*/
	padding-bottom: 0px;
	padding-right: 0px;
	height: 16px;
	width: 100%;
}

.embedded-Hyperlink a:link,.embedded-Hyperlink a:hover,.embedded-Hyperlink
a:visited,.embedded-Hyperlink a:active {
	color: red;
}

.form-layout {
	background-color: #DFE8F6;
	border: 1px solid #7CA4D9;
}

.experience-background-color {
	background-color: #FFFFFF !important; /*#dfe8f6*/ /*#dce5ef*/
}

.experience-headerbackground-color {
	/*     background-color: whiteSmoke !important;	 */
	background-color: #F0F0F0 !important;
}

.experience-disclosure-button {
    margin-left: 4px !important;
    margin-top: 2px !important;
    padding: 0px !important;
    outline: none !important;
    border: none !important;
/*     background: whiteSmoke url(experience_web/images/15_15/opened.png); */
/*     background-color: whiteSmoke; */
    background: none !important;
}

.experience-disclosure-button-new {
    margin-left: 2px !important;
    margin-top: 2px !important;
    padding: 0px !important;
    outline: none !important;
    border: none !important;
/*     background: whiteSmoke url(experience_web/images/15_15/opened.png); */
/*     background-color: whiteSmoke; */
    background: none !important;
}

.tablesheet-search {
	background-image: url(experience_web/images/24_24/search-trigger.gif)
		!important;
	width: 24px;
	height: 24px;
}

.x-form-trigger-multilinebutton {
	background-image: url(experience_web/images/24_24/opendialog.gif) !important;
}

.x-form-trigger-edit {
	background-image: url(experience_web/images/24_24/editinline.gif) !important;
}

.versionLabel {
	background-color: transparent;
	font-size: 8px;
}

.div_not_valid {
	background-color: #FF8888;
}

/*
.gwt-ListBox {
	border-color: #a3bae9 !important;
	background-color: white !important;
	border: 1px solid;
	zoom: 1;
}
*/

.x-exptool {
	overflow: hidden;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: transparent no-repeat;
	margin-left: 2px;
}

.x-exptool {
	background-image: url(experience_web/images/15_15/exptool-sprites.gif) !important;
}

.x-exptool-close {
	background-position: 0 -0;
}

.x-exptool-close-over {
	background-position: -15px 0;
}

.x-exptool-info {
	background-position: 0 -15px;
}

.x-exptool-info-over {
	background-position: -15px -15px;
}

.x-exptool-help {
	background-position: 0 -30px;
}

.x-exptool-help-over {
	background-position: -15px -30px;
}

.x-exptool-option {
	background-position: 0 -45px;
}

.x-exptool-option-over {
	background-position: -15px -45px;
}

.experience-conf-docpanel-body .x-tab-panel-body {
	background-color: transparent;
}

/********** IMPORTANT -> W_8 STYLE ***********/
/* this element contains the whole application */
.experience-main-frame {
background-color: #FFFFFF; 
/*  background-color: darkgrey;*/
	padding: 10px 15px;
}

.experience-main-frame .x-border-layout-ct {
 	background-color: #FFFFFF;
/* 	background-color: darkgrey;*/
}

/* this element contains the part beneath the main toolbar  */
.experience-main-frame-body {
/*     margin: 10px 15px !important; */
}

.experience-main-toolbar {
	background-image: none !important;
/* 	background-color: #DFE8F6 !important; */
 	background-color: #FFFFFF !important;
/* 	background-color: darkgrey !important; */ 
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 8px !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #CFCFCF !important;
	/*
	border-radius: 3px;
	*/
}

.experience-main-toolbar .x-btn-text {
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 14px !important;
	font-size-adjust: none !important;
	font-style: normal !important;
	font-variant: normal !important;
	line-height: normal !important;
	background-image: none !important;
background-color: #FFFFFF;
}

.experience-suggestion-box .x-btn-tl,
.experience-suggestion-box .x-btn-tc,
.experience-suggestion-box .x-btn-tr,
.experience-suggestion-box .x-btn-ml,
.experience-suggestion-box .x-btn-mc,
.experience-suggestion-box .x-btn-mr,
.experience-suggestion-box .x-btn-bl,
.experience-suggestion-box .x-btn-bc,
.experience-suggestion-box .x-btn-br{
	background-image: none;
	background-color: #FFFFFF;
}

.experience-suggestion-box .x-btn-over .x-btn-tl {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: -6px 0;
}

.experience-suggestion-box .x-btn-over .x-btn-tc {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: 0 -9px;
}

.experience-suggestion-box .x-btn-over .x-btn-tr {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: -9px 0;
}

.experience-suggestion-box .x-btn-over .x-btn-ml {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: -6px -24px;
}

.experience-suggestion-box .x-btn-over .x-btn-mc {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: 0 -2168px;
}

.experience-suggestion-box .x-btn-over .x-btn-mr {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: -9px -24px;
}

.experience-suggestion-box .x-btn-over .x-btn-bl {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: -6px -3px;
}

.experience-suggestion-box .x-btn-over .x-btn-bc {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: 0 -18px;
}

.experience-suggestion-box .x-btn-over .x-btn-br {
	background-image: url(extGWT/images/default/button/btn.gif);
	background-position: -9px -3px;
}

.experience-suggestion-selectbutton .x-btn-text {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 0px;
}

.experience-suggestion-selectbutton .x-btn-mc em.x-btn-arrow {
	width: 14px;
	background-position-x: center;
	background-image: url(experience_web/images/15_15/arrow_down.png) !important;
}

.experience-navtab .experience-navigation-outbar .x-accordion-hd {
	height: 30px !important;
	background-image: none !important;
	/* 	background-color: whiteSmoke; */
	background-color: #F0F0F0;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-size-adjust: none !important;
	font-style: normal !important;
	font-variant: normal !important;
	line-height: normal !important;
	color: dimgray;
}

.experience-navigation-outbar-special {
	background-color: #D0E0FF !important;
}

/*
.experience-navtab .experience-navigation-outbar-selected {
	height: 30px !important;
	background-color: #FFFFFF !important;
	color: black !important;	
	font-size: 16px !important;
	font-weight: bold !important;
}
*/

/*
.experience-navtab .experience-navigation-outbar .x-panel-header{
	color: dimgray;		
}
*/

.experience-navtab .x-panel-header {
	/* 	background-color: whiteSmoke; */
	background-color: #F0F0F0;
	background-image: none !important;
	border: none;
	height: 17px;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
}

.experience-navtab .x-panel-body {
	border: none !important;
	/*     background-color: whiteSmoke; */
	background-color: #F0F0F0;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
}

.experience-maintab .x-panel {
	border-color: #FFFFFF;
}

.experience-maintab .x-panel-header {
	/* 	background-color: whiteSmoke;	 */
	background-color: #F0F0F0;
	background-image: none !important;
	border: none;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
}

.experience-maintab .x-panel-body {
	border: none !important;
}

.experience-maintab x.layout-collapsed .x-panel-header {
	background-color: #FFFFFF;
}

.experience-maintab .x-tab-panel-header {
	border: 0px;
	border-style: none;
	background-color: #FFFFFF;
	padding-bottom: 0px !important;
}

.experience-maintab ul.x-tab-strip-top {
	background-color: #F1F1F1;
	background-image: none;
	padding-top: 0px;
	/* kein Versatz bei Neuauswahl des selben Views bei gesetzter margin-top*/
	margin-top: 1px;
	border-bottom-color: #BCBCBC;
}

.experience-maintab-notabs ul.x-tab-strip-top {
	border-bottom-color: white;
}

/* text-color of TABS*/
.experience-maintab .x-tab-strip span.x-tab-strip-text {
	color: #000000;
}

.experience-maintab .x-tab-strip span.x-tab-strip-text {
	padding: 6px 0;
	font-family: DINPro-Regular, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.experience-maintab .x-tab-strip-top .x-tab-right,
.experience-maintab .x-tab-strip-top .x-tab-left,
.experience-maintab .x-tab-strip-top .x-tab-strip-inner{
	background-image: none !important;
	border-bottom-color: #BCBCBC;
	background-color: #D4D5D7;
}

.experience-maintab .x-tab-strip-top .x-tab-strip-active .x-tab-left,
.experience-maintab .x-tab-strip-top .x-tab-strip-active .x-tab-right,
.experience-maintab .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner{
	/* 	background-color: whiteSmoke;		 */
	background-color: #F0F0F0;
	border-bottom-style: none;
}

/* border around active TAB*/
.experience-maintab .x-tab-strip-top .x-tab-strip-active {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BCBCBC;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BCBCBC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BCBCBC;
}

/* special treatment of search-TABS */
.experience-search .x-tab-strip-inner, 
.experience-search .x-tab-left,
.experience-search .x-tab-right{
/* 	background-color: #4390de !important;	 */
/* 	color: #FFFFFF !important;	 */
}

.experience-maintab .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-bottom: 7px;
}

.experience-maintab .x-toolbar {
	/*   border-color: whiteSmoke !important; */
	border-color: #F0F0F0 !important;
	/*   background-color: whiteSmoke !important; */
	background-color: #F0F0F0 !important;
	background-image: none;
}

.experience-maintab .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
	border-top-width: 0px;
	border-top-style: none;
}

.experience-document .x-tab-strip-top .x-tab-right,
.experience-document .x-tab-strip-top .x-tab-left,
.experience-document .x-tab-strip-top .x-tab-strip-inner{
	background-image: none !important;
	border-bottom-color: #BCBCBC;
	background-color: white;
}

.experience-document .x-tab-strip-top .x-tab-right:hover,
.experience-document .x-tab-strip-top .x-tab-left:hover,
.experience-document .x-tab-strip-top .x-tab-strip-inner:hover{
	border-bottom-color: #BCBCBC;
	border-left-color: whiteSmoke;
	border-right-color: whiteSmoke;
	border-top-color: whiteSmoke;
	background-color: whiteSmoke;
}

.experience-document .x-tab-strip-top .x-tab-strip-active .x-tab-left,
.experience-document .x-tab-strip-top .x-tab-strip-active .x-tab-right,
.experience-document .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner{
	background-color: #FFFFFF;
}

.experience-document ul.x-tab-strip-top {
	border-bottom-color: #BCBCBC;
}

.experience-document .x-vsplitbar {
	/*   background-color: whiteSmoke; */
	background-color: #F0F0F0;
}

.experience-maintab .x-grid3-header {
	background-image: none;
	/*   background-color: whiteSmoke; */
	background-color: #F0F0F0;
}

.experience-maintab .x-grid3-hd-inner {
	position: relative;
	cursor: inherit;
	padding: 4px 1px 4px 1px;
	vertical-align: middle;
}

.experience-maintab .x-grid3-row {
	border-right-width: 0px;
	border-right-style: none;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.experience-maintab .x-grid3-body .x-grid3-td-checker {
	background-image: none;
}

.experience-maintab .x-grid3-body .x-grid3-td-numberer {
	background-image: none;
}

.invalidCell {
  border: 1px solid red;
}

.experience-maintab .x-panel-tl,
.experience-maintab  .x-panel-tr,
.experience-maintab  .x-panel-bl,
.experience-maintab  .x-panel-br {
	/* 	background-color: whiteSmoke;	 */
	background-color: #F0F0F0;
	background-image: none !important;
	border: none;
}

.experience-maintab .x-panel-tc {
	/* 	background-color: whiteSmoke;	 */
	background-color: #F0F0F0;
	background-image: none !important;
	border: none;
}

.x-expbutton {
	overflow: hidden;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: transparent no-repeat;
	margin-left: 2px;
}

notUsed {
	background-image: url(experience_web/images/15_15/exptool-sprites.gif)
		!important;
}

.triggerfield-user {
	background-image: url(experience_web/images/15_15/user_trigger.gif)
		!important;
}

.hitlistRadiogroup {
	background-color: #DFE8F6;
	border: 0px;
}

.experience-tool-button .x-btn-tc {
    background-color: #006AC1; /*#D9E8FB; */
    background-image: none !important;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6E6E6E; /*#B5CBFF;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6E6E6E; /*#B5CBFF;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6E6E6E; /*#B5CBFF;*/
}
.experience-tool-button  .x-btn-mc {
    background-color: #006AC1; /*#D9E8FB; */
    background-image: none !important;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6E6E6E; /*#B5CBFF;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6E6E6E; /*#B5CBFF;*/	
}
.experience-tool-button  .x-btn-bc {
    background-color: #006AC1; /*#D9E8FB; */
    background-image: none !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
/* 	border-bottom-color: #D0E3F8; */
	border-bottom-color: #6E6E6E; /*#B5CBFF;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6E6E6E; /*#B5CBFF;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6E6E6E; /*#B5CBFF;*/
}
	
.experience-tool-button .x-btn-tc:hover {
	background-color: #006AC1; /*#D9E8FB; */
	background-image: none !important;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6E6E6E; /*#B5CBFF;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6E6E6E; /*#B5CBFF;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6E6E6E; /*#B5CBFF;*/	
}
.experience-tool-button  .x-btn-mc:hover {
    background-color: #006AC1; /*#D9E8FB; */
    background-image: none !important;	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6E6E6E; /*#B5CBFF;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6E6E6E; /*#B5CBFF;*/	
}
.experience-tool-button  .x-btn-bc:hover {
	background-color: #006AC1; /*#D9E8FB; */
	background-image: none !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6E6E6E; /*#B5CBFF;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6E6E6E; /*#B5CBFF;*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6E6E6E; /*#B5CBFF;*/
}

.experience-tool-button  .x-btn-ml:hover {
	background-image: none !important;
}

.experience-tool-button  .x-btn-mr:hover {
	background-image: none !important;
}

.experience-tool-button  .x-btn-ml{
	background-image: none !important;
}

.experience-tool-button  .x-btn-mr {
	background-image: none !important;
}

.experience-tool-button  .x-btn-tl{
	background-image: none !important;
}

.experience-tool-button  .x-btn-tr {
	background-image: none !important;
}

.experience-tool-button  .x-btn-tl:hover{
	background-image: none !important;
}

.experience-tool-button  .x-btn-tr:hover {
	background-image: none !important;
}

.experience-tool-button  .x-btn-bl{
	background-image: none !important;
}

.experience-tool-button  .x-btn-br {
	background-image: none !important;
}

.experience-tool-button  .x-btn-bl:hover{
	background-image: none !important;
}

.experience-tool-button  .x-btn-br:hover {
	background-image: none !important;
}

.experience-tool-button  .x-btn-text {
	margin: 0px 7px;
	color: #FFFFFF !important;	
}

.experience-tool-button  .x-btn-text:hover {
	color: #FFFFFF;	
}

.hitlistTrashFontColor{
	color: grey;
}

/* ===== dropzone styles =====  */
div.dropzone { 
	border: 5px dashed #ccc;
	text-align:center; 
	width: 50%; 
	height: 100px; 
	margin: 10px auto;
	padding-top:20px;
	}

div.dropzone:hover {
	border: 5px dashed #C3DAF9;
	text-align:center; 
	width: 50%;
	height: 100px; 
	margin: 10px auto;
	padding-top:20px;
}

progress {
	width: 50%;
	text-align:center; 
}

progress:after {
	content: '%';
}

.hidden {
	display: none !important;
}

.my-paging-text{
	padding: 0px 5px 0px 5px;
}

.noteHeaderStyleCreator{
	color: #088A29;
	position:relative;
	width:100%;
	left: -4px;	
}
.noteHeaderStyleCreator, .noteHeaderStyleTimeStamp{
	font-weight:bold;
	font-size:1.1em;
}

.noteContent{
	white-space: pre-wrap; 
	padding-bottom:10px;
	margin-left:2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .noteContent {
        word-wrap: break-word;	
        padding-bottom:10px;
   }

}
.noteSheet{
	border-bottom-style: double !important;
	border-bottom-color: grey !important;
	background-color: white; 
}