@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0177d8;
  text-decoration: none;
}
a:hover {
  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;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #333;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 3px;
  margin-bottom: 5px;
}

h2, .h2 {
  font-size: 17px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

p {
  margin: 0 0 7px;
}

.lead {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

small,
.small {
  font-size: 91%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin: 0 0 7px 25px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 16px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 15px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.4;
}

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: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.1666666667%;
}

.col-xs-pull-2 {
  right: 8.3333333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.6666666667%;
}

.col-xs-pull-5 {
  right: 20.8333333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.1666666667%;
}

.col-xs-pull-8 {
  right: 33.3333333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.6666666667%;
}

.col-xs-pull-11 {
  right: 45.8333333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.1666666667%;
}

.col-xs-push-2 {
  left: 8.3333333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.6666666667%;
}

.col-xs-push-5 {
  left: 20.8333333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.1666666667%;
}

.col-xs-push-8 {
  left: 33.3333333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.6666666667%;
}

.col-xs-push-11 {
  left: 45.8333333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.1666666667%;
}

.col-xs-offset-2 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 20.8333333333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.1666666667%;
}

.col-xs-offset-8 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 45.8333333333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}

.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}

.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.1666666667%;
  }
  .col-sm-push-2 {
    left: 8.3333333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.6666666667%;
  }
  .col-sm-push-5 {
    left: 20.8333333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.1666666667%;
  }
  .col-sm-push-8 {
    left: 33.3333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.6666666667%;
  }
  .col-sm-push-11 {
    left: 45.8333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.1666666667%;
  }
  .col-sm-push-14 {
    left: 58.3333333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.6666666667%;
  }
  .col-sm-push-17 {
    left: 70.8333333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.1666666667%;
  }
  .col-sm-push-20 {
    left: 83.3333333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.6666666667%;
  }
  .col-sm-push-23 {
    left: 95.8333333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.1666666667%;
  }
  .col-md-pull-2 {
    right: 8.3333333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.6666666667%;
  }
  .col-md-pull-5 {
    right: 20.8333333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.1666666667%;
  }
  .col-md-pull-8 {
    right: 33.3333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.6666666667%;
  }
  .col-md-pull-11 {
    right: 45.8333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.1666666667%;
  }
  .col-md-pull-14 {
    right: 58.3333333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.6666666667%;
  }
  .col-md-pull-17 {
    right: 70.8333333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.1666666667%;
  }
  .col-md-pull-20 {
    right: 83.3333333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.6666666667%;
  }
  .col-md-pull-23 {
    right: 95.8333333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.1666666667%;
  }
  .col-md-push-2 {
    left: 8.3333333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.6666666667%;
  }
  .col-md-push-5 {
    left: 20.8333333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.1666666667%;
  }
  .col-md-push-8 {
    left: 33.3333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.6666666667%;
  }
  .col-md-push-11 {
    left: 45.8333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.1666666667%;
  }
  .col-md-push-14 {
    left: 58.3333333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.6666666667%;
  }
  .col-md-push-17 {
    left: 70.8333333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.1666666667%;
  }
  .col-md-push-20 {
    left: 83.3333333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.6666666667%;
  }
  .col-md-push-23 {
    left: 95.8333333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.1666666667%;
  }
  .col-lg-push-2 {
    left: 8.3333333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.6666666667%;
  }
  .col-lg-push-5 {
    left: 20.8333333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.1666666667%;
  }
  .col-lg-push-8 {
    left: 33.3333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.6666666667%;
  }
  .col-lg-push-11 {
    left: 45.8333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.1666666667%;
  }
  .col-lg-push-14 {
    left: 58.3333333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.6666666667%;
  }
  .col-lg-push-17 {
    left: 70.8333333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.1666666667%;
  }
  .col-lg-push-20 {
    left: 83.3333333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.6666666667%;
  }
  .col-lg-push-23 {
    left: 95.8333333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.b-area-code_table_2017 {
  margin-bottom: 35px;
  width: 100%;
  border-collapse: collapse;
}
.b-area-code_table_2017 th {
  text-align: left;
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 5px 10px;
  border-top-color: #eee;
  border-bottom-color: #f9f9f9;
  background: #f9f9f9;
  color: #777;
}
.b-area-code_table_2017 td {
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: 5px 10px;
  vertical-align: top;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.4;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.4;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 30px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 28px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 16px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 28px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
  line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 27px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 31px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 21px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 14px;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ff8000;
  border-color: #ff8000;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(204, 102.4, 0);
  border-color: rgb(127.5, 64, 0);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(204, 102.4, 0);
  border-color: rgb(193.8, 97.28, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(204, 102.4, 0);
  border-color: rgb(193.8, 97.28, 0);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(168.3, 84.48, 0);
  border-color: rgb(127.5, 64, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ff8000;
  border-color: #ff8000;
}
.btn-warning .badge {
  color: #ff8000;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn,
.btn-large {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 1px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.4;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 0px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.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.4;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 17px 8px;
  font-size: 15px;
  line-height: 16px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 8.5px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #ff8000;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(204, 102.4, 0);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background: #017de3;
  min-height: 30px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
  color: #fff;
  font-weight: 100;
  font-size: 18px;
}

.modal-header .close {
  margin-top: -2px;
  color: #fff;
  opacity: 1;
}

.modal-title {
  margin: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  max-height: 430px;
  box-sizing: content-box;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 560px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 560px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 800px;
  }
}
@media (max-width: 992px) {
  .modal-lg {
    width: 90%;
  }
}
.modal-responsive {
  display: inline-block;
  width: initial;
  max-width: 90%;
  text-align: center;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 286px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  background-color: #183B62;
  border-radius: 0px;
  white-space: normal;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #183B62;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #183B62;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #183B62;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #183B62;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #183B62;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #183B62;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #183B62;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #183B62;
}

#carousel_2017 {
  margin: 0 0 25px 0;
  height: 100px;
  position: relative;
  padding-right: 34px;
  overflow: hidden;
}
#carousel_2017.images-7 {
  max-width: 754px;
}
#carousel_2017.images-6 {
  max-width: 652px;
}
#carousel_2017 .wrap {
  display: flex;
  overflow: hidden;
}
#carousel_2017 .control-left,
#carousel_2017 .control-right {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 30px;
  right: 0;
  opacity: 0.7;
  color: #fff;
  font-weight: 100;
  line-height: 23px;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: initial;
}
#carousel_2017 .control-left:hover,
#carousel_2017 .control-right:hover {
  background: #0177d8;
}
#carousel_2017 .control-left::before,
#carousel_2017 .control-right::before {
  display: none;
}
#carousel_2017 .control-left {
  bottom: 15px;
  top: inherit;
}
#carousel_2017 img {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
}
#carousel_2017 .item {
  margin-right: 3px;
  position: relative;
  width: 100px;
  height: 100px;
}
#carousel_2017 .item .item-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  opacity: 0.5;
  padding: 0 1px;
}
#carousel_2017 .item .item-buttons:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  #carousel_2017.images-7 {
    max-width: 446px;
  }
  #carousel_2017.images-6 {
    max-width: 343px;
  }
}
@media (max-width: 480px) {
  #carousel_2017.images-7 {
    max-width: 240px;
  }
  #carousel_2017.images-6 {
    max-width: 240px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.twitter-typeahead {
  display: block;
}

