html {
    background: url('../images/pattern.jpg');
}
body {
    background:url('../images/top_bg.png') no-repeat 50% 0px;
    padding-bottom: 20px;
}
.container {
    min-height: 795px;
    padding-top: 10px;
    z-index: 2;
}
.navbar {
    margin-bottom: 20px;
}
.eco-logo {
   padding-bottom: 12px;
   
}
.eco-logo2 {
    padding-bottom: 12px;
    width: 420px;
}
.navbar {
    opacity: 0.9;
}
.navbar-inverse .navbar-brand {
    color: #B8B8B8;
}
.navbar-inverse .navbar-nav>li>a {
    color: #B8B8B8;
}

.static-link {
    cursor: text; font-weight: bold;
}
.static-link:hover,.static-link:focus {
    color: #b8b8b8 !important;
}


.well {
    background-color: #FFFFFF !important;
    border: 1px solid #C5C5C5 !important;
    border-radius: 9px;
}
.langs {
    width: 40px;
    position: absolute;
    margin-left: 155px;
    margin-top: 255px;
}
.langs ul {
    list-style-type: none;
    padding: 0;
}
.langs ul li {
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    width: 16px;
    height: 11px;
    border: 1px solid rgba(37, 37, 37, 0.61);
}
.service-container {
    width: 160px;
    height: 53px;
    margin-bottom: 0;
    opacity: .8;
    padding: 5px;
    margin-top: 110px;
    float: right;
}
.server-status {
    float: left;
    width: 100%;
}
.server-status td {
    padding-bottom: 5px;
    padding-right: 6px;
    text-align: center;
}
.server-status tr > td:first-child {
    color: #5C5C5C;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    padding-left: 8px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}