﻿body#frame-body {
    background-color: #fff;
    background-image: none;
    padding: 20px;
    overflow: auto;
}

a, input[type='submit'], button, input[type='button'] {
    border: 0px solid #000;
}

p {
    margin: 5px 0px;
}

.form-row.outside-fieldset {
    padding-left: 0px;
}

#page-area-outer {
    /*min-height: 600px;*/
}

.display-label {
    color: inherit;
    vertical-align: top;
}

    .display-label .imgRequired-wrapper {
        margin-top: 10px;
    }

    .display-label label, .display-label span {
        line-height: 200%;
    }

.display-field.button-right {
    /*  margin-top: 10px;*/
    text-align: right;
    width: 280px;
}

#payment-confirmation-details {
    margin-left: 0px;
}

    #payment-confirmation-details .display-label, #payment-confirmation-details .display-field {
        width: auto;
        padding: 10px 10px 10px 0px;
    }

    #payment-confirmation-details #paymentOption {
        padding: 10px 0px;
    }

.checkout-basket-summary-outer {
    margin-top: 20px;
}

    .checkout-basket-summary-outer .portal-table {
        margin-top: 0px;
    }



#basket-indicator-value {
    color: inherit;
}

input.portal-button.med-text, .portal-button-link.med-text, .form-row div.portal-button-link.med-text {
    white-space: nowrap;
    overflow: visible;
}

input.portal-button.sml-text, .portal-button-link.sml-text {
    width: auto;
}

.site-breadcrumb-activeitem {
    color: #555555;
    padding: 0px 10px;
}

.site-breadcrumb-nonactiveitem a:hover, #logincontainer a:hover, .page-info a {
    text-decoration: inherit;
}

.site-breadcrumb-nonactiveitem a, #logincontainer a, .page-info a {
    color: inherit;
    text-decoration: inherit;
}


.school-item-image-small, .standard-item-image-small, .service-item-image-small, .parking-item-image-small {
    width: 150px;
    height: 150px;
    margin-top: 0.5em;
    margin-left: 0.5em;
}


/* general page layout */
body {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #535353;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, rgb(224,224,224)), color-stop(0.61, rgb(255,255,255)) );
    background: -moz-linear-gradient(center top, rgb(224,224,224) 30%, rgb(255,255,255) 85% );
    background: -ms-linear-gradient(top, rgb(224,224,224) 30%,rgb(255,255,255) 85%); /* IE10+ */
    background: linear-gradient(to bottom,rgb(224,224,224) 30%,rgb(255,255,255) 85%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    line-height: 19px;
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #482278;
    font-style: normal;
    margin-bottom: 10px;
}

h2 {
    margin: 10px 0px;
    font-size: 1.2em;
    color: #482278;
}

h3 {
    font-size: 1.1em;
    margin: 5px 0px;
}


img {
    border: none;
}

input {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

fieldset {
    border: 0px;
}

a {
    text-decoration: none;
    color: #4a2278;
    font-weight: normal;
}

    a:hover {
        text-decoration: underline;
        color: #000;
    }

    a:focus {
        outline: solid 2px #a588d6;
    }

    a.bold {
        font-weight: bold;
        text-decoration: underline;
    }

select, input[type='text'], input[type='password'], input[type='tel'], input[type='number'], input[type='email'], input[type='time'], textarea {
    padding: 6px 0 4px 7px;
    border: 1px solid rgb(200, 199, 199);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
    -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
}

input[type='checkbox'] {
    padding: 6px;
    border: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type='tel']:focus, input[type="number"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type='time']:focus, select:focus, textarea:focus {
    border: 1px solid #4c2177;
}

.ui-spinner {
    border: 1px solid rgb(200, 199, 199);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
    -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
}

    .ui-spinner input {
        box-shadow: none;
    }

select {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.09) inset;
    font-family: Helvetica, Arial, sans-serif;
    padding-right: 6px;
}

#catalogue-filters.form-row input.med-text, #catalogue-filters.form-row select.med-text {
    width: 200px;
}
/* these make the pageHeader element full height... */
.site-breadcrumb-container-outer {
    float: left;
}