.yellow-big-form .twitter-typeahead {
  float: left;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
  width: calc(100% - 5px);
  margin: 2px 0;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 5px 8px 5px 10px;
  font-size: 16px;
  line-height: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt-suggestion:hover {
  cursor: pointer;
  background-color: #eee;
}

.tt-suggestion.tt-cursor {
  background-color: #eee;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.b-yellow-box {
  padding: 30px 30px 10px 30px;
}
.b-yellow-box .form-group {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.b-yellow-box .form-group .help-block {
  position: absolute;
  margin-bottom: 0;
}
.b-yellow-box .twitter-typeahead .tt-menu {
  width: 100%;
  top: inherit !important;
}

.b-right-links {
  margin-bottom: 25px;
}
.b-right-links .b-right-links_link_forum {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.b-right-links .b-right-links_link_forum a {
  display: block;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  color: #fff;
  background: #b2ddff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b2ddff 0%, #84c9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #84c9ff;
}
.b-right-links .b-right-links_link_forum a:hover {
  background: #84c9ff;
  text-decoration: none;
}
.b-right-links .b-right-links_link_forum a .glyphicon {
  top: 3px;
}
.b-right-links div.b-right-links_link_forum_sub {
  margin-bottom: 15px;
  padding: 10px 10px 3px 10px;
  border: 1px solid #84c9ff;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.b-right-links div.b-right-links_link_forum_sub.empty {
  padding: 0;
  height: 3px;
  background: #84c9ff;
}
.b-right-links .b-right-links_text {
  background: #eef1ff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
  color: #676767;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.b-right-links .b-right-links_link {
  background: #f4f4f4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
  color: #676767;
  padding: 5px 10px;
  word-break: break-all;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  cursor: default;
}
.b-right-links .b-right-links_link:hover {
  text-decoration: none;
  background-color: #fdfcfc;
}
.b-right-links .b-right-links_link a {
  display: block;
  color: #999;
}
.b-right-links .b-right-links_link a:hover {
  text-decoration: none;
  background-color: #fdfcfc;
}
.b-right-links .b-right-links_link.active {
  background-color: #FFF;
  border-left: 4px solid #84c9ff;
  text-indent: -4px;
}

.b-site-property {
  margin-bottom: 28px;
  padding-bottom: 38px;
  position: relative;
}
.b-site-property .b-area-code_table {
  margin-bottom: 0;
  color: #676C6F;
}
.b-site-property .b-area-code_table th {
  border-color: #f6f6f6;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  color: #676C6F;
  font-weight: 100;
}
.b-site-property .b-site-property_header {
  color: #098cff;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #e1f4fb;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}
.b-site-property .b-site-property_header a, .b-site-property .b-site-property_header span {
  color: #098cff;
}
.b-site-property .b-site-property_header:before {
  content: "";
  background: url(../img/img-icon-site-property.png);
  width: 43px;
  height: 39px;
  left: -53px;
  display: block;
  position: absolute;
  top: -7px;
}
.b-site-property .b-site-property_header2 {
  font-size: 20px;
  line-height: 20px;
  color: #676C70;
  margin-bottom: 10px;
  font-weight: 100;
}
.b-site-property .b-site-property_sub-header {
  font-size: 12px;
  position: relative;
  padding-left: 115px;
  color: #666;
  margin-bottom: 17px;
}
.b-site-property .b-site-property_sub-header span {
  color: #ccc;
  position: absolute;
  left: 0;
}
.b-site-property .btn.btn-details {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #3e383c;
  padding: 15px 30px;
  background: #f2c200;
  border-radius: 5px;
  margin-top: 30px;
}

@media (max-width: 1070px) {
  .b-site-property .b-site-property_header:before {
    display: none;
  }
}
.b-site-property_info .info-type {
  color: #fb832c;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 19px;
  padding: 8px 0;
  font-style: italic;
  margin-right: 20px;
}
.b-site-property_info .info-sale {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #D64937;
  padding: 8px;
  border-radius: 4px;
  font-size: 19px;
  line-height: 19px;
  font-style: italic;
}
.b-site-property_info .info-sale.gray {
  background: #ccc;
}
.b-site-property_info .info-sale.rent {
  background: #028EFF;
}
.b-site-property_info .info-price {
  display: inline-block;
  vertical-align: top;
  color: #646d72;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 0;
  margin-left: 20px;
}
.b-site-property_info .info-parts {
  color: #a6a5ad;
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0 25px;
}
.b-site-property_info .info-parts li {
  display: inline-block;
  border-left: 1px solid #efefef;
  padding-left: 15px;
  margin-left: 14px;
}
.b-site-property_info .info-parts li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.b-site-property_info .info-parts strong {
  color: #636768;
}

@media (max-width: 768px) {
  .b-site-property_info .info-parts li {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .b-site-property_info .info-parts li:before {
    content: ", ";
  }
  .b-site-property_info .info-parts li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .b-site-property_info .info-parts li:first-child:before {
    display: none;
  }
}
.b-street-index-range {
  font-size: 12px;
  margin-bottom: 15px;
}
.b-street-index-range a {
  display: inline-block;
  padding: 9px 7px;
  background-color: #f6f6f6;
  text-align: center;
  margin-bottom: 2px;
}
.b-street-index-range a:hover {
  box-shadow: inset 0 0 13px 1px #ddd;
  text-decoration: none;
}
.b-street-index-range b {
  padding: 9px;
  display: inline-block;
  background-color: #eef1ff;
  text-align: center;
  margin-bottom: 2px;
}

.b-facts {
  font-size: 12px;
  line-height: 16px;
}

.b-street-images {
  padding: 20px 40px;
  background: #f6f6f6;
}
.b-street-images img {
  border: 2px solid #eee;
}

.b-building-permits {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 18px;
}
.b-building-permits .b-building-permits_item {
  margin-bottom: 20px;
}
.b-building-permits .b-building-permits_item_header {
  border-top: 1px solid #eee;
  background: #f9f9f9;
  padding: 5px;
  margin-bottom: 5px;
}
.b-building-permits .b-building-permits_item_header .gray-text {
  color: #777;
}
.b-building-permits .b-building-permits_item_desc {
  padding: 5px;
}
.b-building-permits .b-building-permits_item_info {
  padding: 5px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .tt-menu {
    width: 100%;
  }
}
* {
  outline: 0 !important;
}

.clear {
  clear: both;
}

body, html {
  font-size: 12px;
}

html {
  height: 100%;
}

ul, menu, dir {
  padding: 0;
}

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.gray-text {
  color: #999;
}

.d-gray-text {
  color: #666;
}

.dispnone {
  display: none;
}

.sepor::before {
  content: "-";
  display: inline-block;
  min-width: 75px;
  color: rgb(204, 204, 204);
}

.nowrap {
  white-space: nowrap;
}

input::-ms-clear {
  display: none;
}

#seocopyelid {
  display: none !important;
}

.up-first-letter::first-letter {
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase !important;
}

.ta-center {
  text-align: center;
}

.font15 {
  font-size: 15px;
  line-height: 17px;
}

.h-table-header {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  padding-bottom: 10px;
  padding-top: 15px;
}

.h-gray-h2 {
  color: #999;
  font-weight: 100;
  font-size: 2rem;
  line-height: 25px;
  padding-bottom: 7px;
  margin: 0;
}

.h-gray-h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #666;
  line-height: 20px;
}

.h-gray-h3.not-upper {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 16px;
}

h4.h-gray-h3 {
  font-size: 1.25rem;
}

.h-gray-h3 span {
  text-transform: none;
  color: #999;
  font-weight: 100;
}

/*---Single classes---*/
.b_sel-state {
  overflow: hidden;
}

.b-business-item {
  padding: 11px 15px;
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
  position: relative;
}

.b-business-item_sub-header {
  color: #666;
  font-size: 1.333rem;
}

.b-business-item_btn-buy {
  margin: 12px 0;
}

.b-business-item_props {
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
  font-size: 1.167rem;
  line-height: 16px;
}

.b-business-item_title {
  color: #999;
  float: left;
  position: absolute;
}

.b-business-item_value {
  margin-left: 130px;
  display: block;
}

.b-business-item_image-big {
  float: right;
  width: auto;
  min-height: 50px;
  margin: 0 10px 10px 0;
  overflow: hidden;
}

.b-business-item_image-big img {
  max-width: 320px;
}

.b-area-code_label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #d9534f;
  border-radius: 4px;
  padding: 5px 10px 4px 10px;
  display: inline-block;
  margin: 10px 15px 15px 0;
  vertical-align: top;
  min-width: 67px;
  text-align: center;
}

.b-area-code_label.rent {
  background-color: #0387f3;
}

.b-area-code_label.gray {
  background-color: #ccc;
  color: #333;
}

.b-area-code_price {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
}

.b-sale-info .btn-primary {
  display: table;
}

.b-area-code_price span {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 100;
}

.b-area-code_img {
  margin: 15px 0 10px 0;
  border: 1px solid #eee;
  height: 179px;
  width: 238px;
}
@media (min-width: 768px) {
  .b-area-code_img {
    margin: -40px 0 10px 0;
  }
}

.b-area-code_call-text {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 4px 0;
  margin-bottom: 2px;
  margin-top: 8px;
  line-height: 1.2;
}

.b-area-code_call-phone {
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
  height: 17px;
  padding-left: 26px;
  background: url(../img/ico-phone-green.png) no-repeat 0 50%;
}

.b-area-code .btn-primary,
.b-area-code .btn-primary:hover {
  background: #ddd !important;
  border-color: #ccc !important;
  color: #333;
  box-shadow: none;
}

.b-area-code .btn-primary:active,
.b-area-code .btn-primary:focus {
  background: #ddd !important;
  border-color: #ccc !important;
  color: #333;
}

.btn-warning-rehold,
.btn-warning-rehold:hover {
  background-color: #f2c100;
  border-color: #f2c100;
}

.b-area-code_wrap {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .b-area-code_wrap .b-map-control {
    float: none;
    margin-top: 20px;
  }
  .b-area-code_wrap .b-header-and-map_btn {
    width: 206px;
  }
}
.b-area-code_wrap .img-responsive {
  width: 199px;
  height: 149px;
}

.b-area-code_header {
  color: #555;
  font-weight: 700;
  font-size: 1.917rem;
  line-height: 25px;
  padding-bottom: 7px;
  margin: 0;
}

.b-area-code_header_neighbors {
  display: block;
  font-size: 1.167rem;
  color: #666;
  font-weight: 100;
}

.b-info-list {
  position: relative;
  padding-left: 112px;
  color: #000 !important;
  display: inline-block;
}

.b-info-list_title {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 105px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

.b-street-index table.table-numbers tr :first-child {
  text-align: left;
}

.b-area-code {
  margin-bottom: 15px !important;
}

.b-area-code_table-header {
  font-size: 1.833rem;
  line-height: 24px;
  margin-bottom: 10px;
  background: #fcf1d1;
  padding: 10px;
  margin: 0;
  position: relative;
}
.b-area-code_table-header a {
  color: #444;
}
.b-area-code_table-header a:hover {
  text-decoration: none;
}

.b-area-code_table-header.gray {
  background: #ECECEC;
}

.b-area-code_table-header font {
  font-weight: 100;
  color: #444;
}

.b-area-code_table-header_wrap {
  background: #fcf1d1;
}

.b-area-code_table-header small.alt {
  font-size: 0.75rem;
  display: block;
  margin-top: 2px;
  color: #777;
  line-height: 10px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-area-code_table [class^=icon-] {
  position: relative;
  top: 1px;
  opacity: 0.6;
  margin-left: 4px;
}

.b-area-code_main-text_inline {
  min-height: 16px;
  font-size: 1.333rem;
  line-height: 1.4;
}

.b-area-code_main-text_inline font {
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  position: relative;
}

.b-area-code_main-text_inline font:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 9px;
  right: 0;
  background: #999;
  border-radius: 4px;
}

.b-area-code_main-text_inline font:last-child:before {
  display: none;
}

.b-area-code_main-text_inline strong {
  display: block;
  margin-bottom: 7px;
}

.b-area-code_table-header .btn {
  margin-left: 15px;
}

.b-area-code_table {
  margin-bottom: 35px;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.b-area-code_table td .col-md-15 {
  white-space: normal;
}

/*.b-area-code_table .nowrap {
  min-width: 150px;
  max-width: 300px;
  display: inline-block;
  text-overflow:ellipsis;
  vertical-align: top;
  white-space: initial;
}*/
.b-area-code_table .sepor:before {
  content: "—";
  display: inline-block;
  min-width: 75px;
  color: #ccc;
}

.b-area-code_table th {
  background: #eee;
  text-align: left;
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 5px 10px;
}

.b-area-code_table.light th {
  border-top-color: #eee;
  border-bottom-color: #f9f9f9;
  background: #f9f9f9;
  color: #777;
}

.b-area-code_table td {
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 15px 10px;
  vertical-align: top;
}
@media (min-width: 769px) {
  .b-area-code_table td {
    padding: 5px 10px;
  }
}

.b-area-code_table tr.highlighted td {
  background: rgba(255, 251, 239, 0.85);
}

table.table-numbers {
  width: auto;
  text-align: right;
}

.b-area-code_table.light td {
  border-color: #eee;
}

.b-area-code_table td.infotr span {
  color: #999;
}

.b-select-by-letters {
  margin-bottom: 35px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 20px 0;
  overflow: hidden;
  padding-right: 20px;
}

.b-select-by-letters span {
  display: block;
  margin-left: -10px;
}

.b-select-by-letters a {
  display: inline-block;
  min-width: 40px;
  margin: 4px 0;
}

.b-select-by-letters a::before {
  content: "•";
  display: inline-block;
  text-align: center;
  min-width: 15px;
  margin-right: 4px;
  color: #666;
}

.b-select-by-city {
  overflow: hidden;
}

.b-select-by-city_state {
  padding-bottom: 5px;
  font-size: 1.25rem;
  margin: 10px 0;
  font-weight: 100;
  line-height: normal;
  display: inline-block;
}

.b-select-by-city_city {
  color: #999;
  padding-left: 25px;
  line-height: 18px;
}
.b-select-by-city_city .gray-text {
  display: inline;
  font-size: 10px;
}

.b-select-by-city_city a {
  white-space: nowrap;
}

.b-select-by-letter {
  margin-bottom: 30px;
  color: #666;
}
@media (max-width: 768px) {
  .b-select-by-letter {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.b-select-by-letter a, .b-select-by-letter b {
  display: inline-block;
  font-size: 1rem;
  margin: 10px;
}
@media (min-width: 769px) {
  .b-select-by-letter a, .b-select-by-letter b {
    font-size: 13px;
    margin: 0;
  }
}

.b-seo-text {
  margin: 25px 0;
  width: auto;
  color: #444;
  line-height: 16px;
}

.b-header-and-map {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.b-header-and-map_img {
  cursor: -moz-zoom-in;
  max-height: 150px;
  display: block;
  overflow: hidden;
}

.b-header-and-map_header {
  font-size: 1.833rem;
  line-height: 24px;
  background: #fcf1d1;
  padding: 10px 170px 10px 10px;
  margin: 0;
  position: relative;
}

.b-header-and-map_header2 {
  font-size: 2.933rem;
  line-height: 34px;
  padding: 5px 10px 0 0;
  margin: 0;
  position: relative;
}

.b-header-and-map_header2 span {
  color: #000;
}

.b-header-and-map_header2 span.city-state span {
  color: #000;
}

.b-header-and-map_header2 span.city-state {
  display: block;
  font-size: 1.433rem;
  font-weight: 100;
}

.b-header-and-map_wrap {
  position: relative;
}

.b-header-and-map_wrap .btn {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -12px;
}

.b-header-and-map_header span.city-state {
  display: block;
  font-size: 1.333rem;
  font-weight: 100;
}

.b-header-and-map_select {
  padding: 3px 10px 2px 0;
  margin: 0px 25px 10px 0;
  font-size: 14px;
  display: inline-block;
  min-width: 250px;
}

.b-header-and-map_select label {
  display: inline-block;
}

.b-header-and-map_select select {
  width: 105px;
  margin-left: 10px;
}

.b-list-information {
  margin-bottom: 55px;
}

.b-cboxImages-building {
  padding: 15px 20px;
  background: #f6f6f6;
}

.b-list-information div {
  margin-bottom: 25px;
}

.b-cboxImages-building a {
  cursor: -webkit-zoom-in;
  margin: 0 20px 10px;
  display: inline-block;
}

.b-cboxImages-building :first-child {
  margin-left: 0;
}

.b-list-information span {
  width: 45%;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.167rem;
}

.b-list-information span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #999;
  margin-right: 6px;
  border-radius: 10px;
  vertical-align: middle;
  margin-top: -1px;
}

.b-list-information .broker p {
  margin: 0;
}
.b-list-information .broker span {
  width: inherit;
}
.b-list-information .broker span::before {
  display: none;
}
.b-list-information .broker span:last-of-type {
  padding: 5px 0;
}
.b-list-information .broker span:last-of-type .ph {
  padding: 0 0 0 16px;
}
.b-list-information .broker span:last-of-type .ph::before {
  display: none;
}

.b-neighbors-list {
  padding-bottom: 15px;
}

.b-neighbors-list_header {
  padding-bottom: 4px;
  font-weight: 100;
  font-size: 1.333rem;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}

.b-neighbors-list_header::before {
  display: inline-block;
  content: "";
  background: url(../img/marker_sprite.png) no-repeat 0 1px;
  border-radius: 100px;
  width: 14px;
  height: 19px;
  margin-right: 3px;
  background-size: 19px;
  position: relative;
  top: 3px;
}

.b-neighbors-list_header small {
  margin-left: 17px;
  font-size: 0.75rem;
  display: block;
  margin-top: 2px;
  color: #777;
  line-height: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-neighbors-list_names {
  line-height: 20px;
  border-bottom: 1px solid #eee;
  margin: 4px 0 0 17px;
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 1.167rem;
  position: relative;
  padding-left: 75px;
}

.b-neighbors-list_names .glyphicon,
td.names .glyphicon {
  position: relative;
  color: #777;
  font-size: 1rem;
  top: 1px;
  opacity: 0.6;
  margin-right: 4px;
}

.b-neighbors-list_names .gray-text {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .b-neighbors-list_names .gray-text {
    position: inherit;
  }
}

.b-neighbors-list_names .gray-text::after {
  display: none;
}

.b-neighbors-list_names span {
  white-space: nowrap;
  display: inline-block;
}
.b-neighbors-list_names .res-itm::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: relative;
  top: -2px;
  background: #999;
  margin: 0 9px;
}
@media (max-width: 480px) {
  .b-neighbors-list_names .res-itm::after {
    display: none;
  }
}

.b-neighbors-list_names .res-itm:last-of-type::after {
  display: none;
}

@media (max-width: 480px) {
  .b-neighbors-list_names {
    padding-left: 0;
  }
}
.b-neighbors-list_names a {
  text-decoration: none;
}
.b-neighbors-list_names a:hover {
  text-decoration: underline;
}
.b-neighbors-list_names a:hover .rd-glyph {
  text-decoration: underline;
}
.b-neighbors-list_names a:hover .inc-age {
  text-decoration: underline;
}
.b-neighbors-list_names a span {
  display: inline-block;
}

.b-prof-result_item {
  padding: 11px 15px;
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 17px;
  overflow: hidden;
}

.b-prof-result .b-prof-result_item {
  padding: 11px 15px;
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 17px;
  overflow: hidden;
}
.b-prof-result .b-prof-result_item em {
  font-size: 1.1rem;
  text-decoration: underline;
  font-weight: 700;
  font-style: inherit;
}

.b-prof-result_item .image,
.b-trustoria-profile .img {
  width: 104px;
  margin: 0;
  max-height: 107px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.b-prof-result_item .image img,
.b-trustoria-profile .img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.b-prof-result_header {
  font-weight: normal;
  font-size: 2rem;
  line-height: 22px;
  margin-bottom: 8px;
}

.b-prof-result_header .glyphicon,
.blocks-name .glyphicon {
  font-size: 12px;
  opacity: 0.5;
  cursor: pointer;
}

.b-prof-result_header .icon-info-sign:hover {
  opacity: 1;
}

.b-prof-result_header em {
  font-style: normal;
}

.b-prof-result_header span.age {
  color: #666;
  font-size: 1.167rem;
  display: block;
}

.b-prof-result_item_sub-header {
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
  color: #999;
}

.formatted-workplace strong {
  color: #333 !important;
}

.b-prof-result_item_prof-list {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.167rem;
  padding-bottom: 10px;
  line-height: 18px;
  overflow: hidden;
}

.b-prof-result_item_prof-list font {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}

.b-prof-result_item_prof-list font::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50px;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
}

.b-prof-result_item_prof-list font:last-child::after {
  display: none;
}

.b-prof-result_item_prof-list font em {
  background: #dee5fc;
  padding: 0 2px;
  font-style: normal;
}

.b-prof-result_item_resume-head {
  font-size: 1.333rem;
  color: #999;
  padding: 4px 0 4px;
  font-weight: 100;
  margin-bottom: 4px;
  margin-top: 9px;
}

.b-prof-result_item h4:first-of-type {
  margin-top: 0;
}

.b-prof-result_item_resume-title {
  position: relative;
  padding-left: 80px;
  line-height: 16px;
}

.group em.date {
  background: #dee5fc;
  padding: 0 2px;
  font-style: normal;
}

.b-prof-result_item_resume-title .gray-text-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.b-prof-result_prof-link {
  text-align: left;
  padding-top: 7px;
}

.b-prof-result_item:hover {
  background: #f1faff;
}

.b-trustoria-profile .b-prof-result_item:hover {
  background: none;
}

.b-prof-result_prof-link .btn {
  padding: 8px 10px;
  font-size: 1rem;
  background-color: #eee;
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  border-radius: 4px;
}

.b-prof-result_item:hover .btn,
.b-prof-result_prof-link .btn:hover {
  background-color: #ff8000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad5b), color-stop(100%, #ff8000));
  background-image: linear-gradient(to bottom, rgb(255, 173, 91) 0%, rgb(255, 128, 0) 100%); /* W3C */
  border-color: #ff8000;
  color: #fff;
}

.b-prof-result_item_resume-title.sub a {
  font-weight: 700;
}

.b-prof-result_count {
  font-size: 1.167rem;
  color: #666;
}

.b-cboxImages-building img {
  width: 150px;
  height: 150px;
  outline: none;
  display: inline-block;
  margin-right: 34px;
  border: 1px solid #ccc;
  vertical-align: top;
}

/*FOOTER*/
.l-footer {
  background: #ececec;
  font-size: 1.083rem;
  padding: 20px 0;
  overflow: hidden;
}

.b-footer-menu {
  margin: 0;
  padding: 0;
}

.b-footer-menu li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.167rem;
}

.b-footer-menu li a {
  color: #505050;
}

.b-footer-copy {
  text-align: right;
  font-size: 1.167rem;
}

.b-big-footer-menu {
  margin: 0;
  min-width: 130px;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}

.b-big-footer-menu.small {
  min-width: 0;
}

.b-big-footer-menu li {
  list-style: none;
  margin-bottom: 4px;
  line-height: 18px;
}

.b-big-footer-menu li.top-text {
  margin-bottom: 7px;
}

.b-big-footer-menu li a {
  color: #505050;
}

.b-big-footer-menu li.top-text a {
  font-weight: 700;
}

.b-footer-seals {
  text-align: center;
  padding: 30px 0;
}

.b-footer-seals .seal {
  display: inline-block;
}

/*FOOTER END*/
.b-global-header-nav-loginlink:hover a {
  text-decoration: underline;
}

.b-global-header {
  box-shadow: 0px 2px 1px 0px rgb(219, 220, 220);
  margin-bottom: 2px;
}

.b-global-header-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  position: relative;
  height: 47px;
}

/*
.b-global-header-nav-multilink a {
  display: block;
  color: #929699;
}
.b-global-header-nav-multilink a:hover {
  text-decoration: none;
}
.b-global-header-nav-multilink a::before {
    content: "Instant Data";
    text-transform: uppercase;
    font-size: 0.9167rem;
    display: block;
    width: 100px;
    padding-top: 8px;
    height: 25px;
    background: url(../img/icon-centerex.png) no-repeat 0 7px;
    background-size: 15px;
}
*/
.b-global-header-nav-loginlink {
  border-left: 1px solid #eff1f2;
  margin-left: 14px;
  padding-left: 14px;
  display: inline-block;
}

.b-global-header-nav-loginlink a {
  display: block;
  padding: 19px 7px 14px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #929699;
  text-decoration: none;
}

.b-global-header-nav-applink {
  display: inline-block;
  margin-left: 7px;
}

.b-global-header-nav-link {
  margin-right: 7px;
  display: inline-block;
}

.b-global-header-nav-link a {
  display: block;
  padding: 19px 7px 14px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #929699;
  text-decoration: none;
}

.b-global-header-nav-link a:hover {
  text-decoration: underline;
}

.b-global-header-nav-applink a {
  display: block;
  padding: 19px 7px 14px 63px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #929699;
  position: relative;
}
.b-global-header-nav-applink a:hover {
  color: #0177d8;
}
.b-global-header-nav-applink a:hover:before {
  background-position: 0 22px;
}

.b-global-header-nav-applink a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 49px;
  height: 22px;
  background: url(../img/apps-icon.png);
}

.b-global-header-nav-barlink {
  float: left;
  margin: 11px 0;
}

.b-global-header-nav-barlink a {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #929699;
}

.b-global-header-nav-barlink a::before {
  display: block;
  background: url(../img/ico-multisearch.png) no-repeat;
  width: 32px;
  height: 25px;
  padding: 0;
  content: "";
}

.b-global-header-nav-acclink {
  border-left: 1px solid #eff1f2;
  margin-left: 14px;
  padding-left: 14px;
  display: inline-block;
}

.b-global-header-nav-acclink a.dropdown-toggle {
  display: block;
  padding: 19px 7px 14px;
  font-size: 1rem;
  color: #929699;
}

.b-global-header-nav-acclink a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  background: url(../img/icon-loggedin.png) 0 0;
  vertical-align: bottom;
}

.b-global-header-nav .dropdown-menu {
  right: 0;
  left: inherit;
  margin-top: 0;
}

.b-global-header-nav .dropdown-menu a {
  padding: 7px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #929699;
}

.index-wrapper-center {
  background: #455a64;
  padding: 25px 0;
}

.logo {
  width: 175px;
}

.logo a {
  margin-top: 15px;
  margin-left: -17px;
  display: block;
  background: url(../img/logo.png) no-repeat 0 7px;
  background-size: 175px;
  width: 175px;
  text-indent: 20px;
  padding-top: 62px;
  outline: none;
  font-size: 0.9167rem;
  text-decoration: none;
  color: #919395;
  line-height: 12px;
  white-space: nowrap;
}

.logo a font {
  color: #000;
}

.logo.addresses a {
  background: url(../img/logo-rehold.png) no-repeat 0 11px;
  padding-top: 78px;
  margin-left: 0;
  margin-top: 9px;
  background-size: 79%;
}

.index-wrapper .logo a {
  width: 220px;
  background-size: 220px;
  padding-top: 69px;
  text-indent: 22px;
}

.index-profiles-wrapper {
  padding-top: 67px;
  padding-bottom: 31px;
}

.b-search-form {
  position: relative;
  background: #e5f2f8;
  min-height: 113px;
  padding-top: 7px;
  border-bottom: 1px solid #c6e4f2;
}

.b-search-form.purple {
  background: #eef1ff;
  border-bottom: 1px solid #eef1ff;
  padding-top: 0;
  min-height: 100px;
}

.b-search-form.purple .b-search-form_top-text {
  font-size: 1.7rem;
}

.b-search-form_tabs a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 5px;
  border-bottom: 3px solid transparent;
}

.b-search-form_tabs a:last-child {
  margin-right: 0;
}

.b-search-form_tabs a.active {
  cursor: default;
}

.b-search-form_tabs a.active,
.b-search-form_tabs a.active:hover {
  border-color: #0177d8;
  color: #656c70;
}

.b-search-form_tabs a:hover {
  text-decoration: none;
  color: #656c70;
}

.b-search-form_tabs a.b-search-form_tabs_more {
  border-bottom: 1px solid #0177d8;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  padding: 0;
  margin-left: 50px;
  padding-top: 5px;
}

.b-search-form.whitebg {
  background: none;
  border: 0;
}

.b-search-form_top-text {
  font-size: 2rem;
  line-height: 26px;
  color: #656c70;
}

.b-search-form_top-text a {
  font-size: 1.067rem;
  margin-left: 98px;
  top: -3px;
  position: relative;
  border-bottom: 1px solid #0177d8;
  display: inline-block;
  line-height: 18px;
}

.b-search-form_top-text a:hover {
  border: 1px solid transparent;
  text-decoration: none;
}

.b-search-form label {
  position: absolute;
  bottom: -22px;
  color: #999;
  left: 5px;
  font-size: 0.9167rem;
  font-weight: 100;
}

.b-search-form .error label {
  display: none;
}

.b-search-form .control-group {
  float: left;
  position: relative;
}

.b-search-form input, .b-search-form select {
  width: 242px;
  z-index: 9;
  height: 39px;
  padding: 5px 10px;
  font-size: 1.167rem;
  color: #000;
  line-height: 19px;
  margin: 0 5px 0 0;
  border: 1px solid #bcc0c1;
  border-color: #bcc0c1 transparent transparent #bcc0c1;
}

/*.b-search-form .twitter-typeahead {margin-right: 5px;}
.b-search-form .twitter-typeahead input {margin-right: 0;}*/
.b-search-form input#topsearch {
  width: 455px;
}

