html {
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: "Glyphicons Halflings";

  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-play:before {
  content: "\e072";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.arrw {
  margin-right: 3px;
}

html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  _text-align: center;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  _margin-left: 0;
  *margin-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  *float: left;
  _float: left;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.container {
  width: 994px;
  padding-right: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.row {
  margin-right: 0;
  margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-xs-2,
.col-sm-2,
.col-sm-3,
.col-xs-3,
.col-xs-4,
.col-sm-4,
.col-sm-5,
.col-md-5,
.col-sm-6,
.col-md-6,
.col-md-7,
.col-xs-8,
.col-sm-10,
.col-md-8,
.col-lg-8,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-8 {
  float: left;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-sm-1.col-sm-1-link {
  padding-left: 0px;
  padding-right: 20px;
  width: auto;
}
.col-sm-10.col-sm-10-ul {
  width: 85.3333%;
  padding: 0 10px;
  margin: 0;
}
.col-sm-1.col-sm-1-next {
  padding-right: 0px;
  width: auto;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-10 {
  float: left;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-md-12,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-10 {
  float: left;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-12 {
  width: 100%;
}
#vphone .col-md-12 {
  _width: 490px;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
form {
  margin: 0;
  padding: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-group {
  margin-bottom: 15px;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-group {
  margin-bottom: 15px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 826px;
  _width: 780px;
  margin-right: 20px;
  float: left;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #f2730c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-width-100 {
  width: 100%;
}
.progress-bar-width-90 {
  width: 90%;
}
.progress-bar-width-80 {
  width: 80%;
}
.progress-bar-width-70 {
  width: 70%;
}
.progress-bar-width-60 {
  width: 60%;
}
.progress-bar-width-50 {
  width: 50%;
}
.progress-bar-width-40 {
  width: 40%;
}
.progress-bar-width-30 {
  width: 30%;
}
.progress-bar-width-20 {
  width: 20%;
}
.progress-bar-width-10 {
  width: 10%;
}
.progress-bar-width-0 {
  width: 0%;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}

.media-left {
  padding-right: 10px;
}
.media-left,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  *color: #ccc;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  *filter: alpha(opacity=100);
  opacity: 0.2;
  _filter: alpha(opacity=100);
  _filter: none;
  _opacity: 1;
}
.close:hover,
.close:focus {
  color: #000;
  *color: #ccc;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  *filter: alpha(opacity=100);
  opacity: 0.5;
  _opacity: 1;
}
button.close {
  -webkit-appearance: none;
  appearance: button;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  _position: absolute;
  top: 0;
  margin-top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
  _filter: alpha(opacity=100);
}
.modal-header {
  min-height: 16.42857143px;
  padding: 14px 14px 12px 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f8;
  border-radius: 6px 6px 0 0;
}

.error-form-modal {
  margin-top: 150px !important;
}

.modal-header .close {
  /*margin-top: -2px;*/
  *width: 12px;
  *height: 21px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: left;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#_rate_data {
  text-align: center;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  width: 926px;
  margin: 0px auto;
}
.modal-dialog iframe {
  margin: 10px 0 10px 10px;
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
  width: 300px;
}
.modal-lg {
  width: 900px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.container:after,
.row:after,
.nav:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.popover {
  position: absolute;
  z-index: 1060;
  display: none;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 13px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}

.price.attention .popover-content {
  padding: 0px !important;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 12px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  left: -11px;
  margin-top: -40px;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -12px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 1px;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.insuranceTab .tab-content .cabecera p {
  font-size: 13px;
}

.insuranceTab .tab-content .list-inline li img {
  width: 80%;
}

.insuranceTab #preguntas ul #faq1,
.insuranceTab #preguntas ul #faq2,
.insuranceTab #preguntas ul #faq3,
.insuranceTab #preguntas ul #faq4,
.insuranceTab #preguntas ul #faq5,
.insuranceTab #preguntas ul #faq6,
.insuranceTab #preguntas #faq6 ul li {
  color: #333333;
}
.call-center {
  display: table;
  width: 239px;
  margin: 0 auto;
  margin-right: 34px;
}

.call-center .media-left {
  padding-right: 0;
}

.call-center .media-body {
  vertical-align: middle;
}

.call-center .media-body .media-heading {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.5;
}

.insuranceTab {
  padding-top: 76px;
  _padding-top: 0;
}

.insuranceTab .tab-heading a {
  color: #3586f5;
  text-decoration: underline;
}

.insuranceTab .popover {
  min-width: 250px;
  _width: 362px;
  border-radius: 5px;
  padding: 0;
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  /*border: 1px solid #DDDDDD;
    padding: 0;
    box-shadow: none
		*/
}

.insuranceTab .promopop {
  margin: -50px 0 0 425px;
  *margin-left: -490px;
}

.insuranceTab .promopop .arrow {
  top: 120px;
  *display: none;
}

.insuranceTab .toolpop {
  margin: 70px 0 0 75px;
  *margin-left: 160px;
  text-align: justify;
  width: 315px;
  padding: 10px;
  font-size: 12px;
  background-color: #393939;
  color: #ffffff;
}
.insuranceTab .toolpop .arrowpop {
  width: 10px;
  height: 10px;
  background: #393939;
  margin-top: -14px;
  transform: rotate(45deg);
  margin-left: 50%;
}

.insuranceTabMoto .promopop {
  margin: -80px 0 0 365px;
  *margin-left: -620px;
}
.insuranceTab .attentionpop {
  width: 250px;
  margin: -40px 0 0 290px;
  *margin-left: -690px;
}
.insuranceTab .attentionpop .arrow {
  top: 75px;
  *display: none;
}

.insuranceTab .popover .popover-title {
  background: #ffffff;
  color: #41494f;
  border-bottom: 0;
  text-align: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 8px 5px;
}

.insuranceTab .popover .popover-text {
  font-size: 14px;
  color: #333333;
  padding: 0 5px 5px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.insuranceTab .popover .popover-content {
  padding: 7px;
  border: 1px solid #ff8300;
  background-color: #ffffff;
}

.insuranceTab .popover .popover-content img {
  width: 100% !important;
}

.insuranceTab .popover.right > .arrow:after {
  border-right-color: #ffffff;
}

#tel2 #vphone .cabecera {
  width: 100%;
}

#tel2 #vphone .cabecera img {
  float: none;
  margin: 0 10px 0 0;
}

#tel2 .row > div:first-of-type {
  max-width: 450px;
  margin: 0 auto !important;
  float: none;
}

#tel2 .row .label {
  padding: 5px 5px;
  display: inline-block;
}

#tel2 .row .field #C2Cph {
  width: 175px;
  font-size: 23px;
  border: 1px solid #dddddd;
  padding: 4px 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

#tel2 .row #check_politica p {
  margin: 0 0 8px;
  font-size: 12px;
  vertical-align: middle;
}

#tel2 .row #check_politica p span a {
  font-size: 12px;
}

#tel2 .row #check_politica p input {
  width: auto;
  margin-left: 0;
  margin-right: 2px;
  vertical-align: middle;
  padding: 2px 0 0;
}

#tel2 .row .field:last-of-type {
  padding: 5px 0px 0px;
  margin: 10px 0;
}

#tel2 .row .field input#submit_c2c {
  margin-top: 0;
  background: #67bc3b none repeat scroll 0 0;
  border: 1px solid #3d9e0f;
  font-size: 15px;
  margin-bottom: 15px;
  box-shadow: 0 1px 0 rgb(255 255 255 / 30%) inset,
    0 1px 1px rgb(100 100 100 / 30%);
}

.insuranceTab #tel1 .modal-dialog,
.insuranceTab #tel2 .modal-dialog,
.insuranceTab #feedback .modal-dialog {
  width: 540px;
}

.insuranceTab #tel1 .modal-header img,
.insuranceTab #tel2 .modal-header img,
.insuranceTab #feedback .modal-header img {
  border: 1px solid #e3e3e3;
}

.insuranceTab #tel1 .modal-header h4,
.insuranceTab #tel2 .modal-header h4,
.insuranceTab #feedback .modal-header h4 {
  font-size: 16px;
  font-weight: bold;
}

.insuranceTab #tel1 .modal-body,
.insuranceTab #tel2 .modal-body,
.insuranceTab #feedback .modal-body {
  padding: 15px 25px 25px 25px;
  _padding: 10px 15px 15px 15px;
}

.insuranceTab #tel1 .modal-body:before,
.insuranceTab #tel1 .modal-body:after,
.insuranceTab #tel2 .modal-body:before,
.insuranceTab #tel2 .modal-body:after,
.insuranceTab #feedback .modal-body:before,
.insuranceTab #feedback .modal-body:after {
  content: "";
  display: table;
}

.insuranceTab #tel1 .modal-body:after,
.insuranceTab #tel2 .modal-body:after,
.insuranceTab #feedback .modal-body:after {
  clear: both;
}

