/* Set CSS Variables */
:root {
  --kai-green: #00586e;
  --kai-hover: #3aafa9;
  --kai-container-border: #dbdbdb;
  --kai-img-panels: #f7f7f7;
  --kai-table-border: #f3f2f1;
  --nav-background: #fff;
  --menu-panel-border: #fff;
  --kai-navbar-text: #000;
  /*--kai-navbar-text: #5d5d5d;*/
  /* --kai-button: #00BBF9;
    --kai-hover: #00F5D4;
    --kai-active: #00F5D4; */
}

/* Schematic Tower Grades */
.grade-1 {
  fill: #00ff00 !important;
}

.grade-2 {
  fill: #c8ff00 !important;
}

.grade-3 {
  fill: #ffff00 !important;
}

.grade-4 {
  fill: #ffbe00 !important;
}

.grade-5 {
  fill: #ff6900 !important;
}

.grade-6 {
  fill: #ff0000 !important;
}

/* Body and Core CSS*/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  background-color: #fff;
}

.content {
  min-height: 1200px;
}

.container {
  /*width: min(100vw, 1800px);*/
  width: 100vw;
  /*padding-left: 0px;*/
  /*padding: 0 5vw 0 5vw;*/
}

.inner-container {
  /*width: 80vw;*/
  margin-top: max(5vh, 100px);
  /*margin-left : 10vw;*/
  /*margin-right: 10vw;*/
  /*margin: 5vh 10vw;*/
}

.review-video-container {
  /*width: 70vw;*/
  /*margin-top: max(10vh, 100px);*/
  margin-top: max(10vh, 100px);
  padding: 0 5vw 0 5vw;
}

.review-image-container {
  position: relative;
  /*padding: 0 5vw 0 5vw;*/
  width: min(100vw, 1800px);
  margin: 0 auto;
  margin-top: min(10vh, 100px);
}

.main-content {
  margin-top: 0px;
}

.glyphicon {
  color: var(--kai-green);
}

a {
  color: var(--kai-green);
}

#keenai-logo {
  max-width: 150px;
  padding-top: 13px;
  padding-left: 15px;
}

/* Header Navigation*/
.navbar-custom {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: var(--kai-navbar-text);
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.navbar-custom .navbar-nav > li > a {
  color: var(--kai-navbar-text);
  min-height: 80px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.nav > li > a:focus,
.nav > li > a:hover {
  color: #000;
  background: none;
}

nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fff;
  /*border-color: #337ab7;*/
}

.navbar-brand {
  color: #fff;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.dropdown-toggle {
  min-height: 80px;
  display: flex;
  align-items: center;
}

.kai-links:hover {
  background-color: var(--kai-green);
}

.dropdown-menu > li > a:hover {
  background-color: var(--kai-green);
  color: #fff;
}

.dropdown-menu-left {
  margin-left: 15px;
}

/* Graph, Map and Number Display*/
#number-records-nd {
  font-size: 55px;
}

.dc-chart g.row text {
  fill: black;
}

.big_number {
  font-size: 60px;
  text-align: center;
}

.small_big_number {
  font-size: 30px;
  margin: 0px;
  text-align: center;
}

.smaller_big_number {
  font-size: 26px;
  margin: 0px;
  text-align: center;
}

.small_big_text {
  font-size: 30px;
}

.number-display {
  display: block;
  text-align: center;
}

#ukmap {
  height: 680px;
}

#search-map {
  height: 100vh;
  width: 100vw;
}

#background-map {
  height: 100vh;
  width: 100vw;
}

#sub-map {
  height: 69.3vh;
  margin-left: 30px;
  margin-right: 30px;
}

#videomap {
  height: 300px;
}

#defect-map {
  height: 650px;
}

/* Tables*/
.table {
  border: 1px #f3f2f1;
}

.keen-th {
  background: #f8f8f8;
  color: #000;
  font-weight: bolder;
  text-align: center !important;
  vertical-align: middle !important;
  min-height: 40px;
  border: none;
}

.keen-th-g {
  background: var(--kai-green);
  color: #fff;
  font-weight: bolder;
  text-align: center;
}

.video-cell {
  padding: 0 !important;
}

.tn-text {
  padding-top: 5px;
}

/* Buttons*/
.btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
}

.btn-custom {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: var(--kai-green);
  border-color: var(--kai-green);
  color: #fff;
}

.btn-custom:hover {
  background-color: #3aafa9;
  border-color: #3aafa9;
  color: #fff;
}

.btn-custom:active {
  background-color: #3aafa9;
  border-color: #3aafa9;
  color: #fff;
}

.btn-sm {
  font-size: 12px;
}

.btn-field-menu {
  height: 100px;
  padding-top: 40px;
}

.icon-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}

/*̣Custom rows and columns*/
/*Loading Div*/
.loadingDiv {
  position: absolute;
  left: 50%;
  top: 80%;
  z-index: 1;
  width: 150px;
  height: 300px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--kai-green);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Custom Rows and Columns*/
.feature-row {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 0 20px 0;
}

.kai-jumbotron {
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  color: #000;
  background: var(--nav-background);
  border-radius: 0px !important;
}

.right_pane {
  padding-left: 15px;
  overflow-y: scroll;
  height: 1000px;
}

/*Panel Stuff -  used by Flask User*/
.panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.panel-body {
  padding: 40px;
}

.panel-thumb {
  padding: 0px;
}

.wtfform {
  padding: 10px;
}

.main_menu {
  text-align: center;
}

/*̣Review Video CSS*/
.main,
.sidebar {
  /*padding: 15px;*/
  padding-right: 35px;
}

.survey_main {
  display: flex;
  justify-content: center;
  position: relative;
  width: min(100vw, 1735px);
}

.canvas-container {
  width: 64vw;
  min-width: 1118px;
  background: var(--kai-img-panels);
}

.main {
  width: 100vw;
  height: 10000vh;
}

