@charset "UTF-8";
/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/*App colors*/
.com-anm22-app-width-select {
  width: 40%;
}

.com-anm22-app-color-gray {
  color: #90A4AE;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Body */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #263238;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
}

/*Flex*/
.flex-horizontal-center {
  justify-content: center;
}

.display-flex, button,
.com-anm22-button, .wg-row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

/* Link */
a {
  outline: 0;
  border: 0;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  color: #263238;
  cursor: pointer;
}
a > * {
  cursor: pointer;
}

/* Image */
img {
  border: 0;
  vertical-align: middle;
  display: block;
}

/* Iframe */
iframe {
  width: 100%;
  height: 150px;
  min-height: 100px;
  border: 0;
  display: block;
}

/* Grid system */
.wg-row {
  width: 100%;
}

.wg-col {
  width: 100%;
}

.wg-xs-12 {
  width: 100%;
}

.wg-xs-11 {
  width: 91.666666%;
}

.wg-xs-10 {
  width: 83.333333%;
}

.wg-xs-9 {
  width: 75%;
}

.wg-xs-8 {
  width: 66.666666%;
}

.wg-xs-7 {
  width: 58.333333%;
}

.wg-xs-6 {
  width: 50%;
}

.wg-xs-5 {
  width: 41.6666666%;
}

.wg-xs-4 {
  width: 33.3333333%;
}

.wg-xs-3 {
  width: 25%;
}

.wg-xs-2 {
  width: 16.6666666%;
}

.wg-xs-1 {
  width: 8.3333333%;
}

.wg-xs-none {
  display: none;
}

@media (min-width: 768px) {
  [class*=wg-sm-] {
    display: block;
  }

  .wg-sm-12 {
    width: 100%;
  }

  .wg-sm-11 {
    width: 91.666666%;
  }

  .wg-sm-10 {
    width: 83.333333%;
  }

  .wg-sm-9 {
    width: 75%;
  }

  .wg-sm-8 {
    width: 66.666666%;
  }

  .wg-sm-7 {
    width: 58.333333%;
  }

  .wg-sm-6 {
    width: 50%;
  }

  .wg-sm-5 {
    width: 41.6666666%;
  }

  .wg-sm-4 {
    width: 33.3333333%;
  }

  .wg-sm-3 {
    width: 25%;
  }

  .wg-sm-2 {
    width: 16.6666666%;
  }

  .wg-sm-1 {
    width: 8.3333333%;
  }

  .wg-sm-none {
    display: none;
  }
}
@media (min-width: 992px) {
  [class*=wg-md-] {
    display: block;
  }

  .wg-md-12 {
    width: 100%;
  }

  .wg-md-11 {
    width: 91.666666%;
  }

  .wg-md-10 {
    width: 83.333333%;
  }

  .wg-md-9 {
    width: 75%;
  }

  .wg-md-8 {
    width: 66.666666%;
  }

  .wg-md-7 {
    width: 58.333333%;
  }

  .wg-md-6 {
    width: 50%;
  }

  .wg-md-5 {
    width: 41.6666666%;
  }

  .wg-md-4 {
    width: 33.3333333%;
  }

  .wg-md-3 {
    width: 25%;
  }

  .wg-md-2 {
    width: 16.6666666%;
  }

  .wg-md-1 {
    width: 8.3333333%;
  }

  .wg-md-none {
    display: none;
  }
}
@media (min-width: 1170px) {
  [class*=wg-lg-] {
    display: block;
  }

  .wg-lg-12 {
    width: 100%;
  }

  .wg-lg-11 {
    width: 91.666666%;
  }

  .wg-lg-10 {
    width: 83.333333%;
  }

  .wg-lg-9 {
    width: 75%;
  }

  .wg-lg-8 {
    width: 66.666666%;
  }

  .wg-lg-7 {
    width: 58.333333%;
  }

  .wg-lg-6 {
    width: 50%;
  }

  .wg-lg-5 {
    width: 41.6666666%;
  }

  .wg-lg-4 {
    width: 33.3333333%;
  }

  .wg-lg-3 {
    width: 25%;
  }

  .wg-lg-2 {
    width: 16.6666666%;
  }

  .wg-lg-1 {
    width: 8.3333333%;
  }

  .wg-lg-none {
    display: none;
  }
}
.wg-p-clean > .wg-col:first-child {
  padding-left: 0 !important;
}

.wg-p-clean > .wg-col:last-child {
  padding-right: 0 !important;
}