.insuranceTab #tel1 .modal-body .women-img,
.insuranceTab #tel2 .modal-body .women-img {
  float: right;
}

.insuranceTab #phone-info .modal-body #vphone p {
  margin-left: 0px;
}

.insuranceTab #tel1 .modal-body .phone p,
.insuranceTab #tel2 .modal-body .phone p {
  color: #333333;
  font-size: 20px;
  margin-left: 0;
}

.insuranceTab #tel1 .modal-body .phone span,
.insuranceTab #tel2 .modal-body .phone span {
  color: #da362b;
  font-weight: bold;
  font-size: 22px;
}

.insuranceTab #tel1 .modal-body .time p,
.insuranceTab #tel2 .modal-body .time p {
  margin-left: 0;
  margin-bottom: 0;
}

.insuranceTab #tel1 .modal-body .orange-btn,
.insuranceTab #tel1 .modal-body .dark-green-btn,
.insuranceTab #tel2 .modal-body .orange-btn,
.insuranceTab #tel2 .modal-body .dark-green-btn {
  margin: 10px auto 20px;
  text-transform: uppercase;
}

div.phone img {
  vertical-align: top;
  padding-top: 10px;
  margin-right: 7px;
}

div.phone img + span {
  font-size: 38px !important;
}

.insuranceTab #save .modal-dialog {
  max-width: 450px;
}

.insuranceTab #save .modal-body {
  padding: 20px;
}

.insuranceTab #save .modal-body p {
  color: #333333;
}

.insuranceTab #save .modal-body .form-group input {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  padding: 3px;
  width: 60%;
  margin-left: 20px;
}

.insuranceTab #save .modal-body .form-group p {
  margin-left: 20px;
  margin-top: 20px;
}

.insuranceTab #save .modal-body .form-group p span {
  text-decoration: underline;
}

.insuranceTab #save .modal-body a img {
  margin: 0 auto;
  display: table;
}

.insuranceTab .modal-dialog .modal-header {
  background: #f8f8f8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.insuranceTab .modal-dialog .modal-header img {
  margin-right: 13px;
  margin-top: -5px;
}

.insuranceTab .modal-dialog .modal-body {
  padding: 0;
}

.insuranceTab .modal-dialog .modal-body .row {
  margin: 0;
  border-bottom: 0;
}

.insuranceTab .modal-dialog .nav-tabs {
  background: none;
  margin-top: 20px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 10px;
  *height: 32px;
}

.insuranceTab .modal-dialog .nav-tabs li.active a {
  border-bottom: 0;
  background: #fff;
}

.insuranceTab .modal-dialog .nav-tabs li.active a:hover,
.insuranceTab .modal-dialog .nav-tabs li.active a:active,
.insuranceTab .modal-dialog .nav-tabs li.active a:focus {
  background: #fff;
}

.insuranceTab .modal-dialog .nav-tabs li a {
  background: #f7f7f7;
  color: #333333;
  padding: 5px;
  *height: 20px;
}

.insuranceTab .orange-btn,
.insuranceTab .dark-green-btn {
  font-size: 14px;
}

.insuranceTab #coberturas .price .orange-btn,
.insuranceTab #coberturas .price .dark-green-btn {
  padding-top: 8px;
  padding-bottom: 7px;
}

.insuranceTab .price .orange-btn,
.insuranceTab .price .dark-green-btn {
  font-size: 12px;
  text-transform: uppercase;
}

.insuranceTab .red-btn span,
.insuranceTab .light-green-btn span {
  font-size: 10px;
}
.insuranceTab #compania {
  padding-bottom: 10px;
  padding-top: 0;
  background-color: #ffffff;
}

.left-side-compania {
  border-right: 1px solid #dbdbdb;
  *float: left;
}
.right-side-compania {
  border-right: none;
  text-align: center;
  width: 446px;
  *float: left;
  *width: 426px;
}
#detSobLi ul {
  padding: 0 20px;
  *padding: 0 10px 0 0;
  text-align: left;
}

.insuranceTab #compania .cabecera {
  background: #fff;
  padding-left: 40px;
  padding-bottom: 15px;
  width: 420px;
  *width: 380px;
}
.insuranceTab #compania .orange-btn,
.insuranceTab #compania .dark-green-btn {
  font-size: 14px;
  text-transform: uppercase;
}

.insuranceTab #compania .cabecera h3 {
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.insuranceTab #compania .right-side-compania .cabecera {
  padding-bottom: 0;
}

.insuranceTab #compania .cabecera .coberturas {
  display: inline-block;
  text-align: center;
  margin-left: 0;
  width: 180px;
  *margin-top: 15px;
}

.insuranceTab #compania .cabecera .coberturas h5 {
  margin-bottom: 7px;
  font-weight: normal;
}

.insuranceTab #compania .cabecera .coberturas span {
  margin-bottom: 10px;
  *float: left;
  *margin-left: 45px !important;
  _margin-left: 25px !important;
}
.insuranceTab #compania .cabecera .coberturas span span {
  *margin-left: 0px !important;
}

.insuranceTab #compania .cabecera .price {
  display: inline-block;
  text-align: center;
  margin-right: 0;
  width: 153px;
  *float: left;
}

.insuranceTab #compania .cabecera .price h5 {
  margin-bottom: 5px;
  font-weight: normal;
}

.insuranceTab #compania .cabecera .price p {
  line-height: 30px;
  font-size: 26px;
}

.insuranceTab #compania .cabecera:before,
.insuranceTab #compania .cabecera:after {
  content: "";
  display: table;
}

.insuranceTab #compania .cabecera:after {
  clear: both;
}

.insuranceTab #compania .cabecera .intro {
  float: left;
  width: 380px;
  text-align: center;
}

.insuranceTab #compania .cabecera img {
  margin-left: 100px;
  margin-top: 25px;
}

.insuranceTab #compania .cabecera a {
  color: #329ef1;
  text-decoration: underline;
  font-size: 12px;
  *clear: both;
  *display: block;
}

.insuranceTab #compania .row {
  padding-top: 25px;
  clear: both;
  *min-height: 480px;
}

.insuranceTab #compania .general-info {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  text-align: left;
  width: 86%;
  margin: 10px 34px;
  color: #333333;
  background-color: #f7f7f7;
}

.insuranceTab #compania .general-info h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.insuranceTab #compania .general-info .phone {
  text-align: center;
}

.insuranceTab #compania .general-info .phone p {
  color: #333333;
  font-size: 18px;
}

.insuranceTab #compania .general-info .phone span {
  color: #da362b;
  font-weight: bold;
  font-size: 38px;
}
.insuranceTab #compania .general-info .phone .ref span {
  color: #333333;
  font-size: 20px;
}

.align-top {
  top: 0px !important;
}

.img-center {
  text-align: center;
}

.logo-img {
  margin-bottom: 14px;
  margin-top: 0px;
}

.insuranceTab #compania .general-info .buttons {
  border-top: 1px solid #dbdbdb;
  padding-bottom: 10px;
  padding-top: 10px;
  *min-height: 50px;
}

.insuranceTab #compania .general-info .group-btn {
  display: inline-table;
  width: 49%;
  text-align: center;
  *float: left;
}

.insuranceTab #compania .general-info .group-btn p {
  color: #636363;
  font-size: 13px;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.insuranceTab #compania .general-info .group-btn img:hover {
  opacity: 0.9;
}

.insuranceTab #compania .add-info {
  text-align: left;
  color: #333333;
  margin-left: 40px;
}

.insuranceTab #compania .add-info h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.insuranceTab #compania .add-info ul li {
  margin-bottom: 10px;
}

.insuranceTab #compania ul li {
  list-style-image: url("/css/r/images/logos/dot.png");
}
.insuranceTab #preguntas {
  text-align: left;
  padding-top: 0;
  background-color: #ffffff;
  padding-bottom: 10px;
}
.insuranceTab #preguntas h3 {
  color: #333333;
  border-bottom: 1px solid #dbdbdb;
  float: left;
  _float: none;
  font-weight: bold;
  width: 780px;
  padding: 10px 0 10px;
  margin: 20px 0 20px 20px;
}

.insuranceTab #preguntas ul {
  clear: both;
  width: 780px;
}

.insuranceTab #preguntas ul li {
  color: #da362b;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
}

.insuranceTab #preguntas ul li:nth-child(2) {
  color: #333333;
}

.insuranceTab #coberturas {
  padding-bottom: 20px;
  padding-top: 5px;
  background-color: #ffffff;
}

.insuranceTab #coberturas table {
  text-align: center;
  width: 100%;
  *border-bottom: 1px solid #dddddd;
}

.insuranceTab #coberturas table h3 {
  font-weight: bold;
  font-size: 20px;
}

.insuranceTab #coberturas table tr {
  border-bottom: 1px solid #dddddd;
  border-bottom: 5px solid #fff;
}

.insuranceTab #coberturas table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}

.insuranceTab #coberturas table tr td {
  padding: 10px;
}

