
:root {
  --color-primary: rgb(56, 87, 168);
  --color-secondary: #666666;
}

/* TAGS ----------------------------------------------------------------------------- */
* {
	font-family: Arial, Helvetica;
	line-height: 120%;
	font-size: 11px;
}

body {
	position: fixed;
	background-position: 0px 70px;
	height: 100%;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url('/images/collectaonline/body-bg-pattern.png');
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b {
	font-size: inherit;
}

br {
	line-height: 8px;
}

label {
	display: block;
	/*padding-top: 4px;*/
}

form {
	display: inline;
	padding: 0;
	margin:  0;
}

input {
	line-height: normal;
}

table {
  font-weight: inherit;
	font-size: inherit;
	text-decoration: inherit;
	color: inherit;
}

tr {
  font-weight: inherit;
	font-size: inherit;
	text-decoration: inherit;
	color: inherit;
}

td {
  font-weight: inherit;
	font-size: inherit;
	text-decoration: inherit;
	padding-right: inherit;
	padding-left: inherit;
	padding-bottom: inherit;
	padding-top: inherit;
	color: inherit;
}

ul, ol {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
}

iframe {
  background-color: transparent;
}

i {
  font-size: inherit;
}

textarea,
input[type=text] {
  border-color: rgba(0,0,0,0.20);
  border-width: 1px;
  border-style: solid;
  min-height: 18px;
}


/* INPUT ---------------------------------------------------------------------------- */
.inputText {
  margin-bottom: 1px;
  width: 100%;
}

.inputTextarea {
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  height: 100px;
}

.inputSelect {
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
}

.inputRequired {
}


/* NAVIGATION ----------------------------------------------------------------------- */
.navigation {
	height: 85px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	background-repeat: repeat-x;
	color: white;
	background-image: url(/images/collectaonline/navigation-bg-gradient.png);
	z-index: 2;
}

.navigationBar {
	height: 70px;
}

.navigationTab {
  text-decoration: none;
  font-family:    Arial, Helvetica;
  font-weight:    400;
  color:          #999999;
  font-size:      16px;
  padding-top:    42px;
  margin-right:   20px;
  display:        block;
}

.navigationTab:hover {
  text-decoration: none;
  color:          #000000;
}

.navigationTab[selected="1"] {
  text-decoration: none;
  color:          #000000;
}

.navigationBarLang {
  position: absolute;
  top:      0px;
}

.navigationLang {
  text-decoration: none;
  color:          #999999;
  font-size:      11px;
  text-transform: uppercase;
  display:        inline-block;
  margin-top:    5px;
}

.navigationLang:hover {
  text-decoration: none;
  color:          #000000;
}

.navigationTitle {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}

.navigationButton {
	padding-bottom: 4px;
	padding-top: 4px;
	/*width: 100%;*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: black;
	display: block;
	cursor: pointer;
}

.navigationButton:hover {
	text-decoration: none;
	background-color: #D8DDE6;
	cursor: pointer;
}

.navigationButtonSelected {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	/*width: 100%;*/
	display: block;
	text-decoration: none;
	color: #28446F;
	background-color: #D8DDE6;
	cursor: pointer;
}

.navigationButtonSelected:hover {
	text-decoration: none;
	cursor: pointer;
}

.navigationButtonDisabled {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	/*width: 100%;*/
	display: block;
	text-decoration: none;
	color: #666666;
	cursor: default;
}

.navigationButtonDisabled:hover {
	text-decoration: none;
	cursor: default;
}

.navigationUser {
  position:absolute;
  right:25px;
  top:0px;
  padding-top:10px;
  color: #888888;
  font-weight: normal;
}

.navigationUser .contentLink {
  color: #888888;
  font-weight: normal;
}



/* CONTENT -------------------------------------------------------------------------- */
.contentButton {
	/*height: 18px;*/
	top: 2px;
	position: relative;
	width: 75px;
}

.contentLink {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	display: inline;
}

.contentLink:hover {
	color: #666666;
}


/* WINDOW --------------------------------------------------------------------------- */
.window {
	height: 480px;
	width: 720px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

.windowTitleBar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 25px;
}

.windowTitleBarLeft {
	width: 10px;
	background-image: url(/images/collectaonline/window-titlebar-bg-left.png);
}

.windowTitleBarMiddle {
	color: white;
	background-image: url(/images/collectaonline/window-titlebar-bg-middle.gif);
}

.windowTitleBarRight {
	width: 10px;
	background-image: url(/images/collectaonline/window-titlebar-bg-right.png);
}

.windowMeta {
	font-size: 11px;
	color: #AAAAAA;
}

a.windowMeta:hover {
	color: white;
}

.windowResizeButton {
	float: right;
	background-image: url(/images/collectaonline/window-resize-button.gif);
	height: 19px;
	width: 19px;
}

.windowPaddingContainer {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.windowContentContainer {
	position: absolute;
	left: 200px;
	top: 25px;
	height: 435px;
	width: 520px;
	color: black;
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/window-content-bg.png);
	background-color: #DEDEDE;
	overflow: auto;
}

.windowContentFooter {
	left: 200px;
	top: 460px;
	position: absolute;
	width: 520px;
	height: 20px;
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/window-content-footer-bg.gif);
}

