/*@font-face {
    font-family: 'Clear';
    src: url('../Fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSans-300.otf') format('opentype'), url('../Fonts/MuseoSans-300.woff') format('woff'), url('../Fonts/MuseoSans-300.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'ClearBold';
    src: url('../Fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSans-500.otf') format('opentype'), url('../Fonts/MuseoSans-500.woff') format('woff'), url('../Fonts/MuseoSans-500.ttf') format('truetype'), url('../Fonts/MuseoSans-500.svg#../Fonts/MuseoSans-500') format('svg');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'ClearBlack';
    src: url('../Fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSans-700.otf') format('opentype'), url('../Fonts/MuseoSans-700.woff') format('woff'), url('../Fonts/MuseoSans-700.ttf') format('truetype'), url('../Fonts/MuseoSans-900.svg#../Fonts/MuseoSans-700') format('svg');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}*/

html {
    background-color: lightgrey;
    overflow-x: hidden;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: .85em;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}

.content-wrapper {
    width: 100%;
}

.hyperlink, .hyperlink:visited, .hyperlink:link {
    color: #860038;
    text-decoration: none;
    font-weight: 600;
}

    .hyperlink:hover {
        color: orangered;
        background-color: transparent;
        /*text-decoration: underline;*/
        cursor: pointer;
    }

    .hyperlink:active {
        text-decoration: none;
    }

.hyperlinkWhite, .hyperlinkWhite:visited, .hyperlinkWhite:link {
    color: ghostwhite;
    text-decoration: none;
    font-weight: 600;
}

    .hyperlinkWhite:hover {
        color: orange;
        background-color: transparent;
        /*text-decoration: underline;*/
        cursor: pointer;
    }

    .hyperlinkWhite:active {
        text-decoration: none;
    }

.login_footer {
    float: left;
    display: flex;
}

.pageFooterLink {
    font-size: 12pt !important;
}

.hidethis {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border: none;
    display: none;
}

.hide_this {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 60px;
    border: 3px inset indianred;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 32pt;
    background-color: azure;
    color: navy;
}

.hide__this {
    position: fixed;
    left: 0px;
    top: 70px;
    width: 150px;
    height: 60px;
    border: 3px inset rebeccapurple;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 32pt;
    background-color: aquamarine;
    color: firebrick;
}

.logo {
    height: 50px;
    /*width: 46px;
    resize: both;*/
    padding-top: 8px;
}

.page_details {
    display: inline-flex;
    align-content: center;
    margin-left: 10px;
}

.charity_details {
    display: inline-flex;
    align-content: center;
    margin-left: -10px;
}

#masterPageBody {
    display: block;
    margin: 30px auto;
    width: 80%;
    min-width: 1088px;
    min-height: 70%;
    max-height: 90%;
    height: 90%;
    width: 80%;
    background-color: #860038;
    border: 2px solid ghostwhite;
}

body {
    background-color: gray;
    color: #333;
    font-size: 0.85em;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    max-height: 100%;
}

.bodydiv {
    position: relative;
}

th a {
    text-decoration: none;
    color: black;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 17px;
    text-align: left;
}

.main_content {
    position: absolute;
    height: 87%;
    top: 103px;
    width: 100%;
}

.logoff {
    background-color: transparent;
    color: ghostwhite;
    border: 1px solid ghostwhite;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    height: 35px;
    padding: 5px 15px 5px 15px;
    font-size: 11pt;
    text-align: center;
    text-decoration: none;
    position: relative;
    top: 5px;
    right: 5px;
}

/* login
----------------------------------------------------------*/
#masterLoginPageBody {
    display: block;
    margin: 30px auto;
    width: 80%;
    min-width: 1088px;
    min-height: 70%;
    max-height: 90%;
    height: 100%;
    width: 80%;
    background-color: #860038;
    border: 2px solid ghostwhite;
}

#loginForm {
    position: relative;
    width: 500px;
    height: 350px;
    border: 1px solid ghostwhite;
    margin: 150px auto 25px auto;
}

.site-title {
    position: absolute;
    left: 20px;
    z-index: 0;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22pt;
    margin: 0;
    vertical-align: central;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: ghostwhite;
        outline: none;
        text-decoration: none;
    }

.site-logo {
    position: relative;
    margin: 0px;
    /*height: 70px;*/
    max-width: 188px;
    max-height: 80px;
    float: right;
    z-index: 0;
    /*! vertical-align: middle; */
}

#login {
    display: block;
    font-size: .85em;
    margin: -30px 0 10px;
    text-align: right;
}

    #login a {
        background-color: #860038;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
        }

.user-validation-error {
    display: inline;
    list-style: none;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 160px;
    font-size: 14pt;
    color: ghostwhite;
    text-align: center;
}

.password-validation-error {
    display: inline;
    list-style: none;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 250px;
    font-size: 14pt;
    color: ghostwhite;
    text-align: center;
}

.login-validation-summary-errors {
    color: lemonchiffon;
    font-weight: bold;
    font-size: 14pt;
    position: absolute;
    left: 5px;
    top: 260px;
    text-align: center;
    width: 490px;
    margin: 10px auto;
}

.login_li {
    display: inline;
    list-style: none;
    margin: auto;
    width: 100%;
}

.loginBox {
    /*! margin: auto auto 25px auto; */
    /*! width: 30%; */
}

.loginTextBox {
    width: 450px;
    background-color: rosybrown;
    border: 1px solid ghostwhite;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    height: 35px;
    font-size: 12pt;
    padding-left: 5px;
    border-radius: 4px;
    outline: 0 !important;
}

    .loginTextBox:focus {
        background-color: white;
        border: 1px solid rosybrown;
        font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    }


.Username {
    position: absolute;
    top: 115px;
    left: 20px;
}

.Password {
    position: absolute;
    top: 205px;
    left: 20px;
}


.loginButton {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 40px;
    float: right;
    background-color: transparent;
    border: 1px solid ghostwhite;
    cursor: pointer;
    font-size: 14pt;
    color: white;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    outline: none !important;
}

.logoSmall {
    width: 20px;
    height: 20px;
}

.loginLeft {
    padding-top: 20px;
    float: left;
    width: 80%;
    height: 70px;
}

.loginRight {
    margin: 0px;
    color: white;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    vertical-align: middle;
    max-width: 180px;
    max-height: 70px;
    box-sizing: border-box
}

.loginFontSmall {
    margin: 0px;
    color: white;
    font-size: 18px;
}

.fontLoginUserLabel {
    position: absolute;
    top: 90px;
    left: 20px;
    color: ghostwhite;
    font-size: 18px;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
}

.fontLoginPasswordLabel {
    position: absolute;
    top: 180px;
    left: 20px;
    color: ghostwhite;
    font-size: 18px;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
}

.errorText {
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 30pt;
}

.errorLink {
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 30pt;
}

.TestDiv {
    display: none;
    width: 610px;
    height: 115px;
    margin: 30px auto 0 auto;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: calc(50% - 305px);
}

.TestDivTitle {
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 26pt;
    margin: 0;
}

.TestDivText {
    margin-top: -5px;
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18pt;
}

.MntDiv {
    display: none;
}

.MntForm {
    width: 670px;
    height: 255px;
    margin: 150px auto 25px auto;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
}

.MntDivTitle {
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 36pt;
    margin: 0;
}

.MntDivText {
    margin-top: -5px;
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22pt;
}

.page_Footer {
    position: absolute;
    height: 3%;
    bottom: 0px;
    /* border: 2px chartreuse solid; */
}

Footer {
    position: absolute;
    bottom: 35px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    display: block;
}

#passwordRecoveryForm {
    position: relative;
    width: 500px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    border: 1px solid ghostwhite;
}

.passwordResetTable {
    width: 350px;
}

.passwordRecoveryLeft {
    padding-top: 5px;
    float: left;
    height: 70px;
    width: 250px;
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.8em;
    margin: 15px 20px;
}

.passwordRecoveryRight {
    position: absolute;
    right: 10px;
    text-align: right;
}

.passwordResetLabel {
    position: absolute;
    top: 90px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    font-size: 16px;
}

.passwordResetUsername {
    position: absolute;
    top: 270px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    font-size: 18px;
}

.passwordResetTextBox {
    position: absolute;
    top: 295px;
    left: 20px;
    width: 450px;
    height: 35px;
    background-color: rosybrown;
    border: 1px solid groove;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    border-radius: 4px;
    outline: 0 !important;
    padding: 0 5px;
}

    .passwordResetTextBox:focus {
        background-color: white;
        border: 1px solid rosybrown;
        font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    }

.passwordResetFailure {
    position: absolute;
    top: 340px;
    margin-left: 20px;
    margin-right: 20px;
    color: lemonchiffon;
    font-size: 13pt;
    height: 25px;
    width: 453px;
}

