﻿/*html:not(.def) {
  overflow-y: scroll !important;
}*/

/*.light-mode * {
  transition: none !important
}*/

[data-render-mode="light"] * /*, body.MS-Edge **/ {
  transition: none !important
}

*:not(.material-icons) {
  font-family: proxima-nova, sans-serif;
  /*font-weight: normal;*/
  /*font-style: normal;*/
}


table *:not(.material-icons) {
  font-family: acumin-pro, sans-serif;
  /*font-weight: normal;*/
  /*font-style: normal;*/
}

/**:not(.material-icons) b, *:not(.material-icons) strong {
  font-weight: bold !important
}*/

/**:not(.material-icons) i:not(.material-icons) {
  font-style: italic !important
}*/


/*this selector mess up font-weight when default is not normal */

/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
}*/

@media only screen and (min-width: 601px) {
  nav .nav-wrapper i.uf.material-icons::before {
    height: 64px;
    line-height: 64px;
  }
}

html {
  overflow: unset !important;
  /*min-height: 600px;*/
  /*min-width: 800px;*/
}

body {
  /*position: relative;*/
  width: 100%;
  min-height: 100vh;
  /*min-width: 620px;*/
  overflow-x: auto !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  /**/
}

  body:not([auto-scroll="false"]) {
    overflow-y: scroll !important;
  }

@media only screen and (max-width: 1200px) {
  body {
    overflow-y: scroll !important;
  }
}

@media only screen and (max-width: 820px) {
  body {
    min-height: calc(100vh - 20px);
  }
}

.ult {
  text-decoration: underline;
}

body > div.background {
  /*fallback background color */
  background: rgb(252,252,252);
  background: -moz-linear-gradient(rgb(216,236,254), rgb(216,236,254) 30%, rgb(252,252,252) 45%);
  background: -webkit-gradient(rgb(216,236,254), rgb(216,236,254) 30%, rgb(252,252,252) 45%);
  background: linear-gradient(rgb(216,236,254), rgb(216,236,254) 30%, rgb(252,252,252) 45%);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

  body > div.background::after {
    content: "";
    background: url(/images/background.svg);
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;

  }

head + .modal + .modal-overlay {
  background: url(/images/blurbg.png) no-repeat center center fixed;
  position: fixed;
  width: 100vw;
  opacity: 0.75 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  head + .modal + .modal-overlay + body > * {
    display: none;
    /*filter: blur(10px);*/
  }

.preloader.uf-logo + .animation {
  background-image: url(/images/logo-preloader.svg);
  background-repeat: no-repeat;
  animation: uf-pulse 2000ms infinite both;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  opacity: 0;
  z-index: -1;
}

.preloader.uf-logo.active + .animation {
  z-index: 99999;
  opacity: 0.9;
}

/*html:not(.def) body {
  overflow-y: hidden !important;
}*/

.allow-select, table:not(.no-select) {
  -webkit-touch-callout: initial; /* iOS Safari */
  -webkit-user-select: text; /* Safari */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* Internet Explorer/Edge */
  user-select: text; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/*.scrollable-y {
  overflow-y: scroll !important;
}*/

textarea.materialize-textarea {
  margin-top: 6px;
  max-height: 300px;
  overflow-y: hidden;
  overflow-x: hidden;
}

@media only screen and (min-height: 900px) {
  textarea.materialize-textarea {
    max-height: 450px;
  }
}

@media only screen and (min-height: 1200px) {
  textarea.materialize-textarea {
    max-height: 600px;
  }
}

.navbar-fixed {
  z-index: 1001;
}

  .navbar-fixed > .caution, .navbar-fixed > .danger {
    position: fixed;
    padding: .5rem;
    width: 100%;
    text-align: center;
  }

  .navbar-fixed > .caution {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 126, 1), rgba(255, 255, 126, 0.1));
  }

  .navbar-fixed > .danger {
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 1), rgba(255, 0, 0, 0));
  }

    .navbar-fixed > .caution:empty, .navbar-fixed > .danger:empty {
      display: none;
    }

.navbar-fixed, nav {
  /*min-width: 620px;*/
}


.brand-logo {
  height: 100%;
  padding: 6px 10px !important;
}

  .brand-logo > * {
    height: inherit;
  }

  .brand-logo > div {
    width: 100px;
    float: right;
    margin-left: 10px;
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    padding: 2px 0;
  }

.nav-pr-btn {
  padding: 5px;
}

  .nav-pr-btn a {
    background-color: #e0e0e0;
  }

    .nav-pr-btn a, .nav-pr-btn a i {
      height: 46px;
      line-height: 46px;
    }


.progress-wrapper.navb {
  position: fixed;
  z-index: 1001;
  width: 100%;
  padding: 0;
  top: 56px;
}

  .progress-wrapper.navb > .progress {
    margin: 0;
  }

@media only screen and (min-width: 601px) {
  .navbar-fixed, nav {
    height: 64px !important;
  }

    nav i.material-icons {
      font-size: 30px;
    }

  .nav-pr-btn {
    padding: 10px 5px;
  }

    .nav-pr-btn a, .nav-pr-btn a i {
      height: 44px;
      line-height: 44px;
    }

  .progress-wrapper.navb {
    top: 64px;
  }
}


@media only screen and (max-width: 992px) {
  .btn.icon-only-on-med-and-down > .material-icons.left {
    margin-right: 0
  }

  .btn.icon-only-on-med-and-down > .material-icons.right {
    margin-left: 0
  }

  .btn.icon-only-on-med-and-down > span {
    display: none;
  }
}

body[data-navbar="false"] .progress-wrapper.navb {
  top: 0;
}

.nav-distance-r {
  margin-right: 60px;
}

@media only screen and (max-width: 601px) {
  .nav-distance-r {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 445px) {
  .brand-logo {
    display: none !important;
  }
}

.profile-picture {
  margin: 0 15px;
  border-radius: 50%;
  width: 128px;
  height: 128px;
}

  .profile-picture.small {
    width: 96px;
    height: 96px;
  }

.page-body {
  /*padding-top: 10px;*/
  padding: 10px 0;
}

  .page-body > .row, body > .row {
    margin-bottom: 0;
  }

.sub-navbar:not(.hide) + .page-body {
  padding-top: 58px;
}

.sub-navbar, .table-of-contents > .section {
  position: fixed;
  z-index: 996;
}

  .sub-navbar > .tabs {
    border-radius: 3px;
    -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);
  }

    .sub-navbar > .tabs .tab a {
      color: #757575;
    }

      .sub-navbar > .tabs .tab a:focus, .sub-navbar > .tabs .tab a:focus.active {
        background-color: #e0e0e0;
      }

      .sub-navbar > .tabs .tab a:hover, .tabs .tab a.active {
        color: #424242;
      }

    .sub-navbar > .tabs .indicator {
      background-color: #757575;
    }

.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

.smooth-always {
  -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
  -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
  -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
  transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
}

