/* Add here all your CSS customizations */

#hPageTitle {
    min-width: 14px;
}

.sidebar-switch {
    margin: 0;
    display: inline-block;
}


#ServerInfo {
    color: white;
    font-weight: bold;
    text-align: center;
    /*width: 400px;*/
    background-color: limegreen;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
}


.blob {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    border-radius: 5px;
    height: 24px;
    width: 4px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    position: absolute;
    margin-left: -5px;
    z-index: 993;
}


    .blob.red {
        background: rgba(255, 82, 82, 1);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
        animation: pulse-red 2s infinite;
    }

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}



/* Userbox - Mobile */
@media only screen and (max-width: 767px) {

    .userbox .dropdown-menu {
        /*override for mobile*/
        padding: 45px 10px 0;
        
    }

    #ServerInfo {
        /*do not display on Mobile*/
        display: none!important;
    }
}

@media only screen and (max-width: 1250px) {

    #ServerInfo {
        /*do not display on Mobile*/
        width:auto!important;
    }
}

@media only screen and (max-width: 870px) {
    .header .search {
        display: none;
    }
}


.layoutimg {
    width: 50px;
    height: 50px;
}


.datepicker table thead tr th.dow:hover {
    color: #F89728 !important;
}

.sidebar-widget.widget-friends ul li{
    padding: 0px
}
.sidebar-widget.widget-friends ul li span.name{
    margin-bottom: 0px;
}