.theTop {
	background: url('../../images/subdomains/pm-heikkiset.jpg') center center no-repeat;
	background-size: cover;
}

.theTop .logo a {
	background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    display: inline-block;
    max-width: 200px;
    padding: 10px;

    transition: all 0.3s;
}

.theTop .logo a:hover {
	background: #375A7C;
}

.theTop .logo a img {
	width: 100%;
}

.theTop h1 {
	color: white;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.tab-content {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;    
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

.img_wrap {
	border: 1px solid #e7e7e7;	
    border-radius: 4px;
	padding: 10px;
}

.error_msg {
    border: 1px solid #ad1d28;
    border-radius: 4px;
    padding: 10px;
    background-color: #ad1d28;
}

.error_msg p {
    color: white;
    vertical-align: middle;
    margin: 0px !important;
}

.panel-heading h3 {
    padding-top: 3px;
}

.required_asterisk {
    margin-left: 5px;
    margin-right: 5px;
    color: red;
}