﻿html, body{
    height:100%;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*Дополнения*/
footer{
    position:fixed;
    bottom:0;
}

h2.Поиск {
    display:inline-block;
    width:5em;
}
div.Поиск {
    display:inline-block;
    width:45em;
}
div.Поиск input[type="search"] {
    height:35px;
    border-radius: 4px;
    min-width:25em;
    outline:none;
    border: 1px solid #cccccc;
}
div.Поиск input[type="search"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

div.Поиск input[type="search"]:focus {
  color: #333333;
  text-decoration: none;
}

input[type="text"] {
    height:35px;
    border-radius: 4px;
    min-width:25em;
    outline:none;
    border: 1px solid #cccccc;
}
input[type="text"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="text"]:focus {
  color: #333333;
  text-decoration: none;
}

.ico{
  font-family: "elusive";
}
td.ico{
  width:6em;
}
