.colorOrange {
  color: #ff6600;
}
a {
  color: #337ab7;
}
.btn-sell {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.btn-buy {
  background-color: #0066B3;
  border-color: #0066B3;
  color: #fff;
}
html,
body {
  color: #333333;
  font-size: 13px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}
h1,
h2,
h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 17px;
  color: #ff6600;
}
input,
select,
.form-control {
  border-radius: 0;
  border: 1px solid #f3f3f3;
}
input:focus,
select:focus,
.form-control:focus {
  border: 1px solid #0066B3;
}
input.has-error,
select.has-error,
.form-control.has-error {
  border: 1px solid #f3f3f3;
}
input[type=submit],
button,
.btn {
  border-radius: 0;
  color: #0066B3;
  text-decoration: none;
  border: 1px solid #0066B3;
  background-color: #ffffff;
}
input[type=submit]:hover,
button:hover,
.btn:hover {
  text-decoration: underline;
  background-color: #ffffff;
  color: #0066B3;
}
hr {
  border-top: 2px solid #f3f3f3;
  width: 100%;
}
.border {
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  padding: 15px;
}
.border-big-top {
  border-top: 7px solid #f3f3f3;
}
.bg-blue-light {
  background-color: #e5eff7;
}
.bg-blue-light.row {
  margin: 0;
}
.bg-orange-light {
  background-color: rgba(255, 102, 0, 0.2);
}
.bg-grey-lighter {
  background-color: #f3f3f3;
}
/*# sourceMappingURL=vr.css.map */