body {}

a,
.fake-link {
  color: #d32011;
  cursor: pointer;
}

.alert-info a {
  color: #23537b;
  font-weight: bold;
}

.header {
  background: #231f20;
  color: #fff
}

.header h1 {
  margin: 12px 0 0 18px;
}

.header h1 img {
  max-width: 100%;
}

.header h2 {
  text-transform: uppercase;
  margin: 12px 0 12px 18px;
  font-size: 20px;
}

.nav-box {
  background: #231f20;
  color: #fff;
  padding-top: 20px;
}

.nav-box a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
}

.nav-box a:hover {
  background: #d32011;
  color: #fff;
  text-decoration: none;
}

.social-btn {
  float: right;
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  clear: both;
}

#socialicons li {
  display: inline;
}

#socialicons li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url('/images/social-sprite.png');
  float: left;
  border: none;
  padding: 0;
}

#socialicons a.twitter {
  background-position: -64px 0px;
}

#socialicons li a.twitter:hover {
  background-position: -64px 32px;
}

#socialicons a.facebook {
  background-position: -96px 0px;
}

#socialicons li a.facebook:hover {
  background-position: -96px 32px;
}

#socialicons li #contact-phone {
  color: #fff;
  width: auto;
  height: auto;
  display: inline-block;
  background: none;
  text-indent: inherit;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 4px 0 0;
}

.footer {
  clear: both;
  margin: 30px 0 10px 0;
  padding: 20px 0 10px 0;
  border-top: 9px solid #d32011;
  color: #000;
  text-align: center;
  min-height: 190px;
}

.label-warning {
  background-color: #bb1f12;
}

.btn-primary {
  color: #fff;
  background-color: #bb1f12;
  border-color: #bb1f12;
}

.btn-primary:hover {
  color: #fff;
  background-color: #dc2617;
  border-color: #dc2617;
}

a.label-warning:hover {
  background: #dc2617 !important;
}

.panel-primary .panel-heading {
  color: #fff;
  background-color: #d32011;
  border-color: #d32011;
}

.panel-primary {
  border-color: #d32011;
}

.panel-heading h3 {
  margin: 0;
}

.has-feedback .form-control-feedback {
  visibility: hidden;
  right: 14px;
}

.form-inline .form-control-feedback {
  visibility: hidden;
}

.has-feedback .glyphicon {
  visibility: hidden;
}

.has-feedback.is-select .glyphicon {
  right: 32px;
}

.has-feedback.is-select .left-outdent .glyphicon {
  right: 48px;
}

.has-feedback.has-error .glyphicon-remove {
  visibility: visible;
}

.has-feedback.has-success .glyphicon-ok {
  visibility: visible;
}

.form-group.is-select select.form-control {
  padding-right: 4px;
}

#personal-details-form #dob-row .glyphicon {
  right: 0;
}

.policy-date-wrap {
  padding: 0 4px 0 0;
}

.form-control.policy-date {
  padding-right: 0;
}

.no-indent {
  padding-left: 0;
  padding-right: 0;
}

#insured-postcodeLookUp,
#home-postcodeLookUp {
  margin-left: 12px;
}

.breadcrumb .active span {
  font-weight: bold;
  padding: 6px 18px;
  background: #DEDEDE;
  color: #4F4F4F;
  text-decoration: underline;
}

#translate-wrap #google_translate_element {
  float: right;
  margin: -2px 0 0 0;
}

#translate-wrap {
  float: right;
}

#translate-wrap::before {
  content: "";
}

.strong {
  font-weight: bold
}

.table-summary {
  font-size: 24px;
}

#device-table-quote-wrap {
  overflow: auto;
}

.breadcrumb {
  overflow: auto;
  white-space: nowrap;
}

.strong {
  font-weight: bold;
}

#device-value-wrap {
  width: 60%;
  float: left;
}

#deviceValueSelect {
  border-radius: 0;
}

.device-row {
  padding: 12px 0;
  background: #f5f5f5;
  box-shadow: 0 2px 5px #bdbdbd;
  border-radius: 2px;
  margin: 6px -12px !important;
}

.device-row.error {
  border: 2px solid #b5110f;
  border-radius: 2px;
  color: #b84442;
  font-weight: bold;
  background: #ffffff;
  background: repeating-linear-gradient( 45deg, #fff, #fff 10px, #eee 10px, #eee 20px);
}

.device-header {
  font-weight: bold;
}

.device-footer {
  font-weight: bold;
}

#device-wrap {
  margin: 12px;
}

.toggle-cover {
  cursor: pointer;
}

