﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

.navbar-collapse {
    background-color: #4f81bd;
    margin-left: -15px;
    margin-right: -15px;
}

.Site-navbar {
    background-color: #ffffff;
    /*border-color: none;
    -webkit-box-shadow: 0px 3px 10px #BBB;
    -moz-box-shadow: 0px 3px 10px #BBB;
    box-shadow: 0px 3px 10px #BBB;
    color: #ccc;*/
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
    /*padding: 26px 15px 10px 15px;
    font-size:17px;*/
}

.navbar-inverse .navbar-brand {
    color:#ccc; /*padding: 15px 15px; font-size: 25px; line-height: 32px;*/
    padding-left: 30px;
}

.site-style
{
    background-color: #4f81bd;
    margin-left: -15px;
    margin-right: -15px;
}

.container {
    background-image: url('../Images/Backgroung.jpg')
}

.field-validation-error {
    color: red;
}

.PixFile
{
    width:320px;
    margin: 5px;
}