body {
  background: #e3e6e9;
  margin: 0;
}

.app-header {
  margin-bottom: 36px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
}

.modern-footer {
  padding: 16px 24px;
  margin-top: 36px;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1030;
  font-family: Roboto, sans-serif;
}
.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center ;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .footer-content {
    flex-direction: row;
    gap: 16px;
  }
}
.footer-left, .footer-middle, .footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-middle {
  gap: 8px;
}
.footer-left .copyright { color: #666; font-size: 14px; }
.footer-left .version { color: #9e9e9e; font-weight: 600; font-family: monospace; font-size: 12px; }
.footer-left .divider { color: #e0e0e0; margin: 0 8px; border-left: 1px solid #e0e0e0; height: 16px; }

.status-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.status-circle.online { background-color: #2e7d32; animation: none; }
.status-circle.offline { background-color: #d32f2f; animation: pulse 2s infinite ease-in-out; }
#status-text { color: #666; font-size: 12px; font-weight: 500;}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.tooltip-container { position: relative; cursor: default; }
.tooltip-text {
  visibility: hidden;
  background-color: #616161;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
}
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #616161 transparent transparent transparent;
}
.tooltip-container:hover .tooltip-text { visibility: visible; opacity: 1; }

.footer-right { gap: 24px; }
.footer-right a { color: #666; font-size: 12px; text-decoration: none; }
.footer-right a:hover { text-decoration: underline; }
.footer-right a.support-link { color: #1976d2; font-weight: 700; }

@media screen and (max-width: 450px) {
  .footer-div {
    margin-top: 20px;
    font-size: 6px;
  }
}
.footer-div {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.row.with-background {
  background: white;
}

.row.with-padding {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .row.with-padding {
    padding-left: 4%;
    padding-right: 4%;
  }
}

p.detail-text {
  color: grey;
}

img.img-circle {
  margin: 17px 3px 3px;
}

div.nav_welcome div.project-select-list {
  margin-top: 12px;
}
div.nav_welcome div.project-select-list .caret {
  margin-left: 4px;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/* Custom Nav bar styling */

div.navbar-container {
  background: white;
}
img.navbar-clark-logo {
  height: 100%;
  width: 140px;
}

img.coda-logo {
  background-color: white;
  height: 100%;
  padding: 5px;
  display: table-cell;
  height: 57px;
}

.clark-coda-desktop-logo {
  background-color: #fff;
  width: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid #afafaf;
}

.clark-header .col-auto {
  height: 100%;
  flex: 0 0 auto;
}

.owner-logo img {
  border-bottom: 1px solid #afafaf;
  width: 140px;
  height: 100%;
  object-fit: contain;
}

img.navbar-clark-project-logo {
  /*padding: 15px;
    margin-left: 5%;*/
  padding-right: 5%;
  margin-right: 0;
  width: 90%;
  height: auto;
  display: none;
}

.navbar-row {
  display: flex;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  /* border-bottom-width: 2px;
    border-color: #b0b0b0;
    border-style: solid; */
  background-color: white;
  font-family: Roboto;
}

.navbar-row.bottom-row {
  border-bottom: 1px solid #b0b0b0;
  height: 88px;
  align-items: center;
}

.row.unit-detail-table-row {
  height: 450px;
}

.header_nav-container {
  display: flex;
  vertical-align: middle;
  padding: 0;
  width: 100%;
}

.header-auth-container {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 38%;
}

img.navbar-proj-logo {
  padding: 5px;
  /*margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;*/
  height: 40px;
}

img.table-proj-logo {
  height: 45px;
}

a.navbar-brand {
  font-size: 28px;
}

ul.list-group.no-margin {
  margin-bottom: 0;
  border-radius: 0;
}

hr.no-margin {
  margin: 1px;
}

ul.list-group.no-bottom-buffer {
  margin-bottom: 0;
}

.panel-body.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

li.list-group-item.dashboard {
  margin-left: -1px;
  margin-right: -1px;
}

a.list-group-item.low-profile,
li.list-group-item.low-profile {
  padding-top: 6px;
  padding-bottom: 6px;
}

a.list-group-item.low-profile.active,
li.list-group-item.low-profile.active {
  padding-top: 4px;
  padding-bottom: 4px;
}

.test,
.chart1 {
  height: inherit;
}

.chart1 {
  height: 450px;
}

#chart_div {
  padding-top: 10px;
  height: 410px;
  width: 100%;
}
.dashboard-panel {
  margin: 5px;
}
.dashboard-panel-top {
  margin: 5px;
  margin-top: 10px;
}
.dashboard-progress-bar {
  margin: 2px;
}
.dashboard-stat {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
h6.dashboard-detail {
  margin-bottom: 2px;
  margin-left: 2px;
}
.media-left.legend {
  width: 20px;
  height: 20px;
}
svg.legend-square {
  margin-top: 0px;
}
svg.legend-square,
g.legend-square,
rect.legend-rect {
  width: 18px;
  height: 18px;
}
rect.legend-rect {
  stroke-width: 3;
  stroke: #262626;
  fill: #fff;
}

.panel-body.legend-panel {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Unit detail view custom CSS*/

.unit-detail-title {
  text-align: center;
  margin-bottom: 2px;
  margin-top: 0;
}
.unit-detail-subtitle {
  text-align: center;
  color: darkgray;
  margin-top: 2px;
  margin-bottom: 0;
}
.unit-value-centered {
  text-align: center;
  margin-bottom: 2px;
}

h4.unit-value-centered {
  font-size: 17px;
}

.unit-value-centered.big-num {
  font-size: 72px;
  font-weight: bold;
}

.unit-subtitle-centered {
  text-align: center;
  color: darkgray;
  margin-top: 5px;
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-margin {
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
}
li.list-group-item,
a.list-group-item {
  border: 1px solid white;
}
.row.detail-row {
  background-color: white;
}
.panel.panel-default.detail-table-panel.no-margin {
  height: 450px;
}
.panel.panel-default.turnover-map-options {
  height: 185px;
}
@media screen and (max-width: 991px) {
  .panel.panel-default.turnover-map-options {
    height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .panel.panel-default.turnover-map-options label {
    font-size: 12px;
  }
}
.dashboard-table-panel {
  height: 450px;
}
ul.dashboard-scroll-panel {
  height: 212px;
  overflow-y: scroll;
}
.panel.panel-default.unit-detail-header-panel.no-margin {
  height: 250px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .panel.panel-default.unit-detail-header-panel.no-margin {
    height: auto;
  }
  .panel.panel-default.detail-table-panel.no-margin {
    height: auto;
  }
  .list-group {
    margin-bottom: 0px;
  }
}

.panel-heading.edit-header + .panel-body.center-content-vertically {
  height: calc(100% - 36px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .dashboard-header-panel {
    height: auto;
  }
}
.row.unit-detail-top {
  margin-top: 10px;
}
/* Unit detail view custom CSS*/

/* .panel-heading.clark-punch-status {
    background-color: #f7e76e;
}
.panel-heading.owner-punch-status {
    background-color: #87e64d; 
} */

#table-filler {
  height: 414px;
  background-color: #e6e6e6;
  color: #8c8c8c;
  width: 100%;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 314px;
}
/* Turnover map page styling 

.btn-group {
    width: 358px;
}

.btn-group > label {
    width: 89px;
}

*/
/* SVG Map Styles */

body {
  font-family: helvetica, arial, sans-serif;
  /*  margin-left: 10px;
    margin-right: 10px; */
  padding: 0;
}
svg.turnover-map {
  height: 100%;
  width: 100%;
  padding: 5px;
  padding-top: 20px;
}

svg.turnover-map-large {
  margin: 20px;
  display: block;
  float: left;
  width: 550px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
text {
  fill: #262626;
  pointer-events: none;
}

g text.cls-1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  text-anchor: middle;
}

g text.cls-2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  text-anchor: middle;
}

.unit-shape {
  fill: #eeeeee;
  stroke: #262626;
  stroke-width: 2;
}

.amenity-space {
  fill: #eeeeee !important;
  stroke: #262626;
  stroke-width: 2;
}

.non-unit-shape {
  fill: #333333 !important;
}

.unit-shape:hover {
  stroke: black;
  stroke-width: 4;
  fill: #ffffff;
  cursor: pointer;
  opacity: 0.5;
}

.unit-shape.selected:hover {
  opacity: 0.3;
}

.unit-shape.selected {
  stroke: black;
  stroke-width: 8;
  fill: #ffffff;
  cursor: pointer;
  opacity: 0.5;
}

l.linked {
  cursor: pointer;
}
tr.linked-row {
  cursor: pointer;
}

tspan.unit-detail {
  font-weight: normal;
  text-anchor: middle;
  font-size: 22pt;
  width: 80px;
}
tspan.floor-label {
  text-anchor: middle;
  font-size: 90px;
}

/* end SVG Map Styles */

/* Nav Panel CSS */

.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #777;
}
.with-nav-tabs.panel-default
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > li
  > a:hover,
.with-nav-tabs.panel-default
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > li
  > a:focus {
  background-color: #ddd;
}
.with-nav-tabs.panel-default
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a,
.with-nav-tabs.panel-default
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a:hover,
.with-nav-tabs.panel-default
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a:focus {
  color: #fff;
  background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #fff;
}
.with-nav-tabs.panel-primary
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > li
  > a:hover,
.with-nav-tabs.panel-primary
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > li
  > a:focus {
  background-color: #3071a9;
}
.with-nav-tabs.panel-primary
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a,
.with-nav-tabs.panel-primary
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a:hover,
.with-nav-tabs.panel-primary
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a:focus {
  background-color: #4a9fe9;
}
.panel-heading.collapsible {
  cursor: pointer;
}
/*end Nav panels CSS */
/*start modal components CSS */

.row.modal-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
select.form-control.square {
  border-radius: 0;
}
/*end modal components CSS */
/* Radial contaier css */

.turnover_vision_img {
  margin: -3px 5px 0 5px;
  height: 15px;
}

.project-logo {
  height: 100%;
}

.project-logo img.nav_project_logo {
  height: 100%;
  width: 140px;
  object-fit: contain;
}

.nav_welcome {
  flex-grow: 1;
  font-size: 22px;
  padding-left: 8px;
}

.nav_info_right {
  height: 100%;
  padding: 4px 15px;
  color: #7f8081;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  border-left: 1px solid #afafaf;
}

.nav_info_right .headtext {
  font-size: 14px;
}

.nav_info_right .content {
  font-size: 35px;
  color: #454545;
}

.nav_info_right .subtext {
  font-size: 12px;
}

div.nav_welcome div.project-select-list {
  margin-top: -3px;
}

div.nav_welcome
  div.project-select-list.bootstrap-select.btn-group:not(.input-group-btn) {
  margin-left: 10px;
}

div.nav_welcome div.project-select-list button {
  border: none;
  font-size: 22px;
  padding-left: 0px;
  font-weight: bold;
}

div.nav_welcome div.project-select-list button:active,
div.nav_welcome div.project-select-list button:focus,
div.nav_welcome div.project-select-list button:hover {
  background-color: #fff;
}

div.nav_welcome div.project-select-list button:active,
div.nav_welcome div.project-select-list button:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

div.nav_welcome div.project-select-list img.current {
  display: none;
}

.radialContainer {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
}
.progressBarContainer {
  margin: 2px;
  width: 60px;
  height: 15px;
}
/* End radial container css */
/* Start loader*/

.spinner {
  padding-top: 175px;
  text-align: center;
}
.spinner > div {
  width: 15px;
  height: 15px;
  margin: 3px;
  background-color: lightgray;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* end loader*/

@media print {
  @page {
    size: ledger landscape;
    margin-top: 0;
    @top-center {
      content: 'Hello World!';
    }
  }
  .tooltip {
    display: none !important;
  }
}
/*
.color-table  > tbody > tr:nth-child(2n+1) > td
{
        background-color: #d9edf7;
    }

*/

.tableheader-nowrap > thead > tr > th,
.tableheader-nowrap > tbody > tr > th {
  white-space: nowrap;
}
/*#turnOverTable thead > tr > th.detail,
#turnOverTable tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}*/

#turnOverTable thead > tr > th:nth-child(2),
#turnOverTable tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: none !important;
}
tspan.small-text {
  font-size: 30pt;
}
#map-span .btn-group {
  width: auto;
  margin-bottom: 15px;
}

.top5 {
  margin-top: 5px;
}
.right5 {
  margin-right: 5px;
}

.big-icon {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.detail-view .col-sm-2 {
  word-wrap: break-word;
}
col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */

  text-align: left;
  /* inline-block space fix */

  margin-right: -4px;
}
.text-center {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

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

.pointer {
  cursor: pointer;
}
.buttonText {
  padding-left: 4px;
}
.radio-label {
  padding-left: 5px;
}
#svg_gallary .modal-dialog {
  width: 800px;
}

@media (max-width: 767px) {
  #svg_gallary .modal-dialog {
    width: auto;
  }
}

/* fix issue where modal will hide behind mobile navbar */
.modal {
  z-index: 10001;
}

.modal-80p {
  width: 95%; /* 80% of page to provide space for labels */
}
@media (min-width: 768px) {
  .modal-80p {
    width: 75%; /* 80% of page to provide space for labels */
  }
}
.bg-gray {
  background-color: rgba(208, 207, 207, 0.45);
}
#turnOverTable .selected td {
  background-color: #08c;
}
#floorsTable .selected td {
  background-color: #08c;
}

/* 5 column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/*########Client CSS#########*/

.label-font {
  font-size: 12px;
  padding-top: 7px;
  padding-left: 6px;
}

.label-padding {
  padding-right: 10px;
}

.project-update-heading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}

.fieldDetail {
  font-size: 11px;
  color: gray;
  padding-top: 5px;
}

.svgContainer svg {
  width: 100%;
}

.svgContainer {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}

.thumbnail-select {
  max-height: 26px;
  max-width: 60px;
}

.unit-floor {
  border: none;
  color: rgba(0, 136, 204, 0.67);
}

.unit-area {
  border: none;
  font-size: 35px;
  color: rgba(0, 136, 204, 0.67);
}

.project-dropDown-max-width {
  max-width: 330px;
  width: 100px;
}
.printOptions {
  margin-left: 20px;
}
.printLandscape,
.printPortrait {
  margin-left: 10px;
}
.font-margin {
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 2px;
  max-width: 70px;
  max-height: 21px;
}
.font-botton {
  max-width: 60px;
  max-height: 20px;
  margin-right: 8px;
  margin-left: 8px;
}
.font-botton-color {
  background-color: #0088cc;
  border-color: #0088cc;
}

@media (max-width: 767px) {
  .header_nav-container {
    display: block;
    background: rgb(255, 255, 255) !important;
  }

  .navbar-right {
    float: left;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    max-width: 100%;
  }

  .navbar-top {
    width: auto;
  }
}

@media (max-width: 928px) {
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #209dd1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .navbar-top {
    width: 100%;
    float: none !important;
  }
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
    .input-group-btn
  ) {
  max-width: 480px;
}

.header_nav_project_name {
  float: right;
  display: none;
}

.list-group-item {
  padding: 10px 10px;
}

@media (max-width: 767px) {
  .row.unit-detail-table-row {
    margin-top: 10px;
  }

  .visualization-options {
    display: flex;
    flex-direction: row;
  }

  .visualization-options .list-group-item {
    flex-grow: 1;
  }

  .unit-detail-top .turnover-map-options .panel-body.no-padding {
    padding: 0;
  }
}

@media (max-width: 928px) {
  #viz-heat-map.active {
    margin-bottom: 2px;
  }
}

.full-height {
  height: 100vh;
  background-image: url('/static/images/tunrover_vision_engraved.png');
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
  /*background-color: #CCCCCC;*/
}

.select-project-title {
  text-align: center;
  margin-bottom: 2px;
  color: gray;
}

@media (max-width: 1050px) {
  .popover {
    display: none !important;
  }
}

div.selectarealist {
  overflow-wrap: anywhere;
}

div.offline-status {
  color: white;
  margin-top: 100px;
}

section.pbiembedded iframe {
  border: none;
}

.clark-header {
  height: 58px;
}

ul.nav.nav-pills > li.navbar-text {
  font-size: 13px;
  font-weight: 500;
  margin: 9px 10px 0 0;
  color: #7f8081;
  margin-top: 0;
}

ul.nav.nav-pills > li.navbar-text > div {
  height: 100%;
}

ul.nav.nav-pills > li.navbar-text span.weather-temp {
  font-size: 20px;
  margin: 15px 10px 0px -4px;
}

ul.nav.nav-pills > li.navbar-text span.weather-temp:after {
  content: '\00B0';
}

.weather-icon {
  height: 50px;
}

.work-on-today-main {
  position: absolute;
  height: 105px;
  left: 3.74%;
  right: 2.93%;
  top: 67px;

  background: #f2f2f2;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}

.work-on-today-main .number {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 75px;
  line-height: 150%;
  /* or 112px */

  display: inline-flex;
  align-items: center;
  text-align: center;
  margin: 0 10px;

  color: #4a4a4a;
}

.work-on-today-main .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  /* identical to box height, or 22px */

  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #4a4a4a;
}

.work-on-today-main .prep {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */

  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 5px;
  text-transform: uppercase;

  color: #9a9797;
}

.work-on-today-seemore {
  position: absolute;
  height: 51px;
  left: 3.25%;
  right: 3.41%;
  top: 185px;
  background: #afb4bc;
  border-radius: 3px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.work-on-today-seemore .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  /* WHITE */

  color: #ffffff;
}

.work-on-today-seemore .icon {
  position: absolute;
  left: 58.1%;
  right: 38.4%;
  top: 30%;
  bottom: 2.01%;
  box-sizing: border-box;
  display: inline-flex;
}

#editProjectModal .modal-dialog,
#addNewProjectModal .modal-dialog,
#addUserModal .modal-dialog,
#svg_gallary .modal-dialog {
  margin-top: 200px;
}