.b-search-form input#name {
  width: 455px;
}

.b-search-form input#phone1 {
  width: 702px;
}

.b-search-form input#email {
  width: 702px;
}

.b-search-form input#name_city_state,
.b-search-form input#prof_search_form_city_state {
  width: 242px;
}

.b-search-form input#street {
  width: 702px;
}

.b-search-form input#prof_cat_id_show {
  background: #f7f6e8 url(/img/img-arrow-down-pfl.png) 127px 50% no-repeat;
  color: #666;
  width: 153px;
}

.b-search-form input#search_prof_form_kw {
  width: 186px;
}

.b-search-form input#prof_search_form_name {
  width: 174px;
}

.b-search-form input#prof_search_form_city_state {
  width: 174px;
}

.b-search-form input#bname {
  width: 455px;
}

.b-search-form input#name_city_state:-moz-placeholder {
  color: #000;
}

.b-search-form input#name_city_state::-webkit-input-placeholder {
  color: #000;
}

.b-search-form input#name_city_state::-ms-input-placeholder {
  color: #000;
}

.b-search-form input#name_city_state:focus:-moz-placeholder {
  color: #d5d5db;
}

.b-search-form input#name_city_state:focus::-webkit-input-placeholder {
  color: #d5d5db;
}

.b-search-form input#name_city_state:focus::-ms-input-placeholder {
  color: #d5d5db;
}

.b-search-form .btn {
  float: left;
  padding: 11px 22px 12px 22px;
  font-size: 1.333rem;
}

.b-search-form .btn:after {
  display: block;
  clear: both;
  content: "";
}

.b-search-form .btn {
  min-width: 20px;
  display: block;
  float: left;
  text-indent: -9999px;
  background-image: url(../img/ico-search-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  line-height: 14px;
}

.clear-input-parent {
  position: relative;
}

body .clear-input-parent input {
  padding-right: 29px;
}

.clear-input {
  width: 28px;
  height: 100%;
  background: url(../img/icons/ico-input-close.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  display: block;
  z-index: 9;
}

.b-search-form_wrapper {
  min-height: 65px;
  padding: 4px 0 23px;
}

.b-search-form_wrapper form {
  display: none;
}

.b-search-form_wrapper form.active {
  display: block;
}

.b-search-form .help-inline {
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 9;
  padding: 0 2px;
  background: #FFF;
}

.b-breadcrumbs {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-top: 14px;
}

.b-breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}

.b-breadcrumbs .home-link {
  overflow: hidden;
  display: block;
  float: left;
  position: absolute;
  top: -1px;
}

.b-breadcrumbs .home-link a {
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/icons/home-icon.png) no-repeat;
}

.b-breadcrumbs .prev-next {
  position: absolute;
  right: 0;
  top: 0;
}

.b-breadcrumbs #breadcrumbs-one {
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  margin-right: 105px;
  margin-left: 0;
  overflow: hidden;
}

.b-breadcrumbs.gray #breadcrumbs-one {
  padding-left: 0;
}

.b-breadcrumbs.gray #breadcrumbs-one :first-child a:before {
  display: none;
}

.b-breadcrumbs .extra-nav-link {
  border-top: 1px solid #eee;
  padding: 10px 0 5px;
}

.b-breadcrumbs li {
  float: left;
  list-style: none;
}

.b-breadcrumbs li a,
.b-breadcrumbs li span {
  margin: 0 0.6em 0 0;
  line-height: 15px;
  float: left;
  text-decoration: none;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  outline: none;
  font-size: 1.27rem;
  line-height: 1.2;
  color: #888;
}