.smooth {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
  -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
  -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
  transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s;
}

  .smooth.slow {
    -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.75s;
    -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.75s;
    -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.75s;
    transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.75s;
  }

  .smooth.slower {
    -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 1s;
    -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 1s;
    -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 1s;
    transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 1s;
  }

  .smooth.fast {
    -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
    -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
    -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
    transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
  }

  .smooth.faster {
    -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.15s;
    -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.15s;
    -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.15s;
    transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.15s;
  }

  .smooth.lighting {
    -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
    -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
    -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
    transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
  }

  .smooth.off, .smooth:not(.show).unidirectional {
    -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  }

  .smooth:not(.show):not(.plain), .smooth:not(.show):not(.plain) * {
    border: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    /* */
    pointer-events: none !important;
  }

  .smooth.show {
    visibility: visible;
    opacity: 1;
  }

.uf-notification {
  position: absolute;
  z-index: 998;
  border-radius: 50%;
  color: white;
  background-color: #F74949;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  width: 1.75rem;
  height: 1.75rem;
  margin: -10px 0 0 25px;
  pointer-events: none;
}

.hidden {
  display: none;
}


.tag-na,
ul.dropdown-content.select-dropdown > li:first-child > span:empty {
  color: #9e9e9e !important;
}

  .tag-na::before,
  ul.dropdown-content.select-dropdown > li:first-child > span:empty::before {
    content: 'N/A';
  }

.chips.input-field {
  margin-right: 1rem;
}

.tag-autocomplete.chips {
  padding-top: .25rem;
  width: calc(100% - 1rem - 5px);
}

.chips.disabled {
  color: rgba(0, 0, 0, 0.42) !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42) !important;
}

.chip {
  border: 1px dashed transparent;
}

.line-block {
  display: inline-block
}

.card.extra-small {
  height: 200px;
}

.card.tiny {
  height: 100px;
}

input {
  padding: 0 3px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

  input.select-dropdown.dropdown-trigger {
    padding-right: 1.5rem !important;
  }


.cpointer {
  cursor: pointer !important;
}

.cnormal {
  cursor: auto !important;
}

.progress-wrapper {
  min-height: 10px;
  min-width: 50px;
  padding: 0 5px;
}

  .progress-wrapper.abs {
    position: absolute;
    width: 100%;
    z-index: 1;
  }

/* 32dp elevation */
.z-depth-6 {
  -webkit-box-shadow: 0 32px 52px 4px rgba(0, 0, 0, 0.14), 0 12px 60px 11px rgba(0, 0, 0, 0.12), 0 14px 20px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 32px 52px 4px rgba(0, 0, 0, 0.14), 0 12px 60px 11px rgba(0, 0, 0, 0.12), 0 14px 20px -7px rgba(0, 0, 0, 0.2);
}

a:not([href]) {
  cursor: pointer;
}

p {
  padding: 0 !important;
  margin: 0 !important;
}

.note-editor:not(.fullscreen) .note-editing-area .note-editable {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 10px !important;
}

.note-editor:not(.fullscreen) .note-editing-area .note-editable {
  border-bottom: 2px solid #4CAF50;
  -webkit-box-shadow: 0 0 0 0 #4CAF50;
  box-shadow: 0 0 0 0 #4CAF50;
}

  .note-editor:not(.fullscreen) .note-editing-area .note-editable:focus {
    border-bottom: 2px solid #0074FF;
    -webkit-box-shadow: 0 1px 0 0 #0074FF;
    box-shadow: 0 1px 0 0 #0074FF;
  }

.note-editor.note-frame.fullscreen {
  height: 100%;
}

img {
  max-width: 100%;
}

.price-plan-required {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 1002;
}

  .price-plan-required > .mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
  }

  .price-plan-required > .container {
    position: absolute;
    margin-top: 100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    padding: 1rem;
    border-radius: .5rem;
    min-height: 50vh;
    max-height: calc(100vh - 200px);
    padding-bottom: calc(36px + 2rem);
  }

    .price-plan-required > .container > .content {
    }

    .price-plan-required > .container > .continue {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
    }

table.bordered:not(.rounded) > thead > tr > th,
table.bordered:not(.rounded) > tbody > tr > td,
table.bordered:not(.rounded) > tfoot > tr > td {
  border: 1px solid #e1e1e1;
}

table.rounded {
  border-radius: 10px;
}

  table.rounded.bordered {
    box-shadow: 0px 0px 0px 2px #9e9e9e;
  }

@supports (-ms-ime-align:auto) {
  table.rounded.bordered {
    border: 2px solid #9e9e9e !important;
  }
}

table.rounded.bordered > thead > tr > th,
table.rounded.bordered > tbody > tr > td,
table.rounded.bordered > tfoot > tr > td {
  border: 2px solid #9e9e9e;
}

table.rounded > thead > tr > th:first-child,
table.rounded > tbody > tr > td:first-child,
table.rounded > tfoot > tr > td:first-child {
  border-left: unset !important;
}

table.rounded > thead > tr > th:last-child,
table.rounded > tbody > tr > td:last-child,
table.rounded > tfoot > tr > td:last-child {
  border-right: unset !important;
}

table.rounded > thead > tr > th {
  border-top: unset !important;
}

  table.rounded > thead > tr > th:first-child {
    border-radius: 10px 0 0 0;
  }

  table.rounded > thead > tr > th:last-child {
    border-radius: 0 10px 0 0;
  }

table.rounded > tbody > tr:last-child > td {
  border-bottom: unset !important;
}

  table.rounded > tbody > tr:last-child > td:first-child {
    border-radius: 0 0 0 10px;
  }

  table.rounded > tbody > tr:last-child > td:last-child {
    border-radius: 0 0 10px 0;
  }

    table.rounded > tbody > tr:last-child > td:last-child[colspan] {
      border-radius: 0 0 10px 10px;
    }

table.rounded > tfoot > tr > td {
  border-bottom: unset !important;
}

table.rounded > tfoot > tr:last-child > td:first-child {
  border-radius: 0 0 0 10px;
}

table.rounded > tfoot > tr:last-child > td:last-child {
  border-radius: 0 0 10px 0;
}

  table.rounded > tfoot > tr:last-child > td:last-child[colspan] {
    border-radius: 0 0 10px 10px;
  }

table.dataTable.rounded tbody tr:not(.ufc) {
  background-color: transparent;
}

table.dataTable {
  border-collapse: collapse;
}

  table.dataTable.no-footer {
    border-bottom: unset;
  }

    table.dataTable.no-footer:not(.no-witdh-fix) {
      width: calc(100% - 1px) !important;
    }

  /*table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: transparent;
  }*/

  table.dataTable.hover tbody tr[role="row"]:hover, table.dataTable.display tbody tr[role="row"]:hover {
    background-color: #f6f6f6;
  }

.full-width {
  width: 100%;
}

body.MS-Edge .dataTables_wrapper .DTFC_LeftWrapper > .DTFC_LeftBodyWrapper > .DTFC_LeftBodyLiner,
body.MS-Edge .dataTables_wrapper .DTFC_RightWrapper > .DTFC_RightBodyWrapper > .DTFC_RightBodyLiner {
  overflow-x: hidden;
}

