﻿body, html {
    margin: 0;
    padding: 0;
    width:100%;
}
.title {
    background-color: #222222;
    vertical-align:middle;
}
.backgroundColor {
    background-color: #222222;
}
.forgroundColor{
    color:#ffffff;
}
.formForgroundColor {
    color: #000000;
}
.box-header {
    border: 1px solid #000;
}

.box-body {
    border: 1px solid #000;
    margin-bottom: 10px;
    min-height: 400px;
    max-height: 400px;
}
.alert-default {
    padding: 0 !important;
    border: 2px solid #808080;
    color: #808080;
    font-weight: bolder;
    margin-bottom: 2px;
    width: 100% !important;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.label-default{
    background-color:#777777;
}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    font-weight: bold;
    color: #ff0000;
}

.field-validation-error {
    font-weight: bold;
    color: #ff0000;
}