.passwordResetButton {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 180px;
    height: 30px;
    float: right;
    background-color: transparent;
    border: 1px solid ghostwhite;
    cursor: pointer;
    font-size: 14pt;
    color: white;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    outline: none !important;
}

#changePasswordForm {
    position: relative;
    width: 500px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    border: 1px solid ghostwhite;
}

.changePasswordTable {
    width: 350px;
}

.changePasswordLeft {
    position: absolute;
    left: 20px;
    top: 31px;
    height: 70px;
    width: 345px;
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.8em;
    margin: 0;
}

.changePasswordRight {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 60px;
    text-align: right;
}

.changePasswordInstruction {
    position: absolute;
    left: 20px;
    top: 89px;
    color: white;
    font-size: 14px;
}

.changePasswordCurrent {
    position: absolute;
    left: 20px;
    top: 140px;
    color: white;
    font-size: 14px;
}

.changePasswordNew {
    position: absolute;
    left: 20px;
    top: 200px;
    color: white;
    font-size: 14px;
}

.changePasswordConfirm {
    position: absolute;
    left: 20px;
    top: 260px;
    color: white;
    font-size: 14px;
}

.changePasswordCurrentValidator {
    position: absolute;
    left: 134px;
    top: 140px;
    color: lemonchiffon;
    font-size: 10pt;
}

.changePasswordNewValidator {
    position: absolute;
    left: 115px;
    top: 199px;
    color: lemonchiffon;
    font-size: 11pt;
}

.changePasswordConfirmValidator {
    position: absolute;
    left: 166px;
    top: 259px;
    color: lemonchiffon;
    font-size: 11pt;
}

.changePasswordCompareValidator {
    position: absolute;
    top: 320px;
    color: lemonchiffon;
    font-size: 13pt;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    left: 0;
    width: 480px;
}

.changePasswordFailure {
    position: absolute;
    top: 330px;
    /*! left: -3px; */
    width: 100%;
    color: lemonchiffon;
    font-size: 14pt;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    height: 25px;
}

.changePasswordTextBox {
    width: 450px;
    background-color: rosybrown;
    border: 1px solid ghostwhite;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    height: 35px;
    font-size: 12pt;
    border-radius: 4px;
    outline: 0 !important;
    padding: 0 5px;
}

    .changePasswordTextBox:focus {
        background-color: white;
        border: 1px solid rosybrown;
        font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    }

.Current {
    position: absolute;
    top: 160px;
    left: 20px;
}

.New {
    position: absolute;
    top: 220px;
    left: 20px;
}

.Confirm {
    position: absolute;
    top: 280px;
    left: 20px;
}

.changePasswordButton {
    position: absolute;
    top: 360px;
    right: 30px;
    width: 160px;
    height: 40px;
    float: right;
    background-color: transparent;
    border: 1px solid ghostwhite;
    cursor: pointer;
    font-size: 14pt;
    color: white;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    outline: none !important;
}


.Footer {
    height: 60px;
    /*position: fixed;
    bottom: 7vh;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1088px;
    border-top: 2px solid ghostwhite;
    background-color: #860038;
}

.footnote {
    color: #860038;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 9pt;
    margin: 2px;
}

.mandatoryFieldsLabel {
    color: #860038;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-style: italic;
}

.button {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    background-color: #57575C;
    color: ghostwhite;
    border: 1px solid #37373C;
    height: 30px;
    width: 180px;
    cursor: pointer;
    margin: 2px 2px 0px 2px;
}

.DarkBackgroundButton {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    background-color: transparent;
    color: ghostwhite;
    border: 1px solid ghostwhite;
    height: 30px;
    width: 180px;
    cursor: pointer;
    /* margin: 0px 2px 0px 2px; */
}

    .DarkBackgroundButton:hover {
        background-color: white;
        color: #57575C;
    }

.LightBackgroundButton {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    background-color: transparent;
    color: #57575C;
    border: 1px solid #57575C;
    height: 30px;
    width: 180px;
    cursor: pointer;
    margin: 2px 2px 0px 2px;
}

    .LightBackgroundButton:hover {
        background-color: #57575C;
        color: ghostwhite;
    }

.Currency-icon {
    position: relative;
}

i {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
}

.Currency-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.Currency-icon > input {
    padding-left: 25px;
    padding-right: 0;
}

select {
    background-color: white;
    width: 146px;
    border: 1px solid #ABABAB;
    height: 23px;
}

.top {
    position: absolute;
    width: 100%;
    height: 100px;
    min-width: 1088px;
    display: inline-flex;
    border-bottom: 2px solid ghostwhite;
}

.header_left {
    width: 44%;
    /*! min-width: 544px; */
    margin: 5px 0px 15px 0px;
    padding-left: 15px;
}

.site_name {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18pt;
    color: ghostwhite;
    line-height: 0.5em;
    margin-left: 10px;
}

.page_name {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22pt;
    color: ghostwhite;
    margin-left: 10px;
    margin-top: 10px;
}

.header_right {
    width: 55%;
    text-align-last: right;
    /*! position: relative; */
    margin: 5px 0px 15px 0px;
    display: inline-table;
    /*! right: 0; */
    padding-right: 10px;
    min-width: 500px;
}

.loggedIn {
    float: right;
    margin-right: -10px;
    margin-top: -2px;
}

.loggedInUser {
    float: right;
    text-align: right;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22pt;
    color: ghostwhite;
    line-height: 1.5em;
    /*! position: relative; */
    /*! right: 10px; */
    margin-top: 3px;
}

.lastLoginDate {
    margin-top: 10px;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14pt;*/
    color: ghostwhite;
    line-height: 1.5em;
}

.user {
    margin-top: 5px;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16pt;*/
    color: ghostwhite;
}

.organisation {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16pt;
    color: ghostwhite;
}

.logo_area_2 {
    float: right;
}

.main_area {
    position: absolute;
    /*! top: 14px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: #57575C;
    margin: auto;
}

.main_menu_table {
    width: 1500px;
    background-color: mediumaquamarine;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: ghostwhite;
    border-collapse: collapse;
    display: table;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 100%;
    display: block;
}

.top_row {
    background-color: darkorange;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50%;
    width: 1500px;
}

.bottom_row {
    background-color: darkorange;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50%;
    width: 1500px;
}

.main_menu_tile {
    display: block;
    width: calc(-4px + 100%);
    height: calc(-4px + 100%);
    color: ghostwhite;
    -moz-box-sizing: border-box;
    cursor: default;
    margin: auto;
    outline: none;
}

    .main_menu_tile:hover {
        cursor: pointer;
        border: 1px solid ghostwhite;
        /*margin-top: 1.25px;*/
    }

.main_menu_nolink_tile {
    display: block;
    width: calc(-2px + 100%);
    height: calc(-2px + 100%);
    color: ghostwhite;
    margin: 0.5px;
    -moz-box-sizing: border-box;
    cursor: default;
    outline: none;
}

    .main_menu_nolink_tile:hover {
        cursor: not-allowed;
    }


.main_menu_u_l {
    background-color: #860038;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_u_cl {
    background-color: #115A60;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_u_cr {
    background-color: #A22F2F;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_u_r {
    background-color: #01456C;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_l_l {
    background-color: #402722;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_l_cl {
    background-color: #005380;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_l_cr {
    background-color: #0B3737;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.main_menu_l_r {
    background-color: #5B4A40;
    overflow: hidden;
    display: block;
    width: calc(-1px + 25%);
    height: calc(-1px + 50%);
}

.menuDiv {
    height: 90%;
}

.menu_item {
    border-collapse: collapse;
    width: 93%;
    height: 99%;
    margin: 15px;
    display: table;
    table-layout: fixed;
    position: relative;
}

.item_name {
    width: 180px;
    height: 85%;
    /*display: inline-table;*/
}

.name_line {
    vertical-align: top;
    width: 180px;
    height: 85%;
    font-size: 26pt;
    display: block;
}

.notes {
    width: 336px;
    display: flex;
    margin: auto;
    vertical-align: bottom;
    width: 200%;
}

.notes_text {
    font-size: 14pt;
    vertical-align: bottom;
}

.sysinfo_notes_text {
    font-size: 1vw;
    vertical-align: bottom;
    word-wrap: normal;
    word-break: break-all;
}

.item_icon {
    top: 0px;
    width: 50px;
    height: 50px;
    resize: both;
    float: right;
    display: table-cell;
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 auto auto;
}


.footer_buttons {
    position: relative;
    bottom: -5px;
    right: 10px;
    vertical-align: bottom;
    height: 52px;
    float: right;
    outline: none;
}

.back_small {
    padding: 4px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    height: 30px;
    width: 30px;
    resize: both;
}

