body {
    /* min-height: 2000px; */
    background: #171b23 !important;
    color: #7B88A0;
}

#header-image{
    min-height: 135px;
}
#header-image .site-title{
    margin-top: 45px;
}
/* Navigation */

.navbar-static-top {
    margin-bottom: 0px;
}
.navbar{
    background: #1d222c;
    border-top: solid 1px #202a33;
    border-bottom: solid 1px #202a33;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #202a33;
}
.navbar-default .navbar-toggle{
    border-color: #202a33;
}
.navbar-default .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-bottom: 8px;
}
.navbar-default .navbar-header {
    text-align: center;
}
.navbar-default .navbar-logo img {
    height: 48px !important;
}
@media (min-width: 768px) {
    .navbar-default .navbar-logo img {
        padding-left: 20px;
    }
}
.navbar-logo-mobile {
    display: none;
    padding: 5px;
}
@media (max-width: 768px) {
    .navbar-logo-mobile {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .navbar-logo-desktop {
        display: none;
    }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color: rgba(0,0,0,0.05);
    color: #00aeff;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 rgba(0,0,0,0);
    border-radius: 2px;
    -webkit-transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #12B0E5;
}
.navbar a{
    color: #12B0E5 !important;
    font-size: 15px;
    line-height: 20px;
}
.navbar a:hover,
.navbar a:focus{
    background: #202530 !important;
}
.navbar .nav a:nth-of-type(odd){
    border-right: solid 1px #202a33 !important;
}
.navbar .navbar-brand{
    border-left: solid 1px #202a33 !important;
}
.navbar .nav li:first-of-type{
    border-left: solid 1px #202a33 !important;
}
.navbar li.active a{
    background: #202530 !important;
}
.navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    background: #202530 !important;
}
.dropdown-menu{
    background: #1d222c;
    border-radius: 0px;
    border: 1px solid #202a33;
    padding: 0px 0px;
}
.navbar .nav .dropdown-menu li{
    border-left: none !important;
    border-right: none !important;
}
.navbar .nav .dropdown-menu li a{
    border-left: none !important;
    border-right: none !important;
}
.dropdown-menu li a{
    padding: 10px 10px;
}
.dropdown-header{
    color: #7B88A0;
}
.dropdown-menu .divider{
    background-color: #202a33;
    margin: 0px;
}
.dropdown-menu.pms{
    padding: 0px;
    width: 250px;
}
.dropdown-menu.pms a p{
    padding: 10px;
    margin: 0px;
}
.dropdown-menu.pms .nav-pm{
    border-bottom: solid 1px  #202a33;
}
.dropdown-menu.pms .nav-pm a{
    padding: 10px;
}
.dropdown-menu.pms .all-messages{
    text-align: center;
    word-break: break-all;
}
.dropdown-menu.pms .all-messages p{
    margin-bottom: 0px;
}
.dropdown-menu.pms .all-messages a{
    display: block;
    padding: 10px;
}
/* End Navigation */

/* Jumbotron */
.jumbotron{
    background: #1d222c;
    border-radius: 0px !important;
    border: solid 1px #202a33;
    margin-bottom: 20px;
}
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4{
    color: #20C3F9;
}
/* End Jumbotron */

/* Links */
a{
    color: #00aeff;
}
a:hover{
    color: #0084c1;
    text-decoration: none;
}
.link-warning{
    color: #f0ac28;
}
/* End Links */

/* Images */

img:not(.lb-image){
    max-width: 100% !important;
    height: auto !important;;
}

/* End Images */


/* Tabs */
.nav.nav-tabs{
    border-bottom: 1px solid #202a33 !important;
}
.nav.nav-tabs a{
    margin: 0px;
}
.nav-tabs li{
    margin-right: 1px;
}
.nav-tabs li a{
    border: 1px solid #202a33;
    background: #1d222c;
    border-radius: 0px;
}
.nav.nav-tabs a:hover,
.nav.nav-tabs a:focus{
    color: #2fd8f7;
    background: #202530 !important;
    border: 1px solid #202a33;
    border-radius: 0px;
}
.nav-tabs .ui-state-active a,
.nav-tabs .active a{
    color: #2fd8f7 !important;
    background: #202530 !important;
    border: 1px solid #202a33 !important;
    border-radius: 0px;


}
/* End Tabs */
.bootstrap-switch-label{
    background-color: #1d222c !important;
}
.bootstrap-switch{
    border: 1px solid rgba(255,255,255,0.15) !important;;
}
/* Buttons */
.btn{
    background-color: #1d222c;
    color: #00aeff;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 rgba(0,0,0,0);
    border-radius: 2px;
    -webkit-transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;
}
.btn:focus,
.nav-tabs li:focus{
    outline: 0;
}

