@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=greek');

:root {
  --main-color: #2c3e50;
  --main-color-light: #c0cedc;
}

.card-header {
  background-color: var(--main-color);
  color: white;
}

body {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

a:hover {
  text-decoration: unset !important;
}

.logo-img {
  height: 30px;
}

.logo-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}

.logo-col {
  height: 100%;
  padding-top: 5px;
  background: #f0f0f0;
}

.main-menu-col {
  /* height: 100%; */
  padding-left: 0px;
}

html,
body {
  height: 100%;
}

.main-inner-row {
  height: calc(100% - 75px);
  margin: 0px;
}

.vertical-menu-col {
  /* height: 100%; */
  padding-top: 30px;
  overflow-y: auto;
  background: #f7f7f7;
  border-top: 1px solid #d2d2d2;
  padding-left: 0px;
  padding-right: 0px;
}

.vertical-menu li {
  list-style: none;
}

.vertical-menu {
  padding: 0px;
}
.vertical-menu li a {
  padding: 12px 10px;
  display: table;
  width: 100%;
  font-size: 13px;
  color: #222;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
  text-decoration: none;
}

.main-content-col {
  /* height: 100%; */
  overflow-y: auto;
  padding-top: 30px;
}
.vertical-menu li i {
  margin-top: 6px;
  display: inline-table;
  position: relative;
  top: 1px;
  margin-right: 4px;
  color: #cf212b;
}

.vertical-sub-menu {
  padding-left: 0px;
}

.vertical-menu li .vertical-sub-menu a {
  padding: 6px 10px;
  font-size: 11px;
  padding-left: 30px;
}

.dashboard-row.row {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}

.chart-table-color {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}

.ipomnima-clr {
  width: 20px;
  height: 20px;
  display: inline-table;
}
.map-ipomnima {
  padding: 0px;
}

.map-ipomnima li {
  list-style: none;
  margin-bottom: 4px;
  display: inline-grid;
  margin-right: 10px;
}

.col-md-4.dash-col {
  min-height: 480px;
}

.chart-title {
  text-align: center;
  font-weight: 600;
}

.istos-infowindow {
  width: 360px;
  height: 200px;
}

.street-data-istoi-info-images-td img {
  height: 50px;
}

.istoi-info-images-td img {
  height: 200px;
}

.street-data-map-inner .ti-fullscreen {
  position: absolute;
  z-index: 99;
  right: 27px;
  height: 45px;
  font-size: 25px;
  border-radius: 0px;
  border: 1px solid;
}
.select-katanalosi-view {
  display: inline-table;
  margin-bottom: 0px;
}

.select-katanalosi-view li {
  display: inline;
  border: 1px solid #222;
  padding: 1px 10px;
  background: white;
  margin-left: 5px;
  cursor: pointer;
}

.select-katanalosi-view li.selected {
  background: #f1c40f;
  color: white;
}
.node-row ul {
  padding: 0px;
}

.node-row ul li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #b0b0b0;
  padding: 3px 0px;
}

.node-row ul li a {
  color: #222;
}
.node-row ul li input {
  margin-right: 20px;
}

.node-row ul li.active {
  background: rgba(0, 0, 0, 0.1);
}

.vertical-menu-title {
  background-color: #2c3e50;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}

/* --------------------------------------- */
/* Scrollbar */
::-webkit-scrollbar {
  width: 1.3em;
  height: 1.3em;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1);
}
::-webkit-scrollbar-thumb {
  background: rgba(48, 57, 82, 1);
  border-radius: 100vw;
  border: 0.25em solid rgba(255, 255, 255, 1);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(48, 57, 82, 0.85);
}

@supports (scrollbar-color: red blue) {
  * {
    scrollbar-color: rgba(48, 57, 82, 1) rgba(255, 255, 255, 1);
    scrollbar-width: auto;
  }
}

/* --------------------------------------- */
/* SCROLL TO TOP */

#btnScrollToTop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: var(--main-color);
  width: 50px;
  height: 50px;
  color: white;
  font-weight: bold;
  z-index: 2880;
  cursor: pointer;
  border-radius: 50%;

  transform: scale(1);
  animation: pulse 2s infinite;
}
.material-icons {
  text-rendering: optimizeLegibility;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
