/*Nocturn Group Oyn muotoilut*/

/**********************************************************************/
/* SIVUPOHJA                                                          */
/**********************************************************************/
html, body{
	min-width: 200px;
	margin: 0px;
}
body{
	background-color: #3c5ca5;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}
#sivu{
	background-color: #d7dff1;
	width: 500px;
	max-width: 100%;
	text-align: center;
	margin: auto;
}
body.tayslevea #sivu{
	width: initial;
	width: auto;
}
div.otsikkoteksti{
	font-size: 52px;
    font-weight: bold;
    display: inline-block;
}
img.otsikkokuva{
	height: 96px;
	margin-top: 30px;
}
#sisalto{
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
    padding-bottom: 15px;
}
#alapalkki{
	text-align: center;
	font-weight: bold;
	padding: 12px;
}
@media (max-width:600px){
	div.otsikkoteksti{
		font-size: 9vw;
		margin-left: 2vw;
	}
	img.otsikkokuva{
		width: 20%;
		margin-right: 3vw;
		margin-top: 2vw;
	}
	#sivu{
		background-color: #d7dff1;
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		height: initial;
		padding-bottom: 1px;
	}
}
/**********************************************************************/
/* LINKIT                                                             */
/**********************************************************************/
/*Yleislinkit*/
a{
	color: #3c5ca5;
    font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#alapalkki a{
    text-decoration: none;
    color: #000000;
}
/**********************************************************************/
/* PAINIKKEET                                                         */
/**********************************************************************/
.painike{
	display: inline-block;
    background-color: #3c5ca5;
    color: #ffffff;
    font-family: 'Segoe UI Symbol','Segoe UI',Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 30px;
    width: 200px;
    line-height: 30px;
    white-space: nowrap;
    border: 0 solid #ffffff;
    box-sizing: border-box;
    margin-bottom: 16px;
    text-align: center;
    margin: 6px;
    cursor: pointer;
}
.painike:hover,
.painike:active{
	text-decoration: none;
	font-style: normal;
	background-color: #233561;
}
/**********************************************************************/
/* LOMAKEKENTC„T                                                       */
/**********************************************************************/
.lomakevirheilmoitus{
	color: #ff0000;
    font-weight: bold;
}
form input{
	width: 100%;
    box-sizing: border-box;
    border: 2px solid #3c5ca5;
	font-size: 18px;
    padding-left: 5px;
	text-align: center;
}
/**********************************************************************/
/* TAULUKOT                                                           */
/**********************************************************************/
table{
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
table td:first-child{
	text-align: right;
	padding-right: 6px;
}
/**********************************************************************/
/* YHTEYSLAATIKOT                                                     */
/**********************************************************************/
.yhteys{
	text-align: left;
    display: inline-block;
    border: 2px solid #3c5ca5;
    padding: 4px;
}
.yhteyslaatikko{
	width: 60px;
    height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
	color: #000000;
    background-color: #a4a4a4;
}
table .yhteyslaatikko{
	padding-top: 2px;
    padding-bottom: 2px;
}
.yhteyslaatikko.tila_nopea{
	background-color: #47a53c;
}
.yhteyslaatikko.tila_normaali{
	background-color: #3c9ba5;
}
.yhteyslaatikko.tila_hidas{
	background-color: #a5983c;
}
.yhteyslaatikko.tila_aikakatkaisu{
	color: #ffffff;
	background-color: #a53c3c;
}
.yhteyslaatikko.tila_virhe{
	background-color: ;
}
.status{
	font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}