.panel-tier {
  padding: 0;
}

.align-right {
  text-align: right;
}

#cover-levels .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.cover-desc {
  background: #efefef;
  padding: 8px 12px 4px 12px;
  border-radius: 3px;
  color: black;
  margin: 4px 0;
  font-size: 12px;
}

.cover-desc .gadget-note {
  font-weight: bold;
  font-size: 11px;
}

#details-imei-alert .glyphicon {
  font-size: 32px;
  float: left;
  margin: 0 12px 0 0;
}

#details-imei-alert {}

.tier-column .panel:hover {
  box-shadow: 0 0 12px #d32011;
}

.glyphicon.red {
  color: #af0000;
}

.glyphicon.green {
  color: #008000;
}

.tier-button-wrap {
  margin: 12px;
}

.tier-button {
  width: 100%;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d32011;
  background-image: linear-gradient(to bottom, #e22314, #b51709);
  background-repeat: repeat-x;
  border-color: #d32011;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.tier-button:hover,
.add-device-btn:hover {
  color: #fff;
  border-color: #fb2918;
  background-image: linear-gradient(to bottom, #fb2918, #8e150a);
  background-repeat: repeat-x;
}

.add-device-btn {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d32011;
  background-image: linear-gradient(to bottom, #e22314, #b51709);
  background-repeat: repeat-x;
  border-color: #d32011;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 0 4px 4px 0;
  width: 40%;
}

.glyphicon-bronze {
  color: #CD7F32;
}

.glyphicon-silver {
  color: silver;
}

.glyphicon-gold {
  color: gold;
}

#cover-levels .glyphicon-star {
  background: white;
  padding: 4px 3px 4px 5px;
  border-radius: 21px;
  box-shadow: 0px 0px 4px 1px;
}

.has-feedback .glyphicon-question-sign {
  visibility: visible;
}

#payment-error {
  display: none;
}

.save-quote-wrap {
  text-align: center;
  padding: 16px;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  box-shadow: 2px 2px 4px #a9a9a9;
  border-radius: 4px;
  width: 80%;
  margin: 12px auto 12px auto;
}

.btn-c4t-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cecece;
  background-image: linear-gradient(to bottom, #c3c3c3, #969696);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-c4t-primary:hover {
  color: #525252;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
  background-repeat: repeat-x;
  text-shadow: none;
}

#email-quote-modal-send-error {
  display: none;
}

ul.social-buttons-referral {
  overflow: auto;
  margin: 6px 0 12px 0;
  padding: 0;
}

ul.social-buttons-referral li {
  list-style-type: none;
  float: left;
  margin-right: 8px;
}

ul.social-buttons-referral li a {
  display: block;
  height: 40px;
  width: 40px;
}

ul.social-buttons-referral li a i {
  background: #205D7A;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 25px;
  text-align: center;
  padding-top: 7px;
}

ul.social-buttons-referral .fa-facebook {
  background: #3b5998
}

ul.social-buttons-referral .fa-linkedin {
  background: #007bb6
}

ul.social-buttons-referral .fa-twitter {
  background: #00aced
}

ul.social-buttons-referral .fa-envelope {
  background: #777777;
}

ul.social-buttons-referral .fa-google-plus {
  background: #dd4b39
}

ul.social-buttons-referral .fa-pinterest-p {
  background: #bd081c
}

#raf-jumbotron {
  margin-top: 24px;
  text-align: center;
}

#raf-jumbotron p {
  font-size: 14px;
  margin-bottom: 6px;
}

#raf-jumbotron .social-buttons-referral {
  margin-top: 12px;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #cecece;
  box-shadow: 0px 0px 6px #999;
}

#raf-jumbotron .social-buttons-referral a:hover i {
  box-shadow: 0px 0px 6px #333;
}

#raf-link-highlight {
  background: #d32011;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#insured-postcode-error,
#home-postcode-error {
  display: none;
}

#insured-address-list-wrap,
#home-address-list-wrap {
  visibility: hidden;
}

#policy-documents-links li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#policy-documents-links .glyphicon {
  margin-right: 6px;
}

#policy-documents-links ul {
  margin: 0;
  padding: 0;
}

.postcode-row {
  line-height: 32px;
}

#insured-postcode-manual,
#home-postcode-manual {
  margin-bottom: 12px;
  display: inline-block;
}

body.mobile-menu-open #mobile-menu {
  display: block;
}

body.mobile-menu-open {
  max-height: 100%;
  overflow: hidden;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #231f20;
  background: rgba(35, 31, 32, 0.9);
  color: #fff;
  overflow-y: auto;
  display: none;
}

