/* Site wide  [start]*/
body
{
	overflow-y: scroll;
	margin: 0px;
	font-size: 14px;
	Font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

*F
{
	box-sizing: border-box;
}

div
{
	display: block;
	position: relative;
}

A:link
{
	text-decoration: underline;
	color: black;
}

A:active
{
	text-decoration: underline;
	color: black;
}

A:hover
{
	text-decoration: none;
	color: black;
}

A:visited
{
	text-decoration: underline;
	color: black;
}

input[type="submit"], button, input[type="button"]
{
	border: 1px solid #6C1359;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="number"], input[type="email"], select, textarea
{
	padding: 5px 0px 4px 6px;		/* was 6px 0px 4px 7px; */
	/*border: 1px solid grey;
	-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="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="number"]:focus, input[type="email"]:focus, select:focus, textarea:focus
{
	border: 1px solid grey;
}
.ui-spinner input
{
	box-shadow: none;
}

.ui-state-default .ui-icon
{
	background-image: url(../../templates/islington/images/ui-icons_888888_256x240.png);
}

select
{
	padding-right: 6px;
}

input.portal-button.sml-text, .portal-button-link.sml-text
{
	width: auto !important;
}

p
{
	margin: 5px 0px;
}

.catalogue-item-pleasewaitarea
{
	padding-top: 10px;
	text-align: center;
}


#addToBasketPleaseWait
{
	display: none;
}

/* Main structure items */
#page-area, .main-content fieldset
{
	border: none;
	padding: 0px;
}

#page-area
{
	padding: 0px;
}

#content-area-outer
{
}

#content-area-inner
{
}

#custom-header-outer
{
	/* background-color: grey; */
	padding-bottom: 10px;
	/* padding-top: 10px; */
	height: 120px;
}

#header-area-inner, #page-area-inner, #footer-wrapper-inner
{
	width: 1024px;
	margin: 0 auto;
}

#custom-header
{
}

#header-area-outer
{
	clear: both;
}

#page-area-outer
{
	margin-bottom: 20px;
	margin-top: 12px;
}

#pageHeader
{
	padding-top: 10px;
}

#footer-wrapper-outer
{
	background: #DDD6CA none repeat scroll 0% 0%;
	padding-top: 10px;
	float: left;
	width: 100%;
}

#footer-area-outer
{
	overflow: hidden;
	height: 1%;
	width: 926px;
	margin-left: -52px;
	vertical-align: middle;
	padding: 0 0 21px 40px;
	background: url(../images/bg-footer-test.gif) no-repeat 0 100%;
}

#pagination-footer, #footer-wrapper-outer, #header-breadcrumb, .main-content fieldset
{
	margin-top: 10px;
}

.site-breadcrumb-container-outer {
    float: left;
}

#logincontainerouter, #logincontainerinner {
    float: right;
}


/* hack for widths */
#catalogue-filters
{
	width: auto;
}
#catalogue-filters.form-row input.med-text, #catalogue-filters.form-row select.med-text
{
	width: 170px;
}

.site-breadcrumb-nonactiveitem a, #logincontainer a, .page-info a, a
{
	color: #222222;
}

.site-breadcrumb-nonactiveitem a:hover, #logincontainer a:hover, .page-info a
{
	text-decoration: none;
}

/* These are the top bar buttons */
.nav-item a, #basket-indicator a
{
	text-decoration: none;
	/* border-radius: 5px; */
}

.nav-item a:hover, .nav-item:hover, #basket-indicator a:hover
{
	cursor: pointer;
	/* border-radius: 5px; */
}

.nav-item .sub-menu .nav-item
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* These are all other buttons */
.portal-button, .catalogue-results-item-school-addtoBasket, .catalogue-results-item-standard-addtoBasket, .catalogue-results-item-service-addtoBasket, .catalogue-results-item-parking-addtoBasket, .pagination-button, .standard-removeItem, .ui-widget-content button.ui-button
{
	height: 30px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.portal-button:hover, .catalogue-results-item-school-addtoBasket:hover, .catalogue-results-item-standard-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-parking-addtoBasket:hover, .pagination-button:hover, .ui-widget-content button.ui-button:hover
{
	/* border-radius: 5px; */
	cursor: pointer;
}

/* navigation buttons - disabled mode */
.pagination-button-disabled
{
	background-color: #fff;
	color: #039;
}

/* 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
{
	/* border-radius: 5px; */
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none !important;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 0.857em;
}

/* pretend buttons */
.portal-button-link a:hover
{
	cursor: pointer;
}

/* NEXT / OK buttons */
.portal-button.portal-confirm, .portal-button-link.portal-confirm a
{
	/* border-radius: 5px; */
	height: 32px;  /* was 30px */
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}


.portal-button.portal-confirm:hover, .portal-button-link.portal-confirm a:hover
{
}

.portal-button.portal-confirm {
    color: white;
    background-color: #a588d6;
}

#page-area, .main-content fieldset
{
	border: none;
	padding: 0px;
}

#login-panels .portal-button, #login-panels .portal-button-link, .portal-button-link.med-text, .form-row div.portal-button-link.med-text, .portal-button-link.med-text-wider, .portal-button-link.sml-text-wider, .portal-button.sml-text-wider
{
	width: 175px;
}

#page-area
{
	padding: 0px;
}

.holder-header
{
	overflow: hidden;
	height: 105px;
	margin-top: 12px;
	width: 100%;
}

.navigation
{
	position: absolute;
	bottom: 29px;
	overflow: hidden;
	left: 45px;
	background: grey;
	width: 875px;
	padding: 4px 0;
	margin: 0px;
	clear: both;
}


.navigation ul
{
	margin: 0 0 0 6px;
	padding-left: 3px;
	list-style: none;
	overflow: hidden;
}

.navigation ul li
{
	float: left;
	padding: 0 7px 0 8px;
	background: url(../images/line.gif) no-repeat 0 2px;
}

.navigation ul li a
{
	color: white;
}

.navigation ul li a:hover
{
	text-decoration: underline;
}

.navigation li:first-child
{
	background: none;
	margin-left: 0px;
	padding-left: 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, .catalogue-saved-item-standard-text-description, .catalogue-saved-item-school-text-description
{
	font-size: 1.28em;
	color: #222222;
}

.catalogue-results-item-school-text-description, .catalogue-results-item-service-text-description, .catalogue-results-item-customservice-text-description, .catalogue-results-item-standard-text-description, .catalogue-results-item-parking-text-description, .catalogue-saved-item-standard-shop-description, .catalogue-saved-item-school-shop-description, .catalogue-saved-item-service-shop-description, .catalogue-saved-item-parking-shop-description
{
	color: #222222;
	font-size: 1.7em;
	font-style: normal;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-family: "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", Arial,sans-serif;
}

.catalogue-results-item-service-text-description
{
	width: auto; /*    height: 43px; */
	line-height: 1.5em;
}

.catalogue-results-item-school-text-userhelptext, .catalogue-results-item-service-text-userhelptext, .catalogue-results-item-customservice-text-description, .catalogue-results-item-standard-text-userhelptext, .catalogue-results-item-parking-text-userhelptext
{
	font-style: normal;
	color: black;
	font-size: 1em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

.saved-item {    
}

.saved-item-entry{
    padding-left:165px; 
}

.saved-item-container{
    padding-bottom:10px;
}

.saved-standard-image-outer .standard-item-image-small-container
{
    float:none;
}

.item-standard-text, .item-school-text, .item-service-text, .item-parking-text
{
	display: inline-block;
	width: 200px;
	font-size: larger;
	color: black;
}

h1, h2, h3, h4
{
	color: black;
	padding-bottom: 5px;
	padding-top: 10px;
}

h1
{
	font-size: x-large;
}

h3
{
	font-size: 1.1em;
	margin: 5px 0px;
}

.catalog-item-form, .catalog-parking-form, #saved-standard-details-outer, #saved-school-details-outer, #saved-parking-details-outer, #saved-service-details-outer
{
	display: block;
	float: left;
	padding-left: 10px;
	overflow: hidden;
	width: 800px;
	padding-left: 5px;
}

.school-item-image-small-container, .service-item-image-small-container, .standard-item-image-small-container, .parking-item-image-small-container
{
	padding: 0px;
}

.result-line
{
	margin: 0px;
	padding-bottom: 5px;
}

/* 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
{
	background-color: white;
}

.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-eve
{
	background-color: white;
}

.result-line .lrg-text
{
	width: 250px;
}

#content-title
{
	padding-top: 10px;
}

#content-title h1
{
	background-color: white;
	color: #6C1359;
	font-style: normal;
	font-size: 2.57em;
	Font-family: "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", Arial,sans-serif;
}

#content-title
{
	/* width: 966px; margin-left: -65px;  	padding-left: 5px; 	padding-right: 5px; */
}

.photolink {
    text-align: left;
}

    .photolink A:link {
    }

    .photolink A:visited {
    }

    .photolink A:active {
    }

    .photolink A:hover {
    }


.CivicaFooter
{
	margin-bottom: 15px;
	color: White;
}


.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;
}

.pagination-button
{
	padding-left: 10px;
	padding-right: 10px;
}

.school-item-image-small, .standard-item-image-small, .service-item-image-small, .parking-item-image-small
{
	width: 150px;
	height: 150px;
	margin-left: 0.5em;
}

.form-row
{
	padding: 5px 0px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	vertical-align: top;
}

.form-row.buttons
{
	float: left;
	margin-top: 0.5em;
}

#catalog-filters-outer {
    margin-bottom: 0.5em;
}

#pagination-stepahead-buttons
{
	float: right;
}

.catalogue-item-detail-buttons-outer
{
	display: block;
	float: right;
	margin-top: 30px;
}

.catalogue-item-detail-text-outer
{
	display: block;
}

.catalogue-results-item-standard, .catalogue-results-item-school, .catalogue-results-item-service, .catalogue-results-item-parking, #saved-standard-outer, #saved-school-outer, #saved-service-outer, #saved-parking-outer
{
	margin-top: 10px;
	padding-top: 10px;
}

.catalogue-item-detail-editors-outer
{
	width: 500px;
	float: left;
}

.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;
}

