@charset "ISO-8859-1";

/*
    Copyright Weiss Interactive
*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
    font-family: 'RobotoLight', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width   : 100%;
    min-height  : 100%;
    height: 100%;
    margin  : 0;
    padding : 0;
    z-index: -2;
    min-width: 300px;
    color: #333;
    font-size: 20px;
    line-height: 1.4em;    
    background-color: #fff;
    background-image: url("/images/paperTileLight.jpg");
	/*background-blend-mode: multiply;*/

}

.bodyInvisible {
	opacity: 0;
	visibility: hidden;
}

.bodyVisible {
	visibility: visible;
	opacity: 1;
	-webkit-transition:  visibility 0s, opacity 0.3s ease-in;
       -o-transition:  visibility 0s, opacity 0.3s ease-in;
          transition: visibility 0s, opacity 0.3s ease-in;          
}

.contentInvisible {
	opacity: 0;
	visibility: hidden;
}

.contentVisible {
	visibility: visible;
	opacity: 1;
	-webkit-transition:  visibility 0s, opacity 0.3s ease-in;
       -o-transition:  visibility 0s, opacity 0.3s ease-in;
          transition: visibility 0s, opacity 0.3s ease-in;          
}

.pageErrorContent {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
	background-image: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:active {
	background-color: transparent;
	background-image: none;
}

a:focus {
	background-color: transparent;
	background-image: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: none;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
	-webkit-appearance: textfield;
    -moz-appearance:textfield;
    appearance: textfield;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

/*.checkbox {
  position: relative;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}*/


.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  cursor: pointer;
}

::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-track {
      background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
      background-color: rgba(60, 60, 60, 0.8);
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8570ba;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8570ba;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderInfoText {
	font-size: 0.8em;	
  	color: #484848;
	line-height: 1.2em;
	vertical-align: top;
	max-width: 600px;
	font-style: italic;
	padding-left: 60px;
	padding-bottom: 20px;	
}

/* remove the hightlight for the current day in date picker */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: none;
	color: #3ba665;
}


.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.btn-medium {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-medium:focus,
.btn-medium:active:focus,
.btn-medium.active:focus,
.btn-medium.focus,
.btn-medium:active.focus,
.btn-medium.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn-medium:hover,
.btn-medium:focus,
.btn-medium.focus {
  color: #e4e8ff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.btn:active,
.btn.active,
.btn-medium:active,
.btn-medium.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn-medium.disabled,
.btn-medium[disabled],
fieldset[disabled] .btn-medium {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.btn-medium.disabled,
fieldset[disabled] a.btn-medium {
  pointer-events: none;
}

.btn-default {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	color: #070707;
	background-color: #9b9b9b;
	border-color: #9b9b9b;
}


.btn-default:focus,
.btn-default.focus {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
/*  background-color: #d7d7d7;
  border-color: #d7d7d7;*/
}

.btn-default:hover {
	color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
  /*background-color: #d7d7d7;
  border-color: #d7d7d7;*/
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #070707;
  /*background-color: #808080;
  border-color: #808080;*/
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
  /*background-color: #d7d7d7;
  border-color: #d7d7d7;*/
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #b0b0b0;
  border-color: #222;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.btn-primary {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #e4e8ff;
  background-color: #2754aa;
  border-color: #2754aa;
}

.btn-primary-small {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	color: #e4e8ff;
  	background-color: #2754aa;
  	border-color: #2754aa;
	height: 26px;
}


.btn-primary:focus,
.btn-primary-small:focus,
.btn-primary.focus,
.btn-primary-small.focus {
  color: #e4e8ff;
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:hover,
.btn-primary-small:hover {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active,
.btn-primary-small:active,
.btn-primary.active,
.btn-primary-small.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary-small {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active:hover,
.btn-primary-small:active:hover,
.btn-primary.active:hover,
.btn-primary-small.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary-small:hover,
.btn-primary:active:focus,
.btn-primary-small:active:focus,
.btn-primary.active:focus,
.btn-primary-small.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary-small:focus,
.btn-primary:active.focus,
.btn-primary-small:active.focus,
.btn-primary.active.focus,
.btn-primary-small.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary-small.focus {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active,
.btn-primary-small:active,
.btn-primary.active,
.btn-primary-small.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary-small {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary-small.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary-small[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary-small:hover,
.btn-primary.disabled:focus,
.btn-primary-small.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary-small[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary-small:focus,
.btn-primary.disabled.focus,
.btn-primary-small.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary-small[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary-small.focus {
  background-color: #5371aa;
  border-color: #5371aa;
}

.btn-danger {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  background-color: #ad2c3c;
  border-color: #9e2837;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger .badge {
  color: #ad2c3c;
  background-color: #fff;
}

.btn-alert {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  background-color: #aa27a8;
  border-color: #891f87;
}
.btn-alert:focus,
.btn-alert.focus {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:hover {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:active:hover,
.btn-alert.active:hover,
.open > .dropdown-toggle.btn-alert:hover,
.btn-alert:active:focus,
.btn-alert.active:focus,
.open > .dropdown-toggle.btn-alert:focus,
.btn-alert:active.focus,
.btn-alert.active.focus,
.open > .dropdown-toggle.btn-alert.focus {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  background-image: none;
}
.btn-alert.disabled:hover,
.btn-alert[disabled]:hover,
fieldset[disabled] .btn-alert:hover,
.btn-alert.disabled:focus,
.btn-alert[disabled]:focus,
fieldset[disabled] .btn-alert:focus,
.btn-alert.disabled.focus,
.btn-alert[disabled].focus,
fieldset[disabled] .btn-alert.focus {
  background-color: #d030ce;
  border-color: #d030ce;
}


.btn-green {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  background-color: #56d479;
  border-color: #56d479;
}
.btn-green:focus,
.btn-green.focus {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:hover {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}

.buttonShadow {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}

.buttonShadowCompact {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}

.btn-lg {
   	padding: 8px 12px;
  	font-size: 16px;
  	line-height: 1.42857143;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
 	border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.checkboxContainer {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #cfcfcf;
	border: 1px solid #777;
	border-radius: 4px;
	margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkbox {
  background-color: #a2a2a2;
}

/* When the checkbox is checked, add a green background */
.checkboxContainer input:checked ~ .checkbox {
	background-color: #98baf9;
	border-color: #98baf9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkbox::after {
	left: 5px;
	top: 0px;
	width: 8px;
	height: 15px;
	border: solid #262626;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.defaultCursor {
	cursor: default;
}

.hidden {
	visibility: hidden;
}

.noDisplay,
.wi_noDisplay {
	display: none;
}

.contentDisplay {
	display: contents;
}

.flexDisplayRow {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.flexDisplayRowCentered {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flexDisplayRowCenterAligned {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flexDisplayColumn {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;    
}

.flexDisplayColumnCentered {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex1 {
	flex: 1;
}

.blockDisplay {
	display: block;
}

.inlineDisplay {
	display: inline;
}

.inlineBlockDisplay {
	display: inline-block;
}

.relativePosition {
	position: relative;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
}

.padding20 {
	padding: 20px;
}


.paddingLeft5 {
	padding-left: 5px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft15 {
	padding-left: 15px;
}

.paddingLeft20 {
	padding-left: 20px;
}

.paddingLeft30 {
	padding-left: 30px;
}

.paddingLeft35 {
	padding-left: 35px;
}

.paddingLeft40 {
	padding-left: 40px;
}

.paddingLeft60 {
	padding-left: 60px;
}

.paddingLeft80 {
	padding-left: 80px;
}

.paddingRight5 {
	padding-right: 5px;
}

.paddingRight10 {
	padding-right: 10px;
}

.paddingRight20 {
	padding-right: 20px;
}

.paddingRight32 {
	padding-right: 32px;
}

.paddingTop3 {
	padding-top: 3px;
}

.paddingTop4 {
	padding-top: 4px;
}

.paddingTop5 {
	padding-top: 5px;
}

.paddingTop6 {
	padding-top: 6px;
}

.paddingTop8 {
	padding-top: 8px;
}

.paddingTop10 {
	padding-top: 10px;
}

.paddingTop15 {
	padding-top: 15px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingTop20M {
	padding-top: 0px;
}

.paddingTop28 {
	padding-top: 28px;
}

.paddingTop30 {
	padding-top: 30px;
}

.paddingTop40 {
	padding-top: 40px;
}

.paddingTop60 {
	padding-top: 60px;
}

.paddingTop120 {
	padding-top: 120px;
}

.paddingBottom5 {
	padding-bottom: 5px;
}

.paddingBottom6 {
	padding-bottom: 6px;
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.paddingBottom15 {
	padding-bottom: 15px;
}

.paddingBottom20 {
	padding-bottom: 20px;
}

.paddingBottom30 {
	padding-bottom: 30px;
}

.paddingBottom40 {
	padding-bottom: 40px;
}

.paddingBottom60 {
	padding-bottom: 60px;
}


.noMargin {
	margin: 0;
}

.marginAuto {
	margin: auto;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRightMinus6 {
	margin-right: -6px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginRight40 {
	margin-right: 40px;
}

.marginRight120 {
	margin-right: 0px;
}

.width20 {
	width: 20px;
}

.width60 {
	width: 60px;
}

.width95 {
	width: 95px;
}

.width190 {
	width: 190px;	
}

.width200 {
	width: 200px;
}

.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
}

.maxWidth100 {
	max-width: 100%;
}

.maxWidth120 {
	max-width: 120px;
}

.maxWidth140 {
	max-width: 140px;
}

.maxWidth300 {
	max-width: 300px;
}

.maxWidth350 {
	max-width: 350px;
}

.maxWidth380 {
	max-width: 380px;
}

.maxWidth480 {
	max-width: 480px;
}


.maxWidth500 {
	max-width: 500px;
}

.maxWidth580 {
	max-width: 580px;
}

.maxWidth600 {
	max-width: 600px;
}

.maxWidth750 {
	max-width: 750px;
}

.maxWidth800 {
	max-width: 800px;
}

.minWidth130 {
	min-width: 130px;
}

.minWidth190 {
	min-width: 190px;
}

.minWidth300 {
	min-width: 300px;
}

.desktopWidth70 {
	width: 90%;
	margin-left: 60px;
}

.desktopNoWrap {
	white-space: normal;
}

.pageContent {
	vertical-align: top;
	/*font-size: 0.95em;*/
	background-image: url("/images/BackgroundStars.png");
	overflow: hidden auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.pageContentError {
	vertical-align: top;
	/*font-size: 0.95em;*/
	background-image: url("/images/BackgroundStars.png");
	overflow: auto;
	height: 100%;
	min-height: 100%;
}

.teaserSection {
	padding: 90px 0px;
	position: relative;
	width: 80%;
	margin: auto;
}

.heroImage {
	width: 100%;
}

.planSection {
	padding: 0px;
}

.featureSection {
	width: 90%;
	margin: auto;
}

.featureContent {
	display: flex;		
	padding-left: 0px;
	width: 90%;
	margin: auto;
	flex-direction: column;
}
.featureHeadingWrapper {
	display: flex;
	grid-gap: 10px	
}

.featureInfo{
	grid-column: 1 / 3;
	padding-bottom: 20px;	
	color: #a8a8a8;
}

.featureCheck {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #00ffcf;
}

.featureTitle {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #00ffcf;
	line-height: 1.3em;
	
	margin-top: 0px;
	padding-left: 10px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.featureText {
	padding-left: 10px;
	grid-column: 2 / 3;
	padding-bottom: 30px;
	color: #a8a8a8;
}

.reasonsSection {
	width: 90%;
	margin: auto;
}

.reasonsContent {
  display: flex; 
  width: 93%;
  margin: auto;
 flex-direction: column;
}

.reasonsContent .featureHeadingWrapper {
	padding-left: 20px;
	margin-bottom: 10px;
	align-items: center;
}

.iconCell {
	text-align: right;
	vertical-align: top;
	font-size: 2.5em;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	margin-top: 0px;
	padding-top: 0px;
	align-self: center;
	white-space: nowrap;
}

.headline_chat {
  color: #ff9231;
}

.headline_smile {
  color: #ffe937;
}

.headline_paintbrush {
	color: #a27df2;
}

.headline_platforms {
	color: #637bff;
	line-height: 1.2em;
	font-size: 0.8em;
}

.headline_lock {
  /*color: #c24ba4;*/
  color: #c24b4b;
}

.headline_climate {
  color: #5fc24b;
}

.headline_support {
  color: #cb04b1;
}

.iconHeadline {
	/* color: #100e2d; */
	/* color: #e1e1e1; */
	/* color: #2b295c; */
	font-family: "Lane", sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #868686;
	margin-top: 0px;
	padding-left: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.iconText {
	padding-left: 20px;
	grid-column: 2 / 3;
	padding-bottom: 40px;
}


.faqSection {
	width: 90%;
	margin: auto;
}

.faqSectionInfo {
	grid-column: 1 / 3;
	padding-bottom: 20px;	
	color: #a8a8a8;
}

.faqContent {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 2px;
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}


.faqAsterisk {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.2em;
	/* color: #68e4cc; */
	color: #8277ff;
	line-height: 1.5em;
}

.faqQuestion {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #9b97f9;
	line-height: 1.3em;
	
	margin-top: 0px;
	padding-left: 10px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.faqAnswer {
	padding-left: 10px;
	grid-column: 2 / 3;
	padding-bottom: 30px;
	color: #a8a8a8;
}

.heading {
	font-family: "Lane", sans-serif;
	font-size: 5.0em;
	line-height: 1.0em;
	color: #9d9bd3;
	margin-top: 0px;
	padding-bottom: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	/*text-align: left;*/
}

.heading.subheading {
	font-family: "Lane", sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
	color: #a0a0a0;
	margin-top: 0px;
	padding-bottom: 50px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: center;
}

.heading2 {
	font-family: "Lane", sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
	color: #9d9bd3;
	margin-top: 60px;
	padding-bottom: 30px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	/*text-align: left;*/
}


.titleSection {
	padding: 40px 0px 20px 0px;
	text-align: center;
	margin: auto;
	width: 85%;
}

.contentSection {
	text-align: left;
	padding: 0px 0px 90px 0px;
	width: 85%;
	margin: auto;
}

.contentTabContainer {
	display: flex;
	width: 50%;
	margin: auto;
	margin-bottom: 40px;
}

.accountContent .contentTabContainer {
	width: 100%;
	grid-gap: 40px;
	margin-bottom: 0;
}

.contentTabHeader {	
	flex: 1;
	font-size: 2em;	
	font-family: "Lane", sans-serif;
	line-height: 1em;
	color: #757575;
	cursor: pointer;
	position: relative;
}

.contentTabHeader:hover {
	color: #fff;
}

.accountContent .contentTabHeader {
	flex: unset;
	font-size: 1em;
	padding: 10px 15px 10px 10px;
}

.contentTabHeaderActive {	
	flex: 1;
	font-size: 2em;	
	font-family: "Lane", sans-serif;
	line-height: 1em;
	text-underline-offset: 15px;	
	text-decoration: underline;
	text-decoration-color: #634566;
	position: relative;
}

.accountContent .contentTabHeaderActive {
	flex: unset;
	font-size: 1em;		
	text-decoration: unset;	
	background-color: #00000036;
	padding: 10px 15px 10px 10px;
	border-radius: 10px 10px 0px 0px;
}

.accountContent .contentTabView {
	background-color: #00000036;
	text-align: left;
	padding: 20px;
	font-size: 0.9em;
}

.eventSetupDescriptionContainer {
	padding-top: 10px;
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.eventSetupDescriptionContainer .center-aligned {
	align-self: center;
}

.eventSetupDataSection {
	color: #a8a8a8;
	padding-bottom: 20px;
	line-height: 1.5em;	
}

.eventSetupDate {
	color: #a6db88;
}

.eventSetupDataSection .checkboxContainer {
	display: unset;
}

.eventSetupDataSection .checkbox {	
	margin-top: 0px;
}

.dropDownSelectList{
  padding-left: 0px;
  margin: 0;
}

.dropDownSelectList img{
  width: 20px;
  
}

.dropDownSelectList li {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.dropDownSelectList li:hover{
 background-color: #e6e6e6;
}

.dropDownSelectList li img{
  margin: 5px;
}

.dropDownSelectList li span, .wi_formControl li span{
  margin-left: 10px;
  color: #252525;
}

.dropDownSelectContainer {
	display: none;
	width: 100%;
	max-width: 295px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	position: absolute;
	background-color: #efefef;
	z-index: 2;
	font-size: 0.8em;
}

.wi_formControlSmall {
	display: block;
	padding: 2px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.wi_formControl:focus,
.wi_formControlSmall:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wi_formControl::-moz-placeholder,
.wi_formControlSmall::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wi_formControl::-ms-input-placeholder,
.wi_formControlSmall::-ms-input-placeholder {
  color: #999;
}
.wi_formControl::-webkit-input-placeholder,
.wi_formControlSmall::-webkit-input-placeholder {
  color: #999;
}

.wi_formControl::-ms-expand,
.wi_formControlSmall::-ms-expand {
  background-color: transparent;
  border: 0;
}
.wi_formControl[disabled],
.wi_formControlSmall[disabled],
.wi_formControl[readonly],
.wi_formControlSmall[readonly],
fieldset[disabled] .wi_formControl,
fieldset[disabled] .wi_formControlSmall {
  background-color: #eee;
  opacity: 1;
}
.wi_formControl[disabled],
.wi_formControlSmall[disabled],
fieldset[disabled] .wi_formControl,
fieldset[disabled] .wi_formControlSmall {
  cursor: not-allowed;
}

textarea.wi_formControl,
textarea.wi_formControlSmall {
  height: auto;
}

.wi_formControl li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.wi_formControl:hover li{
  margin-left: 0px;
}



.contentInfo {
	color: #b7b7b7;
}

.sub_step_content {
	width: 85%;
	margin: auto;
}

.sub_step_payment {
	width: 85%;
	margin: auto;
}

.label_class {
	color: #b7b7b7;
	padding-bottom: 10px;
}

.centeredContent {
	width: 85%;
	margin: auto;
	text-align: center;
}

.configName {
	white-space: nowrap;
	text-align: left;
	color: #888;
}

.grayTextSummary {
	color: #888;
	font-size: 0.9em;
	white-space: nowrap;
	vertical-align: top;
}


.greenText14 {
	color: #7f9;
	font-size: 1.4em;
}

.black {
	color: #000000;
}

.gray_line {
	color: black;
	background-color: #888;
	height: 1px;
	border: none;
}

.separator
{     
    color: #484848;
    background-color: #484848;
    height: 1px;        
    border: none;
    width: 100%; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.tableDiv {
	position: relative;
	display: inline-block;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	padding-bottom: 20px;
}

.tableDiv .businessChatPlanTable {
	width: 300px;
	height: 360px;
}

.tableDataLabel {
	white-space: nowrap;
	color: #a0a0a0;
}

.panelFlexContainer {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.panelFlexContent {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	height: 100%;
}

.btn-trial {
	height: 40px;
	background-color: #02eabf;
	color: black;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
}

.btn-trial:hover {	
	background-color: #60ffe2;
	border-color: #60ffe2;	
	color: #000;
}

.btn-planA {
	height: 40px;
	/*background-color: #495ccc;
	border-color: #495ccc;*/
	background-color: #286184;
	border-color: #286184;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;

	/*height: 40px;
	background-color: #5d73f5;
	border-color: #5d73f5;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;*/
}

.btn-planA:hover {
	/*background-color: #243474;
	border-color: #243474;*/
	background-color: #3e92c8;
	border-color: #3e92c8;
	color: #e4e8ff;

	/*background-color: #3d4ca2;
	border-color: #3d4ca2;
	color: #e4e8ff;*/
}

.btn-planB {
	height: 40px;
	background-color: #3444a2;
	border-color: #3444a2;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planB:hover {
	/*background-color: #232d6c;
	border-color: #232d6c;*/
	background-color: #455ae1;
	border-color: #455ae1;
	color: #e4e8ff;
}

.btn-planC {
	height: 40px;
	background-color: #5d357e;
	border-color: #5d357e;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planC:hover {
	/*background-color: #111947;
	border-color: #111947;*/
	background-color: #9e5bd9;
	border-color: #9e5bd9;
	color: #e4e8ff;
}

.btn-planD {
	height: 40px;
	background-color: #5d357e;
	border-color: #5d357e;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planD:hover {
	/*background-color: #111947;
	border-color: #111947;*/
	background-color: #9e5bd9;
	border-color: #9e5bd9;
	color: #e4e8ff;
}

.shadowedHeading {
	font-size: 2em;
	/*text-shadow: 3px 3px 8px rgba(0,0,0,0.5);*/
	font-family: "Lane", sans-serif;
	line-height: 1em;
}

.shadowedHeadingSmall {
	font-size: 1.2em;
	/*text-shadow: 3px 3px 8px rgba(0,0,0,0.5);*/
	font-family: "Lane", sans-serif;
}

.subHeading {
	text-align: left;
	font-size: 1.2em;	
	font-family: "Lane", sans-serif;
	vertical-align: top;
	padding-top: 5px;
}

.subHeadingButtonContainer {
	text-align: right;
	padding-top: 5px;
	padding-right: 12px;
}

.configVerificationSection {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 40px 30px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #e4e4e4;
}

.configOpenDoorsSection {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px 30px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #c6c6c6;
}

.infoPopupButton {
	color: #606060;
	font-size: 5vw;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	cursor: pointer;
}

.pricingList {
  margin-top: 0;
}

.pricingList li {
	padding-top: 1.5vw;
	line-height: 2vw;
}

.pricingSmallPrint {
	margin: auto;
	font-style: italic;
	text-align: center;	
	font-size: 0.8em;
	line-height: 1.2em;
}

.info_text {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #606060;
    font-weight: 200;
}

.info_text_small {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #999;
	font-style: italic;
}

.info_text_disabled {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #484848;
}

.info_text_regular {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #606060;
    font-weight: 200;
}

.info_text_small_regular {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #999;
}

.calendarOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.calendarOverlayContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

.tableHeading {
	font-size: 0.8em;
	color: #999;
  	text-decoration: none;
  	text-transform: uppercase;
}

.listEntryText {
	font-size: 0.8em;
	line-height: 1.4em;
}

.subscriptionContent {
	width: 90%;
	display: inline-block;
	position: relative;
}

.navBack {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 1.4em;
	color: #959595;
	cursor: pointer;
}

.navBack:hover {
	color: #fff;
}

.smallCapsTitle {
  clear: both;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}


.planTable {
	width: 100%;
	border-collapse:separate;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
    margin: 0px 10px;
}

.planTable th {
    padding: 5px;
    color: #e4e8ff;
    text-align: center;
    font-weight: lighter;
}

.planTable .headerCell {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    height: 45px;
}

.planTable .planCell {
	/*background-color: #ebedf7;*/
	background-color: #fff;
	padding: 0px 15px 15px 15px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #4c4c59;
}

.planTable .buttonCell {
	border-bottom: 1px solid #979191;
	text-align: center;
	padding: 10px;
}

.planTable .header {
	font-size: 24px;
	font-weight: lighter;
}

.planTable .price {
	color: black;
	text-align: center;
	padding-top: 15px;
}

.planCard {
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	padding: 20px;
	margin: 40px;
	background-color: #333;
}

.priceInfo {
	font-weight: 600;
}

.planABack {
	/*background-color: #495ccc;*/
	background-color: #286184;
}

.planBBack {
	background-color: #3444a2;
}

.planCBack {
	/*background-color: #1c2973;*/
	background-color: #5d357e;
}

.planDBack {
	background-color: #1c2973;
}

.priceCurrency {
	color: #4c4c59;
	font-size: 26px;
}
.priceAmount {
	color: black;
	font-size: 2.5em;
	line-height: 1.0em;
}

.smallInfo {
	color: #4c4c59;
	font-size: 12px;
}

.checkSmall {
	font-size: 1.0em;
	color: #100e2d;
}

.checkNormal {
	font-size: 1.1em;
	/*color: #100e2d;*/
	/*color: #6effcf;*/
  /*color: #2b295c;*/
}


.textLight {
	/*color: #60083e;*/
	/*color: #5cfdb9;*/
	/*color: #b96ef7;*/
	/*color: #ab67e4;*/
	/*color: #910a62;*/
	/*color: #bbd5fd;*/
	color: #919191;
  font-style: italic;
}

.highlightText {
	font-size: 1.2em;
	/*color: #930c5f;*/
	/*color: #aa93ff;*/
  	/*color: #79005b;*/
  	color: #00ffcf;
	margin-top: 0px;
	padding-bottom: 10px;
}

.businessProfileBack {
	background-color: #2d2d2d;
	padding: 5px;
}

.subHeadline {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #9d9bd3;*/
	color: #68e4cc;
}

.loading {
  display: none;
  z-index: 1000;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*left: 45%;
  top: 50%;*/
  position: fixed;

  height: 6em;
  width: 6em;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 6px solid rgba(0, 0, 0, 0.2);
  
  border-top-color: #00ffcf;
  border-left-color: #00ffcf;
  /*border-top-color: #63e855;
  border-left-color: #63e855;*/
  border-radius: 50%;
}

.clickLoading {
  z-index: 3000;
  position: absolute;

  height: 2em;
  width: 2em;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 0, 0, 0.2);

  border-top-color: #00ffcf;
  border-left-color: #00ffcf;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.profileImageVerifiedCheck {
	position: absolute;
	display: inline;
	z-index: 10;
	color: #08b300;
	font-size: 1.2em;	
	left: 118px;
}

.imageShadow {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8), 0px 0px 20px 0px rgba(0,0,0,0.19);
}

.smallImageShadow {
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
}


.profileImageDiv {
	float: left; 
	margin-right: 20px; 
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
	height: fit-content;
}

.manageUsersProfileImageDiv {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: fit-content;
}

.manageUsersProfileImage {
	border-radius: 50%;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
}

.userProfileDataTitle {
	font-size: 0.9em;
	color: #949494;
	line-height: 1.2em;
	display: flex;
}

.directoryEntryViewWrapper {
	display: flex;
	grid-gap: 5px;
	line-height: 1em;
	align-items: baseline;
	padding-top: 5px;
}

.userProfileIconDiv {
	width: 1.2em;
	display: inline-block;
	min-width: 1.2em;
}

.showcaseItemNumber {
	align-self: center;
	margin-top: 10px;
	font-size: 2em;
	color: #8c8c8c;
	cursor: pointer;
}

.showcaseItemCaret {
	align-self: center;
	font-size: 1.8em;
	height: 15px;
	color: #252525;
	cursor: pointer;
}

.showcaseItemNumberWrapper {
	padding: 5px 0px;
}

.showcaseItemCaret:hover {
	color: #dbdbdb;
}

.showcaseMediaImageThumb {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
}

.showcaseMediaVideoThumb {
	font-size: 3em;
	padding: 0px 10px;
	align-self: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	color: #a4a4a4;
}

.loungeCardEditSectionWrapper {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  grid-gap: 20px;
}

#widgetConfigPage .loungeCardEditSectionWrapper {	
	justify-content: left;
	max-width: 480px;
}

.loungeCardSaveDesignSection {
	padding-top: 20px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
}

.loungeCardSaveDesignSectionSaveInfo {
	color: #f524de;
	font-style: italic;
	font-size: 0.9em;
	max-width: 480px;
}

.loungeCardDesignSectionNameLabel {
	align-self: flex-start;
	padding-top: 6px;
}


.overflowHidden {
	overflow: hidden;
}



.loungeCardScreenshotContainer {
	position: fixed;	
	height: 580px;
	top: 0;
	left: -1400px;
	z-index: 500;
	width: 1031px;
}

.sharePanelContentWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*height: 405px;*/
}

.sharePanelQRCodeLabel {
	max-width: 70%;
	padding-top: 20px;
}

.sharePanelQRCodeContentContainer {
	flex: 1;
	align-items: center;
	padding-top: 20px;
}

.sharePanelEmailContentContainer {
	flex: 1;
	width: 100%;
	text-align: left;
}

.sharePanelQRCodeImage {
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.4);
	border-radius: 10px;	
}

.sharePanelButtonContainer {
	margin-top: 40px;
	display: flex;
	flex-direction: row;	
	border: 1px solid #373737;
	border-radius: 6px;
}

.sharePanelButton:first-child {
	border-left: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.sharePanelButton:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.sharePanelButton {
	border-left: 1px solid #373737;
	padding: 5px 15px;
	flex: 1;
	min-width: 110px;
	cursor: pointer;
}

.sharePanelButton:hover {
	background-color: #353535;
	color: #eee;
}

.sharePanelButton.active {
	background-color: #171717;
	color: #d2d2d2;
	cursor: default;	
}

.sharePanelButtonLabel {
	font-size: 0.65em;
	word-wrap: normal;
}

.sharePanelButtonIcon {
	font-size: 2em;
}

.sharePanelSendButton {
	font-size: 1.1em;
}


.passwordResetErrorDiv {
	/*color: #d000c3;*/
	color: #d000c3;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: -20px;
}

#dashboardErrorDiv {
	margin: auto;
	text-align: center;
	font-size: 1.6em;
	line-height: 2em;
	max-width: 800px;
}

.loungeBackdrop {
	background-color: black;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
}

.neutralLink {
	/* font-style: italic; */
	text-decoration: underline;
	cursor: pointer;
}

.in_text_link
{
    font-size: 1em;
    color: #3383ff;
    background-color:transparent;
    text-decoration: underline;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.in_text_link:link    { color: #3383ff; background-color:transparent; text-decoration: none; }
.in_text_link:visited { color: #3383ff;}
.in_text_link:hover   { color: #3383ff; background-color:transparent; text-decoration: underline; }
.in_text_link:disabled { color: #3383ff; background-color:transparent; text-decoration: none;}

.text_link
{
    font-size: 1em;
    color: #3383ff;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.text_link:link    { color: #3383ff; background-color:transparent; text-decoration: none; }
.text_link:visited { color: #3383ff;}
.text_link:hover   { color: #3383ff; background-color:transparent; text-decoration: underline; }
.text_link:disabled { color: #3383ff; background-color:transparent; text-decoration: none;}

.colorLink
{
    font-size: 1em;
    color: inherit;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.text_link:link    { color: inherit; background-color:transparent; text-decoration: none; }
.text_link:visited { color: inherit;}
.text_link:hover   { color: inherit; background-color:transparent; text-decoration: underline; }
.text_link:disabled { color: inherit; background-color:transparent; text-decoration: none;}


.card_link
{
    font-size: 1em;
    color: #63a0ff;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.card_link:link    { color: #63a0ff; background-color:transparent; text-decoration: none; }
.card_link:visited { color: #63a0ff;}
.card_link:hover   { color: #63a0ff; background-color:transparent; text-decoration: underline; }
.card_link:disabled { color: #63a0ff; background-color:transparent; text-decoration: none;}


.info_link
{
    color: #3383ff;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.info_link:link    { color: #3383ff; background-color:transparent; text-decoration: none; }
.info_link:visited { color: #3383ff;}
.info_link:hover   { color: #3383ff; background-color:transparent; text-decoration: underline; }
.info_link:disabled { color: #3383ff; background-color:transparent; text-decoration: none;}

.error_link
{
	color: #d000c3;    
    background-color:transparent;
    text-decoration: underline #d000c3;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.error_link:link    { color: #d000c3; background-color:transparent; text-decoration: underline; }
.error_link:visited { color: #d000c3;}
.error_link:hover   { color: #d000c3; background-color:transparent; text-decoration: underline; }
.error_link:disabled { color: #ff5ff5; background-color:transparent; text-decoration: underline;}

.defaultPageButtonLink
{
    color: #4c4c59;
    background-color:transparent;
    text-decoration: none;
    border: 1px solid #4c4c59;
	padding: 20px;
	border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    display: block;
}

.defaultPageButtonLink:link    { color: #4c4c59; background-color:transparent; text-decoration: none; }
.defaultPageButtonLink:visited { color: #4c4c59;}
.defaultPageButtonLink:hover   { color: #6b6b6b; background-color:transparent; text-decoration: none; }
.defaultPageButtonLink:disabled { color: #4c4c59; background-color:transparent; text-decoration: none;}


.bullet_link
{
    color: #4c4c59;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.bullet_link:link    { color: #4c4c59; background-color:transparent; text-decoration: none; }
.bullet_link:visited { color: #4c4c59;}
.bullet_link:hover   { color: #000000; background-color:transparent; text-decoration: none; }
.bullet_link:disabled { color: #4c4c59; background-color:transparent; text-decoration: none;}

.menuLink {
	font-family: "RobotoLight", sans-serif;
	font-size: larger;
	line-height: 1.2;
	/* text-transform: uppercase; */
	letter-spacing: 1.1px;
	/* color: #9d9d9d; */
	color: #333;
	background-color: transparent;
	text-decoration: none;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

.menuLink:link    { color:  #333; background-color:transparent; text-decoration: none; }
.menuLink:visited { color:  #333;}
.menuLink:hover   { color: #7e62c6; background-color:transparent; text-decoration: none;}
.menuLink:focus {color: #7e62c6; background-color:transparent; text-decoration: none;}
.menuLink:disabled { color:  #606060; background-color:transparent; text-decoration: none;}


.menuLinkActive {
	font-family: "RobotoLight", sans-serif;
	font-size: larger;
	line-height: 1.2;
	background-color: transparent;
	/* text-transform: uppercase; */
	letter-spacing: 1.1px;
	text-decoration: underline;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	/* pointer-events: none; */
	text-underline-offset: 10px;
	text-decoration-color: #7e62c6;
}

.dropdownMenuLink
{
	font-family: "RobotoLight", sans-serif;
    font-size: larger;
    line-height: 1.2;
    color:  #333;
    letter-spacing: 1.1px;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.dropdownMenuLink:link    { color:  #333; background-color:transparent; text-decoration: none; }
.dropdownMenuLink:visited { color:  #333;}
.dropdownMenuLink:hover   { color: #7e62c6; background-color:transparent; text-decoration: none; }
.dropdownMenuLink:focus {color: #7e62c6; background-color:transparent; text-decoration: none;}
.dropdownMenuLink:disabled { color:  #7e62c6; background-color:transparent; text-decoration: none;}

.dropdownMenuLinkActive {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    background-color:transparent;
    text-decoration: underline;
    border: none;
    padding-right: 15px;
	color: #333;
  letter-spacing: 1.1px;
   text-underline-offset: 5px;
   text-decoration-color: #7e62c6;
  
}

.owlPageIllustration {
	width: 97px;
	max-width: 97px;	
	background-image: url("../images/Owl_sheet.png");
	background-position: 0, 0, center;
	height: 99px;
	overflow: hidden;
}

.illustrationContainer {
  display: flex;
  align-items: center;
  width: 100%;
}

.menuIllustration {
	width: 97px;
    max-width: 97px;
	margin: auto;
	position: absolute;
	bottom: 3vh;
	left: 0;
	right: 0;
	background-image: url("../images/Owl_sheet.png");
	background-position: 0, 0, center;
	height: 99px;	
	overflow: hidden;	
   transform: scale(70%);
}

.owlLookLeft {
   animation: look-left-animation 10s steps(1);
}

.owlLookStraight {
   animation: look-straight-animation 10s steps(1);
}

.owlLookRight {
   animation: look-right-animation 10s steps(1);
}

.owlBlink {
  animation: blink-animation 0.2s steps(1);	
}

@keyframes blink-animation {

 0% {
    background-position: -291px;
  }
  25% {
    background-position: -388px;
  }
  
  100% {
    background-position:    -97px;
  }
  
}

@keyframes look-left-animation {

  0% {
    background-position:  0px;
  }  
  
  50% {
    background-position:   -97px;
  }
   
  100% {
    background-position:  0px;
  }

  
}

@keyframes look-straight-animation {

  0% {
    background-position:  0;
  }  
  
  50% {
    background-position:   -97px;
  }
   
  100% {
    background-position:  0;
  }

  
}

@keyframes look-right-animation {

  0% {
    background-position:  0px;
  } 
  
  50% {
    background-position:   -194px;
  }
  100% {
    background-position:  0px;
  }

  
}



.iconLink
{
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #70baa6;
}

.iconLink:hover   { color: #9effe5; }
.iconLink:visited   { color: #70baa6; }
.iconLink:disabled   { color: #70baa6; }
.iconLink:link   { color: #70baa6; }

.footer {
	/*background-color: #1c2128;*/
	background-color: #13192bed;
	text-align: center;
	color: #777;
	width: 100%;
	/* bottom: 0; */
	padding-top: 15px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-bottom: 0px;
	font-family: "RobotoLight", sans-serif;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.3px;	
}

.footer .footer_links {
	clear: both;
	color: #a4a4a4;
	display: flex;
	justify-content: center;
}

.footer .footer_copyright {
	clear: both;
	color: #a4a4a4;
	padding-top: 10px;
}

.footer .social_media_links {
	display: block;
	margin-top: 5px;
}

.footer .social_media_icon {
	display: inline-block;
	height: 42px;
	padding-left: 10px;
	padding-top: 10px;
}

.footer .madeWith {
	font-family: "Caveat", cursive;
	padding-bottom: 20px;
	font-size: 16px;
	padding-top: 20px;
	color: #a4a4a4;
}

.heartRed {
	color: #ff3c3c;
}

#languageLink {
	cursor: pointer;
}

.footer_link
{
    font-size: 1em;
    color: #a4a4a4;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.footer_link:link    { color: #a4a4a4; background-color:transparent; text-decoration: none;}
.footer_link:visited { color: #a4a4a4;}
.footer_link:hover   { color: #a17ff7; background-color:transparent; text-decoration: none; }
.footer_link:focus {color: #bebebe; background-color:transparent; text-decoration: none;}


.footer_link.active {
    color: #9d9bd3;
}

.pageHeaderContent {
 width: 100%;
 z-index: 600;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 font-family: "Lane", sans-serif;
}

.mainContent {
	/*position: absolute;
	top: 160px;
	width: 100%;*/
	flex: 1 auto;
	/*height: calc(100vh - 60px - 150px);*/
	margin: 0px 0px;
	position: relative;
}

#emailView a {
	color: inherit;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

#emailView a:link    { color: inherit; background-color:transparent; text-decoration: none; }
#emailView a:visited { color: inherit;}
#emailView a:hover   { color: inherit; background-color:transparent; text-decoration: none; }
#emailView a:disabled { color: inherit; background-color:transparent; text-decoration: none;}

.businessChatLinkDiv {
	display: inline-block;
	padding: 10px 20px 0px 0px;
	width: 100%;
	word-wrap: anywhere;
	color: #63e855;
}

.businessChatLinkDiv a {	
    color: #63e855;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.businessChatLinkDiv a:link    { color: #63e855; background-color:transparent; text-decoration: none; }
.businessChatLinkDiv a:visited { color: #63e855;}
.businessChatLinkDiv a:hover   { color: #63e855; background-color:transparent; text-decoration: none; }
.businessChatLinkDiv a:disabled { color: #63e855; background-color:transparent; text-decoration: none;}


.businessChatCardImageLinkDiv {
    display: inline-block;
    padding: 10px 20px 0px 0px;
    width: 100%;
    word-wrap: anywhere;
    color: #c9e855;
    font-size: larger;
}

.businessChatCardImageLinkDiv a {	
    color: #c9e855;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.businessChatCardImageLinkDiv a:link    { color: #c9e855; background-color:transparent; text-decoration: none; }
.businessChatCardImageLinkDiv a:visited { color: #c9e855;}
.businessChatCardImageLinkDiv a:hover   { color: #c9e855; background-color:transparent; text-decoration: none; }
.businessChatCardImageLinkDiv a:disabled { color: #c9e855; background-color:transparent; text-decoration: none;}

.businessChatCardImageCodeDiv {
    background-color: #0e0e0e3b;
    border: 1px solid #656565;
    padding: 10px;
    margin-top: 10px;
    max-width: fit-content;
}

.businessChatCardImageCodeDiv pre {
    white-space: pre-line;
    font-family: monospace;
    font-style: normal;
    font-size: 110%;   
    word-wrap: break-word;   
}

.businessChatQRCodeImg {
	width: 100px;
	cursor: pointer;
	border-radius: 10px;
}

.accountPageContent {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  height: 100%;  
}

.accountContent {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1; 
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
  max-width: 100%;
}

.accountMenu {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;  
  margin-bottom: 200px;
}

.accountMenuOptions {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	/*border-right: 1px solid #2d2d2d;*/
	margin-top: 30px;
	min-height: 400px;
}

.accountMenuOption {
  margin: 10px 0px 10px 40px;
  cursor: pointer;
  color: #888;
  padding-right: 10px;
  white-space: nowrap;
  position: relative;
}

.accountMenuOption:hover {
  color: #fff;
}

.accountMenuOptionActive {
	margin: 10px -1px 10px 40px;
	color: #259778;
	border-right: 2px solid #259778;
	padding-right: 10px;
	cursor: pointer;
	white-space: nowrap;
}

.menubarLogo {
	z-index: 3;
    float: left;
    padding: 10px 5px 10px 20px;
}

.imgResponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.subMobileMenu {
	position: relative;
	display: none;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subDesktopMenu {
	position: relative;
	display: none;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subMenu {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subMobileMenuHeader {
	font-family: 'Lane', sans-serif;
    font-size: 0.9em;
    background-color:transparent;
    border: none;
}

.subMobileMenuHeaderDiv {
	font-family: 'Lane', sans-serif;
    font-size: 1.1em;
    background-color:transparent;
    border: none;
	color: #223e99;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 4;
}

.subMobileMenuBack {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0px;
	text-align: left;
	z-index: 5;
	padding-left: 15px;
	display: none;
}

.fontSize05 {
	font-size: 0.5em;
}


.fontSize065 {
	font-size: 0.65em;
}

.fontSize08 {
	font-size: 0.8em !important;
}

.fontSize085 {
	font-size: 0.85em;
}

.fontSize09 {
	font-size: 0.9em;
}

.fontSize13 {
	font-size: 1.3em;
}

.fontSize15 {
	font-size: 1.5em;
}

.fontSize2 {
	font-size: 2em;
}

.subMobileMenuBackLink {
	font-family: 'RobotoLight', sans-serif;
    font-size: 1.1em;
    color: #959595;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


.subMobileMenuBackLink:link    { color: #959595; background-color:transparent; text-decoration: none; }
.subMobileMenuBackLink:visited { color: #959595;}
.subMobileMenuBackLink:hover   { color: #ffffff; background-color:transparent; text-decoration: none; }
.subMobileMenuBackLink:disabled { color: #959595; background-color:transparent; text-decoration: none;}


.menuLogo {
  width: 160px;  
  margin-left: 5px;
}

.menubar {
	z-index: 3;
	float: right;
	min-height: 50px;
	overflow-x: visible;
	margin-top: 15px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 35px;
}

.subMenubar {
	width: 100%;
	z-index: 2;
	font-family: 'Lane', sans-serif;
	clear: both;
	height: 35px;
	background-color: transparent;
	text-align: right;
	padding-top: 5px;
	/*position: absolute;
	top: 85px;*/
	display: none;
}

.desktopMenu {
	display: none;
}

.desktopContent {
	display: none;
}

.mobileMenu {
	display: none;
}

.mobileContent {
	display: none;
}

.menuButton {
	position: relative;
	z-index: 48;
	padding:  5px 10px 9px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.menuButtonActive {
	position: relative;
	z-index: 48;
	padding: 5px 10px 9px;
	margin-bottom: 8px;
	background-color: rgba(51, 75, 170, 0.32);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.menuButtonActive .icon-bar {
	background-color: #050505;
}

.menuButton:hover {
	background-color: #ef63cdfa;
}

.menuButton:hover .icon-bar {
	background-color: #050505;
}

.icon-bar {
  background-color: #6a6a6a;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px;
}

.menu-backdrop {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 47;
  background-color: black;
  opacity: 0.6;
}

.menu_dropdown {
	display: none;
}

.menu_dropdown .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #252525;
}

.menu_dropdown .submenuOption {
	padding-left: 30px;
}

.menuList {
	position: relative;
	z-index: 2;
	list-style: none;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 50px 0 0 0;
}

.mobileSubMenuList {
	position: relative;
	z-index: 2;
	list-style: none;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: -5px 0 0 0;
}

.mobileSubMenuListItems {
	margin-left: 0px;
}

.mobileSubMenuListHeaderActive {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
	color: #70baa6;
}

.mobileSubMenuListHeader {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    color:  #606060;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.panelBackdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
  opacity: 0.6;
}

.panel-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: black;
    opacity: 0.6;
}

.panel-backdrop.lower {
  z-index: 25;
}

.panel-backdrop2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: black;
  opacity: 0.6;
}


.gallery-backdrop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	background-color: black;
	opacity: 0.95;
}

.panel-backdrop-visible {
  display: inline;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
}

/*.mainPanel {
	z-index: 1000;
	margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;    
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;    
    color: #8c8c8c;
    text-align: left;
    text-transform: none;   
    background-color: #1e2333;
	background-image: url("/images/paperTileBlue.jpg");
}*/


.mainPanel {
	z-index: 1000;
	margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;   
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;    
    color: #2b2b2b;
    text-align: left;
    text-transform: none;
    background-color: #fff;
	background-image: url("/images/paperTileLight.jpg");	
}

.mainPanel.lower {
	z-index: 26;
}

.cardPreviewPanel {
	z-index: 5000;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	color: #8c8c8c;
	text-align: left;
	text-transform: none;
	background-color: #1e2333;
	background-image: url("/images/paperTileBlue.jpg");
	/*background-blend-mode: multiply;*/
	position: fixed;
	width: 1280px;
	min-height: 0;
	height: 720px;
	max-height: calc(100vh - 10px);
	max-width: 95%;
}

.cardPreviewPanelContent {
	position: relative;
	width: 100%;
	height: 100%;
	/*font-size: calc(0.3rem + 1vw);*/
	font-size: 16px;
	overflow: hidden;
}

.saveNoticePopupText {
	font-size: 0.9em;
	color: #f524de;
}

.cardMainViewContent {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: calc(0.3rem + 1vw);

}

.wi_viewPanelCardScenarioBackground {
	width: 100%;
	height: 100%;
}

.cardPreviewPanelCloseButton {
	position: absolute;
	top: -6px;
	right: -21px;
	font-size: 2em;
	color: #ffffffcf;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.cardPreviewPanelCloseButton:hover {
	color: #ff530f;
}

.popupPanelHeader, .panelHeader {
	position: relative;
	width: 100%;	
	margin: 0px;
	border-bottom: 1px solid transparent;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 10px 0px 10px;	
	font-family: "Lane", sans-serif;
	height: 60px;
	flex: 0 60px;
	min-height: 60px;
}
.popupPanelHeaderContent,
.panelHeaderContent {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: 5px;
}

.popupPanelContentWrapper {
	flex: 1;
	min-height: 0;
	padding: 20px;
}

.guiPanelContainer {
	padding: 20px;
	width: 450px;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
	clear: both;
}

.guiPanelPopupContainer {
	width: 300px;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	clear: both;
}

.panelContent {
	background-image: url("/images/PanelBackgroundStars.webp");
	background-size: cover;
	height: fit-content;
}

.legalPanel .panelContent {
	height: 100%;
	max-height: 100%;
}

.panelContentFlex {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.panelCloseButton {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.8em;
	color: #989898;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.panelCloseButton:hover {
    color: #ff530f;
}

.loginPanel {
    max-width: 380px;
    position: fixed;
    max-height: 80%;
    overflow: auto;
    z-index: 1000;
}

.loginPanelSectionHeader {
	font-family: "Lane", sans-serif;
	font-size: 1.4em;	
	color: #939393;	
	margin-top: 0px;	
	padding-bottom: 10px;
}

.passwordResetPanel {
	position: absolute;
    max-width: 420px;
    width: 95%;
    height: 265px;
    padding-bottom: 15px;
}

.variableHeightPanel {
	position: absolute;
    max-width: 420px;
    width: 95%;
    /*padding-bottom: 15px;*/    
    overflow: auto;
    flex-direction: column;
	min-height: 0;
	height: fit-content;
	max-height: calc(100% - 10px);
}

.eventSetupPanel {
	width: 420px;
	height: fit-content;
	margin-top: 5%;
}

#popupPanelContent {
	height: fit-content;
	display: flex;
  	flex-direction: column;
  	min-height: fit-content;
}

.popupScrollContainer {
	width: 100%;
	height: 100%;
}

.showcaseMediaProgressBarContainer {
	margin-bottom: 20px;
	font-size: 0.9em;
}

.ui-progressbar {
    position: relative;
}
.progress-label {
	position: absolute;	
	top: 4px;	
	margin: auto;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

.subscriptionSetupPanel {
    height: 310px;
    width: 95%;
}

.subscriptionSetupContent {
	text-align: left;
	max-height: 350px;
	overflow-y: scroll;
	padding-right: 20px;
}

.privacyPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80%;
	max-width: 80%;
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.legalPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90%;	
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	width: fit-content;
	max-width: 60%;
	max-height: 90%;
}

.aboutPanelContent {
	margin: auto;
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding: 60px 140px 60px 60px;
	font-size: 1.1em;
}

.aboutPanelSubTitle {
	padding-top: 40px;
	padding-bottom: 10px;
	font-weight: bold;
}

.aboutPanelListElement {
	display: flex;
	grid-gap: 10px;
}

#privacyPopupPanelContent,
#termsPopupPanelContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    max-height: 90vh;
}

.privacyPanelContent {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.privacyPanelContentWrapper {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	max-height: 82vh;
	padding: 40px;
}

.privacyPanelHeading {
	font-family: "RobotoLight", sans-serif;
	font-size: 2.5em;
	line-height: 1.0em;
	color: #3d39a6;
	margin-top: 0px;
	padding-bottom: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	padding-left: 40px;
}

.privacyDateWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-bottom: 10px;
    grid-gap: 20px;
}

.privacyDate {	
	font-size: 0.8em;
	font-style: italic;
}

.privacySectionHeading {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.8em;
	color: #151515;
}

.privacySectionSubHeading {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.2em;
	color: #353535;
}

.privacySectionContent {
	padding-top: 10px;
}

.panelFullLogo {
	width: 40%;
	margin-left: 20px;
}

.termsPanel {
	position: fixed;
	top: 0px;
  	left: 0px;
	height: 80%;
	max-width: 80%;
}

.cardPaymentPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 460px;
	max-width: 450px;
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.titleBarLogo {
   padding-top: 2px;
   width: 48px;
}

.panelTitle {
	color: #737373;
	font-size: 2.3em;
	display: inline-block;
    padding-left: 20px;
    position: absolute;
    top: 16px;
}

#assignUserHeader .panelTitle {
	padding-left: 15px;
}

#assignLicenseImportInfoIcon {
	display: inline-block;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
	color: #eec523;
	cursor: pointer;
}

#assignLicenseImportInfoPopup {
	position: absolute;
	right: -3px;
	top: 0px;
	font-size: 0.7em;
	text-align: left;
	background-color: #111;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	z-index: 20;
	padding: 5px;
	border-radius: 10px;
}

#assignLicenseImportInfoPopup .panelCloseButton {
	top: -7px;
	right: -1px;
}

.inputGroup {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
}

.inputGroupElement {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
}

.inputGroup > *:last-child {
  margin-right: 0px;
}

.form-group {
	clear: both;
	margin-bottom: 15px;
}

.horizontal-form-group {
	position: relative;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

.fieldCount {
	font-size: 80%;
	font-style: italic;
	color: #8a8a8a;
	border: none;
	width: 30px;
	text-align: right;
	background-color: rgba(0,0,0,0);
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	/* color: #bababa; */
	color: #252525;
	/* background-color: rgba(0,0,0,0.5); */
	background-color: #d9d9d9;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15); */
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15); */
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.error {
	background-color: #d000c3;
}

.form-control-small {
  display: block;
  width: 100%;
  height: 26px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.1;
  /*color: #2f2e2e;*/
  background-color: #fff;
  /*color: #bababa;*/
  color: #252525;
  /*background-color: rgba(0,0,0,0.5);*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-small:focus,
.form-control:focus,
.numberInput:focus {
  /*border-color: #66afe9;*/
  /*border-color: #3a7eff;*/
  outline: 0;
  border: 1px solid #3a7eff;
  
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(58, 126, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(58, 126, 255, .6);
}

.form-control[readonly]:focus {
	border: 1px solid transparent;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.form-control-small::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-control-small:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #666;
}

.form-control-small::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control-small::-ms-expand,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control-small[disabled],
.form-control-small[readonly],
fieldset[disabled] .form-control-small {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.form-control-small[disabled],
fieldset[disabled] .form-control-small {
  cursor: not-allowed;
}

.form-control.textCursor[disabled] {
	cursor: text;
}

textarea.form-control,
textarea.form-control-small {
  height: auto;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 0.95em;
}

.panelInputLabel {
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: left;
	color: #bbb;
	line-height: 0.8em;
}

.panelInputContainer {
	display: flex;
	flex-direction: row;
	grid-gap: 10px;
	position: relative;
}

.panelReadOnlyInputWrapper {
	border-radius: 4px;
	border: 1px solid #464646;
	text-align: left;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 5px;
	font-size: 0.8em;
	padding-right: 15px;
	max-width: 65vw;
}

.panelReadOnlyInput {
	color: #efefef;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	max-width: 270px;
}

.panelReadOnlyInputDeleteButton {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0.6em;
	color: #efefef;
	cursor: pointer;
}


.readOnlyInputDeleteButton {
	position: absolute;
	top: -3px;
	right: 4px;
	font-size: 0.6em;
	color: #efefef;
	cursor: pointer;
}

.panelReadOnlyInputDeleteButton:hover {
	color: #ff530f;
}

.showcaseItemListbox {
	height: 250px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.showcaseListEntryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(106, 106, 106, 0.25);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 25px;
	position: relative;
	height: 60px;
	max-width: 78vw;
}

.showcaseListEntryContentWrapper {
	display: flex;
	flex-direction: row;
	grid-gap: 5px;
	width: 100%;
	padding: 5px;
	height: 100%;
}

.showcaseListEntryTextWrapper {
	display: flex;
	flex-direction: column;	
	min-width: 0;
	text-align: left;	
	justify-content: center;
	position: relative;
}

.showcaseListEntryItemName {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;	
	white-space: nowrap;
	max-width: 270px;
}

.showcaseListEntryItemNameIcons {
	display: flex;
	grid-gap: 15px;
	padding-left: 10px;
	padding-top: 3px;
}

.showcaseListEntryAudioIcon {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	font-size: 1.2em;
	color: #5ec65e;
}

.showcaseListEntryAttachmentIcon {	
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	font-size: 1.2em;
	color: #57a1f0;
}

.showcasePanelShadowSelectionContainer {
	font-size: 0.9em;
	text-align: left;
	padding-top: 5px;
}

.showcasePanelNumberInputSection {
	padding-top: 10px;
	/*display: flex;*/
	grid-gap: 5px;
	align-items: center;
	font-size: 0.9em;
}

.inputLabel {
	/*font-weight: lighter;*/
	color: #b9b9b9;
}

.white {
	color: #fff;
}

.yellowText {
	color: #ffc323;
}

.brightGreen {
	color: #63e855;
}

.greenCheckSmall {
	font-size: 1.0em;
	color: #08b300;
}

.greenCheck {
	font-size: 1.3em;
	color: #08b300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.redX {
	font-size: 1.3em;
	color: #e60000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.tableRowDark {
	background-color: #262626;
}

.tableRowPlain {
	background-color: none;
}

.inputLabelSmall {
	color: #bbb;
	font-size: 0.9em;
	line-height: 0.8em;
}

.checkboxLabelSmall {
	color: #bdbdbd;
	font-size: 0.9em;
	line-height: 1.0em;
	text-align: left;
	margin-top: 5px;
}

.radio_label {
	font-weight: lighter;
	color: #5e5e5e;
}


.numberInput {
	display: block;
  	width: 50px;
  	padding: 4px 6px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	text-align: center;
  	color: #252525;
	background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.numberInput::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.numberInput::-ms-input-placeholder {
  color: #999;
}

.numberInput::-webkit-input-placeholder {
  color: #999;
}

.numberInput::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.myAccountData {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	min-width: 85%;
	max-width: 100%;
}

.myAccountEditViewWrapper {
	width: 100%;
	display: flex;
	align-items: center;
}
.myAccountEditView {
	max-width: 500px;
	background-color: #171717;
	padding: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.loungeCardScenarioImage {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	height: 160px;
}

.myAccountOverview {
	text-align: left;
	padding-top: 10px;
	display: inline-block;
	min-width: 85%;
	max-width: 100%;
}

.overviewEventContainer {
	padding: 20px 20px 40px 20px;
}

.eventContainerButton {
	text-align: right;
	padding-top: 20px;
}

#accountEventPageButtonContainer {
	position: absolute;
	right: 0;
	top: -40px;
}

.eventData {
	text-align: left;
	min-width: 85%;
	max-width: 95%;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eventData.leftAligned {
	align-items: flex-start;
}

.dayCalenderPreviewContainer {
	width: 100%;
	height: 300px;
	overflow: auto;	
	font-size: 0.7em;
}

.calenderPreviewContent {
	position: relative;
}

.calenderPreviewTable {  
  border: 1px solid #444; 
}

.calenderPreviewTable td {
  border: 1px solid #444;
  line-height: 1.2em;
  color: #757575;
}

.dayCalendarListbox {
	height: 240px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;	
}

.eventRegisterLabel {
	color: #999;
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

.eventRegisterTimeLabel {
	color: #999;
	display: inline-block;	
	vertical-align: bottom;
	line-height: 2em;
	vertical-align: middle;
}

.eventRegisterDurationLabel {
	line-height: 2.9em;
	padding-left: 10px;
	font-size: 0.7em;
	color: #999;
	display: inline-block;
	padding-right: 10px;
	vertical-align: bottom;	
	vertical-align: middle;
}

.eventRegisterTimeSeparator {
	line-height: 1.7em;
}

.eventRegisterTime {
	font-size: 1.5em;
	display: inline-block;
	min-width: 110px;
	position: relative;
	vertical-align: middle;
}

.timeSelectWrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 450px;
}

.timeSelectWrapperEntry {
	padding: 20px 40px 20px 0px;
	/*-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
}

.timeSelectListbox {
	padding: 0px;
	background-color: transparent;	
	width: 100%;
	position: relative;
	height: 240px;	
	margin-top: 0.45em;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    cursor: ns-resize;
}

.timeSelectEntry {
	height: 25px;
}

.timeSelectLastElement {
	height: 0.57em;
}

.timeSelectLastElement17 {
	height: 17px;
}

.timeSelectDoorInfo {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #999;
	display: inline-block;
}

.timeSelectContainer {
	height: 2em;
	overflow: hidden;
	display: inline-block;	
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.timeSelectCoverContainerBottom {
	-webkit-mask: linear-gradient(#0000, #000);
	-moz-mask: linear-gradient(#0000, #000);
	-o-mask: linear-gradient(#0000, #000);
	mask: linear-gradient(#0000, #000);
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1c1c1c;
	pointer-events: none;
}

.timeSelectCoverContainerBottom.popup {
	background-color: #222;	
}

.timeSelectCoverContainerTop {
	-webkit-mask: linear-gradient(#000, #0000);
	-moz-mask: linear-gradient(#000, #0000);
	-o-mask: linear-gradient(#000, #0000);
	mask: linear-gradient(#000, #0000);
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1c1c1c;
	pointer-events: none;
}

.timeSelectCoverContainerTop.popup {
	background-color: #222;	
}	

.eventRegisterTimeContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.dataTable {
	table-layout: auto;
	border-spacing: 6px;
	border-collapse: separate;
	margin: 0 auto;
	width: 60%;
}

.dataTable .absorbingColumn {
    width: 100%;
}

.dataTable4 {
	table-layout: auto;
	border-spacing: 0px 4px;
	border-collapse: separate;
}

.dataTable10 {
	table-layout: auto;
	border-spacing: 0px 10px;
	border-collapse: separate;
}

.adminEditLicenseTable {
	table-layout: auto;
	border-spacing: 4px 4px;
	border-collapse: separate;
}

.sectionDivider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #7d7d80;
  width: 100%;
}

.sectionDividerHeader {
	text-align: left;
  	color: #7b7b7b;
	font-size: 0.8em;
	line-height: 0.9em;
	white-space: nowrap;
	vertical-align: top;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 340px;
	overflow: hidden;
}

.subscriptionSummarySectionHeader {
	padding-bottom: 10px;
	text-transform: uppercase;	
	text-align: left;
	font-size: 0.8em;
	line-height: 0.9em;
	white-space: nowrap;
	vertical-align: top;
}

.subscriptionSummarySectionHeader.new {
	color: #b7ff9c;
}

.subscriptionSummarySectionHeader.current {
	color: #81a5b0;
}

.subscriptionSummaryLicenseInfo {
	width: 100%;
	text-align: left;
	line-height: 1em;
	padding-top: 3px;
}

.popupTransparentListbox {
	height: 140px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
	border: 1px solid #131313;
}

.listboxEntry {
	text-align: left;	
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
 	user-select: none;
}

.listboxEntry.regular {
	background-color: #00000021;
}

.listboxEntry.active {
	background-color: rgba(225, 225, 225, 0.25);		
}

.listboxEntry.regular:hover {
	background-color: rgba(125, 125, 125, 0.25);
}

.transparentListbox {
	height: 240px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.transparentListbox190 {
	height: 190px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.transparentListboxVar {
	height: calc(100vh - 200px);
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
}

.listboxButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.semiTransparentListbox {
	height: 240px;
	padding: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	margin-top: 10px;
	list-style: none;
}

.semiTransparentListbox .listLink {
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 4px 10px 0px 10px;
	background-color: transparent;
	color: #252525;
}

.semiTransparentListbox .listLink:hover {
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 4px 10px 0px 10px;
	background-color: rgba(14, 27, 58, 0.15);
	color: #000000;
}


.semiTransparentListbox .listLinkActive {
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 4px 10px 0px 10px;
	background-color: rgba(14, 27, 58, 0.8);
	color: #dfdfdf;
}


.semitTransparentListbox .listLink:active {
	text-decoration: none;
	background-color: rgba(14, 27, 58, 0.8)
}

.groupEntryHeader {
	background-color: rgba(157, 157, 157, 0.4);
	/*box-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
}

.overviewIconAlertBadge {
	position: absolute;
	padding: 5px 5px;
	font-size: 1.8em;
	line-height: 0.8em;
	color: #fd18a4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #000;
	border-radius: 50%;
	top: 0px;
	right: -8px;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.overviewIconAlertBadge:empty {
  display: none;
}

.wi_conversationsEntryStreamingAlertBadge {
	position: absolute;
	min-width: 6px;
	font-size: 1.2em;
	line-height: 0.9em;
	color: #4eff00;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;	
	bottom: 0px;
	left: 1px;
	text-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.wi_conversationsEntryContactIcon {
	position: absolute;
	right: 10px;
	bottom: 7px;
}

.userRoleBadge {
	position: absolute;
	top: 0px;
	right: 50px;
	/*color: #050505;*/
    color: #eaeaea;
	z-index: 5;
	font-size: 0.7em;
	padding: 0px 5px;
	line-height: 1.3em;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.userRoleBadge.COMMUNITY_ADMIN {
	background-color: #7b68ab;
	color: #fff;
	right: 130px;
}

.userRoleBadge.COMMUNITY_GROUP_ADMIN {
	background-color: #4e68bc;
}


.statusBadge {
	position: absolute;
	top: 0px;
	right: 50px;
	/*color: #050505;*/
    color: #eaeaea;
	z-index: 5;
	font-size: 0.7em;
	padding: 0px 5px;
	line-height: 1.3em;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}


.statusBadge.AVAILABLE {
	background-color: #464646;
}

.statusBadge.ACTION_REQUIRED {
	background-color: #a736b7;
}

.unsavedChangesTabLight {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	color: black;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	font-size: 0.6em;
	line-height: 1.6em;
	top: 3px;
	right: 3px;
	background-color: #cf23ff;
}

.dropdownLoungeStatusLight {
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	color: black;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	display: inline-block;
	font-size: 0.6em;
	line-height: 1.6em;
	bottom: 12px;
	left: -16px;
}


.loungeStatusLight {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	color: black;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	display: inline-block;
	font-size: 0.6em;
	line-height: 1.6em;
	bottom: 15px;
	right: -13px;
}

.statusLightLarge {
	width: 14px;
	height: 14px;
}

.statusLightSmall {
	width: 10px;
	height: 10px;
}


.loungeStatusLight.AVAILABLE,
.dropdownLoungeStatusLight.AVAILABLE {
	background-color: #4eff00;
}

.loungeStatusLight.OCCUPIED,
.dropdownLoungeStatusLight.OCCUPIED {
	background-color: #ff8b23;
}

.loungeStatusLight.FULL,
.dropdownLoungeStatusLight.FULL {
	background-color: #ec2020;
}

.heroSection {
   width: 100%;
    text-align: center;
    padding-top: 7vw;
}

.welcomeSection {	
	font-size: 4.5vw;
	font-family: "Lane", sans-serif;
	line-height: 1.4em;
	color: #333;
	width: 100%;
	text-align: center;
	padding-top: 2vw;
	font-weight: normal;
}

.welcomeSection2 {	
	padding-bottom: 1vw;
	font-size: 2.5vw;
	font-family: "Lane", sans-serif;
	line-height: 1.4em;    
    width: 80%;
    text-align: center;  
  left: 0;
  right: 0;
  margin: auto;
    
} 

.sampleText {
    font-style: italic;
    font-size: smaller
  }

.sectionHeading {
	font-family: "Lane", sans-serif;
	font-size: 2.6vw;
	padding-bottom: 0.5vw;
	padding-top: 5vw;
}

.bottomSection {
  padding-bottom: 10vw;   
}

.aboutHeading {
  font-size: 4.5vw;
	font-family: "Lane", sans-serif;
	line-height: 1.4em;
    color: #333;
    width: 100%;
    text-align: left;
  padding-bottom: 2vw;
}

.aboutImageWrapper {
  padding: 0 5vw 40px 0;
  transform: rotate(-5deg);
  position: relative;
}


.aboutImage {  
  width: 20vw;  
}

.imageCaption {
  font-family: "Caveat", sans-serif;
  text-align: center;
  line-height: 1em;
}

.starContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}


.contactSectionWrapper {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  padding-bottom: 60px;
  padding-top: 40px;
  line-height: 1.5em;
}

.contactSection { 
  padding-top: 10vh;
}

.contactHeading,
.impressumHeading{
  font-size: 3vw;
	font-family: "Lane", sans-serif;
	line-height: 1.4em;
    color: #333;
    width: 100%;
    text-align: left;
  padding-bottom: 1vw;
}

.contentLoungeCard {  
  display: flex;
  grid-gap: 10px;
}

.contactLoungeCardImageWrapper {
	width: 160px;
  	max-width: 160px;
}

.contactLoungeCardImage {
	max-width: 100%;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	border-radius: 6px;
}

.businessNameWrapper {
	text-align: center;
	padding-bottom: 3vw;
	font-weight: bold;
	font-size: larger;
}

.smallContactHeading {
	font-size: 2vw;
	font-family: "Lane", sans-serif;
	line-height: 1.4em;
	color: #333;
	width: 100%;
	text-align: left;	
	padding-top: 2vw;
}

.contactIcon {
  font-size: 3vw;
}

.contactImage {
	font-size: 16vw;
	width: 20vw;
	align-content: center;
    justify-content: center;
   height: 100%;  
}

.impressumImage {
	font-size: 12vw;
	width: 12vw;
	height: 100%;
	align-content: end;
	line-height: 7vw;
	opacity: 0.2;
	text-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	display: flex;
}

.impressumSection {
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
}

.gallerySection {
  padding-top: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.galleryEntry {
   
   position: relative;
  margin: auto;
  margin-bottom: 5vh;
  width: 44vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.galleryPriceInfo {
    text-align: end;
    font-size: smaller;
   font-style: italic;
}

.galleryPreviewButton {
    background-color: #d2d2d2;
   border-radius: 6px;
   padding: 0 5px;
   text-align: center;
   box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  width: 6vw;
  line-height: 1.5vw
}

.galleryPreviewButton:hover {
    background-color: #bcd4fb;
   
}


.galleryId {
  font-family: "Caveat", sans-serif; 
  position: absolute;
  left: 7vw;
  top: 4vw;
  font-size: 1.6vw;
  line-height: 1.4vw;
  width: 15vw;
  font-weight: 600;
}

.galleryEntryInfo {
  position: absolute;
  left: 3vw;
  top: 8vw;
  font-family: "Caveat", sans-serif;
  font-size: 1.3vw;
  width: 10vw
}

.galleryEntryButtonSection {
	display: flex;
	grid-gap: 20px;
	width: 100%;
	padding-top: 10px;
	font-size: 0.9vw;
	line-height: 1vw;
	align-items: center;
}

.galleryEntryButtonWrapper {
   flex: 1;
   display: flex;
  flex-direction: column;
  align-items: center;  
}

.galleryEntryId {
  font-family: "Caveat", sans-serif;    
  font-size: 1.3vw;
  padding-left: 25px
}

.galleryEntryHeader {
    font-family: "Caveat", sans-serif;    
  font-size: 1.3vw;
  display: flex;
  width: 100%;
  padding-top: 20px;
  font-weight: 600;
}

.galleryEntryTitle {
    font-family: "Caveat", sans-serif;    
  font-size: 1.3vw;
  flex: 1;
  text-align: center;
}

.galleryEntryDetailsHeader {
  display: flex;
}

.galleryEntryDetailsButton {
   background-color: #d2d2d2;
   border-radius: 6px;
   padding: 0 5px;
   text-align: center;
   box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  width: 6vw;
  line-height: 1.5vw;
  max-height: 1.5vw;
}

.galleryEntryDescription {
  padding-top: 5px;
   font-family: "Caveat", sans-serif;    
  font-size: 1.3vw;
   line-height: 1.4vw;
  min-height: 10vh;
}

.referenceSection {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 4vw;
  padding-bottom: 5vw;
  position: relative;
  margin: auto;
}

#pricingPage .referenceSection {
	padding-bottom: 0;	
    padding-top: 20px
}

.feParticleContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.referenceProjectTitle {
  font-family: "Caveat", sans-serif;
  font-size: 1.8vw;
  padding-bottom: 1.5vw;
  align-self: center;
}

.frauenchorBackdropImage {
	width: 48vw;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.4);
	border-radius: 10px;
}

.designBackdropImage {
  width: 48vw;
}

.referenceContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.referenceImageContainer {
  position: absolute;
  right: 5vw;
  top: 4.5vw;
  z-index: 525;
}

.demoImageContainer {
  position: absolute;
  right: 5vw;
  top: 4.5vw;
  z-index: 525;
}

.wi_demoCanvas {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events:none;   
}

.demoContainer {
   position: relative;
   width: 100%;
   height: 52vh;
}

.demoContainer {
	position: relative;
	width: 100%;
	height: 35vw;
    
}



/*.demoWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}*/

.demoWrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: fit-content;
	height: 100%;
	right: 0;
	margin: auto;
}


.demo01ClipPath {  
  -webkit-clip-path: url("/images/testClipPath.svg#demoClipPath");
  clip-path: url("/images/testClipPath.svg#demoClipPath");
  z-index: 525;  
  width: 100%;
  height: 100%;  
  transform: translateZ(0);
}

.mask,
.mask > *{
  -webkit-mask: url("/images/testClipPath.svg#demoClipPath");
          mask: url("/images/testClipPath.svg#demoClipPath");

}

.clipPathWrapper {
	width: 65vw;
	height: 66vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
    pointer-events: none;
}

.clipPathWrapper.car {	
    bottom: -18vw;	
}

.demo01ClipPath.car {  
  width: 120vw;
  height: 110%;  
}


.design002PineTreeContainer {
	position: absolute;
	left: -6%;
	bottom: 12px;
	width: 150%;
	height: 15vh;
}

.design002PineTreeContainer {
	bottom: 0;
	height: 34%;
   height: 144px;
}


.design002PineTreeContainer {
	position: absolute;
	left: -3%;
	bottom: -4%;
	width: 30%;
	height: 15vh;
}

.deviceMockupContainer {
	position: absolute;
	left: -3%;
	bottom: -4%;
	width: 30%;
	height: 15vh;
}

.pineTreeImageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.design002PineTrees {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 526;
}

/*.clipPathCar {
	position: absolute;
	clip-path: url("/images/clipPathCar.svg#clipPathCar");
	z-index: 522;
	width: 100%;
	height: 100%;
	left: 1.5%;
	bottom: -29%;	     
}*/

/*.wi_carContainer {   
    width: 100%;    
	margin: auto;
	position: absolute;
	bottom: 4%;
	left: 0;
	right: 0;	
	height: 144px;	
    overflow: hidden;
}

.wi_carAnimation {
   width: 187px;
   height: 144px;
  background-image: url("../images/CarSprites.png");
	background-position: -187px, 0;
    background-repeat: no-repeat;
  transform: translateX(-187px) scale(80%);
    
}*/


/*.wi_carContainer {   
    width: 100%;    
	margin: auto;
	position: absolute;
	bottom: 4%;
	left: 0;
	right: 0;	
	height: 20vw;	
    overflow: hidden;
}*/

/*.wi_carContainer {
	width: 150%;
	margin: auto;
	position: absolute;
	bottom: 28%;
	left: 0;
	right: 0;
	height: min(15vw, 144px);
	overflow: hidden;
}*/

.wi_carContainer {
	width: 250%;
	margin: auto;
	position: absolute;
	bottom: 28%;
	left: -50%;
	right: 0;
	height: min(15vw, 144px);
	overflow: hidden;
}


.clipPathCar {
	position: absolute;
	clip-path: url("../images/clipPathCar.svg#clipPathCar");
	z-index: 522;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -20%;
	background-color: rgba(0, 255, 255, 0.45);
}

.wi_carAnimation {
	width: min(20vw, 187px);
	height: min(15vw, 144px);
	background-image: url("../images/CarSprites.png");
	background-position: calc(-1 * min(min(20vw, 187px))) 0;
	background-repeat: no-repeat;
	background-size: min(80vw, 748px);
	transform: translateX(calc(-1 * min(min(20vw, 187px))));	
	position: absolute;
	bottom: 0;   
}

.wi_moveCarRight {
  animation: wheels-animation-right 1s steps(4) infinite, move-right-animation 30s linear;
}

.wi_moveCarLeft {
  animation: wheels-animation-left 1s steps(4) infinite, move-left-animation 30s linear;
}

/*@keyframes wheels-animation-right {
 from { background-position: 0 0; }
  to { background-position: -748px 0; }
  
}*/

@keyframes wheels-animation-right {
 from { background-position: 0 0; }
  to { background-position: calc(-1 * min(80vw, 748px)) 0; }
  
}

/*@keyframes move-right-animation {
 0% { transform: translateX(-187px) scale(80%)}
  20% { transform: translateX(100vw) scale(80%); }
  100% { transform: translateX(100vw) scale(80%); }
}*/

@keyframes move-right-animation {
 0% { transform: translateX(calc(-1 * min(min(20vw, 187px))))}
  20% { transform: translateX(140vw) }
  100% { transform: translateX(140vw) }
}

/*@keyframes wheels-animation-left {
 from { background-position: 0 -144px; }
  to { background-position: -748px -144px; }
  
}*/

@keyframes wheels-animation-left {
 from { background-position: 0 calc(-1 * min(min(15vw, 144px))); }
  to { background-position: calc(-1 * min(80vw, 748px)) calc(-1 * min(min(15vw, 144px))); }
  
}

/*@keyframes move-left-animation {
  0% { transform: translateX(100vw) scale(80%); }
  20% { transform: translateX(-187px) scale(80%); }
  100% { transform: translateX(-187px) scale(80%)}
}*/

@keyframes move-left-animation {
  0% { transform: translateX(120vw); }
  20% { transform: translateX(calc(-1 * min(min(15vw, 144px)))); }
  100% { transform: translateX(calc(-1 * min(min(15vw, 144px))))}
}

.flyerImageContainer {
  position: absolute;
  bottom: -2vw;
  left: -8vw;
}

.flyerImage {
  width: 20vw;
}

.frauenchorProjectDescription {
	font-family: "Caveat", sans-serif;	
	left: -6vw;
	top: 2vw;
	font-size: 1.3vw;
	line-height: 1.4vw;
	width: 100%;
	text-align: left;
	padding-top: 20px;
}

.frauenchorProjectDescription2 {
    font-family: "Caveat", sans-serif; 
    position: absolute;
  font-size: 1.3vw;
   line-height: 1.4vw;
    left: 10vw;
    bottom: 0;
   text-align: left;
}

.galleryLayeredImageWrapper {
	position: relative;	
	width: 40vw;
	height: 22vw;    
}

.layeredImageWrapper {
	position: relative;	
	width: 32vw;
	height: 18vw;    
}

.galleryImage {
  width: 40vw;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 5px 8px 16px 0 rgba(0,0,0,0.2), 5px 6px 20px 0 rgba(0,0,0,0.19);
}

.referenceImage {
  width: 32vw;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 5px 8px 16px 0 rgba(0,0,0,0.2), 5px 6px 20px 0 rgba(0,0,0,0.19);
}

.demoImage {
  width: 39vw;
  position: absolute;
  left: -2vw;
  top: 0;
  box-shadow: 5px 8px 16px 0 rgba(0,0,0,0.2), 5px 6px 20px 0 rgba(0,0,0,0.19);
}

.demoImage {
	width: 50vw;	
	left: -9vw;	
}

.referenceImage {
   width: 50vw;	
  left: -9vw;
}

   .referenceSection {
	width: 64vw;	
}
  
  .designBackdropImage {
	width: 64vw;
}
  
  .frauenchorBackdropImage {
	width: 64vw;
}
  
  .demoContainer {
	height: 46vw;
}

.iconCard {
	display: inline-block;
	margin: 50px;
	cursor: pointer;
	min-width: 94px;
	text-align: center;
	position: relative;
	width: 270px;
}

.iconCardIcon {
	font-size: 6em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	line-height: 1em;
}

.iconCardText {
	font-size: 1em;
	color: #888;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.iconCardTextContent {
	width: fit-content;
	position: relative;
}

.cardEntryIconCardIcon {
	font-size: 2.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	margin: 10px 0px 0px 20px;
	position: relative;
}

.cardEntryLounge-icon-fa-stack {
	display: inline-block;
	height: 1.5em;
	line-height: 2.1em;
	position: relative;
	vertical-align: middle;
	width: 80px;
}

.cardEntryBusinessLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #70baa6;
	left: -13px;	
}

.cardEntryMeetingLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.9em;
	color: #70baa6;
	left: -13px;
}

.cardEntryArtistLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.7em;
	color: #8570ba;
	left: -25px;
	bottom: 22px;
}

.eventLoungeMusicIcon {
	line-height: 1.4em;
	font-size: 0.5em;
	color: #8570ba;
	left: -45px;
	top: -14px;
}

.eventLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ff530f;
	left: 7px;
	top: -10px;
	font-size: 0.15em;
}

.eventLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ff530f;
	left: 24px;
	font-size: 0.15em;
	top: -3px;
}

.eventLoungeCocktailIcon {
	font-size: 0.9em;
	color: #5370cd;
	font-size: 0.7em;
	top: 10px;
}

.eventLoungeMediaIcon {
	line-height: 1.4em;
	color: #ffc323;
	left: 5px;
	font-size: 0.3em;
	top: 6px;
}

.cardEntryArtistLoungePhotoVideoIcon {
	line-height: 1.4em;
	color: #ffc323;
	left: 5px;
	font-size: 0.4em;
	top: 13px;
}

.cardEntryArtistLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ff530f;
	left: 7px;
	top: 7px;
	font-size: 0.15em;
}

.cardEntryArtistLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ff530f;
	left: 15px;
	font-size: 0.15em;
	top: 11px;
}

.loungeCard {
	color: #bfbfbf;
	/* background-color: rgba(0,0,0,0.7); */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19); */
	max-width: 800px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.9em;
}

.loungeCardHeader {
	font-size: 1.4em;
	color: #70baa6;
	white-space: nowrap;
}

.loungeImage {
	position: relative;
	display: inline-block;		
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.loungeOneImage {
	background-image: url("/images/LoungeOneMainRoomMobile.jpg");
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: 100%;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    width: 280px;
    height: 171px;
}



.businessEventLoungeImage {
	color: #aa4782;
	font-size: 6em;
}

.businessEventLoungeImageSmall {
	color: #aa4782;
	font-size: 3em;
}

.leftTableCell {
	display: inline-block;
}

.rightTableCell {
	display: inline-block;
}

.userColor {
	color: #46b557;
}

.historyColor {
	color: #b37099;
}

.loungeColor {
	color: #5370cd;
}

.eventsColor {
	color: #8570ba;
}

.campaignColor {
	color: #68ab99;
}

.cardStockColor {
	color: #a64c9c;
}
.meetingsColor {
	color: #3aa9ae;
}

.dashboardColor {
	color: #5394cd;
}

.subscriptionColor {
	color: #e6b73a;
}

.ecardsColor {
	color: #cd53c5;
}

.overviewHeaderSection {
	max-width: 80%;
	margin: auto;
}

.overviewIconSection {
	text-align: center;
	/* padding: 60px; */
	margin: auto;
	display: grid;
	grid-gap: 50px;
	grid-template-rows: auto;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	/* margin-right: 50px; */
	justify-content: center;
}

.overviewIconImage {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

.lounge-icon-fa-stack {
	display: inline-block;
	/* height: 1.5em; */
	/* line-height: 2em; */
	position: relative;
	width: 2.5em;
	vertical-align: top;
}

.meetingLoungeCoffeeIcon {
	font-size: 0.6em;
	color: #5370cd;
	top: 20px;
	left: 10px;
}

.meetingLoungeChalkboardIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #70baa6;
	left: -13px;
}

.meetingLoungeStarIcon {
	line-height: 1.4em;
	color: #ffc323;
	left: 28px;
	top: -5px;
	font-size: 0.3em;
}

.personalLoungeChatIcon {
	line-height: 1.4em;
	font-size: 0.5em;
	color: #8570ba;
	left: -28px;
	top: -28px;
}

.personalLoungeCocktailIcon {
	font-size: 0.7em;
	color: #5370cd;
}

.personalLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ffc323;
	left: 5px;
	top: -18px;
	font-size: 0.15em;
}

.personalLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ffc323;
	left: 24px;
	font-size: 0.15em;
	top: -6px;
}

.personalLoungeStarIcon3 {
	line-height: 1.4em;
	color: #ffc323;
	left: 25px;
	font-size: 0.15em;
	top: -26px;
}

.chatLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.9em;
	color: #8570ba;
	left: 0px;
}

.chatLoungeTopIcon {
	font-size: 0.8em;
	bottom: -24px;
	left: -10px;
	color: #5370cd;
}

.loungeCardBottomIcon {
	line-height: 1.4em;
	font-size: 0.8em;
	color: #4e68bc;
	left: -9px;
	bottom: 5px;
}

.loungeCardTopIcon {
	font-size: 0.8em;
	top: -24px;
	left: 5px;
	color: #68ab99;
}

.loungeCardMiddleIcon {
	font-size: 0.6em;
	bottom: -27px;
	color: #7b68ab;
	left: 7px;
}

.customerChatBottomIcon {
	line-height: 1.4em;
	font-size: 0.9em;
	color: #4e68bc;
	left: 0px;
}

.customerChatTopIcon {
	font-size: 0.8em;
	bottom: -15px;
	left: -6px;
	color: #68ab99;
}

.eventsTicketIcon {
	font-size: 0.6em;
	top: 30px;
	left: 10px;
}
.eventsCalendarIcon {
	font-size: 0.8em;
	color: #5370cd;
	left: -20px;
}

.campaignBulkIcon {
	font-size: 0.6em;
	top: 20px;
	left: 10px;
}

.cardEntryMeetingLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ffc323;
	left: 13px;
	top: -3px;
	font-size: 0.4em;
}

.businessLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #70baa6;
	left: -30px;
}

.dashboardBottomIcon {
	/* line-height: 1.4em; */
	font-size: 0.85em;
	color: #5370cd;
	top: -12px;
	left: -5px;
}

.dashboardStarIcon {
	left: -32px;
	top: 19px;
	font-size: 0.5em;
	color: #8570ba;
}

.dashboardTopIcon {
	font-size: 0.6em;
	/*color: #6bcece;*/
	color: #939796;
	left: 10px;
	top: 20px;
}

.artistLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #8570ba;
	left: -50px;
}

.artistLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ff530f;
	left: 15px;
	top: -6px;
	font-size: 0.15em;
}

.artistLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ff530f;
	left: 42px;
	font-size: 0.15em;
	top: 6px;
}

.artistLoungePhotoVideoIcon {
	line-height: 1.4em;
	color: #ffc323;	
	left: 10px;
	font-size: 0.3em;
	top: 12px;
}

.communityLoungeChatIcon {
	font-size: 1.1em;
	color: #4e68bc;
	top: -10px;
}

.communityLoungeMugIcon {
	line-height: 1.4em;
	font-size: 0.7em;
	color: #68ab99;
	left: 12px;
	bottom: 0px;
}

.communityLoungeUsersIcon {
	line-height: 1.4em;
	color: #e9b323;
	left: -11px;
	top: 31px;
	font-size: 0.8em;
}

.loungeTopIcon {
	font-size: 0.9em;
	color: #5370cd;
}


.eventSearchbar {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.8em;
}

.searchInputField {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0px;
}

.searchInputLabel {
	display: inline-block;
}

.searchInputControl {
	display: inline-block;
}

.searchButtonSection {
	display: inline-block;
	align-self: center;
}

.eventFilterSection {
	margin-left: 10px;
	display: inline-block;
	white-space: nowrap;
}

.eventMainButtonSection {
	text-align: right;
	display: inline-block;
	flex: 1;
	position: absolute;
	right: 0;
	bottom: 90px;
}

.eventNavIcon {
	font-size: 1em;
	margin-right: 10px;
	background-color: #2b2b2b;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #959595;
	min-width: 35px;
}

.eventNavIcon:hover {
	background-color: #3c3c3c;
	color: #fff;
}

.eventNavIconActive {
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	background-color: #151515;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #259778;
	min-width: 35px;
}

.eventViewIcon {
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	color: #959595;
	min-width: 40px;
}

.eventViewIcon:hover {
	color: #fff;
}

.eventViewIconActive {
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	color: #259778;
}

.eventNavTabActive {
	font-size: 1em;
	display: inline-block;
	color: #259778;
	background-color: #151515;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	cursor: pointer;
}

.eventNavTab {
	font-size: 1em;
	display: inline-block;
	color: #888;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
	cursor: pointer;
}

.eventNavTab:hover {
	background-color: #3c3c3c;
	color: #fff;
}

.eventSearchDiv {
	width: 100%;
	margin: auto auto 10px auto;
	background-color: #151515;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.8em;
	position: relative;
}

.eventSearchControls {
	display: flex;
	flex-wrap: wrap;
}

.eventSearchFields {
	flex: 1;
}

.searchConnectField {
	color: #3a3a3a;
	font-size: 1.2em;
	margin: 0px 10px 0px 5px;
	display: inline-block;
}

.eventDatebar {
	display: -webkit-box;      
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	font-size: 0.8em;
	width: fit-content;
}

.eventNavDate {
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
}

.eventDateSection {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

.eventDateSettingsSection {
	display: inline-block;
	white-space: nowrap;
}

.datePickerContainer {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

#prevDateButton {
	margin-right: 5px;
}

#nextDateButton {
	margin-left: 5px;
}

.dateRangeStart,
.dateRangeEnd {
	background-color: #259778;
	border: 1px solid #2ec299;
}

.dateRange {
	background-color: #1a6652;
	border: 1px solid #1d8a6c;
}

.eventViewIconSection {
	flex: 1;
	text-align: right;
}

.eventView {
	border-top: 1px solid #2f2f2f;
	width: 100%;
}

.eventCarouselHeading {
	text-align: left;
	font-size: 1.2em;
}

.eventCarouselContainerWrapper {
	width: 100%;
	height: fit-content;	
	margin-top: 20px;
	/*background-color: rgba(0,0,0,0.3);*/
	border-radius: 4px;	
}

.eventCarouselScrollContainer .viewport {
  height: 225px;
  max-height: 225px;
  min-height: 0;
}

.eventCarouselScrollContainer .viewport .overview {
  position: absolute;
  width: fit-content;
  min-height: 0;
  height: 225px;
  max-height: 225px;
}

.eventCarouselContainer {
	min-height: 0;
	width: 100%;
	/*background-color: rgba(0,0,0,0.3);
	border-radius: 4px;*/	
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;	
	grid-gap: 20px;	
}

.carouselEventEntry {
	position: relative;
	max-width: 200px;
	cursor: pointer;
}

.eventCarouselImage {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	width: 200px;
}

.eventCarouselEventTitle {
	font-style: normal;
	font-weight: bold;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.eventCarouselDate {
	display: flex;
	justify-content: center;
	font-size: 0.8em;
	font-style: normal;
	grid-gap: 5px;
}

.eventCarouselDateCircle {
	font-size: 0.35em;
}

.eventCarouselLiveInfo {
	position: absolute;
	top: 5px;
	left: -10px;
	color: #fb162b;
	font-size: 1.2em;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	padding: 2px 10px;
	border-radius: 5px;
	transform: rotate(-15deg);
}

.eventCarouselLiveInfo.green {
	color: #4eff00;
}

.registerEventCalendarEntry {
	margin-left: 50px;
	border-radius: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #000;
	width: fit-content;
	max-width: 90%;
	min-width: 200px;
	position: absolute;
	left: 0;
}

.registerEventCalendarEntryInfoButton {
	position: absolute;
	right: 2px;
	top: 1px;
	font-size: 0.8em;
	cursor: pointer;
	color: black;
	background-color: #c2c2c2;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.registerEventCalendarEntryInfoPopup {
	position: absolute;
	background-color: #b7b7b7;
	right: -20px;
	top: 0px;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	white-space: normal;
	max-width: 98%;
}

.registerEventCalendarEntryInfoPopupCloseButton {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 1.2em;
	color: #575757;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.registerEventCalendarEntryInfoPopupCloseButton:hover {
	color: #8c1313;
}

.registerEventCalendarEntryText {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.registerEventCalendarTempEntry {
	margin-left: 50px;
	border-radius: 0px;	
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	color: #000;
	width: fit-content;
	max-width: 86%;
	min-width: 200px;
	position: absolute;
	left: 0;
	display: -webkit-box;      
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	border: 2px dashed #70baa6b2;
	pointer-events: all;
}

.registerEventCalendarDoorBuffer {
	height: 10px;
	background-color: #529180b2;
	border-radius: 10px 10px 0px 0px;
}

.registerEventCalendarTempDoorBuffer {
	height: 10px;
	background-color: #70baa6b2;
	border-radius: 0px;
}

.registerEventCalendarEntryContent {
	background-color: #888;
	border-radius: 0px;	
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	white-space: nowrap;	
	overflow-y: hidden;
	line-height: 1.2em;
	padding: 2px 10px 0px 10px;
}

.registerEventCalendarTempEntryContent {
	background-color: #70baa6b2;
	border-radius: 0px;
	padding-left: 10px;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	white-space: nowrap;
	padding-right: 10px;
	flex: 1;
	overflow-y: hidden;
	line-height: 1.2em;
	position: relative;
}

#previewEntryHandleSouth {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	cursor: ns-resize;
}

.directorySearchHeaderView {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 10px;
	background-color: #f0f0f0;
	color: #858585;
}

.userDirectorySearchHeader {
	width: 100%;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #151515;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
}


.searchIconContainer {
	width: 60px;
	padding-bottom: 0px;
	position: relative;
	flex: 0;
}

.userDirectorySearchPromptContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.7em;
	text-align: left;
	flex-direction: row;
	grid-gap: 20px;
	align-items: end;
	margin-bottom: 10px;
}

.searchLineWrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	grid-gap: 5px;
}

.directorySearchInfoText {
	font-size: 0.9em;
	line-height: 1.2em;
	white-space: normal;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.95);
	border-radius: 10px;
	margin-top: 5px;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 10px 15px 5px 10px;
	position: absolute;
	z-index: 2;
	top: -15px;
	left: -45px;
	width: 230px;
}

.searchHelpInfoCloseDiv {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 1.2em;
	cursor: pointer;
}

.searchHelpInfoCloseDiv:hover {
	color: #efefef;
}

.userDirectorySearchButtonWrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.userDirectorySearchButtonContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	padding-top: 5px;
	align-items: end;
	flex: 1;
	font-size: 0.7em;
}

.searchHelpIconWrapper {
	width: 100%;
	align-self: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	font-size: 1.4em;
}

.userDirectorySearchHelpIcons {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	position: relative;
	display: flex;
	align-self: center;
	margin-left: 5px;

}

.directoryEntryIcon {
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.userDirectorySearchButton {
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.userDirectorySearchTitle {
	color: #b5b5b5;
	text-align: left;
}

.userDirectorySearchLabel {
	font-size: 0.6em;
	color: #b5b5b5;
	text-transform: uppercase;
	text-align: left;
}

.transitionIcons {
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
}

.transitionIcons:hover {
	color: #efefef;
}

.transitionIcons i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.icon-default {
    transition: opacity .3s, transform .3s;
}

.icon-target {
    transition: opacity .3s, transform .3s;
		transform: rotate(-180deg) scale(.5);
		opacity: 0;
}

.icon-default.morph {
	transform: rotate(180deg) scale(.5);
	opacity: 0;
}

.icon-target.morph {
	transform: rotate(0deg) scale(1);
	opacity: 1;
}


.panelSelectButtonContainer {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.panelSelectButtonContainer .info_text_small_regular {
	font-size: 0.6em;
}

.panelSelectButtonDown {
	background-color: #353535;
	width: fit-content;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1.5em;
	text-align: center;
	font-size: 1.3em;
	align-self: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.panelSelectButtonDown:hover {
	background-color: #484848;
	color: #efefef;
}

#searchHelpInfoButton:hover {
	color: #bdbdbd;
}

.panelAddButton {	
	background-color: #353535;
	width: fit-content;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1.3em;
	text-align: center;
	font-size: 1.3em;
	align-self: center;
	cursor: pointer;
	position: relative;
}

.panelAddButton:hover {
	background-color: #484848;
}

.panelButtonIcon {
	font-size: 2em;
	border-radius: 50%;
	background-color: #101010;
	cursor: pointer;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	position: relative;
	width: 35px;
	height: 35px;
	padding: 5px;
	margin: 0px 10px;
	line-height: 0.75em;
}

.panelButtonIcon:hover {
	color: #ffc323;
}


.panelButtonIconBottom {
	color: #000000;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.panelButtonIconTop {
	font-size: 0.5em;
}

.panelButtonIconBottom:hover {
	color: #535353;
}
/*.panelButtonIconTop:hover {
	color: #efefef;
}*/

.centerFlexSection {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
	align-items: center;
}

.carouselCardEntry {
	position: relative;
	max-width: 225px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid transparent;
	margin: auto;
}

.carouselCardEntry.active {
	border: 1px solid #5b40a4;
	background-color: #12121259;
}

.carouselCardEntryWrapper {
	position: relative;
	max-width: 225px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid transparent;
	margin: auto;
}

.cardCarouselContainer {
	min-height: 0;
	width: 100%;
	/*background-color: rgba(0,0,0,0.3);
	border-radius: 4px;*/	
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;	
	grid-gap: 40px;	
}

.cardCarouselScrollContainer .viewport {
  height: 240px;
  max-height: 240px;
  min-height: 0;
}

.cardCarouselScrollContainer .viewport .overview {
  position: absolute;
  width: fit-content;
  min-height: 0;
  height: 240px;
  max-height: 240px;
}

.cardCarouselCardTitle {
	font-style: normal;
	font-weight: bold;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	font-size: 0.7em;
	padding-top: 2px;
}

.cardCarouselCardInfo {
	font-size: 0.65em;
	text-align: right;
	font-style: italic;
}

.cardCarouselGameInfo {
	position: absolute;
	top: 10px;
	left: 0px;
	color: #70baa6;
	font-size: 0.9em;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	padding: 2px 10px;
	border-radius: 5px;
	transform: rotate(-15deg);
}

.cardCarouselDetailsInfo {
	position: absolute;
	right: 10px;
	bottom: 45px;
	display: flex;
	flex-direction: column;
	grid-gap: 5px;
}

.cardCarouselPersonalizedInfo {
	background-color: #252525;
	height: 25px;
	width: 30px;
	line-height: 1.8em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.9em;
	border-radius: 5px 0px 0px 5px;
	color: #a6a6a6;
	
	/*position: absolute;
	right: 10px;
	bottom: 45px;*/
	
}

.cardCarouselChatInfo {	
	background-color: #252525;	
	height: 25px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.9em;
	border-radius: 5px 0px 0px 5px;
	color: #a6a6a6;
	width: 30px;
	line-height: 1.6em;
	
	/*position: absolute;
	right: 10px;
	bottom: 75px;*/
}

.cardCarouselCardDesignInfo {
	position: absolute;
	background-color: #252525eb;
	left: 10px;
	right: 0;
	top: 25px;
	height: 30px;
	line-height: 1.8em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	width: 180px;
	font-size: 0.9em;
	border-radius: 0px 10px 10px 0px;
}

.sendCardPanelGridSection {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	text-align: left;
	align-items: center;
	padding: 0px 20px 0px 20px;	
}

.sendCardImportFileGrid {
	display: grid;	
	grid-template-columns: 1fr auto;
	width: 100%;
	grid-gap: 10px;
	padding-top: 10px;
}

.sendCardOrSpacer {
	font-size: 0.6em;
	padding: 0px 10px;
	align-self: center;
}

.widgetSettingsLogoImageContainer {
	margin-right: 60px;
	padding: 10px;
	/* max-width: 160px; */
	height: 80px;
	width: fit-content;
}

.widgetSettingsLogoButtonContainer {
	flex: 1;
	align-self: center;
	text-align: left;
	display: flex;
	flex-direction: column;
	grid-gap: 5px;
	max-width: 90px;
}

#widgetSettingsLoungeCardLogoImage {
	height: 60px;
	width: auto;
}

.defaultScenarioEntry {
	color: #163d99;
}

.defaultCustomScenarioEntry {	
	color: #6206b7;
}

.panelSmallButton {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #484848;
	border-radius: 4px;
	color: #aaa;
	background-color: #fff0;
	height: 36px;
	min-width: 64px;
}

.panelSmallButton:hover {
	text-decoration: none;
	color: #e4e4e4;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), inset 0 0 0 99999px rgba(25,25,25,0.2);
	box-shadow: inset 0 0 0 99999px #7b7b7b12;
}

.signatureViewImg {
	width: 100%;
	border-radius: 6px;
}

.signatureButton {
	align-self: center;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	background-color: #424242;
	text-align: center;
	line-height: 2em;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	margin-right: 10px;
	min-width: 25px;
	cursor: pointer;
}

.signatureButton:hover {
	background-color: #626262;
}

.signatureInfoText {
	align-self: center;
	padding-right: 5px;
	min-width: 100px;
}

.signatureField {
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
	border: unset;
	cursor: none;
}

#signatureBackgroundImage {
	border-radius: 4px;
}

.signatureTray {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 0px 10px;
	grid-gap: 5px;
	justify-content: flex-start;
	align-items: center;
}

.signatureCanvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 80px;
}

.signatureCursor {
	width:42px;
	position:absolute;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
	cursor:none;
	z-index:2;
} 

.signatureCursorImg {
	pointer-events: none;
}

.signatureSliderContainer {
	width: 100%;
	position: relative;
}

.signatureSliderLabel {
	font-size: 0.5em;
	position: absolute;
	top: -9px;
	z-index: -5;
	left: 2px;
	color: #424242;
}

.signatureBrushSlider {
	--sliderSize: 25px;
	--sliderColor: #060606;
	-webkit-appearance: none;
	width: 100%;
	height: 1px;
	border-radius: 5px;
	background: #4d4d4d;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.signatureBrushSlider:hover {
  opacity: 1;
}

.signatureBrushSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--sliderSize);
    height: var(--sliderSize);
    border-radius: 50%;
	background: var(--sliderColor);
	cursor: pointer;
	border: none;
}

.signatureBrushSlider::-moz-range-thumb {
	width: var(--sliderSize);
    height: var(--sliderSize);
	border-radius: 50%;
	background: var(--sliderColor);
	cursor: pointer;
	border: none;
}

.signatureColorPickerIcon {
	width: 16px;
	height: 16px;
	background-color: #000000;
	border-radius: 50%;
	left: -3px;
	cursor: pointer;
	bottom: 5px;
	position: relative;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	/*border: 1px solid rgba(0, 0, 0, 0.5);*/
}

.signaturePen {
	cursor: pointer;
	position: relative;
	min-width: 60px;
}

.signaturePenTip {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
}

.signaturePenTipCursor {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.signatureSponge {
	width: 42px;
}

#signatureFileSelectButton {
	font-size: 2.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);	
	flex: 0 0 60px;
	text-align: left;
	cursor: pointer;
	padding: 5px 0px 0px 10px;
	color: #70baa6;
}

#signatureFileSelectButton:hover {
	color: #9effe5;
}

.sendCardScrollContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.eventSetupEmailSection {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
	grid-gap: 5px;
	align-items: center;
}

.eventSetupInputIcon {	
	text-align: left;
	font-size: 0.8em;
	padding-right: 2px;	
}

.entryCardMainButton {
	position: absolute;
	top: 10px;
	right: 10px;
}

.entryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(92, 102, 126, 0.25);
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
}

.entryCardDark {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(44, 46, 51, 0.25);
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

.subscriptionEntryCardTitle {
	padding: 10px 0px 0px 10px;
	font-size: 1.5em;
	width: 100%;
}

.subscriptionDetailsLoungeUrlDiv {
	display: inline-block;	
	word-wrap: anywhere;
	font-size: 1em;
	line-height: 1.2em;
	padding-right: 20px;	
}

.listEntryCard {
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(106, 106, 106, 0.25);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
}

#businessChatUsersListbox .viewport .overview > *:last-child,
#assignLicenseEntryList .viewport .overview > *:last-child {
  margin-bottom: 10px;
}

.sendCardRecipient {	
	margin-right: 10px;	
	padding: 5px 10px 5px 20px;
	position: relative;
	text-align: left;
	color: #fff;
}

.sendCardRecipientListboxEntry {
	text-align: left;	
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
 	user-select: none;
	line-height: 0.9em;
	padding: 5px;
	border-bottom: 1px solid #1a1a1a;
}

.sendCardRecipientListboxEntry.regular {
	background-color: #00000021;
}

.sendCardRecipientListboxEntry.active {
	background-color: rgba(225, 225, 225, 0.25);		
}

.sendCardRecipientListboxEntry.regular:hover {
	background-color: rgba(125, 125, 125, 0.25);
}

#currentRecipientViewString {
	background-color: #1c1c1c;
	height: 40px;
	line-height: 1.6em;
	padding: 5px 5px 0px 5px;
	margin-bottom: -5px;
}

.sendCardCurrentRecipientContainer {
	padding: 10px;
	background-color: #1c1c1c;
	margin-top: 5px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	margin-right: 10px;
}

.sendCardNavIcon {
	font-size: 1em;
	margin-right: 10px;
	background-color: #2b2b2b;
	padding: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #959595;
	min-width: 32px;
}

.sendCardNavIcon:hover {
	background-color: #3c3c3c;
	color: #fff;
}

.sendCardDateSection {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
	align-items: baseline;
	padding-top: 10px;
}

.sendCardCalendarTimeSelection {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
	align-items: end;
}

.sendCardDateSelectionTimeLabel {
	display: inline-block;
	line-height: 2.8em;
}

.sendCardCalendarIcon {
	cursor: pointer;
	color: #939393;	
	right: 10px;
	top: 5px;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.sendCardCalendarIcon:hover {
	color: #fff;
}

.sendCardTextTooLongErrorDiv {
	color: #d000c3;
	position: absolute;
	right: 0;
	bottom: -15px;
	font-size: 0.6em;
	font-style: italic;
}

#sendCardImportDownloadArrowIcon {
	font-size: 2.6em;
	line-height: 1.3em;
	color: #444;
	padding-left: 5px;
	flex: 1;
	min-width: 50px;
}

#sendCardImportDownloadIcon {
	font-size: 2.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);	
	flex: 0 0 60px;
	text-align: left;
	cursor: pointer;
	padding: 5px 0px 0px 10px;
	color: #70baa6;
}

#sendCardImportDownloadIcon:hover {
	color: #9effe5;
}

.sendCardImportStepNumber {
	font-size: 3.5em;
	line-height: 0.9em;
	color: #444;
}

.verticalResize {
	resize: vertical;
}

.eventListEntryCard {
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.9);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
}

.eventListEntryImageDiv {
	display: inline-Block;
	padding-right: 10px;
}

.eventListEntryLiveInfo {
	position: absolute;
	top: -5px;
	left: -10px;
	color: #fb162b;
	font-size: 0.8em;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	padding: 2px 10px;
	border-radius: 5px;
	transform: rotate(-15deg);
}

.eventListEntryLiveInfo.green {
	color: #4eff00;
}

.eventListEntryDataSection {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 10px;
}

.eventListEntryDescription {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #d0d0d0;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	max-width: 460px;
}

.entryCardSmall {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
	max-width: 450px;
	color: #000;
}

.listEntryCard.default {
	background-color: rgba(47, 73, 81, 0.6);
}

.entryCardBUSINESS_LOUNGE_CARD_BASIC {
  background-color: rgba(40,97,132,0.6);
}

.entryCardBUSINESS_LOUNGE_CARD_PLUS {
  background-color: rgba(52,68,162,0.6);
}

.entryCardBUSINESS_LOUNGE_CARD_PREMIUM {
  background-color: rgba(93,53,126,0.6);
}

.entryCardLCLounge {
	background-color: rgba(62, 41, 79, 0.6);
}


.entryCardBack {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(219,219,219,0.4);
	position: relative;
}

.entryCardTitle {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555555;
	color: #080808;
}

.entryCardError {
	position: absolute;
	color: #ff51ec;
	width: 95%;
	height: 80%;
	top: 0px;
	right: 0px;
	white-space: normal;
	line-height: 1.1em;
	background-color: #dfdfdf;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.5);
}

.entryCardErrorClose {
	position: absolute;
	right: -6px;
	top: -10px;
	color: #555;
	font-size: 1.8em;
}

.entryCardErrorClose:hover {
	color: #910095;
}

.entryCardGray {
	color: #a8a8a8;
}

.manageCustomerDetailsIcon {
	display: inline-block;
	cursor: pointer;
	color: #939393;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 1.8em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageCustomerDetailsIcon:hover {
	color: #3383ff;
}

#newPasswordDisplay {
	font-size: 2em;
	color: #7fffd4;
}

.customerEntryIndent {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	color: #a6a6a6;
}

.customerEntrySubscriptionCount {
	display: inline-block;
	color: #939393;
	position: absolute;
	right: 80px;
	top: 5px;
}

.entryCardCustomerId {
	font-size: 2em;
	color: #999;
	padding: 5px;
}

.entryCardBusinessName {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	font-size: 1.5em;
	padding-bottom: 5px;
}

.manageUserDeleteIcon,
.manageCustomerDeleteIcon {
	position: absolute;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
	color: #555;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageUserChangeRoleIcon {
	position: absolute;
	right: 4px;
	top: 0px;
	cursor: pointer;
	color: #708abb;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageUserChangeRoleIcon:hover {
	color: #95b4f0;
}

.manageCustomerDeleteIcon {
	font-size: 1.4em;
}

.ticketEntryEditIcon {
	cursor: pointer;
	color: #939393;
	position: absolute;
	right: 35px;
	bottom: 5px;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.ticketEntryEditIcon:hover {
	color: #3383ff;
}

.ticketEntryNameSection {
	line-height: 1.2em;
	padding-bottom: 3px;
	white-space: nowrap;
}

.ticketEntryTextContainer {
	flex: 1;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
}

.shortenTextOverflow {
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.buttonIcon {
	cursor: pointer;
	color: #939393;
	font-size: 1.1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.listEntryEditIcon {
	cursor: pointer;
	color: #939393;
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 1.1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.listEntryEditIcon:hover {
	color: #3383ff;
}

.listEntryDeleteIcon {
	position: absolute;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
	color: #555;
	font-size: 1.1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageUserDeleteIcon:hover,
.manageCustomerDeleteIcon:hover,
.listEntryDeleteIcon:hover {
	color: #b900ad;
}


.listEntryImage {
	/*width: 124px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;*/
	border-radius: 4px 0px 0px 4px;
	/*max-width: 160px;*/
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.listEntryData {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 90%;
	padding-bottom: 5px;
}

.campaignListEntryData {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	overflow: hidden;	
	max-width: 90%;
	padding-bottom: 5px;
}

.campaignCardResultHeader {
	background-color: #0b0b0bbf;
	padding: 5px 0px;
}

.myCardsContentPanelHeader {
	background-color: #8888881c;
	padding: 5px 0px;
}

.campaignCardResultShowMoreEntry {
	font-size: 0.7em;
	cursor: pointer;
	font-style: italic;
	color: #6f798c;
}

.campaignCardResultShowMoreEntry:hover {
	color: #c1d1f0;
}

.campaignCardResultSendOrderEntry {
	position: relative;
	font-size: 0.7em;
	line-height: 1.2em;
	border-bottom: 1px solid #858585;
	margin-bottom: 10px;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
	color: #b9b9b9;
}

.campaignCardResultCardEntry {
	position: relative;
	font-size: 0.9em;
	margin-bottom: 5px;
	white-space: nowrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 40px;
	color: #efefef;
	cursor: pointer;
	box-shadow: 1px 1px 4px #0000003d;
}

.campaignCardResultCardEntry.SCHEDULED {
	background-color: #343a40;
}

.campaignCardResultCardEntry.PUBLISHED {
	background-color: #3f4c57;
}

.campaignCardResultCardEntry.DELIVERED {
	background-color: #3f4c57;
}

.campaignCardResultCardEntry.VIEWED {
	background-color: #4d6375;
}

/*.campaignCardResultCardEntry.opened {
	border: 1px solid #b6ddff;
	box-shadow: 0px 0px 3px #b6ddff;
}*/
.campaignCardResultCardEntry.opened {
	border: 1px solid #b6ffc8;
	box-shadow: 0px 0px 3px #b6ffbb;
}

/*.campaignCardResultEntryImage {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, .3);
}*/

.campaignCardResultEntryData {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.8em;
	line-height: 1.2em;
}

.campaignCardResultEntryText {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	display: block;
	line-height: 1.2em;
	max-width: 150px;
}

.campaignCardResultEntrySubText {
	font-size: 0.75em;
	line-height: 1em;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	max-width: 150px;
	height: 1.1em;
	color: #c2c2c2;
}

.campaignCardResultFirstEntrySubText {
	font-size: 0.9em;
	color: #87abca;
}

.campaignCardResultFirstEntryIconLinkWrapper {
	font-size: 1.2em;
	margin-top: 3px;
}

.campaignCardResultFirstEntryIconLink
{
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #82a4c2;
}

.campaignCardResultFirstEntryIconLink:hover   { color: #add5f9; }
.campaignCardResultFirstEntryIconLink:visited   { color: #82a4c2; }
.campaignCardResultFirstEntryIconLink:disabled   { color: #82a4c2; }
.campaignCardResultFirstEntryIconLink:link   { color: #82a4c2; }

.campaignCardResultCardEntryIcons {
	position: absolute;
	bottom: 0px;
	right: 2px;
	display: flex;
	flex-direction: row;
}

.campaignCardResultCardEntryChatIcon {	
	padding: 2px 2px;
	font-size: 1em;
	line-height: 0.8em;
	color: #8f8f8f;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	text-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.campaignCardResultCardEntryChatIcon.active {
	color: #3eff5c;
}

.campaignCardResultCardEntryChatIcon.declined {
	color: #e2ac2b
}

.campaignCardResultCardEntryNoChatBadge {
	position: absolute;
	right: 1px;
	bottom: -3px;
	color: black;
}

.campaignCardResultCardEntryGameIcon {
	padding: 2px 5px;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #8f8f8f;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	text-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	margin-top: 2px;
}

.campaignCardResultCardEntryStatusBadge {
	position: absolute;
	padding: 2px 2px;
	font-size: 0.6em;
	line-height: 0.8em;
	color: #8f8f8f;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px 0px 6px 6px;
	top: -1px;
	right: 2px;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.campaignCardResultCardEntryStatusBadge.SCHEDULED {
	background-color: #22292f;
}

.campaignCardResultCardEntryStatusBadge.PUBLISHED {
	background-color: #607180;
	color: #242424;
}

.campaignCardResultCardEntryStatusBadge.DELIVERED {
	background-color: #607180;
	color: #242424;
}

.campaignCardResultCardEntryStatusBadge.VIEWED {
	background-color: #6f8aa0;
	color: #222;
}

.myCardsCardResultCardEntryChatBadge,
.myLettersCardResultCardEntryChatBadge,
.campaignCardResultCardEntryChatBadge {
	position: absolute;
	padding: 2px 4px;
	font-size: 0.6em;
	line-height: 0.8em;
	color: #070707;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 20px;
	bottom: 13px;
	right: -2px;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	background-color: #a657ea;
	font-size: 0.6em;
}

.myCardsCardResultCardEntryChatBadge:empty {
	display: none;
}
.campaignCardResultCardEntryChatBadge:empty {
	display: none;
}
.myLettersCardResultCardEntryChatBadge:empty {
	display: none;
}

.ellipsisOverflow {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.listEntrySmallData {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #2c2c2c;
}

.listEntryGrayText {
	color: #656565;
}

.listEntryGreenText {
	color: #72fbbb;
}

.listEntryDetailsLink {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
	vertical-align: bottom;
	color: #858585;
}

.userGroupNameView {
	display: inline-block;
	font-size: 1.4em;
	padding: 5px 5px 5px 10px;
	text-align: left;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.deleteGroupIcon {
	display: inline-block;
	cursor: pointer;
	color: #555;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.9em;
}

.deleteGroupIcon:hover {
	color: #b900ad;
}

.removeUserGroupMemberIcon {
	position: absolute;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
	color: #555;
	font-size: 1.2em;
}

.removeUserGroupMemberIcon:hover {
	color: #b900ad;
}

.editGroupIcon {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	color: #555;
	position: absolute;
	right: 50px;
	top: 5px;
}

.editGroupIcon:hover {
	color: #3383ff;
}


.actionItemEditIcon {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	color: #555;
	position: absolute;
	right: 50px;
	top: 5px;
}

.actionItemEditIcon:hover {
	color: #3383ff;
}

.actionItemDeleteIcon {
	display: inline-block;
	cursor: pointer;
	color: #555;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.9em;
}

.actionItemDeleteIcon:hover {
	color: #b900ad;
}


.sectionInfo {
	font-size: 0.8em;
	color: #979797;
	line-height: 1.2em;
	vertical-align: top;
	font-style: italic;
}
.sectionInfoDark {
	font-size: 0.8em;
    color: #151515;
	line-height: 1.2em;
	vertical-align: top;
	max-width: 600px;
	font-style: italic;
}

.sectionInfoHeading {
	font-size: 0.8em;
	/*color: #8e8e8e;*/
  color: #252525;
	line-height: 1.2em;
	vertical-align: top;
	max-width: 600px;
}

.licenseConfigLabel {
	text-align: left;
	padding: 5px 20px 0px 0px;
	width: 180px;
	display: inline-block;
	font-size: 1.2em;
	white-space: nowrap;
}

.licenseCountDiv {
	display: inline-block;
}

.licenseCountButton {
	cursor: pointer;
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

.licenseCountButton:hover {
	color: white;
}

.licenseCountDisplay {
	display: inline-block;
	background-color: rgba(255,255,255,0.86);
	padding: 0px 5px 0px 5px;
	text-align: center;
	width: 50px;
	line-height: 1.5em;
	pointer-events: none;
	color: #252525;
}

.storageEntryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.23);
	background-color: rgba(126, 126, 126, 0.4);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
	width: 470px;
	color: #000;
}

.storageBaseConfigLabel {
	text-align: left;
	display: inline-block;
	font-size: 1em;
	color: #888;
	white-space: nowrap;
}

.storageExtraConfigLabel {
	text-align: left;	
	display: inline-block;
	font-size: 1.1em;
	white-space: nowrap;
}

.storageSpaceDiv {
	display: inline-block;
	text-align: center;
}

.storageSpaceUnit {
	display: inline-block;
	width: 60px;
	text-align: left;
	color: #606060;
	padding-left: 5px;
}


.storageSpaceDisplay {
	display: inline-block;
	padding: 5px 5px 0px 5px;
	text-align: center;
	width: 50px;
	line-height: 0.9em;
	pointer-events: none;
	color: #606060;
}

.storageDetailsDiv {
    background-color: rgba(0,0,0,0.2);
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.entryCardInfo {
	font-size: 0.95em;
	font-style: italic;
	color: #080808;
}

.guaranteeSection {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-family: 'Lane';
    line-height: 2.5em;
    color: #d5d5d5;
}

.markerUnderline {
	background-image: url("/images/markerUnderline.svg");
    /*background-image: url("data:image/svg+xml,%3Csvg width='662' height='52' viewBox='0 0 662 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 18.54645,30.12623 C 75.930157,23.002897 403.11234,6.1722577 644.21669,34.035139' stroke='%235DC395' stroke-opacity='0.6' stroke-width='37.0929' stroke-linecap='round'/%3E%3C/svg%3E%0A");*/
    background-repeat: no-repeat;
    background-size: 80%;    
    background-position: center bottom;
    display: inline-Block;
}

.italic {
	font-style: italic;
}

.clickable {
	cursor: pointer;
}

.textCursor {
	cursor: text;
}

.centeredDiv {
	position: relative;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.passwordToggle {
	cursor: pointer;
	pointer-events: all;
	color: #757575;
}

.dataName {
	white-space: nowrap;
}

.dataText {
	color: white;
	padding-left: 10px;
	text-align: left;
	line-height: 1.3em;
}

.panelInfoSmall {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #848484;
	max-width: 600px;
}

.greenText {
	color: #0eff1d;
}

.highlightTextGreen {
	color: #67ff51;
	font-size: 1.5em;
}

.highlightGreen {
	color: #67ff51;
}

.lightGreen {
   color: #b6df79
}

.redText {
	color: #ff6784;
}

.blueText {
	color: #2983e4;
}

.trialColor {
	/*color: #26ec20;*/
	color: #00d59b;
}

.warningSection {
	text-align: left;
	padding-top: 20px;
	display: flex;
}

.widgetWarningIcon {
	display: inline-block;
	color: #3aae93;
	font-size: 1.2em;
	margin-right: 5px;
}

.widgetWarningInfo {
	font-size: 0.8em;
	color: #3aae93;
	line-height: 1.2em;
	vertical-align: top;
	font-style: italic;
	display: inline-block;
	flex: 1;
}

.staticTextarea {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 8px;
	background-color: #1e1e1e;
	margin: 0px 6px 0px 6px;
	padding: 20px 10px 20px 10px;
	font-size: 0.9em;
	word-break: break-word;
	display: inline-block;
	position: relative;
	cursor: text;
	width: 100%;
	border: 1px solid transparent;
	resize: none;
	line-height: 0.9em;
	overflow: hidden;
	white-space: break-spaces;
}

#widgetConfigPage .staticTextarea {
	background-color: #2d2d2d;
}

#myAccountPage .staticTextarea {
	background-color: #343434;
}

.lightColor {
	color: #d0d0d0;
}

.bodyColor {
	color: #e1e1e1;
}

.disabledColor {
	color: #626262;
}

.errorColor {
	/*color: #910095;*/
	/*color: #ff5ff5;*/
  color: #d000c3;
}

.payNowColor {
	color: #d760db;
}

.saveNotice {
	color: #f524de;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
}

.cardErrorColor {
	color: #ff51ec;
}


.error_message {
	color: #d000c3;
	font-style: italic;
}

.errorMessage {
	display: none;
	color: #d000c3;
	padding-bottom: 10px;
}

.errorMessageDisplay {
	color: #d000c3;
	padding-bottom: 10px;
}

.clientLoadErrorDiv {
	margin: auto;
	font-size: 2em;
	color: #d000c3;
	font-style: italic;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	height: fit-content;
	line-height: 1em;
	max-width: 90%;
}

.comingSoonDiv {
	margin: auto;
	font-size: 4em;
	color: #d000c3;
	font-style: italic;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	height: fit-content;
	line-height: 1em;
	max-width: 90%;
	opacity: 1;
	animation: blinkingComingSoon 8s ease infinite;
}

@keyframes blinkingComingSoon {
    50% {
        opacity: 0;
    }
}

.noWrap {
	white-space: nowrap;
}

.normalWrap {
	white-space: normal;
}

.anywhereWrap {
	word-wrap: anywhere;
}

.absolutePositioned {
	position: absolute;
}

.rightFloated {
	float: right;
}

.leftFloated {
	float: left;
}

.top-aligned {
	vertical-align: top;
}

.middle-aligned {
	vertical-align: middle;
}

.right-aligned {
	text-align: right;
}

.left-aligned {
	text-align: left;
}

.bottom-aligned {
	vertical-align: bottom;
}

.center-aligned {
	text-align: center;
}

.self-center-aligned {
	align-self: center;
}

.clearBoth {
	clear: both;
}

.socialImage18 {
	width: 18px;
	height: 18px;
}

.socialImage29 {
	width: 29px;
	height: 29px;
}
.socialImagePadded29 {
	width: 29px;
	height: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Payment Selection Styling */

fieldset {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    0 4px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  overflow: hidden;
}

fieldset label {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 42px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  color: #8898aa;
  font-weight: 400;
}

fieldset label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

fieldset label span {
  padding: 0 15px;
  text-align: right;
}

fieldset .redirect label span {
  width: 100%;
  text-align: center;
}

.field {
  flex: 1;
  padding: 5px 10px;
  background: transparent;
  font-weight: 400;
  color: #31325f;
  outline: none;
  cursor: text;
}

.field::-webkit-input-placeholder {
  color: #aab7c4;
}
.field::-moz-placeholder {
  color: #aab7c4;
}
.field:-ms-input-placeholder {
  color: #aab7c4;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #666ee8;
  transition: background-color 100000000s;
  animation: 1ms void-animation-out 1s;
  -webkit-animation: 1ms void-animation-out 1s;
}


/* Checkout */

#checkout {
  width: 100%;
  vertical-align: top;
}


/* Payment Request */

#payment-request {
  display: none;
  opacity: 0;
  min-height: 100px;
  padding: 20px 0;
  transition: visibility 0s, opacity 0.3s ease-in;
}

#payment-request.visible {
  visibility: visible;
  opacity: 1;
}

#payment-form {
  padding: 10px 15px 15px;
}

/* Form */

.countrySelectDiv {
  /*background: rgba(0,0,0,0.5);*/
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    0 4px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  overflow: hidden;
  margin-bottom: 10px;
  vertical-align: middle;
  height: 35px;
}

/*.countrySelectEntry {
	background-color: #252525;
}*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px dashed;
  border-top: 8px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.caretUp {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 8px dashed;
  border-bottom: 8px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.selectCaret {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

selectCaret.dark {
	color: #222;
}

p.tip {
  margin: -20px auto 10px;
  padding: 5px 0 5px 30px;
  font-size: 0.9em;
  line-height: 1.1em;
  background: url(../images/tip2.svg) left center no-repeat;
  vertical-align: top;
}

.tip {
	clear: both;
	padding: 0px 0px 0px 30px;
  	font-size: 0.9em;
  	line-height: 1.1em;
  	background: url(../images/tip2.svg) left center no-repeat;
  	vertical-align: top;
}


.countrySelect {
  width: 100%;
  font-size: 14px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #252525;
  cursor: pointer;
  background: transparent;
  padding-top: 2px;
  /*height: 30px;*/
}

.stateSelect {
	width: 100%;
	font-size: 14px;
	border-style: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #252525;
	cursor: pointer;
	background: transparent;
	padding-top: 2px;
	height: 35px;
	margin-left: 10px;
}

.currencySelect {
  width: 100%;
  font-size: 14px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #313b3f;
  cursor: pointer;
  background: transparent;
  padding-top: 2px;
  height: 30px;
  line-height: 1.4em;
}

.pointer {
	cursor: pointer;
}

.pointerEventsAll {
	pointer-events: all;
}

.pointerEventsNone {
	pointer-events: none;
}


.country {
  display: flex;
  align-items: center;
}


.country::before {
  display: inline-flex;
  content: '';
  background: url(../images/flags.png);
  background-position: -1000px -1000px;
  background-repeat: no-repeat;
  margin-left: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.country.AF::before {
  	width: 25px;
  	height: 15px;
  	background-position: 0px 0px;
}
.country.EG::before {
  	width: 25px;
  	height: 15px;
  	background-position: -31px 0px;
}
.country.AL::before {
  	width: 21px;
  	height: 15px;
  	background-position: -62px 0px;
}
.country.DZ::before {
  	width: 23px;
  	height: 15px;
  	background-position: -93px 0px;
}
.country.AD::before {
  	width: 21px;
  	height: 15px;
  	background-position: -125px 0px;
}
.country.AO::before {
	width: 23px;
	height: 15px;
  	background-position: -156px 0px;
}
.country.AG::before {
	width: 23px;
	height: 15px;
  	background-position: -187px 0px;
}
.country.GQ::before {
	width: 23px;
	height: 15px;
  	background-position: -219px 0px;
}
.country.AR::before {
	width: 24px;
	height: 15px;
  	background-position: -249px 0px;
}
.country.AM::before {
	width: 24px;
	height: 15px;
  	background-position: -279px 0px;
}
.country.AZ::before {
	width: 24px;
	height: 15px;
  	background-position: -311px 0px;
}
.country.ET::before {
	width: 24px;
	height: 15px;
  	background-position: -342px 0px;
}
.country.AU::before {
	width: 28px;
	height: 14px;
  	background-position: -373px 0px;
}
.country.BS::before {
	width: 28px;
	height: 14px;
  	background-position: -404px 0px;
}
.country.BH::before {
	width: 25px;
	height: 15px;
  	background-position: -433px 0px;
}
.country.BD::before {
	width: 25px;
	height: 15px;
  	background-position: -466px 0px;
}
.country.BB::before {
	width: 23px;
	height: 15px;
  	background-position: -495px 0px;
}
.country.BE::before {
	width: 23px;
	height: 15px;
  	background-position: 0px -25px;
}
.country.BZ::before {
	width: 23px;
	height: 15px;
  	background-position: -32px -25px;
}
.country.BJ::before {
	width: 23px;
	height: 15px;
  	background-position: -62px -25px;
}
.country.BT::before {
	width: 23px;
	height: 15px;
  	background-position: -94px -25px;
}
.country.BO::before {
	width: 22px;
	height: 15px;
  	background-position: -124px -25px;
}
.country.BA::before {
	width: 28px;
	height: 14px;
  	background-position: -157px -25px;
}
.country.BW::before {
	width: 23px;
	height: 15px;
  	background-position: -188px -25px;
}
.country.BR::before {
	width: 21px;
	height: 15px;
  	background-position: -220px -25px;
}
.country.BN::before {
	width: 28px;
	height: 14px;
  	background-position: -250px -25px;
}
.country.BG::before {
	width: 25px;
	height: 15px;
  	background-position: -279px -25px;
}
.country.BF::before {
	width: 23px;
	height: 15px;
  	background-position: -311px -25px;
}
.country.BI::before {
	width: 25px;
	height: 15px;
  	background-position: -342px -25px;
}
.country.CL::before {
	width: 23px;
	height: 15px;
  	background-position: -373px -25px;
}
.country.TW::before {
	width: 23px;
	height: 15px;
  	background-position: -404px -25px;
}
.country.CN::before {
	width: 23px;
	height: 15px;
  	background-position: -435px -25px;
}
.country.HK::before {
	width: 23px;
	height: 15px;
  	background-position: -466px -25px;
}
.country.MO::before {
	width: 23px;
	height: 15px;
  	background-position: -495px -25px;
}
.country.CK::before {
	width: 28px;
	height: 14px;
  	background-position: -2px -50px;
}
.country.CR::before {
	width: 25px;
	height: 15px;
  	background-position: -33px -50px;
}
.country.DK::before {
	width: 20px;
	height: 15px;
  	background-position: -62px -50px;
}
.country.FO::before {
	width: 21px;
	height: 15px;
  	background-position: -93px -50px;
}
.country.GL::before {
	width: 23px;
	height: 15px;
  	background-position: -124px -50px;
}
.country.DE::before {
	width: 25px;
	height: 15px;
  	background-position: -155px -50px;
}
.country.DM::before {
	width: 28px;
	height: 14px;
  	background-position: -187px -50px;
}
.country.DO::before {
	width: 23px;
	height: 15px;
  	background-position: -220px -50px;
}
.country.DJ::before {
	width: 23px;
	height: 15px;
  	background-position: -249px -50px;
}
.country.EC::before {
	width: 23px;
	height: 15px;
  	background-position: -280px -50px;
}
.country.SV::before {
	width: 26px;
	height: 15px;
  	background-position: -311px -50px;
}
.country.CI::before {
	width: 23px;
	height: 15px;
  	background-position: -342px -50px;
}
.country.ER::before {
	width: 28px;
	height: 14px;
  	background-position: -373px -50px;
}
.country.EE::before {
	width: 24px;
	height: 15px;
  	background-position: -404px -50px;
}
.country.FJ::before {
	width: 28px;
	height: 14px;
  	background-position: -435px -50px;
}
.country.FI::before {
	width: 24px;
	height: 15px;
  	background-position: -466px -50px;
}
.country.FR::before {
	width: 23px;
	height: 15px;
  	background-position: -495px -50px;
}
.country.GA::before {
	width: 20px;
	height: 15px;
  	background-position: 0px -75px;
}
.country.GM::before {
	width: 23px;
	height: 15px;
  	background-position: -31px -75px;
}
.country.GE::before {
	width: 23px;
	height: 15px;
  	background-position: -63px -75px;
}
.country.GH::before {
	width: 23px;
	height: 15px;
  	background-position: -94px -75px;
}
.country.GD::before {
	width: 28px;
	height: 15px;
  	background-position: -124px -75px;
}
.country.GR::before {
	width: 23px;
	height: 15px;
  	background-position: -155px -75px;
}
.country.GT::before {
	width: 25px;
	height: 15px;
  	background-position: -187px -75px;
}
.country.GN::before {
	width: 23px;
	height: 15px;
  	background-position: -220px -75px;
}
.country.GW::before {
	width: 28px;
	height: 14px;
  	background-position: -249px -75px;
}
.country.GY::before {
	width: 26px;
	height: 15px;
  	background-position: -280px -75px;
}
.country.HT::before {
	width: 26px;
	height: 15px;
  	background-position: -311px -75px;
}
.country.HN::before {
	width: 28px;
	height: 14px;
  	background-position: -342px -75px;
}
.country.IN::before {
	width: 23px;
	height: 15px;
  	background-position: -373px -75px;
}
.country.ID::before {
	width: 23px;
	height: 15px;
  	background-position: -404px -75px;
}
.country.IQ::before {
	width: 23px;
	height: 15px;
  	background-position: -435px -75px;
}
.country.IR::before {
	width: 26px;
	height: 15px;
  	background-position: -466px -75px;
}
.country.IE::before {
	width: 29px;
	height: 14px;
  	background-position: -1px -100px;
}
.country.IS::before {
	width: 21px;
	height: 15px;
  	background-position: -32px -100px;
}
.country.IL::before {
	width: 21px;
	height: 15px;
  	background-position: -63px -100px;
}
.country.IT::before {
	width: 23px;
	height: 15px;
  	background-position: -94px -100px;
}
.country.JM::before {
	width: 29px;
	height: 14px;
  	background-position: -125px -100px;
}
.country.JP::before {
	width: 23px;
	height: 15px;
  	background-position: -156px -100px;
}
.country.YE::before {
	width: 23px;
	height: 15px;
  	background-position: -187px -100px;
}
.country.JO::before {
	width: 28px;
	height: 14px;
  	background-position: -220px -100px;
}
.country.KH::before {
	width: 23px;
	height: 15px;
  	background-position: -249px -100px;
}
.country.CM::before {
	width: 23px;
	height: 15px;
  	background-position: -280px -100px;
}
.country.CA::before {
	width: 29px;
	height: 14px;
  	background-position: -311px -100px;
}
.country.CV::before {
	width: 26px;
	height: 15px;
  	background-position: -342px -100px;
}
.country.KZ::before {
	width: 28px;
	height: 14px;
  	background-position: -372px -100px;
}
.country.QA::before {
	width: 36px;
	height: 14px;
  	background-position: -403px -100px;
}
.country.KE::before {
	width: 25px;
	height: 15px;
  	background-position: -465px -100px;
}
.country.KG::before {
	width: 26px;
	height: 15px;
  	background-position: -493px -100px;
}
.country.KI::before {
	width: 28px;
	height: 14px;
  	background-position: -1px -125px;
}
.country.CO::before {
	width: 23px;
	height: 15px;
  	background-position: -32px -125px;
}
.country.KM::before {
	width: 25px;
	height: 15px;
  	background-position: -62px -125px;
}
.country.CD::before {
	width: 20px;
	height: 15px;
  	background-position: -93px -125px;
}
.country.CG::before {
	width: 23px;
	height: 15px;
  	background-position: -124px -125px;
}
.country.KR::before {
	width: 23px;
	height: 15px;
  	background-position: -156px -125px;
}
.country.XK::before {
	width: 21px;
	height: 15px;
  	background-position: -187px -125px;
}
.country.HR::before {
	width: 28px;
	height: 14px;
  	background-position: -220px -125px;
}
.country.CU::before {
	width: 28px;
	height: 14px;
  	background-position: -248px -125px;
}
.country.KW::before {
	width: 28px;
	height: 14px;
  	background-position: -279px -125px;
}
.country.LA::before {
	width: 23px;
	height: 15px;
  	background-position: -311px -125px;
}
.country.LS::before {
	width: 23px;
	height: 15px;
  	background-position: -342px -125px;
}
.country.LV::before {
	width: 28px;
	height: 14px;
  	background-position: -373px -125px;
}
.country.LB::before {
	width: 23px;
	height: 15px;
  	background-position: -404px -125px;
}
.country.LR::before {
	width: 28px;
	height: 15px;
  	background-position: -434px -125px;
}
.country.LY::before {
	width: 29px;
	height: 14px;
  	background-position: -466px -125px;
}
.country.LI::before {
	width: 25px;
	height: 15px;
  	background-position: 0px -150px;
}
.country.LT::before {
	width: 25px;
	height: 15px;
  	background-position: -31px -150px;
}
.country.LU::before {
	width: 25px;
	height: 15px;
  	background-position: -62px -150px;
}
.country.MG::before {
	width: 23px;
	height: 15px;
  	background-position: -93px -150px;
}
.country.MW::before {
	width: 24px;
	height: 15px;
  	background-position: -124px -150px;
}
.country.MY::before {
	width: 28px;
	height: 14px;
  	background-position: -155px -150px;
}
.country.MV::before {
	width: 25px;
	height: 15px;
  	background-position: -186px -150px;
}
.country.ML::before {
	width: 24px;
	height: 15px;
  	background-position: -220px -150px;
}
.country.MT::before {
	width: 23px;
	height: 15px;
  	background-position: -248px -150px;
}
.country.MA::before {
	width: 24px;
	height: 15px;
  	background-position: -279px -150px;
}
.country.MH::before {
	width: 28px;
	height: 15px;
  	background-position: -310px -150px;
}
.country.MR::before {
	width: 24px;
	height: 15px;
  	background-position: -342px -150px;
}
.country.MU::before {
	width: 23px;
	height: 15px;
  	background-position: -373px -150px;
}
.country.MK::before {
	width: 29px;
	height: 14px;
  	background-position: -404px -150px;
}
.country.MX::before {
	width: 27px;
	height: 15px;
  	background-position: -435px -150px;
}
.country.FM::before {
	width: 27px;
	height: 15px;
  	background-position: -467px -150px;
}
.country.MD::before {
	width: 28px;
	height: 14px;
  	background-position: -1px -175px;
}
.country.MC::before {
	width: 19px;
	height: 15px;
  	background-position: -32px -175px;
}
.country.MN::before {
	width: 30px;
	height: 14px;
  	background-position: -62px -175px;
}
.country.ME::before {
	width: 32px;
	height: 14px;
  	background-position: -93px -175px;
}
.country.MZ::before {
	width: 23px;
	height: 15px;
  	background-position: -124px -175px;
}
.country.MM::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -175px;
}
.country.NA::before {
	width: 23px;
	height: 15px;
  	background-position: -186px -175px;
}
.country.NR::before {
	width: 28px;
	height: 14px;
  	background-position: -219px -175px;
}
.country.NP::before {
	width: 12px;
	height: 15px;
  	background-position: -248px -175px;
}
.country.NZ::before {
	width: 30px;
	height: 14px;
  	background-position: -279px -175px;
}
.country.NI::before {
	width: 28px;
	height: 15px;
  	background-position: -310px -175px;
}
.country.NL::before {
	width: 23px;
	height: 15px;
  	background-position: -341px -175px;
}
.country.AW::before {
	width: 23px;
	height: 15px;
  	background-position: -372px -175px;
}
.country.CW::before {
	width: 23px;
	height: 15px;
  	background-position: -403px -175px;
}
.country.SX::before {
	width: 23px;
	height: 15px;
  	background-position: -434px -175px;
}
.country.NE::before {
	width: 19px;
	height: 15px;
  	background-position: -465px -175px;
}
.country.NG::before {
	width: 32px;
	height: 14px;
  	background-position: -489px -175px;
}
.country.NU::before {
	width: 28px;
	height: 14px;
  	background-position: -1px -200px;
}
.country.NO::before {
	width: 24px;
	height: 15px;
  	background-position: -31px -200px;
}
.country.OM::before {
	width: 28px;
	height: 14px;
  	background-position: -62px -200px;
}
.country.AT::before {
	width: 23px;
	height: 15px;
  	background-position: -93px -200px;
}
.country.TL::before {
	width: 28px;
	height: 14px;
  	background-position: -124px -200px;
}
.country.PK::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -200px;
}
.country.PS::before {
	width: 28px;
	height: 14px;
  	background-position: -186px -200px;
}
.country.PW::before {
	width: 27px;
	height: 15px;
  	background-position: -219px -200px;
}
.country.PA::before {
	width: 23px;
	height: 15px;
  	background-position: -249px -200px;
}
.country.PG::before {
	width: 22px;
	height: 15px;
  	background-position: -279px -200px;
}
.country.PY::before {
	width: 30px;
	height: 15px;
  	background-position: -310px -200px;
}
.country.PE::before {
	width: 26px;
	height: 15px;
  	background-position: -341px -200px;
}
.country.PH::before {
	width: 30px;
	height: 14px;
  	background-position: -372px -200px;
}
.country.PL::before {
	width: 25px;
	height: 15px;
  	background-position: -403px -200px;
}
.country.PT::before {
	width: 25px;
	height: 15px;
  	background-position: -434px -200px;
}
.country.RW::before {
	width: 25px;
	height: 15px;
  	background-position: -465px -200px;
}
.country.RO::before {
	width: 26px;
	height: 15px;
  	background-position: -494px -200px;
}
.country.RU::before {
	width: 25px;
	height: 15px;
  	background-position: -1px -225px;
}
.country.SB::before {
	width: 28px;
	height: 14px;
  	background-position: -31px -225px;
}
.country.ZM::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -225px;
}
.country.WS::before {
	width: 28px;
	height: 14px;
  	background-position: -93px -225px;
}
.country.SM::before {
	width: 22px;
	height: 15px;
  	background-position: -124px -225px;
}
.country.ST::before {
	width: 32px;
	height: 14px;
  	background-position: -155px -225px;
}
.country.SA::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -225px;
}
.country.SE::before {
	width: 27px;
	height: 15px;
  	background-position: -219px -225px;
}
.country.CH::before {
	width: 17px;
	height: 15px;
  	background-position: -248px -225px;
}
.country.SN::before {
	width: 26px;
	height: 15px;
  	background-position: -279px -225px;
}
.country.RS::before {
	width: 25px;
	height: 15px;
  	background-position: -310px -225px;
}
.country.SC::before {
	width: 30px;
	height: 14px;
  	background-position: -341px -225px;
}
.country.SL::before {
	width: 25px;
	height: 15px;
  	background-position: -372px -225px;
}
.country.ZW::before {
	width: 30px;
	height: 14px;
  	background-position: -403px -225px;
}
.country.SG::before {
	width: 25px;
	height: 15px;
  	background-position: -434px -225px;
}
.country.SK::before {
	width: 26px;
	height: 15px;
  	background-position: -465px -225px;
}
.country.VA::before {
	width: 17px;
	height: 15px;
  	background-position: -496px -225px;
}
.country.SI::before {
	width: 30px;
	height: 14px;
  	background-position: -1px -250px;
}
.country.SO::before {
	width: 26px;
	height: 15px;
  	background-position: -31px -250px;
}
.country.ES::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -250px;
}
.country.LK::before {
	width: 32px;
	height: 14px;
  	background-position: -93px -250px;
}
.country.KN::before {
	width: 26px;
	height: 15px;
  	background-position: -124px -250px;
}
.country.LC::before {
	width: 30px;
	height: 14px;
  	background-position: -155px -250px;
}
.country.VC::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -250px;
}
.country.ZA::before {
	width: 26px;
	height: 15px;
  	background-position: -219px -250px;
}
.country.SD::before {
	width: 30px;
	height: 14px;
  	background-position: -248px -250px;
}
.country.SS::before {
	width: 30px;
	height: 14px;
  	background-position: -279px -250px;
}
.country.SR::before {
	width: 26px;
	height: 15px;
  	background-position: -310px -250px;
}
.country.SZ::before {
	width: 26px;
	height: 15px;
  	background-position: -341px -250px;
}
.country.SY::before {
	width: 26px;
	height: 15px;
  	background-position: -372px -250px;
}
.country.TJ::before {
	width: 30px;
	height: 14px;
  	background-position: -403px -250px;
}
.country.TZ::before {
	width: 26px;
	height: 15px;
  	background-position: -434px -250px;
}
.country.TH::before {
	width: 26px;
	height: 15px;
  	background-position: -465px -250px;
}
.country.TG::before {
	width: 27px;
	height: 15px;
  	background-position: -493px -250px;
}
.country.TO::before {
	width: 30px;
	height: 14px;
  	background-position: -1px -275px;
}
.country.TT::before {
	width: 28px;
	height: 15px;
  	background-position: -31px -275px;
}
.country.TD::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -275px;
}
.country.CZ::before {
	width: 26px;
	height: 15px;
  	background-position: -93px -275px;
}
.country.TN::before {
	width: 25px;
	height: 15px;
  	background-position: -124px -275px;
}
.country.TR::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -275px;
}
.country.TM::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -275px;
}
.country.TV::before {
	width: 30px;
	height: 14px;
  	background-position: -219px -275px;
}
.country.UG::before {
	width: 26px;
	height: 15px;
  	background-position: -251px -275px;
}
.country.UA::before {
	width: 26px;
	height: 15px;
  	background-position: -279px -275px;
}
.country.HU::before {
	width: 30px;
	height: 14px;
  	background-position: -310px -275px;
}
.country.UY::before {
	width: 26px;
	height: 15px;
  	background-position: -341px -275px;
}
.country.UZ::before {
	width: 30px;
	height: 14px;
  	background-position: -372px -275px;
}
.country.VU::before {
	width: 28px;
	height: 15px;
  	background-position: -403px -275px;
}
.country.VE::before {
	width: 26px;
	height: 15px;
  	background-position: -434px -275px;
}
.country.AE::before {
	width: 30px;
	height: 14px;
  	background-position: -465px -275px;
}
.country.US::before {
	width: 28px;
	height: 15px;
  	background-position: -1px -300px;
}
.country.GB::before {
	width: 32px;
	height: 14px;
  	background-position: -31px -300px;
}
.country.VN::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -300px;
}
.country.BY::before {
	width: 32px;
	height: 14px;
  	background-position: -93px -300px;
}
.country.EH::before {
	width: 32px;
	height: 14px;
  	background-position: -124px -300px;
}
.country.CF::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -300px;
}
.country.CY::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -300px;
}

/* Payment Methods */

.paymentRadio {
  flex: 1;
  border-style: none;
  outline: none;
  color: #313b3f;
}

#payment-methods {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #757575;
  height: 27px;
}

.paymentMethodList {
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
	white-space: nowrap;
}

#payment-methods li {
  display: none;
  color: #757575;
}

#payment-methods li.visible {
  display: inline-block;
  margin: 0 15px 0 0;
  list-style: none;
}

#payment-methods input {
  display: none;
}

#payment-methods label {
  display: flex;
  flex: 1;
  cursor: pointer;
}

#payment-methods input + label {
  position: relative;
  padding: 0 5px;
  margin: 0 15px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

#payment-methods label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0;
  border-bottom: 1px solid #82f7a5;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}

#payment-methods label:hover {
  color: #fff;
  cursor: pointer;
}

#payment-methods input:checked + label {
  color: #fff;
}

#payment-methods label:hover::before,
#payment-methods input:checked + label::before {
  visibility: visible;
  transform: scaleX(1);
}

.payment-info {
  display: none;
}

.payment-info:not(.creditCard) {
  margin-bottom: 15px;
}

#payment-methods.visible,
.payment-info.visible {
  display: block;
}

.payment-info.creditCard.visible {
  text-align: left;
}

.payment-info p.notice {
  font-size: 14px;
  color: #aaa;
}

#wechat-qrcode img {
  margin: 0 auto;
}

#paymentMethodTitle {
  clear: both;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}

#billingAddressTitle {
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}

.fieldLabel {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: -8px;
  margin-left: -3px;
  height: 10px;
  margin-bottom: 10px;
}

#card-errors {
	display: none;
	color: #f002f7;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	text-align: left;
	height: 20px;
	padding-left: 5px;
}

#processingError {
	color: #f002f7;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
	display: none;
}

#paymentPageProcessingError {
	color: #f002f7;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}

@media screen and (orientation: portrait) {
	.mobileMenu {
		display: inline-block;
	}
	
	.legalPanel {	
		max-width: 90%;
	}
	
	.businessNameWrapper {
	padding-top: 5vh;
}
	.cardPreviewPanel {
	height: unset;
	max-height: 100%;
	max-width: 100%;
}
  
  .contactHeading {
	font-size: 3vh;
}
  
  .impressumHeading {
    font-size: 3vh;
    padding-top: 4vh;
  }
  
  .contactSectionWrapper {  
  flex-direction: column;  
}

.smallContactHeading {
	font-size: 3vh;
	padding-top: 4vh;
}
  
  .contactSection {	
	padding-top: 2vh;	
}
  
  .impressumImage {
	font-size: 16vh;
	width: 16vh;
	line-height: 16vh;
	align-content: center;
	padding-bottom: 0;
	display: flex;
}

.impressumSection {
	padding-top: 40px;
}
  
  .contactImage {
    width: 27vh;
    margin-left: -2vh;
}
  
  .pricingList li {
	padding-top: 3vw;
	line-height: 4.5vw;
}
  
  .menuLogo {
	width: 29vw;
	margin-left: 0;
}
	
	.showcaseItemCaret {	
		color: #dbdbdb;
	}
	
	.myAccountEditView {
		padding: 5px;
	}
	
	.subMenubar {
		display: inline-block;
	}
	
	.subMobileMenuBack {
		display: inline-block;
	}
	
	.accountMenu {
		display: none;
	}
	
	.menu_dropdown {
      position: fixed;     
      top: 0;
      right: 0px;
      z-index: 49;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
      padding: 5px 0px 0px 0px;
      height: 100%;
      min-height: 100%;
      background-color: #f7f7f7;
      background-image: url("../images/paperTileLight.jpg");
      /*background-blend-mode: multiply;*/
  }
  
  .owlPageIllustration {
	transform: scale(75%);
}
  
  .gallerySection {
	padding-top: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}
  
  .galleryEntry {
   
   position: relative;
  margin: auto;
  margin-bottom: 10vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
  .galleryLayeredImageWrapper {
	width: 80vw;
	height: 44.5vw;
}

  .galleryImage {
	width: 80vw;	
}
  
  .galleryEntryButtonSection {
	font-size: 1.2vh;
	line-height: 1.4vh;
}
  
  .galleryPreviewButton {	
	width: 8vh;
	line-height: 1.9vh;
}
  
  .galleryEntryTitle {	
	font-size: 3vw;	
    line-height: 3vw;
}
  
  .galleryEntryDescription {	
	font-size: 2.6vw;
	line-height: 2.8vw;
	min-height: unset;
}
  
/*  .clipPathWrapper {
	width: 65vw;
	height: 66vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;    
}*/
  
  .design002PineTreeContainer {	
	left: -3%;
	bottom: 2%;
	width: 24%;
	height: 15vh;
}

.deviceMockupContainer {
	left: -10%;
	bottom: -3%;
	width: 60%;	
}
	
	.dropdownMenuLinkActive {
		font-size: 16px;
	}
	
	.dropdownMenuLink {
		font-size: 16px;
	}

	.mobileContent {
		display: inline-block;
	}
	
  
  .mainContent {
      margin: 0px 5vw 0px 5vw;
    }
	
	.featureSection {
		width: 100%;
	}
  
  .welcomeSection {	
	padding-bottom: 8vw;
	font-size: 5.5vh;
	line-height: 5.5vh;    
    width: 100%;    
    padding-top: 16vw;
}

.homePage .welcomeSection {	
	font-size: 4.4vh;	
	width: 80%;	
	margin: auto;
}
  
  #galleryPage .welcomeSection {
    font-size: 4.5vh;
  }
  
  #contactPage .welcomeSection {
     font-size: 7vh;
  }

.welcomeSection2 {
	padding-bottom: 0;
	font-size: 5.5vw;
	line-height: 6vw;
	width: 100%;
}
  
  
  .sectionHeading {
	font-family: "Caveat", sans-serif;
	font-size: 3.5vh;
	padding-bottom: 2.5vw;
	padding-top: 10vw;
}
  
  .demoContainer {
	height: 59vw;
	text-align: center;
}
  
  
  .wi_carContainer {
	bottom: 27%;	
}
  
  .referenceSection {
    width: 100%; 
    padding-top: 10vw;
    padding-bottom: 12vw;  
  }
  
  .referenceContainer {
	text-align: center;
}
  
  .frauenchorBackdropImage {
  width: 100%;
}
  
  .designBackdropImage {
  width: 78vw;
}
  
  .referenceProjectTitle {
	font-family: "Caveat", sans-serif;
	font-size: 5vw;
	padding-bottom: 7.5vw;
	align-self: center;
}


/*.referenceImageContainer {
  position: absolute;
  right: 54vw;
  top: 0.5vw;
}*/
  
  .referenceImageContainer {	
	right: 29vw;
	top: 6.5vw;
}

.demoImageContainer {
	right: 20vw;
	top: -0.5vw;
}
  
  .referenceImage {
	width: 55vw;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 5px 8px 16px 0 rgba(0,0,0,0.2), 5px 6px 20px 0 rgba(0,0,0,0.19);
}
  
  
.demoImage {
	width: 55vw;
	left: 0;
}

.flyerImageContainer {
	position: absolute;
	bottom: -5vw;
	left: 0;
}

.flyerImage {
  width: 22vh;
}

.frauenchorProjectDescription {  
  left: -12vw;
  top: -5vw;
  font-size: 3vw;
  line-height: 3vw;  
}

.frauenchorProjectDescription2 {
    font-family: "Caveat", sans-serif; 
    position: absolute;
  font-size: 2.8vw;
   line-height: 3vw;
    left: 31%;
    bottom: 0;
}
  
  .clipPathWrapper {
	width: 78vw;
	height: 78vw;
    margin: auto;
    right: 0;
}
  
  /*.clipPathCar {
	bottom: -9%;
	left: 5.5%;
    height: 72px;
}
  
  .wi_carContainer {
	bottom: -2%;
}*/
  
/*  .design002PineTreeContainer {
	bottom: 7%;
}
  
  .design002PineTrees {
	bottom: -12px;
	left: 2%;
}*/
	
	.heading.subheading {			
		padding: 0px 30px 50px 30px;
	}

	
	.navBack {	
		display: none;
	}
	
	#loungeCardEditDesignDesktopInfo,
	#configureLoungeCardDesignButton {
		display: none;
	}
	
	#loungeCardEditDesignMobileInfo {
		display: inline-block;
	}
	
	.loungeCardEditorPanelContent {
		display: none;
	}
	
	.loungeCardEditorInfoPanel {
		display: block;
	}
	
	/*.cardPreviewPanelCloseButton {
		top: -16px;
		right: -6px;	
		color: #ffffff;	
	}*/
	
	.cardPreviewPanelCloseButton {
		top: 3px;
		right: 11px;
		color: #ffffff;
		font-size: 3em;
	}
	
	.loungeCardScenarioImage,
	.loungeCardScenarioImage img {
		height: 120px
	}
	
	.cardPreviewPanelContent {		
		font-size: calc(0.3rem + 1vw);
	}
}

@media screen and (orientation: landscape) {
    .desktopMenu {
		display: inline-block;
	}
}

@media screen and (orientation: landscape) and (max-width: 1023px) and (max-height: 760px) {
	#loungeCardEditDesignDesktopInfo,
	#configureLoungeCardDesignButton {
		display: none;
	}
	
	#loungeCardEditDesignMobileInfo {
		display: inline-block;
	}
	
	.loungeCardEditorPanelContent {
		display: none;
	}
	
	.loungeCardEditorInfoPanel {
		display: block;
	}
  
}

@media screen and (orientation: landscape) and (min-height: 451px) and (max-width: 1080px) {
	.mobileMenu {
		display: inline-block;
	}
	
	.subMobileMenuBack {
		display: inline-block;
	}
	
	.accountMenu {
		display: none;
	}
	
	.menu_dropdown {
		position: fixed;
		background-color: #070707;
		top: 0;
		right: 0px;
		z-index: 49;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
		padding: 5px 0px 0px 0px;
		height: 100%;
		min-height: 100%;	
	}
	
	.dropdownMenuLinkActive {
		font-size: 16px;
	}
	
	.dropdownMenuLink {
		font-size: 16px;
	}

	.mobileContent {
		display: inline-block;
	}
	
	.myAccountData,
	.eventData {
		padding-top: 40px;
		min-width: 60%;
		max-width: 90%;
	}
	
	.accountContent {
		padding-top: 40px;
	}
	
	.loungeCardEditorPanel {	
	max-width: 100%;
}

}

@media screen and (orientation: portrait) and (max-width: 430px) {
	.titleSection .heading {
		font-size: 2.8em;
	}
	
	.heading {	
		font-size: 3em;	
	}
	
	.heading.subheading {	
		font-size: 1.5em;			
	}
	
	.dashboardHeaderShareCardImage {	
		height: 30px;
	}
	
	.dashboardHeaderShareCardIcon {	
		font-size: 1em;	
	}
	
	.wi_headerControls {
		display: flex;	
		margin-right: 15px;
		line-height: unset;	
		justify-content: center;
		align-items: center;
	}
	
	.wi_headerCard.loungeCard {
		width: 60px;
		height: 30px;
		margin: 0px 12px 0px 7px;
	}

  
  .galleryEntryTitle {	
	font-size: 4.2vw;	
    line-height: 4.2vw;
}
  
  .galleryEntryDescription {	
	font-size: 3.6vw;
	line-height: 3.6vw;
	min-height: unset;
}
	
	.privacyPanel,
	.termsPanel,
	.aboutPanel {
		max-width: 90%;
	}
	
	.subscriptionEntryCardTitle {
		font-size: 1em;
	}
	
	.inputGroup {
		display: block;
		width: 100%;
	}
	
	.inputGroupElement {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.inputGroup > *:last-child {
  		margin-bottom: 0px;
	}
	
	.eventLoungeMusicIcon {		
		left: -38px;
		top: -11px;
	}
	
	.eventLoungeStarIcon1 {		
		left: 7px;
		top: -8px;
	}
	
	.eventLoungeStarIcon2 {		
		top: -1px;
	}
	
	.eventsTicketIcon {	
		top: 25px;
		left: 4px;
	}
	
	.eventListEntryCard {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
		background-color: rgba(0, 0, 0, 0.6);
		margin: auto;		
		padding: 10px;
		position: relative;
		width: fit-content;
		max-width: fit-content;
		min-width: 0;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.eventListEntryImageDiv {
		display: inline-Block;
		padding-right: unset;
	}
	
	.eventListEntryDescription {
		display: none;
	}
	
	.eventListEntryCard .listEntryImage {
		border-radius: 4px;
		max-width: 280px;
		box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);	
	}
	
	.eventListEntryCard .listEntryData {
		font-size: 0.9em;
	}
	
	.eventListEntryDataSection {
		padding-bottom: 8px;
	}
	
	.eventListEntryCard .entryCardMainButton {
		bottom: 2px;
		right: 2px;
		top: unset;	
	}
	
	.overviewEventContainer {
		padding: 20px 0px 40px 0px;		
	}
	
	.overviewEventContainer .eventCarouselHeading {
		padding-left: 20px;
	}
	
	.overviewEventContainer .eventContainerButton {
		text-align: right;
		padding-right: 20px;
	}
	
	.myAccountOverview .sectionDivider {
		margin: auto;
		width: 90%;
	}
	
	.overviewEventContainer .scrollable.default-skin {
		padding-right: 0px;
	}
	
	.eventSetupDescriptionContainer {	
  		flex-direction: column;
	}	
	
	.accountContent .contentTabContainer {		
		grid-gap: 0px;
	}
	
	.eventSetupDescriptionContainer .center-aligned {
		align-self: flex-start;
	}
  
  
/*  .wi_carAnimation {   
  transform: translateX(-187px) scale(40%);    
}


@keyframes move-right-animation {
 0% { transform: translateX(-187px) scale(40%)}
  20% { transform: translateX(100vw) scale(40%); }
  100% { transform: translateX(100vw) scale(40%); }
}

@keyframes move-left-animation {
  0% { transform: translateX(100vw) scale(40%); }
  20% { transform: translateX(-187px) scale(40%); }
  100% { transform: translateX(-187px) scale(40%)}
}
  
  .wi_carContainer {	
	bottom: -52%;
}*/
  
  .demoImage {
	width: 62vw;
	left: -16%;
}
  
  .referenceImage {
	width: 62vw;	
	left: -10%;
	top: -15%;
	
}
  
  .frauenchorProjectDescription {
	left: 0vw;
	top: -5vw;
	font-size: 3vw;
	line-height: 3vw;	
	padding-top: 10px;
}
  
  .frauenchorProjectDescription2 {
	left: 36%;
	bottom: -27px;
}
  
  .flyerImage {
	width: 14vh;
}
  
  .flyerImageContainer {
	position: absolute;
	bottom: -15vw;
	left: 2vw;
}
}

@media screen and (orientation: landscape) and (min-width: 1081px) {
	.titleSection,
	.contentSection,
	.sub_step_content,
	.sub_step_payment {
     	width: 70%;
   	}
   	
	
	.myAccountData {
		padding-top: 40px;
		min-width: 60%;
		max-width: 90%;
		margin-left: 80px;
	}
	
	.eventData {
		min-width: 60%;
		max-width: 90%;
		margin-left: 80px;
	}
	
}


@media screen and (max-width: 850px) {
	
	.sub_step_payment,
	.sub_step_content {
		width: 100%;
	}
	
	.desktopWidth70 {
		width: 100%;
		margin-left: 0px;
	}
	
	.welcomeSection {
		text-align: center;
		padding-bottom: 20px;
	}
	
	/*.iconCard {
		margin: 20px;
	}
	
	.iconCardIcon {
		font-size: 2.5em;
	}
	
	.iconCardText {
		font-size: 0.8em;
	}*/
	
	.loginPanel {
		max-width: 320px;
	}
	
	.panelTitle {	
		font-size: 1.8em;
		padding-left: 10px;
	}
	
	.shadowedHeading {
		font-size: 1.2em;	
	}
	
	.overviewHeaderSection {
		max-width: 100%;
	}
	
	/*.pageHeaderContent {	
		position: fixed;
		background-color: #171717;
	}*/
	
	.sectionDivider {  
  		width: 100%;
	}
	
	.entryCard {
		margin-right: 0px;
	}
	
	.entryCardMainButton {
		bottom: 10px;
		right: 10px;
		top: unset;
	}
	
	/*.navBack {
		display: none;
	}*/

	.menubarLogo {
	    padding: 20px 5px 10px 20px;
	}
	
	.inlineBlockDesktopDisplay {
		display: block;
		padding-top: 5px;
	}
	
	/*.mainContent {	
		margin: 120px 0px 0px 0px;
	}*/
	
	.staticTextarea {
		padding: 10px 10px 10px 10px;
	}
	
	#storageThresholdUnitInfo {	
		width: 120px;
		white-space: normal;
		text-align: left;
		vertical-align: top;
	}
	
	.paddingTop20M {
		padding-top: 20px;
	}
}


@media screen and (orientation: portrait) and (max-width: 450px){

	.iconCard {
		margin: 30px;
	}

	.iconCardIcon {
		font-size: 5em;
	}

	.iconCardText {
		font-size: 0.8em;
	}
	
	.eventViewIconSection {
		/*text-align: left;
		margin-top: 10px;
		margin-left: 60px;*/
		display: none;
	}
	
	.eventDateSection {
		margin-right: 10px;
	}
	
	/*.eventNavIcon,
	.eventNavIconActive {
		width: 40px;
		height: 40px;
		line-height: 1.2em;	
		min-width: 40px;
	}
	
	.eventDatebar, 
	.eventSearchbar {
		font-size: 1em;
	}*/
  
  body {	
		font-size: 4vw;
        line-height: 4.5vw;
	}
	
	.eventSearchControls {	
		flex-direction: column;
	}
	
	.eventSearchFields {
		flex: 1;
		display: flex;	
		flex-wrap: wrap;
	}
	
	.searchInputField {
		display: inline-block;
		padding: 5px 0px;
		display: flex;
		flex: 0 0 300px;
		margin-right: 0px;
	}
	
	.searchInputLabel {
		display: inline-block;
		flex: 0 0 80px;
	}
	
	.searchInputControl {
		display: inline-block;
		flex: 0 0 210px;
	}
	
	.searchConnectField {
		color: #3a3a3a;
		font-size: 1.5em;		
		margin: 0px;
		display: inline-block;
		align-self: flex-end;
		bottom: -12px;
		position: relative;
	}
	
	.searchButtonSection {
		padding-top: 5px;
	}
  
}

.slideInUp {
	-webkit-animation: slideInUp .2s ease-out;
    animation: slideInUp .2s ease-out;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation: fadeIn .2s ease-out;
  animation: fadeIn .2s ease-out;
}

.fadeInImage {
  animation-name: fadeIn;
  -webkit-animation: fadeIn 3s ease-out;
  animation: fadeIn 3s ease-out;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
   -webkit-animation: fadeOut .2s ease-out;
  animation: fadeOut .2s ease-out;
}

.fadeOutImage {
  animation-name: fadeOut;
   -webkit-animation: fadeOut 3s ease-out;
  animation: fadeOut 3s ease-out;
}


.slideInRight {
	-webkit-animation: menuSlideIn .2s ease-out;
    animation: menuSlideIn .2s ease-out;
}

@-webkit-keyframes menuSlideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideOutRight {
	-webkit-animation: menuSlideOut .2s ease-in;
    animation: menuSlideOut .2s ease-in;
}

@-webkit-keyframes menuSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes menuSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@media screen and (min-width: 768px) {
	
	.titleSection {
		padding: 60px 60px 40px 60px;
	}
	
	.contentSection {
		padding: 0px 60px 90px 60px;
	}
	
	.desktopNoWrap {
		white-space: nowrap;
	}
	
	/*.loungeCard {
		background-color: rgba(0,0,0,0.9);
	}*/
	
	.loungeImage {
		width: 400px;
	}
	
	.loungeOneImage {
		background-image: url("/images/LoungeOneMainRoom.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .spnLoungeImage {
		background-image: url("/images/SPNLounge01.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .personalLoungeImage {
		background-image: url("/images/PersonalLounge01.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .businessMeetingLoungeImage {
		background-image: url("/images/BusinessMeetingLounge01.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .leftTableCell {
		display: block;
	}
	
	.rightTableCell {
		display: inline;
	}
}

@media screen and (orientation: portrait) and (min-width: 451px) {
    body {	
		font-size: 2vw;
        line-height: 2.5vw;
	}
  
  .menuLogo {
	width: 20vw;
	margin-left: 0;
}
  
  .pricingList li {
	padding-top: 1vw;
	line-height: 2.5vw;
}
  
  .welcomeSection {	
	padding-bottom: 4vw;
	font-size: 6.5vw;
	line-height: 1.4em;    
    width: 100%;    
    padding-top: 6vw;
}

.welcomeSection2 {
	padding-bottom: 0;
	font-size: 3.5vw;
	line-height: 3.5vw;
	width: 100%;
}
  
  .sectionHeading {
	font-family: "Caveat", sans-serif;
	font-size: 4vw;	
	padding-bottom: 2.5vw;
    padding-top: 10vw;
}
  
  .referenceSection {
	width: 100%;
	padding-top: 5vw;	
}
  
  .referenceProjectTitle {
	font-family: "Caveat", sans-serif;
	font-size: 3vw;
	padding-bottom: 3.5vw;
	align-self: center;
}

.frauenchorProjectDescription {
	left: 2vw;
	top: 5vw;
	font-size: 2vw;
	line-height: 2.3vw;	
	text-align: left;
}

.frauenchorProjectDescription2 {
    font-family: "Caveat", sans-serif; 
    position: absolute;
  font-size: 1.8vw;
   line-height: 2vw;
    bottom: 0;
}
  
  /*.clipPathCar {
	bottom: -13%;
	left: 5.5%;
	height: 144px;
}*/
  
  .demoImage {
	width: 60vw;
	left: -26px;
}
  
  #pricingPage .referenceSection {
	width: 100%;
	padding-top: unset;
	padding-bottom: unset;
}
  
 /* .design002PineTreeContainer {
	bottom: 5%;
}*/
  
}

@media screen and (min-width: 810px) {
	.iconHeadline {
		font-size: 2.5em;
		line-height: 1em;
	}
	
}


@media screen and (min-width: 851px) and (orientation: landscape) {
	
	.mainContent {
		margin: 0 15vw 0 15vw;
	}
	
	.teaserSection {
		padding: 120px 20px;
	}
	
	.featureSection {
		width: 100%;
	}
	
	.featureContent {
		width: 80%;
	}
	
	.reasonsContent {
		width: 80%;
	}
	
	.reasonsSection {
		width: 100%;
	}
	
	.faqSection {
		width: 100%;
	}
	
	.faqContent {
		width: 80%;
	}
	
	.faqAsterisk {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	.iconCell {
		font-size: 3.4em;
	}
	
	
	.headline_platforms {
		color: #637bff;
		line-height: 1em;
	}
	

	.planSection {
		padding: 60px 60px 0px 60px;
	}
	

	.menuLogo {
		width: 180px;
		margin-top: 8px;
		margin-left: 35px;
	}
	
	.desktopContent {
		display: inline-block;
	}

	.menu-backdrop {
	  top: 65px;
	}

	
	.sectionDividerHeader {
		width: 580px;
	}
	
	.inlineBlockDesktopDisplay {
		display: inline-block;
	}
	
	.myAccountData {
		padding-top: 60px;
		min-width: 60%;
		max-width: 90%;
		margin-left: 80px;
	}
	
	.eventData {
		min-width: 60%;
		max-width: 90%;
		margin-left: 80px;
	}
	
	.tableDiv {
		position: relative;
		display: inline-block;
		left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
		padding-right: 20px;
	}
	
	.tableDiv .businessChatPlanTable {
		width: 320px;
		height: 410px;
	}
	
	.desktopWidth70 {
		width: 90%;
		margin-left: 100px;
	}
	
	.centeredContent {
		width: 65%;
	}
   	
   	.accountData {
   		margin-left: 80px;
   	}
   	
   	.eventSearchbar,   	
   	.eventSearchDiv {
		 width: 60%;
	}
   	
   	.eventFilterSection {
		margin-left: 20px;
	}
	
	.eventNavDate {
		font-size: 1.4em;
	}
  
 /* .design002PineTreeContainer {	
	height: 144px;
}*/
  
  /*.wi_carContainer {
	bottom: 15%;
}*/
  
}

@media screen and (max-width: 1400px) {
	
	.loungeCardEditorPanelPreviewContent {	
		font-size: 0.8em;
	}
	
	.loungeCardEditorRightContent {
		flex-direction: column;
		position: relative;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 25px;
		display: flex;		
	}
	
	.loungeCardEditorStageUserProfileImageContainer {	
		flex: 0 0 15vh;
	}
	
	.loungeCardEditorConfigTopContainer {
		height: 512px;
		max-height: 512px;	
	}


 /* .demoContainer {
	height: 35vw;
}*/
  
 /* .design002PineTreeContainer {	
	bottom: -15px;	
}*/
  
/*  .wi_carContainer {	
	bottom: 1.9vh;	
}*/

/*  .clipPathWrapper {
	width: 48vw;
	height: 48vw;	
}*/

  
 /* .referenceSection {
	width: 64vw;	
}
  
  .designBackdropImage {
	width: 64vw;
}
  
  .frauenchorBackdropImage {
	width: 64vw;
}
  
  .demoContainer {
	height: 46vw;
}*/
}

@media screen and (max-width: 1200px) {
	.loungeCardEditorPanelPreviewContent {	
		max-height: 392px;
	}
	
	.loungeCardEditorRightContent {
		flex-direction: column;
		position: relative;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 25px;
		display: flex;		
		font-size: 0.65em;
		line-height: 1em;
	}
  
 
/* .clipPathWrapper {
	width: 49vw;
	height: 48vw;	
}*/
  
 /* .demoImage {
	width: 50vw;
	left: 8vw;	
}*/
  
/*  .layeredImageWrapper {
	width: 50vw;
}*/
  
}

@media screen and (orientation: landscape) and (min-width: 1024px) {
 /* .wi_carContainer {
	bottom: 3%;
}
  
  .clipPathCar {
	left: 1.8%;
	bottom: -15%;
}*/
  
  .design002PineTreeContainer {
	position: absolute;
	left: -5.5%;

}
  
  .deviceMockupContainer {
	position: absolute;
	left: -12.5%;

}

}


@media screen and (min-width: 1200px) {
	.desktopWidth70 {
		width: 80%;
		margin-left: 100px;
	}
  
/*  .wi_carContainer {
	bottom: 4%;
}
  
  .clipPathCar {
	left: 2.5%;
	bottom: -14%;
}*/

.cardPreviewPanelCloseButton {	
	right: -30px;	
}

.pricingList li {
	padding-top: 0.5vw;
	line-height: 1.5vw;
}

 .pricingSmallPrint {
	max-width: 60%;	
}
  
   .referenceSection {
	width: 59vw;
    max-width: 1006px;    
}
  
  .designBackdropImage {
    width: 59vw;
    max-width: 1006px;
}
  
  .frauenchorBackdropImage {
	width: 59vw;
    max-width: 1006px;
}
  
   .clipPathWrapper {
	height: 59vw;
    max-height: 1006px; 
	width: 59vw;
    max-width: 1006px;
}
  
  .design002PineTreeContainer {
	position: absolute;
	left: -3%;
	width: 24%;
    max-width: 242px;
    bottom: min(5%, 85px);   
    height: 15vh;
}

.deviceMockupContainer {
	position: absolute;
	left: -13%;
	width: 49%;    
    bottom: min(5%, 85px);   
    height: 15vh;
}
  
  .demoImage {
    width: 46vw;
    max-width: 785px;
    left: min(-6vw, -102px);
}
  
  .referenceImage {
	width: 46vw;
    max-width: 785px;	
    left: min(-6vw, -102px);
}

#aboutPage .welcomeSection,
#contactPage .welcomeSection {
	padding-top: 3vw;
}
}


@media screen and (min-width: 1600px) {
	.desktopWidth70 {
		width: 70%;
		margin-left: 100px;
	}
  
  .galleryEntry {	
	width: 40vw;	
}
   .galleryLayeredImageWrapper {	
	width: 38vw;
	height: 21vw;    
}

.galleryImage {
  width: 38vw;  
}
  
  body {    
    font-size: 1.1vw;
    line-height: 1.5vw;    

}
  
  .sectionHeading {	
	font-size: 2vw;	
    padding-top: 2vw;
}
  
/*  .demoImage {
	width: 39vw;	
	left: -2vw;	
}*/
  
  .clipPathCar {
	left: 2.5%;
	bottom: -10%;
}
  
 
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	.teaserSection {
		padding: 60px 20px;
	}
	
	.mainContent {
		margin: 0 20px;
      font-size: 4.5vh;
      line-height: 5.5vh;
	}
  
  .menuLink,
  .menuLinkActive {	
	font-size: 5vh;	
}

.cardPreviewPanel {
	
	width: 100%;	
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

   .cardPreviewPanelCloseButton {
		top: 3px;
		right: 11px;
		color: #ffffff;
		font-size: 3em;
	}
	
	/*.loungeCardEditorContentWrapper {
		font-size: calc(0.1rem + 1vw);
	}*/
  
  .welcomeSection {
	font-size: 12vh;
	padding-top: 0;
	padding-bottom: 0;
}
  
  .welcomeSection2 {
	font-size: 7vh;
	line-height: 7vh;
}
  
  .galleryEntry {	
	margin-bottom: 10vh;
	width: 44vw;	
} 
  
  .galleryEntryButtonSection {
	font-size: 1.4vw;
	line-height: 1.4vw;
}
  .galleryPreviewButton {
	width: 10vw;
	line-height: 2vw;
}
  
  .galleryEntryTitle {	
	font-size: 2vw;
    line-height: 2vw;
}
  
  .galleryEntryDescription {	
	font-size: 1.9vw;
	line-height: 1.9vw;
	min-height: 10vh;
}
  
  .galleryLayeredImageWrapper {	
	width: 42vw;
	height: 23vw;
}
  
  .galleryImage {
	width: 42vw;	
}
  
  .owlPageIllustration {
    transform: scale(80%);
  }
  
  .sectionHeading {
    font-size: 3.5vw;
    line-height: 8vh;
    padding-top: 10vh;
  }
  
  .referenceSection {
	width: 65.5vw;
	
} 
  
  .referenceImageContainer {
	position: absolute;
	right: -5vw;
	top: 4.5vw;
	z-index: 525;
}

.demoImageContainer {
	position: absolute;
	right: -5vw;
	top: 4.5vw;
	z-index: 525;
}
  
  .layeredImageWrapper {
	width: 53vw;
	height: 30vw;
}
  
/*  .demoImage {
	width: 53vw;
	position: absolute;
	left: 0;
	top: 0;	
}*/
  
  .demoImage {
	width: 56vw;
	left: 2vw;
    top: -2vw;
}
  
  .referenceImage {
	width: 56vw;
	position: absolute;
	left: 0;
	top: -2vw;	
}
  
  .demoContainer {
	height: 46vw;
}
  
  .wi_carContainer {
	bottom: 27%;
}
  
/*  .clipPathWrapper {
	width: 65vw;
	height: 66vw;	
}*/
  
  .design002PineTreeContainer {
	bottom: -6%;
	left: -5.5%;
}

.deviceMockupContainer {
	bottom: -6%;
	left: -12.5%;
	width: 50%;
}
  
 /* .design002PineTreeContainer {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 30vh;
}*/
  
/*  .design002PineTrees {	
	width: 17vw;
}*/
  
  
 /* .clipPathCar {
	left: 1.5%;	
}*/
  
/*  .wi_carContainer {
	bottom: -8.5vh;	
}*/
  
/*  .wi_carAnimation {   
  transform: translateX(-187px) scale(60%);    
}


@keyframes move-right-animation {
 0% { transform: translateX(-187px) scale(60%)}
  20% { transform: translateX(100vw) scale(60%); }
  100% { transform: translateX(100vw) scale(60%); }
}

@keyframes move-left-animation {
  0% { transform: translateX(100vw) scale(60%); }
  20% { transform: translateX(-187px) scale(60%); }
  100% { transform: translateX(-187px) scale(60%)}
}*/
  
  .frauenchorBackdropImage {
	width: 100%;
}
  
  .referenceProjectTitle {	
	font-size: 2.8vw;	
}
  
  .frauenchorProjectDescription {	
	left: -9vw;
	top: 2vw;
	font-size: 2vw;
	line-height: 2vw;	
}
  
  .flyerImage {
	width: 25vw;
}
  
  .frauenchorProjectDescription2 {	
	font-size: 2vw;
	line-height: 2vw;
	left: 15vw;
	bottom: 0;
}
  
  .designBackdropImage {
	width: 65vw;
}
  
  .contactHeading {
    font-size: 9vh;
  }
  
  .contactSectionWrapper {  
  padding-top: 0;
}

.contactLoungeCardImageWrapper {
  	max-width: 110px;
}

.contactSection { 
  padding-top: 0;
}
  
  .pricingList li {
	padding-top: 1vw;
	line-height: 2.8vw;
}
  
  .impressumSection {
      max-width: 60vw;
     padding-bottom: 12vh;
  }

	#aboutPage .mainContent {
      margin: 0 6vw;
      padding-bottom: 10vh;
    }
	.accountContent {  
  		margin-top: 35px;
  		padding-top: 0px;
  		margin-bottom: 60px;
	}
	
	.desktopWidth70 {	
		margin: auto;
	}
	
	.myAccountData {
		margin-left: 0px;
		padding-top: 0px;
	}
	
	.eventData {
		padding-top: 0px;
	}
	
	.navBack {	
		left: -30px;
	}
	
	#navBackText {
		display: none;
	}
	
	.variableHeightPanel {
    	overflow-y: scroll;
    	max-height: calc(100vh - 10px);
	}
	
}


@media screen and (max-height: 380px) and (orientation: landscape) {
	.teaserSection {
		padding: 20px 20px;
	}
  
  .referenceSection {
	width: 140vh;
}
	
  .demoContainer {
	height: 100vh;
}
  
  .designBackdropImage {
	width: 140vh;
}
  
/*  .design002PineTreeContainer {
	bottom: 12px;
	height: 23vh;
}
  
  .design002PineTreeContainer {
	bottom: -12px;
	height: 30vh;
}*/
  
  .clipPathWrapper {
	width: 100%;
	height: 140vh;
}
  
  .welcomeSection2 {
	font-size: 6vh;
	line-height: 6vh;
}
  
  .welcomeSection {
	font-size: 12vh;    
}
  
  .menuLogo {
	width: 16vw;	
}
  
	
}

@media screen and (orientation: landscape) and (max-width: 670px) {
    .demoImage {
      width: 60vw;	
      left: -14vw;
  }
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url('/fonts/Caveat-Regular.ttf');
}

@font-face {
  font-family: 'Lane';
  font-style: normal;
  font-weight: 400;
  src: local('Lane Regular'), local('Lane-Regular'), url('/fonts/LANENAR_.ttf');
}

@font-face {
  font-family: 'RobotoThin';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('/fonts/Roboto-Thin.ttf');
}

@font-face {
  font-family: 'RobotoLight';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Roboto-Light.ttf');
}