#logincontainerouter, #logincontainerinner {
    float: right;
}

#logincontainer {
    height: 30px;
    float: left;
    padding: 13px 10px 0px 0px;
}

#logincontainer-login {
    padding: 5px 10px;
}

.catalog-item-form, .catalog-parking-form {
    display: block;
    padding-left: 10px;
    overflow: hidden;
}

.school-item-image-small-container, .service-item-image-small-container, .standard-item-image-small-container, .parking-item-image-small-container {
    padding: 0px;
}

.result-line {
    padding-bottom: 5px;
    margin: 0px;
}

.catalogue-results-item-school-text-description,
.catalogue-results-item-customservice-text-description,
.catalogue-results-item-standard-text-description,
.catalogue-results-item-parking-text-description {
    font-style: normal;
    color: black;
    height: 33px;
    padding-top: 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px;
}


.catalogue-results-item-school-text-shopText,
.catalogue-results-item-service-text-shopText,
.catalogue-results-item-customservice-text-shopText,
.catalogue-results-item-standard-text-shopText,
.catalogue-results-item-parking-text-shopText {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
}

.catalogue-results-item-school-text-userhelptext,
.catalogue-results-item-service-text-userhelptext,
.catalogue-results-item-standard-text-userhelptext,
.catalogue-results-item-parking-text-userhelptext {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* These are the top bar buttons */
.nav-item {
    background-color: white;
    display: block;
    float: left;
    padding: 0px 13px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #4A2278;
    margin: 0px;
    text-decoration: none;
    text-align: center;
}

    .nav-item:hover {
        text-decoration: none;
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
    }

    .nav-item a {
        display: inline-block;
        color: inherit;
        line-height: 40px;
        text-align: center;
        padding: 0px;
    }


        .nav-item a:hover, .nav-item:hover {
            text-decoration: none !important;
            background: #fff;
            background: url(../images/bg_navitem.gif) repeat-x #f0f0f0;
            background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.01, rgb(249,249,249)), color-stop(0.62, rgb(236,236,236)) );
            background-image: -moz-linear-gradient( center top, rgb(249,249,249) 1%, rgb(236,236,236) 62% );
            color: black;
        }

    .nav-item .sub-menu .nav-item {
        border-left: 1px solid #CCCCCC;
        border-radius: 0 0 0 0;
        border-right: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        line-height: normal;
        margin: 0;
        padding: 0px;
        text-align: center;
    }

        .nav-item .sub-menu .nav-item:last-child {
            border-bottom: solid 1px #CCCCCC;
        }

    .nav-item .sub-menu {
        top: 40px;
        box-shadow: 0px;
    }


#basket-indicator {
    background-color: white;
    display: block;
    float: left;
    padding: 0px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #4A2278;
    margin: 0px;
    text-decoration: none;
    text-align: center;
}


    #basket-indicator:hover {
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        background: #fff;
        background: url(../images/bg_navitem.gif) repeat-x #f0f0f0;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.01, rgb(249,249,249)), color-stop(0.62, rgb(236,236,236)) );
        background-image: -moz-linear-gradient( center top, rgb(249,249,249) 1%, rgb(236,236,236) 62% );
        color: black;
        text-decoration: none;
    }

    #basket-indicator a {
        color: inherit;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
    }

        #basket-indicator a:hover {
            text-decoration: none !important;
        }

        #basket-indicator a .basket-indicator-sub-items {
            position: relative;
            bottom: 0px;
        }

.basket-indicator-sub-items {
    text-decoration: none !important;
}

#basket-indicator-detail {
    float: left;
}

#basket-indicator-legend {
    float: left;
    color: rgb(0, 153, 0);
    width: auto;
    text-align: left;
    background-image: url(../images/Basket.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 32px;
    padding-left: 45px;
    padding-top: 8px;
}


