﻿/***GENERAL STYLES***/
body {
    font-family: DroidSansRegular, "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
}

body {
    background: #FFF;
    line-height: 21px;
}

input, select, textarea, button {
    outline: none;
    font-family: DroidSansRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
}

input, select, textarea, button {
    border: 1px solid #ccc;
}

a {
    text-decoration: none;
    outline: none;
    color: #069;
}

    a:hover {
        text-decoration: underline;
    }

button {
    margin: 0;
    outline: 0;
}

small {
    font-size: 11px;
    line-height: 12px;
}

.bodywhite {
    background: #fff;
}

.bodygrey {
    background: #FFF left top;
}

.page404 {
    background: #FFF;
}

h1.prize {
    font-size: 28px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

h2.prize {
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

/***NOTIFICATION MESSAGES (login.html, dashboard.html)***/
.notification {
    padding: 10px 10px 10px 45px;
    margin: 0 0 20px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

    .notification .close {
        position: absolute;
        right: 5px;
        top: 5px;
        display: inline-block;
        width: 8px;
        height: 8px;
        cursor: pointer;
    }

    .notification .close {
        background: url(../images/icons/close.png) no-repeat 0 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.notifyError {
    border: 1px solid #ff0000;
    background: #FFECEC;
    color: #ff0000;
    font-size: 11px;
}

.msgalert {
    border: 1px solid #eac572;
    background: #ffe9ad url(../images/icons/warning.png) no-repeat 10px center;
}

.msginfo {
    border: 1px solid #99c4ea;
    background: #d1e4f3 url(../images/icons/info.png) no-repeat 10px center;
}

.msgsuccess {
    border: 1px solid #c1d779;
    background: #effeb9 url(../images/icons/success.png) no-repeat 10px center;
}

.msgerror {
    border: 1px solid #e18b7c;
    background: #fad5cf url(../images/icons/error.png) no-repeat 10px center;
}

/***LOGIN PAGE (index.html)***/
.loginlogo {
    background: url(../Images/DNV_Logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 40px;
    margin: 80px auto 20px auto;
    padding: 20px 80px 10px 80px;
}

.loginbox {
    width: 530px;
    height: 550px;
    margin: 10px auto;
    background-color: #f6fbff;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

.loginbox_content {
    overflow: hidden;
    padding: 30px;
}

.loginbox .group {
    border: 0;
    background-position: top left;
    width: 190px;
    margin-right: 10px;
    margin-top: 10px;
}

.loginbox .group {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px 6px 5px;
    display: inline-block;
    font-size: 14px;
}

.loginbox .username {
    border: 0;
    background: #eee url(../images/usernamefield.png) no-repeat;
    background-position: top left;
    width: 190px;
    margin-right: 10px;
    margin-top: 10px;
}

.loginbox .username {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px 6px 40px;
    display: inline-block;
    font-size: 14px;
}

    .loginbox .username:focus {
        background-color: #fff;
        background-position: 0 -32px;
    }

.loginbox .password {
    border: 0;
    background: #eee url(../images/passwordfield.png) no-repeat;
    background-position: top left;
    width: 190px;
    margin-right: 10px;
    margin-top: 10px;
}

.loginbox .password {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px 6px 40px;
    display: inline-block;
    font-size: 14px;
}

    .loginbox .password:focus {
        background-color: #fff;
        background-position: 0 -32px;
    }

.loginbox button {
    background: #4b6592 url(../images/buttonbg.png) repeat-x top left;
    font-size: 13px;
    padding: 6px 14px;
    width: 67px;
    font-weight: bold;
}

.loginbox button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px #333;
    border: 0;
}

    .loginbox button:active {
        -moz-box-shadow: inset 1px 1px 2px #000;
        -webkit-box-shadow: inset 1px 1px 2px #000;
        box-shadow: inset 1px 1px 2px #000;
    }

    .loginbox button:hover {
        background: #364f7e url(../images/buttonbg.png) repeat-x 0 -34px;
    }

.loginoption {
    width: 620px;
    margin: 10px auto;
    padding: 7px 10px;
    font-size: 11px;
    color: #ccc;
}

.loginoption {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .loginoption input {
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .loginoption a {
        float: right;
        font-size: 11px;
        color: #ccc;
    }

.loginNotify {
    display: none;
    padding: 7px;
    border: 0;
    width: 580px;
    margin: auto;
    background: url(../images/blacktrans.png);
}

.loginNotify {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.showmsg {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

    .showmsg .wrap {
        -moz-border-radius: 0 0 0;
        -webkit-border-radius: 3px 0 0 0;
        border-radius: 3px 0 0 0;
    }

    .showmsg, .showmsg .wrap {
        background: #fcfcfc !important;
    }

/***MAIN CONTENT: BUTTONS(elements.html)***/
button.button {
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

button.button {
    -moz-box-shadow: 1px 1px 2px #eee;
    -webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
    cursor: pointer;
}

    button.button:hover, .button:active {
        background-position: 0 -39px;
    }

.anchorbutton {
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.anchorbutton {
    -moz-box-shadow: 1px 1px 2px #eee;
    -webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
    cursor: pointer;
}

    .anchorbutton:hover, .anchorbutton:active {
        background-position: 0 -39px;
        text-decoration: none;
    }

.button_white {
    border: 1px solid #ccc;
    background: #eee url(../images/buttons/button_white.png) repeat-x top left;
    text-shadow: 1px 1px #f7f7f7;
    color: #333;
}

    .button_white:active {
        -moz-box-shadow: inset 2px 2px 2px #ccc;
        -webkit-box-shadow: inset 2px 2px 2px #ccc;
        box-shadow: inset 2px 2px 2px #ccc;
    }

.button_blue {
    padding: 7px 15px;
    border: 1px solid #39537f;
    background: #eee url(../images/buttons/button_blue.png) repeat-x top left;
    text-shadow: 1px 1px #39537f;
    color: #fff;
}

    .button_blue:active {
        -moz-box-shadow: inset 2px 2px 2px #12274c;
        -webkit-box-shadow: inset 2px 2px 2px #12274c;
        box-shadow: inset 2px 2px 2px #12274c;
    }

.button_black {
    border: 1px solid #333;
    background: #333 url(../images/buttons/button_black.png) repeat-x top left;
    text-shadow: 1px 1px #333;
    color: #fff;
}

    .button_black:active {
        -moz-box-shadow: inset 2px 2px 2px #12274c;
        -webkit-box-shadow: inset 2px 2px 2px #12274c;
        box-shadow: inset 2px 2px 2px #12274c;
    }

.button_red {
    border: 1px solid #b22407;
    background: #333 url(../images/buttons/button_red.png) repeat-x top left;
    text-shadow: 1px 1px #b22407;
    color: #fff;
}

    .button_red:active {
        -moz-box-shadow: inset 2px 2px 2px #b22407;
        -webkit-box-shadow: inset 2px 2px 2px #b22407;
        box-shadow: inset 2px 2px 2px #b22407;
    }

.button_yellow {
    border: 1px solid #c67601;
    background: #333 url(../images/buttons/button_yellow.png) repeat-x top left;
    text-shadow: 1px 1px #c67601;
    color: #fff;
}

    .button_yellow:active {
        -moz-box-shadow: inset 2px 2px 2px #c67601;
        -webkit-box-shadow: inset 2px 2px 2px #c67601;
        box-shadow: inset 2px 2px 2px #c67601;
    }

.button_green {
    border: 1px solid #507e0c;
    background: #333 url(../images/buttons/button_green.png) repeat-x top left;
    text-shadow: 1px 1px #507e0c;
    color: #fff;
}

    .button_green:active {
        -moz-box-shadow: inset 2px 2px 2px #507e0c;
        -webkit-box-shadow: inset 2px 2px 2px #507e0c;
        box-shadow: inset 2px 2px 2px #507e0c;
    }

.button_brown {
    border: 1px solid #574128;
    background: #333 url(../images/buttons/button_brown.png) repeat-x top left;
    text-shadow: 1px 1px #574128;
    color: #fff;
}

    .button_brown:active {
        -moz-box-shadow: inset 2px 2px 2px #574128;
        -webkit-box-shadow: inset 2px 2px 2px #574128;
        box-shadow: inset 2px 2px 2px #574128;
    }

.button_lblue {
    border: 1px solid #7197bd;
    background: #333 url(../images/buttons/button_lblue.png) repeat-x top left;
    text-shadow: 1px 1px #fff;
    color: #2161a0;
}

    .button_lblue:active {
        -moz-box-shadow: inset 2px 2px 2px #7197bd;
        -webkit-box-shadow: inset 2px 2px 2px #7197bd;
        box-shadow: inset 2px 2px 2px #7197bd;
    }

/***PROGRESS BAR (dashboard.html)***/
.progress {
    margin: 5px 0;
}

    .progress .bar {
        background: #ddd;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 2px;
    }

    .progress .bar {
        -moz-box-shadow: inset 2px 2px 3px #999;
        -webkit-box-shadow: inset 2px 2px 3px #999;
        box-shadow: inset 2px 2px 3px #999;
    }

        .progress .bar .value {
            height: 5px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }

    .progress .bar2 {
        background: #ddd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 2px;
    }

    .progress .bar2 {
        -moz-box-shadow: inset 2px 2px 3px #999;
        -webkit-box-shadow: inset 2px 2px 3px #999;
        box-shadow: inset 2px 2px 3px #999;
    }

        .progress .bar2 .value {
            padding: 3px 0;
            text-align: center;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            color: #fff;
        }

        .progress .bar2 .value {
            background-image: url(../images/barbg.png);
            background-repeat: repeat-x;
            background-position: 0 0;
        }

    .progress .bluebar {
        background-color: #069;
    }

    .progress .orangebar {
        background-color: #F90;
    }

    .progress .redbar {
        background-color: #cc0000;
    }


/***MAIN CONTENT:FULL PAGE***/
.fullpage {
    margin: 20px 15px;
}

.pageTitle {
    font-size: 24px;
    margin-bottom: 20px;
    text-shadow: 1px 1px #fff;
}


.div-left {
    float: left;
    padding-left: 5px;
}

.div-right {
    float: right;
    /*padding-right:5px;*/
}

.footer-container {
    max-width: 100%;
    /*border:1px solid salmon;*/
    padding-top: 5px;
}

.notification {
    position: relative;
    z-index: 100;
}

.msgerror {
    border: 1px solid #e18b7c;
    background: #fad5cf url(../Images/icons/error.png) no-repeat 10px center;
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

table, tbody, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.linkbutton_darkblue {
    background-color: #0F204B;
    color: white;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    padding: 10px 20px;
}

    .linkbutton_darkblue:hover {
        text-decoration: none;
        color: white;
    }

    .linkbutton_darkblue i {
        padding-left: 15px;
    }

    .linkbutton_darkblue:active {
        -moz-box-shadow: inset 2px 2px 2px #12274c;
        -webkit-box-shadow: inset 2px 2px 2px #12274c;
        -box-shadow: inset 2px 2px 2px #12274c;
    }


.submitbox {
    display: grid;
    place-items: center;
    height: 100vh;
}

.submitbox_content {
    overflow: hidden;
    padding: 30px; 
    border-radius: 10px;
    -webkit-box-shadow: -2px 2px 8px 0px #c0daed;
    min-width: 600px;
}

.datalist-outer {
    border-radius: 10px;
    background-color: #eee;
    padding: 10px;
}