.home_small {
    padding: 4px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    height: 30px;
    width: 30px;
    resize: both;
}

.settings_small {
    padding: 4px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    height: 30px;
    width: 30px;
    resize: both;
    opacity: 0.2;
}

.settings_toggle {
    padding: 4px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    height: 30px;
    width: 30px;
    resize: both;
    opacity: 0.2;
    filter: brightness(100%) sepie(50) saturate(100) hue-rotate(360deg);
}

.help_small {
    padding: 4px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    height: 30px;
    width: 30px;
    resize: both;
}

.help_toggle {
    padding: 4px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    height: 30px;
    width: 30px;
    resize: both;
    opacity: 0.2;
    filter: brightness(100%) sepie(50) saturate(100) hue-rotate(360deg);
}

.help_overlay {
    position: absolute;
    background-color: white;
    top: 0px;
    right: 0px;
    color: #575757;
    width: 50%;
    height: 100%;
    z-index: 1000;
    font-size: large;
    /*padding-left: 10px;
    padding-right: 10px;*/
    overflow-y: hidden;
    border: 2px solid #860038;
}

div p {
    font-size: large;
    /*background-color:ghostwhite;*/
    color: #575757;
    margin: 10px 15px 0px 15px;
}

.settings_overlay {
    position: absolute;
    background-color: white;
    bottom: 0px;
    right: 3px;
    z-index: 1000;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: auto;
    border: 2px solid #860038;
    overflow-x: hidden;
}

.home_settings {
    width: 495px;
    height: 122px;
}

.dashboard_settings {
    width: 495px;
    height: 230px;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}


.legacy_area {
    position: relative;
    display: block;
    background-color: #acacac;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: auto;
    width: 100%;
    /* min-height: 64vh; */
    height: 100%;
    /* border: 1px solid blueviolet; */
}


.legacyIdArea {
    display: inline;
    float: right;
    color: black;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}

.legacyIdText {
    background-color: lightgrey;
    border: 0.5px solid black;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 80px;
    text-align: right;
    padding: 2px 5px 2px 5px;
}

.textlabel {
    display: block;
    border: 1px solid black;
    min-width: 100px;
}

.accordionHeaderTop {
    border: 2px solid #860038;
    color: #860038;
    /*background-color: white;*/
    background-color: #F1F2F2;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22px;
    padding: 12px 12px 27px 12px;
    margin: 8px 10px 20px 10px;
    /* overflow-x: scroll; */
}

.accordionHeader {
    border: 2px solid #860038;
    color: #860038;
    background-color: #F1F2F2;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22px;
    padding: 4px;
    margin: 10px;
}

.accordionContent {
    color: black;
    background-color: #F1F2F2;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 10px auto;
    padding: 14px;
    font-size: 14px;
}

.accordionContentNP {
    color: black;
    background-color: #F1F2F2;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    margin: 0px auto;
    height: 35px;
}

.saveLegacyPopUpButtons {
    margin-top: 15px;
    display: inline-block;
    float: right;
    vertical-align: middle;
}

.Done {
    float: right;
    margin-top: 1px;
    margin-right: 10px;
}

.Gone {
    display: none;
    float: right;
    margin-top: 1px;
    margin-right: 10px;
}

.Calendar {
    height: 25px;
    width: 25px;
}

/*.calendarControl {
    overflow: visible !important;
    z-index: 10000 !important;
}*/

.LegacyLabel {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
    vertical-align: top;
    font-size: 14px;
}

.LegacyText {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
    font-size: 14px;
    min-width: 175px;
}

.LegacyCheck {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin-left: 0.2vw;
    color: black;
    min-width: 10vw;
    /*padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;   
    padding:10px;*/
}

.LegacySpacer {
    display: table-cell;
}

.LegacyDDL {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    background-color: white;
    border: 1px solid #ABABAB;
}

.LegacyTextBox {
    min-height: 20px;
    padding-left: 2px;
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #ABABAB;
}


.SixColumnLegacyLabel {
    display: table-cell;
    color: black;
    text-align: right;
    vertical-align: middle;
    min-height: 2vh;
    font-size: 14px;
}

.SixColumnLegacyNotesLabel {
    display: table-cell;
    color: black;
    text-align: right;
    vertical-align: text-top;
    min-height: 2vh;
    font-size: 14px;
}

.SixColumnLegacyText {
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 20px;
    width: calc(-15px + 100%);
}

.SixColumnLegacyTextBox {
    padding: 2px 5px 2px 5px;
    /*! margin: 4px; */
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 20px;
    width: calc(-20px + 100%);
    border: 1px solid #ABABAB;
    display: flex;
}

