.content-overlay {
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000;
}

.application-navbar .divider-vertical {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #ffffff;
  height: 40px;
  margin: 0 9px;
}

/* Tree */
ul.jtree {
  padding: 0px;
  margin: 0px;
}

ul.jtree li {
  list-style: none;
  padding: 2px 0px 0px 0px;
  margin: 0px;
  white-space: nowrap;
  clear: both;
}

ul.jtree a {
  color: #1f75cc;
  text-decoration: none;
  padding: 2px;
}

ul.jtree a:hover {
  background-color: #eee;
}

.jtree li a.no-icon {
  cursor: default;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/nav/treeview-sprite.gif) 0 -5601px no-repeat;
}

.jtree li a.no-icon-last {
  cursor: default;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/nav/treeview-sprite.gif) 0 -1601px no-repeat;
}

.jtree li a.expanded {
  cursor: default;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/nav/treeview-sprite.gif) 0 -4001px no-repeat;
}

.jtree li a.collapsed {
  cursor: default;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/nav/treeview-sprite.gif) 0 -2401px no-repeat;
}

.jtree li a.nosubs {
  cursor: default;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url(img/nosubs.png) no-repeat;
}

.jtree .tree-iconofied {
  display: inline-block;
}

input.numeric {
  width: 110px;
  text-align: right;
}

input.numeric-small {
  width: 20px;
  text-align: right;
}

span.error {
  color: #b94a48;
}

/********************************* Custom node classes (sample) ***********************************************/
span.custom1 a {
  background-color: maroon;
  color: yellow;
}
.preview-image {
  border: 1px solid #aaa;
  padding: 5px;
}

h4.section {
  border-bottom: 1px solid #ccc;
  margin: 5px 0px;
  padding: 5px 0px;
  background-color: #f7f7f7;
}
.email-preview {
  border: 1px solid #ccc;
}

#map-container {
  height: 430px;
  width: 100%;
  border: 1px solid #eee;
  position: relative;
}

.plot-container:first-child .legend {
  background-color: #fff;
  border: 0px;
}

.plot-container .legendLabel {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wcmp-user-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  background-color: #eee;
  border-radius: 20px;
  width: 32px;
  /* mozda treba dodati ove linije i u klasu wcmp-user */
  height: 32px;
  border: 1px solid rgb(0, 0, 0, 0.1);
}
.wcmp-user-compact:not(:first-child) {
  margin-left: -10px;
}

.modal-form {
  height: auto;
  left: 0;
  right: 0;
  width: calc(100% - 100px);
  margin: 40px;
}
.modal-form > .modal-body {
  max-height: 100%;
  overflow-y: scroll;
}

.btn-disabled {
  color: #aaa;
}
.btn-disabled:hover,
.btn-disabled:focus {
  color: #aaa;
  background-color: transparent;
  cursor: default;
}

.tr-disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.avatar-mini {
  width: 23px !important;
  height: 23px !important;
  min-width: 23px !important;
  min-height: 23px !important;
  line-height: 23px !important;
  font-size: 12px !important;
}

/* Error page */
.error-content {
  display: flex;
  justify-content: center;
}
.error-content-image {
  padding-right: 20px;
}
.error-content-textarea {
  resize: vertical;
}

/* Location and orgunit component */
.component-autocomplete-inline {
  display: flex;
  align-items: flex-start;
}
.component-autocomplete-inline > .btn-link {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.status-functional {
  background-color: #46a546;
}

.comment-editing {
  background-color: #f5f5f5;
  border-radius: 3px;
}
.comment-editing > * a.btn-link {
  display: inline-flex !important;
}
.comment-body > * a.btn-link {
  visibility: hidden;
}
.comment-body:hover > * a.btn-link {
  visibility: visible;
}
.comment-reply {
  margin-left: 42px;
  margin-bottom: 9px;
  margin-top: -5px;
}

/* Dashbaord events */
.dashboard-event {
  padding: 0 4px;
  width: 350px;
  white-space: normal;
  overflow: visible;
}
.dashboard-event-date {
  font-size: 11px;
  font-weight: 800;
  padding-left: 8px;
}
.dashboard-event-head {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ced4da;
  padding: 7px 7px 0 7px;
}
.dashboard-event-head > p {
  font-weight: 600;
  text-align: left;
  line-height: 15px;
  align-self: center;
}
.dashboard-event-head > .btn-link {
  color: #08c;
}
.dashboard-event-head > .btn-link:hover {
  color: #005580;
  text-decoration: underline;
}
.dashboard-event-image {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  align-self: flex-start;
  margin-right: 8px;
}
.dashboard-event-time {
  font-size: 11px;
  text-align: right;
}
.dashboard-event-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 0px 4px 28px;
}
.dashboard-event-action-time {
  flex-grow: 1;
}
.dashboard-event-action {
  font-size: 11.5px;
  line-height: 15px;
}
.w50 {
  width: 50px !important;
}