.sidebar {
  width: 20vw;
  height: 1100px;
  /*position:absolute;*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.main-sidepanel {
  min-height: 80vh;
  padding-right: 30px;
}

.detect-image {
  width: 100%;
  object-fit: cover;
}

.object-thumb {
  background: #fff;
  border-style: none;
  display: block;
  margin: 10px;
}

.object-thumb:hover {
  background: var(--kai-green);
}

.defect-form-label {
  margin-top: 10px;
  margin-bottom: 10px;
}

select:invalid {
  border: 1px dashed red;
}

.defect-thumbnail {
  align-content: center;
  width: 100px;
  height: 70px;
  overflow: auto;
}

.defect-thumbnail img {
  width: 100%;
  display: block;
  border: None !important;
  margin-bottom: 20px !important;
}

/* Create Samples from Static and Video*/

@media (min-width: 1200px) {
  .sample_thumb {
    width: 290px !important;
    height: 182px !important;
  }

  .review_sample_thumb {
    width: 232px !important;
    height: 132px !important;
  }
}

@media (min-width: 1650px) {
  .sample_thumb {
    width: 366px !important;
    height: 228px !important;
  }

  .review_sample_thumb {
    width: 366px !important;
    height: 206px !important;
  }
}

/* Review Samples*/
.review_sample_gallery {
  overflow-y: scroll;
  width: 98.5%;
  /*height: 1000px;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-title {
  font-size: 22px;
  /*line-height: 40px;*/
  color: var(--kai-green);
  border-bottom: 1px solid rgba(53, 86, 129, 0.3);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page-subtitle {
  /*line-height: 40px;*/
  color: var(--kai-green);
  border-bottom: 1px solid rgba(53, 86, 129, 0.3);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page-subtitle-no-border {
  /*line-height: 40px;*/
  color: var(--kai-green);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.video-table-subtitle {
  /*line-height: 40px;*/
  color: var(--kai-green);
  border-bottom: 1px solid rgba(53, 86, 129, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* .review_sample_thumb {
    width: 24vw !important;
    height: 206px !important;
} */

.sample-row {
  padding-bottom: 40px;
}

.sample-gallery {
  overflow-y: scroll;
  height: 1000px;
  margin-top: 25px;
}

.survey-thumb-gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  width: auto;
  max-width: 100%;
  height: 225px;
  height: fit-content;
  margin-top: 15px;
  display: flex;
}

.survey-thumb-gallery div {
  height: fit-content;
  width: fit-content;
}

.survey-thumb-canvas,
.survey-thumb {
  width: 225px !important;
  height: 150px !important;
  margin-right: 15px;
}

.gallery-transp {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 88, 110, 0.7);
  width: 60%;
  height: 30px;
  color: white;
  font-size: 9px;
  padding-top: 10px;
  padding-left: 10px;
}

.sample-count {
  color: var(--kai-green);
  font-weight: bold;
}

.form-control {
  width: 100%;
  border-radius: 0px;
  height: 45px;
  font-size: 16px;
}

.selectpicker {
  height: 400px !important;
}

.filter-controls {
  padding-bottom: 30px;
}

/*Tables and Datatables css*/

.table td th {
  vertical-align: middle !important;
}
.samples-table {
  width: 100%;
}

.samples-table td {
  width: 12.5%;
}

th.dt-center {
  text-align: center;
  vertical-align: middle;
  font-weight: bolder;
  color: #333;
  border: 1px solid var(--kai-table-border);
}

td.dt-center {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  padding: 10px 18px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot td,
table.dataTable.no-footer {
  border-bottom: none !important;
}

.dataTables_info {
  font-size: 85%;
  color: var(--kai-navbar-text);
}

#process_vids_filter {
  margin-top: 20px;
  margin-bottom: 30px;
}

#defects-table_filter {
  margin-bottom: 10px;
}


.kai-table {
  border-collapse: collapse;
  border: 1px solid var(--kai-table-border);
}

.kai-table td {
  border-collapse: collapse;
  border: 1px solid var(--kai-table-border);
}

.keen-th {
  background: #f8f8f8;
  color: #000;
  font-weight: bolder;
  text-align: center !important;
  vertical-align: middle !important;
  min-height: 40px;
  border: none;
}

th.table_heading {
  font-size: 16px;
  font-weight: bolder;
  padding: 5px;
}

table.review_table {
  width: 100%;
}

th.review_cell,
td.review_cell {
  padding: 5px;
}

#zones-table-container {
  padding: 15px;
}
#substations_table {
  font-size: small !important;
}

.kai-infobox {
  border-radius: 5px;
}

/*Modal Settings*/
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
  width: 100%;
}

.draggableModal {
  cursor: move;
}

.modal-body .form-horizontal .control-label {
  text-align: left;
}

.modal-body .form-horizontal .col-sm-offset-2 {
  margin-left: 15px;
}

.modal-header {
  background: var(--kai-green);
  color: #fff;
  text-align: center;
}

.modal-content {
  border-radius: 0px;
  width: 800px;
  right: 100px;
}

.modal-content-thumb {
  display: block;
  border-radius: 0px;
  width: 890px;
}

.modal-control {
  margin-top: 10px;
  padding-top: 10px;
}

.modal-control-top {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.modal {
  z-index: 100002;
}
/* Canvases for Video, Samples Images and Thumbs*/
#canvas {
  display: block;
  position: absolute;
  height: auto;
}

.draw-canvas {
  width: auto;
  height: auto;
}

.canvas-options {
  position: absolute;
  top: 20px;
  padding-right: 20px;
  right: 0px;
}

.survey-img-info-box {
  font-size: 90%;
  width: min(15vw, 250px);
  position: absolute;
  z-index: 9999;
  left: 115px;
  top: 20px;
  /*background: #fff;*/
  /*border: #f8f8f8 1px solid;*/
  padding-left: 50px;
  border-radius: 5px;
}

.info-box {
  background: #f8f8f8;
}
.canvas-btn {
  margin-bottom: 5px;
}

.canvas-nav {
  /* display: inline-block; */
  position: absolute;
  right: 2px;
  top: 80px;
}

#thumb_canvas {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
}

#mainvideo {
  text-align: center;
}

#full_res_btn {
  padding-top: 5px;
}

#img_canvas {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 768px;
}

#survey_img_canvas {
  display: grid;
  max-width: 100%;
  margin: auto;
  max-height: 89vh;
  min-height: 690px;
  min-width: 1118px;
}

