
input[type=text], input[type=password], input[type=file], textarea {
    -webkit-appearance: none;
}

body {
    margin: 0;
    background: #fff;
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #181818;
    min-width: 980px;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

/* login page */
.login-box {
    overflow: hidden;
    width: 900px;
    margin: 20px auto 50px;
}

    .login-box .logo {
        width: 854px;
        height: 83px;
        background: url('/content/images/login_header.png') no-repeat 0 0;
        margin: 0 0 60px;
        right: -420px;
        position: relative;
    }

    .login-box h1 {
        font-size: 24px;
        line-height: 26px;
        color: #5a595a;
        border-bottom: 3px solid #e9e9e8;
        margin: 0 0 28px;
        padding-bottom: 5px;
    }

    .login-box #twocolumns {
        overflow: hidden;
    }

    /* aside */
    .login-box .aside {
        float: right;
        /*	width:281px; */
        padding: 2px 16px 0 30px;
    }

.login-form {
    overflow: hidden;
}

    .login-form .row {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .login-form label {
        font-size: 12px;
        line-height: 14px;
        color: #5a595a;
        display: block;
        padding-bottom: 2px;
    }

    .login-form select {
        width: 277px;
        height: 40px;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #5a595a;
        padding: 7px 2px 7px 8px;
    }

    .login-form .text {
        /*	display:block; */
        background: url(/content/images/sprite.gif) no-repeat 0 -227px;
    }

        .login-form .text input {
            /*background:none;
	border:0;*/
            width: 253px;
            padding: 7px 12px 11px;
            font-size: 18px;
            line-height: 20px;
            font-weight: bold;
            color: #5a595a;
            height: 35px;
            background: #ffffff none repeat scroll 0 0;
            border: 2px solid #bfbfbd;
            border-radius: 5px;
        }


/* content */
.login-content {
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #181818;
}

    .login-content h2 {
        font-size: 14px;
        line-height: 18px;
        color: #181818;
        margin: 0;
    }

    .login-content p {
        margin: 0 0 18px;
    }

        .login-content p a {
            color: #181818;
        }

.textlink {
    color: #000;
    text-decoration: underline;
}

.detailsfooter {
    font-size: 11px;
}
/*******************
    New Branding
********************/

.pull-right {
    float: right;
}

.boldTitle {
    font-weight: bold;
}

.headSpacing {
    margin: 0 0 10px;
}

.formcol-noborder {
    float: left;
    display: inline;
    border: none;
    padding: 10px 13px 10px 13px;
    background-color: #f0f0ee;
    margin: 7px 0;
    border-radius: 4px;
    font-family: Arial,sans-serif;
    color: #878687;
    font-size: 14px;
}

    .formcol-noborder.mappingTables {
        background: #E6E6E4;
        margin: 10px 0 30px;
    }

.HBOTbtn-input {
    padding: 5px 12px !important;
}

.HBOTbtn-grey {
    background: #c2bdbd;
    color: #5a595a;
}

.HBOTbtn, .HBOTbtn a {
    display: inline-block;
    position: relative;
    font: 13px/1.231 Akkurat-Pro-Bold, arial, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    text-align: center;
}

.HBOTbtn-sm, .HBOTbtn-sm a {
    padding: 5px 10px;
    font-size: 10px !important;
}

.HBOTbtn-md {
    padding: 8px 10px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 200px;
}

.HBOTbtn-lg {
    padding: 8px 25px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 300px;
}

.HBOTbtn-md a {
    display: block;
    position: relative;
    text-decoration: none;
    font: 13px/1.231 Akkurat-Pro-Bold, arial, sans-serif;
}

.HBOTbtn-green,
.HBOTbtn-green a,
a.HBOTbtn-green {
    background-color: #fff;
    color: #35792A !important;
    border: 1px solid #c6d52f;
    font-weight: bold;
}

    .HBOTbtn-green:hover {
        background-color: #c6d52f;
        color: #034c20 !important;
    }

.HBOTbtn-grey,
.HBOTbtn-grey a,
a.HBOTbtn-grey {
    background-color: #f2f2f2;
    font: 13px/1.231 Akkurat-Pro-Bold, arial, sans-serif;
    color: #35792a;
}

    .HBOTbtn-grey:hover {
        background-color: #c6d52f;
        color: #034c20;
    }

.HBOTbtn-space.rightspace {
    margin-right: 8px;
}

.HBOTbtn-space.bottomspace {
    margin-bottom: 8px;
}

.HBOTbtn-space.leftspace {
    margin-left: 8px;
}

.HBOTbtn-space.topspace {
    margin-top: 8px;
}

input[type=text],
input[type=password],
select {
    color: inherit;
    font: inherit;
    font-size: 14px;
    line-height: normal;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 27px;
}

select {
    height: 31px;
}

.messageBorder {
    border: solid 1px #38782e;
    padding: 12px;
}

.messageTitle {
    color: #F8981D;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.green1 {
    color: #35792a;
    display: inline-block;
    text-decoration: underline dotted;
}

    .green1:hover {
        color: #034C1F;
        background: #C6D52F;
    }

.message-error {
    color: #cd3500;
    font-weight: bold;
}

.message-success {
    color: rgb(53,121,42);
    font-weight: bold;
}


.required-satisfied {
    background-color: #ffffff !important;
}

textarea.alarm {
    background-color: #9BBB59;
}

input.alarm {
    background-color: #9BBB59;
}

select.alarm {
    background-color: #9BBB59;
}

#nav-main {
    border-top: 1px solid transparent;
    position: relative;
    z-index: 25;
    margin-bottom: 10px;
    height: 53px;
    background: rgb(53,121,42);
    background: -webkit-linear-gradient(top, transparent,transparent 7px,rgb(53,121,42) 7px,rgb(53,121,42) 48px,rgb(198,213,47) 48px,rgb(198,213,47) 100%);
    background: linear-gradient(to bottom, transparent,transparent 7px,rgb(53,121,42) 7px,rgb(53,121,42) 48px,rgb(198,213,47) 48px,rgb(198,213,47) 100%);
    background-repeat: no-repeat;
}

