/*
 * HTML
 */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

/*
 * General
 */
textarea {
    resize: none;
    overflow: auto;
}

.text-green {
    color: #008000;
    font-weight: bold;
}

.text-green a {
    color: #008000;
    font-weight: bold;
}

.text-green a:visited {
    color: #008000;
    font-weight: bold;
}

.text-red {
    color: red;
    font-weight: bold;
}

.text-red a {
    color: red;
    font-weight: bold;
}

.text-red a:visited {
    color: red;
    font-weight: bold;
}

.text-label {
    color: #aaaaaa;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding: 14px 6px 4px 6px;
    text-align: center;
    font-size: 11px;
}

.select-advanced
{
    width: 240px;
}

/*
 * Login
 */

#login-dropdown {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
}

#login-dropdown .help-block {
    font-size: 12px
}

#login-dropdown .steam-button {
    margin: 12px 0
}

#login-dropdown .steam-button a {
    width: 49%;
}

#login-dropdown .form-group {
    margin-bottom: 10px;
}

/*
 *
 */
#users-table td:nth-child(1) {
    text-align: center;
}

/*
 * Reports
 */
.label-pending {
    background-color: #f0e270;
    color: #fff;
}

.label-needMoreInfo {
    background-color: #1ba9f5;
    color: #fff;
}

.label-readyForReview {
    background-color: #27f22e;
    color: #fff;
}

.label-underInvestigation {
    background-color: #aa00ff;
    color: #fff;
}

.label-pendingTag {
    background-color: olive;
    color: #fff;
}

.label-resolved {
    background-color: #00de73;
    color: #fff;
}

.label-readyForRemoval {
    background-color: #00de73;
    color: #fff;
}

.label-accepted {
    background-color: #23ad0e;
    color: #fff;
}

.label-rejected {
    background-color: #de0000;
    color: #fff;
}

.label-invalid {
    background-color: #a7a7a7;
    color: #fff;
}

.label-archived {
    background-color: #b7b7b7;
    color: #fff;
}

.info-block {
    border: 3px solid #dedede;
    border-radius: 1px;
    padding: 4px;
}

.assignee-block {
    background-color: grey;
    color: white;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 4px 4px 3px 4px;
    font-size: 12px;
}

.assignee-block a{
    color: white;
}

.assignee-block a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
}

/*
 * Reports/Appeals filter
 */
#reply-filters input[type="checkbox"]
{
    margin-left: 10px;
    margin-right: -0.5%;
}

/*
 * Reports list - tab pane
 */
.tab-pane-bordered {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px;
    background-color: #fff;
}

/*
 * Guides
 */
.label-improve {
    background-color: #1ba9f5;
    color: #fff;
}

.label-pendingApproval {
    background-color: olive;
    color: #fff;
}

.label-pendingReApproval {
    background-color: olive;
    color: #fff;
}

.label-published {
    background-color: #23ad0e;
    color: #fff;
}

.label-denied {
    background-color: #de0000;
    color: #fff;
}

.guide-content img
{
    max-width: 100%;
    height: auto;
}

/*
 * Useful classes
 */
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.hidden {
    display: none;
}

.hide-text {
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    padding: 6px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 10px;
}

.text-align-center {
    text-align: center;
}

.padding-left-5 {
    padding-left: 5px;
}

/*
 * Custom bootstrap stuff
 */

.label-height-larger {
    line-height: 1.6em;
}

.label-filter {
    line-height: 2em;
    margin-top: 4px;
    display: inline-block;
}

.label-filter input[type="checkbox"]
{
    vertical-align: -2px;
}

.notification-menu li {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
}

.notification-content{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}

.notification-time {
    float: right;
    font-size: 9px;
}

.notification-unread {
    color: #337ab7 !important;
}

.notification-read {
    color: #777 !important;
}
/*
 *  Home
 */
.panel-banned {
    border: 2px solid #f0311d;
}

.user-avatar {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    margin: 10px;
    float: left;
}

.user-avatar-small {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.user-avatar-full {
    width: 184px;
    height: 184px;
    border-radius: 4px;
    margin: 10px;
    float: left;
}

.user-avatar-admin {
    border: 3px #008000 solid;
}

.user-container {
    margin-top: 8px;
}

.user-personaname {
    font-size: 26px;
    font-weight: bold;
}

.label-container {
    display: inline-block;
    font-size: 14px;
    float: left;
}

.user-personastate {
    font-size: 16px;
}

.user-lastlogoff {
    margin-top: 24px;
    font-size: 14px;
}

.friendPlayerLevel {
    display: inline-block;
    font-size: 16px;
    border-radius: 16px;
    border: solid white 2px;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    position: relative;
    margin-top: 75px;
    cursor: default;
    margin-right: 0px;
    float: right;
    margin-bottom: -40px;
}

.friendPlayerLevel .friendPlayerLevelNum {
    font-size: 16px;
}

.friendPlayerLevel.lvl_0 {
    border-color: #9b9b9b;
}

.friendPlayerLevel.lvl_10 {
    border-color: #c02942;
}

.friendPlayerLevel.lvl_20 {
    border-color: #d95b43;
}

.friendPlayerLevel.lvl_30 {
    border-color: #fecc23;
}

.friendPlayerLevel.lvl_40 {
    border-color: #467a3c;
}

.friendPlayerLevel.lvl_50 {
    border-color: #4e8ddb;
}

.friendPlayerLevel.lvl_60 {
    border-color: #7652c9;
}

.friendPlayerLevel.lvl_70 {
    border-color: #c252c9;
}

.friendPlayerLevel.lvl_80 {
    border-color: #542437;
}

.friendPlayerLevel.lvl_90 {
    border-color: #997c52;
}

.friendPlayerLevel.lvl_100,
.friendPlayerLevel.lvl_200 {
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.friendPlayerLevel.lvl_plus_10 {
    background-position: 0 -32px;
}

.friendPlayerLevel.lvl_plus_20 {
    background-position: 0 -64px;
}

.friendPlayerLevel.lvl_plus_30 {
    background-position: 0 -96px;
}

.friendPlayerLevel.lvl_plus_40 {
    background-position: 0 -128px;
}

.friendPlayerLevel.lvl_plus_50 {
    background-position: 0 -160px;
}

.friendPlayerLevel.lvl_plus_60 {
    background-position: 0 -192px;
}

.friendPlayerLevel.lvl_plus_70 {
    background-position: 0 -224px;
}

.friendPlayerLevel.lvl_plus_80 {
    background-position: 0 -256px;
}

.friendPlayerLevel.lvl_plus_90 {
    background-position: 0 -288px;
}

.friendPlayerLevel.lvl_100 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_hexagons.png');
}

.friendPlayerLevel.lvl_200 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_shields.png');
}

.friendPlayerLevel.lvl_300 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_books.png');
    text-shadow: 1px 1px #1a1a1a;
}

.friendPlayerLevel.lvl_400 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_chevrons.png');
}

.friendPlayerLevel.lvl_500 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_circle2.png');
}

.friendPlayerLevel.lvl_600 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_angle.png');
}

.friendPlayerLevel.lvl_700 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_flag.png');
}

.friendPlayerLevel.lvl_800 {
    background-image: url('https://steamcommunity-a.akamaihd.net/public/shared/images/community/levels_wings.png');
}