#thumb-gallery-div {
  margin: auto;
  position: absolute;
  bottom: 0;
  height: 175px;
  overflow-x: clip;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.20211834733893552) 0%,
    rgba(0, 0, 0, 0.40379901960784315) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

#survey_thumb_gallery {
  overflow-x: hidden;
}

#defect-canvas {
  width: 370px;
  height: 208px;
}

.sample-canvas {
  width: 370px;
  height: 208px;
}

/*Bootstrap Mods*/
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.nopadding-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 32px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 5px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--kai-green);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--nav-background);
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* DC Charts */
#defects-by-circuit .x.axis text {
  text-anchor: end !important;
  transform: rotate(-90deg);
}

.svg-container {
  display: inline-block;
  margin: 0 auto;
}

.dc-data-count small {
  font-size: 18px;
}

.dc-chart .axis text {
  font-size: 10px;
}

#control-row {
  padding-bottom: 20px;
}

.dashboard-subtitle {
  padding-bottom: 20px;
}

.dashboard-row {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(53, 86, 129, 0.3);
}

.dashboard-row-no-border {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0px auto 0 10px;
  padding: 0;
}

.slider-active-image {
  border: 4px solid #3aafa9;
}

.canvas-control {
  position: absolute;
  margin-top: 3px;
  width: 79px;
}

button.control_prev,
button.control_next {
  position: absolute;
  top: 30%;
  /* z-index: 999; */
  display: block;
  padding: 10px;
  width: auto;
  height: auto;
  background: #00586e;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
}

button.control_prev:hover,
button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  border-radius: 0 2px 2px 0;
}

button.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/* plotly chart styling*/
.menu-chart {
  height: 350px;
  width: 100%;
  /*background: var(--menu-gray);*/
  border: 1px var(--menu-panel-border);
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-panel-header {
  min-height: 50px;
  /*background: var(--menu-gray)*/
}

.menu-panel {
  border: 1px var(--menu-panel-border);
  /*background: var(--menu-gray);*/
}

.search-panel-body {
  padding: 10px;
}

.search-td {
  padding: 0px;
}

.main-caption-text {
  font-size: small;
  color: var(--kai-navbar-text);
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.mr-10 {
  margin-right: 10px;
  margin-top: 5px;
}

.kai-vision {
  color: #fff;
  background: var(--kai-green);
  height: 20px;
}

/* Weather Alerts*/
.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid var(--kai-navbar-text);
  display: inline-block;
}

.yellow {
  background-color: yellow;
}

.amber {
  background-color: orange;
}

.red {
  background-color: red;
}

/*Font Awesome*/
.fa,
.fas {
  font-size: 20px;
  color: var(--kai-green);
}

.fa-arrow-circle-down {
  color: #ccc;
}

/* Search Bar */
#site-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  background: #f8f8f8;
  margin-top: 20px;
  padding: 0;
  width: 340px;
  max-width: 350px;
  margin-right: 10px;
  line-height: 30px;
}

/* Search bar */
#site-search-field {
  padding: 2px 5px;
  padding-left: 0;
  min-width: 300px;
  line-height: 30px;
  border: none;
}

#site-search-field:focus-visible {
  border: none;
  outline: none;
  padding-right: 0;
  padding-left: 5px;
}

/* Search button */
#site-search-form button {
  display: flex;
  justify-content: center;
  border: none;
  padding-right: 5px;
  margin-left: 5px;
  background: #f8f8f8;
}

.fa-search {
  font-size: 20px;
}

#menu-search-field {
  min-width: max(80%, 275px);
  line-height: 30px;
}

.search-map-overlay {
  position: absolute;
  top: 180px;
  z-index: 401;
  text-align: center;
  padding-left: 100px;
  margin: auto;
}

#DefectVideoModal {
  z-index: 9998;
}

/*.leaflet-control {*/
/*    float: left;*/
/*    clear: right;*/
/*}*/

.leaflet-bottom {
  margin-bottom: 25px;
  z-index: 9999;
}

.leaflet-left {
  margin-left: 25px;
}

.leaflet-right {
  margin-right: 25px;
}

.leaflet-control-attribution {
  z-index: 9995;
}

.leaflet-marker-icon:hover {
  filter: brightness(120%);
}

/* Styles For Image Zoom Pop-up*/
.overlay {
  display: none;
  top: 0;
  position: fixed;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.zoom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 90vh;
  width: 80%;
  left: 10%;
  margin-top: 50px;
  border: 1px solid transparent;
  background: #fafafa;
  border: 1px solid rgba(219, 219, 219, 1);
  position: fixed;
  z-index: 10001;
}

.zoom-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 15px;
  padding-top: 5px;
  padding-right: 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #cecece;
}

#zoom-img {
  height: 100%;
  width: 100%;
  cursor: url(./icon/arrows-move.svg), auto;
}

#toolbarDiv {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 2;
  height: 33px;
  width: 100%;
  border-right: 1px solid rgb(187, 187, 187);
  z-index: 1;
}

#toolbarDiv button,
#close {
  padding: 0px 8px;
  background: none;
  border: 1px solid transparent;
  margin-right: 7px;
  margin-bottom: 5px;
  border-radius: 5px;
}

#toolbarDiv:last-child {
  margin-right: 5px;
}

#close {
  margin: 0;
  margin-left: 5px;
}

#toolbarDiv button:hover,
#close:hover {
  background: rgba(207, 207, 216, 0.66);
}

.zoom-top-text {
  flex: 2;
}

.zoom-top-text p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #333;
}

.zoom-top-text p b {
  font-size: 18px;
  font-weight: 600;
  color: var(--kai-green);
}

.three-d-main-container {
  display: flex;
  justify-content: center;
}

.three-d-container {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  max-height: 600px;
  width: 90% !important;
}

.three-d-container canvas {
  width: 100%;
  height: 85vh !important;
}

#lidar-thumb-gallery-div {
  display: flex;
  justify-content: center;
  max-height: 180px;
  width: 100% !important;
  /*background: linear-gradient(90deg, rgba(0,0,0,0.20211834733893552) 0%, rgba(0,0,0,0.40379901960784315) 50%, rgba(0,0,0,0.2) 100%);*/
}