#masthead {
    height: 97px;
    padding: 19px 15px 0;
    width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 21;
}

#logo-qd {
    width: 175px;
}

#footer-global a {
    text-decoration: none;
}

#footer-global {
    background: rgb(245,246,246);
}

#footer-content {
    width: 975px;
    margin: 0 auto;
    padding: 30px 42px;
}

    #footer-content:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

* {
    padding: 0;
    margin: 0;
}

.footer-HBOT {
    padding-top: 40px;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    background: linear-gradient(220.68deg,#35792a 0,#034c1f 100%);
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-repeat: no-repeat;
    overflow: hidden;
    color: white !important;
    padding-bottom: 40px;
    border-bottom: 8px solid;
    border-image: linear-gradient(218.66deg,#c6d52f 0,#35792a 100%) 8;
}

.questimage {
    width: 20%;
    order: 1;
    margin-left: 20px;
}

.sub {
    width: 75%;
    order: 2
}

.inner {
    display: flex;
    flex-direction: row;
}

.questbox {
    width: 30%;
    text-align: right;
}

.btn-quest {
    margin: 10px;
    font-weight: bold;
    font-size: 16px;
    min-height: 48px;
    width: 70%;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
    text-align: center;
    letter-spacing: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border: 1px solid transparent;
    border-color: #fff;
    display: inline-block;
    text-align: center;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.questbox a:hover {
    background-color: #357d2c;
    border-color: #357d2c;
}

.questbase {
    border-top: dashed 0.5px;
    border-top-color: gold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 20px;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

    .questbase a {
        color: white;
    }

        .questbase a:hover {
            text-decoration: none;
        }

.questlinks {
    width: 70%;
    text-align: left;
    padding: 3px;
    color: white;
    margin-top: 10px;
    margin-right: 20px;
}

    .questlinks h2 {
        padding-bottom: 10px;
        border-bottom: dashed 0.5px;
        border-bottom-color: gold;
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.7;
    }

    .questlinks ul {
        text-align: left;
    }

        .questlinks ul li {
            list-style-type: none;
            padding-top: 15px;
            padding-bottom: 5px;
        }

            .questlinks ul li a {
                color: white;
                letter-spacing: 0;
                text-decoration: underline;
                font-size: 17px;
                line-height: 1.5;
                font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
            }

                .questlinks ul li a:hover {
                    text-decoration: none;
                }
