/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/group.base.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/normalize.css. type:import. history:root:_themes/Aqua/group.base.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/index.css. type:import. history:root:_themes/Aqua/group.base.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/designer.postload.css. type:import. history:import:_themes/Aqua/styles/index.css, root:_themes/Aqua/group.base.css */
body > div.designer {
  transition: opacity 1.5s linear 3.5s;
  opacity: 0.5;
}
body > div.designer.fresh {
  opacity: 1;
}
body > div.designer.box {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.5s linear;
}
body > div.designer.box:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
body > div.designer.horizontalLine {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 0px;
}
body > div.designer.verticalLine {
  position: fixed;
  width: 0px;
  top: 0px;
  height: 100%;
  bottom: 0px;
}
body > div.designer:hover,
body > div.designer.hover {
  box-shadow: 0px 0px 9px 3px #cf0;
}
body > div.designer.fade {
  opacity: 0.25;
}
body > div.designer.fade:hover,
body > div.designer.fade.hover {
  opacity: 1;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/designer.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/index.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
/* 30px-2*4px */
/* stdModule */
/* buttons */
/* backgrounds */
/* fonts */
/* listing table */
/* input & button styles */
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/index.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/overlay/overlay.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
/** main containers **/
div.overlay {
  vertical-align: middle;
  text-align: center;
  z-index: 4400;
  opacity: 0;
  user-select: none;
  transition: opacity 0.25s ease-in 0s;
  /**
	 *	@see http://www.colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+100&0.75+0,0.95+33,1+100;Custom
	 */
  background: #f2f3f7;
  /* default color */
}
div.overlay.delayed {
  transition: opacity 0.25s ease-in 0.25s;
}
div.overlay.inside {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
div.overlay.outsideFixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
div.overlay.outside {
  position: absolute;
}
div.overlay.outsideConstrained {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
div.overlay.visible {
  opacity: 0.85;
}
div.overlay.visible.opaque-animate {
  background: #f2f3f7;
  /* default color, override the gradient */
  transition: opacity 0.5s ease-in 2s;
  opacity: 0.85;
}
div.overlay.visible.opaque-animate.opaque {
  opacity: 0.97;
}
div.overlay.loading > div.image {
  background-image: url('../../../tina/_themes/Aqua/styles/loading.gif');
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in 0.75s;
}
div.overlay.loading.inside > div.image,
div.overlay.loading.outside > div.image {
  position: absolute;
  background-position: 50% 35%;
  width: 100%;
  height: 100%;
}
div.overlay.loading.outsideFixed > div.image {
  position: absolute;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
div.overlay.loading.visible > div.image {
  opacity: 1;
}
/** general styles applied to the target element **/
.overlay_target {
  text-shadow: 0px 0px 0.25em #f2f3f7 !important;
  border-color: #f2f3f7 !important;
  /* hides the scrollbars in a scrollable div, because the mask wont scroll with the masked div */
  /* this causes issues with firefox in some cases, when attached to the body because the "listing" will "jump" */
  overflow: hidden !important;
}
.overlay_target * {
  border-color: #f2f3f7;
}
.overlay_target td {
  border-color: #f2f3f7;
}
div.engine-listing-container.overlay_target {
  overflow: visible !important;
}
body.overlay_target {
  overflow: auto !important;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/overlay/overlay.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/alert/alert.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
/** main containers **/
div.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4500;
  text-shadow: none;
}
div.alert > table {
  width: 100%;
  height: 100%;
}
div.alert > table > tbody > tr > td {
  vertical-align: middle;
}
div.alert > table > tbody > tr > td > div.container {
  min-width: 400px;
  width: 1%;
  min-height: 96px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 180, 0, 0.9);
  box-shadow: 0px 3px 6px 0px rgba(136, 136, 136, 0.9);
}
div.alert > table > tbody > tr > td > div.container {
  background-color: #fcfcfc;
}
div.alert > table > tbody > tr > td > div.container > div.title > span {
  font-size: 16px;
  font-weight: bold;
  color: #181F50;
  margin-left: 5px;
}
div.alert > table > tbody > tr > td > div.container > div.title > div.buttons {
  float: right;
  margin-top: -4px;
}
div.alert > table > tbody > tr > td > div.container > div.title > div.buttons > button {
  font-weight: bold;
  color: #021e36;
  background-color: transparent;
  border-color: transparent;
  line-height: 15px;
  padding: 3px 0 4px 0;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
div.alert > table > tbody > tr > td > div.container > div.title > div.buttons > button:hover {
  background-color: transparent;
}
div.alert > table > tbody > tr > td > div.container > div.title div.loading {
  min-height: 32px;
  background-image: url('../../../tina/_themes/Aqua/styles/loading.gif');
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
div.alert > table > tbody > tr > td > div.container > div.content {
  background-image: url('../../../tina/_themes/Aqua/styles/alert/alert-warning.bg.png');
  background-repeat: no-repeat;
  background-position: 16px 16px;
  border-radius: 0 0 6px 6px;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.loadingMessage > div.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../../../tina/_themes/Aqua/styles/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.content {
  min-height: 114px;
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.label {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-left: 50px;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.buttons {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.buttons > button {
  font-size: 13px;
  border: 1px #ffc34b;
  background-color: #ffc34b;
  color: #fff;
  height: 30px;
  min-width: 45px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 4px;
  margin: 3px;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.buttons > button:last-child {
  margin-right: 0;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.buttons > button:hover {
  border-color: #ffa800;
  background-color: #ffa800;
}
div.alert > table > tbody > tr > td > div.container > div.content > div.buttons > button:focus {
  border-color: #ffa800;
  background-color: #ffa800;
}
/** browser-specific **/
html.lt-ie9 div.alert > table > tbody > tr > td > div.container > div.content > div.buttons > button {
  border: 2px solid #52b8d0;
  background-color: #52b8d0;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/alert/alert.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/alert/alertIframe.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
/** main containers **/
div.alert.alertIframe {
  transition: opacity 0.25s ease-in;
  opacity: 1;
}
div.alert.alertIframe.unloading {
  opacity: 0;
}
div.alert.alertIframe > table > tbody > tr > td > div.container > div.content {
  background-image: none;
}
div.alert.alertIframe > table > tbody > tr > td > div.container > div.content > iframe {
  transition: opacity 0.25s ease-in;
  opacity: 1;
  border: none;
  width: 100%;
  height: 100%;
}
div.alert.alertIframe.loaded > table > tbody > tr > td > div.container {
  transition: width 0.5s ease-in 0.5s, height 0.5s ease-in 0.5s;
}
div.alert.alertIframe.loaded > table > tbody > tr > td > div.container > div.content {
  transition: width 0.4s ease-in 0.1s, height 0.4s ease-in 0.1s;
}
div.alert.alertIframe.loaded > table > tbody > tr > td > div.container > div.content > div.loadingMessage {
  display: none;
}
div.alert.alertIframe.loading > table > tbody > tr > td > div.container > div.content > div.loadingMessage {
  display: block;
}
div.alert.alertIframe.loading > table > tbody > tr > td > div.container > div.content > iframe {
  opacity: 0;
}
div.alert.alertIframe.reloading > table > tbody > tr > td > div.container > div.content > div.loadingMessage {
  display: block;
}
div.alert.alertIframe.reloading > table > tbody > tr > td > div.container > div.content > div.loadingMessage > div.loading {
  background-color: rgba(252, 252, 252, 0.2);
}
div.alert.alertIframe.reloading > table > tbody > tr > td > div.container > div.content > iframe {
  /*opacity: 0.5;*/
}
div.alert.alertIframe.absolute {
  position: absolute;
  top: 0;
}
div.overlay.overlay-for-alertIframe {
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
div.overlay.overlay-for-alertIframe.visible {
  opacity: 0.85;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/alert/alertIframe.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/tooltips/tooltip.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
/*
@tooltip-content-text-color: #eee;
@tooltip-content-bg-color: #666;
@tooltip-content-bg-shadow: #ccc;
@tooltip-pointer-color: #666;
*/
span.tooltip {
  font-size: 12px;
  font-style: italic;
  position: relative;
  text-align: left;
  background-color: #f00;
  z-index: 6900;
  /*bottom: -8px;*/
  /* this had to be disabled when switching to absolute positioning only. not sure why it was here in the first place */
  pointer-events: none;
  /* act as a "transparent" element, avoid stealing focus from other elements */
  visibility: hidden;
  /* these are only used in reservations/serviceOffers/ for now, and its overidden locally
	&.contentType-text-long {
		>div.content {
			white-space: normal;
		}
	}
	&.contentType-preformatted {
		>div.content {
			white-space: pre;
		}
	}
	*/
  /**[TINA3] this is only needed for non-MVC modules **/
  /* animations */
  /* sub-elements */
  /* absolute positioning */
}
span.tooltip.visible {
  visibility: visible;
}
span.tooltip.absolute {
  position: absolute;
}
span.tooltip.float-right {
  float: right;
}
span.tooltip.float-left {
  float: left;
}
span.tooltip.contentType-TINA2-list > div.content {
  white-space: nowrap;
}
span.tooltip.animated {
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  /* used when transitioning from visible to invisible */
}
span.tooltip.animated.visible {
  transition: opacity 0.15s linear 0.5s;
  /* used when transitioning from invisible to visible */
  opacity: 1;
}
span.tooltip > div.content {
  text-align: left;
  text-shadow: none;
  background-color: #368bde;
  box-shadow: 2px 4px 5px 0px rgba(142, 142, 142, 0.35);
  border-radius: 5px;
  color: #ffffff;
  left: 20%;
  padding: 5px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #368bde;
  white-space: pre-line;
  min-width: 150px;
  max-width: 500px;
}
span.tooltip > div.content > div.has-description div.description {
  color: #E6E6E6;
}
span.tooltip > div.content > div.has-description.has-messages > div.messages {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
span.tooltip > div.content .tooltip-wide-markdown {
  width: 500px;
  line-height: 1.2;
  white-space: normal;
  font-style: normal;
}
span.tooltip > div.content .tooltip-wide-markdown h1,
span.tooltip > div.content .tooltip-wide-markdown h2,
span.tooltip > div.content .tooltip-wide-markdown h3,
span.tooltip > div.content .tooltip-wide-markdown h4,
span.tooltip > div.content .tooltip-wide-markdown h5,
span.tooltip > div.content .tooltip-wide-markdown h6,
span.tooltip > div.content .tooltip-wide-markdown p {
  margin: 0.3em 0.15em;
}
span.tooltip > div.content .tooltip-wide-markdown ul,
span.tooltip > div.content .tooltip-wide-markdown ol {
  margin: 0.3em 0;
  padding-left: 2.5em;
}
span.tooltip > div.content .tooltip-wide-markdown li {
  margin: 0.15em 0;
}
span.tooltip > div.content .tooltip-wide-markdown p:first-child,
span.tooltip > div.content .tooltip-wide-markdown h1:first-child,
span.tooltip > div.content .tooltip-wide-markdown h2:first-child,
span.tooltip > div.content .tooltip-wide-markdown h3:first-child,
span.tooltip > div.content .tooltip-wide-markdown h4:first-child,
span.tooltip > div.content .tooltip-wide-markdown h5:first-child,
span.tooltip > div.content .tooltip-wide-markdown h6:first-child {
  margin-top: 0;
}
span.tooltip > div.content .tooltip-wide-markdown p:last-child,
span.tooltip > div.content .tooltip-wide-markdown ul:last-child,
span.tooltip > div.content .tooltip-wide-markdown ol:last-child {
  margin-bottom: 0;
}
span.tooltip > div.content table.inTooltipPrices {
  width: 100%;
}
span.tooltip > div.content table.inTooltipPrices > tbody > tr > td.inTooltipPrices.amount {
  text-align: right;
  color: #ffffff;
}
span.tooltip > div.content table.inTooltipPrices > tbody > tr > td.inTooltipPrices.xcurrency {
  padding: 0 0.25em;
  width: 1%;
  color: #e0e0e0;
}
span.tooltip > div.pointer {
  border-style: solid;
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  z-index: 1;
}
span.tooltip.absolutePosition {
  position: absolute;
  height: 1%;
}
span.tooltip.absolutePosition > div.content {
  position: relative;
  left: 0px;
}
span.tooltip.absolutePosition.top > div.pointer {
  bottom: -10px;
}
/** positional styles **/
span.tooltip.top > div.pointer {
  border-color: #368bde transparent;
  border-width: 9px 9px 0 9px;
  margin-left: -4.5px;
  bottom: 17px;
}
span.tooltip.top > div.content {
  bottom: 26px;
}
span.tooltip.bottom {
  bottom: -26px;
}
span.tooltip.bottom > div.pointer {
  border-color: #368bde transparent;
  border-width: 0px 9px 9px 9px;
  margin-left: -4.5px;
  top: -9px;
}
span.tooltip.bottom > div.content {
  top: 0px;
}
span.tooltip.left {
  margin-left: -9px;
  margin-right: 9px;
}
span.tooltip.left > div.pointer {
  border-color: transparent #368bde;
  border-width: 9px 0 9px 9px;
  margin-top: -4.5px;
  margin-left: 0px;
}
span.tooltip.left > div.content {
  bottom: 0px;
}
span.tooltip.right {
  margin-left: -9px;
  margin-right: 9px;
}
span.tooltip.right > div.pointer {
  border-color: transparent #368bde;
  border-width: 9px 9px 9px 0;
  margin-top: -22px;
  margin-left: -9px;
}
span.tooltip.right > div.content {
  bottom: 0px;
}
span.tooltip.absolute.right {
  margin-bottom: 18px;
  margin-left: 9px;
}
span.tooltip.absolute.topRight > div.pointer {
  bottom: 0;
}
span.tooltip.absolute.topRight > div.content {
  bottom: 9px;
}
span.tooltip.bottomRight {
  /*bottom: -26px; @2015-10-16 this breaks absolute positioning */
}
span.tooltip.bottomRight > div.pointer {
  border-color: transparent transparent #368bde transparent;
  border-width: 0px 9px 9px 0px;
  top: -9px;
}
span.tooltip.bottomRight > div.content {
  top: 0px;
  border-radius: 0px 5px 5px 5px;
}
span.tooltip.bottomLeft {
  /*bottom: -26px; @2015-10-16 this breaks absolute positioning */
}
span.tooltip.bottomLeft > div.pointer {
  border-color: transparent transparent #368bde transparent;
  border-width: 0px 0px 9px 9px;
  top: -9px;
  margin-left: -9px;
}
span.tooltip.bottomLeft > div.content {
  top: 0px;
  border-radius: 5px 0px 5px 5px;
}
span.tooltip.topLeft {
  top: -4.5px;
}
span.tooltip.topLeft > div.pointer {
  border-color: #368bde transparent transparent transparent;
  border-width: 9px 0px 0px 9px;
  bottom: 2px;
}
span.tooltip.topLeft > div.content {
  bottom: 11px;
  border-radius: 5px 5px 0px 5px;
}
span.tooltip.topRight {
  top: -4.5px;
}
span.tooltip.topRight > div.pointer {
  border-color: #368bde transparent transparent transparent;
  border-width: 9px 9px 0px 0px;
  bottom: 17px;
}
span.tooltip.topRight > div.content {
  bottom: 26px;
  border-radius: 5px 5px 5px 0px;
}
/* target element style */
.tooltip-attached {
  /* after talking with Decebal, we decided to not mark the targeted tooltip element at all. I've left the css definition here though */
}
/** IE fixes **/
html.lt-ie9 span.tooltip > div.content {
  background-color: #368bde;
}
html.lt-ie8 span.tooltip > div.pointer {
  display: none;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/tooltips/tooltip.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/notifications/notification.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
body.window.messageDiv-absolute #pageContent > div.messageDivContainer {
  top: 53px;
  position: absolute;
  z-index: 3900;
  right: 2px;
  min-width: 250px;
  white-space: nowrap;
}
body.popup div#listingContainer > div.messageDivContainer {
  top: -18px;
  position: absolute;
  z-index: 3900;
  right: 2px;
  min-width: 250px;
  white-space: nowrap;
}
div {
  /**
	 * Define the styles used for
	 */
}
div > div.messageDivContainer > ul.notification > li.notification {
  list-style-type: none;
  position: relative;
  margin-bottom: 2px;
  color: #fff;
  padding: 14px;
  transition: background-color 1s ease-out 0s, box-shadow 0.1s ease-in 0s;
  /* used when hiding */
  box-shadow: 0px 0px 4px 0px rgba(142, 142, 142, 0.5);
  /** notification base types **/
  /** buttons, only the the close button is defined now **/
  /** progress-bar, for autoclose **/
  /** the progressBar has different colors according to the message-type */
}
div > div.messageDivContainer > ul.notification > li.notification.notification-invisible {
  background-color: #ccc !important;
}
div > div.messageDivContainer > ul.notification > li.notification.pulsate-pulsate {
  animation: pulsate-pulsate 2.5s infinite;
}
div > div.messageDivContainer > ul.notification > li.notification.pulsate-pulsate:hover {
  animation: none;
}
div > div.messageDivContainer > ul.notification > li.notification:hover {
  box-shadow: -2px 2px 6px 0px rgba(142, 142, 142, 0.9);
}
div > div.messageDivContainer > ul.notification > li.notification > div.content {
  padding-left: 4px;
  text-shadow: none !important;
  /* override styles applied by .overlay_target */
  text-align: center;
  font-style: italic;
  max-width: 400px;
  white-space: normal;
}
div > div.messageDivContainer > ul.notification > li.notification.has-progress > div.content {
  margin-top: 15px;
}
div > div.messageDivContainer > ul.notification > li.notification.type-error {
  background-color: rgba(197, 53, 53, 0.8);
}
div > div.messageDivContainer > ul.notification > li.notification.type-error:hover {
  background-color: rgba(197, 53, 53, 0.95);
}
div > div.messageDivContainer > ul.notification > li.notification.type-warning {
  background-color: rgba(255, 168, 0, 0.8);
}
div > div.messageDivContainer > ul.notification > li.notification.type-warning:hover {
  background-color: rgba(255, 168, 0, 0.95);
}
div > div.messageDivContainer > ul.notification > li.notification.type-success {
  background-color: rgba(79, 191, 43, 0.8);
}
div > div.messageDivContainer > ul.notification > li.notification.type-success:hover {
  background-color: rgba(79, 191, 43, 0.95);
}
div > div.messageDivContainer > ul.notification > li.notification.type-info {
  background-color: rgba(57, 138, 221, 0.8);
}
div > div.messageDivContainer > ul.notification > li.notification.type-info:hover {
  background-color: rgba(57, 138, 221, 0.95);
}
div > div.messageDivContainer > ul.notification > li.notification > div.buttons.inline {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 5px;
}
div > div.messageDivContainer > ul.notification > li.notification > div.buttons.inline > button {
  /* these are done to "revert" the effect applied by default by the global class that affects all buttons */
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 16px;
  height: 16px;
}
div > div.messageDivContainer > ul.notification > li.notification > div.buttons.inline > button:hover {
  opacity: 0.7;
}
div > div.messageDivContainer > ul.notification > li.notification > div.buttons.inline > button[data-type='cancel'] {
  background-image: url('../../../tina/_themes/Aqua/styles/notifications/notification/notification.icon-cancel.normal.png');
}
div > div.messageDivContainer > ul.notification > li.notification > div.progress {
  left: 10px;
  right: 30px;
  top: 10px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid transparent;
  position: absolute;
}
div > div.messageDivContainer > ul.notification > li.notification > div.progress > div.progress {
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAQklEQVQI1zXHsQ2AMAxFwWeLxkIeLD0NG7JAxGROpBT5VFx3tvd+zeyUVGut+/jj7k1Sd2BW1SWpA2ljjIyIB0hgftJ0H6HTTPuTAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  transition: width 0.1s linear 0s;
}
div > div.messageDivContainer > ul.notification > li.notification.type-error > div.progress {
  border-color: #e39797;
}
div > div.messageDivContainer > ul.notification > li.notification.type-warning > div.progress {
  border-color: #ffd380;
}
div > div.messageDivContainer > ul.notification > li.notification.type-success > div.progress {
  border-color: #9de486;
}
div > div.messageDivContainer > ul.notification > li.notification.type-info > div.progress {
  border-color: #a6caf0;
}
@keyframes pulsate-pulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 139, 13, 0.75);
  }
  90% {
    box-shadow: 0 0 0 10px rgba(212, 82, 40, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 168, 0, 0);
  }
}
/** browser-specific **/
html.lt-ie10 ul.notification > li.notification > div.progress {
  display: none;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/notifications/notification.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/notifications/calendarNotifications.postload.css. type:import. history:root:_themes/Aqua/group.base.css */
/** the main container definition **/
#notificationContainer_calendar {
  position: absolute;
  top: 63px;
  right: 2px;
  width: 290px;
  z-index: 3800;
  background-color: rgba(242, 243, 247, 0.975);
  box-shadow: 0px 0px 4px 0px rgba(142, 142, 142, 0.5);
  border: 2px solid #398add;
  border-radius: 4px;
  padding: 10px;
  /** the ul/li container */
}
#notificationContainer_calendar.container-invisible {
  /* used when hiding */
  display: none;
}
#notificationContainer_calendar .buttons {
  height: 30px;
}
#notificationContainer_calendar .buttons > div.title {
  color: #333;
  height: 30px;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
}
#notificationContainer_calendar .buttons > div.dismiss {
  float: right;
  height: 30px;
  margin-top: -5px;
  font-size: 13px;
}
#notificationContainer_calendar .buttons > div.dismiss button.dismiss {
  padding: 0px 4px 0px 4px;
  box-shadow: 0px 2px 2px 0px rgba(142, 142, 142, 0.5);
  font-size: 11px;
}
#notificationContainer_calendar ul.calendarNotifications {
  margin: 0;
  padding: 0;
  background-color: #fff;
  /** custom style for each calendar notification **/
}
#notificationContainer_calendar ul.calendarNotifications > li.notification {
  list-style-type: none;
  padding: 0;
  color: #7f7f7f;
  font-size: 12px;
  position: relative;
  /* custom styles on hover */
  /** custom styles for each event type from the calendar **/
  /** the icon container **/
}
#notificationContainer_calendar ul.calendarNotifications > li.notification:first-child {
  border-top: 5px solid transparent;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > hr {
  margin: 5px 0 5px 0;
  border-bottom-style: none;
  border-top: 1px solid #dbdbdb;
  box-shadow: 0px 1px 2px 0px #c7c7c7;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification:last-child > hr {
  border-top-color: transparent;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.event-info {
  float: right;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.event-title {
  font-weight: bold;
  border-left: 1px solid #e1e1e1;
  margin: 0 90px 0 25px;
  padding: 0 0 5px 5px;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.event-description {
  border-left: 1px solid #e1e1e1;
  margin: 0 95px 0 25px;
  padding: 0 0 5px 5px;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.event-entities {
  border-left: 1px solid #e1e1e1;
  margin: 0 95px 0 25px;
  padding: 0 0 5px 5px;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.buttons-left {
  position: absolute;
  left: 2px;
  top: 5px;
  bottom: 0;
  margin: auto 0 auto 0;
  width: 20px;
  height: 40px;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.buttons-left button.dismiss {
  border: 1px solid rgba(240, 0, 0, 0.5);
  background-image: url('../../../tina/_themes/Aqua/styles/notifications/calendarNotifications/icon.discard.normal.png');
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.buttons-right {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto 0 auto 0;
  height: 40px;
  width: 90px;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.buttons-right select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0;
  height: 21px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.buttons-right select:hover {
  border-color: #7f7f7f;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.buttons-right select.snooze {
  background-color: #fff;
  background-position: 6px 50%;
  background-repeat: no-repeat;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification.viewedByUser {
  color: #8c8c8c;
  transition: color 0.1s ease-in 0s;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification.viewedByUser:hover {
  color: #333;
}
#notificationContainer_calendar ul.calendarNotifications > li.notification > div.content > div.event > div.details {
  float: right;
}
/** logout button **/
div.engine-menu > ul.submenu > li.menuItem.userMenu > div.group > div.userLogo button.notifications {
  height: 20px;
  min-width: 20px;
  border-radius: 10px;
  background-color: #fd4444;
  border: 1px solid rgba(158, 29, 29, 0.5);
  line-height: inherit;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 0;
  margin: 0px;
  z-index: 1;
}
div.engine-menu > ul.submenu > li.menuItem.userMenu > div.group > div.userLogo button.notifications > div {
  pointer-events: none;
}
div.engine-menu > ul.submenu > li.menuItem.userMenu > div.group > div.userLogo button.notifications.empty {
  display: none;
}
/** browser-specific **/
html.lt-ie8 #notificationContainer_calendar {
  background-color: #01529a;
}
html.lt-ie8 #notificationContainer_calendar ul.notification > li.notification select {
  background-image: none !important;
}
html.lt-ie8 div.engine-menu ul > li.menuItem.userMenu > ul > li.calendarMenu {
  min-width: 100px;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/notifications/calendarNotifications.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/messageDiv/messageDiv-attached.css. type:import. history:root:_themes/Aqua/group.base.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/messageDiv/messageDiv-notAttached.css. type:import. history:root:_themes/Aqua/group.base.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/index.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/formFields.css. type:import. history:root:_css/index.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/icons.css. type:import. history:root:_css/index.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/reservations.css. type:import. history:root:_css/index.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/index.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/formFields.css. type:import. history:root:_css/index.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/icons.css. type:import. history:root:_css/index.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_css/reservations.css. type:import. history:root:_css/index.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/group.popup.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/normalize.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/index.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/designer.postload.css. type:import. history:import:_themes/Aqua/styles/index.css, root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/popup/popup.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/popup/inputs/container-general.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/popup/messageDiv-notAttached.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/messageDiv/messageDiv-attached.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/messageDiv/messageDiv-notAttached.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/compatibilityWithTina2/overdiv/overdiv.css. type:import. history:root:_themes/Aqua/group.popup.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/group.inputs.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-general.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-table.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-tab.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-iframe.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-fieldset/fieldset.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-tree.postload.css. type:import. history:root:_themes/Aqua/group.inputs.css */
form.form div.formField-tree-mainContainer {
  margin-left: 0;
  clear: both;
  /* aligned - aligned2 */
  /* aligned3 */
  /* aligned4 */
}
form.form div.formField-tree-mainContainer div.formField-tree-container {
  margin-left: 7px;
  padding-left: 1em;
  margin-bottom: 6px;
  clear: both;
  margin-top: -6px;
  padding-top: 6px;
  border-left: 1px solid #eeedec;
}
form.form div.formField-tree-mainContainer div.formField-tree-postContainer {
  background-color: #fff;
  margin-top: -21px;
  height: 21px;
  margin-left: 6px;
  width: 12px;
}
form.form div.formField-tree-mainContainer div.formField-tree-container-over {
  border-left: 1px solid #dbdbdb;
}
form.form div.formField-tree-mainContainer div.formField-tree-container-over div.formField-tree-container {
  border-left: 1px solid #eeedec;
}
form.form div.formField-tree-mainContainer div.formField-tree-container-over div.formField-tree-preElement {
  border-bottom: 1px solid #dbdbdb;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer-details {
  clear: both;
  float: right;
  color: #dbdbdb;
  font-style: italic;
  margin-right: 1em;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer-operations {
  float: right;
  padding-right: 5px;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer-operations a {
  text-decoration: none;
}
form.form div.formField-tree-mainContainer div.formField-tree-preElement {
  float: left;
  height: 14px;
  width: 1em;
  margin-left: -1em;
  padding-top: 0px;
  border-bottom: 1px solid #eeedec;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer label.highlight {
  color: #000;
  font-weight: bold;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-childContainer-renderMode-aligned {
  float: left;
  clear: right;
  width: 45%;
  padding-bottom: 1px;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-container-over div.formField-tree-childContainer-renderMode-aligned {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  background-color: #f8f8f8;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-childContainer-renderMode-aligned div.formField-tree-preElement {
  border-bottom: none;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-childContainer-renderMode-aligned3 {
  float: left;
  clear: right;
  width: 30%;
  padding-bottom: 1px;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-container-over div.formField-tree-childContainer-renderMode-aligned3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  background-color: #f8f8f8;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-childContainer-renderMode-aligned3 div.formField-tree-preElement {
  border-bottom: none;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-childContainer-renderMode-aligned4 {
  float: left;
  clear: right;
  width: 22%;
  padding-bottom: 1px;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-container-over div.formField-tree-childContainer-renderMode-aligned4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  background-color: #f8f8f8;
}
form.form div.formField-tree-mainContainer div.formField-tree-mainContainer div.formField-tree-childContainer-renderMode-aligned4 div.formField-tree-preElement {
  border-bottom: none;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-tree.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-columns.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/container-VL.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-multipliedText.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-alternativeText.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-autocomplete.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-clonedBankAccount.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-checkboxes.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-clonedPassports.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-general.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-form.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-calendar.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-generalClone.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-price.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-HTMLArea.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-radio.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-file.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-matrix.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/input-generalAssociations.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/inputs/icon-inputs.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/pagination/pagination.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/listing/optionsBox/optionsBox-sectionInputs.css. type:import. history:root:_themes/Aqua/group.inputs.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/group.remoteLoad.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/remoteLoad/remoteLoad.css. type:import. history:root:_themes/Aqua/group.remoteLoad.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/remoteLoad/remoteLoad.postload.css. type:import. history:root:_themes/Aqua/group.remoteLoad.css */
/** main containers **/
div.remoteLoad {
  position: absolute;
  min-width: 25em;
  min-height: 6em;
  max-width: 30em;
  max-height: 80em;
  vertical-align: top;
  text-align: left;
  z-index: 6400;
}
div.remoteLoad.width-large {
  max-width: 50em;
}
div.remoteLoad.width-large li > span.label {
  width: 120px;
}
div.remoteLoad.width-large li > span.value {
  min-width: 200px;
  padding-right: 10px;
}
div.remoteLoad.width-large div.child ul > li.list > div.child > ul > li > span.label {
  width: 100px;
}
div.remoteLoad.hasTarget div.targetIndicator {
  position: relative;
  width: 0;
  height: 12px;
}
div.remoteLoad.hasTarget div.targetIndicator-2 {
  position: absolute;
  left: 0;
  right: auto;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #91b4da;
}
div.remoteLoad.hasTarget.flip-X div.targetIndicator-2 {
  left: auto;
  right: 0;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #91b4da transparent;
}
div.remoteLoad.hasTarget.flip-Y div.targetIndicator,
div.remoteLoad.hasTarget.flip-Y div.targetIndicator-2 {
  display: none;
}
div.remoteLoad > div.content {
  background-color: #ffffff;
  border: 1px solid #91b4da;
  padding: 0;
  min-height: 3em;
  /* this should be slightly shorter than the remoteload container min-height */
  background-image: none;
  box-shadow: 0px 5px 4px 0px rgba(131, 131, 131, 0.2);
}
/** used while loading **/
div.remoteLoad.loading > div.content {
  background-color: #ffffff;
  border: 1px solid #91b4da;
  padding: 0px;
  text-shadow: 0px 0px 5px #ccc !important;
  margin-top: auto;
  color: #ccc !important;
  background-image: url('../../../tina/_themes/Aqua/styles/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
div.remoteLoad.loading > div.content * {
  color: #ccc !important;
}
/** used when remoteLoad.animate=true **/
div.remoteLoad.animate {
  height: 5em;
  transition-property: height, left, top;
  transition-duration: 0.15s, 0.05s, 0.05s;
  transition-timing-function: ease-out, ease-in, ease-in;
  -webkit-transition-property: height, left, top;
  -webkit-transition-duration: 0.15s, 0.05s, 0.05s;
  -webkit-transition-timing-function: ease-out, ease-in, ease-in;
}
div.remoteLoad.animate > div.content {
  box-shadow: 4px 4px 4px rgba(24, 31, 80, 0.2);
}
div.remoteLoad.animate > div.content * {
  transition-property: color, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
}
/* general styles **********************************************************/
/** the details tag **/
div.remoteLoad dfn {
  white-space: nowrap;
}
div.remoteLoad dfn.details {
  display: block;
  font-size: 0.8em;
  color: #888;
  font-style: italic;
  margin-left: 4em;
}
/* breadcrumbs *************************************************************/
div.remoteLoad div.breadcrumbs {
  border-bottom: 1px dotted #9CBDDC;
  overflow: hidden;
  white-space: nowrap;
  background-color: #f2f3f6;
}
div.remoteLoad div.breadcrumbs span.breadcrumb {
  padding-left: 0.1em;
  padding-right: 0.1em;
  color: #dbdbdb;
  font-size: 10px;
  cursor: pointer;
}
div.remoteLoad div.breadcrumbs span.breadcrumb span {
  color: #FFFFFF;
  padding-right: 0.5em;
}
div.remoteLoad div.breadcrumbs span.breadcrumb:hover {
  color: #181f50;
}
/***************************************************************************
 ** DYNAMIC ELEMENTS *******************************************************
 ***************************************************************************/
/** the root node **/
div.remoteLoad > div.content > div.root {
  border-bottom: 2px solid #ededed;
}
div.remoteLoad > div.content > div.root > div.title {
  text-align: left;
  overflow: hidden;
  background-color: #f2f3f7;
}
div.remoteLoad > div.content > div.root > div.title > div {
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
}
div.remoteLoad > div.content > div.root > div.title > div > span {
  color: #181f50;
  font-size: 13px;
  font-weight: bold;
}
div.remoteLoad > div.content > div.root > div.title > ul.icons {
  margin-top: 6px;
  display: inline-block;
  position: absolute;
  right: 1px;
  background-color: #f2f3f7;
  box-shadow: -10px 0 5px #f2f3f7;
}
div.remoteLoad > div.content > div.root > div.title > ul.icons > li.icon {
  display: inline-block;
}
div.remoteLoad > div.content > div.root > div.title > ul.icons > li.icon > var {
  margin: 0 2px 0 2px;
  background-repeat: no-repeat;
  display: inline-block;
}
div.remoteLoad > div.content > div.root > div.title > ul.icons > li.icon.icon-close {
  margin-left: 5px;
  margin-right: 5px;
}
div.remoteLoad > div.content > div.root > div.title > ul.icons > li.icon.icon-close var {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAD1BMVEUAAAAACD4ABz0ABz0ACT15TXL8AAAABXRSTlMA57l7ordf2FYAAABASURBVAjXPY3BFQAQDEP/wwJlAUzABvafShzi0Db5r01hARlKBcZhRydFU1WGtNqURCCeFZD1/Nx7vnOOc/3nAjB/BXPacjeVAAAAAElFTkSuQmCC);
  width: 14px;
  height: 14px;
}
div.remoteLoad > div.content > div.root > div.title > ul.icons > li.icon.icon-close var:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAD1BMVEUAAAAACD4ABz0ABz0ACT15TXL8AAAABXRSTlMA57l7ordf2FYAAABASURBVAjXPY3BFQAQDEP/wwJlAUzABvafShzi0Db5r01hARlKBcZhRydFU1WGtNqURCCeFZD1/Nx7vnOOc/3nAjB/BXPacjeVAAAAAElFTkSuQmCC);
}
div.remoteLoad > div.content > div.root > ul {
  margin: 0;
  padding-top: 0;
  padding-left: 0;
}
div.remoteLoad ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /** child nodes **/
  /* collapsible section */
  /** custom styles **/
  /** standard styles, based on the field type **/
}
div.remoteLoad ul > li > span.label {
  color: #7f7f7f;
  width: 90px;
  display: table-cell;
  white-space: normal;
  background-color: #fafafc;
  padding-left: 20px;
  vertical-align: top;
}
div.remoteLoad ul > li > span.value {
  color: #7f7f7f;
  padding-left: 0.5em;
  display: table-cell;
  min-width: 150px;
}
div.remoteLoad ul > li > span.value a {
  color: #398add;
  display: inline-block;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
div.remoteLoad ul > li > span.value a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #398add;
}
div.remoteLoad ul div.child > div.title {
  text-align: left;
  color: #7f7f7f;
  background-color: #fafafc;
}
div.remoteLoad ul div.child ul > li.list {
  border-left: 20px solid #fafafc;
}
div.remoteLoad ul div.child ul > li.list > div.child > ul > li > span.label {
  width: 70px;
}
div.remoteLoad ul div.child > div.collapsible {
  cursor: pointer;
  line-height: 12px;
  border-top: 1px solid #f2f3f7;
  font-weight: bold;
}
div.remoteLoad ul div.child > div.collapsible var {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-position: 50% 50%;
  margin: 0 4px -2px 4px;
}
div.remoteLoad ul div.child > div.collapsible var.section-expand {
  /* alter icons positioning */
  opacity: 0.33;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAJ1BMVEUAAAAYH1AYH1AYH1AYH1AYH1AYH1AYH1AYH1AYH1AYH1AYH1AYH1A9tKKSAAAADHRSTlMAsA3Lvgfj0KWelxWubRiVAAAALUlEQVQI12NgSAxgAAEZJzAVeEQBTPcYgSnOwxvA9JoCKAUVhCiBaoBrhxoGANYfCzX604WqAAAAAElFTkSuQmCC);
  display: none;
}
div.remoteLoad ul div.child > div.collapsible var.section-collapse {
  /* alter icons positioning */
  opacity: 0.9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAJFBMVEUAAACRtNqRtNqRtNqRtNqRtNqRtNqRtNqRtNqRtNqRtNqRtNrynTP8AAAAC3RSTlMAsA3LvpsH49ClFYtI6DwAAAA5SURBVAjXY0AFhQkMDGziDNICDAyMGxlSdjIwzHZjYPIOYN2iwMCgvDXaCKiGyXqzAkjtii4G7AAAkI4I5wzgAigAAAAASUVORK5CYII=);
  display: inline-block;
}
div.remoteLoad ul div.child.collapsed {
  background-color: #fafafc;
}
div.remoteLoad ul div.child.collapsed > div.collapsible var.section-expand {
  display: inline-block;
}
div.remoteLoad ul div.child.collapsed > div.collapsible var.section-collapse {
  display: none;
}
div.remoteLoad ul li.highlight span.label {
  color: #fea1a1;
}
div.remoteLoad ul li.highlight span.value * {
  color: #fd4444 !important;
}
div.remoteLoad ul li.highlight span.value a {
  font-weight: bold;
}
div.remoteLoad ul li.bold span.label {
  font-weight: bold;
}
div.remoteLoad ul li.bold span.value {
  font-weight: bold;
}
div.remoteLoad ul li.italic span.label {
  font-style: italic;
}
div.remoteLoad ul li.italic span.value {
  font-style: italic;
}
div.remoteLoad ul li.price {
  padding-bottom: 1px;
  display: table-row;
}
div.remoteLoad ul li.price span.value {
  text-align: right;
  display: table-cell;
  min-width: 8em;
}
div.remoteLoad ul li.price span.value > span.amount {
  color: #333;
}
div.remoteLoad ul li.price span.value > span.currency {
  padding-left: 0.5em;
  color: #7f7f7f;
}
div.remoteLoad ul li.remarks > span.value,
div.remoteLoad ul li.multiLine > span.value {
  display: block;
  margin-left: 40px;
  padding-left: 0.5em;
  padding-bottom: 0.25em;
  white-space: pre;
  color: #666;
  border: 1px solid #f2f3f7;
  font-size: 9px;
  max-height: 6em;
  overflow: auto;
}
div.remoteLoad ul li.noLabel.entityInfoBox > span.value {
  display: block;
  margin-left: 20px;
}
div.remoteLoad ul li.callback span.callback {
  text-decoration: none;
}
div.remoteLoad ul li.callback span.callback:hover {
  text-decoration: underline;
  cursor: pointer;
}
div.remoteLoad ul li.imagePreview {
  display: block;
  margin-left: 5px;
}
div.remoteLoad ul li.imagePreview img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEX////u7u5x8T/JAAAAD0lEQVQI12Ng+I8V4RIGAH6/D/EIQoVRAAAAAElFTkSuQmCC);
  border: 1px dashed #fff;
}
/***************************************************************************/
/******************************* child types *******************************/
/** all **/
div.remoteLoad div.content div.child.flat > ul {
  /* has the "dot" in the left, but no indentation */
  padding-left: 0;
}
div.remoteLoad div.content div.child > ul > li.flat.list {
  /* hide the leading "dot" for lists that contain other lists */
  list-style-type: none;
}
div.remoteLoad div.content div.child.disc > ul > li {
  list-style-type: circle;
}
/** child type: none **/
div.remoteLoad div.content div.child.none > ul > li {
  /* doesn't have the "dot" in the left, but has indentation */
  list-style-type: none;
}
/** child type: ol **/
div.remoteLoad div.child.ol > ul > li {
  list-style-type: decimal;
  color: #333333;
  list-style-position: outside;
  margin-left: 1.1em;
}
div.remoteLoad div.child.ol > ul > li > span.value {
  color: #7f7f7f;
}
/** child type: ul **/
div.remoteLoad div.content div.child.ul ul > li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.1em;
}
/** child type: section **/
div.remoteLoad div.content div.child.section > ul {
  margin-left: 0.5em;
}
div.remoteLoad div.content div.child.section li.section {
  list-style-type: none;
}
div.remoteLoad div.content div.child.section > ul > li > span.label {
  /* @see http://stackoverflow.com/questions/5306640/setting-bullet-colors-in-ul-li-lists-via-css-without-using-images-or-span-tags */
}
div.remoteLoad div.content div.child.section > ul > li > span.label::before {
  content: "▪";
  /* &#x25AA; BLACK SMALL SQUARE */
  color: #666;
  padding-right: 0.25em;
}
span.remoteLoadLink {
  cursor: pointer;
  color: #398add;
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
span.remoteLoadLink:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #398add;
}
/** display the targeted element in a different style, while displaying data **/
span.remoteLoadLink.remoteLoad-attached {
  border-bottom-color: #398add;
}
.remoteLoad-attached {
  border-bottom-color: #398add;
  text-decoration: none !important;
}
.remoteLoad-attached:hover {
  text-decoration: none !important;
}
/* End of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/remoteLoad/remoteLoad.postload.css. */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/group.optionsBox.icons.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/listing/optionsBox/optionsBox.css. type:import. history:root:_themes/Aqua/group.optionsBox.icons.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:_themes/Aqua/styles/listing/optionsBox/optionsBox-icons.css. type:import. history:root:_themes/Aqua/group.optionsBox.icons.css */
/* Start of file: Engine\Theme\CSSLoader\Complex:/var/www/html/laura.motoc/tina3Work/tina/plugins/AiAssistant/_css/index.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:/var/www/html/laura.motoc/tina3Work/tina/plugins/AiAssistant/_css/button.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:/var/www/html/laura.motoc/tina3Work/tina/plugins/AiAssistant/_css/chat.css. type:root. history:(none) */
/* Start of file: Engine\Theme\CSSLoader\Complex:/var/www/html/laura.motoc/tina3Work/tina/plugins/AiFilters/_css/index.css. type:root. history:(none) */
