/* méta */

#comparatif-persos .error {
  color: red;
}

#comparatif-persos #character-template {
  display: none;
}

#comparatif-persos h2:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

#comparatif-persos #persos {
  margin: auto;
  width: 710px;
}

#comparatif-persos #persos p:first-child {
  margin-bottom: 7px;
}

#comparatif-persos #persos>p {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}

#comparatif-persos #persos .quel-heros {
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  width: 130px;
}

#comparatif-persos #persos .selection-perso {
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  padding: 3px;
  width: 550px;
}

#comparatif-persos #persos .selection-perso .clickable {
  color: #0064be;
  cursor: pointer;
  text-decoration: underline;
}

#comparatif-persos #persos .selection-perso select {
  margin-left: 10px;
}

#comparatif-persos #persos .selection-perso input[type="text"] {
  background: transparent;
  border-bottom: 1px dashed #bbb;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 20px;
  margin-left: 10px;
  width: 170px;
}

#comparatif-persos #persos .selection-perso input[type="button"] {
  background: white;
  font-size: 13px;
  font-weight: normal;
  height: 22px;
  margin-left: 10px;
  padding: 0;
  width: 30px;
}

#comparatif-persos .hero {
  border: dashed 1px #777;
  border-radius: 4px;
  display: inline-block;
  margin: 8px;
  padding: 4px;
  position: relative;
  width: 110px;
}

#comparatif-persos .hero:hover {
  background: #bcd;
}

#comparatif-persos .hero .name {
  font-weight: bold;
}

#comparatif-persos .hero .level {
  bottom: 4px;
  position: absolute;
  right: 4px;
}

#comparatif-persos .hero .class {
  height: 42px;
  width: 42px;
}

#comparatif-persos .hero .info {
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 1px;
}

#comparatif-persos .hero .info div {
  height: 20px;
  width: 20px;
}

#comparatif-persos .hero .info .hardcore {
  background: url("/images/comparatif/hardcore.png") 0 0 no-repeat;
}

#comparatif-persos .hero .info .seasonal {
  background: url("/images/comparatif/season.png") 0 0 no-repeat;
}

#comparatif-persos #persos .error {
  display: none;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

#comparatif-persos #persos #compare-button {
  background: white;
  font-weight: bold;
  height: 26px;
  margin-top: 10px;
  padding: 0;
  width: 120px;
}

#comparatif-persos #persos .submit {
  text-align: center;
}

#comparatif-persos table {
  border-collapse: collapse;
  margin: auto;
  text-align: center;
  width: 90%;
}

#comparatif-persos span.caps {
  font-variant: small-caps;
}

#comparatif-persos table tr:first-child td:nth-child(2),
#comparatif-persos table tr:first-child td:nth-child(3) {
  width: 35%;
}

#comparatif-persos tr.section {
  background-color: #d1d5d8;
  font-size: 16px;
  font-weight: bold;
}

#comparatif-persos table td {
  border: 1px solid #ddd;
  height: 20px; /* this works as min-height */
  position: relative;
}

#comparatif-persos table .hero-icon {
  vertical-align: bottom;
}

#comparatif-persos table .mieux-ou-pire {
  background-position-x: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  height: 16px;
  line-height: 16px;
  padding-right: 18px;
  position: absolute;
  right: 5px;
  text-align: right;
  top: 3px;
  width: 72px;
}

#comparatif-persos table .mieux-ou-pire.mieux {
  color: green;
}

#comparatif-persos table .mieux-ou-pire.mieux.un {
  background-image: url("/images/comparatif/up1.png");
}

#comparatif-persos table .mieux-ou-pire.mieux.deux {
  background-image: url("/images/comparatif/up2.png");
}

#comparatif-persos table .mieux-ou-pire.mieux.trois {
  background-image: url("/images/comparatif/up3.png");
}

#comparatif-persos table .mieux-ou-pire.pire {
  color: red;
}

#comparatif-persos table .mieux-ou-pire.pire.un {
  background-image: url("/images/comparatif/down1.png");
}

#comparatif-persos table .mieux-ou-pire.pire.deux {
  background-image: url("/images/comparatif/down2.png");
}

#comparatif-persos table .mieux-ou-pire.pire.trois {
  background-image: url("/images/comparatif/down3.png");
}

#comparatif-persos table .mieux-ou-pire.egal {
  background-image: url("/images/comparatif/equal.png");
}

#comparatif-persos table tr.skill td img {
  display: inline-block;
  vertical-align: middle;
}

#comparatif-persos table span.skill-description {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}

#comparatif-persos table span.skill-description span {
  display: block;
}

#comparatif-persos table span.skill-description span:nth-child(2) {
  font-size: 12px;
  font-style: italic;
}

#comparatif-persos table tr.cube-kanai img {
  vertical-align: middle;
}

