*{
    margin:0;
    padding:0;
}

html{
    overflow-y:scroll;
}

html,body{
    height:100%;
    min-height:100%;
}

a img{
    border:0;
}

.multipleInput-container {
    border-top:1px #ccc solid;
    border-left:1px #ccc solid;
    padding:1px;
    padding-bottom:0;
    cursor:text;
    font-size:13px;
    width:100%;
    background:#fff;
    text-align:left;
    border-radius:3px;
    margin-bottom: 10px;
}

.multipleInput-container input {
    font-size:13px;
    height:24px;
    border:none !important;
    display: inline;
}

.multipleInput-container input:focus {
    box-shadow: none !important;
}

.multipleInput-container ul {
    list-style-type:none;
}

li.multipleInput-email {
    display: inline-block;
    margin-right:2px;
    margin-bottom:1px;
    border:1px #A4CFFB solid;
    padding:2px;
    background:#E2F0FE;
    border-radius:3px;
}

.multipleInput-close {
    width:12px;
    height:16px;
    border-radius:8px;
    display:block;
    float:right;
    margin:0 3px;
    background:#A4CFFB;
    color:#fff;
    font-size:11px;
    padding-left:4px;
    text-decoration:none;
}

.multipleInput-close:hover {
    color:#fff;
    background:#ADD5FC;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    position:relative;
}

.director-link {
    font-size: 13px;
    font-weight: normal;
    color: #777;
}

.director-link a {
    text-decoration: underline;
    margin-left: 0;
}

.sticky-wrapper {
    min-width: 100%;
}

/*.sticky-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -241px;
}
.push, .footer {
	height: 240px;
}

.footer {
	font-size:12px;
	color:#999;
	background:#fff;
	border-top:1px #DBDBDB solid;
}*/

#sitemap li {
    list-style-type: none;
    margin-left: 0;
}

.center {
    display:block;
    margin:0 auto;
    text-align:center;
}

.left {
    float:left;
}

h1, h2 {
    font-weight: 300;
    font-size: 22px;
}

h1.full_h1
{
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h1.full_h1 a, h1.full_h1 a:hover, h1.full_h1 a:visited
{
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dotted #007432;
    margin-left: 15px;
}

/*a.show_me_how { color:#1E88F2;}
a.show_me_how:hover { color:#1E88F2;}*/

h2 { font-size:20px; }
h3 a { text-decoration:none; }


#home_page h2 {margin-bottom:5px;}


label {
    display:block;
}

textarea {
    padding:10px;
    width:250px;
    font-family:arial,sans-serif;
    font-size:12px;
    line-height:1.5em;
}

select {
    padding:4px;
}

p, #account_features li, .account-features li, .labels_top li {
    margin:5px 0;
}



.bullet {
    vertical-align:middle;
}

.clear {
    clear:both;
}

p.error {
    margin:0 0 5px 0;
}


.wrapper {
    margin:0 auto;
}

form li {
    list-style-type:none;
}

.shadow {
    box-shadow: 2px 2px 2px 0 #bbb;
}



span.divider {
    color:#BCC8CF;
}

/* end of search box CSS */


.view_wrap {
    padding:20px 0;
}

.full_width_wrap {
    padding:0 50px;
}


h3 {
    font-size:16px;
}

.spacer {
    margin-bottom:40px;
}

/* start of results page CSS */
.record {
    width:360px;
}



.address_list p {
    margin:2px;
}

.info_bar {
    padding:5px;
    color:#fff;
}

.info_bar a {
    color:#fff;
}

.success {
    background: #1E88F2;
}

.instructions {
    background: #1E88F2;
}

.page_nav {
    margin-top:10px;
    line-height:15px;
}





.bulk_page_nav a, .bulk_page_nav strong, .bulk_page_nav span  {
    display:block;
    float:left;
    margin-right:10px;
    margin-bottom:2px;
}

span.ok_to_call {
    color:#093;
    font-weight:bold;
}

span.not_ok_to_call {
    color:#c00;
    font-weight:bold;
}

.refine_list {
    list-style-type:none;
    margin-top:20px;
}

.refine_list li {
    margin:7px 0;
}
.refine_list.divided li {
    border-bottom:1px #eee solid;
}
.refine_list.divided li:last-child {
    border-bottom:0;
}

.refine_table {
    font-size:12px;
    border-spacing:0;
    margin:20px 0;
}

.refine_table td {
    padding-left:0;
}



/* start of company details styles */
#company_details {
    font-size:12px;
    margin-bottom:20px;
}

#company_details th {
    text-align:right;
    padding-right:20px;
}

.company_status tr, .company_status td {
    padding-top:5px;
}

.status_span {
    padding:5px;
    color:#fff;
    background:#c00;
    border-radius:5px;
    font-weight:bold;
    text-align:center;
}

.status_span.active {
    background:#6c3;
}

.col_gr_right {
    float:right;
    width:584px;
    padding-left:20px;
}

.col_gr_left {
    width:376px;
}

.details_table {
    width:100%;
    margin-bottom:20px;
    border-collapse:collapse;
    background: #F3F6F9;
}

.details_table th, .details_table td {
    padding:4px;
    border: 1px solid #C7D9EB;
}

.details_table th {
    background:#D9E6EA;
    text-align:left;
}

.details_table .child_document td {
    background:#FCFDFE;
    font-size:10px;
    padding-left:20px;
}

.details_list {
    list-style-type:none;
    margin-bottom:20px;
}

span.not_available {
    color:#999;
    font-style:italic;
}

span.pipe {
    color:#ccc;
}

/* end of company details styles */

#director_details {
    margin:10px 0;
}

#director_details th {
    padding-right:20px;
    text-align:left;
}

.panel {
    border:1px #d3d3d3 solid;
    padding:15px;
    margin-bottom:20px;
    background:#fff url('../images/backgrounds/panel.png') repeat-x left bottom;
}

.panel p {
    line-height:1.7em;
    margin-bottom:20px;
}

/* start of tps check styles */
.tps-prices {
    float:right;
    width:312px;
    height:400px;
    margin-left:120px;
    font-size:14px;
    font-weight:bold;
    margin-top:-25px;
}

.tps-prices p {
    margin-bottom:30px;
}

.tps-prices img {
    margin:5px 0;
}

#tps_paste .left{
    width:500px;
    height:240px;
    padding-right:20px;
}

#tps_paste textarea {
    width:425px;
    height:134px;
    display:block;
    margin-bottom:10px;
}

#tps_upload .inner_panel {
    background:#F0F0F0;
    padding:5px;
    margin:0 0 10px 0;
    border-radius:10px;
}

#tps_upload .inner_panel p {
    margin-bottom:5px;
}

#upload_csv_button {
    display:block;
    margin-top:5px;
}
/* end of tps check styles */

#data_type_label {
    display:block;
    margin-bottom:5px;
}

#tps_result {
    color:#fff;
    padding:5px;
    display:block;
    border-radius:5px;
    text-align:center;
    font-weight:bold;
}

#area_codes {
    padding-left:20px;
}

#area_codes h1 {
    margin-bottom:20px;
}

#area_codes li {
    margin-left:30px;
    line-height:1.5em;
}

#area_codes span{
    color:#fff;
    padding:5px;
    border-radius:3px;
    background:#6c3;
}

#area_codes ul {
    margin:10px 0 25px;
}

#area_codes h2.international {
    margin-bottom:15px;
}

.postcode_outers li {
    list-style-type:none;
    margin-top:20px;
}

.postcode_outers p {
    line-height:1.5em;
}

.hr {
    width:100%;
    background:#DFDFDF;
    border-bottom:1px #fff solid;
    line-height:1px;
    height:1px;
    margin:20px 0;
}

.form .hr {
    background:#BACBCF;
    border-bottom:1px #E7EEEF solid;
    margin:10px 0;
}