.b-breadcrumbs li a::before,
.b-breadcrumbs li .home-link a::before,
.b-breadcrumbs li span::before,
.b-breadcrumbs li .home-link span::before {
  margin-right: 0.6em;
  margin-top: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(../img/img-arrow-right-pfl.png) no-repeat;
}

.b-breadcrumbs.gray li a::before {
  background-size: 70%;
  margin-top: 0px;
  margin-right: 3px;
  height: 10px;
}

.b-breadcrumbs li .home-link a::after {
  margin-left: 30px;
  margin-top: 2px;
}

.b-breadcrumbs .current::after {
  display: none;
}

.b-breadcrumbs .notactive {
  color: #666;
  cursor: default;
}

.b-breadcrumbs .current,
.b-breadcrumbs .current:hover {
  font-weight: bold;
  background: none;
  cursor: default;
  color: #666;
}

.b-prefx-info {
  margin-bottom: 23px;
}

.b-prefx-info::after {
  display: block;
  clear: both;
}

@media (min-width: 576px) {
  .b-prefx-info_details dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.b-prefx-info_details dl dt, .b-prefx-info_details dl dd {
  display: block;
  text-align: left;
  font-size: 1.167rem;
  line-height: 25px;
}
.b-prefx-info_details dl dt {
  font-weight: 100;
  color: #999;
}
@media (min-width: 576px) {
  .b-prefx-info_details dl dt {
    width: 100px;
  }
}
@media (min-width: 576px) {
  .b-prefx-info_details dl dd {
    width: calc(100% - 100px);
  }
}

.b-profile-phone {
  margin-top: 20px;
}

.b-profile-phone_header {
  margin-bottom: 17px;
  font-size: 2rem;
  line-height: 1.1;
}

.b-profile-phone_header .btn {
  margin-top: 0px;
  margin-left: 10px;
}

.b-contact-info {
  background-color: #F1F1F1;
  padding: 20px;
  line-height: 20px;
  border: 1px solid #dadada;
}

.b-contact-info_header {
  margin-top: 0px;
  margin-bottom: 6px;
}

.b-contact-info_subheader {
  font-size: 1.333rem;
}

.b-contact-info_info {
  position: relative;
  text-align: right;
  margin: 0;
}

.b-contact-info_info span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .b-contact-info_info {
    text-align: left;
  }
  .b-contact-info_info span {
    position: relative;
    display: block;
  }
}
.b-multi-nav {
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 6px;
}

.b-multi-nav span {
  display: inline-block;
  margin: 0 22px;
  font-size: 1.5rem;
  color: #999;
  position: relative;
}

.b-multi-nav span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: -24px;
  top: 5px;
}

.b-multi-nav span:first-child:before {
  display: none;
}

.b-secure-pament_form {
  position: relative;
  border: 1px solid #bedffd;
  padding: 5px 5px 19px;
  background: #f3f9ff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.b-secure-pament_form .c-form-wrap {
  width: 400px;
  margin: 0 auto;
}
.b-secure-pament_form .c-form-wrap .controls {
  background-color: #ebf5ff;
  padding: 10px;
  max-width: 400px;
}

@media (max-width: 480px) {
  .b-secure-pament_form .c-form-wrap {
    width: auto;
    margin: 0 15px;
  }
  .b-secure-pament_form .c-form-wrap .controls {
    max-width: inherit;
  }
}
.b-secure-pament_summ {
  position: relative;
}

.b-secure-pament_summ_border {
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.b-secure-pament_summ .seal {
  text-align: center;
  display: inline-block;
  width: 100% !important;
}

.b-secure-pament_summ_header {
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.b-secure-pament_summ_product .product-price {
  float: right;
}

.b-secure-pament_summ_total {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  padding: 30px 0 0 0;
  border-top: 1px solid #eee;
}

.b-search-form-multi {
  padding: 8px 23px 0;
  background: #e4f1f7;
  margin-bottom: 14px;
  border-bottom: 1px solid #dce1e4;
}

.b-search-form-multi h2 {
  font-size: 2rem;
  color: #656c70;
  margin-bottom: 5px;
  font-weight: 100;
}

.b-search-form-multi h2 a {
  color: #038eff;
  font-size: 1.167rem;
}

.b-search-form-multi h2 a:hover {
  text-decoration: none;
}

.b-search-form-multi h2 small {
  font-size: 14px;
  color: #656c70;
}

.b-search-form-multi .control-group {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 16px;
  position: relative;
}

.b-search-form-multi .control-group .help-inline {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 0.9167rem;
}

.b-search-form-multi input {
  width: 205px;
  padding: 8px 5px 8px 23px;
  height: 35px;
  font-size: 1.167rem;
  border: 1px solid #bcb8ac;
  background: #fef8e8;
  border-color: #bcb8ac transparent transparent #bcb8ac;
}

.b-search-form-multi input#topsearch,
.b-search-form-multi input#bname {
  width: 631px;
}

.b-search-form-multi input#street {
  width: 846px;
}

.b-search-form-multi input#prof_cat_id_show {
  width: 200px;
  background: #f8f8f8 url(/img/img-arrow-down-pfl.png) 174px 50% no-repeat;
}

.b-search-form-multi input#phone1 {
  width: 846px;
}

.b-search-form-multi input:focus {
  border-color: #bcb8ac;
  background: #fff;
}

.b-search-form-multi input#prof_cat_id_show {
  background: #f8f8f8 url(/img/img-arrow-down-pfl.png) 97% 50% no-repeat;
}

.b-search-form-multi button {
  padding: 9px 15px 9px;
  color: #fff;
  font-size: 1.333rem;
  font-weight: 100;
  background-color: #96a0a6;
  width: 50px;
  text-indent: -9999px;
  background-image: url(../img/ico-search-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.b-search-form-multi.focused button {
  background-color: #ff7200;
}

.gray-bgr-container {
  margin-bottom: 70px; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgb(246, 247, 247) 0%, rgba(246, 247, 247, 0) 155px, rgba(255, 255, 255, 0) 100%); /* W3C */
}

#topads {
  text-align: center;
  padding: 9px 0;
  background: #f8f6f6;
}

.ads div {
  padding: 15px 0;
  background: #f9f9f9;
  min-height: 603px;
  margin-bottom: 10px;
  text-align: center;
}

.b-profile-infobox {
  border: 1px solid #ccc;
  padding: 10px 10px 0;
  margin-bottom: 25px;
}

.b-profile-infobox_wrap {
  margin: -10px -10px 0;
  background: #e0e0e0;
  padding: 20px;
  position: relative;
}

.b-profile-infobox_name {
  display: block;
  font-size: 2.333rem;
  line-height: 30px;
  color: #444;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .b-profile-infobox_name {
    display: inline-block;
    width: calc(100% - 170px);
  }
}
.b-profile-infobox_name font span {
  white-space: nowrap;
}

.b-profile-infobox_name_sub {
  display: block;
  font-size: 1.417rem;
  color: #666;
  font-weight: 100;
  line-height: 1.5;
}

.b-profile-infobox_name_sub .glyphicon {
  font-size: 13px;
  top: 0;
}

.b-profile-infobox_btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .b-profile-infobox_btn {
    margin: 0 0 0 40px;
  }
}

.b-profile-infobox_btn .btn {
  vertical-align: middle;
  font-size: 1.167rem;
  font-weight: 100;
  padding: 8px 12px;
  border-radius: 3px;
}

.b-profile-infobox_btn .btn.btn-warning {
  background: linear-gradient(to bottom, rgb(255, 173, 91) 0%, rgb(255, 128, 0) 100%);
}

.b-profile-infobox_btn .btn.btn-primary {
  background: linear-gradient(to bottom, rgb(97, 149, 194) 0%, rgb(40, 96, 144) 100%);
}

.b-profile-infobox_btn .btn.btn-success {
  background: linear-gradient(to bottom, rgb(136, 222, 136) 0%, rgb(92, 184, 92) 100%);
}

