html,
body {
  height: 100%;
  font-size: 14px;
}
.loader {
  border: 4px solid #728bf1;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1062;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-box {
  margin: auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.rgt-mask-loading {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  align-items: center;
  display: flex;
  z-index: 1060;
}
.hover:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hover-dark:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hover-boder-blue {
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease;
}
.hover-boder-blue:hover {
  border: 1px solid #0d6efd!important;
  transform: scale(1.02);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.hide {
  display: none;
}

.notify-position {
  position: fixed;
  z-index: 1070;
  top: 50px;
  left: 50%;
  display: block;
  text-align: center;
  transform: translate(-50%, -50%);
}
.notify-content {
  display: inline-block;
  padding: 10px 15px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.notify-success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
.notify-error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-light:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.highlight {
  background-color: yellow;
}

.table tbody tr:nth-child(odd) {
  background: #f8f9fa;
}

.rgt_highlight_box {
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
  border: solid;
  border-width: thin;
  border-color: #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rgt_highlight_box .rgt_single_search,
.rgt_highlight_box div {
  margin-bottom: 0px;
}
.rgt_highlight_box input {
  margin-bottom: 0px;
}
/*
.rgt_autocomplete_append {
  opacity: 0.4;
  margin-left: -20px;
  margin-top: 7px;
  position: absolute;
  z-index: 10;
}*/
.rgt_autocomplete_search {
  padding: 4px 20px 4px 6px;
}
.autocomplete-result {
  position: absolute;
  border: 1px solid #b8c7d9;
  display: block;
  background-color: #f5faff;
  z-index: 999;
}
.autocomplete-result .heading {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.autocomplete-result .content {
  padding: 0px;
  margin: 0px;
}
.autocomplete-result .detail {
  font-size: 0.8em;
  color: gray;
  padding: 0px;
  margin: 0px;
}
.autocomplete-result-box {
  padding: 5px;
  cursor: pointer;
}
.autocomplete-result .current {
  background-color: #cedff2;
}
.autocomplete-input-box {
  flex-wrap: nowrap !important;
}
.autocomplete-show-box {
  flex-wrap: nowrap !important;
}
.rgt_autocomplete_tag_show {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  padding: 3px 8px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 6px;
  word-wrap: break-word;
  white-space: normal !important;
  text-align: left !important;
  width:100%;
}
/* SEARCH FORM */
#suggestions {
  position: absolute;
  width: 470px;
  display: block;
  z-index: 999;
}
/* SEARCHRESULTS */
#searchresults {
  margin-top: -5px;
  border-width: 1px;
  border-color: #b8c7d9;
  border-style: solid;
  width: 470px;
  background-color: #b8c7d9;
  line-height: 14px;
}
#searchresults .searchbox {
  display: block;
  background-color: #f5faff;
  clear: left;
  height: 45px;
  text-decoration: none;
}
#searchresults .current {
  background-color: #cedff2;
}
#searchresults .searchbox img {
  float: left;
  padding: 5px 10px;
}
#searchresults .searchbox p.searchheading {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 5px 3px 70px;
  color: #191919;
}

#searchresults .searchbox p {
  font-size: 10px;
  padding-left: 70px;
  margin: 0px 10px 0px 0px;
  color: #555555;
}

#searchresults a:hover {
  text-decoration: none;
}
#searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
#searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px; /*background-image:url(../images/shortcuts_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: right;
}
#searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}

