/**	C2 SmartLight Oy - Login Page - Style Sheet **/
@charset "utf-8";

html {
	width: 100%;
    height: 100%;
    background-color: #F7FCF8;
}

#logo img {
    width: 100%; /* you can use % */
    height: auto;
    max-width: 302px;
}

#login, #versionhistory  {
	width: 50%;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
}

#loginform input[type="radio"] {
    display:none; 
}

#loginform label {
    display:inline-block;
    margin: 0.2em 0.4em;
    background-color:#eee;
    padding:4px 11px;
    font-family: Arial;
    font-size:16px;
    border-radius: 0.2em;
    color: #4FA86F;    
    font-weight: bold;
}

#loginform input[type="radio"]:checked + label { 
	background-color: #AEE577;
	text-transform: uppercase;
	border: solid 2px white;
	color: rgb(15, 171, 75);
}

#loginform, #versionhistory  {	
	padding: 0.5% 2% 1% 2%;
	border: 0px #EFF6FE solid;	
	border-radius: 5px;
	text-align: center;
	background: #0FAB4B;	
	font-family: arial;
	-moz-box-shadow: 5px 5px 5px #aaaaaa;
	-webkit-box-shadow: 5px 5px 5px #aaaaaa;
	box-shadow: 3px 3px 4px #aaaaaa;
	font-size: 1em;
}

#login a {
	text-decoration: none;
	color: #4FA86F;
	border: none;	
}

#login table {
	width: 100%;
}

#logo img {
	border-width: 0px;
}

#logo {
	margin-bottom: 2em;
}

#login .textfield {
	font-size: 1.5em;
	border-radius: 5px;
	width: 100%;
	color: #4FA86F;
}

#login .textfield:FOCUS {
	color: #4FA86F;
}

#login .loginbutton {
	color: #000000;
}

#login h1 {
	color: #316297;
	font-weight: bold;
}

.loginbutton {
	font-size: 1.5em;	
}

#versionhistory 
{
	text-align: left;
	color: #E3F5AC;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1%;
	width: 80%;
	padding: 1% 2% 3% 2%;
	height: 500px;
	overflow: auto;	
	display: none;
	background-color: #AEE577;	
	border: solid 4px #0A7734;	
}

#versionhistory div {
	background-color: #F2F2F2;
	padding: 0.5%;
	margin: 1.5% 0.2%;
	border-radius: 10px 10px 0px 0px;
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 28%, rgba(128,194,23,1) 78%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(28%,rgba(161,213,79,1)), color-stop(78%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 28%,rgba(128,194,23,1) 78%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 28%,rgba(128,194,23,1) 78%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 28%,rgba(128,194,23,1) 78%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 28%,rgba(128,194,23,1) 78%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#versionhistory li {
	margin-left: 2em;
	list-style-type: lower-greek;
}

#versionhistory p {
	color: white;
	font-weight: bold;
	font-style: italic;
	padding: 0.2%;	
	margin-top: 0%;
	margin-bottom: 0%;		
	font-style: normal;		
}

#versionhistory .byebyesong{
	background: #B1DE26;
	border-radius: 0px 0px 0px 0px;
	margin: 3px;
	opacity: 0.8;		
}

#versionhistory .byebyesong p{
	color: #000000; 
	font-weight: normal;
	opacity: 0.8;		
}

#versionhistory ul {
	margin: 0% 0%;
	padding: 0.2%;	
	color: #475406;
	list-style: none;
	background: #B1DE26;
}

#errorcontainer {
	margin: 1% auto;		
	color: white;
	border-radius: 2px;	
}

#versionhistorytext {
	text-align: left;
	color: #FFFFFF;
	cursor: pointer;
}

#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}

#versionhistory .byebyesong .strong, #versionhistory .strong{
	font-weight: bold;
}

.mobile {
	display: none;
}