/*  
Theme Name: Wire's Membership Database
Author: Wire Wheels Webbers
Description: This theme isn't full of bells and whistles and clever features. It is however a simple responsive base you can use as for custom layout creation. Easy to style with sidebar and footer widgets, header logo, taglines, analytics editor and reset functions.
Version: 1.0
Template: aerin

This theme, like WordPress, is licensed under the GPL. Play with it and discover the flexibility of WordPress themes.
*/

/* Bring in the style sheet from the parent theme */
/*@import url('../aerin/style.css');*/

/***********************/
/* General look / feel */
/***********************/
/* body {
	font-family: verdana;
} */

#headercontent {
	background-color: #dae7ec;
}
header {
	background-color: #dae7ec;					
}
.menu-club-admin-container,
.menu-club-user-container,
.menu-club-member-container,
.menu-club-guest-container {
	background-color: #dae7ec;					
}
nav ul li>a {
	color: #434343;
}
nav ul li.current-menu-item a {					
	background-color: #dae7ec;
	color: #434343;
}
nav ul li:hover a {								
	background-color: #24728C;
	color: #FFFFFF;
}
nav a:focus {
	background-color: #24728C;
	color: #FFFFFF;
}
nav ul li a:hover {
	background-color: #24728C;
	color: #FFFFFF;
}

#maincontent img {
	border: 2px solid #434343;
}



#signoff {
border: none;
}

.noborder {
	border: none !important;
}

h1 {
	color: #000000 !important;
}

h2,h3,h4 {
	color: #000000;
}

nav a {
	font-weight: bold;
}
a {
	color: #BF411E;
	text-decoration: none;
}
#maincontent a[href^="tel:"] {
	color: #343838 !important;
}
hr {margin: 3px 0 3px 0;}

/***********************************/
/*  WEBSITE METRICS DASHBOARD      */
/***********************************/
.title-clubname {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #BF411E;
}
.green, .amber, .red {
	font-weight: bold;
}
.green {
	color: #00CC00;
}
.amber {
	color: #FFCC00;
}
.red {
	color: #CC0000;
}

.fetchtime {
	float: right;
	font-style: italic;
}

/***** BACKUPS *****/
.bkup-outer {
	text-align: center;
}
.bkup-inner {
	height: 300px;
	width: 240px; /* was 250 */
	border: 2px #434343 solid;
	display: inline-block;
}
.bkup-heading {
	color: #24728C;
	font-size: 25px;
	font-weight: bold;
	margin: 0 !important;
}
.bkup-day {
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 0 0 !important;
}
.bkup-month {
	font-size: 25px;
	font-weight: bold;
	margin: 0 !important;
}
.bkup-date {
	color: #BF411E;
	font-size: 120px;
	font-weight: bold;
	margin: 0 !important;
}

/***** USERS *****/
.wiredash-role {
	
}
.wiredash-roleinner {
	border: 2px #24728C solid;
	border-radius: 5px;
	padding: 20px;
	height: 300px;
	overflow: auto;
}

/***** CHARTS *****/
[id^="amchart"] {
	border: 3px #434343 solid;
}
#maincontent [id^="amchart"] a[title="JavaScript charts"],
#maincontent [id^="amchart"] a[title="Interactive JavaScript maps"] {
	color: #FFFFFF !important;
	opacity: 0 !important;
}
.amchartimg {
	border: 3px #434343 solid;
	width: 100%;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.amcharthelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.amchartimg>img {
	width: 70%;
	display: inline-block;
/*	margin: 0 auto;*/
	vertical-align: middle;
}
.amchartimgtext {
 	position: absolute;
	top: 175px;
	left: 5px;
	font-weight: bold;
	font-size: 120%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.wire-nodata>p {
	font-weight: bold;
	font-size: 120%;
}

/***********************************/
/*  SOCIAL METRICS DASHBOARD       */
/***********************************/
.wfm-tbl-url>a {
	font-weight: normal;
}




/***********************************/
/*  LINK AS A BUTTON               */
/***********************************/
.link-as-button {
	font-size: 100%;
	background-color: #24728C;		/* Orange Blue */
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
}

.buttondisabled {
	font-size: 100%;
	background-color: #C1C1C1;		/*Greyed out */
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
}

.link-as-button:hover {
	background-color: #BF411E;	/* 20% lighter */
	color: #FFFFFF;
	cursor: pointer;
}

/**** SOCIAL TABLES ****/
/* For mobile phones: */
.wfm-metricstable {
	table-layout: fixed;
	word-wrap: break-word;
	width: 100%;
	max-width: 768px;
}
.wfm-url-col {
	width: 85%;
}
.wfm-total-col {
	width: 15%;
}
/* @media only screen and (min-width: 600px) { 
    .wfm-metricstable {
		max-width: 500px;
	}
}
@media only screen and (min-width: 1024px) {	
    .wfm-metricstable {
		max-width: 768px;
	}
}
 */

.clearfix {
	clear: both;
}

/*****************************/
/*    ALL CLUBS DASHBOARD    */
/*****************************/
#allclubs {
	width: 100%;
	border-collapse: collapse;
}

#allclubs th {
	font-weight: bold;
	color: #BF411E;
	font-size: 90%;
	cursor: pointer;
}