#main-menu a {
  color: #fff;
}

#mobile-menu-btn {
  position: absolute;
  right: 25px;
  bottom: 6px;
  color: #fff;
}

#mobile-menu-close-btn {
  float: right;
  margin: 12px 12px 0 0;
  color: #fff;
}

#mobile-menu-head {
  background: #231f20;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #F8981D;
}

#mobile-menu-head h1 {
  margin: 0 0 8px 12px;
  padding: 0;
}

#mobile-menu-head h1 img {
  max-width: 85%;
}

#mobile-menu-list-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

#mobile-menu-list-wrap ul {
  display: table-cell;
  list-style: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 38px;
  font-family: Georgia, serif;
}

#mobile-menu-list-wrap ul li {
  list-style: none;
}

#mobile-menu-list-wrap ul li a {
  color: #fff;
}

#nav-btn-wrap {
  margin: 24px 24px 0 0;
}

#nav-btn-wrap a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#nav-btn-wrap a:hover {
  background: #d32011;
  color: #fff;
  text-decoration: none;
}

#contact-btn-wrap a:hover {
  color: #d32011;
  text-decoration: none;
}

#contact-btn-wrap {
  margin: 6px 24px 0 0;
  font-size: 20px;
}

#contact-btn-wrap a {
  color: #fff;
}

#payment-form .has-feedback .glyphicon {
  top: 5px;
  right: 0;
}

#card-end-date-td {
  position: relative;
}

#payment-processing-modal {
  background: white;
  padding: 48px 0;
  width: 80%;
  margin: 0 auto;
  border: 3px solid #F8981D;
  max-width: 512px;
  border-radius: 4px;
}

.blockUI {}

#card-details .row {
  margin-bottom: 8px;
  line-height: 28px;
}

#card-date-month {
  padding-right: 4px;
}

#card-date-year {
  padding-left: 4px;
}

#card-details .has-feedback .glyphicon {
  top: 0px;
  right: 15px;
}

#card-details .has-feedback.is-select .glyphicon {
  top: 0px;
  right: 25px;
}

#payment-overview address {
  border-left: 5px solid #969696;
  padding-left: 8px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 12px;
}

#postage-include-insured,
#postage-include-home {
  width: auto;
}

#payment-form #disclaimer-alert {
  margin: 24px 0;
}

.payment-wrap {
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 0 8px 1px #c7c7c7;
  margin-bottom: 20px;
}

.payment-wrap h2 {
  margin: 0 0 8px 0;
  padding: 0 0 8px;
  color: #8e8e8e;
  font-size: 26px;
  border-bottom: 1px solid #c1c1c1;
}

#payment-overview .row.border {
  border-bottom: 1px solid #c7c7c7;
  margin: 0;
  padding: 6px 0px;
}

#payment-overview .row.border div:first-child {
  /*padding:0;*/
}

#payment-overview #payment-row {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #d32011;
  border: none;
  border-radius: 0 0 4px 4px;
  text-shadow: 0 0 1px #777;
}

.discount-premium-highlight-text {
  font-weight: bold;
  color: white;
  background: #dc2617;
  padding: 4px 8px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  #translate-wrap {
    float: none;
  }
  .header h1 {
    text-align: center;
    margin: 6px 12px 0 12px;
  }
  .header h1 img {
    max-width: 100%
  }
  .header h2 {
    font-size: 9px;
    text-align: center
  }
  #card-details .row {
    margin-bottom: 8px;
    line-height: initial;
  }
  .save-quote-wrap {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .panel-body {
    padding: 15px 2px;
  }
  .payment-wrap {
    padding: 12px 2px;
  }
}

.policy-excess-popover {
  width: 512px;
  max-width: 100%;
}

.policy-excess-popover .popover-title {
  background: #d32011;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.choice {
  display: none;
}

.choice .glyphicon {
  font-size: 28px;
  margin: 4px 0 0 4px;
  float: left;
}

.current .panel {
  position: relative;
}

.current .choice {
  display: block;
  background: linear-gradient(to bottom, red, darkred);
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  z-index: 1500;
  width: 100px;
  padding: 5px 0;
  right: 3px;
  top: 4px;
  text-shadow: 0 0 2px #999;
  border-radius: 4px;
  margin: 0;
}

#summary-excess-table {
  font-size: 11px;
  margin-bottom: 0px;
}

#summary-excess-table caption {
  color: #000;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.device-control-wrap {
  margin-top: 12px;
}

#devicePurchaseDate {
  border-radius: 0 4px 4px 0;
  background: #fff;
}