html,
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}
.wrap {
  min-height: 65%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px;
}
.wrap.warp_normal h1 {
  font-size: 70px;
  font-weight: 100;
}
@media (max-width: 767px) {
  .wrap.warp_normal h1 {
    font-size: 35px;
    font-weight: 400;
  }
}
.wrap.warp_normal h2 {
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .wrap.warp_normal h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
  }
  .wrap.warp_normal h2 img {
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0 10px 5px 0;
  }
}
.wrap.warp_normal p {
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 15px;
}
.wrap.warp_normal p.help-block {
  font-size: 14px;
  margin: 2px 0;
}
.wrap.warp_wide .navbar-brand {
  margin-left: 0 !important;
}
.wrap .alert {
  margin: 0 20px 20px;
}
.wrap .news_alert {
  position: relative;
}
.wrap .news_alert h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
}
.wrap .news_alert .news_close_link {
  margin-top: -8px;
  float: right;
  font-size: 12px;
  text-decoration: underline;
}
.wrap hr {
  border-top: 1px solid #bbb;
}
.wrap .logged_user_info {
  float: right;
  margin-top: -16px;
  padding-bottom: 16px;
}
.wrap > .container {
  position: relative;
  padding: 70px 15px 20px;
  background-color: #eee;
  border-radius: 0 0 6px 6px;
}
.wrap .container-fluid + .container {
  padding: 0;
}
.wrap img {
  max-width: 100%;
  height: auto;
}
.wrap #header {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap #header .buttons_area {
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wrap #header .buttons_area .btn-group {
    display: block;
  }
  .wrap #header .buttons_area .btn-group .btn {
    width: 50%;
  }
}
.wrap #header .buttons_area h1 {
  margin-top: 0;
}
.wrap #header .banner_area > div {
  max-width: 100% !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap #header .banner_area {
    margin-top: 10px;
    display: none;
  }
}
.wrap .alerady_registered {
  float: right;
  font-weight: bold;
  position: relative;
  margin: -15px 40px 0 0;
}
@media (max-width: 767px) {
  .wrap .alerady_registered {
    display: none;
  }
}
.wrap .alerady_registered .arrow {
  position: absolute;
  top: -4px;
  right: -30px;
  width: 45px;
  height: 39px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAnBAMAAABpr9zPAAAAMFBMVEX///////+/AADjjo7TUVH56enDDw/wxcXopKT89vbaamrIIyPNODjrsLD12trdeHgInD3YAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOwwAADsMBx2+oZAAAARBJREFUKJFjQAOsBQxYActO7OJNWliFWZOUsBrEoqSE1aAmJSUt7MYoYTMIaAxWg5pA4lrYjcFiENgYLAY1QcS1sBuDYRDUGAyDmmDiWtiNQTMIbgyaQU0IcS3sxoAMmgATZzc2NoEIOhsbX0CIAwEzRNwAxH6AJM4FEW8AsS8giXMjudISSfwRRDwAxK5AEv8EFtYBs2UQFvNBlOtD7PoAFxeBiOtBFGmgGaN0AMJzgrmIGTXQwvQFwDSnE0RYBe7JHSAJTjOo8lSYuU5KWe1xFW6wIIN7dI4SMlCGO4PzELK4AcKbs5CEc5G8z9AGF9ZBDl4G1mVQYe0GBhTAagMWTrnIgA5irVy8zAVgPAYGAAGXSiB2s41kAAAAAElFTkSuQmCC') no-repeat top left;
}
.footer {
  min-height: 60px;
  padding: 0 0 20px;
}
.footer h5 {
  font-weight: bold;
}
.footer .footer-copyright {
  border-top: 1px solid #eee;
  padding: 10px 10px 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .footer ul li a {
    display: block;
    padding: 4px 0;
    margin-bottom: 4px;
  }
}
.navbar-brand {
  background: url('../images/logo.header.png') no-repeat left center;
  display: inline-block;
  width: 306px;
  height: 49px;
  margin-left: -16px !important;
}
.navbar-brand span {
  display: none;
}
@media (max-width: 991px) {
  .navbar-brand {
    background-size: contain;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-left: 15px !important;
    max-width: 200px;
  }
}
nav + .container-fluid {
  padding-top: 70px;
}
.nav .divider {
  border-top: 1px solid #E0E0E0;
  margin: 6px 0;
}
.nav .header {
  padding: 3px 20px;
  font-weight: bold;
  color: #337AB7;
  text-transform: uppercase;
}
.nav .link_my_account {
  display: inline-block;
  background-color: #5cb85c;
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  color: #fff !important;
  box-shadow: 0 4px 0 0 #0d3b19;
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
/* GRID VIEW */
.grid-view th {
  white-space: nowrap;
}
.info-link {
  display: inline-block;
  padding: 0 7px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  background: #5bc0de;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 0 6px;
}
.info-link:hover,
.info-link:focus {
  text-decoration: none;
}
/* HINTS FOR FORMS */
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.help-block {
  color: #999;
}
.panel-heading .help-block {
  margin: 0;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
small.hint {
  color: #999;
}
.form-group .btn {
  margin-right: 6px;
}
.form-group .input-group .btn,
.form-group .btn-group .btn {
  margin-right: 0;
}
/* TABLES */
tr.css_strikeout td {
  text-decoration: line-through;
}
tr.css_disabled,
tr.css_status_blocked,
tr.css_status_hidden {
  color: #aaa;
  background: #eee !important;
}
tr.css_disabled a,
tr.css_status_blocked a,
tr.css_status_hidden a,
tr.css_disabled .not-set,
tr.css_status_blocked .not-set,
tr.css_status_hidden .not-set {
  color: #aaa;
}
tr.css_success {
  background: #efe !important;
}
/* CUSTOMER PANEL */
.css_customer_panel h1 {
  margin-top: 0;
}
#login_form_area {
  padding: 0 50px 50px 50px;
}
#login_form_area h1 {
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 100;
  margin: 20px 0;
}
#login_form_area legend {
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  border-bottom: 1px solid #e5e5e5;
}
#login_form_area .form-group {
  margin-bottom: 10px;
}
#login_form_area label {
  width: 160px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  padding-right: 0;
}
#login_form_area input[type="text"],
#login_form_area input[type="password"],
#login_form_area input[type="email"] {
  width: 300px;
}
#login_form_area .field-loginform-rememberme .col-sm-offset-3 {
  margin-left: 0;
}
#login_form_area .field-loginform-rememberme .col-sm-offset-3 label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
#login_form_area .link_forgot_password {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin: 15px 0 15px;
}
#login_form_area #create_new_account {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
#registration_page {
  padding: 10px 70px;
}
.customer_panel h1 {
  font-size: 36px !important;
  font-weight: 300 !important;
}
.customer_panel h2 {
  font-size: 24px !important;
  font-weight: 300 !important;
}
.customer_panel p {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  margin-bottom: 15px !important;
}
.customer_panel table.table {
  background: #fff;
}
.customer_panel .gray_unavailable {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.customer_panel .gray_unavailable:hover,
.customer_panel .gray_unavailable:focus {
  opacity: 1;
}
@media (max-width: 768px) and (min-width: 767px) {
  .navbar-right li:first-child .dropdown-menu {
    right: auto;
    left: 0;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-collapse.in {
    max-height: inherit;
  }
}
@media (min-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
.select2-container--open {
  z-index: 2000 !important;
}
.select2-selection__choice__remove {
  line-height: 0.7 !important;
}
@media (max-width: 500px) {
  #gdpr-popup .popup-title {
    padding: 10px;
  }
  #gdpr-popup .popup-title h2 {
    font-size: 5vw;
  }
  #gdpr-popup .popup-content {
    padding: 15px;
  }
  #gdpr-popup .popup-content p {
    font-size: 3.7vw;
    font-weight: 400;
    line-height: 1.5;
  }
  #gdpr-popup .popup-content h3 {
    margin-top: 0;
  }
}