.insuranceTab #coberturas table tr td select {
  padding: 2px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}

.insuranceTab #coberturas table tr td.price {
  display: table-cell;
  vertical-align: bottom;
  width: 184px;
  padding-left: 5px;
  padding-right: 10px;
}

.insuranceTab #coberturas table tr td.price p,
.insuranceTab #coberturas table tr td.last p {
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}

.insuranceTab #coberturas table tr td.price table {
  width: 90% !important;
  margin: 5%;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
}

.insuranceTab #coberturas table tr td.price table p:first-child {
  display: none;
}

.insuranceTab #coberturas table tr td.price table.precio-final p:first-child {
  display: block;
  width: 65%;
  padding: 0;
  background-color: #f88508;
  color: #fff;
  position: absolute;
  border-radius: 0 0 4px 4px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.insuranceTab #coberturas table tr td.price table.precio-final {
  border-color: #f88508;
}

.insuranceTab #coberturas table tr td.first {
  width: 275px;
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
}
.insuranceTab #coberturas table tr td.last {
  width: 190px;
  padding-right: 40px;
}

.insuranceTab #coberturas table tr.rating-row {
  background: #f8f8f8;
}

.insuranceTab #coberturas table tr.rating-row td {
  color: #333333;
  font-weight: 600;
}

.insuranceTab #coberturas table tr.sub-row td:first-child {
  padding-left: 20px;
  font-size: 14px;
}
.insuranceTab #coberturas table tr.sub-row td span {
  font-size: 11px;
  color: #333333;
}

.insuranceTab #coberturas img {
  width: auto;
  margin: 0;
}

.insuranceTab #contacto {
  padding: 20px;
  min-height: 480px;
  text-align: left;
  background-color: #ffffff;
  _height: 500px;
}
.insuranceTab #contacto .row {
  _height: 300px;
}

.insuranceTab #contacto h3,
.insuranceTab #vphone h3 {
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 22px;
}
.insuranceTab #vphone #sendC2C h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.insuranceTab #contacto .dot {
  background: url("/css/r/images/logos/dot.png") no-repeat;
  background-position: 0 5px;
  padding-left: 15px;
}

.insuranceTab #contacto div[class*="col-md"] {
  display: block;
}

.insuranceTab #vphone div[class*="col-md"] {
  display: block;
}

.insuranceTab #contacto .cabecera {
  background: #fff;
  float: left;
  margin-bottom: 20px;
  margin-top: -5px;
  text-align: left;
  _float: none;
  _margin-top: 0;
  _width: 800px;
  _margin-bottom: 35px;
}

.insuranceTab #vphone .cabecera {
  background: #fff;
  float: left;
  margin-bottom: 10px;
  margin-top: -15px;
  _float: none;
  _margin-top: 0;
  _width: 500px;
  _margin-bottom: 35px;
}

.insuranceTab #contacto .cabecera div h3 {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-top: 1px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 0;
  font-size: 25px;
  padding-bottom: 10px;
  padding-right: 15px;
  width: 710px;
  *width: 645px;
  _width: 530px;
  text-align: left;
}

.insuranceTab #vphone .cabecera div h3 {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-top: 1px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 0;
  font-size: 25px;
  padding-bottom: 10px;
  padding-right: 0;
  width: 340px;
  text-align: left;
}

.insuranceTab #contacto .cabecera img {
  float: left;
  margin: 0 10px 0 15px;
}

.insuranceTab #vphone .cabecera img {
  float: left;
  margin: 0 10px 0 0;
}

.insuranceTab #contacto .cabecera div.title {
  float: left;
  margin-top: 16px;
}

.insuranceTab #vphone .cabecera div.title {
  float: left;
  margin-top: 22px;
  width: 340px;
}

.insuranceTab #vphone {
  padding-top: 10px;
}

.insuranceTab #contacto .cabecera div p,
.insuranceTab #vphone .cabecera div p {
  clear: both;
  font-size: 14px;
  color: #333333;
  display: block;
  height: auto;
  width: auto;
  font-weight: normal;
  padding-top: 7px;
  width: 710px;
  *width: 645px;
  _width: 530px;
  text-align: left;
}
.insuranceTab #vphone .cabecera div p {
  width: 340px;
}
.insuranceTab #contacto .telefono img,
.insuranceTab #contacto .internet img {
  _float: right;
}
.insuranceTab #contacto .telefono .arrw,
.insuranceTab #contacto .internet .arrw {
  _float: none;
}

.insuranceTab #contacto .telefono,
.insuranceTab #vphone .telefono {
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 300px;
  text-align: left;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
  _height: 300px;
}
.insuranceTab #vphone .telefono {
  margin-right: 0px;
  max-height: 400px;
  overflow-y: auto;
}

.insuranceTab #contacto .telefono > img,
.insuranceTab #vphone .telefono > img {
  float: right;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.insuranceTab #contacto .telefono p,
.insuranceTab #vphone .telefono p {
  position: relative;
  padding-right: 115px;
  _padding-right: 0;
}

.insuranceTab #contacto .telefono .phone,
.insuranceTab #vphone .telefono .phone {
  background-position: 0% 9px;
  padding-left: 0;
}

.insuranceTab #contacto .telefono .phone p,
.insuranceTab #vphone .telefono .phone p {
  color: #da362b;
  font-weight: bold;
  font-size: 36px;
  background: transparent url("/css/r/images/cerp/phone-icon.png") no-repeat
    scroll 0 9px;
  background: rgba(0, 0, 0, 0) url("/css/r/images/cerp/phone-icon.png")
    no-repeat scroll 0 9px;
  padding-left: 30px;
}

.insuranceTab #contacto .telefono h4,
.insuranceTab #vphone .telefono h4 {
  font-weight: normal;
}

.insuranceTab #contacto .telefono div p,
.insuranceTab #vphone .telefono div p {
  margin-bottom: 0;
}
.insuranceTab #contacto .telefono div p:first-child,
.insuranceTab #vphone .telefono div p:first-child {
  margin-top: 10px;
}

.insuranceTab #contacto .telefono h4 span,
.insuranceTab #vphone .telefono h4 span {
  color: #da362b;
  font-weight: bold;
}

.insuranceTab #contacto .telefono .time,
.insuranceTab #vphone .telefono .time {
  margin-bottom: 10px;
  margin-top: 10px;
}

.insuranceTab #contacto .telefono a,
.insuranceTab #contacto .internet a,
.insuranceTab #vphone .telefono a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 12px;
}

.insuranceTab #contacto .telefono a:visited,
.insuranceTab #contacto .internet a:visited {
  color: #fff;
}

.insuranceTab #compania .orange-btn:visited,
.insuranceTab #compania .dark-green-btn:visited {
  color: #fff;
}
.insuranceTab #contacto .telefono .time p {
  margin-bottom: 0;
}

.insuranceTab #contacto .telefono a img:hover {
  opacity: 0.9;
}

.insuranceTab #contacto .internet {
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 300px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  _height: 300px;
}

.insuranceTab #contacto .internet p {
  padding-right: 115px;
}

.insuranceTab #contacto .internet a img:hover {
  opacity: 0.9;
}

.insuranceTab #contacto .internet:before,
.insuranceTab #contacto .internet:after {
  content: "";
  display: table;
}

.insuranceTab #contacto .internet:after {
  clear: both;
}

.insuranceTab #contacto .internet > img {
  float: right;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.insuranceTab #contacto .col-md-7.no-padding-right {
  padding-right: 0;
  *float: left;
  *width: 470px;
  _width: 490px;
}

.no-padding-right {
  padding-right: 0;
}

.insuranceTab #contacto .col-md-5.no-padding-left {
  padding-left: 0;
  *float: left;
  *width: 350px;
}

.insuranceTab .tab-heading {
  background-color: #fafafa;
}

.insuranceTab .tab-heading:before,
.insuranceTab .tab-heading:after {
  content: "";
  display: table;
}

.insuranceTab .tab-heading:after {
  clear: both;
}

.insuranceTab .tab-heading h1 {
  font-size: 22px;
  font-weight: bold;
  float: left;
  color: #da372b;
  letter-spacing: -0.5px;
  margin-bottom: 17px;
  margin-top: 17px;
  margin-left: 9px;
  *width: 705px;
  *margin-bottom: 0px;
}

.paddingt0 {
  padding-top: 0 !important;
}

.paddingt9 {
  padding-top: 12px !important;
  *padding-top: 21px !important;
  _text-align: center;
}

.paddingt10 {
  padding-top: 8px !important;
}

.paddingl21 {
  padding-left: 21px !important;
}

.paddingl27 {
  padding-left: 27px !important;
}

.paddingl25 {
  padding-left: 7px !important;
}

.paddingl15 {
  padding-left: 10px !important;
}

.paddingr35 {
  padding-right: 35px !important;
}

.width14 {
  width: 14% !important;
}

.width8 {
  width: 8% !important;
}

.width9 {
  width: 9% !important;
}

