﻿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;
}

.isDisabled {
    color: #ffffff;
    cursor: pointer;
    opacity: 0.0;
    text-decoration: none;
}


.navbar-header {
    background: #34495E;
}

.navbar-header
    h2 {
    margin: 0;
    font-size: 24px;
    font-family: "San Francisco", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
    color: #000000;
    font-weight: bold;
    float: left;
    padding: 15px;
}

.navbar-right {
    margin-right: 0
}

.top_nav .navbar-right {
    margin: 0;
    width: 70%;
    float: right
}

.text-danger {
    color: #ffc107;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: Red;
}

.error {
    display: block;
}

.btn-sm2, .btn-group-sm2 > .btn {
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.custom_button {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding-top: 1px;
    padding-bottom: 1px;
}

.custom_button_delete {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding-top: 1px;
    padding-bottom: 1px;
}

.center {
    margin: auto;
    width: 60%;
    border: 5px solid #FFFF00;
    padding: 10px;
}

.hideMe {
    display: none;
}