﻿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;
}

.compareTable td, .compareTable th {
    border: 1px solid black;
}

.liveOnly {
    background-color: yellow;
}

.cacheOnly {
    background-color: orange;
}

.valueMismatch {
    background-color: burlywood;
}

.system-status {
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 140px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
}

.system-status-good {
    background-color: #47C72E;
    color: white;
    background-image: url("../Images/green_round_tick_sign_4866.png");
}

.system-status-warning {
    background-color: #FFB200;
    color: #CC0000;
    background-image: url("../Images/orange_rounded_warning_sign_5056.png");
}

.warning-box {
    background-color: yellow;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.navbar-brand-small {
    font-size: 12px;
    padding-top: 16px;
}

.validation-summary-errors
{
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.errorPanel
{
    border: 1px solid #e80c4d;
    padding: 10px;
    margin: 10px;
}

.error-header
{
  color: #e80c4d;
}

.info-box {
    position: relative;
    text-align: center;
    background-color: #ccffd9;
    border: 1px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
    z-index: 100;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.home-text {
    top: 30%;
    left: 45%;
    width: 48em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
    position: fixed;
}