#allclubs td {
	font-size: 80%;
}

#allclubs td, #allclubs th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#allclubs tr:nth-child(even) {
    background-color: #dddddd;
}

/*************************************/
/* CLUB MEMBERSHIP SYSTEM            */
/*************************************/

/*** Theme layout ***/

/* Header Colour from top of logo to bottom of menu */
#headercontent {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
#logo {
	margin-bottom: 0px;
	margin-top: 5px;
}
#logo img {
  margin-bottom: 0px;
  display: block;
}

/*** Forms ***/
fieldset {
	margin-top: 20px;
}
fieldset legend {
	font-weight: bold;
}

form.qcf-form {border-width: 0px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
form {
	font-size: 18px;
	border-width: 2px;
	border-color: #AAAAAA;
	border-style: solid;
	border-radius: 15px;
	padding: 5px 55px 15px 40px;
	background-color: #FFFFF5;
	-webkit-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
-moz-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
}
.ui-dialog form {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
form select,
#selectmemberlists,
form input:not([type=radio]):not([type=checkbox]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 2px solid;
	border-radius: 5px;
	border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
	display: block;
	color: #888888;
	padding: 10px;
	width: 100%;
	line-height: 25px;
}
input.bigbox {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	padding: 10px;
}
#payments-select .radio {
	text-align: center;
}

#query-section form {
	padding: 5px 10px;
}
#query-section input:not([type=submit]) {
	width: 200px;
	padding: 5px;
}
#query-section input[type=submit] {
	padding: 5px 10px;
}
#query-section select {
	padding: 5px;
}

#bbpress-forums form input.ed_button {
	width: auto;
	display: inline-block;
}

form select {
	padding-bottom: 8px;		/* Needed to render the columns on Android */
}

form input[type="submit"]:hover,
form input[type="button"]:hover {
	cursor: pointer;
}
form select:focus,
form input:not([type=radio]):focus,
form textarea:focus {
	outline-style: outset;
	outline-width: 3px;
	outline-color: #AAAAAA;
}
form input[type=submit]:disabled,
form input[type=button]:disabled {
	background-color: #888888 !important;
}
form label {
	font-weight: bold;
	display: block;
}
form input[type=radio] {
	
	
}
form input[type=checkbox]:focus {
	outline: none !important;
	
}

.form-error {
	color: #CC2824;
}

.row {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;

}

form input.required,
form select.required {
	-moz-box-shadow:    inset 0 0 5px #009900;
	-webkit-box-shadow: inset 0 0 5px #009900;
	box-shadow:         inset 0 0 5px #009900;
}
form input.error,
form select.error {
	-moz-box-shadow:    inset 0 0 5px #990000;
	-webkit-box-shadow: inset 0 0 5px #990000;
	box-shadow:         inset 0 0 5px #990000;
}
form label.error {
	color: #CC2824;
}


#membershipfeediv p {
	font-size: 28px;
	font-weight: bold;
	color: #888888;
}
#member_num {
	background-color: #EEEEEE;
}
#formheadernum {
	float: left;
	clear: none;
}
#formheadername {
	float: right;
	clear: none;
}

button,
.ui-widget button {
	font-size: 11px;
	background-color: #BF411E;		/* Orange Blue */
	color: #FFFFFF;
	border-radius: 5px;
	padding: 4px 8px;
	text-decoration: none;
	outline: none;
}
button.cancelpopup {
	background: none;
	width: 100%;
	padding: 10px;
}
button.cancelpopup:hover {
	background: none;
	cursor: pointer;
}
button:hover {
	background-color: #F27451;	/* 20% lighter */
	color: #FFFFFF;
	cursor: pointer;
}
textarea {
	width: 100%;
	max-width: 100%;
}