.b-profile-infobox_btn .btn.btn-default {
  background: linear-gradient(to bottom, #f4f4f4 0%, #d1d1d1 100%);
}

.b-infobox {
  margin: 10px 0;
}

.b-infobox.address {
  background: #fbfbfb;
  padding-bottom: 10px;
}

.b-infobox_header {
  position: relative;
  background: #f1f1f1;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 7px 10px 6px;
  margin: 0 10px;
  background: #f1f1f1;
  color: #666;
  text-transform: uppercase;
}
.b-infobox_header strong {
  display: inline-block;
  min-width: 224px;
}
.b-infobox_header strong small {
  display: inline-block;
  margin-right: 10px;
}
.b-infobox_header .btn-get-report {
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  background: #b9b6b6;
  box-shadow: 1px 1px 1px #999;
  text-align: center;
  border: 1px solid #999;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
  text-transform: initial;
  cursor: pointer;
  margin-top: -3px;
}
.b-infobox_header .btn-get-report:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.b-infobox_header .btn-get-report-orange {
  background: linear-gradient(to bottom, #ffad5b 0%, #ff8000 100%);
  border-color: #ff8000;
}
.b-infobox_header .btn-get-report-orange:hover {
  color: #fff;
  border-color: #c26100;
}
.b-infobox_header .btn-get-report-green {
  background: linear-gradient(to bottom, #88de88 0%, #5cb85c 100%);
  border-color: #4cae4c;
}
.b-infobox_header .btn-get-report-green:hover {
  color: #fff;
  border-color: #398439;
}

.b-profile-infobox .content-holder .b-infobox_header:first-of-type {
  margin: 10px 10px 0;
}

.b-infobox_addr-container {
  min-height: 147px;
  position: relative;
  padding: 0 10px;
  margin-right: 230px;
}

.b-infobox_addr-container #mapContainer {
  position: absolute;
  right: -220px;
  top: 0;
}

.b-infobox_addr-container .addresses-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-infobox_addr-container .addresses-container ul li {
  display: block;
  padding: 7px;
  cursor: pointer;
  overflow: hidden;
  line-height: 18px;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 60px 0 rgba(255, 255, 255, 0.5) inset;
  text-transform: capitalize;
}

.b-infobox_addr-container .addresses-container ul li:hover {
  background-color: #fefefe;
}

.b-infobox_addr-container .addresses-container ul li.active {
  box-shadow: 0 60px 0 rgba(244, 240, 240, 0.5) inset;
  background: url("../img/img-arrow-right-pfl.png") no-repeat 100% 50%;
}

.b-infobox_addr-container span.addr-cont a {
  text-decoration: none;
}

.b-profile-infobox_public {
  background: #f1f1f1;
  padding: 15px 0 15px 20px;
  margin: 0 -10px;
}

.b-profile-infobox_public_wrap {
  overflow: hidden;
  line-height: 17px;
  height: 16px;
  position: relative;
}

.b-profile-infobox_public_wrap span {
  display: inline-block;
}

.b-profile-infobox_public_label {
  position: absolute;
  color: #999;
  z-index: 3;
  left: 0;
  top: 0;
}

.b-profile-infobox_public_text {
  margin-left: 50px;
  margin-right: 15px;
  padding-right: 50px;
  overflow: hidden;
  position: relative;
  display: block;
}

.b-profile-infobox_public_text::before {
  content: "";
  background: #f1f1f1;
  display: inline-block;
  margin: 2px 8px;
  top: 4px;
  width: 4px;
  height: 300px;
  position: absolute;
}

.b-profile-infobox_public_text .nowrap::before {
  content: "";
  background: #999;
  display: inline-block;
  margin: 2px 8px;
  width: 4px;
  height: 4px;
}

/*.b-profile-infobox_public_text :first-child::before {display: none;}*/
.b-profile-infobox_public_wrap.topless {
  height: 16px;
}

.b-profile-infobox_public_wrap .b-profile-infobox_public_text .openAll {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  line-height: 16px;
}

.b-profile-infobox_public_wrap .b-profile-infobox_public_text .openAll:after {
  content: " ";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
  background: url(../img/glyphicons-halflings.png) -313px -119px;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.b-profile-infobox_public_wrap .b-profile-infobox_public_text .openAll.down:after {
  background-position: -288px -120px;
}

.b-header-select-report {
  vertical-align: top;
  margin-bottom: 50px;
  position: relative;
}

.b-header-select-report_btn {
  position: absolute;
  top: 35px;
  right: 0;
}

.b-header-select-report .logo {
  display: inline-block;
  vertical-align: top;
}

.b-header-select-report_text {
  display: inline-block;
  margin-left: 50px;
  margin-top: 38px;
  vertical-align: top;
}

.b-header-select-report_text strong {
  font-size: 26px;
  color: #5bb75b;
  font-weight: 700;
  line-height: 28px;
}

.b-header-select-report_text p {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  color: #999;
}

.b-phone-report-wrap {
  background: #efefef;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 20px;
}

.b-phone-report {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.b-phone-report .map-container {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}

.b-phone-report_header {
  color: #666;
  font-size: 34px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.b-phone-report_list {
  margin-bottom: 10px;
  padding-left: 100px;
  position: relative;
}

.b-phone-report_list_title {
  display: inline-block;
  vertical-align: top;
  color: #666;
  min-width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.b-phone-report_list_value {
  display: inline-block;
  vertical-align: top;
}

.b-phone-report_list_value b {
  color: #5bb75b;
}

.b-plan-info_header {
  background: #0083c7;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px #444;
}

.b-plan-info_wrap {
  border: 1px solid #0083c7;
  background: #fff;
  border-top: 0;
  padding: 10px;
  min-height: 329px;
}

.b-plan-info_header-sub {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.b-plan-info_list {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
}

.b-plan-info_list li {
  margin-top: 7px;
  background: url(../img/img_checkmark.gif) no-repeat 0 0;
  padding: 0 0 0 20px;
}

.b-plan-info_special {
  background: #fff2cc;
  padding: 10px;
  background-color: #fff2cc;
  border: 1px solid #edcda5;
  margin-bottom: 20px;
  position: relative;
}

.b-plan-info_special img {
  position: absolute;
  top: -12px;
  right: -10px;
}

.b-plan-info_special_header {
  color: #d00;
  font-style: italic;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.b-plan-info_special_text {
  font-size: 12px;
  line-height: 20px;
}

.b-plan-info_price_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.b-plan-info_special_price span {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  font-size: 22px;
  color: #d00;
  font-weight: 700;
  line-height: 36px;
}

.b-plan-info_price {
  padding: 10px 11px;
}

.b-plan-info_price span {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.b-select-membership_plan {
  background: #e3f0fb url(../img/checkbox-off.png) no-repeat 14px 37px;
  display: block;
  padding: 0 0 0 50px;
  position: relative;
  color: #2d424c;
  font-size: 14px;
}

.b-select-membership_plan:hover {
  text-decoration: none;
}

.b-select-membership_plan.checked {
  background: #fffcd4 url(../img/checkbox-on.png) no-repeat 14px 35px;
}

/*.b-select-membership_plan.recommended {background-position: 14px 45px;}*/
.b-select-membership_plan.checked.recommended {
  background-position: 14px 35px;
}

.b-select-membership_plan.recommended:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -11px;
  display: block;
  border: 5px solid #c67a36;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.b-select-membership_plan.recommended:before {
  content: "Recommended";
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: -11px;
  background: #f58723;
  padding: 5px 37px 5px 46px;
}

.b-select-membership_plan font.b-select-membership_plan_business-report {
  float: none;
  width: 100%;
  font-size: 16px;
  padding: 39px 0;
  display: block;
}

.b-select-membership_plan span.price {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  min-height: 92px;
  min-width: 120px;
  text-align: center;
  padding: 35px 0;
  vertical-align: middle;
  border-left: 14px solid #e9f5fe;
  color: #499cca;
  font-size: 18px;
  background: #f3faff;
}

.b-select-membership_plan.checked span.price {
  border-color: #fcfbe7;
  color: #f58723;
  background: #fffeee;
}

.b-select-membership_plan span.price small {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.b-secure-payment .seal {
  display: inline-block;
  text-align: center;
}

.b-switch-user {
  margin-bottom: 17px;
  font-size: 14px;
  position: relative;
}

.b-switch-user p {
  position: absolute;
  left: 153px;
  top: 0;
}

.b-switch-user a {
  text-decoration: underline;
}

.b-switch-user a:hover {
  text-decoration: none;
}

.b-secure-payment .btn-big {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 16px;
}

.b-secure-payment .btn-social-login {
  border: 1px solid #41b3f1;
  padding: 10px;
}

.b-secure-payment .form-control {
  height: 37px;
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid #c0d4e5;
}

.b-table-col-icon {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

.b-table-col-icon .glyphicon {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0.6;
  color: #777;
  font-size: 1rem;
}

.b-sidebar-nav {
  margin-bottom: 30px;
}

.b-sidebar-nav .nav-pills > li > a {
  background: #eee;
  color: #999;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #C1C1C1;
  font-weight: 700;
  padding: 12px 0 13px 11px;
  line-height: 1.4;
}

.b-sidebar-nav .nav-pills > li.active > a {
  color: #fff;
  background: #4D90FE url(../img/img_menu_flag.png) no-repeat 100% 0;
  border: 0;
}
.b-sidebar-nav .nav-pills > li.active > a .rd-glyph-share-alt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M503.7 226.2l-176 151.1c-15.38 13.3-39.69 2.545-39.69-18.16V272.1C132.9 274.3 66.06 312.8 111.4 457.8c5.031 16.09-14.41 28.56-28.06 18.62C39.59 444.6 0 383.8 0 322.3c0-152.2 127.4-184.4 288-186.3V56.02c0-20.67 24.28-31.46 39.69-18.16l176 151.1C514.8 199.4 514.8 216.6 503.7 226.2z'%3E%3C/path%3E%3C/svg%3E");
}

.b-sidebar-nav .nav-stacked > li + li {
  margin: 0;
}

.b-sidebar-nav .nav-pills > li.submenu > a {
  font-weight: 100;
  padding-left: 25px;
}

.b-customer-help {
  margin-top: 30px;
  text-align: center;
}

.b-thank-you {
  padding: 55px 20px;
  background: #FFE599;
  margin-top: 55px;
  box-shadow: 0 0 5px #ccc;
}

.b-thank-you_text {
  text-align: center;
  color: #468847;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}

.b-thank-you_sub-text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.b-fake-info {
  position: relative;
  padding-left: 147px;
  min-height: 150px;
}

.b-fake-info_img {
  position: absolute;
  left: 0;
  top: 0;
}

.b-fake-info_ready {
  display: block;
  color: #f58723;
  font-weight: 700;
}

.b-fake-info_name {
  font-size: 20px;
  color: #2d424c;
  margin: 5px 0 11px;
}

.b-fake-info_name span {
  font-size: 18px;
  display: block;
  line-height: 20px;
  font-weight: 100;
  color: #2d424c;
  margin-top: 5px;
}

.b-fake-info_name span.age {
  font-size: 14px;
  margin-top: 3px;
}

.b-results-include {
  border: 1px solid #d2d9dd;
  padding: 19px 20px 6px;
  margin-bottom: 22px;
  background: url(../img/mega_arrow_gray.png) no-repeat 97% 10px;
  background-size: 25px;
}

.b-results-include_header {
  font-size: 18px;
  color: #405660;
  display: block;
  margin-bottom: 20px;
}

.b-results-include_header span {
  font-size: 13px;
  color: #888;
}

.b-results-include_icon {
  display: inline-block;
  padding-top: 10px;
  font-size: 13px;
  white-space: nowrap;
}

.b-results-include_icon:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #e8fcec url(../img/icons-closed-profile.png) no-repeat 8px -161px;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 15px;
  margin-top: -10px;
}

.b-results-include_icon.ico-pn:before {
  background-position: 8px 7px;
}

.b-results-include_icon.ico-age:before {
  background-position: 7px -40px;
}

.b-results-include_icon.ico-ca:before {
  background-position: 11px -83px;
}

.b-results-include_icon.ico-pr:before {
  background-position: 9px -119px;
}

.b-results-include_icon.ico-nei:before {
  background-position: 4px -195px;
}

.b-results-include_icon.ico-agedob:before {
  background-position: 6px -240px;
}

.b-results-include_icon.ico-bank:before {
  background-position: 5px -360px;
}

.b-results-include_icon.ico-prop:before {
  background-position: 4px -280px;
}

.b-results-include_icon.ico-liens:before {
  background-position: 9px -320px;
}

.b-results-include_icon.ico-switch:before {
  background-position: 5px -481px;
}

.b-results-include_icon.ico-email:before {
  background-position: 7px -520px;
}

.b-report-loading {
  text-align: center;
  margin-top: 100px;
}

.b-report-loading .img-responsive {
  margin: 0 auto;
}

.b-report-loading small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.b-results-include_sub-header {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}

.b-results-include_info {
  text-align: center;
  font-size: 11px;
}

.b-results-include_info span {
  display: inline-block;
  min-width: 225px;
}

.b-results-include_info a {
  text-decoration: underline;
  color: #666;
}

.b-results-include_info a:hover {
  text-decoration: none;
}

#testimonials p {
  margin-bottom: 15px;
}

.b-text-block strong {
  font-size: 18px;
  color: #405660;
  display: block;
  padding-top: 19px;
  margin-top: 15px;
  padding-bottom: 16px;
  border-top: 1px solid #d2d9dd;
}

.b-text-block.testimonials strong {
  padding-bottom: 6px;
}

.b-text-block.guarantee {
  padding-top: 8px;
}

.b-text-block.guarantee strong {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.b-text-block {
  font-size: 14px;
  color: #2d424c;
  line-height: 16px;
}

.b-text-block.guarantee p {
  margin-left: 107px;
}

.b-text-block.guarantee p:before {
  margin-left: -107px;
  content: "";
  display: block;
  float: left;
  background: url(../img/icons-closed-profile-text.png) no-repeat;
  width: 93px;
  height: 89px;
}

.b-text-block.best-price p {
  margin-left: 107px;
  min-height: 70px;
}

.b-text-block.best-price p:before {
  margin-left: -107px;
  content: "";
  display: block;
  float: left;
  background: url(../img/icons-closed-profile-text.png) -7px -95px no-repeat;
  width: 81px;
  height: 70px;
}

.b-text-block.testimonials p {
  margin-left: 50px;
  font-size: 12px;
  margin-top: 10px;
}

.b-text-block.testimonials p:before {
  margin-left: -50px;
  content: "";
  display: block;
  float: left;
  background: url(../img/icons-closed-profile-text.png) -29px -247px no-repeat;
  width: 36px;
  height: 28px;
}

.b-text-block.testimonials p font {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.b-text-block.testimonials p span.imonial {
  font-style: italic;
}

.b-text-block.testimonials p span.imonial-info {
  font-weight: 700;
}

.b-text-block.confidential div {
  background: #f0f8fe;
  padding: 7px 13px;
}

.b-text-block.confidential p {
  margin-left: 100px;
  margin-top: 10px;
  min-height: 61px;
  padding-top: 25px;
}

.b-text-block.confidential p:before {
  margin-left: -100px;
  margin-top: -28px;
  content: "";
  display: block;
  float: left;
  background: url(../img/icons-closed-profile-text.png) -5px -173px no-repeat;
  width: 83px;
  height: 61px;
}

.b-fair-credit-text {
  color: #000;
  background: #e0e0e0;
  padding: 20px 66px;
  text-align: center;
  margin-top: 25px;
}

.b-map-control {
  width: 148px;
  height: 96px;
  overflow: hidden;
  padding-left: 2px;
  float: right;
}

.b-map-control a {
  display: block;
  float: left;
  border: 2px solid #bebdbd;
  background: url("/img/img_map4.jpg");
  opacity: 0.9;
  width: 70px;
  height: 100%;
  margin-left: -2px;
  position: relative;
}

.b-map-control a:hover {
  opacity: 1;
}

.b-map-control a.b-map-control_map {
  background-position: -3px 0px;
}

.b-map-control a.b-map-control_earth {
  background-position: -151px 0px;
}

.b-map-control_map::after,
.b-map-control_earth::after {
  content: "";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: rgba(71, 78, 82, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

a.b-map-control_map::after {
  content: "View Map";
}

a.b-map-control_earth::after {
  content: "Earth";
}

.b-map-control_map::before,
.b-map-control_earth::before {
  content: "";
  display: block;
  margin: 35px auto 0;
  width: 15px;
  height: 26px;
  background: url("/img/ico_map-pin.png") no-repeat;
  background-size: 15px;
}

.about h4 {
  color: #666;
  font-size: 32px;
  line-height: 32px;
  font-weight: 100;
  padding-bottom: 28px;
  word-spacing: -3px;
}

.about {
  line-height: 16px;
  color: #666;
  font-size: 14px;
}

.about .seo-text {
  max-height: 280px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about p {
  margin-bottom: 14px;
  line-height: 19px;
}

.index-wrapper-rehold {
  margin-top: -38px;
  position: relative;
  background: rgba(220, 220, 220, 0.7);
}

.index-profiles-wrapper-rehold {
  background: #fff;
  border-radius: 6px;
  padding-bottom: 31px;
  padding-top: 30px;
  margin-bottom: 31px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 99;
  top: -80px;
}

.b-sale-info {
  margin: 10px 10px 5px 10px;
}

.b-sale-info .b-area-code_label {
  margin-top: 3px;
}

.b-flonto {
  margin-bottom: 10px;
  line-height: 1.8;
}

.b-flonto :first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

.b-flonto_cat {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.b-flonto_cat a {
  color: #999;
}

.b-filter-rehold {
  margin: 8px 0 25px;
  padding: 10px;
  background: #fafafa;
}

.b-sale-tabs {
  margin: 6px 0 10px;
  font-size: 15px;
}

.b-sale-tabs_link {
  display: inline-block;
  padding: 6px 4px;
  border-bottom: 2px solid #eee;
  margin-right: 10px;
}

.b-sale-tabs_link:hover {
  border-bottom: 2px solid #f2c100;
  text-decoration: none;
}

.b-sale-tabs_link.active,
.b-sale-tabs_link.active:hover {
  border-bottom: 2px solid #f2c100;
  cursor: default;
  color: #000;
}

.b-sale-tabs_link.not_active,
.b-sale-tabs_link.not_active:hover {
  opacity: 0.5;
  border-bottom: 2px solid #eee;
  color: #666;
  cursor: default;
}

.b-forum-links {
  margin-bottom: 18px;
  padding: 0 10px;
}

.b-forum-link {
  font-size: 14px;
  margin-left: 14px;
}

.b-in-the-news {
  background: #ffe599;
  border-bottom: 1px solid #B8B9B8;
  box-shadow: 0 4px 8px #D8DBDD;
  padding: 10px;
  line-height: 135%;
  color: #77797E;
  font-size: 13px;
}

/*insert into bootstrap*/
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  opacity: 0.6;
}

.btn-block {
  padding-left: 5px;
  padding-right: 5px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

label {
  font-weight: 100;
}

.glyphicon {
  cursor: default;
  min-width: 12px;
}

a .glyphicon {
  cursor: pointer;
}

a:focus {
  outline: none;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #666;
}

.help-inline {
  color: #df2623;
}

.error input, .error select, .error textarea {
  border-color: #df2623 !important;
}

input:focus {
  outline: none;
  border-color: #3079ed;
}

input.form-control,
select.form-control {
  height: 25px;
  padding: 3px 10px;
}

.help-block {
  margin-bottom: 0;
}

.error .help-block {
  color: #df2623;
  padding-left: 5px;
}

/*insert into bootstrap end*/
/*Too long to fix*/
.name-list-btn-next {
  overflow: hidden;
  font-size: 17px;
  line-height: 17px;
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
}

.name-list-btn-next a {
  font-weight: 700;
}

.name-list-btn-next a.disabled,
.name-list-btn-next a.disabled:hover {
  color: #BCBCBC;
  cursor: default;
  text-decoration: none;
}

.name-list-btn-next .prev {
  margin-right: 25px;
}

.name-list-btn-next .next {
  min-width: 60px;
}

.name-list-btn-next .next:after {
  content: " →";
}

.name-list-btn-next .prev:before {
  content: "← ";
}

.infographics {
  position: relative;
  margin-bottom: 20px;
}

.infographics img {
  width: 100%;
}

.infographics .share {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.infographics img {
  border: 1px solid #ccc;
}

.infographics span {
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
}

.infographics .share .facebook {
  background: #385798;
  display: inline-block;
  color: #fff;
  padding: 7px 11px;
  margin-right: 10px;
}

.infographics .share .facebook:before {
  content: "Facebook";
}

.infographics .share .facebook:hover {
  text-decoration: none;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

.infographics .share .gmail {
  background: #c43926;
  display: inline-block;
  color: #fff;
  padding: 7px 11px;
}

.infographics .share .gmail:before {
  content: "Google +";
}

.infographics .share .gmail:hover {
  text-decoration: none;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

/*https://pes.site.com/ng/address-teaser/5-39098:15-164/983204_7250+Clearvista+Way-8bfe2*/
.profile .info .many-links {
  overflow: hidden;
}

.many-links font {
  width: 3px;
  height: 3px;
  margin: 0 6px;
  background: #999;
  display: inline-block;
  position: relative;
  top: -2px;
}

.lined .many-links font:first-child {
  display: none;
}

.profiles-list p.name a.person-select {
  float: right;
  text-decoration: none;
  margin-right: 10px;
}

.profiles-list .button-hover p.name {
  font-size: 1.667rem;
  line-height: 19px;
  text-decoration: none;
  margin-bottom: 12px;
  font-weight: 100;
}
.profiles-list .button-hover p.name span.city {
  color: #666;
}
.profiles-list .button-hover p.name .details {
  font-size: 1rem;
  font-weight: 100;
}
.profiles-list .button-hover p.name a {
  padding-bottom: 2px;
  display: inline-block;
}
.profiles-list .button-hover p.name .btn-profile-link {
  background-color: #eee;
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 4px;
  width: 31px;
  padding: 0 10px 3px;
  vertical-align: text-top;
}
.profiles-list .button-hover p.name .btn-profile-link:hover {
  text-decoration: none;
}
.profiles-list .button-hover p.name .age {
  font-weight: 100;
  color: #818181;
}
.profiles-list .button-hover p.name .location {
  font-weight: 100;
  color: #333;
  font-size: 1.167rem;
}
.profiles-list .button-hover:hover p.name .btn-profile-link {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 4px -3px rgba(0, 0, 0, 0.3);
  background-color: #ff8000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad5b), color-stop(100%, #ff8000));
  background-image: linear-gradient(to bottom, rgb(255, 173, 91) 0%, rgb(255, 128, 0) 100%); /* W3C */
  border-color: #ff8000;
  color: #fff;
}

.profiles-list div.pull-right {
  margin-top: -18px;
  margin-right: 5px;
}

.profiles-list div.pull-right .btn {
  width: 105px;
  display: block;
}

.profiles-list div.pull-right .btn-warning {
  color: #fff;
}

.profiles-list div.pull-right :first-child {
  margin-bottom: 7px;
}

.profiles-list p.ka,
.profiles-list p.rt {
  font-size: 0.9167rem;
  margin-bottom: 4px;
}

.profiles-list p.li {
  margin-top: 10px;
  font-size: 1.167rem;
}

.profiles-list p.info span.text {
  color: #999;
  display: inline-block;
  padding-right: 4px;
}

.profiles-list .button-hover {
  position: relative;
  padding: 11px 0 5px 15px;
  margin-top: 11px;
  min-height: 114px;
  border: 1px solid #d1d1d1;
  /*box-shadow: 0 0 0 1px #d1d1d1,3px 4px 4px -3px rgba(0,0,0,0.3);*/
}

.profiles-list .button-hover:hover {
  background: #f1faff;
}

.profiles-list .button-hover:hover .info-icons {
  color: #333;
}

.profiles-list .button-hover .fake-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: #f4f4f4 url(../img/arrow-light-gray.png) no-repeat 50% 50%;
  background-size: 15px;
  border-top: 2px solid #fff;
}

.profiles-list .button-hover .fake-link:hover {
  background-color: #f1f1f1;
}

/* start special d16 gate */
.profiles-list .button-hover-d16:hover {
  background: white !important;
}

.profiles-list .button-hover-d16:hover div.actions .btn-profile {
  background-color: #eee !important;
  background-image: linear-gradient(#fff, #dedede) !important;
  border-color: #ccc !important;
  color: #333 !important;
  box-shadow: none !important;
}

.profiles-list div.actions .btn-report {
  background-color: rgb(92, 184, 92);
  background-image: linear-gradient(rgb(136, 222, 136), rgb(92, 184, 92));
  border: #4cae4c solid 1px;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  top: 10px;
  margin-bottom: -13px;
  right: 15px;
  padding: 6px 3px;
  width: 84px;
  text-align: center;
  border-radius: 4px;
}

.profiles-list div.actions .btn-overview {
  background-color: #eee;
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  top: 52px;
  bottom: auto;
  margin-bottom: -13px;
  right: 15px;
  padding: 6px 3px;
  width: 84px;
  text-align: center;
  border-radius: 4px;
}

/* end special d16 gate */
.profiles-list div.actions .btn-profile {
  background-color: #eee;
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  margin-bottom: -13px;
  right: 15px;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 19px;
}

.profiles-list div.actions .btn-profile-active {
  background-color: #ff8000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad5b), color-stop(100%, #ff8000));
  background-image: linear-gradient(to bottom, rgb(255, 173, 91) 0%, rgb(255, 128, 0) 100%); /* W3C */
  border-color: #ff8000;
  color: #fff;
}

.profiles-list div.actions .btn-profile-gray {
  background-color: #d1d1d1 !important;
  background-image: linear-gradient(#d1d1d1, #adadad) !important;
  border: #aaa solid 1px !important;
  color: #fff !important;
}

.profiles-list .button-hover:hover div.actions .btn-profile-gray {
  border: 1px solid #999 !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 4px -3px rgba(0, 0, 0, 0.3) !important;
}

.profiles-list .button-hover:hover div.actions .btn-profile {
  background-color: #ff8000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad5b), color-stop(100%, #ff8000));
  background-image: linear-gradient(to bottom, rgb(255, 173, 91) 0%, rgb(255, 128, 0) 100%); /* W3C */
  border-color: #ff8000;
  color: #fff;
}

.profiles-list .button-hover:hover div.actions .btn-profile, .blocks-right .btn-profile:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 4px -3px rgba(0, 0, 0, 0.3);
}

.profiles-list div.actions .btn-radar {
  background: #5BC0DE;
  border-color: #2F96B4;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 1rem;
}

.profiles-list div.actions .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/*end*/
.addresses-container {
  min-height: 160px;
}

#phoAddrMore {
  margin: 7px 0 0 7px;
  display: inline-block;
  font-weight: 700;
  opacity: 0.6;
}

#phoAddrMore:hover {
  text-decoration: none;
  opacity: 1;
}

.showMoreRows {
  padding: 0 0 10px 27px;
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 1.167rem;
  background: url(../img/img-arrow-right-pfl.png) no-repeat 10px 0;
}

.admin-item-info {
  border: 1px solid red;
  display: inline-block;
}

.main-wrapper .admin {
  color: #f55 !important;
}

.reset-field {
  display: none !important;
}

td.names {
  font-size: 1.167rem;
  line-height: 16px;
}

.ph {
  background: url("../img/icons/icon-phone.gif") no-repeat 0 center;
  color: #0177d8;
  line-height: 14px;
  padding-left: 18px;
  background-size: 14px;
  width: auto !important;
  display: inline-block !important;
}

span.ph {
  color: #5cb85c;
}

.main-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  background: #fff;
}

.breadcrumbs-wrap {
  margin-bottom: 25px;
}

.showMoreTrParent {
  margin-top: -25px;
  margin-bottom: 25px;
  margin-left: 10px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .showMoreTrParent {
    margin-top: 0;
  }
}
/*##############################################ColorBox##############################################*/
.profiles-list h1 {
  font-size: 18px;
  font-weight: 100;
  color: #555;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px;
  position: relative;
}

.profiles-list h1.select_tenant,
.profiles-list h1.select_debtor,
.profiles-list h1.select_radar {
  margin-top: 0;
}

.profiles-list h1 strong span {
  color: #4e6268;
  font-weight: 100;
}

.profiles-list h1 span {
  color: #555;
}

.addr_link.arrow {
  background: #dae2e9;
  padding: 0 7px;
  display: inline-block;
}

/*##############################################COLORBOX END##############################################*/
.manage-box {
  float: right;
  background: #FFE599;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #e5b118;
  color: #333;
}

.manage-box a {
  color: green;
  font-size: 12px;
  position: relative;
  top: -1px;
  text-decoration: underline;
  font-weight: 700;
}

.select-plan {
  padding: 20px;
  border: 1px solid #ccc;
}

.select-plan > p {
  border-bottom: 1px solid #D7D4D4;
  background: #F1EEEE;
  padding: 10px 20px;
  margin: -20px -20px 20px;
  color: #000;
  font-size: 13px;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
}

.select-plan #checkoutTab {
  position: inherit;
  top: inherit;
  left: inherit;
  z-index: inherit;
}

.select-plan #checkoutTab :last-child {
  margin-bottom: 0;
}

.select-plan #checkoutTab li {
  margin-bottom: 17px;
}

.select-plan #checkoutTab li a {
  font-size: 13px;
}

.select-plan #checkoutTab li span {
  display: block;
  padding-left: 22px;
  color: #444;
  font-size: 11px;
}

.select-plan #checkoutTab li.active a {
  cursor: default;
}

.select-plan #checkoutTab li.active a:hover {
  text-decoration: none;
}

.select-plan #checkoutTab li.apply > a {
  background: url(../img/apply.png) no-repeat 2px 1px;
  color: #444;
}

.select-plan #checkoutTab li.apply > a:hover {
  text-decoration: none;
  cursor: default;
}

.select-plan #checkoutTab li a.close-btn {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 0;
  background: url(../img/img_close.png) no-repeat 0px -13px;
  margin-left: 15px;
  position: relative;
  top: 1px;
  opacity: 0.5;
}

.select-plan #checkoutTab li a.close-btn:hover {
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

#selectPlan {
  list-style: none;
  margin: 0;
}

#selectPlan li {
  position: relative;
}

#selectPlan li > a {
  display: block;
  font-size: 12px;
  margin: 5px 0;
  padding: 11px 33px 11px 45px;
  background: url(../img/ico-select-plan.png) no-repeat 0 -111px;
}

#selectPlan li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

#selectPlan li.active a {
  background-position: 0 0;
  background-color: #f9f9f9;
  text-decoration: none;
}