.width10 {
  width: 10% !important;
}

.width20 {
  width: 20% !important;
}

.width21 {
  width: 21% !important;
}

.width30 {
  width: 39% !important;
  _width: 350px !important;
  _padding-right: 0px;
  padding-top: 5px !important;
}
.insuranceTabMoto .width30 {
  _width: 375px !important;
}

.width30 ul,
.col-sm-5 ul {
  padding-left: 12px;
  _padding-left: 0px;
}

.width30 ul li,
.col-sm-5 ul li {
  padding-right: 0;
  _padding-right: 5px;
  _float: left;
}

.specialtop6 {
  padding-top: 6px;
  *padding-top: 0;
}

.width180 {
  width: 170px !important;
}

.width100 {
  width: 100% !important;
}
.width180 .width100 {
  *width: 135px !important;
  _width: 150px !important;
}

.callmelink {
  height: 0px !important;
  text-decoration: underline;
}

.callmeli {
  width: 100%;
  *padding-right: 0 !important;
  *width: 323px;
  _width: 314px;
  font-size: 14px;
}

.align-left {
  text-align: left !important;
}

.insuranceTab .tab-content img.promo {
  padding-top: 7px;
}

.noprice {
  padding-top: 23px !important;
}

.paddingt10-last {
  padding-top: 0px !important;
}

.insuranceTab .tab-heading h1 img {
  margin-right: 8px;
}

.insuranceTab .tab-heading ul {
  text-align: right;
  margin-top: 27px;
  letter-spacing: -0.5px;
  font-size: 12px;
}

.insuranceTab .tab-heading ul li:first-child {
  padding-right: 14px;
}

.insuranceTab .tab-heading ul li:last-child {
  margin-right: 6px;
}

.insuranceTab .tab-heading ul li img {
  margin-right: 5px;
}

.insuranceTab .tabs-menu {
  background: #fafafa;
  border-bottom: 1px solid #dfdfdf;
}

.insuranceTab .nav-tabs {
  /*text-align: center;*/
  background-color: #fafafa;
  border-bottom: 0;
  *margin-left: 0px;
  *margin-right: 0px;
}

.insuranceTab .nav-tabs h1 {
  font-size: 15px;
  color: #da372b;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 7px;
  font-family: "Open Sans", Arial, sans-serif;
}

.insuranceTab .nav-tabs p {
  font-size: 11px;
  color: #333333;
  margin-bottom: 0px;
  position: relative;
  bottom: 3px;
}

.insuranceTab .nav-tabs > li {
  width: 192px;
  display: inline-table;
  float: none;
}
.insuranceTabMoto .nav-tabs > li {
  width: 324px;
}

.insuranceTab .tab-pane {
  background-color: #f8f8f8;
  padding-top: 0px;
}
.encabezado_companias {
  margin: 0px 0 10px 0;
  color: #6e6e6e;
  padding-left: 10px;
}

.margen_encabezado {
  margin-top: 30px;
}

.insuranceTab .nav-tabs li {
  _float: left;
  _margin-right: 20px;
  _margin-right: 5px;
  *margin-right: 5px;
  *display: inline-block;
  *float: left;
  _width: 192px;
  text-align: center;
}
.insuranceTabMoto .nav-tabs li {
  *width: 324px;
}

.insuranceTab .nav-tabs > li > a {
  background-color: #f0f0f0;
  border-color: #dfdfdf !important;
  padding: 0;
  border-bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  display: block;
  _padding-top: 5px;
}
.insuranceTab .nav-tabs li a {
  background-color: #f0f0f0;
  border: 1px solid #dfdfdf !important;
  padding: 0;
  border-bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  display: block;
  _padding-top: 5px;
}

.insuranceTab .nav-tabs > li.active > a,
.insuranceTab .nav-tabs > li.active > a:focus,
.insuranceTab .nav-tabs > li.active > a:hover {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-bottom: 1px solid #f8f8f8 !important;
}
.insuranceTab .nav-tabs li.active a,
.insuranceTab .nav-tabs li.active a:focus,
.insuranceTab .nav-tabs li.active a:hover {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
}
.modal-dialog .nav-tabs > li.active > a,
.modal-dialog .nav-tabs > li.active > a:focus,
.modal-dialog .nav-tabs > li.active > a:hover {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-bottom: 1px solid #f8f8f8 !important;
}
.modal-dialog .nav-tabs li.active a,
.modal-dialog .nav-tabs li.active a:focus,
.modal-dialog .nav-tabs li.active a:hover {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-bottom: 1px solid #ffffff !important;
}

.modal.alert .modal-dialog {
  width: 450px;
}

.modal.alert .modal-title {
  height: 22px;
}

.modal.alert .modal-body {
  text-align: center;
}

.modal.alert .modal-body h4 {
  font-weight: 600;
}

.modal.alert .modal-body button {
  margin: 10px;
  padding: 7px 20px;
  font-size: 15px;
  background: #67bc3b none repeat scroll 0 0;
  border: 1px solid #3d9e0f;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
}

.insuranceTab .nav-tabs > li:first-child {
  margin-left: 8px;
}

.insuranceTab .modal-body .nav-tabs > li:first-child {
  margin-left: 3px;
}

.insuranceTab .tab-content .cabecera {
  background: #f8f8f8;
}
.insuranceTab .tab-content .cabecera .container .row {
  *height: 40px;
}

.insuranceTab .tab-content .cabecera p {
  color: #6e6e6e;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  _text-align: center;
  padding-top: 2px;
}
.insuranceTabMoto .tab-content .cabecera .width8 p {
  *width: 70px;
}
.align-left p {
  _text-align: left !important;
}
.insuranceTab .tab-content .cabecera .width9 p {
  width: 89px;
  _width: 74px;
}
.insuranceTab .tab-content .cabecera .width9 p {
  _width: 84px;
}
.insuranceTab .tab-content > .orange-btn,
.insuranceTab .tab-content > .dark-green-btn {
  font-size: 14px;
}

.insuranceTab .tab-content .cabecera .row {
  padding-left: 15px;
}

.insuranceTab .tab-content .list-inline {
  margin-top: 9px;
  margin-bottom: 0px;
  *float: right;
  _float: right;
  _width: 350px;
}

.insuranceTab .tab-content .row {
  border-bottom: 1px solid #efefef;
  padding-top: 7px;
  padding-bottom: 10px;
}

.insuranceTab .cabecera .row {
  border-bottom: none;
}
.insuranceTab .tab-pane .row {
  padding-left: 15px;
  border-radius: 6px;
  margin-bottom: 12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 105px;
}
#contacto .row,
#compania .row {
  height: auto;
  box-shadow: none;
}
.info_precio_final {
  color: #6e6e6e;
  font-size: 12px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 10px;
  letter-spacing: 0.2px;
}

.info_precio_final img {
  width: 17px;
  vertical-align: top;
  margin-right: 5px;
}

.insuranceTab .tab-pane .row_garantizado {
  border: 2px solid #f4860d;
  box-shadow: none;
}

.insuranceTab .tab-pane .row_franquicia {
  border-radius: 0;
  box-shadow: none;
  background-color: #f8f8f8;
  text-align: left;
  border-bottom: 0;
  padding: 7px;
  color: #6e6e6e;
  margin-bottom: 10px;
  height: 39px;
}
.insuranceTab .tab-content .last-p {
  color: #6e6e6e !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 14px !important;
  padding-top: 2px !important;
}
.insuranceTab .tab-content div[class*="col-xs"],
.insuranceTab .tab-content div[class*="col-sm"] {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: table-row;
}

.insuranceTab .tab-content div[class*="col-xs"] > div,
.insuranceTab .tab-content div[class*="col-xs"] > a,
.insuranceTab .tab-content div[class*="col-sm"] > div,
.insuranceTab .tab-content div[class*="col-sm"] > a {
  height: 60px;

  vertical-align: inherit;
}

.insuranceTab .tab-content .price {
  margin-top: 13px;
  _height: 60px;
  _width: 138px;
  _text-align: center;
}
.insuranceTab .tab-content .attention {
  _width: 138px;
  _padding-right: 0 !important;
}
.insuranceTab .col-sm-1 {
  *width: 8%;
  *float: left;
}
.insuranceTab .tab-content .row {
  *clear: both;
  *height: 84px;
}
#sresults .col-sm-1,
#sresults .col-sm-2,
#sresults .col-sm-3,
#sresults .col-sm-4,
#sresults .col-sm-5 {
  _padding-right: 0 !important;
}

.insuranceTab .tab-content .precio_final_txt {
  font-weight: bold;
  height: 22px !important;
  background: #f4860d;
  color: #fff;
  letter-spacing: 0.2px;
  margin-top: -7px;
  border-radius: 0 0 4px 4px;
  width: 140px;
  margin-left: auto;
  text-align: center;
  line-height: initial;
  margin-right: auto;
}