#basket-indicator .indicator-item, #basket-indicator-legend {
    display: inline-block;
}


/* These are all other buttons */
.portal-button, .ui-widget-content button.ui-button {
    background-color: #4c2177;
    color: white;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-image: none;
    font-family: Arial, sans-serif;
    font-size: 1em;
}

    .portal-button:hover, .ui-widget-content button.ui-button:hover {
        background-color: #58585a;
        color: white;
    }

/* pretend buttons */
.portal-button-link {
    width: auto;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    display: inline-block;
    font-size: 1em;
}

    .portal-button-link a {
        background-color: #4c2177 !important;
        color: white !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none !important;
        line-height: 30px;
        display: block;
        text-align: center;
        font-size: 1em;
    }

        .portal-button-link a:hover {
            background-color: #58585a !important;
            color: white !important;
            cursor: pointer;
            -moz-box-shadow: #999 2px 2px 2px;
            -webkit-box-shadow: #999 2px 2px 2px;
            box-shadow: #999 2px 2px 2px;
            text-decoration: none !important;
        }

/* navigation buttons - disabled mode */

.pager-content .pager-pagesize-inner ul {
    float: right;
}

.pager-label {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

    .pager-label.offscreen {
        position: absolute;
        left: -1000px;
        top: auto;
        overflow: hidden;
        height: 1px;
        width: 1px;
    }

.pager-content {
    padding-top: 10px;
}

    .pager-content li {
        float: left;
    }

    .pager-content .pager-pagesize-outer {
        float: right;
    }

    .pager-content a {
        background-color: #4c2177;
        color: white;
        border: 1px solid #4c2177;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 2px 2px 2px #DDDDDD;
        margin-right: 3px;
        padding: 4px 10px;
        line-height: 100%;
        text-decoration: none;
    }

        .pager-content a:hover {
            background-color: #58585a;
            color: white;
            border: 1px solid #4c2177;
            cursor: pointer;
            text-decoration: none;
        }

    .pager-content li.selected a {
        background-color: #fff;
        color: black;
        border: 1px solid #4c2177;
    }

/* NEXT / OK buttons */
.portal-button.portal-confirm {
    color: white;
    background-color: #a588d6;
}

    .portal-button.portal-confirm:hover {
        color: white;
        background-color: #1a171b;
    }

.portal-button-link.portal-confirm {
    color: white;
    background-color: #a588d6 !important;
}

    .portal-button-link.portal-confirm a {
        color: white;
        background-color: #a588d6 !important;
    }

    .portal-button-link.portal-confirm:hover {
        color: white;
        background-color: #1a171b !important;
    }

    .portal-button-link.portal-confirm a:hover {
        color: white;
        background-color: #1a171b !important;
    }

/* colour alternative bars */
.item-standard-resultline-odd, 
.item-school-resultline-odd, 
.item-parking-resultline-odd, 
.item-service-resultline-odd, 
.item-ext-standard-resultline-odd, 
.item-ext-school-resultline-odd, 
.item-ext-parking-resultline-odd, 
.item-ext-service-resultline-odd {
    border-bottom: 1px #cfcfcf solid;
    margin: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-image: url('../images/shop_background.gif');
    background-repeat: repeat-x;
}

.item-standard-resultline-even, 
.item-school-resultline-even, 
.item-parking-resultline-even, 
.item-service-resultline-even, 
.item-ext-standard-resultline-even, 
.item-ext-school-resultline-even, 
.item-ext-parking-resultline-even, 
.item-ext-service-resultline-even {
    border-bottom: 1px #cfcfcf solid;
    margin: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-image: url('../images/shop_background.gif');
    background-repeat: repeat-x;
}

.catalogue-results-item-standard, .catalogue-results-item-service, .catalogue-results-item-school, .catalogue-results-item-parking {
    padding: 0px;
}

/* thawte stuff */
.CivicaFooter {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
}

.thawte {
    float: right;
    width: 150px;
    text-align: right;
    vertical-align: top;
}

.leftofthawte {
    width: 780px;
    float: left;
    text-align: left;
}

.photolink {
    text-align: left;
}

    .photolink A:link {
    }

    .photolink A:visited {
    }

    .photolink A:active {
    }

    .photolink A:hover {
    }

.sys_footer_row2_break {
    padding: 5px, 0px, 5px, 0px;
    clear: left;
    margin: 0;
    border-top: 1px dotted #00472f;
    font-weight: bold;
    text-align: center;
    height: 5px;
}

.sys_footer_row2_Bold {
    font-weight: bold;
    background-color: Transparent;
}


/* customer layout using structured divs */
#content-area-outer {
    width: 100%;
    min-width: 1110px;
    background: url(../images/bg_canvas.png) no-repeat center top;
    padding-top: 21px;
}