a.show_more {
    background:url('../images/show_more_arrow.png') right 5px no-repeat;
    padding-right:10px;
}

.sidebar .box {
    margin-bottom:15px;
}

.tps-graphic {
    float:left;
    margin-right:5px;
    background:url('../images/tps_graphic.png');
    width:623px;
    height:253px;
    padding:20px;
}

.tps-graphic div {
    padding:20px;
    background:url('../images/backgrounds/tps-graphic-bg.png');
    width:335px;
    font-size:16px;
    color:#fff;
    border-radius:2px;
}

.tps-graphic div em {
    color:#f90;
    font-style:normal;
    font-weight:bold;
}

.tps-graphic div a {
    color:#fff;
    font-weight:bold;
    font-size:14px;
}

.tps-graphic h2 {
    font-size:30px !important;
}

.tps-content {
    color:#6c6c6c;
}

.tps-content h2 {
    color:#6c6c6c !important;
    font-size:26px !important;
    margin:25px 0;
    text-shadow: 0 1px #fff;
}


#signup_page .hint {
    font-size:11px;
    color:#888;
    clear:both;
    padding-top:7px;
    margin-bottom:0;
}


.signup-userform fieldset {

    border:0;
    margin-bottom:2px;
    padding:10px;
    padding-right:0;
}

.signup-userform form label {


    color:#333;
    margin-bottom:3px;

}


ul.userform-col1
{
    width: 50%;
    display: block;
    float: left;
}

ul.userform-col2
{

    display: block;
    float: left;
}

.req
{
    font-weight: bold;
    padding: 2px 2px;

}

.signup-userform form li.medium { width:190px; }
.signup-userform form li.small { width:100px; }

#signup_page h3 {
    font-size:14px;
    margin-bottom:10px;
}

.box-lightbox h2, .dialog h2 {
    color:#41545F;
    font-size:22px;
    font-weight:bold;
    margin-bottom:15px;
}

div.group {
    background:#fff;
    padding:20px;
    border-radius:8px;
    margin:10px 0;
    border:1px #ddd solid;
    color:#333;
    font-size:14px;

    /* fix peekaboo */
    position:relative;
    min-width:0;
}

div.group .inner {
    height: auto;
}

#my_account div.group .inner {
    display: none;
}

a.accordian {
    background: url('../images/arrow_down.png') no-repeat right 7px;
    padding-right:15px;
    text-decoration:none !important;
    color:#333 !important;
    font-size:15px;
    font-weight:bold;
}

a.accordian.open {
    background-image: url('../images/arrow_up.png') !important;
}

#confirm_card_type, .card_type {
    height:30px;
    display:block;
    float:left;
    margin-right:5px;
}

.visa {
    background:url(../images/cards/visa.png) no-repeat;
    width:45px;
}
.visadebit {
    background:url(../images/cards/visadebit.png) no-repeat;
    width:45px;
}
.visaelectron {
    background:url(../images/cards/visaelectron.png) no-repeat;
    width:48px;
}
.amex {
    background:url(../images/cards/amex.png) no-repeat;
    width:39px;
}
.maestro {
    background:url(../images/cards/maestro.png) no-repeat;
    width:45px;
}
.mastercard {
    background:url(../images/cards/mastercard.png) no-repeat;
    width:45px;
}
.solo {
    background:url(../images/cards/solo.png) no-repeat;
    width:23px;
}

#edit_card, #invoice_signup div{
    padding:20px;
}

#edit_card .error_input {
    padding-right:20px;
}

.labels_top .error {
    margin-top:2px;
}

form ul.labels_left label {
    display:block;
    width:150px;
}

form ul.labels_left .error_input {
    width:250px;
}

form ul.labels_left li {
    margin:3px 0;
}

.notification {
    position:absolute;
    left:50%;
    width:500px;
    margin-left:-255px;
    background:#1E88F2;
    color:#fff;
    padding:5px;
    display:none;
    text-align:center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index:9999;
}

.notification p {
    margin:3px;
}

.notification a {
    color:#fff;
    text-decoration:none;
    border-bottom:1px dotted #fff;
}

#your_username_is {
    border-radius:10px;
    background:#939;
    color:#fff;
    padding:20px;
    width:500px !important;
    margin:20px auto;
}

#breadcrumb {
    list-style-type:none;
    margin-top: 30px;
}

#breadcrumb li {
    float: left;
    margin-right: 20px;
}


#breadcrumb li span {
    background:#E4E4E4;
    display:block;
    width:162px;
    text-align:center;
    border-radius:5px;
    border-top:1px #D7D7D7 solid;
    margin-right:10px;
    padding:9px 0;
}

#breadcrumb li.active span {
    color:#fff;
    background:#1C8BE5;
    border-top:0;
}

#breadcrumb li.first {
    margin-left:0;
}

#breadcrumb li.last {
    padding-right:0;
    background:none;
}

.card_group {
    border-bottom:1px #E4E4E4 solid;
    padding-bottom:20px;
    margin-top:20px;
}

select.text {
    border:1px #A0AFB2 solid;
    padding:5px;
}

#address_list {
    display:none;
    padding:30px;
}

.total {
    color:#1C8BE5;
    font-weight:bold;
}

#confirm_page .right {
    position:absolute;
    bottom:24px;
    right:20px;
    width:290px;
}

#confirm_page p.heading {
    margin-top:25px;
    font-weight:bold;
}

#map_wrapper {
    width:100%;
    height: 500px;
}

.map {
    width:100%;
    height:100%;

    display:none;
}

#place_list {
    display:none;
    padding:30px;
}

/*.er_history {
	font-size:10px;
}

.er_history th, .er_history td {
	text-align:left;
}

.er_history th.year {
	width:30px;
	text-align:center;
}

.er_history .on {
	background:#f90;
	color:#fff;
	font-size:8px;
	text-align:center;
}

.er_history .off {
	background:#eee;
}*/


.btn span {
    color:#fff;
    display: inline-block;
    padding: 7px 15px;
    text-shadow: 0 -1px 1px rgba(19,65,88,.8);
    background: #3194c6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3194c6), to(#5bacd6));
    background: -moz-linear-gradient(#3194c6, #5bacd6);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight:bold;
}

.btn {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:
            0 8px 0 #1a74a1,
            0 15px 20px rgba(0,0,0,.35);
    -moz-box-shadow:
            0 8px 0 #1a74a1,
            0 15px 20px rgba(0,0,0,.35);
    box-shadow:
            0 8px 0 #1a74a1,
            0 15px 20px rgba(0,0,0,.35);
}

.btn.active {
    -webkit-box-shadow:
            0 8px 0 #1a74a1,
            0 12px 10px rgba(0,0,0,.3);
    -moz-box-shadow:
            0 8px 0 #1a74a1,
            0 12px 10px rgba(0,0,0,.3);
    box-shadow:
            0 8px 0 #1a74a1,
            0 12px 10px rgba(0,0,0,.3);
}

.btn.active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}


.result_address, .result_address_full {
    font-size:16px;
    font-weight:bold;
}


.result-panel {
    margin-top:30px;
    margin-bottom:30px;
}

.result-panel.last {
    margin-right:0;
}

/*.osis_big, .er_big {
	float:left;
	margin-right:20px;
	min-height:40px;
	margin-top:30px;
}

.osis_big {
	width: 180px;
}

.er_big {
	width: 350px;
}*/

.osis_big span, .er_big span, .mobile_big span {
    font-size:18px;
    font-weight:bold;
}



#result_page_map {
    width:100%;
    height:368px;
    background:#ccc;
    margin:30px 0;
}

a.name {
    color:#41545F !important;
    font-weight:bold;
    text-decoration:none;
    border-bottom:1px #41545F dotted;
}