.insuranceTab .tab-content .precio_final_txt::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -6px;
  border-right: 9px solid #f4860d;
  border-top: 11px solid #f4860d;
  border-left: 9px solid transparent;
  border-bottom: 11px solid transparent;
  top: -8px;
}

.insuranceTab .tab-content .precio_final_txt::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 150px;
  border-right: 9px solid transparent;
  border-top: 11px solid #f4860d;
  border-left: 9px solid #f4860d;
  border-bottom: 11px solid transparent;
  top: -8px;
}

.insuranceTab .tab-content .price_real p {
  margin-bottom: 4px;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  *line-height: 1;
  padding-top: 20px;
  *padding-top: 18px;
  _padding-top: 11px;
}

.insuranceTab .tab-content .price p {
  margin-bottom: 4px;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  *line-height: 1;
  padding-top: 5px;
  *padding-top: 18px;
  _padding-top: 11px;
}

.insuranceTab .tab-content .promo-container {
  padding-left: 25px !important;
  margin-top: 17px;
}
.insuranceTab .tab-content .promo-content {
  background-color: #e2e8ee;
  border-radius: 5px;
  min-width: 52px;
  height: 50px !important;
  min-width: 50px;
  margin: 15px 0 0 0;
  color: #41494f;
  font-size: 10px;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
  max-width: 65px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.insuranceTab .tab-content .rating {
  padding-top: 27px;
  *width: 138px !important;
  _width: 125px;
  _text-align: center;
}
.insuranceTabMoto .tab-content .rating {
  *width: 238px !important;
  *padding-top: 35px;
}

.insuranceTab .tab-content .rating a {
  color: #6e6e6e;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 68px;
}
.insuranceTab .tab-content .rating span span {
  *float: left;
}

.width15stars {
  width: 20% !important;
}

.width155stars {
  width: 30% !important;
}

.width25stars {
  width: 38% !important;
}

.width255stars {
  width: 50% !important;
}

.width35stars {
  width: 61% !important;
}

.width355stars {
  width: 71% !important;
}

.width45stars {
  width: 81% !important;
}

.width455stars {
  width: 91% !important;
}

.width55stars {
  width: 100% !important;
}

.insuranceTab .tab-content .price.attention {
  position: relative;
}

.insuranceTab .tab-content .price.attention img {
  position: absolute;
  right: 10px;
  top: 15px;
  _top: 10px;
  padding-top: 12px;
}
.insuranceTabMoto .tab-content .price.attention img {
  *right: 30px;
  _right: 10px;
}

.insuranceTab .tab-content .price.attention.down p {
  *padding-top: 23px;
  _padding-top: 17px;
}

.insuranceTab .tab-content .price.attention.down img {
  top: 20px;
  *top: 15px;
  _top: 10px;
}

.insuranceTab .tab-content .price span,
.insuranceTab .tab-content .price_real span {
  font-size: 12px;
  margin-top: 4px;
}

.insuranceTab .tab-content .price .desde {
  font-size: 13px;
  font-weight: normal;
}
.insuranceTab .tab-content .price img {
  width: 12px;
  margin-right: 3px;
  margin-top: -4px;
  margin-left: -15px;
  cursor: pointer;
}

.insuranceTab .tab-content .price .euro,
.insuranceTab .tab-content .price_real .euro {
  font-size: 21px;
  padding-left: 5px;
  display: inline;
}

.promo-text {
  font-size: 12px;
  border-radius: 12px;
  background: green;
  width: 70%;
  margin: 7px auto 0 auto;
  color: #fff;
  font-weight: bold;
}

.header-logos {
  padding-bottom: 0;
  position: fixed !important;
}

.header-logos .brand {
  width: auto;
  margin-top: 20px;
}

.header-logos .question,
.header-logos .question_responsive {
  /*height: 60px;*/
  float: right;
  text-align: right;
  padding-top: 8px;
  padding-bottom: 7px;
}

.header-logos .question .text-link {
  font-size: 14px;
  color: #727272;
  line-height: 17px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.header-logos .question .text-link:hover {
  text-decoration: none;
}

.progress-section {
  padding-top: 90px;
  _padding-top: 10px;
  margin: 0 auto;
  min-width: 994px;
  padding-bottom: 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #dddddd;
}

.progress-section p {
  color: #727272;
}

.progress-section a {
  color: #329ef1;
  text-decoration: underline;
}

.progress-section .list-inline {
  margin-bottom: 0px;
  *padding-top: 20px;
}

.progress-section .list-inline li {
  width: 33%;
  padding: 0;
  margin-right: -5px;
  *float: left;
}

.progress-section .list-inline li .progress {
  background: #efefef;
  margin-bottom: 0;
  position: relative;
  box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.1);
}

.progress-section .list-inline li .progress-bar {
  background: #f2730c;
  text-align: left;
}

.progress-section .list-inline li .progress-bar span {
  margin-left: 10px;
}

.progress-section .list-inline li .separator {
  position: absolute;
  left: 0;
  bottom: 1px;
}

.progress-section .list-inline li .separator img {
  height: 14px;
}

.progress-section .list-inline li.first-progress .progress {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.progress-section .list-inline li.second-progress .progress {
  border-radius: 0;
}

.progress-section .list-inline li.last-progress .progress {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.top-info {
  margin-bottom: 15px;
}

.top-info:before,
.top-info:after {
  content: "";
  display: table;
}

.top-info:after {
  clear: both;
}

.top-info h3, .top-info h2 {
  padding-left: 3px;
  color: #da372b;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
  /*margin-top: 25px;*/
  float: left;
}
.spacer {
  clear: both;
}

.top-info .additional-info {
  float: right;
  *float: none;
  padding-top: 20px;
}

.top-info .additional-info p {
  margin-bottom: 0;
}

.top-info .additional-info .text-link {
  color: #727272;
  font-size: 12px;
  line-height: 14px;
  margin-top: 1px;
  margin-right: 5px;
  float: left;
}

.top-info .additional-info .text-link:hover {
  text-decoration: none;
}

.content-logos {
  background: #f7f7f7;
  padding-bottom: 50px;
}

.content-logos ul.list-inline {
  margin-top: 20px;
}

.content-logos ul.list-inline li {
  width: 120px;
  height: 170px;
  display: inline-table;
  *display: inline;
  *margin-bottom: 20px !important;
  zoom: 1;
  vertical-align: middle;
  *height: 100%;
  text-align: center;
}

.content-logos ul.list-inline li p {
  margin-top: 5px;
}

.content-logos ul.list-inline .logo-image {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
}

.content-logos ul.list-inline .logo-image:hover {
  border: 1px solid #333333;
}

.content-logos ul.list-inline .logo-image a {
  width: 120px;
  height: 110px;
  display: table-cell;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.content-logos ul.list-inline .logo-image a img {
  border: 0;
  width: 80px;
  *margin-top: 15px;
}

.content-logos ul.list-inline li.add-logo .logo-image {
  background: #c4c4c4;
}

.content-logos ul.list-inline li.add-logo .logo-image img {
  margin: 0 auto;
  width: 30px;
  *margin-top: 40px;
}

.content-guradoras ul.list-inline li p {
  font-weight: normal;
  margin-top: 5px;
}

.content-compania {
  background: #f7f7f7;
  padding-bottom: 30px;
}

.content-compania .col-xs-4 {
  width: 33%;
  float: left;
  *width: 33%;
  *float: left;
}

.content-compania h4 {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}

.content-compania table {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  border-collapse: separate;
}

.content-compania table tr {
  border-bottom: 1px solid #dddddd;
  display: block;
  background: #fff url("/css/r/images/arrow.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 5px;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-compania table tr:hover {
  background: #f3f3f3 url("/css/r/images/arrow.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 5px;
}

.content-compania table tr:active,
.content-compania table tr:focus {
  background: #fe831f url("/css/r/images/arrow-active.png");
  /*color: #fff;*/
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 5px;
}

.content-compania table tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.content-compania table tr:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.content-direction {
  background: #f7f7f7;
  padding-bottom: 50px;
}

.content-direction h3 {
  color: #da372b;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}

.container .info-p {
  background: url("/css/r/images/info-p-bg.png") no-repeat 0 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  -moz-background-size: 18px;
  background-position: 0 50%;
  padding-top: 5px;
  padding-left: 27px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.content-plate {
  max-width: 530px;
  margin-bottom: 40px;
}
.content-plate .info-p {
  padding: 6px;
  background: #fefce8;
  display: flex;
  border-radius: 4px;
  border: 1px solid #faaa3f;
  font-size: 14px;
  margin: 5px 0;
}
.content-plate .info-p svg { 
  margin-top:-1px;
}  
.content-plate .plate {
    margin-top: 24px;
}  

.content-plate img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.container .info-p p {
  color: #333333;
  margin-bottom: 0;
}
.content-mail .info-p {
  *margin-bottom: 5px !important;
  *padding-top: 5px !important;
}

.content-direction ul.list-inline li {
  *display: inline;
  /*  display: inline-table;*/
  zoom: 1;
  *margin-right: 10px;
}

.content-direction ul.list-inline li input {
  *height: 20px;
}
.content-direction ul.list-inline li:first-child {
  float: left;
}
.content-direction ul.list-inline li.first {
  float: left;
}

.content-direction ul.list-inline li select {
  width: 140px;
  margin-top: 0;
}

.content-direction ul.list-inline li p,
.content-plate ul.list-inline li p {
  color: #333333;
  font-weight: bold;
}

.content-direction ul.list-inline li.second-input {
  width: 450px;
}

.content-direction ul.list-inline li.number-input {
  width: 100px;
}

.content-direction > a {
  color: #329ef1;
  text-decoration: underline;
}

.content-fecha {
  background: #f7f7f7;
  padding-bottom: 50px;
}

.content-fecha h3 {
  color: #da372b;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.content-fecha h4 {
  color: #333333;
  font-weight: bold;
  margin-top: 25px;
  font-size: 16px;
  margin-bottom: 5px;
}

.content-fecha .table-content .row .col-sm-12 h4 {
  margin-top: 20px !important;
  padding-left: 3px;
}

.content-fecha table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}

.content-fecha table tbody tr:first-child td {
  border-top: 1px solid #dddddd;
}

.content-fecha table tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.content-fecha table tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.content-fecha table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.content-fecha table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.content-fecha table tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

.content-fecha table tbody tr td {
  font-size: 14px;
  padding: 8px;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #545454;
  background: #fff;
  cursor: pointer;
  padding: 8px;
}

.content-fecha table tbody tr td.day-32,
.content-fecha table tbody tr td.day-32:hover {
  border: medium none;
  background: rgb(247, 247, 247) none repeat scroll 0px 0px;
  cursor: auto;
}

.content-fecha table tbody tr td:hover {
  background: #f3f3f3;
}

.content-fecha table tbody tr td:active,
.content-fecha table tbody tr td:focus {
  /*background: #fe831f;*/
  background: #ffcc66;
  /*color: #fff;*/
}

.content-list .col-sm-6 {
  width: 49% \9;
  *width: 48%;
  _width: 48%;
  float: left;
}
.content-list .col-sm-4 {
  width: 32% \9;
  *width: 31%;
  _width: 31%;
  float: left;
}

.content-list {
  background: #f7f7f7;
}

.content-list .table-content td {
  font-size: 14px;
}
.content-list .table-content {
  padding-bottom: 30px;
}

.content-list .table-content h4 {
  padding-left: 3px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.content-list .table-content table {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  border-collapse: separate;
}

.content-list .table-content table tr {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  /*display: block;*/
  width: 100%;
  background: #fff url("/css/r/images/arrow.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 5px;
}

.content-list .table-content table tr td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.content-list .table-content i {
  font-style: normal;
  color: #da372b;
}

.content-list .table-content table tr:hover {
  background: #f3f3f3 url("/css/r/images/arrow.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 5px;
}
.content-list .table-content table tr:first-child,
.content-list .table-content table tr:first-child td {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.content-list .table-content table tr:last-child,
.content-list .table-content table tr:last-child td {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.content-mail {
  background: #f7f7f7;
  padding-bottom: 40px;
}

.content-mail .mail-form {
  background: url("/css/r/images/hand.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 320px;
  padding-bottom: 20px;
}

.content-mail .mail-form h3 {
  color: #da372b;
  font-weight: bold;
  font-size: 24px;
}

.content-mail .mail-form p {
  color: #333333;
}

.content-mail .mail-form form table td input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-left: 10px;
  margin-left: 15px;
  *width: 200px;
  margin-bottom: 5px;
}

.content-mail .mail-form form table td label {
  color: #7e7e7e;
  font-weight: normal;
  font-size: 12px;
  margin-left: 30px;
}

.content-mail .mail-form form .checkbox {
  margin-bottom: 20px;
}

.content-mail .mail-form form .checkbox input {
  position: static;
  margin-left: 0;
}

.content-mail .mail-form form .checkbox span {
  text-decoration: underline;
  color: #000000;
}

.content-mail .mail-form form .red-btn-mail img {
  width: 220px;
}

.content-mail .mail-form form .red-btn-mail img:hover {
  opacity: 0.9;
}

.content-models {
  background: #f7f7f7;
  padding-bottom: 30px;
}

.content-models .models table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.content-models .models table td.first-td {
  text-align: left;
}

.content-models .models table tr {
  cursor: pointer;
}

.content-models .models table tr:hover {
  background: #f3f3f3;
}

.content-models .models table thead tr td {
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.content-models .models table thead tr td:first-child {
  padding-left: 0;
}

.content-models .models table tbody {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.content-models .models table tbody tr:first-child td {
  border-top: 1px solid #dddddd;
}

.content-models .models table tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.content-models .models table tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.content-models .models table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.content-models .models table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.content-models .models table tbody tr {
  background: #fff;
}

.content-models .models table tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

.content-models .models table tbody tr td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.content-models .models table tbody tr td.last-td {
  background: url("/css/r/images/arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 5px;
  border-right: 1px solid #dddddd;
}

.content-postal {
  background: #f7f7f7;
  padding-bottom: 70px;
}

.content-postal h3 {
  color: #da372b;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.content-postal .postal input {
  color: #545454;
  width: 140px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  text-align: left;
  font-size: 26px;
  margin-bottom: 15px;
  padding: 10px;
  margin-right: 10px;
  line-height: 1;
}

.content-postal .postal #_formdetails_AreaDesc {
  color: #545454;
  font-size: 20px;
  *position: relative;
  *bottom: 20px;
}

.content-postal .postal .red-btn,
.content-postal .postal .light-green-btn {
  width: 120px;
  display: block;
}

.content-postal .red-btn span,
.content-postal .light-green-btn span {
  font-size: 12px;
}

.content-dni .dni input {
  margin-bottom: 15px;
  width: 140px;
  line-height: 1;
  font-size: 18px;
  height: 50px;
}

.content-plate .plate input {
  line-height: 1;
  font-size: 18px;
  height: 50px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  padding: 6px 12px 6px 35px;
}
.content-plate .plate .plate-label {
  position: absolute;
  background: #0271c2;
  color: #fff;
  padding: 15px 10px 4px 10px;
  border-radius: 4px 0 0 4px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -0.5px;
  background-image: url("/views/stars/europe-stars.png?2");
  background-repeat: no-repeat;
  background-size: 37px;
  background-position-x: -4px;
  background-position: top;
  background-position-y: 1px;
}
.content-plate .plate .plate-label-E {
  color: #fff;
  font-weight: normal;
  padding-top: 10px;
  margin-bottom: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
}
/*MAIN BUTTON STYLES*/
.base-btn {
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 8px;
  border: medium none;
  box-shadow: 0 3px 0 #000, 0 5px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.35em;
  padding: 10px 1.7em;
  text-align: center;
  text-decoration: none;
}
.base-btn:hover {
  text-decoration: none;
  color: #fff;
}
.base-btn span {
  position: relative;
  left: 10px;
  font-size: 15px;
  top: 0;
}

.btn-acierto {
  font-size: 15px;
}

.btn-acierto .glyphicon {
  font-size: 13px !important;
}

.btn-no-direction {
  text-decoration: underline;
  color: #329ef1;
}

.green-btn {
  background-color: #4bbb05;
  box-shadow: 0 3px 0 #389e08, 0 6px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  padding: 1.1em 2em;
  padding-left: 1.6em;
}
.green-btn:hover {
  background-color: #46ad05;
}

.orange-btn {
  background: #ff8300 none repeat scroll 0 0;
  border: 1px solid #dd6114;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 15px 16px;
  transition: background 0.15s ease 0s, color 0.15s ease 0s;
  font-size: 15px;
}
.orange-btn:hover {
  background-color: #f67516;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 3px 3px rgba(100, 100, 100, 0.3);
}
.orange-btn span {
  font-size: 10px;
  left: 5px;
}
.orange-btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 9px;
}
.orange-btn.btn-sm span {
  font-size: 8px;
  top: 1px;
  left: 5px;
}

.dark-green-btn {
  background: #3d9e0f none repeat scroll 0 0;
  border: 1px solid #2e8007;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 15px 15px;
  transition: background 0.15s ease 0s, color 0.15s ease 0s;
  font-size: 15px;
}
.dark-green-btn:hover {
  background-color: #4acf0b;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 3px 3px rgba(100, 100, 100, 0.3);
}
.dark-green-btn span {
  font-size: 10px;
  left: 5px;
}
.dark-green-btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 9px;
}
.dark-green-btn.btn-sm span {
  font-size: 8px;
  top: 1px;
  left: 5px;
}

.red-btn,
.red-btn:visited {
  background: #ff8300 none repeat scroll 0 0;
  border: 1px solid #dd6114;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 15px 15px;
  transition: background 0.15s ease 0s, color 0.15s ease 0s;
  font-size: 15px;
}
.red-btn:hover {
  background-color: #e75b0f;
}
#_resultDetails_QuoteResults {
  background-color: #f8f8f8;
}

#_resultDetails_QuoteResults .red-btn,
#_resultDetails_QuoteResults .red-btn:visited {
  background: #e03d14 none repeat scroll 0 0;
  border: 1px solid #b10e00;
  font-size: 15px;
}
.width180 .red-btn {
  background: #e03d14 none repeat scroll 0 0;
  border: 1px solid #b10e00;
  font-size: 15px;
  _padding: 15px 0;
}
.light-green-btn,
.light-green-btn:visited {
  background: #67bc3b none repeat scroll 0 0;
  border: 1px solid #3d9e0f;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 15px 15px;
  transition: background 0.15s ease 0s, color 0.15s ease 0s;
  font-size: 15px;
}
.light-green-btn:hover {
  background-color: #4acf0b;
}
.grey-btn,
.grey-btn:visited {
  background: #ededed none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #333 !important;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 15px 15px;
  transition: background 0.15s ease 0s, color 0.15s ease 0s;
  font-size: 15px;
}
.grey-btn:hover {
  background-color: #e0e0e0;
}
#_resultDetails_QuoteResults .light-green-btn,
#_resultDetails_QuoteResults .light-green-btn:visited {
  background: #67bc3b none repeat scroll 0 0;
  border: 1px solid #3d9e0f;
  font-size: 15px;
}
.width180 .light-green-btn {
  background: #e03d14 none repeat scroll 0 0;
  border: 1px solid #b10e00;
  font-size: 15px;
  _padding: 15px 0;
}
.width180 .orange-btn,
.width180 .dark-green-btn {
  _padding: 15px 0;
}
#_resultDetails_QuoteResults .red-btn:hover {
  background-color: #e75b0f;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 3px 3px rgba(100, 100, 100, 0.3);
}
#_resultDetails_QuoteResults .light-green-btn:hover {
  background-color: #4acf0b;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 3px 3px rgba(100, 100, 100, 0.3);
}
#_resultDetails_QuoteResults .orange-btn,
#_resultDetails_QuoteResults .dark-green-btn {
  font-size: 15px;
}
.red-btn.btn-sm {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.red-btn.btn-sm span {
  font-size: 8px;
  top: 1px;
  left: 5px;
}
.btn-sm span {
  font-size: 10px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 10px 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm .btn,
.btn-sm {
  _padding: 10px 15px;
  _line-height: 1.5;
  _border-radius: 3px;
}

/*MAIN BUTTON STYLES*/
.header {
  border-top: 6px solid #da372b;
  border-bottom: 1px solid #dddddd;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #fff;
  z-index: 22;
}

.header .brand {
  float: left;
  margin-top: 15px;
  margin-left: 3px;
}

.hright {
  float: right;
  margin: 6px 6px 0 0;
}

.hright a {
  margin-top: 0px;
}

.hright a img {
  height: 64px;
  width: 226px;
}

.hright a .question_img {
  height: auto;
  width: auto;
}

.header ul.list-inline {
  padding-left: 0;
  text-align: center;
  margin-bottom: 0px;
}

.header ul.list-inline > li {
  display: inline-block;
  list-style: none;
  margin-right: 40px;
  *display: inline;
  zoom: 1;
}

.header ul.list-inline > li > a {
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  line-height: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 3px solid transparent;
}

.header ul.list-inline > li > a:hover {
  text-decoration: none;
  border-bottom: 3px solid #da372b;
}

.header ul.list-inline > li > a p {
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 0;
}

.header ul.list-inline li:last-child {
  margin-right: 0;
}

.header li.dropdown-li {
  position: relative;
}

.header li.dropdown-li:hover .dropdown-list {
  display: block;
}

.header li.dropdown-li .dropdown-list {
  position: absolute;
  background: #fff;
  width: 180px;
  display: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: -10px;
  box-shadow: 0px 1px 3px 1px #ebebeb;
}

.header li.dropdown-li .dropdown-list:after {
  content: "";
  display: block;
  position: absolute;
  top: -17px;
  left: 31px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 9px;
}

.header li.dropdown-li .dropdown-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border-color: transparent transparent #ddd transparent;
  border-style: solid;
  border-width: 10px;
}

.header li.dropdown-li .dropdown-list ul {
  padding-left: 0;
}

.header li.dropdown-li .dropdown-list ul li {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.header li.dropdown-li .dropdown-list ul li a {
  color: #727272;
  font-size: 12px;
}

.header li.dropdown-li .dropdown-list ul li a:hover {
  color: #da362b;
  text-decoration: none;
}

.header li.dropdown-li .dropdown-list ul li:last-child {
  border-bottom: 0;
}

.active-header {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.banner {
  background: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  padding-top: 75px;
}

.banner .banner-content {
  background: url(/css/r/images/hand.png);
  background-position: 100% 15%;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.banner .banner-content .col-sm-6 {
  margin-top: -40px;
}

.banner h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 41px;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 39px;
  *width: 50%;
  margin-top: 0;
  letter-spacing: -0.02em;
}

.banner h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #727272;
  font-weight: 300;
  margin-top: 0;
}

.mobile-nav .nav-btn {
  float: right;
  margin-top: 8px;
  margin-right: 15px;
  display: none;
}

.mobile-nav .nav-btn a {
  color: #b3160b;
}

.mobile-nav .nav-btn a img {
  width: 20px;
  height: 20px;
}

.mobile-nav .nav-collapse {
  clear: both;
  display: none;
  text-align: center;
  margin-top: 60px;
}

.mobile-nav .nav-collapse ul {
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-nav .nav-collapse ul li {
  list-style: none;
  margin-bottom: 10px;
}

.mobile-nav .nav-collapse ul li a {
  color: #333333;
}

.red-btn img:hover {
  opacity: 0.9;
}

.orange-btn img:hover,
.dark-green-btn img:hover {
  opacity: 0.9;
}
.nopadding-left {
  padding-left: 0;
}

a {
  cursor: pointer !important;
}

/* extra styles */
#box_formdetails,
#box_formdetails .content {
  min-height: 100vh;
  min-width: 994px;
}

a {
  cursor: pointer !important;
}

#overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 5000px;
  background-color: black;
  z-index: 1049;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
* html #overlay {
  height: 5000px;
}

/* lbox */
.lbox2.slim {
  margin: 0 130px;
  width: 434px !important;
}
.lbox2 {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #e8e5d6;
  display: none;
  font-size: 13px;
  margin: 0 45px;
  position: absolute;
  top: 102px;
  width: 683px;
  z-index: 10002;
}
.lbox2 .lbox-content {
  clear: both;
  margin: 0;
  padding: 20px;
}
.head {
  display: block;
  height: 30px;
}
.lbox2 .ico {
  float: left;
}
.head img {
  margin-right: 5px;
  vertical-align: middle;
}
.lbox2 .exp2 {
  margin-top: 8px;
  padding: 5px 5px 5px 30px;
}
.lbox2 .exp2 ul {
  padding: 0 0 0 12px;
}
.lbox2 ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.lbox2 .exp2 ul li {
  background: url("https://www.acierto.com/views/themes/Default/images/bullet_wait.gif")
    no-repeat scroll left 5px;
  font-size: 13px !important;
  line-height: 1.4;
  margin: 0 0 5px;
}
.lbox2 ul li {
  background: url("https://www.acierto.com/views/themes/Default/images/lbox_bullet.png")
    no-repeat scroll left 9px;
  font-size: 14px;
  line-height: 1.8;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 15px;
  word-spacing: -1px;
}
#wait .lbox-content .head,
#wait .lbox-content .head img {
  float: none !important;
}

/* box summary */
#box_summary .insuranceTab .tab-heading {
  *height: 58px;
}
#box_summary .insuranceTab .container {
  margin-top: 15px;
  padding-left: 6px;
}
#box_summary .insuranceTab .tab-heading .container {
  margin-top: 0;
}
#box_summary .insuranceTab .tab-heading h1 {
  margin: 17px 0 17px;
}
#box_summary .insuranceTab .container .row .label,
#box_summary .insuranceTab .container .row .labelDetalle {
  border-radius: 3px;
  color: #000000;
  display: inline;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  width: 250px;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 2px 0px 0px;
  float: left;
  *padding: 0;
}
#box_summary .insuranceTab .container .row .labelDetalle {
  padding-left: 20px;
  *padding: 0;
}
#box_summary .insuranceTab .container .row select,
#box_summary .insuranceTab .container .row .txtbox {
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #545454;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px;
  float: left;
  width: 450px;
  *margin-top: 3px;
  _padding: 3px;
  _height: 24px;
}
#box_summary .insuranceTab .container .row .txtbox {
  *width: 438px;
  _width: 450px;
}
#box_summary .insuranceTab .container .row .day select {
  width: 100px;
}
#box_summary .insuranceTab .container .row .month select {
  width: 200px;
}
#box_summary .insuranceTab .container .row .selMth2 {
  width: 310px;
}
#box_summary .insuranceTab .container .row .year select {
  width: 130px;
}
#box_summary .insuranceTab .container .row {
  height: 40px;
}
.vrsC {
  width: 425px;
  display: block;
  float: left;
  padding-left: 2px;
}
.vrsP {
  width: 150px;
  display: block;
  float: left;
  text-align: center;
}
.vrsD {
  width: 150px;
  display: block;
  float: left;
  text-align: center;
}
.vrsF {
  width: 150px;
  display: block;
  float: left;
  text-align: center;
}
#box_summary .radio {
  float: left;
  padding-top: 8px;
  padding-top: 5px\9;
  *padding-top: 3px;
  width: 20px;
  height: 13px;
}
#box_summary .radioNarrow {
  float: left;
  width: 30px;
  padding-top: 5px;
}
#box_summary .radioWide {
  float: left;
  width: 60px;
  padding-top: 5px;
}