#selectPlan li.apply a {
  color: #333;
  background: #fcf8d8 url(../img/ico-select-plan.png) no-repeat 0 0;
  cursor: default;
  padding: 4px 33px 4px 45px;
}

#selectPlan li.apply a:hover {
  text-decoration: none;
}

#selectPlan li a.close-btn {
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  background: url(../img/img_close.png) no-repeat;
  padding: 0;
}

#selectPlan li a span {
  display: block;
  font-size: 11px;
  color: #333;
}

/*#report_content {width: 971px;}*/
/*Too long to fix END*/
/*Bugfix for addthis*/
/*Bugfix for addthis*/
/*Geo google completer*/
.b-info-control-link {
  padding: 10px 5px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}

/*Mentions Responcive*/
.infobox-wrap .pfl-h3-style {
  padding-top: 10px;
  font-size: 13px;
  color: #666;
}

.group .blocks-more a, .showMoreRows a {
  color: #6575ab;
}

.no-results {
  font-size: 14px;
  padding: 0 0 25px;
  margin: -5px 0 0 0;
  line-height: 20px;
  color: #666;
}
.no-results p {
  font-weight: 700;
}
.no-results li {
  line-height: 18px;
}

.row.text {
  margin-bottom: 7px;
}

.b-profile-include {
  background: #fbfbfb;
  margin: 0px 10px 25px;
  padding: 10px 10px 10px 20px;
  color: #666;
  cursor: pointer;
}
.b-profile-include span[class] {
  display: block;
  padding: 10px 0 10px 35px;
  text-shadow: 1px 1px #fff;
  background: url(../img/sprites/icons-background.png) no-repeat 0 10px;
}
.b-profile-include span[class] span {
  display: block;
  color: #0177d8;
}
.b-profile-include span[class] span:hover {
  text-decoration: underline;
}
.b-profile-include span[class] span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.b-profile-include span.phone {
  background-position: 0px -107px;
}
.b-profile-include span.email {
  background-position: 0px -183px;
}
.b-profile-include span.address {
  background-position: 0px -28px;
}
.b-profile-include span.city {
  background-position: 0px -267px;
}
.b-profile-include span.property {
  background-position: 0px -306px;
}
.b-profile-include span.material {
  background-position: 0px -65px;
}
.b-profile-include span.family {
  background-position: 0px -145px;
}
.b-profile-include span.law {
  background-position: 0px -227px;
}