/* Vertical align */
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}

.comment-inline,
.comment-inline > * {
  display: inline-block;
  margin: 0px;
}
.comment-separtator {
  margin: 2px 0 6px 0;
  color: #999;
}

.margin-none {
  margin: 0px;
}

/* CRM */
.crm-hot {
  background-color: rgb(233, 54, 16);
}
.crm-cold {
  background-color: rgb(4, 156, 219);
}
.crm-warm {
  background-color: rgb(235, 176, 14);
}

@media only screen and (max-width: 600px) {
  #content-actions > a.btn > span {
    display: none;
  }
}

/* Progress bar */
.progress-container {
  width: 100%;
  background-color: #ddd;
}

.progress-bar {
  width: 1%;
  height: 20px;
  background-color: #04aa6d;
}

/* Toggler */
.toggler-wrapper {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
}

.toggler-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}

.controls > .toggler-wrapper {
  margin-top: 6px;
}

.toggler {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggler:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:checked + .toggler {
  background-color: #2196f3;
}

input:focus + .toggler {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .toggler:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.toggler.round {
  border-radius: 34px;
}
.toggler.round:before {
  border-radius: 50%;
}

/* Chart JS */
:root {
  --chart-color-good: hsl(120, 40%, 60%);
  --chart-color-good-highlight: hsl(120, 60%, 60%);

  --chart-color-bad: hsl(0, 60%, 40%);
  --chart-color-bad-highlight: hsl(0, 80%, 40%);
}

/* Kanban */
.knb-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: auto;
  color: #00293d;
  padding-bottom: 8px;
  box-sizing: border-box;
}
.knb-column {
  flex-grow: 1;
  background-color: #f5f5f5;
  margin: 0 2px;
  border-radius: 4px 0px 0px 4px;
}
.knb-status {
  border-top: 4px solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.knb-head {
  padding: 8px;
  margin: 0px;
}
.knb-body {
  overflow-y: auto;
  height: 500px;
  padding: 0px 8px;
}
.knb-card {
  background-color: #ffffff;
  margin-bottom: 4px;
  box-shadow: 0px 1px 0px #00293d40;
  border-radius: 4px;
  padding: 10px 6px;
  cursor: pointer;
}
.knb-container ::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.knb-container ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.knb-container ::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.knb-container ::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.knb-container::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.knb-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.knb-container::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.knb-container::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
@media (min-width: 1200px) {
  .knb-container .knb-column {
    min-width: calc(100% / 5 - 12px);
  }
}
@media (max-width: 1200px) {
  .knb-container .knb-column {
    min-width: calc(100% / 4 - 12px);
  }
}
@media (max-width: 767px) {
  .knb-container .knb-column {
    min-width: calc(100% / 3 - 12px);
  }
}
@media (max-width: 480px) {
  .knb-container .knb-column {
    min-width: calc(100% / 2 - 12px);
  }
}

.uppercase {
  text-transform: uppercase;
}

.line-through {
  text-decoration: line-through;
}
.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.sticker-danger .currency-on-right {
  color: #fff;
}
.sticker-warning .currency-on-right {
  color: #fff;
}

.p-0 {
  padding: 0;
}

.position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}

.position-horizontal-center {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
}

/* ----- Input flex component START ----- */
.input-group {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 4px;
}

.input-group-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px;
  min-width: 22px;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group-icons > i {
  color: #a4a4a4;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 4px;
}

input.input-control {
  width: 100%;
  height: 18px;
  line-height: 20px;
  box-shadow: none !important;
  padding-right: 0px;
  margin-bottom: 0px !important;
  border: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.input-group:focus-within {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.input-group.error {
  border-color: #b94a48 !important;
}

.input-group:focus-within.error {
  border-color: #b94a48 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* ----- Input flex component END ----- */

/* ----- Keep Safe cards START ----- */
@media only screen and (max-width: 1199px) {
}
/* ----- Keep Safe cards END ----- */

/* ----- Typeahead START ----- */
.typeahead-wrapper {
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
}

.typeahead-wrapper .tt-input-wrapper {
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.typeahead-wrapper .typeahead-icon,
.typeahead-wrapper .search-select-label {
  z-index: 10000;
}

.typeahead-wrapper .typeahead-icon {
  margin-right: 10px;
}

.typeahead-wrapper .control-group {
  margin-bottom: 0;
  width: 100%;
}

.typeahead-wrapper .twitter-typeahead {
  position: static !important;
  width: 100%;
}

.typeahead-wrapper .typeahead:first-of-type {
  cursor: default !important;
}

.typeahead-wrapper .tt-input {
  border: none;
  box-shadow: none;
  margin: 0;
  width: 97%;
}

.typeahead-wrapper .tt-input:focus {
  box-shadow: none;
}

.typeahead-wrapper .tt-hint {
  display: none;
}

.typeahead-wrapper .tt-menu {
  width: 100%;
  max-height: 60vh;
  overflow: auto;
  left: 0;
  top: 28px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.typeahead-wrapper .tt-header,
.tt-highlight {
  color: #049cdb;
}

.typeahead-wrapper .tt-suggestion:hover {
  background-color: #ddd;
}

@media only screen and (max-width: 979px) {
  .application-navbar {
    position: relative;
    z-index: 99999;
  }

  .typeahead-wrapper {
    max-width: 88vw;
  }

  .typeahead-wrapper .btn-group {
    width: 100%;
  }

  .typeahead-wrapper .search-labels-box {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }

  .typeahead-wrapper .search-labels-box .search-label {
    padding: 1px 20px 1px 1px;
    overflow: hidden;
  }

  .typeahead-wrapper .search-labels-box .search-label .close-icon {
    width: 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    border-left: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    right: 0;
    left: initial;
  }

  .typeahead-wrapper .search-labels-box .search-label .close-icon:hover {
    color: #777;
  }
}

@media only screen and (max-width: 500px) {
  .typeahead-wrapper .tt-input-container,
  .typeahead-wrapper .search-labels-box {
    width: 85%;
  }

  .typeahead-wrapper .tt-input-wrapper,
  .typeahead-wrapper .tt-menu {
    width: 100%;
  }

  .typeahead-wrapper .search-label {
    max-width: 220px;
  }

  .typeahead-wrapper .search-label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.typeahead-wrapper .mapboxgl-ctrl-geocoder {
  position: relative !important;
  left: 0 !important;
}

.typeahead-wrapper .mapboxgl-ctrl-geocoder .address-icon {
  position: absolute;
  font-size: 19px;
  top: 7px;
  left: 11px;
}

.typeahead-wrapper .mapboxgl-ctrl-geocoder--input {
  height: 34px !important;
  padding-left: 35px !important;
}

.typeahead-wrapper .pin-icon {
  z-index: 10000;
  height: 24px !important;
}

/* Typeahead on GEO */
.geo-typeahead {
  position: fixed;
  left: 10px;
  top: 50px;
  max-width: 70%;
}

.geo-typeahead .btn-group a {
  line-height: 18px;
  font-size: 15px;
}

.geo-typeahead .tt-input-wrapper {
  width: 450px;
}

.geo-typeahead .geo-search-labels-box {
  max-width: 700px;
}

@media only screen and (max-width: 1200px) {
  .geo-typeahead {
    max-width: 50%;
  }

  .geo-typeahead .tt-input-wrapper {
    width: 280px;
  }
}

@media only screen and (max-width: 979px) {
  .geo-typeahead {
    max-width: 88vw;
  }

  .geo-typeahead .geo-search-labels-box {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .geo-typeahead .geo-search-labels-box {
    width: 85%;
  }
}

/* Typeahead on LIB */
.lib-typeahead .tt-input-wrapper {
  width: 400px;
}

/* ----- Typeahead END ----- */

/* ----- Branding START ----- */
.branded-login .background {
  background-size: cover;
  position: fixed;
  inset: 0;
  z-index: -1;
}

.branded-login .ilustration-line {
  background-size: cover;
  background-position: bottom;
  margin-bottom: 3%;
  margin-top: 25px;
  height: 122px;
}

.branded-login .login-btn {
  background-color: #fff;
}

.branded-login .powered {
  top: 120px;
  right: 50%;
  transform: translateX(280%);
}

.branded-login .dropzone {
  background: transparent;
  border-color: white;
  min-height: auto;
  max-width: max-content;
}

@media (max-width: 979px) {
  .branded-login .ilustration-line {
    height: 110px;
    margin-bottom: 60px;
  }

  .branded-login .powered {
    top: 150px;
    transform: translateX(50%);
  }
}

@media (max-width: 767px) {
  .branded-login #login-box {
    margin-top: 30px;
  }

  .branded-login .ilustration-wrapper {
    margin: 0 -10px 0 -10px;
  }

  .branded-login .ilustration-line {
    height: 80px;
  }

  .branded-login .powered {
    top: 115px;
  }
}

@media (max-width: 480px) {
  .branded-login .login-box-wrapper {
    width: 100%;
  }

  .branded-login .control-actions {
    flex-direction: column;
  }

  .branded-login .control-actions a {
    margin-bottom: 15px;
  }

  .branded-login .dropzone .empty-info-small {
    margin: 0;
  }
}
/* ----- Branding END ----- */

/* ----- Document Management START ----- */
.chars-70 {
  width: 70ch;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.lib-item:hover .lib-item-actions {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.lib-item-actions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility, pointer-events;
}

.lib-menu li a i {
  width: 17px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .lib-item-actions {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }

  .open .lib-menu {
    display: flex;
    height: 100%;
    top: -8px;
    right: 35px;
    padding: 5px;
    min-width: auto;
  }

  .open .lib-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
  }

  .open .lib-menu li a {
    padding: 3px 6px;
  }

  .open .lib-menu li a i {
    margin: 0;
  }

  .lib-filter-btns {
    position: static;
  }
}

/* ----- Document Management END ----- */

/* ----- CHL START ----- */
.chl-card {
  padding: 5px 10px;
}

.chl-card:hover .chl-card-actions {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.chl-card-actions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility, pointer-events;
}

.chl-card-actions a {
  padding: 0 0 0 3px;
}

@media only screen and (min-width: 1200px) {
  .chl-card {
    width: 30.33%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .chl-card {
    width: 30.83%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chl-card {
    width: 30.1%;
  }
}
/* ----- CHL END ----- */

/* ----- ZEPTER START ----- */
.country-flag,
.asset-photo {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-icon-w20 {
  display: inline-block;
  width: 20px;
  text-align: center;
}
/* ----- ZEPTER END ----- */

/* ----- SETTINGS START ----- */
.btn-superadmin,
.btn-superadmin:focus,
.btn-superadmin:active {
  background-color: transparent;
}

.btn-superadmin .btn-superadmin-title {
  color: #444;
  transition: color 0.35s ease;
}

.btn-superadmin-active .btn-superadmin-title {
  position: relative;
  z-index: 99;
  color: #fff;
  text-shadow: none;
}

.btn-superadmin-active .superadmin-tool {
  transform: scale(6) !important;
}

.btn-superadmin-active:hover .superadmin-tool,
.btn-superadmin-active:active .superadmin-tool {
  background-color: #c05c5a;
}

.setting-layout-btn {
  background: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid transparent;
}

.setting-layout-btn-active {
  border-bottom: 2px solid #08c;
}

.setting-item div:hover {
  background-color: #eee;
}

.setting-item a {
  color: #444;
  font-size: 12px;
}

.setting-item a:focus {
  outline: 0.1em solid #08c;
}

.setting-item img {
  width: 60px;
}

.setting-item .overlay {
  margin-left: -32px;
}

.setting-item .superadmin-tool,
.btn-superadmin .superadmin-tool {
  width: 50px;
  height: 10px;
  top: -3px;
  right: -20px;
  background-color: #b94a48;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
}

.setting-item-list a {
  flex-direction: row;
  justify-content: flex-start;
  padding: 3px 0;
  height: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.setting-item-list a:hover {
  border-color: none;
  box-shadow: none;
  background-color: #eee;
}

.setting-item-list a div {
  margin-bottom: 0;
}

.setting-item-list img {
  width: 32px;
  height: 32px;
}

.setting-item-list span {
  margin-left: 6px;
}

@media only screen and (min-width: 1200px) {
  .setting-item-wrapper .span2 {
    width: 130px;
  }
}

@media only screen and (max-width: 992px) {
  #search-box {
    width: 100%;
  }

  .setting-container #search-box {
    margin-bottom: 10px;
  }

  .setting-container .btns-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
/* ----- SETTINGS END ----- */

/* ----- PLACEHOLDER ANIMATION ON INPUT START ----- */
.to-input-wrapper .to-input {
  margin-bottom: 0;
  height: 28px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.to-input-wrapper .to-input:-webkit-autofill,
.to-input-wrapper .to-input:-webkit-autofill:hover,
.to-input-wrapper .to-input:-webkit-autofill:focus {
  border: 1px solid #ccc;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.to-input-wrapper .to-input:focus {
  border-color: #ccc !important;
  box-shadow: none !important;
}

.to-placeholder {
  position: absolute;
  left: 5px;
  top: 50%;
  color: #c2c2c2;
  padding: 0 5px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
  transition-property: top, color;
  z-index: 4;
}

.to-placeholder-active {
  top: -40%;
  z-index: 3;
  color: #fff;
}

.to-help-block {
  display: block;
  position: absolute;
}

.error .to-input,
.error .to-input:focus {
  border-color: #b94a48 !important;
}

.error .to-help-block {
  color: #b94a48;
}
/* ----- PLACEHOLDER ANIMATION ON INPUT END ----- */

.filter-task {
  line-height: 1.4;
}

.form-inline .form-actions,
.indent-offsetX .form-actions {
  padding-left: 0;
}

#properties-edit #name-list a {
  color: #444;
}
#properties-edit #name-list .box-warning a {
  color: #fff;
}
#properties-edit #name-list .box-warning a.text-white:hover {
  color: #fff;
}

.prop-item-close-btn {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 100vh;
  color: #555 !important;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 8px;
  height: 8px;
  font-size: 10px;
}

.prop-item-close-btn:hover {
  color: #999 !important;
}

.fade-out-bottom {
  position: relative;
}

.fade-out-bottom::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.9) 100%
  );
  width: 100%;
  height: 1.5em;
}

/* ----- HR START ----- */
.hr-item-list #user-img-container {
  width: 36px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.hr-item-list #user-info-container {
  width: 30%;
  margin: 0;
  padding: 5px 0;
}

.hr-item-list #orgunit-container {
  width: 45%;
  padding: 5px 0;
}

.hr-item-list #contact-container {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.hr-item-list .box-gray {
  background-color: #f5f5f5;
}

.hr-user-image {
  width: 56px;
  height: 56px;
  margin-top: 9px;
}

.hr-item-list .hr-user-image {
  width: 32px;
  height: 32px;
  margin-top: 0;
}

.hr-item-list h4 {
  font-size: 13.5px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.hr-item-list #icon-archive-grid {
  display: none;
}
.hr-item-list #icon-archive-list {
  display: block;
}
/* ----- HR END ----- */

/* ----- IPS MODAL START ----- */
@media only screen and (max-width: 768px) {
  .modal-body-ips #qrAccountForm {
    flex-direction: column;
    align-items: center;
  }

  .modal-body-ips #qrAccountForm > div {
    width: 100% !important;
    max-width: none;
  }

  .modal-body-ips .first-col {
    margin-right: 0;
  }

  .modal-body-ips .payment-settings {
    justify-content: flex-start;
  }

  .modal-body-ips .payment-settings > div {
    margin-right: 15px;
  }

  .modal-body-ips #account {
    width: 100%;
  }
}
/* ----- IPS MODAL END ----- */