#content-area-inner {
    width: 100%;
    background: url(../images/bg_canvas_white.gif) repeat-y center top;
}

#content-top-outer, #header-wrapper-outer, #page-area-outer {
    width: 957px;
    margin: 0 auto;
}

#footer-wrapper-outer {
    margin-top: 20px;
    background: url(../images/bg_footer.jpg) no-repeat top center #fff;
}

#footer-wrapper-inner {
    width: 954px;
    margin: 0 auto;
}

#custom-header-outer, #header-area-outer {
    position: relative;
    z-index: 20;
    margin-left: 10px;
}

.logo {
    float: left;
    margin-top: 12px;
}

#header-area-outer {
    clear: both;
}

.subTitle {
    padding-top: 42px;
    margin-bottom: -4px;
}

.cufon {
    font-family: "Bliss Bold", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size-adjust: 0.47;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.subTitle h1 {
    font-size: 1.1em;
    padding-bottom: 0px;
    color: #482278;
    margin-left: 3px;
    height: 45px;
}

.logo img {
    float: left;
}

img {
    border: none;
}

#header-area-inner {
    font-size: 1.1em;
    /* height: 40px; */
    margin-top: 25px;
    display: block;
    position: relative;
    z-index: 30;
    right: 10px;
    width: 956px;
}

#header-menu {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#header-breadcrumb {
    background: url(../images/bg_topNavShadow.jpg) no-repeat;
    height: 37px;
    font-size: 1em;
}


.site-breadcrumb-container ul {
    padding-left: 4px;
    padding-top: 13px;
}

.main-content fieldset {
    border: 0px;
    padding: 0px;
}

#content-title {
    padding-top: 10px;
}

    #content-title h1, fieldset h1 {
        background-color: rgba(70, 43, 111, 0.8);
        color: white;
        padding: 0.5em;
        font-size: 1.9em;
    }

.main-content fieldset legend {
    padding: 0px;
}

    .main-content fieldset legend h2 {
        padding-left: 0px;
        color: #4c2177;
        font-size: 1.2em;
    }

#page {
    padding-left: 0px;
    padding-right: 0px;
}


.form-row {
    padding: 5px 0px;
    clear: both;
    vertical-align: top;
}

#catalog-filters-outer {
    margin-bottom: 0.5em;
}

#pagination-stepahead-buttons {
    float: right;
}


#search-area {
    float: right;
}

.paymenthistory-searchbutton {
    float: right;
}

#catalogue-filters select, #catalogue-filters input, #catalogue-filters label {
    margin-right: 0px;
    margin-left: 5px;
}

#CategoryFilter {
    margin-left: 0px !important;
}

.form-row input, .form-row select {
    margin-right: 0px;
}

.form_area {
    float: left;
}

.addToBasketButton {
    float: right;
    /*padding-top: 90px;*/
}

.catalogue-result-outer {
    position: relative;
}

.catalogue-item-detail-buttons-outer {
    position: absolute;
    right: 0px;
    top: 52px;
    z-index: 1050;
}

   .catalogue-item-detail-buttons-outer-recurring {
       margin-top:4px;
   }
/*.catalogue-item-detail-buttons-recurring {
    position: absolute;
    right: 0px;
    top: 86px;
    z-index: 1050;
}*/