body.MS-Edge .dataTables_wrapper .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody table[id] {
  width: calc(-2px + 100%) !important;
}

/*.form-table-tag > thead > tr > th.row-number {
    width: 55px;
}*/
.parent-form-table-tag:not(.unfocused-field) {
  overflow-x: auto;
  pointer-events: all;
  padding-bottom: .5rem;
}

table.form-table-tag > tbody > tr > td:first-child .dropdown-content,
.form-placeholder-tag.master-data-list > table > tbody > tr > td:first-child .dropdown-content,
.repeatable.panel > li.control-wrapper .dropdown-content {
  /* TODO: CONSINDER to set position fixed to .dropdown-content  */
  /*position: fixed;*/
  min-width: 175px
}

.form-table-tag th,
.form-placeholder-tag.master-data-list > table > thead > tr > th {
  padding: 0 3px;
}


@media only screen and (min-width: 993px) {
  .form-table-tag th.row-number,
  .form-placeholder-tag.master-data-list > table > thead > tr > th:first-child {
    width: 50px;
  }
}


.form-table-tag td,
.form-placeholder-tag.master-data-list > table > tbody > tr > td {
  padding: 3px;
}

  .form-placeholder-tag.master-data-list > table > tbody > tr > td[data-pt="5"] {
    text-align: center;
    width: 60px;
  }

    .form-placeholder-tag.master-data-list > table > tbody > tr > td[data-pt="5"] > .input-field {
      padding: 0 0.5rem !important;
      margin: 0 !important;
    }

      .form-placeholder-tag.master-data-list > table > tbody > tr > td[data-pt="5"] > .input-field [type="checkbox"] + span:not(.lever) {
        padding: 0 0.5rem;
      }

  .form-table-tag td > .input-field,
  .form-placeholder-tag.master-data-list > table > tbody > tr > td > .input-field {
    margin-top: 0;
    padding-left: .5rem;
  }

  .form-table-tag tbody > tr > td:first-child,
  .form-placeholder-tag.master-data-list > table > tbody > tr > td:first-child {
    text-align: center;
  }

    .form-table-tag tbody > tr > td:first-child i.right,
    .form-placeholder-tag.master-data-list > table > tbody > tr > td:first-child i.right {
      margin-left: -10px;
      line-height: 24px;
    }

.form-table-tag.disabled td > .input-field,
.form-placeholder-tag.master-data-list.disabled > table > tbody > tr > td > .input-field {
  pointer-events: none;
  color: #9F9F9F !important;
  cursor: default;
}

  .form-table-tag.disabled td > .input-field input,
  .form-placeholder-tag.master-data-list.disabled > table > tbody > tr > td > .input-field input {
    color: rgba(0, 0, 0, 0.42);
    color: rgb(84, 84, 84);
    cursor: default;
    pointer-events: none;
  }

    .form-table-tag.disabled td > .input-field input:not(.valid),
    .form-placeholder-tag.master-data-list.disabled > table > tbody > tr > td > .input-field input:not(.valid) {
      border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
    }

td.input-field > input {
  width: calc(100% - 10px) !important;
}

.input-field > .form-select-search {
  float: left;
  width: 100%;
}

:not(td).input-field > input, .input-field > textarea {
  margin-bottom: 0 !important;
}

.input-field > .select-wrapper {
  display: inline-block;
  width: calc(100% - 5px);
  height: 3rem;
}

  .input-field > .select-wrapper > input {
    width: 100%;
  }


.input-field > .note-editor {
  display: inline-block;
  width: calc(100% - 3px);
  /*width: calc(100% - 5px);*/
  /*width: 100%;*/
  height: 3rem;
}

/*.input-field > .note-editor > .note-editing-area {
    width: calc(100% + 5px);
  }*/

td > .select-wrapper {
  padding-left: 5px;
}

.no-pointer-events,
.input-field > input[type="text"] + label,
.input-field > input[type="password"] + label,
.input-field > input[type="number"] + label,
.input-field .label {
  pointer-events: none;
}

.input-field.smooth:not(.show) .error-info {
  display: none;
}



.input-field .error-info {
  position: absolute;
  margin-left: -5px;
  margin-top: 15px;
}

  .input-field .error-info > .material-icons {
    color: #F44336 !important;
    font-size: 1.5rem;
  }

  .input-field .error-info > .error-text-wrapper {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    min-width: 250px;
    max-width: 50vw;
    right: 0;
  }

    .input-field .error-info > .error-text-wrapper > .error-text {
      float: right;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      line-height: 120%;
      text-align: center;
      overflow: hidden;
      pointer-events: none;
      padding: 5px;
      min-height: 12px;
      border: 1px solid #bdbdbd;
      border-radius: 5px;
      background-color: #fafafa;
      font-size: .9rem;
      color: #263238;
      opacity: 0;
      visibility: visible;
      min-width: 50px;
      margin-right: 25px;
    }

.input-field:focus-within .error-info > .error-text-wrapper > .error-text.active
{
    opacity: 1;
    visibility: visible;
}


.input-field .bst-upload.dropzone.dz-clickable + .error-info > .error-text-wrapper > .error-text {
  margin-right: 0px;
  margin-top: 25px;
}


.bst-upload + .error-info {
  right: -5px;
  top: 0px;
}

.input-field .label > i.material-icons.dhelp, .input-field .label + i.material-icons.dhelp {
  cursor: pointer;
  pointer-events: auto;
  vertical-align: middle;
  font-size: 1.4rem;
  float: right;
  margin-left: 5px;
}

.input-field .label.active > i.material-icons,
.select-wrapper + label > i.material-icons {
  transform-origin: 0 0;
  transform: translateY(-5px) scale(1.2);
}

.input-field.search-select-dropdown > .prefix {
  left: 16px;
}

.input-field > .datetimepicker-helper + i.material-icons.prefix {
  cursor: pointer;
}

.input-field.disabled > .material-icons.prefix,
.form-table-tag.disabled td > .input-field > .material-icons.prefix,
.i-list.base.designer .frm-item .input-field > .material-icons.prefix {
  color: #BDBDBD !important;
}

.select-wrapper.search:not(.active) > i.material-icons.prefix {
  width: 2rem;
  left: 0;
}

  .select-wrapper.search:not(.active) > i.material-icons.prefix + input.select-dropdown {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem);
  }

.select-wrapper.search.active > i.material-icons.prefix {
  display: none;
}

  .select-wrapper.search.active > i.material-icons.prefix + input.select-dropdown {
    width: 100%;
    margin-left: 0;
  }

.select-wrapper.search.compact {
  position: fixed;
  z-index: 9999;
  top: -1000px;
  left: -1000px;
}

  .select-wrapper.search.compact:not(.active) {
    visibility: hidden;
  }

.side-modal .select-wrapper.search.compact {
  right: 40px;
  left: unset !important;
  width: 440px;
}

  /*.side-modal .select-wrapper.search.compact.active {
    visibility: hidden;
  }*/

  .side-modal .select-wrapper.search.compact .input-field input[type=search]:focus:not(.browser-default) {
    background-color: unset;
  }