/* CLASS FOR EMAIL MESSAGE PREVIEW START */
.message-view {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Source Sans Pro", Verdana,
    Tahoma;
  font-weight: normal;
  height: 410px;
  color: #555;
  background-color: #fff;
  overflow-y: auto;
}

.message-view p {
  margin: 0;
}

.message-view h1 {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  margin: 0.67em 0;
}

.message-view h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 28px 0 3px;
}

.message-view h3 {
  font-size: 16px;
  margin: 22px 0 3px;
}

.message-view h4 {
  font-size: 14px;
  margin: 17px 0 5px;
}

.message-view h1 small {
  font-size: 16px;
  color: #777;
}

.message-view h2.with-icon,
.message-view h3.with-icon {
  line-height: 32px;
}

.message-view .with-icon img {
  margin: 0 10px 0 0;
}

.message-view table {
  margin: 0 auto;
}

.message-view ol,
.message-view ul {
  margin: 5px 0 10px;
}

.message-view ul.plain {
  margin-bottom: 5px;
}

.message-view ul.plain li {
  list-style-type: none;
}

.message-view table.container {
  width: 600px;
}

.message-view table.footer {
  padding-bottom: 20px !important;
  background-color: #f1f1f1;
}

.message-view table.name-value td.name {
  padding-bottom: 3px;
  color: #999;
}

