@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=greek,latin);
@import url('https://fonts.googleapis.com/css2?family=Mynerve&display=swap');

body, nav, header, footer,table,td,tr {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

p {
	color:#343;
	padding-left:4px;
	padding-right:4px;
	line-height:1.2em;
}

h1, h2, h3, h4, li {
	color:#333;
	padding-left:4px;
	padding-right:4px;
}

a {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#555;
}

a:hover {
	text-decoration:underline;
}

main a {
	font-weight: bold;
	text-decoration:none;
}


header, nav, main, footer, #holiday_msg, #loginPanel {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

header {
	padding-top:20px;
	text-align:center;
	font-size:x-large;
	height:80px;
	color:white;
	background-image:url('logobg2.png');
	background-position: bottom left;
	font-family: 'Mynerve', cursive;
}

#header-wrapper {
	background-image:url('logobgtexture.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

header img {
	width:30px;
	margin-bottom:-4px;
}

nav {
	background-color:black;
	text-align:center;
}

#nav-wrapper {
	background-color:black;
}

nav a, nav a:visited {
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:white;
	font-size:large;
	margin:0px;
}

nav a:hover {
	background-color:#fff;
	color:black;
	text-decoration:none;
}

nav a.icon, nav a.icon:visited {
	background-image:url('login.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

nav a.icon:hover {
	background-image:url('login-inv.png');
}

.error {
	color:red;
	font-weight:bold;
}

main {
	min-height: 200px;
}

main h1 {
	font-size:x-large;
	text-align:center;
}

main h2 {
	font-size:large;
	padding-left:10px;
}

.sidenote {
	font-size: 0.7em;
	display:block;
	float:right;
	width: 95px;
	padding:2px;
	margin:0px;
	
}

p.list_of_buttons a {
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	font-weight: none;
	vertical-align: top;
	color: #333;
	display: inline-block;
	border: 1px solid black;
	background-color: #ddd;
	padding: 2px;
	margin: 2px;
	width: 220px;
}	

p.list_of_buttons a:hover {
	background-color: #aaa;
	text-decoration:none;
	color: white;
}

.filelist {
	display: inline-block;
	font-size: small;
	padding: 0.2em;
	margin: 0.1em;
	width: 15em;
	height:6em;
	overflow:hidden;
	border:1px solid black;
}

footer {
	border-top:10px solid black;
	border-bottom:10px solid black;	
	background-color:black;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
}

#footer-wrapper {
	margin-top:20px;
	margin-bottom:20px;
	background-color:black;
}

#social {
	float:left;
	margin:2px;
}

#social img {
	width:40px;
}

address {
	text-align:center;
	vertical-align:center;
}

address a {
	color: white;
	font-weight:bold;
}

address br {
	display:none;
}

img.autoimage {
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

ul.folders {
	padding: 0px;
	margin: 0px;
}

.section_nav {
	text-align:center;
	font-weight:bold;
}

.section_nav img {
	width:24px;
	opacity:0.7;
	margin-bottom:-7px;
}

section.element {
    margin-bottom:20px;
}

ul.folders li {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	display: inline-block;
}


ul.folders li a {
	display: block;
	width: 262px;
	background-image: url('logobgtexture.png');
	background-position:bottom;
	background-repeat:repeat-x;
	border: 0px;
	padding: 20px;
	margin: 5px;
	color: white;
	text-align: center;
	border-radius: 4px;
	font-family: 'Mynerve', cursive;
}

p.element_title {
	vertical-align:center;
}
p.element_title img {
	padding-right:4px;
	margin-bottom: -5px;
}

.element_content {
    overflow:hidden;
    padding-left: 20px;
	line-height:1.5em; 
}

.element_content p {

} 

.element_content_hidden {
	height: 2em;
	border-bottom:1px dotted gray;
}

ul.documents {
}
	
ul.documents li {
	list-style-type: "\1F5CE";  
}

ul.news {
  padding:0em 0em 0em 1em;  
  margin:0em;
}

div.preCode {
  background-color:#dedede;
  border:1px solid #a3a3a3;
  padding:5px;
}

code {
	line-height:1em;
	margin-top:0px;
}

.copyCodeTip {
	background-color:lightblue;
	border-radious:2px;
	border-top:1px solid blue;
	font-family:monospace;
	margin-bottom:0px;
}

ul.news li {
  background:#cccccc;
  padding:0.5em;
  margin-left:0.5em;
  margin-bottom:0.5em;
}

ul.news li:nth-child(odd) {
  background:#eeeeee;
}

ul.news li.hidden {
	opacity:0.5;
}

ul.news p {
  margin:0em 0em 0.5em 0em;
  line-height:1.5em;
}

ul.news time {
  display:inline-block;
  padding:0.2em 0.5em;
  margin-left:0.5em;
  border-radius:0.2em;
  background:white;
  font-size:small;
}


li.candidates {list-style-type: "\1F393";}
li.office {list-style-type: "\1F3E2";}
li.parents {list-style-type: "\1F46A";}
li.students {list-style-type: "\1F64B";}

#holiday_msg {
	background-color:#95BA3E;
	color: #DB372C;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}

form {
	padding:0.5em;
	margin-bottom:0.5em;
	border-radius:0.2em;
	border:0.2em solid #04AA6D;
}

form textarea, form select, form input {
	display:inline-block;
	font-size:1.2em;
	background:#eee;
	color:#333;
	margin-bottom:0.5em;
	border-radius:0.2em;
}

form input {
	background: #04AA6D;
	border: none;
	color: white;
	padding: 0.2em 0.4em;
}

form input:disabled {
	background-color:rgba(3,3,3,0.5);
	
}

form textarea {
  width: 100%;
  min-height: 10em;
  border-width: 0em;
  outline: none;
}

form#formOtherActions {
	display:none;
}

.pTimer {
	padding:4px;
}