/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*-------------------------
  Custom Cyclos LESS mixins
  -------------------------*/
/*================== GENERAL ==================*/
/*================== TEXT ==================*/
/*================== BUTTON ==================*/
/*================== INPUT ==================*/
/*================== LIST ==================*/
/*================== LOGIN ==================*/
/*================== HOME ==================*/
/*================== GENERAL ==================*/
/*================== TEXT ==================*/
/*================== BUTTON ==================*/
/*================== INPUT ==================*/
/*================== LIST ==================*/
/*================== NOTIFICATION ==================*/
/*================== POPUP ==================*/
/*================== IMAGE GALLERY ==================*/
/*================== FIELDS ==================*/
/*================== CUSTOM HOME ==================*/
/* --------------------- CUSTOM MIXINS --------------------- */
@font-face {
  font-family: cyclosfont;
  src: url('../mobile/mobile.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../mobile/roboto-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../mobile/roboto-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
* {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  /*Set to white until the app is loaded*/
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  color: #242424;
  -webkit-font-smoothing: antialiased;
  font-size: 12.5px;
  font-weight: 300;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
}
font[size='1'] {
  font-size: 10px;
}
font[size='2'] {
  font-size: 13px;
}
font[size='3'] {
  font-size: 16px;
}
font[size='4'] {
  font-size: 18px;
}
font[size='5'] {
  font-size: 24px;
}
font[size='6'] {
  font-size: 32px;
}
font[size='7'] {
  font-size: 48px;
}
input {
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input[type="radio"],
input[type="checkbox"] {
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin-right: 15px;
  border: 1px solid #74c2e1;
  background: -webkit-linear-gradient(#f3f3f3, #efefef);
  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
  transition: box-shadow 200ms;
  box-shadow: inset 0px 1px 1px #FFFFFF;
}
input[type="radio"] {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
input[type="checkbox"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
input[type="radio"]:checked:before {
  display: block;
  height: 11.45px;
  width: 11.45px;
  position: relative;
  left: 6px;
  top: 6px;
  background: #74c2e1;
  border-radius: 100%;
  content: '';
}
input[type="checkbox"]:checked:before {
  font-weight: bold;
  font-family: cyclosfont;
  color: #74c2e1;
  content: 'h';
  -webkit-margin-start: 0;
  margin-left: 7px;
  font-size: 28px;
  line-height: 25px;
}
input:disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
}
input:disabled + label {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.password input[type=number],
.password input[type=tel],
.password input[type=text] {
  -webkit-text-security: disc;
}
.passwordWithEye {
  padding-right: 35px !important;
}
.password .noSecurity,
.noSecurity .passwordWithEye {
  -webkit-text-security: initial !important;
}
button::-moz-focus-inner {
  border: 0;
}
textarea {
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  font-size: 16px;
  resize: none;
  margin: 0;
  overflow: auto !important;
  white-space: normal !important;
  display: block !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a,
input,
div {
  outline: 0;
}
ul {
  margin-top: 5px !important;
}
li {
  margin-left: 20px !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 1px solid transparent;
}
::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
}
input[type="date"] {
  -webkit-appearance: none !important;
  padding-left: 0 !important;
  color: transparent !important;
  height: 53px;
}
::-webkit-input-placeholder {
  text-align: left;
  color: #bdbdbd;
  font-size: 17px;
}
::-moz-placeholder {
  text-align: left;
  color: #bdbdbd;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
input,
textarea,
.editor {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.editor {
  height: 250px;
  font-weight: 300;
  font-size: 18px;
  color: #242424;
  border: 1px solid #cccccc;
  margin-top: 15px;
  padding: 10px;
  overflow-y: scroll;
}
.editor:focus {
  border-color: #4ba6e3 !important;
}
.richText-error .editor {
  border-color: #fa3e3e !important;
}
.editor-readOnly {
  padding: 0 10px;
  border: 0;
  height: auto;
  overflow: auto;
}
.editor-readOnly p {
  margin: 0;
}
.fontIcon {
  font-family: cyclosfont;
  font-size: 22px;
}
.svgIcon {
  font-family: initial;
  font-size: 32px;
}
.toolbar {
  border: 1px solid #cccccc;
  margin-top: 15px;
}
.toolbarButton {
  font-family: cyclosfont;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
  padding: 8px;
}
.toolbarButton-active {
  color: #46d9bf;
}
.emphasis {
  font-weight: 400;
}
.textEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anchor {
  color: #4272db !important;
  cursor: pointer;
}
.anchor:hover {
  text-decoration: underline;
}
.clickable {
  cursor: pointer;
}
.textClip {
  white-space: initial !important;
  overflow: initial !important;
  text-overflow: clip !important;
}
.leftAligned {
  float: left;
  text-align: left;
  padding-right: 5px;
}
.centerAligned {
  text-align: center;
}
.rightAligned {
  float: right;
  text-align: right;
}
.labelRight {
  text-align: right;
}
.labelSmall {
  font-size: 12.5px;
}
.labelTopSpace {
  padding-top: 15px;
}
.labelTopSpace-small {
  padding-top: 5px;
}
.labelLeftSpace {
  padding-left: 15px;
}
.iconActionContainer {
  padding-right: 45px !important;
}
.iconActionContainer-sameLine {
  position: relative;
}
.iconAction {
  font-family: cyclosfont;
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 22px;
  color: #1865a3;
}
.iconAction-small {
  font-size: 18px;
}
.iconActionContainer-sameLine .iconAction {
  top: 0;
  right: 0;
}
.bordered,
.principalContainer-bordered input {
  border: 1px solid #cccccc !important;
  background: transparent !important;
}
.principalContainer-bordered input:focus {
  border-color: #4ba6e3 !important;
}
.spinner {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
}
.spinner .spinner-blade {
  animation: spinner-fade 1s infinite linear;
  -webkit-animation: spinner-fade 1s infinite linear;
  bottom: 0;
  height: 4px;
  left: 12px;
  position: absolute;
  top: 20px;
  transform-origin: center -7px;
  -webkit-transform-origin: center -7px;
  -ms-transform-origin: center -7px;
  width: 2px;
  background-color: #a3a3a3;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
@keyframes spinner-fade {
  0% {
    background-color: #525252;
  }
  100% {
    background-color: #a3a3a3;
  }
}
@-webkit-keyframes spinner-fade {
  0% {
    background-color: #525252;
  }
  100% {
    background-color: #a3a3a3;
  }
}
@-moz-keyframes spinner-fade {
  0% {
    background-color: #525252;
  }
  100% {
    background-color: #a3a3a3;
  }
}
.popupContainer {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(42, 42, 42, 0.9);
  width: 100%;
  height: 200%;
  display: table;
  z-index: 999;
  margin-top: 0;
  padding-top: 51px;
}
.popupContainer-nobackground {
  background-color: initial !important;
  margin-top: 51px !important;
  padding-top: 0 !important;
}
.popupNotification,
.popupContent {
  display: table-row;
}
.popupCell {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  height: 100%;
  padding: 10px;
}
.popupCell-fullSpace,
.popupCell-fullSpace .richTextPopup {
  padding: 0 !important;
}
.popupCell-fullSpace .richTextPopup .absoluteContent {
  width: 100% !important;
}
.recaptcha {
  padding-top: 25px;
}
.recaptchaPopup {
  padding: 0;
}
.imageGalleryPopup {
  display: block;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.imageGalleryPopup .contentBox {
  background-color: #000000;
}
.imageGalleryPopup .imageName {
  text-align: left;
  padding: 0 20px 10px 20px;
  min-height: 15px;
  font-weight: 400;
}
.imageGalleryPopup .title {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 20px 5px 20px;
}
.imageGalleryPopup .title-withActions {
  padding-right: 120px;
}
.imageGalleryPopup .closeButton {
  background-color: transparent;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 5px;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9999;
}
.imageGalleryPopup .closeButton .inputButtonIcon {
  color: #ffffff;
  margin: 0 5px 0 0;
}
.imageGalleryDescription {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 13;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.imageGalleryDescriptionHidden,
.swiper-paginationHidden,
.closeButtonHidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: opacity 2s ease-in-out !important;
  -moz-transition: opacity 2s ease-in-out !important;
  transition: opacity 2s ease-in-out !important;
}
.imageGalleryActions {
  position: absolute;
  right: 0;
  top: 6px;
}
.imageGalleryAction {
  font-family: cyclosfont;
  display: inline-block;
  margin-right: 18px;
  font-size: 22px;
}
.imageGalleryAction-highlight {
  color: #ffc800;
}
.contentBox {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #242424;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.optionsItemsContainer {
  overflow-y: auto;
  text-align: left;
  width: 100%;
}
.optionsItems .row {
  cursor: pointer;
}
.optionsItems .rowInfoContainer {
  height: 40px;
  line-height: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table;
  width: 100%;
}
.optionsItems {
  padding: 15px 0;
}
.contentBox-singleOption .optionsItems {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contentBox-categorized .optionsItems {
  padding: 0;
}
.optionsNoResult {
  text-align: center;
  font-size: 18px;
}
.optionsNoResult-spaced {
  padding: 15px;
}
.optionCheck {
  margin-right: 10px;
  display: table-cell !important;
  vertical-align: middle;
  padding-left: 7px;
  line-height: normal !important;
  font-size: 16px;
  width: 40px;
}
.optionCheck * {
  vertical-align: middle;
}
.thumbnailHolder {
  background-position: center center;
  background-size: cover;
}
.imageGalleryPopup .thumbnailHolder {
  background-size: contain;
  background-repeat: no-repeat;
}
.thumbnailHolder .spinnerContainer {
  width: 100%;
  height: 100%;
  display: block;
}
.thumbnailHolder .spinner {
  top: 50%;
  margin-top: -12.5px;
  width: 100%;
  margin-left: 0px;
  float: left;
  font-family: cyclosfont;
  font-size: 28px;
  line-height: 24px;
  color: #717171;
  -webkit-animation: rotation 1.5s infinite linear;
  -moz-animation: rotation 1.5s infinite linear;
  -o-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}
.swiper-container .thumbnailHolder {
  width: 100%;
  height: 100%;
}
#scrollableContent {
  width: 100%;
  top: 0;
  margin-bottom: 10px;
  position: absolute;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
}
.authenticationClear,
.select,
.actionMenu,
.autocompleteSelect,
.dateBoxSelect,
.inputTextfieldValid,
.inputTextfieldQr,
.inputTextfieldAction,
.passwordEye {
  padding: 0 10px 5px 15px;
  line-height: 50px;
  color: #a3a3a3;
  cursor: pointer;
  font-size: 28px;
  font-family: cyclosfont;
  position: absolute;
  right: 0;
  top: 0;
}
.passwordEye {
  font-size: 21px;
}
.inputTextfieldQr,
.inputTextfieldAction {
  top: 28px;
  background: #ffffff;
  padding: 0px 18px;
  line-height: 28px;
}
.select-small {
  font-size: 22px;
}
.collapsable .select {
  line-height: 30px;
  padding-right: 0;
  font-size: 20px;
}
.autocompleteSelect,
.dateBoxSelect {
  line-height: 48px;
  font-size: 22px;
}
.inputTextfieldValid {
  color: #4ba6e3 !important;
}
.authenticationInput {
  position: relative;
}
.authenticationField .fingerprintAction {
  padding-top: 5px;
  color: #4ba6e3;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}
.helpContent {
  font-size: 14px;
}
.helpContent,
.helpContent h1 {
  font-family: "Roboto", "Droid Sans", "Helvetica", sans-serif;
  line-height: 22px;
}
.helpContent h1 {
  margin: 25px 0px 10px 0px;
  font-size: 18px;
  color: #242424;
  font-weight: bold;
}
.helpContent h1:first-of-type {
  margin-top: 0;
}
.helpContent p {
  margin: 0px 0px 22px 0px;
  padding: 0px;
}
.helpContent ul {
  padding: 0px 0px 0px 19px;
  margin: 0px;
}
.qrConfirmation {
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.qrConfirmationImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 240px;
  min-height: 240px;
}
.qrConfirmation-reload .qrConfirmationImg {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10));
  filter: alpha(opacity = (10));
  transition: visibility 0s 1s, opacity 1s linear;
  -webkit-transition: visibility 0s 1s, opacity 1s linear;
  -moz-transition: visibility 0s 1s, opacity 1s linear;
}
.qrConfirmationReload {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  margin: -36px auto;
  width: 150px;
  cursor: pointer;
}
.qrConfirmationReload div {
  font-weight: bold;
}
.qrConfirmation .reload {
  font-size: 48px;
  font-family: cyclosfont;
  padding-bottom: 10px;
}
.qrContent {
  padding: 15px 15px 45px 15px;
  text-align: center;
}
.topPanel {
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 4;
  border-bottom: 1px solid #2290d9;
  background-color: #4ba6e3;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.topPanel-height,
.topBarSeparator,
.topPanel {
  height: 50px;
}
.topPanel-transparent {
  background-color: transparent;
  height: 0;
  border-bottom: 0 !important;
}
.topBarSeparator {
  background-color: #2290d9;
  width: 1px;
  margin-top: 1px;
  border-right: 1px solid #64b4d3;
}
.leftSeparator {
  float: left;
}
.rightSeparator {
  float: right;
  display: none;
}
.topBarItem {
  color: #ffffff;
  line-height: 44px;
  padding-top: 4px;
  cursor: pointer;
  position: relative;
}
.topBarItem .info {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  background: #fa3e3e;
  font-size: 11px;
  padding: 1px 3px;
  right: 5px;
  top: 8px;
  line-height: 13px;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}
.topBarTitle {
  color: #ffffff;
}
.topBarLeft {
  float: left;
  font-family: cyclosfont;
  text-align: center;
  font-size: 24px;
  width: 50px;
}
.topBarMiddle {
  font-weight: 400;
  font-size: 18px;
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 46px;
}
.topBarRight {
  float: right;
  font-family: cyclosfont;
  text-align: center;
  font-size: 24px;
  width: 42px;
}
.topBarItem-small {
  width: 40px;
  font-size: 21px;
  padding-top: 5px;
}
.paragraphSeparator {
  height: 10px;
  display: block;
}
.mainContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.mainPanel {
  overflow: hidden !important;
  position: absolute;
  top: 51px;
  width: 100%;
  z-index: 2;
}
.pageNotificationContainer {
  padding: 15px 15px 5px 15px;
}
.pageNotificationContainer-topSpace {
  margin-top: 32px;
}
.pageNotificationContainer-bottomSpace {
  padding-bottom: 15px;
}
.pageNotificationContainer-float {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
}
.pageNotificationContent {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
}
.pageNotification {
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #242424;
}
.pageNotificationTable {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.errorNotification {
  background-color: #de3226;
  border: 1px solid #de3226;
  color: #ffffff;
}
.errorNotification .pageNotificationIconClose {
  color: #ffffff;
}
.warningNotification {
  background-color: #e0a500;
  border: 1px solid #e0a500;
  color: #ffffff;
}
.warningNotification .pageNotificationIconClose {
  color: #ffffff;
}
.infoNotification {
  background-color: #b8e986;
  border: 1px solid #b8e986;
  color: #457415;
}
.infoNotification .pageNotificationIconClose {
  color: #457415;
}
.pageNotificationIcon,
.pageNotificationIconClose {
  font-family: cyclosfont;
  line-height: 30px;
  text-align: center;
  width: 20px;
  display: table-cell;
}
.pageNotificationIcon {
  font-size: 24px;
  padding-right: 2px;
  padding-left: 5px;
  vertical-align: top;
}
.pageNotificationIconClose {
  padding-left: 5px;
  line-height: 13px;
  vertical-align: top;
  font-size: 30px;
  width: 15px;
  text-shadow: 0 0 0;
}
.pageNotificationIconError {
  color: #ffffff;
}
.pageNotificationIconInfo {
  color: #457415;
}
.pageNotificationIconWarning {
  color: #ffffff;
}
.pageNotificationText {
  display: table-cell;
  padding: 0px 20px 0px 10px;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  word-break: break-word;
  font-weight: 400 !important;
}
.pullDownContainer,
.pullDownRefresh {
  font-size: 16px;
  color: #313131;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: table;
}
.pullDownContainer {
  margin-top: 54px;
}
.pullDownContainer-full {
  background-color: #ffffff;
  margin-top: 0px;
}
.pullDownRow {
  display: table-row;
}
.pullDownCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.reloadPage {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
#refreshContainer {
  display: inline-block;
  color: #717171;
  padding: 10px;
}
#refreshContainer .refreshSpinner {
  margin-right: 10px;
  float: left;
  font-size: 24px;
  line-height: 24px;
}
#refreshText {
  line-height: 27px;
  padding: 0px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rotate {
  -webkit-animation: rotation 1.5s infinite linear;
  -moz-animation: rotation 1.5s infinite linear;
  -o-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
  font-family: cyclosfont;
}
#fetchResultsContainer {
  margin: 1px 0 0 0;
  text-align: center;
}
.listContent #fetchResultsContainer {
  margin-top: 5px;
}
.rotate {
  display: inline-block;
}
.fetchResultsLabel {
  display: inline;
  line-height: 27px;
  margin-left: 10px;
  vertical-align: top;
}
.fetchResultsSpinner {
  font-size: 18px;
  line-height: 18px;
  color: #242424;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.noResults {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  padding: 15px;
  text-align: center;
}
.rowWrapper-active {
  background-color: #edf6fc !important;
}
.rowGroup {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 20px 15px 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1865a3;
}
.optionsItems .containerButton {
  background-color: transparent;
  color: #242424;
}
.optionsActions {
  padding: 25px 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  position: relative;
}
.optionsItems {
  z-index: 4;
  position: relative;
}
.row {
  overflow: hidden;
  clear: both;
  margin: 0 15px 0 5px;
}
.row:last-child {
  border-bottom: 0px;
}
.row-active {
  font-weight: 400 !important;
}
.listPicture,
.listPictureSmall {
  float: left;
  background-color: #74c2e1;
  color: #ffffff;
}
.listPicture .spinner,
.listPictureSmall .spinner,
.pictureColor .spinner,
.userColor .spinner {
  margin-top: 10px;
  vertical-align: top;
}
.rowContent {
  display: inline-block;
  vertical-align: top;
  padding: 13px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  position: relative;
}
.rowContent-normal {
  background-color: #ffffff;
}
.rowWrapper-active .rowContent-normal,
.rowWrapper-active .rowContent-highlight {
  background-color: inherit !important;
}
.rowContent-single {
  padding: 0;
  border-bottom: none;
}
.tiled {
  width: 50%;
  text-align: center;
  display: inline-block;
}
.rowInfoContainer {
  position: relative;
  overflow: hidden;
}
.tiled .rowInfoContainer {
  display: block;
  width: 100%;
}
.optionContainer {
  overflow: hidden;
}
.contentRowSmall .rowInfoContainer,
.contentRowSmall .optionContainer {
  line-height: 45px;
}
.contentRowSmall {
  border: none;
  padding: 10px 0;
}
.rowInfoLeft {
  width: 65%;
}
.rowInfoLeft-big {
  width: 75%;
}
.rowInfoLeft-full,
.tiled .rowInfoLeft {
  width: 100%;
}
.rowInfoLeft-middle {
  display: table-cell;
  vertical-align: middle;
  max-width: 65vw;
  height: 45px;
}
.rowInfoRight-middle {
  line-height: 45px;
}
.rowInfoRight {
  top: 0px;
  right: 0px;
  width: 35%;
  text-align: right;
}
.rowInfoLeft-fixed,
.rowInfoRight-fixed {
  width: 50%;
}
.rowInfoLeft,
.rowInfoRight {
  display: inline-block;
  vertical-align: top;
}
.rowInfoRight-small {
  width: 25%;
}
.fieldContainer {
  position: relative;
  padding-top: 8px;
}
.form-smallFullSpace .fieldContainer {
  padding-top: 0;
}
.form-fullBorder .fieldContainer {
  padding: 16px;
}
.form .fieldContainer > div:last:child .fieldContainerValue {
  margin-bottom: 0 !important;
}
.listWrapper .infoBoxTitle {
  margin-bottom: 22px;
}
.listWrapper .infoBoxTitle-noMargin {
  margin-bottom: 0;
}
.form-bordered,
.fieldContainer,
.infoBoxLabelBordered {
  border-bottom: 1px solid #dddddd;
}
.infoBoxLabelColored {
  background-color: #f7f7f9;
}
.form-fullBorder .formContainer {
  border: 1px solid #dddddd;
}
.form-noBorder .formContainer {
  border: none;
}
.form-sameLine .fieldContainerLabel {
  float: left;
  padding-right: 5px;
}
.form-view .inputTextfield-readOnly,
.form-view .inputTextAreafield-readOnly,
.form-view .entityLinks {
  padding: 5px 0 15px;
  line-height: inherit;
  height: auto;
}
.fieldContainer:last-child {
  border-bottom: 0;
}
.lastFieldSmallSpace .fieldContainer:last-child {
  padding-bottom: 8px !important;
}
.page-bottomSpace {
  padding-bottom: 20px;
  /* Pages which last added element may not have any padding/margin (e.g view profile) */
}
.form,
.listWrapper,
.helpContent {
  padding-top: 32px;
  padding-bottom: 0;
}
.form {
  padding-left: 10px;
  padding-right: 10px;
}
.form-flex .formContent {
  display: flex;
  flex-wrap: wrap;
}
.form .formContent,
.form > .infoBoxTitle,
.authenticationForm .infoBoxTitle,
.authenticationForm .authenticationField {
  padding-left: 5px;
  padding-right: 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-fullBorder > .infoBoxTitle {
  padding-left: 0 !important;
}
.form-fullBorder,
.listWrapper,
.helpContent {
  padding-left: 15px;
  padding-right: 15px;
}
.form-noSideSpace {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.actionPanel-list,
.actionPanel-list .formContent,
.form-fullBorder .formContent,
.form-noSideSpace .formContent {
  padding-left: 0;
  padding-right: 0;
}
.form-fullSpace {
  padding-bottom: 32px;
}
.form-mediumFullSpace {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-smallFullSpace {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
}
.content {
  padding-top: 22px;
}
.form-tinySpace {
  padding-top: 4px;
}
.form-smallSpace,
.form-smallTopSpace,
.listWrapper-smallSpace {
  padding-top: 10px;
}
.form-mediumSpace,
.listWrapper-mediumSpace {
  padding-top: 20px;
}
.form-largeSpace {
  padding-top: 28px;
}
.form-bigSpace {
  padding-top: 46px;
}
.form-noSpace,
.listWrapper-noSpace {
  padding-top: 0;
}
.separatedRow {
  padding-top: 32px;
}
.separatedRow:first-child {
  padding-top: 0;
}
.form-topSpace .formContainer,
.listWrapper-topSpace .listContainer {
  padding-top: 10px;
}
.listWrapper-topSpaceSmall {
  padding-top: 2px !important;
}
.formContainer,
.listContainer {
  overflow: hidden;
}
.formContent {
  position: relative;
  background-color: transparent;
  color: #242424;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  width: 100%;
  overflow: hidden;
}
.formSection {
  font-size: 18px;
  margin-bottom: 15px;
  white-space: normal !important;
  padding: 10px;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1;
  background: #f7f7f9;
  color: #757474;
  border: 1px solid #dddddd;
}
.fieldContainer .formSection {
  font-size: 16px;
  margin-bottom: 9px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px;
}
.formSection .title,
.formSection .info {
  display: block;
  word-break: break-word;
}
.formSection .info {
  font-size: 14px;
}
.formSection .title {
  font-weight: 400;
}
.formSection .info {
  margin-top: 5px;
}
.fieldContainer .formSection .info {
  margin-top: 0;
}
.infoBox {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.infoBoxTitle {
  font-weight: 400;
}
.infoBoxSpace {
  margin-bottom: 10px;
}
.infoBoxSpace-small {
  margin-bottom: 3px;
}
.infoBox-small {
  padding-bottom: 7px !important;
  /* Fix infoBoxSpace-small margin for last labels*/
}
.infoBoxSpace-big {
  margin-bottom: 15px;
}
.infoBoxSpace-large {
  margin-bottom: 20px;
}
.popupContainer .infoBox {
  white-space: normal;
}
.contentRow .infoBox {
  min-height: 24px;
}
.infoBoxLabelDescription {
  font-size: 15px;
  white-space: pre-wrap;
  overflow: hidden;
  word-break: break-word;
}
.infoBoxLabelDescription span {
  display: inline-block;
}
.infoBoxLabelSmallLeft,
.infoBoxLabelSmallRight {
  font-size: 14px;
  line-height: 18px;
}
.infoBoxLabelMediumCenter,
.infoBoxLabelNormalCenter,
.infoBoxLabelNormalLeft,
.infoBoxLabelNormalRight,
.infoBoxLabelSmallLeft,
.infoBoxLabelSmallRight,
.fieldContainerLabel,
.fieldContainerValue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.infoBoxLabelSmallLeft,
.infoBoxLabelMediumLeft,
.infoBoxLabelNormalLeft {
  text-align: left;
}
.infoBoxLabelSmallRight,
.infoBoxLabelNormalRight {
  text-align: right;
}
.infoBoxLabelSmallLeft,
.infoBoxLabelMediumLeft,
.infoBoxLabelNormalLeft,
.infoBoxLabelNormalRight {
  vertical-align: top;
}
.infoBoxLabelMediumLeft,
.infoBoxLabelMediumCenter {
  font-size: 18px;
}
.infoBoxLabelNormalLeft,
.infoBoxLabelNormalRight {
  font-size: 16px;
}
.tiled .infoBoxLabelNormalLeft {
  text-align: center;
  padding: 0 5px;
}
.infoBoxLabelMediumCenter,
.infoBoxLabelNormalCenter {
  text-align: center;
}
.infoBoxLabelBigLeft {
  text-align: left;
  font-size: 22px;
  color: #1865a3;
}
.infoBoxTitle {
  color: #1865a3;
}
.fieldContainerLabel {
  font-weight: 400;
  font-size: 15px;
  color: #1865a3;
}
.fieldContainerLabel-dark {
  color: #525252;
}
.infoBoxLabelTitle {
  font-weight: bold;
  color: #525252;
}
.infoBoxLabelBalance {
  font-size: 22px;
  color: #1865a3 !important;
}
.infoBoxLabelBalance,
.infoBoxLabelBalance-label {
  line-height: 24px;
}
.infoBoxLabelSpace {
  padding: 20px 15px;
}
.textareaView {
  white-space: normal !important;
}
.textareaView div {
  text-align: justify;
}
.searchingGps,
.gps {
  background-color: #ffffff;
}
.inputWrapper {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0 0 20px 0;
  background-color: transparent;
}
.contentBox .inputWrapper {
  transform: none !important;
  -webkit-transform: none !important;
}
.inputWrapper + .hasTextField {
  margin-top: -13px;
}
.inputWrapper .inputTextfield-readOnly {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inputWrapper .inputTextAreafield-readOnly {
  font-size: 18px;
  white-space: pre-wrap;
  padding: 12px 9px;
}
.inputWrapper-noSpace {
  padding: 0;
}
.collapsable + .inputWrapper {
  margin-top: -16px;
}
* + .hasTitle {
  margin-top: 0px !important;
}
.hasTextField + .hasTitle,
.selection + .hasTitle {
  margin-top: 2px !important;
}
.readOnlyWrapper .inputTextfield-readOnly {
  margin-bottom: -15px;
}
.form-login .readOnlyWrapper .inputTextfield-readOnly {
  margin-bottom: 0;
}
.orLabel {
  font-size: 16px;
  color: #757474;
  text-align: center;
  margin-bottom: 17px;
}
.radioButtonGroupField,
.checkBoxGroupField {
  padding-bottom: 16px;
}
.readOnly,
.noBottomSpace {
  padding-bottom: 0;
}
.hasTitle + .readOnly {
  padding-bottom: 18px;
}
.hasTextField.readOnly {
  padding-bottom: 0;
}
.fieldWrapper,
.labelWrapper .fieldLabel {
  padding-right: 25px;
}
.fieldWrapper .dateBoxSelect {
  right: 25px !important;
}
.right {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 18px;
  z-index: 99999;
}
.hasTextField .right {
  top: 0;
}
.hasTitle .right {
  top: 4px;
}
.captcha {
  padding-top: 10px;
}
.captcha img {
  height: 60px;
}
.captcha > .inputWrapper {
  text-align: center;
}
.upload,
.itemValue,
.inputWrapper .inputTextfield-readOnly {
  font-size: 18px;
}
.inputWrapper-actionMenu {
  padding-left: 48px;
}
.inputTextfield,
.selectionfield,
.autocompletefield {
  padding: 12px 10px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px transparent;
  background: bottom left -moz-linear-gradient(#cccccc, #cccccc) no-repeat, bottom center -moz-linear-gradient(#cccccc, #cccccc) repeat-x, bottom right -moz-linear-gradient(#cccccc, #cccccc) no-repeat;
  background: bottom left -webkit-linear-gradient(#cccccc, #cccccc) no-repeat, bottom center -webkit-linear-gradient(#cccccc, #cccccc) repeat-x, bottom right -webkit-linear-gradient(#cccccc, #cccccc) no-repeat;
  background: bottom left linear-gradient(#cccccc, #cccccc) no-repeat, bottom center linear-gradient(#cccccc, #cccccc) repeat-x, bottom right linear-gradient(#cccccc, #cccccc) no-repeat;
  background-color: transparent;
  -moz-background-size: 1px 10px, 1px 1px, 1px 10px;
  -o-background-size: 1px 10px, 1px 1px, 1px 10px;
  -webkit-background-size: 1px 10px, 1px 1px, 1px 10px;
  background-size: 1px 10px, 1px 1px, 1px 10px;
}
.inputTextfield-error,
.selectionfield-error,
.autocompletefield-error {
  background: bottom left -moz-linear-gradient(#fa3e3e, #fa3e3e) no-repeat, bottom center -moz-linear-gradient(#fa3e3e, #fa3e3e) repeat-x, bottom right -moz-linear-gradient(#fa3e3e, #fa3e3e) no-repeat !important;
  background: bottom left -webkit-linear-gradient(#fa3e3e, #fa3e3e) no-repeat, bottom center -webkit-linear-gradient(#fa3e3e, #fa3e3e) repeat-x, bottom right -webkit-linear-gradient(#fa3e3e, #fa3e3e) no-repeat !important;
  background: bottom left linear-gradient(#fa3e3e, #fa3e3e) no-repeat, bottom center linear-gradient(#fa3e3e, #fa3e3e) repeat-x, bottom right linear-gradient(#fa3e3e, #fa3e3e) no-repeat !important;
  background-color: transparent !important;
  -moz-background-size: 1px 10px, 1px 1px, 1px 10px !important;
  -o-background-size: 1px 10px, 1px 1px, 1px 10px !important;
  -webkit-background-size: 1px 10px, 1px 1px, 1px 10px !important;
  background-size: 1px 10px, 1px 1px, 1px 10px !important;
}
.inputTextfield,
.selectionfield,
.autocompletefield,
.searchingGps {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 18px;
  color: #242424;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.inputTextfield:focus {
  background: bottom left -moz-linear-gradient(#4ba6e3, #4ba6e3) no-repeat, bottom center -moz-linear-gradient(#4ba6e3, #4ba6e3) repeat-x, bottom right -moz-linear-gradient(#4ba6e3, #4ba6e3) no-repeat;
  background: bottom left -webkit-linear-gradient(#4ba6e3, #4ba6e3) no-repeat, bottom center -webkit-linear-gradient(#4ba6e3, #4ba6e3) repeat-x, bottom right -webkit-linear-gradient(#4ba6e3, #4ba6e3) no-repeat;
  background: bottom left linear-gradient(#4ba6e3, #4ba6e3) no-repeat, bottom center linear-gradient(#4ba6e3, #4ba6e3) repeat-x, bottom right linear-gradient(#4ba6e3, #4ba6e3) no-repeat;
  background-color: transparent;
  -moz-background-size: 1px 10px, 1px 1px, 1px 10px;
  -o-background-size: 1px 10px, 1px 1px, 1px 10px;
  -webkit-background-size: 1px 10px, 1px 1px, 1px 10px;
  background-size: 1px 10px, 1px 1px, 1px 10px;
}
.inputTextfield-readOnly {
  position: relative;
  padding: 0 9px;
}
.upload {
  position: relative;
}
.inputTextfield-readOnly {
  line-height: 51px;
  height: 51px;
}
.upload .trigger {
  padding: 14px 10px 0;
}
.upload .trigger .anchor {
  display: inline-block;
}
.upload .trigger span {
  padding: 0 5px;
}
.maxItems {
  line-height: normal;
  padding: 5px 0;
  font-size: 14px;
}
.itemValue {
  border: 1px solid #dddddd;
  padding: 5px 8px;
  margin-top: 15px;
  border-radius: 3px;
  position: relative;
}
.itemValue-noBorder {
  border: none;
}
.itemValueWidget {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  vertical-align: middle;
}
.itemValueImage {
  position: absolute;
  font-family: cyclosfont;
  font-size: 24px;
  padding-left: 10px;
  color: #717171;
  right: 5px;
}
.itemValue-error {
  color: #ff0000;
}
.itemValue-error {
  border: 1px solid #ff0000;
}
.itemValue-error .itemValueWidget {
  text-decoration: line-through;
}
.rightValue {
  text-align: right;
}
.rightValue input {
  text-align: right;
}
.inputTextfield-withAction {
  position: relative;
  padding-right: 20px;
}
.inputTextfield-withAction .select,
.authenticationClear,
.passwordEye {
  color: #4ba6e3;
}
.autocompletefield {
  cursor: pointer;
}
.autocompleteValueLabel {
  float: left;
  max-width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocompleteValueAction {
  font-family: cyclosfont;
  float: right;
  font-size: 28px;
}
.rightPlaceholder input::-webkit-input-placeholder {
  text-align: right !important;
  direction: rtl;
}
.rightPlaceholder::-moz-placeholder {
  text-align: right !important;
  direction: rtl;
}
.amountDecimal input {
  text-align: right !important;
}
.fieldLabel {
  color: #1865a3;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.fieldLabel-light {
  color: #242424;
  font-weight: 300;
}
.radioGroup,
.checkBoxGroup {
  margin-top: 12px;
  margin-bottom: 0px;
}
.selectionfield-actionMenu .selectionfieldLabel {
  padding-left: 30px !important;
  text-align: center;
  padding-right: 30px !important;
}
.selectionfield-actionMenu .select {
  padding: 5px 2px 0 8px !important;
}
.actionMenu {
  height: 46px !important;
  left: -12px !important;
  line-height: 46px !important;
  margin: 0;
  padding: 0 0 0 17px !important;
  position: absolute;
  right: auto;
  top: -12px !important;
  width: 30px;
}
.inputWrapper-actionMenu .actionMenu {
  height: 55px !important;
  line-height: 55px !important;
  padding: 0 0 0 17px !important;
  width: 30px !important;
  left: 0 !important;
  top: 0 !important;
}
.selectionfieldLabel {
  min-height: 20px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customRadio.radioGroupButton input {
  margin: 2px 15px 15px 0px;
  vertical-align: top;
}
.checkBoxGroupButton input {
  margin: 2px 15px 15px 0px;
  vertical-align: top;
}
.check-error input,
.customRadio-error input {
  border-color: #fa3e3e !important;
}
.booleanField {
  position: relative;
}
.booleanField .select {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
}
.booleanField .check {
  margin: 15px 0 0 0;
}
.booleanField .customCheck {
  display: inline-block;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}
.booleanField .customCheck + .fieldLabel {
  margin-bottom: 0px !important;
  line-height: 30px;
  display: inline-block;
}
.radioGroupButton:last-child input,
.checkBoxGroupButton:last-child input {
  margin-bottom: 0px;
}
.optionLabel,
.customRadioLabel,
.customCheckLabel {
  display: inline;
  font-size: 16px;
  line-height: 30px !important;
}
.booleanField .customCheckLabel {
  min-width: 64%;
  display: inline-block;
  width: min-content;
}
.customCheckLabel-readOnly {
  font-size: 18px;
}
.mainCheckBox input {
  margin-right: 10px;
}
.mainCheckBox .customCheckLabel {
  display: inline-block;
  text-align: center;
  max-width: 80%;
}
.optionLabel {
  display: table-cell !important;
  vertical-align: middle;
  padding-left: 15px;
  line-height: normal !important;
  font-size: 16px;
}
.optionCheck + .optionLabel {
  padding-left: 7px;
}
.inputButton {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.2);
  height: 60px;
  color: #f0f0f0;
  background: #4ba6e3;
  text-align: center;
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 10px 10px 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 17px;
  font-family: roboto;
  font-weight: 400;
  border: 0;
  margin-bottom: 20px;
}
.inputButton,
.iconButton {
  will-change: box-shadow;
  transition: box-shadow 0.1s cubic-bezier(0.4, 0, 1, 1), background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: box-shadow 0.1s cubic-bezier(0.4, 0, 1, 1), background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.1s cubic-bezier(0.4, 0, 1, 1), background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.inputButton-active,
.iconButton.inputButton-active {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14) 0 1px 10px 0 rgba(0, 0, 0, 0.12) 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14) 0 1px 10px 0 rgba(0, 0, 0, 0.12) 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14) 0 1px 10px 0 rgba(0, 0, 0, 0.12) 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.inputButton-active,
.containerButton-active {
  background-color: #46d9bf;
}
.iconButton.inputButton-active {
  background-color: #46d9bf;
}
.inputButton-secondary {
  color: #1e75bd;
  background-color: #f0f0f0;
}
.inputButton-active.inputButton-secondary {
  background-color: #cfcfcf;
}
.inputButton-fullSpace {
  margin: 32px 0 !important;
}
.inputButton-space {
  margin: 14px 0 32px !important;
}
.inputButton-topSpace {
  margin-top: 14px !important;
}
.inputButton-bottomSpace {
  margin-bottom: 32px !important;
}
.inputButton-image {
  width: 26px;
  margin-left: -13px;
}
.verificationField .inputButton-disabled {
  background-color: #9d9d9d !important;
}
.optionsActions .inputButton:last-child {
  margin-bottom: 0px;
}
.spacedField {
  padding: 15px 15px 18px 15px;
}
.spacedField-small {
  padding: 10px 15px;
}
.contentBox-options .infoBox {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imagePanel,
.iconBox,
.containerButton {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 0px;
  margin: 0px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: roboto;
  font-weight: 300;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.iconBox,
.containerButton {
  color: #f0f0f0;
  background: #4ba6e3;
}
.iconBox {
  padding: 2px 0;
  border-bottom: 1px solid #dddddd;
}
.iconBox span {
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
}
.imagePanel {
  padding: 14px 0 0 0;
}
.imagePanel-bottomSpace {
  padding: 0 0 8px 0;
}
.imagePanel-noSpace {
  padding: 0;
}
.iconBox,
.optionsItemsContainer {
  border-bottom: 1px solid #dddddd;
}
.inputButtonText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inputButtonIconContainer,
.inputButtonTextContainer {
  display: inline;
}
.menuAction {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: medium none;
  display: inline-block;
  width: 33.33%;
  width: calc(33.33333333%);
  padding: 0;
  vertical-align: top;
}
.menuAction .inputButton {
  white-space: normal;
  text-align: center;
  min-height: 115px;
  text-transform: initial;
  font-size: 16px;
  background-color: #ffffff;
  color: #444444;
  font-weight: 300;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  border: none;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.menuAction:nth-child(3n) {
  border-right: 0;
}
.menuAction .inputButton-active {
  background-color: #fff7e3;
}
.menuAction .inputButtonIcon {
  margin: 0;
  line-height: 75px;
  font-size: 30px;
  color: #1f7e9b;
}
.menuAction .inputButtonText {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  height: 29px;
  padding-top: 14px;
  white-space: normal;
  line-height: 14px;
}
.menuAction .inputButtonIcon,
.menuAction .inputButtonText {
  display: inline-block;
  text-align: center;
  width: 95%;
}
.menuAction:nth-child(9n+1) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+2) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+3) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+4) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+5) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+6) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+7) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+8) .inputButtonIcon {
  color: #1f7e9b;
}
.menuAction:nth-child(9n+9) .inputButtonIcon {
  color: #1f7e9b;
}
.boxButton {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  margin-bottom: 0 !important;
}
.iconButton {
  text-transform: inherit;
  color: #ffffff;
  background-color: #1e75bd;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 2px;
  text-align: left;
}
.filterButton {
  text-align: left;
  background-color: #ffffff !important;
  color: #1e75bd;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.filterButton-contained {
  padding: 0 16px;
  height: 48px;
}
.filterButton-contained .inputButtonIcon {
  width: 33px;
  margin: 0;
  text-align: left;
}
.filterButtonContainer + .fieldContainer {
  padding-top: 0;
}
.filterButton-bordered {
  border-bottom: 1px solid #dddddd;
}
.filterButton .inputButtonIcon {
  color: #1e75bd;
  line-height: 42px;
  margin-right: 5px;
}
.filterButton-cross {
  border-bottom: 1px solid #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.containerButton {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.containerButton-bordered {
  border-top: 1px solid #dddddd;
}
.row {
  position: relative;
}
.rowSub {
  color: #1865a3;
}
.rowTitle,
.rowAmount {
  font-weight: 400;
}
.rowTitle,
.rowSub,
.rowInfoAmount,
.rowInfo {
  font-size: 16px;
}
.rowInfo {
  line-height: 20px;
}
.rowAction {
  color: #4ba6e3;
  padding: 0 5px;
  cursor: pointer;
}
.rowRemove {
  color: #fa3e3e;
  font-size: 30px;
  margin-top: -15px;
}
.rowIcon {
  position: absolute;
  right: 0;
  font-family: cyclosfont;
  font-size: 22px;
  padding: 0 3px;
  z-index: 4;
  cursor: pointer;
  top: 50%;
  margin-top: -11px;
  color: #717171;
}
.rowIcon-highlight {
  color: #75b3e5;
}
.rowIcon-bottom {
  top: inherit;
  margin-top: 0;
  bottom: 11px;
}
.rowIcon-left {
  right: 35px;
}

.rowInfoIcon {
  font-family: cyclosfont;
  font-size: 12px;
  display: inline;
  padding-right: 5px;
}
.rowTitle,
.rowSub,
.rowInfoAmount,
.rowInfo,
.rowDescription {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rowDescription {
  font-size: 13px;
}
.rowSub,
.rowDescription {
  margin-top: 2px;
}
.iconBox-center {
  text-align: center;
}
.iconBoxIcon,
.inputButtonIcon {
  color: #ffffff;
  text-transform: none;
}
.inputButtonSvg svg,
.inputButtonSvg path {
  fill: #ffffff !important;
}
.iconBox .rotate {
  font-size: 24px;
  line-height: 18px;
  margin-right: 10px;
}
.iconBoxIcon,
.inputButtonIcon,
.listPicture,
.listPictureSmall {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-family: cyclosfont;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
}
.inputButton-home .inputButtonIcon {
  line-height: 37px;
  font-size: 24px;
}
.inputButtonSvg {
  font-family: inherit !important;
}
.menuAction .inputButtonSvg {
  line-height: 84px !important;
}
.menuAction .inputButtonSvg svg,
.menuAction .inputButtonSvg path {
  fill: #1f7e9b !important;
}
.noIconButtonStyle .inputButtonIcon {
  width: auto;
}
.noIconButtonStyle .inputButtonIconContainer {
  padding-right: 10px;
}
.thumbnailHolder-noIcon {
  font-family: inherit !important;
}
.userColor,
.pictureColor,
.listPicture {
  margin-right: 15px;
  margin-left: 0;
}
.tiled .listPicture {
  margin-right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  float: none;
}
.listPictureSmall {
  font-size: 40px;
  line-height: 40px;
}
.listPictureBig {
  width: 65px;
  height: 65px;
  line-height: 65px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.listPicture-tiny {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
.listPictureBlock {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.userColor,
.barcodeColor,
.pictureColor {
  background-color: #dedede;
  color: #ffffff;
}
.authenticationForm .description {
  padding: 10px 0 0 5px;
}
.authentication {
  width: 100%;
  border-spacing: 0px;
}
.virtualKeyboard {
  width: 100%;
  margin-top: 5px;
}
.virtualKeyboard .inputButton {
  text-align: center;
  background-color: #f0f0f0;
  color: #525252;
  box-shadow: 0 0 1px #525252;
  margin: 0 !important;
  padding: 12px 2px;
}
.virtualKeyboard .inputButton-col1,
.virtualKeyboard .inputButton-col2,
.virtualKeyboard .inputButton-col3,
.virtualKeyboard .inputButton-col4,
.virtualKeyboard .inputButton-col5,
.virtualKeyboard .inputButton-col6,
.virtualKeyboard .inputButton-col7,
.virtualKeyboard .inputButton-col8,
.virtualKeyboard .inputButton-col9,
.virtualKeyboard .inputButton-col10 {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.virtualKeyboard .inputButton-col1 {
  width: 100%;
}
.virtualKeyboard .inputButton-col2 {
  width: 50%;
}
.virtualKeyboard .inputButton-col3 {
  width: 33.33%;
}
.virtualKeyboard .inputButton-col4 {
  width: 25%;
}
.virtualKeyboard .inputButton-col5 {
  width: 20%;
}
.virtualKeyboard .inputButton-col6 {
  width: 16.66%;
}
.virtualKeyboard .inputButton-col7 {
  width: 14.28%;
}
.virtualKeyboard .inputButton-col8 {
  width: 12.5%;
}
.virtualKeyboard .inputButton-col9 {
  width: 11.11%;
}
.virtualKeyboard .inputButton-col10 {
  width: 10%;
}
.inputButton-backspace .inputButtonIcon {
  font-size: 13px !important;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  color: #525252;
}
.homeImagePanel {
  background: transparent;
  margin: 0;
  padding-bottom: 20px;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.homeImagePanel .thumbnailHolder,
.circlePicture {
  margin: 0;
  width: 102px;
  height: 102px;
  font-size: 70px;
  line-height: 102px;
}
.circlePicture-small {
  margin: 0 0 5px 0 !important;
  width: 60px;
  height: 60px;
}
.circlePicture-spaced {
  margin: 25px 0 25px 0 !important;
}
.fullPicture {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}
.circleBox {
  text-align: center;
}
.homeImagePanel > span,
.profileTitle,
.barcodeTitle,
.circleBoxTitle {
  display: block;
  text-transform: none;
  color: #525252;
  font-size: 18px;
  font-weight: 300;
  margin-top: 18px;
  margin-bottom: 6px;
  padding: 0 10px;
}
.homeImagePanel .thumbnailHolder {
  border: 4px solid;
}
.homeImagePanel span {
  color: #ffffff;
}
.homeImagePanel .title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 17px;
}
.homeImagePanel .subtitle {
  margin-top: 6px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.homeImagePanel .title,
.homeImagePanel .subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customHeaderContainer {
  text-align: center;
}
.customHeader {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0 0 0;
  overflow: hidden;
  color: #242424;
  text-align: center;
}
.customHeader img {
  max-width: 275px !important;
  padding: 0;
  width: auto !important;
  margin-bottom: 0px !important;
}
.customFooterContainer {
  padding: 10px 10px 0 10px;
}
.customFooter {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.amountTable {
  display: table;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.readOnly .amountTable {
  display: inline-block;
}
.amountTable .amountWrapper {
  display: table-row;
}
.amountWrapper .thirdSize {
  width: 30%;
}
.amountWrapper .inputWrapper {
  padding-bottom: 0;
}
.amountInteger {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.amountInteger-full {
  width: 100%;
}
.amountDecimalSeparator {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  vertical-align: bottom;
  font-size: 22px;
}
.amountDecimal {
  display: table-cell;
  vertical-align: top;
}
.circlePicture,
.acceptedCircle,
.canceledCircle,
.waitingCircle {
  margin-top: 38px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: cover;
  display: inline-block;
  font-family: cyclosfont;
  margin-right: 0;
  font-weight: 400;
}
.barcodePicture {
  height: 150px;
  width: 150px;
  font-size: 90px;
  line-height: 150px;
  margin-top: 32px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: cover;
  display: inline-block;
  font-family: cyclosfont;
  -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.1);
  overflow: hidden;
}
.barcodePicture-image {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 240px;
  width: 240px;
}
.circlePicture .spinner {
  margin-top: 50px;
}
.amountMin {
  color: #bd4426;
}
.amountPlus {
  color: #242424;
}
.amountMin,
.amountPlus {
  font-weight: 400 !important;
}
.progressBarContainer {
  width: 100%;
}
.progressBarContainer-modal {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}
.progressBarContainer-popup {
  top: -51px;
}
.progressBar {
  width: 100%;
  height: 3px;
  background: none;
  position: absolute;
  top: 51px;
}
.topPanel-transparent .progressBar {
  position: fixed;
  top: 0;
}
.progressBarHidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.progressBar .expand {
  width: 100%;
  height: 3px;
  background: #ffa81e;
  position: absolute;
  animation: fullexpand 20s ease-out;
  -moz-animation: fullexpand 20s ease-out;
  -webkit-animation: fullexpand 20s ease-out;
  -webkit-box-shadow: 1px 1px 1px #a3a3a3;
  -moz-box-shadow: 1px 1px 1px #a3a3a3;
  box-shadow: 1px 1px 1px #a3a3a3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
  filter: alpha(opacity = (90));
}
.progressBar .end {
  animation-duration: 1s;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@keyframes fullexpand {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes fullexpand {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fullexpand {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.gps {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 45px !important;
  font-family: cyclosfont;
  font-size: 30px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 10px !important;
  z-index: 4;
  cursor: pointer;
  color: #717171;
}
@keyframes gpsPulse {
  0% {
    color: #4ba6e3;
  }
  50% {
    color: #46d9bf;
  }
  100% {
    color: #4ba6e3;
  }
}
@-o-keyframes gpsPulse {
  0% {
    color: #4ba6e3;
  }
  50% {
    color: #46d9bf;
  }
  100% {
    color: #4ba6e3;
  }
}
@-moz-keyframes gpsPulse {
  0% {
    color: #4ba6e3;
  }
  50% {
    color: #46d9bf;
  }
  100% {
    color: #4ba6e3;
  }
}
@-webkit-keyframes gpsPulse {
  0% {
    color: #4ba6e3;
  }
  50% {
    color: #46d9bf;
  }
  100% {
    color: #4ba6e3;
  }
}
.gps-search {
  -webkit-animation: gpsPulse 1s infinite;
  -moz-animation: gpsPulse 1s infinite;
  -o-animation: gpsPulse 1s infinite;
  animation: gpsPulse 1s infinite;
}
.mapOverlay {
  position: absolute;
  width: 100%;
  z-index: 4;
  top: 0;
}
.pageNotificationContainer.mapOverlay {
  top: 60px;
  left: 0;
  padding: 15px;
  margin: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.searchingGps {
  margin: 10px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mapOverlay,
.searchingGps,
.gps {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) 0 3px 1px -2px rgba(0, 0, 0, 0.2) 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) 0 3px 1px -2px rgba(0, 0, 0, 0.2) 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) 0 3px 1px -2px rgba(0, 0, 0, 0.2) 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.myLocation {
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
}
.infoWindowForm .infoBox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.richTextViewer {
  position: relative;
}
.richTextPopup-centeredContent .absoluteContent,
.richTextPopup-centeredContent .contentHTML {
  width: 100%;
  height: 100%;
}
.pinCode {
  top: 50%;
  position: relative;
  text-align: center;
  margin-top: -40px;
  font-size: 24px;
  line-height: 40px;
}
.richTextValue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.richTextAnchor {
  top: 1px;
  color: #4272db;
}
.richTextAnchor-title,
.richTextAnchorIcon {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}
.richTextAnchorIcon {
  font-family: cyclosfont;
  padding-right: 10px;
  vertical-align: middle;
}
.richTextPopup {
  padding: 10px 5px 20px 5px;
  text-align: left;
  box-sizing: border-box;
}
.richTextPopup .relativeContent,
.contentPage .relativeContent,
.recaptcha .relativeContent {
  position: relative;
  overflow: auto !important;
  width: 100%;
  height: 100%;
}
.richTextPopup .absoluteContent,
.contentPage .absoluteContent,
.recaptcha .absoulteContent {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.confirmPopup .contentBox {
  background-color: transparent;
}
.confirmPopup .infoBoxLabelMediumCenter {
  padding: 15px 15px 0 15px;
  color: #ffffff;
}
.confirmPopup .inputButton {
  margin-top: 15px;
}
.listContent {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.listContent-bordered {
  border: 1px solid #d7d7d7;
}
.listContent .inputButton {
  border-bottom: 1px solid #d7d7d7;
}
.listContent .inputButton,
.iconBox {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f7f7f9;
  text-transform: initial;
  color: #757474;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 10px;
  height: auto;
}
.listContent .inputButtonIconContainer,
.listContent .inputButtonTextContainer {
  display: inline-block;
  vertical-align: middle;
}
.iconBox-noBorder {
  border-bottom: 0;
}
.listContent-action button.inputButton:after {
  position: absolute;
  top: 22px;
  right: 15px;
  font-family: cyclosfont;
  text-transform: initial;
  content: "ì";
}
.listContent button.iconButton .inputButtonIcon,
.iconBoxIcon {
  color: #757474;
}
.listContent button.iconButton .inputButtonIcon {
  margin-left: 5px;
  margin-right: 5px;
}
.listContent button.inputButton-active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.imagePanel .iconBoxIcon {
  background-color: #74c2e1;
  color: #ffffff;
  margin-left: 0;
}
.listContent .inputButtonText {
  font-size: 18px;
  font-weight: 400;
}
.listContent-bordered .inputButtonText {
  line-height: 23px;
}
.listContent-bordered .inputButton {
  padding-top: 8px;
  padding-bottom: 8px;
}
.listContent .infoBox,
.infoBox-bordered {
  border-bottom: 1px solid #d7d7d7;
}
.listContent .infoBox,
.infoBox-spaced {
  padding: 10px 16px;
}
.listContent .infoBox:last-child {
  border-bottom: none;
}
.listContent .infoBoxLabelBalance {
  font-weight: 300;
  font-size: 19px;
}
.fieldContainerValue {
  margin: 2px 0 9px 0;
  font-size: 16px;
  line-height: 18px;
}
.fieldContainer div:last-child .fieldContainerValue {
  margin-bottom: 0;
}
.form-sameLine .fieldContainerValue {
  text-align: right;
  margin: 0;
  font-size: 16px;
}
.form-sameLine .fieldContainerLabel,
.form-sameLine .fieldContainerValue,
.form-sameLine .infoBoxLabelDescription {
  line-height: 30px;
}
.form-sameLine .richTextViewer,
.form-sameLine .textareaView {
  text-align: left;
  width: 100%;
}
.form-fullBorder .infoBoxLabelDescription {
  line-height: inherit;
}
.gm-style-iw,
.gm-style-iw-d {
  max-width: 250px !important;
  max-height: 250px !important;
}
.fieldContainer.gm-iw {
  font-size: initial;
}
.required {
  color: #fa3e3e;
  font-weight: 400;
}
.agreementsField .richTextAnchor {
  position: relative;
}
.agreementsField .richTextViewer {
  line-height: 31px;
}
.agreementsField .inputWrapper {
  padding-bottom: 0;
}
.agreementsField .acceptAll {
  padding: 10px 0;
}
.agreementsField .acceptAll input {
  margin-left: 0px;
}
.agreementsField td {
  padding-bottom: 10px;
}
.agreementsField table {
  position: relative;
  width: 100%;
}
.agreementsField table td:first-child {
  width: 35px;
}
.searchingGps {
  bottom: 45px;
  left: 50%;
  margin: 0 0 0 -80px;
  position: absolute;
  z-index: 4;
  width: 160px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  visibility: hidden;
  text-align: center;
}
.fadeIn {
  visibility: visible;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  transition: opacity .6s linear;
  -webkit-transition: opacity .6s linear;
  -moz-transition: opacity .6s linear;
}
.fadeOut {
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  transition: visibility 0s .6s, opacity .6s linear;
  -webkit-transition: visibility 0s .6s, opacity .6s linear;
  -moz-transition: visibility 0s .6s, opacity .6s linear;
}
.acceptedCircle,
.waitingCircle,
.canceledCircle {
  height: 133px;
  line-height: 133px;
  width: 133px;
  font-size: 128px;
}
.acceptedCircle {
  color: #35ac19;
}
.waitingCircle {
  color: #f6bf26;
}
.canceledCircle {
  color: #de3226;
}
.collapsable {
  border-bottom: 0px !important;
  padding-bottom: 12px;
}
.dateBoxContainer {
  position: relative;
}
.dateBoxPlaceholder,
.dateBoxValueholder {
  left: 10px;
  top: 16px;
  position: absolute;
  z-index: -1;
  font-size: 18px;
}
.dateBoxValueholder {
  color: #242424;
}
.dateBoxPlaceholder {
  color: #bdbdbd;
}
.dateBoxSelect {
  z-index: -1 !important;
}
.nfcImage {
  width: 265px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin: auto;
}
.nfcImage > .enabled svg {
  height: 180px;
  width: 100%;
}
.nfcImage > .disabled svg {
  width: 165px;
  height: 180px;
}
.nfcImage-small {
  width: 150px;
  margin: -30px auto;
}
.nfcLabel {
  font-size: 18px;
  text-align: left;
  padding: 0 5px 15px;
  display: block;
}
.nfcLabel b {
  color: #1865a3;
}
.nfcDisabled-phone {
  fill: #1865a3;
}
.nfcDisabled-mouth {
  fill: #717171;
}
.nfcDisabled-eyes {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #717171;
}
.nfcDisabled-text-1 {
  overflow: visible;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #4ba6e3;
}
.nfcDisabled-text-2 {
  overflow: visible;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1865a3;
}
.nfcEnabled-card {
  fill: #717171;
}
.nfcEnabled-phone,
.nfcEnabled-speaker,
.nfcEnabled-home,
.nfcEnabled-screen {
  stroke: #1865a3;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.nfcEnabled-phone,
.nfcEnabled-home,
.nfcEnabled-speaker {
  fill: #ffffff;
}
.nfcEnabled-screen {
  fill: transparent;
}
#card {
  animation: animationFrames ease-in-out 1.6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease-in-out 1.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease-in-out 1.6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(55%, 0%);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(55%, 0%);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(55%, 0%);
  }
}
.linkButton {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
  height: 50px;
}
.linkButton .inputButtonIcon {
  width: 20px;
  font-size: 20px;
  line-height: 42px;
  margin-left: 0;
  color: #4ba6e3;
}
.linkButton .inputButtonText {
  text-transform: uppercase;
  font-size: 14px;
  color: #4ba6e3;
}
.linkButton.inputButton-active {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.linkButton.inputButton-active .inputButtonIcon,
.linkButton.inputButton-active .inputButtonText {
  color: #46d9bf;
}
.mainContainer-loginPage .customHeader,
.mainContainer-homePage .customHeader {
  padding-top: 0;
}
.mainContainer-loginPage .topBarItem {
  color: #318fcb;
}
.mainContainer-loginPage {
  background-image: url("../img/login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.mainContainer-loginPage {
  background-position: bottom;
}
.mainContainer-loginPage .mainPanel,
.mainContainer-homePage .mainPanel,
.mainContainer-welcomePage .mainPanel {
  top: 0;
}
.mainContainer-loginPage .inputTextfield,
.mainContainer-loginPage .selectionfield,
.mainContainer-loginPage .autocompletefield {
  background: bottom left -moz-linear-gradient(#74c2e1, #74c2e1) no-repeat, bottom center -moz-linear-gradient(#74c2e1, #74c2e1) repeat-x, bottom right -moz-linear-gradient(#74c2e1, #74c2e1) no-repeat;
  background: bottom left -webkit-linear-gradient(#74c2e1, #74c2e1) no-repeat, bottom center -webkit-linear-gradient(#74c2e1, #74c2e1) repeat-x, bottom right -webkit-linear-gradient(#74c2e1, #74c2e1) no-repeat;
  background: bottom left linear-gradient(#74c2e1, #74c2e1) no-repeat, bottom center linear-gradient(#74c2e1, #74c2e1) repeat-x, bottom right linear-gradient(#74c2e1, #74c2e1) no-repeat;
  color: #757474;
  background-color: transparent;
  -moz-background-size: 1px 10px, 1px 1px, 1px 10px;
  -o-background-size: 1px 10px, 1px 1px, 1px 10px;
  -webkit-background-size: 1px 10px, 1px 1px, 1px 10px;
  background-size: 1px 10px, 1px 1px, 1px 10px;
}
.mainContainer-loginPage .inputTextfield:focus {
  background: bottom left -moz-linear-gradient(#4ba6e3, #4ba6e3) no-repeat, bottom center -moz-linear-gradient(#4ba6e3, #4ba6e3) repeat-x, bottom right -moz-linear-gradient(#4ba6e3, #4ba6e3) no-repeat;
  background: bottom left -webkit-linear-gradient(#4ba6e3, #4ba6e3) no-repeat, bottom center -webkit-linear-gradient(#4ba6e3, #4ba6e3) repeat-x, bottom right -webkit-linear-gradient(#4ba6e3, #4ba6e3) no-repeat;
  background: bottom left linear-gradient(#4ba6e3, #4ba6e3) no-repeat, bottom center linear-gradient(#4ba6e3, #4ba6e3) repeat-x, bottom right linear-gradient(#4ba6e3, #4ba6e3) no-repeat;
  background-color: transparent;
  -moz-background-size: 1px 10px, 1px 1px, 1px 10px;
  -o-background-size: 1px 10px, 1px 1px, 1px 10px;
  -webkit-background-size: 1px 10px, 1px 1px, 1px 10px;
  background-size: 1px 10px, 1px 1px, 1px 10px;
}
.mainContainer-loginPage input::-webkit-input-placeholder {
  color: #757474 !important;
}
.mainContainer-loginPage::-moz-placeholder {
  color: #757474 !important;
}
.mainContainer-loginPage .inputButton {
  background-color: #4ba6e3;
  color: #ffffff;
  border: none !important;
}
.mainContainer-loginPage .inputButton-active {
  background-color: #46d9bf;
}
.mainContainer-loginPage .inputButton-backspace .inputButtonIcon {
  color: #ffffff;
}
.mainContainer-loginPage .linkButton .inputButtonText,
.mainContainer-loginPage .linkButton .inputButtonIcon {
  color: #318fcb;
}
.mainContainer-loginPage .linkButton.inputButton-active .inputButtonText,
.mainContainer-loginPage .linkButton.inputButton-active .inputButtonIcon {
  color: #4ba6e3;
}
.mainContainer-loginPage .inputTextfield-withAction .select,
.mainContainer-loginPage .authenticationClear,
.mainContainer-loginPage .passwordEye {
  color: #4ba6e3;
}
.mainContainer-loginPage .customHeader,
.mainContainer-loginPage .customFooter {
  color: #318fcb;
}
.mainContainer.mainContainer-loginPage .popupContainer,
.mainContainer.mainContainer-homePage .popupContainer {
  padding-top: 0;
}
.topBarItem-loginPage {
  width: 50px;
  font-size: 28px;
}
.topBarItem-loginPage.topBarRight,
.topBarItem-homePage.topBarRight {
  right: 0;
}
.topBarItem-homePage.topBarLeft,
.topBarItem-homePage.topBarLeft {
  left: 0;
}
.loginPage .formPanel {
  padding-top: 0;
}
.loginPage .actionPanel {
  padding-top: 15px;
}
.loginPage .customFooter {
  padding: 0 10px;
}
.mainContainer-homePage .customHeaderContainer {
  background-color: #4ba6e3;
  border: 0;
  border-bottom: 1px;
  border-color: #2290d9;
  border-style: solid;
}
.mainContainer-homePage .form-noSpace,
.mainContainer-homePage .form-smallTopSpace,
.mainContainer-homePage .form-noSpace .formContent,
.mainContainer-homePage .form-smallTopSpace .formContent {
  padding: 0;
}
.mainContainer-homePage .customHeader {
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
}
.actionPanel-list .inputButton {
  margin: 0;
  background: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
  box-sizing: content-box;
  padding: 13px 0px;
  height: auto;
}
.actionPanel-list .inputButtonIcon {
  background-color: #f7a00a;
  display: block;
  float: left;
  margin: 0 15px;
}
.actionPanel-list .inputButton-active {
  box-shadow: none !important;
  background-color: #fff7e3;
}
.actionPanel-list .inputButtonText {
  color: #242424;
  font-weight: 800;
  font-size: 15px;
}
.actionPanel-list .inputButtonText,
.actionPanel-list .inputButtonDescription {
  white-space: normal;
}
.actionPanel-list .inputButtonDescription {
  color: #717171;
  font-size: 14px;
  padding-top: 3px;
  display: block;
}
.actionPanel-list .inputButtonIconContainer,
.actionPanel-list .inputButtonTextContainer {
  display: table-cell;
  vertical-align: middle;
}
.actionPanel-list .inputButtonTextContainer-noDescription {
  vertical-align: middle !important;
  padding-top: 0 !important;
}
.actionPanel-list .inputButtonTextContainer {
  max-width: 65vw;
  height: 0;
  padding-top: 3px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 4;
  width: 100%;
  height: 100%;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 14;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(35));
  filter: alpha(opacity = (35));
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
/* Pagination Styles */
.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 14;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper-pagination.swiper-pagination-hidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  padding: 20px 0;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #88bfec;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  background: #1e75bd;
  -webkit-box-shadow: 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 1px #ffffff;
  box-shadow: 0px 0px 1px #ffffff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 14;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 4;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 3;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 53;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 53;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 13;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.marketplace .price,
.marketplace .oldPrice {
  font-weight: 400;
}
.marketplace .oldPrice {
  font-size: 12.5px;
  padding-top: 3px;
}
.marketplace .price {
  font-size: 16px;
}
.oldPrice {
  color: #a3a3a3;
  text-decoration: line-through;
}
.notAvailable {
  text-decoration: line-through;
}
.extendedInfo .rowTitle,
.extendedInfo .rowDescription {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.extendedInfo .rowTitle {
  max-height: 38px;
}
.extendedInfo .rowDescription {
  max-height: 34px;
}
.extendedInfo-large .rowTitle {
  max-height: 60px;
  -webkit-line-clamp: 3;
}
.extendedInfo-large .rowDescription {
  max-height: 60px !important;
  -webkit-line-clamp: 4;
}
.rangeFrom,
.rangeTo {
  width: 48%;
}
.rangeFrom-small {
  width: 27%;
}
.rangeFrom-small + .rangeTo {
  width: 71%;
}
.rangeFrom-tiny {
  width: 15%;
}
.rangeFrom-tiny + .rangeTo {
  width: 83%;
}
.distance,
.amountTime {
  width: 40%;
}
.address,
.timeField {
  width: 58%;
}
.rangeFrom,
.rangeTo,
.distance,
.amountTime,
.address,
.timeField {
  display: inline-block;
}
.rangeTo,
.address,
.timeField {
  float: right;
}
.entityLinks .anchor {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.entityLinks .anchor-multiple {
  line-height: 16px;
}
.iconTitle {
  position: relative;
}
.iconTitle span {
  vertical-align: top;
}
.iconTitle-action {
  padding-right: 30px;
}
.iconTitle .iconAction {
  top: 0;
}
.iconTitle .icon,
.iconTitle .label {
  line-height: 15px;
  font-size: 15px;
  display: table-cell;
}
.iconTitle .label {
  padding-left: 10px;
}
.iconTitle .icon {
  font-family: cyclosfont;
  width: 16px;
}
.iconTitle .description {
  font-size: 13px;
  line-height: 13px;
  display: block;
  padding: 2px 0 11px 26px;
  color: #717171;
}
.iconTitle.question .icon,
.iconTitle.question .label {
  color: #1865a3;
}
.answer .icon {
  text-align: center;
}
.iconTitle-distance span {
  font-size: 16px !important;
}
.iconTitle-distance .icon {
  line-height: 14px !important;
}
.breadcrumb {
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 15px;
}
.breadcrumbSeparator,
.breadcrumbItem {
  display: inline-block;
  color: #1865a3;
  font-size: 14px;
}
.breadcrumbSeparator {
  padding: 0 2px;
}
.breadcrumbItem {
  padding: 0 5px;
  cursor: pointer;
}
/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 3;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #4ba6e3;
  cursor: default;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #ffffff;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*! END nouislider - 11.0.3 - 2018-01-21 14:04:07 */
.sliderContainer {
  padding: 20px 15px 10px;
}
.sliderValueContainer {
  font-size: 16px;
}
.sliderLabel {
  padding-right: 5px;
}
.rowStatus {
  font-weight: 400;
  color: #1865a3;
}
.mapIcon {
  text-align: center;
  margin-bottom: 5px;
}
.mapIcon img {
  width: 60px;
}
.mapIcon-disabled img {
  -webkit-filter: grayscale(100%) contrast(80%);
  -moz-filter: grayscale(100%) contrast(80%);
  -o-filter: grayscale(100%) contrast(80%);
  -ms-filter: grayscale(100%) contrast(80%);
  filter: grayscale(100%) contrast(80%);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
  filter: alpha(opacity = (70));
}
.pin {
  text-align: center;
  padding-top: 10px;
}
.pin .authentication,
.pin .pinContainer {
  display: table;
  max-width: 295px;
  margin: auto;
  width: 100%;
  border-spacing: 7px 0;
}
.pinRow {
  display: table-row;
}
.pinCell {
  display: table-cell;
  max-width: 56px;
  text-align: center;
}
.pin .inputTextfield {
  background: #ffffff none !important;
  border: 1px solid #cccccc;
  height: 45px;
  width: 100%;
  text-align: center;
  font-size: 36px;
  /* Due to webview bug this is the max common size that can be used for password characters */
  padding-top: 19px;
  color: inherit !important;
}
.pin .inputTextfield-error {
  border-color: #fa3e3e;
}
.pin .inputTextfield:disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100)) !important;
  filter: alpha(opacity = (100)) !important;
}
.pinPad {
  max-width: 280px;
  width: 100%;
  margin-top: 25px;
}
.pinPad {
  border-top: 1px solid;
  border-left: 1px solid;
}
.pinPad .inputButton-col3 {
  border-bottom: 1px solid;
  border-right: 1px solid;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.pinPad .inputButton-col3,
.pinPad {
  border-color: #cccccc;
}
.pinPad .inputButton {
  background-color: #f1f1f1;
  box-shadow: none;
  color: #555555;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
}
.pinPad .inputButton-active {
  background-color: #bcf1e8;
  color: #555555;
  box-shadow: none !important;
}
.pinPad .inputButton-active:disabled {
  background-color: #f1f1f1;
}
.pinPad .noIconButtonStyle .inputButtonIcon {
  height: 20px;
  line-height: 20px;
  color: #717171;
  font-size: 20px;
}
.pinPad .inputButton-active:disabled,
.pinPad .inputButton:disabled,
.pinPad .inputButton:disabled .inputButtonIcon {
  color: #d3d3d3;
}
.hierarchy-parent .optionLabel {
  font-weight: 400;
  padding-left: 10px;
}
.hierarchy-parent .optionCheck + .optionLabel {
  padding-left: 0;
}
.hierarchy-leaf.row-active {
  font-weight: 100 !important;
}
.contentBox-singleOption .hierarchy-leaf.row-active .optionLabel:after {
  content: "✔";
  padding-left: 10px;
  color: #74c2e1;
  line-height: 16px;
  font-size: 22px;
}
.hierarchy-leaf .optionLabel {
  padding-left: 0;
}
.contentBox-singleOption .hierarchy-leaf .optionLabel {
  padding-left: 10px;
}
.hierarchy-1.hierarchy-parent .optionLabel:before,
.hierarchy-1.hierarchy-leaf .optionLabel:before,
.hierarchy-2.hierarchy-parent .optionLabel:before,
.hierarchy-2.hierarchy-leaf .optionLabel:before,
.hierarchy-3.hierarchy-leaf .optionLabel:before {
  content: "↳";
  padding-right: 10px;
}
.hierarchy-2.hierarchy-leaf .rowInfoContainer,
.hierarchy-3.hierarchy-leaf .rowInfoContainer {
  padding-left: 43px;
}
.hierarchy-2.hierarchy-parent .rowInfoContainer {
  padding-left: 41px;
}
.contentBox-singleOption .hierarchy-2.hierarchy-parent .rowInfoContainer,
.contentBox-singleOption .hierarchy-2.hierarchy-leaf .rowInfoContainer {
  padding-left: 24px;
}
.hierarchy-3.hierarchy-leaf .rowInfoContainer {
  padding-left: 86px;
}
.contentBox-singleOption .hierarchy-3.hierarchy-leaf .rowInfoContainer {
  padding-left: 48px;
}
.disclaimer {
  padding: 5px 15px;
  color: #525252;
}
.stepCount {
  width: 100%;
  padding-top: 21px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.stepCount-smallSpace {
  padding-top: 14px;
}
.starsRating {
  display: inline-block;
  vertical-align: middle;
}
.starsRating.fieldContainerValue {
  margin-left: -2px;
}
.ratingLabel {
  vertical-align: top;
  padding-left: 5px;
}
.star {
  color: rgba(0, 0, 0, 0.26);
  position: relative;
  display: inline-block;
}
.starIcon {
  display: flex;
}
.star svg {
  fill: currentColor;
  display: inline-block;
}
.starIcon,
.star svg {
  width: 24px;
  height: 24px;
}
.star-FULL,
.star-HALF {
  color: #ffb400;
}
.star-HALF {
  width: 50%;
  overflow: hidden;
  z-index: 4;
  position: absolute;
}
.optionWithStars .starsRating {
  width: 70%;
  text-align: right;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}
.optionWithStars .starsRating,
.ratingLabel {
  line-height: 27px;
}
.optionWithStars > span {
  width: 30%;
  display: inline-block;
}
.inputTextfield-readOnly .starsRating,
.inputTextfield-readOnly .optionWithStars > span {
  width: auto;
  line-height: 1px;
  vertical-align: middle;
}
.inputTextfield-readOnly .starsRating {
  margin-left: 10px;
}
.score {
  font-size: 45px;
  padding-right: 10px;
  font-weight: 400;
}
.score,
.overall {
  vertical-align: middle;
  display: inline-block;
}
.ratingStats .starIcon,
.ratingStats svg {
  width: 30px;
  height: 30px;
}
.ratingStats .infoBoxLabelSmallLeft {
  padding-left: 6px;
}
.accountWithNumber {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 55px);
}
.accountWithNumber span {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.booleanField .accountWithNumber {
  width: calc(100% - 44px);
}
.listContent .inputButton,
.listContent .inputButtonTextContainer,
.listContent .inputButtonText {
  white-space: normal;
}
.listContent .inputButtonTextContainer {
  width: calc(100% - 55px);
}
.form-search.form-sameLine .fieldContainerLabel,
.form-search.form-sameLine .fieldContainerValue {
  font-size: 14px;
}
.form-search.form-sameLine .fieldContainerLabel,
.form-search.form-sameLine .fieldContainerValue {
  line-height: 21px;
}
.ha-viewProfile,
.ha-editProfile,
.ha-notifications,
.ha-scanQr,
.ha-shoppingCart,
.ha-messages {
  display: none;
}
.adHeader > span {
  display: inline-block;
  padding: 15px;
  line-height: normal;
  white-space: normal;
}
.adHeader .iconAction {
  top: 16px;
}
.topBarButton.quickAction {
  display: block;
}
.sideNav .quickAction,
.sideNav .quickAction + .separator {
  display: none;
}
.hideQuickActions .topBarButton.quickAction {
  display: none;
}
.hideQuickActions.sideNav .quickAction,
.hideQuickActions.sideNav .quickAction + .separator {
  display: inline-block;
}
.customHomeHidden {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(42, 42, 42, 0.6);
}
.sideNav {
  position: absolute;
  right: 100%;
  width: 90%;
  background-color: #ffffff;
  z-index: 1;
}
.sideNavVisible {
  transition: right 300ms;
  -webkit-transition: right 300ms;
  position: relative;
  right: 0;
  -webkit-box-shadow: 0 0 10px 1px #616161;
  -moz-box-shadow: 0 0 10px 1px #616161;
  box-shadow: 0 0 10px 1px #616161;
}
.sideNav .customHeaderContainer {
  border-color: #ebebeb;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.sideNav .customHeader {
  padding: 0 40px;
}
.sideNav .topBarItem {
  position: absolute;
  right: 9px;
  color: #1f7e9b;
}
.sideNav .menuAction {
  width: 100%;
}
.sideNav .menuAction:last-child {
  padding-bottom: 10px;
}
.sideNav .menuAction .inputButton {
  min-height: 44px;
  height: 44px;
  padding: 0 0 0 18px;
  text-align: left;
  border-bottom: 0;
  position: relative;
}
.sideNav .menuAction .inputButtonSvg {
  line-height: 54px !important;
}
.sideNav .menuAction .inputButtonIconContainer {
  width: 60px;
}
.sideNav .menuAction .inputButtonTextContainer {
  width: calc(100% - 78px);
}
.sideNav .menuAction .inputButtonTextContainer-withBadge {
  width: calc(100% - 112px);
}
.sideNav .menuAction .inputButtonIconContainer,
.sideNav .menuAction .inputButtonTextContainer {
  display: inline-block;
  vertical-align: middle;
}
.sideNav .menuAction .inputButtonIcon,
.sideNav .menuAction .inputButtonText {
  width: 100%;
}
.sideNav .menuAction .inputButtonIcon {
  font-size: 20px;
  line-height: 48px;
}
.sideNav .menuAction .inputButtonText {
  padding-top: 0;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
  font-size: 15px;
}
.sideNav .menuAction .inputButtonBadge {
  position: absolute;
  right: 18px;
  top: 14px;
  background: #4ba6e3;
  color: white;
  font-weight: bold;
  padding: 4px 0;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  width: 30px;
}
.sideNav .homeImagePanel {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
  width: 90%;
}
.sideNav .homeImagePanel .thumbnailHolder {
  border: 0;
  width: 62px;
  height: 62px;
  font-size: 38px;
  line-height: 62px;
}
.sideNav .homeImagePanel .title {
  margin-top: 12px;
  font-size: 16px;
}
.sideNav .homeImagePanel .title,
.sideNav .homeImagePanel .subtitle {
  padding: 0;
  color: #525252;
}
.sideNav .paragraphSeparator {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  height: 1px;
  margin: 12px 0;
}
.appContent .posHome {
  display: none;
}
.posContent .appHome {
  display: none;
}
.customHome .pullDownContainer,
.customHome .pullDownRefresh {
  z-index: auto;
}
.iconMessage {
  text-align: center;
}
.iconMessage-spaced {
  padding-bottom: 32px;
}
.iconMessage .icon {
  font-family: cyclosfont;
  font-size: 36px;
  padding-bottom: 10px;
  color: #1e75bd;
}
.iconMessage .message {
  font-size: 17px;
}
.mainContainer-customHome {
  background-color: #f3f3f3;
}
.mainContainer-customHome .topPanel {
  border-bottom: 0 !important;
}
.mainContainer-customHome .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  grid-template-rows: 40px auto auto;
  grid-template-areas: "balance balance" "welcome welcome" "pay receive";
  background-color: #4ba6e3;
  color: #ffffff;
  padding: 26px 32px 32px 32px;
}
.mainContainer-customHome .grid-radius {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.mainContainer-customHome .balance {
  grid-area: balance;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainContainer-customHome .welcome {
  grid-area: welcome;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 26px;
  text-align: center;
}
.mainContainer-customHome .pay,
.mainContainer-customHome .receive {
  background-color: #ffffff;
  color: #313131;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 16px;
  border: 0;
}
.mainContainer-customHome .pay {
  grid-area: pay;
  margin-right: 11px;
}
.mainContainer-customHome .receive {
  grid-area: receive;
  margin-left: 11px;
}
.mainContainer-customHome .pay img,
.mainContainer-customHome .receive img {
  height: 80px;
}
.mainContainer-customHome .imageText {
  display: block;
}
.mainContainer-customHome .homeTitle {
  padding: 24.375px 0 12px;
  font-size: 18.75px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  font-family: sans-serif;
}
.mainContainer-customHome .listWrapper {
  background: #ffffff;
  padding-left: 0;
  padding-right: 0;
  margin-right: 33px;
  margin-left: 33px;
  padding: 15px;
  border-radius: 9px;
}
.mainContainer-customHome .rowInfoRight {
  width: 33%;
}
.mainContainer-customHome .more {
  padding: 13px 0 0;
  font-size: 16px;
}
.mainContainer-customHome .appContent > .refreshPanel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.circleNotification {
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 10%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3;
}
.circleNotification .toast {
  transform: translate(-400px);
  transition: 1s;
  border-radius: 0px 5px 5px 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  padding-right: 20px;
  background-color: #ffffff;
  border-left: solid 5px;
}
.circleNotification .toast-accepted {
  border-color: #35ac19;
}
.circleNotification .toast-waiting {
  border-color: #f6bf26;
}
.circleNotification .toast-canceled {
  border-color: #de3226;
}
.circleNotification .acceptedCircle,
.circleNotification .waitingCircle,
.circleNotification .canceledCircle {
  height: auto;
  line-height: 105px;
  width: auto;
  font-size: inherit;
  margin: 0 30px 0 20px;
}
.circleNotification .info {
  padding: 24.5px 0;
  overflow: hidden;
}
.circleNotification .slideIn {
  transform: translateX(0);
  opacity: 1;
}
.circleNotification .slideOut {
  transform: translateX(400px);
  opacity: 0;
}
.circleNotification .circleBox {
  float: left;
  font-size: 62.5px;
  margin: 0;
}
.circleNotification .title {
  font-size: 18.75px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.circleNotification .description {
  font-size: 13.75px;
  font-style: italic;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.circleNotification .close {
  position: absolute;
  top: 0;
  right: 0;
  font-family: cyclosfont;
  margin: 5px 10px 10px 20px;
  font-size: 20px;
}
.multiActionSearchFilter .filterButton {
  width: 80%;
}
.multiActionSearchFilter .filterButton-secondAction {
  width: 20%;
  text-align: right;
}
.multiActionSearchFilter .mapOverlay.filterButton-secondAction {
  right: 0;
}
.notificationSetting .fontIcon {
  display: inline-block;
  margin: 20px 20px 0 0;
  color: #d3d3d3;
}
.notificationSetting .fontIcon-enabled {
  color: #74c2e1;
}
.registrationContainer {
  display: grid;
  padding-top: 20px;
}
.inputWrapper-noForm {
  margin-left: 15px;
  margin-right: 15px;
}
.history .infoBox {
  border-bottom: none;
}
.history .infoBox-small {
  border-top: 1px solid #dddddd
}
.showInfo .fontIcon {
  vertical-align: bottom;
  color: #717171;
  padding-right: 5px;
  font-size: 20px;
}
.showInfo .more {
  font-size: 15px;
  color: #1865a3;
}
.installmentPreviewRow .listPicture,
.installmentViewRow .listPicture {
  width: 30px;
  height: 30px;
  line-height: 23px;
  font-size: 16px;
  background: none;
  color: inherit;
  font-weight: 400;
}
.installmentViewRow .listPicture {
  height: 60px;
  line-height: 60px;
}
.copyContent {
  -moz-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}
.copyContent-icon {	
  display: inline-block;
  width: 100%;
}
.copyContent-icon:after {
  content: '\0E040';
  float: right;
  font-family: 'cyclosfont';
  font-size: 14px;
}
#snackbar {
  visibility: hidden;
  min-width: 120px;
  margin-left: -60px; /* Divide value of min-width by 2 */
  background-color: #333;
  color: #fff;
  text-align: center;
    -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 999;
  left: 50%; 
  bottom: 30px;
}
#snackbar.show {
  visibility: visible;  
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.flag {
  width: 31px;
  height: 20px;
  vertical-align: top;
  margin-right: 10px;
}
.optionsSearch {
  padding: 10px 15px;
}