.div:not(.btn-xs),
.div:not(.btn-sm),
.div:not(.btn-md),
.div:not(.btn-lg){
    margin: 3px 0;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 20px;
    height: 34px;
}
.btn:hover,
.btn:focus{
    /* background-color: rgba(0,0,0,0.15); */
    background: #171b23;
}
.btn.active{
    background-color: rgba(0,0,0,0.15);
}
.btn .btn-primary,
.btn .btn-default{
    color: #f0f0f0 !important;
    background: #1d222c !important;
    border-radius: 0px !important;
}
.btn.disabled{
    background: #010E16;
    opacity: 0.3;
}

.btn.btn-support{
    border-color: #ffb400;
}
.btn-danger.reported{
    color: #d43f3a !important;
}
.btn-group-vertical{
    display: block;
    border-radius: 0px;
}
.btn-group-vertical .btn{
    border-color: #202a33;
    border-radius: 0px !important;
    text-align: left;
}
@media all and (max-width: 992px) {
    .btn-block-md { width: 100%; display: block; }
}
/* End Buttons */

/* List Group */
.list-group-item{
    border-radius: 0px !important;
    border-color: #202a33 !important;
    background: #1d222c;
}
/* End List Group */

/* Blockquote */
blockquote{
    border-radius: 0px !important;
    border-color: #202a33 !important;
    background: #1d222c;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 12px;
}
/* End Blockquote */

/* Content Section */

#content-container {
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 2400px;
    margin: 0 auto;
    border-left: solid 1px #202a33;
    border-right: solid 1px #202a33;
    min-height: 100vh;
}

/* Footer */
#footer{
    min-height: 460px;
}
#footer-header{
    min-height: 60px;
    background: #171b23;
    border-top: solid 1px #202a33;
    border-bottom: solid 1px #202a33;
    padding-top: 20px;
}
#footer-content{
    min-height: 300px;
    background: #1d222c;
    border-bottom: solid 1px #202a33;
    padding-top: 30px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5{
    line-height: 1;
}
#footer a{
    color: #7B88A0;
}
#footer a:hover{
    color: #12B0E5;
}
#footer ul, #footer ol{
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px;
}
#footer li{
    margin-top: 5px;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
#footer-content .footer-content-block h4{
    font-weight: 300;
    margin-bottom: 20px;
    color: #20C3F9;
}
#footer-content .footer-content-block{
    color: #7B88A0;
}
#footer-content .footer-content-block p a.highlight{
    color: #12B0E5;
}
#footer-footer{
    min-height: 100px;
    padding-top: 40px;
    background: #171b23;
    color: #414956;
}
#footer-footer .footer-copyright{
    float: left;
}
#footer-footer .footer-social-media{
    float: right;
}
#footer-footer .footer-social-media li{
    display: inline-block;
    margin-top: 0px;
    margin-right: 5px;
}
#footer .associates img{
 width: 45%;
 margin-right: 10px;
}
/* End Footer */

/* End Content Section */

/* Blog Posts */
.blog-post{
    padding: 20px;
    margin-bottom: 20px;
    color: #7B88A0;
    background: #1d222c;
    border: solid 1px #202a33;
}
.blog-post-header{
    border-bottom: solid 1px #202a33;
}
.blog-post-header h3{
    color: #20C3F9;
}
.blog-post-meta{
    margin: 5px 0px;
}
.blog-post-content{

}
.blog-post:last-of-type{
    margin-bottom: 0px !important;
}
/* End Blog Posts */

/* Panels */

.panel{
    border-radius: 0px;
    background: #1d222c;
    border: solid 1px #202a33;
}
.panel .panel-heading{
    color: #20C3F9 !important;
    background: #171b23;
    border-bottom: 1px solid #202a33;
    border-radius: 0px;
}
.widget.panel .panel-heading{
    padding-left: 10px;
}
.panel .panel-heading h3{
    margin: 0px;
}
.panel h1, .panel h2, .panel h3, .panel h4{
    color: #20C3F9 !important;
}
/* End Panels */

/* Inputs */

