﻿body, html {
    background-color: #EBEBEB;
    height: 100%;
}

* {
    margin: 0 0 0 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    font-size: 90%;
}


#wrapper {
    background-color: white;
    width: 100%;
    height: 100%;
}

#header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #000;
}

.header_logo_right {
    float: right;
    margin-right: 2%;
}

    .header_logo_right img {
        height: 40px;
        width: 190px;
        margin-top: 30px;
    }

.header_logo_left {
    float: left;
    margin-left: 2%;
}

    .header_logo_left img {
        margin-top: 30px;
        height: 40px;
        width: 165px;
    }

.header_timestamp {
    float: right;
    font-size: 0.9em;
    margin-right: 50px;
    margin-top: 60px;
}


#navigation {
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    height: 35px;
    background-color: #339900;
}

#nav {
    float: left;
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    height: 35px;
}

    #nav ul {
        background: #339900;
        height: 35px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #nav li {
        float: left;
        padding: 0px;
    }

        #nav li a {
            background: #339900;
            display: block;
            font-weight: normal;
            line-height: 35px;
            margin: 0px;
            padding: 0px 25px;
            text-align: center;
            text-decoration: none;
            color: #FFFFFF;
        }


    #nav > ul > li > a {
        color: #FFFFFF;
    }

    #nav ul ul a {
        color: #FFFFFF;
    }

    #nav li > a:hover,
    #nav ul li:hover > a {
        background-color: #2580a2;
        color: #FFFFFF;
        text-decoration: none;
    }

    #nav li ul {
        background: #333333;
        display: none;
        height: auto;
        padding: 0px;
        margin: 0px;
        border: 0px;
        position: absolute;
        width: 225px;
        z-index: 200;
    }

    #nav li:hover ul {
        display: block;
    }

    #nav li li {
        display: block;
        float: none;
        margin: 0px;
        padding: 0px;
        width: 225px;
        background-color: #5D7B9D;
    }

    #nav li:hover li a {
        background: none;
    }

    #nav li ul a {
        display: block;
        height: 35px;
        font-size: 12px;
        font-style: normal;
        margin: 0px;
        padding: 0px 10px 0px 15px;
        text-align: left;
    }


        #nav li ul a:hover,
        #nav li ul li:hover > a {
            background: #2581a2;
            border: 0px;
            color: #ffffff;
            text-decoration: none;
        }

    #nav p {
        clear: left;
    }

#login_info {
    float: right;
    color: #FFFFFF;
    line-height: 35px;
    margin-right: 10px;
    font-size: 14px;
}


    #login_info a {
        text-decoration: none !important;
        text-decoration: underline;
    }

#LoginStatus2 a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-decoration: underline;
}

#login {
    width: 300px;
    margin-left: 150px;
}

#content {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #000;
}

.logged-out {
    margin-top: 50px;
}

.PermissionError {
    margin-top: 50px;
    text-align: center;
}

    .PermissionError p {
        padding-bottom: 50px;
    }

#footer {
    width: 100%;
    height: 100%;
    text-align: center;
    border-top: 1px solid #000;
}

    #footer p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0.8em;
    }

.clearboth {
    clear: both;
}

.table_container {
    margin-top: 20px;
}

#main_Panel_Filters {
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    margin: 0 auto;
    width: 98%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BFBFBF;
}

#content h2 {
    color: #477ACC;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #477ACC;
    margin-bottom: 15px;
}

.header_style2 {
    font-size: 14px;
    color: #477ACC;
}

.header_style1 {
    margin: 0 auto !important;
    text-align: center;
    font-size: 22px;
}

.myheader:link {
    height: 30px !important;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px;
    text-decoration: none;
}

.panel_container {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=submit] {
    padding: 3px !important;
}


.action_Div {
    display: inline-table;
    width: 18px !important;
    margin: 0;
    padding: 0px;
}

#example tbody tr {
    height: auto;
    height: 35px;
}

#example input[type=submit] {
    height: 150px;
}

th.dpass, td.dpass {
    display: none;
}

.image_icon {
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}

#main_grid_Machine tr {
    margin-bottom: 10px;
}

#grid_Machine tr {
    padding-bottom: 10px;
}

.hiddencol {
    display: none;
}

.header_corerfid {
    float: left;
    height: 50px;
}

.#header img {
    float: left;
    width: 230px !important;
    height: 50px !important;
}

.radioList {
    width: 100%;
    border: none;
}

    .radioList tbody tr td {
        padding: 0 !important;
        outline: 0 !important;
        border: 0 !important;
        margin-top: 0;
    }

#rbl_responses {
    border: 0;
    outline: 0;
}

.radioList label {
    margin-left: 10px;
}

.passAll {
    width: 80%;
    height: 20px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    padding-left: 5px;
}

tr.spaceUnder > td {
    padding-bottom: 10px;
}

.resetwrapper {
    width: 302px; 
    text-align: center; 
    margin: 80px auto 100px auto; 
    height: 169px;
}

.resetpassword {
    width:303px;
    height:151px;
    font-size:0.8em;
    font-family:Verdana;
    color:#333333;
    border-width:1px;
    border-style:Solid;
    border-color:#E6E2D8;
    background-color:#F7F6F3;
    border-collapse:collapse;
    margin: 0 auto;
}

.resetcredentials {
    margin-top: 40px;
}

.forgottenreturn {
    margin-top: 20px;
}