.windowNavigationContainer {
	height: 435px;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 200px;
	color: black;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #B2C0D7;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.windowNavigationFooter {
	left: 0px;
	top: 460px;
	position: absolute;
	border-color: #777777;
	border-right-width: 1px;
	border-right-style: solid;
	width: 200px;
	height: 20px;
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/window-navigation-footer-bg.gif);
}

.windowShadow {
  right: -11px;
  bottom: -11px;
  left: -5px;
  top: -5px;
  position: absolute;
}

.windowBlocker {
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  border-width: 0px;
}

.windowSearchContainer {
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	color: black;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	overflow: hidden;
}

.windowSearch {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #B2C0D7;
	height: 100%;
}

.windowHelp {
  position: absolute;
  width:    200px;
  display:  none;
}

.windowHelpTitleBar {
  width: 100%;
}

.windowHelpContentContainer {
  width: 100%;
  left:  0px;
	position: absolute;
	top: 25px;
	height: 435px;
	color: black;
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/window-content-bg.png);
	background-color: #DEDEDE;
	overflow: auto;
}

.windowHelpContentFooter {
  width: 100%;
  left:  0px;
	top: 460px;
	position: absolute;
	height: 20px;
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/window-content-footer-bg.gif);
}


/* TOOLTIP -------------------------------------------------------------------------- */
.tooltipOld {
  position:  absolute;
  z-index:   2000000000;
  top:       0px;
  left:      0px;
  width:     178px;
  display:   none;
}

.tooltipOldContent {
  color: black;
  background-color:    #ffffe0;
  border-width:        1px;
  border-style:        solid;
  border-color:        #000000;
  border-bottom-width: 0;
  padding:             5px;
}


/* SLOTS ---------------------------------------------------------------------------- */
.slotContent {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 15px;
}

