.profile {
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 11px;
    display: inline-block;
    
}	
/* footer.py-5.bg-dark {
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.page-item.info {
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}
img.img-responsive {
    width: 100%;
}
.bg-discord {
    background-color: #26262b;
}
.bg-discord h1 {
    color: #fff;
}
.altChat {
    background-color: #343a40!important;
    color: #fff;
    height: 412px;
    width: 100%;
    padding: 15px;
}
.blueHeader {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.member {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    margin: 6px 0;
}
.profile img {
    border-radius: 24px;
    width: 100%;
}


.status {
/*	    width: 6px;
    height: 6px;*/
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.online {
    background-color: #43b581;
} 
.idle {
    background-color: #faa61a;
}
.userName {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
}

.glyphicon
{
    margin-right:4px !important; /*override*/
}
ul.news-demo-down-auto {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

#downloadList a {
    color: #333;
    font-size: 1.171875rem;
    font-weight: 300;
}
#downloadList .list-group-item a {
    color: #333;
    font-size: 1.171875rem;
    font-weight: 300;
}
#downloadList a:hover  {
    text-decoration: none;
    color: #fff;

}
#downloadList .list-group-item a:hover  {
    text-decoration: none;
    color: #fff;

}
#downloadList .list-group-item:hover {
    background-color: dimgray;
}
.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
ul.error {
    list-style: none;
}
.altChat {
    background-color: #343a40!important;
    color: #fff;
    height: 412;
    width: 100%;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
#socialList a {
    color: #333;
    font-size: 1.171875rem;
    font-weight: 300;
}
#socialList a:hover  {
    text-decoration: none;
    color: #fff;

}
#news.card-body, #socialLinks.card-body {
    padding: 0px!important;
}
#socialList .list-group-item:hover {
    background-color: dimgray;
}

.facebookLink {
    color: #3B5998;
}

.YoutubeLink {
    color: #C4302B;
}

.twitterLink {
    color: #00aced;
}

.snapchatLink {
    color: #FFFC00;
}

.instagramLink {
    color: #fff;
    border-radius: 9px;

    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
