﻿/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Tags, overrides, and resets.
 */

html, body { background-color: lightgrey; }

#main-page {
    z-index: 100;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
}

/* Bootstrap reset sets a blue color for links. This sets it to our standard straight blue. */

a, a:hover {
    color: blue;
    /*text-decoration: none;*/
}

/* Datatables override. For some strange reason it wants to put 17px in for the right padding. */

table.dataTable.compact thead th { padding: 4px 4px 4px 4px; }

/* Facebook social button fix for top margin. */

.fb_iframe_widget span { top: -4px; }

/*label.active { font-weight: bold }*/

/* Main implementation - only when video/ad is active */
.ac-lre-main-widget-container:has(.vjs-playing),
.ac-lre-main-widget-container:has(.vjs-has-started),
.ac-lre-main-widget-container:has(video[src]:not([src=""])),
.ac-lre-main-widget-container:has(.ac-lre-ima-ad-container:not([style*="display: none"])) {
    position: relative !important;
    z-index: 1 !important;
    margin-bottom: 190px;
    /* Ensure it doesn't float over other content */
    clear: both;
}

/* Ensure the video wrapper behaves properly */
.ac-lre-main-widget-container:has(.vjs-playing) .ac-player-wrapper,
.ac-lre-main-widget-container:has(.vjs-has-started) .ac-player-wrapper {
    position: relative !important;
}

/* Keep your section properly positioned */
section {
    position: relative;
    z-index: 2;
    clear: both;
}

/* Browser compatibility fallback */
@@supports not selector(:has(*)) {
    /* For browsers that don't support :has(), apply basic fix when video container exists */
    .ac-lre-main-widget-container:not(.vjs-hidden) {
        position: relative !important;
        z-index: 1 !important;
        margin-bottom: 20px;
    }
}






/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Page layout. Major sections: Header, Footer, Content.
 *
 *  | left-outer | left-inner | center-main | right-inner | right-outer |
 */

#center-main {
    background-color: white;
    z-index: 5;
    /*width: 1000px;*/
    /*max-width: 1000px;*/
    /*width: 100%;*/
    /* position: relative; */
}

/* #left-inner, #right-inner {
    z-index: 0;
    width: 170px;
} */

/* #left-outer, #right-outer { z-index: 0; } */


/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Component info area.
 */

#component-info {
    margin-top: 10px;
    padding-left: 20px;
    font-size: .8em;
}

#component-info dl {
    margin: 0 0 2px 0;
    padding: 0;
}

#component-info dt {
    margin: 0;
    padding: 0;
}

#component-info dd {
    margin: 0;
    padding: 0;
}

.text-divide {
    border: 1px solid #888;
    height: 20px;
    width: 4px;
    margin: 0 20px 0 20px;
}


/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Chart area.
 */

.chart-description {
    margin-top: 10px;
    margin-bottom: 10px;
}

#gpu-charts text:hover { text-decoration: underline; }

#gpu-charts text { cursor: pointer; }

.chart-area {
    margin-top: 10px;
    width: 100%;
}

.chart-options {
    font-size: .8em;
    /*background-color: #ededed;*/
    margin-top: 16px;
    padding: 8px 0 8px 0;
}

.chart-options { font-size: 15px; }


/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Navigation tabs.
 */

.nav.nav-tabs { width: 100%; }

#chart-nav {
    margin-top: 20px;
    width: 100%;
    font-weight: 600;
}

#chart-nav a:hover { background-color: #ededed; }

#chart-nav .nav-link.active { background-color: #ededed; }

#component-nav a:hover { background-color: #ededed; }

#component-nav {
    margin-top: 20px;
    width: 100%;
    font-weight: 600;
}

#component-nav .nav-link.active { background-color: #ededed; }

/*#component-nav .nav-link.active {}*/

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Sidebar
 */

#side-bar-content { width: 300px }

.side-bar-game-list {
    height: 335px;
    width: 100%;
}

.side-bar-ad { width: 100%; }


/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Top Games Tested Box and Recently Added Games Box
 */

#top-games-tested, #recently-added-games { height: 100%; }

#top-games-tested .card-header, #recently-added-games .card-header {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
}

#top-games-tested .card-body, #recently-added-games .card-body {
    height: 100%;
    overflow: auto;
}

#top-games-tested a, #recently-added-games a {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.1;
}

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Graphics chart SVG graphics
 *
 */
#gpu-rank-nvidia-low a,
#gpu-rank-nvidia-high a,
#gpu-rank-intel-low a,
#gpu-rank-intel-high a,
#gpu-rank-amd-low a,
#gpu-rank-amd-high a {
    fill: blue !important;
}

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Misc.
 */

.percent-run {
    color: green;
    font-weight: bold;
}

/* Tool tip areas */

[data-toggle="tooltip"] { cursor: help; }


/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 *
 *  Main navigation bar.
 *
 *  #main-nav 
 */

#main-nav { background-color: #666; }

/*#main-nav.navbar-inverse, #main-nav.navbar-nav, #main-nav .nav-link {
        color: white;
    }*/

#main-nav .navbar-nav, #main-nav .nav-link { color: white; }

#main-nav .nav-item:hover { background-color: #333; }

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  GPU Stats
 */

#gpu-stats { margin: 0 50px 0 50px; }

#gpu-name {
    font-size: 1.2em;
    font-weight: bold;
}

#gpu-stats dt, #gpu-stats dd {
    font-size: .8em;
    line-height: .8;
}

#gpu-name2 {
    font-size: 1.2em;
    font-weight: bold;
}

#gpu-stats2 dt, #gpu-stats2 dd {
    font-size: .8em;
    line-height: .8;
}

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Footer.
 */

footer { font-size: .8em; }

footer a { text-decoration: underline; }


/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *  Husdawg Skin
 */

.husdawg-skin {
    z-index: 1;

    /*display: none;*/
    /*background-image: url("https://s3.amazonaws.com/content.systemrequirementslab.com/cyri/assets/images/skins/amazon_us.jpg");
    background-position: center top;
    background-repeat: no-repeat;*/
}



/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *  Place holders to eliminate annoying warnings.
 */

/* ReSharper disable DeclarationIsEmpty */

.incontentvid { }

.popover-body { }

.skin-ad { }

/* ReSharper restore DeclarationIsEmpty */



/**
    Breakpoints on the main content.
*/

/* sm */

@media (min-width: 576px) {
}

/* md */

@media (min-width: 768px) {
}

/* lg */

@media (min-width: 992px) {
}

/* xl */

@media (min-width: 1200px) {
}