.SixColumnLegacyDate {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    width: calc(-3px + 100%);
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.SixColumnLegacyDDL {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /*! margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    width: calc(-9px + 100%);
    padding: 2px 5px 2px 5px;
    /*! margin-left: 5px; */
    /*! margin-top: 0px; */
    resize: none;
    display: flex;
}

.SixColumnLegacyCurrencyBox {
    min-height: 20px;
    padding: 2px 5px 2px 5px !important;
    background-color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /*! margin-left: 5px; */
    text-align: right;
    width: calc(-140px + 100%);
    border: 1px solid #ABABAB;
    min-width: 100px;
    max-width: 100px;
    display: flex;
}

.FourColumnLegacyLabel {
    display: table-cell;
    /* padding-left: 10px; */
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    width: 102px;
}

.FourColumnLegacyNotesLabel {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
    width: calc(-15px + 100%);
    font-size: 14px;
}

.FourColumnLegacyDate {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    min-width: calc(-3px + 100%);
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.FourColumnLegacyDDL {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    width: 420px;
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.FourColumnLegacyTextBox {
    padding: 2px 0px 2px 5px;
    /* margin-left: 5px; */
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 20px;
    width: 100px;
    /* border: 1px solid #ABABAB; */
}

.FourColumnLegacyCurrencyBox {
    min-height: 20px;
    padding: 2px 5px 2px 0px !important;
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin-left: 2px;
    text-align: right;
    width: 210px;
    border: 1px solid #ABABAB;
}

.TwoColumnLegacyLabel {
    display: table-cell;
    width: 96px;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
}

.TwoColumnLegacyText {
    display: table-cell;
    width: 430px;
    min-height: 20px;
    padding-left: 2px;
    background-color: white;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}


.TwoColumnLegacyTextBox {
    width: 430px;
    min-height: 20px;
    padding-left: 2px;
    background-color: white;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #ABABAB;
}

.TwoColumnLegacyNotesTextBox {
    width: 430px;
    min-height: 60px;
    padding-left: 2px;
    background-color: white;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #ABABAB;
}

.TwoColumnLegacyDDL {
    min-width: 430px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    background-color: white;
    border: 1px solid #ABABAB;
}

.date_text {
    min-width: 100px;
    max-width: 100px;
    min-height: 20px;
    padding: 2px 5px 2px 5px;
    /*! margin-left: 5px; */
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #ABABAB;
}

.dateSelection {
    position: relative;
    display: flex;
}

.legacy_share {
    display: flex;
}

.share_text {
    color: black;
    width: 50px;
    min-height: 18px;
    /*! margin-left: 5px; */
    /*! margin-right: 5px; */
    padding: 2px 5px 2px 5px;
    border: 1px solid #ABABAB;
}

.share_label {
    color: black;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.5vh;
}

.three_column {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    width: 91%;
    /*! margin-left: 5px; */
    resize: none;
}

.four_column {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /* min-width: 30vw; */
    font-size: 14px;
    width: calc(-18px + 100%);
    /*! margin-left: 5px; */
    /*margin-top: -5px;*/
    resize: none;
    padding: 2px 5px 2px 5px;
    display: flex;
    border: 1px solid #ABABAB;
}

.five_column {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    width: calc(-21px + 100%);
    /*! margin-left: 5px; */
    resize: none;
    padding: 2px 5px 2px 5px;
    border: 1px solid #ABABAB;
}

.grid {
    width: 100%;
    background-color: white;
}

.saveLegacyButton {
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px;
    height: 30px;
    width: 120px;
    border: 1px solid #860038;
    border-radius: 4px;
    background-color: white;
    color: #860038;
}

.selections {
    position: relative;
    top: 0;
    display: block;
    background-color: #acacac;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 32px;
    float: left;
    border-right: 1px solid black;
    color: ghostwhite;
}

.buttons {
    margin: 5px Auto 5px Auto;
    text-align: center;
    word-spacing: -0.3em;
}

.settingsHeader {
    color: #575757;
    font-size: 22px;
    margin: 5px 0 5px 0;
}

.settingsText {
    color: #575757;
    font-size: 14px;
    margin: 5px 0 5px 0;
}

.slider {
    width: calc(100%);
    height: 30px;
    margin: 5px 0 5px 0;
    /*background-color: darkred;
    -webkit-text-fill-color: darkred;*/
}

.applySelections {
    /*height: 40px;*/
    margin: 0px Auto 10px Auto;
    /*float: right;
    right: 10px;*/
    /*background-color: transparent;
    color: ghostwhite;
    border: 1px solid ghostwhite;
    border-radius: 4px;*/
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
}

.applySelectionsText {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin: 0 Auto;
    display: block;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    text-align: left;
    position: relative;
    float: left;
    left: 10px;
    top: 535px;
}

.exportSelections {
    margin: 10px Auto 10px Auto;
    /*float: right;
    right: 10px;*/
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    text-align: center;
}

.clear {
    display: block;
}

.clearSelections {
    position: absolute;
    bottom: 5px;
    width: 25px;
    height: 25px;
    margin: 3px;
    vertical-align: bottom;
    resize: both;
}

.clearSelectionsText {
    position: absolute;
    bottom: 100px;
    width: 140px;
    left: -55px;
    display: block;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    -moz-transform: rotate(-90deg); /* FF3.5+ */
    -o-transform: rotate(-90deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    transform: rotate(-90deg);
    vertical-align: bottom;
}

.selectionsButton {
    width: 25px;
    height: 25px;
    resize: both;
    margin: 3px;
}

.selectionsText {
    position: relative;
    width: 30px;
    top: 70px;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    -moz-transform: rotate(-90deg); /* FF3.5+ */
    -o-transform: rotate(-90deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    transform: rotate(-90deg);
    display: block;
}

.dateText {
    position: relative;
    width: 30px;
    top: 70px;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    -moz-transform: rotate(-90deg); /* FF3.5+ */
    -o-transform: rotate(-90deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    transform: rotate(-90deg);
    display: block;
}


.selectionsDetails {
    position: relative;
    width: 205px;
    float: left;
    border: 1px solid black;
    color: ghostwhite;
    z-index: 1000;
    padding: 10px;
    /*! box-shadow: 2px 2px 3px 0px #000; */
    overflow-y: auto;
}

.selectionsDiv {
    position: relative;
    min-height: 75%;
    height: 75%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectionsPrompt {
    /*! margin: 5px; */
    background-color: transparent;
    min-width: 190px;
    width: 190px;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    outline: none;
    border: none;
}

.selectionPromptLabel {
    margin: 10px 0px;
    background-color: transparent;
    width: 190px;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    outline: none;
    border: none;
    text-align: left;
    vertical-align: bottom;
}

.selectionsDDL {
    margin: 5px 0;
    min-width: calc(100% - 2px);
    width: calc(100% - 2px);
    /*-webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';*/
    background-color: white;
    /*background: url('../Images/DDLSelector.png');
    background-position: right;
    background-repeat: no-repeat;*/
}

.datePanel {
    display: inline-block;
    /*! padding-left: 5px; */
    min-width: 100%;
    width: 100%;
    vertical-align: text-bottom;
}

.selectionsTextBox {
    padding-left: 5px;
    /*! margin: 5px; */
    min-width: calc(100% - 13px);
    width: calc(100% - 13px);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}

.selectionsDate {
    min-width: 84%;
    width: 84%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}

.calendarButton {
    vertical-align: bottom;
    /*! padding-left: 2px; */
}

.report_area {
    position: relative;
    left: 33px;
    width: calc(-35px + 100%);
    display: block;
    background-color: #F0F0F0;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid black;
}

.report_window {
    position: relative;
    top: 102px;
    width: 1430px;
    display: block;
    background-color: #acacac;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /*    overflow-y: auto;*/
}

.reportHeader {
    position: absolute;
    width: calc(100% - 17px);
    /*! border: 1px solid black; */
    overflow-x: scroll;
    overflow-y: hidden;
}

.report {
    width: 100%;
    position: absolute;
    top: 30px;
    background-color: white;
    /*! border-right: 1px solid; */
    overflow-y: scroll;
    overflow-x: auto;
}

.reportScreen {
    text-decoration: none;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}

.GridHeader {
    /*background-image: linear-gradient(lightgray, gray);*/
    background-color: #575757;
    /*-webkit-text-fill-color:white;*/
    font-weight: lighter;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

.GridHeaderInner {
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    text-decoration: none;
    color: black;
}


.GridHeader a {
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    text-decoration: none;
    /*font-family: ClearBold;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    font-size: 14px;
    color: white;
}

    .GridHeader a:hover {
        text-decoration: none; /*underline;*/
        color: #79FFC7; /*860038;*/
    }


.GridHeader th {
    padding-top: 3px;
    padding-left: 9px;
    color: ghostwhite;
    border: 1px solid grey;
    height: 25px;
    text-align: left;
    font-weight: normal;
}

.GridRow {
    padding-left: 5px;
}

    .GridRow:hover {
        background-color: #FFC7DD;
    }

    .GridRow td {
        padding-top: 1px;
        /*padding-left: 5px;*/
        color: black;
        border: 1px solid grey;
        height: 25px;
        /*padding-bottom: 5px;*/
        padding: 2px 5px 5px 5px;
    }

.GridRow2 {
    padding-left: 5px;
    background-color: #EEEEEE;
}

    .GridRow2:hover {
        background-color: #FFC7DD;
    }

    .GridRow2 td {
        padding-top: 1px;
        /*padding-left: 5px;*/
        color: black;
        border: 1px solid grey;
        height: 25px;
        /*padding-bottom: 5px;*/
        padding: 2px 5px 5px 5px;
    }

.EmptyGridRow {
    padding-left: 5px;
}

    .EmptyGridRow td {
        padding-top: 1px;
        color: black;
        height: 25px;
        border: 1px solid black;
        padding: 2px 5px 5px 5px;
    }

.FindEmptyGridRow {
    padding-left: 5px;
}

    .FindEmptyGridRow td {
        padding-top: 1px;
        /*padding-left: 5px;*/
        color: black;
        height: 25px;
        border-color: transparent;
        /*padding-bottom: 5px;*/
        padding: 2px 5px 5px 5px;
    }

.GridFooter {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    font-size: 14px;
    text-align: right;
}

.hReportColumnLegacy0 {
    text-align: left;
    vertical-align: central;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
    padding-left: 2px;
}

.hReportColumnLegacy1 {
    text-align: left;
    vertical-align: central;
    max-width: 170px;
    width: 170px;
    min-width: 170px;
    padding-left: 2px;
}

.hReportColumnLegacy2 {
    text-align: left;
    vertical-align: central;
    max-width: 84px;
    width: 84px;
    min-width: 84px;
    padding-left: 2px;
}

.hReportColumnLegacy3 {
    text-align: left;
    vertical-align: central;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding-left: 2px;
}

.hReportColumnLegacy4 {
    text-align: left;
    vertical-align: central;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding-left: 2px;
}

.hReportColumnLegacy5 {
    text-align: left;
    vertical-align: central;
    max-width: 100px;
    width: 100px;
    min-width: 100px;
    padding-left: 2px;
}

.hReportColumnLegacy6 {
    text-align: left;
    vertical-align: central;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.hReportColumnLegacy7 {
    text-align: left;
    vertical-align: central;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.hReportColumnLegacy8 {
    text-align: left;
    vertical-align: central;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.hReportColumnLegacy9 {
    text-align: left;
    vertical-align: central;
    max-width: 80px;
    width: 80px;
    min-width: 80px;
    padding-left: 2px;
}

.hReportColumnLegacy10 {
    text-align: left;
    vertical-align: central;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding-left: 2px;
}

.hReportColumnLegacy11 {
    text-align: left;
    vertical-align: central;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.hReportColumnLegacy12 {
    text-align: left;
    vertical-align: central;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
    padding-left: 2px;
}

.hReportColumnLegacy13 {
    text-align: left;
    vertical-align: central;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.hReportColumnLegacy14 {
    text-align: left;
    vertical-align: central;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
    padding-left: 2px;
}

.hReportColumnLegacy15 {
    text-align: left;
    vertical-align: central;
    max-width: 135px;
    width: 135px;
    min-width: 135px;
    padding-left: 2px;
}

.hReportColumnLegacy16 {
    text-align: left;
    vertical-align: central;
    max-width: 165px;
    width: 165px;
    min-width: 165px;
    padding-left: 2px;
}

.reportColumnLegacy0 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
    padding-left: 2px;
}

.reportColumnLegacy1 {
    text-align: left;
    max-width: 170px;
    width: 170px;
    min-width: 170px;
    padding-left: 2px;
}

.reportColumnLegacy2 {
    text-align: left;
    max-width: 84px;
    width: 84px;
    min-width: 84px;
    padding-left: 2px;
}

.reportColumnLegacy3 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding-left: 2px;
}

.reportColumnLegacy4 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding-left: 2px;
}

.reportColumnLegacy5 {
    text-align: left;
    max-width: 100px;
    width: 100px;
    min-width: 100px;
    padding-left: 2px;
}

.reportColumnLegacy6 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.reportColumnLegacy7 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.reportColumnLegacy8 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.reportColumnLegacy9 {
    text-align: left;
    max-width: 80px;
    width: 80px;
    min-width: 80px;
    padding-left: 2px;
}

.reportColumnLegacy10 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding-left: 2px;
}

.reportColumnLegacy11 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.reportColumnLegacy12 {
    text-align: right;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
    padding-left: 2px;
}

.reportColumnLegacy13 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
    padding-left: 2px;
}

.reportColumnLegacy14 {
    text-align: right;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
    padding-left: 2px;
}

.reportColumnLegacy15 {
    text-align: right;
    max-width: 135px;
    width: 135px;
    min-width: 135px;
    padding-left: 2px;
}

.reportColumnLegacy16 {
    text-align: left;
    max-width: 165px;
    width: 165px;
    min-width: 165px;
    padding-left: 2px;
}

.reportScreenHeader {
    text-decoration: none;
    text-align: left;
    text-align: left;
}

    .reportScreenHeader a {
        text-decoration: none;
    }

.hReportColumn0 {
    text-align: left;
    width: 100px;
}

.hReportColumn1 {
    text-align: left;
    width: 180px;
}

.hReportColumn2 {
    text-align: left;
    width: 70px;
}

.hReportColumn3 {
    text-align: left;
    width: 220px;
}

.hReportColumn4 {
    text-align: left;
    width: 220px;
}

.hReportColumn5 {
    text-align: left;
    width: 140px;
}

.hReportColumn6 {
    text-align: left;
    width: 140px;
}

.hReportColumn7 {
    text-align: left;
    width: 140px;
}

.hReportColumn8 {
    text-align: left;
    width: 140px;
}

.hReportColumn9 {
    text-align: left;
    width: 100px;
}

.reportColumn0 {
    text-align: right;
    width: 120px;
}

.reportColumn1 {
    width: 180px;
}

.reportColumn2 {
    width: 70px;
}

.reportColumn3 {
    width: 220px;
}

.reportColumn4 {
    width: 220px;
}

.reportColumn5 {
    width: 140px;
}

.reportColumn6 {
    width: 140px;
}

.reportColumn7 {
    width: 140px;
}

.reportColumn8 {
    width: 140px;
}

.reportColumn9 {
    width: 100px;
}

.contact_area {
    position: relative;
    display: block;
    background-color: #acacac;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    overflow-y: scroll;
    height: 100%;
}

.contactHeader {
    border: 2px solid #860038;
    color: #860038;
    background-color: #F1F2F2;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 22px;
    padding: 4px;
    margin: 8px 10px 0px 10px;
    height: 40px;
}

.contactButton {
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px;
    height: 30px;
    width: 120px;
    border: 1px solid #860038;
    border-radius: 4px;
    background-color: white;
    color: #860038;
}

.hContactReportColumn0 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
}

.hContactReportColumn1 {
    text-align: left;
    max-width: 119px;
    width: 119px;
    min-width: 119px;
}

.hContactReportColumn2 {
    text-align: left;
    max-width: 84px;
    width: 84px;
    min-width: 84px;
}

.hContactReportColumn3 {
    text-align: left;
    max-width: 230px;
    width: 230px;
    min-width: 230px;
}

.hContactReportColumn4 {
    text-align: left;
    max-width: 70px;
    width: 70px;
    min-width: 70px;
}

.hContactReportColumn5 {
    text-align: left;
    max-width: 0px;
    width: 0px;
    min-width: 0px;
}

.hContactReportColumn6 {
    text-align: left;
    max-width: 80px;
    width: 80px;
    min-width: 80px;
}

.hContactReportColumn7 {
    text-align: left;
    max-width: 130px;
    width: 130px;
    min-width: 130px;
}

.hContactReportColumn8 {
    text-align: left;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
}

.hContactReportColumn9 {
    text-align: left;
    max-width: 0px;
    width: 0px;
    min-width: 0px;
}

.hContactReportColumn10 {
    text-align: left;
    max-width: 500px;
    width: 500px;
    min-width: 500px;
}

.hContactReportColumn11 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.hContactReportColumn12 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
}

.contactReportColumn0 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
}

.contactReportColumn1 {
    text-align: left;
    max-width: 119px;
    width: 119px;
    min-width: 119px;
}

.contactReportColumn2 {
    text-align: left;
    max-width: 84px;
    width: 84px;
    min-width: 84px;
}

.contactReportColumn3 {
    text-align: left;
    max-width: 230px;
    width: 230px;
    min-width: 230px;
}

.contactReportColumn4 {
    text-align: left;
    max-width: 70px;
    width: 70px;
    min-width: 70px;
}

.contactReportColumn5 {
    text-align: left;
    max-width: 0px;
    width: 0px;
    min-width: 0px;
}

.contactReportColumn6 {
    text-align: left;
    max-width: 80px;
    width: 80px;
    min-width: 80px;
}

.contactReportColumn7 {
    text-align: left;
    max-width: 130px;
    width: 130px;
    min-width: 130px;
}

.contactReportColumn8 {
    text-align: left;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
}

.contactReportColumn9 {
    text-align: left;
    max-width: 0px;
    width: 0px;
    min-width: 0px;
}

.contactReportColumn10 {
    text-align: left;
    max-width: 500px;
    width: 500px;
    min-width: 500px;
}

.contactReportColumn11 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.contactReportColumn12 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
}

.ContactTable {
    border-collapse: collapse;
    /*! table-layout: fixed; */
    /*! display: table; */
    width: 100%;
}

.PrintTitle {
    color: #860038;
    font-size: 1.4em;
}

.PrintDate {
    color: #860038;
    font-size: 1.4em;
    float: right
}

.ContactTitle {
    color: #860038;
    font-size: 1.2em;
}

.ContactLabel {
    display: block;
    color: black;
    text-align: right;
    vertical-align: middle;
    min-height: 2vh;
    font-size: 14px;
    padding-right: 5px;
    padding-top: 4px;
    min-width: 65px;
}

.ContactText {
    padding-left: 2px;
    /* margin-left: 5px; */
    /*! background-color: white; */
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 20px;
    width: calc(-6px + 100%);
    /*! border: 1px solid #ABABAB; */
}

.ContactText {
    width: 25%;
}

.ContactTextBox {
    width: 95%;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin: 2px;
}

.ContactDDL {
    width: 97%;
    margin-left: 2px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}


.ContactSpacer {
    display: table-cell;
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}

.ContactEmailBox {
    width: 100%;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin: 2px;
}

.ContactCheckBox {
    text-align: right;
}

.ModalPopupBG {
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.3;
    margin: auto;
}

.ContactPopUp {
    width: 593px;
    height: 505px;
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
    padding-left: 4px;
    padding-right: 4px;
}

.finishStep {
    width: 580px;
    padding-bottom: 20px;
}

.ContactPopUpPanel {
    width: 590px;
    position: fixed;
    left: calc(50% - 300px) !important;
    top: calc(50% - 218px) !important;
}

.ContactPopUpHeaderLeft {
    width: 100%;
    height: 20px;
    top: 25%;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    margin: 5px;
    outline: none;
    text-decoration: none;
}

.ContactPopUpHeaderRight {
    width: 100%;
    height: 20px;
    top: 25%;
    text-align: right;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    margin-right: 5px;
    outline: none;
    text-decoration: none;
    float: right;
}

.ContactPopUpBodyStep1 {
    width: 100%;
    height: 100%;
    /* margin-left: 5px; 
    margin-right: 5px;*/
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}

.ContactPopUpBodyStep2 {
    width: 100%;
    height: 100%;
    /*background-color: goldenrod;*/
    top: 0px;
    /* margin-left: 5px; 
    margin-right: 5px;*/
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /*padding-left: 2.5px;
    padding-right: 2.5px;*/
}

.ContactPopUpBodyStep3 {
    width: 100%;
    height: 100%;
    top: 0px;
    /* height: 100%; */
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 100%;
}

.ContactPopUpBodyFinishStep {
    width: 100%;
    height: 100%;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}

.type-selector {
    /*    width: 98%;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;*/
    padding: 5px 7px 5px 5px;
}

    .type-selector input {
        /*width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
        width: 20px;
        height: 20px;
        margin-left: -23px;
        position: relative;
        top: -162px;
        left: 36px;
    }

        .type-selector input:active + .selectType {
            opacity: .9;
        }

        .type-selector input:checked + .selectType {
            -webkit-filter: none;
            -moz-filter: none;
            filter: none;
        }

.selectType {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 177px;
    width: 180px;
    /*resize: both;*/
    margin: 10px 0px 10px 5px;
}

/*.selectType:hover {
        -webkit-filter: hue-rotate(30deg) brightness(1.5);
        -moz-filter: hue-rotate(30deg) brightness(1.5);
        filter: hue-rotate(30deg) brightness(1.5);
    }*/


.personToggle {
    background-image: url('/Images/PersonalContactIcon.png');
}

.type-selector input:checked + .personToggle {
    background-image: url('/Images/PersonalContactIconClick.png');
}


.organisationToggle {
    background-image: url('/Images/OrganisationContactIcon.png');
}

.type-selector input:checked + .organisationToggle {
    background-image: url('/Images/OrganisationContactIconClick.png');
}

.employeeToggle {
    background-image: url('/Images/EmployeeContactIcon.png');
}

.type-selector input:checked + .employeeToggle {
    background-image: url('/Images/EmployeeContactIconClick.png');
}


.ContactWizardTable {
    width: 580px;
    margin-bottom: 5px;
}

.ContactWizardLabel {
    text-align: right;
}

.ContactWizardSpacer {
    min-width: 20px;
}

.ContactWizardText {
    width: 210px;
}

.ContactPopUpDiv {
    height: 505px;
    width: 593px;
}

.contactTypeButtons {
    margin-right: 25px;
    word-spacing: -0.3em;
}

.ContactPopUpRole {
    display: flex;
    flex-direction: row;
    float: left;
    margin: 10px 16px;
    text-align: right;
    vertical-align: middle;
    align-items: baseline;
    justify-content: space-between;
}

.ContactPopUpButtons {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    word-spacing: -0.3em;
    vertical-align: bottom;
}

.CancelPopUpButton {
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px 6px 6px 2px;
    /*float: left;*/
}

.ContactPopUpButton {
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px;
}

.ContactSearchDetails {
    /* margin: 10px auto auto auto; */
    text-align: right;
    width: calc(-8px + 100%);
    margin-top: 5px;
}

.ContactSearchCell {
    /*padding-left: 13px;*/
}

.ContactSearchResultsDiv {
    overflow: scroll;
}

.ContactSearchResultsHeader {
    background-color: grey;
    color: ghostwhite;
    height: 25px;
    width: 97.2%;
    text-align: left;
}

.ContactSearchResults {
    width: 100%;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    /*! margin-left: 5px; */
    /*! margin-right: 5px; */
    background-color: white;
    color: black;
    border-color: transparent;
    text-align: left;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .ContactSearchResults td {
        height: 25px;
    }


.ContactSearchResultsAlt {
    background-color: lightgrey;
}

.searchContacts_ContactId {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    border: 1px solid black;
    text-align: left;
    padding-left: 5px;
}

.searchContacts_Surname {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    border: 1px solid black;
    text-align: left;
    padding-left: 5px;
}

.searchContacts_Forenames {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    border: 1px solid black;
    text-align: left;
    padding-left: 5px;
}

.searchContacts_Postcode {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
    border: 1px solid black;
    text-align: left;
    padding-left: 5px;
}

.searchContacts_Organisation {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    border: 1px solid black;
    text-align: left;
    padding-left: 5px;
}

.hReviewColumn0 {
    text-align: left;
    min-width: 0px;
    width: 0px;
    max-width: 0px;
    padding: 0px !important;
    overflow: hidden;
}

.hReviewColumn1 {
    text-align: left;
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

.hReviewColumn2 {
    text-align: left;
    min-width: 70px;
    width: 70px;
    max-width: 70px;
}

.hReviewColumn3 {
    text-align: left;
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.hReviewColumn4 {
    text-align: left;
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.hReviewColumn5 {
    text-align: left;
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.hReviewColumn6 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
}

.hReviewColumn7 {
    text-align: left;
    max-width: 110px;
    width: 110px;
    min-width: 110px;
}

.hReviewColumn8 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
}

.hReviewColumn9 {
    text-align: left;
    min-width: 1120px;
    width: 1120px;
    max-width: 1120px;
}

.reviewColumn0 {
    text-align: left;
    min-width: 0px;
    width: 0px;
    max-width: 0px;
    padding: 0px !important;
    overflow: hidden;
}

.reviewColumn1 {
    text-align: left;
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

.reviewColumn2 {
    text-align: left;
    min-width: 70px;
    width: 70px;
    max-width: 70px;
}

.reviewColumn3 {
    text-align: left;
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.reviewColumn4 {
    text-align: left;
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.reviewColumn5 {
    text-align: left;
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.reviewColumn6 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
}

.reviewColumn7 {
    text-align: left;
    max-width: 110px;
    width: 110px;
    min-width: 110px;
}

.reviewColumn8 {
    text-align: left;
    max-width: 150px;
    width: 150px;
    min-width: 150px;
}

.reviewColumn9 {
    text-align: left;
    min-width: 1120px;
    width: 1120px;
    max-width: 1120px;
}

#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
    /*background-image: url(tp.png);*/
    /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position: relative;
    width: 405px;
    min-height: 150px;
    margin-top: 375px;
    border: 1px solid #666;
    background-color: white;
    z-index: 13000;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: ghostwhite;
    background-color: #860038;
    border-bottom: 1px solid #000;
    padding: 2px 0 2px 5px;
}

#alertBox p {
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: black;
    margin: 5px;
}

#alertBox #closeBtn {
    display: block;
    /*! float: right; */
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    background-color: transparent;
    color: #57575C;
    border: 1px solid #57575C;
    height: 25px;
    width: 180px;
    cursor: pointer;
    margin: 50px auto 5px auto;
}

    #alertBox #closeBtn:hover {
        background-color: #57575C;
        color: ghostwhite;
    }

#confirmBox {
    position: relative;
    width: 405px;
    min-height: 150px;
    margin-top: 375px;
    border: 1px solid #666;
    background-color: white;
    z-index: 13000;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
}

#modalContainer > #confirmBox {
    position: fixed;
}

#confirmBox h1 {
    margin: 0;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: ghostwhite;
    background-color: #860038;
    border-bottom: 1px solid #000;
    padding: 5px 5px 0px 5px;
    text-align: left;
    height: 30px;
}

#confirmBox p {
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: black;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 2px 0 2px 5px;
}

#confirmBox #confirmButtons {
    text-align: center;
    word-spacing: -0.3em;
}

#confirmBox #okBtn {
    display: block;
    float: left;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    background-color: transparent;
    color: #57575C;
    border: 1px solid #57575C;
    height: 27px;
    width: 180px;
    cursor: pointer;
    margin: 45px 0px 10px 19px;
}

    #confirmBox #okBtn:hover {
        background-color: #57575C;
        color: ghostwhite;
    }