.foundmember {
	border-width: 2px;
/*	border-color: #AAAAAA;*/
	border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
	border-style: solid;
	border-radius: 15px;
	padding: 15px 15px 15px 25px;
	margin: 5px;
	background-color: #FFFFF5;
	position: relative;
	-webkit-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
-moz-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
}
.foundvehicle {
	border-width: 2px;
/*	border-color: #AAAAAA;*/
	border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
	border-style: solid;
	border-radius: 15px;
	padding: 15px 15px 15px 25px;
	margin: 5px;
	background-color: #FFFFF5;
	position: relative;
	-webkit-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
-moz-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
}
.viewfound {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-weight: bold;
}
.editfound {
	position: absolute;
	right: 60px;
	bottom: 10px;
	font-weight: bold;
}
.viewheader1 {
	font-size:120%;
	font-weight: bold;
}
.viewheader2 {
	float: right;
	font-size:120%;
	font-weight: bold;
}
.viewname {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}
.history {
	font-size: 12px;
}

.googlemap {
	border-width: 2px;
/*	border-color: #AAAAAA;*/
	border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
	border-style: solid;
	border-radius: 15px;
		-webkit-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
-moz-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
}


/********************* jQuery Dialog **********/
/* .ui-dialog .ui-dialog-titlebar-close span {
	margin-left: -8px;
	margin-top: -8px;
}
*/
.ui-dialog .ui-dialog-content {
	padding: 0px;
}
.ui-dialog.ui-widget-content {
	border: 0px;
	background: none;
}
.ui-dialog-titlebar.ui-widget-header {
	border: 0px;
	background: none;
}

/* Remove the X close button on dialog */
.no-close .ui-dialog-titlebar-close {
  display: none;
}

.dialogsmalltext {
	font-size: 14px;
}

/**** Checkbox Radio ***/
.ui-checkboxradio-label {
	padding: 5px 10px !important;

}
.ui-checkboxradio-checked.ui-visual-focus {
	box-shadow: none !important;
}

.foundmembershort {
	height: 340px;
}
.foundvehicleshort {
	height: 340px;
}

.viewbuttons {
	text-align: center;
}

.notice-box {
	background-color: #DDEEEE;
	border: 1px solid red;
	border-radius: 4px;
}
p.notice-box {
	margin-bottom: 13px;
}

/* cheque form */
.chq-memno,
.chq-type,
.chq-dates,
.chq-amount {
	font-size: 30px;
	font-weight: bold;
}

/***** Find Member - Member Lists ****/
#memberlisting,
.duplicate_reg,
.duplicate_reg_car {
	position: relative;
	font-size: 18px;
	border-width: 2px;
	border-color: #AAAAAA;
	border-style: solid;
	border-radius: 15px;
	padding: 5px 55px 15px 40px;
	background-color: #FFFFF5;
	-webkit-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
-moz-box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
box-shadow: 4px 4px 6px 3px rgba(170,170,170,0.75);
}
#memberlistscroll {
	height: 500px;
	overflow-y: auto;
}
/******** Spinning Loader *************/
#loader,
#addressloader,
#detailsloader,
#membershiploader,
#commentsloader,
#personloader,
#paymentloader,
#memberlistloader,
#familyloader,
#carloader,
#carsearchloader,
#clubdutyloader,
#membersearchloader,
#dupregsearchloader,
#addmemberloader,
#mandatesearchloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin .75s linear infinite;
}
#memberlistloader {
	position: absolute;
	top: 200px;
}
#carloader {
	top: 25%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/***** Sort Table *****/
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
table.sortable th:hover {
	cursor: pointer;
}

@media print {
	header nav {
		display: none;
	}
	
	.noprint {
		display: none;
	}
}

/*************************/
/** BBPress              */
/*************************/
#bbpress-forums .bbp-replies p,
#bbpress-forums .bbp-replies ul,
#bbpress-forums .bbp-replies ol {
	font-size: 1.5em;
}
.bbp-forum-title,
.bbp-topic-title {
	font-size: 1.2em;
}

/*styling to move 'Subscribe' to right hand side */
.single-forum .subscription-toggle  {
    padding-left: 10px !important;
	text-transform: uppercase !important;
}

/*************/
/* REPORTS   */
/*************/
#query-section input,
#query-section label {
	display: block;
}

/* Report Tables */
#report-results td,
#report-results th,
.results-table td,
.results-table th {
	padding: 5px;
}
#report-results th,
.results-table th {
    background-color: #434343;
    color: white;
}
#report-results tr:hover,
.results-table tr:hover {
	background-color: #CCCCCC;
}
#membersvehicles tr:hover {
	background-color: #CCCCCC;
}

