::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background: #ebebeb;
}

/* #app, */
#app {
  height: 100vh;
  background: white;
}
.full-height {
  height: 100%;
}

.navbar {
  height: 50px;
  margin-bottom: 0px;
  /* background: #808368; */
  z-index: 0;
  font-size: x-large;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.logo {
  /* width: 46px;
  height: 46px; */
  object-fit: contain;
  margin-right: 8px;
}

.navbar-brand > img {
  display: inline;
}

.box {
  margin: 0px auto;
  margin-bottom: 40px;
}

.no-margin {
  margin: 0px !important;
}

.img_box {
  margin-bottom: 10px;
}

.img-thumb {
  height: 7vh;
  background: rgba(158, 158, 158, 0.25);
  border-width: 2px !important;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
}

.img-thumb-side {
  width: 100%;
  background: rgba(158, 158, 158, 0.25);
  cursor: pointer;
  /* border-radius: 5px;  */
  border: 2px solid #989898;
}

.img-thumb-container {
  height: 100%;
  float: left;
  position: relative;
}

.img-thumb-side-container {
  width: 100%;
  float: left;
  position: relative;
}

.add-img-thumb {
  font-size: 43px;
  height: 7vh;
  border: 2px dashed #cccccc;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.add-img-thumb img {
  height: 30px;
}

.img-thumb-text-container {
  /* position: absolute; */
  /* bottom: 4px; */
  /* left: 0px; */
  /* right: 4px; */
  /* background: rgba(25, 25, 25, 0.25); */
  font-size: 10px;
  color: white;
  height: 30%;
  white-space: nowrap;
  text-overflow: clip;
  display: flex !important;
  align-items: center !important;
  margin-top: -15px;
  font-weight: bold;
  width: 5vw;
}

.add-img-snapshot {
  font-size: 12px;
  height: 100%;
  border: 1px solid #848282;
  background: #989898;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.add-img-thumb .far {
  font-size: 24px !important;
}

.add-img-thumb .text {
  font-size: 14px !important;
}

.title-header {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px !important;
}

.title-header span {
  cursor: default;
  font-size: 15px;
  font-weight: normal !important;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td {
  border: none !important;
  color: #5a6169;
  font-size: 10px;
  border-bottom: 1px solid #d7dee6 !important;
}

.table > tbody > tr > td.with-border {
  border: 1px solid #dee2e6 !important;
}

.table > tbody > tr > td.with-border.severity {
  cursor: pointer !important;
}

.table > tbody > tr > td.with-border.severity:active {
  background-color: rgba(26, 25, 25, 0.5) !important;
}

.table > thead > tr > th {
  border: none !important;
  color: #9ba4ae;
  font-size: 10px;
  font-weight: lighter;
}

.border-3 {
  border-width: 5px !important;
}

.table > tbody > tr.is-last {
  border-bottom: 1px solid rgba(255, 255, 255, 0.356) !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(73, 73, 73, 0.175) !important;
}

tbody tr:active {
  background-color: rgba(73, 73, 73, 0.175) !important;
}
tbody tr.with-border:active {
  background: none !important;
}

.table {
  color: #fff !important;
}

.table thead {
  border-bottom: 1px solid #d7dee6 !important;
}

.table td.severity {
  padding: 0.5rem 5px;
}

ul {
  list-style-type: none;
  /* padding-left: 10px; */
  height: calc(100% - 33px);
}

th {
  width: 20%;
}

.input-sm {
  height: 25px !important;
  /* padding: 5px 10px; */
  font-size: 10px !important;
  line-height: 1.5;
  border-radius: 3px;
}

th:nth-child(1),
th:nth-child(2),
th:nth-child(3) {
}

#site-title {
  color: #fff;
  font-size: 14px;
}

::placeholder {
  color: rgba(95, 95, 95, 0.308) !important;
  opacity: 1;
  /* Firefox */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(95, 95, 95, 0.308);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(95, 95, 95, 0.308);
}

.table-windparks li > a {
  padding: 7px;
  color: #858585;
}

.table-windparks li.active > a {
  font-weight: 600;
  color: #1e87fa;
}

#full-height-table {
  height: 100%;
}

.container {
  margin-left: 0px;
  margin-right: 0px;
  /* height: calc(100% - 54px);
  display: table; */
  /* width: 100%; */
  /* margin-top: -50px;
    padding: 50px 0 0 0; /*set left/right padding according to needs*/
  /* */
  /* box-sizing: border-box; */
  /* padding-left: 0px; */
}

/* .row {
  height: 100%;
  display: table-row;
} */

/* .row .no-float {
  display: table-cell;
  float: none;
} */

/* .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
} */

.table-responsive {
  margin-bottom: 0px;
}

.table-title {
  background: #efeff4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #abb4bd !important;
  border-right: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
}

.display-inline {
  display: inline;
  margin-right: 14px;
}

textarea {
  resize: none;
}

.box-title {
  font-size: 12px;
  background: #efeff4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #abb4bd !important;
}

.box-content {
  font-size: 12px;
}

.box-title-no-padding {
  background: #efeff4;
  /* padding-left: 10px;
  padding-right: 10px; */
  border-bottom: 1px solid #abb4bd !important;
}

.box-bulk-edit {
  background: #efeff4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #abb4bd !important;
}

.box-bulk-edit span {
  background: #efeff4;
  font-size: 10px;
}

