@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amaticsc/v24/TUZyzwprpvBS1izr_vO0DQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0nhnc.ttf) format('truetype');
}
/* ------------------------------- Main ------------------------------- */
html {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}
body {
  /*    padding-top:5rem;*/
  overflow-x: hidden;
}
body.fixed-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}
.body-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  /*    top:0;*/
  opacity: 0;
  background-color: #fff;
  /*    z-index:1;*/
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.body-spinner-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 1 !important;
  backdrop-filter: blur(6px);
  webkit-backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.5) !important;
  z-index: 1002;
}
*::after,
*::before {
  box-sizing: border-box !important;
}
.add_shadow,
add_shadow-top {
  transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -webkit-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
}
/* ------------------------------- Top ------------------------------- */
.top {
  height: 5rem;
  left: 0px;
  right: 0px;
  top: 0px;
  min-width: 320px;
  position: sticky;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*@media screen and (max-width: 992px){
    .mobile_tabs_height{
        height: 6rem !important;
    }
    .mobile_tabs_padding{
        padding-top: 6rem !important;
    }
}*/
/*@media screen and (max-width: 600px){
    .top {
        height: 6rem;
    }
}*/
@media screen and (max-width: 1479px) {
  .top {
    padding-left: 0;
  }
  .click-nav {
    display: none;
  }
  #content {
    padding: 0 !important;
  }
}
.click-nav {
  display: none;
}
/* ---------------------------- Top Menu ----------------------------- */
.usertab {
  display: inline-block;
  height: 5rem !important;
  float: right;
  height: inherit;
  position: relative;
  color: #FFF;
}
.notification-badge {
  background-color: #f44336;
  border-radius: 10px;
  font-size: 12px !important;
  font-weight: 400;
  width: fit-content !important;
  padding: 0 4px !important;
  margin-left: 28px !important;
  margin-top: 10px !important;
  line-height: 16px !important;
  height: 20px !important;
  color: #ffffff !important;
  min-width: 20px !important;
  border: solid white 2px;
}
.user-credentials {
  background-color: rgba(255, 255, 255, 0.75);
}
.flag {
  max-width: 2.3rem;
  max-height: 2.3rem;
  border: solid 2px #ede7f6 !important;
  border-radius: 50% !important;
  margin: 0 auto;
}
.flag-large {
  max-width: 2.75rem;
  max-height: 2.75rem;
  border: solid 2px #ede7f6 !important;
  border-radius: 50% !important;
  margin: -5px 6px;
}
.flag-small {
  max-width: 2rem;
  max-height: 2rem;
  border: solid 2px #ede7f6 !important;
  border-radius: 50% !important;
  margin: -5px 6px;
}
.flag-x-small {
  max-width: 1.8rem;
  max-height: 1.8rem;
  border: solid 1px #ede7f6 !important;
  border-radius: 50% !important;
  margin: -4px 12px -6px;
}
.flag-xx-small {
  max-width: 1.5rem;
  max-height: 1.5rem;
  border: solid 1px #ede7f6 !important;
  border-radius: 50% !important;
  margin: -4px 0px 0px;
}
.image-round {
  max-width: 2.75rem;
  max-height: 2.75rem;
  border-radius: 50%;
  margin: 0 auto;
}
.download-wrapper {
  border: dashed;
  padding: 2rem;
}
/* ---------------------------- Content ---------------------------- */
#content {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}
#wrapper {
  /*    padding-top:0.25rem;*/
  min-height: calc(100vh - 5rem);
  margin-top: 5rem;
}
.content-cover {
  display: none;
  width: 100%;
  /*    height:100%;
*/
  background-color: #333;
  /* rgba(0, 0, 0, 0.5);*/
  opacity: 0.7;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  top: 0px;
  bottom: 0px;
}
p,
.card tr {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.arrow,
.standalone-submit {
  float: right;
}
a:hover img {
  border-color: #000;
}
a.add_new {
  position: absolute;
  right: 60px;
  top: 54px;
  z-index: 1;
}
.brand {
  max-width: calc(1000px + 1.5rem);
  margin: 0 auto !important;
}
@media only screen and (max-width: 600px) {
  .expand-photo-col {
    padding: 0.25rem !important;
  }
}
.show {
  display: none;
}
.show-btn:hover .show {
  display: block;
}
.no-show:hover .show-btn {
  display: none;
}
.show_edit {
  display: none;
}
.show_btn_edit:hover .show_edit {
  display: block;
}
.show_btn_edit:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
img.hint {
  max-width: 4rem;
  max-height: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.covers_wrapper {
  margin-left: 4rem;
  margin-right: 4rem;
}
.input-field [type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  margin-top: -10px;
}
table [type="checkbox"] + span:not(.lever) {
  width: 18px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.dragdrop {
  position: relative;
  height: 8rem;
  width: 6rem;
  border: 2px dashed grey;
  border-radius: 2px;
  display: inline-block;
}
.drag-n-drop-wrapper {
  min-height: 20rem;
}
.drag-n-drop-field {
  border-style: dashed;
  border-width: 2px;
  border-radius: 10px;
  /*    background-color: @main_color_lighten_5;*/
  min-height: 100%;
}
.drag-n-drop-field:hover {
  background-color: #eeeeee;
}
.dropdown-content li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
}
.dropdown-content li > a > i.left {
  padding: 0;
  margin: 0px 8px 0 0;
  line-height: inherit;
}
.dropdown-header {
  font-weight: 600;
  pointer-events: none;
  background-color: #eeeeee;
}
.added_pics img {
  height: 8rem !important;
  width: 6rem;
}
.row.label-row {
  margin: 0;
}
.scrolling-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.scrolling-wrapper .scrollable-card {
  display: inline-block;
  width: 12%;
  min-width: 250px;
  margin: 0.5rem 0.75rem 0.5rem;
  height: calc(100% - 0.75rem) !important;
}
p.scrollable {
  padding-right: 0.75rem;
}
.scroll-btn-wrapper-left {
  width: 5rem;
  height: calc(100% - 6rem);
  z-index: 1;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.scroll-btn-wrapper-right {
  width: 5rem;
  height: calc(100% - 6rem);
  z-index: 1;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), #ffffff);
}
.scrolling-wrapper .btn-floating:not(.flag) {
  background-color: white;
}
.scrolling-wrapper .btn-floating:not(.flag) i {
  color: #585858;
}
/*
Turn Off Number Input Spinners:
https://css-tricks.com/snippets/css/turn-off-number-input-spinners/
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*---------------materialize----------------*/
/*
input{
    border-color:transparent !important;
}
*/
.center-align {
  width: 100%;
}
.collapsible-header {
  background-color: transparent !important;
}
.collapsible-body {
  padding: 0 !important;
}
.initialized {
  width: auto !important;
}
@media only screen and (max-width: 600px) {
  .fixed-action-btn {
    margin: 0 !important;
  }
}
.image-wrapper {
  overflow: hidden;
  margin: 0 auto;
  height: 2.75rem;
  width: 8rem;
}
.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.sort i {
  padding: 0 5px;
  vertical-align: text-bottom !important;
  font-size: 20px !important;
}
.select-wrapper .caret {
  fill: #585858;
}
.form-section {
  padding: 1rem 2rem 0;
}
.material-placeholder {
  height: 100%;
  width: 100%;
}
.materialboxed.active {
  transform: inherit;
  max-width: none !important;
  max-height: none !important;
  margin-top: 2rem !important;
  border-radius: 0 !important;
}
form select:required ~ label:after,
form input:required ~ label:after,
form textarea:required ~ label:after {
  color: #f44336;
  content: "*" !important;
  opacity: 1 !important;
  top: 0 !important;
  position: unset !important;
  display: unset !important;
  margin-left: 2px;
}
.sidenav li > a > i.material-icons {
  color: #0288d1;
}
.textfield {
  max-height: 5rem;
  overflow-y: auto;
}
.truncate a {
  line-height: 40px;
}
.toast {
  background-color: #424649;
}
.logo-holder {
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  font-weight: 300;
  padding: 0 !important;
  margin: 0;
  border: 2px solid #ffffff;
}
.logo-holder h6 {
  font-weight: 400;
  font-size: 16px;
}
.modal .input-field {
  background-color: transparent;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.input-field .prefix {
  padding-top: 0.5rem;
  height: 3rem;
  top: 0 !important;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 5rem;
  background-color: white;
  z-index: 1001;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mobile-footer i {
  line-height: 24px;
  font-weight: 600;
}
.mobile-footer p {
  margin: 0;
  text-transform: capitalize;
  font-stretch: condensed;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.card .card-reveal .card-title {
  width: 100%;
  height: 1.5rem;
}
.card .card-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.details > h5 {
  margin: 0.75rem 0.75rem 1rem;
  font-size: 1.6rem;
}
form p {
  margin: 10px 0 !important;
}
.listed {
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem 0;
  color: #d1c4e9;
}
div.scrolled {
  height: 100%;
  overflow-y: scroll;
}
.instant-input input {
  margin: 0 -3px !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border: none !important;
  text-align: center;
}
.instant-input .caret {
  margin: auto 5px !important;
  line-height: 30px !important;
  color: #585858 !important;
}
[type="checkbox"] + label {
  padding-left: 25px;
}
/*[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    width: 0;
}*/
.select-dropdown li.filter.disabled {
  background-color: white !important;
}
.select-dropdown li.filter.disabled:hover {
  /*    background-color: @label_color_lighten_3 !important;*/
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span {
  display: none;
}
.select-dropdown li.filter.disabled,
.select-dropdown li.filter.disabled > span {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 0 0 8px;
  position: sticky;
  top: 0rem;
  background: transparent;
  z-index: 1;
  margin: 0;
}
.select-dropdown > li > img:not(.left) + span {
  max-width: calc(100% - 46px);
}
.select-dropdown li img {
  border-radius: 50%;
  border: solid 2px #e0e0e0;
  width: 30px;
  min-height: 30px;
  height: auto;
  margin: 11px 8px;
}
/*.select-dropdown.dropdown-content li.selected { //właczenie opcji powoduje znikanie wartości po wybraniu
    display: none;
}*/
li#sm_select_all {
  height: 53px;
  min-height: 0;
  /*    top: 0px;*/
  /*    position: absolute;*/
  /*    z-index: 2;*/
  left: 0px;
  width: 100%;
  padding-left: 12px;
}
li#sm_select_all i {
  color: #585858;
}
[type="checkbox"] + span:not(.lever):before {
  border-radius: 3px;
}
[type="checkbox"]:checked + span:not(.lever):before {
  border-radius: 1px;
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid #e0e0e0;
}
.dropdown-content {
  max-height: 600px;
  border-radius: 10px;
  overflow-x: hidden;
}
.page-header {
  color: #585858;
}
.page-title h5 {
  margin: 0;
  line-height: initial;
}
.display-list {
  width: 4rem;
  height: inherit;
}
.sidenav {
  z-index: 1003;
}
.sidenav-overlay {
  z-index: 1002;
  cursor: pointer;
}
.sortable {
  /*    padding-left: 8px;*/
  /*    padding-right: 18px;*/
}
.sortable i {
  position: absolute;
  line-height: 1.5rem;
  vertical-align: text-bottom;
}
/*----------------rectangular radio switch--------------*/
.rect-radio-group {
  height: 3rem;
  border: solid 1px #424649;
  display: inline-table;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .rect-radio-group label {
    font-size: 13px !important;
  }
}
.rect-radio-group input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
  height: inherit;
  min-width: 5rem;
}
.rect-radio-group label {
  color: #9a929e;
  display: inline-block;
  cursor: pointer;
  min-width: 3.5rem;
  height: 100%;
  line-height: 3rem;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 15px;
  margin-right: -1px;
  font-size: 13px;
}
.rect-radio-group input[type="radio"]:checked + label {
  background-color: #0288d1;
  color: white;
  /*        border-radius: 10px;*/
  /*        font-weight: bold;*/
}
/*----------------side menu for tables--------------*/
.with-side-menu:hover .side-menu {
  display: table-cell;
}
.with-side-menu:hover .hide-on-side-menu {
  display: none;
}
.with-side-menu .side-menu {
  display: none;
}
/*---form being submitted ---*/
.modal.js_form_submitting {
  opacity: 0.5 !important;
  transition: opacity 0.5s;
}
/*---hiding input button for file upload---*/
.inputfile-holder {
  overflow: hidden;
  max-width: 200px;
  height: 47px;
  position: relative;
}
.inputfile-holder .inputfile {
  position: absolute;
  left: -95px;
  outline: none;
}
/*---hiding input for file upload---*/
.inputfile-hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
/* disabled */
.disabled input:not([type]),
.disabled input:not([type])[readonly="readonly"],
.disabled input[type=text]:not(.browser-default),
.disabled input[type=text]:not(.browser-default)[readonly="readonly"],
.disabled input[type=password]:not(.browser-default),
.disabled input[type=password]:not(.browser-default)[readonly="readonly"],
.disabled input[type=email]:not(.browser-default),
.disabled input[type=email]:not(.browser-default)[readonly="readonly"],
.disabled input[type=url]:not(.browser-default),
.disabled input[type=url]:not(.browser-default)[readonly="readonly"],
.disabled input[type=time]:not(.browser-default),
.disabled input[type=time]:not(.browser-default)[readonly="readonly"],
.disabled input[type=date]:not(.browser-default),
.disabled input[type=date]:not(.browser-default)[readonly="readonly"],
.disabled input[type=datetime]:not(.browser-default),
.disabled input[type=datetime]:not(.browser-default)[readonly="readonly"],
.disabled input[type=datetime-local]:not(.browser-default),
.disabled input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
.disabled input[type=tel]:not(.browser-default),
.disabled input[type=tel]:not(.browser-default)[readonly="readonly"],
.disabled input[type=number]:not(.browser-default),
.disabled input[type=number]:not(.browser-default)[readonly="readonly"],
.disabled input[type=search]:not(.browser-default),
.disabled input[type=search]:not(.browser-default)[readonly="readonly"],
.disabled textarea.materialize-textarea,
.disabled textarea.materialize-textarea[readonly="readonly"] {
  border: dashed 1px lightgrey !important;
  color: rgba(0, 0, 0, 0.42) !important;
  cursor: default !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.select-disabled {
  pointer-events: none;
  touch-action: none;
  color: rgba(0, 0, 0, 0.42) !important;
}
label.horizontal,
label.horizontal + p {
  display: inline-block;
  /*    white-space: nowrap;*/
  overflow: hidden;
  /*    text-overflow: ellipsis;*/
  font-size: 15px;
  margin: 0;
  width: calc((100% / 2) - 0.5rem);
}
label.horizontal.split-1-4 {
  width: calc((100% / 4) - 0.5rem) !important;
}
label.horizontal.split-1-4 + p {
  width: calc((100% / 4 * 3) - 0.5rem) !important;
}
label.horizontal.split-1-2,
label.horizontal.split-1-2 + p {
  width: calc((100% / 2) - 0.5rem) !important;
}
label.horizontal.split-3-4 {
  width: calc((100% / 4 * 3) - 0.5rem) !important;
}
label.horizontal.split-3-4 + p {
  width: calc((100% / 4) - 0.5rem) !important;
}
label.horizontal {
  text-align: right;
  font-weight: 300;
  padding-right: 0.5rem;
}
@media only screen and (min-width: 601px) {
  label.horizontal {
    width: calc((100% / 2) - 0.5rem);
  }
}
@media only screen and (min-width: 993px) {
  label.horizontal {
    width: calc((100% / 3) - 0.5rem);
  }
}
label.horizontal + p {
  text-align: left;
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media only screen and (min-width: 601px) {
  label.horizontal + p {
    width: calc((100% / 2) - 0.5rem);
  }
}
@media only screen and (min-width: 993px) {
  label.horizontal + p {
    width: calc(((100% / 3) * 2) - 0.5rem);
  }
}
label.horizontal + div.chip-wrapper {
  position: absolute;
  width: calc((100% / 2) - 0.5rem);
}
@media only screen and (min-width: 601px) {
  label.horizontal + div.chip-wrapper {
    width: calc((100% / 2) - 0.5rem);
  }
}
@media only screen and (min-width: 993px) {
  label.horizontal + div.chip-wrapper {
    width: calc(((100% / 3) * 2) - 0.5rem);
  }
}
.switch.label-on-top {
  height: 3rem;
}
.switch.label-on-top > label.upper-label {
  transform: translateX(17px) translateY(0px);
  position: absolute;
}
.switch.label-on-top > label {
  transform: translateY(20px);
  position: absolute;
}
.selected-border-right {
  border-right: 0.3rem solid #0288d1;
}
li.optgroup-option:after {
  font-family: 'Material Icons';
  content: '';
  position: absolute;
  right: 1rem;
  margin-top: -50px;
  color: lightgrey;
  font-size: 24px;
}
.option-icon {
  position: absolute;
  right: 0.5rem;
}
.option-icon-wrapper {
  width: 32.4px;
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
  border-radius: 50px;
  text-transform: unset;
  position: absolute;
  right: 0.5rem;
}
.option-icon-wrapper i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 33px;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0288d1;
  -webkit-text-fill-color: #424649;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: red;
}
.sidenav-overlay,
.modal-overlay {
  opacity: 1 !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#qrcode img {
  margin-left: auto;
  margin-right: auto;
}
.examination-color {
  color: #795548;
  border-color: #79554833 !important;
  background-color: #7955481a !important;
}
.examination-color i {
  color: #795548 !important;
}
.panel-color {
  color: #607d8b;
  border-color: #607d8b33 !important;
  background-color: #607d8b1a !important;
}
.panel-color i {
  color: #607d8b !important;
}
.examination-group-color {
  color: #3f51b5;
  border-color: #3f51b533 !important;
  background-color: #3f51b51a !important;
}
.examination-group-color i {
  color: #3f51b5 !important;
}
.full-offer-color {
  color: #009688;
  border-color: #00968833 !important;
  background-color: #0096881a !important;
}
.full-offer-color i {
  color: #009688 !important;
}
select.day,
select.month,
select.year {
  width: calc((100%/3) - 8px);
  background-color: #ffffff;
  border-radius: 10px;
  border-color: #5f509f;
  opacity: 1;
  height: 47px;
  padding-left: 0.75rem !important;
}
.month {
  margin: 0 12px;
}
.date-dropdowns {
  margin-bottom: 6px;
}
.register-language-select .select-wrapper input {
  border: none !important;
  margin: 0 !important;
  padding-left: 3rem;
  font-size: 18px;
}
.register-language-select .select-wrapper .caret {
  display: none;
}
#products_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.product {
  margin-bottom: 2rem;
  border: none;
  cursor: pointer;
}
.product-section-header {
  text-align: center;
  font-weight: 200;
  color: #5F509F;
  font-family: 'Exo 2', sans-serif;
  width: 100%;
}
.product-image-holder {
  height: 50%;
  display: -webkit-box;
  1display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-image-holder .product-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 2rem 2rem 0;
}
.product-description-holder {
  height: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-description-holder .product-name {
  width: 100%;
  text-align: center;
  color: #5F509F;
  padding: 0 1rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.75vw;
  position: relative;
  padding: 0 0.5rem;
}
.product-description-holder .product-name .product-name-additional {
  padding-top: 0.25rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 1.25vw;
  line-height: 1.25;
  width: 100%;
}
@media only screen and (min-width: 1479px) {
  .product-container {
    width: 40%!important;
  }
  .product-section-header {
    font-size: 2.5vw;
  }
  .product-description-holder .product-name {
    font-size: 1.25vw;
    padding: 0 0.5rem;
  }
  .product-description-holder .product-name .product-name-additional {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  .product-container {
    width: 60%!important;
  }
  .product-section-header {
    font-size: 2.75vw;
  }
  .product-description-holder .product-name {
    font-size: 1.8vw;
    padding: 0 0.5rem;
  }
  .product-description-holder .product-name .product-name-additional {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .product-container {
    width: 70%!important;
  }
  .product-section-header {
    font-size: 2.75vw;
  }
  .product-description-holder .product-name {
    font-size: 1.9vw;
    padding: 0 0.5rem;
  }
  .product-description-holder .product-name .product-name-additional {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .product-section-header {
    font-size: 4vw;
  }
  .product-description-holder .product-name {
    font-size: 3.25vw;
    padding: 0 0.5rem;
  }
  .product-description-holder .product-name .product-name-additional {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 600px) {
  .product-section-header {
    font-size: 4.5vw;
  }
  .product-description-holder .product-name {
    font-size: 4.25vw;
    padding: 0 0.5rem;
  }
  .product-description-holder .product-name .product-name-additional {
    font-size: 2.25vw;
  }
}
.product-price-holder {
  height: 12%;
  background-color: #5F509F;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-price-holder h5 {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  margin-top: -0.5rem;
  font-family: 'Exo 2', sans-serif;
}
.product-cta-btn {
  position: absolute;
  bottom: 4.5rem;
  color: #fff;
}
#modal_register h6 {
  margin: 2rem 0 0;
}
#modal_register .rect-radio-group input[type="radio"]:checked + label {
  background-color: #5F509F;
}
#modal_register .help {
  position: absolute;
  top: 0.75rem;
  right: -1.5rem;
  z-index: 2;
}
#modal_register [type="checkbox"].filled-in:checked + span:not(.lever):after {
  border-color: #5F509F !important;
  background-color: #5F509F !important;
}
/*    #modal_register #pay_u_icon{
        margin-top:4rem;
        float:right;
        height:2.5rem;
    }*/
@media only screen and (max-width: 601px) {
  #modal_register input,
  #modal_register .rect-radio-group,
  #modal_register .rect-radio-group label,
  #modal_register select.day,
  #modal_register select.month,
  #modal_register select.year {
    height: 4rem;
  }
  #modal_register .rect-radio-group label {
    line-height: 4rem;
  }
  #modal_register .input-bordered select ~ label {
    top: -26px;
  }
  #modal_register .input-field > label {
    margin-top: 6px;
  }
  #modal_register .input-field > label:not(.label-icon).active {
    -webkit-transform: translateX(8px) translateY(-12px) scale(0.8);
    transform: translateX(8px) translateY(-14px) scale(0.8);
  }
  #modal_register .modal .input-field {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  #modal_register .dropdown-content li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  }
  #modal_register .dropdown-content li:not(.filter.disabled) span {
    font-size: 22px;
    padding: 2rem;
  }
  #modal_register .dropdown-content {
    position: fixed;
    width: 100% !important;
    max-height: 80vh !important;
    min-height: 30vh!important;
    bottom: 0 !important;
    left: 0!important;
    top: unset!important;
    height: auto !important;
  }
  #modal_register .help {
    position: absolute;
    top: 1.25rem;
    right: 1rem;
  }
  #modal_register #pay_u_icon {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 990px) {
  #modal_register .btn-large {
    padding: 0 18px;
  }
}
@media screen and (max-width: 600px) {
  .column-reverse-on-small-only {
    flex-direction: column-reverse;
  }
}
.ticket {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 450px;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 10px;
  background: #FBFBFB;
  box-shadow: 2px 2px 15px 0px #868686;
}
.ticket:before,
.ticket:after {
  content: "";
  position: absolute;
  left: 5px;
  height: 6px;
  width: 290px;
}
.ticket:before {
  top: -5px;
  background: radial-gradient(circle, transparent, transparent 50%, #FBFBFB 50%, #FBFBFB 100%) -7px -8px/16px 16px repeat-x;;
}
.ticket:after {
  bottom: -5px;
  background: radial-gradient(circle, transparent, transparent 50%, #FBFBFB 50%, #FBFBFB 100%) -7px -2px/16px 16px repeat-x;;
}
.ticket-content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
/*----------------------Helpers--------------------*/
.absolute {
  position: absolute;
}
.border-none {
  border: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border {
  border: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-color-inherit {
  border-color: inherit !important;
}
.border-top {
  border-top: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-left {
  border-left: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-right {
  border-right: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-radius-none {
  border-radius: 0 !important;
}
.border-radius-10p {
  border-radius: 10px !important;
}
.border-radius-right-10p {
  border-radius: 0 10px 10px 0;
}
.border-radius-left-10p {
  border-radius: 10px 0 0 10px;
}
.border-radius-top-10p {
  border-radius: 10px 10px 0 0;
}
.border-radius-bottom-10p {
  border-radius: 0 0 10px 10px;
}
.border-radius-50 {
  border-radius: 50% !important;
}
.bottom-0 {
  bottom: 0;
}
.bottom-0-25 {
  bottom: 0.25rem !important;
}
.bottom-0-5 {
  bottom: 0.5rem !important;
}
.bottom-1 {
  bottom: 1rem;
}
.bottom-3 {
  bottom: 3rem !important;
}
.bottom-4 {
  bottom: 4rem !important;
}
.bottom-10 {
  bottom: 10rem !important;
}
.box-shadow-0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.capitalize {
  text-transform: capitalize;
}
.center-image {
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(0%, -50%);
}
.center-btn {
  left: 50%;
  transform: translate(-50%, 0%);
}
.centered_img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.center-txt {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.circle-chip {
  max-width: 2.35rem;
  max-height: 2.35rem;
}
.circle-small {
  max-width: 2rem;
  max-height: 2rem;
  margin: 12px 15px !important;
}
.display-block {
  display: block;
}
.display-flex {
  display: flex !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-grid {
  display: inline-grid;
}
.display-none {
  display: none !important;
}
.display-table-cell {
  display: table-cell !important;
}
.fixed {
  position: fixed !important;
}
.float-none {
  float: none !important;
}
.justify {
  text-align: justify !important;
}
.keep-proportions {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.left-0 {
  left: 0 !important;
}
.left-1 {
  left: 1rem !important;
}
.left-2 {
  left: 2rem !important;
}
.left-3 {
  left: 3rem !important;
}
.left-4 {
  left: 4rem !important;
}
.left-align {
  text-align: left !important;
}
.right-align {
  text-align: right !important;
}
/*
.section-part(@height, @min-height){
    height: @height !important;
    min-height: @min-height;
}

.section-1-1{
    .section-part(~"calc(100vh - 5rem)" , @min);
}
.section-3-4{
    .section-part(~"calc(100vh / 4 * 3 - 5rem / 4 * 3)" , @min*3/4);
}
.section-2-3{
    .section-part(~"calc(100vh / 3 * 2 - 5rem / 3 * 2)" , @min*2/3);
}
.section-1-2{
    .section-part(~"calc(100vh / 2 - 5rem / 2)" , @min*1/2);
}
.section-1-3{
    .section-part(~"calc(100vh / 3 - 5rem / 3)" , @min*1/3);
}
.section-1-4{
    .section-part(~"calc(100vh / 4 - 5rem / 4)" , @min*1/4);
}
.section-1-8{
    .section-part(~"calc(100vh / 8 - 5rem / 8)" , @min*1/8);
}*/
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky !important;
}
.summary-label {
  transform: translate(0%, -100%);
  position: absolute;
}
.right-0 {
  right: 0 !important;
}
.right-0-5 {
  right: 0.5rem !important;
}
.right-0-75 {
  right: 0.75rem !important;
}
.right-1 {
  right: 1rem !important;
}
.right-1-5 {
  right: 1.5rem !important;
}
.right-2 {
  right: 2rem !important;
}
.right-2-5 {
  right: 2.5rem !important;
}
.right-3 {
  right: 3rem !important;
}
.right-4 {
  right: 4rem !important;
}
.right-5 {
  right: 5rem !important;
}
.right-6 {
  right: 6rem !important;
}
.right-7 {
  right: 7rem !important;
}
.right-8 {
  right: 8rem !important;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.font-size-inherit {
  font-size: inherit !important;
}
.font-size-initial {
  font-size: initial !important;
}
.font-size-xx-large {
  font-size: xx-large !important;
}
.font-size-x-large {
  font-size: x-large !important;
}
.font-size-large {
  font-size: large !important;
}
.font-size-medium {
  font-size: medium !important;
}
.font-size-small {
  font-size: small !important;
}
.font-size-smaller {
  font-size: smaller !important;
}
.font-size-x-small {
  font-size: x-small !important;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.align-flex-end {
  align-items: flex-end !important;
}
.height-auto {
  height: auto !important;
}
.height-inherit {
  height: inherit !important;
}
.height-30 {
  height: 30rem !important;
}
.height-100 {
  height: 100% !important;
}
.height-30vh {
  height: 30vh !important;
}
.height-30p {
  height: 30%;
}
.height-45p {
  height: 45%;
}
.height-100vh {
  height: 100vh !important;
}
.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.line-height-0 {
  line-height: 0 !important;
}
.line-height-1 {
  line-height: 1rem !important;
}
.line-height-1-5 {
  line-height: 1.5rem !important;
}
.line-height-2-5 {
  line-height: 2.5rem !important;
}
.line-height-2-75 {
  line-height: 2.75rem !important;
}
.line-height-3 {
  line-height: 3rem !important;
}
.line-height-inherit {
  line-height: inherit !important;
}
.hidden {
  visibility: hidden !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-0-5 {
  margin: 0.5rem !important;
}
.margin-1 {
  margin: 1rem !important;
}
.margin-1-5 {
  margin: 1.5rem !important;
}
.margin-2 {
  margin: 2rem !important;
}
.margin-right--4 {
  margin-right: -4rem !important;
}
.margin-right--3 {
  margin-right: -3rem !important;
}
.margin-right--2 {
  margin-right: -2rem !important;
}
.margin-right--1 {
  margin-right: -1rem !important;
}
.margin-right--0-5 {
  margin-right: -0.5rem !important;
}
.margin-right-0 {
  margin-right: 0rem !important;
}
.margin-right-0-25 {
  margin-right: 0.25rem !important;
}
.margin-right-0-5 {
  margin-right: 0.5rem !important;
}
.margin-right-0-75 {
  margin-right: 0.75rem !important;
}
.margin-right-1 {
  margin-right: 1rem !important;
}
.margin-right-2 {
  margin-right: 2rem !important;
}
.margin-right-3 {
  margin-right: 3rem !important;
}
.margin-right-4 {
  margin-right: 4rem !important;
}
.margin-right-5 {
  margin-right: 5rem !important;
}
.margin-left-right-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-left--4 {
  margin-left: -4rem !important;
}
.margin-left--1 {
  margin-left: -1rem !important;
}
.margin-left-0 {
  margin-left: 0rem !important;
}
.margin-left-0-5 {
  margin-left: 0.5rem !important;
}
.margin-left-0-75 {
  margin-left: 0.75rem !important;
}
.margin-left-1 {
  margin-left: 1rem !important;
}
.margin-left-2 {
  margin-left: 2rem !important;
}
.margin-left-3 {
  margin-left: 3rem !important;
}
.margin-left-4 {
  margin-left: 4rem !important;
}
.margin-left-5 {
  margin-left: 5rem !important;
}
.margin-bottom--5 {
  margin-bottom: -5rem !important;
}
.margin-bottom--2 {
  margin-bottom: -2rem !important;
}
.margin-bottom--1 {
  margin-bottom: -1rem !important;
}
.margin-bottom--0-5 {
  margin-bottom: -0.5rem !important;
}
.margin-bottom-0 {
  margin-bottom: 0rem !important;
}
.margin-bottom-0-25 {
  margin-bottom: 0.25rem !important;
}
.margin-bottom-0-5 {
  margin-bottom: 0.5rem !important;
}
.margin-bottom-0-75 {
  margin-bottom: 0.75rem !important;
}
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}
.margin-bottom-1-5 {
  margin-bottom: 1.5rem !important;
}
.margin-bottom-2 {
  margin-bottom: 2rem !important;
}
.margin-bottom-2-5 {
  margin-bottom: 2.5rem !important;
}
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.margin-bottom-3-5 {
  margin-bottom: 3.5rem !important;
}
.margin-bottom-4 {
  margin-bottom: 4rem !important;
}
.margin-bottom-4-5 {
  margin-bottom: 4.5rem !important;
}
.margin-bottom-5 {
  margin-bottom: 5rem !important;
}
.margin-top--5-5 {
  margin-top: -5.5rem !important;
}
.margin-top--5 {
  margin-top: -5rem !important;
}
.margin-top--4-5 {
  margin-top: -4.5rem !important;
}
.margin-top--4 {
  margin-top: -4rem !important;
}
.margin-top--1-5 {
  margin-top: -1.5rem !important;
}
.margin-top--1 {
  margin-top: -1rem !important;
}
.margin-top--0-5 {
  margin-top: -0.5rem !important;
}
.margin-top-0 {
  margin-top: 0rem !important;
}
.margin-top-0-25 {
  margin-top: 0.25rem !important;
}
.margin-top-0-5 {
  margin-top: 0.5rem !important;
}
.margin-top-1 {
  margin-top: 1rem !important;
}
.margin-top-1-5 {
  margin-top: 1.5rem !important;
}
.margin-top-2 {
  margin-top: 2rem !important;
}
.margin-top-3 {
  margin-top: 3rem !important;
}
.margin-top-4 {
  margin-top: 4rem !important;
}
.margin-top-5 {
  margin-top: 5rem !important;
}
.margin-top-6 {
  margin-top: 6rem !important;
}
.opacity-0-05 {
  opacity: 0.05 !important;
}
.opacity-0-15 {
  opacity: 0.15 !important;
}
.opacity-0-25 {
  opacity: 0.25 !important;
}
.opacity-0-5 {
  opacity: 0.5 !important;
}
.opacity-0-75 {
  opacity: 0.75 !important;
}
.opacity-0-85 {
  opacity: 0.85 !important;
}
.opacity-1 {
  opacity: 1 !important;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.25;
}
.padding-0 {
  padding: 0 !important;
}
.padding-0-25 {
  padding: 0.25rem !important;
}
.padding-0-5 {
  padding: 0.5rem !important;
}
.padding-1 {
  padding: 1rem !important;
}
.padding-2 {
  padding: 2rem !important;
}
.padding-3 {
  padding: 3rem !important;
}
.padding-bottom-0 {
  padding-bottom: 0rem !important;
}
.padding-bottom-0-3 {
  padding-bottom: 0.3rem !important;
}
.padding-bottom-0-5 {
  padding-bottom: 0.5rem !important;
}
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.padding-bottom-3 {
  padding-bottom: 3rem !important;
}
.padding-bottom-3-5 {
  padding-bottom: 3.5rem !important;
}
.padding-bottom-5 {
  padding-bottom: 5rem !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-0-25 {
  padding-left: 0.25rem !important;
}
.padding-left-0-5 {
  padding-left: 0.5rem !important;
}
.padding-left-0-75 {
  padding-left: 0.75rem !important;
}
.padding-left-1 {
  padding-left: 1rem !important;
}
.padding-left-1-5 {
  padding-left: 1.5rem !important;
}
.padding-left-2 {
  padding-left: 2rem !important;
}
.padding-left-3 {
  padding-left: 3rem !important;
}
.padding-left-3-5 {
  padding-left: 3.5rem !important;
}
.padding-left-4 {
  padding-left: 4rem !important;
}
.padding-left-4-5 {
  padding-left: 4.5rem !important;
}
.padding-left-5 {
  padding-left: 5rem !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-0-25 {
  padding-right: 0.25rem !important;
}
.padding-right-0-5 {
  padding-right: 0.5rem !important;
}
.padding-right-0-9 {
  padding-right: 0.94rem !important;
}
.padding-right-1 {
  padding-right: 1rem !important;
}
.padding-right-1-5 {
  padding-right: 1.5rem;
}
.padding-right-2 {
  padding-right: 2rem !important;
}
.padding-right-3 {
  padding-right: 3rem;
}
.padding-top-0 {
  padding-top: 0rem !important;
}
.padding-top-0-5 {
  padding-top: 0.5rem !important;
}
.padding-top-1 {
  padding-top: 1rem !important;
}
.padding-top-2 {
  padding-top: 2rem !important;
}
.padding-top-2-5 {
  padding-top: 2.5rem !important;
}
.padding-top-4 {
  padding-top: 4rem !important;
}
.padding-top-5-5 {
  padding-top: 5.5rem;
}
.position-relative {
  position: relative !important;
}
.pointer-events-none {
  pointer-events: none;
}
.max-height-2 {
  max-height: 2rem;
}
.max-height-4 {
  max-height: 4rem;
}
.max-width-10 {
  max-width: 10rem !important;
}
.max-width-50 {
  max-width: 50% !important;
}
.min-height-0 {
  min-height: 0 !important;
}
.min-height-1 {
  min-height: 1rem !important;
}
.min-height-2 {
  min-height: 2rem !important;
}
.min-height-3 {
  min-height: 3rem !important;
}
.min-height-4 {
  min-height: 4rem !important;
}
.min-height-5 {
  min-height: 5rem !important;
}
.min-height-6 {
  min-height: 6rem !important;
}
.min-height-7 {
  min-height: 7rem !important;
}
.min-height-8 {
  min-height: 8rem !important;
}
.min-height-100 {
  min-height: 100% !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.nowrap {
  white-space: nowrap;
}
.help {
  cursor: help;
}
.cursor-default {
  cursor: default;
}
.pointer {
  cursor: pointer;
}
.zoom-in {
  cursor: zoom-in;
}
.no-padding {
  padding: 0 !important;
}
.reverse-col-order {
  display: flex;
  flex-direction: column-reverse;
}
.reverse-row-order {
  display: inline-flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.rotate--90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.unrotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.unrotate180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.rotate-x {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.scrollable {
  overflow: auto;
}
.shadow-none {
  box-shadow: none !important;
}
.shorten_table_height {
  height: calc(100% - 2rem - 81px) !important;
}
.top--1 {
  top: -1rem !important;
}
.top-0 {
  top: 0 !important;
}
.top-0-5 {
  top: 0.5rem;
}
.top-1 {
  top: 1rem;
}
.top-5 {
  top: 5rem;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.text-align-center {
  text-align: center !important;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-transform-none {
  text-transform: none;
}
.transform-up-1-2 {
  transform: translateY(-50%);
}
.transition-padding {
  -webkit-transition: padding 0.35s;
  transition: padding 0.35s;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  opacity: 0 !important;
}
.valign-bottom {
  vertical-align: bottom !important;
}
.valign-middle {
  vertical-align: middle !important;
}
.valign-text-bottom {
  vertical-align: text-bottom !important;
}
.min-width-15 {
  min-width: 15rem !important;
}
.min-width-14 {
  min-width: 14rem !important;
}
.min-width-13 {
  min-width: 13rem !important;
}
.min-width-12 {
  min-width: 12rem !important;
}
.min-width-11 {
  min-width: 11rem !important;
}
.min-width-10 {
  min-width: 10rem !important;
}
.min-width-9 {
  min-width: 9rem !important;
}
.min-width-8 {
  min-width: 8rem !important;
}
.min-width-7 {
  min-width: 7rem !important;
}
.min-width-6 {
  min-width: 6rem !important;
}
.min-width-5 {
  min-width: 5rem !important;
}
.min-width-4 {
  min-width: 4rem !important;
}
.min-width-3 {
  min-width: 3rem !important;
}
.min-width-2 {
  min-width: 2rem !important;
}
.min-width-1 {
  min-width: 1rem !important;
}
.width-auto {
  width: auto !important;
}
.width-inherit {
  width: inherit !important;
}
.width-30 {
  width: 30rem !important;
}
.width-29 {
  width: 29rem !important;
}
.width-28 {
  width: 28rem !important;
}
.width-27 {
  width: 27rem !important;
}
.width-26 {
  width: 26rem !important;
}
.width-25 {
  width: 25rem !important;
}
.width-24 {
  width: 24rem !important;
}
.width-23 {
  width: 23rem !important;
}
.width-22 {
  width: 22rem !important;
}
.width-21 {
  width: 21rem !important;
}
.width-20 {
  width: 20rem !important;
}
.width-19 {
  width: 19rem !important;
}
.width-18 {
  width: 18rem !important;
}
.width-17 {
  width: 17rem !important;
}
.width-16 {
  width: 16rem !important;
}
.width-15 {
  width: 15rem !important;
}
.width-14 {
  width: 14rem !important;
}
.width-13 {
  width: 13rem !important;
}
.width-12 {
  width: 12rem !important;
}
.width-11 {
  width: 11rem !important;
}
.width-10 {
  width: 10rem !important;
}
.width-9 {
  width: 9rem !important;
}
.width-8 {
  width: 8rem !important;
}
.width-7 {
  width: 7rem !important;
}
.width-6 {
  width: 6rem !important;
}
.width-5 {
  width: 5rem !important;
}
.width-4 {
  width: 4rem !important;
}
.width-3 {
  width: 3rem !important;
}
.width-2 {
  width: 2rem !important;
}
.width-1 {
  width: 1rem !important;
}
.width-2-5 {
  width: 2.5rem !important;
}
.width-3-5 {
  width: 3.5rem !important;
}
.width-12-5 {
  width: 12.5rem !important;
}
/*.width-15{
    width:15rem !important;
}

.width-18{
    width:18rem !important;
}*/
.width-85 {
  width: 85% !important;
}
.width-100 {
  width: 100% !important;
}
.word-break-all {
  word-break: break-all;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-996 {
  z-index: 996 !important;
}
.z-index-997 {
  z-index: 997 !important;
}
.z-index-998 {
  z-index: 998 !important;
}
.z-index-999 {
  z-index: 999 !important;
}
.z-index-1000 {
  z-index: 1000 !important;
}
.z-index-1001 {
  z-index: 1001 !important;
}
.z-index-1002 {
  z-index: 1002 !important;
}
.z-index-1005 {
  z-index: 1005 !important;
}
.z-index-10000 {
  z-index: 10000 !important;
}
@media only screen and (max-width: 1201px) {
  .hide-on-xlarge-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-small-only {
    display: none !important;
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
#loading,
#waitmessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2dc3e8;
  z-index: 3;
}
#covermounts_select .dropdown-content {
  max-height: 300px !important;
}
#reload-bar {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #ff5722;
  top: 5rem;
  left: 0;
}
.chart {
  width: 100%;
  min-height: 800px;
}
.hint span,
table.pure-table thead:hover th.hint span {
  display: none;
}
.hint:hover span,
table.pure-table:hover th.hint span,
table.pure-table:hover th.hint:hover span,
table.edit .hint input:focus + span,
table.edit .hint select:focus + span,
table.edit .hint div.flexselect.active + span {
  display: inline;
  position: absolute;
  margin: 25px 0 0 0px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  text-align: center;
  background: #e4e4e4;
  color: #fff;
  font-size: 0.8em;
  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.3);
}
.hint span img {
  display: block;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.hint:hover span,
table.pure-table:hover th.hint span,
table.edit .hint span {
  min-height: 150px;
  z-index: 20;
}
#flash-message {
  top: 60px;
  position: absolute;
  right: 50%;
  z-index: 1001;
  animation: flash-message 6s forwards;
}
@keyframes flash-message {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin-top: 70px;
}
.dropdown-content li > span > label {
  color: #26a69a !important;
}
.form-standalone {
  background-color: #fff;
  padding: 80px;
  width: 75%;
  margin: 0 auto;
}
.height-30 {
  height: 30rem !important;
}
.height-29-5 {
  height: 29.5rem !important;
}
.height-29 {
  height: 29rem !important;
}
.height-28-5 {
  height: 28.5rem !important;
}
.height-28 {
  height: 28rem !important;
}
.height-27-5 {
  height: 27.5rem !important;
}
.height-27 {
  height: 27rem !important;
}
.height-26-5 {
  height: 26.5rem !important;
}
.height-26 {
  height: 26rem !important;
}
.height-25-5 {
  height: 25.5rem !important;
}
.height-25 {
  height: 25rem !important;
}
.height-24-5 {
  height: 24.5rem !important;
}
.height-24 {
  height: 24rem !important;
}
.height-23-5 {
  height: 23.5rem !important;
}
.height-23 {
  height: 23rem !important;
}
.height-22-5 {
  height: 22.5rem !important;
}
.height-22 {
  height: 22rem !important;
}
.height-21-5 {
  height: 21.5rem !important;
}
.height-21 {
  height: 21rem !important;
}
.height-20-5 {
  height: 20.5rem !important;
}
.height-20 {
  height: 20rem !important;
}
.height-19-5 {
  height: 19.5rem !important;
}
.height-19 {
  height: 19rem !important;
}
.height-18-5 {
  height: 18.5rem !important;
}
.height-18 {
  height: 18rem !important;
}
.height-17-5 {
  height: 17.5rem !important;
}
.height-17 {
  height: 17rem !important;
}
.height-16-5 {
  height: 16.5rem !important;
}
.height-16 {
  height: 16rem !important;
}
.height-15-5 {
  height: 15.5rem !important;
}
.height-15 {
  height: 15rem !important;
}
.height-14-5 {
  height: 14.5rem !important;
}
.height-14 {
  height: 14rem !important;
}
.height-13-5 {
  height: 13.5rem !important;
}
.height-13 {
  height: 13rem !important;
}
.height-12-5 {
  height: 12.5rem !important;
}
.height-12 {
  height: 12rem !important;
}
.height-11-5 {
  height: 11.5rem !important;
}
.height-11 {
  height: 11rem !important;
}
.height-10-5 {
  height: 10.5rem !important;
}
.height-10 {
  height: 10rem !important;
}
.height-9-5 {
  height: 9.5rem !important;
}
.height-9 {
  height: 9rem !important;
}
.height-8-5 {
  height: 8.5rem !important;
}
.height-8 {
  height: 8rem !important;
}
.height-7-5 {
  height: 7.5rem !important;
}
.height-7 {
  height: 7rem !important;
}
.height-6-5 {
  height: 6.5rem !important;
}
.height-6 {
  height: 6rem !important;
}
.height-5-5 {
  height: 5.5rem !important;
}
.height-5 {
  height: 5rem !important;
}
.height-4-5 {
  height: 4.5rem !important;
}
.height-4 {
  height: 4rem !important;
}
.height-3-5 {
  height: 3.5rem !important;
}
.height-3 {
  height: 3rem !important;
}
.height-2-5 {
  height: 2.5rem !important;
}
.height-2 {
  height: 2rem !important;
}
.height-1-5 {
  height: 1.5rem !important;
}
.height-1 {
  height: 1rem !important;
}
.height-0-5 {
  height: 0.5rem !important;
}
.height-0 {
  height: 0rem !important;
}
.z-depth-1-top {
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-2-top {
  -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.3);
  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.3);
}
.z-depth-3-top {
  -webkit-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.14), 0 -1px 18px 0 rgba(0, 0, 0, 0.12), 0 -3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.14), 0 -1px 18px 0 rgba(0, 0, 0, 0.12), 0 -3px 5px -1px rgba(0, 0, 0, 0.3);
}
.main_color {
  background-color: #424649 !important;
}
.main_text {
  color: #424649 !important;
}
.secondary_color {
  background-color: #0288d1 !important;
}
.secondary_color.lighten-4 {
  background-color: #bbdefb !important;
}
.secondary_color.lighten-5 {
  background-color: #e3f2fd !important;
}
.secondary_color.lighten-6 {
  background-color: #e3f2fdbf !important;
}
.secondary_text {
  color: #0288d1 !important;
}
.label_color {
  color: #9e9e9e !important;
}
.grey-font {
  color: #585858 !important;
}
html {
  color: #585858 !important;
  background-color: #e0e0e0;
}
@media only screen and (max-width: 600px) {
  html {
    background-color: white;
  }
}
table {
  background-color: white;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #0288d1;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #0288d1;
}
.border-color-main {
  border-color: #424649 !important;
}
.border-color-secondary {
  border-color: #0288d1 !important;
}
.border-color-green {
  border-color: #4caf50 !important;
}
.border-color-red {
  border-color: #f44336 !important;
}
.expand-arrow {
  color: #0288d1 !important;
}
input,
textarea,
select {
  color: #585858 !important;
}
.chip:focus {
  color: grey;
  background-color: #e4e4e4;
}
.chips.focus {
  border-bottom: 1px solid #424649;
  -webkit-box-shadow: 0 1px 0 0 #424649;
  box-shadow: 0 0 0 0 #424649;
}
[type="checkbox"]:checked + span:not(.lever):before {
  border-right-color: #0288d1;
  border-bottom-color: #0288d1;
}
#egmont_comp_section label > span > [type="checkbox"]:checked + span:not(.lever):before {
  border-right-color: white !important;
  border-bottom-color: white !important;
}
.dropdown-content li > span > label {
  color: #424649 !important;
}
.dropdown-content li.selected > span > label {
  color: #0288d1 !important;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #585858;
}
.horizontal-content:not(.main_color) label {
  color: #424242 !important;
}
.select-dropdown.dropdown-content li.selected {
  background-color: #f5f5f5;
}
.select-dropdown.dropdown-content li.selected:hover {
  background-color: #eeeeee !important;
}
.select-dropdown.dropdown-content li.selected > span {
  color: #0288d1;
}
/*
.switch label .lever:after {
    background-color: @secondary_color_lighten_5 ~'!important';
}
*/
.switch label input[type=checkbox]:checked + .lever {
  background-color: #e3f2fd !important;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #0288d1 !important;
}
.red-green-switch label .lever {
  background-color: #ffcdd2 !important;
}
.red-green-switch label .lever:after {
  background-color: #f44336 !important;
}
.red-green-switch label input[type=checkbox]:checked + .lever {
  background-color: #c8e6c9 !important;
}
.red-green-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #4caf50 !important;
}
.neutral-switch label .lever {
  background-color: #e0e0e0 !important;
}
.neutral-switch label .lever:after {
  background-color: #0288d1 !important;
}
.neutral-switch label input[type=checkbox]:checked + .lever {
  background-color: #e0e0e0 !important;
}
.neutral-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #0288d1 !important;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border-color: #585858;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border-color: #0288d1 !important;
  background-color: #0288d1 !important;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border-color: #585858 !important;
}
.datepicker-date-display {
  background-color: #424649 !important;
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #0288d1 !important;
}
.datepicker-table td.is-today {
  background-color: #eeeeee !important;
  color: #424649 !important;
}
.datepicker-day-button:focus {
  background-color: #e0e0e0 !important;
}
.datepicker-table td.is-selected {
  background-color: #0288d1 !important;
  color: white !important;
}
.timepicker-close {
  color: #0288d1 !important;
}
.name {
  color: #424649 !important;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom-color: #0288d1;
}
label input[type=text]:not(.browser-default) {
  color: #0288d1 !important;
  border-bottom-color: #0288d1 !important;
}
input[type=text]:not(.browser-default):active {
  /*    border-bottom-color: @secondary_color ~'!important';*/
}
.btn-floating:hover {
  background-color: #eeeeee;
}
input.materialize-textarea:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom-color: #424649;
  -webkit-box-shadow: 0 1px 0 0 #424649;
  box-shadow: 0 1px 0 0 #424649;
}
.monocolor label .lever {
  background-color: #bbdefb !important;
}
.monocolor label .lever:after {
  background-color: #0288d1 !important;
}
.material-tooltip {
  background-color: white !important;
  border: solid 1px #D3D3D3 !important;
  color: #585858 !important;
  border-radius: 10px !important;
  max-width: 300px !important;
  text-align: justify !important;
}
.tabs .tab a.active {
  color: #0288d1 !important;
  background-color: inherit !important;
}
.tabs .tab :not(.disabled) a:focus {
  color: #424649 !important;
}
.tabs .tab a:focus {
  background-color: transparent !important;
}
.tabs .tab :not(.disabled) a:hover {
  color: #424649 !important;
}
.tabs .indicator {
  background-color: #0288d1 !important;
}
.light-color {
  color: #ede7f6 !important;
}
#wrapper.green_alert,
.horizontal-content.green {
  background: rgba(76, 175, 80, 0.75) !important;
}
#wrapper.red_alert,
.horizontal-content.red {
  background-color: rgba(244, 67, 54, 0.75) !important;
}
#wrapper.orange_alert,
.horizontal-content.orange {
  background: rgba(255, 152, 0, 0.75) !important;
}
#wrapper.purple_alert,
.horizontal-content.purple {
  background: rgba(156, 39, 176, 0.75) !important;
}
/*   label color 
.input-field label {
 color: #000;
}*/
/* label focus color */
.input-field input[type=text]:focus + label,
.materialize-textarea:focus + label {
  color: #424649 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  /*    border-bottom: 1px solid @main_color ~'!important';
    box-shadow: 0 1px 0 0 @main_color ~'!important';*/
}
/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}
/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #424649;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #424649;
  -webkit-box-shadow: 0 0 0 0 #424649;
  box-shadow: 0 0 0 0 #424649;
}
li.filter.disabled > span > label > input[type=text] {
  border: none !important;
  color: #424649 !important;
  padding-left: 0;
  border-radius: 0px;
  border-bottom-color: #0288d1 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #0288d1;
}
.table-of-contents a:hover {
  border-left: 1px solid #0288d1;
}
.analysis-container {
  max-width: 1480px;
  min-width: 320px;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.col-auto-container {
  margin: 0 auto;
  min-width: 300px;
  width: max-content;
}
.col-1-container {
  margin: 0 auto;
  min-width: 300px;
  max-width: 20% !important;
}
.col-2-container {
  margin: 0 auto;
  min-width: 300px;
  max-width: 30% !important;
}
.col-3-container {
  margin: 0 auto;
  min-width: 300px;
  max-width: 40% !important;
}
.container {
  width: 80%;
  max-width: 1800px;
}
.dashboard-container {
  min-width: 320px;
  margin: 0;
}
.header-container {
  width: calc(100% - 5 * 56px);
}
.message-container {
  height: calc(100% - 5rem);
}
.mCSB_container {
  height: 100%;
}
.report-container {
  min-width: 300px;
  max-width: 50%;
  border-radius: 10px;
  margin: 0 auto;
}
.table-container {
  min-width: 300px;
  margin: 0rem 4.5rem 2rem;
  width: calc( 100% - 9rem);
}
.product-2-container {
  min-width: 300px;
  max-width: 40%;
  margin: 0 auto;
}
.product-3-container,
.register-form-container {
  min-width: 300px;
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1480px) {
  .product-2-container,
  .product-3-container {
    /*        max-width: 90vh; */
  }
}
@media screen and (max-width: 1479px) {
  .cards-container {
    margin: 0;
    width: 100%;
  }
  .col-1-container {
    max-width: 50% !important;
  }
  .col-2-container {
    max-width: 80% !important;
  }
  .col-3-container {
    max-width: 90% !important;
  }
  .header-container {
    padding-left: 0px;
    /*        max-width: 60%;*/
  }
  .my-container {
    padding-left: 0px !important;
  }
  .container {
    max-width: 85%;
  }
  .table-container {
    margin-left: auto;
    margin-right: auto;
    width: calc( 100% - 1rem ) !important;
  }
  .my-container {
    margin: 0 1rem !important;
  }
  .report-container {
    max-width: 85%;
  }
  .product-2-container {
    max-width: 60%;
  }
  .product-3-container,
  .register-form-container {
    max-width: 85%;
  }
}
@media only screen and (max-width: 901px) {
  .container,
  .report-container {
    min-width: 95% !important;
  }
  .product-2-container {
    max-width: 85%;
  }
  .product-3-container,
  .register-form-container {
    max-width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .analysis-container,
  .container,
  .dashboard-container,
  .col-1-container,
  .col-2-container,
  .col-3-container,
  .report-container,
  .table-container,
  .product-2-container,
  .product-3-container,
  .register-form-container {
    width: calc(100% - 1rem) !important;
    margin-left: auto;
    margin-right: auto;
    max-width: unset !important;
  }
}
/*----------------Material icons--------------------*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/* -------------------------- scrollbar webkit -------------------------- */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  /*    background: @label_color;*/
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0288d1;
}
.inbox::-webkit-scrollbar {
  width: 5px !important;
}
button:focus {
  background-color: #eeeeee;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #ffffff2a;
}
.btn,
.btn-large,
.btn-small,
.btn-flat {
  border-radius: 50px;
  text-transform: unset;
}
.fixed-action-btn {
  margin-bottom: 3rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 990px) {
  .fixed-action-btn {
    margin-bottom: unset;
    margin-right: unset;
  }
}
.btn-flat.bordered {
  border: solid 1px #D3D3D3;
  /*    border-radius:4px;*/
  text-transform: none;
}
.btn-floating.show {
  background: #FFFFFF;
  border: 2px solid #0288d1 !important;
  /*    box-shadow:none;*/
}
.btn-floating.show i {
  color: #0288d1;
  margin: -2px 0 0 -2px;
}
.btn-floating.show:hover {
  background: #0288d1;
  border: 2px solid #FFFFFF !important;
}
.btn-floating.show:hover i {
  color: #FFFFFF;
  margin: -2px 0 0 -2px;
}
.btn-flat:not(.btn-floating) i {
  vertical-align: middle;
  padding: 0 0 0 8px;
  font-size: 18px;
  color: #0288d1;
  margin-top: -3px;
}
.btn-flat:not(.btn-floating) i.left {
  padding: 0;
  margin: 0 8px 0 -4px;
}
.btn-small i {
  line-height: 33px !important;
}
a.disabled {
  pointer-events: none;
  color: lightgrey !important;
}
a.disabled i {
  color: lightgrey !important;
}
/*----------------Card--------------------*/
.card {
  border: solid rgba(0, 0, 0, 0.12) 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0rem 0 1rem 0;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .card-1-1,
  .card-12-12 {
    height: calc(  100vh   - 5rem - 1.5rem - 1rem );
    min-height: calc(  1080px  - 5rem - 1.5rem - 1rem );
    max-height: calc(  1200px  - 5rem - 1.5rem - 1rem );
  }
  .card-11-12 {
    height: calc((  100vh   * 11/12 ) - ( 5rem * 11/12 ) - ( 1.5rem * 11/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 11/12 ) - ( 5rem * 11/12 ) - ( 1.5rem * 11/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 11/12 ) - ( 5rem * 11/12 ) - ( 1.5rem * 11/12 ) - 1rem ) !important;
  }
  .card-10-12 {
    height: calc((  100vh   * 10/12 ) - ( 5rem * 10/12 ) - ( 1.5rem * 10/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 10/12 ) - ( 5rem * 10/12 ) - ( 1.5rem * 10/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 10/12 ) - ( 5rem * 10/12 ) - ( 1.5rem * 10/12 ) - 1rem ) !important;
  }
  .card-3-4,
  .card-9-12 {
    height: calc((  100vh   * 9/12 ) - ( 5rem * 9/12 ) - ( 1.5rem * 9/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 9/12 ) - ( 5rem * 9/12 ) - ( 1.5rem * 9/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 9/12 ) - ( 5rem * 9/12 ) - ( 1.5rem * 9/12 ) - 1rem ) !important;
  }
  .card-2-3,
  .card-8-12 {
    height: calc((  100vh   * 8/12 ) - ( 5rem * 8/12 ) - ( 1.5rem * 8/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 8/12 ) - ( 5rem * 8/12 ) - ( 1.5rem * 8/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 8/12 ) - ( 5rem * 8/12 ) - ( 1.5rem * 8/12 ) - 1rem ) !important;
  }
  .card-7-12 {
    height: calc((  100vh   * 7/12 ) - ( 5rem * 7/12 ) - ( 1.5rem * 7/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 7/12 ) - ( 5rem * 7/12 ) - ( 1.5rem * 7/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 7/12 ) - ( 5rem * 7/12 ) - ( 1.5rem * 7/12 ) - 1rem ) !important;
  }
  .card-1-2,
  .card-6-12 {
    height: calc((  100vh   * 6/12 ) - ( 5rem * 6/12 ) - ( 1.5rem * 6/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 6/12 ) - ( 5rem * 6/12 ) - ( 1.5rem * 6/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 6/12 ) - ( 5rem * 6/12 ) - ( 1.5rem * 6/12 ) - 1rem ) !important;
  }
  .card-5-12 {
    height: calc((  100vh   * 5/12 ) - ( 5rem * 5/12 ) - ( 1.5rem * 5/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 5/12 ) - ( 5rem * 5/12 ) - ( 1.5rem * 5/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 5/12 ) - ( 5rem * 5/12 ) - ( 1.5rem * 5/12 ) - 1rem ) !important;
  }
  .card-1-3,
  .card-4-12 {
    height: calc((  100vh   * 4/12 ) - ( 5rem * 4/12 ) - ( 1.5rem * 4/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 4/12 ) - ( 5rem * 4/12 ) - ( 1.5rem * 4/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 4/12 ) - ( 5rem * 4/12 ) - ( 1.5rem * 4/12 ) - 1rem ) !important;
  }
  .card-1-4,
  .card-3-12 {
    height: calc((  100vh   * 3/12 ) - ( 5rem * 3/12 ) - ( 1.5rem * 3/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 3/12 ) - ( 5rem * 3/12 ) - ( 1.5rem * 3/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 3/12 ) - ( 5rem * 3/12 ) - ( 1.5rem * 3/12 ) - 1rem ) !important;
  }
  .card-1-6,
  .card-2-12 {
    height: calc((  100vh   * 2/12 ) - ( 5rem * 2/12 ) - ( 1.5rem * 2/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 2/12 ) - ( 5rem * 2/12 ) - ( 1.5rem * 2/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 2/12 ) - ( 5rem * 2/12 ) - ( 1.5rem * 2/12 ) - 1rem ) !important;
  }
  .card-1-12 {
    height: calc((  100vh   * 1/12 ) - ( 5rem * 1/12 ) - ( 1.5rem * 1/12 ) - 1rem ) !important;
    min-height: calc((  1080px   * 1/12 ) - ( 5rem * 1/12 ) - ( 1.5rem * 1/12 ) - 1rem ) !important;
    max-height: calc((  1200px   * 1/12 ) - ( 5rem * 1/12 ) - ( 1.5rem * 1/12 ) - 1rem ) !important;
  }
}
.card-header {
  height: 5rem;
}
.card-header h5 {
  line-height: 5rem;
  margin: 0;
  padding: 0 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0288d1;
}
.card-content {
  border-radius: 0 !important;
  padding: 0px 24px 24px !important;
}
.card-content table {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .card-content {
    padding: 0px 12px !important;
  }
  .card-content table {
    border: none;
    padding: 0 !important;
  }
}
.card .card-content p {
  min-height: 20px;
}
.card .card-content.font-large p,
.card .card-content.font-large span {
  font-size: 18px !important;
}
@media screen and (max-width: 600px) {
  .card .card-content.font-large p,
  .card .card-content.font-large span {
    font-size: 16px !important;
  }
  .card .card-content.font-large .chip {
    font-size: 12px !important;
  }
}
.card-content .row {
  margin-bottom: 0;
}
.card-content .row .col {
  margin-bottom: 1rem;
  /*        line-height: 20px;*/
}
.card-content .row .col label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-footer {
  height: 4.5rem;
}
.card.horizontal {
  border-radius: 0 10px 10px 0;
}
.card-overlay {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.75;
  position: absolute;
  left: 0;
  border-radius: 10px;
}
.product-card {
  max-height: 32vh !important;
  min-height: 24rem !important;
  margin: 0 auto 2.5rem auto;
}
/* -------------------------- Modal -------------------------- */
.help-modal {
  width: 35%;
  min-width: 15rem;
  top: 30% !important;
}
.modal form .row {
  margin-bottom: 0px;
}
.modal input {
  /*    font-size: 1.15rem !important;
    height:2rem !important;
    margin-bottom:0.5rem !important;*/
  /*    color: #5F6368 !important;
    border-bottom-color: @main_color !important;*/
}
.modal {
  top: 10%;
  min-height: 16rem !important;
  border-radius: 10px;
  background-color: white;
}
.modal-height-auto {
  transform: scaleX(1) scaleY(1) translateY(-50%) !important;
  top: 50% !important;
  height: auto !important;
}
.modal.free-floating {
  top: unset !important;
  margin: unset;
  left: auto;
}
.modal.free-floating.bottom-sheet {
  margin: 0 !important;
  height: auto !important;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
  .modal-xx-small:not(.free-floating) {
    top: 37.5% !important;
    height: 25% !important;
  }
  .modal-x-small:not(.free-floating) {
    top: 33.33333333% !important;
    height: 33.33333333% !important;
  }
  .modal-small:not(.free-floating) {
    height: 50% !important;
    top: 25% !important;
  }
  .modal-large:not(.free-floating) {
    top: 10% !important;
    height: 80% !important;
    max-height: 80% !important;
  }
  .modal-x-large:not(.free-floating) {
    top: 2.5% !important;
    height: 95% !important;
    max-height: 95% !important;
  }
  .modal.modal-fixed-footer:not(.modal-no-header) .modal-content {
    height: calc(100% - 3.5rem - 56px - 1px);
  }
  /*@-moz-document url-prefix() {
        .modal.modal-fixed-footer .modal-content {
            height: calc(100% - 56px - 3.5rem);
        }
    }*/
  .modal.modal-wide {
    width: calc(100vw - 6rem);
    max-width: 900px;
  }
  .modal.modal-narrow {
    width: calc(100vw - 6rem);
    max-width: 600px;
  }
  .modal.modal-semi-narrow {
    width: calc(100vw - 6rem);
    max-width: 700px;
  }
  .modal.modal-x-narrow {
    width: calc(100vw - 6rem);
    max-width: 320px;
  }
}
@media only screen and (max-height: 248px) {
  .modal {
    top: 8px !important;
  }
}
.modal.bottom-sheet {
  height: 100%;
  max-height: unset;
  border-radius: 0px !important;
}
.modal.bottom-sheet .modal-header {
  background-color: unset;
  color: unset;
}
.modal-full-page {
  top: 0 !important;
}
@media only screen and (max-width: 600px) {
  .modal:not(.datepicker-modal),
  .modal:not(.bottom-sheet),
  #edit_user {
    bottom: 0;
    top: inherit !important;
    transform: none !important;
    width: 100%;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  #edit_user {
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 7rem !important;
    height: 930px;
  }
  #edit_user .card-footer {
    background-color: white;
    z-index: 1;
    padding: 10px 0px;
    position: fixed;
    height: 56px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  /*    .datepicker-modal {
        min-height: 425px;
    }  */
  .modal h4 {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.52rem 0 0.912rem 0;
  }
  .modal-content {
    padding: 0 0 56px;
    height: calc(100% - 3.5rem - 56px) !important;
  }
  .form-section {
    padding: 1rem 1rem 0;
  }
}
.modal .caret {
  color: #585858 !important;
  /*    top: 6px !important;*/
  line-height: 31px !important;
  height: 31px;
}
.modal-header {
  background: #424649;
  color: #FFFFFF;
  height: 3.5rem;
}
.modal-header h5 {
  width: 100%;
  text-align: center;
  line-height: 3.5rem;
  margin: 0;
  padding: 0 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-content {
  padding: 0 12px;
}
.modal-footer {
  z-index: 1;
  padding: 0rem 1rem !important;
}
.modal.modal-fixed-footer .modal-footer {
  /*    position:fixed;
    left:0;*/
  background-color: white;
}
@media only screen and (min-width: 601px) {
  .modal-changelog.modal {
    height: unset;
    top: 25% !important;
    height: 50%;
    max-height: 70%;
    min-height: 30% !important;
  }
}
.modal-changelog .modal-header {
  height: 4.5rem;
  background-color: unset;
  color: unset;
  position: sticky;
  top: 0;
  /*        border-bottom:@border;*/
}
.modal-changelog .modal-content {
  height: calc(100% - 4.5rem - 56px) !important;
}
.modal-changelog .modal-content table {
  margin-bottom: 1rem;
}
/*----------------Tabs--------------------*/
.tab-wrapper {
  top: 67px;
  position: fixed;
  height: 24px;
  padding: 0 2rem;
  background-color: #FFFFFF;
  z-index: 999;
  width: 100%;
}
#main_tabs {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}
.tab-wrapper > .tabs {
  height: inherit;
  background-color: transparent;
  /*      top: -2rem;*/
}
.tabs .indicator {
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  transition: width 0.28s ease;
}
.tabs .tab {
  line-height: inherit !important;
}
.tabs .tab i {
  vertical-align: sub;
  font-size: 19px;
  margin-right: 2px;
}
.tabs .disabled a {
  color: lightgrey !important;
}
.tabs .tab a {
  font-size: 15px;
  text-transform: capitalize;
}
@media only screen and (max-width: 600px) {
  .tab-wrapper {
    top: 60px;
    height: 24px;
    padding: 0;
  }
  #main_tabs {
    overflow-x: scroll;
  }
  .tabs .indicator {
    height: 2px;
  }
  .tabs .tab a {
    font-size: 14px;
    text-transform: capitalize;
  }
}
.carousel.carousel-slider.tabs-content {
  height: inherit;
}
/*------chips-------*/
.chip-wrapper {
  display: inline-block;
  line-height: 0rem !important;
  /*    margin: 0 0.5rem !important;*/
  width: 100%;
}
.chip-wrapper.scrollable {
  max-height: 4.75rem;
  overflow: auto;
}
td > .chip-wrapper {
  height: 100%;
  line-height: 0rem !important;
  display: contents;
}
.chip {
  border: solid 1px #e4e4e4;
}
.chip-wrapper .chip {
  margin: 2px;
  border: solid 1px #e4e4e4;
  background-color: #ffffff80;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 24rem;
  font-size: 14px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
}
.chip > i {
  vertical-align: middle;
  padding: 0 0 0 8px;
  font-size: 18px;
  color: #0288d1;
  /*    margin-top:-3px;*/
}
.chip > i.left {
  padding: 0;
  margin: 0px 8px 0 0;
  line-height: inherit;
}
@media only screen and (min-width: 601px) {
  .chip-wrapper .chip.active {
    border: none;
  }
  .chip-wrapper a.chip.active {
    color: #0288d1;
  }
  .chip-wrapper a.chip.active:hover {
    background-color: #0288d1;
    color: white;
  }
  .chip-wrapper .chip.active > i {
    display: none;
  }
  .chip-wrapper .chip.active:hover i {
    display: block;
    color: white;
  }
}
td > .chip-wrapper .chip,
.card:not(.filter-section) .chip-wrapper .chip {
  /*    margin: 2px 0;*/
  vertical-align: middle !important;
  /*    height: 26px;
    line-height: 26px;*/
}
:not(.chips-placeholder) > .chip.dynamic {
  margin: 10px 2px 0px;
  border: solid 1px lightgrey;
  background-color: #fff;
  vertical-align: middle !important;
  height: 26px;
  line-height: 26px;
}
:not(.chips-placeholder) > .chip.dynamic:after {
  transform: translateX(1.1rem);
}
:not(.chips-placeholder) > .chip.dynamic i {
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
/*.select-wrapper .selected-chips .counter{
    background-color:rgba(0, 0, 0, 0.6);;
}*/
.chip > img {
  margin: -1px 8px 0 -14px;
}
.chip > .flag-x-small {
  height: 32px !important;
  width: 32px !important;
  border: solid 1px #e4e4e4 !important;
  border-radius: 50% !important;
  margin: 0 8px 0 0 !important;
}
.chips > input {
  border: none !important;
}
.chips-placeholder input {
  border: 1px solid #e4e4e4 !important;
  border-radius: 50px !important;
  height: 30px !important;
  position: absolute;
  margin-left: 4px !important;
  font-size: 13px !important;
}
.chips-placeholder ::-webkit-input-placeholder {
  padding-left: 0.5rem;
}
.chips-placeholder :-ms-input-placeholder {
  padding-left: 0.5rem;
}
.chips-placeholder ::placeholder {
  padding-left: 0.5rem;
}
.chips-placeholder.focus input {
  border: 1px solid #e4e4e4 !important;
  border-radius: 50px !important;
  padding: 0 0.25rem 0 0.75rem !important;
  width: calc(120px - 1rem) !important;
}
.chips-placeholder.focus ::placeholder {
  color: transparent !important;
}
.chips .input:focus {
  border: 1px solid !important;
  border-color: #424649 !important;
}
.light-chip {
  height: 29px !important;
  font-size: 13px;
  padding: 0 12px 0 0;
  line-height: 28px !important;
  background-color: white !important;
  border: solid 1px #e4e4e4;
}
.chip.dynamic > img {
  width: 25px;
  height: 25px;
  margin: 0 4px 0 -12px;
}
.comment-section .chip.dynamic.single-user > span,
.comment-section .chip.dynamic.users-group > span {
  padding-left: 24px;
}
.chip.clear-all {
  background-color: #e4e4e4;
}
/* -------------------------- Datepicker -------------------------- */
i.datepicker {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}
.datepicker-table {
  border: none;
}
.datepicker-table td {
  height: 45px;
  border: none;
}
.datepicker-modal {
  height: auto;
  /*    max-height:70% !important;*/
  width: auto;
  background-color: #424649;
}
@media only screen and (max-width: 600px) {
  .datepicker-modal {
    height: 680px!important;
    top: unset !important;
    max-width: 100%;
    border-radius: 10px 10px 0 0 !important;
  }
  .datepicker-controls {
    width: 100%;
    padding: 0 1rem;
  }
  .datepicker-controls .select-year input {
    width: 130px;
  }
  .datepicker-controls .select-month input {
    width: 130px !important;
  }
  .datepicker-table {
    width: 100%;
    padding: 0 2em;
    font-size: 1.5rem;
    margin: 0 auto;
  }
  .datepicker-calendar td:not(td.datepicker-row),
  .datepicker-calendar input.select-dropdown.dropdown-trigger,
  .datepicker-calendar .dropdown-content li > span {
    font-size: 1.75rem;
  }
  .datepicker-calendar .select-month input.select-dropdown.dropdown-trigger,
  .datepicker-calendar .select-year input.select-dropdown.dropdown-trigger {
    height: 4.25rem;
  }
  .datepicker-calendar .select-month input.select-dropdown.dropdown-trigger {
    text-align: right;
    padding-right: 4px;
  }
  .datepicker-calendar .select-year input.select-dropdown.dropdown-trigger {
    text-align: left;
    padding-left: 4px;
  }
  .datepicker-calendar .month-prev,
  .month-next {
    border-radius: 50%;
    background-color: #ececec;
    height: 4rem;
    width: 4rem;
    padding: 0 16px;
  }
  .datepicker-footer {
    position: fixed;
    bottom: 0;
    height: 6rem;
    background-color: white;
    border-top: 1px solid lightgrey;
    width: 100%;
  }
  .datepicker-footer button {
    font-size: 1.5rem;
    margin: 1.25rem;
    color: #343434 !important;
    background-color: #ececec;
    padding: 12px 2.25rem;
    line-height: 1.75rem;
    height: 3.5rem;
  }
}
.modal.modal-fixed-footer .modal-content.datepicker-container {
  position: relative;
}
.datepicker-container {
  height: 100% !important;
  padding: 0px !important;
}
.datepicker-calendar-container {
  background-color: white;
}
.datepicker-controls .selects-container {
  /*    padding-top: 0.5rem;*/
}
.datepicker-controls .select-month input {
  width: 90px;
  border: none !important;
}
.datepicker-controls .select-year input {
  border: none !important;
}
.datepicker-date-display {
  max-height: 110px;
}
.datepicker-done {
  display: none;
}
.datepicker-footer {
  /*    position: absolute;
    bottom: 0;*/
}
.is-selected button {
  color: inherit !important;
}
/*-----hide webkit default icon-----*/
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
/*-----rise label for datepicker input-----*/
.datepicker + label {
  /*-webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;*/
}
/*-----disable datepicker on disabled input fields-----*/
input:disabled ~ .datepicker {
  pointer-events: none;
  opacity: 0.42;
}
/* -------------------------- Timepicker -------------------------- */
i.timepicker {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}
.timepicker-modal {
  width: 100%;
}
.modal-x-small .timepicker-modal {
  top: 2% !important;
}
.timepicker-digital-display {
  height: auto;
  /*    max-height:70% !important;*/
  width: auto;
  background-color: #424649;
}
/*@media only screen and (max-width: 992px){
    .timepicker-container{
        width: 100% !important;
    }
}*/
@media only screen and (max-width: 600px) {
  .timepicker-digital-display {
    top: unset;
  }
}
.modal.modal-fixed-footer .modal-content.timepicker-container {
  position: relative;
}
.timepicker-container {
  height: 100% !important;
  padding: 0px !important;
}
.timepicker-done {
  display: none;
}
.timepicker-footer {
  /*    position: absolute;
    bottom: 0;*/
}
.timepicker-tick.active,
.timepicker-tick:focus,
.timepicker-tick:hover {
  background-color: #0288d1;
  color: white;
}
.timepicker-canvas line {
  stroke: #424649;
}
.timepicker-canvas-bearing {
  fill: #424649;
}
.timepicker-canvas-bg {
  fill: #424649;
}
/*-----rise label for datepicker input-----*/
.timepicker + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/*-----disable datepicker on disabled input fields-----*/
input:disabled ~ .timepicker {
  pointer-events: none;
  opacity: 0.42;
}
/* ---------------------------- Search field ---------------------------- */
.search-field {
  position: fixed !important;
  top: 0;
  left: 25%;
  z-index: 999;
  color: #FFF;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .search-field {
    opacity: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    padding: 0 16px !important;
    left: 0 !important;
    right: 0 !important;
    width: calc(100vw - 1rem);
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
  .search-area {
    opacity: 0;
  }
}
.col-1-container .search-field,
.col-2-container .search-field,
.col-3-container .search-field {
  left: auto;
}
.search-area {
  /*    border: solid 2px #26a69a;*/
  border-radius: 25px;
  -webkit-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  /*    color: #26a69a;*/
}
@media only screen and (max-width: 600px) {
  .search-area {
    border-radius: 4px;
  }
}
.search-area input {
  width: calc(100% - 4.5rem) !important;
  padding: 0 0.75rem !important;
  border-radius: 0 10px 10px 0 !important;
}
.search-field i label {
  color: inherit !important;
  transition: none !important;
  background: none !important;
}
.search-field .prefix,
input {
  /*    background-color: rgba(255, 255, 255,0.25) !important;*/
  box-shadow: none !important;
}
.search-field label :focus {
  display: none !important;
}
.search-field .prefix.active + input {
  margin-left: 0rem;
  padding: 0 0.75rem;
  width: calc(100% - 1.5rem) !important;
  border-radius: 10px !important;
  color: #0288d1 !important;
}
/* icon prefix focus color */
.search-field .prefix.active {
  color: #0288d1 !important;
  display: none;
  width: 0px;
}
.search-field input[type="text"]:focus:not([readonly]) + label {
  display: none !important;
}
.search-field input.valid[type="text"] + label::after {
  display: none !important;
  box-shadow: none !important;
}
.search-field input.valid[type="text"] {
  box-shadow: none !important;
}
.search-field input.valid[type="text"] + label {
  display: none !important;
}
.search-field .input-field label.active {
  display: none !important;
}
.search-field input.validate[type="text"] + label::after {
  display: none !important;
}
.search-area input {
  /*    background-color: rgba(255, 255, 255,0) !important;*/
  border: none;
}
.search-area i {
  background-color: rgba(255, 255, 255, 0) !important;
}
.search-area {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  background-color: white !important;
}
.search-area.hoverable:hover {
  border: none !important;
}
/*.search-area .prefix.active {
    color: white;
}*/
.search-area-mobile {
  /*    color: #9e9e9e !important;*/
  width: calc(100% - 4rem) !important;
}
.search-area-mobile input {
  font-size: 2rem !important;
  margin-left: 0 !important;
}
.search-area-mobile i {
  background-color: transparent !important;
}
.search-area-mobile .prefix {
  color: transparent !important;
}
@media only screen and (max-width: 600px) {
  .filter-section {
    border: none !important;
    box-shadow: none;
    margin: 0;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
  .filter-section [id^="filters"] {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
}
.filter-section .select-wrapper ul {
  min-width: 200px;
  border-radius: 10px;
  overflow-x: hidden;
}
.filter-section #tags-container {
  padding: 0 0.25rem;
}
.filter-section .tags-container .chip.clear-all {
  display: none;
}
.filter-section .tags-container .chip + .chip + .chip.clear-all {
  display: inline-block;
}
.filter-section [id^="filters"] {
  margin: 0;
}
/*----------------input bordered--------------*/
.input-bordered .input-field input:not([type=checkbox]) {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding-left: 0.75rem;
  width: calc(100% - 0.75rem);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-bordered .input-field > input[type=date]:not(.browser-default),
.input-bordered .input-field > input[type=time]:not(.browser-default) {
  width: calc(100% - 1rem);
}
.input-bordered .input-field textarea {
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  /*    width: calc(100% - 0.75rem);*/
}
.input-bordered .input-field > label {
  padding-left: 0.75rem !important;
  /*    max-width: calc(100% - 2rem);*/
  white-space: nowrap;
  overflow: hidden;
  /*    text-overflow: ellipsis;*/
  /*    z-index: 10000 !important;*/
}
.input-bordered .input-field > textarea + label {
  /*    left: 0rem !important;*/
}
.input-bordered input.select-dropdown.dropdown-trigger {
  padding-left: 0.75rem !important;
}
.input-bordered .input-field > label:not(.label-icon).active,
.datepicker + label {
  -webkit-transform: translateX(8px) translateY(-8px) scale(0.8);
  transform: translateX(8px) translateY(-8px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: white;
  /*    width: max-content;*/
  padding-right: 0.75rem !important;
}
.input-bordered .select-dropdown > label:not(.label-icon).active {
  color: #424649;
}
.input-bordered .select-dropdown li.filter.disabled {
  border: none;
  color: #ff9800 !important;
  border-bottom-color: #ff9800 !important;
}
.input-bordered select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-bordered input[type=number] {
  -moz-appearance: textfield !important;
}
.input-bordered select:focus {
  outline: none !important;
}
.input-bordered select ~ label {
  top: -20px;
  background-color: white;
  z-index: 1;
  left: 1.25rem !important;
  /*    width: max-content !important;*/
  padding-right: 0.75rem;
}
.input-bordered .dropdown-content {
  /*    top:48px !important;*/
  border-radius: 4px;
}
/* label underline focus color */
.input-bordered .input-field input[type=text]:focus,
.input-bordered .input-field textarea:focus,
.input-bordered .select-wrapper input:focus {
  border: 1px solid #424649;
  box-shadow: 0 0 0 0 #424649 !important;
}
/*--label position in datepicker and timepicker--*/
.input-bordered .input-field > input[type=date]:not(.browser-default),
.input-bordered .input-field > input[type=time]:not(.browser-default) {
  cursor: text;
}
/*--label position in datepicker and timepicker--*/
.input-bordered .input-field > input[type=date]:not(.browser-default) + label,
.input-bordered .input-field > input[type=time]:not(.browser-default) + label {
  padding-right: 0.75rem;
  left: 0.75rem;
  background-color: white;
  -webkit-transform: translateY(-8px) translateX(8px) scale(0.8);
  transform: translateY(-8px) translateX(8px) scale(0.8);
  -webkit-transition: none;
  transition: none;
  width: auto;
  border-radius: 10px;
}
/*.input-bordered .select-wrapper {
    width: calc(100% - 0.75rem);
}*/
.input-bordered .select-wrapper .selected-chips ~ input.dropdown-trigger {
  position: relative;
  margin-top: -53px;
  max-height: unset;
  color: transparent !important;
}
.input-bordered .select-wrapper .selected-chips {
  padding-top: 0.1rem;
  padding-left: 0.5rem;
}
.input-bordered .select-wrapper .selected-chips .counter {
  top: 0.75rem;
  margin: 0px;
  right: 24px;
}
.input-bordered .select-wrapper.disabled .caret {
  display: none;
}
.input-bordered input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.input-bordered input:-webkit-autofill + label {
  -webkit-transform: translateX(8px) translateY(-8px) scale(0.8) !important;
  transform: translateX(8px) translateY(-8px) scale(0.8) !important;
  background-color: #fff;
  padding-right: 0.75rem;
  width: fit-content !important;
}
.input-bordered .input-field input[type=text].valid + label,
.input-bordered .input-field input[type=text].valid:focus + label {
  color: #4caf50 !important;
}
.input-bordered .input-field .input-prefix {
  height: 48px;
  left: 13px;
  top: 0px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-bordered .separator {
  margin-left: -5px;
  padding: 0;
  float: left;
  line-height: 4rem;
  font-size: large;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .input-bordered .separator {
    line-height: 5rem;
  }
  .dropdown-content li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  }
  .dropdown-content li > span > label > span {
    padding: 0 0 0 1rem !important;
  }
  .dropdown-content li:not(.filter.disabled) span,
  li.filter.disabled > span > label > input[type=text] {
    font-size: 22px;
    padding: 2rem;
  }
  .dropdown-content {
    position: fixed;
    width: 100% !important;
    max-height: 80vh !important;
    /*        min-height:30vh!important;*/
    bottom: 0 !important;
    left: 0!important;
    top: unset!important;
    height: auto !important;
    border-radius: 0px;
    padding: 1rem 2rem 2rem !important;
    -webkit-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.14), 0 -1px 18px 0 rgba(0, 0, 0, 0.12), 0 -3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.14), 0 -1px 18px 0 rgba(0, 0, 0, 0.12), 0 -3px 5px -1px rgba(0, 0, 0, 0.3);
  }
  .dropdown-content [type="checkbox"] + span:not(.lever):before,
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    top: -4px;
    left: -25px;
    width: 25px;
    height: 25px;
    border: 3px solid #5a5a5a;
  }
  .dropdown-content [type="checkbox"]:checked + span:not(.lever):before {
    top: -6px;
    left: -25px;
    width: 13px;
    height: 25px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid;
    border-bottom: 3px solid;
  }
  /*    .dropdown-content [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
        position: unset;
    }*/
  li.filter.disabled > span > label > input[type=text] {
    padding: 1rem 0;
  }
  .select-dropdown li img {
    width: 34px;
    margin: 22px 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1201px) {
  .input-bordered .input-field .input-prefix {
    height: 46px;
  }
}
@media only screen and (max-width: 990px) {
  .input-bordered .input-field .input-prefix {
    height: 44px;
  }
  .input-bordered .select-wrapper .selected-chips ~ input.dropdown-trigger {
    margin-top: -50px;
  }
}
.input-bordered .select-wrapper .caret {
  /*    background-color:#fff;
    z-index:2;*/
}
/*.input-bordered {
        input.valid:not([type]):not(.browser-default), 
        input.valid:not([type]):not(.browser-default):focus, 
        input.valid[type=text]:not(.browser-default), 
        input.valid[type=text]:not(.browser-default):focus, 
        input.valid[type=password]:not(.browser-default), 
        input.valid[type=password]:not(.browser-default):focus, 
        input.valid[type=email]:not(.browser-default), 
        input.valid[type=email]:not(.browser-default):focus, 
        input.valid[type=url]:not(.browser-default), 
        input.valid[type=url]:not(.browser-default):focus, 
        input.valid[type=time]:not(.browser-default), 
        input.valid[type=time]:not(.browser-default):focus, 
        input.valid[type=date]:not(.browser-default), 
        input.valid[type=date]:not(.browser-default):focus, 
        input.valid[type=datetime]:not(.browser-default), 
        input.valid[type=datetime]:not(.browser-default):focus, 
        input.valid[type=datetime-local]:not(.browser-default), 
        input.valid[type=datetime-local]:not(.browser-default):focus, 
        input.valid[type=tel]:not(.browser-default), 
        input.valid[type=tel]:not(.browser-default):focus, 
        input.valid[type=number]:not(.browser-default), 
        input.valid[type=number]:not(.browser-default):focus, 
        input.valid[type=search]:not(.browser-default), 
        input.valid[type=search]:not(.browser-default):focus, 
        textarea.materialize-textarea.valid, 
        textarea.materialize-textarea.valid:focus, 
        .select-wrapper.valid > input.select-dropdown {
            border: 1px solid #4CAF50;
            -webkit-box-shadow: 0 1px 0 0 #4CAF50;
            box-shadow: 0 1px 0 0 #4CAF50;
    }
}*/
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/michroma/v16/PN_zRfy9qWD8fEagAMg6.ttf) format('truetype');
}
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpv.ttf) format('truetype');
}
/* ------------------------------- Login ------------------------------- */
#login_btn {
  border-radius: 50px;
  font-size: 1.5rem;
  text-transform: none;
  background-color: #0288d1;
  color: white;
}
#login-page-full {
  /*    background-color:#F1F1F1;*/
  background: url("../gfx/cohp_login_background.jpg") no-repeat top center fixed;
  height: 100vh;
  background-size: cover !important;
  margin: 0;
}
#login_page_full_patient_portal {
  background: url("../gfx/patient_portal_login_background.png") no-repeat left center fixed;
  height: 100vh;
  background-size: contain;
  opacity: 0.25;
  transform: translateX(-18vw);
}
#login_page_full_contrahent_portal {
  background: url("../gfx/contrahent_portal_login_background.png") no-repeat left center fixed;
  height: 100vh;
  background-size: contain;
  opacity: 0.5;
  transform: translateX(-18vw);
}
.login-box-holder {
  width: 320px;
}
.login-box {
  overflow: hidden;
  background-clip: padding-box;
  border-radius: 10px;
}
.login-header {
  min-height: 150px;
  backdrop-filter: blur(6px);
  /*    background-color:@main_color;*/
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.login-box-inner {
  background-clip: padding-box;
  padding: 20px;
  background-color: #FFF;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  /*    height:300px;*/
}
.login-logo {
  padding: 6px 0;
  font-family: 'Michroma', sans-serif;
}
.login-logo > h3 {
  font-family: 'Michroma', sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
}
.patient-portal {
  background-color: #f4f7fa;
}
.patient-portal .input-bordered .input-field > label:not(.label-icon).active,
.patient-portal .input-bordered .input-field input:not([type=checkbox]) {
  background-color: #ffffff;
  border-radius: 10px;
  border-color: #5f509f;
}
.patient-portal #login_btn,
.patient-portal #reset_btn {
  background-color: #5f509f;
}
.patient-portal .login-box-holder {
  width: 380px;
}
.patient-portal .login-box {
  backdrop-filter: blur(18px);
  /*        background-color: #d2d4f730;*/
}
.patient-portal .login-header {
  backdrop-filter: unset;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.patient-portal .login-logo > h3 {
  font-family: 'Baloo 2', cursive;
  color: #5f509f;
}
.patient-portal .login-box-inner {
  background-clip: padding-box;
  backdrop-filter: unset;
  padding: 20px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: transparent;
}
.patient-portal .neutral-switch-login label .lever:after {
  background-color: #5f509f !important;
}
.patient-portal .neutral-switch-login label input[type=checkbox]:checked + .lever:after {
  background-color: #5f509f !important;
}
@media only screen and (max-width: 1480px) {
  .patient-portal #login_page_full_patient_portal {
    transform: translateX(-30vw);
  }
}
@media only screen and (max-width: 990px) {
  .patient-portal #login_page_full_patient_portal {
    background: url("../gfx/patient_portal_login_background.png") no-repeat top center fixed;
    background-size: contain;
    opacity: 0.15;
    transform: unset;
  }
}
.contrahent-portal {
  background-color: #f4f7fa;
}
.contrahent-portal .input-bordered .input-field > label:not(.label-icon).active,
.contrahent-portal .input-bordered .input-field input:not([type=checkbox]) {
  background-color: #ffffff;
  border-radius: 10px;
  border-color: #e5654c;
}
.contrahent-portal #login_btn,
.contrahent-portal #reset_btn {
  background-color: #e5654c;
}
.contrahent-portal .login-box-holder {
  width: 380px;
}
.contrahent-portal .login-box {
  backdrop-filter: blur(18px);
  /*        background-color: #d2d4f730;*/
}
.contrahent-portal .login-header {
  backdrop-filter: unset;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.contrahent-portal .login-logo > h3 {
  font-family: 'Baloo 2', cursive;
  color: #e5654c;
}
.contrahent-portal .login-box-inner {
  background-clip: padding-box;
  backdrop-filter: unset;
  padding: 20px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: transparent;
}
.contrahent-portal .neutral-switch-login label .lever:after {
  background-color: #e5654c !important;
}
.contrahent-portal .neutral-switch-login label input[type=checkbox]:checked + .lever:after {
  background-color: #e5654c !important;
}
@media only screen and (max-width: 1480px) {
  .contrahent-portal #login_page_full_contrahent_portal {
    transform: translateX(-30vw);
  }
}
@media only screen and (max-width: 990px) {
  .contrahent-portal #login_page_full_contrahent_portal {
    background: url("../gfx/contrahent_portal_login_background.png") no-repeat top center fixed;
    background-size: contain;
    opacity: 0.15;
    transform: unset;
  }
  .contrahent-portal .login-box-holder {
    width: 350px;
  }
}
.login-logo > img {
  display: block;
  max-width: 90%;
  height: 80px;
  margin: 24px auto;
}
@media only screen and (max-width: 600px) {
  .login-header {
    min-height: 120px;
  }
  .login-logo > img {
    height: 70px;
  }
}
.neutral-switch-login label .lever {
  background-color: #e0e0e0 !important;
}
.neutral-switch-login label input[type=checkbox]:checked + .lever {
  background-color: #e0e0e0 !important;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  float: right;
  padding-right: 1rem;
  padding-left: 1rem;
}
.pagination p {
  margin-right: 0.5rem;
}
.pagination li {
  height: 22px;
  /*    width: 22px;*/
}
.pagination li i {
  font-size: 22px;
}
.pagination li a {
  line-height: 22px;
  padding: 0 8px;
  font-size: 15px;
}
.pagination .caret {
  height: 27px;
  bottom: 1px;
}
.pagination .display-list {
  /*    margin-top: 18px;*/
  padding: 0;
  text-align: right;
  width: 3.2rem;
}
.pagination input {
  font-size: 15px !important;
  /*    height: 27px !important;*/
  margin: 0 !important;
}
.pagination .select-wrapper input.select-dropdown {
  line-height: 1.15;
}
.pagination .select-wrapper input.select-dropdown,
span.caret {
  border: none;
  border-radius: none;
}
/*----------------input validation -------------------*/
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
div.input-field.valid textarea,
div.input-field.valid textarea:focus,
div.input-field.valid input,
div.input-field.valid .select-wrapper input:focus {
  border-color: #4caf50;
}
div.input-field.valid textarea:focus + label,
div.input-field.valid .select-wrapper + label {
  color: #4caf50 !important;
}
div.input-field.invalid textarea,
div.input-field.invalid textarea:focus,
div.input-field.invalid .select-wrapper input,
div.input-field.invalid input,
div.input-field.invalid .select-wrapper input:focus {
  border-color: #f44336;
}
div.input-field.invalid textarea:focus + label,
div.input-field.invalid .select-wrapper + label {
  color: #f44336 !important;
}
/*---input validation-errors ---*/
div[data-error-message]::before {
  display: block;
  position: absolute;
  content: attr(data-error-message);
  color: #f44336;
  z-index: 99;
  transform: translate(0, 1.5em);
  width: auto;
  max-width: calc(100%);
  padding: 0 0.5rem;
  bottom: 10px;
  right: 8px;
  font-size: 12px;
}
div.inputfile-holder[data-error-message]::before {
  top: 20px;
}
/*div[data-error-message]:hover::before {
    display: none;
}*/
/* valid color */
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown,
.select-wrapper.valid > input.select-dropdown:focus {
  border: 1px solid #4caf50;
  box-shadow: 0 0 0 0 #424649 !important;
}
/* invalid color */
input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border: 1px solid #f44336 !important;
  box-shadow: 0 0 0 0 #424649 !important;
}
input.valid:not([type]):not(.browser-default),
input.valid:not([type]):not(.browser-default):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border: 1px solid #4caf50;
  -webkit-box-shadow: 0 1px 0 0 #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}
