/****************************** Account area overrides ******************************/
body {
	color: #6c6c6c;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	background-color: #fff;
	border: solid 1px #CECECE;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: .5rem;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	background-color: #f7f7f7; 
	border: solid 1px #BBB;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled],
input[readonly], input[readonly]:focus {
	background-color: #f7f7f7;
	box-shadow: none;
	color: #999;
}

textarea.input {
	min-height: 6.5em;
}
.Field select, .Field select:hover {
	width: 100%;
	border: solid 1px #BBB;
	margin-bottom: 0.5rem;
	background-color: #fff;
}

.FieldWrap label {
    color: #5C5C5C;
    display: block;
}

.inlineFields label.inline {
    color: #5C5C5C;
    display: inline;
}

button,
.button,
input[type="submit"],
button.tertiary,
.button.tertiary {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #4A90E2;
    color: #fff;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
button.tertiary:hover,
.button.tertiary:hover,
button:focus,
.button:focus,
input[type="submit"]:focus,
button.tertiary:focus,
.button.tertiary:focus {
    color: #fff;
    background-color: #4A90E2;
}

.button.arrow {
	background-image: url(/images/icon-arrow-white-right.png);
}

.switch input:checked + label {
    background-color: #DDD;
}
.switch label:after {
    background: #FFF;
}
.switch input:checked + label:after {
    background: #4A90E2;
}


/***
 Template
*****************************/
#userAccount section.right-small {
    width: 60px;
}
#userAccount .tab-bar .menu-icon {
    height: 50px;
    width: 100%;
}
#userAccount .tab-bar .menu-icon.open {
    background-color: #3e4857;
}
#userAccount .tab-bar .menu-icon span::after {
    width: 1.2rem;
    left: 1.3rem;
    -webkit-box-shadow: 0 10px 0 2px #999, 0 17px 0 2px #999, 0 24px 0 2px #999;
    box-shadow: 0 10px 0 2px #999, 0 17px 0 2px #999, 0 24px 0 2px #999;
}
#userAccount .hf-top-bar .title-area {
    float: left;
}

.row.full-width {
    max-width: 100%;
    margin-bottom: 0;
}

.hf-top-bar:before, .hf-top-bar:after {
    content: " ";
    display: table;
}
.hf-top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
    margin-right: 0.9375rem;
}
.hf-top-bar-section ul li {
    float: left;
}

.hf-top-bar .name {
    width: 100%;
    max-width: 230px;
    padding-left: 1.1rem;
    padding-right: 0.6rem;
}

.hf-top-bar-section ul,
.hf-top-bar-section ul li > a,
.hf-top-bar-section li:not(.has-form) a:not(.button),
.hf-top-bar-section li.active:not(.has-form) a:not(.button),
.hf-top-bar-section ul li > a:hover,
.hf-top-bar-section li:not(.has-form) a:not(.button):hover,
.hf-top-bar-section li.active:not(.has-form) a:not(.button):hover {
    font-size: .85rem;
}

.main-container {
    display: table;
    width: 100%;
    background: #F8F8F8;
    min-height: 100%;
}

.page-content {
    display: table-cell;
    vertical-align: top;
    max-width: 62.5em;
}
.page-content header {
    margin: 1.5rem 0 1rem;
}
.page-content header h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0;
    display: inline-block;
}
.page-content header h1 + p {
    display: inline-block;
    color: #999;
    margin-left: 1rem;
    line-height: 1;
    font-size: 0.875rem;
}

.main-content > .alert-box:first-child {
    margin-top: 1rem;
}

.sidebar {
    display: table-cell;
    background-color: #3e4857;
    padding: 1rem 0;
}
/* Fixed position sidebar */
@media only screen and (min-width: 40.063em) {
    .fixed-sidebar .sidebar {
        display: block;
        position: fixed;
        top: 50px;
        bottom: 0;
        background-color: #3e4857;
        padding: 1rem 0;
    }
    .fixed-sidebar .inner-content {
        margin-left: 25% !important;
    }
}
@media only screen and (min-width: 64.063em) {
    .fixed-sidebar .inner-content {
        margin-left: 16.666667% !important;
    }
}

.sidebar .menu-heading {
    background: #2a3340 url(/skin_hugofox/templateimages/account/icon-arrows.png) no-repeat right 0.9375rem top 0.9375rem;
    color: #FFF;
    margin: 0;
    padding: 0.5rem 0;
    clear: both;
    font-size: 0.9em;
}
.sidebar .menu-heading:hover {
    background-color: #303C49;
    cursor: pointer;
}
.sidebar .menu-heading.open {
    background-position: right 0.9375rem top -26px;
}

.menu-heading .my-website {
    background: url(/skin_hugofox/templateimages/account/icon-my-website.png) no-repeat 0.9375rem center; /* PNG fallback for SVG below */
    background-image: url(/skin_hugofox/templateimages/account/icon-my-website.svg);
}
.menu-heading .my-account {
    background: url(/skin_hugofox/templateimages/account/icon-my-account.png) no-repeat 0.9375rem center; /* PNG fallback for SVG below */
    background-image: url(/skin_hugofox/templateimages/account/icon-my-account.svg);
}

.sidebar .side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .side-menu > li {
    margin-bottom: 0.2rem;
}

.sidebar .menu {
    margin: 0.5rem 0 2rem;
    padding: 0;
    list-style: none;
    font-size: 0.9rem;
}
.sidebar .menu li {
    margin: 0;
    padding: 0;
}
.sidebar .menu li a {
    color: #FFF;
    padding: 0.25rem 0;
    display: block;
}
.sidebar .menu li a::after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebar .menu li a:hover {
    background-color: #36404C;
}
.sidebar .menu li a.active {
    background-color: #305888;
}

.sidebar .menu li a span,
.sidebar .menu-heading span {
    width: 100%;
    max-width: 200px;
    padding-left: 45px;
    padding-right: 0.9375rem;
    font-weight: 300;
    display: block;
    float: right;
    clear: both;
}

.inner-content {
    padding: 1rem 0 2rem 5rem;
    max-width: 70rem;
}

/***
 Section Themes
*****************************/
.themed {
    border-top: solid 5px;
}
.themed--news {
    border-top-color: #E92200;
}
.themed--news a {
    color: #E92200;
}
.themed--news button,
.themed--news .button {
    background-color: #E92200;
    color: #fff;
}
.themed--news button:hover,
.themed--news .button:hover {
    background-color: #D11900;
}
.themed--news button.icon-add,
.themed--news .button.icon-add {
    background-image: url(/images/icon-add-white.png);
	background-position: right .7rem center;
	background-repeat: no-repeat;
}

.themed--jobs {
    border-top-color: #FFA000;
}
.themed--jobs a {
    color: #FFA000;
}
.themed--jobs button,
.themed--jobs .button {
    background-color: #FFA000;
    color: #fff;
}
.themed--jobs button:hover,
.themed--jobs .button:hover {
    background-color: #FFA000;
}
.themed--jobs button.icon-add,
.themed--jobs .button.icon-add {
    background-image: url(/images/icon-add-white.png);
	background-position: right .7rem center;
	background-repeat: no-repeat;
}