.box-middle {
  overflow: scroll;
  height: calc(100% - 56px);
}

.box-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0px;
  color: white;
  height: 50px;
}

tbody tr {
  cursor: pointer;
}

tbody tr.with-border {
  cursor: default;
}

.box-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.checkbox-margin {
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
}

.box-title-full-border {
  background: #efeff4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
}

.box-border {
  border-left: 1px solid #abb4bd !important;
  border-right: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
}

.box-border-full {
  border-left: 1px solid #abb4bd !important;
  border-right: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
  border-bottom: 1px solid #abb4bd !important;
}

.box-border-no-border-left {
  border-right: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
}

.table-body {
  height: 40%;
  overflow: scroll;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #abb4bd !important;
  border-right: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
  border-bottom: 1px solid #abb4bd !important;
}

.table-body-no-border-bottom {
  height: 40%;
  overflow: scroll;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #abb4bd !important;
  border-right: 1px solid #abb4bd !important;
  border-top: 1px solid #abb4bd !important;
}

.inherit-height {
  height: inherit;
}

.main-content {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  height: calc(100vh - 50px);
  padding-left: 0px;
  padding-right: 0px;
}

.sub-main-header {
  background: #f7f8fb;
  /* margin-bottom: 20px; */
  height: 55px;
}

.submain-content {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  height: calc(100% - 55px);
  padding-bottom: 5px;
}

/* .submain-content::-webkit-scrollbar{
  display: inline;
} */

.img_box img {
  width: 200px;
  height: 150px;
  margin: 0px auto;
}

.btn_action {
  margin: 0px auto;
}

.title-box-small {
  /* color: #fff;
  font-family: 'Lato-Bold'; */
  padding: 15px 0px 15px 0px;
  /* text-align: center; */
}

.margin-top-5 {
  margin-top: 5px;
}

.span-light {
  /* padding-left: 15px; */
  font-size: 12px;
  font-weight: lighter;
}

.span-bold {
  word-wrap: break-word;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px !important;
}

.main-table {
  background-color: #ffffff;
  border: 1px solid #4d5d7a;
}

.table {
  margin-bottom: 0px;
  padding-bottom: 6px;
}

.btn-add {
  bottom: 0px;
}

.btn-sm {
  font-size: 10px !important;
}

i {
  margin-right: 5px;
}

.left-section {
  padding-left: 0px;
}

.url {
  padding: 10px;
  background: #fff;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  height: 59px;
  width: 100%;
  font-size: 12px;
}

.browsed {
  background: transparent;
  padding: 0;
  border: none;
  overflow: hidden;
  width: 100%;
  font-size: 11px;
  margin-bottom: 5px;
  outline: none;
  height: 16px;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.87);
  height: 100%;
}

#overlay textarea {
  background: transparent;
  border: none;
  padding: 50px;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  color: #fff;
  font-family: monospace;
  font-size: 14px;
}

/* #overlay button {
  position: absolute;
  color: #fff;
  right: 15px;
  top: 15px;
  background: transparent;
  padding: 7px 10px;
  border: 1px solid #fff;
  font-size: 10px;
  border-radius: 3px;
} */

.btn-outline-dark {
  box-shadow: none !important;
}

.form-container {
  margin-top: 20px;
}

.form-container h2 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

td ul {
  overflow-y: scroll;
  overflow-x: hidden;
}

.input-search {
  display: inline !important;
  width: fit-content !important;
  height: 32px !important;
  vertical-align: middle;
}

.p1 {
  background: #000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* .p1 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */

.p1 canvas {
  /* width: calc(100vw - 373px); */
  /* background: red; */
  /* height: calc(100vh - 354px); */
}

.add-defect-container {
  position: absolute;
  z-index: 999;
  /*right: 10px;
  bottom: 55px;
  height: auto; */
  /* width: 100%; */
}

#custom-defect-button {
  font-size: 12px;
  background: #007bff;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #495057;
  border-left: 1px solid #495057;
  border-right: 1px solid #495057;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#defects {
  /* position: absolute;
  right: 10px; */
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  /* height: auto; */
  /* display: inline !important; */
  float: right;
  max-height: 150px;
  background: #fff;
  overflow: scroll;
  border: 1px solid #495057;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#severity {
  position: absolute;
  left: 100%;
  z-index: 99999;
  /* right: 10px; */
  font-size: 12px;
  width: 100%;
  margin-right: 5px;
  padding: 0;
  /* height: auto; */
  /* bottom: 55px; */
  height: auto;
  background: #fff;
  overflow: scroll;
  border: 1px solid #495057;
  border-radius: 4px;
}

#defects .defects-header,
#severity .defects-header {
  background: #eee;
  padding: 5px 10px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  display: block;
}

#defects .defect,
#severity .defect {
  border-bottom: 1px solid #eee;
}
#custom-defect-button .custom-defect {
  text-align: center;
  /* border-bottom: 1px solid #eee; */
  padding: 5px 10px;
  /* background: #007bff; */
}

#custom-defect-button .custom-defect a {
  display: block;
  color: white;
  text-decoration: none;
}

#defects .defect a,
#severity .defect a {
  display: block;
  padding: 5px 10px;
  background: #fff;
  color: #444;
  text-decoration: none;
}

#defects .defect a:hover #severity .defect a:hover {
  background-color: #eee;
}

