﻿@font-face {
    font-family: 'password';
    src: url(../fonts/password.ttf);
}

input.password {
    font-family: 'password';
}

@media (min-width: 768px) {
    html {
        height: 100%;
        margin: 0;
    }

    body {
        padding-bottom: 25px;
        margin: 0;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.body-outage {
    background: url('../images/outage_background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-bottom: 13%;
}

icon-driver @-moz-document url-prefix() {
    .body_outage {
        padding-bottom: 12%;
    }
}

.text-outage {
    color: #646464 !important;
}

.footer-outage-text {
    font-size: 11px !important;
}

.container-outage {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-outage:before, .container-outage:after {
        content: " ";
        display: table;
    }

    .container-outage:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container-outage {
        width: 750px;
    }
}

@media (min-width: 1024px) {
    .container-outage {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-outage {
        width: 860px;
    }
}

.site-container {
    background-color: #ffffff;
    min-height: 100%;
}

.site-navbar-header1 {
    background-color: #ffffff;
    color: #333333;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border-width: 0px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    padding-top: 5px;
}

.site-navbar-header2 {
    background-color: #E51937 !important;
    border-color: white !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.site-navbar-header2 {
    background-color: #E51937 !important;
    border-color: white !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.site-container {
    background-color: #ffffff;
    min-height: 100%;
}

.site-button-primary {
    text-decoration: none;
    transition: all .2s linear;
    width: 100%;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border: solid 1px #007DC3;
    background-color: white;
    color: #007DC3;
}

.site-button-primary:hover {
    border-radius: 2px;
    background-color: #007DC3;
    color: white;
}

.btn-primary {
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #FDB727;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-primary:hover {
    border-radius: 2px;
    background-color: #FDB727;
    color: #333;
    text-decoration: underline;
}

.btnSave {
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #333 !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.btnSave:hover {
    border-radius: 2px;
    background-color: #333 !important;
    color: #fff;
    text-decoration: underline;
}

.btnSavey:active, .btnSave:active:focus, .btnSave:active:hover, .btnSave:focus:focus {
    background-color: #333 !important;
}

.site-button-secondary {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background: white;
    transition: all .2s linear;
    width: 100%;
    text-transform: capitalize;
    border-radius: 2px;
    border: 1px solid #007DC3;
    color: #007DC3;
}

.site-button-secondary:hover {
    border-radius: 2px;
    background-color: #007DC3;
    color: white;
}

.site-button-cards {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: white;
    border-radius: 2px;
    transition: all .2s linear;
    width: 100%;
    border: 1px solid #007DC3;
    color: #007DC3;
    text-align: center;
    padding: 2.9375rem 0.375rem 0.375rem;
}

.site-button-cards:hover {
    border-radius: 2px;
    background-color: #007DC3;
    color: white;
}

.site-button-cards.btn-active-state, .site-button-secondary.btn-active-state {
    background-color: #007DC3 !important;
    color: white;
}

.site-button-square {
    margin: 0 5px;
    border-radius: 0;
}

.site-button-square-2 {
    margin: 0 5px;
    border-radius: 0;
}

.panel-title:hover {
    cursor: pointer;
}

.group-inner .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.p-accordion-text {
    color: black;
    text-decoration: none;
}

.p-inner-title {
    margin: 0;
    font-size: 80%;
    font-weight: bold;
}

.p-inner-text {
    margin: 0;
    font-size: 80%;
    font-weight: normal;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn-freq-Weekly, .btn-freq-Fortnightly, .btn-freq-Monthly {
    padding: 6px 5px;
}

.btn-show-AddCard2 {
    padding: 6px 0;
}

.btn.active {
    box-shadow: unset;
}

.txt-name-control {
    width: 100%;
    padding: 0.3125rem;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    height: 1.875rem;
    font-size: 0.9375rem;
}

    .txt-name-control[disabled] {
        background-color: #EEE;
        cursor: not-allowed;
    }

.txt-name-control-error {
    border-color: #fe4145 !important;
    width: 100%;
    padding: 0.3125rem;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    height: 1.875rem;
    font-size: 0.9375rem;
}

.icon-car:before {
    font-family: 'svg-icon';
    content: "\e800";
    font-size: 1.875rem;
    color: #007DC3;
    position: absolute;
    top: 0.625rem;
    left: 50%;
    margin-left: -0.9375rem;
}

.btn-show-vehicleOnly:hover, .btn-show-driverOnly:hover, .btn-show-VehicleDriver:hover, .btn-show-directDebit:hover, .btn-show-CreditCard:hover, .btn-hide-manualPayment:hover, .btn-show-CardClassName:hover, .btn-show-CardType:hover {
    background-color: #007DC3;
    color: white;
}

.btn-show-CardType:hover .icon-car:before {
    color: white;
}

.btn-show-CardClassName:hover .icon-car:before {
    color: white;
}

.btn-show-vehicleOnly:hover .icon-car:before {
    color: white;
}

.btn-show-vehicleOnly.btn-active-state .icon-car:before {
    color: white;
}

.btn-show-driverOnly:hover .icon-driver:before {
    color: white;
}

.btn-show-driverOnly.btn-active-state .icon-driver:before {
    color: white;
}

.btn-show-VehicleDriver:hover .icon-vehicleDriver:before {
    color: white;
}

.btn-show-VehicleDriver.btn-active-state .icon-vehicleDriver:before {
    color: white;
}

.icon-driver:before {
    font-family: 'svg-icon';
    content: "\e804";
    font-size: 1.875rem;
    color: #007DC3;
    position: absolute;
    top: 0.625rem;
    left: 50%;
    margin-left: -0.9375rem;
}

.icon-icon-new-individual-application:before {
    font-family: 'svg-icon';
    content: "\e804";
    font-size: 1.875rem;
    color: #007DC3;
    position: absolute;
    top: 0.625rem;
    left: 50%;
    margin-left: -0.9375rem;
}

.icon-new-business-application {
    font-family: 'svg-icon';
    content: "\e804";
    font-size: 1.875rem;
    color: #007DC3;
    position: absolute;
    top: 0.625rem;
    left: 50%;
    margin-left: -0.9375rem;
}

.icon-vehicleDriver:before {
    font-family: 'svg-icon';
    content: "\e805";
    font-size: 1.875rem;
    color: #007DC3;
    position: absolute;
    top: 0.625rem;
    left: 50%;
    margin-left: -0.9375rem;
}

.btn-active-state {
    background-color: #007DC3 !important;
    color: white !important;
}

input[type=checkbox] {
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
}

.paddingClass {
    margin: 15px !important;
    padding: 5px;
    background-color: white;
}

.jumbotron-center {
    text-align: center;
}

.label-checkbox {
    font-weight: normal;
    font-family: Arial;
}

.label-title {
    font-weight: normal;
}

.radiobuttongroup {
    font-weight: normal;
}

.img-float-left {
    float: left;
}

.img-align-center {
    align-items: center;
}

.div-background {
    background-image: url('../../images/background.jpg');
    top: 100px;
    margin: 0px 0px 0px 0px;
    padding-left: 5px;
}

.icon-center-align-separator {
    text-align: center;
    padding-bottom: 10px;
    display: block;
}

.icon-center-align {
    text-align: center;
    padding-bottom: 10px;
    display: block;
}

.popover-content-wex {
    padding: 0px !important;
    margin-bottom: 5px !important;
}

#countdown span {
    font-size: 26px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.headerGrid {
    font-weight: bold;
    cursor: pointer;
}

.detailsGrid {
    display: none;
    visibility: hidden;
}

.div-group {
    padding-right: 2.375rem;
}

.cv-group-hasError {
    color: #dc2052;
    font-size: 0.75rem;
    width: 90%;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    bottom: -1.25rem;
}

.label-group-hasError {
    color: #dc2052;
    font-size: 0.75rem;
    width: 90%;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    bottom: -1.25rem;
}

.form-group-name.has-error .group-element:before {
    top: 30% !important;
}

.form-group-credit.has-error .group-element:before {
    top: 0% !important;
}

.form-group-credit.has-success .group-element:before {
    top: 0% !important;
}

.form-group-fileUpload.has-error .group-element:before, .form-group-fileUpload.has-success .group-element:before {
    top: 5% !important;
    right: 1% !important;
}

.form-group-buttons.has-error .group-element:before, .form-group-buttons.has-success .group-element:before {
    top: 20% !important;
    right: 1% !important;
}

.form-group-buttons2.has-error .group-element:before, .form-group-buttons2.has-success .group-element:before {
    top: -85% !important;
    right: 1% !important;
}

.form-group-buttons-cardOptions.has-error .group-element:before, .form-group-buttons-cardOptions.has-success .group-element:before {
    top: -30% !important;
    right: 1% !important;
}

.form-group-radio.has-error .group-element:before, .form-group-radio.has-success .group-element:before {
    top: 10% !important;
    right: 1% !important;
}

.form-group-radio2.has-error .group-element:before, .form-group-radio2.has-success .group-element:before {
    top: -100% !important;
    right: 1% !important;
}

.form-group .error-message-wex,
.form-group .success-message-wex {
    width: 90%;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    display: none;
    bottom: -1.25rem;
}

.form-group .error-message-wex {
    color: #dc2052;
    font-size: 0.75rem;
}

.form-group .success-message-wex,
.form-group .text-card {
    font-style: italic;
    font-size: 1rem;
}

.accountpassword-option-copy {
    font-style: italic;
    font-size: 1rem;
}

.form-group .text-card {
    margin-top: 0.625rem;
    font-weight: normal;
}

.form-group.success-style .success-message-wex {
    position: static;
    margin-top: 1.125rem;
    width: 100%;
}

.form-group.success-style.has-success .group-element:before {
    top: 1.875rem;
}

@media only screen and (min-width: 768px) {
    .form-group-wex.has-success .group-element:before {
        top: 20% !important;
        margin-top: -0.0625rem;
    }

    .group-comp-trustee {
        margin-bottom: 1.25rem;
        padding-right: 0;
    }

        .group-comp-trustee:before, .group-comp-trustee:after {
            content: " ";
            display: table;
        }

        .group-comp-trustee:after {
            clear: both;
        }

        .group-comp-trustee .radio,
        .group-comp-trustee .input-abn {
            float: left;
        }

            .group-comp-trustee .radio .text {
                letter-spacing: -1px;
            }

        .group-comp-trustee .input-abn {
            position: relative;
        }

            .group-comp-trustee .input-abn .text {
                position: absolute;
                top: 0.3125rem;
                left: 0.75rem;
                font-size: 0.9375rem;
            }

            .group-comp-trustee .input-abn .form-control {
                padding-left: 1.25rem;
                padding-top: 0.375rem;
                font-weight: bold;
                line-height: 1;
            }

            .group-comp-trustee .input-abn .text {
                letter-spacing: 0;
            }

            .group-comp-trustee .input-abn .form-control {
                padding-top: 0.3125rem;
            }
}

.application-confirm {
    background: white;
    text-align: center;
    padding-bottom: 2rem;
}

.application-confirm-staff {
    background: white;
    padding-bottom: 80px !important;
}

    .application-confirm-staff h2 {
        padding-top: 20px !important;
    }

    .application-confirm-staff p {
        font-family: Arial !important;
        font-size: 22px !important;
        margin-bottom: 11px !important;
        margin-top: 11px !important;
        line-height: 1.1 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }

.application-confirm ol {
    padding: 0;
}

.application-confirm .account-info {
    padding: 0.2125rem;
}

    .application-confirm .account-info .title {
        text-align: left;
        padding: 1.25rem;
        font-size: 0.8125rem;
        position: relative;
    }

    .application-confirm .account-info .print {
        text-align: right;
        padding: 0.2rem;
        margin: 1rem;
        cursor: pointer;
    }

.application-confirm .title-primary {
    margin-bottom: 0.8125rem;
    padding-bottom: 2.8125rem;
    color: #007dc3;
    line-height: 1;
}

.application-confirm .title-secondary {
    margin-bottom: 0.4125rem;
    padding-bottom: 0.8125rem;
    color: #007dc3;
    line-height: 1;
}

.application-confirm .desc {
    margin-bottom: 1.1875rem;
}

.application-confirm .content {
    list-style-type: none;
    padding-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

.application-confirm p {
    padding-top: 1.25rem;
    font-size: 1rem;
    position: relative;
    margin-bottom: 1.25rem;
}

.application-confirm .newApplicationLink {
    padding-top: 1.25rem;
    font-size: 22px;
    position: relative;
    margin-bottom: 1.25rem;
    display: block;
    padding: 2.9375rem 0.375rem 0.375rem;
}

.application-confirm p:before {
    position: absolute;
    top: 0.5625rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: "museo700";
}

.application-confirm a:before {
    position: absolute;
    top: 0.5625rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: "museo700";
}

.block-complete-app {
    background: #4d4d4f;
    color: white;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

    .block-complete-app .title-primary {
        color: white;
    }

    .block-complete-app .title-desc {
        font-size: 1.125rem;
        margin: 1.875rem 0 0.1875rem;
        line-height: 1;
        color: white;
    }

    .block-complete-app .content {
        margin-bottom: 1.875rem;
    }

    .block-complete-app .desc {
        margin-bottom: 1.1875rem;
    }

        .block-complete-app .desc ul li {
            font-size: 1.25rem;
            color: white;
            line-height: 1.2;
            list-style: inside disc;
        }

.bgd-masthead {
    background-image: url(../images/banner-application.jpg);
}

.panel-group .panel-title-inner {
    background-color: rgb(0,125,195);
}

    .panel-group .panel-title-inner .number {
        background-color: white;
        color: #4D4D4F;
    }

    .panel-group .panel-title-inner.collapsed .number {
        background-color: white;
        color: #4D4D4F;
    }

    .panel-group .panel-title-inner.collapsed:before {
        background-color: #4D4D4F;
    }

    .panel-group .panel-title-inner.collapsed:after {
        background-color: #4D4D4F;
    }

.collapsed:hover {
    background-color: rgba(0,125,195,0.75);
}


.dropdownselection {
    background-color: #f7f7f7;
    height: 41px !important;
    width: calc(100% - 20px);
    font-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.accountsearchcategory select + i.glyphicon {
    background-color: #ffffff;
    margin-right: 0;
    margin-left: -30px;
    margin-top: 13px;
    padding-right: 5px;
    pointer-events: none;
}

.accountsearchcategory .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.internalDetailsDropdown {
    margin-bottom: 5px;
    float: left;
    background-color: #FFFFFF;
    position: relative;
    border-width: 0;
    width: 100%;
}

    .internalDetailsDropdown .dropdownselection {
        -moz-appearance: none;
        float: left;
        font-size: 100%;
        width: 100%;
    }

.dropdownselection[disabled] {
    background-color: #EEE;
    cursor: not-allowed;
}

.internalDetailsDropdown select + i.glyphicon {
    margin-right: 0;
    margin-left: -30px;
    margin-top: 13px;
    padding-right: 5px;
    pointer-events: none;
}

.internalNotes {
    width: 100%;
    padding: 5px;
    border: solid 1px #dbdbdb;
    resize: none;
    background-color: #f7f7f7;
    font-size: 0.9375rem;
}

    .internalNotes[disabled] {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea::-webkit-input-placeholder { /* Chrome */
    color: #999;
}

textarea:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

textarea:-moz-placeholder { /* Firefox 4 - 18 */
    color: #999;
    opacity: 1;
}

.btn-primary[disabled] {
    background-color: lightgray;
    color: gray;
}

.btn-primary:hover[disabled] {
    background-color: lightgray;
    text-decoration: none;
    cursor: not-allowed;
}

.deleteFileIcon, .deleteAttachmentIcon {
    float: right;
    background-image: url("..\\images\\icons\\icon_remove.png");
    width: 18px;
    height: 18px;
    background-size: 18px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.deleteAttachmentIconSpacer {
    margin-top: 4px;
}

.deleteFileIcon:hover, .deleteAttachmentIcon:hover {
    background-image: url("..\\images\\icons\\icon_error.png");
}

.uploadFileEntry {
    margin: 5px 0px 7px 26px;
}

.btn.site-button-primary[disabled], .btn.site-button-primary[disabled]:hover {
    background-color: lightgray;
    color: gray;
    border: 0;
}

.aspNetDisabled .attachmentInput-button {
    background-color: #eee;
    color: gray;
    cursor: not-allowed;
    border-color: #DBDBDB;
}

.pnlUploadedFile, .pnlUploadedAttachments {
    display: none;
    margin: 0 5px 5px 5px;
    border: solid 1px #DBDBDB;
    padding: 5px;
}

.paging {
    margin: 10px;
    text-align: right;
}

.pagination {
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li > .aspNetDisabled {
            color: #999999;
        }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a,
            .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                border-left-width: 0;
                font-size: 16px;
                color: #4d4d4f;
            }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            cursor: default;
            text-decoration: underline;
            font-weight: bold;
        }

        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover {
            color: #999999 !important;
            cursor: default;
            background-color: transparent;
        }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 1px 6px;
    font-size: 10.5px;
}

.pagination-numbers {
    text-decoration: underline !important;
}

.pnlUploadedBulk {
    margin: 5px 5px 5px 5px;
    border: solid 1px #DBDBDB;
    padding: 5px 5px 1px 5px;
}

.truncateText {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
}

.attachment-entry {
    border-top: solid 1px #DDD;
    padding-top: 4px;
}

.errorMessage {
    color: #dc2052;
    font-size: 0.75rem;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    bottom: -1.25rem;
}

select::-ms-expand {
    display: none;
}

.image-icon-individually {
    background: url('/OnlineApplication/Content/images/icon-individually.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 5px;
    line-height: 1.2;
}
    .image-icon-individually:hover, .image-icon-individually.btn-active-state {
        background: url('/OnlineApplication/Content/images/icon-individually-selected.png');
        background-color: #007DC3;
        background-repeat: no-repeat;
        background-position: top center;
        background-position-y: 5px;
    }

.image-icon-bulk {
    background-image: url('/OnlineApplication/Content/images/icon-bulk.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 5px;
    line-height: 1.2;
}
    .image-icon-bulk:hover, .image-icon-bulk.btn-active-state {
        background-image: url('/OnlineApplication/Content/images/icon-bulk-selected.png');
        background-color: #007DC3;
        background-position: top center;
        background-repeat: no-repeat;
        background-position-y: 5px;
    }

.searchButton {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    font-family: 'icomoon';
    color: white;
    background-color: #4d4d4f;
    font-size: 1.5em;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
    border: solid 1px #4d4d4f;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 0;
    width: 45px;
    display: inline-block;
    margin-left: -4px;
    line-height: 44px;
    height: 40px;
    vertical-align: bottom;
    cursor: pointer;
}

    .searchButton:focus {
        color: #333;
        border: dotted 1px white;
    }

.bootstrap-tagsinput input {
    height: 30px !important;
}

.bootstrap-tagsinput {
    border-right: none !important;
}

    .bootstrap-tagsinput input {
        max-width: 376px !important;
    }

        .bootstrap-tagsinput input[placeholder] {
            font-size: 14px;
        }


.bootstrap-tagsinput {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0 !important;
    width: 80%;
}

    .bootstrap-tagsinput input {
        height: 30px !important;
    }

    .bootstrap-tagsinput .wsstag {
        color: #ffffff !important;
        background-color: #007DC3 !important;
    }



.box-content {
    background: #ffffff;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .box-content.highlight-box {
        padding-left: 30px;
        padding-top: 28px;
        overflow: hidden;
        border: 1px solid #a6a6a7;
        position: relative;
    }

        .box-content.highlight-box.notification-box .highlight-content {
            background-image: url("../images/icons/icon_info.png");
        }

        .box-content.highlight-box.note-box .highlight-content {
            background-image: url("../images/icons/icon_note.png");
        }

        .box-content.highlight-box.error-box {
            border-color: #e31837;
        }

            .box-content.highlight-box.error-box .highlight-content {
                background-image: url("../images/icons/icon_error.png");
            }

            .box-content.highlight-box.error-box h3 {
                color: #e31837;
            }

        .box-content.highlight-box.success-box {
            border-color: #3bbda0;
        }

            .box-content.highlight-box.success-box .highlight-content {
                background-image: url("../images/icons/icon_success.png");
            }

            .box-content.highlight-box.success-box h3 {
                color: #3bbda0;
            }

        .box-content.highlight-box .highlight-content {
            width: 79%;
            padding-right: 20px;
        }

        .box-content.highlight-box > .btn {
            position: absolute;
            right: 20px;
            bottom: 20px;
        }

        .box-content.highlight-box .icon-close:before {
            padding: 10px;
            font-size: 10px;
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
        }

        .box-content.highlight-box .icon-close:hover:before {
            color: #007DC3;
        }

.highlight-content {
    text-align: left;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    padding: 3px 0 0 35px;
}

    .highlight-content.notification-content {
        background-image: url("../images/icons/icon_info.png");
    }

    .highlight-content.note-content {
        background-image: url("../images/icons/icon_note.png");
    }

    .highlight-content.error-content {
        background-image: url("../images/icons/icon_error.png");
    }

        .highlight-content.error-content h3 {
            color: #e31837;
        }

    .highlight-content.success-content {
        background-image: url("../images/icons/icon_success.png");
    }

        .highlight-content.success-content h3 {
            color: #3bbda0;
        }

    .highlight-content p {
        margin-bottom: 0;
    }

    .highlight-content h3 {
        margin-top: 0;
        font-size: 20px;
    }

.label-info {
    background-color: #007DC3 !important;
}

.filter-button {
    margin-bottom: 0;
}

    .filter-button a {
        text-decoration: none;
        text-transform: uppercase;
        font-family: Arial;
        font-weight: bold;
        font-size: 17px;
        color: #4d4d4f;
        width: 135px;
        display: block;
        padding: 10px 10px 10px 15px;
        margin-bottom: 0;

        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

        .filter-button a[aria-expanded="true"] {
            border-bottom: none;
        }

        .filter-button a:hover {
            background-color: #ffffff;
            color: #007DC3;
        }

.filter-nav-accordion {
    text-decoration: none;
    text-transform: uppercase;
}

    .filter-nav-accordion[aria-expanded="false"]:after {
        font-family: 'icomoon';
        content: "\e900";
        float: right;
        font-size: 7px;
        padding-top: 5px;
    }

    .filter-nav-accordion[aria-expanded="true"]:after {
        font-family: 'icomoon';
        content: "\e901";
        float: right;
        font-size: 7px;
        padding-top: 5px;
        border-bottom: none;
    }

    .filter-nav-accordion[aria-expanded="true"] {
        border-bottom: none;
    }

    .filter-nav-accordion[aria-expanded="false"] {
        border-bottom: 1px solid #ddd;
    }

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?c20x7k");
    src: url("../fonts/icomoon.eot?c20x7k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c20x7k") format("truetype"), url("../fonts/icomoon.woff?c20x7k") format("woff"), url("../fonts/icomoon.svg?c20x7k#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.radio-to-button {
    color: #007DC3;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-color: #2e6da4;
    text-decoration: none !important;
    font-size: 11px;
    text-transform: uppercase;

}

    .radio-to-button.focus,
    .radio-to-button:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .radio-to-button:hover {
        color: #fff;
        background-color: #007DC3;
    }

    .radio-to-button.active,
    .radio-to-button:active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #007DC3;
    }

.radio-to-button-disabled {
    pointer-events: none;
}

.filter-button-container {
    margin: 0 !important;
    padding: 0 !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .filter-button-container:after {
        content: '';
        width: calc(100% - 133px);
        height: 1px;
        background: #ddd;
        position: absolute;
        bottom: 100%;
        left: 134px;
    }

.filter-accordion {
    margin-bottom: 0;
}

.filter-radio-button {
    margin-right: 10px;
    border-radius: 5px;
    width: 100%;
    
}

.tieredPricingMessage {
    font-style: italic!important;
    font-size: 12px;
    color: #4d4d4f;
}

.staff-submit {
    padding-top: 150px;
}

.save-confirmation {
    font-size: 14px;
    font-family: Arial;
    color: #3bbda0;
}

input[type=text]::-ms-clear {
    display: none;
}

.processing-wait-message {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #4d4d4f;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #FFFFFF !important;
    text-decoration: none;
    outline: 0;
    background-color: #007DC3;
}

.supporting-files-upload-container {
    border: 1px solid #dbdbdb;
    height: 175px;
    overflow: auto;
    margin-bottom: 10px;
}

.supporting-files-upload-container > div {
    background-color: #f7f7f7;
    padding: 10px 10px 10px 10px;
}

.supporting-files-upload-container > table {
    width: 97%;
    margin: 0 7px 0 7px
}

.dynamic-help-text .info-icon {
    height: 30px;
    margin-left: 5px;
}

.btn-show-directDebit, .btn-show-CreditCard, .btn-hide-manualPayment {
    white-space: normal;
}

.bulkInput-button {
    white-space: normal;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #4d4d4f !important;
}

    .ui-widget.ui-widget-content {
        color: #4d4d4f !important;
    }