.block_title .prev_choice {
    float: right;
    margin-right: 12px;
    width: 300px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    border-radius: 3px;
}
.boutique_choix a
{
    display: block;
}
.block_title .prev_choice:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.block_title .prev_choice .dropdown-toggle {
    display: block;
    height: 80px;
    width: 300px;
    padding: 9px 0 0 10px;
    color: white;
}
.block_title .prev_choice .dropdown-toggle .icon, .block_title .prev_choice .dropdown-menu a .icon {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}
.block_title .prev_choice .dropdown-toggle .icon img, .block_title .prev_choice .dropdown-menu a .icon img {
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}
.block_title .prev_choice .alliance .icon img,
.block_title .prev_choice .alliance a .icon img {
    background-color: #054661;
    background-color: -moz-linear-gradient(top,  #054661 0%, #366a80 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054661), color-stop(100%,#366a80));
    background-color: -webkit-linear-gradient(top,  #054661 0%,#366a80 100%);
    background-color: -o-linear-gradient(top,  #054661 0%,#366a80 100%);
    background-color: -ms-linear-gradient(top,  #054661 0%,#366a80 100%);
    background-color: linear-gradient(to bottom,  #054661 0%,#366a80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054661', endColorstr='#366a80',GradientType=0 );
    background-position: 0 0;
}
.block_title .prev_choice .horde .icon img,
.block_title .prev_choice .horde a .icon img {
    background-color: rgb(97,5,5);
    background-color: -moz-linear-gradient(top,  rgba(97,5,5,1) 0%, rgba(71,4,4,1) 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,5,5,1)), color-stop(100%,rgba(71,4,4,1)));
    background-color: -webkit-linear-gradient(top,  rgba(97,5,5,1) 0%,rgba(71,4,4,1) 100%);
    background-color: -o-linear-gradient(top,  rgba(97,5,5,1) 0%,rgba(71,4,4,1) 100%);
    background-color: -ms-linear-gradient(top,  rgba(97,5,5,1) 0%,rgba(71,4,4,1) 100%);
    background-color: linear-gradient(to bottom,  rgba(97,5,5,1) 0%,rgba(71,4,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610505', endColorstr='#470404',GradientType=0 );
    background-position: -60px 0;
}
.block_title .prev_choice .dropdown-toggle .info_joueur,
.block_title .prev_choice .dropdown-menu a .info_joueur,
.block_title .prev_choice .dropdown-toggle .info_guild,
.block_title .prev_choice .dropdown-menu a .info_guild {
    margin-top: 4px;
}
.block_title .prev_choice .dropdown-toggle .info_joueur .nom_joueur,
.block_title .prev_choice .dropdown-menu a .info_joueur .nom_joueur,
.block_title .prev_choice .dropdown-toggle .info_guild .guild_name,
.block_title .prev_choice .dropdown-menu a .info_guild .guild_name {
    color: white;
    font-family: 'Ubuntu';
    font-size: 20px;
    display: inline-block;
    width: 175px;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.block_title .prev_choice .dropdown-toggle .info_guild .guild_name,
.block_title .prev_choice .dropdown-menu a .info_guild .guild_name  {
    width: 230px;
}
.block_title .prev_choice .dropdown-toggle .info_joueur .nom_guilde,
.block_title .prev_choice .dropdown-menu a .info_joueur .nom_guilde,
.block_title .prev_choice .dropdown-toggle .info_guild .nb_members,
.block_title .prev_choice .dropdown-menu a .info_guild .nb_members {
    font-family: 'UbuntuLight';
    font-size: 14px;
    margin-top: -2px;
}
.block_title .prev_choice .dropdown-toggle .info_guild .nb_members,
.block_title .prev_choice .dropdown-menu a .info_guild .nb_members {
    color: white;
}
.block_title .prev_choice .alliance .info_joueur .nom_guilde,
.block_title .prev_choice .alliance a .info_joueur .nom_guilde {
    color: #6699cc;
}
.block_title .prev_choice .horde .info_joueur .nom_guilde,
.block_title .prev_choice .horde a .info_joueur .nom_guilde {
    color: #dd6160;
}
.block_title .prev_choice .dropdown-toggle .info_joueur .nom_guilde .text_nom_guilde,
.block_title .prev_choice .dropdown-menu a .info_joueur .nom_guilde .text_nom_guilde {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    max-width: 160px;
}
.block_title .prev_choice .dropdown-toggle .info_joueur .nom_guilde .text_guilde_guillemet, .block_title .prev_choice .dropdown-menu a .info_joueur .nom_guilde .text_guilde_guillemet {
    display: block;
    float: left;
}
.block_title .prev_choice .dropdown-toggle .text, .block_title .prev_choice .dropdown-menu a .text {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    font-family: 'UbuntuLight';
    color: white;
    margin-top: 18px;
    text-overflow: ellipsis;
}
.block_title  .prev_choice .picto_Up {
    display: none;
}
.block_title  .prev_choice .picto_Down {
    display: inline-block;
}
.block_title  .prev_choice .picto_Up, .block_title  .prev_choice .picto_Down {
    float: right;
    margin: -18px 25px 0 0;
    font-size: 14px;
}
.block_title  .prev_choice .alliance .picto_Up, .block_title  .prev_choice .alliance .picto_Down, .block_title  .prev_choice .horde .picto_Up, .block_title  .prev_choice .horde .picto_Down {
    margin-top: -11px;
}
.block_title  .prev_choice .guild .picto_Up,
.block_title  .prev_choice .guild .picto_Down {
    margin-top: -32px;
}
.block_title .open {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 3px 0 0;
}
.block_title .open > a:focus {
    border-radius: 3px 3px 0 0;
    background-color: rgb(51, 102, 204);
}
.block_title .open > a:focus .picto_Up {
    display: inline-block;
}
.block_title .open > a:focus .picto_Down {
    display: none
}
.block_title .prev_choice .dropdown-menu {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    margin-top: 0px;
    padding: 0;
}
.block_title .prev_choice .dropdown-menu a {
    width: 300px;
    height: 80px;
    background-color: rgb(13, 14, 15);
    padding: 9px 0 0 10px;
}
.block_title .prev_choice .dropdown-menu a:hover {
    background-color: rgb(39, 40, 42);
}
.block_title .prev_choice .dropdown-menu li:last-child a {
    border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 960px) {
    .block_title .prev_choice .picto_Up,
    .block_title .prev_choice .picto_Down {
        float: none;
        margin: 25px 0 0 21px;
    }
}
@media screen and (max-width: 640px) {
    .block_title .prev_choice .picto_Up, .block_title .prev_choice .picto_Down {
        margin-top: -18px;
    }
}

/* COMMONS */
.center
{
    text-align: center;
}
.al-right
{
    text-align: right;
}
.al-left
{
    text-align: left;
}
.capitalizeText::first-letter
{
    text-transform: uppercase;
}
.capitalize
{
    text-transform: capitalize;
}
.uppercase
{
    text-transform: uppercase;
}
.b_rad
{
    border-radius: 3px;
}

/* TEXTS COLORS */
.c-lightgrey
{
    color: #869EAE;
}
.c-goldorange
{
    color: #cc9933;
}

/* FLAGS */
.lang
{
    width: 20px;
    height: 13px;
    background-image: url('../img/icon/flags_icon.png');
    display: inline-block;
    vertical-align: middle;
}

.lang.fr
{
    background-position: 0 0;
}

.lang.us,
.lang.en
{
    background-position: 0 -13px;
}

.lang.es
{
    background-position: 0 -26px;
}

.lang.ru
{
    background-position: 0 -39px;
}

/* Faction icons */

.icon_faction
{
    width: 19px;
    height: 25px;
    background-image: url('../img/icon/faction/icon_faction2.png');
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.icon_faction.horde
{
    background-image: url('../img/icon/faction/horde2.png');
}

.icon_faction.alliance
{
    background-image: url('../img/icon/faction/alliance2.png');
}

.text.alliance
{
    color: #5580AA;
}
.text.horde
{
    color: #FA543B;
}
/* Faction background */

.bg_faction
{
    background-repeat: no-repeat;
}
.bg_faction.horde
{
    background-image: url('../img/account/bg_horde.png');
}
.bg_faction.alliance
{
    background-image: url('../img/account/bg_alliance.png');
}

/* Faction texts */
.text_faction.horde
{
    color: #FA543B;
}
.text_faction.alliance
{
    color: #5580AA;
}

/* difficulty icons */

.difficulty
{
    width: 19px;
    height: 24px;
    background-image: url('../img/community/difficulty/normal.png');
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.difficulty.normal
{
    background-image: url('../img/community/difficulty/normal.png');
}

.difficulty.heroic
{
    background-image: url('../img/community/difficulty/heroic.png');
}

.difficulty.mythic
{
    background-image: url('../img/community/difficulty/mythic.png');
}


/* PROGRESS BAR */
progress.fs-progress
{
    width: 100%;
    border: 0 none;
    background: rgb(22, 32, 39);
    height: 4px;
    margin-top: 15px;
}

progress.fs-progress::-moz-progress-bar
{
    background: rgb(51,102,204);
    background: -moz-linear-gradient(left,  rgba(51,102,204,1) 0%, rgba(63,127,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,102,204,1)), color-stop(100%,rgba(63,127,255,1)));
    background: -webkit-linear-gradient(left,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    background: linear-gradient(to right,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#3f7fff',GradientType=1 );
}

progress.fs-progress::-webkit-progress-bar
{
    background: transparent;
}

progress.fs-progress::-webkit-progress-value
{
    background: rgb(51,102,204);
    background: -moz-linear-gradient(left,  rgba(51,102,204,1) 0%, rgba(63,127,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,102,204,1)), color-stop(100%,rgba(63,127,255,1)));
    background: -webkit-linear-gradient(left,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    background: linear-gradient(to right,  rgba(51,102,204,1) 0%,rgba(63,127,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#3f7fff',GradientType=1 );
}

progress.fs-progress.green
{
    background: rgb(68, 211, 54);
}
progress.fs-progress.green::-moz-progress-bar
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #44d336;
    background: -moz-linear-gradient(top, rgb(68, 211, 54) 0%, rgb(68, 211, 54) 100%);
    background: -webkit-linear-gradient(top, rgb(68, 211, 54) 0%,rgb(68, 211, 54) 100%);
    background: linear-gradient(to bottom, rgb(68, 211, 54) 0%,rgb(68, 211, 54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44d336', endColorstr='#44d336',GradientType=0 );
}
progress.fs-progress.green::-webkit-progress-value
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #44d336;
    background: -moz-linear-gradient(top, rgb(68, 211, 54) 0%, rgb(68, 211, 54) 100%);
    background: -webkit-linear-gradient(top, rgb(68, 211, 54) 0%,rgb(68, 211, 54) 100%);
    background: linear-gradient(to bottom, rgb(68, 211, 54) 0%,rgb(68, 211, 54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44d336', endColorstr='#44d336',GradientType=0 );
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  progress.fs-progress
  {
    height: 4px;
  }
}

/* ICON MORE AND LESS */
span.icon.more,
span.icon.less
{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    margin: auto;
}
*[aria-expanded="true"] span.icon.more
{
    display: none;
}
*[aria-expanded="true"] span.icon.less
{
    display: block;
}
*[aria-expanded="false"] span.icon.more
{
    display: block;
}
*[aria-expanded="false"] span.icon.less
{
    display: none;
}

/* COMMON TO  GREY AND WHITE-GREY SELECT */
.bootstrap-select .btn
{
    height: 40px;
    border: none;
    border-radius: 3px;
    color: #71818c;
    font-family: 'UbuntuLight';
}

.bootstrap-select .btn:hover
{
    box-shadow: none;
}

.bootstrap-select .picto_Down
{
    display: inline-block;
}
.bootstrap-select .picto_Up
{
    display: none;
}
.bootstrap-select.open .picto_Down
{
    display: none;
}
.bootstrap-select.open .picto_Up
{
    display: inline-block;
}

.bootstrap-select .dropdown-menu
{
    background-color: transparent;
    border-radius: 0;
    border: 0px;
    box-shadow: none;
    margin-bottom: -3px;
    overflow: hidden;
}

.bootstrap-select .dropdown-menu li a
{
    background-color: rgb(32, 43, 52);
    color: #71818c;
    font-family: 'UbuntuLight';
    height: 30px;
    display: block;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus
{
    background-color: rgb(60, 74, 84);
    color: white;
}

.bootstrap-select .dropdown-menu .selected
{
    display: none;
}

/* GREY SELECT */
.bootstrap-select.grey .btn
{
    background-color: rgb(32, 43, 52);
}
.bootstrap-select.grey .btn:hover
{
    color: white;
}
.bootstrap-select.grey.open .dropdown-toggle.btn-default
{
    background-color: rgb(51, 102, 204);
    box-shadow: none;
    color: white;
    border-radius: 3px 3px 0 0;
}

/* WHITE-GREY SELECT */
.bootstrap-select.w100
{
    width: 100% !important;
}
.bootstrap-select.w75
{
    width: 75% !important;
}
.bootstrap-select.w50
{
    width: 50% !important;
}
.bootstrap-select.w25
{
    width: 25% !important;
}
.bootstrap-select.white-grey .btn
{
    border-right: 30px solid rgb(32, 43, 52);
}
/* WHITE-GREY2 SELECT */
.bootstrap-select.white-grey2 .btn
{
    border-right: 30px solid #2D3840 !important;
}
/* BLUE SELECT */
.bootstrap-select.blue .btn
{
    background-color: #467de9;
    color: white;
}
.bootstrap-select.grey-childs .dropdown-menu li a
{
    background-color: #2D3840;
}
.bootstrap-select.grey-childs .dropdown-menu li a:hover
{
    background-color: #467de9;
}
.bootstrap-select.no-gap .dropdown-menu
{
    padding-top: 0;
    margin-top: 0;
}

.bootstrap-select.white-grey .btn:hover,
.bootstrap-select.white-grey2 .btn:hover
{
    color: black;
    background-color: white;
}
.bootstrap-select.white-grey .btn:hover .picto_Down,
.bootstrap-select.white-grey .btn:hover .picto_Up,
.bootstrap-select.white-grey2 .btn:hover .picto_Down,
.bootstrap-select.white-grey2 .btn:hover .picto_Up
{
    color: white;
}
.bootstrap-select.white-grey .picto_Down,
.bootstrap-select.white-grey .picto_Up,
.bootstrap-select.white-grey2 .picto_Down,
.bootstrap-select.white-grey2 .picto_Up
{
    margin-left: 30px;
}
.bootstrap-select.white-grey.open .dropdown-toggle.btn-default,
.bootstrap-select.white-grey2.open .dropdown-toggle.btn-default
{
    background-color: white;
    box-shadow: none;
    color: black;
    border-radius: 3px 3px 0 0;
}
.bootstrap-select.white-grey .btn-default:focus,
.bootstrap-select.white-grey2 .btn-default:focus
{
    background-color: white !important;
}
.bootstrap-select.white-grey.open [class^="picto_"],
.bootstrap-select.white-grey2.open [class^="picto_"]
{
    color: #71818c;
}
.bootstrap-select.white-grey .dropdown-menu,
.bootstrap-select.white-grey2 .dropdown-menu
{
    margin-top: -1px;
}
.block_note .like {
    background-image: url('../img/icon/vote/up.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}
.block_note .dislike {
    background-image: url('../img/icon/vote/down.png');
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-left: 10px;
    background-repeat: no-repeat;
    display: inline-block;
}

/* GENERIC FRAME FOR CHARACTERS */
.generic_frame
{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid white;
    margin-right: 5px;
}
.positive
{
    color: #4CB01A;
}
.negative
{
    color: #FA543B;
}

.clickable
{
    cursor: pointer;
}

.UbuntuLight
{
    font-family: "UbuntuLight";
}

/* QUALITIES */
.icon-quality,
.icon-quality1,
.icon-quality2,
.icon-quality3,
.icon-quality4,
.icon-quality5,
.icon-quality6,
.icon-quality7
{
    width: 49px;
    height: 49px;
    background: url('../img/icon/quality-frames.png');
    display: inline-block;
}
.icon-quality
{
    background-position: -49px 0;
}
.icon-quality1
{
    background-position: -98px 0;
}
.icon-quality2
{
    background-position: -147px 0;
}
.icon-quality3
{
    background-position: -196px 0;
}
.icon-quality4
{
    background-position: -245px 0;
}
.icon-quality5
{
    background-position: -294px 0;
}
.icon-quality6,
.icon-quality7
{
    background-position: -343px 0;
}

/* BACKGROUNDS */
.bg-gradient
{
    width: 100%;
    min-height: 1000px;
    margin-top: 100px;
    background: rgba(40,54,65,1);
    background: -moz-linear-gradient(top, rgba(40,54,65,1) 0%, rgba(40,54,65,0.97) 59%, rgba(11,19,25,0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,54,65,1)), color-stop(59%, rgba(40,54,65,0.97)), color-stop(100%, rgba(11,19,25,0.95)));
    background: -webkit-linear-gradient(top, rgba(40,54,65,1) 0%, rgba(40,54,65,0.97) 59%, rgba(11,19,25,0.95) 100%);
    background: -o-linear-gradient(top, rgba(40,54,65,1) 0%, rgba(40,54,65,0.97) 59%, rgba(11,19,25,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(40,54,65,1) 0%, rgba(40,54,65,0.97) 59%, rgba(11,19,25,0.95) 100%);
    background: linear-gradient(to bottom, rgba(40,54,65,1) 0%, rgba(40,54,65,0.97) 59%, rgba(11,19,25,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283641', endColorstr='#0b1319', GradientType=0 );
}
.bg_general.continue,
.bg-gradient.continue
{
    margin-top: 0;
}
.bg_general.border-top,
.bg-gradient.border-top
{
    border-top: 1px solid #404F5B;
}
.bg_general.border-bottom,
.bg-gradient.border-bottom
{
    border-bottom: 1px solid #404F5B;
}

/* MEDALS */
.medal
{
    width: 27px;
    height: 27px;
    background-image: url('../img/icon/icon-medals.png');
}
.medal.gold
{
    background-position: 0 0;
}
.medal.silver
{
    background-position: 0 -27px;
}
.medal.bronze
{
    background-position: 0 -54px;
}

/* TOGGLING BUTTON */
.btn-toggling
{
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    color: #3266cc;
    background-color: rgba(0, 0, 0, 0.3);
}
.btn-toggling:not(.active):hover
{
    cursor: pointer;
    opacity: 0.8;
}
.btn-toggling:not(:first-child)
{
    margin-left: 25px;
}
.btn-toggling.active
{
    background-color: #3266CC;
    color: white;
}
[toggle="true"]
{
    display: block;
    visibility: visible;
}
[toggle="false"]
{
    display: none !important;
    visibility: hidden !important;
}
/* mixins for old browsers */
.flexible
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn-toggle.toggled
{
    pointer-events: none;
}
.btn-toggle:not(.toggled)
{
    color: #3266CC;
    background-color: rgba(0, 0, 0, 0.3);
}
.btn-toggle:hover
{
    color: white;
}
.flex-justify-center
{
    -webkit-box-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.flex-justify-around
{
    -webkit-box-justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
.flex-justify-between
{
    -webkit-box-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.flex-wrap
{
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
    .btn-toggling:not(:first-child)
    {
        margin: 0;
    }
}

/* TABLE */
.table_results
{
    width: 100% !important;
}
.table_results th,
.table_results td,
.table_results .title
{
    background-color: #202B34;
    min-width: 5%;
    min-height: 50px;
    font-family: 'UbuntuLight';
    padding: 15px;
    border: 1px solid #313E47;
}
.table_results td
{
    background-color: rgba(0, 0, 0, 0.5);
}
.table_results tbody tr:hover > td
{
        opacity: 0.7;
}
.table_results tbody td[aria-expanded]
{
    cursor: pointer;
}
.table_results .collapse_result
{
    min-height: 50px;
    background-color: rgba(0,0,0,0.4);
    padding: 20px 65px;
}
[id$="_wrapper"] .dataTables_paginate
{
    text-align: center;
}

[id$="_wrapper"] a.paginate_button
{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    line-height: 30px;
    cursor: pointer;
}

[id$="_wrapper"] a.paginate_button:hover
{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
[id$="_wrapper"] span a.paginate_button.current
{
    background-color: #3366CC;
    border-radius: 100%;
}

[id$="_wrapper"] .dataTables_paginate > span
{
    display: block;
}

[id$="_wrapper"] span.ellipsis
{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

[id$="_wrapper"] .dataTables_paginate.paging_simple_numbers:not(:nth-child(2))
{
    margin-top: 25px;
    height: 100px;
}
[id$="_wrapper"] .dataTables_paginate.paging_simple_numbers:nth-child(2)
{
    margin-bottom: 25px
}

[id$="_wrapper"] .dataTables_paginate > a.paginate_button,
[id$="_wrapper"] .dataTables_length,
[id$="_wrapper"] .dataTables_filter,
[id$="_wrapper"] .dataTables_info
{
    display: none;
}

/* TEXT FACTION COLORS */
.text.alliance
{
    color: #5580AA;
}
.text.horde
{
    color: #FA543B;
}

.no-events
{
    pointer-events: none;
}

.popup .close_popup {
    float: right;
    margin: 5px 10px 0 0;
    cursor: pointer;
}
.popup .close_popup:hover {
    opacity: 0.8;
}
.popup .close_popup:active {
    opacity: 0.6;
}
.popup .text_popup {
    float: none;
    margin: 40px 60px 0 60px;
    text-align: center;
}
.error_message {
    color: #ff3333 !important;
}
.icon-turn {
    background-image: url("../img/icon/icon_turn.png");
}
.icon-position {
    background-image: url("../img/icon/icon_position.png");
}
.icon-forward {
    background-image: url("../img/icon/icon_forward.png");
}

/* Star system */
.note .star
{
    font-size: 20px;
    color: #2D3840;
    width: 20px;
    display: inline-block;
}
.note .block_stars
{
    margin-bottom: 25px;
}
.note .star:last-child
{
    margin-right: 17px;
}
.note .star.full
{
    color: #0084FF;
}
.note .star:before
{
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e006";
}
.note .star.half:after
{
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e006";
    width: 9px;
    color: #0084FF;
    overflow: hidden;
}