#_results_msg div {
  width: 973px !important;
}
h4 .ref {
  display: inline;
}
#main_header {
  _height: 77px;
}
#box_userpanel .insuranceTab .tab-heading H1 {
  width: 360px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-left: 0;
}
#box_userpanel .usr .col1 {
  width: 73px;
  float: left;
  margin-left: 10px;
}
#box_userpanel .usr .row .col1 {
  padding-top: 3px;
}
#box_userpanel .usr .rowb .col1 {
  padding-top: 3px;
}
#box_userpanel .usr .col2 {
  width: 90px;
  float: left;
  margin-left: 15px;
}
#box_userpanel .usr .row .col2 {
  padding-top: 4px;
}
#box_userpanel .usr .rowb .col2 {
  padding-top: 4px;
}
#box_userpanel .usr .col3 {
  width: 100px;
  float: left;
  margin-left: 15px;
}
.disabled {
  pointer-events: none;
}
#wait_results_container {
  height: 0;
}
.wait_results_container_height {
  height: 500px !important;
}
#msg_error_save_email,
#msg_error_save_policy {
  font-size: 11px !important;
  color: red !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
#pane-confirmar-dni {
  background: #f8f8f8;
  padding-top: 0px;
}
.insuranceTab .tab-content .row-dni {
  height: auto;
  padding: 20px 0 0;
  border: none;
  box-shadow: none;
  background: none;
  border-bottom: 0;
  border-radius: unset;
  margin: 0;
}
.confirmar-dni {
  padding: 15px 20px;
  margin: 30px 0 15px;
  border: 2px solid #f88508;
  border-radius: 5px;
  background: #fff6e4
    url(https://img1.acierto.com/views/themes/Default/images/bg-confirmar-dni.png)
    no-repeat bottom right;
  position: relative;
}

.confirmar-dni p {
  font-size: 16px !important;
  font-weight: 500;
}

.confirmar-dni > input {
  width: 210px;
  height: 40px;
  padding: 10px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid lightgray;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
}

.confirmar-dni label {
  font-size: 12px;
  margin: 15px 0 10px;
  display: block;
  font-weight: 500;
}

.confirmar-dni label input {
  vertical-align: middle;
  margin-bottom: 2px;
}

.confirmar-dni > a {
  width: 210px;
  height: 45px;
  padding: 12px 30px;
  margin: 0 0 10px;
}

.confirmar-dni > img {
  position: absolute;
  bottom: 0;
  right: 100px;
}

.button.disabled,
.base-btn.off {
  cursor: default !important;
  opacity: 0.25;
}

#comercial_modal {
  margin-top: 0;
  padding-top: 30px;
}