.loading-bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.38);
  /* display: inline; */
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  /* font-size: 4rem; */
  color: white;
}

.loading-log {
}

.loading-bg img {
  display: block;
}
.loading-bg div {
  /* width: 3rem; */
  /* position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem); */
  text-align: -webkit-center;
  width: 80%;
  margin: auto;
}

.loading-bg .small {
  left: 50%;

  top: 50%;

  width: 300px;

  margin-left: -150px;

  font-size: 10px;

  line-height: 12px;
}

.loading-bg .small img {
  margin-bottom: 10px;
}

.is-active {
  /* background: #fdb714 !important;  */
  color: #fff !important;
}

.is-tab-active {
  background: #c4c3c327 !important;
  color: #fff !important;
}

.is-tab-active a {
  color: #fff !important;
  font-weight: bold;
}

.tabs a:hover {
  color: #fff !important;
}

nav .nav-pills .nav-link {
  background-color: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 0 !important;
  color: black !important;
  cursor: pointer;
}

.height-full {
  height: 98%;
}

.width-full {
  width: 100% !important;
}

nav .nav-pills .nav-link.active {
  background-color: #f4f4f4;
  border-bottom: 2px solid #ea1863;
  color: black;
  font-weight: bolder;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-mask-big {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* display: table; */
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  height: 100%;
  width: 80%;
  position: relative;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container-choose-image {
  height: 80vh;
  width: calc(100vw - 80px);
  position: relative;
  margin: 0px auto;
  /* padding: 20px 30px; */
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container-small {
  /* height: 80%; */
  width: 60%;
  position: relative;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container-video {
  width: auto;
  margin: 0px auto;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

.modal-header {
  padding: 0 0 5px 0 !important;
}
.modal-header-choose-image {
  background: #efeff4;
  padding: 10px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /* border-bottom: 1px solid #444 */
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 5px 0;
}

.modal-default-button {
  float: right;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-button-at-bottom-right-small {
  width: 100%;
  display: inline-table;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.modal-button-at-bottom-right {
  width: 100%;
  display: inline-table;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.modal-button-at-bottom-right .button.is-save {
  background: #08a86b !important;
  color: #fff;
  margin-right: 5px;
  float: right;
}

.modal-button-at-bottom-right .button.is-cancel {
  background: red !important;
  color: #fff;
  float: right;
}

.select select {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 5px !important;
  color: #000 !important;
  font-size: 14px !important;
}

.custom-file {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0 !important;
}

.custom-file-label {
  height: calc(2rem + 2px) !important;
  z-index: 0 !important;
}

.custom-file-label::after {
  height: 2rem !important;
  z-index: 0 !important;
}

.custom-file-input {
  height: calc(2rem + 2px);
  z-index: 0 !important;
}

/* .height-full {
  height: 100%;
} */

.zoom-main-bg {
  position: absolute;
  top: 0px;
  background: #fff;
  border-radius: 3px;
  margin: 5px;
}

.zoom-item {
  width: 24px;
  height: 24px;
  object-position: center;
  text-align: center;
  font-size: 12px;
}

.list-group-item {
  cursor: pointer;
  border-radius: 0 !important;
  padding: 8px !important;
  background: #fff !important;
  font-size: 12px;
}

.list-group-item.selected {
  background: rgba(2, 130, 250, 0.527) !important;
}

.list-group-item.selected-side-list {
  background: #dee2e6 !important;
  color: #000;
}

.list-group-item-title {
  color: white;
  /* font-weight: bold; */
  /* height: 40px; */
  cursor: default;
  background: #4d5d7a !important;
  font-size: 14px;
  vertical-align: center;
}

.list-group-item-title span {
  vertical-align: middle;
  height: 100%;
}

.selection-col {
  height: 100%;
  width: 250px;
  background: rgb(223, 229, 238);
  display: block;
  border-right: 1px solid rgb(77, 93, 122);
  float: left;
  flex: 0 0 30%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.dark-item {
  background: #283c4f;
  font-size: 14px;
  height: 40px;
  color: white;
  line-height: 40px;
  cursor: pointer;
  font-size: 12px;
}

.light-items {
  font-size: 14px;
  background: #ffffff;
  height: 40px;
  color: black;
  line-height: 40px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.small-title {
  font-size: 14px;
  background: #dbdbdb;
  height: 5vh;
  color: black;
  line-height: 40px;
  border-bottom: 1px solid #b3b3b3;
  font-size: 12px;
  font-weight: 600;
}

.img-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  width: 65%;
}

.ripple {
  color: #42a4ff;
  background-position: center;
  transition: background 0.8s;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
.ripple:hover {
  background: #cccccc radial-gradient(circle, transparent 1%, #cccccc 1%)
    center/15000%;
}
.ripple:active {
  background-color: #cccccc;
  background-size: 100%;
  transition: background 0s;
}

.thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.text-container-overlay {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.text-container:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.068);
}

.img-thumb-container:hover .thumb-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.068);
  cursor: pointer;
}

.btn-overlay-hover {
  position: absolute;
  width: 100%;
  height: 24px;
  font-size: 12px;
  margin: auto;
  left: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  width: 93%;
  margin-left: 4px;
  margin-bottom: 4px;
  transition: opacity 0.35s ease !important;
}

.btn-delete-overlay-hover {
  position: absolute;
  /* width: 100%; */
  height: 24px;
  font-size: 12px;
  margin: auto;
  right: 4px;
  top: 4px;
  text-align: center;
  opacity: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  transition: opacity 0.35s ease !important;
}

.img-thumb-container:hover .btn-delete-overlay-hover {
  opacity: 1;
}

.text-container:hover .btn-overlay-hover,
.img-thumb-container:hover .btn-overlay-hover {
  opacity: 1;
  background: #cccccc;
}

.img-view-container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
}

.img-view-container img {
  /* height: 600px; */
  display: block !important;
  margin: auto !important;
  width: 100% !important;
}
.image-view {
  display: block;
  position: absolute;
  /* left: 20%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60% !important;
}
.img-view-container span {
  position: absolute;
  bottom: 100%;
  left: 100%;
  color: white;
  font-size: 25px;
  cursor: pointer;
}

@media (max-width: 1500px) and (min-width: 100px) {
  .image-view {
    display: block;
    position: absolute;
    /* left: 20%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.badge-noseverity {
  color: #000;
  background-color: #ffffff;
}

#delelte-option {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99999;
  /* right: 10px; */
  font-size: 12px;
  margin-right: 5px;
  padding: 0;
  /* height: auto; */
  /* bottom: 55px; */
  height: auto;
  background: #fff;
  overflow: scroll;
  border: 1px solid #495057;
  border-radius: 4px;
}

#delelte-option .defects-header {
  background: #eee;
  padding: 5px 10px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  display: block;
  color: black;
}

.my-datepicker_calendar {
  width: 100%;
  height: 330px;
}

.dropdown-right {
  float: right;
}

.dropdown-menu-vif {
  display: block !important;
  right: 0;
  left: unset;
}

.folderStu {
  height: 58%;
  overflow-y: auto;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.folderStu li span {
  cursor: pointer;
}

.hide {
  display: none;
}
img.logo-header {
  width: 40px;
}
.folderStu:hover::-webkit-scrollbar {
  height: 10px;
  width: 10px !important;
  display: block !important;
}

.folderStu:hover::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.folderStu:hover::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.folderStu:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  color: black;
  background: #82828285 !important;
  -webkit-box-shadow: inset 0 0 6px rgb(179 179 179 / 50%);
}
/* .d-list::-webkit-scrollbar {
  width: 1em;
  display: block !important;
}

.d-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.d-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
} */
.d-list {
  height: 25vh;
  overflow: scroll;
  /* max-height: 450px; */
    /* height: 150px; */
    /* top: 36vh; */
    /* overflow-y: scroll; */
    bottom: 0vh;
    /* min-height: 450px; */
    position: relative;
}

@media (min-width: 1400px) {
  .d-list {
    height: 350px;
  }
}

@media (min-width: 1600px) {
  .d-list {
    height: 47vh;
  }
}

@media (min-width: 1800px) {
  .d-list {
    height: 45vh;
  }
}
.image-list:hover::-webkit-scrollbar {
  height: 10px;
  width: 10px !important;
  display: block !important;

}

.image-list:hover::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.image-list:hover::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.image-list:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  color: black;
   background: #82828285 !important;
  -webkit-box-shadow: inset 0 0 6px rgb(179 179 179 / 50%);
}

.image-list:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(152 152 152 / 30%);
  border-radius: 10px;
  width: 10px !important;
}
/* .image-list::-webkit-scrollbar {
  width: 0.51em;
  height: 0.61em;
  display: block !important;
}

.image-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.image-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/
.image-list{
  overflow-y: scroll !important;
} 

.defect-list{
  /* position: absolute;
  width: 91%; */
}
.img-contains::-webkit-scrollbar {
  width: 0.5em;
  display: block !important;
}

.img-contains::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.img-contains::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.bold{
  font-weight: bold;
}
.disable{
  opacity: 0.5;
  pointer-events: none;
}

#stats {
  text-align: center;
  margin-top: 35px;
}

#stats li {
  margin-bottom: 30px;
}