#header-menu {
}

.nav-item, #basket-indicator first-child
{
	margin-left: 0px;
}

.nav-item, #basket-indicator 
{
	margin-left: 8px;
}

#basket-indicator
{
	margin-right: 0px;
	width: 200px;
}


#basket-indicator .indicator-item, #basket-indicator-legend
{
	display: block;
	padding-right: 10px;
}
#basket-indicator-legend
{
	text-align: left;
	background-image: url("../images/customers/Basket-white.png");
	background-repeat: no-repeat;
	background-position: right center;
	height: 32px;
	width: 32px;
	display: block;
	float: left;
	margin-top: -5px /* move the basket up a bit */;
}

#basket-indicator-detail
{
	display: block;
	float: right;
}

#basket-indicator a:hover {
            text-decoration: none !important;
        }

#basket-indicator a .basket-indicator-sub-items
{
	position: relative;
	padding-top: 10px;
	bottom: 0px;
}

.basket-indicator-sub-items {
    text-decoration: none !important;
}

.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 .pager-pagesize-inner ul
{
	float: right;
}

.pager-content
{
	padding-top: 10px;
}

.pager-content li
{
	float: left;
}

.pager-content .pager-pagesize-outer
{
	float: right;
}

.pager-content a
{
	/* border-radius: 3px 3px 3px 3px; */
	margin-right: 3px;
	padding: 4px 10px;
	line-height: 100%;
	text-decoration: none;
}

