﻿@charset "utf-8";
/* CSS Document */

body {
    background-image: url("../images/backgroundPhoto.png"), url("../images/stripePattern.png");
	background-color: #000;
    background-position-x: 50%;
	color: #999999;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	display:inline;
    overflow-y:hidden;
}

.form-header-bg {
    background-image: url("../images/confirm_header_bg.png");
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-body-bg {
    background-image: url("../images/confirm_body_bg.png");
    height:100vw;
    margin-left: 10%;
    margin-right: 10%;
    
}

.form-footer-bg {
    background-image: url("../images/confirm_footer_bg.png");
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0;
}
h1 {
    font-family: 'Roboto', sans-serif;
    position: relative;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 32px;
	margin: 5px 0;
	padding: 0;
}

h2 {
    font-family: 'Roboto', sans-serif;
    position: relative;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 27px;
	margin: 5px 0;
	padding: 0;
}

h3 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    color: #fff;
	/*text-transform: uppercase;*/
	font-size: 22px;
	margin: 5px 0;
	padding: 0;
}

/*a {
    color: #ffffff;
}*/
a:link {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

p {
    color: #fff;
	margin: 3px;
	padding: 0;
    
}

.align-center {
	text-align: center;
}

img.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;		
}

.top-image {
	margin-top: 30px;
    max-width: 100%;
    height: 200px;
}

.mark-image {
	padding-top: 50px;
	margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

footer {
	position: fixed;
  	left: 0;
	bottom: 0;
  	right: 0;
	padding: 1rem;
	background-color: #fff;
	height: 70px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 70px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.RealoadHeader {
    font-size: 50px;
    color: #99cbff;
    margin: 0 0px 0 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.form-vihtavuori {
    padding: 10px;
}

.form-label-vihtavuori {
    text-align: right;
}

.form-button-vihtavuori {
    text-align: left;
}

.form-component-vihtavuori {
        margin-bottom: 10px;
}

hr {
        max-width: 650px !important;
}

@media (max-height: 568px) {
    .mark-image {
        padding-top: 10px;
        
    }
}


@media (max-width: 768px) {
 
    .form-vihtavuori {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    }

    .form-label-vihtavuori {
    text-align: left;
    }

    .form-group-vihtavuori {
        margin-bottom: 10px;   
    }
    
    .form-component-vihtavuori{
        margin-bottom: 5px;
    }

    label {
        margin-bottom: -5px !important;
    }

    footer {
        position: fixed;
        margin-top: 30px;
    }
}

@media (max-height: 840px) {

    footer {
        position: fixed;
        margin-top: 30px;
    }
}

/* Highlight effect for database list */
.highlight {
    background-color: dimgray;
    font-weight: bold;
    color: silver;
}

/* Wrap text in lists */
.ListTextWrap {
    white-space: nowrap;
}

/* Wrap long strings in lists */
.ListTextNoWrap {
    white-space: normal;
}

/* Adds extra space to the bottom of the page for the footer */
.RenderBody {
    padding-bottom: 70px; /* Same as footer height */
}

/* Align current database's Current text in the database list */
.Current {
    text-align: right;
}