#stats li .stat-top {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}

#stats li .stat-bottom {
  font-size: 12px;
  color: #777;
}

.boxy h3 {
  padding: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  height: 44px;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}

ul#states {
  height: calc(100% - 44px);
  overflow: scroll;
}

ul#states li {
}

ul#states li a {
  display: block;
  padding: 10px 15px 10px 0;
  font-size: 13px;
  color: #111;
  line-height: 24px;
  position: relative;
  margin-left: 15px;
  border-bottom: 1px dashed #fff;
}

ul#states li:first-child a {
  padding-top: 10px;
}

ul#states li a img.is-pulled-left {
  width: 44px;
  margin-right: 10px;
}

ul#states li a img.is-pulled-right {
  width: 16px;
  display: none;
  position: absolute;
  right: 15px;
  top: 16px;
}

ul#states li.is-active a img.is-pulled-right {
  display: block;
}

ul#states li a span {
}

#insp-type.control {
  margin: 15px;
  width: calc(100% - 15px - 15px);
}

#insp-type.control .select,
#insp-type.control select {
  width: 100%;
}

table.vgt-table.custom {
  font-size: 12px;
}

table.vgt-table.custom thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}

table.vgt-table.custom tbody {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  z-index: 0;
}

table.vgt-table.custom thead th:first-child {
  width: 300px;
  left: 0;
  z-index: 1;
}

table.vgt-table {
  position: relative;
}

.section-list table.vgt-table {
  position: relative;
}

