html, body {
    font-family: 'HelveticaNeue', Helvetica, Arial, "Lucida Grande", sans-serif;
    height: 100%;
    font-size: 102%;
    line-height: 1.5;
    margin: 0;
    background: url("../images/background.png") no-repeat fixed;
    background-size: cover;
    color: #f5f5f5;
}

a, a:visited, a:link {
    text-decoration: none;
    color: #d8e9b0;
    transition: all .2s ease-in-out;
}

a:hover, a:active {
    color: #b1bf90;
}

hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(45, 45, 45, 0.5), rgba(0, 0, 0, 0));
    border: 0;
    height: 1px;
    opacity: 0.5;
}

h1 {
    font-size: 100px;
    margin-bottom: 0;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.site-content {
    background-color: rgba(33, 33, 33, 0.95);
    position: absolute;
    width: 100%;
    min-height: 100%;
}

.site-content-inner {
    padding-top: 60px;
    width: 95%;
    margin: 0 auto;
}

/* navigation */
.site-navigation {
    background-color: #77939a;
    height: 65px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 -3px 10px black;
    -webkit-box-shadow: 0 -3px 10px black;
}

ul.navigation-items {
    list-style: none;
    margin: 0 auto;
}

li.navigation-item {
    display: inline;
    padding-left: 25px;
    padding-right: 25px;
    transition: all .2s ease-in-out;
    font-size: 18px;
    float: left;
    height: 65px;
    line-height: 65px;
}

li.navigation-item:hover {
    background-color: #91b3bc;
}

li.navigation-item a {
    color: white !important;
}

.players-count {
    width: 300px;
    height: 300px;

    margin: 0 auto;

    background-color: #77939a;
    border-radius: 150px;
    box-shadow: 0 03px 10px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.players-count-inner {
    line-height: 300px;
    text-align: center;
}

ul.table {
    list-style: none;
}

li.cell {
    height: 60px;
    width: 97%;
    line-height: 60px;
    padding-left: 10px;

    color: rgb(54, 54, 54);
    border-bottom: 2px rgba(70, 98, 127, 0.95) solid;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

li.expanded {
    height: 128px;
}

li.big-cell {
    height: 256px;
}

.cell-image {
    width: auto;
    height: 45px;
    margin-top: 12px;
    margin-right: 12px;
    float: left;
    border-radius: 5px;
}


li.cell:nth-child(even) {
    background-color: rgba(242, 242, 242, 0.95);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

li.cell:nth-child(odd) {
    background-color: rgba(225, 225, 225, 0.95);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

li.cell:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);

    border-radius: 5px;
}

/* controls */

.textField {
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    margin-top: 10px;
    border: 2px solid #77939a;
    border-radius: 6px;
    font-size: 16px;
    color: rgb(53, 53, 53);
    outline: none;
}

.button, input[type=submit] {
    height: 50px;
    background-color: #2f2f2f;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    transition: all .2s ease-in-out;
    font-size: 16px;
    border: 1px solid #ccc;
    margin: 8px;
}

.button:hover {
    background-color: #3a3a3a;
}

.button-red {
    background-color: rgba(227, 83, 96, 0.49) !important;
}

.button a, .button a:active, .button a:link {
    color: white;
}

.button a:hover {
    color: rgba(199, 197, 197, 0.83);
}

select {
    height: 48px !important;
    background: url('../images/arrow-down.png') no-repeat right #91b3bc;
    color: white;
    padding-right: 22px;
    border: 2px solid rgba(199, 197, 197, 0.81);
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.width-80 {
    width: 80%;
}

.width-50 {
    width: 50%;
}

.width-50-small {
    width: 50px;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
    display: block;
}

.margin-left {
    margin-left: 15px;
}

.margin-right {
    margin-right: 15px;
}

.display-inline-block {
    display: inline-block;
}

.logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 7%;
}

.logo-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 7%;
}

.map-inner {
    padding-top: 75px;
    font-size: 120%;
    float: left;
}

.height-auto {
    height: auto !important;
}

.status-box {
    margin-right: 2%;
    width: 5%;
    height: 100%;
    color: white;
    text-align: center;
    background-color: #77939a;
}

.status-box-success {
    background-color: #2dba63 !important;
}

.status-box-fail {
    background-color: #c65146 !important;
}

.status-box-warning {
    background-color: #b5c662 !important;
}

.status-box-alert {
    background-color: #c6927b !important;
}

.modal-box {
    background-color: #191919;
    width: 40%;
    left: 30%;
    top: 25%;
    text-align: center;
    position: fixed;
    z-index: 999;
    border-radius: 3px;

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
}

.overlay {
    background-color: rgba(0, 0, 0, 0.54);

    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;

    right: 0;
    top: 0;
    z-index: 9999;
}

.logo {
    width: auto;
    height: 85px;
    margin-right: 25px;
    margin-left: 25px;
}

.yellow {
    background-color: rgba(255, 247, 5, 0.72) !important;
}

.red {
    background-color: rgba(255, 48, 24, 0.68) !important;
    color: #e5e5e5 !important;
}

.blue {
    background-color: rgba(2, 93, 158, 0.69) !important;
    color: #e5e5e5 !important;
}

.light_blue {
    background-color: rgb(164, 194, 244) !important;
}

.green {
    background-color: rgb(147, 196, 125) !important
}

.cl-title {
    font-size: 200%;
}

.cl-info {
    font-size: 100%;
}

.filter_message {
    background-color: #9e0500;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 6px;
    padding: 4px
}

.spam_message {
    background-color: #4b004d;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 6px;
    padding: 4px
}

.duplicate_message {
    background-color: #cc4e36;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 6px;
    padding: 4px
}

.reported_player {
    background-color: #025d9e;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 6px;
    padding: 4px
}


.state_open {
    background-color: #427905;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 6px;
    padding: 4px
}

.state_closed {
    background-color: #a5790e;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 6px;
    padding: 4px
}


.cl-avatar{
    width: auto;
    height: 45px;
    margin-top: 30px;
    margin-right: 12px;
    float: left;
    border-radius: 5px;
}


.cl-info-alert {
    padding: 20px;
    background-color: #137aab;
    color: white;
    margin-bottom: -10px;
}

.cl-danger-alert {
    padding: 20px;
    background-color: #9e0500;
    color: white;
    margin-bottom: -10px;
}

.cl-alert {
    padding: 20px;
    background-color: #313131;
    color: white;
    margin-bottom: -10px;
}

.cl-alert-close {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.cl-alert-close:hover {
    color: black;
}

.cl-user {
    color: rgb(88, 88, 88);
}


/* mobile */
@media only screen and (min-width: 150px) and (max-width: 840px) {
    h2 {
        font-size: 18px;
    }

    .site-content-inner {
        width: 99%;
    }

    .logo {
        height: 64px;
        margin-right: 10px;
    }

    .modal-box {
        background-color: #191919;
        width: 90%;
        left: 5%;
        padding: 10px;
    }
}