.wg-p-clean {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wg-p-xs-0 {
  padding: 0;
}

.wg-p-xs-c-0 {
  padding: 0;
}

.wg-p-xs-0 > .wg-col {
  padding: 0;
}

.wg-p-xs-5 {
  padding: 2.5px;
}

.wg-p-xs-5 > .wg-col {
  padding: 2.5px;
}

.wg-p-xs-c-5 {
  padding: 5px;
}

.wg-p-xs-10 {
  padding: 5px;
}

.wg-p-xs-10 > .wg-col {
  padding: 5px;
}

.wg-p-xs-c-10 {
  padding: 10px;
}

.wg-p-xs-15 {
  padding: 7.5px;
}

.wg-p-xs-15 > .wg-col {
  padding: 7.5px;
}

.wg-p-xs-c-15 {
  padding: 15px;
}

.wg-p-xs-20 {
  padding: 10px;
}

.wg-p-xs-20 > .wg-col {
  padding: 10px;
}

.wg-p-xs-c-20 {
  padding: 20px;
}

@media (min-width: 768px) {
  .wg-p-sm-clean > .wg-col:first-child {
    padding-left: 0;
  }

  .wg-p-sm-clean > .wg-col:last-child {
    padding-right: 0;
  }

  .wg-p-sm-0 {
    padding: 0;
  }

  .wg-p-sm-0 > .wg-col {
    padding: 0;
  }

  .wg-p-sm-c-0 {
    padding: 0;
  }

  .wg-p-sm-5 {
    padding: 2.5px;
  }

  .wg-p-sm-5 > .wg-col {
    padding: 2.5px;
  }

  .wg-p-sm-c-5 {
    padding: 5px;
  }

  .wg-p-sm-10 {
    padding: 5px;
  }

  .wg-p-sm-10 > .wg-col {
    padding: 5px;
  }

  .wg-p-sm-c-10 {
    padding: 10px;
  }

  .wg-p-sm-15 {
    padding: 7.5px;
  }

  .wg-p-sm-15 > .wg-col {
    padding: 7.5px;
  }

  .wg-p-sm-c-15 {
    padding: 15px;
  }

  .wg-p-sm-20 {
    padding: 10px;
  }

  .wg-p-sm-20 > .wg-col {
    padding: 10px;
  }

  .wg-p-sm-c-20 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .wg-p-md-clean > .wg-col:first-child {
    padding-left: 0;
  }

  .wg-p-md-clean > .wg-col:last-child {
    padding-right: 0;
  }

  .wg-p-md-0 {
    padding: 0;
  }

  .wg-p-md-0 > .wg-col {
    padding: 0;
  }

  .wg-p-md-c-0 {
    padding: 0;
  }

  .wg-p-md-5 {
    padding: 2.5px;
  }

  .wg-p-md-5 > .wg-col {
    padding: 2.5px;
  }

  .wg-p-md-c-5 {
    padding: 5px;
  }

  .wg-p-md-10 {
    padding: 5px;
  }

  .wg-p-md-10 > .wg-col {
    padding: 5px;
  }

  .wg-p-md-c-10 {
    padding: 10px;
  }

  .wg-p-md-15 {
    padding: 7.5px;
  }

  .wg-p-md-15 > .wg-col {
    padding: 7.5px;
  }

  .wg-p-md-c-15 {
    padding: 15px;
  }

  .wg-p-md-20 {
    padding: 10px;
  }

  .wg-p-md-20 > .wg-col {
    padding: 10px;
  }

  .wg-p-md-c-20 {
    padding: 20px;
  }
}
@media (min-width: 1170px) {
  .wg-p-lg-clean > .wg-col:first-child {
    padding-left: 0;
  }

  .wg-p-lg-clean > .wg-col:last-child {
    padding-right: 0;
  }

  .wg-p-lg-0 {
    padding: 0;
  }

  .wg-p-lg-0 > .wg-col {
    padding: 0;
  }

  .wg-p-lg-c-0 {
    padding: 0;
  }

  .wg-p-lg-5 {
    padding: 2.5px;
  }

  .wg-p-lg-5 > .wg-col {
    padding: 2.5px;
  }

  .wg-p-lg-c-5 {
    padding: 5px;
  }

  .wg-p-lg-10 {
    padding: 5px;
  }

  .wg-p-lg-10 > .wg-col {
    padding: 5px;
  }

  .wg-p-lg-c-10 {
    padding: 10px;
  }

  .wg-p-lg-15 {
    padding: 7.5px;
  }

  .wg-p-lg-15 > .wg-col {
    padding: 7.5px;
  }

  .wg-p-lg-15 {
    padding: 15px;
  }

  .wg-p-lg-20 {
    padding: 10px;
  }

  .wg-p-lg-20 > .wg-col {
    padding: 10px;
  }

  .wg-p-lg-c-20 {
    padding: 20px;
  }
}
.f-align-center {
  align-items: center;
  -webkit-align-items: center;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.com-anm22-app-white-container-no-padding, .com-anm22-app-white-container {
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
}

.com-anm22-app-white-container {
  padding: 10px;
}

.white-container-bg-red {
  background: #FFCDD2 !important;
}

.white-container-bg-green {
  background: #C8E6C9 !important;
}

.white-container-bg-yellow {
  background: #FFF9C4 !important;
}

.com-anm22-align-top {
  vertical-align: top;
}

.com-anm22-max-width-100-px {
  max-width: 100px !important;
}

.com-anm22-no-padding {
  padding: 0 !important;
}

.com-anm22-user-search-line {
  width: 100%;
  position: static;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #888;
  max-width: 300px;
  cursor: pointer;
}

.com-anm22-work-search-line {
  width: 100%;
  position: static;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #888;
  max-width: 300px;
  cursor: pointer;
}

.com-anm22-work-list-item {
  margin-bottom: 10px;
}

.com-anm22-user-list-item {
  margin-bottom: 10px;
}

.com-anm22-search-bar-lower-div {
  padding-top: 10px;
}

.com-anm22-user-search-line:hover {
  background-color: #ccc;
}

.com-anm22-work-search-line:hover {
  background-color: #ccc;
}

.com-anm22-search-bar-upper-div {
  position: relative;
  display: block;
}

pre {
  font-size: 12px !important;
}

.com-anm22-position-absolute {
  position: absolute !important;
}

.com-anm22-max-400 {
  max-width: 400px !important;
  text-align: left !important;
  display: inline-block;
  width: 100%;
}

font {
  font-size: 12px !important;
}

table > * {
  font-size: 11px;
}

.com-anm22-round {
  border-radius: 10000px !important;
}

.com-anm22-align-middle {
  vertical-align: middle !important;
}

.com-anm22-overflow-div {
  overflow: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #999;
}

.com-anm22-overflow-internal {
  min-width: 1100px;
  padding: 5px;
}

.com-anm22-app-display-none {
  display: none !important;
}

.com-anm22-app-display-none-soft {
  display: none;
}

.com-anm22-app-position-relative {
  position: relative;
}

.com-anm22-app-position-fixed {
  position: fixed;
}

.com-anm22-fixed-div-for-icon {
  width: 45px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.com-anm22-data-after-icon {
  width: auto;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.com-anm22-app-pointer {
  cursor: pointer;
}

.com-anm22-app-pointer * {
  cursor: pointer;
}

.com-anm22-app-align-right {
  text-align: right !important;
}

.com-anm22-app-align-center {
  text-align: center !important;
}

.com-anm22-app-error {
  color: #d35746 !important;
}

.com-anm22-app-italic {
  font-style: italic;
}

.com-anm22-red {
  color: #F44336 !important;
}

.com-anm22-green {
  color: #4CAF50 !important;
}

/*****************************/
/*Column divs**************/
/*****************************/
/*Row*/
.com-anm22-app-row {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 0;
}

/*Cols - Generic*/
.com-anm22-app-div-cols {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

/*1 Col*/
.com-anm22-app-div-1-col {
  width: 8.33% !important;
}

/*2 Col*/
.com-anm22-app-div-2-col {
  width: 16.66% !important;
}

/*3 Col*/
.com-anm22-app-div-3-col {
  width: 25% !important;
}

/*4 Col*/
.com-anm22-app-div-4-col {
  width: 33.33% !important;
}

/*5 Col*/
.com-anm22-app-div-5-col {
  width: 41.66% !important;
}

/*6 Col*/
.com-anm22-app-div-6-col {
  width: 50% !important;
}

/*7 Col*/
.com-anm22-app-div-7-col {
  width: 58.33% !important;
}

/*8 Col*/
.com-anm22-app-div-8-col {
  width: 66.66% !important;
}

/*9 Col*/
.com-anm22-app-div-9-col {
  width: 75% !important;
}

/*10 Col*/
.com-anm22-app-div-10-col {
  width: 83.33% !important;
}

/*11 Col*/
.com-anm22-app-div-11-col {
  width: 91.66% !important;
}

/*12 Col*/
.com-anm22-app-div-12-col {
  width: 100% !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .com-anm22-app-responsive-two-cols-wide {
    width: 50% !important;
    position: static;
    padding-right: 0;
  }
}
@media only screen and (max-width: 782px) {
  .com-anm22-app-responsive-cols {
    width: 100% !important;
    position: static;
    padding-right: 0;
  }

  .com-anm22-app-responsive-two-cols {
    width: 50% !important;
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  .com-anm22-app-responsive-two-cols-wide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  .com-anm22-app-responsive-tight {
    width: 100% !important;
    position: static;
    padding-right: 0;
  }

  .com-anm22-app-responsive-two-cols {
    width: 100% !important;
    padding-right: 0;
  }
}
/*****************************/
/*Map*************************/
/*****************************/
/*Container*/
.com-anm22-app-map-div {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  display: block;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
}

/*Map Image*/
.com-anm22-app-map {
  max-width: 700px;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}

/*Map Icon*/
.com-anm22-app-map-icon {
  position: absolute;
  width: 30px;
  height: auto;
}

.com-anm22-white-bar {
  min-width: 220px;
  height: 29px !important;
  padding: 0 8px;
  z-index: 90;
  background: #FFF;
  border-bottom: 1px #ccc solid;
  box-sizing: border-box;
  font-size: 0;
}

/*****************************/
/*Linear element**************/
/*****************************/
/*Generic*/
.com-anm22-app-linear-elem {
  box-sizing: border-box;
  background-color: #ecf0f1;
  width: 96%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.com-anm22-app-linear-elem:hover {
  background-color: #95a5a6;
}

/*Generic-Description*/
.com-anm22-app-linear-elem .description {
  text-align: left;
  color: #2c3e50;
  box-sizing: border-box;
}

/*S-Generic*/
.com-anm22-app-linear-elem-s {
  margin-bottom: 5px;
}

/*M-Generic*/
.com-anm22-app-linear-elem-m {
  margin-bottom: 10px;
  font-size: 15px;
}

/*L-Generic*/
.com-anm22-app-linear-elem-l {
  margin-bottom: 15px;
}

/*S-Description*/
.com-anm22-app-linear-elem-s .description {
  padding: 5px;
  font-size: 14px;
}

/*M-Description*/
.com-anm22-app-linear-elem-m .description {
  padding: 10px;
  font-size: 18px;
}

/*L-Description*/
.com-anm22-app-linear-elem-l .description {
  padding: 15px;
  font-size: 22px;
}

/*****************************/
/*Linear element with icon****/
/*****************************/
.com-anm22-app-linear-elem-with-icon {
  box-sizing: border-box;
  background-color: #ecf0f1;
  width: 100%;
  max-width: 500px;
  display: block;
  font-size: 0;
  margin: 0 auto 0;
}

.com-anm22-app-linear-elem-with-icon:hover {
  background-color: #95a5a6;
}

.com-anm22-app-linear-elem-with-icon .description {
  display: inline-block;
  text-align: left;
  width: 90%;
  vertical-align: middle;
  box-sizing: border-box;
}

.com-anm22-app-linear-elem-with-icon-s {
  margin-bottom: 5px;
}

.com-anm22-app-linear-elem-with-icon-m {
  margin-bottom: 10px;
}

.com-anm22-app-linear-elem-with-icon-l {
  margin-bottom: 15px;
}

.com-anm22-app-linear-elem-with-icon .icon {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.com-anm22-app-linear-elem-with-icon-s .icon {
  padding: 5px;
}

.com-anm22-app-linear-elem-with-icon-m .icon {
  padding: 10px;
}

.com-anm22-app-linear-elem-with-icon-l .icon {
  padding: 15px;
}

.com-anm22-app-linear-elem-with-icon-s .description {
  font-size: 14px;
  padding: 5px;
}

.com-anm22-app-linear-elem-with-icon-m .description {
  font-size: 18px;
  padding: 10px;
}

.com-anm22-app-linear-elem-with-icon-l .description {
  font-size: 22px;
  padding: 15px;
}

.com-anm22-app-outer-wrapper {
  padding-top: 60px;
  padding-left: 60px;
}

.com-anm22-app-outer-wrapper-fullscreen {
  padding: 59px 0 0 60px;
}

.com-anm22-app-outer-wrapper-fullscreen-padding {
  padding: 79px 20px 20px 80px;
}

@media only screen and (max-width: 767px) {
  .com-anm22-app-outer-wrapper {
    padding-left: 0;
  }

  .com-anm22-app-outer-wrapper-fullscreen {
    padding-left: 0;
  }

  .com-anm22-app-outer-wrapper-fullscreen-padding {
    padding-left: 20px;
  }
}
.com-anm22-app-inner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  /*padding-left: 90px;*/
  font-size: 0;
}

.com-anm22-app-pair-container {
  width: 100%;
  margin-bottom: 10px;
}

.com-anm22-app-left-div {
  float: left;
  margin-right: 5%;
  width: 47.5%;
}

.com-anm22-app-right-div {
  float: left;
  margin: 0;
  width: 47.5%;
}

.com-anm22-app-room-icon-container {
  position: absolute;
  width: 60px !important;
  height: 60px !important;
}

.com-anm22-app-icons-row {
  height: 30px !important;
}

.com-anm22-app-room-description {
  width: auto !important;
  color: #000;
  background-color: #fff;
  padding: 3px !important;
  box-sizing: border-box;
  border: 2px solid #000;
  font-size: 11px;
  text-align: center !important;
  margin: 0 auto !important;
}

/*Selection Box*/
.com-anm22-view-selection-box {
  width: 100px;
  height: 50px;
  box-sizing: border-box;
  background-color: #7f8c8d;
  font-size: 0;
  margin: 50px auto;
}

.com-anm22-view-selection-box .icon-wrapper {
  box-sizing: border-box;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.com-anm22-view-selection-box .icon-wrapper:hover {
  background-color: #111;
}

.com-anm22-view-selection-box .icon-grid .img-grid {
  /*  background-image: url('../img/grid.png');*/
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.com-anm22-view-selection-box .icon-list .img-list {
  /*background-image: url('../img/list.png');*/
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*Horizontal line*/
.com-anm22-app-horizontal-line {
  width: 100%;
  padding: 0 0 10px;
  margin: 10px 0 0;
  border-top: 1px solid #999;
}

.com-anm22-app-horizontal-line-light {
  width: 100%;
  border-top: 1px solid #ccc;
}

/*****************************/
/*Title***********************/
/*****************************/
/*Generic*/
.com-anm22-app-title {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}

/*Title-S*/
.com-anm22-app-title-s {
  font-size: 14px;
}

/*Title-M*/
.com-anm22-app-title-m {
  font-size: 18px;
}

/*Title-L*/
.com-anm22-app-title-l {
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  .com-anm22-app-title-s {
    font-size: 12px;
  }

  /*Title-M*/
  .com-anm22-app-title-m {
    font-size: 15px;
  }

  /*Title-L*/
  .com-anm22-app-title-l {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .com-anm22-app-title-s {
    font-size: 11px;
  }

  /*Title-M*/
  .com-anm22-app-title-m {
    font-size: 14px;
  }

  /*Title-L*/
  .com-anm22-app-title-l {
    font-size: 17px;
  }
}
/*TITLES*/
h1 {
  font-size: 24px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

h5 {
  font-size: 12px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

h6 {
  font-size: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}

.com-anm22-page-title {
  padding: 25px 0 25px;
}

/*****************************/
/*Blank space*****************/
/*****************************/
.com-anm22-app-blank-space {
  margin: 0;
  padding-bottom: 10px;
}

/*****************************/
/*Text************************/
/*****************************/
/*Text - Generic*/
.com-anm22-app-text {
  display: block;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

/*Text - S*/
.com-anm22-app-text-s {
  font-size: 12px;
}

/*Text - M*/
.com-anm22-app-text-m {
  font-size: 14px;
}

/*Text - L*/
.com-anm22-app-text-l {
  font-size: 16px;
}

/*****************************/
/*Image***********************/
/*****************************/
/* Image - Generic */
.com-anm22-app-img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/* Image - XS */
.com-anm22-app-img-xs {
  width: 12px;
  max-width: 12px;
}

/* Image - S */
.com-anm22-app-img-s {
  width: 20px;
  max-width: 20px;
}

/* Image - M */
.com-anm22-app-img-m {
  width: 35px;
  max-width: 35px;
}

/* Image - L */
.com-anm22-app-img-l {
  width: 50px;
  max-width: 50px;
}

/* Image - XL */
.com-anm22-app-img-xl {
  width: 70px;
  max-width: 70px;
}

/* Image - Wide */
.com-anm22-app-img-wide {
  width: 100%;
  max-width: 100%;
}

.com-anm22-app-img-fixed-height-s {
  height: 14px;
  width: auto;
}

.com-anm22-app-img-fixed-height-m {
  height: 20px;
  width: auto;
}

.com-anm22-app-img-fixed-height-l {
  height: 30px;
  width: auto;
}

/* Image - Centered */
.com-anm22-app-img-centered {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.com-anm22-app-label-err {
  color: #e74c3c !important;
}

.com-anm22-app-label-xs {
  font-size: 10px;
}

.com-anm22-app-label-s {
  font-size: 12px;
}

.com-anm22-app-label-m {
  font-size: 14px;
}

.com-anm22-app-label-l {
  font-size: 16px;
}

.com-anm22-app-label-xl {
  font-size: 18px;
}

/*Dropdown*/
.com-anm22-app-dropdown-bar {
  max-width: 500px;
  margin: 10px auto 0;
  background-color: #7f8c8d;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0;
  text-align: left;
}

.com-anm22-app-dropdown-bar .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #ecf0f1;
  margin-right: 10px;
}

.com-anm22-app-dropdown-bar .img-inline {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: auto;
  float: right;
  padding-top: 3px;
  cursor: pointer;
}

.com-anm22-height-100px {
  max-height: 100px;
}

.com-anm22-app-dropdown-content {
  max-width: 500px;
  margin: 0 auto 0;
  background-color: #ecf0f1;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
  display: none;
}

/*Day of week*/
.com-anm22-app-span {
  font-size: 13px;
}

.com-anm22-semi-transparent {
  opacity: 0.7;
}

.com-anm22-icon-container {
  padding-left: 45px !important;
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.com-anm22-padding-5 {
  padding: 5px !important;
}

.com-anm22-height-100 {
  height: 100% !important;
  max-height: 100% !important;
  width: auto;
}

.com-anm22-overflow-hidden {
  overflow: hidden !important;
}

/*Inline*/
.com-anm22-app-inline-elem {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

/*Push-right*/
.com-anm22-app-push-right {
  margin-right: 5px;
}

/*Push-left*/
.com-anm22-app-push-left {
  margin-left: 5px;
}

/*Push-both*/
.com-anm22-app-push-both {
  margin-right: 5px;
  margin-left: 5px;
}

/*Bold*/
.com-anm22-app-bold {
  font-weight: bold;
}

/*Expansion bar*/
.com-anm22-expansion-bar {
  background-color: white;
  background-size: 5% auto;
  background-position: 95% center;
  padding: 10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  font-size: 13px;
}

.com-anm22-work-extended-container {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}

.com-anm22-work-extended-internal-container {
  padding-left: 10px;
  max-width: calc(100% - 105px);
}

/*Vertical Height Div*/
.vertical-height-div {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 0;
  width: 100% !important;
  box-sizing: border-box;
}

.com-anm22-food-quantity-input {
  max-width: 50px !important;
  display: inline-block !important;
}

.com-anm22-food-print-button {
  display: inline-block;
  cursor: pointer;
  height: 80px;
  width: 80px;
  border-radius: 20px;
  border: 2px solid #ddd;
}

.com-anm22-app-pages, .com-anm22-app-pages-selected {
  font-weight: bold;
}
.com-anm22-app-pages :hover, .com-anm22-app-pages-selected :hover {
  color: #2196F3;
}

.com-anm22-app-pages-selected {
  color: #2196F3;
}

.com-anm22-app-row-spaced-items {
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
}

/*Liste*/
.com-anm22-item-list {
  padding: 25px 25px 15px;
}

.com-anm22-app-width-select {
  width: 40%;
}

button,
.com-anm22-button {
  flex-wrap: nowrap;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  font-size: 15px;
  background: #E9E9EA;
  border-radius: 6px;
  border: 0;
  color: #263238;
  cursor: pointer;
  font-weight: 500;
  width: fit-content;
  /* Colors */
}
button:hover,
.com-anm22-button:hover {
  background-color: #D9D9DA;
}
button img,
.com-anm22-button img {
  height: 20px;
  width: 20px;
}
button div,
.com-anm22-button div {
  padding: 0 0 0 6px;
}
button.small,
.com-anm22-button.small {
  padding: 9px;
  font-size: 14px;
}
button.small img,
.com-anm22-button.small img {
  height: 20px;
  width: 20px;
}
button.small div,
.com-anm22-button.small div {
  padding: 0 0 0 6px;
}
button.xs,
.com-anm22-button.xs {
  padding: 5px;
  font-size: 14px;
}
button.xs img,
.com-anm22-button.xs img {
  height: 26px;
  width: 26px;
}
button.xs div,
.com-anm22-button.xs div {
  padding: 5px;
}
button.upper,
.com-anm22-button.upper {
  text-transform: uppercase;
}
button.bold,
.com-anm22-button.bold {
  font-weight: 600;
}
button.yellow,
.com-anm22-button.yellow {
  background-color: #FFD54F;
  color: #fff;
}
button.yellow.inverse,
.com-anm22-button.yellow.inverse {
  color: #FFD54F;
  background-color: #fff;
}
button.green,
.com-anm22-button.green {
  background-color: #66BB6A;
  color: #fff;
}
button.green.inverse,
.com-anm22-button.green.inverse {
  color: #66BB6A;
  background-color: #fff;
}
button.red,
.com-anm22-button.red {
  background-color: #EF5350;
  color: #fff;
}
button.red.inverse,
.com-anm22-button.red.inverse {
  color: #EF5350;
  background-color: #fff;
}
button.blue,
.com-anm22-button.blue {
  background-color: #29B6F6;
  color: #fff;
}
button.blue.inverse,
.com-anm22-button.blue.inverse {
  color: #29B6F6;
  background-color: #fff;
}
button.light-blue,
.com-anm22-button.light-blue {
  background-color: #29B6F6;
  color: #fff;
}
button.light-blue:hover,
.com-anm22-button.light-blue:hover {
  background-color: #19A6E6;
}
button.light-blue.inverse,
.com-anm22-button.light-blue.inverse {
  color: #29B6F6;
  background-color: #fff;
}
button.light-blue.inverse:hover,
.com-anm22-button.light-blue.inverse:hover {
  background-color: #FFF;
}
button.gray,
.com-anm22-button.gray {
  background-color: #E9E9EA;
  color: #263238;
}
button.gray.inverse,
.com-anm22-button.gray.inverse {
  color: #E9E9EA;
  background-color: #fff;
}
button.plain,
.com-anm22-button.plain {
  background: none;
  border-radius: 6px;
}
button.plain:hover,
.com-anm22-button.plain:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.com-anm22-button-yellow {
  background-color: #FFD54F !important;
  color: #fff !important;
}

.com-anm22-button-green {
  background-color: #66BB6A !important;
  color: #fff !important;
}

.com-anm22-button-red {
  background-color: #EF5350 !important;
  color: #fff !important;
}

.com-anm22-button-blue {
  background-color: #29B6F6 !important;
  color: #fff !important;
}

.com-anm22-button-gray {
  background-color: #E9E9EA !important;
  color: #263238 !important;
}
.com-anm22-button-gray:hover {
  background-color: #D9D9DA !important;
}

.com-anm22-button-yellow-inverse {
  color: #FFD54F !important;
  background-color: #fff !important;
}

.com-anm22-button-green-inverse {
  color: #66BB6A !important;
  background-color: #fff !important;
}

.com-anm22-button-red-inverse {
  color: #EF5350 !important;
  background-color: #fff !important;
}

.com-anm22-button-blue-inverse {
  color: #29B6F6 !important;
  background-color: #fff !important;
}

.com-anm22-button-gray-inverse {
  color: #78909C !important;
  background-color: #fff !important;
}

.com-anm22-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.com-anm22-break-word {
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
}

/*Rectangle with border*/
.com-anm22-rectangle-with-border {
  border: 3px solid #ddd;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.com-anm22-rectangle-with-border:hover {
  border: 3px solid #2196F3;
}

.com-anm22-rectangle-with-border-selected {
  border: 3px solid #2196F3;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.com-anm22-ajax-container-textarea {
  position: relative;
  display: block;
  max-width: 300px;
}

.com-anm22-ajax-container-textarea-textarea {
  padding-bottom: 30px !important;
}

.com-anm22-ajax-textarea-check {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.com-anm22-ajax-container-input {
  position: relative;
  display: block;
  max-width: 300px;
  padding-right: 20px;
  box-sizing: border-box;
}

.com-anm22-ajax-done {
  animation: done-check 3.5s linear;
  -webkit-animation: done-check 3.5s linear;
  opacity: 0;
}

@keyframes done-check {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  font-size: 15px;
  background: #E9E9EA;
  border-radius: 6px;
  border: 0;
  color: #263238;
  cursor: pointer;
  outline: none;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: fit-content;
}
input[type=submit]:hover, input[type=button]:hover {
  background-color: #D9D9DA;
}
input[type=submit].small, input[type=button].small {
  padding: 9px;
  font-size: 14px;
}
input[type=submit].xs, input[type=button].xs {
  padding: 5px;
  font-size: 14px;
}
input[type=submit].upper, input[type=button].upper {
  text-transform: uppercase;
}
input[type=submit].bold, input[type=button].bold {
  font-weight: 600;
}
input[type=submit].red, input[type=button].red {
  background-color: #EF5350;
  color: #fff;
}
input[type=submit].red:hover, input[type=button].red:hover {
  background-color: #DF4340;
}
input[type=submit].red.inverse, input[type=button].red.inverse {
  color: #EF5350;
  background-color: #fff;
}
input[type=submit].red.inverse:hover, input[type=button].red.inverse:hover {
  background-color: #FFF;
}
input[type=submit].light-blue, input[type=button].light-blue {
  background-color: #29B6F6;
  color: #fff;
}
input[type=submit].light-blue:hover, input[type=button].light-blue:hover {
  background-color: #19A6E6;
}
input[type=submit].light-blue.inverse, input[type=button].light-blue.inverse {
  color: #29B6F6;
  background-color: #fff;
}
input[type=submit].light-blue.inverse:hover, input[type=button].light-blue.inverse:hover {
  background-color: #FFF;
}
input[type=submit].plain, input[type=button].plain {
  background: none;
  border-radius: 6px;
  color: #263238;
  font-weight: 500;
}
input[type=submit].plain:hover, input[type=button].plain:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

/*Checkbox*/
.com-anm22-app-checkbox {
  display: inline-block;
  vertical-align: middle;
}

.com-anm22-icon-container-middle {
  background-position: 0 center;
}

.com-anm22-app-button {
  font-size: 16px;
  padding: 7px;
  background-color: #eee;
  max-width: 300px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  cursor: pointer;
  color: #646464;
  border: 0px;
  margin-top: 10px;
  -webkit-appearance: none;
}

input {
  font-size: 12px;
}

/*Form*/
/*Input*/
input[type=text], input[type=password], input[type=date], input[type=time], input[type=email], input[type=number], input[type=tel] {
  width: 100%;
  max-width: 300px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  display: block;
  box-shadow: none;
  background-color: #eee;
  border: 1px solid #eee;
  height: 36px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Radio*/
.com-anm22-app-input-text {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px !important;
  background-color: #fff;
  height: 36px;
}

/*Select*/
.com-anm22-app-select {
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/select-arrow.png");
  background-position: 99% center;
  background-size: 20px auto;
  background-color: #eee;
  background-repeat: no-repeat;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 20px;
  height: 36px;
}

.com-anm22-app-textarea, textarea {
  width: 100%;
  max-width: 300px;
  height: 200px;
  padding: 10px;
  background-color: #eee;
  border: 1px solid #eee;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  margin: 0 0 10px;
  display: block;
  resize: none;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

/* Time */
.com-anm22-interactive-list-container {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.com-anm22-interactive-list-elem {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border-bottom: 0.1px solid #ccc;
}

.com-anm22-item-list-container {
  padding: 25px 25px 15px;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.com-anm22-interactive-list-separator {
  padding: 5px;
  font-size: 16px;
  color: #90A4AE;
  border-bottom: 0.1px solid #ccc;
}

.com-anm22-item-list-item {
  padding: 5px 0;
}

.com-anm22-item-list-item-buttons {
  padding: 15px 0 0;
}

.com-anm22-list-header-container {
  align-items: center;
  padding: 10px;
}

.com-anm22-list-header-element {
  color: #90A4AE;
  font-weight: bold;
}

.com-anm22-list-header-img {
  display: inline-block;
}

.com-anm22-app-text-err {
  color: #e74c3c !important;
}

.com-anm22-app-text-xs {
  font-size: 10px;
}

.com-anm22-app-text-s {
  font-size: 12px;
}

.com-anm22-app-text-m {
  font-size: 14px;
}

.com-anm22-app-text-l {
  font-size: 16px;
}

.com-anm22-app-text-xl {
  font-size: 18px;
}

.com-anm22-app-text-xxl {
  font-size: 20px;
}

.mfp-bg {
  z-index: 10001 !important;
}

.mfp-wrap {
  z-index: 10002 !important;
}

.com-anm22-dialog {
  position: relative;
  background: #fff;
  padding: 40px 20px 20px;
  width: auto;
  max-width: 80%;
  min-width: 300px;
  margin: 0 auto 0 auto;
  display: block;
  z-index: 10000;
  border-radius: 5px;
}

.com-anm22-app-product-icon-box {
  border: 2px solid #eee;
  width: 175px;
  height: auto;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}
.com-anm22-app-product-icon-box:hover {
  border-color: #2196F3;
}

@media only screen and (max-width: 991px) {
  .com-anm22-app-product-icon-box {
    margin-bottom: 10px;
  }
}
.com-anm22-app-product-icon-img {
  width: 100%;
  height: 175px;
  border-bottom: 1px solid #ddd;
  background: #fef7f1;
  padding: 15%;
  border-radius: 4px 0 0 0;
}

.com-anm22-app-product-icon-text-div {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: space-around;
  align-content: space-around;
}

.com-anm22-app-product-icon-text {
  text-align: center;
  margin: 1px;
}

.yourbeach-font {
  color: #316c94;
}

.com-anm22-inline-margin-bottom {
  margin-bottom: 5px;
}

.com-anm22-on-top-div {
  width: 90%;
  font-size: 18px;
  color: #263238;
  position: absolute;
  top: -10px;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.com-anm22-img-button {
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  cursor: pointer;
}

.com-anm22-draggable-item {
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 2px;
  background: #fff;
}

.com-anm22-app-floating-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
  justify-content: center;
  margin-right: 10px;
}

.com-anm22-app-floating-img {
  width: 24px;
  height: 24px;
  align-self: center;
}

.com-anm22-app-cover {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: 59px;
}

@media only screen and (min-width: 993px) {
  .com-anm22-app-cover {
    height: 262px;
  }
}
.com-anm22-app-custom-scroll::-webkit-scrollbar, .com-anm22-app-scrolling-panel::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.com-anm22-app-custom-scroll::-webkit-scrollbar-track, .com-anm22-app-scrolling-panel::-webkit-scrollbar-track {
  opacity: 0;
  width: 10px;
  height: 10px;
}
.com-anm22-app-custom-scroll::-webkit-scrollbar-thumb, .com-anm22-app-scrolling-panel::-webkit-scrollbar-thumb {
  background-color: #78909C;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

.com-anm22-app-scrolling-panel {
  overflow: auto;
}

.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.expense-box {
  margin: 10px auto;
  display: block;
  max-width: 600px;
  line-height: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.expense-box .expense-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  margin-right: 5px;
}

.expense-box .expense-payment-mode {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.expense-box .expense-payment-mode img {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  margin-left: 5px;
}

.expense-box .expense-description {
  color: #666;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1;
}

.expense-box .expense-date {
  color: #888;
  text-align: right;
  font-size: 12px;
  padding: 4px 0;
}

.expense-box .expense-amount {
  color: #f00;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.expense-box .expense-input-div {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.expense-box .expense-input {
  width: 50px;
  height: 21px;
  font-size: 16px;
  padding: 2px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 2px;
}

.expense-box .expense-menu {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.expense-box .expense-user {
  color: #999;
}

.expense-box .expense-user img {
  vertical-align: top;
}

.expense-box .expense-actions {
  text-align: right;
}

.expense-box .expense-merge-btn {
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.expense-box .expense-merge-anchor {
  border: 1px solid #ccc;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.wg-world-sub-menu-container {
  width: 100%;
}

.wg-world-sub-menu-nav {
  width: 100%;
  padding-right: 20px;
}

.wg-world-sub-menu-ul {
  width: auto;
  padding: 0;
}

.wg-world-sub-menu-li {
  box-sizing: border-box;
  padding: 2px 0 2px 0;
  width: 100%;
  border-radius: 8px;
}
.wg-world-sub-menu-li.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.wg-world-sub-menu-li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.wg-world-sub-menu-menu-item-img {
  height: 35px !important;
  padding: 5px;
}

.wg-world-sub-menu-mobile-div-button {
  display: block;
}

.wg-world-sub-menu-mobile-div-button {
  display: none;
}

@media (max-width: 767px) {
  .wg-world-sub-menu-container {
    display: none;
  }

  .wg-world-sub-menu-mobile-div-button {
    display: block;
  }

  .wg-world-sub-menu-ul {
    padding: 10px 0 0;
  }
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

div {
  display: block;
}

img {
  display: block;
}

body,
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

div {
  display: block;
}

#anm22_template_anm22it_clear {
  clear: both;
}

/*
 * Header
 */
.anm22_template_anm22it_2014_headBar {
  webkit-flex-wrap: wrap;
  display: flex;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  min-height: 59px;
  border-bottom: 0;
  position: fixed;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.no-headbar-shadow .anm22_template_anm22it_2014_headBar {
  box-shadow: none;
}

.anm22_template_anm22it_2014_headBar.scroll {
  box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075) !important;
}

.anm22_template_anm22it_2014_headBar_ElectricDark {
  width: 100%;
  min-height: 59px;
  position: fixed;
  border-bottom: 1px #06f solid;
  background: #222;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.anm22_template_anm22it_2014_headBar_holo {
  border-right: 1px #ccc solid;
  float: left;
  height: 59px;
}

.anm22_template_anm22it_2014_headBar_holo_ElectricDark {
  border-right: 1px #666 solid;
  float: left;
  height: 59px;
}

.anm22_template_anm22it_2014_headBar_holo_img_square {
  border: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  opacity: 0.4;
  border-radius: 30px;
  margin: 10px;
  box-sizing: border-box;
}
.anm22_template_anm22it_2014_headBar_holo_img_square:hover {
  background-color: #ccc;
}

.anm22_template_anm22it_2014_headBar_logo {
  height: 59px;
  width: 60px;
}

.anm22_template_anm22it_2014_headBar_logo_ElectricDark {
  border-right: 1px #666 solid;
  float: left;
  height: 59px;
}

.anm22_template_anm22it_2014_headBar_logo_img {
  border: 0px;
  width: 184px;
  height: 59px;
  display: none;
}

.anm22_template_anm22it_2014_headBar_logo_img_square {
  border: 0px;
  width: 59px;
  height: 59px;
  display: block;
}

.com-anm22-headbar-app-logo {
  float: left;
  height: 59px;
}

.com-anm22-headbar-app-logo img {
  width: 59px;
  height: 59px;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .com-anm22-headbar-app-logo img {
    width: 49px;
    padding-right: 0px;
  }
}
.com-anm22-headbar-app-logo.aiabig img {
  width: auto;
  height: 59px;
  padding: 0;
  display: none;
}

.com-anm22-headbar-app-logo.aiasquare img {
  width: 59px;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .com-anm22-headbar-app-logo.aiabig img {
    display: block;
  }

  .com-anm22-headbar-app-logo.aiasquare img {
    display: none;
  }
}
.com-anm22-headBar-title {
  width: 100%;
  color: #333;
  font-size: 19px;
  padding: 11px 20px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 42px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.com-anm22-headBar-title.search {
  max-width: fit-content;
}

.com-anm22-headBar-title a {
  font-size: 19px;
}

@media screen and (max-width: 759px) {
  .com-anm22-headBar-title.search {
    max-width: unset;
  }
}
@media screen and (max-width: 500px) {
  .com-anm22-headBar-title a {
    /*Aggiunto per compatibilità con flex*/
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 299px) {
  .com-anm22-headBar-title {
    /*Aggiunto per compatibilità con flex*/
    visibility: hidden;
  }
}
.com-anm22-headBar-searchBar,
#com-anm22-headBar-searchBar-msg-box {
  width: 100%;
  color: #333;
  font-size: 19px;
  padding: 3px 20px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 42px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  position: relative;
}

.com-anm22-headBar-searchBar input {
  width: 100%;
  max-width: 720px;
  min-height: 36px;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  background-image: url(../../../anm22_icons/img/icons/search-left.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 16px 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 36px;
  margin: 0;
  outline: 0;
}

#com-anm22-headBar-searchBar-hint {
  width: 100%;
  max-width: 720px;
  position: absolute;
  top: 51px;
  left: 10px;
  border: 1px solid #ddd;
  min-height: 36px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1), 0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1), 0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  display: none;
  border-radius: 10px;
  padding: 5px;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}

#com-anm22-headBar-searchBar-hint > div {
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 4px;
  font-size: 14px;
}

#com-anm22-headBar-searchBar-hint > div:first-child {
  margin-top: 0;
}

#com-anm22-headBar-searchBar-hint div.group {
  background-color: #ddd;
  padding: 4px 10px;
}

#com-anm22-headBar-searchBar-hint div.cursor-pointer {
  cursor: pointer;
}

#com-anm22-headBar-searchBar-hint .item:hover,
#com-anm22-headBar-searchBar-hint > div:hover {
  background-color: #eee;
}

#com-anm22-headBar-searchBar-hint div img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}

#com-anm22-headBar-searchBar-hint div div {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 30px);
  font-size: 14px;
  padding: 0;
  min-height: 4px;
  white-space: normal;
}

#com-anm22-headBar-searchBar-msg-box {
  display: none;
}

#com-anm22-headBar-searchBar-msg {
  width: 100%;
  max-width: 720px;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  /*background-image: url(../../../../../webbase/images/icons/search-left.png);*/
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 16px 16px;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 36px 10px 10px;
  outline: 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  white-space: normal;
  position: relative;
}

#com-anm22-headBar-searchBar-msg .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#com-anm22-headBar-searchBar-msg::-webkit-scrollbar {
  width: 10px;
}

#com-anm22-headBar-searchBar-msg::-webkit-scrollbar-track {
  opacity: 0;
  width: 6px;
}

#com-anm22-headBar-searchBar-msg::-webkit-scrollbar-thumb {
  background-color: #818b99;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

#com-anm22-headBar-searchBar-msg::-moz-scrollbar {
  width: 10px;
}

#com-anm22-headBar-searchBar-msg::-moz-scrollbar-track {
  opacity: 0;
  width: 6px;
}

#com-anm22-headBar-searchBar-msg::-moz-scrollbar-thumb {
  background-color: #818b99;
  border: 3px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

#com-anm22-headBar-searchBar-msg.neutral {
  background-color: #ddd;
  color: #666;
}

#com-anm22-headBar-searchBar-msg.confirm {
  background-color: #9ae66a;
  color: #060;
}

#com-anm22-headBar-searchBar-msg.warning {
  background-color: #ffc107;
  color: #666;
}

#com-anm22-headBar-searchBar-msg.alarm {
  background-color: #ff5252;
  color: #fff;
}

#com-anm22-headBar-searchBar-msg.suggestion {
  background-color: #4dd0e1;
  color: #006;
}

.com-anm22-headBar-searchBar-mobile-btn {
  display: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  margin: 0 0 0 17px;
  border: 0px;
  padding: 7px;
  border-radius: 30px;
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}
.com-anm22-headBar-searchBar-mobile-btn:hover {
  background-color: #e5e5e5;
}
.com-anm22-headBar-searchBar-mobile-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-anm22-headBar-searchBar-mobile-close-btn {
  display: none;
  width: 24px;
  height: 25px;
  margin: 17px;
  border: 0px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

@media screen and (max-width: 759px) {
  .com-anm22-headBar-searchBar {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    padding: 12px 60px 0 10px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 59px;
  }

  .com-anm22-headBar-searchBar.showMobile {
    display: block;
  }

  #com-anm22-headBar-searchBar-hint {
    width: calc(100% - 20px);
  }

  #com-anm22-headBar-searchBar-msg-box {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
    z-index: 2;
    max-height: calc(100vh - 60px);
  }

  #com-anm22-headBar-searchBar-msg {
    height: auto;
    min-height: 36px;
    max-height: calc(100vh - 74px);
  }

  .com-anm22-headBar-searchBar-mobile-btn,
.com-anm22-headBar-searchBar-mobile-close-btn {
    display: block;
  }
}
.com-anm22-headBar-title.yb {
  width: calc(100vw - 380px);
}

@media screen and (max-width: 700px) {
  .com-anm22-headBar-title.yb a {
    visibility: hidden;
  }
}
@media screen and (max-width: 500px) {
  .com-anm22-headBar-title.yb {
    visibility: hidden;
  }
}
@media screen and (min-width: 600px) {
  .com-anm22-headBar-title.aia {
    width: calc(100vw - 385px);
  }
}
.anm22_template_anm22it_2014_headBar_title_icon {
  display: none;
  border-right: 0;
}

@media screen and (min-width: 800px) {
  .anm22_template_anm22it_2014_headBar_title_icon {
    display: block;
  }
}
.anm22_template_anm22it_2014_headBar_title_ElectricDark {
  border-right: 1px #666 solid;
  float: left;
  color: #fff;
  font-size: 19px;
  padding: 0px 22px;
  padding-top: 17px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 42px;
}

.anm22_template_anm22it_2014_headBar_user {
  height: 59px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.anm22_template_anm22it_2014_headBar_user_ElectricDark {
  border-left: 1px #666 solid;
  height: 59px;
  position: relative;
}

.anm22_template_anm22it_2014_headBar_user_img {
  border: 1px solid #eee;
  border-radius: 1000px;
  width: 39px;
  height: 39px;
  margin: 10px;
  box-sizing: border-box;
}

.anm22_template_anm22it_2014_headBar_login {
  height: 59px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.anm22_template_anm22it_2014_headBar_login a {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #060708;
  font-size: 14px;
  white-space: nowrap;
  box-sizing: border-box;
  height: 36px;
  margin: 12px 24px 0 0;
  font-weight: 500;
}
.anm22_template_anm22it_2014_headBar_login a:hover {
  border: 1px solid #060708;
}

.anm22_template_anm22it_2014_headBar_login_img {
  width: 26px;
  height: 26px;
  margin: 17px 10px 0 0;
  box-sizing: border-box;
  padding: 0;
  display: none;
}

@media screen and (max-width: 500px) {
  .anm22_template_anm22it_2014_headBar_login a {
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    font-size: 0;
    height: unset;
  }

  .anm22_template_anm22it_2014_headBar_login_img {
    margin: 17px;
    display: block;
  }
}
.anm22_template_anm22it_2014_headBar_work_img {
  width: 28px;
  height: 28px;
  max-width: 28px;
  min-width: 28px;
  padding: 0;
  margin: 10px 0 10px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.anm22_template_anm22it_2014_headBar_work_img img {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}

.anm22_template_anm22it_2014_headBar_app_img {
  width: 40px;
  height: 40px;
  padding: 6px;
  opacity: 0.4;
  border-radius: 30px;
  margin: 10px 0 10px 3px;
  box-sizing: border-box;
}
.anm22_template_anm22it_2014_headBar_app_img:hover {
  background-color: #ccc;
}

.anm22_template_anm22it_2014_headBar_img {
  width: 39px;
  height: 39px;
  margin: 10px;
  box-sizing: border-box;
}

.anm22_template_anm22it_2014_headBar #anm22_world_menu_userMenu {
  border: 1px solid #ddd;
  width: 53px;
  position: absolute;
  top: 63px;
  right: 4px;
  display: block;
  background: white;
  border-radius: 6px;
  box-sizing: border-box;
  display: none;
}

.anm22_template_anm22it_2014_headBar_user_menu_img {
  width: 51px;
  height: 51px;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px #555 solid;
  opacity: 0.25;
  cursor: pointer;
}
.anm22_template_anm22it_2014_headBar_user_menu_img:hover {
  opacity: 1;
  border-color: #ddd;
}
.anm22_template_anm22it_2014_headBar_user_menu_img.selected-work {
  opacity: 1;
  border-color: #ddd;
  padding: 5px;
}
.anm22_template_anm22it_2014_headBar_user_menu_img.selected-work img.icon.square {
  padding: 4px;
  width: 100%;
  height: 100%;
}

a:last-child > .anm22_template_anm22it_2014_headBar_user_menu_img:last-child {
  border-bottom: 0;
}

/*
 * Notifiche
 */
.anm22_template_anm22it_2014_headBar .headbarNotifications {
  position: absolute;
  width: 75%;
  width: calc(100% - 70px);
  width: calc(100vw - 70px);
  max-width: 432px;
  min-width: 200px;
  height: 200px;
  background-color: #fff;
  right: 58px;
  top: -1px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.anm22_template_anm22it_2014_headBar .headbarNotificationsBoxTitle {
  text-align: center;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}

.anm22_template_anm22it_2014_headBar #headbarNotificationsBox > div {
  border-radius: 4px;
}

#anm22-world-menu-userMenu-sub {
  position: absolute;
  width: 75%;
  width: calc(100% - 86px);
  width: calc(100vw - 86px);
  max-width: 432px;
  min-width: 200px;
  height: 60vh;
  background-color: #fff;
  right: 58px;
  top: -1px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
#anm22-world-menu-userMenu-sub.running-task {
  top: 85px;
}
#anm22-world-menu-userMenu-sub .notification-container {
  height: calc(100% - 30px);
  margin-bottom: 5px;
}
#anm22-world-menu-userMenu-sub .notification-div {
  display: flex;
  border-radius: 12px;
  margin: 3px;
  background-color: #eee;
  font-size: 14px;
  padding: 8px;
  min-height: 55px;
  align-items: center;
}
#anm22-world-menu-userMenu-sub .notification-div:hover {
  background-color: #ddd;
}
#anm22-world-menu-userMenu-sub .notification-div > a {
  display: flex;
  align-items: center;
}
#anm22-world-menu-userMenu-sub .notification-div .notification-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  object-fit: contain;
}
#anm22-world-menu-userMenu-sub .notification-div .notification-data .notification-text {
  padding-top: 2px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4px;
}
#anm22-world-menu-userMenu-sub .notification-div .notification-data .notification-time {
  font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

