/**
@author F@nt0M
@version 1.1
*/

@font-face {
    font-family: 'AwardsWon';
    src: url('../font/awards_won.woff') format('woff'), url('../font/awards_won.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="award-"], [class*=" award-"] {
    font-family: AwardsWon;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    margin-top: 0;
}

[class^="award-"]:before, [class*=" award-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.award-zero:before {
    content: "0";
}

.award-one:before {
    content: "1";
}

.award-two:before {
    content: "2";
}

.award-three:before {
    content: "3";
}

.award-four:before {
    content: "4";
}

.award-five:before {
    content: "5";
}

.award-six:before {
    content: "6";
}

.award-seven:before {
    content: "7";
}

.award-eight:before {
    content: "8";
}

.award-nine:before {
    content: "9";
}

table tr.banned td {
    background-color: #f2dede;
}

.skillIcon {
    background-repeat: no-repeat;
    padding-left: 16px;
    color: #696969;
    font-size: 12px;
    display: inline-block;
    width: 37px;
}

#stats>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
}

#modalBlock .modal-body {
    height: 100%;
    padding: 0;
    max-height: inherit;
}

#modalBlock .modal-body .table {
    margin: 0;
}

.skillLetter {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.67) inset;
}

.skillNumber {
    background-color: #faf8f7;
    display: inline-block;
    width: 20px;
    height: 16px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    color: #696969;
}

.progress {
    margin-bottom: 0;
}

.skillL {
    background-color: #dbd78a;
}

.skillM {
    background-color: #e8ae00;
}

.skillH {
    background-color: #ff7800;
}

.skillP {
    background-color: #ff1100;
}

.skillG {
    background-color: #070707;
}

.orderColumn {
    cursor: pointer;
}

#topBlock {
    text-align: center;
}

.topTable {
    display: inline-block;
}

.topTable td {
    padding: 2px;
    font-size: 12px;
}

.topNumber {
    font-size:25px;
    color: #292929;
}

.topTable .award-one:before {
    color: #c99000;
}

.topTable .award-two:before {
    color: #bfbfbf;
}

.topTable .award-three:before {
    color: #c2000a;
}

.topTable .award-four:before {
    color: #00940a;
}

.topTable .award-five:before {
    color: #3b62e3;
}

#filterBlock {
    float: left;
}

#infoBlock {
    float: right;
}

#infoBlock .infoText {
    margin-right: 10px;
}

#modalBlock .progress .bar, #statsTable .progress .bar {
    color: #000000;
}