﻿/* CSS for Both Sites */

html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

div, ul, li, p, ol, h1, h2, h3, h4, h5, h6, input, label, select {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
}

.textbox.sffocus {
    border: orange solid 1.5px;
}

.banner {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 100% !important;
    background-color: #c00;
    background-image: -moz-linear-gradient(0deg,#cc0000,#990000);
    background-image: -webkit-linear-gradient(0deg,#cc0000,#990000);
    background-image: linear-gradient(90deg,#cc0000,#990000);
    -moz-box-shadow: #333 1px 1px 2px 0;
    -webkit-box-shadow: #333 1px 1px 2px 0;
    box-shadow: #333 1px 1px 2px 0;
}

.logo {
    right: 0;
    top: 0;
    padding-top: 43px;
    padding-bottom: 7px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 13%;
}

.formBackground {
    background-color: white;
}

.maincontent {
    width: 100%;
    margin: auto;
    font-family: Arial,sans-serif;
    background-color: #ded5cc;
}

.pageheader {
    background-image: linear-gradient(-150deg,#a7a7a7 0,lightgray 100%);
    background-color: #F0F0F0;
    width: 70%;
    margin-left: 14%;
    padding: 13px;
    padding-right: 12px;
    text-align: left;
    font-size: 1.9rem;
    font-weight: normal;
    color: black;
    font-family: "Effra W01 Regular",Arial,Verdana,sans-serif;
}

.pageheader1 {
    width: 70%;
    margin-left: 14%;
    padding: 13px;
    padding-right: 12px;
    text-align: left;
    font-size: 1.9rem;
    font-weight: normal;
    color: black;
    font-family: "Effra W01 Regular",Arial,Verdana,sans-serif;
}

.submenu {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.textFontSize {
    font-size: 11pt;
}

.pageinfo1 {
    min-height: 375px;
    margin-left: 1%;
    max-width: 100%;
}

.pageinfo {
    padding-left: 15px;
    padding-right: 10px;
    color: white;
    font-size: 80%;
    margin-left: 14%;
    background-color: #4d4d4d;
    background-image: linear-gradient(139deg,#a7a7a7 0,#4d4d4d 100%);
    width: 70%;
}

.mainDiv {
    padding-left: 2%;
    font-size: 80%;
    margin-left: 12%;
    width: 72%;
}

.mainLoginDiv {
    padding-left: 2% !important;
    font-size: 80% !important;
    margin-left: 14% !important;
    width: 70% !important;
}

.mainLoginDivButtons {
    padding-left: 2% !important;
    margin-left: 14% !important;
    width: 70% !important;
}

.mainDivMyDocuments {
    padding-left: 2%;
    font-size: 80%;
    margin-left: 12%;
    width: 92%;
}

@media screen\0 {
    .ie8910myDocuments {
        width: 71% !important;
    }
}

.mainDivMyProfile {
    padding-left: 2%;
    font-size: 80%;
    margin-left: 12%;
    width: 72%;
}

.mainDivForgotPwd {
    /*padding-left: 2%;*/
    font-size: 80%;
    margin-left: 13%;
    width: 72%;
    padding-left: 1%;
}

.mainDivCookieLogin {
    padding-left: 2%;
    font-size: 80%;
    margin-left: 14%;
    width: 71%;
}

.mainDivResetPwd {
    padding-left: 2%;
    font-size: 80%;
    margin-right: -78% !important;
    margin-top: 10%;
    width: 72%;
}

.pageinfoError {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 47%;
    margin-left: 14%;
    width: 70%;
}

.pageinfo a {
    color: #00529D;
}

.pageinfo p, h2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 83%;
    font-size: 11pt;
}

.pageinfo ol {
    margin-left: 28px;
    margin-right: 5px;
}

.pageinfo ul {
    margin-left: 23px;
    margin-right: 5px;
}

.forminfo {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
    margin-right: 40px;
    margin-left: 10px;
}

    .forminfo p {
        padding-left: 0px;
    }

.declaration {
    margin-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 80%;
    border-left: 1px solid rgb(190, 228, 250);
    border-right: 1px solid rgb(190, 228, 250);
    border-bottom: 1px solid rgb(190, 228, 250);
}

    .declaration .header {
        font-weight: bold;
        font-size: 100%;
    }

    .declaration p {
        padding: 5px;
    }

.validatortext {
    color: #EC1C24;
    display: block;
}

.validatortext1 {
    color: #EC1C24;
    margin-top: 7px;
    display: block;
}

.validatortextDocumentError {
    color: #EC1C24;
    margin-top: 20px;
    display: block;
}

    .validatortextDocumentError p {
        color: #EC1C24;
    }

.successMessage {
    color: green;
    padding: 1%;
    text-align: left;
    font-size: 11pt;
}

.hyperlinkLogin {
    padding: 1%;
    text-align: left;
    font-size: 11pt;
    color: #c00;
}

.validatortext p {
    color: #EC1C24;
}

.fieldvalidator {
    display: block;
    margin-top: 3px;
    margin-left: 1px;
    padding: 1px;
    font-size: 10pt;
}

.onecolumnform {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    font-size: 80%;
    background-color: white;
}

    .onecolumnform .field {
        float: left;
        width: 50%;
        margin-bottom: 3px;
        padding-left: 30px;
        padding-right: 1px;
        padding-top: 13px;
        padding-bottom: 23px;
    }

        .onecolumnform .field label {
            text-align: left;
            margin-right: 5px;
            margin-bottom: 3px;
            display: block;
            font-weight: bold;
        }

.gridcolumnform {
    /*border-left: 1px solid rgb(190, 228, 250);
    border-right: 1px solid rgb(190, 228, 250);
    border-bottom: 1px solid rgb(190, 228, 250);*/
    padding: 5px;
    font-size: 80%;
    width: 77%;
    background: white;
    padding-right: 9px;
    /*height: 146px;*/
}

@media screen\0 {
    .ie8910myDocumentgridcolumnform {
        border-left: 1px solid rgb(190, 228, 250);
        border-right: 1px solid rgb(190, 228, 250);
        border-bottom: 1px solid rgb(190, 228, 250);
        padding: 5px;
        font-size: 80%;
        width: 100%;
        background: white;
    }
}

@media screen\0 {
    .ie8910myDocumentgridcolumnform .field {
        float: left;
        width: 100%;
        margin-bottom: 3px;
        padding-left: 74px;
        padding-right: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

.gridcolumnform .field {
    float: left;
    width: 94%;
    margin-bottom: 3px;
    padding-left: 100px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

    .gridcolumnform .field label {
        text-align: left;
        margin-right: 5px;
        margin-bottom: 3px;
        display: block;
        font-weight: bold;
    }


.twocolumnform {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    font-size: 82%;
    background-color: white;
}

    .twocolumnform .field {
        float: left;
        width: 430px;
        margin-bottom: 3px;
        padding: 1px;
        padding-left: 30px;
    }

        .twocolumnform .field label {
            width: 370px;
            text-align: left;
            margin-right: 5px;
            margin-bottom: 3px;
            display: block;
            font-weight: bold;
        }

    .twocolumnform .fullwidthfield {
        float: left;
        width: 99%;
        margin-bottom: 3px;
        padding-left: 10px;
    }

        .twocolumnform .fullwidthfield label {
            width: 370px;
            text-align: left;
            margin-right: 3px;
            margin-bottom: 3px;
            display: block;
            font-weight: bold;
        }

    .twocolumnform a {
        width: 99%;
        text-align: center;
        color: #00529D;
        text-decoration: underlined;
        font-size: 100%;
        padding-left: 23px;
    }

        .twocolumnform a:hover {
            text-decoration: underline;
        }

.clear {
    clear: both;
}

.emptyLine {
    height: 15%;
}

.textbox {
    width: 370px;
    border: 1px solid #134A70;
    margin-top: 2px;
    padding: 1px;
    margin-left: 2px;
    height: 18px;
    font-size: 10pt;
}

.textboxResetPwdEmailAddress {
    width: 370px;
    border: 1px solid #134A70;
    margin-top: 2px;
    padding: 1px;
    margin-left: 2px;
    height: 18px;
    font-size: 10pt;
}

.textboxResetPwdNewPwd {
    width: 370px;
    border: 1px solid #134A70;
    margin-top: 2px;
    padding: 1px;
    margin-left: 2px;
    height: 18px;
    font-size: 10pt;
}

.textboxNewPassword {
    width: 370px;
    border: 1px solid #134A70;
    margin-top: 2px;
    padding: 1px;
    margin-left: 22px;
    font-size: 10pt;
}

.textboxNewPasswordForMyProfile {
    width: 366px;
    border: 1px solid #134A70;
    margin-top: 2px;
    padding: 3px;
    margin-left: 1px;
    font-size: 10pt;
}

.textvalue {
    width: 370px;
    font-size: 100%;
    float: left;
}

.spanlabel {
    width: 370px;
    text-align: left;
    margin-right: 5px;
    margin-bottom: 3px;
    display: block;
    font-weight: bold;
}

.emptytextvalue {
    width: 370px;
    font-size: 100%;
    float: left;
    height: 1px;
}

.inputrequired {
    color: #CC0000;
    font-weight: bold;
    font-size: 120%;
}

.fullwidthfield .textbox {
    width: 809px;
}

.fullwidthfield .textvalue {
    width: 501px;
    float: left;
}

.selectlist {
    width: 372px;
    font-size: 100%;
}

.fullwidthfield .selectlist {
    width: 735px;
    font-size: 100%;
    margin-left: 2px;
}

.buttongroup {
    margin-left: -160px;
    margin-right: 15px;
    margin-top: 15px;
}

.buttongroupResetPwd {
    margin-left: -160px;
    margin-right: -417px;
    margin-top: 10px;
    padding-top: 29px;
}

.buttongroup .submit {
    float: left;
    width: 976px;
    padding: 1px;
}

.buttongroup .submitMyDocuments {
    float: left;
    width: 976px;
    padding: 1px;
    font-size: 91%;
    padding-left: 175PX;
    font-size: 9pt;
}

.buttongroup .nonsubmit {
    float: right;
    width: 1092px;
    padding: 1px;
}

.buttongroup .nonsubmitMyDocuments {
    float: right;
    width: 1266px;
    padding: 1px;
}

.Loggedbuttongroup {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3.2%;
    background-color: white;
    border-color: #FF0000;
    font-family: Arial;
    float: left;
    width: 97%;
    padding: 1px;
    font-size: 11pt;
    color: #EC1C24;
}

.submitbuttonMyDocument {
    margin-right: 5px;
}

.submitbutton {
    color: #FFF;
    width: 90px;
    height: 33px;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 11pt;
    margin-left: 15px;
    /*background-color: #00529D;*/
    background-color: #c00;
    margin-top: -14px;
}

.submitbutton1 {
    color: #FFF;
    width: 109px;
    height: 33px;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 11pt;
    margin-left: 15px;
    /*background-color: #00529D;*/
    background-color: #c00;
    margin-top: -6px;
}

.footerSpace {
    padding: 17px;
    color: white;
    font-size: 11pt;
}

.nonsubmitbutton {
    color: #FFF;
    width: 90px;
    height: 33px;
    border: none;
    cursor: pointer;
    font-size: 11pt;
    margin-right: 15px;
    background-color: #c00;
    position: relative;
    bottom: -22px;
    left: 177px;
}

.loggedErrorButton {
    left: 272px;
    top: 35px;
    font-size: 109%;
}

.errortext {
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    color: #EC1C24;
    text-align: left;
    border: 0px;
    font-weight: 500;
}

    .errortext h2 {
        font-size: 90%;
        font-weight: normal;
        color: #EC1C24;
        font-weight: 500;
    }

    .errortext h3 {
        font-size: 11pt;
        font-weight: normal;
        color: #EC1C24;
        font-weight: 500;
        margin-left: 15%;
        background-color: white;
        margin-right: 16%;
        width: 73%;
        margin-left: 174px;
        padding-left: 7px;
    }

.entryform {
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset {
    padding: 0;
    border: none;
    position: relative;
    margin: 15px;
    overflow: hidden;
    top: -15px;
    margin-left: 14%;
    width: 70%;
}

legend {
    background: gray;
    min-height: 15px;
    color: white;
    font-size: 150%;
    display: block;
    width: 99%;
    margin: 0;
    position: relative;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 0px;
    margin-left: -1%;
}

@media screen\0 {
    .ie8910myDocumentlegend {
        background: gray;
        min-height: 15px;
        color: white;
        font-size: 140%;
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        padding-left: 2%;
        padding-top: 5px;
        padding-bottom: 3px;
        padding-right: 0px;
        margin-left: -1%;
    }
}

legend1 {
    background: gray;
    min-height: 15px;
    color: white;
    font-size: 140%;
    display: block;
    width: 77%;
    margin: 0;
    position: relative;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 0px;
    margin-left: -1%;
}

.requiredinfo {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 83%;
}

.requiredtext {
    font-weight: bold;
    width: 100%;
    padding: 1px;
    font-size: 11pt;
}

/* CRMSelfservice CSS */

.requiredinfo_new {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 80%;
}

.usertext {
    float: right;
    padding-top: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    text-align: right;
    font-size: 93%;
    width: 250px;
    height: 27px;
    margin-right: 13%;
}

.menutext {
    float: right;
    padding-top: 26px;
    padding-right: 18px;
    text-align: right;
    font-size: 84%;
    width: 250px;
}

.searchform {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

    .searchform .header {
        background: rgb(0, 82, 157) top left no-repeat;
        min-height: 30px;
        color: White;
    }

        .searchform .header .title {
            padding-top: 7px;
            width: 40%;
            padding-left: 3px;
            float: left;
            font-size: 75%;
            font-weight: bold;
        }

        .searchform .header .info {
            padding-top: 7px;
            width: 40%;
            padding-right: 10px;
            float: right;
            text-align: right;
            font-size: 75%;
            font-weight: bold;
        }

.gridHeader {
    background-color: #c00;
    /*background-image: -moz-linear-gradient(0deg,#cc0000,#990000);
    background-image: -webkit-linear-gradient(0deg,#cc0000,#990000);
    background-image: linear-gradient(90deg,#cc0000,#990000);
    -moz-box-shadow: #333 1px 1px 2px 0;
    -webkit-box-shadow: #333 1px 1px 2px 0;*/
    box-shadow: #333 1px 1px 2px 0;
    font-weight: bold;
    color: #FFF;
    min-height: 28px;
    height: 28px;
    font-size: 12pt;
    font-family: "Effra W01 Regular",Arial,Verdana,sans-serif;
}

.gridRows {
    background-color: #f2f2f2;
    min-height: 25px;
    height: 25px;
}

.gridFirstColumn {
    min-width: 40%;
    width: 40%;
    padding-left: 1%;
    font-size: 11pt;
}

.checkBox {
    padding-top: 1%;
}

.griColumns {
    min-width: 20%;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-size: 11pt;
}

.gridheaderbutton {
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    margin: none;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    font-size: 100%;
    width: 80%;
}

.gridbutton {
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    padding: 0;
    margin: none;
    color: #134A70;
    text-align: left;
    text-decoration: underline;
    font-size: 100%;
    width: 100%;
    min-height: 20px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalSignPopup {
    background-color: #FFFFFF;
    border: 3px solid blue;
    border-radius: 12px;
    padding-top: 10px;
    padding-left: 10px;
    width: 375px;
    height: 220px;
}

.modalMyProfilePopup {
    background-color: #FFFFFF;
    border: 3px solid blue;
    border-radius: 12px;
    padding-top: 10px;
    padding-left: 10px;
    width: 24%;
    height: 25%;
}

.signPopupLabel {
    width: 100%;
    padding: 1%;
    text-align: left;
    font-size: 11pt;
}

@media screen\0 {
    .ie8910myProfilePopupLabel {
        width: 100%;
        padding: 0%;
        text-align: left;
        font-size: small;
    }
}

@media screen\0 {
    .ie8910myDocuments {
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .myProfilePopupLabelChrome {
        width: 100%;
        padding: 0%;
        text-align: left;
        font-size: small;
    }
}

.myProfilePopupLabel {
    width: 100%;
    padding: 0%;
    text-align: left;
    font-size: small;
}

.signCancelPopupButton {
    color: #FFF;
    width: 90px;
    height: 33px;
    border: none;
    cursor: pointer;
    /*float: right;*/
    font-size: 11pt;
    margin-left: 62px;
    background-color: #c00;
    margin-top: 32px;
}

@media screen\0 {
    .ie8910 {
        color: #FFF;
        background: url(../../Images/submit_button.gif) center no-repeat;
        width: 95px;
        height: 20px;
        border: none;
        cursor: pointer;
        float: right;
        font-size: 85%;
        background-color: #00529D;
        margin-right: 5%;
        margin-top: -8%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .signConfirmPopupButtonChrome {
        color: #FFF;
        background: url(../../Images/submit_button.gif) center no-repeat;
        width: 95px;
        height: 20px;
        border: none;
        cursor: pointer;
        float: right;
        font-size: 85%;
        background-color: #00529D;
        margin-right: 5%;
        margin-top: -8%;
    }
}

.signConfirmPopupButton {
    color: #FFF;
    width: 90px;
    height: 33px;
    border: none;
    cursor: pointer;
    font-size: 11pt;
    margin-left: 52px;
    background-color: #c00;
    margin-top: 32px;
}

.myProfileSubmitPopupButton {
    color: #FFF;
    width: 90px;
    height: 33px;
    border: none;
    cursor: pointer;
    font-size: 11pt;
    margin-left: 109px;
    background-color: #c00;
    margin-top: 32px;
    margin-top: 5%;
}

.sortascbutton {
    background: url(../../Images/gridasc.bmp) center no-repeat;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
}

.sortdescbutton {
    background: url(../../Images/griddesc.bmp) center no-repeat;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
}

.pagingbutton {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    color: #FFF;
    text-align: left;
    text-decoration: underline;
    font-size: 100%;
    width: 12px;
}

.pagingbuttonbold {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    font-size: 115%;
    width: 12px;
    font-weight: bold;
}

.searchlistfooter {
    background: rgb(0, 82, 157) top left no-repeat;
    min-height: 20px;
    font-size: 80%;
    color: White;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 3px;
    width: 99.7%;
    float: left;
    margin-bottom: 20px;
}

.fullwidthfield .uploadbox {
    margin-left: 2px;
    width: 812px;
}

.searchlist {
    width: 100%;
    font-size: 75%;
    background-color: rgb(0, 82, 157);
    color: White;
    font-weight: bold;
    border-style: none;
    border-left-style: solid;
    border-left-color: rgb(0, 82, 157);
    border-right-style: solid;
    border-right-color: rgb(0, 82, 157);
    text-align: left;
}

    .searchlist a {
        color: White;
        font-style: normal;
        text-decoration: none;
        text-align: left;
        float: left;
        padding-left: 2px;
    }

    .searchlist td {
        padding-left: 2px;
        border-style: none;
    }

    .searchlist th {
        text-align: left;
        padding-left: 2px;
    }

    .searchlist a:hover {
        text-decoration: underline;
    }

.row1 {
    background-color: #BEE4f9;
}

.row2 {
    background-color: #87c0e1;
}

.selectedrow {
    background-color: #FFF;
}

/* Parcelforce CSS */

#footer {
    TEXT-ALIGN: center;
    FLOAT: none;
    MARGIN-LEFT: auto;
    CLEAR: both;
    MARGIN-RIGHT: auto;
    margin-top: 360px;
    background: #333;
}

    #footer #menu-menu-minor-menu {
        padding: 23px;
    }

    #footer .menu .leaf {
        PADDING-BOTTOM: 0px;
        PADDING-LEFT: 10px;
        PADDING-RIGHT: 10px;
        PADDING-TOP: 0px;
        font-size: 75%;
        BORDER-RIGHT: #333 1px solid;
    }

    #footer .menu .last.leaf {
        BORDER-RIGHT-WIDTH: 0px;
    }

    #footer .menu .leaf A {
        COLOR: white;
        TEXT-DECORATION: none;
        font-size: 11pt;
    }

.footerDecaration:hover {
    text-decoration: underline !important;
}

.dem {
    COLOR: #666e6b;
    font-size: 75%;
}

.inline LI {
    DISPLAY: inline;
}

.navigation {
    POSITION: relative;
    PADDING-BOTTOM: -2px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    DISPLAY: table;
    CLEAR: both;
    font-size: 110%;
    margin-top: -3%;
    margin-left: 500px;
}

    .navigation .primary LI {
        MIN-WIDTH: 152px;
        TEXT-ALIGN: center;
        LIST-STYLE-TYPE: none;
        DISPLAY: block;
        FLOAT: left;
        HEIGHT: 32px;
        MARGIN-RIGHT: 1px;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -pie-background: linear-gradient(#00529D,#0397FF);
        border-radius: 10px 10px 0 0;
        font-family: "Effra W01 Regular",Arial,Verdana,sans-serif;
        LINE-HEIGHT: 25px;
        width: 152px;
        COLOR: #c00;
        text-decoration: none;
        padding-top: 9px;
        background-image: linear-gradient(#FFF,#EBEBEB);
        background-color: #dedede;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

        .navigation .primary LI.last {
            MARGIN-RIGHT: 0px;
            border-top-right-radius: 10px !important;
        }

        .navigation .primary LI.first {
            border-top-left-radius: 10px !important;
        }

        .navigation .primary LI A {
            COLOR: #c00;
            text-decoration: none;
        }

.menuTabsHover:hover {
    color: #333 !important;
}

.menuTabsHoverParcelforceHome:hover {
    color: #333 !important;
    margin-top: -1% !important;
}

.menuActiveTab:active {
    content: ' ';
    display: block;
    background-image: linear-gradient(-150deg,#a7a7a7 0,lightgray 100%) !important;
    background-color: #F0F0F0 !important;
    height: 28px !important;
    border-bottom: 5px solid #c00 !important;
    text-decoration: none !important;
    color: black;
}

.navigation .primary LI A:focus {
    TEXT-DECORATION: underline;
}

.navigation .primary LI.active {
    content: ' ';
    display: block;
    background-image: linear-gradient(-150deg,#a7a7a7 0,lightgray 100%) !important;
    background-color: #F0F0F0 !important;
    height: 28px !important;
    border-bottom: 5px solid #c00 !important;
    text-decoration: none !important;
    color: black !important;
}

.navigation .primary LI.active-trail {
    background-color: #c00;
    background-image: -moz-linear-gradient(0deg,#cc0000,#990000);
    background-image: -webkit-linear-gradient(0deg,#cc0000,#990000);
    background-image: linear-gradient(90deg,#cc0000,#990000);
    -moz-box-shadow: #333 1px 1px 2px 0;
    -webkit-box-shadow: #333 1px 1px 2px 0;
    box-shadow: #333 1px 1px 2px 0;
}

.navigation .primary LI:hover {
    background-image: linear-gradient(#FFF,#FFF) !important;
    background-color: white !important;
    text-decoration: underline !important;
    margin-top: -1% !important;
    height: 36px !important;
    border-bottom: 5px white !important;
    color: black !important;
}

.navigation .primary LI A:hover {
    TEXT-DECORATION: none;
}

.cookieDiv {
    width: 100%;
    height: 20px;
    padding: 5px;
    background-color: #273142;
    color: white;
    text-align: center;
}

#textHolder {
    float: left;
    text-align: justify;
    font-size: 16px;
    padding: 5px;
    width: 85%;
}

#buttonHolder {
    float: right;
    width: 12%;
    padding: 5px;
    margin: 1% auto;
}

#cookieButton {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: white;
    width: 650px;
    border: 3px solid blue;
    border-radius: 12px;
    padding: 0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

.menutheme {
    background: 0 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
    flex-grow: 1;
    max-width: 25%;
    font-size: 0.85em;
    text-align: center;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    font-weight: 550;
}

.page-wrapper {
    background: url(../../Images/background.jpg) no-repeat;
    background-color: #ded5cc;
    background-size: 100%;
    box-shadow: inset 0 0 5px #333;
    position: relative;
}

.menutheme-logout {
    background: 0 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
    flex-grow: 1;
    max-width: 25%;
    font-size: 100%;
    text-align: center;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
}

.border-parcelforce {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.border-MyProfile {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.border-home {
    border-top-left-radius: 10px !important;
}

.border-logout {
    border-top-right-radius: 10px !important;
}

.buttonHover:hover {
    background-color: #555555;
    color: white;
    text-decoration: underline;
    background-image: -webkit-linear-gradient(#cc0000,#990000);
}

@media screen\0 {
    .buttonHoverForIE:hover {
        background-color: #555555 !important;
        color: white !important;
        text-decoration: underline;
        background-image: linear-gradient(#cc0000,#990000) !important;
    }
}

@media screen\0 {
    .gridHeaderIE {
        background-color: #c00 !important;
        /*background-image: linear-gradient(180deg,#cc0000,#990000) !important;*/
    }
}

@media screen\0 {
    .menuTabsTopAlignment {
        margin-top: -1px !important;
        height: 34px !important;
    }
}

@media screen\0 {
    .menuTabsTopAlignmentMyProfile {
        height: 33px !important;
    }
}

.gridRefresh {
    padding-bottom: 1%!important;
    padding-top: 1%!important;
    margin-left: -3%!important;
}

.forgotPwdMouse:hover{
    color: red!important;
}

.LoggedbuttongroupPwd {
    margin-left: 14%;
    /*margin-right: 1.5%;*/
    margin-bottom: 3.2%;
    background-color: white;
    border-color: #FF0000;
    font-family: Arial;
    float: left;
    width: 72%;
    /*padding: 1px;*/
    font-size: 11pt;
    color: #EC1C24;  
}

.gridNextLast{
    font-size:11pt;
}

.validatorMyDocumentSign {
    font-size: 10pt;
}
