/*
 * Extra Argonath layout
 */
@media screen and (min-width: 1200px)
{
    #header ul.navbar-nav {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    #header ul.navbar-nav > li {
        display: table-cell;
        float: none;
    }

    #header .navbar-collapse ul.nav li a:hover,
    #header .navbar-collapse ul.nav li a:focus,
    #header .navbar-collapse ul.nav li a:active {
        transition: all 200ms ease 0s;
    }

    #header ul.navbar-nav > li .caret {
        margin-right: -10px;
    }

    #header .dropdown-menu i.fa, .header-top .dropdown-menu i.fa {
        width: 15px;
    }
}

.form-login .form-control:focus, .form-login .form-control {
    transition: all 0s ease 0s;
}

.form-login .multifactor-control {
    margin-bottom: 15px;
}

.form-login p {
    color: #525252;
    font-size: 15px;
    margin-bottom: 20px;
}

.avatar {
    border-radius: 50%;
}

.avatar.small {
    height: 30px;
    vertical-align: -10px;
}

.avatar.medium {
    height: 45px;
}


h3 {
    display: block;
    padding: 2px 0;
    margin: 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #2b81af;
    font-weight: normal;
}

.header {
    display: block;
    padding: 2px 0;
    margin: 5px 0;
    font-size: 16px;
    text-transform:
    uppercase;
    font-weight: normal;
}

.text-italic {
    font-style: italic;
}

.text-strikethrough {
    text-decoration: line-through;
}

h2 a {
    font-size: 40%;
}

h3 a {
    font-size: 60%;
    float: right;
    line-height: 220%;
}

h3 .sub, h4 .sub {
    font-size: 70%;
    float: right;
    line-height: 160%;
}

h4 .label {
    font-size: 11px;
    vertical-align: 2px;
    margin-right: 5px;
    padding-bottom: 2px;
}

.clickable {
    cursor: pointer;
}

tr.red td {
    border-bottom: 1px solid #dd4748;
}

tr.red {
    border-left: 4px solid #dd4748;
}