.pager-content a:hover
{
	cursor: pointer;
	text-decoration: none;
}

.pager-content li.selected a
{
	background-color: #fff;
	color: black !important;
	border: 1px solid grey;
}

.site-breadcrumb-container ul {
    padding-left: 4px;
    padding-top: 13px;
}

.main-content fieldset
{
	border: 0px none;
	padding: 0px;
}

.main-content fieldset legend {
    padding: 0px;
}

.main-content fieldset legend h2
{
        padding-left: 0px;
        color: #222222;
        font-size: 1.2em;
}

#catalogue-filters select, #catalogue-filters input, #catalogue-filters label {
    margin-right: 0px;
    margin-left: 5px;
}


#CategoryFilter {
    margin-left: 0px !important;
}

/*Login page styles*/

.page-split.left-col
{
	float: left;
}
.page-split
{
	display: inline-block;
	width: 49%;
}

.display-field.button-right
{
	text-align: right;
}

.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;
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
}

input.portal-button.med-text, .portal-button-link.med-text, .form-row div.portal-button-link.med-text
{
	white-space: nowrap;
}


/* 12.0.0.0 extra */

#cookiepolicy-main-outer
{
	font-size: normal;
	background-color: #666;
	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;
}

.pager-outer
{
	height: 35px;
}

