﻿
#mainContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    /*width: 95%;*/
    background-color: #FFFFFF;
    min-height: 100%;
}

img {
    border: 0;
}

header {
    background-color: #000000;
    height: 100px;
    position: fixed;
    width: 1080px;
    /*width: 95%;*/
    z-index: 11;
    top: 0;
}

#headerTop {
    position: relative;
}

    #headerTop .nvidia-nvonline-logo {
        display: inline-block;
        white-space: nowrap;
        width: 500px;
        position: relative;
        margin-top: 25px;
        padding: 0;
        float: left;
        margin-left: 25px;
    }

    #headerTop #headerTopImg {
        height: 25px;
        position: relative;
        padding: 0;
        display: inline-block;
        float: left;
        width: 122px;
    }

.nvonline-logo-text {
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    text-indent: 5px;
}

#headerTop .header-right-float {
    float: right;
    line-height: 75px;
}

footer {
    line-height: 30px;
    position: fixed;
    bottom: 0px;
    background-color: #000000;
    width: 1080px;
    /*width: 95%;*/
    color: #FFFFFF;
    text-align: center;
    z-index: 12;
}

    footer ul.footer-links li {
        display: inline;
    }

        footer ul.footer-links li span {
            font-size: 12px;
        }

        footer ul.footer-links li a {
            text-decoration: none;
            color: #76b900;
            font-size: 12px;
        }

            footer ul.footer-links li a:hover {
                color: #00cc00;
            }

#MCont {
    margin: 0;
    padding: 0;
}

    #MCont .subcont {
        line-height: 98px;
    }

    #MCont input:focus,
    #MCont a:focus,
    #MCont button:focus,
    #MCont select:focus,
    #MCont textarea:focus,
    #MCont :not(input[type="hidden"]) {
        outline: none;
        outline-color: #5db405;
        outline-width: medium;
    }

#SitesDrp {
    width: 170px;
    height: 23px;
    border: none;
    color: #FFFFFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    left: -180px;
    -webkit-user-select: none;
    background-color: transparent;
    border-radius: 2px;
    text-indent: 4px;
}

    #SitesDrp::-ms-expand {
        display: none;
    }

    #SitesDrp option {
        /*margin: 10px;*/
        background-color: #3e3e3e;
        border: none;
    }

        #SitesDrp option:hover {
            /*margin: 10px;*/
            background-color: #3e3e3e;
            color: #76b900;
        }

        #SitesDrp option select {
            /*margin: 10px;*/
            user-select: none;
        }

.dropDownBackGround {
    display: inline-block;
    width: 178px;
    height: 23px;
    background-color: #aaaaaa;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
}

.dropDownArrow {
    display: inline-block;
    left: -192px;
    height: 0px;
    width: 0px;
    border-top: solid #777777 7px;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    position: relative;
    /*margin-right: -10px;*/
}

/*-----------------------------menu css------------------*/
#navbarUser {
    background: transparent;
    clear: both;
}

#navbarHome {
    background: transparent;
    position: fixed;
    clear: both;
    top: 60px;
    margin-left: 17px;
}

/*----------------- Search Textbox Related CSS for Layout Page----------------- */
#divSearchContent {
    line-height: 23px;
    background-color: #3e3e3e;
    border: none;
    color: #FFFFFF;
    padding-left: 5px;
}

    #divSearchContent input[type="text"] {
        background: #3e3e3e;
        border: none;
        width: 150px;
        outline: none;
        color: #FFFFFF;
    }

.loginpage .page-header,
.profilepage .page-header {
    position: fixed;
    width: 1080px;
    /*width: 95%;*/
    height: 50px;
    z-index: 10;
    color: #fff;
    background: #76b900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 92%, #e2e2e2 94%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b900), color-stop(15%, #76b900), color-stop(33%, #6db104), color-stop(92%, #448915), color-stop(94%, #e2e2e2), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 92%, #e2e2e2 94%, #fbfbfb 100%);
    background: -o-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 92%, #e2e2e2 94%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 92%, #e2e2e2 94%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #76b900 0%, #76b900 15%, #6db104 33%, #448915 92%, #e2e2e2 94%, #fbfbfb 100%);
}

.loginpage .sh-container,
.profilepage .sh-container {
    padding: 0 10px 0 25px;
    width: 1080px;
}

    .loginpage .sh-container h1,
    .profilepage .sh-container h1 {
        font-family: Arial, sans-serif;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        padding: 9px 0 0 0;
        margin: 0;
        text-transform: uppercase;
        text-shadow: #3C5900 0 0 2px;
    }

#MCont .loginpage {
    margin-top: 100px;
    display: inline-block;
    position: relative;
    width: 100%;
}

#MCont .login-container {
    margin-top: 70px;
    width: 400px;
    margin-left: 340px;
}

    #MCont .login-container > .login-body > div {
        padding-top: 10px;
    }

    #MCont .login-container input[type="text"],
    #MCont .login-container input[type="password"] {
        border: 1px #ddd solid;
        border-radius: 3px;
        margin-bottom: 10px;
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 13px;
        height: 32px;
        text-indent: 4px;
    }

    #MCont .login-container label {
        font-size: 14px;
        color: #777;
    }

    #MCont .login-container .login-actions {
        margin-top: 20px;
        position: relative;
    }