#comercial_modal .modal-dialog {
  width: 95%;
  max-width: 600px;
  margin: 0 auto 10px;
}

#comercial_modal .modal-body {
  text-align: left;
}

#comercial_modal .modal-body p {
  font-weight: 500;
  margin-bottom: 30px;
}

#comercial_modal .modal-body p.title {
  font-weight: 600;
  margin: 15px 0 10px;
  font-size: 18px;
}

.footer2 {
  background: none repeat scroll 0 0 #393939;
  border-top: 8px solid #da372b;
}

.footer2-logo {
  margin: 30px auto 10px;
}

.footer2-links {
  display: none;
}
.footer2 .footer2-logo img {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 5px;
}

.footer2 table {
  margin-bottom: 20px;
}

.footer2-container {
  padding-left: 0px;
  padding-right: 0px;
}

.footer2-subcontainer {
  padding-left: 0px;
  padding-right: 0px;
}

.logo-footer2 {
  float: left;
  width: 75%;
  padding-left: 0px !important;
  margin: auto;
}

.footer2 table thead {
  border-bottom: 1px solid #898989;
}

.footer2 table thead td {
  padding-bottom: 20px;
}

.footer2 table td {
  padding-left: 20px !important;
  width: 300px;
}

.footer2 table tbody td ul {
  padding-left: 0;
  *margin-left: 0;
  padding-top: 20px;
  font-size: medium;
}