.catalogue-item-pleasewaitarea {
    padding-top: 10px;
    text-align: center;
}


#addToBasketPleaseWait {
    display: none;
}

.item-standard-text, .item-school-text, .item-service-text, .item-parking-text {
    color: inherit;
}

.validation-summary-messages {
    margin-bottom: 4px;
}

    .validation-summary-messages h3 {
        font-size: 1.2em;
        color: #ff0000;
        margin: 3px 0px;
        padding: 0px;
        clear: both;
        font-weight: bold;
    }

.validation-summary-errors-wrapper {
    margin-bottom: 10px;
}

.validation-summary-errors li a, .error-summary-linkitem {
    color: red !important;
}


.form-row.buttons {
    float: left;
    margin-top: 0.5em;
}


#catalogue-filters .portal-button {
}

.portal-button, div.portal-button-link {
    border-radius: 4px;
    height: 30px;
}

.shopping-basket-view #result {
    background-color: white;
    color: rgb(0, 153, 0);
    width: auto;
    text-align: left;
    font-size: 1.3em;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: middle left;
    height: 32px;
    padding-left: 40px;
    padding-top: 8px;
}



.nav-item, #basket-indicator {
    width: auto;
}

.validation-summary-errors {
    color: Red !important;
}

/*Login page styles*/
.page-split.left-col {
    float: left;
}

.page-split {
    display: inline-block;
    width: 49%;
}


/*Table Style*/

table.portal-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

    table.portal-table thead {
        color: #fff;
        background-color: rgba(70, 43, 111, 0.8);
        border-bottom: 1px solid #888;
    }

        table.portal-table thead td {
            padding: 10px 5px;
            border-bottom: solid 1px #777;
            border-top: solid 1px #777;
        }

            table.portal-table thead td:first-child, table.portal-table thead tr {
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
            }

            table.portal-table thead td:last-child, table.portal-table thead tr {
                -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
            }

    table.portal-table tbody tr.even-row td {
        background-color: #eee;
    }

    table.portal-table tbody {
        background-color: #fff;
        border-bottom: 1px solid #888;
        border-left: 1px solid #888;
        border-right: 1px solid #888;
        border: none;
    }

        table.portal-table tbody td {
            padding: 5px 3px;
        }

        table.portal-table tbody tr:nth-child(even) {
            background-color: #ddd;
        }

        table.portal-table tbody td:first-child, table.portal-table tfoot td:first-child {
            border-left: solid 1px #777;
        }

        table.portal-table tbody td:last-child, table.portal-table tfoot td:last-child {
            border-right: solid 1px #777;
        }

        table.portal-table tbody tr:last-child td {
            border-bottom: solid 1px #777;
        }

    table.portal-table tfoot tr td {
        background-color: rgba(70, 43, 111, 0.8);
        color: #fff;
        font-weight: bold;
        padding: 10px 5px;
        border-bottom: solid 1px #777;
    }

    table.portal-table tfoot tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    table.portal-table tfoot tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }


/*End Table styles*/

/*My Account Style*/

#my-account-nav .my-account-nav-item {
    background: url(../images/btns_mainWidget.png) no-repeat -158px 0px;
    height: 38px;
    margin-right: -1px;
    width: 155px;
    color: #482278;
    padding-bottom: 11px;
}

    #my-account-nav .my-account-nav-item.selected {
        background: url(../images/btns_mainWidget.png) no-repeat 0px 0px;
    }

    #my-account-nav .my-account-nav-item a:hover {
        font-weight: bold;
    }

    #my-account-nav .my-account-nav-item a, #my-account-nav .my-account-nav-item a:hover {
        text-decoration: none;
        line-height: 38px;
    }

#my-account-content {
    border: 1px solid #dbdbdb;
    padding: 20px;
    margin-top: -7px;
}

    #my-account-content .display-label {
        margin-top: 0px;
    }

    #my-account-content .display-field.button-right {
        margin-top: 0px;
    }