.lidar-thumb-gallery {
  padding: 0;
  width: 90%;
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 0;
  max-height: 180px;
  background-color: rgba(139, 122, 122, 0.363);
}

.lidar-substation {
  color: var(--kai-green);
}

.page-subtitle-no-bottom-margin {
  /*line-height: 40px;*/
  color: var(--kai-green);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.btn-lidar {
  display: flex;
  position: absolute;
  right: 0%;
  margin-right: 2em;
  z-index: 1;
  margin-top: 2em;
  height: 36px;
}

.lidar-info-panel {
  width: 20vw;
  position: absolute;
  z-index: 1;
  left: 6%;
  margin-top: 2em;
  border-radius: 5px;
}

.lidar-info-text {
  color: black;
}

.h-60 {
  height: 40px;
}

.lidar-progress-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}

.lidar-progress-container-inner {
  height: 0.8rem;
  width: 450px;
  border-radius: 0.4rem;
  background: var(--kai-hover);
}

.lidar-progress-container-inner .lidar-progress {
  height: 100%;
  width: 0;
  border-radius: 0.4rem;
  background: #2b7a78;
  transition: width 0.4s ease;
}

.lidar-distance {
  position: absolute;
  background: white;
  font-weight: 900;
  text-align: center;
  height: 40px;
  width: 65px;
  z-index: 1;
}

#img-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  border: 1px solid rgb(204, 203, 203);
  overflow-x: auto;
  max-height: 76.1vh;
  min-height: 76.1vh;
  padding: 0;
}

.sub-img-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 20.6em;
  width: 20.1em;
  border: 4px solid transparent;
  background: var(--kai-img-panels);
  margin: 8px;
}

.sub-img-thumbnail input {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 4px;
  bottom: 4px;
}

.img-selected {
  border: 4px solid rgb(9, 168, 241);
}

.sub-img-thumbnail img {
  /* width: 100%; */
  height: auto;
  /* max-height: 14em;    */
  max-height: 65%;
}

.rotato0 {
  transform: rotate(0deg);
}

.rotate90 {
  transform: rotate(90deg);
  /* max-height: 13.6em !important; */
  max-height: 67% !important;
}

.rotate270 {
  transform: rotate(270deg);
  max-height: 67% !important;
}

.img-asset-zone {
  position: absolute;
  z-index: 1;
  max-width: 50%;
  top: -2px;
  left: -2px;
  background: #f7f7f77a;
  color: black;
  padding: 4px;
  margin-right: 4px;
}

.img-zone-panel {
  position: absolute;
  right: 0;
  max-width: 50%;
  z-index: 1;
  background: #f7f7f77a;
  padding: 4px;
  top: -1px;
  color: var(--kai-green);
}

.single-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding-left: 0;
  margin-left: 15px;
  padding-right: 0px;
  background: #fafafa;
  border: 1px solid rgba(219, 219, 219, 1);
  height: 830px;
  width: 830px;
  left: 30%;
  margin-top: 10px;
  z-index: 10001;
}

.single-img-container img {
  height: auto;
  max-width: 100%;
}

.single-unmap-img-data {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--kai-hover);
  font-size: large;
}

.single-img-top-bar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  top: 0;
}

.mt-30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-20 {
  margin-left: 20px;
}

.sub-top-bar {
  display: flex;
  padding-right: 15px;
}

.sub-top-bar * {
  padding-bottom: 4px;
}

.assign-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(226, 226, 226);
  padding-top: 10px;
  padding-bottom: 20px;
}

/* .assign-container * {
    min-width: 150px;
    width: 100%;
    max-width: 300px;
} */

.assign-options,
.filter-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}

.assign-options *,
.filter-options * {
  min-width: 100%;
  max-width: 100%;
}

.assign-options-mapped,
.filter-options-mapped {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.assign-zone-container select,
.assign-asset-container select {
  min-width: 23%;
}

.assign-zone-container button,
.assign-asset-container button {
  min-width: 26%;
}

.assign-options-mapped *,
.filter-options-mapped * {
  min-width: 20%;
  max-width: 20%;
}

#assign-asset-btn {
  min-width: 25%;
}

.next-prev-container {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  max-height: 33px;
}

.next-prev {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  padding-bottom: 0;
}

#next,
#prev {
  width: 9em;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

/* #next {
    margin: 0 10px;
    margin-right: auto;
} */

.toggle-overview-page-container {
  display: flex;
  height: 100%;
}

#toggle-map,
#overview-page {
  height: 33px;
  padding-bottom: 0;
  padding-top: 4px;
  border: none;
}

#toggle-map {
  border-right: 1px solid rgb(192, 192, 192);
}

.pagination-stats-heading {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 4px;
}

.current-page {
  width: 30px;
  height: 21px;
  margin: 0 4px;
  padding-top: 4px;
  border: 1px solid rgb(204, 203, 203);
  border-radius: 5px;
  text-align: center;
}

.current-page:focus-visible {
  outline: none;
  outline-offset: 0;
  padding: 0;
}

#total-pages {
  margin: 0 5px;
}

#total-pages,
#total-images {
  height: fit-content;
}

.sub-img-filter {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.sub-right {
  padding: 0 23px;
  padding-right: 15px;
  height: 400px;
}

#img-assistant {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgb(226, 226, 226);
}

.w-100 {
  width: 95.2vw;
  margin-left: 15px;
}

#zoom-loadingDiv {
  top: 50%;
}

/* Styles for Substation */
.zone-container:nth-child(-n + 3) {
  margin-top: 0;
}

.zone-thumb-list {
  padding-left: 0;
}

.zone-thumb-text {
  padding-left: 10px;
}

.zone-thumb-text h4 {
  font-size: 22px;
}

.zone-thumb {
  max-width: 90%;
  border: 1px solid rgb(218, 218, 218);
  background: rgb(241, 241, 241);
}

.map-container {
  padding: 0;
  height: 700px;
}

.map-container #sub-map {
  margin-right: 0;
  margin-left: 0;
}

.sub-progress-container {
  padding: 0;
  background: #f1f1f1;
  border: 1px solid #dadada;
}

.zone-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zone-btn a {
  width: 100%;
  text-align: center;
  background: var(--kai-green);
  color: white;
}

.zone-btn a:hover {
  text-decoration: none;
}