.message-view table.name-value td.value {
  padding-bottom: 3px;
}

.message-view table.table-list {
  margin-top: 15px;
}

.message-view table.table-list td {
  padding: 0 10px 5px 0;
  vertical-align: top;
}

.message-view img.top-space {
  margin-top: 10px !important;
}

.message-view img.bottom-space {
  margin-bottom: 10px !important;
}

.message-view .line {
  border-top: 1px solid #ddd;
  margin: 5px 0;
}

.message-view .line-dark {
  border-top: 1px solid #999999;
  margin: 15px 0;
}

.message-view .divider {
  border-top: 1px solid #eee;
  margin: 0;
}

.message-view .comment p {
  margin: 3px 0 0;
}

.message-view .text-author,
.message-view .text-date,
.message-view .text-additional,
.message-view .label {
  color: #999;
}

.message-view .text-notice {
  font-size: 12px;
  color: #aaaaaa;
  margin: 0 0 7px;
}

.message-view table.footer td a {
  color: #555;
}

.message-view .compact table {
  text-align: left;
  margin: 10px 0;
  width: 100%;
}

.message-view .compact td {
  border-top: 1px solid #ccc;
}

.message-view .compact th {
  background-color: #f1f1f1;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .message-view table.container,
  .message-view table.footer {
    width: 95% !important;
  }

  .message-view table.layout {
    width: 100% !important;
  }
}
/* CLASS FOR EMAIL MESSAGE PREVIEW END */

