:root {
    --warrior: #C79C6E;
    --warlock: #9482C9;
    --rogue: #FFF569;
    --priest: #FFFFFF;
    --shaman: #0070DE;
    --paladin: #F58CBA;
    --mage: #69CCF0;
    --hunter: #ABD473;
    --druid: #FF7D0A;
}

.class-icon-Warrior {
    background-image: url("../img/classico/warrior.gif");
    background-position: center center;
}

.class-icon-Warlock {
    background-image: url("../img/classico/warlock.gif");
    background-position: center center;
}

.class-icon-Paladin {
    background-image: url("../img/classico/paladin.gif");
    background-position: center center;
}

.class-icon-Priest {
    background-image: url("../img/classico/priest.gif");
    background-position: center center;
}

.class-icon-Hunter {
    background-image: url("../img/classico/hunter.gif");
    background-position: center center;
}

.class-icon-Shaman {
    background-image: url("../img/classico/shaman.gif");
    background-position: center center;
}

.class-icon-Rogue {
    background-image: url("../img/classico/rogue.gif");
    background-position: center center;
}

.class-icon-Mage {
    background-image: url("../img/classico/mage.gif");
    background-position: center center;
}

.class-icon-Druid {
    background-image: url("../img/classico/druid.gif");
    background-position: center center;
}

.class-icon {
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: text-top;
    width: 18px;
}

.Warrior, .class-id-1 {
    color: var(--warrior);
}
.Warlock, .class-id-9 {
    color: var(--warlock);
}

.Rogue, .class-id-4 {
    color: var(--rogue);
}

.Priest, .class-id-5 {
    color: var(--priest);
}

.Shaman, .class-id-7 {
    color: var(--shaman);
}

.Paladin, .class-id-2 {
    color: var(--paladin);
}

.Mage, .class-id-8 {
    color: var(--mage);
}

.Hunter, .class-id-3 {
    color: var(--hunter);
}

.Druid, .class-id-11 {
    color: var(--druid);
}


.DeathKnight, .class-id-6 {
    color: #C41F3B;
}

.Monk, .class-id-10 {
    color: #00FF96;
}

.DemonHunter, .class-id-12 {
    color: #A330C9;
}

.Artifact, .q6 {
    color: #e6cc80;
}

.Legendary, .q5 {
    color: #ff8000;
}

.Epic, .q4 {
    color: #a335ee;
}

.Rare, .q3 {
    color: #0070ff;
}

.Uncommon, .q2 {
    color: #1eff00;
}

.Common, .q1 {
    color: #fff;
}

.Poor, .q0 {
    color: #9d9d9d;
}

.easy-eye {
    background-color: #2d2d2d;
}

.wow-tooltip {
    text-align:left !important;
}

.logo-text {
    font-size: 35.75px;
}

@media (max-width: 767px) {
    .logo-text {
        margin-top: 0px;
        margin-bottom: 2px;
    }
}

.ifix {
    cursor: pointer;
}

.ad-ban {
    position: relative !important;
    z-index: 10 !important;
}

.small-thumb {
    height:30px;
}

.twocol td {
    width: 50%
}

.Horde {
    color: #e11919
}

.Alliance {
    color: #1b78e1
}

select {
    display: block;
    color: rgb(248, 248, 248);
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(51, 51, 51);
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f8f8f8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, rgb(51, 51, 51) 0%,rgb(51, 51, 51) 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
select::-ms-expand {
    display: none;
}
select:hover {
    border-color: #888;
}
select:focus {
    border-color: #aaa;
    color: rgb(248, 248, 248);
    outline: none;
}
select option {
    font-weight:normal;
}

.checkbox-sod input[type="checkbox"]:checked + label::before {
    background-color: #C70039;
    border-color: #C70039;
}
.checkbox-sod input[type="checkbox"]:checked + label::after {
    color: #fff;
}

input {
    border: none;
    color: #f8f8f8;
    background-color: rgba(51, 51, 51);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.role-icon-Melee, .role-icon-mdps {
    background-image: url("../img/classico/melee_sm.png");
    background-position: center center;
    width: 18px; /* Icon width */
    height: 18px; /* Icon height */
}
.role-icon-md-Melee, .role-icon-md-mdps {
    background-image: url("../img/classico/melee_md.png");
    background-position: center center;
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}
.role-icon-Ranged, .role-icon-rdps {
    background-image: url("../img/classico/ranged_sm.png");
    background-position: center center;
    width: 18px; /* Icon width */
    height: 18px; /* Icon height */
}
.role-icon-md-Ranged, .role-icon-md-rdps {
    background-image: url("../img/classico/ranged_md.png");
    background-position: center center;
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}
.role-icon-Tank {
    background-image: url("../img/classico/tank_sm.png");
    background-position: center center;
    width: 18px; /* Icon width */
    height: 18px; /* Icon height */
}
.role-icon-md-Tank, .role-icon-md-tank {
      background-image: url("../img/classico/tank_md.png");
      background-position: center center;
      width: 24px; /* Icon width */
      height: 24px; /* Icon height */
  }
.role-icon-Healer, .role-icon-heal {
    background-image: url("../img/classico/healer_sm.png");
    background-position: center center;
    width: 18px; /* Icon width */
    height: 18px; /* Icon height */
}
.role-icon-md-Healer, .role-icon-md-heal {
    background-image: url("../img/classico/healer_md.png");
    background-position: center center;
    width: 24px; /* Icon width */
    height: 24px; /* Icon height */
}

.role-icon {

    object-fit: fill; /* Ensures the whole image fits within */
    object-position: center; /* Centres the image */
    display: inline-block;

    background-repeat: no-repeat;
    background-position: center center;

    line-height: 18px;
    vertical-align: text-top;

}

.character.Warrior {
    background-color: var(--warrior);
}
.character.Warlock {
    background-color: var(--warlock);
}
.character.Rogue {
    background-color: var(--rogue);

}
.character.Priest {
    background-color: var(--priest);

}
.character.Shaman {
    background-color: var(--shaman);
}
.character.Paladin {
    background-color: var(--paladin);
}
.character.Mage {
    background-color: var(--mage);
}
.character.Druid {
     background-color: var(--druid);
}
.character.Hunter {
    background-color: var(--hunter);
}