.search-select-dropdown {
  display: none;
  z-index: 0;
  margin: 0;
  top: 0;
  padding-left: 16px;
  position: absolute;
  background-color: white;
}

  .search-select-dropdown.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10000;
  }

.form-select-search ul.dropdown-content.select-dropdown > li.empty:first-child {
  display: none;
}

.select-dropdown.dropdown-content li:not(.disabled):hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.select-dropdown.dropdown-content li.selected.disabled {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.select-wrapper.select-year ul.dropdown-content.select-dropdown,
.select-wrapper.select-month ul.dropdown-content.select-dropdown {
  max-height: 300px;
}

/*THERE IS AN ISSUE WITH NESTED SCROLLBARS*/
.select-dropdown {
  overflow-y: auto !important;
}

.dropdown-content.fixed,
.dropdown-content .dropdown-content,
.modal .dropdown-content.select-dropdown {
  position: fixed;
}

.modal .input-field > .dropdown-content {
  /* TODO: CONSINDER to set position fixed to .dropdown-content  */
  position: fixed;
  width: unset !important;
}

table.form-table-tag > tbody > tr > td > ul > li.frm-item > .frm-elm-inst > .input-field > .select-wrapper > .dropdown-content.select-dropdown,
.master-data-list > table > tbody > tr > td > .input-field > .select-wrapper > .dropdown-content.select-dropdown {
  /* as of 01.07.2020 this could be only dropdown with users */
  position: fixed;
  min-width: 300px;
}

/*THERE IS AN ISSUE WITH NESTED SCROLLBARS*/

*:not(td) > ul > li.frm-item:not([data-tbi="11"]) {
  /*min-height: 85px !important;*/
  min-height: 3rem !important;
}

/*td > ul > li.frm-item {
  margin-top: 0;
  padding-left: .5rem;
}*/

.form-table-tag td .frm-elm-inst > .input-field,
.form-placeholder-tag.master-data-list > table > tbody > tr > td > .input-field {
  margin-top: 0;
  margin-bottom: .5rem;
  /*padding: 0;*/
  padding-left: 0.5rem;
  padding-right: 0.25rem;
}

.i-list.base:not(.designer) .frm-item .input-field > .req {
  position: absolute;
  color: red;
  margin-left: -0.5rem;
  line-height: 4rem;
}

.i-list.base:not(.designer) .frm-item[data-tbi="31"] .input-field > .req {
  margin-left: -.75rem;
  line-height: 2rem;
}

.i-list.base:not(.designer) .frm-item .input-field > .req:before {
  content: '*';
}

.i-list.base:not(.designer) li.frm-item[data-tbi="1"] > .frm-elm-inst > .input-field,
.i-list.base:not(.designer) li.frm-item[data-tbi="11"] > .frm-elm-inst > .input-field {
  margin: 0;
  min-height: 0;
}

.i-list.base:not(.designer) li.frm-item[data-tbi="9"] > .frm-elm-inst > .input-field {
  margin: 6.5px 0;
}

.i-list.row {
  margin-bottom: 0;
}

hr {
  margin: 6.5px 0;
}

form + .card-action {
  display: none;
}

img.bst-image:not([src]) {
  display: none;
}

.btn-tiny {
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
}

.btn-mini {
  text-align: center;
  height: 23px;
  line-height: 23px;
  font-size: 9px;
  color: #fff;
  padding: 0 3px;
}

i.tiny-medium {
  font-size: 1.5rem;
}

.btn i {
  line-height: inherit;
  font-size: 1.6rem;
}

.btn-small i {
  line-height: inherit;
  font-size: 1.4rem;
}

.btn-tiny i {
  line-height: inherit;
  font-size: 1.4rem;
}

.btn-mini i {
  line-height: inherit;
  font-size: 1.2rem;
}

.btn, .btn-small, .btn-tiny, .btn-mini {
  border-radius: 2px;
}

.btn-addon {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0;
  margin-left: -0.5px;
}

.dataTables_wrapper td > a.btn:not(.btn-addon):not(:last-child) {
  margin-right: 5px;
  border-radius: 5px;
}

.dataTables_wrapper td:last-child > a.btn-addon {
  margin-left: -5px;
}

.dataTables_wrapper td > a.btn-tiny > i {
  font-size: 1rem;
}

.input-field-addon {
  padding: 0;
  float: right;
}

  .input-field-addon.btn {
    width: 50px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 3rem;
    line-height: 3rem;
  }

  .input-field-addon.btn-small {
    width: 40px;
    /*margin-top: 1.5rem;
    margin-bottom: 1.5rem;*/
  }

  .input-field-addon.btn-tiny {
    width: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .input-field-addon.btn-mini {
    width: 24px;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .input-field-addon.btn + .input-field {
    width: calc(100% - 50px);
  }

  .input-field-addon.btn-small + .input-field {
    width: calc(100% - 40px);
  }

  .input-field-addon.btn-tiny + .input-field {
    width: calc(100% - 30px);
  }

  .input-field-addon.btn-mini + .input-field {
    width: calc(100% - 24px);
  }

  .input-field-addon + .input-field {
    margin-bottom: unset;
    float: left;
    width: calc(100% - 65px);
  }

  .input-field-addon.btn + .input-field-addon.btn + .input-field {
    width: calc(100% - (50px * 2) - .5rem);
  }

  .input-field-addon.btn-small + .input-field-addon.btn-small + .input-field {
    width: calc(100% - (40px * 2) - .5rem);
  }

  .input-field-addon.btn-tiny + .input-field-addon.btn-tiny + .input-field {
    width: calc(100% - (30px * 2) - .5rem);
  }

  .input-field-addon.btn-mini + .input-field-addon.btn-mini + .input-field {
    width: calc(100% - (24px * 2) - .5rem);
  }

  .input-field-addon + .input-field-addon + .input-field {
    margin-bottom: unset;
    float: left;
    width: calc(100% - (65px * 2) - .5rem);
  }

  .input-field-addon + .input-field-addon {
    margin-right: .5rem
  }

.card {
  margin-top: 0px;
}

  .card > .card-header {
    font-size: unset !important;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
  }

    .card > .card-header > :not(.dropdown-content):not(li):not(.btn):not(.btn-small):not(.btn-tiny):not(.btn-mini):not(.no-height-inherit) {
      height: inherit !important;
      line-height: inherit !important;
    }

    .card > .card-header > .btn-action {
      float: right;
    }

      .card > .card-header > .btn-action > :not(:first-child) {
        margin-left: 5px;
      }

      .card > .card-header > .btn-action > .btn {
        margin-top: calc((40px - 36px) / 2 * -1);
      }

      .card > .card-header > .btn-action > .btn-small {
        margin-top: calc((40px - 32.4px) / 2 * -1);
      }

      .card > .card-header > .btn-action > .btn-tiny {
        margin-top: calc((40px - 28px) / 2 * -1);
      }

      .card > .card-header > .btn-action > .btn-mini {
        margin-top: calc((40px - 28px) / 2 * -1);
      }

    .card > .card-header > .card-title {
      float: left;
      font-size: 1.2rem;
      font-weight: 500;
    }

    .card > .card-header i.material-icons {
      font-size: 1.7rem;
      line-height: unset;
    }

  .card > .card-content, .card > .card-action {
    padding: 1rem;
  }

.collection .collection-item.lg {
  line-height: 2.3rem;
}

  .collection .collection-item.lg i.material-icons {
    font-size: 1.75rem !important;
  }


.switch.clr > label > .lever:after,
.switch.clr > label > input[type=checkbox]:checked + .lever:after {
  background-color: #F1F1F1;
}

.switch.blue-orange label input[type=checkbox]:not(:checked) + .lever {
  background-color: #1976D2;
}

.switch.blue-orange label input[type=checkbox]:checked + .lever {
  background-color: #ff9800;
}

.switch.green-red label input[type=checkbox]:not(:checked) + .lever {
  background-color: #8bc34a;
}

.switch.green-red label input[type=checkbox]:checked + .lever {
  background-color: #ef5350;
}

.status-indicator {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 1s;
  -moz-animation-name: shake;
  -moz-animation-duration: 1s;
  -o-animation-name: shake;
  -o-animation-duration: 1s;
  animation-name: shake;
  animation-duration: 1s;
}

.disabled, a.disabled *, .input-field[data-readonly-select="true"] > .select-wrapper > input.select-dropdown.dropdown-trigger {
  pointer-events: none;
  color: #9F9F9F !important;
  cursor: default;
}

.input-field[data-readonly-select="true"] > .select-wrapper > .caret {
  fill: #9F9F9F;
}

.ui-state-highlight1 {
  background-color: #fff9c4 !important;
  padding: 5px;
}

  .ui-state-highlight1.not-allowed {
    background-color: #ffc4c4 !important;
  }

.ui-state-highlight2 {
  background-color: #fff9c4;
  height: 60px;
}

.ui-sortable-helper {
  list-style-type: none;
}

.form-placeholder-tag {
  min-height: 3rem;
}

.preloader {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 9999;
  -webkit-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
  -moz-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
  -o-transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
  transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.25s;
}

  .preloader.light {
    opacity: 0.25;
  }

  .preloader.capsule {
    position: absolute;
    z-index: 1001;
  }

    .preloader.capsule.tblr {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

  .preloader.main, .preloader.uf-logo {
    position: fixed;
    top: 0;
    left: 0;
  }

  .preloader:not(.active) {
    opacity: 0 !important;
    visibility: hidden;
  }

  .preloader > .preloader-wrapper {
    left: calc(50% - 32px);
    top: calc(45% - 32px);
    position: absolute;
  }


ul.ui-autocomplete.uf-isense > li span.value > span.highlight,
#HelpDropdown .help-result .mCSB_container > div > * > span.hightlight {
  background-color: #FFC400;
}

iframe {
  width: 100%;
  height: 100%;
}

/*.modal-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 9999999999999;
}

.modal {
    position: absolute;
}*/

.modal > .modal-title {
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  line-height: 100%;
  font-size: 24px;
  padding: 20px 1rem 0 1rem;
  border-bottom: 1px dotted gray;
  background-color: #ececec;
}

.modal > .modal-content:not(.timepicker-container):not(.datepicker-container) {
  position: relative;
  overflow-y: auto;
  padding: 1rem;
  max-height: calc(100vh - 64px - 8vh);
}

.modal > .modal-title + .modal-content:not(.timepicker-container):not(.datepicker-container) {
  max-height: calc(100vh - 64px - 64px - 8vh);
}

.modal.side-modal > .modal-content:not(.timepicker-container):not(.datepicker-container) {
  max-height: calc(100vh - 64px - 64px - 20px);
}

.modal > .modal-footer {
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  border-top: 1px dotted gray;
  display: inline-table;
  padding: 4px 1rem;
}

.modal .modal-action {
  margin-left: 15px !important;
  min-width: 15%;
  max-width: 30%;
}

.datepicker-modal, .timepicker-modal {
  min-width: 475px;
}

.side-modal {
  width: 500px;
  top: 0 !important;
  left: unset !important;
  right: 0 !important;
  height: calc(100vh - 20px);
  margin: 10px;
}

  .side-modal > .modal-title {
    border-bottom: unset;
    -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);
  }

  .side-modal > .modal-content {
    padding: 20px 10px;
  }

  .side-modal > .modal-footer {
    border-top: unset;
  }

  .side-modal .modal.timepicker-modal,
  .side-modal .modal.datepicker-modal {
    width: 100%;
    min-width: 500px;
  }

  .side-modal.open:not(.opac) {
    opacity: .95 !important;
  }

.toast.msg {
  word-break: break-word;
  top: unset !important;
  width: unset !important;
  position: absolute;
  z-index: 99;
}

  .toast.msg:before {
    position: absolute;
    top: 0;
    content: "";
    border: solid #323232;
    border-width: 25px 25px 0 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -10px;
  }

  .toast.msg > .toast-action {
    word-break: normal;
    margin-left: unset;
  }

  .toast.msg.info {
    background-color: #0d47a1;
  }

    .toast.msg.info:before {
      border: solid #0d47a1;
      border-width: 25px 25px 0 0;
    }

  .toast.msg.error {
    background-color: #d32f2f;
  }

    .toast.msg.error:before {
      border: solid #d32f2f;
      border-width: 25px 25px 0 0;
    }

.i-list {
  padding: 1rem !important;
  margin-left: unset !important;
  margin-right: unset !important;
  margin-top: 0;
}

  .i-list.rbl [type=radio] + span,
  .i-list.cbl [type=checkbox] + span {
    padding-left: 30px;
    padding-right: 10px;
  }

  .i-list.panel.repeatable {
    margin-bottom: unset !important;
    padding: .5rem 1rem !important;
    /*border: 1px dotted lightgray;*/
    border-bottom: 1px dotted lightgray;
  }

    .i-list.panel.repeatable:last-child {
      border-bottom: unset !important;
    }

    /*.i-list.panel.repeatable:not(:last-child) {
      border-bottom: unset !important;
    }*/

    .i-list.panel.repeatable > li.control-wrapper {
      position: absolute;
      left: 0;
      width: 30px;
    }


  .i-list.base li.frm-item > .frm-elm-inst > .input-field > .i-list {
    padding: 0 1rem !important;
  }

    .i-list.base li.frm-item > .frm-elm-inst > .input-field > .i-list.field {
      padding: 0 !important;
    }

      .i-list.base li.frm-item > .frm-elm-inst > .input-field > .i-list.field > .frm-item.col {
        padding: 0 !important;
      }

  .i-list.base li.frm-item > .frm-elm-inst > .input-field > label.label:not(:empty) + .i-list {
    padding-top: 10px !important;
  }

.input-field > label.label:not(:empty):not(.active) + .i-list.rbl,
.input-field > label.label:not(:empty):not(.active) + .i-list.cbl {
  padding-top: 2.5rem !important;
}


.no-margin {
  margin: 0 !important;
}

/*.no-data-label {
  padding-bottom: 30px;
}*/

.inline-block {
  display: inline-block;
  min-height: 30px;
}

.uf-isense {
  position: absolute;
  min-height: 200px;
}

.side-modal .uf-isense {
  position: fixed;
}

.modal .modal-content .uf-isense {
  max-height: 50vh;
  left: 15px !important;
  width: calc(100% - 30px) !important;
}

.uf-isense,
.popover-content.note-children-container {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -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);
}

  .uf-isense .ui-state-active {
    margin: unset;
    border: unset;
  }


  .uf-isense > .ui-menu-item > .ui-menu-item-wrapper,
  .popover-content.note-children-container > .note-hint-group > .note-hint-item {
    text-align: left;
    font-size: 16px;
    color: #0099FF;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
  }

    .uf-isense > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active,
    .popover-content.note-children-container > .note-hint-group > .note-hint-item.active {
      background-color: #eee;
    }

/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  
  background: #007fff;
  font-weight: normal;
  color: #fff;
}*/