input:not([type="file"]){
    border-radius: 2px !important;
    margin: 3px 0;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 20px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.15) !important;
    box-shadow: 0 0 rgba(0,0,0,0);
    border-radius: 2px;
    -webkit-transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;
    transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;
}
input:focus{
    border: solid 1px #285e8e !important;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* End Inputs */

/* Widgets */
.widget.search input{
    width: 75% !important;
}
.widget.search .btn{
    width: 23% !important;
}
.widget ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.widget ul li{
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.widget ul li .username{
    margin-right: 5px;
    overflow: hidden;
    width: 100px;
    float: left;
}
.widget ul li .title{
    width: 200px;
    float: left;
}
.widget ul li:nth-of-type(even),
.widget .table tr:nth-of-type(even)
{
    background: rgba(255, 255, 255, 0.025) !important;
}
.widget ul li:last-of-type{
    border-bottom: none;
}
/* End Widgets */

/* Floats */
.clear{
    clear: both;
}
/* End Floats */

/* Pagination */
.pagination-container{
    margin: 10px 0px;
}
.pagination{
    width: 100%;
    display: block;
    margin: 0px;
}
.pagination-count{
    padding-top: 10px;
    float: left;
}
.pagination li,
.pagination li a,
.pagination li span{
    border-radius: 0px !important;
    background: #1d222c;
}
.pagination li a{
    color: #12b3db;
    border: 1px solid #202a33;
    border-radius: 0px;
}
.pagination li a:hover,
.pagination li a:focus{
    color: #2fd8f7;
    background: #202530;
    border: 1px solid #202a33;
    border-radius: 0px;
}
.pagination li.active span,
.pagination li.active span:hover{
    color: #12b3db;
    background: #1d222c;
    border: 1px solid #202a33;
    border-radius: 0px;
}
.pagination li.disabled span{
    color: #12b3db;
    background: #1d222c;
    border: 1px solid #202a33;
}
.pagination li.disabled span:hover{
    color: #2fd8f7;
    background: #202530;
    border: 1px solid #202a33;
}
/* End Paginations */

/* Breadcrumbs */
.breadcrumb-container {
    border-radius: 0px;
    background: #1d222c;
    border-bottom: solid 1px #202a33;
    color: #7B88A0;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding-right: 0;
        padding-left: 0;
    }
}

.breadcrumb > li + li:before,
.breadcrumb .active {
    color: #7B88A0;
}

/* End Breadcrumbs */

/* Downloads Game Selector */
.game-choice{ width: 33%; height: 400px; }

.game-choice-wow{
    background-image: url('../imgs/dl-wow-bg.png');
    background-repeat:no-repeat;
    background-position: center center;
    display: block !important;
}


.games .game .panel-body{
    padding: 0px;
}
.games .game a{
    padding: 10px;
    display: block;
}
.games .game{
    border-radius: 5px;
    border: solid 1px #1d1d1d;
    margin-bottom: 5px;
}
.games .game a:hover{
    background: rgba(255, 255, 255, 0.05) !important;
    color: #f0f0f0;
}
.games .game h3{
    text-shadow: 1px 1px #1d1d1d;
    margin: 0px;
    vertical-align: center;
}
.games .game .game-icon{
    width: 32px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.games .game h3{
    padding-top: 3px;
    display: inline-block;
    float: left;
}
/* End Downloads Game Selectors */

/* Downloads Addon List */
.addon-list .filter-alphabetic{
    float: left;
}
.addon-list .sorted-by{
    margin-bottom: 5px;
}
.addons{
    min-height: 500px;
}

.addons ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.addons ul li{
    padding: 10px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.addons ul li .addon-icon{
    float: left;
    margin-right: 10px;
}
.addons ul li .addon-icon img{
    width: 80px;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.addons ul li .addon-details{
    width: 85%;
    float: left;
}
.addons ul li .addon-details h3{
    margin-top: 0px;
    margin-bottom: 5px;
}
/* End Downloads Addon List */

/* Paddings & Margins */
.no-padding{
    padding: 0px;
}
/* End Paddings & Margins*/

/* Borders */
.no-border{
    border: none !important;
}
/* End Borders */

/* Tables */
.table{
    border-radius: 0px;
    background: #1d222c;
    border: solid 1px #202a33;
    color: #7B88A0;
    margin-bottom: 0px;
}
.table td{
    border-color: #202a33 !important;
}
.table th{
    border: none !important;
}
/* End Tables */

/* Addon Page */
.author-box .author-details{
    margin-left: 10px;
}
.author-box .author-details h3{
    margin-top: 0px;
}
/* End Addon Page */

/* Alerts */

.alert{
    background-color: rgba(0,0,0,0.05);
    color: #00aeff;
    border: 1px solid rgba(255,255,255,0.15);
    border-left: 5px solid #00aeff;
    box-shadow: 0 0 rgba(0,0,0,0);
    border-radius: 0px;
    margin: 5px 0px;
}
.alert.alert-info{
    border-left: 5px solid #00aeff;
}
.alert.alert-success{
    border-left: 5px solid #0db800;
}
.alert.alert-warning{
    border-left: 5px solid #f0ac28;
}
.alert.alert-danger{
    border-left: 5px solid #d63403;
}
.alert .close{
    color: #12B0E5;
}
/* End Alerts */

.warning-text{
    color: #f0c018;
}

/* Forums */
.forum-title {
    margin-top: 5px !important;
}

.forum-topic-type {
    width: 25px;
}

.forum-post-topic-title {
    color: #20C3F9;
}

.forum-post {
    border-bottom: solid 1px #202a33;
}

.forum-post.hidden-post {
    opacity: 0.5;
}

.forum-post-header {
    min-height: 40px;
    padding: 10px;
    border-bottom: solid 1px #202a33;
    background: #171b23;
}

.forum-post-author {
    padding-top: 20px;
}

.forum-post .author-username {
    margin-top: 10px;
}

.forum-post:last-of-type {
    border-bottom: none;
}

.forum-post-content-container {
    border-left: solid 1px #202a33;
    padding-left: 0px;
}

.forum-post-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    min-height: 200px;
}

.forum-post-signature {
    margin-top: 10px;
    border-top: solid 1px #202a33;
    padding-top: 5px;
    font-size: 12px;
}

.forum-post .post-footer {
    padding: 5px 0px;
    width: 100%;
    clear: both;
}

.forum-post-actions {
    float: right;
}

.forum-post-actions ul {
    margin-bottom: 0px;
}

.forum-post-actions ul li {
    display: inline-block;
}
/* End Forums */

/* Avatars */
.avatar{
    border: solid 1px #202a33;
}
/* End Avatars */

/* Modals */
.modal-dialog{
    width: 800px;
    border-color: #202a33;
}
.modal-dialog .close{
    color: #5FD4FF !important;
    opacity: 1.0;
}
.modal-content{
    border-radius: 0px;
    border: 1px solid #202a33;
    background-color: #1d222c;
}
.modal-header{
    border-color: #202a33;
    background: #171b23;
}
.modal-footer{
    border-color: #202a33;
    background: #171b23;
}
/* End Modals */

/* Characters List */
.characters{
    margin-top: 10px;
}
.my-chars {
    border: 1px solid #0c566b;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px #0c566b;
    min-height: 45px;
    margin: 1px 5px 7px;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
}
.my-chars:hover {
    border: 1px solid #0d8fb4;
}
.my-chars .avatar {
    border: 1px solid #0c566b;
    border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    height: 50px !important;
    margin: 2px;
    overflow: hidden;
    vertical-align: middle;
}
.my-chars .avatar img {
    height: 50px;
    width: 50px;
}
.my-chars .title {
    display: block;
    float: left;
    font-size: 1.0em;
    height: 55px;
    margin: 1px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    vertical-align: middle;
    width: 180px;
}
.my-chars .level {
    display: block;
    float: left;
    margin-right: 15px;
    padding-top: 15px;
}
.my-chars .title a:hover{

}
.my-chars .info {
    display: block;
    float: left;
    font-size: 1.1em;
    height: 50px;
    margin: 1px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}
.my-chars .info li{
    padding: 0px !important;
}
.my-chars .info li img{
    border: 1px solid #0c566b;
    border-radius: 4px 4px 4px 4px;
}
.my-chars .info li small{
    display: block;
    float: right;
    height: 100% !important;
    width: 90%;
    padding-top: 2px;
    text-align: left;
}
.my-chars .delete-char {
    display: block;
    float: left;
    font-size: 1.1em;
    height: 40px;
    margin: 1px;
    padding-top: 15px;
    position: relative;
    vertical-align: middle;
}
.my-chars .is-main{
    float: left;
    width: 70px;
    padding-left: 40px;
    padding-top: 15px;
}
.my-chars .main-char{
    text-align: center;
    font-size: 12;
    float: left;
    width: 70px;
    padding-left: 40px;
    padding-top: 15px;
}
/* End Character List */

/* Wells */
.well{
    border-radius: 0px;
    background: #1d222c;
    border: solid 1px #202a33;
}
/* End Wells */

/* Code & Pre */
pre{
    color: #7B88A0;
    margin: 5px 0px;
    padding: 5px;
    border-radius: 0px;
    background: #1d222c;
    border: solid 1px #202a33;
}
code{
    color: #7B88A0;
    margin: 0px 0px;
    border-radius: 0px;
    background: #1d222c;
    border: solid 1px #202a33;
}
/* End Code & Pre */

/* Download Page */
.download-box{
    width: 200px;
}
.download-box a{
    display: block;
    margin-bottom: 5px;
}
.donate-prompt{
    margin-top: 10px;
}
.download-stage{
    text-align: center;
}
.download-stage h2{
    margin-top: 0px;
}
.download-stage .well{
    margin: 0px;
}
/* Download Page */

/* PM Name Suggestions */
#name-suggestions{
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.07) !important;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    min-height: 40px;
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}
#name-suggestions.loading{
    background-image: url('../img/ajax-loader.gif');
    background-repeat:no-repeat;
    background-position: center center;
    display: block !important;
}
#name-suggestions.loaded{
    background-color: rgba(255, 255, 255, 0.07) !important;
    display: block;
}
#name-suggestions.loaded ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#name-suggestions.loaded ul li{
    padding: 10px;
}
#name-suggestions.loaded ul li:nth-of-type(odd){
    background: rgba(255, 255, 255, 0.025) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}