.zone-btn a button {
  font-size: large;
  background: none;
  border: none;
}

.sub-assign-btn {
  padding: 0;
}

.sub-assign-btn button {
  font-size: large;
  width: 100%;
  color: white;
  border: none;
  background: var(--kai-green);
}

.sub-assign-btn:hover {
  text-decoration: none;
}

.sub-pagination * {
  font-size: 20px;
  color: black;
}

.alert-messages {
  width: 50%;
  margin-left: 10px;
}

.unmap-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}

.unmap-pagination .controls {
  display: flex;
  align-items: center;
  width: 30%;
  margin: 0;
}

.unmap-pagination .controls btn {
  margin: 0;
  margin-left: 10px;
}

.mapped-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.pagination-stats {
  font-size: 16px;
  padding-bottom: 0;
}

#current-page,
#total-pages,
#total-images,
.sub-section-header {
  color: var(--kai-green);
  font-weight: normal;
}

.circles-wrp {
  margin-top: 10px;
}

.circles-text {
  color: var(--kai-green);
  font-size: 28px !important;
  font-weight: bold;
}

#sub-loadingDiv {
  top: 350px;
}

#sub-page-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.tomato {
  border: 4px solid tomato;
}

.sub-border-right {
  border-right: 2px solid grey;
}

.align-center {
  text-align: center;
}

.no-img-found {
  position: absolute;
  font-weight: bolder;
  color: rgba(145, 145, 145, 0.66);
  top: 170%;
  z-index: 5;
  left: 35%;
  margin-top: 100px;
}

.no-img-found h2 {
  font-size: 3.5em;
}

.assign-asset-container {
  display: flex;
  justify-content: space-between;
}

.add-asset-btn {
  padding-left: 0;
}

.feedback-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0px 10px;
  background: rgb(60 59 59 / 60%);
  color: rgb(202 196 196);
  z-index: 2;
}

.sub-filter-container {
  border: 1px solid rgb(204, 203, 203);
  margin-left: 15px;
  padding: 0;
  margin-right: 5px;
}

.sub-assign-container {
  border: 1px solid rgb(204, 203, 203);
  margin-right: 7px;
}

.sub-pagination-container {
  border: 1px solid rgb(204, 203, 203);
}

.mapped-filter-dropdowns * {
  max-width: 22%;
  min-width: 22%;
}

#zoneList,
#assetList {
  min-width: 100%;
  max-width: 100%;
}

#filter-zone-list,
#filter-asset-list {
  min-width: 100%;
}

#filter-user-list {
  min-width: 100%;
}

.filter-zone-container,
.filter-asset-container {
  display: flex;
  justify-content: space-between;
}

.filter-zone-container,
.filter-asset-container {
  max-width: 20%;
  min-width: 20%;
}

.filter-zone-container button,
.filter-asset-container button {
  padding-left: 0;
}

.assign-zone-container,
.filter-asset-container {
  display: flex;
  justify-content: space-between;
}

.assign-zone-container,
.filter-asset-container {
  max-width: 20%;
  min-width: 20%;
}

.assign-zone-container button,
.filter-asset-container button {
  padding-left: 0;
}

.filter-flagged-container,
.filter-user-container {
  min-width: 15%;
  max-width: 15%;
}

#filter-flagged-dropdown {
  min-width: 100%;
}

#filter-img-btn {
  max-width: 18%;
  min-width: 18%;
  margin-bottom: 4px;
}

.flagged-container {
  position: absolute;
  right: 10px;
  top: 9px;
  color: var(--kai-green);
  font-weight: bold;
}

.flag {
  position: absolute;
  font-size: 30px;
  right: 8px;
  top: 40px;
}

.img-flagged {
  color: red;
  background: var(--kai-img-panels);
  padding: 4px;
}

.img-unflagged {
  display: none;
  color: gainsboro;
}

.sub-images-top-heading h3 {
  margin: 15px 0;
  font-size: 22px;
}

.substation-images-main-heading {
  margin-top: 0px;
  z-index: 401;
  color: var(--kai-green);
  position: absolute;
  background: var(--kai-img-panels);
  padding: 15px;
  top: 10px;
  left: 5px;
}

.lidar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 36px;
  height: 36px;
  background: #efefef;
}

.sub-images-plus {
  font-size: 16px;
}

.color-selected {
  color: var(--kai-hover);
}

/* Asset Scoring Page */
.asset-score-left {
  border: 1px solid gainsboro;
  margin-right: 10px;
  padding: 15px;
  padding-top: 25px;
}

.asset-assign-upper {
  display: flex;
  height: 45vh;
}

.asset-score-right {
  border: 1px solid gainsboro;
  min-height: 88vh;
  width: 24%;
  background: var(--kai-img-panels);
  padding-bottom: 20px;
}

.select-asset-group-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0em;
}

#select-asset-group {
  font-size: 16px;
  width: 100%;
  text-align: left;
}

.condition-element-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.condition-element-container h4 {
  margin-bottom: 15px;
  color: var(--kai-green);
  font-size: 16px;
}

.condition-element-dropdowns {
  display: flex;
  width: 100%;
  justify-content: center;
}

.condition-score {
  margin: auto;
}

#assign-asset-condition {
  font-size: 16px;
  margin-top: 35px;
}

#asset-assign-main-img-container {
  width: 60%;
  height: 100%;
}

#asset-assign-main-img {
  height: 100%;
  width: 100%;
  background: var(--kai-img-panels);
}

.toolbarDiv-asset-assign {
  position: absolute;
  width: 58% !important;
  left: 0 !important;
  border-right: 0 !important;
}

.toolbarDiv-asset-assign button {
  background: white !important;
}

.asset-info-card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  width: 40%;
  font-size: 16px;
}

.asset-info-card {
  border: 1px solid gainsboro;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.asset-assign-img-container {
  border-left: none !important;
  border-right: none !important;
  position: relative !important;
  overflow-x: hidden !important;
  min-height: 37.6vh !important;
}

.next-prev-asset-condition {
  max-width: 14em;
  margin-left: 20px;
}

.asset-condition-pagination-container {
  border: none;
  margin-top: 10px;
}

/* Menu Pages */
#zones-table-container-X {
  padding: 15px;
}

