@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

h1 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

header {
  background-color: #f9f9f9;
}

header.content-header {
  background-color: #f9f9f9;
  padding: 0px;
}

header.content-header > .layout-container > .region {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header.content-header > .layout-container > .region > nav > ul > li {
    list-style: none;
    margin: 10px;
}
header.content-header > .layout-container > .region > nav > ul > li > a {
    text-decoration: none;
  }

/*.primary_menu {*/
/*  display: flex;*/
/*  flex-direction: row-reverse;*/
/*}*/
/*body.path-user .region-content {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content:space-between*/
/*}*/

#block-dotmin-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 200;
}
#block-dotmin-logo a img {
  margin-right: 30px;
}
#block-dotmin-logos {
  padding: 30px;
}

#block-dotmin-logos > div {
  display: flex;
  flex-wrap: wrap;
}

#block-dotmin-logos > div > img {
  padding-bottom: 30px;
  padding-right: 30px;
}

/* Login block with ads */
#block-dotmin-logos {
  /*max-width: 840px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
#block-dotmin-logos > div > img {
  width: 280px;
  /*height: 300px;*/
  margin: 10px;
  /*background-repeat: no-repeat;*/
}

#block-dotmin-useraccountmenu > ul {
    display: flex;
    flex-direction: row;
}
#block-dotmin-useraccountmenu > ul > li {
    list-style: none;
    margin: 10px;
}

form.user-login-form > a.btn-gsis {
  padding: 5px 30px;
  text-decoration: none;
  background: #2b3c85;
  /*visibility: hidden;*/
  font-size: 0px;
  line-height: 48px;
  display: inline-flex;
}

form.user-login-form > a.btn-gsis i {
  margin-right: 15px;
  background-repeat: no-repeat;
}
form.user-login-form > a.btn-gsis:after {
  visibility: visible;
  content: 'Συνδεθείτε με κωδικούς TAXISNET';
  font-size: 16px;
  vertical-align: middle;
}
/* views field_file_atta drop down style*/
/*table .claro-details__summary,*/
/*table .claro-details {*/
/*  border: none;*/
/*  box-shadow: none;*/
/*  padding-top: 2px;*/
/*  padding-bottom: 2px;*/
/*  margin-top: 2px;*/
/*  margin-bottom: 2px;*/
/*}*/
/*table .view-field-file-atta-table-column > a {*/
/*  margin-left: 10px;*/
/*  padding-left: 10px;*/
/*}*/

/*#edit-field-owner-add-more {*/
/*  color: transparent;           /* Hide original text */*/
/*  position: relative;*/
/*}*/
/**/
/*#edit-field-owner-add-more::after {*/
/*  content: "Προσθήκη επιπλέον ιδιοκτήτη";          /* Your custom text */*/
/*  color: #000;                  /* Text color */*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  pointer-events: none;        /* Allows clicks to pass through */*/
/*}*/