#name-suggestions.loaded ul li:hover{
    cursor: pointer;
    color: rgba(255,255,255, 0.9);
}
#name-suggestions.failed{
    background: rgba(202, 12, 12, 0.2) !important;
    background-image: none;
    display: block !important;
}
#name-suggestions.failed p{
    padding: 10px;
    margin: 0px;
}
/* End Name Suggestions */

/* Progress Bars */
.progress{
    background: rgba( 1, 14, 22, .75 ) !important;
    border: solid 1px #202a33;
    border-radius: 0px;
    text-align: center;
}
.progress{
    text-shadow: 1px 1px 1px #000;
    color: #D3EDFF !important;
}
.progress.active{
    text-shadow: 1px 1px 1px #000;
    color: #D3EDFF !important;
}
/* End Progress Bars */

/* Advertisements */
.shrink-advert{
    display: inline-block;
}
/* End Advertisements */

/* Special User Hightlights */
.staff{
    border: 1px solid rgb(86, 180, 239);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
.addon-author{
    border: 1px solid rgb(44, 219, 48);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(49, 219, 53, 0.6);
}

.btn-blizzard-login {
    width: 100%;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    margin: 0;
    padding: 9px 20px 9px 15px;
    background-color: #098cc8;
    background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    color: #fff;
    transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
}

.btn-blizzard-login:hover, .btn-blizzard-login:focus {
    background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}

.btn-blizzard-login:hover, .btn-blizzard-login:focus {
    background-color: #21b0f1;
    border-color: transparent;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}

.btn-blizzard-login:hover, .btn-blizzard-login:focus {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}

.oauth-login-divider {
    font-size: 13px;
    color: rgba(255,255,255,.3);
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 20px;
    text-align: center;
}

.oauth-login-divider span {
    position: relative;
    display: inline-block;
}

.oauth-login-divider span:before {
    right: 100%;
    margin-right: 20px;
    content: "";
}

.oauth-login-divider span:after {
    left: 100%;
    margin-left: 20px;
    content: "";
}

.oauth-login-divider span:after,
.oauth-login-divider span:before {
    width: 200px;
    content: "";
    height: 1px;
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    top: 50%;
}

.login-container {
    /*max-width: 500px;*/
}

.bnet-login-box ul li,
.bnet-login-box p{
    color: #fbed77;
}

#oq2 .oq2content{
    min-height: 300px;
    background: #1d222c;
    background-image: url('../imgs/oq2/bg-beta.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-left: solid 1px #202a33;
    border-right: solid 1px #202a33;
    padding-top: 20px;
}

#oq2 #oq2-panes-container{
    height: 500px;
}