.b-infobox-address {
  padding-top: 10px;
  margin: 0 10px 25px;
  min-height: 160px;
  background: #fbfbfb;
}
.b-infobox-address ul {
  margin: 0;
  list-style: none;
}
.b-infobox-address ul li {
  display: block;
  padding: 7px 16px 7px 7px;
  cursor: pointer;
  overflow: hidden;
  line-height: 18px;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 60px 0 rgba(255, 255, 255, 0.5) inset;
  text-transform: capitalize;
}
.b-infobox-address ul li.active {
  box-shadow: 0 60px 0 rgba(244, 240, 240, 0.5) inset;
  background: url(../img/img-arrow-right-pfl.png) no-repeat 100% 50%;
}

.ads div.more-profiles-widget {
  background: 0;
  min-height: inherit;
  padding: 0;
  padding: 10px;
}

.ads div.more-profiles-widget h5 {
  color: #333;
  font-weight: 100;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.3px;
  text-align: center;
}

.ads div.more-profiles-widget h5 span {
  display: block;
  color: #FAA732;
  font-weight: 700;
  letter-spacing: normal;
}

.ads div.more-profiles-widget div {
  background: 0;
  min-height: inherit;
  padding: 0;
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
}

.ads div.more-profiles-widget div p.name {
  margin-bottom: 7px;
  text-decoration: none;
  font-weight: 100;
}

.ads div.more-profiles-widget .more {
  display: block;
  text-align: center;
}

.ads div.more-profiles-widget div p.name a strong {
  font-weight: 100;
}

.ads div.more-profiles-widget div p.name u {
  font-weight: 100;
  color: #999;
  text-decoration: none;
}

.b-infobox_header .btn-get-report-orange:hover {
  border-width: 1px;
  border-color: rgb(1, 119, 223);
  background: -ms-linear-gradient(90deg, rgb(1, 119, 223) 0%, rgb(3, 211, 255) 100%);
  text-decoration: none;
}

.public-information {
  margin: 0px 20px 25px;
  padding-left: 4px;
}

#toTop {
  position: fixed;
  left: 50%;
  margin-left: -580px;
  bottom: 230px;
  opacity: 0.5;
  display: block;
  outline: none;
  width: 57px;
  height: 57px;
  border-radius: 100px;
  background: url(../img/scroll-top.png) no-repeat;
  cursor: pointer;
}

#toTop.has_position {
  transform: rotate(180deg);
}

.b-search-form #IdfindContractorForm input#name,
.b-search-form #IdfindPermitsForm input#name {
  width: 250px;
}
.b-search-form #IdfindContractorForm select,
.b-search-form #IdfindPermitsForm select {
  width: 200px;
}

.main-wrapper .select-report header {
  display: flex !important;
  justify-content: space-between;
}

.cart-page .b-search-form {
  padding: 0;
  height: 74px;
  min-height: inherit;
}
.cart-page .secure-pament {
  background: #C7E5F3;
}
.cart-page .secure-pament .container {
  height: 74px;
}
.cart-page .secure-pament .container h1 {
  background: url(../img/spia-img.png) left 21px no-repeat;
  padding: 20px 0 0 59px;
}
.cart-page .secure-pament .container h1 span {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #87abbc;
}
.cart-page .main-wrapper .b-secure-pament_form {
  margin-bottom: 10px;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form {
  position: relative;
  padding-bottom: 33px;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link {
  width: 400px;
  height: 41px;
  border: solid 1px #dca836;
  display: flex;
  align-items: center;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link.btn-warning {
  /*background: transparent;*/
  padding: 0;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link span {
  display: block;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link span:first-of-type {
  background: #f3f9ff url(../img/p-pal.png) center no-repeat;
  width: 129px;
  height: 39px;
  border-right: solid 1px #dca836;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link span:last-of-type {
  /*background: #ffc23e;*/
  width: 271px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link:hover {
  border: 1px solid #ff8000;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link:hover span:last-of-type {
  background-color: #ff8000;
}
.cart-page .main-wrapper .b-secure-pament_form #paypal_form .or {
  background: #f3f9ff;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  width: 40px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.cart-page .main-wrapper .b-secure-pament_form .social-login {
  background: #b4b4b4;
  width: 93px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  margin-top: 5px;
}
.cart-page .main-wrapper .b-secure-pament_form .ta-center {
  margin-top: 5px;
}
.cart-page .main-wrapper .b-secure-pament_form input,
.cart-page .main-wrapper .b-secure-pament_form select {
  height: 31px !important;
  border: solid 1px #a8b8c9;
  box-shadow: none;
  font-size: 14px;
}
.cart-page .main-wrapper .b-secure-pament_form #pay_button {
  height: inherit !important;
}
.cart-page .main-wrapper .b-secure-pament_form select {
  padding: 3px 0 3px 6px;
  color: #18485e;
}
.cart-page .main-wrapper .b-secure-pament_form #fagree label {
  display: flex;
  align-items: flex-start;
}
.cart-page .main-wrapper .b-secure-pament_form #fagree label #agree {
  height: inherit !important;
  margin-top: 0 !important;
  display: block;
  margin-right: 8px;
}
.cart-page .main-wrapper .b-secure-pament_form #fagree label #agree_text {
  display: block;
}
.cart-page .main-wrapper .b-secure-pament_summ .b-secure-pament_summ_border {
  padding: 30px 15px;
  border-radius: 5px;
}
.cart-page .main-wrapper .b-secure-pament_summ .b-secure-pament_summ_border .b-secure-pament_summ_header {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #747474;
  margin-bottom: 27px;
}
.cart-page .main-wrapper .b-secure-pament_summ .b-secure-pament_summ_border .b-secure-pament_summ_total {
  margin: 20px 0 0 0;
  border-top: 1px dashed #eee;
}
.cart-page .main-wrapper .b-secure-pament_summ .seal-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page .main-wrapper .b-secure-pament_summ .seal-wrap .seal {
  width: 100px !important;
  display: inline-block;
}
@media (max-width: 991px) {
  .cart-page .main-wrapper .b-secure-pament_summ .seal-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 736px) {
  .cart-page .b-search-form-empty {
    display: block;
  }
  .cart-page .b-search-form #logo {
    display: block;
  }
  .cart-page .b-search-form #logo.logo a {
    margin-top: 8px;
  }
}
@media (max-width: 680px) {
  .cart-page .secure-pament .container h1 {
    /*padding: 28px 0 6px 59px;*/
    padding: 24px 0 6px 59px;
  }
  .cart-page .secure-pament .container h1 span {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .cart-page .secure-pament .container h1 {
    /*padding: 16px 0 6px 59px;*/
    padding: 10px 0 6px 59px;
  }
  .cart-page .secure-pament .container h1 span {
    display: block;
    font-size: 21px;
  }
  .cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link {
    width: 100%;
  }
  .cart-page .main-wrapper .b-secure-pament_form .social-login {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .cart-page .main-wrapper .b-secure-pament_form #paypal_form #paypal_link span:first-of-type {
    background: #f3f9ff url(../img/p-pal.png) -20px center no-repeat;
  }
  .cart-page .main-wrapper .b-secure-pament_summ .seal-wrap {
    flex-direction: column;
  }
}

.signin_prompt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signin_prompt .btn {
  margin-left: 10px;
}

#popup_map_modal .modal-dialog .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#addNewCardLink {
  padding: 5px 0 0 25px;
  display: block;
}

#profile_search_rsl #only-profiles-list .button-hover:first-of-type {
  margin-top: 0;
}

.card-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.card-container .form-control {
  padding: 6px 26px 6px 60px;
}
.card-container .card-type {
  width: 49px;
  height: 34px;
  background-image: url(/img/cards.png);
  background-repeat: no-repeat;
  background-position: 0 -170px;
  position: absolute;
  top: 2px;
  left: 2px;
  background-size: 48px 204px;
}
.card-container .card-type.mastercard {
  background-position: 0 0;
}
.card-container .card-type.visa {
  background-position: 0 -67px;
}
.card-container .card-type.amex {
  background-position: 0 -33px;
}
.card-container .card-type.discover {
  background-position: 0 -102px;
}
.card-container .card-valid {
  position: absolute;
  top: 14px;
  right: 9px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L4 8.5L11 1.5' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center no-repeat;
  width: 12px;
  height: 10px;
}
.card-container .card-valid.active {
  background: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L4 8.5L11 1.5' stroke='%2342ca7c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center no-repeat;
}

