﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 80px; /*20px*/
    /*padding-bottom: 20px*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 500px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.well {
    margin-top: 50px;
    min-height: 650px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form-control-admin {
    width: 240px !important;
    margin: auto;
}

#MainContent_UpdatePanel1 label {
    font-weight: bold;
    color: #4b4b4b;
}