#oq2 #oq2-status-indicators{
    list-style: none;
    padding: 0px;
}

#oq2 #oq2-status-indicators li{
    display: inline-block;
    margin-right: 5px;
}

#oq2 #oq2-status-indicators li.yes{ color: green; }
#oq2 #oq2-status-indicators li.no{ color: red; }

#oq2 #oq2-chat-container{
    padding-top: 10px;
    border-top: solid 1px #202a33;
}

#oq2 .oq2-chat-header{
    padding: 8px;
    border: 1px solid #202a33;
    border-bottom: 0px;
}

#oq2 .group-tooltip-header{
    padding: 8px;
    border: 1px solid #202a33;
    margin-bottom: 5px;
}

#oq2 .group-tooltip{
    border: solid 1px #202a33;
    padding: 5px;
}

#oq2 .character-card.leader{
    margin-bottom: 0px;
    border-bottom: 0px;
}

#oq2 .character-card.leader-additional-info{
    border-top: 0px;
}

#oq2 #member-inspect{
    height: 300px;
}

#oq2 #group-notes-header
{
    padding: 8px;
    border: 1px solid #202a33;
    margin-bottom: 5px;
}

#oq2 #group-notes-content{
    padding: 8px;
}

#oq2 #waitlist-applicant-tooltip{
    border: solid 1px #202a33;
    padding: 10px;
}

#oq2 .wl-col-role,
#oq2 .wl-col-role img{ text-align: center; width: 25px !important; }
#oq2 .wl-col-class,
#oq2 .wl-col-class img{ width: 22px; height: 22px; }

#oq2 .slimScrollDiv{
    /* box-shadow: 5px 5px 5px #000 !important;	*/
}

#oq2 .oq2-pane{
    padding-top: 10px;
    padding-bottom: 10px;
}

#oq2 #oq2-pane-groups #group-list{ border: solid 1px #202a33; }
#oq2 #oq2-pane-groups .group-listing:hover{
    background: #212732;
}

#oq2 #oq2-pane-groups .group-listing tr td{
    overflow: hidden;
    white-space: nowrap;
}

[data-toggle="tooltip"]:hover{
    cursor: pointer;
}

#oq2 #oq2-pane-waitlist .waitlist-listing:hover{
    background: #212732;
}

#oq2 #oq2-pane-groups .table-container{
    /* height: 600px !important; */
    border: 1px solid #202a33;
}

#oq2 #oq2-pane-groups .table{
    border: none !important;
}

#oq2 #oq2-pane-groups .table tr{
    border-bottom: 1px solid #202a33;
}
#oq2 #oq2-pane-groups .table tr:last-of-type{
    border: none;
}
#oq2 #oq2-pane-groups .table tr:first-of-type{
    border-bottom: 1px solid #202a33;
}

#oq2 #group-list .table-header th,
#oq2 .group-listing td{
    padding-left: 5px;
    padding-right: 5px;
}

#oq2 .gl-col-voice,
#oq2 .gl-col-lang{ width: 16px; text-align: center; padding-left: 1px; padding-top: 5px; padding-right: 4px; margin: 1px; }

