/*
---

name: Preferences

requires: [CSS.Main, CSS.Layout, CSS.Buttons]

provides: [CSS.preferences]

...
*/
a.button.informStyle {
  position: fixed;
  padding: 10px;
  height: auto;
  width: auto;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}

.orderDetails a.text {
  display: block;
}

.topBorder {
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
}

a.breadcrumb {
  font-size: 16px;
  line-height: 20px;
  color: #198cff;
  display: block;
  margin-bottom: 12px;
}
a.breadcrumb i {
  margin-right: 8px;
}

.subscriptions dl {
  font-size: 12px;
}
.subscriptions .cost {
  font-size: 16px;
  line-height: 24px;
}

.tabs {
  border-bottom: 1px solid #c4c4c4;
  padding-left: 9px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.tabs .tab {
  font-size: 14px;
  line-height: 22px;
  background-color: #f3f3f3;
  border: 1px solid #c4c4c4;
  margin: 0 -2px -1px;
  display: inline-block;
}
.tabs .tab a,
.tabs .tab span {
  display: block;
  padding: 11px 20px;
  font-weight: 700;
}
.tabs .tab.selected {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.title p {
  padding-bottom: 30px;
}
.title .addressHeader {
  border: 1px solid #e7e7e7;
}
.title .addressHeader p {
  padding: 20px 10px;
}
.title .addressHeader ul {
  padding: 0 20px;
}

.paging {
  clear: both;
}
.paging ul {
  margin: 0;
  padding: 0;
}
.paging ul:after {
  content: "";
  display: table;
  clear: both;
}
.paging ul li > span > span,
.paging ul li > a > span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.paging .paging_numbers {
  margin-bottom: 30px;
}
.paging .paging_numbers li {
  display: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.paging .paging_numbers li.first, .paging .paging_numbers li.last {
  margin: 0;
}
.paging .paging_numbers li.first i, .paging .paging_numbers li.last i {
  display: none;
}
.paging .paging_numbers li.first, .paging .paging_numbers li.last {
  display: block;
  float: left;
}
.paging .paging_numbers li.first > span,
.paging .paging_numbers li.first > a, .paging .paging_numbers li.last > span,
.paging .paging_numbers li.last > a {
  background: #178abb;
  color: #fff;
  padding: 5px 16px 7px;
  display: block;
  text-align: center;
  border-radius: 4px;
  transition: background-color 300ms;
  position: relative;
}
.paging .paging_numbers li.first > span > span,
.paging .paging_numbers li.first > a > span, .paging .paging_numbers li.last > span > span,
.paging .paging_numbers li.last > a > span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.paging .paging_numbers li.first > span:before,
.paging .paging_numbers li.first > a:before, .paging .paging_numbers li.last > span:before,
.paging .paging_numbers li.last > a:before {
  content: "";
  position: relative;
  top: 2px;
  left: -5px;
}
.paging .paging_numbers li.first > a, .paging .paging_numbers li.last > a {
  text-decoration: none;
}
.paging .paging_numbers li.first > a:hover, .paging .paging_numbers li.first > a:focus, .paging .paging_numbers li.last > a:hover, .paging .paging_numbers li.last > a:focus {
  background: #222;
}
.paging .paging_numbers li.first > span, .paging .paging_numbers li.last > span {
  background: #dcdcdc;
}
.paging .paging_numbers li.last {
  float: right;
}
.paging .paging_numbers li.last > span:after,
.paging .paging_numbers li.last > a:after {
  right: -5px;
}

.field.sliding {
  padding-left: 0 !important;
  line-height: 2;
  position: relative;
  left: 53px !important;
  padding-right: 53px;
  cursor: default;
}
.field.sliding input.text {
  margin-left: 0 !important;
}
.field.sliding .switch {
  left: 53px;
  min-height: 34px;
  display: inline-block;
  line-height: 1;
  padding-bottom: 0;
  width: 100%;
  cursor: pointer;
}
.field.sliding .switch input[type="radio"],
.field.sliding .switch input[type="checkbox"] {
  opacity: 0 !important;
}
.field.sliding .switch input[type="radio"]:checked ~ .slider,
.field.sliding .switch input[type="checkbox"]:checked ~ .slider {
  border: 1px solid #00b22d;
  background-color: #00b22d;
}
.field.sliding .switch input[type="radio"]:checked ~ .round,
.field.sliding .switch input[type="checkbox"]:checked ~ .round {
  transform: translateX(20px);
  border: 1px solid #00b22d;
}
.field.sliding .switch input[type="radio"]:checked ~ .round:before,
.field.sliding .switch input[type="checkbox"]:checked ~ .round:before {
  transform: scale(1);
}
.field.sliding .switch input[type="radio"]:checked ~ .round:after,
.field.sliding .switch input[type="checkbox"]:checked ~ .round:after {
  transform: scale(0);
}
.field.sliding .switch .slider {
  background-color: #eee;
  border: 1px solid #aaa;
  bottom: 0;
  width: 43px;
  height: 24px;
  cursor: default;
  left: -53px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  float: left;
  margin-right: 10px;
  border-radius: 36px;
}
.field.sliding .switch .round {
  background-color: #fff;
  border: 1px solid #aaa;
  top: 3px;
  content: "";
  height: 18px;
  left: -50px;
  position: absolute;
  transition: 0.4s;
  width: 18px;
  border-radius: 50%;
}
.field.sliding .switch .round:before, .field.sliding .switch .round:after {
  content: "";
  background-size: contain;
  height: 8px;
  z-index: 1;
  display: block;
  position: absolute;
}
.field.sliding .switch .round:before {
  background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMy8xN9yqzvYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA2klEQVQokY3QsS5EYRDF8d+9llCoRC0Sm2jcaCSyvIDii1Ii9GpeQKkQCk+gUSBW3ESh8Q5fSadTSCRWyWhuZGUlu9PO+c+Zc4qIMMoUdbWMS7y0RgQWcYE2xothTkVdzeAWHbxjtxwCTOMca/jEXqR83yrqqocSq5Fy7gMmcIYNfOEoUr7SiEtMolvU1Xqf0QF28I1jnPwedLdUoYt59LCJBZxiCteR8taftyNC43CDWXw04jE8YjtSfh2AmgxtPGCu2T2jEym/DRTUX3lRVys4RGA/Un76p1Q/htdGcX9IWS4AAAAASUVORK5CYII=") no-repeat center;
  width: 11px;
  top: 4px;
  right: 2px;
  transform: scale(0);
}
.field.sliding .switch .round:after {
  background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMy8xN9yqzvYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAlElEQVQYlYWPIQ7CQBRE3y56D1Kzsgf5hjqSkgpMr0CCIBgEigQSdBH9B1lPegCWO+A+Zpvg+pJRM5PJuHEcDWhE5MkfOWdLKeGBBrioaj+bqtqmlD51XePMjGKegB3wBQZgKyIPZ2ZzawPcS6CbJz0L+NLugSvQFQ2q2gKsYoxr4AjsReRWVdVrmqY3cAghnN3SzR/U40MXrK1MGgAAAABJRU5ErkJggg==") no-repeat center;
  width: 8px;
  top: 4px;
  left: 4px;
  transform: scale(1);
}

table .col1 {
  width: 140px;
}
table .col2 {
  width: 140px;
}
table .colLast {
  width: 200px;
}

.fullWidth .centreColumn > .sleeve {
  padding-right: 0;
}

.accountPrefs .title .informInline label {
  text-align: left;
  width: auto;
}
.accountPrefs .commsTop {
  margin-bottom: 20px;
}
.accountPrefs .h2, .accountPrefs .accountPrefs .h2 {
  font-size: 24px;
  line-height: 28px;
  background-color: #eee;
  border-radius: 4px;
  margin: 0 0 16px;
  padding: 6px 12px;
}
.accountPrefs h3,
.accountPrefs p {
  font-size: 14px;
  line-height: 22px;
}
.accountPrefs h3 {
  font-weight: 700;
}
.accountPrefs form fieldset {
  margin-bottom: 0;
}
.accountPrefs .med-large {
  width: 75%;
  margin-right: 10px;
}
.accountPrefs .banner {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.accountPrefs .banner .sleeve {
  background-color: #fff5cc;
  border: 1px solid #fff;
  padding: 10px 16px;
  border-radius: 4px;
}
.accountPrefs .banner p {
  padding-bottom: 0;
}
.accountPrefs .banner.large {
  width: 100%;
}

.field .twoColumn.checkboxes .sliding.checkbox {
  padding-right: 60px;
}
.field .twoColumn.checkboxes .sliding.checkbox label {
  width: 100%;
  word-wrap: break-word;
}