#confirmBox #cancelBtn {
    display: block;
    float: right;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    background-color: transparent;
    color: #57575C;
    border: 1px solid #57575C;
    height: 27px;
    width: 180px;
    cursor: pointer;
    margin: 45px 19px 10px 0px;
}

    #confirmBox #cancelBtn:hover {
        background-color: #57575C;
        color: ghostwhite;
    }


.IncomePopUp {
    width: 731px;
    max-height: 550px;
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
    position: fixed;
    left: calc(50% - 366px) !important;
    top: calc(50% - 122px) !important
}

.IncomePopUpHeader {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #860038;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    text-decoration: none;
    color: ghostwhite;
}

.IncomePopUpBody {
    width: 772px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 25px;
}

.IncomePopUpLabel {
    width: 150px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    text-align: right;
    vertical-align: text-top;
}

.Income1tons {
    float: right;
    text-align: center;
    vertical-align: bottom;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin-bottom: 5px;
}

.IncomePopUpButtons {
    float: right;
    word-spacing: -0.3em;
}

.IncomePopUpButton {
    /*! font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif; */
    /*! font-size: 12pt; */
    /*! margin: 6px 8px; */
}


.contact_history_details {
    overflow: hidden;
}

.ContactHistoryPopUp {
    width: 550px;
    max-height: 550px;
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
    position: fixed;
    left: calc(50% - 275px) !important;
    top: calc(50% - 123px) !important;
}