.b-events {
  font-size: 14px;
  line-height: 16px;
}
.b-events .b-events_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f6f6f6;
}
.b-events .b-events_item_date {
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
.b-events .b-events_item_marker {
  margin-bottom: 10px;
  display: block;
}
.b-events .b-events_item_marker .label {
  font-size: 13px;
  white-space: normal;
  display: block;
  font-weight: 100;
  line-height: 20px;
}
.b-events .b-events_item_marker .label-default {
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}
.b-events .b-events_item_marker .btn {
  font-size: 13px;
  white-space: normal;
  display: block;
  font-weight: 100;
  line-height: 16px;
  border-radius: 2px;
}
.b-events .b-events_item_address {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px;
}
.b-events .b-events_item_price {
  color: #888;
}
.b-events .b-events_item_price .b-events_item_price_label {
  white-space: nowrap;
}
.b-events .b-events_item_info {
  margin: 7px 0;
}
.b-events .b-events_item_info li {
  display: inline-block;
  border-left: 1px solid #efefef;
  padding-left: 15px;
  margin-left: 14px;
}
.b-events .b-events_item_info li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.b-events .b-events_item_description {
  color: #888;
  margin-bottom: 0;
}
.b-events .b-events_item_showall {
  text-align: right;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .b-events .b-events_item_info li {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .b-events .b-events_item_info li:before {
    content: ", ";
  }
  .b-events .b-events_item_info li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .b-events .b-events_item_info li:first-child:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .item2columns {
    margin-top: 17px;
  }
  /*.block:first-child .item2columns {margin-top: 0;}*/
  .b-us-map_button-holder {
    background: #fefefe;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    position: initial;
  }
  .profiles-list div.actions .btn-profile, .profiles-list div.actions .btn-radar {
    position: static !important;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 6px !important;
    display: inline-block !important;
  }
  #frca {
    margin: 0;
    position: inherit;
    width: 100%;
  }
  .b-sale-tabs_sale {
    float: none;
    margin: 15px 0;
    font-size: 12px;
  }
  .b-index-search_tab {
    padding: 10px 0 5px 0;
    text-align: center;
  }
  .b-index-search_tab a {
    margin-right: 13px;
  }
  .b-index-search_tab a.active::before, .b-index-search_tab a.active::after {
    display: none;
  }
  .b-index-form-bgr.rehold.site {
    min-height: 397px;
  }
  .b-cboxImages-building a {
    margin-left: 0;
  }
  .b-index-search-rehold form {
    margin-left: 0;
  }
  .b-index-search-rehold input {
    width: 300px;
  }
  .b-index-search-rehold input#street {
    width: 650px;
  }
  .b-trustoria-profile_name-wrap_wrap {
    display: block;
  }
  .carousel-control {
    display: none;
  }
  .carousel-inner > .item {
    display: block;
  }
  .carousel-inner li {
    margin: 7px 10px !important;
  }
  div#hint {
    margin: 0 !important;
    float: none !important;
  }
  .b-index-search .controls {
    margin-right: 0;
  }
  .b-index-search .control-group {
    float: none;
  }
  .b-index-search .control-group input {
    width: 100% !important;
  }
  .b-index-search button {
    background-image: none !important;
    text-indent: 0 !important;
    width: 100% !important;
  }
  .b-search-form .control-group {
    float: none;
    margin-bottom: 30px;
  }
  .b-search-form input, .b-search-form select {
    width: 100% !important;
    margin-right: 0px;
  }
  .b-search-form input#prof_cat_id_show {
    background-position: 97% 50%;
  }
  .b-search-form .twitter-typeahead {
    margin-right: 0;
  }
  .b-search-form .btn {
    background-image: none;
    text-indent: 0;
    float: none;
    width: 100%;
  }
  .b-search-form_top-text {
    margin-top: 20px;
  }
  .b-search-form_top-text a {
    float: right;
    top: 6px;
    margin: 0;
  }
  .b-search-form-multi input {
    width: 100% !important;
  }
  .b-search-form-multi .control-group {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .b-search-form-multi button {
    margin-bottom: 15px;
    background-image: none;
    width: auto;
    text-indent: 0;
  }
  .simple-responsive tr {
    display: inline;
  }
  .simple-responsive td {
    display: inline-block;
    border-bottom: 0;
    min-width: 16%;
  }
  .vs-map .b-business-item_header,
  .vs-map .b-business-item_sub-header {
    margin-right: 0;
  }
  .b-business-profile .b-map-control {
    position: relative;
    margin: 20px 0;
    left: 0;
    top: 0;
  }
  .b-business-profile .b-map-control {
    float: none;
  }
  .b-business-item_header-wrap,
  .b-business-profile .b-business-item_header-wrap {
    min-width: inherit;
    padding-right: 0;
  }
  .b-business-item_btn-buy,
  .b-business-profile .b-business-item_btn-buy {
    position: static;
  }
  .b-business-item_title-wrap {
    display: block;
    max-width: inherit;
  }
  .mobile-apps {
    padding-bottom: 0;
  }
  .mobile-apps h4 {
    margin-top: 0;
    padding-bottom: 28px;
  }
  .mobile-apps span {
    padding: 0;
  }
  .mobile-apps span font {
    font-size: 16px;
  }
  .index-wrapper .logo.radaris {
    width: 100%;
  }
  .index-wrapper .logo.radaris span {
    margin: 110px auto;
  }
  .index-wrapper.radaris .b-index-search form {
    margin-left: 0;
    padding: 20px 7px 1px;
    width: auto;
    min-height: 157px;
    margin-bottom: 80px;
  }
  .index-wrapper-rehold-white .b-index-search form {
    margin-left: 0;
    padding: 20px 7px 1px;
    width: auto;
  }
  .index-wrapper.radaris .b-index-search .control-group,
  .index-wrapper-rehold-white .b-index-search .control-group {
    margin-bottom: 19px !important;
  }
  .b-index-search-rehold_labels {
    padding: 90px 0;
    font-size: 43px;
    line-height: 45px;
  }
  .b-page-more {
    min-height: 100%;
  }
  .b-site_slogan p {
    position: initial;
    padding: 10px 0;
  }
  .profile-name-wrap .btn-report {
    font-size: 12px;
  }
  .teaser .profiles-list .teaser-like {
    position: relative;
    max-height: 465px;
    padding: 20px 28px 15px;
  }
  .teaser .profiles-list .teaser-like .name {
    margin-bottom: 2px;
  }
  .teaser .profiles-list .teaser-like .name .count {
    display: inline-block;
    padding-bottom: 8px;
  }
  .teaser .profiles-list .teaser-like .pl-0 {
    padding: 0;
    margin-top: 10px;
  }
  .teaser .profiles-list .teaser-like .actions .btn-profile {
    padding: 4px 24px !important;
  }
}
@media (max-width: 768px) {
  .b-news-page h3 {
    font-size: 17px;
  }
  .b-site-property_info .info-type {
    display: block;
  }
  .control-text-wrapper div span:before {
    width: 0;
    display: block;
  }
  .profile-menu-navigator {
    display: none;
  }
  .b-infobox_header strong {
    min-width: inherit;
  }
  .name-wrapper-buttons {
    padding: 0 0 10px 20px;
  }
  .b-prof-result_header .glyphicon, .blocks-name .glyphicon {
    margin-left: 3px;
  }
  .mentions-container .group > .group_content {
    max-height: 100%;
  }
  .b-site-property_info .info-sale,
  .b-site-property_info .info-price {
    margin-bottom: 10px;
  }
  .b-index-form-bgr.rehold.site {
    min-height: 550px;
  }
  .b-header-and-map_img img {
    margin: 0;
  }
  .b-area-code_img {
    margin: 15px 0 10px 0;
  }
  .select-cat {
    width: 100%;
  }
  .prof_experience li, .aps li {
    width: 100% !important;
  }
  .membership_box {
    width: 100% !important;
  }
  .membership_box:after {
    display: none !important;
  }
  .infographics {
    margin-bottom: 50px;
  }
  .infographics .share {
    bottom: -35px;
  }
  .index-wrapper .select-cat {
    width: 100%;
  }
  .b-index-search-rehold form {
    margin-left: 0 !important;
  }
  .b-index-search-rehold input {
    width: 100%;
  }
  .b-index-search-rehold input#street {
    width: 100%;
  }
  .b-index-search-rehold .controls {
    margin-right: 0;
  }
  .b-index-search-rehold .control-group {
    float: none;
  }
  .b-index-search-rehold button {
    text-indent: 0 !important;
    background-image: none !important;
    width: 100%;
  }
  .b-index-search-rehold button:hover {
    background-image: none;
  }
  .b-trustoria-profile_name-wrap h1 {
    display: block;
  }
  .b-trustoria-profile_name-wrap .name-wrapper-buttons {
    display: block;
    padding: 20px 0;
  }
  .table-responsive {
    border: 0;
  }
  .b-info-list {
    padding: 0;
  }
  .b-info-list_title {
    position: inherit;
    display: block;
  }
  .b-area-code_table-header {
    font-size: 1.433rem;
  }
  .b-infobox_addr-container {
    margin-right: 0;
  }
  .b-infobox_addr-container #mapContainer {
    display: none;
  }
  .b-infobox_addr-container .addresses-container ul li.active {
    box-shadow: none;
    background-image: none;
  }
  .b-header-and-map .b-map-control {
    display: none;
  }
  .b-breadcrumbs .prev-next {
    margin-top: 15px;
    position: relative;
  }
  .b-breadcrumbs .prev-next::before {
    content: "";
    clear: both;
    display: block;
  }
  body, html {
    font-size: 13px;
  }
  .b-area-code_table td.infotr span {
    display: block;
  }
  .b-list-information span {
    width: 100%;
  }
  .b-list-information .broker span {
    width: 100%;
  }
  .b-list-information .broker span:first-of-type::before {
    display: inline-block;
  }
  .b-list-information .broker span:last-of-type {
    padding: 0 10px 5px 20px;
  }
  .b-index-form-bgr {
    background-image: none !important;
    min-height: auto;
    padding: 0;
  }
  .b-index-form-bgr.site {
    background: url(../img/visual_site.jpg) 50% 0 no-repeat !important;
    background-size: cover !important;
  }
  .b-index-form-bgr.radaris {
    background: url(../img/bg-head-index-cap.png), url(../img/top-main-bg.jpg) no-repeat 50% 0 !important;
  }
  .logo a {
    margin-top: 0;
    margin-left: 0;
  }
  .logo.addresses a {
    background-position: 20px 11px;
  }
  .b-index-search {
    margin-top: 0;
  }
  .b-index-search_labels a {
    float: right;
    margin: 10px 0;
  }
  .b-footer-copy {
    margin-top: 25px;
    text-align: left;
  }
  .b-footer-menu li {
    margin-bottom: 15px;
  }
  .b-multi-nav {
    display: none;
  }
  .b-profile-phone_header .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .b-profile-phone_header span::after {
    content: "";
    display: block;
    clear: both;
  }
  .simple-responsive tr {
    display: inline;
  }
  .simple-responsive td {
    display: inline-block;
    border-bottom: 0;
    min-width: 20%;
  }
  .b-multiform .select-cat {
    width: 100%;
  }
  .b-business-item_header-wrap.vs-logo {
    padding-left: 0;
  }
  .b-business-item_title {
    float: none;
    position: inherit;
    margin-bottom: 4px;
  }
  .b-business-item_value {
    margin-left: 0;
  }
  .b-business-item_image {
    position: inherit;
    margin-bottom: 10px;
  }
  .b-switch-user p {
    left: 135px;
    white-space: nowrap;
  }
  .mobile-apps span i {
    width: 70px;
    background-size: cover;
    height: 69px;
  }
  .mobile-apps span i.pp {
    background-position: 0px -70px;
  }
  .mobile-apps span i.bc {
    background-position: 0px -140px;
  }
  .mobile-apps span i.fs {
    background-position: 0px -210px;
  }
  .mobile-apps span font {
    font-size: 12px;
  }
  .b-abetizer li {
    line-height: 18px;
  }
  .b-footer-share {
    margin-top: 20px;
  }
  .profile-name-wrap .btn-report {
    font-size: 13px;
  }
  .b-index-search_tab a {
    letter-spacing: 0;
    width: inherit !important;
  }
}
@media (max-width: 480px) {
  .profiles-list .button-hover:hover {
    background: none;
  }
  .modal-body {
    overflow-y: visible;
    max-height: none;
  }
  .b-infobox_header .btn-get-report {
    display: none;
  }
  .profiles-list p.info span.text {
    display: block;
    margin-top: 8px;
  }
  .b-search-form_tabs a {
    padding: 5px 0;
  }
  .b-global-header-nav-multilink {
    display: none;
  }
  .b-global-header-nav-link a,
  .b-global-header-nav-applink a {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .b-global-header-nav-loginlink a {
    font-size: 12px;
  }
  .b-global-header-nav-applink a:before {
    display: none;
  }
  .b-sale-tabs_link {
    padding: 6px;
    margin-right: 0;
    font-size: 13px;
  }
  .b-area-code_main-text {
    margin-top: 15px;
  }
  .index-profiles-wrapper-rehold {
    top: 0;
  }
  .formatted-workplace strong font {
    white-space: inherit;
  }
  .b-prof-result_item_resume-title {
    padding-left: 0;
  }
  .b-prof-result_item_resume-title .gray-text-label {
    display: block;
    position: inherit;
  }
  .index-wrapper .logo.trustoria {
    width: 220px;
  }
  .b-index-form-bgr-shade {
    height: inherit;
  }
  .b-index-form-bgr.rehold {
    min-height: 100%;
  }
  .index-wrapper-rehold {
    margin-top: 0;
  }
  .b-index-search-rehold_labels {
    font-size: 33px;
    line-height: 35px;
  }
  .b-rehold-menu {
    margin-top: 20px;
  }
  .b-alpha {
    display: none;
  }
  .table-inline td {
    display: block;
    border-bottom: 0;
  }
  .ph::after {
    content: "";
    display: block;
    clear: both;
  }
  .b-header-and-map_select {
    margin-top: 10px;
  }
  .b-breadcrumbs li {
    margin-bottom: 10px;
  }
  .b-letter-nav_link.nowidth {
    max-width: 280px;
  }
  .b-profile-phone_header {
    font-size: 1.5rem;
  }
  .b-business-item_header {
    font-size: 1.7rem;
  }
  .b-area-code_table-header {
    font-size: 1.633rem;
  }
  .b-select-by-letters {
    display: none;
  }
  .b-select-by-letter {
    display: none;
  }
  .b-profile-infobox_btn {
    margin-left: 0;
    display: block;
  }
  .b-header-and-map_header {
    padding: 10px;
  }
  .b-header-and-map_header .btn {
    position: inherit;
    margin: 10px 0 0;
    left: 0;
  }
  .h-gray-h3 span {
    display: block;
  }
  .mobile-table-class {
    overflow-x: auto;
    display: block;
  }
  .b-login-page {
    padding: 10px 5px;
  }
  .logo {
    margin: auto;
  }
  .b-prefx-info_details dl {
    width: auto;
  }
  .b-prefx-info_details dl dt {
    width: auto;
    float: none;
  }
  .b-prefx-info_details dl dd {
    width: auto;
    float: none;
  }
  .b-header-and-map_wrap .btn {
    position: initial;
    margin-top: 10px;
  }
  .mobile-apps span {
    width: 50%;
    margin-top: 15px;
  }
  .b-footer-seals .seal {
    width: 50% !important;
  }
  .b-index-search_tab a {
    font-size: 13px;
    padding: 9px;
    margin: 0;
    font-weight: 700;
  }
  .b-index-search-rehold_labels {
    font-size: 28px;
    line-height: 30px;
  }
  .b-index-search-rehold_labels span {
    font-size: 14px;
    margin-top: 20px;
  }
  .index-wrapper.radaris .b-global-header-nav-link {
    margin-right: 0;
  }
  .index-wrapper .logo.radaris span {
    margin: 130px auto 20px;
  }
}
/* iphone 6+ portrait */
@media (max-width: 414px) {
  .b-index-search-rehold_labels {
    font-size: 22px !important;
    padding-top: 0px;
  }
  .b-index-search-rehold_labels span {
    margin-top: 0px;
    font-size: 12px !important;
  }
  .b-index-search {
    margin-top: 0px !important;
  }
  .b-index-search_tab a {
    padding: 7px;
  }
}
/* iphone 6+ landscape */
@media (max-width: 736px) {
  .logo.radaris {
    display: none;
  }
  .b-index-search-rehold_labels {
    font-size: 32px;
    padding-top: 0px;
    margin-top: 50px;
  }
  .b-index-search-rehold_labels span {
    margin-top: 0px;
    font-size: 16px;
  }
  .b-site_slogan p {
    display: none;
  }
  #topads {
    background-color: #ffffff !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
    height: 302px !important;
  }
  .profiles-list .button-hover {
    min-height: initial;
    padding: 0;
    border: 0;
    padding-bottom: 6px;
    margin-top: 13px;
    border-bottom: 1px solid #d1d1d1;
  }
  .profiles-list .button-hover:hover {
    background-color: white;
  }
  .profile-content .mentions-container {
    display: none;
  }
  .ads .ads_160_600 {
    display: none;
  }
  #bottomads {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .navbar-default {
    background-color: white;
    margin-bottom: 0;
  }
  .navbar-brand {
    padding-top: 5px;
  }
  /* hide normal menu + logo */
  div.logo.phones {
    display: none;
  }
  .b-global-header, .b-search-form-empty {
    display: none;
  }
  .navbar-brand {
    line-height: 50px !important;
    padding: 0 8px !important;
  }
  .b-index-search-panel {
    bottom: 0 !important;
  }
  #frca {
    margin: 10px !important;
    width: auto !important;
    position: static !important;
  }
  .index-profiles-wrapper {
    padding-top: 0px;
  }
  .b-search-form #logo {
    display: none;
  }
}
/* everything bigger than iphone 6+ landscape */
@media (min-width: 737px) {
  .mobile-navbar {
    display: none;
  }
  #bottomads {
    display: none;
  }
  #topads {
    height: 109px !important;
  }
}
/*
@media (max-width: 640px) {
		.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
		.mobile-table-class { display: block; position: relative; width: 100%; }
		.mobile-table-class thead { display: block; float: left; }
		.mobile-table-class tbody { display: -webkit-box; overflow-x: auto; }
		.mobile-table-class th,
		.mobile-table-class tr,
		.mobile-table-class td { display: block; }
	}
*/