.footer2 table tbody td ul li:first-child {
  margin-bottom: 10px;
}

.footer2 table tbody td ul li {
  list-style: outside none none;
}

.social {
  padding-top: 0;
}
.social li {
  display: inline !important;
  height: 10px;
  margin: 1px;
  width: 10px;
}

.rrss {
  width: 25%;
  float: left;
}

.rrss ul {
  list-style-type: none !important;
}

.rrss li {
  float: left;
}

.rrss img {
  margin-left: 5px !important;
}

.social li:first-child {
  margin-bottom: 0;
}

.footer2 table tbody td ul li strong,
.footer2 table tbody td p strong {
  color: #ffffff;
}
.footer2 table tbody td ul li a {
  font-size: 11px;
}

.footer2 ul.social li a {
  height: 10px;
  width: 10px;
}
.footer2 .twitter li {
  margin-top: 30px;
  height: 40px;
  width: 40px;
}

.under-footer2 {
  margin-top: 5px;
  margin-bottom: 10px !important;
}

.under-footer2 td {
  padding-top: 3px;
}

.under-footer2 a {
  text-decoration: underline;
  font-size: 11px !important;
  color: #979797 !important;
}

.footer2 table td,
.footer2 table a {
  color: #dddddd;
  font-size: 13px;
  vertical-align: baseline;
}

.footer2 .copyright {
  background: none repeat scroll 0 0 #2a2a2a;
}

.footer2 .copyright p {
  float: left;
  color: #979797;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
}

.ratingEK {
  display: none;
  color: #dddddd;
  font-size: 12px;
  margin: 20px 0 0;
  padding: 0 0 30px 0;
  text-align: center;
  *text-align: left;
  *padding-left: 35px;
  *height: 50px;
}

.ratingEKin {
  display: inline;
}
.ratingEKin a {
  color: #dddddd !important;
  text-decoration: underline;
}

.ratingEKstars {
  background: url("https://img1.acierto.com/css/images/stars_rating.png")
    no-repeat scroll 0 5px transparent;
  *background-position-y: 3px;
  display: inline-block;
  height: 15px;
  width: 55px;
}

.ratingEKstarsOK {
  background: url("https://img2.acierto.com/css/images/stars_rating_ok.png")
    no-repeat scroll 0 5px transparent;
  *background-position-y: 3px;
  display: block;
  height: 15px;
  width: 50px;
}
.ratingEKsello {
  display: inline;
  margin-right: 5px;
  text-align: left;
  *float: left;
}
.ratingEKtexto {
  display: inline;
  *display: block;
  *float: left;
  *padding-top: 5px;
}
@media (max-width: 700px) {
  .ratingEKsello {
    display: block;
    clear: both;
    margin-bottom: 10px;
    margin-right: 0px;
    text-align: center;
  }
}
@media (max-width: 660px) {
  .footer2 table tbody td ul.social-clients li {
    display: table;
    float: none;
    margin: 0 auto 10px;
  }
  .ratingEK {
    padding: 0 0 30px;
    text-align: center;
  }

  .ratingEKstars {
    text-align: left;
  }

  .ratingEKstarsOK {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .copyright {
    text-align: center;
  }

  .rrss ul {
    text-align: center !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
    width: 100% !important;
  }

  .col-xs-5 .rss {
    float: none !important;
  }

  .rrss li {
    display: inline !important;
    float: inherit !important;
  }

  .logo-footer2 {
    text-align: center;
  }
  .footer2 .footer2-logo img {
    margin-left: 0px;
  }

  .footer2 table {
    text-align: center;
    width: 100%;
  }
  .footer2 table td {
    display: block;
    padding-left: 0;
    width: auto !important;
  }
  .footer2 table td,
  .footer2 table a {
    font-size: 14px;
  }
  .footer2 table tbody td ul li a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .logo-footer2 a {
    padding-left: 10px;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 994px) {
  .rrss {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#theme_loading, #ajax_loading{
  display: none;
}