@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap&subset=greek);@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap);@charset "UTF-8";

html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

main {
  min-height: 100%;
}

body.modal-open {
  overflow: visible;
}

.modal-scrollbar-measure {
  overflow: hidden !important;
}

.page-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

#content-wrapper.expanded {
  width: 100%;
  margin-left: 35px;
}

.page-header-wrapper,
.page-content-wrapper,
.page-footer-wrapper {
  box-sizing: border-box;
  display: table-row;
}

.page-content-wrapper {
  height: 100%;
  background: #4d6276;
}

.page-header {
  margin: 0;
}

.page-header:before,
.page-header:after {
  display: table;
  content: "";
}

.page-header:after {
  clear: both;
}

.page-content {
  min-height: 100%;
}

.page-content:before,
.page-content:after {
  display: table;
  content: "";
}

.page-content:after {
  clear: both;
}

.page-footer {
  background: #081f34;
  color: white;
  min-height: 3em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  vertical-align: middle;
}

.page-footer * {
  font-size: 0.8rem;
}

.page-footer:before,
.page-footer:after {
  display: table;
  content: "";
}

.page-footer:after {
  clear: both;
}

/**********   login    *************/

.login-card {
  box-shadow: 5px 5px 15px 0px #444;
  margin-bottom: 20%;
}

/**********   NavBar   *************/

#appnav {
  background-color: #fff !important;
}

.navbar-logo {
  max-width: 200px;
  height: auto;
  margin-top: 5px;
}

nav a.dropdown-item:hover {
  background-color: #ccc !important;
}

/**********  User profile page   *************/

.custom-file-input ~ .custom-file-label::after {
  content: "\395\3C0\3B9\3BB\3BF\3B3\3AE   \3C6\3C9\3C4\3BF\3B3\3C1\3B1\3C6\3AF\3B1\3C2";
}

/***************  avatar   ******************/

.avatar {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.avatar span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.avatar span span {
  align-self: center;
  letter-spacing: -1px;
}

/**********   Side Bar   *************/

#sidebar {
  background: #081f34;
  height: 100%;
}

.sidebar-wrapper-collapsed {
  max-width: 35px;
  min-width: 35px;
  position: fixed;
  left: 0;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 5px 5px #111519;
  z-index: 10000;
}

.sidebar-wrapper-collapsed #sidebar .card {
  height: auto;
}

.sidebar-wrapper-collapsed #sidebar .card-body {
  padding-left: 3px;
  padding-right: 3px;
}

.sidebar-wrapper-collapsed .sidebar-toggler {
  text-align: center;
  width: 100%;
  padding: 0 0 15px 0;
}

.sidebar-wrapper-collapsed .sidebar-toggler i {
  right: 7px;
}

.sidebar-wrapper-collapsed a.sidebar-link {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.sidebar-wrapper-collapsed a.sidebar-link:hover i {
  color: #ed1000;
}

.sidebar-toggler i {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0;
  margin: 0;
  color: #103f69;
  font-size: 2em;
}

.sidebar-toggler i:hover {
  color: #ed1000;
}

a.sidebar-link {
  display: block;
  padding: 5px;
  border-radius: 4px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

a.sidebar-link i {
  width: 2em;
}

a.sidebar-link:hover {
  text-decoration: none;
  color: white;
  background-color: #103f69;
}

a.sidebar-link:hover .sidebar-text {
  color: #ed1000;
}

.sb-divider {
  display: block;
  height: 1px;
  margin: 10px 0;
  background-color: #103f69;
}

/**********  Session Flash Messages   *************/

.hylo-alert {
  position: absolute;
  z-index: 9999999;
  border: none;
  top: 5px;
  max-width: 50%;
}

.hylo-alert i {
  font-size: 2em;
}

.hylo-alert .alert-text {
  font-size: 1.1em;
}

.hylo-alert.alert-success {
  background-color: rgba(90, 194, 120, 0.9);
  color: #fff;
}

.hylo-alert.alert-danger {
  background-color: rgba(240, 128, 128, 0.9);
  color: #fff;
}

.hylo-alert.alert-secondary {
  background-color: rgba(173, 181, 208, 0.9);
  color: #000;
}

/**********  Database table styling   *************/

.table-title {
  display: inline-block;
  font-weight: bold;
  font-size: 1.5em;
}

.table-subtitle {
  display: inline-block;
  font-weight: 200;
  font-size: 1.5em;
}

.table-header-text {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
}

.table-row-text {
  text-align: left !important;
  /* font-family:  'roboto condensed'; */
  font-size: 1em;
}

.table-locked-row {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, rgba(0, 0, 0, 0.1) 10px);
}

.table-actions-cell {
  display: block;
  text-align: right;
}

/**********  Database action buttons   *************/

a.btn-index-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #777;
  text-decoration: none;
}

a.btn-index-action * {
  text-align: center;
  color: #777;
}

a.btn-index-action:hover {
  background-color: #777;
}

a.btn-index-action:hover * {
  color: #fff;
}

a.action-danger {
  background: #DC143C;
  border: 1px solid #DC143C;
}

a.action-danger * {
  color: white;
}

a.action-danger:hover {
  background: #8B0000;
  border: 1px solid #8B0000;
}

a.action-warning {
  background: #ffa500;
  border: 1px solid #ffa500;
}

a.action-warning * {
  color: #fff;
}

a.action-warning:hover {
  background: #ff6500;
  border: 1px solid #ff6500;
}

a.action-disabled,
a.action-disabled:hover {
  background: #fff;
  border: 1px solid #ccc;
}

a.action-disabled *,
a.action-disabled:hover * {
  color: #ccc;
}

/**********  Database table pagination   *************/

.table-pagination .pagination > li > a,
.pagination > li > span {
  color: #6c757d;
}

.table-pagination .pagination > .active > a,
.table-pagination .pagination > .active > a:focus,
.table-pagination .pagination > .active > a:hover,
.table-pagination .pagination > .active > span,
.table-pagination .pagination > .active > span:focus,
.table-pagination .pagination > .active > span:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}

.table-pagination ul.pagination {
  display: inline-flex;
}

/* Top navbar notification */

nav a.notification {
  text-decoration: none;
  margin-top: 2em;
}

nav a.notification i {
  font-size: 1.7em;
  color: #bbb !important;
}

nav a.notification .badge {
  position: absolute;
  margin-left: -10px;
  margin-bottom: -30px;
}

/**********  Logged in / Logged out user icon   *************/

.logged-in {
  border-left: 7px solid lightgreen;
}

.logged-out {
  border-left: 7px solid lightgray;
}

/**********  Nav   *************/

div[aria-labelledby=navbarDropdown] {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 99999;
}

/**********  Profile   *************/

.color-stripe {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.2em;
}

.color-stripe:hover {
  cursor: pointer;
}

.avatar-choose-shape {
  width: 90px;
  height: 90px;
  border: 1px solid black;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.avatar-choose-shape.circle {
  border-radius: 50%;
}

/**********  Spacers  in pixels *************/

/* Horizontal spacer */

.hsp5 {
  width: 5px;
}

.hsp10 {
  width: 10px;
}

.hsp15 {
  width: 15px;
}

.hsp20 {
  width: 20px;
}

.hsp25 {
  width: 25px;
}