.note-editable {
  text-align: left;
}

.dropdown-content.select-dropdown.cor > li > *:not(.right) {
  float: left;
}

.dropdown-content.select-dropdown.cor > li > *:not(span):first-child {
  padding-left: 16px;
}

.dropdown-content.select-dropdown.cor > li > span.clr-box > div {
  width: 16px;
  outline: 1px solid;
}

.dropdown-content.select-dropdown.cor > li > i.material-icons {
  line-height: 50px;
  font-size: 36px;
}

.dropdown-content.select-dropdown.cor > li > .right {
  margin-right: 16px;
}

.dropdown-content.select-dropdown.cor > li .btn-small {
  margin-top: calc((50px - 32.4px) / 2);
}



.focused-field {
  background-color: #f5f5f5 !important;
}

.unfocused-field {
  background-color: #bdbdbd !important;
}

.nav-dropdown {
  width: 200px !important;
  top: 50px !important;
}

.w200.dropdown-content {
  width: 200px !important;
}

table.ds-table > thead > tr,
table.ds-table > tfoot > tr {
  height: 50px;
}

  table.ds-table > thead > tr > th,
  table.ds-table > tbody > tr > td:first-child,
  table.ds-table > tbody > tr > td:last-child,
  table.ds-table > tfoot > tr > td {
    text-align: center;
  }

    table.ds-table > thead > tr > th > .btn-small {
      margin-right: 5px;
    }

    table.ds-table > thead > tr > th:nth-child(1) {
      min-width: 30px;
      width: 1%;
    }

    table.ds-table > thead > tr > th:nth-child(2) {
      min-width: 40%;
      max-width: 49%;
    }

    table.ds-table > thead > tr > th:nth-child(3) {
      min-width: 40%;
      max-width: 49%;
    }

    table.ds-table > thead > tr > th:nth-child(4) {
      width: 100px;
    }