#oq2 .gl-col-name{ max-width: 200px; white-space: nowrap;  text-align: left; margin: 2px; padding-left: 1px; padding-right: 1px; overflow: hidden !important; overflow-x: hidden !important; text-overflow: clip !important; -o-text-overflow: clip !important; }

#oq2 .gl-col-leader{ width: 100px; text-align: left; margin: 2px; padding-left: 1px; padding-right: 4px; }

#oq2 .gl-col-ilvl{ width: 40px; text-align: right; margin: 2px; padding-left: 1px; padding-right: 4px; }

#oq2 .gl-col-avg-ilvl{ width: 40px; text-align: right; margin: 2px; padding-left: 1px; padding-right: 8px; }

#oq2 .gl-col-type{ text-align: left; margin: 2px; padding-left: 1px; padding-right: 1px; }

#oq2 .gl-col-desc{ max-width: 150px; white-space: nowrap;  text-align: left; margin: 2px; padding-left: 1px; padding-right: 1px; overflow: hidden !important; overflow-x: hidden !important; text-overflow: clip !important; -o-text-overflow: clip !important; }

#oq2 .gl-col-actions{ text-align: left; }

#oq2 .gl-col-roles { text-align: center; width: 95px !important; margin: 2px; padding-left: 1px; padding-right: 1px; }
#oq2 .gl-col-roles img{ width: 18px; height: 18px; }
#oq2 .gl-col-roles .gl-role-icon{ margin: 4px; }
#oq2 .gl-col-roles .gl-role-icon.success{  border-radius: 22px; opacity: 1.0; }
#oq2 .gl-col-roles .gl-role-icon.danger{  border-radius: 22px; opacity: 0.3;}

#oq2 .gl-col-voice img,
#oq2 .gl-col-lang img{
    max-width: 16px !important;
    max-height: 16px !important;
}

#oq2 .gl-col-voice img:hover,
#oq2 .gl-col-lang img:hover{
    cursor: pointer;
}

#oq2 .desired_roles .checkbox{
    display: inline-block;
    padding-left: 32px;
}

#oq2 .desired_roles .checkbox img{
    width: 32px;
    height: 32px;
}

#oq2 #account-character{
    width: 275px;
    margin-top: -10px;
}

#oq2 #account-character .alert{
    margin-bottom: 0px;
    padding: 10px;
}

#oq2 #account-character .character-card{
    width: 275px;
}

#oq2 .faction-selector{
    height: 24px !important;
    width: auto;
    opacity: 0.3;
}

#oq2 .faction-selector[data-faction="H"]{
    height: 30px !important;
}

#oq2 #oq-groups-filters{
    padding: 5px;
    border: 1px solid #202a33;
    margin-bottom: 5px;
}

#oq2 .faction-selector:hover{
    cursor: pointer;
}

#oq2 .character-card{
    height: 44px;
    margin-bottom: 5px;
    padding-left: 5px;
}

#oq2 .character-card .armory-link{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 3px;
}

#oq2 .character-card .armory-link img{
    max-width: 100%;
    height: auto;
}

#oq2 .character-card .cr-offset{
    color: #b0b0b0 !important;
}

#group-members .character-card:hover{
    cursor: pointer;
}

.character-card .raid-progress{
    float: right;
}

.character-card .boss-indicator{
    display: block;
    width: 5px;
    height: 10px;
    display: inline-block;
    margin-right: 1px;
    border: solid 1px black;
}

.character-card .achievement{
    display: inline-block;
    height: 16px;
    width: 16px;
    border: solid 1px black;
    margin-right: 1px;
}

.character-card .achievement img{
    max-width: 100%;
    height: auto;
    margin-top: -8px;
}

.not-kill{
    opacity: 0.3;
}

#oq2 .group-tooltip .character-card{
    margin-top: 0px;
}

#oq2 .group-tooltip .group-tooltip-overview{
    padding: 3px 0px;
    border-bottom: 1px solid #202a33;
    margin-bottom: 5px;
}

#oq2 .comp-sort-btns i,
#oq2 .members-sort-btns i{
    margin-right: 5px;
}

#oq2 .group-tooltip .member-sort-btns i:hover{
    cursor: pointer;
}

#oq2 .group-tooltip .member-sort-btns i.active{
    color: #12B0E5;
}

#oq2  .group-tooltip-overview .avg-ilvl span.bad{ color: #d63403; }
#oq2  .group-tooltip-overview .avg-ilvl span.better{ color: #31708f; }
#oq2  .group-tooltip-overview .avg-ilvl span.best{ color: #3c763d; }

#oq2 .character-card .avatar{
    width: 28px;
    height: auto;
    float: right;
    margin-right: 3px;
    margin-top: 7px;
}

#oq2 .character-card .character-details{
    float: left;
}

#oq2 .character-card .character-stats{
    float: right;
    margin-right: 5px;
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px #1d1d1d;
}

.char-stats-top{
    min-width: 90px;
}

