﻿body {
  background-color: SteelBlue;
  font-family: "Roboto", sans-serif;
}

.titlos{
	background-color: SteelBlue;
	font-family: "Roboto", sans-serif;
}

.titlos tr:nth-child(even) {background-color: SteelBlue; height:60;}

.logotable{text-align: center;
   width:100%;
   background-color: SteelBlue;
   font-family: "Arial" , "Verdana" , "Lucida Grande" , "Helvetica" , "sans-serif";
   font-size : 16px;
	 
}

.logo {
   font-family: "Arial" , "Verdana" , "Lucida Grande" , "Helvetica" , "sans-serif";
	text-shadow : 6px 6px 8px black;
	text-align:center;
	font-size:300%;
	color:white;
	font-weight: bold;
}




h1 {
   color: white;
   text-align: center;
   margin-bottom:5px;
   margin-top:5px;
   font-size : 180%;}

input[type=text], input[type=password] {
  background-color: rgb(255,255,220);
  text-align: center;
}

input[type=number] {
  background-color: rgb(255,255,220);
  text-align: center;
  width:50px;
}

input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    opacity: 1;
}

select {
  background-color: rgb(245,245,245);
  margin-right: 10px;
}

.button {
  display: inline-block;
  padding: 5px 15px;
  margin : 6px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: SteelBlue;
  border: 2px solid SteelBlue;
  border-radius: 7px;
  box-shadow: 0 4px #999;

}

.button:hover, .dis_button:hover  {background-color: white; 
  color: black;
  }

.button:active, .dis_button:active {
  background-color: SteelBlue;
  color: #fff;
  box-shadow: 0 2px #666;
  transform: translateY(3px);
}

.dis_button {
  display: inline-block;
  padding: 3px 15px;
  margin : 6px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: gray;
  border: 2px solid gray;
  border-radius: 7px;
  box-shadow: 0 2px #999;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input[type=text], .form input[type=password]  {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

.form input[type=Submit]  {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: SteelBlue;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border: 2px solid SteelBlue;
}



}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.titlos2 {
	font-size: 120%;
	text-align:center; 
	font-weight: bold;
    	
}

.titlos3 {
	color: #lightblue;
    	
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Επίλογή αρχείου';
  display: inline-block;
  background: linear-gradient(to top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 7px;
  padding: 8px 6px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 9pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

label {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size : 15px;
	color:navy;
}

.input_change{padding:5px;  background-color:#fafafa;}
.required{color:red;}

.copyrights a {text-decoration: none; 
   font-family:Tahoma; 
   color:navy;
}
.copyrights a:link {
  color: navy;
}

.copyrights a:visited {
  color: navy;
}

.copyrights a:hover {
  color: lightblue;
}

.copyrights a:active {
  color: blue;
}

.usersonline { 
   font-family:Tahoma; 
   margin-top:-30px;
   text-align:center;
}

.filename {
	text-decoration: none;
	color: white;
	font-size: 22px;}
	