.border-top-bold {
  border-top-width: 2px !important;
}

.global-config-item .name-contents:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.column-break p {
  word-wrap: break-word;
  word-break: break-word;
}

/* LIST/GRID SWITCH ON DOCUMENT MANAGEMENT START */
.grid-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}

.grid-item {
  display: block;
  position: relative;
  width: calc(25% - 15px);
}

.grid-item td {
  display: none;
  padding: 0;
  border: none;
}

.grid-item td.grid-visible {
  display: block;
}

.grid-item td.grid-visible .inner,
.grid-item td.grid-visible > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 5px 10px 15px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.grid-item td.grid-visible .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-item td.grid-visible .inner > a {
  width: 100%;
  text-align: center;
}

.grid-item td.grid-visible img {
  width: 60px;
}

.grid-item td.grid-visible a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0 !important;
}

.grid-item td.grid-actions {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}

.cropper-container {
  width: 100% !important;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .grid-item {
    width: calc(33.33% - 13.3333px);
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .grid-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  .grid-item {
    width: 100%;
    margin-right: 0;
  }
}

/* LIST/GRID SWITCH ON DOCUMENT MANAGEMENT END */

@media (max-width: 767px) {
  #description-div {
    width: 100%;
  }
}

/* TIMELINE START */
.timeline {
  margin-top: 20px;
}