/*#credits_thankyou .group {
    background:#fff url('../images/thumbs.png') bottom right no-repeat;
}*/

#credits_thankyou .group h2 {
    margin-bottom:10px;
}

#credits_thankyou .group p {
    margin-bottom:10px;
    line-height:1.5em;
}

a.close {
    position:absolute;
    display:block;
    width:30px;
    height:30px;
    background:url('../images/close.png');
    right:-15px;
    top:-15px;
}



#contact_map {
    width:100%;
    height:200px;
    border:1px #ccc solid;
}

#slideshow {
    border:1px #B6B7B8 solid;
    position:relative;
    width:100%;
    margin-right:25px;
    background:#fff;
    /*height:324px;*/
    overflow:hidden;
}


#slideshow ul {
    list-style-type:none;
    font-size:14px;
    width:215px;
}

#slideshow li {
    border-bottom:1px #D6D7D8 solid;
    border-right:1px #B6B7B8 solid;
    transition: background 250ms;
    -webkit-transition: background 250ms;
}

#slideshow li.active {
    background:#f8f8f8;
    font-weight:bold;
}

#slideshow li.last {
    border-bottom:0;
}

#slideshow ul a {
    display:block;
    width:205px;
    padding:24px 0 23px 10px;
    text-decoration:none;
    color:#41545f;
}

#slideshow .graphic  {
    position:absolute;
    width:765px;
    height:324px;
    top:0;
    left:215px;
    display:block;
}

#slideshow div  {
    display:none;
}

#arrow {
    position:absolute;
    z-index:99;
    top:14px;
    left:214px;
}

.transaction_history {
    width:100%;
    margin-top:20px;
}
.transaction_history th, .transaction_history td  {
    text-align:left;
    padding:5px 0;
}

.paging{
    margin-top: 5px;
    float: right;
    font-size: 12px;
}

#data_source label {
    float:left;
    width:90px;
    padding-top:7px;
}

.dialog div {
    text-align:center;
}

.dialog h2 {
    margin-bottom:15px;
    font-size:16px;
}

.dialog h2 span {
    color:#7D3D86;
}

.no_credits {
    text-align:center;
    padding:50px 0;
}

.no_credits p {
    margin:15px 0;
}

#er_years_wrap label {
    margin-bottom:4px;
}

#signup_header {
    width:547px;
}

.static_page p {
    line-height:1.5em;
    font-size:14px;
    margin-bottom:20px;
}

.static_page li {
    font-size:14px;
    margin-left:20px;
    margin-bottom:10px;
}


table.pricing {
    border-collapse:collapse;
    width:100%;
}

table.pricing th, table.pricing td {
    padding:5px;
}

table.pricing th {
    color:#fff;
    background:#3F525F;
    text-align:left;
    border:1px #3F525F solid;
}
table.pricing td {
    background:#fff;
    color:#3F525F;
    border:1px #ccc solid;
}

table td {
    padding:5px 10px;
    vertical-align:top;
}

#contact_form {
    background:#fff;
    padding:20px;
    border-radius:10px;
    margin-top:20px;
}

#contact_form label {
    font-weight:bold;
}

#contact_form li {
    margin-bottom:10px;
}

#corporate_signup_page form {
    margin-top:20px;
}

#corporate_signup_page ul.half {
    float:left;
    margin-right:10px;
}


#corporate_signup_page form li {
    margin-bottom:10px;
}

.pwd_email_info {
    float: left;
    margin-top: 20px;
}

#change_email_wrap {
    margin-right:100px;
}


.director_sr li {
    margin-bottom:10px;
}

.question {
    margin:0;
    font-size:16px;
    text-decoration:none;
    border-bottom:none !important;
}

.answer {
    margin-top:5px;
}

.qwrap {
    position:relative;
    padding:12px;
    margin-bottom:25px !important;
    list-style-type:none;
}

.faqs {
    margin-bottom:20px;
}

strong.a {
    font-size:16px;
}

#sitemap ul ul {
    margin-left:20px;
}

.ad {
    margin-top:20px;
    display:block;
}

./*postcode {
	white-space:nowrap;
	color:#41545F !important;
	text-decoration:none;
	border-bottom:1px #41545F dotted;
}*/

.nowrap {
    white-space:nowrap;
}

.need_to_verify {
    margin:0;
    margin-top:-3px;
}

.need_to_verify span{
    /*color:#fff;
    background:#999 url('../images/icons/email_error.png') no-repeat 5px 5px;*/
    background:#f5f5f5 url('../images/icons/email_error.png') no-repeat 5px 5px;
    border-top:1px #eee solid;
    font-size:11px;
    padding:5px 5px 5px 25px;
    border-radius:5px;
}

#blocks_help {
    width:410px;
    padding:40px;
}

#blocks_help p {
    margin-top:20px;
}

#blocks_help img {
    display:block;
    margin:0 auto;
}

p.tbr_disclaimer {
    color:#999;
    font-size:11px;
}


input#dont_show_again {
    vertical-align:middle;
}

.get-in-touch-option {
    float:left;
}

#invoice_signup {
    background:#fff;
}

.small_print {
    color:#999;
    margin:0 auto;
    font-size:12px !important;
    margin-top:50px;
}

ul.twitter {
    list-style-type:none;
}

ul.twitter a.pic {
    float:left;
    margin-right:10px;
}

ul.twitter p.small {
    margin-top:0;
    font-size:12px;
}

.twitter-loading {
    text-align:center;
    font-weight:bold;
    margin:50px 0;
}

ul.twitter h2 {
    font-size:14px;
    font-weight:bold;
}

.address_label {
    background:url('../images/icons/address_label.png') no-repeat left 2px;
    padding-left:16px;
    line-height:16px;
}

.show_all_occupants {
    background:url('../images/icons/show_all_occupants.png') no-repeat left top;
    padding-left:16px;
    line-height:16px;
}

.progress-container {
    border: 1px solid #ddd;
    width: 500px;
    padding: 2px;
    background: #fff;
    border-radius: 20px;
    position:relative;
    margin:50px 0;
}



.progress-bar, .progress-bar-wrap {
    height: 50px;
    border-radius: 20px;
}

.progress-bar {
    background: url('../images/backgrounds/progress.png');
    width:0;
    text-align:center;
}

.progress-bar-wrap {
    background: url('../images/backgrounds/progress-wrap.png');
}


.percent-complete {
    position:absolute;
    left:50%;
    top:16px;
    background:#2E4667;
    padding:5px 0;
    border-radius: 3px;
    width:50px;
    text-align:center;
    margin-left:-25px;
    font-weight:bold;
    color:#fff;
    opacity:0.9;
}

#download_form {
    text-align:center;
    color:#999;
    font-weight:bold;
    margin-bottom:50px;
}

#download_form p{
    margin-bottom:20px;
}

#tps-summary {
    width:575px;
    float:left;
    margin-right:50px;
}

.tps-summary {
    font-size:18px;
    text-align:center;
    padding:40px;
}

.tps-summary em {
    font-style:normal;
    text-decoration:none;
    color:#1C8BE5;
    font-size:22px;
    font-weight:bold;
}

.tps-summary p {
    width:430px;
    margin:0 auto;
    margin-bottom:15px;
}

.plus-one {
    margin-top:30px;
    color:#999;
    font-size:12px;
}

#business_type_wrap {
    z-index:9996;
}

.suggestions_container, .place_suggestions_container, .adv_place_suggestions_container {
    position:relative;
}

#business_class_suggestions, #place_suggestions, #adv_place_suggestions {
    position:absolute;
    top:-2px;
    left:80px;
    width:245px;
    border:1px #E4E4E4 solid;
    color:#666;
    display:none;
    background:#fff !important;
    font-size:12px;
    z-index:9999;
    padding-top:0 !important;
    margin-top:1px;
    overflow-y: scroll;
    height: 150px;
}