#zones-table-container-survey {
  padding: 15px;
}

.previous-btn {
  position: absolute;
  left: 30px;
  border: none;
  background: none;
  z-index: 2;
}

.previous-btn:hover {
  background: rgba(207, 207, 216, 0.66);
}

.asset-assign-back-btn {
  position: absolute;
  margin-right: 2px;
  margin-left: 10px;
  height: fit-content;
  padding: 0px 8px;
  z-index: 10;
  background: white;
}

.asset-img-thumbnail {
  margin-left: 0;
}

.asset-card-text {
  color: var(--kai-green);
  margin-right: 5px;
}

.asset-elements-condition-table * {
  border: none !important;
}

.condition-element-scores {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
  border: 1px solid gainsboro;
  padding: 4px 0;
  padding-left: 10px;
}

.condition-element-scores > span {
  height: 25px;
  padding-top: 2px;
}

.asset-elements-table-container {
  height: 100%;
  width: 100%;
}

.asset-info-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#next_asset_btn,
#prev_asset_btn {
  width: 20%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: none;
}

.asset_btn_hover:hover,
.asset_btn_hover:hover {
  background: rgb(239, 239, 239) !important;
}

.disabled-icon {
  color: gainsboro !important;
  cursor: not-allowed !important;
}

.disabled-icon span {
  color: gainsboro !important;
}

.asset-next-prev {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}

#scoreAlert {
  margin-top: 10px;
}

.asset-condition-no-data-found {
  position: absolute;
  height: 25vh;
  width: 36%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-none {
  display: none !important;
}

.green {
  background: #b6d7a8;
}

.yellow {
  background: #ffe599;
}

.orange {
  background: #f9cb9c;
}

.red {
  background: #ea9999;
}

tr {
  height: 10px;
}

.text-centered {
  text-align: center;
}

.kai-green {
  color: var(--kai-green);
}

.asset-loadingDiv {
  left: 33% !important;
  top: 250px !important;
}

.asset-no-img-found {
  top: 65% !important;
  left: 36% !important;
  margin-top: 0 !important;
  width: fit-content;
}

/* .asset-table-condition-group-insert {
    font-size: 16px;
    color: var(--kai-green);
    font-weight: bold;
} */

.pin-info-card {
  padding: 5px;
  width: 100%;
}

.tooltip-inner {
  font-weight: 600;
  padding: 5px;
  color: var(--kai-green);
  background: white;
}

.chart-container {
  position: relative;
  height: 240px;
  width: 95vw;
  margin-bottom: 20px;
  margin-top: 20px;
}

.outer-chart-container {
  max-width: 80vw;
}

.stats-table-main-container {
  position: absolute;
  top: 120px;
  z-index: 401;
  text-align: center;
  padding-left: 120px;
  margin: auto;
  width: 34%;
}

#zones-table-main-container {
  position: absolute;
  top: 120px;
  z-index: 401;
  text-align: center;
  left: 48%;
}

table {
  max-width: 100%;
}

.menu-btn {
  padding: 2px 12px;
}

.schematic-container {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  z-index: 1;
}

.review-img-stats {
  padding: 4px;
  padding-left: 10px;
  background: var(--kai-img-panels);
  border: 1px solid gainsboro;
  margin-bottom: 10px;
  min-width: 260px;
}

.review-img-stats-top {
  display: flex;
  justify-content: space-between;
}

.review-next-prev {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  width: 50%;
}

.review-img-stats-top p {
  margin-bottom: 0;
}

.review-img-stats-date {
  margin-bottom: 3px;
}

.schematic-svg {
  margin: 0;
  height: 25vh;
  max-height: 450px;
}

.grade-box {
  height: 25px;
  width: 35px;
}

.background-grade-1 {
  background: #00ff00;
}

.background-grade-2 {
  background: #c8ff00;
}

.background-grade-3 {
  background: #ffff00;
}

.background-grade-4 {
  background: #ffbe00;
}

.background-grade-5 {
  background: #ff6900;
}

.background-grade-6 {
  background: #ff0000;
}

.grade-box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.grade-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.second-svg-div {
  background: rgb(247, 247, 247);
  border: 1px solid gainsboro;
}

.schematic-top-heading {
  text-align: center;
}

#steelwork-assessment-edit:hover {
  text-decoration: none;
}

.steelwork-report-table {
  margin-left: 10px;
  width: 100%;
}

.steelwork-report-table-container {
  display: flex;
}

.steelwork-report-table1 {
  flex: 1;
}

.steelwork-report-table2 {
  flex: 3;
}

.sub-overview-btn {
  /* position: absolute; */
  width: 100%;
  margin-top: 10px;
  /* left: 30px;
  z-index: 1;
  max-height: 34px;
  margin-left: 50px; */
}

.edit-bay-btn {
  background: none;
}

.edit-bay-btn:focus,
.edit-bay-btn:active:focus,
.edit-bay-btn:focus {
  outline: none;
  /* box-shadow: none; */
}

.sub-modal-header {
  background: var(--kai-green);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.sub-modal {
  background: rgba(0, 0, 0, 0.8);
}

.sub-modal-dialog {
  margin-top: 125px;
}

.sub-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 79px;
}

/* .sub-modal-footer button {
    margin-left: 0 !important;
} */

.sub-cancel-btn {
  background: var(--kai-table-border);
  color: #333;
}

.sub-cancel-btn:hover {
  background: var(--kai-container-border);
}

.sub-delete-btn {
  background: firebrick;
  color: #fff;
}

.sub-delete-btn:hover {
  background: #fd5e78;
}

.confirmation-modal {
  position: absolute;
  background: var(--kai-img-panels);
  border: 1px solid var(--kai-container-border);
  padding: 10px;
  z-index: 1;
  width: 80%;
  left: 10%;
}

.confirmation-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--kai-container-border);
}

.confirmation-modal p {
  margin: 25px 0;
}

.confirmation-modal-btn-container {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--kai-container-border);
  padding-top: 10px;
}

.confirmation-modal-cancel {
  margin-left: 5px;
}

.sw-asmt-assess-btn-container {
  padding: 5px 10px;
}

/* Steelwork Assessment Page */

