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

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

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

.dimos-menu-bar-container.container {
  width: 100%;
}

.logo-img {
  height: 30px;
}

.logo-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}
.dimos-menu-bar {
  background: #f0f0f0;
  box-shadow: 1px 1px 20px #cdcdcd;
}

.user-col.col-md-1 .ti-user {
  display: table;
  margin: 0 auto;
  font-size: 15px;
}

.user-col.col-md-1 {
  padding-top: 15px;
  font-size: 14px;
  height: 100%;
  background: #d5d5d5;
  text-align: center;
  font-weight: 100;
}

.row.main-menu-row {
  height: 65px;
}

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

.dimos-menu li {
  display: inline-table;
  vertical-align: middle;
  font-size: 15px;
  height: 100%;
}
.dimos-menu {
  height: 100%;
  padding: 0px;
}

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

.dimos-menu li a {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px;
  color: #222;
  font-weight: 100;
  position: relative;
  font-size: 14px;
}

.menu-icon {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  opacity: 0.8;
}

.dimos-menu li a::after {
  content: ' ';
  background: #c1c1c1;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 0px;
}

.dimos-menu li:last-child a::after {
  display: none;
}
html,
body {
  height: 100%;
}

.main-inner-row {
  height: calc(100% - 65px);
  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;
}

.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;
}

.main-content-col .panel {
  border-color: #ddd;
  height: calc(100% - 20px);
}

.panel-body {
  height: calc(100% - 20px);
  overflow-y: auto;
}

.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;
}

.dashboard-row.row .dash-col .panel-body {
  min-height: 335px;
}

.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: royalblue;
  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;
}
