.active-link {
    color: #bb86fc !important;;
    font-weight: bold;
}

.btn-invis {
    color: #fff;
    border: 1px solid #3c3c3c;
}

.btn-invis:hover {
    color: #fff;
    background-color: #bb86fc;
    border-color: #7c5ab4;
}

.btn-invis:focus, .btn-invis.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 134, 252, 0.5);
}

.btn-invis.disabled, .btn-invis:disabled {
    color: #fff;
    background-color: #7c5ab4;
    border-color: #7c5ab4;
}

.btn-invis:not(:disabled):not(.disabled):active, .btn-invis:not(:disabled):not(.disabled).active,
.show > .btn-invis.dropdown-toggle {
    color: #fff;
    background-color: #7c5ab4;
    border-color: #bb86fc;
}

.btn-invis:not(:disabled):not(.disabled):active:focus, .btn-invis:not(:disabled):not(.disabled).active:focus,
.show > .btn-invis.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 134, 252, 0.5);
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: #666666;
}
::-webkit-scrollbar-thumb:hover {
    background: #757575;
}
::-webkit-scrollbar-thumb:active {
    background: #757575;
}
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.075);
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

.online {
    color: #36e036;
}

.offline {
    color: #bf2015;
}


.card-footer #war-foot {
	display: flex;
	justify-content: space-between;
}

.contbox {
    background: #202020 !important;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    padding: 8px;
    box-shadow: none;
}

.maincontent {
    background: #252525;
}

.navbar {
    background-color: #212121;
    border-bottom: 1px solid #414141;
}

.footer {
    background-color: #212121;
    border-top: 1px solid #414141;
    width: 100%;
}

.dropdown-menu {
    border-top: 2px solid #bb86fc;
}
.header_logo {
    width: 100%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #414141;
    max-height:200px;
    height:200px;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #202020;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom-color: transparent;
    border-top-color: #2980b9;
}

.nav_container {
    border-top: 0;
    border-top-left-radius: 0;
}

#searchName {
    width: 86px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;

}

#searchName:focus {
    width: 10rem;
}
.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header {
    background-color: #444444;
    font-weight: bold;
    padding: 8px 10px;
}

.red {
    color: #EF0000;
}


.navbar-brand::first-letter {
    font-weight: bold;
}

.itemCount {
    color: #FFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    position: absolute;
    padding-top: 18px;
}

/* Tooltip text */
.itemtooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #272727;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid #BB86FC;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.itemtooltip:hover .tooltiptext {
    visibility: visible;
}

#tooltip {
    background: #192d2c none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    opacity: 0.5;
    padding: 15px;
    position: absolute;

    z-index: 100;
}

#tooltip::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #192d2c;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

#tooltip.top::after {
    border-bottom: 10px solid #192d2c;
    border-top-color: transparent;
    bottom: auto;
    top: -20px;
}

#tooltip.left::after {
    left: 10px;
    margin: 0;
}

#tooltip.right::after {
    left: auto;
    margin: 0;
    right: 10px;
}


.no-border {
    border: none !important;
}
.equipment_td {
    border: 1px solid rgba(65, 65, 65, 0.75);
}
.table_header {
    text-align: center;
    background-color: #444;
}

.table.no-border td {
    border: none;
}

.table.charm td {
    border: none;
    border: 1px solid rgba(65, 65, 65, 0.75);
}

.table.charm td:last-child {
    border-right: none;
}

.border-grey {
    border: 2px solid #2e2e2e;
}

.discord-connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 30px;
    border: 1px solid #212325;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.discord-connect:hover {
    opacity: .6
}

.discord-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    margin: 6px 0
}

.discord-user .discord-user-name {
    color: #8a8e94
}

.discord-user .discord-user-game, .discord-user .discord-user-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.discord-user .discord-user-game {
    text-align: right;
    color: #4f545c
}

.discord-user-avatar {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 4px
}

.discord-user-avatar img {
    width: 16px;
    height: 16px;
    border-radius: 8px
}

.discord-user-status {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    right: 0
}

.discord-user-online {
    background-color: #43b581
}

.discord-user-idle {
    background-color: #faa61a
}

.discord-user-offline {
    background-color: #747f8d
}

.discord-user-dnd {
    background-color: #f04747
}

.gallery-img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
}

.gallery-img:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.bg-primary {
    background-color: #bb86fc !important;
}

.minwidth135 {
    min-width:125px;
}

 .separator {
     display: flex;
     align-items: center;
     text-align: center;
 }

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(65, 65, 65, 0.85)
}

.separator::before {
    margin-right: .25em;
}

.separator::after {
    margin-left: .25em;
}

.border-primary {
    border-color: #bb86fc !important;
}
.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgb(50, 40, 63);
}


.guildlogo {
    margin-bottom: 0;
    /*border: 1px solid #414141;*/
    border-radius: 5px;
    padding: 5px;
    width: 64px;
    height: 64px;
}

/* .nav-link.active {
    color: #bb86fc !important;
    font-weight: bold!important;
} */