/****************************/
/*** SETUP PAGE AND TABS    */
/****************************/

.setup-nav-tab {
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #e5e5e5;
    color: #555;
}

.setup-nav-tab-active,
.setup-nav-tab-active:focus,
.setup-nav-tab-active:focus:active,
.setup-nav-tab-active:hover {
    border-bottom: 1px solid #f1f1f1;
    background: #ffffff;
    color: #000;
}

.setup-nav-tab-wrapper,
.tabwrapper h2.setup-nav-tab-wrapper,
h1.setup-nav-tab-wrapper {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
}
.setup-nav-tab-wrapper:not(.wp-clearfix):after {
    content: "";
    display: table;
    clear: both;
}
.setup-nav-tab-active {
    margin-bottom: -1px;
    color: #444;
}

#feestable {
	table-layout: fixed;
	width: 100%;
	font-size: 16px;
}

#feestable td,
#feestable td>input {
	font-size: 16px;
}

#feestable th {
	font-weight: bold;
}

/***********************************/
/*   Fone Awesome Icons            */
/***********************************/
#frontpageicons .fa,
#thetour .fa { color: white;}
ul.features-list {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px !important;
}
ul .feature {
	color: #333333;
	display: table;
	float: left;
	margin: 0 0 0.25;
	padding: 12px 12px 12px 0px;
	vertical-align: top;
	width: 90%
}
.feature-thumbnail {
	display: table-cell;
	vertical-align: top;
	width: 45px;
}
.circle-icon {
	border-radius: 10px;
	height: 40px;
	position: relative;
	width: 40px;
	background: none repeat scroll 0 0 #24728C;
}
.circle-icon div {
	background-color: #24728C;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	font-size: 26px;
	height: 34px;
	left: 50%;
	line-height: 34px;
 	margin-left: -17px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 34px;
	color: #000000;
}
/* li [class^="icon-"], li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.icon-white {
	
} */
ul.features-list .feature-content {
	display: table-cell;
	padding-left: 1em;
	vertical-align: top;
}
ul.features-list .feature-content>h3 {
	Margin-top: 0px;
}

#content p.feature-heading,
#frontpage p.feature-heading {
	font-size: 150%;
	margin-bottom: 5px;
}

/***********************/
/* ACTIVITIES	       */
#report-results button[id^="activitydone"].activitydone {
	background-color: #C1C1C1 !important;		/*Greyed out */
	color: #FFFFFF !important;
}

/******************************************/
/* General Tables - e.g. in Vehicles Page */
/******************************************/
.generaltable td,
.generaltable th {
	padding: 5px;
}
.generaltable th {
    font-weight: bold;
}
.generaltable tr:hover {
/*	background-color: #CCCCCC; */
}

/*****************************/
/* contact email message     */
/*****************************/
button[id^=contact_emailsend] {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 50%;
}

/*****************/
/* TOOLTIPS      */
/*****************/

i.tooltip {
  position: relative;
  display: inline;
  font-size: 80%;
}
i.tooltip span {
  position: absolute;
  width:260px;
  left: -200px;
  color: #434343;
  background: #FFFFFF;
  border: 2px solid #434343;
/*  height: 30px;*/
/*  line-height: 30px;*/
  font-family: verdana;
  font-size: 120%;
  padding: 5px 5px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 4px 4px 5px #AAAAAA;
  
  opacity: 0;
  transition: opacity .5s;
}
i.tooltip span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-top: 12px solid #434343;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
i.tooltip span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
i:hover.tooltip span {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -130px;
  z-index: 999;
}


i.tooltipbottom {
  position: relative;
  display: inline;
}
i.tooltipbottom span {
  position: absolute;
  width:260px;
  color: #434343;
  background: #FFFFFF;
  border: 2px solid #434343;
/*  height: 30px; */
  line-height: 20px; 
  font-family: verdana;
  font-size: 85%;
  padding: 5px 5px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 4px 4px 5px #AAAAAA;
}
i.tooltipbottom span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-bottom: 12px solid #434343;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
i.tooltipbottom span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
i:hover.tooltipbottom span {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -150px;
  z-index: 999;
}


i.tooltipright {
  position: relative;
  display: inline;
}
i.tooltipright span {
  position: absolute;
  width:260px;
  color: #434343;
  background: #FFFFFF;
  border: 2px solid #434343;
/*  height: 30px; */
  line-height: 20px;
  line-height: 20px; 
  font-family: verdana;
  font-size: 85%;
  padding: 5px 5px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 4px 4px 5px #AAAAAA;
}
i.tooltipright span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 0; height: 0;
  border-right: 12px solid #434343;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
