@font-face {
    font-family: "EpicFont";
    src: url(../../Data/Fonts/just_in_the_firestorm.ttf);
}

.hidden
{
    display: none !important;
}

.dropdown-menu
{
    background: rgba(0, 0, 0, 0.8);
    color: white !important;
}

.dropdown-item
{
    color: white !important;
}

.dropdown-item:hover,.dropdown-item:focus
{
    background: rgba(255, 255, 255, 0.2);
}

.pmenu
{
    background-color: rgba(255,255,255,0.05);
    border: 0px;
    padding: 10px;
}

html
{
    height: 100%;
    min-height: 100vh;
}

body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    min-height: 100vh;
}

a
{
    color: white;
    transition: all 0.8s;
    text-decoration: none;
}

a:hover
{
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 1px #fff;
}

#Background
{
    position: fixed;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.5;
}

.pbg
{
    background: rgba(0, 0, 0, 0.8);
    color: white;
    width: 100% !important;
    margin: 20px !important;
    border-radius: 15px !important; 
    padding: 40px 3% !important;
}

.PButton
{
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.PButton:active
{
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
}

.PButton:hover
{
    -webkit-box-shadow: 0px 0px 10px -2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px -2px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px -2px rgba(255,255,255,1);
    text-shadow: 0px 0px 1px #fff;
    background-color: transparent !important;
    outline: none !important;
    border: 1px solid white !important;
}

.PButton:focus
{
    box-shadow: none !important;
}

.default-box
{
    min-width: 80vw;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 177px;
    background-color: #f5f5f5; 
}

.rowinfo
{
    padding: 30px 20px;
    color: white;
}

.rowinfo h3
{
    padding-bottom: 30px;
    padding-top: 5px;
    font-weight: bold;
    opacity: 0.8;
}

.rowinfo.bottom .list-group-item
{
    border: 1px solid transparent;
    border-bottom: 1px solid gray;
    text-align: center;
}

.rowinfo.bottom .list-group-item a
{
    color: gray;
}

.rowinfo.bottom .list-group-item a:hover, .rowinfo.bottom .list-group-item:hover, .rowinfo.bottom .list-group-item:hover a
{
    color: white;
}

.rowinfo.bottom .list-group-item:hover
{
    border-bottom: 1px solid white !important;
}

.rowinfo.bottom .bottomheader
{
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 10px;
}

.social-icon
{
    font-size: 30px;
    color: gray;
}

.social-icon:hover
{
    color: white;
}

.status {
    border: 1px solid gray;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin-right: 5px;
    display: inline-block;
    background-color: red;
}

.status.online
{
    background-color: green;
}

.FactionIcon
{
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: cover !important;
    background-position: center !important;
}

.FactionIcon.Horde
{
    background: url('../Images/FactionChange/h.png');
}

.FactionIcon.Alliance
{
    background: url('../Images/FactionChange/a.png');
}

#TopMenu
{
    background-color: transparent !important;
    color: white !important;
}

#TopMenu .nav-link
{
    color: white !important;
}

.nav.nav-tabs
{
    border: 0px;
    margin-bottom: 20px;
}

.nav.nav-tabs li
{
    padding-right: 10px;
    height: 40px;
}

.nav.nav-tabs li a
{
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    font-style:initial !important;
}

.nav.nav-tabs .active.show
{
    border-bottom: 1px solid lightgray;
}

a{
    font-size: 14px;
    color: lightblue;
}

li a
{
    color: lightblue;
}

.navbar-nav a
{
    font-style: initial !important;
    font-weight: initial !important;
}

.nav a, .nav-link
{
    color: white !important;
}

.nav-link.active
{
    background-color: transparent !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid gray !important;
    font-style: initial !important;
}

.tblInfo td
{
    font-size: 12px;
}

.tblInfo th
{
    color: gray;
    font-size: 10px;
}

.tblInfo td, .tblInfo th
{
    border-bottom: 1px solid gray;
    padding-right: 10px;
}

@media only screen and (max-width: 800px) {
    a
    {
        word-break: break-all;
    }

    #TopMenu
    {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

    #FeatureList .nav.nav-tabs
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #FeatureList .nav.nav-tabs li a
    {
        margin: 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #FeatureList .nav.nav-tabs li
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        flex-grow: 1;
    }
}