/*End My account styles*/


/*Customisable Service Pay*/
.catalogue-item-help-link {
    background: url(../images/icon_info.gif) no-repeat 0px 0px;
    width: 18px;
    height: 19px;
    margin-left: 5px;
    margin-top: 6px;
    display: inline-block;
}

.result-line input.custom-input-checkbox {
    margin: 0px;
    margin-top: 3px;
    padding: 6px 0px;
}

img.catalogue-help-diag-icon {
    margin-right: 10px;
    margin-top: 5px;
}

.result-line .custom-item-spacer {
    height: 30px;
    display: block;
}

.custom-service-pay-items .custom-service-pay-value-label {
    margin-bottom: 15px;
    display: inline-block;
}

/*Login View*/
#login-panels .portal-button, #login-panels .portal-button-link {
    width: 175px;
}

/*End Login View*/


/* Receipts */

#Receipt-standard--items-table-row,
#Receipt-failed--items-table-row {
}

.Receipt-standard--legend-detail-row,
.Receipt-failed--legend-detail-row,
.Receipt-declined--legend-detail-row, .Receipt-Vat--legend-detail-row {
    font-weight: bold;
}

.Receipt-declined--title, #Receipt-failed--not_made {
    margin-top: 20px;
}

.receipt-col {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-top: 10px;
}

    .receipt-col .receipt-label {
        padding-bottom: 10px;
    }

.receipt-table {
    padding: 10px 0px;
}

    .receipt-table table {
        min-width: 50%;
        width: auto;
    }

#emailAddressRow {
    margin: 10px 0px;
}

.main-content FIELDSET.success-receipt-header LEGEND {
    background: url(../images/tick.png) no-repeat left top #fff;
    padding-left: 46px;
    line-height: 36px;
    margin-left: 10px;
}

fieldset.failed-receipt-header LEGEND {
    background: url(../images/cross.png) no-repeat left top #fff;
    padding-left: 46px;
    line-height: 36px;
    margin-left: 10px;
}

fieldset.declined-receipt-header LEGEND {
    background: url(../images/cross.png) no-repeat left top #fff;
    padding-left: 46px;
    line-height: 36px;
    margin-left: 10px;
}

/*End receipts*/


/*Timeout warning */

#timeout-warning-dialog-content p, #timeout-expired-dialog-outer p {
    padding: 5px 5px 5px 25px;
}

    #timeout-warning-dialog-content p.warning, #timeout-expired-dialog-outer p.expired {
        background: url(../images/icon_info.gif) no-repeat 0px 5px;
    }

#timeout-warning-dialog-content span.timeout-value {
    color: #ff0000;
    font-size: 1.2em;
}

#timeout-expired-dialog-outer {
    display: none;
}

/*End timeout warning*/

#ddwarning-warning-dialog-content p, #ddwarning-expired-dialog-outer p {
    padding: 5px 5px 5px 25px;
    font-weight: bold;
}

    #ddwarning-warning-dialog-content p.warning, #ddwarning-expired-dialog-outer p.expired {
        background: url(../images/icon_info.gif) no-repeat 0px 5px;
    }

#ddwarning-warning-dialog-content span.timeout-value {
    color: #ff0000;
    font-size: 1.2em;
}

#ddwarning-expired-dialog-outer {
    display: none;
}

#rcpWarning-warning-dialog-content p, #rcpWarning-expired-dialog-outer p {
    padding: 5px 5px 5px 25px;
    font-weight: bold;
}

    #rcpWarning-warning-dialog-content p.warning, #rcpWarning-expired-dialog-outer p.expired {
        background: url(../images/icon_info.gif) no-repeat 0px 5px;
    }

#rcpWarning-warning-dialog-content span.timeout-value {
    color: #ff0000;
    font-size: 1.2em;
}

#rcpWarning-expired-dialog-outer {
    display: none;
}


.ui-widget-overlay {
    opacity: 0.6;
}