i.tooltipright span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
i:hover.tooltipright span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -70px;
  margin-left: 15px;
  z-index: 999;
}


i.tooltipleft {
  position: relative;
  display: inline;
}
i.tooltipleft span {
  position: absolute;
  width:260px;
  color: #434343;
  background: #FFFFFF;
  border: 2px solid #434343;
/*  height: 30px; */
  line-height: 20px;
  line-height: 20px; 
  font-family: verdana;
  font-size: 85%;
  padding: 5px 5px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 4px 4px 5px #AAAAAA;
}
i.tooltipleft span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 0; height: 0;
  border-left: 12px solid #434343;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
i.tooltipleft span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
i:hover.tooltipleft span {
  visibility: visible;
  opacity: 1;
  right: 100%;
  top: 50%;
  margin-top: -70px;
  margin-left: 15px;
  z-index: 999;
}


/* On Focus Tooltips - For INPUT elements */
.on-focus {
	width: 100%;
	position: relative;
}
.focustooltip{
	color: #232323;
	background-color: #EFEFEF;
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
/*	display: none;*/
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;
	border: 2px solid #CC2824;
	text-align: center;
	width: 86%;
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	
	top: auto;
	bottom: 115%;
	left: 7%;
	margin-bottom: auto;
}
.on-focus input:focus + .focustooltip{
	visibility: visible;
/*	display: block;*/
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/***Membership Type Table */
table.membership_type {
	table-layout: fixed;
	width: 100%;
}
table.membership_type th {
	font-size: 85%;
}

/*** MOT History Table ******/
#mothistory-div {
	height: 350px;
	overflow: auto;
}
.mothistory {
	table-layout: fixed;
	width: 100%;
	font-size: 85%;
}
.mothistory th{
	font-weight: bold;
}
.mothistory tr.motcomment {
	font-size: 80%;
}

/************** GDPR */
[id$="gdpr-consent"] {
	font-size: 80%;
	text-align: left;
}

/************ Boxed Text */
li.boxed-text-text {
	list-style-type: none;
}
div.boxed-text-outerbox {
	height: 380px;
}

/************* RETURN TO TOP *************/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/****** Quick Touch Slider **/
.cycle-slideshow img {
	width: 100%;
	border: none !important;
}

/************ MEMBER LIVE SEARCH ************/
.found-person-selected {
	background-color: #888888;
	color: #FFFFFF;
	font-weight: bold;
}
#find-person-found table tr:hover {
	cursor: pointer;
}
#find-person-found {
	max-height: 200px;
	overflow: auto;
}
#find-person-found table {
	table-layout: fixed;
	width: 100%;
	font-size: 85%;
	text-align: left;
}

/************** Direct Debit Promotion ****************/
#promote-dd {
	border: 1px solid black;
	border-radius: 8px;
	background-color: #DDEEEE;
	text-align: center;
	padding: 0 10px;
}
#promote-dd p {
	margin: 8px;
}
#promote-dd-more {
	margin: 0 10px;
}
#promote-dd-tell-more {
	text-align: left;
}
#promote-dd-tell-more>ul>li {
	margin: 10px 5px;;
}
#promote-dd-tell-more ul {
	list-style-position: inside;
	margin-left: 10px;
	font-weight: normal;
}

/******************** Go Cardless Notice Bar *******************/
#gc-notice-bar{
	background: #343838;
	color: #fff;
	font-size:16px;
	top: 0px;
	left: 0px;
	width: 100% !important;
	padding: 10px 0px;
	text-align: center;
}
#gc-notice-bar a {
	color: #ffffff;
	border-bottom: 1px dotted;
}
#gc-notice-bar a:hover {
	border-bottom: 1px solid;
}
#gc-notice-bar:empty {
	display: none;
}

/*************** Go Cardless Matching *******/

#report-results button[id^="changeowner-"].gc_matchingdisabled,
 #report-results button[id^="matchreset-"].gc_matchingdisabled,
 #report-results button[id^="matchdelete-"].gc_matchingdisabled {
	background-color: #C1C1C1 !important;		/*Greyed out */
	color: #FFFFFF !important;
}


/****************apply button **************/
#applygocardless {
	font-weight: bold;
}


/*************** FIX CHECKBOXRADIO AUTO JUMPING TO THE TOP *****************/
#membershipform .radio input.ui-checkboxradio,
#renewdialogform .radio input.ui-checkboxradio,
#rejoindialogform .radio input.ui-checkboxradio,
#repaydialogform .radio input.ui-checkboxradio {
	display: none;
}