#adv_place_suggestions {
	left: 150px;
}

@media screen and (max-width: 920px)
{
	#business_class_suggestions, #place_suggestions, #adv_place_suggestions {
		left: 0px;
	}
}

.suggestions li, .place-suggestions li {
    margin:0 !important;
    padding:4px !important;
    padding-left:7px;
    background:#fff;
    float:none !important;
}


.suggestions li.suggestion, .place-suggestions li.place_suggestion {
    cursor:pointer;
}

a.street {
    text-decoration:none;
}

.suggestions li.active, .place-suggestions li.active {
    background: #1C8BE5;
    color:#fff;
}

.suggestions .highlight, .place-suggestions .highlight {
    color:#fff;
    background:#48E68B;
}

.highlight {
    background:#1C8BE5;
    font-weight:bold;
    padding:1px;
}

.signup_error {
    color:#f60;
    border:1px #f60 solid;
    padding:10px 15px;
    font-size:12px;
    width:618px;
    margin-top:20px;
}

.signup_error strong {
    font-size:14px;
}

.signup_error a {
    color:#f60;
}
.signup_error p {
    margin:5px 0;
}

.tps-col {
    width:480px;
    float:left;
}

.tps-col .panel {
    height:270px;
}

#list_of_area_codes ul, #area_codes_atoz ul, #postcode_list ul, #outer_list {
    margin-top:20px;
    list-style-type:none;
}

#list_of_area_codes li, #postcode_list li, #outer_list li {
    float:left;
    margin: 0 8px 8px 0;
}

.full-postcodes li {
    width:80px !important;
}

#inform-username {
    font-size: 20px;
    background: #fff;
    border-radius: 11px;
    padding: 10px;
    box-shadow:2px 2px 3px #999;
}

#inform-username span {
    font-size: 30px;
    color: #939;
    font-weight: bold;
}

.download_all_results {
    margin-left: 15px;
}

#address-label {
    padding:50px 100px;
    color:#333;
}


span.classification {
    font-style:italic;
}

#csv-download-help {
    padding:20px;
    text-align:center;
    font-size:14px;
}

#gender_wrap {
    float:left;
    margin-right:20px;
}

#age_wrap .inline_group {
    margin-bottom:3px;
}

#csv_not_verified {
    width:400px;
    padding:40px;
    text-align:center;
    line-height:1.5em;
}

.feature_table
{
    font-size: 13px;

}

.feature_table tr
{
    border-bottom: #ccc 1px dotted;
}
tr.header_row{
    border-bottom: none !important;
}
.feature_table th
{
    text-align: left;
    border-bottom: #333 solid 2px;
    color: #000;
    padding: 5px 0 5px 10px;
    font-size: 15px;
}

.no_jobs {
    margin:30px auto;
    width:500px;
}

.history-page-links {
    margin-top:10px;
    font-size:12px;
}

ul#bar-chart {
    list-style-type: none;
    text-align: left;
    width: 90%;
    margin-top:30px;
}

ul#bar-chart li {
    margin-bottom: 5px;
    clear: left; }

ul#bar-chart li div {
    background:#88A4CA;
    float: left;
    margin-right: 5px;
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    width: 0%;
    transition: background 500ms;
    cursor: pointer;
}

ul#bar-chart span.telnum {
    margin-left: 15px;
    color: #fff; }

ul#bar-chart span.cost {
    position: absolute;
    right: -60px; }

ul#bar-chart span.cost.numtoo {
    right: -145px;
}

ul#bar-chart span {
    display: none; }

ul#bar-chart li.cheapest div {
    background: #4CCB19;
    font-size:16px;
    font-weight: bold;
    transition: font-size 250ms;
}

#loading-gif {
    margin-top:30px;
    display:block;
    background:url('../images/ajax-loader.gif');
    width:35px;
    height:35px;
}

.view-credit-report {
    background:#6194C7;
    color:#fff !important;
    padding:5px 10px;
    border-radius:3px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    transition:opacity 500ms;
    letter-spacing:-0.5px;
}
.view-credit-report:hover {
    color: #fff !important;
}

.director-status {
    text-transform:uppercase;
    font-size:9px;
    padding: 1px 3px;
    border-radius: 2px;
}

.director-status.resigned {
    background:#FFCC33 !important;
}

.director-status.current {
    background:#99CC33 !important;
}

span.inline_group {
    float:left;
}

.tps-option {
    float: left;
    width: 48%;
    margin-right: 2%;
    font-size: 14px;
    position: relative;
}

#copy-paste {
    margin-right: 0 !important;
}

#copy-paste textarea {
    height: 200px;
}

.tps-option h2 {
    margin-top: 0;
    color: #1C8BE5;
    font-size: 20px;
}

.tps-option textarea {
    width: 95%;
}

.tps-option label {
    float: none;
    width: auto;
}

.tps-option .button {
    display: block;
    margin-top: 10px;
    max-width: 100%;
}

#upload form {
    position: absolute;
    bottom: 25px;
    border-top: 1px solid #DADDE0;
    padding-top: 20px;
    width: 90%;
}

#details-page-map {
    width: 100%;
    height: 350px;
    background: #eee;
}

.tps-result {
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
}

#switch-to-single-line {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}



.person-details-table {
    margin: 20px 0;
    font-size: 13px;
    width: 100%;
}

.person-details-table td, .person-details-table th {
    padding: 5px 0;
    width: 25%;
}

.person-details-table td {
    color: #777;
}

.linked-records-result, .er_history {
    padding: 10px 20px;
    margin-left: -20px;
    margin-top: 3px;
    border-top: 1px solid #F3F6F9;
}
.occupants-heading {
    font-weight: bold;
    font-size: 14px;
}

.occupants-data {
    padding: 12px;
    padding-top: 2px;
    margin: 5px;
    background-color: #E9EEF4;
}

.person-details-item h2 {
    cursor: pointer;
}

.person-details-item h2:before {
    content: "- ";
}

.person-details-item h2.collapsed:before {
    content: "+ ";
}

/*#person-details .occupants-data{
    background: none;
}*/

.person-row {
    display: flex;
    width: 70%;
}


.person-column {
    flex: 50%;
}



.linked-records-list {
    list-style-type: none;
}

.linked-records-list .fa {
    color: #ccc;
    cursor: help;
}


.form-optional {
    background: #e9eef4;
    padding: 10px;
}


.t2a-msg
{
    font-size: 13px;
    color: #777777;
}

.t2a-msg
{
    border: 1px solid #E7EEEF;
    margin-top: 10px;
    padding: 20px;
    max-width: 800px;
}

.t2a-plugin-msg {
    clear:both;
    float: left;
    width: 100%;
    max-width: 600px;
}

.t2a-plugin-msg h2, .t2a-plugin-msg .button{
    margin-top: 10px;
    margin-bottom: 10px;
}

.t2a-plugin-msg .button {
    display: inline-block;
    text-transform: uppercase;
}

.t2a-plugin-msg li {
    margin-left: 20px;
}



.t2a-msg-new {
    clear:both;
    margin-top: 10px;
    height: 90px;
    width: 100%;
    max-width: 600px;
    float: left;
    background: rgb(222,73,100);
    background: linear-gradient(90deg, rgba(222,73,100,1) 0%, rgba(234,119,45,1) 100%);
}
.t2a-msg-left, .t2a-msg-content{
    float: left;
}

.t2a-msg-left {
    width: 100px;
    padding: 22px 30px;
}

.t2a-msg-content {
    text-align: center;
    width: 325px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
}

.t2a-msg-content a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.t2a-msg-right {
    float: right;
}

@media only screen and (max-width: 1030px) {
    .t2a-msg-new {
        display: none;
    }
}

.linked-records-list a {
    color: #1C8BE5 !important;
    text-decoration: underline !important;
    display: inline !important;
}