.sw-asmt-left {
  border: 1px solid gainsboro;
  min-height: 80vh;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-0 {
  padding-left: 0;
}

.plr-5 {
  padding: 0 5px;
}

.sw-asmt-tower-list {
  padding: 0;
}

#sw-asmt-route-dropdown,
#sw-asmt-tower-dropdown {
  width: 100%;
}

.sw-circuit-info-container {
  display: flex;
  height: 100px;
  padding: 0;
  border: 1px solid gainsboro;
}

.sw-circuit-info-container div {
  /* width: 50%; */
  height: 100%;
}

.sw-circuit-info-text-left {
  border-right: 1px solid gainsboro;
  width: 65%;
}

.sw-asmt-color-box {
  display: flex;
  justify-content: space-between;
  height: 80px;
}

.sw-asmt-color-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 100%;
  width: 13%;
}

.coloring-ci {
  background: #e4e4e4;
}

.coloring-cy {
  background: #57acc6;
}

.coloring-1 {
  background: #00ff00;
}

.coloring-2 {
  background: #c8ff00;
}

.coloring-3 {
  background: #ffff00;
}

.coloring-4 {
  background: #ffbe00;
}

.coloring-5 {
  background: #ff6900;
}

.coloring-6 {
  background: #ff0000;
}

.sw-asmt-input-fields {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.sw-asmt-input-fields div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.sw-asmt-input-fields div select {
  width: 65%;
}

#sw-img-date {
  width: 65%;
}

.sw-toggle-arms {
  align-items: center !important;
}

.sw-toggle-arms-btn-container {
  display: flex;
  flex-direction: column;
  width: 66%;
}

.sw-toggle-arms-btn-container div {
  width: 52%;
}

.sw-comment-container {
  margin-bottom: 10px;
  padding: 0;
}

.sw-comment-container textarea {
  height: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

@media (max-height: 925px) {
  .sw-comment-container textarea {
    height: 50px;
  }

  .sw-asmt-color-box {
    height: 60px;
  }
}

@media (max-height: 835px) {
  .sw-comment-container textarea {
    height: 40px;
  }

  .sw-asmt-color-box {
    height: 35px;
  }
}

@media (max-height: 795px) {
  .sw-comment-container {
    margin-bottom: 0;
  }

  .sw-asmt-comment-outer-container {
    margin-top: 0;
  }
}

@media (max-width: 1600px) {
  .sw-asmt-input-fields div select {
    width: 56%;
  }

  #sw-img-date {
    width: 56%;
  }
}

/* Steelwork Assessment right side */

.sw-asmt-schematic-container {
  display: flex;
  justify-content: center;
  height: 80vh;
}

.sw-asmt-schematic-svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 10;
}

.sw-schematic-sides {
  z-index: 11;
  position: absolute;
}

.schematic-side-2 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
}

.sw-schematic-sides div {
  display: flex;
  margin-top: 5px;
}

.sw-asmt-circuit-name-2-container {
  width: 100%;
  justify-content: end;
}

.sw-schematic-sides div p {
  width: 55px;
}

.schematic-side-2 div p {
  margin-left: 5px;
}

.color-box-selected {
  border: 4px solid rgb(9, 168, 241);
}

.sch-item {
  z-index: 10;
}

.sw-asmt-alert {
  display: none;
  position: absolute;
  top: 40%;
  margin-left: 10px;
  max-width: 24%;
}

.sw-ddm {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.sw-schematic-extra-side {
  top: 20%;
}

.sw-asmt-circuit-name-4-container {
  padding: 0;
  justify-content: flex-end;
}

.extent-score-datalist {
  display: flex;
  justify-content: space-between;
  padding-left: 3px;
}

.sw-asmt-redirect-modal {
  justify-content: center;
  align-items: center;
}

.sw-asmt-confirmation-modal {
  left: auto;
  width: 50%;
}

.sw-asmt-color-side-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 !important;
}

.sw-asmt-color-side-container div {
  margin: 0;
}

.sw-asmt-color-plate {
  height: 65px;
  padding: 5px;
}

.row-reverse {
  flex-direction: row-reverse;
}
.bbox-image-canvas {
  z-index: 9;
}

.bbox-canvas {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#current-page-input {
  padding-top: 0;
}

.disabled-btn {
  cursor: not-allowed !important;
}

.disabled-btn:hover {
  text-decoration: none;
}

/* @media (max-width: 1825px) {
  .survey_main {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    padding-right: 30px;
  }
} */

.datatable-sm-text {
  margin: 0;
}

td {
  font-size: 12px;
}

.progress-container {
  display: flex;
  height: 1rem;
  width: 100%;
  border-radius: 0.4rem;

  background: var(--kai-container-border);
}

.progress-container .progress {
  height: 100%;
  width: 0;
  border-radius: 0.4rem;
  transition: width 0.4s ease;
}

.condition-scoring-scores-stats {
  background: var(--kai-img-panels);
}

.progress-container-scale {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--kai-green);
}

.progress-inner-text {
  display: flex;
  align-items: center;
  color: #000;
}

.average-score-text,
.max-score-text {
  color: var(--kai-green);
}

.substation-disclaimer {
  font-size: 10px;
  text-align: left;
}

.edit-tower-pencil {
  margin-left: 5px;
  background: none;
  border: none;
}

.text-align-left {
  text-align: left;
}

.defects-zoom-next-prev {
  justify-content: flex-start;
  width: 100%;
}

.mr-0 {
  margin-right: 0;
}

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -16px;
}

.caret {
  margin-left: 8px;
}

.menu-page-left-container {
  position: absolute;
  top: 111px;
  z-index: 401;
  padding-left: 50px;
  /* width: 50%; */
}

.quick-action-container {
  background: #f8f8f8;
  padding-bottom: 15px;
}

.text-bold {
  font-weight: bold;
}

.fs-30 {
  font-size: 2.5em;
}

.quick-action-btn-text {
  font-size: small;
  margin-top: 12px;
  margin-bottom: 6px;
}

.recent-activity-container {
  position: absolute;
  top: 111px;
  right: 50px;
  padding-bottom: 0;
  max-width: 45%;
  z-index: 401;
}

.recent-activity-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.recent-activity-text-container {
  min-height: 118px;
}