.section-list table.vgt-table.custom thead th {
  position: -webkit-sticky !important; /* for Safari */
  position: sticky !important;
  top: 0;
  z-index: 1;
}

.section-list table.vgt-table.custom tbody {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  z-index: 0;
}

.section-list table.vgt-table.custom thead th:first-child {
  width: 30px;
  left: 0;
  z-index: 2;
}

.section-list table.vgt-table.custom tbody td:first-child {
  text-align: left;
  position: sticky;
  left: 0;
  background: #dfe5ee;
  z-index: 0;
}

.count {
  padding: 2px 10px;
  border-radius: 50px;
  color: #fff;
  background: #cfd7dc;
}

.count.has-issue {
  background: #e84a4a;
}

#breadcrumb {
  line-height: 42px;
  margin-left: 10px;
}

#breadcrumb li > * {
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb li a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

#breadcrumb li i {
  margin: 0 10px;
  color: #ffffff42;
  font-size: 20px;
}

#data-home #records {
  width: 90vw;
  height: calc(100vh - 60px - 60px);;
  list-style: none;
  margin: 12px auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  /* background-color: rgb(240, 245, 247); */
  overflow-x: scroll;
  margin-top: 5%;
}

#data-home #records .record {
  background: #dedede;
  height: 74%;
  /*flex: 0 0 150px;*/
  width:100%;
  /*margin-right: 1px;*/
  border-right: 1px solid #999;
  padding-bottom: 15px;
}

#data-home #records .record .one-two {
  height: 50%;
}

#data-home #records .record .head {
  background: #375755;
  height: 40px;
  text-align: center;
  padding: 7px 0px;
  font-size: 13pt;
  color: #ffffff;
}

#data-home #records .record .body {
  /*height: calc(100% - 40px - 40px - 10px);*/
  height: calc(96% - 25px - 5px - 14px);
  overflow: auto;
  color: #262727;
  /*background-color: #dedede;*/
}

#data-home #records .record .body ul li {
  margin: 10px 12px;
  cursor: pointer;
  margin: 0; /* for background-color of li purpose */
  padding: 6px 12px; /* for background-color of li purpose */
  /* border-bottom: 1px solid #99999980; */
}

#data-home #records .record .body ul li:hover {
  color: #000000 !important; /* for background-color of li purpose */
}

#data-home #records .record .body ul li.isActive {
  color: #0e0e0b;
  background: #8da7a5 !important;
}

#data-home #records .record .body ul li.isActive .fa {
  /*margin-top: 4px;*/
}

#data-home #records .record .body ul li i {
  float: right;
}

#data-home #records .record .body ul li.no-data {
  text-align: center;
  color: #635f5f;
  cursor: unset;
}

#data-home #records .record .foot {
  height: 40px;
  text-align: center;
}

#data-home #records .record .foot button {
  font-size: 9pt;
  padding: 10px 50px;
  border-radius: 10px;
  margin-top: 4px;
  cursor: pointer;

  border-color: #050505;
  color: #050505;
}

#data-home #records .record .foot button:hover {
  background: #575748;
}

.v--modal {
  border-radius: 5px !important;
  text-transform: capitalize;
  /* max-height: 600px; */
}

.custom-select {
  width: 100%;
  font-size: 1rem;
  background-color: #ffffff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

/* Modal Content */
#data-home #records .modal-contents {
  /* height: 100%; */
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* The Close Button */
#data-home .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  /* margin-top: -12px; */
  padding-top: 10px;
}

#data-home .close:hover,
#data-home .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#data-home .modal-header {
  padding: 15px 16px !important;
  background-color: #375755;
  color: white;
}

#data-home .field {
  float: left;
  width: 100%;
  padding-right: 10px;
  /* margin-bottom: -5px !important; */
}

#data-home .modal-body {
  padding: 2px 40px;
  height: calc(100% - 25%);
  overflow: auto;
}

#data-home .modal-footer {
  padding: 2px 16px;
  background-color: #474739;
  color: white;
  height: 30px;
}

#data-home .label {
  font-weight: 500;
  /* font-size:0.8rem; */
  color: #4a4a4a;
}

#data-home .input {
  height: 2.0em;
  box-shadow:none;
  margin-bottom: 5px;
}

#data-home .form-row {
  display:flex;
  flex-wrap: unset;
}

#data-home .input::placeholder {
  font-size:0.8rem;
}

#data-home .vdp-datepicker * {
  background:#fff;
}
#data-home .vdp-datepicker input
{
  border: 1px solid #ccc;
  height: 1.9rem;
  border-radius: 2px;
}

#data-home .button.is-info.edited {
  background: rgba(2, 130, 250, 0.927) !important;
  text-transform:capitalize;
  font-size: 0.8rem;
}
#data-home .button.is-danger {
  background: #dc3545!important;
  text-transform:capitalize;
  font-size: 0.8rem;
}

#data-home .modal-footer1 {
  border-top: 1px solid #dee2e6;
  margin: 5px 30px;
  padding: 0.5rem 0rem;
  text-align: right;
}

.button.is-warning {
  margin-right: 20px !important;
}