/** D3 EVENT MODULE **/

.d3_module_img {
  margin-top: 5px;
  width: 50px;
}

.btn-charts {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 32px !important;
    color: #fafafa !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.btn-charts i.fa {
    color: #ff9200 !important;
}

.btn-design-info.btn-charts {
    background-color: #0084ba !important;
    border-color: #058bb3 !important;
}

.btn-design-info.btn-charts:hover, .btn-design-info.btn-charts:focus {
    opacity: 0.9 !important;
}

    .pagination {
        margin-bottom: 10px !important;
    }

    .pagination a {
        color: #fafafa !important;
    }

    .pagination .btn-design {
        padding: 4px !important;
        margin: 1px !important;
    }

    .leaderboard-party, .leaderboard-td {
        font-size: 0.8rem !important;
        text-shadow: 1px 1px #000000 !important;
    }

    .leaderboard-party-dps {
        padding: 2px !important;
    }

    #leaderboard .wow_affix_icons {
        width: 16px;
        border: 1px solid #fafafa;
        border-radius: 4px;
    }

    .btn-dark {
        background: #212529 !important;
        color: #fff !important;
        border: 3px solid #32383e !important;
    }

    .btn-dark:focus, .btn-dark:active {
        outline: 0 !important;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
    }

    .btn-dark i {
        padding: 8px !important;
        background: -webkit-linear-gradient(to right, #212529, #323c3c) !important;
        background: linear-gradient(to right, #212529, #323c3c) !important;
        margin-right: 4px !important;
        border-radius: 50% !important;
    }

    .panel-filters .panel-body {
        padding: 15px !important;
    }

    .panel-filters {
        position: relative;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .panel-filters .filter-loading {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #000;
        opacity: 0.7;
        display: none;
        z-index: 1;
    }

    .panel-filters .filter-loading .filter-loading-cog {
        opacity: 1;
        text-align: center;
        margin-top: 30px;
    }

    .horizontal-chart {
        margin-bottom: 20px;
    }


.table-tabs table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    color: #C17F31;
}

.table-tabs table tbody td {
    background-color: #1b1b1b !important;
}

.table-tabs table td,
.table-tabs table th {
    padding: .4rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
}

.table-tabs table.table-dark th {
    border-color: #32383e;
}

.table-tabs table.table-dark th {
    color: #FAFAFA;
    background-color: #1b1b1b;
    border-color: #32383e;
}

.table-tabs table th {
    border-color: #32383e;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    vertical-align: middle;
    border-bottom: 2px solid #32383e;
}

.table-tabs table td a {
    color: #fafafa;
}

.table-tabs td {
    vertical-align: middle;
}

.table-tabs table td a:hover {
    text-decoration: underline;
}

.d3-hf {
    /*min-height: 500px;*/
}

.d3-hf-img {
    width: 25px;
    height: 25px;
    border: 1px solid #b71e01;
    border-radius: 5px;
    margin-right: 4px;
}

.d3-hf .hf-card {
    border: 1px solid #ffa500;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
    color: #C17F31;
    background-color: #332012;
}

.d3-hf .hf-card .hf-name {
    background-color: #24160d;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f4ece9;
}

.d3-hf .hf-card img {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.d3-objectifs {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    border: 1px solid #b71e01;
    border-radius: 5px;
    background-color: #332012;
}

.d3-objectifs .hf-name {
    color: #f4ece9;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #24160d;
    padding: 10px;
}

.d3-objectifs ul {
    list-style: none;
    padding: 0 0 0 10px;
}

.d3-objectifs ul li {
    color: #C17F31;
}

.d3_hf_obj_step {
    color: #f4ece9;
}

.journaux h2, .d3-tome h2 {
    color: #C17F31;
}

.journaux ul {
    margin: 0;
    padding: 0;
}

.journaux ul li {
    list-style: none;
    margin: 0;
}


.journaux .nav-tabs > li.active > a,
.journaux .nav-tabs > li.active > a:focus,
.journaux .nav-tabs > li.active > a:hover {
    background-color: #1b1b1b;
    color: #fafafa;
}

.journaux .content-tabs {
    border-color: #b71e01;
}

.journaux .nav-tabs {
    border-bottom: 0;
}

.d3-tome blockquote {
    border: 1px solid #b71e01;
    background-color: #1b1b1b;
    color: #C17F31;
    padding: 10px;
}

.d3-tome-card {
    padding: 10px;
    border: 1px solid #b71e01;
    background-color: #1b1b1b;
    color: #C17F31;
    margin-bottom: 20px;
}

.d3-tome .tome {
    margin-bottom: 10px;
}

.d3-tome .tome-img {
    margin: 10px 0 10px 0;
    text-align: center;
}

.journaux .jh-col-5 {
    margin-bottom: 20px;
}