p.dob, .reveal, .tps-check, .person_ca, .verify-mobile-link, .open-directions {
    font-size: 11px;
}

.person_ca em
{
    color: #777777;
}

#submit-person.button {
    margin-left: 10px;
}

.simple-error {
    color: #f00;
    margin: 0 0 2px;
    font-size: 12px;
}

#my-account-buttons {
    float: right;
}

.disclaimer {
    font-size: 12px;
    color: #777;
}

.bulk_page_nav {
    line-height: 1.5em;
}

.cost_notification .button {
    color: #fff !important;
}

#credit-reports-intro h2 {
    width: 100%;
    border-bottom: 1px #efefef solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 40px;
}

#view-sample-report {
    margin-top: 20px;
}

#company-search-screenshot {
    border: 1px solid #D9E6EA;
    float: left;
    margin-right: 40px;
}

#credit-report-illustration {
    max-width: 98%;
}

.lr_match_partial
{
    color: orange;
}


.lr_match_full
{
    color: green;
}

.lr_match_none
{
    color: red;
}

.lr_match_summary
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.lr_match_desc
{
    list-style-type: none;
}

.lr_match_desc li label{
    display: block;
    width: 160px;
    float: left;
    font-weight: bold;
}



.lr_result span.icon, .lr_result a.extra_link
{
    margin-left: 15px;
    color: #517398;

}

.mobile_verification_dialog ul
{
    list-style-type: none;
    margin-top: 20px;

}

.mobile_verification_dialog li
{
    padding: 5px 0 5px 0;
}

.mobile_verification_dialog label
{
    display: block;
    width: 180px !important;
    float: left;
    font-weight: bold;
}

.lr_result h1{
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: solid 1px #000000;
}

.lr_result li{
    margin-bottom: 10px;
}
ul.lr_addr_select li
{
    margin-bottom: 5px;
}
.lr_result ul, #LR_dialog ul, .lr_mapsearch ul, ul.lr_addr_select
{
    list-style-type: none;
}
.lr_result li span.addrs{
    margin-left: 169px;
    display: block;
}
.lr_result li label , #LR_dialog li label, ul.lr_addr_select li label{
    display: block;
    width: 160px;
    float: left;
    font-weight: bold;
}
ul.lr_addr_select li label
{
    width: 90px;
}
.limit_warning{

    padding: 5px 5px 5px 15px;
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.lr_section{
    margin: 0 0 0 5px;
    padding: 5px 5px 5px 15px;
    background: #f0f0f0;
    border: 1px solid #ccc;
}
.lr_section h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.lr_section h4{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 2px;
}

.lr_input
{
    background: #f0f0f0;
    padding: 5px;

}


.lr_full_details
{
    margin-top: 15px;
    text-align: center;
}

.h_link
{
    margin: 5px 5px 0 5px;
    margin-bottom: 10px;
    font-size: 14px;
}



#LR_dialog a,#LR_dialog a:hover, #LR_dialog a:visited{
    color: #1C8BE5;
}

#LR_dialog ul, #LR_dialog h2, #LR_dialog h3, #LR_dialog p
{
    margin: 5px 5px 0 5px;
}

a.s_link, a.s_link:hover, a.s_link:active
{
    color: #666 !important;
    font-size: 12px;
}


.lr_mapsearch ul
{
    margin: 10px 0px 10px 0px;
}

.lr_mapsearch div.lr_section ul{
    margin: 0px 0px 0px 0px;
}

.lr_mapsearch label
{
    color: #333;
}

#LR_dialog .basket-add
{
    display: inline-block;
    margin: 7px 0;

}


.lr_mapsearch h2, .lr_mapsearch h1
{
    padding-left: 0px !important;
    font-size: 16px;
    color: #333;
}


.lr_mapsearch h3
{
    color: #000;
    font-size: 14px;
    margin-top: 0px;
}


.lr_section_inner
{
    margin: 2px 0 0 5px;
    background: #ccc;
    padding: 5px;
}

#LR_dialog .lr_section, .lr_mapsearch div.lr_section
{
    margin: 2px 0 1px 0;
    padding: 3px 3px 0px 3px;
    border: 1px solid #ccc;
}
#LR_dialog
{
    font-size: 13px;
}

#LR_dialog h2
{
    font-size: 16px;
}

#LR_dialog .lr_section h3{
    margin-top: 0px;
}

.sub_addr{
    font-style: italic;
    font-size: 11px;
    margin: 5px 0 0 95px;
    color: #999;
}

#LR_dialog .sub_addr
{
    margin: 2px 0 0 71px;
}

.purchase-options div {
    display: inline-block;
}

.purchase-options div:last-of-type {
    margin-left: 20px;
}

.purchase-options div.lr-ov {
    margin-left: 5px;
}

@media(max-width: 920px)
{
    .purchase-options div {
        margin-left: 10px;
    }
    .purchase-options div:last-of-type {
        margin-left: 10px;
        margin-top: 10px;
    }
}

.purchase-cost {
    font-weight: 600;
    margin: 5px auto 15px;
}

.full_lr_msg{
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

.upper
{
    text-transform: uppercase;
}

.fixed_addr
{
    float: left;
    width: 270px !important;
    display: block;
    padding-left: 2px;
}

p.radio_select
{
    margin-left: 10px;
    font-size: 15px;
}

ul.radio_select
{
    margin: 10px 0 65px 0px;
}

ul.radio_select li span
{
    font-style: italic;
    font-weight: bold;
}
ul.radio_select li
{
    float: left;
    margin-left: 20px;
    font-size: 15px;
}

.geo-search-switch
{
    clear:both;
    display: inline-block;
    margin-top:0;
}

#map_switcher {
    display: inline-block;
}

.map-controls {
    margin: 10px 0 15px;
    background: #f3f6f9;
    display: inline-block;
    padding: 10px;
}

.intro_box
{
    max-width: 700px;
    border: 2px solid #f3f6f9;
    padding: 20px;
    margin: 5px 0 20px 0;
    border-radius: 5px;
}

p.note
{
    font-style: italic;
    color: #bdb7b7 !important;
}

.intro_box_right p.note
{
    font-style: italic;
    margin-top: 12px;
    color: #bdb7b7 !important;
}

.intro_box_right h2
{
    color: #777777 !important;
    font-size: 14px;
}
.intro_box_right
{
    color: #777777;
    font-size: 12px;
    border: 2px solid #f3f6f9;
    width: 150px !important;
    float: right;
    border-radius: 5px;
    margin: 0 0 0 0;
    padding: 10px;
    background: #fff;

}


.tps_wrapper{
    width: 100%;
    overflow: none;
    position: relative;
}

a.close_intro
{
    float: right;
    color: #777;
    text-decoration: none;
}

.pricing-person-last
{
    border-bottom: 2px solid #3F525F !important;
}

.pricing-person-first
{
    background: #fff  !important;
    border-bottom: 2px solid #3F525F  !important;
}

.pricing-person, .pricing-person-last {
    background: #d9e6ea  !important;
}


tr.row_highlight td
{
    background: #d9e6ea !important;

}

.voucher-code-msg
{
    margin-bottom: 15px;
    border: 1px solid #7D92B2;
    padding: 15px;    
    
	
}

.voucher-code-msg h2
{
	
	margin-top: 10px;
	font-size: 22px;
}
.voucher-code-msg strong
{
	color: #007ee5;
}
.voucher-code-msg p
{
	
	font-size: 14px;
}



.free-data-msg
{
    margin-bottom: 15px;
    background: #d1dde8;
    padding: 15px;
    text-align: center;
    font-size: 18px;
}



.free-data-msg a{
    font-weight: bold;
}


.clipboard-holdingarea {
    display:none;
}



a.tel_to_clipboard, a.record_to_clipboard {
    font-size: 10px;
}