.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out,
    background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #688381;
}
.toggle input:checked + label {
  background-color: #688381;
  color: #fff;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #688381;
  z-index: 1;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.toggle input + label {
  color: black;
}

.polecontainer {
  padding: 0 10px 0 10px;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-size:  .875rem !important;
}

.multiselect__content-wrapper:hover::-webkit-scrollbar {
  height: 10px;
  width: 10px !important;
  display: block !important;
}
.multiselect__content-wrapper:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  color: black;
  background: #82828285 !important;
  -webkit-box-shadow: inset 0 0 6px rgb(179 179 179 / 50%);
}


/* MAP STYLE ADDED NEW ==========================================*/

/* #map {
  height: 100%;
} */

.map-point {
  display: none;
  /* width: 25px; */
  height: 44px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  color: #111;
}

.map-point .marker-circle {
  position: absolute;
  /* left: -13px; */
  left: -10px;
  top: -7px;
  width: 40px;
  height: 40px;
  /* top: -9px;
  width: 50px;
  height: 50px; */
  border-width: 3px;
  border-style: solid;
  border-radius: 40px;
  /* border-color: white; */
}

.map-point .marker-circle.normal {
  border-color: #21a921;
}

.map-point .marker-circle.low {
  border-color: #5b98de;
}

.map-point .marker-circle.cautious {
  border-color: yellow;
}

.map-point .marker-circle.critical {
  border-color: #d90000;
}

.map-point-content.green {
  background-color: #59cf59 !important;
}
.map-point-content.blue {
  background-color: #5b98de !important;
}

.map-point-content.yellow {
  background-color: yellow !important;
}
.map-point-content.orange {
  background-color: rgb(255, 181, 43) !important;
}
.map-point-content.red {
  background-color: #ee4d4d !important;
}
.map-point-content.purple {
  background-color: rgb(161, 118, 189) !important;
}
.map-point-content.cyan {
  background-color: #7df9ff !important;
}
.map-point-content.brown {
  background-color: rgb(180, 79, 32) !important;
}
.map-point-content.coral {
  background-color: coral !important;
}
.map-point-content.grey {
  background-color: lightgray !important;
}
.map-point-content.indigo {
  background-color: rgb(95, 25, 160) !important;
}

#map .map-point {
  display: block;
}
#maps .map-point {
  display: block;
}

.map-point > img {
  display: block;
  /* width: 100%; */
  width: 35px;
}

.map-point .map-point-active {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 6px;
}

.map-point .map-point-active img {
  width: 12px;
  margin-top: -2px;
  margin-left: -2px;
}

.map-point .map-point-content {
  /* position: absolute;
  width: 180px; */
  background: #fff;
  top: 0px;
  /* border-radius: 3px;
  box-shadow: 0px 0px 1px #000;
  border: 1px solid #fff; */
}

.map-point .map-point-content .map-point-title {
  padding: 5px 10px 0 10px;
  font-weight: bold;
  font-size: 14px;
  /* width: 127px; */
  line-height: 14px;
}

.map-point .map-point-content .map-point-count {
  padding: 0 10px 5px 10px;
  color: black;
}

.map-point .map-point-health {
  width: 50px;
}

/* .map-point  .map-point-health {
  position: absolute;
  height: 100%;
  right: 0;
  width: 50px;
  background: #f5f3ff;
  top: 0;
  text-align: center;
  border-left: 1px solid #dedede;
  text-shadow: 0 1px #fff;
  color: #1e1d25;
  border-radius: 0 3px 3px 0;
} */



.map-point .map-point-content .map-point-health img {
  display: block;
  width: 16px;
  margin: 8px auto 2px auto;
}

.map-point .map-point-content .map-point-health i {
  display: block;
  margin: 8px 0 2px 0;
  font-size: 14px;
}

.map-point .map-point-content .map-point-health span {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

/* .map-point .map-point-alt-title {
  position: absolute;
  width: 120px;
  left: -45px;
  text-align: center;
  bottom: -22px;
} */
.map-point .map-point-alt-equipments {
  position: absolute;
  width: 143px;
  left: -53px;
  text-align: center;
  top: 56px;
}

.map-point .map-point-alt-title .map-point-alt-title-inner {
  font-size: 9px;
  padding: 2px 6px;
  background: #494e49;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px 0px #00000030;
}
.map-point .map-point-alt-equipments .map-point-alt-title-inner span {
  display: block;
  padding: 1px 5px;
}
.map-point .map-point-alt-equipments .map-point-alt-title-inner {
  font-size: 9px;
  padding: 2px 6px;
  background: #736921;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px 0px #00000030;
}

.map-point .map-point-alt-title.is-active .map-point-alt-title-inner {
  /* background: #e91e63; */
  /* color: #e91e63; */
  color: #212529; 
}



#map-btns {
  position: absolute;
  width: 35px;
  /* top: 60px; */
  height: calc(35px);
  /* height: calc(35px*4); */
  background: #fff;
  border-radius: 3px;
  box-shadow: #0000004d 0px 1px 4px -1px;
}



#map-btns.is-5 {
  height: calc(35px * 5);
}

#map-btns a {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 3px;
  line-height: 35px;
  text-align: center;
  color: #1e1d25;
}

#map-btns a:hover {
  background: #f5f3ff;
}




.viewer {
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 10px - 420px);
  height: calc(100% - 40px);
  overflow: hidden;
  background: #000;
}

#map-viewer {
  /* text-align: center; */
}

#map-viewer .img-adjust {
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}



#map-viewer > img {
  height: 100%;
}

#map-viewer > img.is-thermal,
#dropzone-viewer .dz-preview > img {
  left: 50%;
  width: 640px;
  margin-left: -320px;
  top: 20%;
}

