body {
    background-color: #fff !important;
    font-size:12pt;
    color:#1e1e1e !important;
}
/*
.page-title {
    background-color: #EBE6D6;
}
*/
.center-content {
    margin:0 auto;
}

.status-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.status-list ul li {
    position: relative;
    /*padding-left: .5rem;*/
    margin-bottom: .4rem;
    list-style-type: none;
}

.status-list ul li span:nth-last-child(1) {
    padding-left:.5rem;
}

.status-list ul li i {
    font-size: 9pt;
}

.status-list ul li.nodeDown {
    margin-top:-0.75rem;
    padding-left:2rem;
}

.status-icon {
    height:18px;
    width:18px;
    margin-right:5px;
}

.ncs-icon-size {
    width: auto;
    height: auto;
}

.ncs-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1rem;
    color: inherit;
    width: .8em;
    height: .8em;
}

.ml-2 {
    margin-left: 20px;
}

.p-bottom-0 {
    padding-bottom: 0 !important;
}

.p-top-0 {
    padding-top: 0 !important;
}

.p-top-4 {
    padding-top: 2rem !important;
}

.text-center {
    text-align: center;
}

.borderUp {
    border:3px solid #C0DCB2 !important;
    background-color: #C0DCB2;
    color: #1e1e1e;
}

.border-box {
    border:3px solid #F8C4C3;
    background-color: #F8C4C3;
    color: #1e1e1e;
}
.border-box::after, .border-box::before {
    box-sizing: border-box;
}

.border-box-information {
    border:3px solid #2f2f4a;
    /*background-color: #2f2f4a;*/
    color: #1e1e1e;
}
.border-box-information::after, .border-box-information::before {
    box-sizing: border-box;
}

.alertStatus {
    text-align: left;
    color:#1e1e1e;
    font-size:12pt;
}

#servicesRunning, #alertInfo {
    position:relative;
}

#customInfo {
    background-color: #005260;
}

.row-custom {
    display: flex;
    flex-wrap: wrap;
}

.customPaddingServices {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
}

.card {
    border:none !important;
    border-radius:0 !important;
}

.panel {
    position: relative;
    background-color:#FFF;
    /*padding-top:0 !important;*/
}

.customBox {
    background-color:#EBE6D6;
    color:#1e1e1e;
}

.serviceBox {
    background-color:#EBE6D6;
    color:#1e1e1e;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.serviceBox-header {
    font-weight: bold;
    padding-bottom:8px;
}
.serviceBox-header h3 {
    font-family: 'Nunito';
}

.navbar {
    padding:1.5rem 1rem;
}

.navbar-brand img {
    float:left;
}
nav {
    background-color: #EBE6D6;
}
   
.navbar-brand { 
    line-height: 80px;
}

span.logo-title {
    padding-left: 2.5rem;
    font-size:24pt;
    color: #1e1e1e;
    float: left;
}

.system-circle {
    border-radius: 50%;
    background-color: #C0DCB2;
    height:150px;
    width:150px;
    text-align:center;
    color:#1e1e1e;
    font-size:13pt;
}

.system-schedule {
    top:2.5rem;
    right:0;
    padding-top:0rem !important;
}

#additionalMessages ul {
    /*list-style-type: none;*/
    padding-left:0rem;
}
#additionalMessages ul li:nth-child(1) {
    list-style-type: none;
    padding-left:0 !important;
}

.left-margin-4 {
    margin-left:2rem;
}

.system-schedule ul {
    list-style-type: none;
    padding-left:0;
}

.system-schedule ul li {
    color: #1e1e1e;
}

ul {
    margin:0;
}

.system-circle > span > h2 {
    font-weight: bold;
}

.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.drift-header {
    color: #1e1e1e;
}

footer {
    box-shadow: 0 50vh 0 50vh #005260;
}

.col-lg-8.col-centered.footer-content {
    text-align: center;
}

.page-footer {
    color: #A3D9D6;
    background-color: #005260;
}

.footer-content ul {
    list-style-type: none;
    display:initial;
    text-align: center;
    padding:0;
}
.footer-content ul li {
    display:inherit;
    white-space: nowrap;
}

text.text-bold {
    font-weight: bold;
}


/*
@media screen and (max-width: 1000px) {
    .row-custom {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
*/

@media screen and (max-width: 540px) {
    .navbar {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .logo-title {
        padding-left: 0 !important;
        width:100%;
        text-align: center;
    }
}
