@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
}
* {
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 1em;
    background-color: #f4f3ef!important;
    color: #000000;
    line-height: 120%;
}

.navbar-brand {
    background: url('https://www.peoplevalue.co.uk/images/brand/ereward_logo_padded.png');
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 150px;
    float: left;
    font-size: 18px;
    line-height: 20px;
}

div, form, h1, h2, h3, h4, h5, hr,
ul, dl, dd, dt, ul, ol, li, object,
param, table, tr, td, th {
    margin: 0;
    padding: 0;
}
    table tr:nth-of-type(even) {
        background: rgba(244,243,239,0.5);
    }
    #gateway table tr:nth-of-type(even) {
        background: transparent;
    }
a {
    color: #00a79d !important;
    transition: all 0.3s ease;
}

    a:hover {
        color: #99ca3c !important;
        text-decoration: none !important;
        transition: all 0.3s ease;
    }
td {
    font-size: 1.2em;
}
th {
    color: #333366;
}

tr {
    height: 40px;
}
tr td {
    padding: 0 0 0 10px;
}

.btn.btn-primary {
    margin: 10px 10px 10px 0;
    border-radius: 50px;
    min-width: 110px;
    border: none;
    background: #00a79d;
    outline: none;
    transition: all 0.3s ease;
    color: #ffffff !important;
    cursor: pointer;
}
    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary:active,
    .btn.btn-primary:hover:focus {
        background: #99ca3c;
        transition: all 0.3s ease;
    }

.btn.btn-secondary {
    margin: 10px 10px 10px 0;
    border-radius: 50px;
    min-width: 110px;
    border: 1px solid #00a79d;
    background: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    color: #00a79d !important;
}
    .btn.btn-secondary:hover,
    .btn.btn-secondary:focus,
    .btn.btn-secondary:active,
    .btn.btn-secondary:hover:focus {
        background: #ffffff;
        border: 1px solid #99ca3c;
        color: #99ca3c;
        transition: all 0.3s ease;
    }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image; none;
    background-color: #00a79d!important;
}


#container {
    width: calc(100vw - 20%);
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f3ef;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #00a79d;
    transition: all 0.3s ease;
    color: #ffffff;
}
.ol-style li {
    margin: 5px auto 5px 15px;
    text-align: left;
}
#header {
    background: #fff;
}

    #header h3 {
        color: #FFFFFF;
        font-size: 120%;
        text-indent: 10px;
        font-weight: normal;
        padding-top: 4px;
        float: left;
        width: 50%;
        text-align: left;
    }

    #header img {
        float: right;
        margin: 10px 8px 0 0;
    }

#nav {
    height: 40px;
    background: #404042;
}

    #nav ul {
        padding: 0;
        margin: 0;
    }

    #nav li {
        padding: 0 10px;
        margin: 10px 0;
        float: left;
        display: inline;
        list-style-type: none;
        font-size: 80%;
        color: #FFFFFF;
        border-right: solid 1px #FFFFFF;
    }

        #nav li a {
            color: #FFFFFF;
            text-decoration: none;
        }

            #nav li a:hover {
                text-decoration: underline;
            }
.navbar-default .navbar-nav > .active > a {
    background: none!important;
    box-shadow: none!important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
    background: #00a79d;
    color: #ffffff!important;
    background-image: none!important;
    box-shadow: none!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #00a79d!important;
    color: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
}
#navmiddle {
    height: 40px;
    background: #404042;
}

    #navmiddle ul {
        padding: 0;
        margin: 0;
    }

    #navmiddle li {
        padding: 0 10px;
        margin: 10px 0;
        float: left;
        display: inline;
        list-style-type: none;
        font-size: 80%;
        color: #FFFFFF;
        border-right: solid 1px #FFFFFF;
    }

        #navmiddle li a {
            color: #FFFFFF;
            text-decoration: none;
        }

            #navmiddle li a:hover {
                text-decoration: underline;
            }

li.menu {
    width: 100px;
    color: #FFFFFF;
    text-decoration: none;
}

    li.menu a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 80%;
    }

        li.menu a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

li.menu-over {
    width: 100px;
    color: #FFFFFF;
    text-decoration: underline;
}

#subnav {
    width: 776px;
    height: 40px;
    padding: 0;
    margin: 10px 0 0 10px;
    position: relative;
    display: block;
    overflow: hidden;
}

    #subnav ul {
        padding: 0;
        margin: 0;
        margin-left: 2px;
    }

    #subnav li {
        padding: 0;
        margin: 0;
        float: left;
        list-style-type: none;
        font-size: 80%;
    }
.filter {
    background: #f4f3ef;
    padding: 15px 10px 5px;
}
    .filter p {
        font-size: 1.2em;
    }
    .filter form {
        margin-top: 20px;
    }

a.btn.btn-secondary.skip-btn {
    float: right;
}
.col-top td {
    font-weight: bold;
    text-transform: capitalize;
}
#border {
    float: left;
    border: none;
    width: 100%;
    margin-top: 80px;
    box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    margin-bottom: 40px;
}

#bodytext {
    padding: 0 10px 0 10px;
    position: relative;
    font-size: 80%;
    width: 100%;
    float: left;
    display: inline;
    background-color: #ffffff;
}

    #bodytext h1 {
        font-size: 110%;
        font-weight: bold;
        color: #00a79d!important;
        margin-top: 5px;
        border-bottom: solid 1px #f4f3ef;
        line-height: 200%;
    }

    #bodytext table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 12px;
        padding: 2px;
    }

    #bodytext th {
        text-align: left;
    }

    #bodytext img {
        padding-top: 5px;
    }