.timeline .event {
  display: flex;
  gap: 20px;
}

.timeline .event-date {
  width: 100px;
  margin-top: 17px;
  flex-shrink: 0;
  text-align: right;
  color: #999;
}

.timeline .empty-info-small {
  margin-top: 2px;
  margin-bottom: 0;
}

.timeline .event-content {
  flex-grow: 1;
  padding: 14px 0 14px 25px;
  position: relative;
  border-left: 4px solid #eee;
}

.timeline .event-icon-box {
  position: absolute;
  left: -10.5px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 100vh;
}

.timeline .event-icon-box i {
  padding: 4px;
  border-radius: 100vh;
  height: 9px;
  width: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee;
}

.timeline .event-icon-box.new,
.timeline .event-icon-box.status {
  background-color: #08c !important;
}

.timeline .event-icon-box.new i,
.timeline .event-icon-box.status i {
  color: #fff !important;
  font-size: 9px;
}

.timeline .event.today {
  background-color: #e6f3fa;
  border-radius: 5px;
}

.timeline .event.today .event-icon-box {
  top: 12px;
}

.timeline .event.today .event-content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #cce7f5;
}

.timeline .event.future .event-date {
  margin-top: 16px;
}

.timeline .event.future .event-icon-box {
  background: #b3dbf0;
  top: 17px;
}

