/*--------------------------------asep Modal ---------- */
.asepmodal, .asepmodal2 {
  /*display: block; /* Show */
  display: none;       /* Hide */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.asepmodal2 {
  display: block; /* Hidden by default */
  padding-left: 20%; /* Full width */
  padding-right: 20%; /* Full height */
}

/* Modal Content */
.asepmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close, .close2 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.asepmodal-header:before {content:"Σημαντική ενημέρωση"; text-align:center; font-size:28px;}
.asepmodal2-header:before {content:"Μήνυμα λάθους"; text-align:center; font-size:28px;}

.asepmodal-header {
  padding: 15px 20px;
  background-color: #3A719A;
  color: white;
  text-align: center;
}
.asepmodal2-header {
  padding: 15px 20px;
  background-color: #c03a3a;
  color: white;
  text-align: center;
}

.asepmodal-body:before {
content:"Λόγω προγραμματισμένων εργασιών αναβάθμισης των πληροφοριακών συστημάτων της ΓΓΠΣΔΔ οι υπηρεσίες εγγραφής και σύνδεσης χρηστών μέσω ΓΓΠΣΔΔ καθώς και οι υπηρεσίες που σχετίζονται με το e-paravolo (έκδοση, πληρωμή, έλεγχος παραβόλου και οριστικοποίηση ηλεκτρονικής αίτησης) ενδέχεται να μην είναι διαθέσιμες την Πέμπτη 30 Μαρτίου 2023 κατά το χρονικό διάστημα από τις 18:00 έως και τις 23:00. ";
}
.asepmodal-body {padding: 20px 16px; text-align: center;}

.asepmodal2-body {padding: 20px 16px; color:#c03a3a; text-align: center;}

.asepmodal-footer {
  padding: 5px 16px;
  background-color: #3A719A;
  color: white;
}

.asepmodal2-footer {
  padding: 5px 16px;
  background-color: #c03a3a;
  color: white;
}
