﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.divBody {
    margin-top: 20px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 310px;
}

    input[type="submit"] {
        max-width: 200px;
    }

.field-validation-error, .validation-summary-errors {
    color: red;
    font-weight: bold;
}

td.zeroborder {
    border-top: 0px !important;
}


*, *::before, *::after {
    box-sizing: border-box;
}

    *, *::before, *::after {
        box-sizing: border-box;
    }

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #333333;
}

.panel-heading-log {
    padding: 5px 15px !important;
}

.panel-title-log {
    font-size: 14px;
}

.panel-body-log {
    margin: 5px;
}

.table-log {
    margin-top: 20px;
}

.padding-vertical-sm{
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-vertical-md{
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-vertical-lg{
    padding-top: 15px;
    padding-bottom: 15px;
}

.margin-top-sm{
    margin-top: 5px;
}

.margin-top-md{
    margin-top: 10px;
}

.margin-top-lg{
    margin-top: 15px;
}

.margin-bottom-sm{
    margin-bottom: 5px;
}

.margin-bottom-md{
    margin-bottom: 10px;
}

.margin-bottom-lg{
    margin-bottom: 15px;
}

.panel-log {
    margin-bottom: 0px !important;
}

iframe.iframeStyle {
    border: 0px;
    width: 100%;
}

.no-margin{
    margin: 0px !important;
}

.back-error{
    color: red;
}

.back-warning{
    color: orange;
}