.timeline .event.future .event-icon-box i {
  color: #cce7f5;
}

.timeline .event.future .event-content {
  border-left: 4px solid #cce7f5;
}

.offer-accepted-status-true {
  background-color: #e6f9e6;
  color: #3c9d3d;
  border-color: #7dcd7d;
}

.crm-class-type-vip,
.offer-accepted-status-false {
  background-color: #fff3f3;
  color: #b94a48;
  border-color: #e67a7a;
}

.crm-class-type-vip-a {
  background-color: #ffd700;
  color: #998100;
  border-color: #e6c200;
}

.crm-class-type-vip-b {
  background-color: #e6e6e6;
  color: #8a8a8a;
  border-color: #cfcfcf;
}

#network-graph-container {
  max-height: 100%;
  height: 1000px;
}
/* TIMELINE END */

#scroll-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.scroll-button {
  display: none;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.scroll-button:hover i {
  color: #08c;
}

.scroll-button i {
  font-size: 36px;
  color: #0088cc80;
  background-color: #fff;
  border-radius: 100vh;
}

/* GRID WITH 2 COLS */
.grid-2-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.grid-2-item {
  display: block;
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .grid-2-item {
    width: 100%;
  }
}

/* GRID WITH 5 COLS */
.grid-5-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.grid-5-item {
  display: block;
  width: calc(20% - 36px);
}

@media (max-width: 1200px) {
  .grid-5-item {
    width: calc(25% - 35px);
  }
}

@media (max-width: 979px) {
  .grid-5-item {
    width: calc(33% - 31px);
  }
}

@media (max-width: 767px) {
  .grid-5-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 500px) {
  .grid-5-item {
    width: 100%;
  }
}

/* STYLES FOR TEXT-FIELD-EDITOR */
.ql-toolbar,
.ql-container {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ql-toolbar {
  padding: 6px !important;
  border-radius: 4px 4px 0 0;
  box-sizing: content-box !important;
}

.ql-container {
  box-sizing: content-box !important;
  padding: 4px 6px;
  border-radius: 0 0 4px 4px;
  resize: vertical;
  overflow: auto;
}

.ql-toolbar.input-block-level,
.ql-container.input-block-level {
  box-sizing: border-box !important;
}

.ql-editor {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #444;
  padding: 0 !important;
  min-height: 54px;
}

.ql-inline {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ql-editing {
  z-index: 2;
}

.error .ql-toolbar,
.error .ql-container {
  border-color: #b94a48 !important;
}

.toggle-password {
  position: absolute;
  top: 10px;
  right: 10px;
}

.float-input-box #password::-webkit-credentials-auto-fill-button {
  margin-right: 20px;
}

.tablesorter-header-inner {
  display: inline-block;
}

.sorter-false.header:before {
  display: none !important;
}

.header-archive {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
}

.header-deleted {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 215, 215, 1) 100%
  );
}

.mls-row p {
  display: inline;
}

.filter-inputs-flex {
  display: flex;
  gap: 3px;
}