.label.admin-level-color-1 { background-color: #df956e; }
.label.admin-level-color-3 { background-color: #d9764d; }
.label.admin-level-color-4 { background-color: #d96e3a; }
.label.admin-level-color-5 { background-color: #d94d37; }
.label.admin-level-color-6 { background-color: #d93630; }
.label.admin-level-color-7 { background-color: #d93630; }
.label.admin-level-color-8 { background-color: #f00401; }
.label.admin-level-color-9 { background-color: #f00401; }

.label.dev-level-color-1 { background-color: #df956e; }
.label.dev-level-color-2 { background-color: #d94d37; }
.label.dev-level-color-3 { background-color: #d94d37; }

.online-dot {
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #00A000;
    margin: 0 0 5px 15px;
}

.money-transaction {
    color: #006900;
}

.money-transaction-negative {
    color: #b52e25;
}

.alert-warning, .alert.alert-warning {
    background-color: #e3a350;
    border-color: #ca914c;
    color: #3e3816;
}

.alert.alert-success {
    background-color: #28a65b;
    border-color: #23904c;
    color: #ecf0f1;
}

.confidential-info {
    font-size: 90%;
    font-style: italic;
    color: #9f1c1e;
}

.panel-bottommargin {
    margin-bottom: 35px;
}

.comment-punishment {

    color: #888888;
}

#comment-search-results {
    padding: 0;
    list-style: none;
}

#comment-search-results li {
    padding: 2px 0;
}


/*
 * SEARCH
 */

#player-search-results li a {
    padding: 6px 15px;
}

#player-search-results li p {
    padding: 10px 15px;
    margin-bottom: 0;
    width: 200px;
}

#player-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dddddd;
    opacity: 1;
}
#player-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
    opacity: 1;
}
#player-search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dddddd;
    opacity: 1;
}
#player-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd;
    opacity: 1;
}


/*
 * EXTRA ERROR PAGE LAYOUT
 */

#main .errorpage {
    margin: -20px;
    border-radius: 4px;
}

#main .errorpage.err401 {
    border-bottom: 4px solid #9e2d24;
}

.errorpage {
    padding-bottom: 10%;
    padding-top: 20px;
    text-align: center;
}

.errorpage i.fa {
    color: #16a085;
    font-size: 150pt;
    font-weight: 300;
}

.errorpage h1 {
    font-size: 48pt;
    font-weight: 300;
    margin-bottom: 20px;
}

.errorpage.err401 {
    background-color: #e33c2e;
    color: #ecf0f1;
}

.errorpage.err401 i.fa {
    color: #000000;
}


/*
 * LIST
 */

.list {
    margin: 15px 0;
}

.row > .list {
    margin: 0;
}

.list .list-item, .list .list-item:hover, .list .list-item:active {
    display: block;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.list a.list-item:hover {
    cursor: pointer;
    border-bottom-color: #2b81af;
}

.list .list-item .sub-item, .list .list-item .sub-item-block {
    display: inline-block;
    margin-left: 8px;
    font-style: italic;
    font-size: 85%;
}

.list .list-item .sub-item-block {
    display: block;
    margin-left: 5px;
}

.list .list-item .labels {
    float: right;
    text-align: right;
}

.row.list .list-item .label {
    margin: 2px 5px 0 0;
}



/*
 * HOME
 */

.home {

}

.home .online {

}

.home .online .online-player, .home .online .online-player:link, .home .online .online-player:visited {
    display: block;
    padding: 4px 0;
    border-bottom: 1px solid #6cbcde;
    text-decoration: none;
}

.home .online .online-player:hover, .home .online .online-player:active {
    border-bottom-color: #386478;
}

.home .online .online-player .label {
    font-size: 60%;
    vertical-align: 2px;
}


/*
 * VEHICLE PANEL
 */

.vehicle {

}

.vehicle .label {
    line-height: 26px;
}

.vehicle-image {
    position: relative;
}

.vehicle-image img {
    width: 100%;
}

.vehicle.nomargin .table, .vehicle.nomargin .thumbnail {
    margin-bottom: 0;
}

.vehicle-image .vehicle-color-1, .vehicle-image .vehicle-color-2 {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
}

.vehicle-image .vehicle-color-2 {
    left: 25px;
}

.vehicle-search {
    width: 200px;
}

.vehicle-component {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 10px 0;
    border: 1px solid #c8c8c8;
    text-align: center;
    text-transform: uppercase;
}


/*
 * PROFILE PANEL
 */

.profile {

}

.profile .row {
    margin-top: 15px;
}

.profile .row:first-child {
    margin-top: 0;
}

.profile .action-list {
    margin: 15px 0;
}

.profile .group-list {
    margin: 15px 0;
}

.profile .group-list-item, .profile .group-list-item:hover, .profile .group-list-item:active {
    display: block;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.profile .group-list-item:hover {
    border-bottom-color: #2b81af;
}

.profile .group-list-item .group-rank {
    display: inline-block;
    margin-left: 8px;
    font-style: italic;
    font-size: 85%;
}

.profile .group-list-item .labels {
    float: right;
    text-align: right;
}


/*
 * GROUP PAGE
 */

.group {

}

.group .group-rank {
    font-weight: 900;
    border-bottom: 1px solid #dddddd;
    margin-top: 6px;
}

.group .group-level {
    font-weight: normal;
    font-style: italic;
    font-size: 80%;
}

.group .group-description {
    margin-top: 14px;
}

.group .group-description .group-description-line {

}


/*
 * PROPERTY PAGE
 */

.business-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 10px 0;
    border: 1px solid #c8c8c8;
    text-align: center;
}

.business-item .business-item-price {
    font-weight: 900;
    font-style: italic;
}


/*
 * HELP SYSTEM - DIALOG MESSAGES
 */

 .help .panel {
    background-color: #485f8a;
}

.help .panel-heading {
    color: #DDDDDD;
    padding-bottom: 0;
}

.help .panel-body {
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    color: #EEEEEE;
}

.help .panel-body .list {
    margin: 0;
}

.help .help-buttons {
    text-align: center;
    margin: 10px 0 18px 0;
}


/*
 * ACHIEVEMENTS
 */

.achievement {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 4px 6px;
    background: #e6e6e6;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    text-transform: uppercase;
}

/*
 * TABLE LINKS
 */

.table a {
    cursor: pointer;
    text-decoration: none;
}