.ContactHistoryPopUpHeader {
    display: block;
    width: 98.3%;
    height: 20px;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    padding: 5px;
    text-decoration: none;
}

.ContactHistoryPopUpBody {
    width: 600px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 15px;
}

.ContactHistoryPopupLabel {
    vertical-align: top;
    width: 140px;
    text-align: right;
}

.ContactHistoryPopupText {
    vertical-align: top;
    width: 165px;
}

.ContactHistoryPopupDate {
    width: 133px !important;
}

.ContactHistoryPopupDDL {
    width: 164px;
}

.ContactHistoryNamePopupDDL {
    width: 470px;
}

.ContactHistory4ColumnText {
    width: 470px;
    height: 150px;
    vertical-align: top;
}

.ContactHistoryPopUpButtons {
    float: right;
    text-align: center;
    vertical-align: bottom;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin-bottom: 5px;
    word-spacing: -0.3em;
}


.ContactHistoryPopUpButton {
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px;
}

.CoBenPopUp {
    width: 540px;
    max-height: 220px;
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
    position: fixed;
    left: calc(50% - 275px) !important;
    top: calc(50% - 123px) !important;
}

.CoBenPopUpHeader {
    display: block;
    width: 98.3%;
    height: 20px;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    padding: 5px;
    text-decoration: none;
}