.ui-widget-header {
    /*background-image: url("../images/shop_background.gif");
    background-repeat: repeat-x;
    border-bottom: 1px solid #CFCFCF;*/
    background-image: none;
    background-color: rgba(70, 43, 111, 0.8);
    color: white;
}

span.ui-dialog-title {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}

#homepage-refresh-button {
    margin-top: 10px;
}

#cookiepolicy-main-outer {
    font-weight: normal;
    background-color: #8667c3;
    opacity: 0.7;
    padding: 5px 0px;
}

#cookiepolicy-main-inner {
}

.form-row .display-field select.autowidth {
    width: auto !important;
}

#filter-category.catalogue-filters-list-item {
    float: right;
    margin-left: 0px;
}

#filter-shop.catalogue-filters-list-item {
    float: left;
    margin-right: 10px;
}

.catalogue-results-item-service-text-description {
    width: auto;
    font-style: normal;
    color: black;
    height: 43px;
    padding-top: 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: -10px;
}


#saved-standard-image-outer,
#saved-school-image-outer {
    width: 150px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#saved-standard-balances td {
    width: 25%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px;
}

.homepage-saved-updatingprogress {
    visibility: hidden;
}

.saved-standard-image-outer .standard-item-image-small-container {
    float: none;
}

.saved-item-entry {
    padding-left: 165px;
}

.saved-item-container {
    padding-bottom: 10px;
}

.catalogue-saved-item-standard-shop-description,
.catalogue-saved-item-school-shop-description {
    color: black;
    height: 33px;
    padding-top: 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: -10px;
}

.catalogue-saved-item-standard-text-description,
.catalogue-saved-item-school-text-description {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}


.saved-item {    
    padding-bottom: 10px;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-image: url('../images/shop_background.gif');
    background-repeat: repeat-x;
}

#standard-remove, #school-remove, #standard-recurring, #school-recurring {
    margin-top: 5px;
}

#standard-needs-verifying, #school-needs-verifying {
    margin-top: 5px;
}

#containerViewSwitcher {
}

.confirmation-paymentdetails {
    width: 100%;
}

.confirmation-paymentdetails:nth-child(odd) {
    background: #e7e7e7;
}

.confirmation-multiple-label {
    width: 300px;
    float: left;
}

.confirmation-multiple-detail {
    width: 70px;
    float: left;
    text-align: right;
}

/* External Views Start */

.catalogue-results-item-ext-standard, 
.catalogue-results-item-ext-service, 
.catalogue-results-item-ext-school, 
.catalogue-results-item-ext-parking {
    padding: 0;
}

.catalogue-results-item-ext-standard-text-description,
.catalogue-results-item-ext-service-text-description,
.catalogue-results-item-ext-school-text-description,
.catalogue-results-item-ext-parking-text-description {
    font-style: normal;
    color: black;
    height: 33px;
    padding-top: 25px;
    font-size: 1.4em;
    font-weight: bold;
}


.catalogue-results-item-ext-standard-text-shopText,
.catalogue-results-item-ext-service-text-shopText,
.catalogue-results-item-ext-school-text-shopText,
.catalogue-results-item-ext-parking-text-shopText {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
}