#footer {
    width: 898px;
    height: 5px;
    float: left;
    position: relative;
}
td.ocount {
    text-align: center;
}
/* gateway */
.logon {
    background: #fff;
    max-width: 545px;
    height: 375px !important;
    margin-left: 50%;
    transform: translate(-50%, 20%);
}
    .logon .logon-form table {
    padding: 10px 30px 30px;
}
    .logon .btn.btn-primary {
        margin: 30px 10px 30px 0;
        border-radius: 50px;
        min-height: 35px;
    }
        .logon .logo img {
        margin: 10% 50%;
        transform: translate(-50%);
    }
body#gateway {
    background: url(/Content/images/erew-bkgd.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100vh;
}
        /* gateway end */
#error h1 {
    color: #FF0000;
    font-size: 110%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border: dashed 1px #999999;
}
/* small layout */
#container2 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

#header2 {
    height: 40px;
    background: url(images/top2.jpg) no-repeat #224272;
    float: left;
    width: 100%;
}

    #header2 h3 {
        color: #FFFFFF;
        font-size: 120%;
        text-indent: 10px;
        font-weight: normal;
        padding-top: 4px;
        float: left;
        width: 50%;
        text-align: left;
    }

    #header2 img {
        float: right;
        margin: 10px 8px 0 0;
    }

#border2 {
    float: left;
    position: relative;
    background: url(images/middle2.jpg) repeat-y;
    width: 100%;
}

#bodytext2 {
    padding: 20px 22px 20px 22px;
    position: relative;
    font-size: 80%;
    width: 556px;
    line-height: 130%;
}

    #bodytext2 h2 {
        font-size: 110%;
        color: #666666;
        margin-bottom: 10px;
        text-align: center;
    }

    #bodytext2 tr {
        height: 40px;
    }

    #bodytext2 th {
        text-indent: 110px;
    }

#login2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#bottom2 {
    width: 600px;
    height: 10px;
    float: left;
    position: relative;
    background: url(images/bottom2.jpg) bottom no-repeat;
}
/* small layout end */
.access {
    display: none;
}

li.access {
    background: transparent url(images/about.gif) no-repeat 0 0;
    width: 138px;
    height: 40px;
    display: block;
}

    li.access a {
        width: 138px;
        height: 40px;
        display: block;
        padding-top: 40px;
        background: transparent url(images/over/about.gif) no-repeat -138px 0;
    }

        li.access a:hover {
            background-position: 0 0;
        }

li.access-over {
    background: transparent url(images/over/about.gif) no-repeat 0 0;
    width: 138px;
    height: 40px;
    display: block;
}

    li.access-over a {
        padding-top: 40px;
    }

li.orders {
    background: transparent url(images/choice.gif) no-repeat 0 0;
    width: 137px;
    height: 40px;
    display: block;
}

    li.orders a {
        width: 137px;
        height: 40px;
        display: block;
        padding-top: 40px;
        background: transparent url(images/over/choice.gif) no-repeat -137px 0;
    }

        li.orders a:hover {
            background-position: 0 0;
        }

li.orders-over {
    background: transparent url(images/over/choice.gif) no-repeat 0 0;
    width: 137px;
    height: 40px;
    display: block;
}

    li.orders-over a {
        padding-top: 40px;
    }

li.content {
    background: transparent url(images/status.gif) no-repeat 0 0;
    width: 137px;
    height: 40px;
    display: block;
}

    li.content a {
        width: 137px;
        height: 40px;
        display: block;
        padding-top: 40px;
        background: transparent url(images/over/status.gif) no-repeat -137px 0;
    }

        li.content a:hover {
            background-position: 0 0;
        }

li.content-over {
    background: transparent url(images/over/status.gif) no-repeat 0 0;
    width: 137px;
    height: 40px;
    display: block;
}

    li.content-over a {
        padding-top: 40px;
    }

.loginbutton {
    border: solid 1px #333366;
    text-align: center;
    background-color: #CCCCCC;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #f4f3ef;
    border-radius: 4px 4px 0 0;
    font-size: 1.5em;
}
.tab-content {
    padding: 10px;
}
/*.tableborder {
    border: solid 1px #666666;
    margin: 0 5px 0 5px;
}*/

.trwhite {
    background-color: #FFFFFF!important;
}
#prodet select, #prodet input {
    max-width: 180px;
    margin-right: 20px;
    padding-left: 5px;
}
/*.trcolour1 {
    background-color: #FFFFFF;
}*/

/*.trcolour2 {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}*/

.center {
    text-align: center;
}

#floatright {
    width: 100%;
    border-top: solid 2px #999999;
    text-align: right;
    margin-bottom: 1px;
}

    #floatright img {
        padding-top: 0px;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
}

a img {
    border: none;
    margin: 0;
    padding: 0;
}

td.glyphtd .glyphicon {
    margin: 3px;
}

input[type=text] {
    border: solid 1px #999999;
    padding-left: 5px;
}

input[type=submit] {
    border: solid 1px #333366;
    text-align: center;
    background-color: #CCCCCC;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

#treeview li {
    padding-left: 20px;
}

#treeview a {
    text-decoration: none;
    color: Blue;
}

    #treeview a:visited {
        text-decoration: none;
        color: Blue;
    }

.deleted {
    text-decoration: line-through;
}

.expired {
    color: Red;
    font-style: italic;
    font-weight: bold;
}