table {
  border-collapse: separate;
  border: solid rgba(0, 0, 0, 0.12) 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
table:not(.datepicker-table) {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  table {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}
table.highlight > tbody > tr.expand-parent:hover,
table.highlight > tbody > tr.row-collapse:hover {
  background-color: rgba(242, 242, 242, 0.5) !important;
}
table.thead-wrap th:not(.no-wrap) {
  white-space: normal;
  width: 1px;
}
.card table {
  -webkit-box-shadow: none;
  box-shadow: none;
}
tfoot tr {
  border-bottom: none;
}
td,
th {
  padding: 7px 12px;
  border-radius: 0px;
}
td > i,
th > i {
  display: block !important;
}
td:not(.datepicker-row td) {
  line-height: 1.25rem;
  height: 4.5rem;
  border-radius: 0px;
}
thead tr.border-none td {
  border: none;
}
.row-collapse.expand-child table td {
  border-top: solid 1px rgba(0, 0, 0, 0.12) !important;
}
thead tr th a {
  color: #585858 !important;
}
@media screen and (min-width: 991px) {
  .double-row > tr {
    height: 1.5rem !important;
  }
}
td,
th {
  border-top: solid rgba(0, 0, 0, 0.12) 1px;
}
tbody.border-none td,
tbody.border-none th {
  border: none;
}
@media screen and (max-width: 600px) {
  td,
  th {
    padding: 6px;
    font-size: 12px;
  }
  td .chip,
  th .chip {
    font-size: 12px !important;
  }
  td .chip i,
  th .chip i {
    font-size: 16px !important;
  }
}
th {
  border-top: none;
}
@media screen and (min-width: 600px) {
  .no-tfoot tr:last-child {
    border-bottom: inherit;
  }
  .no-tfoot tr:last-child > td:first-child {
    border-bottom-left-radius: 10px;
  }
  .no-tfoot tr:last-child > td:last-child {
    border-bottom-right-radius: 10px;
  }
}
.content-table {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.content-table tr {
  height: 4rem;
}
table.condensed td,
table.condensed th {
  height: 0px;
  font-size: 12px;
  padding: 2px 5px;
}
table.condensed .chip {
  font-size: 12px;
}
.compact td,
.compact th {
  padding: 7px 12px;
}
tr.row-collapse a.edit {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
/*-----------------Scrollable table-------------------*/
table.scrollable {
  display: table-caption;
}
.scrollable tbody {
  display: block;
  overflow: auto;
}
.scrollable thead,
.scrollable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.row-collapse.expand-child td {
  border-top: none;
}
/*-----------------------------Timeline-----------------------------*/
.timeline.horizontal {
  list-style: none;
  margin: 1rem 0.75rem;
  border: none;
  border-radius: 8px;
  display: table;
  height: 0;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: calc(100% - 1.5rem);
  background-color: #fff;
  height: 8px;
}
.timeline.horizontal .circle {
  margin: 0 auto;
  top: -6px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 6px solid #0288d1;
  border-radius: 50%;
  display: block;
  position: absolute;
  cursor: pointer;
}
.timeline.horizontal .date {
  text-align: center;
  top: 1rem;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
}
.timeline.horizontal .first-date {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.timeline.horizontal .last-date {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.timeline.horizontal label {
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  top: -25px;
  word-wrap: break-word;
  height: 1rem;
  text-align: center;
  left: 0;
  right: 0;
}
.timeline.horizontal li {
  display: table-cell;
}
.timeline.horizontal li .relative {
  position: relative;
}
.timeline.vertical {
  list-style: none;
  margin: 0rem 1rem 2rem 8rem;
  /*    border-left: 8px solid @label_color_lighten_2;*/
}
.timeline.vertical .circle {
  top: 31px;
  left: -5.55px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 6px solid #0288d1;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.timeline.vertical .date {
  top: 7rem;
  margin-left: -11.5rem;
  position: sticky;
  width: 9rem;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .timeline.vertical .date {
    margin-left: -8rem;
    width: 6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  .timeline.vertical .circle {
    top: 29px;
    left: -5.55px;
  }
  .timeline.vertical .date {
    margin-left: 0rem;
    margin-bottom: 1rem;
    width: unset;
    text-align: left;
    position: relative;
    top: unset;
  }
}
.timeline.vertical .timeline-wrapper {
  min-height: inherit;
  margin: 0 1rem;
  padding: 2rem 0.5rem 0rem;
  height: 100%;
  min-width: max-content;
}
.timeline.vertical .work {
  min-height: calc(4rem + 20px);
}
.timeline.vertical label {
  position: absolute;
  top: 2rem;
  left: 25px;
  font-size: 15px;
  width: inherit;
}
.timeline.vertical li {
  position: relative;
  width: 9px;
  background-color: #0288d1;
}
@media only screen and (max-width: 990px) {
  .timeline.vertical {
    margin: 0rem 1rem 2rem;
  }
}
.timeline.vertical.reverse-col-order li.work:first-child {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.timeline.vertical.reverse-col-order li.work:last-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.timeline .masonry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*    align-content: stretch; */
  width: 100%;
}
.timeline .masonry .masonry-item {
  margin: 0.25rem;
  min-width: calc(20% - 0.5rem);
  max-width: calc(50% - 1rem);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .timeline .masonry .masonry-item {
    margin: 0.25rem;
    min-width: calc(25% - 0.5rem);
    max-width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 990px) {
  .timeline .masonry .masonry-item {
    margin: 0.25rem;
    min-width: 50%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .timeline .masonry .masonry-item {
    margin: 0.25rem;
    width: calc(100% - 5rem);
    min-width: unset;
    max-width: unset;
  }
}
/*https://codepen.io/nazarelen/pen/BKGZPP*/
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdQhfgCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gTaQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBegCM.ttf) format('truetype');
}
.ribbon {
  height: 188px;
  position: relative;
  margin-bottom: 30px;
  /*    text-transform: uppercase;*/
  font-size: 22px;
  color: white;
  font-weight: 300;
  font-stretch: condensed;
  font-family: 'Teko', sans-serif;
}
.ribbon-1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}
.ribbon-1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon-1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon-1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #F8463F;
}
.ribbon-1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}
.ribbon-2 {
  width: 60px;
  padding: 10px 0;
  position: absolute;
  top: -6px;
  left: 25px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #F47530;
}
.ribbon-2:before {
  height: 0;
  width: 0;
  right: -5.5px;
  top: 0.1px;
  border-bottom: 6px solid #8D5A20;
  border-right: 6px solid transparent;
}
.ribbon-2:before,
.ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon-2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #F47530;
  border-right: 30px solid #F47530;
  border-bottom: 30px solid transparent;
}
.ribbon-3 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #59324C;
}
.ribbon-3:before,
.ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon-3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon-3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #59324C;
}
.ribbon-4 {
  position: absolute;
  top: 15px;
  padding: 8px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-4:before,
.ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon-4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon-4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
}
.ribbon-5 {
  display: block;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #EDBA19;
  position: relative;
  top: 20px;
}
.ribbon-5:before,
.ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon-5:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
}
.ribbon-5:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
}
.wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.wrap:before,
.wrap:after {
  content: "";
  position: absolute;
}
.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #cd5f6d;
  border-radius: 8px 8px 0px 0px;
}
.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #cd5f6d;
  border-radius: 0px 8px 8px 0px;
}
.ribbon-6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow: 0 0 0 3px #EE5E70, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: #EE5E70;
  text-align: center;
}
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 100%;
  }
}
table.permissions {
  position: relative;
  width: auto;
  margin: 0 auto;
  border-spacing: 6px;
}
table.permissions td {
  border: none;
}
table.permissions thead tr:nth-child(2) th {
  height: 2rem;
  width: 3rem;
  max-width: 3rem;
  font-size: 13px;
  line-height: 1;
  transform: rotate(-66deg);
  /*            text-align: left;
            vertical-align: bottom;*/
}
table.permissions thead tr:first-child th:first-child {
  visibility: hidden;
}
table.permissions thead tr:first-child th {
  position: sticky;
  top: 6rem;
  z-index: 99;
  background: transparent;
  color: inherit;
  border-right: 1px solid transparent;
  height: 3rem;
}
table.permissions thead tr:first-child th:before {
  display: inline-block;
  position: absolute;
  content: '|';
  left: 0;
}
table.permissions thead tr:first-child th:nth-child(2):before {
  display: none;
}
table.permissions tbody td {
  position: relative;
  user-select: none;
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  /*        input[type="checkbox"] + label {
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 0;
            opacity: 0.8;
        }*/
  /*
        input[type="checkbox"] + label.changed {
            border: 1px dashed black;
            border-radius: 50%;
            background-color: #fafafa;
        }

        input[type="checkbox"] + label.changed:before {
            color:#9e9e9e;
            content:'close';
        }
        &:hover input[type="checkbox"] + label.changed:before {
            background:#eeeeee;
            color:#424242;
        }*/
}
table.permissions tbody td:first-child {
  user-select: auto;
  font-weight: bold;
  z-index: 99;
  width: auto;
  max-width: none;
  font-size: 14px;
}
table.permissions tbody td label:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-size: 1.5rem;
  line-height: 42px;
  border-radius: 12px;
}
table.permissions tbody td.write-all input[type="checkbox"]:checked + label:before {
  background: #43a04726;
  color: #43a047;
  content: 'edit';
  border: 2px solid #43a047;
}
table.permissions tbody td.read-all input[type="checkbox"]:checked + label:before {
  background: #1e88e526;
  color: #1e88e5;
  content: 'visibility';
  border: 2px solid #1e88e5;
}
table.permissions tbody td.write-local input[type="checkbox"]:checked + label:before {
  background: #ffb30026;
  color: #ffb300;
  content: 'edit_location_alt';
  border: 2px solid #ffb300;
}
table.permissions tbody td.read-local input[type="checkbox"]:checked + label:before {
  background: #8e24aa26;
  color: #8e24aa;
  content: 'place';
  border: 2px solid #8e24aa;
}
table.permissions tbody td.forbidden input[type="checkbox"]:checked + label:before {
  background: #e5393526;
  color: #e53935;
  content: 'cancel';
  border: 2px solid #e53935;
}
/*# sourceMappingURL=./layout.css.map */