.catalogue-results-item-ext-standard-text-userhelptext,
.catalogue-results-item-ext-service-text-userhelptext,
.catalogue-results-item-ext-school-text-userhelptext,
.catalogue-results-item-ext-parking-text-userhelptext {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

.catalogue-results-item-ext-standard-text-freetext1,
.catalogue-results-item-ext-service-text-freetext1,
.catalogue-results-item-ext-school-text-freetext1,
.catalogue-results-item-ext-parking-text-freetext1 {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.catalogue-results-item-ext-standard-text-freetext2,
.catalogue-results-item-ext-service-text-freetext2,
.catalogue-results-item-ext-school-text-freetext2,
.catalogue-results-item-ext-parking-text-freetext2 {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* External Views End */

.portal-button-link.med-text-wider {
    width: 155px;
}

.portal-button-link.sml-text-wider {
    width: 155px;
}

.portal-button.sml-text-wider {
    width: 155px;
}

.address-search-btns-container {
    position: relative;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5em;
}

.address-search-btns-left {
    float: left;
}

/* 
 *  Statement table columns
 */
.statement-table-balance-column-standard {
    display: table-cell;
    text-align: right;
}

.statement-table-balance-column-school {
    display: table-cell; 
    text-align: right;
}

.statement-table-amount-column-standard {
    display: table-cell;
    text-align: right;
}

.statement-table-amount-column-school {
    display: table-cell;
    text-align: right;
}
/* End Statement */

.address-search-btns-right {
    float: right;
}

/* accessibility */
.element-invisible {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
    overflow: hidden;
}

legend.hide {
    display: none;
}


.boldspan {
    font-weight: bold !important;
}

.mb25 {
    margin-bottom: 25px !important;
}


.mt25 {
    margin-top: 25px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.confirmpaymentforleft {
    width: 50%;
}

.confirmpaymentforright {
    width: 50%;
   /* margin-left: 450px;*/
    margin-top: -59px;
}

.paymentconfirmationleft {
    width: 50%;
    float:left;
}

.paymentconfirmationright {
    width: 50%;
   float:left;
}

.confirmbankleft {
    width: 50%;
}

.confirmbankright {
    width: 50%;
    margin-left: 450px;
    margin-top: -90px;
}

.confirmpaymentschleft {
    width: 50%;
}

.confirmpaymentschright {
    width: 50%;
    margin-left: 450px;
    margin-top: -120px;
}

.buttonrightimportant {
    text-align: right !important;
    width: 280px !important;
}

.disabled-portal-button {
    background-color: grey;
}
  
.dd-or-centre {
    margin-left: 255px;
}

.dd-or-centre-schedule-duration {
    margin-left: 31px;
}

.dd-title {
	font-weight: 700;
    color: #482278;
    font-style: normal;
    margin-bottom: 10px;
	font-size: 1.4em;
}

.dd-sub-title, #lblScreenTextRow {
	font-weight: 700;
    color: #482278;
    font-style: normal;
    margin-bottom: 10px;
	font-size: 1.2em;
}

.portal-button-recurring-payments {
	padding-left: 5px;
	padding-right: 5px;
}

.display-label-giftaid {
    width: 180px;
}

.display-field-giftaid {
	margin-left: 38px;
    margin-top: 12px;
}

.payment-type-option-first {
    width: 30%;
    float: left;
    height: 220px;
}

.payment-type-option {
    width: 30%;
    float: left;
    height: 220px;
    margin-left: 4%;
}
#rp-paymentschedule .display-label { vertical-align: baseline; }
#rp-paymentschedule fieldset { margin-top: 5px; }
#rp-continious-end-date-message { margin: 5px 0 5px 0; }
#rp-effectivedate {margin-top: 6px;}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #6C558A; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #6C558A;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
	font-size: 12px;
	font-weight:normal;
	left: 45px;
	top: -6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6C558A transparent transparent;
}

.tooltip-circle {
	width: 28px;
	height: 28px;
	border-radius: 26px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #6C558A;
}

.tooltip-circle:before {
	content: "?";
}

.payment-type-option-image {
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

.payment-info-icon {
    float: right;
}

.payment-schedule-tooltip
{
	left: 150px;
}

#rp-end-date-selection
{
	margin-top: 15px;
}

#rp-end-date-selection .or-space
{
	margin-left:10px;
	margin-right:10px;
}

#CalculateSchedule { margin-top: 15px; }

.portal-alert-warning  
{
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #8a6d3b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.vertical-align-middle  
{
   vertical-align:middle;
}

.help-icon-payment-confirmation  
{
   padding-right:10px;
}

.searchable-types-dropdown
{
    width: 400px;
    display: inline-block;
}

.payment-schedule-erroricon {
    background: url(../images/cross.png) no-repeat left top #fff;
    padding-left: 46px;
    line-height: 36px;
    margin-left: 10px;
}
