body 
{
	margin: 0;
	padding: 0;
	
	color: #333333;
	background-color: #fbfbfb;
	text-align: center;
	
	font-size: 12px;
	
	font-family: 'Open Sans', sans-serif;
}

a
{
	color: #006375;
	
	text-decoration:none;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}

img
{
	border-style: none
}

* {
    outline: none;
}

.noScript
{
	background: none repeat scroll 0 0 #222222;
    box-shadow: 		0 0 10px #000000 inset;
	-moz-box-shadow:	0 0 10px #000000 inset;
	-webkit-box-shadow:	0 0 10px #000000 inset;
    color: #EEEEEE;
    font-family: Arial,Verdana;
    font-size: 18px;
    font-style: italic;
    height: 50px;
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
}
/*---------------------------------------------------------------------------------------------*/





#content
{
	font-family: 'Open Sans', sans-serif;
	
	background-color: #fbfbfb;
	
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 10%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#e9e9e9), color-stop(10%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 10%); 
	background: -o-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 10%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 10%);
	background: linear-gradient(top,  #e9e9e9 0%, #fbfbfb 10%);
	
	min-width: 940px;
	
	padding-top: 80px;
	padding-bottom: 60px;
}

#content_centered_subarea
{
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	margin:0 auto;
	max-width: 960px;
}

.content_title
{
	padding-top: 30px;
	padding-bottom: 40px;
	color: #172028;
	font-size: 32px;
	
	font-family: 'Open Sans', sans-serif;
}

#content_banner_container
{
	margin:0 auto;
	height: 130px;
}

.banner_box
{
	margin-right: 10px;
	background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 		inset 0 0 3px #CCCCCC;
	-moz-box-shadow:	inset 0 0 3px #CCCCCC;
	-webkit-box-shadow:	inset 0 0 3px #CCCCCC;
    
    text-align: center;
	
	height: 110px;
	width: 770px;
	
	
	float: left;
	
}
#banner_box_title
{
	height: 130px;
	width: 770px;
}

#banner_logo
{
	position:relative;
	top:30px;
}

#banner_box_left
{
	width: 60%; float: left; height: 100%;
}

#banner_box_right
{
	width:39%; float: left;
	border-left: 1px solid #EEEEEE;
	height: 100%;
}

#banner_box_credentials
{
	position: relative; top: 25px;
}

.banner_login_button
{
	
    border-bottom: 1px solid #FFFFFF;
    border-radius: 5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    border-top: 1px solid #555555;
    box-shadow:			0 0 3px #333333 inset;
	-moz-box-shadow:	0 0 3px #333333 inset;
	-webkit-box-shadow:	0 0 3px #333333 inset;
    
    text-align: center;
	
	width: 180px;	
	float: left;
	
	background: #006375;
	padding-top: 50px;
	height: 79px;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}

.banner_login_button:hover
{
	cursor: pointer;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}

.banner_login_button:active
{
	box-shadow:			0 0 9px #000000 inset;
	-moz-box-shadow:	0 0 9px #000000 inset;
	-webkit-box-shadow:	0 0 9px #000000 inset;
	cursor: pointer;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}


.banner_login_button_text
{
	font-family: 'Open Sans';
	color: #FFFFFF;
	font-size: 20px;
}

#content_title_second
{
	clear: both;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #424242;
	
	font-family: 'Open Sans', sans-serif;
}

#content_text
{
	clear: both;
	
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #333333;
	
	font-family: 'Open Sans', sans-serif;
}

#banner_text_servicename
{
	font-size: 38px;
	font-family: 'Open Sans';
	color: #172028;
	position: relative;
	top: 6px;
	padding-left:20px;
}

#banner_text_auth
{
	font-size: 38px;
	font-family: 'Open Sans';
	color: #1D9EB2;
	position: relative;
	top: 6px;
}

.footer
{
	position: fixed;
	bottom: 0px;
	height: 25px;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	font-size: 11px;
	color: #CCCCCC;
	padding-top:5px;
	padding-right: 10px;
	text-align: right;
	background-color: #fbfbfb;
}


.content_options_container
{
	margin: 0 auto;
	width:960px;
}

.content_options
{
	margin: 0 auto;
}

.option
{
	margin-right: 20px;
	background: none repeat scroll 0 0 #fbfbfb;
    border-bottom: 1px solid #FFFFFF;
    border-radius:			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 		0 0 3px #CCCCCC inset;
	-moz-box-shadow:	0 0 3px #CCCCCC inset;
	-webkit-box-shadow:	0 0 3px #CCCCCC inset;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
	height: 70px;
	width: 150px;
	
	float: left;
	cursor: pointer;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.option:hover
{
	background: none repeat scroll 0 0 #FFFFFF;
	
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.option:active
{
	box-shadow: 		0 0 8px #AAAAAA inset;
	-moz-box-shadow:	0 0 8px #AAAAAA inset;
	-webkit-box-shadow:	0 0 8px #AAAAAA inset;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}

.inputTextfield {
	
	font-family: 'Open Sans', sans-serif;
	
    border-radius: 3px;
    border: 1px solid #CCCCCC;

    color: #AAAAAA;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 5px;
    width: 80%;
	
	margin-bottom: 10px;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}
.inputTextfield:hover {
	border: 1px solid #AAAAAA;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}
.inputTextfield:focus {
	border: 1px solid #AAAAAA;
    background-color: #FCFCFC;
    box-shadow: 0 0 2px #AAAAAA inset;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}

#aristotelis-stats tr {
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
}
#aristotelis-stats img {
  width: 100%;
  height: auto;
}