table.ds-table > tbody > tr > td {
  padding: 1px 3px;
}

  table.ds-table > tbody > tr > td:last-child > .btn-tiny {
    width: 45%;
    margin: 0 2%;
  }

.tag-autocomplete > input:disabled {
  border-bottom: unset;
}

.scroll-hide {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.non-visible {
  opacity: 0;
  visibility: hidden;
}


.note-modal .note-modal-body .sn-checkbox-open-in-new-window {
  display: none;
}

.note-modal .note-modal-footer {
  height: 60px;
}

  .note-modal .note-modal-footer > .note-btn {
    background: #009688;
    width: 200px;
  }


.note-placeholder {
  color: lightgrey;
  margin-top: 10px;
}

.note-editor .note-editing-area .note-editable {
  min-height: 3rem;
  padding-top: 10px;
}

.modal .input-field .note-popover {
  position: absolute;
  overflow: auto;
  max-height: 50vh
}

.dataTables_wrapper .ui-widget-header {
  border: unset;
  background: unset;
  color: unset;
  font-weight: unset;
}

table.dataTable tbody td.c-right {
  padding-right: 1rem;
  text-align: right;
}

table.dataTable.compact thead th.sorting_disabled,
table.dataTable.compact thead td.sorting_disabled {
  padding: .25rem;
}

table.uf-table {
  table-layout: fixed;
}


  table.uf-table tr.empty-row:hover {
    background-color: inherit !important;
  }

  /*  table.uf-table tr.empty-row {
    pointer-events: none;
  }*/

  /*table.uf-table tr.empty-row:hover {
      background-color: unset;
    }*/

  table.uf-table th,
  table.uf-table td,
  .form-table-tag th,
  .form-placeholder-tag.master-data-list > table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  table.uf-table:not(.bordered):not(.rounded) > thead > tr > th,
  table.uf-table:not(.bordered):not(.rounded) > tbody > tr > td,
  table.uf-table:not(.bordered):not(.rounded) > tfoot > tr > td {
    border: 0 !important;
    border-radius: 0 !important;
  }

.mCSB_container table.uf-table > tbody > tr:last-child > td:not(.dataTables_empty) {
  padding-bottom: 2rem;
}

.uf-table > thead > tr > th.sorting {
  cursor: pointer;
}

.uf-table > thead > tr > td,
.uf-table > thead > tr > th {
  position: relative;
}

.uf-table > thead.hidden-x > tr > th,
.uf-table > thead.hidden-x > tr > th > * {
  height: 0px !important;
  max-height: 0px;
  visibility: hidden;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


table.dataTable thead th div.DataTables_sort_wrapper span {
  position: unset;
  top: unset;
  margin-top: unset;
  right: unset;
}

  table.dataTable thead th div.DataTables_sort_wrapper span.title-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: inherit;
  }


  table.dataTable thead th div.DataTables_sort_wrapper span.DataTables_sort_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: -16px;
  }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 4px 4px 20px;
}


.control_options_container.dropdown-content {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 5px 10px 25px 10px;
  border: 2px solid #9e9e9e;
  min-width: 250px;
}

  .control_options_container.dropdown-content li:hover, .control_options_container.dropdown-content li.active {
    background-color: transparent !important;
  }

  .control_options_container.dropdown-content .control_options {
    outline: unset;
  }

    .control_options_container.dropdown-content .control_options .dataTables_filter,
    .control_options_container.dropdown-content .control_options .dataTables_length {
      float: unset;
      text-align: left;
      white-space: unset;
    }

      .control_options_container.dropdown-content .control_options .dataTables_filter input {
        margin-left: unset;
      }

        .control_options_container.dropdown-content .control_options .dataTables_filter input:focus {
          background-color: transparent !important;
          border-bottom: 1px solid #0074FF !important;
          -webkit-box-shadow: 0 1px 0 0 #0074FF !important;
          box-shadow: 0 1px 0 0 #0074FF !important;
        }

      .control_options_container.dropdown-content .control_options .dataTables_length label {
        position: unset;
      }

      .control_options_container.dropdown-content .control_options .dataTables_length select {
        background-color: transparent !important;
        width: unset !important;
        display: unset;
        border: 1px solid #9e9e9e;
      }

    .control_options_container.dropdown-content .control_options .dt-buttons {
      position: unset;
      float: unset;
      display: grid;
    }

      .control_options_container.dropdown-content .control_options .dt-buttons .dt-button:hover > span {
        background-color: transparent !important;
      }