a.tel_to_clipboard:link, a.tel_to_clipboard:visited, a.tel_to_clipboard:active, a.tel_to_clipboard:hover, a.record_to_clipboard:link, a.record_to_clipboard:visited, a.record_to_clipboard:active, a.record_to_clipboard:hover {
    color: #262c3a;
}
/************PROMO MODAL***********/


.promo-uk10-regform hr
{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.promo-modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    z-index: 6101; /*minibasket (my account is 6100)*/
}

.promo-modal-content{
    min-height: 70%;
    width: 64%;
    top: 8%;
    left: 13%;
    position: fixed;
    background-color: rgb(243, 246, 249);
    padding: 20px;
}

.mobile_verification_dialog {
    position: fixed;
    z-index: 2100;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,.6);
}

.mobile_verification_dialog.result-like {
    background: none;
    position: absolute;
    padding: 0;
    height: auto;
    width: auto;
    top: 115px;
    left: 230px;
}

@media screen and (max-width: 920px)
{
    .mobile_verification_dialog.result-like {
        left: 0;
        padding: 2px 20px;
        top: 115px;
    }

    footer.footer-with-error {
        bottom: -77px;
    }

    #content {
        min-height: 420px;
    }
}



.mobile_verification_dialog.result-like .mobile_verification_dialog-heading {
    text-align: left;
}

.mobile_verification_dialog.result-like .mobile_verification_dialog-close {
    display: none;
}

.mobile_verification_dialog.result-like .mobile_verification_dialog-content {
    background: none;
    margin: 0;
    padding: 0;
    width:100%;
}

.mobile_verification_dialog.result-like .mobile_verification_dialog-content ul {
    background-color: rgb(243, 246, 249);
    padding: 20px;
}

.mobile_verification_dialog-content {
    min-height: 30%;
    width: 60%;
    margin: 50px auto;
    min-width: 260px;
    max-width: 700px;
    background-color: rgb(243, 246, 249);
    padding: 15px 40px 30px;
}


 

.mobile_verification_dialog-close, .info-modal-close {
    position: relative;
    float: right;
    margin-right: -20px;
    cursor: pointer;
}

.promo-modal-close {
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 8px;
    z-index: 2;
}

.promo-modal-flag {
    position: absolute;
    top: -6px;
    right: -6px;
}

.promo-form {
    clear: both;
}

.promo-terms, .promo-terms-uk10 {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-left: 18px;
	font-size: 12px;
}

.promo-terms-uk10 input[type='checkbox']{
	margin-right: 5px;
	margin-left: -13px;
	
}

.promo-terms input[type='checkbox']{
    margin-left: -13px;
}

p.promo-heading, p.mobile_verification_dialog-heading {
    color: rgba(0, 126, 229, 1);
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

p.promo-subheading {
    width: 70%;
    margin: 10px auto;
    text-align: center
}



.promo-credit-select {
	background: #f3f6f9;
    padding: 10px 10px 5px 10px;
}
.promo-credit-select p span {
	color: #0C6FD1;
	font-weight: bold;
}

.promo-credit-select label
{	
	font-size: 18px;
	margin-bottom: 10px;
}
.promo-credit-select select{
    
    background: #fff;
    
    border: .0625rem solid #3F525F;
    height: 40px;
    cursor: pointer;    
    font-size: 18px;    
    color: #3F525F!important;
    
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    width: 100%;
}



#quickreg_email_error
{
    margin: 5px auto;
}


.new-slider-prices #total-price span, .new-slider-prices #credits-amount span
{
	display: inline;
	font-weight: bold;
	font-size: 18px;
	color: #0C6FD1;
}

.promo-modal #slider-bg, .promo-modal #credit-slider-container, .promo-modal .slider-price {
    max-width: 720px;
    width: 100%;
}

.promo-modal #price-per-credit strong, .promo-modal #total-price strong, .promo-modal #credits-amount strong {
    display: inline;
}

.promo-modal #credit-slider-container {
    margin: 50px auto;
}

.promo-form fieldset {
    float: left;
    border: none;
}

.promo-form #promo_email
{
    width: 60%;
    padding: 5px;
}


.promo-form #cvv
{
    width: 67px !important;

}

.promo-form label
{
    margin-bottom: 10px;

}

.promo-form span.error{
    color:#f60;
}

.promo-modal #credit-slider-readout {
    display: inline-block;
    position: absolute;
}

#credits-amount {
    margin-right: 20px;
    float: right;
}

#credits-amount strong {
    display: inline;
    font-size: 21px;
}

.promo-form-uk10 fieldset { 
    border: none;
	clear: both;
	padding: 5px;
}

.promo-form-uk10 .helper
{
	
	font-size: 12px;	
	color: #777777;
	float: left;
	width: 100% !important;
}

.promo-form-uk10 .error, .promo-form-uk10 .under_error, .promo-form .under_error
{
	color:#f60;
	font-size: 12px;
}

.promo-form-uk10 .under_error
{
	margin-left: 0px;
	display: block;
}


#choose_credit_package
{
	display: none;
	margin-top: 10px;
}

a.change_package, a.change_package:hover, a.change_package:active, a.change_package:visited,a.change_package_cc, a.change_package_cc:hover, a.change_package_cc:active, a.change_package_cc:visited {
	margin-left: 7px !important; 
	font-weight: bold; 
	padding: 5px; 
	color: #007EE5!important;
    border: 1px solid #007EE5 !important;
    text-decoration: none;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc !important;
  color: #666666 !important;
  font-weight: normal;
}

.total_to_pay
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	
}

.secure_msg
{
	margin: 15px auto;
	font-size: 16px;
	color: #919191;
	
	width: 99%;
}

.secure_msg h4
{
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	margin-bottom: 10px;
	color: #333;
}
.secure_msg i
{
	color:#1C8BE5;
	
}

.total_to_pay span
{
	color:#1C8BE5;
}

.promo-tabs
{
	float: right;
	margin-top: 10px;
}

.promo_pricing_back
{

	margin: 15px 0 15px 0;
	
}

.promo_pricing_close_x
{
	color: #000;	    
    cursor: pointer;
	float: right;
	font-size: 20px;
}

.promo_pricing_close_x a, .promo_pricing_close_x a:visited {

	
	
	font-size: 16px;	
	
		
}


.promo_pricing_info
{
	
    background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	display: none;
	
	
}

.promo-tabs .selected
{
	color: #000;
	text-decoration: none;	
	
}




.promo-tabs span
{
	color: #000;
    font-size: 14px;
    
	
}

.promo-form-uk10 input[type='text'],.promo-form-uk10 input[type='password'],.promo-form-uk10 input[type='email'] 
{
	float: left;
	width: 100% !important;
}
.promo-form-uk10 label {
    float: left;
	width: 100%;
	
	margin-right: 10px;
}

p.promo-subheading-note
	{
		text-align: center;
		font-size: 12px;
		color: #777777;
		font-style: italic;
		display: block;
		margin-top: -10px;
		padding: 2px 0;
		
		
	}

.leftfields
{
	width: 50%;
	float: left;
	display: inline-block;
}

.pay_select .leftbox{
	width: 55%;
	float: left;
	border: 1px solid #e9eef4;
	padding: 15px;
}

.pay_select .rightbox{
	width: 43%;
	float: right;
	margin-left: 5px;
	
}

.selected
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.card_pay, .paypal_pay
{
	font-size: 16px;
	margin-bottom: 6px;
}

#card_panel, #paypal_panel
{

margin-top: 5px;
width: 55%;
}

#paypal_panel
{
	display: none;	
	
}


.pay_select
{
margin-top: 20px;	
}

.pay_select input[type='radio']
{
	cursor: pointer;
}
.pay_select label
{
display: inline;	
cursor: pointer;
}

