﻿.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    color: inherit;
}

.panel-primary {
    border-color: #2a9fd6;
}

.panel {
    margin-bottom: 20px;
    background-color: #222222;
    border: 1px solid #00a62a;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}



.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #00a62a;
    border-color: #00a62a;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#connnection-container{

    color:white;
}

.panel-body {
    padding: 24px;
}






.pull-right {
    float: right !important;
    color: #BDBDBD;

}


.info {
    color: #BDBDBD;
}



.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #222222;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}


.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #2a9fd6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}


.news-list, .server-stats {
    list-style: none outside none;
    padding-left: 0;
}


.progress-bar-warning {
    background-color: #ff8800;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #cc0000;
}


#mainbar {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #BDBDBD;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .5rem 1rem;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
    top: 0;
    border-width: 0 0 1px;
    background-color: #222222;
    border-color: #080808;
    border-bottom: 1px solid #282828;
    margin-bottom: 50px;
}