table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fffde7;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
  font-size: 14px;
}

  .dataTables_wrapper .dataTables_paginate .fg-button {
    padding: 0 0.5em;
  }

  .dataTables_wrapper .dataTables_paginate > span > .fg-button.ui-state-disabled {
    font-weight: 900;
  }

.dataTables_wrapper .dt-col {
  width: 130px;
}

.dataTables_wrapper td.dt-col {
  text-align: center;
}

/*.u-badge {
  background-color: #eeeeee;
  border-radius: 5px;
  float: right;
  font-size: 0.95rem;
  color: #212121;
  padding: 0 5px;
  margin: 4px 0 0 4px;
}*/
.u-badge {
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  background-color: #eeeeee;
  border-radius: 50%;
  float: right;
  color: #212121;
  margin: 8px 0 0 5px;
  text-align: center;
  font-size: .8rem;
}

.navbar-fixed .uf-notification {
  margin: 8px 0px 0px 29px;
  width: 20px;
  height: 20px;
  background-color: #ef5350;
}

[tabindex]:not(li) {
  outline: none;
}

.dropdown-content ul.collapsible li {
  min-height: 1px;
}

input.form-currency-tag,
.form-table-tag input.form-number-tag:not(.left-align):not(.right-align):not(.center-align),
.form-placeholder-tag.master-data-list > table input.form-number-tag:not(.left-align):not(.right-align):not(.center-align) {
  text-align: right;
}

  .form-table-tag input.form-number-tag:not(.left-align):not(.right-align):not(.center-align):not(:focus):not(:hover),
  .form-table-tag input.form-number-tag:not(.left-align):not(.right-align):not(.center-align)[readonly]
  .form-placeholder-tag.master-data-list > table input.form-number-tag:not(.left-align):not(.right-align):not(.center-align):not(:focus):not(:hover),
  .form-placeholder-tag.master-data-list > table input.form-number-tag:not(.left-align):not(.right-align):not(.center-align)[readonly] {
    direction: rtl;
  }

#HelpDropdown {
  width: 30vw !important;
  height: auto !important;
  position: fixed;
  right: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 10px;
  margin: 0;
  background-color: white;
}

  #HelpDropdown .help-result {
    max-height: 75vh;
    min-height: 25vh;
  }

    #HelpDropdown .help-result .mCSB_container > div {
      border-bottom: 1px solid #ccc;
      padding-left: .25rem;
    }

      #HelpDropdown .help-result .mCSB_container > div > * {
        display: block;
      }

      #HelpDropdown .help-result .mCSB_container > div > a {
        font-size: 1.35rem;
      }

      #HelpDropdown .help-result .mCSB_container > div > span {
        color: #9c9c9c;
        font-size: 0.85rem;
      }

#ProfileDropdown {
  left: auto !important;
  width: 30vw !important;
  height: auto !important;
  position: fixed;
  right: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 10px;
  margin: 0;
  background-color: white;
}

@media only screen and (max-width: 601px) {
  #ProfileDropdown, #HelpDropdown {
    width: 90vw !important;
  }
}

#ProfileDropdown.vsbl {
  opacity: .95 !important;
}

#ProfileDropdown > div {
  padding: 0;
}

#ProfileDropdown .profile-picture + div {
  width: calc(100% - 96px - 30px);
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
}

#ProfileDropdown .pp-name {
  color: darkgray;
}

#ProfileDropdown .notification-list {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1px 0;
  margin: 0 0 1.5rem 0;
}

#ProfileDropdown .notification-bulk-actions {
  margin: .5rem 0;
  text-align: right;
  padding-right: 0.25rem;
}

#ProfileDropdown .notification-list li.read {
}

  #ProfileDropdown .notification-list li.read .collapsible-handler a.read {
    display: none;
  }

#ProfileDropdown .notification-list li.unread {
}

  #ProfileDropdown .notification-list li.unread .collapsible-header {
    background-color: #BBDEFB;
  }

  #ProfileDropdown .notification-list li.unread .collapsible-handler a.unread {
    display: none;
  }

#ProfileDropdown .notification-list .collapsible-header {
  padding-right: 4rem;
  cursor: default;
}

#ProfileDropdown .notification-list .collapsible-handler {
  position: relative;
  float: right;
  margin-right: 4rem;
  color: transparent;
}

  #ProfileDropdown .notification-list .collapsible-handler a {
    position: absolute;
    width: 1rem;
    line-height: 3.5rem;
  }

    #ProfileDropdown .notification-list .collapsible-handler a.remove {
      margin-left: 2rem;
    }

#ProfileDropdown .notification-list:empty {
  border: 0;
  margin: 0;
  padding: 0;
}

#ProfileDropdown .notification-list + div {
  text-align: center;
  font-style: italic;
  margin: 1rem 0 1.5rem 0;
}

#ProfileDropdown .notification-list:not(:empty) + div {
  display: none;
}

#ProfileDropdown .notification-list .collapsible-body {
  padding: 5px 0;
  border: 1px dashed #767676;
  cursor: default;
}

  #ProfileDropdown .notification-list .collapsible-body > .row {
    margin: 0;
  }

    #ProfileDropdown .notification-list .collapsible-body > .row > .col > i {
      font-size: 13px;
      font-weight: 500;
    }

    #ProfileDropdown .notification-list .collapsible-body > .row > .col.s12 {
      padding-top: 10px;
    }


[data-perm-type] {
  position: fixed;
}

.w100 {
  width: 100%;
  float: left;
}

.no-pad {
  padding: 0 !important;
}

tr.summary > th, tr.summary > td {
  font-weight: normal;
  font-size: 16px;
  color: #292929;
  padding-right: 10px;
  padding-left: 5px;
}

.sum {
  font-weight: bold !important;
  font-size: 20px !important;
  color: #ccc !important;
  padding: 0 !important;
  text-align: center;
}

  .sum:before {
    content: 'Σ';
  }

.bold-text {
  font-weight: bold
}

.bolder-text {
  font-weight: bolder
}

/* inspired by .prefix */
.input-field .suffix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.5rem;
  right: 0;
  padding: 0;
}

.suffix + input {
  width: calc(100% - 3rem);
}

.prefix + .suffix + input {
  width: calc(100% - 3rem - 3rem);
}

*:not(.dataTables_filter) > .input-field input[type=search]:not(.underline) {
  border-bottom: 0px !important;
  box-shadow: none !important;
}

i.material-icons.rotate {
  display: block;
  transform: rotate(180deg);
}