div {
  display: block;
}

img {
  display: block;
}

body, html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

div {
  display: block;
}

#anm22_template_anm22it_clear {
  clear: both;
}

/*
 * Menu style
 */
/*#anm22_world_menu_small_box_conteiner {
    display: block;
    width: 35px;
    height: 35px;
    margin: 10px auto;
}

.anm22_world_menu_small_box_container {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.anm22_world_menu_small_box_container_big{
    text-align: left;
    margin: 10px 12.5px;
}

.com-anm22-div-line {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    border-bottom: 1px #666 solid;
}

#anm22_world_menu_small_box_image {
    width: 35px;
    height: 35px;
}

.anm22_world_menu_small_box_image {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border: 0px;
}

.anm22_world_menu_small_box_description {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 10px;
    color: #FFF;
}

#anm22_world_menu_small_box_selected {
    height: 45px;
    border-right: #888 3px solid;
}

#anm22_world_menu_small {
    position: fixed;
    background: #444444;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 0px;
    top: 59px;
    min-height: calc(100vh - 60px);
    overflow: hidden;
    width: 60px;
    z-index: 150;
}

@media only screen and (max-width: 767px) {
    #anm22_world_menu_small {
        left: -60px;
    }
}*/
/*
 * Menu style
 */
#menu {
  background: #ffffff;
  box-sizing: border-box;
  top: 60px;
  left: -260px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  width: 260px;
  height: calc(100vh - 60px);
  z-index: 151;
  border-right: 1px solid #ddd;
}