#oq2 .character-card .character-stats [data-toggle="tooltip"]{
    cursor: pointer;
}
#oq2 .character-card .character-stats .ilvl{
    color: #f0f0f0;
}
#oq2 .character-card .character-stats .cr{
    color: #e7e7e7;
}

#oq2 .character-card .character-stats{
    margin: 0px;
    list-style: none;
    padding: 0px;
}

#oq2 .character-card .name{
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px #1d1d1d;
}

#oq2 .character-card .realm-locale{
    color: #f0f0f0;
    margin-bottom: 0px;
    font-size: 10px;
    text-shadow: 1px 1px #1d1d1d;
}

#oq2 .character-card{
    border: solid 1px;
}

#oq2 .character-card .avatar{
    border: none !important;
}

#oq2 .character-card.horde.class-0{ background: url('../imgs/oq2/class-char-cards/h-0-char-card.png');}
#oq2 .character-card.horde.class-1{ background: url('../imgs/oq2/class-char-cards/a-1-char-card.png');}
#oq2 .character-card.horde.class-2{ background: url('../imgs/oq2/class-char-cards/h-2-char-card.png');}
#oq2 .character-card.horde.class-3{ background: url('../imgs/oq2/class-char-cards/h-3-char-card.png');}
#oq2 .character-card.horde.class-4{ background: url('../imgs/oq2/class-char-cards/h-4-char-card.png');}
#oq2 .character-card.horde.class-5{ background: url('../imgs/oq2/class-char-cards/h-5-char-card.png');}
#oq2 .character-card.horde.class-6{ background: url('../imgs/oq2/class-char-cards/h-6-char-card.png');}
#oq2 .character-card.horde.class-7{ background: url('../imgs/oq2/class-char-cards/h-7-char-card.png');}
#oq2 .character-card.horde.class-8{ background: url('../imgs/oq2/class-char-cards/h-8-char-card.png');}
#oq2 .character-card.horde.class-9{ background: url('../imgs/oq2/class-char-cards/h-9-char-card.png');}
#oq2 .character-card.horde.class-10{ background: url('../imgs/oq2/class-char-cards/h-10-char-card.png');}
#oq2 .character-card.horde.class-11{ background: url('../imgs/oq2/class-char-cards/h-11-char-card.png');}

#oq2 .character-card.alliance.class-0{ background: url('../imgs/oq2/class-char-cards/a-0-char-card.png');}
#oq2 .character-card.alliance.class-1{ background: url('../imgs/oq2/class-char-cards/a-1-char-card.png');}
#oq2 .character-card.alliance.class-2{ background: url('../imgs/oq2/class-char-cards/a-2-char-card.png');}
#oq2 .character-card.alliance.class-3{ background: url('../imgs/oq2/class-char-cards/a-3-char-card.png');}
#oq2 .character-card.alliance.class-4{ background: url('../imgs/oq2/class-char-cards/a-4-char-card.png');}
#oq2 .character-card.alliance.class-5{ background: url('../imgs/oq2/class-char-cards/a-5-char-card.png');}
#oq2 .character-card.alliance.class-6{ background: url('../imgs/oq2/class-char-cards/a-6-char-card.png');}
#oq2 .character-card.alliance.class-7{ background: url('../imgs/oq2/class-char-cards/a-7-char-card.png');}
#oq2 .character-card.alliance.class-8{ background: url('../imgs/oq2/class-char-cards/a-8-char-card.png');}
#oq2 .character-card.alliance.class-9{ background: url('../imgs/oq2/class-char-cards/a-9-char-card.png');}
#oq2 .character-card.alliance.class-10{ background: url('../imgs/oq2/class-char-cards/a-10-char-card.png');}
#oq2 .character-card.alliance.class-11{ background: url('../imgs/oq2/class-char-cards/a-11-char-card.png');}

#oq2 .character-card.class-0{ border-color: #5c5c5c; }
#oq2 .character-card.class-0 .avatar{ border-color: #5c5c5c; }

#oq2 .character-card.class-1{ border-color: #C79C6E; }
#oq2 .character-card.class-1 .avatar{ border-color: #C79C6E; }

#oq2 .character-card.class-2{ border-color: #F58CBA; }
#oq2 .character-card.class-2 .avatar{ border-color: #F58CBA; }

#oq2 .character-card.class-3{ border-color: #ABD473; }
#oq2 .character-card.class-3 .avatar{ border-color: #ABD473; }

#oq2 .character-card.class-4{ border-color: #FFF569; }
#oq2 .character-card.class-4 .avatar{ border-color: #FFF569; }

#oq2 .character-card.class-5{ border-color: #FFFFFF; }
#oq2 .character-card.class-5 .avatar{ border-color: #FFFFFF; }

#oq2 .character-card.class-6{ border-color: #C41F3B; }
#oq2 .character-card.class-6 .avatar{ border-color: #C41F3B; }

#oq2 .character-card.class-7{ border-color: #2459FF; }
#oq2 .character-card.class-7 .avatar{ border-color: #2459FF; }