.validation-summary-messages {
    margin-bottom: 4px;
}

.validation-summary-errors-wrapper {
    margin-bottom: 10px;
}

.validation-summary-messages h3
{
	font-size: 1.2em;
	color: rgb(255, 0, 0);
	margin: 3px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
}

.validation-summary-errors li a, .error-summary-linkitem
{
	color: red;
	list-style-type: none;
}

/*Table Style*/

table.portal-table
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

table.portal-table thead
{
	color: grey;
	background-color: white;
	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: white;
}

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: white;
}

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: white;
	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*/

.item-school-mandatoryFieldWarning
{
	margin-bottom: 5px;
}

#payment-confirmation-details .display-label, #payment-confirmation-details .display-field
{
	width: auto;
	padding: 10px 10px 10px 0px;
}

/*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;
}


/* Receipts */

#Reciept-standard--items-table-row, #Reciept-failed--items-table-row
{
}

.Reciept-standard--legend-detail-row, .Reciept-failed--legend-detail-row, .Reciept-declined--legend-detail-row, .Reciept-Vat--legend-detail-row
{
	font-weight: bold;
}

.Reciept-declined--title, #Reciept-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*/

#search-area
{
	vertical-align: top;
    float: right;
}


/* Logged in homepage spacing issues */
#homepage-welcome-main, #homepage-welcome-warning, #refresh-balances-info
{
	padding-bottom: 5px;
}

#message-header
{
	padding-top: 5px;
}
/* End logged in homepage spacing issues */

/*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;
}

#my-account-container
{
	padding-top: 10px;
}
/*End My account styles*/

/*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*/

#payment-confirmation-details .display-label, #payment-confirmation-details .display-field
{
	width: auto;
	padding: 10px 10px 10px 0px;
}

.med-text, .portal-button.add-to-basket
{
	width: auto !important;
}

.portal-button.add-to-basket, addToBasketButton
{
	/* font-size: 1.14em; */
	font-weight: 300;
	text-decoration: none;
	/* -moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none; */
	border-image: none;
	/* border-radius: 4px; */
}

.form_area {
    float: left;
}

.addToBasketButton
{
	float: right;
}

.portal-button.add-to-basket:hover
{
}

.display-field.button-right.med-text
{
	margin-left: 5px;
}

#imgCSC
{
	vertical-align: bottom;
}

#ChangePassword
{
	margin-top: 0px;
}

.form-row.buttons .display-label
{
	float: none;
}

#standard-remove, #school-remove
{
	margin-top: 5px;
}

#standard-needs-verifying, #school-needs-verifying
{
	margin-top: 5px;
}

#saved-standard-image-outer, #saved-school-image-outer, #saved-service-image-outer, #saved-parking-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: 1em;
	background-color: #DDD6CA;
}

.homepage-saved-updatingprogress
{
	visibility: hidden;
}

#standard-remove, #school-remove, #parking-remove, #service-remove
{
	margin-top: 5px;
}

#standard-needs-verifying, #school-needs-verifying, #service-needs-verifying, #parking-needs-verifying
{
	margin-top: 5px;
}

#containerViewSwitcher
{
	display: none;
}

#standard-needs-verifying .portal-button-link, #standard-remove .portal-button-link, #school-needs-verifying .portal-button-link, #school-remove .portal-button-link, #parking-needs-verifying .portal-button-link, #parking-remove .portal-button-link, #service-needs-verifying .portal-button-link, #service-remove .portal-button-link
{
	float: left;
	margin-top: 10px;
}

#standard-remove .portal-button-link, #service-remove .portal-button-link, #parking-remove .portal-button-link, #school-remove .portal-button-link
{
	margin-left: 10px;
}

/* space out "saved" item elements */
#saved-standard-details-detail form div, #school-standard-details-detail form div, #parking-standard-details-detail form div, #service-standard-details-detail form div
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.nav-item a, #basket-indicator a, .portal-button, .catalogue-results-item-school-addtoBasket, .catalogue-results-item-standard-addtoBasket, .catalogue-results-item-service-addtoBasket, .catalogue-results-item-parking-addtoBasket, .pagination-button, .standard-removeItem, .portal-button-link a, .portal-button.portal-confirm, .portal-button-link.portal-confirm a, .pager-content a, .portal-button.add-to-basket, addToBasketButton
{
	background-color: #6C1359;
	color: white !important;
	border: 1px solid #6C1359;
	font-weight: bold;
}

