﻿body {
    color: black;
    background-color: white;
    font-family: sans-serif;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #a0a0f0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}



a {
    color: #00a1d2;
    text-decoration: none;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    user-select: none;
}

    a:hover {
        color: #64d0f1;
    }


.divMenuContent {
    position: fixed;
    background-color: #1a1a1a;
    width: 100%;
    top: 0px;
    height: 85px;
    z-index: 1;
}

.divMainContent {
    position: absolute;
    left: 105px;
    top: 90px;
    width: 1800px;
}

.cmdButtonDownload {
    position: absolute;
    right: 50px;
    top: 70px;
    font-family: 'Segoe UI';
    font-weight: 100;
    width: 90px;
    height: 28px;
    margin-right: 3px;
    padding-top: 0px;
    background-color: #40829F;
    
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#40829F, endColorstr=#40829F);
    color: #d0d0d0;
    border-radius: 5px;
    border-width: 0px;
    outline: none;
    border-color: #40829F;
    box-shadow: 0 0 0px #40829F;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    
}

.imgVilViteLogo {
    position: absolute;
    width: 100px;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.lnkDefault {
    margin-right: 20px;
}


.noselect, h1, h2, a, button {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

h1 {
    color: #101010;
}

h2 {
    color: chartreuse;
}


.ButtonStyle_Default {
    font-family: 'Segoe UI';
    font-weight: 100;
    width: 90px;
    height: 28px;
    margin-right: 3px;
    padding-top: 0px;
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
    color: #d0d0d0;
    border-radius: 5px;
    border-width: 0px;
    outline: none;
    border-color: #8efdaa;
    box-shadow: 0 0 0px #8efdaa;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

    .ButtonStyle_Default:disabled {
        color: #909090;
        background: #505050;
    }


    .ButtonStyle_Default:hover {
        box-shadow: 0 0 25px #8efdaa;
        color: white;
    }

    .ButtonStyle_Default:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

.ButtonStyle_Large {
    width: 260px;
    height: 38px;
    font-weight: 500;
    font-size: 1.2em;
}


.divTopBanner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:160px;

    background-color:rgba(89,150,39,1);
    z-index:-1;
}


/* CSS for standard textbox */
.TextBox_Default {
    font-family: 'Segoe UI';
    font-weight: 100;
    height: 26px;
    width: 240px;
    font-size: 1em;
    border-radius: 5px;
    padding: 0 12px 0 5px;
    margin-top: 5px;
    background-color: #303030;
    color: #00e0e0;
    border-width: 0px;
    outline: none;
    -webkit-transition-duration: 0 .4s; /* Safari */
    transition-duration: 0.4s;
}

    .TextBox_Default:focus {
        box-shadow: 0 0 5px #44ffff;
    }


.tblHighLightRows {
    cursor: default;
}

    .tblHighLightRows th {
        font-size: 1.2em;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: orange;
        
        padding-bottom: 0px;
        color: #8efdaa;
    }

    .tblHighLightRows td {
        height: 50px;
    }

    .tblHighLightRows tr:hover:not(:first-child) {
        background-color: #252545;
        color: #40ff40;
    }

    .tblHighLightRows td {
    }


.tblDevices {
    width: 100%;
}

    .tblDevices tr {
        height: 40px;
    }



.ComboBox_Default {
    font-family: 'Segoe UI';
    font-weight: 100;
    height: 26px;
    width: 240px;
    font-size: 1em;
    border-radius: 5px;
    padding: 0 12px 0 5px;
    margin-top: 5px;
    background-color: #202020;
    color: #00e0e0;
    border-width: 0px;
    outline: none;
    -webkit-transition-duration: 0 .4s; /* Safari */
    transition-duration: 0.4s;
}

    .ComboBox_Default:focus {
        box-shadow: 0 0 5px #44ffff;
    }


.panPhotoPreviewPanel {
    overflow-y: scroll;
}

.imgPhotoPreview {
    float: left;
    padding: 5px;
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #101010;
    background-color: #151515;
}



@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.HighLightLine {
    color: #505050;
    background-color: #303030;
    font-weight: 100;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
}

    .HighLightLine:hover {
        background-color: #7eef9a;
        box-shadow: 0 0 25px #8efdaa;
        color: black;
    }



.panGames {
    display:flex;
    flex-direction:row;
    gap:20px;
    width: 100%;
    border-style: solid;
    border-width: 0px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select:none;
}



.panButtonContainer {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 150px;
    border-style: none;
    text-align: center;
    
    border-style: none;
    align-items: center;
    justify-content: center;

}

.panGameButton {
    background-color: rgba(89,150,39,.8);
    width: 90px;
    height: 90px;
    
    border-style: none;
    border-width: 0px;
    border-color: #203040;
    border-radius: 75px;
    cursor: pointer;
}

.panGameButton:hover{
    box-shadow:0 0 15px 15px rgba(145,252,182,.4);
}


.imgGameIcon {
    all: unset;
    margin-top: 13px;
    width: 64px;
    height: 64px;
    background-image: url("SiteGraphics/DefaultGameIcon.png");
    border-style: none;
    border-width: 0px;
    outline: none;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: calc(100% - 2px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.labGameName{        
    color:black;
    font-weight:600;    
    font-size:20px;
}