.themed--cars {
    border-top-color: #C49972;
}
.themed--cars a {
    color: #C49972;
}
.themed--cars button,
.themed--cars .button {
    background-color: #C49972;
    color: #fff;
}
.themed--cars button:hover,
.themed--cars .button:hover {
    background-color: #C49972;
}
.themed--cars button.icon-add,
.themed--cars .button.icon-add {
    background-image: url(/images/icon-add-white.png);
	background-position: right .7rem center;
	background-repeat: no-repeat;
}

.themed--property {
    border-top-color: #005762;
}
.themed--property a {
    color: #005762;
}
.themed--property button,
.themed--property .button {
    background-color: #005762;
    color: #fff;
}
.themed--property button:hover,
.themed--property .button:hover {
    background-color: #005762;
}
.themed--property button.icon-add,
.themed--property .button.icon-add {
    background-image: url(/images/icon-add-white.png);
	background-position: right .7rem center;
	background-repeat: no-repeat;
}

.themed--events {
    border-top-color: #009688;
}
.themed--events a {
    color: #009688;
}
.themed--events button,
.themed--events .button {
    background-color: #009688;
    color: #fff;
}
.themed--events button:hover,
.themed--events .button:hover {
    background-color: #009688;
}
.themed--events button.icon-add,
.themed--events .button.icon-add {
    background-image: url(/images/icon-add-white.png);
	background-position: right .7rem center;
	background-repeat: no-repeat;
}

.themed--offers {
    border-top-color: #65146B;
}
.themed--offers a {
    color: #65146B;
}
.themed--offers button,
.themed--offers .button {
    background-color: #65146B;
    color: #fff;
}
.themed--offers button:hover,
.themed--offers .button:hover {
    background-color: #65146B;
}
.themed--offers button.icon-add,
.themed--offers .button.icon-add {
    background-image: url(/images/icon-add-white.png);
	background-position: right .7rem center;
	background-repeat: no-repeat;
}


/****************************** Account login page ******************************/
.login-container,
.register-container {
    max-width: 500px;
    padding: 1rem;
}
.login-container {
	border: solid 1px #DDD;
    background-color: #fff;
    margin: 5% auto 0;
}
.login-container h1 {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 1.5rem;
    font-weight: 600;
    color: #5c5c5c;
}
.login-container .FieldWrap {
    max-width: none;
}
.login-container .labels-inline .FieldWrap > label {
    max-width: 20%;
}
.login-container .labels-inline .FieldWrap > .Field {
    margin-left: 20%;
    max-width: 80%;
}