/* the header area doesnt need borders though */

.nav-item a:hover, .nav-item:hover, #basket-indicator a:hover, .portal-button:hover, .catalogue-results-item-school-addtoBasket:hover, .catalogue-results-item-standard-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-parking-addtoBasket:hover, .pagination-button:hover, .portal-button-link a:hover, .portal-button.portal-confirm:hover, .portal-button-link.portal-confirm a:hover, 
.pager-content a:hover, .portal-button.add-to-basket:hover
{
	background-color: #222222;
	color: white;
	border-color: #222222;
}

/* Allow resizing of the nav bars / basket */
.nav-item a
{
	line-height: 55px;
}

.nav-item .sub-menu
{
	top: 55px;
}

#basket-indicator a
{
	height: 55px;
}


/*15.2*/
.form-row.outside-fieldset {
    padding-left: 0px;
}

.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: #222222;
    height: 33px;
    padding-top: 25px;
    font-size: 1.7em;
    /* font-weight: bold; */
	Font-family: "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", Arial,sans-serif;;
}


.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: #222222;
    font-size: 1.28em;
    font-weight: normal;
	padding-top: 20px;
}

.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 */

/* 
 *  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;
}

.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;
}

/* accessibility */
.element-invisible {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow:hidden;
}
legend.hide {
    display: none;
}

span.ui-dialog-title {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}

.ui-widget-header {
    /*background-image: url("../images/shop_background.gif");
    background-repeat: repeat-x;
    border-bottom: 1px solid #CFCFCF;*/
    background-image: none;
    background-color: grey;
    color: white;
}

.ui-widget-overlay {
    opacity: 0.6;
}

/* Saved Items Catalogue Width Default 600px Wide */

.catalogue-saved-item-parking-shop-description,
.catalogue-saved-item-service-shop-description, 
.catalogue-saved-item-standard-shop-description, 
.catalogue-saved-item-school-shop-description {width: 600px} 

.catalogue-saved-item-parking-text-description,
.catalogue-saved-item-service-text-description,
.catalogue-saved-item-standard-text-description,
.catalogue-saved-item-school-text-description {width:600px}

.item-stardard-resultline,
.item-school-resultline,
.item-service-resultline,
.item-parking-resultline {
    width: 600px;
}

.paymenthistory-searchbutton {
    float: right;
}

#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;
}


.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;
}

.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;
}


   .catalogue-item-detail-buttons-outer-recurring {
       margin-top:4px;
   }

#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;
}

.paymentconfirmationleft {
    width: 50%;
    float:left;
}

.paymentconfirmationright {
    width: 50%;
   float:left;
}

.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: 0.857;
	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: 1.71em;
	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;
}

/* Islington Specific */

/* Body 
/*
ztextarea, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	
	border: 2px solid #41DC5D;
outline: none;
background-color: #ffffff !important;
	
}
*/
#navigation ul#navigation-wrapper li.nav-item a {

Text-decoration: none !important;

}

#navigation ul#navigation-wrapper li.nav-item a:active {

Text-color: white !important;

}


.catalogue-results-item-service-narrativeInput.lrg-text {
	
	background-color: #DDD6CA !important;
	border: 2px solid #DDD6CA;
	
}

.catalogue-results-item-service-narrativeInput.lrg-text:focus {
	
	background-color: white !important;
	border: 2px solid #41DC5D;
	
}