.charts-container {
  margin-top: 15px;
}

.menu-chart-1,
.menu-chart-2 {
  max-width: 104%;
  max-height: 280px;
  margin: 0;
  margin-top: 5px;
}

.charts-heading-container {
  padding-top: 10px;
  align-items: center;
}

.m-0 {
  margin: 0;
}

.chart-view-btn {
  padding: 4px 12px;
}

.recent-activity-icon {
  font-size: 12px;
}

.recent-activity-exclamation {
  color: #f6c335;
}

.recent-activity-heading {
  font-size: 16px;
  align-items: center;
}

.recent-activity-heading img {
  max-width: 98px;
}

.defect-icon {
  width: 22px !important;
  height: 22px !important;
  fill: #f6c335;
}

.assessment-icon {
  width: 22px !important;
  height: 22px !important;
  fill: #28596e;
}

.quick-action-center-heading {
  margin-bottom: 15px;
  font-size: 16px;
}

.chart-main-heading {
  font-size: 16px;
}

.quick-action-center-btn-div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.quick-action-center-btn-div a {
  width: 50%;
  max-width: 148px;
}

.quick-action-center-btn-div a > button {
  width: 100%;
  height: 100%;
  white-space: normal;
}

.menu-bottom-div {
  display: flex;
  align-items: baseline;
  position: absolute;
  z-index: 401;
  left: 35px;
  bottom: 6px;
  margin-bottom: 15px;
}

.app-version-div {
  padding: 2px 8px;
  border-radius: 20px;
  background: #72cdb8;
  color: #28596e;
}

.create-user-table-btn {
  position: absolute;
  left: 15px;
  z-index: 2;
}

.recent-activity-time {
  font-size: smaller;
  color: #afbbcb;
}

.asset-card-defect-text {
  color: #b58814;
}

.menu-page-tooltip-bottom-text {
  font-size: smaller;
}

.center-exclamation-circle {
  position: absolute;
  margin-top: 20px;
  color: white;
}

.qac-icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-i-background {
  background-image: url(/static/css/icon/info-solid-active.svg) !important;
}

.inactive-i-background {
  background-image: url(/static/css/icon/info-solid.svg) !important;
}

@media screen and (max-width: 1567px) {
  .line-break {
    display: block;
  }
}

.flex-align-center {
  align-items: center;
}

.broadcast-tower {
  background: url("../img/broadcast-tower.svg");
  background-repeat: no-repeat;
  height: 14px;
  width: 19px;
}

.defect-image-modal-main {
  display: flex;
  justify-content: center;
  background: var(--kai-img-panels);
  height: 430px;
  width: 758px;
}

.defect-image-modal {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
}

.defect-modal-content-main div {
  height: 70px;
  width: 150px;
}

.defect-modal-content-main div:last-child {
  height: fit-content;
}

.defect-next-prev-container {
  display: flex;
}

.defect-next-prev button {
  position: initial;
  margin-left: 0;
}

.defect-next-prev button:focus,
.defect-next-prev button:active {
  outline: none !important;
}

.modal-header {
  border-bottom: 0;
}

.defect-modal-img-video-container {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 8px;
}

.defect-tower-text {
  color: #f6c335;
}

.defect-tower-text:hover {
  cursor: pointer;
}

.defect-modal-content {
  width: 760px;
  right: 50px;
}

.report-title {
  font-weight: 600;
  margin: 0;
  color: #1e576f;
  position: absolute;
  z-index: 2000;
  left: 163px;
  top: 25px;
}

.defects-report-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#defects-table_filter input, #survey-table_filter input, #quarantined-survey-table_filter input, #transferred-survey-table_filter input, #exceptions-survey-table_filter input  {
  margin-left: 10px;
}



.defects-report-top-controls {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px;
}

#toggle-filters:active {
  color: #fff;
}

.defect-modal-btn {
  height: fit-content;
  padding: 0px 8px;
  z-index: 10;
  background: white;
}

.defect-modal-zoom-controls {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.defect-modal-header {
  display: flex;
  justify-content: space-between;
}

.defect-modal-btn {
  padding: 0px 8px;
  background: var(--kai-green);
}

.defect-modal-btn i {
  color: white;
  font-size: 16px;
}

.defect-modal-btn:focus {
  outline: none !important;
}

.close {
  color: white;
  opacity: 1;
}

.canvas-relative-height {
  min-height: 512px;
  margin-bottom: 10px;
}

#no-samples-found {
  top: 46%;
}

.leaflet-tooltip-pane {
  font-size: 14px;
}

.summary-fields-container div label {
  font-weight: bold;
  color: var(--kai-green);
}

#svg-summary-comments {
  color: #333;
}

.summary-svg-container svg {
  max-height: 700px;
}

.defects-controls-active {
  font-weight: bold;
  outline: none;
  color: #23527c;
  text-decoration: underline;
}

.edit-user-pencil {
  background: none;
  border: none;
}

.edit-user-pencil:focus,
.edit-user-pencil:active:focus {
  background: none;
  border: none;
}

.no-video-found {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #6b6b6b8a;
  font-size: 54px;
  font-weight: 600;
}

#route-tower-field {
  font-weight: bold;
}

.leaflet-interactive:focus {
  border: none;
  outline: none;
}

.leaflet-pane > svg path.leaflet-interactive:focus {
  border: none;
  outline: none;
}

.mb-4 {
  margin-bottom: 4px;
}

.summary-svg-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-next-prev a:hover {
  background: none;
}

.review-next-prev a button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: none;
}

.alert-global {
  position: fixed;
  top: 10px;
  width: 20%;
  left: 40%;
  z-index: 999999;
  border-radius: 0px;
  text-align: center;
  display: none;
}


#defects-table_wrapper {
  position: initial;
  overflow-y: scroll;
  height: 75vh;
  max-height: 100%;
}

#quarantined-survey-table_wrapper,
#transferred-survey-table_wrapper,
#exceptions-survey-table_wrapper {
  position: initial;
  overflow-y: scroll;
  height: 70vh;
  max-height: 100%;
}


.summary-stat {
  margin-left: 10px;
  /* vertical-align:middle; */
  background-color: var(--kai-hover);
}