.anm22_world_menu_box {
  height: 45px;
  text-shadow: none !important;
  padding: 5px 10px 0 10px;
  box-sizing: border-box;
}
.anm22_world_menu_box img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding: 5px;
  border: 0;
  box-sizing: border-box;
  margin-right: 10px;
}
.anm22_world_menu_box .desc {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  height: 19px;
  margin-bottom: -1px;
  overflow: hidden;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 45px);
}
.anm22_world_menu_box a {
  color: #333 !important;
}
.anm22_world_menu_box.license img {
  padding: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/*
 * Menu style small
 */
#anm22_world_menu_small {
  position: fixed;
  background: #ffffff;
  box-sizing: border-box;
  left: 0px;
  top: 60px;
  width: 60px;
  height: 100%;
  height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150;
  border-right: 1px solid #ddd;
  scrollbar-width: thin;
}

@media only screen and (max-width: 799px) {
  #anm22_world_menu_small {
    left: -60px;
  }
}
#anm22_world_menu_small::-webkit-scrollbar {
  width: 4px;
}

#anm22_world_menu_small::-webkit-scrollbar-track {
  background: #ffffff;
}

#anm22_world_menu_small::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 2px;
}

#anm22_world_menu_small::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

.anm22_world_menu_line {
  width: 100%;
  height: 0px;
  margin: 0;
  border-top: 1px #ddd solid;
}

