﻿
body {
    padding-bottom: 20px;
    /*background: url("../Content/Img/fon.png") repeat-y;*/
    width: 960px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    margin: revert;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    /*background-color: #f00;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.alert {
    width: 98%;
}

.col-lg-7 {
    width: 58.33%;
    float: left;
}

.col-lg-5 {
    width: 41.66%;
    float: left;
}

table {
    width: 97% !important;
}

th {
    text-align: center;
}

td {
    vertical-align: middle;
    text-align: center;
}

tfoot {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

input[type="radio"] {
    margin-top: 13px;
    vertical-align: super;
    margin-right: revert;
}

/*input[type="text"] {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}*/

.input-group {
    background-color: lightgray;
    border-radius: 0.375rem !important;
}