#map-viewer .overlay-list .visual.components {
  background: rgba(0, 0, 0, 0.71);
  position: absolute;
  bottom: 73px;
  width: 100%;
  height: 125px;
  color: #ffffff;
}

#map-viewer .overlay-list .visual.components table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
#map-viewer .overlay-list .visual.components .table-defect {
  height: 50px;
}

#map-viewer .overlay-list .visual.components table thead {
  background: rgba(0, 0, 0, 0.64);
}

#map-viewer .overlay-list .visual.components table thead tr td {
  width: 50%;
  font-weight: bold;
}

#map-viewer .overlay-list .visual.components table tbody tr td {
  height: 100%;
}

#map-viewer .overlay-list .visual.components table td {
  padding: 10px !important;
  padding-left: 22px !important;
  font-size: 9pt;
}

#map-viewer .overlay-list .visual.components table td:first-child {
  border-right: 1px solid rgb(57, 45, 45);
}

#map-viewer .overlay-list .thermal.components {
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 73px;
  width: 100%;
  height: 250px;
  color: #ffffff;
}

#map-viewer .overlay-list .thermal.components .thermal-table {
  height: 50%;
}

#map-viewer .overlay-list .thermal.components .thermal-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

#map-viewer .overlay-list .thermal.components .thermal-table table thead {
  background: rgba(0, 0, 0, 0.64);
}

#map-viewer .overlay-list .thermal.components .thermal-table table thead tr td {
  width: 50%;
  font-weight: bold;
  border-top: 1px solid rgba(217, 215, 215, 0.35);
}

#map-viewer .overlay-list .thermal.components .thermal-table table tbody tr td {
  height: 100%;
}

#map-viewer
  .overlay-list
  .thermal.components
  .thermal-table
  table
  tbody
  tr
  td
  div.inline {
  /* width: 100%; */
  /* margin-top: -15px; */
}

#map-viewer
  .overlay-list
  .thermal.components
  .thermal-table
  table
  tbody
  tr
  td
  div.inline
  span.labels {
  width: 60%;
  display: inline-block;
}

#map-viewer
  .overlay-list
  .thermal.components
  .thermal-table
  table
  tbody
  tr
  td
  div.inline
  span.data {
  width: 40%;
  display: inline-block;
}

#map-viewer .overlay-list .thermal.components .thermal-table table td {
  padding: 10px !important;
  padding-left: 22px !important;
  font-size: 9pt;
}

#map-viewer
  .overlay-list
  .thermal.components
  .thermal-table
  table
  td:first-child {
  border-right: 1px solid rgba(217, 215, 215, 0.35);
}

#map-viewer .overlay-list ul {
  background: #2c3e50;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 73px; */
  height: 170px;
  overflow-y: auto;
}

#map-viewer .overlay-list ul li.is-active {
  /* box-shadow: 0 0 0px 2px #ffffff; */
  background: #eee;
  border: 2px solid #fff;
}

#map-viewer .overlay-list ul li {
  margin: 5px;
  width: 61px;
  height: 61px;
}

#map-viewer .overlay-list ul li:first-child {
  /* margin-left: 10px; */
}

#map-viewer .overlay-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}



.map {
  height: 100%;
}

.map .map-top {
  height: calc(100% - 40px);
}

.map .map-bottom {
  height: 40px;
  background: #efece5;
}




/* #map {
  height: 100%;
} */
#maps {
  height: 100%;
}

.map-point {
  display: none;
  /* width: 25px; */
  height: 44px;
  position: absolute;
  cursor: pointer;
  color: #111;
}

#map .map-point {
  display: block;
}

#maps .map-point {
  display: block;
}

.map-point .map-point-active {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 6px;
}

.map-point .map-point-active img {
  width: 12px;
}

.map-point .map-point-content {
  background: #fff;
  top: 0px;
  /* border-radius: 3px; */
  /* box-shadow: 0px 0px 1px #000; */
  border: 1px solid #dedede;
  /* border-top: 1px solid #dadada; */
  padding: 3px;
}

.map-point .map-point-title {
  padding: 5px 10px 0 10px;
  font-weight: bold;
  font-size: 14px;
  /* width: 135px; */
  line-height: 14px;
}

.map-point .map-point-count {
  padding: 0 10px 5px 10px;
  color: black;
}

.map-point .map-point-health {
  position: absolute;
  height: 100%;
  right: -50px;
  background: #fff;
  top: 0px;
  text-align: center;
  color: #1e1d25;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.map-point .map-point-health img {
  display: block;
  width: 44px;
  margin: 10px auto;
}

.map-point .map-point-health i {
  display: block;
  margin: 8px 0 2px 0;
  font-size: 14px;
}

.map-point .map-point-health span {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

.map-point .map-point-alt-title {
  position: absolute;
  width: max-content;
  left: 40px;
  /* text-align: center; */
  bottom: 10px;
}

.map-point .map-point-alt-title .map-point-alt-title-inner {
  font-size: 9px;
  padding: 7px 8px;
  background: #fff;
  display: inline-block;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
  border: 0.5px solid #9d9d9d;
  box-shadow: 0 1px 3px 0px #00000030;
}

/* .map-point .map-point-alt-title.is-active .map-point-alt-title-inner {
  background: #e91e63;
  color: #fff;
} */

#map-btns.is-5 {
  height: calc(35px * 5);
}