.terms_fieldset
{
margin-top: 10px;
}	

.already_reg
{
	width: 100%;  text-align: left; margin-bottom: 5px;
}


/*.show_reg_wrapper
{
	display: none;	
}*/

.package_details
{
	display: none;	
}

input#voucher_id
{
	width: 130px;
}
	
@media (max-width: 921px) {
	
	.notification {
		position:absolute;		
		width:90%;
		left: 5%;
		margin-left: 0px;
		background:#1E88F2;
		color:#fff;
		padding:5px;
		display:none;
		text-align:center;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		z-index:9999;
	}

	
	.promo-uk10-regform hr
	{
		display: none;
	}
	.package_details
	{
		display: block;
		margin: 10px 5px 10px 5px;
		padding: 5px;
		border-bottom: 1px solid #eee;
	}
	.show_reg_wrapper
	{
		margin-top: 20px;
		display: block;
		text-align: center;
	}
	
	

	
	.terms_fieldset
	{
		margin-top: 2px;
	}	


	.pay_select .leftbox{
		width: 95%;
		float: none;
		margin: 5px auto;
		border: 1px solid #e9eef4;
		padding: 15px;
	}

	.pay_select .rightbox{
		width: 95%;
		float: none;
		margin: 5px auto;
		
	}
		
	#card_panel, #paypal_panel
	{
		
		margin: 5px auto;
		width: 95%;
		
	}
	
	#paypal_panel
	{
		display: none;	
		
	}

	.promo-tabs, .promo-tabs span
	{
		font-size: 12px;
	
	}
	
	/*only show reg when credits slected*/
	/*.promo-form-uk10 
	{
		display: none;	
	}*/

	

	.promo-form-uk10 .helper
	{	
		
		width: 100% !important;
	}
	
	.promo-form-uk10 input[type='text'],.promo-form-uk10 input[type='password'],.promo-form-uk10 input[type='email'] 
	{
		float: left;
		width: 65% !important;
	}


	.promo-form-uk10 label 
	{
		text-align: left;
		width: 	30% !important;
		font-size: 12px;
		
	}
	
	.leftfields
	{
		width: 100%;
		float: none;
	}
}

@media (max-width: 1200px) {
    .promo-modal-content {
        width: 90%;
        left: 5%;
		padding: 10px 5px 10px 5px;
    }
}

@media (max-width: 1350px) {
    .promo-heading {
        padding: 0 70px;
    }
}

@media (max-width: 1200px) 
{
	.promo-modal-flag {
        display: none;
    }
}

@media (max-width: 920px) {
    #credits-amount, #credits-amount strong {
        font-size: 12px !important;
        margin-bottom: 10px;
    }
	
	.promo-modal-flag {
        display: none;
    }
}

/*only want mobtt on mobile screen res*/
#promo_mobtt
{
	display: none;
}

@media (max-width: 600px) {
    .promo-modal-flag {
        display: none;
    }
	#promo_mobtt
	{
		display:inline;
	}
    .promo-heading {
        padding: 0;
		font-size: 18px !important;
		
    }
    p.promo-subheading {
        width: 100%;
    }
	
	

    .emailset input, .cardset1, .cardset1 input, .cardset1 select, .cardset2, .addressset, .addressset input, input[name="card_number"] {
        width: 100%!important;
    }
    .paypalform {
        width: 60%;
    }

    .buybutton, .braintree_buybutton {
        width: 60%!important;
        float: none;
        display: block;
        margin-left: 20px;
    }
}

@media (max-width: 495px) {
    .slider-prices div span {
        font-size: 10px!important;
    }
}


hr {
    clear:both;
}


.emailset {
    width: 100%;
    text-align: center;
}

.emailset label{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.emailset input {
    display: block;
    margin: auto;
    margin-top: 10px;
}

.emailset p, a.form_helper{
    font-size: 10px;
}

a.form_helper
{
    display: block;
}
.cardset1, .cardset2, .addressset {
    width: 30%;
}

.buttons-container {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.buybutton,  .braintree_buybutton, .buybutton:hover, .braintree_buybutton:hover{
    width: 20%;
    float: left;
    background-color: rgba(0, 126, 229, 1);
    text-align: center;
    color: #fff;
    padding: 10px;
    text-decoration: none;
}

.submit_loading{
	margin-left: 5px;
	display: none;
}
.braintree_nextbutton, .braintree_nextbutton:hover,.braintree_clickcard_nextbutton, .braintree_clickcard_nextbutton:hover{
    width: 20%;
    background-color: rgba(0, 126, 229, 1);
    text-align: center;
    color: #fff;    
    text-decoration: none;
    font-weight: bold;
    padding: 6px 26px;
    border: 0;
    font-family: "Open Sans", sans-serif;
}

.paypalform {
    float: left;
    width: 80%;
    padding-left: 20px;
}

#notification_bell_highlight {
    position: relative;
    background: #EE3F03;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
    font-size: 8px;
    top: -5px;
    right: 8px;
    padding: 6px;
    border: 2px #202023 solid;
    line-height: 0.2;
}

#notification_bell_highlight  span{
    position: relative;
    left: -2px;
    top: -1px;
}

@media (min-width: 920px) {
    .mobile-subheader {
        display: none;
    }
}

.minibasket > .public-my-account {
    float: right;
    margin-right: 80px;
}
@media (max-width: 920px) {
    .minibasket > .public-my-account {
        float: left;
        margin-right: 0;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    top: 3px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cr_disclaimer
{
    margin-top: 30px;
    font-size: 11px;
    color: #919191;
}

.cr_disclaimer h3
{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#last-updated
{
    margin-top: 10px; font-style: italic; color: #919191;
}

#last-updated strong
{
    color: #000;
}

/*Christmas*/
#christmas_bauble {
    display:none;
    background-image: url('../images/christmas.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;;
    width: 328px;
    height: 490px;
    position: absolute;
    right: 300px;
    top: 0px;
    z-index: 300;
    text-align: center;
}

@media (max-width: 1600px) {
    #christmas_bauble {
        right: 20px;
    }
}

@media (max-width: 920px) {
    #christmas_bauble {
        width: 219px;
        height: 330px;
    }
}

@media (max-width: 580px) {
    #christmas_bauble {
        width: 110px;
        height: 165px;
    }
}


.password-meter {
  width: 200px;
  height: 8px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background: #e2e2e2;
  clear:left;
}

.password-strength-word 
{
	color: #999;
	font-style: italic;
	font-size: 12px; 
	
}

.password-strength {
  margin: 0;
  padding: 0;
  height: 8px;   
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.ip-location-result ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
.ip-location-result li 
{
	padding: 3px 0px 3px 0px;
	
}
.ip-location-result label
{
	width: 170px;
	display: block;	
	font-weight: bold;
	float: left;
}

/* PERSON A-Z */
.result-person-details, .other-occupants {
    float:left;
    width:50%;
    margin-bottom: 30px;
}

.other-occupants {
    border: 1px solid #c8e7f7;
    padding: 20px 30px;
    border-radius: 10px;
}

.privacy-table
{
margin-bottom: 20px;	
}
.privacy-table th, .privacy-table td
{
	border: 1px solid #999;
	padding: 10px;
}



.az-full-record a {
    background-color: #007ee5;
    color: #fff;
    border-radius: 4px;    
    text-decoration: none;
    padding: 3px 10px;
    white-space: nowrap;
    line-height: 2;
    margin-top: 40px;
}



.quick_register_wrapper h1
{
	
	font-size: 1.8em;
		
}

@media (max-width: 1025px) {
	
	
	 .quick_register_wrapper
	{
		margin: 20px auto;
		width: 75%;
		background: #f3f6f9;		
		padding: 20px;
	
	}
	
	 .simple_wrapper
	{
		margin: 20px auto;
		width: 75%;
		
		padding: 20px;
	
	}
	
	

}

/* can only position login form horizontal AND vertical center if its a bigish screen*/
@media (min-width: 1026px) {
		
	 .quick_register_wrapper
	{
		margin: 20px auto;
		width: 50%;
		background: #f3f6f9;
    	padding: 20px;
	}
	
	 .simple_wrapper
	{
		margin: 20px auto;
		width: 50%;
		
		padding: 20px;
	
	}

}

.quick_register_wrapper
{
	background: #fff;
	
}


.az-table
{
	margin: 30px 0 30px 10px;
	width: 75%;
	
}


.az-table th
{
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 5px 20px 2px 5px;
	font-size: 1.2em;
}

.az-table td
{
	border-bottom: 1px dotted #cccccc;
	padding: 5px 20px 2px 5px;
}


.on-filter-message {
    border: 1px solid #ccc;
    padding: 10px;
}

.on-filter-full {
    display: none;
    border: 1px dashed #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

#on-details-hover {
    display: none;
    background: #fff;
    border: 1px dashed #ccc;
    width: 357px;
    padding: 15px;
    position: absolute;
    top:0;
    left:0;
}

.person-list-share-links {
    float: left;
    display: none;
}

.on-filter-full li, #on-details-hover li{
    margin-left: 20px;
}