.CoBenPopUpBody {
    width: 600px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 15px;
}

.CoBenPopupLabel {
    vertical-align: top;
    width: 140px;
    text-align: right;
}

.CoBenPopupText {
    vertical-align: top;
    width: 28.4px;
    text-align: right;
    padding-right: 5px;
}

.CoBenPopupDate {
    width: 133px !important;
}

.CoBenPopupDDL {
    width: 164px;
}

.CoBenNamePopupDDL {
    width: 470px;
}

.CoBen4ColumnText {
    width: 470px;
    height: 150px;
    vertical-align: top;
}

.CoBenPopUpButtons {
    float: right;
    text-align: center;
    vertical-align: bottom;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin-bottom: 5px;
    word-spacing: -0.3em;
}


.CoBenPopUpButton {
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px;
}

.ReviewPopUp {
    width: 540px;
    height: 220px;
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
    /* padding-left: 4px; */
    /* padding-right: 4px; */
}

.ReviewPopUpPanel {
    width: 590px;
    position: fixed;
    left: calc(50% - 300px) !important;
    top: calc(50% - 218px) !important;
}

.ReviewPopUpHeaderLeft {
    width: 100%;
    height: 20px;
    top: 25%;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    margin: 5px;
    outline: none;
    text-decoration: none;
}

.ReviewPopUpHeaderRight {
    width: 100%;
    height: 20px;
    top: 25%;
    text-align: right;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    margin-right: 5px;
    outline: none;
    text-decoration: none;
    float: right;
}

.ReviewPopUpButtons {
    float: right;
    text-align: center;
    vertical-align: bottom;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin-bottom: 5px;
    word-spacing: -0.3em;
}


.ReviewPopUpButton {
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 6px;
}

.EditReviewPopUp {
    width: 585px;
    height: 250px;
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
}

.EditReviewPopUpHeaderLeft {
    width: 100%;
    height: 20px;
    top: 25%;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    margin: 5px;
    outline: none;
    text-decoration: none;
}

.EditReviewPopUpHeaderRight {
    width: 100%;
    height: 20px;
    top: 25%;
    text-align: right;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    margin-right: 5px;
    outline: none;
    text-decoration: none;
    float: right;
}

.EditReviewPopUpButtons {
    float: right;
    text-align: center;
    vertical-align: bottom;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin-bottom: 5px;
    word-spacing: -0.3em;
}

.EditContactDetailsPopUp {
    width: 710px;
    /* min-height: 105px; */
    /* max-height: 489px; */
    background-color: white;
    color: black;
    z-index: 100;
    border: 1px solid #860038;
    /*-webkit-box-shadow: 5px 5px 10px 0px rgba(50,50,50,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50,50,50,1);
    box-shadow: 5px 5px 10px 0px rgba(50,50,50,1);*/
}

.EditContactPopUpHeader {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #860038;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    text-decoration: none;
    color: ghostwhite;
}

.EditContactPopUpBody {
    padding-left: 4px;
    padding-right: 4px;
}

.EditContactPopUpButtons {
    word-spacing: -0.3em;
}

.EditRole {
    display: inline-flex;
    /* width: 250px; */
    margin-top: 12px;
    margin-left: 7px;
    margin-bottom: 1px;
}

.active {
    float: right;
    width: 250px;
    margin-top: 11px;
    margin-right: 9px;
}

.EditContactLabel {
    /* min-width: 120px; */
    /* width: 50%; */
    text-align: right;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 15%;
    padding-left: 10px;
    padding-right: 5px;
}

.EditContactText {
    width: 35%;
}

.EditContactTextBox {
    width: 93%;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin: 2px;
}

.EditContactDDL {
    width: calc(-11px + 100%);
    margin-left: 2px;
    font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}

.hReportIncomeColumn0 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
}

.reportIncomeColumn0 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
}

.hReportIncomeColumn1 {
    text-align: left;
    max-width: 60px;
    width: 60px;
    min-width: 60px;
}

.reportIncomeColumn1 {
    text-align: left;
    max-width: 60px;
    width: 60px;
    min-width: 60px;
}

.hReportIncomeColumn2 {
    text-align: left;
    max-width: 185px;
    width: 185px;
    min-width: 185px;
}

.reportIncomeColumn2 {
    text-align: left;
    max-width: 185px;
    width: 185px;
    min-width: 185px;
}

.hReportIncomeColumn3 {
    text-align: left;
    max-width: 190px;
    width: 190px;
    min-width: 190px;
}

.reportIncomeColumn3 {
    text-align: left;
    max-width: 190px;
    width: 190px;
    min-width: 190px;
}

.hReportIncomeColumn4 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.reportIncomeColumn4 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.hReportIncomeColumn5 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
}

.reportIncomeColumn5 {
    text-align: left;
    max-width: 95px;
    width: 95px;
    min-width: 95px;
}

.hReportIncomeColumn6 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.reportIncomeColumn6 {
    max-width: 160px;
    width: 160px;
    min-width: 160px;
    text-align: right;
}

.hReportIncomeColumn7 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.reportIncomeColumn7 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.hReportIncomeColumn8 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.reportIncomeColumn8 {
    text-align: left;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
}

.hReportIncomeColumn9 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
}

.reportIncomeColumn9 {
    text-align: left;
    max-width: 90px;
    width: 90px;
    min-width: 90px;
}

.dashboard_area {
    position: relative;
    width: 100%;
    display: block;
    background-color: #989898;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    overflow: auto;
}

.Dashboard {
    height: 100%;
    color: ghostwhite;
}

.DashboardLeft {
    display: table-cell;
    width: 18%;
    height: 100%;
}

.DashboardRight {
    display: table-cell;
    width: 82%;
    height: 100%;
}

.DashboardButtons {
    display: flex;
}