#map-btns a {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 3px;
  line-height: 35px;
  text-align: center;
  color: #1e1d25;
}

#map-btns a:hover {
  background: #f5f3ff;
}



#map .pole-marker {
  display: block;
}

.pole-marker > img {
  display: block;
  width: 100%;
}

.pole-marker .pole-marker-circle {
  position: absolute;
  left: -15px;
  top: -8px;
  width: 50px;
  height: 50px;
  border-width: 3px;
  border-style: solid;
  border-radius: 40px;
}

.pole-marker .pole-marker-name {
  position: absolute;
  text-align: right;
  right: 41px;
  top: 5px;
  border-radius: 22px;
  font-size: 10px;
  width: 100px;
}

.pole-marker .pole-marker-name span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  background: #00000047;
  color: #fff;
  border-radius: 20px;
}

.pole-marker.is-active .pole-marker-name span {
  background: #fff;
  color: #000;
  font-weight: bold;
}

.pole-marker.is-thermal-normal .pole-marker-circle {
  border-color: #0c9e15;
}

.pole-marker.is-thermal-minor .pole-marker-circle {
  border-color: #7d9ef0;
}

.pole-marker.is-thermal-intermediate .pole-marker-circle {
  border-color: #26818c;
}

.pole-marker.is-thermal-critical .pole-marker-circle {
  border-color: #f27f72;
}

.pole-marker.is-thermal-high .pole-marker-circle {
  border-color: #bb6f2b;
}

.pole-marker.is-thermal-potential .pole-marker-circle {
  border-color: #d6b95a;
}


.viewer {
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 10px - 420px);
  height: calc(100% - 40px);
  overflow: hidden;
  background: #000;
}

.viewer.left-section {
  width: calc(100% - 10px - 420px - 250px);
  right: 260px;
}
.viewer.right-section {
  width: 249px;
}


#dropzone-viewer.dz-started {
  background: #000;
}

#map-viewer > img {
  height: 100%;
}

.map {
  height: 100%;
}

.map .map-top {
  height: calc(100% - 40px);
}

.map .map-bottom {
  height: 40px;
  background: #efece5;
}


/* END MAP STYLE =============================== */

.multiselect__placeholder {
  padding-left: 5px !important;
}
.multiselect__select {
  padding: 0px !important;
  position: absolute;
  width: 40px;
  height: 28px;
  right: 1px;
  top: 1px;
  text-align: center;
}

.logotext{
  vertical-align: middle;
  position: relative;
  top: 2px;
}
nav.navbar {
  padding-top: 3px;
}
@media screen and (min-width: 1500px) and (max-width: 1920px) {
  .folderStu {
    height: 68%;
    overflow-y: auto;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .folderStu {
    height: 62%;
    overflow-y: auto;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}

#app > div {
  height: 100%;
  overflow: hidden;
}
.enabledid {
  color: white !important;
}
.curPoint {
  cursor: pointer;
}
.curPoint.ac {
  float: right;
  background: #dddddd !important;
  color: black;
  padding: 0px 2px 0px 2px;
}
.curPoint.ac img {
  width: 10px;
}
.curPoint.ac {
  float: right;
  color: black;
  padding: 0px 2px 0px 2px;
}
.curPoint.ac img {
  width: 10px;
}
.curPoint-dropdown {
  float: right;
  margin-right: 5px;
}
.camcss {
  color: #fff;
  font-size: initial;
  float: right;
  margin-right: 2%;
}
.imgSH {
  padding: 7px;
  padding-top: 3px;
}
.unselectable {
  -webkit-user-select: none;
}

.accordion > h3 {
  margin: 0px 0 0 0 !important;
}

.measurement_menu button {
  font-size: 1.1em !important;
  margin-top: 0px;
}
.listnone {
  list-style: none;
}
.text-danger {
  color: #dc3545 !important;
}
.text-right {
  text-align: right !important;
}
.float-right {
  float: right !important;
}
.text-success {
  color: #28a745 !important;
}
/* .text-warning {
  color: #ffc107!important;
} */
@import url("../../../../../assets/libs/potree/potree.css");
#potree_card {
  position: absolute;
  height: auto;
  width: auto;
  top: 3vh;
  right: 2vw;
  z-index: 1;
}
.potree-page {
  position: relative;
  height: 100%;
}
.potree-wrapper {
  width: 100%;
  height: 99.8%;
  position: relative;
}
#sidebar-custom .ps-scrollbar-y-rail {
  display: none !important;
}

.defectlistdiv li span {
  cursor: pointer;
}

.defectlistdiv:hover::-webkit-scrollbar {
  height: 10px;
  width: 10px !important;
  display: block !important;
}

.defectlistdiv:hover::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.defectlistdiv:hover::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.defectlistdiv:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  color: black;
  background: #82828285 !important;
  -webkit-box-shadow: inset 0 0 6px rgb(179 179 179 / 50%);
}

.defectlist-lidar li span {
  cursor: pointer;
}

.defectlist-lidar:hover::-webkit-scrollbar {
  height: 10px;
  width: 10px !important;
  display: block !important;
}

.defectlist-lidar:hover::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.defectlist-lidar:hover::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.defectlist-lidar:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  color: black;
  background: #82828285 !important;
  -webkit-box-shadow: inset 0 0 6px rgb(179 179 179 / 50%);
}