html,
body {
  height: 100%;
}
.wrap {
  height: 100%;
  padding: 30px 0 50px 0;
}
.wrap > .container {
  padding: 70px 15px 20px;
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d6de;
  border-radius: 3px;
}
/* add red asterisk to required form fields */
div.required label:after {
  content: " *";
  color: #e13431;
}
ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.breadcrumb {
  background: transparent;
}
.table > thead > tr > th:last-child {
  min-width: 50px;
}
.text-bold {
  font-weight: bold;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
body {
  color: #212121;
}
.body-bg {
  background-image: url("/images/bg.jpg");
  background-attachment: fixed;
  background-position: 0 50%;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
h1 {
  text-align: center;
  margin-bottom: 60px;
}
h2 {
  margin-bottom: 40px;
}
a {
  color: #006eb3;
}
.footer {
  color: #ffffff;
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
}
a:hover,
a:focus {
  color: #008de6;
  text-decoration: none;
}
.btn-default,
.btn-primary {
  border-radius: 0;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  display: inline-block;
  color: #ffffff;
  background: #006eb3;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default:active,
.btn-primary:active,
.btn-default:focus,
.btn-primary:focus {
  color: #ffffff !important;
  background: #008de6 !important;
  outline: none !important;
}
.well {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #ffffff;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  height: 40px;
  outline: medium none;
  padding: 0 10px;
  resize: none;
  vertical-align: middle;
}
select.form-control {
  max-width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 8px 42px 8px 8px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ffffff url(../images/select.png) no-repeat right center;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212121;
}
select.form-control option {
  padding: 8px;
}
.form-control:focus {
  border-color: #006eb3;
}
.auth-clients {
  width: 65px;
  margin: 0 auto;
}
.profile-img-box img {
  border-radius: 100%;
  display: inline-block;
  margin: 10px 0;
  width: 30%;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  height: auto;
  max-width: 100%;
  padding: 3px;
}
.ui-datepicker .ui-widget-header {
  background: #006eb3;
  border: 0;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  color: #ffffff;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
  border: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
  border: 0;
}
.ui-datepicker .ui-state-default {
  background: #ffffff;
}
.ui-datepicker .ui-state-highlight {
  border-color: #006eb3;
}
.ui-datepicker .ui-state-hover {
  background: #006eb3;
  border-color: #006eb3;
  color: #ffffff;
}
.form-group {
  position: relative;
}
.app-help-block {
  display: none;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 14px;
  color: #ececec !important;
  font-size: 14px;
  white-space: normal;
  z-index: 1060;
  background: rgba(101, 101, 101, 0.9) none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.help-block-error {
  font-size: 12px;
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #006eb3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #006eb3;
  border-color: #006eb3;
  color: #ffffff;
}
/*############*/
/*  SITE CSS  */
/*############*/
.domains-view h1 {
  margin-top: 100px;
  font-size: 80px;
}
.domains-view .description {
  color: #666666;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
}
.domains-view .app-section-top {
  border-top: 1px solid #e0e0e0;
}
.domains-view .app-section-price {
  background: #f2f7f9;
}
.domains-view .sale-box {
  background: #cc3333;
  font-size: 30px;
  margin: -23px auto 0 auto;
  width: 200px;
  color: #fff;
}
.domains-view .sale-price {
  font-size: 30px;
  margin: 30px 0;
}
.domains-view .sale-price-text {
  color: #00C853;
  font-weight: bold;
}
.domains-view .sale-btn-box {
  margin-top: 30px;
}
.domains-view .site-contact {
  margin-top: 30px;
}
.domains-view .site-contact h3 {
  margin-bottom: 30px;
}
.search-box {
  margin-bottom: 40px;
}
.search-box .btn-search {
  padding: 6px 20px;
}
.domains-index {
  position: relative;
}
.domains-index h3 {
  margin: 20px 0;
}
.domains-index .app-box {
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d6de;
}
.domains-index table > thead > tr > th > a:after {
  content: " \2191\2193 ";
}
.header-flags {
  position: absolute;
  top: -75px;
  right: 15px;
}
.header-flags .flags {
  display: block;
  width: 32px;
  height: 22px;
  margin-left: 10px;
  margin-bottom: 20px;
  float: right;
  border: 1px solid #006eb3;
  opacity: 0.5;
}
.header-flags a.flags:hover {
  opacity: 1;
}
.header-flags .flag-active {
  cursor: default;
  opacity: 1;
}
.header-flags .flags-gb {
  background: url("/images/flags_sprite.png") 0 0 no-repeat;
}
.header-flags .flags-ru {
  background: url("/images/flags_sprite.png") 0 -50px no-repeat;
}
.header-flags .flags-lt {
  background: url("/images/flags_sprite.png") 0 -100px no-repeat;
}
.header-logo {
  position: absolute;
  top: -75px;
  left: 15px;
}
.header-logo img {
  width: 130px;
}
@media (max-width: 767px) {
  .domains-index h1 {
    color: #ffffff;
  }
  .wrap {
    padding: 0;
  }
  .body-bg {
    background: none;
  }
}