input[type="text"].number-spinner.active:focus {
	
	background-color: white !important;
	border: 2px solid #41DC5D;
	
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pager-content a {
    background-color: #6C1359;
    color: white !important;
    border: 1px solid #6C1359;
	/* margin-left: 5px;
	margin-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px; */
}

/* Header */

.Header_container {
	
	width: 1024px;
	margin: 0 auto;
}

.Header-logo-area {
	
	padding-top: 20px;
	Padding-bottom: 10px;
}

img.thread {
    width: 100%;
    /* max-width: 1024px; */
	vertical-align: middle;
	/* padding-left: 225px; */
	height: 34px;
}

.thread-area::after {
    left: 0;
    right: auto;
    background-color: #41dc5d !important;
}

.thread-area::before, .thread-area::after {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    height: 34px;
    width: 50%;
    content: ' ';
    background-color: #006736;
    z-index: -1;
}

.header-border {
    margin: 15px 0 0 0;
    border-bottom: 1px solid #909090;
}

#iconheader
{
	min-width: 1024px;
}

/* Footer */

/* Islington Footer */

.ISLI_footer {
    padding: 20px 0 20px 0;
    background-color: #DDD6CA;
	min-width: 1024px;
}

.footer_container {
    width: 1024px;
	margin: 0 auto;
}


.ISLI_footer ul li {
    margin: 0;
    padding-right: 15px;
    list-style: none;
	margin-bottom: 20px;
}

.footer-logos li {
    display: inline-block;
}

.footer-logo img {
    width: 9em;
    /* height: 100%; */
	height: 1.95em;
}

.footer-govuk img {
    height: 1.95em;
}

.footer img {
    vertical-align: middle;
}

.footer-links {
    width: 100%;
	/* margin-left: -5px !important; */
	margin-left: 16px;
}

.footer-links li a {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 60px; /* was 40px */
    background-size: 35px 35px;
    background-position: left 35px;
    background-repeat: no-repeat;
	
}



.footer-links a.accessibility {
    background-image: url(../images/accessibility.svg);
}

.footer-links a.contact {
    background-image: url(../images/contact.svg);
	margin-left: -6px;
}

.footer-links a.legal {
    background-image: url(../images/info.svg);
	margin-left: -10px;
	
}

.footer-links a.dataprotection {
    background-image: url(../images/dataprotection.svg);
	margin-left: -16px;
}

.footer-links a.privacy {
    background-image: url(../images/privacy.svg);
	margin-left: -20px;
}

.footer-links li, .footer-social li {
    width: 16.6666%;
    float: left;
}


ul.footer-logos, ul.footer-social {
    padding: 0 15px;
}

.footer ul li a {
    line-height: 2.4em;
	color: #222222;
	text-decoration: underline;
	font-size: 1em;
}

.footer ul li a:hover {
    color: #AC0072;
}

.footer-social li a {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 60px; /* was 40px*/
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background: url(../images/social.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
	
}


.footer-social a.facebook {
    background-position: 0 35px;
}

.footer-social a.twitter {
    background-position: -70px 35px;
}

.footer-social a.youtube {
    background-position: -140px 35px;
}

.footer-social a.islingtonlife {
    background-position: -210px 35px;
}

.footer-social a.granicus {
    background-position: -315px 35px;
}

.footer ul.footer-services, .footer ul.footer-links {
    display: inline-block;
    border-bottom: 1px solid #888;
    margin: 0;
    padding: 15px;
}

.ISLI_footer div.footer_container ul.footer-social {
	
	height: 100px;
	border-bottom: 1px solid #888;
	
}

/* Civica Footer*/

.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;
	padding-top: 10px;
	padding-bottom: 10px;
}


.CivicaFooter
{
    margin-bottom: 10px;
    color: black;
    background: #DDD6CA;
	width: 1024px;
	margin: 0 auto;
	clear:left;
	/* padding-top: 20px; */
}

.photolink
{
    font-size: 0.9em;
    color: #000;
    text-decoration: none;
}

.photolink A:link
{
   text-decoration: underline;
color: #000;
text-align: left;
}

.photolink A:visited
{
    text-decoration: none;
}

.photolink A:active
{
    text-decoration: none;
}

.photolink A:hover
{
    text-decoration: underline;
    text-align: left;
	color: #AC0072;
}

.nav-item, .nav-item ul.sub-menu, #basket-indicator {
    
    width: 180px;
    
}

.nav-item:hover, #basket-indicator:hover {
    
    width: 180px !important;
    
}

#navigation-wrapper li.nav-item ul.sub-menu li.nav-item a {
	width: 180px;

	}

#Next.portal-button.portal-confirm.sml-text {

padding-bottom: 2px;

}

#loginLink {
    display: none;
}

#lblEmailAddressValue {
    float: right;
    padding-right: 260px;
}

#lblEmailAddressText {
    padding-top: 8px;
}