/* SEARCH FORM */
.autocomplete_tag_suggestions {
  position: absolute;
  max-width: 470px;
  display: block;
  z-index: 999;
}
/* SEARCHRESULTS */
.autocomplete_tag_searchresults {
  border-width: 1px;
  border-color: #b8c7d9;
  border-style: solid;
  max-width: 470px;
  background-color: #b8c7d9;
  line-height: 14px;
}
.autocomplete_tag_searchresults .searchbox {
  display: block;
  background-color: #f5faff;
  clear: left;
  height: auto;
  text-decoration: none;
}
.autocomplete_tag_searchresults .current {
  background-color: #cedff2;
}
.autocomplete_tag_searchresults .searchbox img {
  float: left;
  padding: 5px 10px;
}
.autocomplete_tag_searchresults .searchbox p.searchheading {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 5px 3px 70px;
  color: #191919;
}
.autocomplete_tag_searchresults
  .searchbox
  p.searchheading.rgt_searchheading_float_left {
  padding-left: 5px;
  font-weight: normal;
}
.autocomplete_tag_searchresults
  .searchbox
  p.searchheading.rgt_searchheading_float_left_bold {
  padding-left: 5px;
}
.autocomplete_tag_searchresults .searchbox:hover span.searchheading {
}
.autocomplete_tag_searchresults .searchbox p {
  font-size: 10px;
  padding-left: 70px;
  margin: 0px;
  color: #555555;
}
.autocomplete_tag_searchresults .searchbox .rgt_searchdetail_float_left {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  color: #555555;
}
.autocomplete_tag_searchresults .searchbox:hover span {
}
.autocomplete_tag_searchresults a:hover {
  text-decoration: none;
}
.autocomplete_tag_searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
.autocomplete_tag_searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px; /*background-image:url(../images/shortcuts_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: right;
}
.autocomplete_tag_searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}
.rgt_autocomplete_loading {
  margin-left: -28px;
  position: absolute;
  z-index: 100;
  margin-top: 5px;
}
/*     End autocomplete person    */
.legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.profile-pencil {
  position: absolute;
  right: 15px;
  top: 15px;
}
.form-actions {
  padding-left: 160px;
}
.btn-onclick {
  padding: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
}
.btn-circle {
  border: 0px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.btn-circle:hover {
  background-color: rgba(0, 0, 0, 0.07) !important;
}
.btn-circle-white {
  border: 0px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.btn-circle-white:hover {
  background-color: rgba(255, 255, 255, 0.07) !important;
}

.modal-picture {
  position: fixed;
  z-index: 1062;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-picture-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  border: 5px solid white;
  width: auto;
}
.modal-picture-tools {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.drop-image {
  height: 380px;
  min-width: 300px;
  max-width: 620px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
}
.drop-image-over,
.drop-image:hover {
  border: 2px dashed #0d6efd;
}
.drop-image input {
  min-width: 300px;
  width: 100%;
  height: 380px;
  border: none;
  cursor: pointer;
  position: absolute;
}
.drop-image input:focus {
  outline: none;
}
.box--image {
  position: relative;
  max-width: 200px;
  outline: solid 1px red;
}
.upload-picture-edit-box {
  max-width: 620px;
  min-width: 370px;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.upload-picture-img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform-origin: top left;
  transform: translate(-50%, -50%);
}
.upload-picture-crop-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 102, 102);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
  z-index: 1;
}
.upload-picture-dummy-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: none repeat scroll 0% 0% transparent;
}
.profile-table {
  font-size: 14px;
  width: 100%;
}
.profile-table th {
  color: gray;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  width: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.person-picture-album img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease;
}
.person-picture-album img:hover {
  border: 1px solid #0d6efd;
  transform: scale(1.02);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.person-picture-album-left {
  left: 15px;
  top: 50%;
  position: fixed;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transform: translate(0, -50%);
}

.person-picture-album-right {
  right: 15px;
  top: 50%;
  position: fixed;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transform: translate(0, -50%);
}
.group-input {
  background-color: #f5f5f5;
  padding: 3px;
  margin-bottom: 2px;
}
.group-input-field {
  margin-right: 10px;
}
.group-input-delete {
  width: 20px;
  float: right;
  vertical-align: middle;
  padding-right: 10px;
}
.hover-upload {
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.hover-upload:hover {
  opacity: 1;
}
table.table {
  vertical-align: middle;
}
@media (max-width: 799px) {
  .logo-rgt {
    display: block;
  }
  .logo-rgtcenter {
    display: none;
  }
  #side-bar-container {
    display: none;
  }
  #hide-sidebar-logo {
    display: none;
  }
  #show-sidebar-logo {
    display: block;
  }
  .navbar-rgt-name,
  .navbar-rgt-logo {
    display: none;
  }
  .insert-button-container, .insert-button-container a {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .logo-rgt {
    display: none;
  }
  .logo-rgtcenter {
    display: block;
  }
  #side-bar-container {
    display: block;
  }
  #show-sidebar-logo {
    display: none;
  }
  #hide-sidebar-logo {
    display: block;
  }
  .navbar-rgt-name {
    display: block;
  }
  .navbar-rgt-logo {
    width: 160px;
  }  
}
@media (max-width: 1099px) {
  .rgt-projectbar {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .rgt-projectbar select {
    width: 100%;
  }
  .searchbox-index {
    width: auto;
  }
}

@media (min-width: 1100px) {
  .rgt-projectbar {
    float: right;
    margin-bottom: 0px;
  }
  .rgt-projectbar select {
    max-width: 400px;
  }
  .searchbox-index {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .rgt-projectbar select {
    max-width: 500px;
  }
  .searchbox-index {
    max-width: 380px;
  }
}
.sticky-header th {
  position: sticky;
  top: 39px;
  background-color: white;
  /*border: 1px solid rgb(222, 226, 230);*/
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  z-index: 4;
}
.sticky-header-no-nav th {
  position: sticky;
  top: 0px;
  background-color: white;
  /*border: 1px solid rgb(222, 226, 230);*/
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  background-color: #fff;
}
th.sticky-column {
  position: sticky;
  left: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  z-index: 999;
}
.rgt-table {
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.01);
}
.rgt-table tr td.sticky-column{
  position: sticky;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
}
.rgt-table tr:nth-child(odd) td.sticky-column{
  position: sticky;
  left: 0px;
  background-color: #f8f9fa;
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  z-index: 998;
}

.table-bordered  td, .table-bordered  tr {
  border-top-color: rgb(222, 226, 230)
}
.table-bordered  tbody td, .table-bordered  tbody tr {
  border-top-width: 0px;
}
.table-bordered  thead th {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
/*Loading*/
.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
}
.modal-confirm {
  max-width: 325px;
  font-size: 14px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  background-color: #FFFF;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  display: block;
}
.icon-box {
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  padding: 5px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
}
.bg-alert-success {
  background: #65bd0d;
}
.text-header-success {
  color: #304b12;
}
.bg-alert-danger {
  background: #d44b4b;
}
.text-header-danger {
  color: #8f1f1f;
}
.reserve-box {
  position: relative;
}
.reserve-box:before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 1px;
  width: 50%; /* or 100px */
  border-bottom: 1px solid rgb(206, 206, 206);
}
.web-button {
  border: 1px solid #dee2e6;
  color: #223861;
  transition: transform 200ms ease;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.web-button:hover {
  border: 1px solid #4063af;
  cursor: pointer;
  color: #2365e0;
  transform: scale(1.02);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.web-button:active {
  border: 1.5px solid #4063af;
  background-color: #f5f8fc;
  color: #1353ca;
}

/* Custom style for nested dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.dropdown-submenu.show > .dropdown-menu {
  display: block;
}