.DashboardButton {
    display: block;
    background-color: #0B3737;
    border: 2px outset dimgrey;
    height: 119px;
    width: 275px;
    margin: -3px auto 0px auto;
    padding: 1px 5px 3px 5px;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.DashboardButtonText {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 45px;
    text-align: center;
    margin: 15px;
}

.DashboardButtonSubText {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    text-align: center;
    vertical-align: baseline;
    margin: 5px 5px 0 5px;
}

.chart_area {
    display: block;
    height: calc(100% - 25px);
    width: calc(100% - 11px);
    background-color: #0B3737;
    overflow: hidden;
    margin: auto -2px;
}

.dbchart {
    height: 92%;
    margin: 10px;
}

.dbcaption {
    height: 6%;
    vertical-align: middle;
}

.DashboardChart {
    position: relative;
    width: 100%;
    height: 100%;
}

@media print {
    .DashboardChart {
        width: 1536px !important;
        height: 872px !important;
    }
}

.DashboardChartTitle {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    margin: 15px;
}

/* Optionally define a fixed width for menus */
.ui-menu {
    cursor: pointer;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 100px;
    background-color: white;
    color: rgb(35, 35, 35);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(50,50,50,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50,50,50,1);
    box-shadow: 5px 5px 10px 0px rgba(50,50,50,1);
}

.reports_area {
    position: relative;
    display: block;
    background-color: #acacac;
    border-bottom: 2px solid ghostwhite;
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    padding: 10px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    width: calc(-20px + 100%);
    height: 100%;
}

.report_button {
    background-color: #402722;
    color: ghostwhite;
    display: block;
    border: 2px outset dimgrey;
    /*height: 111px;*/
    width: 333px;
    margin: 2px 2px 5px 2px;
    padding: 5px;
    vertical-align: bottom;
}

.ReportsButtonText {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 25px;
    text-align: left;
}

.ReportsButtonSubText {
    /*font-family: Clear, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 15px;
    text-align: left;
    vertical-align: baseline;
    margin: 5px 0px;
}

.gridReport {
    width: 99.89%;
    position: absolute;
    background-color: white;
    overflow-y: scroll;
    overflow-x: auto;
}

.item_notes {
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14pt;*/
    color: ghostwhite;
    background-color: transparent;
    border: none;
    width: 100%;
}

.cancelPopup {
    position: relative;
    width: 400px;
    min-height: 150px;
    margin-top: 175px;
    border: 1px solid #666;
    background-color: white;
    z-index: 13000;
    /*-webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);*/
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

.cancelHeader {
    width: 400px;
    color: ghostwhite;
    background-color: #860038;
}

.confirmHeader {
    margin: 0;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    padding: 2px 0 2px 5px;
    text-align: center;
}

.cancelMessage {
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    padding: 2px 0 2px 5px;
    text-align: left;
    width: 100%;
    -webkit-user-select: none;
}

.cancelButtons {
    width: 100%;
    position: relative;
    top: 47px;
    text-align: center;
    word-spacing: -0.3em;
}

.confirmButton {
    display: block;
    float: right;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    background-color: #57575C;
    color: ghostwhite;
    border: 1px solid #37373C;
    height: 30px;
    width: 180px;
    cursor: pointer;
    margin: 2px 2px 0px 2px;
}

.gridReportList {
    height: 100%;
}

    .gridReportList th {
        padding-left: 5px;
        padding-right: 25px;
    }

.gridReportColumnText {
    padding-left: 5px;
    padding-right: 5px;
}

.gridReportColumnDate {
    padding-left: 5px;
    padding-right: 25px;
}

.gridReportColumnDecimal {
    padding-left: 25px;
    padding-right: 5px;
}

.gridReportColumnInteger {
    padding-left: 25px;
    padding-right: 5px;
}

.GridReportRow {
    min-height: 23px;
    height: 23px;
    max-height: 23px;
}

.contactPanel {
    position: fixed;
    top: 30%;
    left: 40%;
    height: 300px;
    width: 340px;
    min-width: 150px;
    background-color: white;
    z-index: 100000;
    border: 1px solid #860038;
}

.contactPanelHeader {
    width: 338px;
    height: 20px;
    background-color: #860038;
    color: ghostwhite;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    border: none;
    /*! margin: 5px; */
    outline: none;
    text-decoration: none;
}

.contactDiv {
    padding: 5px;
}

.contactDetails {
    height: 198px;
    width: 322px;
    resize: none;
}

.contactDone {
    float: right;
    /*! margin: 2px 5px 3px 4px; */
}

.contactPanelPrompt {
    color: #860038;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-style: italic;
    /*! margin: 0 5px; */
}

.spinner {
    margin: 5px;
    height: 20px;
    width: 20px;
    animation: rotate 1.0s infinite linear;
    border: 8px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sk-fading-circle {
    margin: 5px;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: white;
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.reviewPopup {
    position: relative;
    width: 400px;
    min-height: 135px;
    margin-top: 175px;
    border: 1px solid #666;
    background-color: white;
    z-index: 13000;
    /*-webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);*/
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

.reviewHeader {
    width: 400px;
    color: ghostwhite;
    background-color: #860038;
}

.confirmHeader {
    margin: 0;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    padding: 5px 0 5px 5px;
    text-align: left;
    height: 25px;
}

.reviewMessage {
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    padding: 2px 0 2px 5px;
}

.reviewButtons {
    margin: 15px 0px 15px 0;
    text-align: center;
    word-spacing: -0.3em;
    width: 60%;
}

.StartNavigation {
    word-spacing: -0.3em;
    margin: 0px 3px 5px 0px;
}

.StepNavigation {
    word-spacing: -0.3em;
    margin: 0px 3px 5px 0px;
}

.FinishNavigation {
    word-spacing: -0.3em;
    margin: 0px 3px 5px 0px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    padding: 2px;
    position: relative;
    top: 1px;
    left: 1px;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #dedede;
        border-radius: 2px;
        border: 0px solid #000101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 5px;
        background: #860038;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.6px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #dedede;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #dedede;
        border-radius: 2px;
        border: 0px solid #000101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 5px;
        background: #860038;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 3px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #dedede;
        border: 0px solid #000101;
        border-radius: 5px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #dedede;
        border: 0px solid #000101;
        border-radius: 5px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 5px;
        background: #860038;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #dedede;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #dedede;
    }

.leadCharityToggle {
}

    .leadCharityToggle input[type=checkbox] {
        white-space: nowrap;
    }

    .leadCharityToggle label {
        display: block;
        float: left;
        cursor: pointer;
    }

    .leadCharityToggle input[type=checkbox]:checked + label::before,
    .leadCharityToggle input[type=checkbox]:not(:checked) + label::before,
    .leadCharityToggle input[type=checkbox] + label {
        width: 70pt;
        height: 25pt;
        line-height: 25pt;
    }

    .leadCharityToggle input[type=checkbox] + label {
        vertical-align: middle;
        text-align: center;
        font-size: 11pt;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    }

    .leadCharityToggle input[type=checkbox]:not(:checked) + label::before {
        content: "Lead charity";
        color: black;
        padding: 0 5px;
    }

    /* content to display and style pertinent to checked state*/
    .leadCharityToggle input[type=checkbox]:checked + label::before {
        content: "Lead charity";
        color: ghostwhite;
        background-color: #000088;
        padding: 0 5px;
    }

.CoBenLegacyLabel {
    display: table-cell;
    /* padding-left: 10px; */
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    width: 100px;
}

.CoBenLegacyNotesLabel {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
    width: calc(-15px + 100%);
    font-size: 14px;
}

.CoBenLegacyDate {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    min-width: calc(-3px + 100%);
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.CoBenLegacyDDL {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    width: 420px;
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.CoBenLegacyTextBox {
    padding: 2px 0px 2px 5px;
    /* margin-left: 5px; */
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 20px;
    width: 100px;
    /* border: 1px solid #ABABAB; */
}

.CoBenLegacyCurrencyBox {
    min-height: 20px;
    padding: 2px 5px 2px 0px !important;
    background-color: white;
    /*font-family: Clear, "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /*margin-left: 2px;*/
    text-align: right;
    width: 210px;
    border: 1px solid #ABABAB;
}

.EditCoBenLegacyLabel {
    display: table-cell;
    /* padding-left: 10px; */
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    width: 102px;
}

.EditCoBenLegacyNotesLabel {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
    width: calc(-15px + 100%);
    font-size: 14px;
}

.EditCoBenLegacyDate {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    min-width: calc(-3px + 100%);
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.EditCoBenLegacyDDL {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    /* margin-left: 5px; */
    min-height: 26px;
    background-color: white;
    border: 1px solid #ABABAB;
    width: calc(100% - 8px);
    padding: 2px 5px 2px 5px;
    /* margin-left: 5px; */
    margin-top: 0px;
    resize: none;
}

.EditCoBenLegacyTextBox {
    padding: 2px 0px 2px 5px;
    /* margin-left: 5px; */
    background-color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 20px;
    width: calc(100% - 15px);
    border: 1px solid #ABABAB;
    display: block;
}

.EditCoBenLegacyCurrencyBox {
    min-height: 20px;
    padding: 2px 5px 2px 0px !important;
    background-color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin-left: 2px;
    text-align: right;
    width: 210px;
    border: 1px solid #ABABAB;
}

.PopupConfirm {
    position: relative;
    width: 435px;
    min-height: 150px;
    border: 1px solid #666;
    background-color: white;
    z-index: 13000;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 1);
}

.popupConfirmHeader {
    margin: 0;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13pt;
    color: ghostwhite;
    background-color: #860038;
    border-bottom: 1px solid #000;
    padding: 5px 5px 0px 5px;
    text-align: left;
    height: 30px;
}

.popupConfirmPrompt {
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11.5pt;
    color: black;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 2px 0 2px 5px;
}

.popupConfirmButtons {
    text-align: center;
    word-spacing: -0.3em;
}

.popupConfirmOK {
    display: block;
    float: left;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    background-color: transparent;
    color: #57575C;
    border: 1px solid #57575C;
    height: 27px;
    width: 180px;
    cursor: pointer;
    margin: 45px 0px 10px 19px;
}

    .popupConfirmOK:hover {
        background-color: #57575C;
        color: ghostwhite;
    }


.popupConfirmCancel {
    display: block;
    float: right;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    background-color: transparent;
    color: #57575C;
    border: 1px solid #57575C;
    height: 27px;
    width: 180px;
    cursor: pointer;
    margin: 45px 19px 10px 0px;
}

    .popupConfirmCancel:hover {
        background-color: #57575C;
        color: ghostwhite;
    }

.review_notes {
    max-height: 60px;
    height: 60px;
    min-height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

.income_notes {
    max-height: 60px;
    height: 60px;
    min-height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

.browser_counter {
    color: ghostwhite;
    position: absolute;
    bottom: -45px;
    left: 0px;
    z-index: 1;
    font-size: 25px;
}
