﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* määritellään datepickerin disapled päivien väri vehnäksi */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #f5de83 !important;
  cursor: default;
}


/* logo */
.pageheader {
    background-image: url('../images/Events.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px; 
}

.pageheadercol {
    background-image: url('../images/Events.png');
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
}
/* menu sivu*/
.menu-label
{
	width: 10em;
}

.menu-select
{
	width: 2em;
}
/* yhteystietojen syöttö sivu */
.yt_error
{
    font-weight:bold;
    color:#ff5a66;
    max-width:30em;
}

.isoalku
{
    text-transform:capitalize;
}

.yt_textfield
{
    max-width:30em;
}