﻿body
{
    background-color: #FFFFFF;
    background-image: none;
}

h2
{
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    padding: 3px;
}

.dateedit
{
    width: 85px;
}

.hhmminput
{
    width: 50px;
}

fieldset
{
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
}

.placescountblock input[type=radio]
{
    margin-left: 8px;
}

.filterappconditions .col_2
{
    text-align: center;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.period
{
    display: inline-block;
}

.period #DaysSubstract30
{
    margin-right: 5px;
    /*padding: 5px 10px;*/
}

.period #DaysAdd30
{
    margin-left: 5px;
    /*padding: 5px 10px;*/
}

/*=========== Стили Шахматки =============*/
.schedule
{
    width:auto;
    }

.schedule td
{
    border: 1px solid #888888;
    padding: 2px;
}

.schedule tr.last td {
    border-bottom: 1px solid #888888;
}

.schedule td .resrevedlasthalf {
    border-radius: 7px 0 0 7px;
    float: right;
    width: 50%;
}

.schedule td .resrevedfirsthalf {
    border-radius: 0 7px 7px 0;
    float: left;
    width: 50%;
}

td.sunday {
    background-color: #C3FBFA;
}

sunday {
    background-color: #C3FBFA;
}