input[type=checkbox].tabbed:focus ~ .lever::before {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.toast > b {
  padding: 0 0.2rem;
}

.color-preview {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 2px;
}

.form-table-tag-preview {
  text-align: center;
  display: grid;
  border-left: 1px dotted black;
  border-bottom: 1px dotted black;
}

.opac.o-50 {
  opacity: .5 !important;
}

.opac.o-30 {
  opacity: .30 !important;
}

.opac.o-25 {
  opacity: .25 !important;
}

.opac.tran {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.form-table-tag-preview > div {
  border-top: 1px dotted black;
  border-right: 1px dotted black;
}

a.oauth {
  display: block;
  padding: 5px;
}

  /*
Facebook - #1877f2
Google - #FFFFFF
Microsoft - #FFFFFF (border: 1px #8c8c8c)
LinkedIn - #2867b2

*/
  a.oauth > img {
    max-height: 100%;
    display: block;
    float: left;
    border-radius: 3px;
    padding: 1px;
  }

  a.oauth > div.text {
    margin-top: -5px;
    padding-left: 5px;
  }

  a.oauth.google {
    background-color: #fff !important;
    color: #000;
  }

    a.oauth.google > img {
      content: url(/images/logo_google_52px.png);
      background-color: #fff;
    }

    a.oauth.google > div.text::after {
      content: "Sign up with google"
    }

  a.oauth.microsoft {
    background-color: #fff !important;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
  }

    a.oauth.microsoft > img {
      content: url(/images/logo_microsoft_52px.png);
    }

    a.oauth.microsoft > div.text::after {
      content: "Sign up with microsoft"
    }

  a.oauth.linkedin {
    background-color: #2867b2 !important;
    color: #fff;
  }

    a.oauth.linkedin > img {
      content: url(/images/logo_linkedin_52px.png);
      padding: 0;
    }

    a.oauth.linkedin > div.text::after {
      content: "Sign up with LinkedIn"
    }

  a.oauth.facebook {
    background-color: #1877f2 !important;
    color: #fff;
  }

    a.oauth.facebook > img {
      content: url(/images/logo_facebook_52px.png);
      padding: 0;
    }

    a.oauth.facebook > div.text::after {
      content: "Sign up with facebook"
    }

.simplified-chips *:not(.complex-mode) > .i-sense.simplified:not(:focus) {
  margin-top: 5px;
  cursor: pointer;
  border-radius: 25px;
  padding: .6rem .5rem !important;
  background-color: #26a69a;
  width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: pre;
  float: left;
  color: #fff;
}


.bst-tooltip-holder {
  position: fixed;
  z-index: 99999;
}

.toast, .bst-tooltip {
  background-color: rgba(50,50,50, .8)
}

.bst-tooltip {
  position: fixed;
  top: unset;
  left: unset;
  white-space: pre-line;
  /**/
  padding: 5px;
  font-size: .9rem;
  border: 1px solid #292929;
  border-radius: 3px;
  min-height: 1rem;
  min-width: 1rem;
  color: #FFFFFF;
  /**/
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
  -moz-transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
  -o-transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
  transition: opacity cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.1s;
}

  .bst-tooltip.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 99999;
  }

  .bst-tooltip > table {
    table-layout: fixed;
  }

    .bst-tooltip > table tr {
      background-color: unset !important;
    }

/*
Facebook - #1877f2
Google - #FFFFFF
Microsoft - #FFFFFF (border: 1px #8c8c8c)
LinkedIn - #2867b2
*/
/*.oauth-logo.google {
    background-image: url(/images/logo_google_52px.png);
  }

  .oauth-logo.microsoft {
    background-image: url(/images/logo_microsoft_52px.png);
  }

  .oauth-logo.linkedin {
    background-image: url(/images/logo_linkedin_52px.png);
  }

  .oauth-logo.facebook {
    background-image: url(/images/logo_facebook_52px.png);
  }*/
.form-table-tag-preview[data-col="1"] {
  grid-template-columns: auto;
}

.form-table-tag-preview[data-col="2"] {
  grid-template-columns: auto auto;
}

.form-table-tag-preview[data-col="3"] {
  grid-template-columns: auto auto auto;
}

.form-table-tag-preview[data-col="4"] {
  grid-template-columns: auto auto auto auto;
}

.form-table-tag-preview[data-col="5"] {
  grid-template-columns: auto auto auto auto auto;
}

.form-table-tag-preview[data-col="6"] {
  grid-template-columns: auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="7"] {
  grid-template-columns: auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="8"] {
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="9"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="10"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="11"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="12"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="13"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="14"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="15"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="16"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="17"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="18"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="19"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.form-table-tag-preview[data-col="20"] {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

#FormPreviewDropdown {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}

#AssetEditorSideModalStatic {
  width: 700px;
}






.input-field .complex-toggler {
  position: absolute;
  right: 1.75rem;
  top: 0.5rem;
  background-color: black;
  color: white;
  cursor: pointer;
  height: 26px;
  width: 26px;
  padding: 3px 5px;
  opacity: .5;
  transition: all cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.45s;
}

.input-field .materialize-textarea ~ .complex-toggler {
  top: calc(6px + 0.5rem);
}

.input-field .complex-toggler:hover {
  opacity: 1;
}

.input-field .complex-toggler * {
  pointer-events: none
}


.input-field.complex-mode .complex-toggler {
  background-color: white;
  color: black;
}

.input-field.complex-mode input, .input-field.complex-mode textarea, .input-field.complex-mode .i-sense-wysiwyg + .note-editor {
  background-color: black;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transition: color, background-color cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.45s;
  -moz-transition: color, background-color cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.45s;
  -o-transition: color, background-color cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.45s;
}

.errtbl {
  width: auto;
}

  .errtbl thead tr {
    border-bottom: 1px solid #ccc;
  }

  .errtbl td:not(:last-child), .errtbl th:not(:last-child) {
    padding: 0 .75rem;
    width: auto;
    text-align: left
  }


.outline-2px-pink {
  animation: outline2PxPink 1000ms infinite both;
  outline: 2px solid transparent;
}

.DataTables_sort_icon.ui-icon {
  background-image: none;
  background-position: unset;
  background-repeat: unset;
  display: unset;
  vertical-align: unset;
  margin-top: unset;
  position: unset;
  text-indent: unset;
  overflow: unset;
}

  .DataTables_sort_icon.ui-icon.ui-icon-caret-2-n-s:before {
    content: 'sort-main';
  }

  .DataTables_sort_icon.ui-icon.ui-icon-triangle-1-n:before {
    content: 'sort-up-main-filled';
  }

  .DataTables_sort_icon.ui-icon.ui-icon-triangle-1-s:before {
    content: 'sort-down-main-filled';
  }

.input-field .prefix {
  text-align: center;
}

table.permissions > tbody > tr > td:first-child {
  width: 2rem;
}

table.permissions > tbody > tr > td:last-child {
  width: 4rem;
}


.modal-content > .modal-quick-action {
  position: fixed;
  margin-top: -65px;
  right: .5rem;
  z-index: 2;
}

.modal-content .modal-quick-action > a:not(:last-child) {
  margin-right: .5rem;
}

thead.center-align th {
  text-align: center;
}

.left-align {
  text-align: left !important;
}

table.cell-padding th, table.cell-padding td {
  padding: 0 .25rem;
}