.login-container .login-message {
    /*position: absolute;
    top: 30px;*/
    color: #dd0000;
    text-align: left;
}

.login-actions .disclaimer {
    text-align: center;
    font-size: .9em;
    color: #cc0000;
    margin-top: 15px;
    padding: 20px 0;
    position: absolute;
    top: 30px;
}

#MCont .login-container button[type="submit"],
.myprofile-container button[type="submit"] {
    background-color: #4c9300;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #90c247), color-stop(13%, #83b939), color-stop(33%, #62a217), color-stop(42%, #569a0b), color-stop(50%, #4e9402), color-stop(54%, #4c9300), color-stop(100%, #4c9300));
    background-image: -webkit-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
    background-image: -moz-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
    background-image: -o-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
    background-image: linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 20px;
    text-shadow: none;
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer;
    height: 36px;
    letter-spacing: 1px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

    #MCont .login-container button[type="submit"]:hover,
    .myprofile-container button[type="submit"]:hover {
        background-color: #7dbf0b;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aad847), color-stop(13%, #a0d339), color-stop(38%, #82c111), color-stop(50%, #77bb02), color-stop(100%, #76ba00));
        background-image: -webkit-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
        background-image: -moz-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
        background-image: -o-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
        background-image: linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
        text-decoration: none;
        color: #333333;
    }

#MCont .login-container .login-rightlinks {
    float: right;
}

#MCont .login-container .login-forgotlink {
    display: block;
    font-size: 13px;
}

    #MCont .login-container .login-forgotlink a {
        text-decoration: none;
        font-size: 13px;
    }

        #MCont .login-container .login-forgotlink a:hover {
            color: #0000ff;
            text-decoration: underline;
        }

#MCont .login-container .login-cb-remember {
    margin-top: 8px;
    font-size: 13px;
    display: inline-block;
}

    #MCont .login-container .login-cb-remember #RememberUser {
        vertical-align: middle;
        height: 14px;
        width: 14px;
    }

    #MCont .login-container .login-cb-remember .rememberlabel {
        font-size: 13px;
    }

.profilepage .myprofile-container {
    margin-top: 70px;
    margin-bottom: 100px;
}

    .profilepage .myprofile-container .login-body input[type="text"] {
        border: 1px #ddd solid;
        border-radius: 3px;
        margin-bottom: 10px;
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 13px;
        height: 22px;
        text-indent: 4px;
        width: 300px;
    }

    .profilepage .myprofile-container .login-body label {
        text-align: right;
        color: #777;
        font-size: 14px;
    }

    .profilepage .myprofile-container .login-body select {
        width: 300px;
        margin-top: 5px;
        border: 1px #ddd solid;
        border-radius: 2px;
        height: 30px;
        font-size: 13px;
        width: 315px;
        padding: 0;
        color: #777;
        text-indent: 4px;
    }

    .profilepage .myprofile-container .login-actions {
        text-align: left;
        margin-top: 10px;
    }

    .profilepage .myprofile-container .btn-gray {
        height: 26px;
        letter-spacing: 1px;
        font-family: arial;
        font-size: 13px;
        background-color: #eee;
        color: #777;
        *zoom: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        padding: 5px 20px;
        text-shadow: none;
        text-decoration: none;
        margin-left: 15px;
        cursor: pointer;
        vertical-align: middle;
        line-height: 26px;
    }

        .profilepage .myprofile-container .btn-gray:hover {
            background-color: #a0a0a0;
            color: #ffffff;
        }

    .profilepage .myprofile-container input[type="reset"] {
        height: 36px;
    }
    .profilepage .myprofile-container button[type="submit"]{
        float:none;
        margin-left:15px;
    }
    .bug-container {
        margin: 0 !important;
    }

#SessionPromptOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999998;
    background-color: #454545;
    opacity: .45;
}
#SessionPromptContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999999;
}
#SessionPrompt {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 10px #7c7a7a;
    -ms-box-shadow: 4px 4px 10px #7c7a7a;
    box-shadow: 4px 4px 10px #7c7a7a;
    text-align: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
    height: 185px;
    margin-top: -92px;
    width: 471px;
    margin-left: -235px;
    opacity: 1;
}

    #SessionPrompt a {
        display: block;
        margin-top: 30px;
    }

#PromptYes {
    color: #387505;
}

    #PromptYes:hover {
        color: #76b900;
    }

#PromptNo {
    color: #000000;
}

#SessionPrompt p {
    margin-left: 30px;
    margin-right: 30px;
}

    #SessionPrompt p + p {
        padding-top: 10px;
    }

#SessionPrompt h1 {
    padding-top: 30px;
    color: #ffffff;
    background: #76b900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b900), color-stop(15%, #76b900), color-stop(33%, #6db104), color-stop(100%, #448915));
    background: -webkit-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 100%);
    background: -o-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 100%);
    background: -ms-linear-gradient(top, #76b900 0%, #76b900 15%, #6db104 33%, #448915 100%);
    background: linear-gradient(to bottom, #76b900 0%, #76b900 15%, #6db104 33%, #448915 100%);
    text-align: center;
    margin: 0;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.RejectButton {
    margin-left: 5px!important;
}