#oq2 .character-card.class-8{ border-color: #69CCF0; }
#oq2 .character-card.class-8 .avatar{ border-color: #69CCF0; }

#oq2 .character-card.class-9{ border-color: #9482C9; }
#oq2 .character-card.class-9 .avatar{ border-color: #9482C9; }

#oq2 .character-card.class-10{ border-color: #00FF96; }
#oq2 .character-card.class-10 .avatar{ border-color: #00FF96; }

#oq2 .character-card.class-11{ border-color: #FF7D0A; }
#oq2 .character-card.class-11 .avatar{ border-color: #FF7D0A; }

#oq2 #oq2-chat-container{
    margin-bottom: 10px;
}

#oq2 #oq2-chat-container .oq2-chat-messages{
    border: 1px solid #202a33;
    border-bottom: 0px;
    height: 245px;
    background: #171b23;
    overflow-y: scroll;
    overflow-x: hidden;
}

#oq2 #oq2-chat-container .oq2-chat-input-container{
    padding: 5px;
    border: 1px solid #202a33;
}

#oq2 #oq2-chat-input{
    background: #171b23;
    border: 1px solid #202a33 !important;
    padding: 5px;
    height: 32px;
    margin: 0px;
}
#oq2-chat-send{
    border: 1px solid #202a33 !important;
}

.oq2-chat-messages-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.oq2-chat-messages-list li{
    padding: 5px;
    border-bottom: 1px solid #202a33;
    word-break: break-all;
    font-size: 12px;
}

.oq2-chat-messages-list li:nth-of-type(even){
    background: #1a1e26
}

.oq2-chat-messages-list li .username{
    color: #00aeff;
}

/* animated glyphicons */
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.space-tiny   { height: 2px;   }
.space-small  { height: 10px;  }
.space-normal { height: 20px;  }
.space-medium { height: 40px;  }
.space-large  { height: 60px;  }
.space-huge   { height: 100px; }

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right:-4px;
}

.text-center {
     text-align: center;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.login-header-name {
    font-size: 28px;
}

.login-header-logo {
    background-image: url('../imgs/solidice-logo-transparent.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.HomepagePanel {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.HomepagePanel-contentContainer {
    max-width: 1170px;
    margin: auto;
}

.HomepagePanel-content {
    padding: 0 20px;
}

.HomepagePanel--contentRight
.HomepagePanel-contentContainer
.HomepagePanel-content {
    float: right;
    text-align: right;
}

.HomepagePanel--contentLeft {
    background-position: right;
}

.HomepagePanel--contentRight {
    background-position: left;
}

.HomepagePanel--contentLeft
.HomepagePanel-contentContainer
.HomepagePanel-content {
    text-align: left;
}

.HomepagePanel-contentDesc {
    margin: 20px 0;
}

.Divider {
    height: 2px;
    border-top: solid 1px #202a33;
}

.NavCurtain {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 1001;
    transition: .2s;
    background: rgba(0, 0, 0, 0.30);
}

.NavCurtain.is-open {
    opacity: 1;
    left: 0;
}

.NavCurtain-logo {
    float: left;
}

.NavCurtain .NavCurtain-content .NavCurtain-contentItem .NavCurtain-close {
    float: right;
}

.NavCurtain .NavCurtain-content {
    position: fixed;
    left: -360px;
    top: 0;
    bottom: 0;
    max-width: 320px;
    border-right: solid 1px #202a33;
    background: #1d222c;
    width: 100%;
}

.NavCurtain.is-open .NavCurtain-content {
    left: 0;
}

.NavCurtain-contentItem {
    border-bottom: solid 1px #202a33;
}

.NavCurtain-contentItem a:focus,
.NavCurtain-contentItem a:hover {
    background-color: transparent !important;
}

.label-small{
    font-size: 12px;
}

.label-medium {
    font-size: 16px;
}

.label-large {
    font-size: 20px;
}

.DownloadCard {
    position: relative;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    min-height: 250px;
}

.DownloadCard--windows {
    background-color: rgba(2, 139, 194, 1);
}

.DownloadCard--wildstar {
    background-color: rgba(94, 58, 94, 1);
}

.DownloadCard--world-of-warcraft {
    background-color: #1a1511;
}

.DownloadCard:hover {
    border: solid 1px rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.DownloadCard-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    text-decoration: none;
}

.DownloadCard-iconTitlePair {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.DownloadCard-icon {
    display: inline-block;
    margin-bottom: 15px;
}

.DownloadCard-title {
    /*position: absolute;*/
    display: block;
    /*bottom: 20px;*/
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.margin-bottom-none { margin-bottom: 0px; }
.margin-bottom-normal { margin-bottom: 15px; }

@media (min-width: 768px) {
    .margin-bottom-sm-none { margin-bottom: 0px; }
    .margin-bottom-sm-normal { margin-bottom: 15px; }
}

@media (min-width: 992px) {
    .margin-bottom-md-none { margin-bottom: 0px; }
    .margin-bottom-md-normal { margin-bottom: 15px; }
}
