html * {
    font-family: "Overpass Mono", monospace;
}
html {
    overflow-y: hidden;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
table {
    border: 2px solid #000000;
    font-family: arial, sans-serif;
    border-collapse: collapse;
}
td {
    /*border: 1px solid #000000;*/
    text-align: left;
    padding: 6px;
}
th {
    /*border: 1px solid #000000;*/
    text-align: left;
    padding: 8px;
}
tr {
    padding: 4px;
}
tr:nth-child(even) /*{ background-color: #dddddd; }*/
tr:nth-child(odd) /*{ background-color: #dddddd; }*/

.finalStats, .finalStats td, .finalStats tr, .finalStats th {
    padding: 0px;
}
.wowhead-tooltip * {
    font-family: Verdana,"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
.gearTable {
    width: 100%;
    border: 0px solid #000000;
    font-family: "Overpass Mono", monospace;
    text-align: center;
    table-layout: initial;
}
.gearTable a {
    display: block;
    margin: -1em;
    padding: 1em;
}
.gearTable th {
    border-bottom: 2px solid #000000;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}
.gearTable tr td {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}
.gearTable tr td:nth-child(1), .gearTable tr th:nth-child(1) {
    text-align: left;
    width: 275px;
}
.gearTable tr td:nth-child(3), .gearTable tr th:nth-child(3) {
    width: 150px;
}
/*.gearTable tr td:nth-child(2), .gearTable tr th:nth-child(2), .gearTable tr td:nth-child(3), .gearTable tr th:nth-child(3), .gearTable tr td:nth-child(4), .gearTable tr th:nth-child(4), .gearTable tr td:nth-child(5), .gearTable tr th:nth-child(5), {
    width: 100px;
}*/
/*.gearTable tbody>tr:hover td {
  background-color: #DDD;
}*/
tr[name=activeItem] {
    background-color: #9482C9!important;
}



.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 9px;
    height: 9px;
    display:none;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial;
}
/* Style tab links */
.tablink {
    background-color: #666;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    font-size: 20px;
    width: calc(100% / 6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: black;
    display: none;
    padding: 50px 20px;
    height: 100%;
}

.gearlink {
    background-color: #878;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 2px;
    font-size: 14px;
    width: calc(100% / 18);
}

.gearlink:hover {
  background-color: #979;
}

.gearcontent {
    color: black;
    display: none;
    padding: 20px 10px;
    height: 100%;
}

#main {background-color: #888888;}
#buffs {background-color: #888888;}
#talents {background-color: #888888;}
#gear {background-color: #888888;}
#enchants {background-color: #888888;}
#advanced {background-color: #888888;}

#gearMainHand {background-color: #888888;}
#gearOffHand {background-color: #888888;}
#gearStaff {background-color: #888888;}

.row {
    display: flex;
}
.column {
    float: left;
}
.info {
    width: 20%;
    height: 100vh;
    padding: 10px;
    padding-bottom: 0px;
    background-color: #555555;
}
.allTheTabs {
    width: 80%;
    padding: 0px;
    padding-bottom: 0px;
}
.buffs {
    width: 300px;
    padding: 10px;
    padding-bottom: 0px;
}
.settings {
    width: 300px;
    padding: 10px;
    padding-bottom: 0px;
}
.graphs {
    width: 50%;
    padding: 10px;
    padding-bottom: 0px;
}
.talents {
    background: #444;
    border: 2px solid #444;
    border-radius: 6px;
    margin: 2px;
    background-size: 100% 100%;
    border-radius: 4px;
    position: relative;
    width: 300px;
    padding: 10px;
}
.rotation {
    width: 350px;
    padding: 10px;
    padding-bottom: 0px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
input[type=number]{
    width: 50px;
}
.wrapper {
    position: relative;
    text-align: center;
    color: orange;
    filter: grayscale(100%);
    z-index: 1;
    cursor: pointer;
    padding: 4px;
}
.centered {
    width: 330px;
    border: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
.bottom-right {
    position: absolute;
    bottom: 6px;
    right: 2px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    background-color: #111;
    width: 18px;
    height: 18px;
    font-size: 16px;
    border: 1px solid;
    border-radius: 4px;
    line-height: 16px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.talentIcon {
    /*filter: grayscale(100%);*/
    border: 2px solid orange;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.arrowWrapper {
    height: 100px;
    width: 54px;
    overflow: hidden;
    position: absolute;
    margin-top: -8px;
    text-align: center;
    filter: grayscale(100%);
    z-index: 5;
}
.arrowWrapperShort {
    height: 28px;
    width: 54px;
    overflow: hidden;
    position: absolute;
    margin-top: -8px;
    text-align: center;
    filter: grayscale(100%);
    z-index: 5;
}
.talentArrowLong {
    position: relative;
    bottom: 208px;
    width: 18px;
}
.talentArrowShort {
    position: relative;
    bottom: 278px;
    width: 18px;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #222;
    opacity: 0.95;
    text-align: left;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    color: #e4d00a;
    font-size: 14px;
    z-index: 9999;
}
.tooltipheader {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
}
.tooltipinfo {
    color: #66ff00;
}
.tooltipgeneric {
    font-size: 16px;
    color: #fff;
}
.tooltip:hover .tooltiptext{
    visibility: visible;
}

/* Gem CSS */
option {
    color: #EEE;
    background-color: #333;
}
option::selection {
    color: none;
    background-color: #444444;
}
select {
    color: #EEE;
    background-color: #333;
    border-radius: 5px;
    outline: none;
}
select[name=enchantSelect] {
    width: 150px;
    height: 20px;
}
select[name=gemselect] {
    width: 150px;
    height: 20px;
}

/*select[name=gemselect] {
    width: 180px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    background-color: #333;
}
.gemselectClass {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 1.25em;
}*/

.redgem {
    color: #ff3333;
}
.orangegem {
    color: #ffa500;
}
.yellowgem {
    color: #ffff44;
}
.purplegem {
    color: #9080f5;
}
.greengem {
    color: #00b900;
}
.bluegem {
    color: #4444ff;
}
.metagem {
    color: #EEEEEE;
}
.nogem {
    color: #CCCCCC;
}
.enchantsTable th {
    text-align: center;
    font-size: 16px;
}