.row.social-login {
	margin-left: 0;
	margin-right: 0;
}
.row.social-login .medium-6 {
	width: 49%;
}
.row.social-login > a {
	margin-bottom: .5em;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding-left: 0.8em;
	background-image: url(/images/sprite-social-vertical.png);
	background-repeat: no-repeat;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.row.social-login > a:hover {
	opacity: 0.8;
}
.row.social-login .btn-facebook {
	background-color: #3B5998;
	background-position: 96% 7px;
}
.row.social-login .btn-twitter {
	background-color: #00aced;
	background-position: 96% -123px;
}
.row.social-login .btn-google {
	background-color: #dd4c39;
	background-position: 96% -166px
}
.row.social-login .btn-linkedin {
	background-color: #1481ba;
	background-position: 96% -80px;
}

/* New User container */
.register-container {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.register-container p {
    margin: 0.5rem 0;
}
.register-container a {
    color: #5c5c5c;
    text-decoration: underline;
}
.register-text {
    font-size: 1.2rem;
}
.forgotten-text {
    font-size: 0.9rem;
}

/* Account options */
.account-type-selection {
	margin: 0.5rem 0 1.2rem;
}
.account-types input[type="radio"] {
	margin-bottom: 0;
	vertical-align: middle;
}
.account-types input[type="radio"] + label {
	margin-bottom: 1.5rem;
}

.account-options [class*="type-"] {
	display: none;
}

ul.modal-list {
	margin-left: 0;
	margin-top: 1.25rem;
}
ul.modal-list li label {
    line-height: 1.3;
}
ul.modal-list li h5 {
	display: inline-block;
	margin: 0;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.modal-list li label span {
    line-height: 1.6;
}
ul.modal-list input[type="radio"] {
	margin-bottom: 0;
    vertical-align: text-top;
}


/*** Account info on right of Signup page ***/
.account-info {
	border-left: solid 1px #FFF;
	padding-left: 3%;
}
.account-type {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}
.account-type .header {
	background-color: #fff;
	border-radius: 33px / 50%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0.5rem;
	margin: 0 0 0.7rem -1.25rem;
}
.account-type .header::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.account-type .section-icon {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 0 6px 0 3px;
	float: left;
}
.account-type .section-icon img {
	height: 60%;
	margin-top: 21%;
}
.account-type h2 {
	margin: 0 0 0.2rem;
	line-height: 1;
}
.account-type .strapline {
	color: #6C6D6F;
	text-indent: 2px;
	font-size: 0.9rem;
}
.sections-list {
	margin: 1rem 0;
}
.sections-list li {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	font-family: "Mayfield", sans-serif;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
}
.sections-list .icon-jobs {background-image: url(/images/icon-outline-jobs.png);}
.sections-list .icon-cars {background-image: url(/images/icon-outline-cars.png); background-position: center 3px;}
.sections-list .icon-events {background-image: url(/images/icon-outline-events.png);}
.sections-list .icon-offers {background-image: url(/images/icon-outline-offers.png);}
.sections-list .icon-property {background-image: url(/images/icon-outline-property.png);}
.sections-list .icon-news {background-image: url(/images/icon-outline-news.png);}

.sections-list .price {
	font-family: "Open Sans", sans-serif;
	font-size: 0.8rem;
	color: #6C6D6F;
}

/* Businesses Account */
.businesses-info .header {
	background-color: #d2dff1;
}
.businesses-info .section-icon img {
	height: auto;
	margin-top: 25%;
}
/* Individual Account */
.individual-info .header {
	background-color: #e2eba0;
}
.individual-info .section-icon img {
	height: auto;
	margin-top: 35%;
}

/****************************** Account Details page ******************************/
.type-label {
	margin: 1.1rem 0;
    font-size: 0.9rem;
}
.required-label {
	font-size: 0.8rem;
}

.charity-no-wrap label {
	width: 35%;
}
.charity-no-wrap .Field {
	width: 63%;
}

.field-note {
	margin-top: -0.1rem;
	margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.FieldWrap input + .field-note {
	display: block;
}

/* text area and field used for toggling to change a field value. */
input[type].change-field, .change-holder, .uneditable-text {
	width: 60%;
	font-size: 0.9rem;
	margin: 0;
	float: left;
}
.change-holder, .uneditable-text {
	padding: 0.55rem 0.4rem 0.4rem 0;
}
.uneditable-text + .help-button {
	margin-top: 0.35rem;
}
button.change-button, button.change-button:hover {
	width: 28.5%;
	text-align: center;
}

/**** circular icons ****/
button.circle-button, a.circle-button, .circle-button {
	border-radius: 0.65rem;
	height: 1.3rem;
	width: 1.3rem;
	padding: 0 !important;
	text-align: center;
	font-weight: bold;
	line-height: 1.3rem;
	display: inline-block;
}
/*help icon */
button.help-button, a.help-button, .help-button {
	opacity: 0.5;
	background-color: #595253;
	color: #FFF;
	font-size: 0.85rem;
}
button.help-button:hover, a.help-button:hover, .help-button:hover {
	border-radius: 0.75rem;
	color: #FFF;
}

/* Business keyword tag list */
.tag-list {
	margin-top: 0.5rem;
}
.tag-list > li {
	margin-left: 0.75rem;
}
.tag-list > li:nth-child(4) {
	clear: left;
	margin-left: 0;
}

.tag-list li a.button, .tag-list li a.button:hover {
	padding: 0.5rem 0.5rem;
	background-color: #DDD;
	color: #333;
    line-height: 1;
}
.tag-list li a.button:hover {
	background-color: #CCC;
}
.tag-list .remove {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 5px;
	line-height: 0.8rem;
}

/* manager users and new users */
.manage-users {
	margin: 1rem 0;
}
.inline-radios.user-type {
	margin: 1rem 0 1.25rem;
}
.inline-radios.user-type label {
	font-size: 0.8rem;
}

.existing-users-list {
	margin-bottom: 2rem;
}
.existing-users-list li {
	clear: both;
}
.existing-users-list .remove {
	background-color: #F26122;
	color: #fff;
	margin-right: 10px;
    margin-top: 0.5em;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
.existing-users-list .remove:hover {
	background-color: #E04B17;
}
.existing-users-list .remove.disabled {
	background-color: #AAA;
}
.existing-users-list .user-email {
	display: inline-block;
	font-size: 0.95rem;
}
.existing-users-list button {
	float: right;
	min-width: 135px;
	text-align: center;
}

.checkbox-list .all {
	margin-bottom: 0.7rem;
}
.checkbox-list .all label {
	font-weight: 600;
}
.checkbox-list li {
	line-height: normal;
}

/* Opening Hours */
.opening-hours-data {
	font-size: 0.9rem;
    margin-bottom: 2em;
}
.opening-hours-data input[type="text"],
.opening-hours-data .arrow,
.opening-hours-data button,
.opening-hours-data button:hover,
.holidays-data input[type="text"],
.holidays-data button,
.holidays-data button:hover {
    margin-bottom: 0;
    vertical-align: middle;
}

.opening-hours-data input[type="text"] {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}
.opening-hours-data .arrow {
    padding: 0 10px;
    height: 20px;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
.opening-hours-data .row-day {
    margin: 0.5rem 0;
}
.opening-hours-data .day-name {
    width: 100px;
    display: inline-block;
}
.opening-hours-data button {
    margin-left: 10px;
}

.opening-hours-data .break-fields {
    margin: 0.5rem 0 1.5rem 104px;
}

.hours-table {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.hours-table .row.table-header {
    font-weight: bold;
    margin-bottom: 0.75rem;
}
.hours-table .row {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.hours-table .table-cell {
    display: table-cell;
}

.holidays-data button,
.holidays-data button:hover {
    margin: 0.75rem 0;
}

.holidays-remove a,
.holidays-remove a:hover {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
    display: block;
    line-height: 1.75rem;
}
.holidays-remove a:hover {
    color: #F26122;
}

/****************************** Dashboard ******************************/
.dashboard {
	margin: 40px 0 0 0;
}
.dashboard > li {
	width: 50%;
	padding-right: 10%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
}
.dashboard > li:hover .section-icon {
	background-color: #B4DB10;
}
.dashboard > li a {
	color: #58585a;
	display: block;
}

/* Featured list highlights the chosen sections list item */
.dashboard.featured > li {
	width: 45%;
	padding: 0;
	margin-bottom: 1rem;
}
.dashboard.featured > li.featured-section {
	width: 55%;
	margin-bottom: 2rem; /* added to prevent right-hand sections wrapping underneath */
}
.dashboard.featured > li.featured-section .section-icon {
	border-radius: 80px;
	max-width: 160px;
	height: 160px;
	margin-left: 0;
	margin-right: 0;
}
.dashboard.featured > li.featured-section .section-name,
.dashboard.featured > li.featured-section .active-posts {
	max-width: 160px;
	display: block;
}

.dashboard.featured > li:not(.featured-section) {
	text-align: left;
}
.dashboard.featured > li:not(.featured-section) .section-icon {
	width: 35%;
	height: 50px; /*this gets updated via JS to match the width */
	margin: 0 10px 0 0;
	float: left;
}
.dashboard.featured > li:not(.featured-section) .section-icon img {
	visibility: hidden;
}
.dashboard.featured > li:not(.featured-section) .section-name {
	line-height: 1;
	padding-top: 11px;
}


/* Disabled icon state */
.dashboard > li.inactive .section-icon,
.dashboard > li.inactive:hover .section-icon {
	background-color: #DDD;
}


.section-icon {
	border-radius: 65px;
	background: #58585a;
	display: block;
	max-width: 125px;
	height: 125px;
	margin: 0 auto 10px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	text-align: center;
}
.section-icon img {
	margin-top: 27px;
}
.icon-newuser, .icon-signup {
	visibility: visible;
}
.icon-newuser img {
	margin-top: 7px;
}
.icon-signup img {
	margin-top: 40px;
}

p.section-name {
	font-size: 1.1em;
	font-weight: 300;
	margin-bottom: 0;
	line-height: normal;
}
.active-posts {
	font-size: 0.8em;
}

/***
 Change Password
 *********************************/
.current-email {
    margin: 2rem 0;
    font-weight: 600;
}

/*** Your Pages ***/
.website-status-wrap {
    margin: 1rem 0;
}
.website-status-wrap .button {
    margin-bottom: 0;
}
.website-status-wrap .infoBox {
    background-position-y: center;
}
.website-status-wrap .infoBox p {
    margin-top: 7px;
}

.your-pages {
    background: #fff;
    padding: 0.75rem;
    border: solid 1px #DDD;
}

.your-pages .live-label {
    font-size: 0.9em;
    padding-right: 3px;
    padding-bottom: 3px;
}
.pages-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.dd-collapsed .pages-list {
    display: none;
}

.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    padding: 0;
    margin: 5px 0 0;
    min-height: 30px;
    background: #DDD;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel .grid-row {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.dd-dragel .content {
    margin-bottom: 0;
}

/* 2nd level */
.pages-list .pages-list {
    margin-left: 5%;
}
.pages-list .pages-list .grid-row:first-child {
    margin-top: 5px;
}

.grid-row {
	clear: both;
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    min-height: 52px;
}
.grid-row:first-child {
    margin-top: 0;
}

.grid-row::after, 
.placeholder::after,
.grid-row__inner::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.grid-row__inner,
.not-editable {
    border: solid 1px #DDD;
    border-width: 1px 1px 1px 0;
    background-color: #fff;
}

.grid-row .content,
.not-editable .content {
    padding: 0.4rem 0.4rem 0.4rem 50px;
    font-size: 0; /* remove whitespace between child elements using inline-block */
    width: calc(100% - 106px); /* 120px = combined width/padding/margin of 3 sub page, live and disable columns */
    float: left;
    border-left: solid 8px #555;
}
.grid-row .content:not(.not-sortable) {
    background: url(/skin_hugofox/templateimages/account/icon-drag-pages.png) no-repeat 10px center;
    background-image: url(/skin_hugofox/templateimages/account/icon-drag-pages.svg);
    cursor: move;
}
.grid-row .content:last-child {
    width: 100%;
}

/* Content line in each row */
.content .pagename {
	font-size: 1.1rem;
}
.content .actions {
	margin: 0.3rem 0 0;
    line-height: 1.2;
    font-size: 0.85rem;
}
.your-pages .pages-list .pages-list .pages-list .pages-list .content .actions .add,
.your-pages .pages-list .pages-list .pages-list .pages-list .content .actions span {
    display: none;
}
.content .actions li {
	line-height: 1;
	vertical-align: initial;
    font-weight: normal;
}
.content .actions li a { 
	margin: 0 0.2rem 0 0.1rem;
}
.content .actions li a:first-child {
    margin-left: 0;
}
     
/* Action columns - live, delete and sub page icon */
.action-btns {
    width: 106px /* 103px = combined width/padding/margin of 3 sub page, live and disable columns */;
    padding-right: 3px;
    float: right;
}
.action-col {
	width: 30px;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 26px;
    margin: 9px 3px;
    border-radius: 3px;
}
.action-col.live {
	background: #A9D044 url(/images/icon-pages-enabled.png) no-repeat center center;
	color: #fff;
}
.action-col.inactive {
	background: #DF6249 url(/images/icon-pages-disabled.png) no-repeat center center;
}
.action-col.disabled {
	cursor: default;
}
.action-col.remove {
    background-color: #595253;
}
.action-col.remove.disabled img {
    opacity: 0.4;
}
.action-col.sub-pages {
    vertical-align: bottom;
    width: 25px;
    height: 44px;
    margin: 2px 3px;
}
.sub-pages .count {
    line-height: 1.6;
    display: block;
    font-size: 0.9rem;
    color: #248AC8;
}
.dd-collapsed .sub-pages .count {
    visibility: visible;
}
.sub-pages .red {
    color: #F26122;
}
.action-col.sub-pages button {
    background: url(/images/icon-pages-collapse.gif) no-repeat center top;
    text-indent: -10000px;
    outline: none;
    display: block;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 100%;
}
.action-col.sub-pages [data-action="expand"] {
    background-image: url(/images/icon-pages-expand.gif);
}

.your-pages .separator {
    margin: 1rem 0 0.935rem;
}
/* Non editable rows */
.not-editable {
    background: #F0F0F0;
}
.not-editable .content {
    width: 100%;
}
.grid-row.not-editable .actions {
    color: #AAA;
}

/* Non sortable rows */
.grid-row .not-sortable {
    background-image: none;
}

/* placeholder row */
.placeholder {
    display: block;
    height: 52px;
    width: 100%;
}


/* Section grid rows */
.grid-row--jobs .content {
    border-left-color: #FFA000;
}
.grid-row--cars .content {
    border-left-color: #C49972;
}
.grid-row--property .content {
    border-left-color: #005762;
}
.grid-row--news .content {
    border-left-color: #E92200;
}
.grid-row--events .content {
    border-left-color: #009688;
}
.grid-row--offers .content {
    border-left-color: #65146B;
}

.drag-methods {
    margin: 0 0 1.5rem;
}
.drag-methods li {
    padding-left: 30px;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 10px 0;
    font-size: 0.95em;
}
.drag-methods .drag-updown {
    background-image: url(/images/icon-drag-updown.png);
}
.drag-methods .drag-left {
    background-image: url(/images/icon-drag-left.png);
}
.drag-methods .drag-right {
    background-image: url(/images/icon-drag-right.png);
}

.website-status {
    margin: 0;
}

.how-to-link {
    padding-top: 0.5rem;
}

/****************************** My Posted [section] pages ******************************/
.sub-navigation {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.sub-navigation > li {
	margin-right: 0;
}
.sub-navigation > li > a {
	padding-bottom: 1px;
	border-bottom: none;
}
.sub-navigation > li > a.active {
	border-bottom: solid 1px #333;
}

/*** Guide links list ***/
.guide-links {
	padding-left: 0;
	padding-right: 0;
    position: relative;
}
a.guide-links-heading {
	display: inline-block;
	z-index: 101;
	position: relative;
	margin-right: 0;
	margin-top: -5px;
    color: #595959;
    font-size: 0.875rem;
}
a.guide-links-heading i.fi {
    color: #4A90E2;
    font-size: 2rem;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.guide-links-list {  
    width: 200px;
	position:absolute;
	top: 100%;
	right: 0.9375rem;
	margin: 0; 
	padding:0; 
	display: none;
	list-style:none; 
	z-index: 100;
	background: #FFF;
	border: solid 1px #CCC;
	border-top: none;
}  

img.box-shadow {
	-webkit-box-shadow: 0px 0px 10px #bababa;
	box-shadow: 0px 0px 10px #bababa;
	margin: 15px;
}
.guide-links-list li {
	display: block; 
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	border-top: solid 1px #DDD;
	font-size: 0.9em;
}
  
.guide-links-list li a { 
	display:block;     
	padding: 8px 1.2em;  
	line-height: normal;
	height: auto;
	margin: 0;
}  
.guide-links-list li a:hover {  
	text-decoration:underline;   
	color: #444;
}

#postedTable {
	margin-top: 2rem;
}

.tabbed-list {
    margin-bottom: -2px;
}
.tabbed-list > li {
	font-size: 0.9em;
	margin-left: 3px;
}
.tabbed-list > li > a {
	background: #EEE;
    border: solid 1px #EEE;
	padding: .5em .8em .3em;
	color: #999;
    outline: none;
}
.tabbed-list > li > a.active {
	background: #fff;
    color: #424242;
    border-color: #EBEBEB;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.formatted-table {
    border: solid 1px #EBEBEB;
}
.formatted-table th {
	font-weight: 600;
	text-align: left;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	cursor: pointer;
    color: #595959;
}

.formatted-table tr {
	border-bottom: solid 1px #EBEBEB;
}
.formatted-table td {
	line-height: 1.4em;
    color: #595959;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-square {
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #eee;
}
.img-square img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}

.col-image {
    width: 60px;
}
.col-title {
	width: 45%;
}
.col-title a {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}

.formatted-table .col-date {
	text-align: center;
}
.col-stats {
	width: 60px;
}
.col-actions {
	white-space: nowrap;
	min-width: 210px !important;
}

ul.actions {
	margin: 0;
}
.actions > li {
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.actions > li a {
	margin: 0.1em 0.2em 0.1em 0.1em;
	display: inline-block;
}

.expiry-date, .expiry-status {
	white-space: nowrap;
	text-align: center;
	display: block;
}
.expiry-status { color: #777; }
.date-expired {	color: #df2426; }
.date-active {	color: #a4b244; }

.stats-link img {
	max-width: none;
}

/****************************** Posting pages ******************************/
.sub-section-narrow {
    max-width: 400px;
}
.large-narrow,
.large-narrow .FieldWrap {
    max-width: 500px;
}

.labels-right .FieldWrap > label {
    text-align: right;
    padding-right: 0.9375rem;
}

.FieldWrap {
    max-width: 400px;
    margin: 1.25rem 0 0;
}

.desc textarea.input {
	min-height: 12em;
}
.default-details {
	margin: 1em 0;
}

.labels-inline .FieldWrap > label {
    float: left;
    max-width: 30%;
    width: 100%;
    padding-top: 0.75rem;
}
.labels-inline .FieldWrap > .Field {
    margin-left: 30%;
    max-width: 70%;
    width: 100%;
}

/* Sub headings on all posting pages */
.sub-heading {
	margin: 1.5rem 0 1.1rem;
	color: #59A3E8;
	font-size: 1.125rem;
	font-weight: 600;
}
.sub-heading + p {
	margin: -0.5rem 0 1rem;
}
.sub-heading + .extradetail {
	margin: -0.8rem 0 0.7rem;
}
.sub-heading label {
	margin: 0;
	color: #248AC8;
	font-size: 1.125rem;
	font-weight: bold;
}
.FieldWrap .sub-heading {
    color: #59A3E8;
}

.inline-radios,
.inline-radios input {
	margin-bottom: 0;
}
inline-radios label:last-of-type {
	margin-right: 0;
}

.keyword-tags input[type="text"] {
    max-width: 400px;
    display: inline-block;
}

/* use when there is a single checkbox with a label */
.single-checkbox {
	margin: 0.5rem 0 0;
}
.cbt-ctnr { padding: 2px 0; }
.cbt-ctnr label { max-width: 80%; }

.wide-checkbox {
    line-height: 1.4;
}
form .time-selection {
	margin-left: 0.75rem;
	width: 17% !important;
}
form .time-selection:last-of-type {
	margin-left: 0rem;
}
.icon-time,
.ui-datepicker-trigger {
	margin-left: 0.5rem;
}

.button-wrapper.fixed-buttons .button,
.button-wrapper.fixed-buttons .button.arrow,
.single-button {
	min-width: 0;
}

.button-wrapper.fixed-buttons {
    margin-top: 0;
    position: fixed;
    top: 50px;
    right: 0.9375rem;
    padding: 0.5rem;
    background: #E9E9E9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.button-wrapper.fixed-buttons .button {
    background-image: none;
    margin-bottom: 0;
    padding: 0.7rem !important;
    font-size: 0.85rem;
}
.button-wrapper.fixed-buttons .button.secondary {
    background-color: #fff;
    color: #5c5c5c;
}
.button-wrapper.fixed-buttons .button.secondary:hover,
.reveal-modal .button.secondary {
    color: #5c5c5c;
    background-color: #EEE;
}

/* Property posting specific styles */
.property-features {
	margin-bottom: 2rem;  
} 
.field-sold {
	padding: 0.75rem;
	background: #e5f2ac;
}
.field-sold input[type="checkbox"] + label {
	margin-right: 0;
}
.field-type {
	padding-top: 0.5rem;
}
.field-newhome {
    margin-top: 1rem;
	margin-bottom: 0.6rem;
}

/** News styles **/
textarea.about-me {
    min-height: 13em;
}
.author-confirm {
    margin-top: 1rem;
}

/*** File upload control ***/
.button.tertiary.file-uploader {
	cursor: pointer;
	min-width: 170px;
	margin-bottom: 0.5rem;
}
.file-list {
	margin: 0 0 1.2em;
	font-size: 0.9em;
}
.file-list strong {
	display: block;
	margin-right: 10px;
}
.file-list a {
	font-size: 0.9em;
}

/*** Image upload Control ***/
.images-container {
	padding-right: 0;
	clear: both;
    max-width: 700px;
}
.images-list {
	margin: 0;
	padding: 0;
	overflow: auto /* firefox jquery UI fix */
}
.images-list li {
	cursor: move;
	position: relative;
	float: left;
	width: 128px;
    height: 180px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
.image-wrapper {
	float: left;
	width: 128px;
	height: 128px;
	background-color: #fff;
	color: #E5E5E5;
	margin-bottom: 5px;
	position: relative;
}
.image-wrapper img {
	display: block;
	margin: 0 auto;
}
.images-list .empty {
	cursor: default;
}
.images-list .empty .image-wrapper {
    border: solid 1px #CECECE;
    background: #fff url(/skin_hugofox/templateimages/account/icon-image-upload.png) no-repeat center center;
}

.images-list .caption {
	font-size: 0.78em;
	position: relative;
	z-index: 10000; /* firefox fix */
}

/* add new image element */
.single-uploader {
	font-size: 0.85em;
	cursor: pointer !important;
	text-align: center;
	color: #58585a;
	background-color: #fff;
    border: solid 1px #CECECE;
    padding: 0 1.7rem;
    line-height: 1.2;
	margin: 0 1rem 0 0;
	width: 128px;
	height: 128px;
    max-width: 100%;
}
.single-uploader::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.single-uploader img {
    max-width: 75%;
    display: block;
    margin: 1.35rem auto 0.5rem;
}
.image-uploader {
    vertical-align: top;
}
.drag-label {
	margin-top: 0.8em;
	margin-left: 0.5em;
	display: inline-block;
}

/* Offers posting */
#categorySelection {
	margin: 1.5rem 0 0;
}
#categorySelection p:first-child {
	margin-bottom: 1rem;
}
.deal-categories {
	margin-bottom: 1.5em;
    max-width: 70%;
}
.deal-categories li {
	width: 50%;
	float: left;
}
.deal-categories label {
	margin-bottom: 0;
}

/* loading/loaded image wrapper classes */
a.remove-image {
	position: absolute;
    z-index: 5;
	top: 3px;
	right: 3px;
	font-size: 0.75em;
	font-weight: bold;
	background: white;
	color: #666 !important;
	border-radius: 10px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	opacity: 0.85;
	filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
a.remove-image:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
img.loading-image {
	margin: 50px auto 10px auto;
	display: block;
}
span.load-amount {
	font-size: 0.85em;
	font-weight: normal;
	color: #999;
	display: block;
	text-align:center;
}

/* logo uploader */
#LogoUploader {
	height: 128px;
}
.logo-wrapper {
	margin-bottom: 0;
	background: transparent;
}
.logo-wrapper img {
	max-width: 100%;
}
.logo-detail {
	padding: 1.25rem 0;
    clear: both;
}

/* header uploader */
#HeaderUploader {
	width: 100%;
    height: 113px;
	max-width: 470px;
}
#HeaderUploader .add-icon {
	margin-top: 17px;
}

.header-wrapper {
	margin-bottom: 0;
	width: 100%;
    height: auto;
	max-width: 470px;
	max-height: 113px;
	background: transparent;
    overflow: hidden;
    position: relative;
}
.header-wrapper img.original {
	max-width: 100%;
    position: absolute;
}

.single-wrapper {
    position: relative;
}
.single-wrapper.uploading {
	background-color: #fff;
}

.single-wrapper .crop-btns {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.single-wrapper .crop-btns button,
.single-wrapper .crop-btns button:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #5c5c5c;
    border: solid 1px #CCC;
    height: auto;
    margin: 0 5px 0 0;
    min-width: 40px;
}
.single-wrapper .crop-btn:hover {
    background: #eee;
}

.single-wrapper .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
}

/*** Loading image ***/
.loading-lg {
	background: url(../templateimages/Loading_lg.gif) no-repeat center center;
	width: 100%;
	height: 169px;
	display: none;
}


/****************************** Repeat Events ******************************/
#repeatEvent {
	clear: both;
	margin: 0 0 1em;
	padding: 0 0.5em 0.5em;
	border: solid 1px #E1E1E1;
}
#repeatEvent > h6 {
	margin: 0.4em 0 1em;
}
#repeatEvent .Field {
}
#repeatEvent label {
	
}
#repeatEvent .mainlabel {
	margin-top: .625em;
}
.repeat-options {
	padding: .8em 0 0;
	border-top: solid 1px #DDD;
	display: none;
	clear: both;
}
.repeat-options .inline-text {
	font-size: 0.9em;
}

.daysofweek-boxes {
	margin-bottom: .8em;
}
.daysofweek-boxes label {
	margin-right: .5em;
}
.daysofweek-boxes .mainlabel {
	margin-right: 0;
}
.add-repeat-event {
	margin-left: 30%;
}

/* custom dates list*/
.custom-events-list {
	background: #fff;
	border: solid 1px #DDD;
	border-width: 1px 1px 0;
	margin: 1em 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	clear: both;
}
.custom-events-list > li {
	border-bottom: solid 1px #DDD;
	padding: .5em;
}
.remove-event {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #dd4c39;
}

/****************************** Checkout page ******************************/
.summary, .summary .empty-cell {
	background: transparent;
}
.summary th {
	border: solid 1px #DDD;
	border-width: 1px 0;
}
.summary td {
	padding: 8px;
	background: #fff;
	border-bottom: solid 1px #DDD;
}
.summary td:first-child, .summary th:first-child {
	border-left: solid 1px #DDD;
}
.summary td:last-child, .summary th:last-child {
	border-right: solid 1px #DDD;
}
.summary th input[type=checkbox] {
	margin: 0;
	vertical-align: middle;
	font-size: 0.9em;
}
.summary tr.sub-header, .summary tr.sub-header td {
	background: #f9f9f9;
}
.summary .sub-header td {
	color: #666;
}
.summary .col-title {
	width: 60%;
}
.summary .col-checkboxes {
	text-align: right;
	white-space: nowrap;
	width: 25%;
}
.summary .col-checkboxes label {
	display: inline-block;
    font-weight: bold;
}
.summary .col-checkboxes input {
	vertical-align: top;
    float: right;
    margin: 0 0 0 10px;
}
.summary .col-cost {
	width: 15%;
	text-align: right;
}

.summary .expired {
	background-color: #FEE;
}

.summary .checkout-totals td {
	border: none;
}
.summary .checkout-label {
	font-weight: bold;
	background: #F7F7F7 !important;
	text-align: right;
}
.summary .checkout-value, .summary .checkout-label {
	border: solid 1px #DDD !important;
	border-top: none !important;
	text-align: right;
}
#FormSummary .cautionBox, #FormSummary .appliedBox {
	margin-top: 20px;
}

.payment-options {
	margin: 0;
	padding: 0;
	list-style: none;
}
.payment-options li {
	list-style-type: none;
	float: left;
	margin: 0 18px 15px 0;
	padding: 0;
}
.payment-options li label {
	width: auto;
}
.payment-options img {
	vertical-align: text-top;
	margin-right: 5px;
}

.payment-options input {
	vertical-align: middle;
	margin: 15px 0 0 3px;
}

.payment-options span {
	font-size:smaller;
	font-weight:bold;
	display:block;
	width: 50px;
	text-align: center;
}

input.highlight-error,
select.highlight-error,
textarea.highlight-error,
div.highlight-error {
	border: solid 1px #F26122;
}

/****************************** Custom pages posting ******************************/
.template-table {
	border-spacing: .5rem;
	border-collapse: separate;
	background: none;
}
.template-table th {
	text-align: center;
	padding: 0;
}
.template-table td {
	width: 20%;
	padding: 0;
}
.template-table td a {
	display: block;
	padding: 1.2rem 0;
	background-color: #fff;
	cursor: pointer;
	color: #EEE;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
.template-photo {
	background: #AAA url(../templateimages/awaiting-image-sm.png) no-repeat center center;
	text-indent: -10000px;
}
.template-table tr .hover a, .template-table tr .active a {
	background-color: #AAA;
}

/****************************** Modal windows ******************************/
.white-form .button {
	margin-top: 0.5rem;
	margin-bottom: 0;
}
ul.page-list {
	margin: 0.75rem 0;
}

.explanation-modal {
    font-size: 0.95rem;
}
.explanation-modal h1 {
    line-height: 1.1;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    max-width: 70%;
}
.explanation-modal h3 {
    font-weight: 600;
    font-size: 1em;
    margin: 1.3rem 0 0;
}

/****************************** Tooltips ***********************************/
.infoBoxToolTip {
	display: none;
}
.ToolTipWide {
    max-width: 450px;
}
.ToolTipWide::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ToolTipWide input[type="text"], .ToolTipWide select {
	margin-right: 5px;
    display: inline-block;
    max-width: 400px;
}
.ToolTipWide .left {
	padding-top: 0.3rem;
}
.tooltip {
	min-width: 200px;
    max-width: 400px;
	border: solid 1px #DDD;
    background: #fff;
    padding: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    color: #5c5c5c;
}
.tooltip > .nub {
    border-color: transparent transparent #DDD transparent;
}
.tooltip h6 {
	margin: 10px 0 0;
	color: #fff;
	font-weight: bold;
}
.tooltip p {
	line-height: 1.3em;
}
.tooltip h6:first-child {
	margin: 0;
}
.tooltip p,
.tooltip ul {
	font-size: 0.9rem;
}

.tooltip a {
	color: #FFF;
	text-decoration: underline;
}
/*
#account-details-login-boxes label { width: 25%; }
#account-details-login-boxes div.Field { width: 75%; }
#account-details-login-boxes div.Field #CUS_Email,
#account-details-login-boxes div.Field .change-holder-email { width: 100%; }
#account-details-login-boxes div.Field .button { float: right; }
    */
input[type="text"].invalid-time { background-color: #f99;}
.optionalbreak { font-size: 12px; color: #777; margin: 0 40px; }

.member-page button {
    margin-top: 1.5rem;
}
.member-page label {
    line-height: 1.4em;
}
#MembersPassword {
    margin: 1.5rem 0;
}

/****************************** Account Selection Premium/Standard ******************************/
.account-selection {
	background: none;
	margin-top: 2rem;
}
.account-selection td {
	background-color: #FFF;
	border: solid 3px #eee;
	border-width: 3px 3px 0 0;
	transition: background-color ease-out 300ms;
}
.account-selection td:nth-child(2n) {
	background-color: #F8F8F9;
	text-align: center;
}
.account-selection td:nth-child(3n) {
	background-color: #F3F4F4;
	text-align: center;
}
.account-selection td:last-child {
	border-right: 0;
}

/* add hover to feature rows */
.account-selection tr:hover:not(:first-child) td {
	background-color: #FFF;
}

/* add extra padding to first row */
.account-selection tr:first-child td {
	padding-top: 1.5rem;
}

/* removes padding to collase cell */
.account-selection .collapse-padding {
	padding: 0;
}
/* removes top border to make two cells appear vertically as one */
.account-selection .no-border {
	border-top: 0;
}

.account-selection .button {
	width: 100%;
}
.account-selection .text-top {
	vertical-align: top;
}
.account-selection .thinner {
	font-weight: 300;
	font-size: 0.9rem;
}

.account-selection .circle-icon {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 29px;
	text-align: center;
	background-color: #B4DB10;
	color: #777;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
}

.acc-type {
	width: 25%;
}
.acc-type img {
	margin: 0 auto 1rem;
	display: block;
}
.acc-type .name {
	font-size: 1.1rem;
}

.account-icon {
	position: relative;
	width: 53px;
	margin: 0 auto;
}
.account-icon .premium {
	position: absolute;
	top: -10px;
	right: -17.5px;
}
.account-icon .circle-icon {
	width: 35px;
	height: 35px;
	border-radius: 17.5px;
	line-height: 33px;
	font-size: 2.1rem;
}

/* pricing styling */
.account-cost {
	margin: 1rem 0;
}
.account-cost .currency {
	vertical-align: text-top;
	font-size: 0.85rem;
	font-weight: 400;
	margin-top: 15px;
	display: inline-block;
	margin-right: 5px;
}
.account-cost .cost {
	font-size: 3.5rem;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 0.3rem;
}

/* feature rows */
.feature {
	font-size: 0.8em;
}
.account-selection .circle-icon.included,
.account-selection .circle-icon.excluded {
	background-image: url(/images/feature-icons.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
.account-selection .circle-icon.excluded {
	background-color: #666;
	background-position: center bottom 6px;
	color: #FFF;
}
.vertical-white-line { height: 400px; background-image: url(/images/vertical-white-line.png); background-position: center; background-repeat: repeat-y; }

/** Social Logins on account details and listings **/
.social-logins {
    font-size: 0.9rem;
    clear: both;
    margin: 2rem 0;
}
.screen-name {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.screen-name img {
    width: 2.3125rem;
    margin-right: 0.8rem;
}
.social-logins label input[type=checkbox] {
    vertical-align: bottom;
}
.social-logins label {
    clear: both;
    display: block;
    margin-bottom: 1.25rem;
}
.social-logins + p {
    margin: 2rem 0;
}

.social-logins__account {
    clear: both;
    margin: 0 auto 1rem;
}
.social-logins__account .inner-account {
    margin-left: 30%;
    max-width: 70%;
    width: 100%;
}

.social-logins__account .screen-name {
    float: left;
    margin: 0 1rem 0 0;
}

.social-logins__account .picture {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
}

.social-logins__account .picture.twitter {
    background-position: 0 -127px;
}
.social-logins__account .picture.facebook {
    background-position: 0px 3px;
}

.social-logins__account .button:not(.postfix) {
    margin-bottom: 0;
    width: 170px;
    text-align: center;
    border-radius: 0;
    margin-left: 3.3125rem;
}
.social-logins__account .signed-in .button:not(.postfix) {
    width: auto;
    float: right;
    margin-left: 0;
}
.social-logins__account .button-facebook {
	background-color: #3B5998;
}
.social-logins__account .button-twitter {
    background-color: #00aced;
}

.social-logins__account .info {
    float: left;
    width: 210px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.select-pages {
    clear: left;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
.fb-pages {
    margin: 0.75rem 0 0;
    padding: 0.75rem 0 0;
    border-top: solid 1px #DDD;
    clear: both;
    font-size: 0.8rem;
}
.fb-pages a {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.fb-pages select {
    width: 100%;
    margin-bottom: 0;
}

.FieldWrap .inline-icons input {
    width: calc(100% - 3.3125rem);
    display: inline-block;
}
.FieldWrap .inline-icons .social-icon {
    width: 2.3125rem;
    height: 2.3125rem;
    margin-right: 1rem;
}

.latest-feeds .FieldWrap > label {
    float: left;
    max-width: 20%;
    width: 100%;
    line-height: 1.75rem;
    text-align: right;
}
.latest-feeds .FieldWrap > .Field {
    margin-left: 22%;
    max-width: 78%;
    width: 100%;
}

/*
    Feature modals
 *******************************/
.feature-modal {
    text-align: center;
}
.feature-modal h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 auto 1rem;
}
.feature-modal p {
    font-size: 1.05rem;
    margin: 1.5rem 0;
    line-height: 1.35;
}
.feature-modal ul {
    text-align: left;
    margin-left: 0;
}
.feature-modal li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.feature-modal li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: solid 5px #B4DB10;
    top: 8px;
    left: 3px;
}
.feature-modal .button {
    background-color: #B4DB10;
    padding: 1rem 1.8rem 1.0625rem 1.8rem;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    display: block;
}


.add-listings-modal .phone-img {
    text-align: right;
}
.add-listings-modal .phone-img img {
    max-height: 300px;
}
.add-listings-modal ul {
    margin-top: 2rem;
}
.add-listings-modal li {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.email-alerts-modal img {
    max-width: 70%;
}
.email-alerts-modal .button {
    display: inline-block;
}

/* flexbox columns */
.layout-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
}
.flex-50 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
}
.feature-modal ul.flex-50 {
    margin-left: 0.5rem;
}


@media (min-width: 40em) {
    .feature-modal .button {
        display: inline-block;
    }
    .feature-modal p,
    .feature-modal li {
        font-weight: 300;
    }

    .reveal-modal {
		max-width: 500px;
	}
    .explanation-modal,
    .reveal-modal.medium {
        max-width: 550px;
    }
    .explanation-modal,
    .reveal-modal.wide {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .feature-modal {
        padding: 2.5rem 2.5rem 1.5rem;
    }
    .feature-modal h1 {
        font-size: 2.5rem;
        max-width: 90%;
        margin: 0 auto 2rem;
    }
    .feature-modal p {
        font-size: 1.2rem;
        margin-left: auto;
        margin-right: auto;
    }
    .feature-modal ul {
        margin-left: 1rem;
    }
    .feature-modal li {
        padding-left: 55px;
        font-size: 1.1rem;
    }
    .feature-modal li:before {
        left: 30px;
    }

    /* narrow text/elements on larger screens */
    .feature-modal .narrow-35 {
        max-width: 35%;
    }
    .feature-modal .narrow-40 {
        max-width: 40%;
    }
    .feature-modal .narrow-50 {
        max-width: 50%;
    }
    .feature-modal .narrow-60 {
        max-width: 60%;
    }
    .feature-modal .narrow-70 {
        max-width: 70%;
    }
    .feature-modal .narrow-80 {
        max-width: 80%;
    }
    .feature-modal .narrow-90 {
        max-width: 90%;
    }
}

/* social media integrations */
.social-modal img {
    max-width: 70px;
    margin: 2rem 1rem 2.4rem;
}
.social-modal p {
    margin: 0 auto;
}

/***
Account - Donate Now
***********************************************/
.colour-selection .colours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.colour-selection .colours-list li {
    float: left;
    width: 3rem;
    height: 3rem;
    max-height: 5rem;
    max-width: 5rem;
    margin: 0.1rem;
    padding: 4px;
    transition: background ease-in-out 250ms;
}
.colour-selection .colours-list li:first-child {
    margin-left: 0;
}
.colour-selection .colours-list button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    transition: border ease-in 300ms;
    outline: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.colour-selection .colours-list li.selected {
    background-color: #4A90E2;
}

.colour-selection .colours-list .btn-colour0, 
.colour-selection .colours-list .btn-colour0:hover, 
.colour-selection .colours-list .btn-colour0:focus,
#demoButton.btn-colour0 {
    background-color: #3B4044;
}


/**********************************************
TOGGLE SECTIONS
***********************************************/
.section-toggle {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #A8A5A5;
    color: #EEE;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}

/**********************************************
MEDIA QUERIES
***********************************************/
/** large screens **/
@media only screen and (min-width: 930px) {

}

/** tablet and mobile **/
@media only screen and (max-width: 930px) {
    /* My Posted page */
    .button-wrapper.fixed-buttons {
        position: relative;
        border-radius: 0;
        right: 0;
    }
	.button-wrapper .button, .single-button {
		max-width: none;
	}
    .inner-content {
        padding-left: 2.5rem;
    }
    .deal-categories {
        max-width: none;
    }
}
/** between tablet and mobile **/
@media only screen and (max-width: 840px) {

    .header-container .row {
        margin-bottom: 0;
    }
    .page-content h1 {
        line-height: 1.2;
        font-size: 1.7rem;
    }
    .page-content h2 {
        line-height: 1;
        font-size: 1.5rem;
    }

	.hide-login-for-small { display: none; }
	.your-website {
		padding-right: 0;
		padding-top: 0;
		border-right: none;
	}
	/* Dashboard */
    .pages-grid {
        margin-top: 1em;
    }
	.dashboard {
		width: 100%;
		margin: 20px 0 0;
	}
	.dashboard > li {
		width: 50%;
		margin-right: 0;
	}
	.dashboard.featured > li {
		width: 50%;
	}
	.dashboard.featured > li.featured-section {
		width: 100%;
		margin-bottom: 2rem; /* added to prevent right-hand sections wrapping underneath */
		text-align: center;
	}
	.dashboard.featured > li span,
	.dashboard.featured > li p
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.dashboard.featured > li:not(.featured-section) span.active-posts,
	.dashboard.featured > li:not(.featured-section) span.section-icon,
	.dashboard.featured > li:not(.featured-section) p.section-name
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}
	.dashboard.featured > li.featured-section .section-icon {
		margin-left: auto;
		margin-right: auto;
	}
	.dashboard > li:nth-child(3n) {
		margin-right: 0;
	}
	.dashboard > li:nth-child(4n) {
	}
	p.section-name {
		font-size: 0.95em;
	}
}

/** mobile **/
@media only screen and (max-width: 40.0625em) {
	/* top nav re-position */
	.top-nav {
		position: relative;
		width: 100%; 
		z-index: 1000;
	}

    section.left.tab-bar-section {
        padding: 0 0.9375rem;
    }


    /* template */
    .main-container,
    .main-content,
    .page-content {
        display: block;
    }
    .sidebar {
        display: none;
    }

    .inner-content {
        padding-left: 0;
    }
    .sidebar .menu li a span,
    .sidebar .menu-heading span {
        max-width: none;
        float: none;
        margin-left: 0.9375rem;
    }


	/* Login pages */
	.login-container {
		width: 100%;
		padding-right: 0.7rem;
	}
    .login-container h1,
    .register-container h1 {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    }
	.newuser-container, .register-container {
		padding-left: 0.7em;
		width: 100%;
	}
    .login-container .labels-inline .FieldWrap > label {
        max-width: none;
    }
    .login-container .labels-inline .FieldWrap > .Field {
        margin-left: 0;
        max-width: none;
    }

	/* Posting pages */
	.deal-categories li {
		width: 100%;
		float: left;
	}

	/* Account Selection Premium/Standard - TODO */
	.acc-type {
		width: 20%;
	}

    /* Social page */
    .labels-inline .FieldWrap > label,
    .labels-inline .FieldWrap > .Field {
        float: none;
        max-width: none;
        width: 100%;
        padding-top: 0;
        margin-left: 0;
        text-align: left;
    }

    label { width: 80%; }
	.FieldWrap label { width: 80%; }
	.FieldWrap .Field { width: 100%; }

   

	table.opening-hours-data td {
		padding: 0;
		text-align: center;
	}
	table.opening-hours-data td.day-field {
		width: 22px;
	}
	table.opening-hours-data td input {
		margin-right: 8px;
		float: none;
	}
	table.opening-hours-data span {
		max-width: 20px;
	}
	table.formatted-table td.col-actions,
	table.formatted-table ul.actions,
	table.formatted-table #colAction { white-space: normal; min-width: 40px !important; max-width: 60px; }
	table.formatted-table td li.edit-item,
	table.formatted-table td li.renew-item,
	table.formatted-table td li.clone-item,
	table.formatted-table td li.delete-item,
	table.formatted-table td li.enable-item,
	table.formatted-table td li.disable-item { float: left; width: 100%; display: block; }

	table.formatted-table span.expiry-date,
	table.formatted-table th { font-size: 12px; }

    /* custom pages */
    .grid-row .content, 
    .not-editable .content {
        padding-left: 40px;
        width: calc(100% - 90px);
        border-left-width: 6px;
    }
    .grid-row .content:not(.not-sortable) {
        background-position: 6px center;
    }
    .grid-row .content .actions {
        font-size: 0.8rem;
    }
    .action-btns {
        width: 90px;
    }
    .action-col,
    .action-col.live,
    .action-col.disabled
     {
        width: 22px;
        height: 22px;
        line-height: 18px;
        background-size: 14px;
    }
    .action-col img {
        max-height: 12px;
        max-width: 12px;
    }
    .content .pagename {
        font-size: 0.9rem;
    }

    /* listings page */
    .tabbed-list li a {
        font-size: 0.85rem;
    }
    .page-content header h1 + p {
        margin-left: 0;
        margin-top: 1rem;
    }
    .guide-links {
        display: none;
    }
}

.cautionBox label {
    color: #DB2023;
    font-weight: bold;
    border-bottom: dashed;
    border-width: 1px;
    cursor: pointer;
}