.slotOptions {
  float:right;
  display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.slotLinkContainer {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 0px;
}

.slotLink {
	background-position: 0px 9px;
	background-repeat: no-repeat;
	background-image: url(/images/collectaonline/slot-marker-open.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 15px;
	display: block;
	color: black;
	font-weight: bold;
	width: auto;
	overflow: visible;
}

.slotLinkClosed {
	background-position: 0px 9px;
	background-repeat: no-repeat;
	background-image: url(/images/collectaonline/slot-marker-closed.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 15px;
	display: block;
	color: black;
	font-weight: bold;
	width: auto;
	overflow: visible;
}

.slotLink:first-child {
	background-position: 0px 1px;
	padding-top: 0px;
}

.slotLinkClosed:first-child {
	background-position: 0px 1px;
	padding-top: 0px;
}

.slotLink:hover {
	text-decoration: underline;
}

.slotLinkClosed:hover {
	text-decoration: underline;
}

.slotOptionLink {
	text-decoration: underline;
	color: #000000;
}

.slotOptionLink:hover {
	text-decoration: underline;
	color: #666666;
}

.slotOptionLinkSelected {
	text-decoration: underline;
	color: #666666;
}

.slotOptionLinkSelected:hover {
	text-decoration: underline;
	color: #666666;
}

.slotSeparatorHorizontal {
  background-image: url(/images/collectaonline/slot-separator.gif);
  
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.slotSeparatorVertical {
  background-image: url(/images/collectaonline/slot-separator-vertical.gif);
  
  width: 31px;
  height: 100%;
}


/* TABLES --------------------------------------------------------------------------- */
.tableRowBlank {
  background-color: transparent;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tableRowLight {
	background-color: #f5f5f5;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tableRowWhite {
	background-color: #e5e5e5;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tableRowWhiteNew {
	background-color: #D8F4D5;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.tableRowAlternate {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #d5d5d5;
}

.tableRowAlternateNew {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #C0EEBB;
}

.tableRowAlternate.error {
  background-color: #FFC1C0;
}


/* BOXES ---------------------------------------------------------------------------- */
.box {
	left: 35px;
	top: 100px;
	color: #000000;
	position: absolute;
	height: 240px;
	width: 180px;
	visibility: hidden;
}

.boxBackground {
	right: -5px;
	left: -5px;
	bottom: -5px;
	top: -5px;
	position: absolute;
}

.boxTitleBar {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	position: absolute;
}

.boxFeatures {
  float: right;
  margin-right: 20px;
  color: #999999;
}

.boxContentContainer {
	height: 190px;
	width: 179px;
	left: 0px;
	top: 26px;
	position: absolute;
	color: inherit;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.boxContentFooter {
	color: inherit;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 25px;
	width: 179px;
	top: 215px;
	position: absolute;
	display: block;
	border-top: 1px solid #f0f0f0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.boxContentText {
	color: inherit;
}

.boxContentTitle {
	color: inherit;
}

.boxContentLink {
	text-decoration: underline;
	color: inherit;
}

.boxContentLink:hover {
	color: #666666;
}

.boxContentDisabled {
	color: #999999;
}

.boxPaddingContainerSmall {
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.boxPaddingContainerSmallSans {
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 8px;
}

.boxPaddingContainerLarge {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.boxPaddingContainerLargeSans {
	padding-right: 25px;
	padding-left: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.boxLinkSection {
	position: relative;
	top: -5px;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	color: inherit;
	font-weight: bold;
}

.boxLink {
	position: relative;
	top: -5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	cursor: pointer;
	color: inherit;
	background-image: url(/images/collectaonline/blank.gif);
}

.boxLink:hover {
	background-image: url(/images/collectaonline/box-link-bg-over.gif);
	text-decoration: none;
	color: inherit;
}

.boxLinkSelected {
	background-image: url(/images/collectaonline/box-link-bg-over.gif);
	text-decoration: none;
	color: inherit;
	position: relative;
}

.boxLinkDisabled {
	position: relative;
	top: -5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	color: #999999;
}

.boxLinkDisabled:hover {
	text-decoration: none;
	color: #999999;
	/*background-image: url(/images/collectaonline/blank.gif);*/
}

.boxLink:hover.boxLinkNoHover {
	background-image: url(/images/collectaonline/blank.gif);
	cursor: default;
}

.boxLinkSelected.boxLinkArrow:after, .boxLinkSelected:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.boxLinkSelected.boxLinkArrow:after {
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #f1f1f1;
	border-width: 30px;
	margin-top: -30px;
}
.boxLinkSelected.boxLinkArrow:before {
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #dddddd;
	border-width: 31px;
	margin-top: -31px;
}

.boxSeparatorVertical {
	background-repeat: repeat-y;
	background-image: url(/images/collectaonline/box-separator-vertical.png);
	width: 31px;
}

.boxSeparatorVerticalBlank {
	width: 31px;
}

.boxSeparatorHorizontal {
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/box-separator.png);
	height: 21px;
}

.boxTeaser {
}

.boxTeaser td.middle {
  background-image:  url(/images/collectaonline/box-teaser-normal-middle.png);
  background-repeat: repeat;
}

.boxTeaser td.topLeft {
  background-image:  url(/images/collectaonline/box-teaser-normal-topleft.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser td.top {
  background-image:  url(/images/collectaonline/box-teaser-normal-top.png);
  background-repeat: repeat-x;
  height: 20px;
}

.boxTeaser td.topRight {
  background-image:  url(/images/collectaonline/box-teaser-normal-topright.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser td.right {
  background-image:  url(/images/collectaonline/box-teaser-normal-right.png);
  background-repeat: repeat-y;
  width:  20px;
}

.boxTeaser td.bottomRight {
  background-image:  url(/images/collectaonline/box-teaser-normal-bottomright.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser td.bottom {
  background-image:  url(/images/collectaonline/box-teaser-normal-bottom.png);
  background-repeat: repeat-x;
  height: 20px;
}

.boxTeaser td.bottomLeft {
  background-image:  url(/images/collectaonline/box-teaser-normal-bottomleft.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser td.left {
  background-image:  url(/images/collectaonline/box-teaser-normal-left.png);
  background-repeat: repeat-y;
  width:  20px;
}

/*.boxTeaser:hover {
  text-decoration: none;
}

.boxTeaser:hover td.middle {
  background-image:  url(/images/collectaonline/box-teaser-hover-middle.png);
  background-repeat: repeat;
}

.boxTeaser:hover td.topLeft {
  background-image:  url(/images/collectaonline/box-teaser-hover-topleft.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser:hover td.top {
  background-image:  url(/images/collectaonline/box-teaser-hover-top.png);
  background-repeat: repeat-x;
  height: 20px;
}

.boxTeaser:hover td.topRight {
  background-image:  url(/images/collectaonline/box-teaser-hover-topright.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser:hover td.right {
  background-image:  url(/images/collectaonline/box-teaser-hover-right.png);
  background-repeat: repeat-y;
  width:  20px;
}

.boxTeaser:hover td.bottomRight {
  background-image:  url(/images/collectaonline/box-teaser-hover-bottomright.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser:hover td.bottom {
  background-image:  url(/images/collectaonline/box-teaser-hover-bottom.png);
  background-repeat: repeat-x;
  height: 20px;
}

.boxTeaser:hover td.bottomLeft {
  background-image:  url(/images/collectaonline/box-teaser-hover-bottomleft.png);
  background-repeat: no-repeat;
  width:  20px;
  height: 20px;
}

.boxTeaser:hover td.left {
  background-image:  url(/images/collectaonline/box-teaser-hover-left.png);
  background-repeat: repeat-y;
  width:  20px;
}*/



/* MESSAGES ------------------------------------------------------------------------- */
.error, .alert {
	color: black;
	padding: 7px;
	border-color: #ff6699;
	border-style: solid;
	border-width: 1px;
	background-color: #ffd3d3;
}

.warning {
	color: black;
	padding: 7px;
	border-color: #ffee00;
	border-style: solid;
	border-width: 1px;
	background-color: #fcfccc;
}

.confirmation {
	padding: 7px;
	border-color: #00CC00;
	border-style: solid;
	border-width: 1px;
	background-color: #e5ffd6;
}

.information {
	padding: 7px;
	border-color: #9999ff;
	border-style: solid;
	border-width: 1px;
	background-color: #DCE4F7;
}

.popup {
	padding: 0px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	background-color: #DEDEDE;
	background-repeat: repeat-x;
	background-image: url('/images/collectaonline/popup-content-bg.png');
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	text-align:left;
}

.popupPaddingContainer {
	padding: 7px;
}

.popupHeaderLight {
  font-size: 18px;
  line-height: 25px;
}

.popupHeaderHeavy {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}



/* GENERAL -------------------------------------------------------------------------- */
.background {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-repeat: repeat-x;
	background-image: url('/images/collectaonline/body-bg-gradient.png');
}

.title {
	line-height: 19px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.subtitle {
	line-height: 17px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0%;
	height: 34px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(/images/collectaonline/footer-bg.png);
	color: #666666;
	z-index: 5;
}

.disabled {
  color: #666666;
}

.highlight {
  background-color: yellow;
  font-size: inherit;
  font-weight: inherit;
}

.light {
  color: #888888;
  font-weight: normal;
}

.superlight {
  color: #AAAAAA;
  font-weight: normal;
}

.redbutton {
  color: #ffffff;
  font-weight: bold;
  cursor: hand;
}


/* DASHBOARD -------------------------------------------------------------------------- */
.dashboardLightButtonOverlay {
	position:absolute;
	height:86px;
	width:100%;
	border-radius:15px;
}

.dashboardLightButtonOverlay:hover {
  background-image:url(/images/collectaonline/dashboard-light-button-overlay.png);
}

.dashboardLightButtonOverlayDisabled {
	position:absolute;
	height:86px;
	width:100%;
	border-radius:15px;
  background-image:url(/images/collectaonline/dashboard-light-button-overlay-disabled.png);
}

.dashboardLightButton {
	height:86px;
	background-image:url(/images/collectaonline/dashboard-light-button-background.png);
	background-repeat:repeat-x;
}


/* COCKPIT --------------------------------------------------------------------------- */
.cockpitStats {
  position:absolute;
  z-index:10;
  top:0px;
  left:0px;
  /*margin-right:265px;*/
}

.cockpitStats .boxPaddingContainerLarge {
  padding-top: 20px;
}

.cockpitStats hr {
  color: #dddddd;
  background-color: #dddddd;
  border-color: #dddddd;
  margin: 0px;
}

.cockpitChart {
  background-image:url(/images/common/cockpit-chart-bg.png);
  background-repeat:no-repeat; background-position:0px 4px;
}

.cockpitBar {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  color:#ffffff;
  font-weight:bold;
  border-bottom:1px solid rgba(255,255,255,0.35);
  display:table;
  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.cockpitBar:last-child {
  border-bottom:none;
}

.cockpitBar > div {
  display:table-cell;
  vertical-align:top;
  
  /*
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);*/
}

.cockpitBarEmpty > div {
  color:#000000;
  overflow:visible;
}


.cockpitBarF {
  /*background-color: rgba(56,87,168,0.8);*/
  
  background: -moz-linear-gradient(top,  rgba(56,87,168,0.8) 0%, rgba(56,87,168,0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.8)), color-stop(100%,rgba(56,87,168,0.7)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
}

.cockpitBarVZ {
  /*background-color: rgba(56,87,168,0.7);*/

  /*background: -moz-linear-gradient(top,  rgba(56,87,168,0.7) 0%, rgba(56,87,168,0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.6)), color-stop(100%,rgba(56,87,168,0.6)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.7) 0%,rgba(56,87,168,0.6) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.7) 0%,rgba(56,87,168,0.6) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.7) 0%,rgba(56,87,168,0.6) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.7) 0%,rgba(56,87,168,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
  */
  
  background: -moz-linear-gradient(top,  rgba(56,87,168,0.8) 0%, rgba(56,87,168,0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.8)), color-stop(100%,rgba(56,87,168,0.7)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
}

.cockpitBarUE {
  /*background-color: rgba(56,87,168,0.6);*/

  /*background: -moz-linear-gradient(top,  rgba(56,87,168,0.6) 0%, rgba(56,87,168,0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.6)), color-stop(100%,rgba(56,87,168,0.5)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.6) 0%,rgba(56,87,168,0.5) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.6) 0%,rgba(56,87,168,0.5) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.6) 0%,rgba(56,87,168,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.6) 0%,rgba(56,87,168,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
  */
  
  background: -moz-linear-gradient(top,  rgba(56,87,168,0.8) 0%, rgba(56,87,168,0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.8)), color-stop(100%,rgba(56,87,168,0.7)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
}

.cockpitBarAG {
  /*background-color: rgba(56,87,168,0.5);*/
  
  /*background: -moz-linear-gradient(top,  rgba(56,87,168,0.5) 0%, rgba(56,87,168,0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.5)), color-stop(100%,rgba(56,87,168,0.4)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.5) 0%,rgba(56,87,168,0.4) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.5) 0%,rgba(56,87,168,0.4) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.5) 0%,rgba(56,87,168,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.5) 0%,rgba(56,87,168,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
  */
  
  background: -moz-linear-gradient(top,  rgba(56,87,168,0.8) 0%, rgba(56,87,168,0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.8)), color-stop(100%,rgba(56,87,168,0.7)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
}

.cockpitBarZ {
  /*background-color: rgba(56,87,168,0.8);*/
  
  /*background: -moz-linear-gradient(top,  rgba(56,87,168,0.8) 0%, rgba(56,87,168,0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.8)), color-stop(100%,rgba(56,87,168,0.7)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.8) 0%,rgba(56,87,168,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
  */
  
  background: -moz-linear-gradient(top,  rgba(56,87,168,0.4) 0%, rgba(56,87,168,0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,87,168,0.4)), color-stop(100%,rgba(56,87,168,0.3)));
  background: -webkit-linear-gradient(top,  rgba(56,87,168,0.4) 0%,rgba(56,87,168,0.3) 100%);
  background: -o-linear-gradient(top,  rgba(56,87,168,0.4) 0%,rgba(56,87,168,0.3) 100%);
  background: -ms-linear-gradient(top,  rgba(56,87,168,0.4) 0%,rgba(56,87,168,0.3) 100%);
  background: linear-gradient(to bottom,  rgba(56,87,168,0.4) 0%,rgba(56,87,168,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3857a8', endColorstr='#b33857a8',GradientType=0 );
}

.cockpitBarO {
  display:none;
}

.cockpitNavigation {
  position:absolute;
  z-index:4;
  top:0px;
  left:1px;
  width:240px;
  height:100%;
  border-right:1px solid #dddddd;
  overflow-y:auto;
  overflow-x:hidden;
  background-color: #fAfAfA;
}

.cockpitNavigationRight {
  left:auto;
  right:0px;
  width:240px;
  height:100%;
  border-left:1px solid #dddddd;
  overflow-y:auto;
  overflow-x:hidden;
}

.cockpitNavigation .boxPaddingContainerSmall {
  padding-right:0px;
  padding-left: 0px;
  padding-bottom: 75px;
}

.cockpitNavigationRight .boxPaddingContainerSmall {
  padding-left:0px;
}

.cockpitNavigation .boxPaddingContainerSmall .title {
  padding-left:15px;
  padding-top:10px;
  padding-bottom:0px;
  /*border-bottom:1px solid #f1f1f1; */
  margin-bottom:-1px;
}

.cockpitSearch {
  position: fixed;
  z-index:  4;
  bottom:   65px;
  width:    240px;
  height:   40px;
    
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
  
  border-top: 1px solid #dddddd;
  
  padding: 10px 15px 5px 15px;
}

.cockpitBadge {
  font-weight:bold;
  display:block;
  background-color:#ccc;
  color:#ffffff;
  border-radius:10px;
  padding:1px 10px 1px 10px;
  border: 1px solid rgba(255,255,255,0);
}

.cockpitBadge.priority1,
.cockpitNavigation .boxLinkDisabled .cockpitBadge.priority1,
.cockpitNavigation .boxLinkDisabled:hover .cockpitBadge.priority1,
.cockpitNavigation .boxLinkSelected .cockpitBadge.priority1,
.cockpitNavigation .boxLinkSelected:hover .cockpitBadge.priority1 {
  background-color: #7289C1;
}

.cockpitNavigation .boxLinkDisabled .cockpitBadge {
  background-color:#f1f1f1;
  color:inherit;
  display: none;
}

.cockpitNavigation .boxLink {
  padding-left: 15px;
  padding-right: 15px;
}

.cockpitNavigation .boxLinkSection {
  padding-left: 15px;
  padding-right: 15px;
}

.cockpitNavigation .boxLinkDisabled:hover .cockpitBadge {
  border: 1px solid #e5e5e5;
}

.cockpitNavigation .boxLinkSelected .cockpitBadge,
.cockpitNavigation .boxLinkSelected:hover .cockpitBadge {
  background-color:#3857A8;
  border: 1px solid rgba(255,255,255,0.5);
}

.cockpitNavigation .boxLinkSelected {
  background-color:#3857A8;
  background-image: none;
  color: #ffffff;
}

.cockpitNavigation .boxLinkSelected.boxLinkArrow:after {
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #3857A8;
	border-width: 14px;
	margin-top: -14px;
}

.cockpitNavigation .boxLinkSelected.boxLinkArrow:before {
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #dddddd;
	border-width: 15px;
	margin-top: -15px;
}

.cockpitTable {
  position:absolute;
  z-index:0;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  overflow-x:hidden;
  overflow-y:scroll;
}

.cockpitTableDiv {
  padding:70px 5px 150px 265px;
}

.cockpitTableDivDiv {
  width: 100%;
}

.cockpitTable .tableRowAlternate {
  background-color: #e5e5e5;
}

.cockpitHeader {
  position:absolute;
  z-index:1;
  top:0px;
  left:0px;
  width:100%;
  height:70px;
  overflow:hidden;
}

.cockpitHeaderDiv {
  padding:0px 20px 0px 265px;
}

.cockpitHeaderDivDiv {
  background:#ffffff;
  padding-top:15px;
  border-bottom:1px solid #dddddd;
  height:70px;
}

.cockpitFooter {
  position:absolute;
  z-index:1;
  bottom:0px;
  left:0px;
  width:100%;
  height:auto;
  overflow:hidden;
}

.cockpitFooterDiv {
  padding:0px 20px 0px 265px;
}

.cockpitFooterDivDiv {
  width: 100%;
  background:#ffffff;
  padding-top:10px;
  border-top:1px solid #dddddd;
  height:auto;
}

.cockpitNoContent {
  text-align: center;
  color: #999999;
  vertical-align:middle;
  top: 50%;
  position: absolute;
  padding-left: 220px;
  margin-top: -100px;
}



/* PROGRESS CHECK -------------------------------------------------------------------- */
#progressCheck {
  position:      absolute;
  display:       none;
  z-index:       100;
  
  right:         25px;
  bottom:        25px;
                                    
  background-color:  #f5f5f5;
  
  background: -webkit-linear-gradient(#f5f5f5, #d8d8d8);
  background: -o-linear-gradient(#f5f5f5, #d8d8d8);
  background: -moz-linear-gradient(#f5f5f5, #d8d8d8);
  background: linear-gradient(#f5f5f5, #d8d8d8);
  
  color:         #666666;
  font-weight:   normal;
  
  border-top:              1px solid #d8d8d8;
  border-left:             1px solid #d8d8d8;
  border-bottom:           1px solid #d0d0d0;
  border-right:            1px solid #d0d0d0;
  border-top-left-radius:  5px;
  border-top-right-radius: 5px;
  
  padding:       8px 12px 8px 15px;
}

#progressCheckTrack {
  display:inline-block;
  height:6px;
  width:100px;
  border-radius:3px;
  margin-right:10px;
  box-shadow:0px 0px 1px #666666 inset;
  background-color:#ffffff;
}

#progressCheckBar {
  width:0px;
  height:6px;
  border-radius:3px;
  background-color:#3857A8;
}


/* BADGES ---------------------------------------------------------------------------- */
.badgeSmallOrange {
  font-weight: bold;
  color: #FFF;
  background-color: #FF9900;
  border-radius: 8px;
  padding: 0px 4px 0px 4px;
}


/* CAPTCHA --------------------------------------------------------------------------- */
.grecaptcha-badge {
  z-index: 10;
  bottom: 35px ! important;
}


/* TYPEAHEAD ------------------------------------------------------------------------- */
span.twitter-typeahead {
  width:   100%;
  display: block ! important;
}

.tt-input {
}

.tt-menu {
  background-color: #fff;
  
  min-width: 100%;
  width: auto;
   
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}

.tt-dataset {

}

.tt-suggestion {
  padding: 5px;
  cursor: pointer;
  white-space: pre;
}

.tt-suggestion:hover {
  background-color: rgb(238, 238, 238);
}


/* FLAGS AND UNREAD ------------------------------------------------------------------ */
.flag {
  font-size: 14px;
  text-decoration: none;
  color: #CCC;
  padding-left: 3px;
  padding-right: 3px;
}

a.flag:hover {
  text-decoration: none;
  color: #999;
}

.flag-active {
  color: #FF0000;
}

a.flag-active:hover {
  color: #CC0000;
}

.unread {
  font-size: 16px;
  text-decoration: none;
  color: #0077CC;
  padding-left: 3px;
  padding-right: 3px;
}

.unread + .flag {
  padding-left: 0px;
}

.flag + .unread {
  padding-left: 0px;
}

.alarm {
  opacity: 0.2;
}

.alarm img {
  vertical-align: baseline;
}

.alarm:hover {
  opacity: 0.5;
}

.alarm-active {
  opacity: 1;
}

.order-label {
  margin-left: 3px;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  position: relative;
  top:-1px; background-color: rgba(0,0,0,.05);
  color: #888;
}

.order-label.order-label-primary {
  background-color: var(--color-primary);
  color: #fff;
}

.order-label.order-label-secondary {
  background-color: var(--color-secondary);
  color: #fff;
}

.order-label.order-label-success {
  background-color: #00CC00;
  color: #fff;
}

.order-label.order-label-danger {
  background-color: #FF3333;
  color: #fff;
}

.order-label.order-label-warning {
  background-color: #ffee00;
  color: #000;
}

.order-label.order-label-info {
  background-color: #007bff;
  color: #fff;
}

.order-label.order-label-light {
  background-color: rgba(0,0,0,.125);
  color: #000;
}

.order-label.order-label-dark {
  background-color: #000;
  color: #fff;
}

.order-label.order-label-blue {
  color: #fff;
  background-color: #007bff
}

.order-label.order-label-indigo {
  color: #fff;
  background-color: #6610f2
}

.order-label.order-label-purple {
  color: #fff;
  background-color: #6f42c1
}

.order-label.order-label-pink {
  color: #fff;
  background-color: #e83e8c
}

.order-label.order-label-red {
  color: #fff;
  background-color: #dc3545
}

.order-label.order-label-orange {
  color: #212529
}

.order-label.order-label-yellow {
  color: #212529;
  background-color: #ffc107
}

.order-label.order-label-green {
  color: #fff;
  background-color: #28a745
}

.order-label.order-label-teal {
  color: #fff;
  background-color: #20c997
}

.order-label.order-label-cyan {
  color: #fff;
  background-color: #17a2b8
}

.order-label.order-label-white {
  color: #212529;
  background-color: #fff
}

.order-label.order-label-gray {
  color: #fff;
  background-color: #6c757d
}

.order-label.order-label-gray-dark {
  color: #fff;
  background-color: #343a40
}


/* TABS ------------------------------------------------------------------ */
/*.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--color-primary);
}

.nav-pills .nav-link {
  background-color: rgba(0,0,0,0.05);
  color: var(--color-primary);
}
.nav-pills .nav-item + .nav-item {
  margin-left: 5px;
}*/

.window .nav-tabs .nav-item.show .nav-link,
.window .nav-tabs .nav-link.active {
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+50,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

  border-bottom-color: #f7f7f7;
}

.window .nav-tabs .nav-link,
.window .nav-tabs .nav-link.active {
  font-weight: bold;
  color: #000;
}