.anm22_world_menu_small_box {
  height: 45px;
}

.anm22_world_menu_small_box_container {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.anm22_world_menu_small_box {
  height: 45px;
  opacity: 0.25;
}
.anm22_world_menu_small_box.selected {
  opacity: 1;
}

.anm22_world_menu_small_box:hover {
  opacity: 1;
}

.anm22_world_menu_small_box_image {
  width: 35px;
  height: 35px;
  border: 0px;
  padding: 5px;
  box-sizing: border-box;
}

.anm22_world_menu_small_box_image.hover {
  display: none;
}

.anm22_world_menu_small_box:hover .anm22_world_menu_small_box_image.no-hover,
.anm22_world_menu_small_box.selected .anm22_world_menu_small_box_image.no-hover {
  display: none;
}

.anm22_world_menu_small_box:hover .anm22_world_menu_small_box_image.hover,
.anm22_world_menu_small_box.selected .anm22_world_menu_small_box_image.hover {
  display: inline-block;
}

.fb-login-btn {
  color: #fff;
  background-color: #3975ea;
  background-image: url(../../../anm22_icons/img/icons/facebook-white.svg);
  border-radius: 8px;
  padding: 14px 0;
  margin: 0 auto;
  display: inline-block;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
  user-select: none;
}
.fb-login-btn .label {
  color: white;
  padding: 0px 16px 0px 46px;
  font-size: 16px;
  font-weight: 500;
}

.wg-sub-tabs-btns {
  border: 1px solid #ccc;
  border-radius: 8px;
  line-height: 1;
  background-color: #ccc;
  display: inline-block;
}
.wg-sub-tabs-btns .tab-btn {
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.wg-sub-tabs-btns .tab-btn.selected {
  color: #222;
  background-color: #fff;
}

.pwa-refresh-app-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  bottom: calc(env(safe-area-inset-bottom) + 20px);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10010;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}

.wg-filters {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px;
}
.wg-filters .filters-title {
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px 6px 0;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  border-radius: 6px;
  margin: 0;
  vertical-align: middle;
}
.wg-filters .filter {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 7px 15px 7px 15px;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  border: 1px solid #666;
  border-radius: 6px;
  margin: 0 6px;
  vertical-align: middle;
  box-sizing: border-box;
}
.wg-filters .filter:hover {
  background-color: #eee;
}
.wg-filters .filter.selected {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.wg-filters .filter.selected:hover {
  background-color: #ccc;
}
.wg-filters .export-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 6px;
}

.wg-page-controls {
  flex: 1;
  text-align: right;
  user-select: none;
  position: relative;
  text-wrap: nowrap;
}
.wg-page-controls div {
  display: inline-block;
  vertical-align: middle;
}
.wg-page-controls div.page-label {
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
.wg-page-controls div.page-label.menu-disabled {
  cursor: default;
}
.wg-page-controls div.change-page-btn {
  font-size: 18px;
  font-weight: bold;
  color: #777;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.wg-page-controls div.change-page-btn:hover {
  background-color: #eee;
}
.wg-page-controls .wg-page-controls-menu {
  display: none;
  position: absolute;
  right: 70px;
  bottom: -80px;
  padding: 1px 5px 5px 5px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1), 0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 10;
  min-width: 80px;
  background-color: #fff;
}
.wg-page-controls .wg-page-controls-menu div {
  display: block;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 4px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.wg-page-controls .wg-page-controls-menu div:hover {
  background-color: #eee;
}

/*# sourceMappingURL=WebGraphics.css.map */
