.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p.available {
    color: #28d62f;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p.not-available {
    color: #da4b57;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p.in-game {
    color: #554bda;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p.away {
    color: #e5e77e;
}

#christmas_image {
    display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    z-index: 99999;
}

#nav_online_status{
    display:none;
}

#nav_online_status > a {
    font-size: 18px;
}

#nav_online_status i.available {
    color: #52f159;
}

#nav_online_status i.not-available {
    color: #ef9999 !important;
}

#nav_online_status i.away {
    color: #e5e77e;
}

#nav_online_status i.in-game {
    color: #b3b1f1;
}

#nav_online_status ul.dropdown-menu {
    width:200px;
}

#nav_online_status ul.dropdown-menu i {
    margin-right: 10px;
}

.list-group button:disabled {
    color: #999999;
    cursor: not-allowed;
}

    .list-group button:disabled:hover,
    .list-group button:disabled:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
    }

.not-header {
    width: 100%;
    padding: 0px;
}

    .not-header li {
        display: inline-block;
        width: 32%;
        text-align: center;
        font-size:24px;
    }

        .not-header li.selected {
            border-bottom: solid 2px #3c8dbc;
        }

        .not-header li a {
            display: block;
        }

#sb_notifications, #sb_settings, #sb_help {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute
}

    #sb_notifications.selected, #sb_settings.selected, #sb_help.selected {
        visibility: visible;
        opacity: 1;
        position: static;
        margin: 0px -10px 0px -10px;
    }

ul.notifications-list{
    list-style-type:none;
    padding:0px;
    cursor:pointer;
    /* border: 1px solid black; */
    /* border-radius: 2px; */
}

ul.notifications-list .img-circle {
    width:50px;
    height: 50px;
}
li.notification {
    padding: 5px 2px 5px 2px;
    /* border: solid 1px lightgrey; */
    margin-bottom: 2px;
    border-radius: 3px;
}
    li.notification:hover {
        background-color: #434343;
    }

        li.notification:hover div.notification-content div.container {
            max-height: 300px;
        }


li.notification div.header {
    display: flex;
    /* z-index: 999999999; */
    /* height: 100px; */
    /* width: 100%; */
}

    li.notification div.header > div.user-image {
        flex: 0 0 20%;
        overflow: hidden;
    }

    li.notification div.header > div.notification-content {
        flex: 1 1 80%;
        overflow: hidden;
    }

    

    
.notification-content span.username {    font-weight: bold;
}

.notification-content > div {
    display:inline-block;
}

.notification-content p.time {
    text-align:right;
    color: dimgrey;
}

        .notification-content div.container {
            max-height: 0px;
            overflow: hidden;
            transition: max-height 0.5s ease;
        }

.notification span.game-type {
    background-color: #fe952b;
    border-radius: 3px;
    padding: 0px 2px 0px 2px;
    color: #3a1f14;
    float: right;
}

.modal-content.dark {
    background-color: #2c2c2c;
    color:white;
}

    .modal-content.dark h2 {
        color:grey;
    }

    div.notification-content div.container {
        width: 100%;
    }


.container > div {
    display:inline-block;
    width:100%;
}
    .container span.record{
        font-weight:bold;
        color:lightgreen;
        margin-right:5px;
    }

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* modal stuff*/

/*.modal-body div.form-group select {
    overflow: hidden;
    border-radius: 5px;
}

.modal-body div.form-group select:active {
    background-color:none;
}
    .modal-body div.form-group option:checked {
        background-color: none;
    }

    .modal-body div.form-group select option[selected] {
        font-weight: bold;
        background-color: none;
    }*/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/* - game request modal - Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    border-bottom: none;
    padding: 15px 15px 0 15px;
}

    .modal-content::before {
        background-image: url(images/site/FacebookPreview.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.4;
    }

    /* toastr opacity override*/

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
    background-color: #25649b !important;
}

li.active-game-item a{
    border-bottom:1px solid grey;
}

li.active-game-item span {
    display: block;
    padding-left: 5px;
    color: #253f5b;
}

small.active-game-score{
    display:block;
    margin-top:2px;
}

li.active-game-item button {
    border:none;
}

li.active-game-item small.competition-name {

}

li.active-game-item small.start-score {
    background-color: #9697c6;
    padding: 2px;
    margin-right: 5px;
    color: white;
    border-radius: 7px;
}

li.active-game-item small.win-trigger {
}

video{
    max-width:100%;
}

.toggle-label-left {
    margin-left: 5px;
    font-weight: bold !important;
}

div.toggle-label-container {
    float: left;
    line-height: 34px;
    margin-bottom: 5px;
}
div.toggle-button-container {
    float: right;
}

#details_profile_dropdown img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 5px;
}

    #details_profile_dropdown img.gold {
        background-color: gold;
    }

    #details_profile_dropdown img.silver {
        background-color: silver;
    }

    #details_profile_dropdown img.platinum {
        background-color: plum;
    }


/* extensions to timeline*/
.timeline > li > .timeline-item > .timeline-header span.tournament {
    background-color: #4f728e;
    color: gold;
    padding: 3px;
    margin-right: 10px;
    border-radius: 3px;
}

    .timeline > li > .timeline-item > .timeline-header span.tournament a:visited {
        color: gold;
    }