hr {
    border-top: 1px solid #474747 !important;
}



/****** MISC STYLES ******/
.no-scroll {
    overflow: hidden;    
}

.padding {
    padding: 0 10%;
}

.tiny {
    font-size: 12px;
    line-height: 20px;
}

.timer-active {
    color: #a94442 !important;
}

.timer-done {
    color: #3c763d !important;
}

.new {
    color: #3c763d ;
    font-weight: bold;
}

/****** BBCODE STYLES ******/
.bb_image {
    max-width: 100%;
}

/****** LOGIN STYLES ******/
.login-logo {
    padding-top: 150px;
    padding-bottom:50px;
    text-align: center;
}

.login-form {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/****** USER STATUS STYLES ******/
.user-status-0 .side-bar {
    display: none;
}

.user-status-0 .game-container {
    max-width: 800px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.user-status-0 .logo-container {
    text-align: center !important;
    width: 100%;
}

.user-status-0 .sub-header,
.user-status-0 .header .col-md-2,
.user-status-0 .header .col-md-3 {
    display: none;
}

.user-level-0:before {
    content: "[BANNED]";
}
.user-level-0,
.user-level-0:hover {
    color: #777;
}

.user-level-2,
.user-level-2:hover {
    color: #ff0;
    font-weight: bold;
}

/****** HEADER STYLES ******/
.header {
    background-image: url("../images/road-background.png") !important;
    background-position: top center !important;
    background-repeat: repeat-y !important;
    background: rgb(48,48,48);
    background: linear-gradient(135deg, rgba(86,86,86,1) 0%, rgba(48,48,48,1) 5%, rgba(48,48,48,1) 35%, rgba(36,36,36,1) 50%);
    color: #ffffff;
    border-bottom: 1px solid #272727;
    line-height: 40px;
    margin-bottom: 10px;
}

.header .logo-container {
    line-height: 80px;
}

/****** SIDEBAR STYLES ******/
.side-bar {
    width: 220px;
    float: left;
}

.side-bar .label {
    float: right;
}

.side-bar .list-group {
    border: 0px solid #474747;
    border-top: none;
   
}

.side-bar .list-group .list-group-item {
    position: relative;
    opacity:55%;
    padding: 0px 5px;
    line-height: 22px;
    background-color: #111 !important;
}

.side-bar .list-group .list-group-item:hover {
    opacity:100%;
}

.side-bar .list-group .list-group-item small {
    position: relative;
    z-index: 200;
}

.side-bar .list-group .progress {
    position: absolute;
    top: 2px;
    right: 3px;
    bottom: 2px;
    width: 100px;
    height: 16px;
    z-index: 100;
}


/****** GAME CONTAINER STYLES ******/
.game-container {
    width: calc(100% - 230px);
    float: right;
}


/****** BOOTSTRAP OVERRIDES ******/
.alert {
    border: 1px solid;
}


/*** Tables ***/
table tr td, table tr th {
    text-align: left;
}

.table-borderless tr, .table-borderless tr td, .table-borderless tr th {
    border: none !important;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border-color: #272727 !important;
}

.table-striped>thead>tr:nth-child(odd)>td, .table-striped>thead>tr:nth-child(odd)>th {
    background-color: #171717;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #272727;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #373737;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 2px 5px;
}

/*** Images ***/
.img-thumbnail {
    background-color: transparent;
    border-color: #555;
}


/****** Navs ******/
.nav-pills>li>a {
    padding: 5px;
    margin-bottom: 10px;
}

.nav-pills>li>a:hover {
    background-color: #474747;
}

.nav-tabs {
    border-bottom: 1px solid #474747 !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.nav-tabs li a {
    border-bottom-color: transparent !important;
}

.nav-tabs li a:hover {
    background-color: #474747;
    border-radius: 5px;
    border-color: transparent;
}


/****** Pagnation ******/
.pagination li a {
    background-color: #252524;
    color: #fff;
    border-color: #474747;
}

.pagination li:hover a {
    background-color: inherit !important;
    color: inherit !important;
    border-color: #474747;
}

.pagination li.active a {
    background-color: #676767 !important;
    color: #fff;
    border-color: #ccc;
}

.pagination li:nth-child(odd) a {
    background-color: #161616;
}


/****** MOBILE STYLES ******/
@media (max-width: 767px) {
    html, body {
        height: 100%;
    }

    .side-bar {
        display: none;
    }

    .show-sidebar .side-bar {
        display: block;
        width: 90%;
        margin: auto;
        float:none;
    }

    .show-sidebar .game-container {
        display: none;
    }

    .login-logo {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }

    .mobile-menu {
        background-color: #272727;
        height: 100%;
        overflow: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: none;
        z-index: 1000;
    }

    .mobile-menu ul.nav {
        position: absolute;
        top: 0px;
        bottom: 30px;
        left: 0px;
        right: 0px;
        overflow: auto;
    }

    .mobile-menu .close-mobile-menu {
        position: absolute;
        text-align: center;
        bottom: 0px;
        left: 0px;
        right: 0px;
        line-height: 30px;
        color: #fff;
        z-index: 1100;
        background-color: #474747;
    }
    
    .mobile-menu li {
        float: left;
        text-align: center;
    }

    .mobile-menu li a {
        padding: 7px 15px;
        margin-bottom: 0px;
    }

    .mobile-menu .title {
        background-color: #171717;
        display: block;
        clear: both;
        font-weight: bold;
    }

    .padding {
        padding: 0 2%;
    }

    .game-container {
        width: 90%;
        padding: 0px;
        margin: auto;
        float:none;
    }

    .navbar-toggle {
        background-color: #272727;
        border: 1px solid #474747;
        margin-left: -5px;
        margin-right: 0px;
        float: left;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .header {
        line-height: 25px;
    }

    .header .logo-container {
        text-align: center !important;
    }
    .header .col-xs-6 {
        padding: 0px; 
    }
    .header .logo-container {
        line-height: 60px;
    }
    .logo-container img {
        height: 40px;
    }

    .crime-holder p {
        text-align: center;
    }
    .crime-holder .action {
        display: block;
        float: none;
    }
    .crime-holder .cooldown,
    .crime-holder .commit {
        width: 49%;
        float: none;
        display: inline-block !important;
        text-align: center;
        font-size: 12px;
        margin-top: 8px;
    }
    .crime-holder .commit:after {
        content: "";
        clear: both;
        display: block;
    }

}