.filter-inputs-flex .inner-addon:first-of-type input {
  width: 75% !important;
}

.filter-wrapper
  form:not(.form-horizontal)
  .inner-addon:has(input.input-block-level) {
  width: 100% !important;
}

.filter-wrapper input.input-block-level {
  width: 100% !important;
}

#applications {
  position: fixed;
  top: 43px;
  left: 0;
  right: 0;
  z-index: -1;
  padding-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 0;
  pointer-events: none;
  transform: translateY(-150%);
  transition: transform 0.3s ease-out;
}

#applications.active {
  pointer-events: all;
  transform: translateY(0%);
}

#menu-app-search {
  padding-bottom: 10px;
}

#app-menu-search-from {
  margin-bottom: 0;
}

.app-items-wrapper {
  padding: 20px;
  margin: 0 -20px;
  overflow-y: auto;
  max-height: 55vh;
}

.app-items-wrapper::-webkit-scrollbar {
  width: 4px;
}

.app-items-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.app-items-wrapper::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
}

.app-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.app-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 4px;
}

.app-item-wrapper {
  width: 24.74%;
  border-radius: 5px;
  max-height: 52px;
  transition: background 0.3s ease, transform 0.2s ease,
    max-height 0.4s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0s ease-in-out;
}

.app-item {
  padding: 6px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 9px;
  visibility: visible;
  opacity: 1;
  position: relative;
}

.app-item.active {
  background: rgba(0, 0, 0, 0.03);
}

.app-item-wrapper:hover {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.app-item:focus {
  outline: none;
  box-shadow: 0 0 0 3px #bfd1db;
  transition: box-shadow 0.3s ease;
}

.app-item.app-hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

.app-item-icon {
  background-color: #e6f3fa;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.app-item-icon-admin {
  background-color: #faebe6;
}

.app-item-icon-superadmin {
  background-color: #f4eed5;
}

.app-item-title {
  text-decoration: none;
  color: #444;
  width: 90%;
}

.app-item-code {
  text-transform: uppercase;
  color: #adadad;
}

#user-navigation .btn-link {
  color: #777;
}

#user-navigation .btn-link:hover {
  color: #444;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.application-navbar .icon-angle-down {
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}

.application-navbar .open .icon-angle-down,
#menu-app.active .icon-angle-down {
  transform: rotate(180deg);
}

#apps-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  transition: 0.2s ease-out;
  transition-property: opacity, visibility;
  background-color: rgba(25, 25, 25, 0.6);

  &.fade {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  &.fade.in {
    display: block;
    opacity: 0.8;
    pointer-events: auto;
    visibility: visible;
  }
}

.hamburger {
  background-color: #fff !important;
  border: none;
}

.hamburger i {
  color: #4b4b4b;
  text-shadow: none;
}

#keep-safe-list .wcmp-user-compact {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
}

#keep-safe-list .wcmp-user-compact .avatar-small,
#keep-safe-list .wcmp-user-compact .avatar-badge {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

#keep-safe-list .more-access {
  background-color: #808080;
  color: #fff;
  margin-left: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
}

.goto-wrapper,
.goto-wrapper #goTo {
  font-size: 12px;
}

.goto-wrapper #goTo {
  padding: 2px 6px;
  width: 45px;
  margin-bottom: 0;
}

.map-wrapper {
  padding-top: 46px;
}

@media (max-width: 979px) {
  .map-wrapper {
    padding-top: 0px;
  }
}

.budget-type-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 5%;
  overflow: hidden;
  cursor: pointer;
}

.budget-type-card-image {
  max-height: 170px;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.budget-type-card-title {
  font-size: 14px;
  font-weight: lighter;
  margin-top: 10px;
  text-align: center;
  transition: font-weight 0.3s ease, font-size 0.3s ease;
}

.budget-type-card:hover .budget-type-card-image {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.budget-type-card:hover .budget-type-card-title {
  font-size: 16px;
  font-weight: bold;
}

#autopilot-domains-values .controls {
  margin-left: 0;
}

#autopilot-domains-values .control-group {
  margin-bottom: 0;
}

.todo-submit-btn {
  display: none;
}

@media (max-width: 979px) {
  .todo-submit-btn {
    display: inline-block;
  }
}