.cookie-lightbox
{
	
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000000000;
    background: #007EE5;
    color: #4a4a4a;
    padding: 25px 0;
}

.cookie-lightbox-close
{
	
	display: block;
	margin-left: 30px;
	float: left;
	color: #007EE5 !important;
	padding: 10px 30px!important;
	background: #fff !important;
	border-radius: 5px;
	color: #fff;
	text-align: center;
    cursor: pointer;
	font-weight: 700;
	display: inline-block;
}

@media (max-width: 1025px) {
	
	.cookie-lightbox-close
	{
		margin-top: 15px;
	}

}

.cookie-lightbox a
{
	color: #fff;
	text-decoration: underline;
}

.cookie-lightbox-content
{
	float: left;
	width: 80%;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
    color: #fff;
    
}

.input_text
{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #777777;
}


.pv_result_found
{
	color: #32CD32;
	font-weight: bold;
	
}

.pv_result_notfound
{
	color: #E50000;
	font-weight: bold;
}


.accordian-orbisinfo{
	
    padding: 10px 23px;
    margin-left: -20px;
    margin-top: 3px;
    
	
	
}
.accordian-orbisinfo-inner{
	background: #E9EEF4;
    padding: 8px;
	
	
}

ol.survey_tacs
{
	margin-left: 25px;
}

ol.survey_tacs li
{
	margin-bottom: 10px;
}

.removebtn:disabled, #postcode:disabled {
    cursor: not-allowed;
}

@media (max-width: 1025px) {

    .removebtn {
        width: 50px!important;
        padding-right: 60px!important;
    }

    #removegrp1, #removegrp2, #removegrp3, #removegrp4 {
        width: 100%!important;
        margin-bottom: 30px;
    }

    #removegrp1 input, #removegrp2 input, #removegrp3 input, #removegrp4 input {
        width: 100%!important;
    }


}


.feature_tick, .feature_cross
{
	font-weight: bold;
}
.feature_tick
{
	color: #028727;
	
}

.feature_cross
{
	color: #B53030;
	
}

.az_addr_extra
{
	color: #999;
	font-size: 13px;	
}

.az_addr_extra span
{
	font-weight: bold;
}


/* user manual */
p.manual_screenshot, p.manual_half_screenshot
{
	padding: 10px 0 10px 0;
	text-align: center;
}
p.manual_screenshot img
{
	border: 1px solid #007EE5;
	max-width: 85%;
}

p.manual_half_screenshot img
{
	border: 1px solid #007EE5;
	max-width: 95%;
}

.manual_hint
{
	font-size: 0.8em;
	color: #007EE5;
}

.manual_pill{
	width: 70px;
	display: inline-block;
	text-align: center;
}


.user_manual h5
{
color: #777777;
text-align: center;
font-style: italic;
letter-spacing: 2px;
}
.user_manual ul, .user_manual ol
{
	margin: 10px 0 25px 20px;
}

.user_manual h3, .user_manual h2
{
	color: #666;
}
.user_manual h2
{
font-weight: bold;
color: #000;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #000;
font-size: 16px;
padding-left: 5px;

}

a.um_try,a.um_try:hover,a.um_try:active,a.um_try:visited {
float: right; font-size: 13px!important;  font-style: italic;
color: #fff; background: #007ee5; padding: 5px 5px 5px 5px; text-decoration: none;
letter-spacing: 1px;

display: block;
border-left: 7px solid #202023;
}

.manual_match_full{
	color: green;
}

.manual_match_partial{
	color: orange;
}

.manual_no_match{
	color: red;
}

.license_feature_table
{
    font-size: 13px;

}

.license_feature_table {
	width: 90%;
	margin: 5px auto;
}

.license_feature_table td.desc_col{
	width: 50%;
	text-align: left;
}
.license_feature_table td
{
    border: #ccc 1px dotted;
	text-align: center;
	
}



.license_feature_table th
{
    text-align: left;
    border-bottom: #333 solid 2px;
    color: #000;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
}

/*clickcards*/
.clickcards
{
	margin: 15px auto;
	text-align:center;
	
}

div.clickcard
{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 2px 2px 2px 0 #bbb;
	border-radius: 5px;
	
	text-align:center;
	width: 33%;
	max-width: 110px;
	
	display: inline-block;
	
	background: #ffffff;
	
	cursor: pointer;
}



div.cc_quantity
{
	color: #B2C0D2;	
	font-size: 16px;
	font-weight: bold;
}
div.cc_per_credit
{
	color: #202A5C;
	font-size: 10px;
	margin-top: 5px;
	
}

div.cc_total_price
{
	color: #202A5C;
	font-size: 11px;
	margin-top: 5px;
}
div.cc_total_price span, div.cc_quantity span
{
	display: block;
	
}

div.cc_quantity span
{
	font-size: 18px;
	line-height: 0.75em;
}

div.cc_total_price
{
	
	font-weight: bold;	
}

.cc_selected div.cc_quantity
{
	color: #027EE5;
}
.cc_selected
{
	border: 1px solid #027EE5 !important;
	border-radius: 5px;
	background: #E8F4FA !important;
}

.slick-prev:before {
  color: #027EE5!important;
}
.slick-next:before {
  color: #027EE5!important;
}

.clickcards_wrapper
{
width: 95%;
margin: 2px auto;
padding: 0px 20px 0px 20px;	
}
.clickcards_authed_wrapper
{
width: 95%;
margin: 10px auto;
padding: 0px 8px 0px 8px;	
}

@media (max-width: 500px)
{
	.clickcards_wrapper
	{
	width: 95%;
	margin: 2px auto;
	padding: 0px 10px 0px 10px;	
	}
}

@media (max-width: 1200px)
{
	/*.slick-prev:before {
	  color: #f0f0f0!important;
	}
	.slick-next:before {
	  color: #f0f0f0!important;
	}*/
	
	
}

@media (max-width: 1200px) 
{
	
	.clickcards
	{
		margin: 5px auto;
		margin-bottom: 5px;
		width: 100%;
	}
	
	div.cc_quantity span
	{
		font-size: 18px;
		
	}
	
	div.cc_quantity
	{
		font-size: 14px;
	}


	div.clickcard
	{
		
		max-width: 90px;
		cursor: pointer;
		
	}
	
	div.cc_per_credit
	{
		color: #202A5C;
		font-size: 10px;
		margin-top: 5px;
		
	}
	
	div.cc_total_price
	{
		color: #202A5C;
		font-size: 11px;
		margin-top: 5px;
		
	}
}


