.input-icon {
  position: absolute;
  padding-top: 10px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
  right: 5px;
}
button {
  padding: 0;
  border: 2px solid #6fdd03 !important;
  background: none;
  outline: none;
}
input[type=text],
input[type=email],
input[type=password] {
  box-sizing: border-box;
}
.b-login-form .b-input-filter_text.input-error {
  border: 1px solid #8b0000 !important;
}
input,
textarea {
  width: 100%;
  border: 2px solid #ababab;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
/* WebKit browsers */
  color: #ababab;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #ababab;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #ababab;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
/* Internet Explorer 10+ */
  color: #ababab;
}
.b-search-form input:focus,
.b-search-form textarea:focus {
  outline: none;
}
.b-search-form input::-webkit-input-placeholder,
.b-search-form textarea::-webkit-input-placeholder {
/* WebKit browsers */
  color: #01aaff;
}
.b-search-form input:-moz-placeholder,
.b-search-form textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #01aaff;
  opacity: 1;
}
.b-search-form input::-moz-placeholder,
.b-search-form textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #01aaff;
  opacity: 1;
}
.b-search-form input:-ms-input-placeholder,
.b-search-form textarea:-ms-input-placeholder {
/* Internet Explorer 10+ */
  color: #01aaff;
}
.b-search-form input:required:invalid,
.b-search-form textarea:required:invalid,
.b-search-form input:focus:invalid,
.b-search-form textarea:focus:invalid {
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e77471;
}
.date-picker-wrapper {
  background-color: #fff;
  z-index: 100 !important;
}
.b-input {
  padding: 5px;
  border: 2px solid #ababab !important;
  border-radius: 5px !important;
  color: #264251 !important;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}
.b-input:focus {
  border: 2px solid #00008b !important;
}
.b-date-range-container {
  width: 100%;
}
.b-date-range-container_wrapper {
  padding: 15px;
  padding-top: 0;
}
.b-chart-header {
  *zoom: 1;
}
.b-chart-header:before,
.b-chart-header:after {
  content: '';
  display: table;
}
.b-chart-header:after {
  clear: both;
}
.b-chart-title {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 63.95%;
  margin-left: 0%;
  margin-right: 3%;
}
.b-chart-title:before,
.b-chart-title:after {
  content: '';
  display: table;
}
.b-chart-title:after {
  clear: both;
}
.b-chart-title:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-chart-title {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-chart-title:before,
  .b-chart-title:after {
    content: '';
    display: table;
  }
  .b-chart-title:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-chart-title {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-chart-title:before,
  .b-chart-title:after {
    content: '';
    display: table;
  }
  .b-chart-title:after {
    clear: both;
  }
}
.b-chart-date {
  margin-right: 0 !important;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.05%;
  margin-left: 0%;
  margin-right: 3%;
}
.b-chart-date:before,
.b-chart-date:after {
  content: '';
  display: table;
}
.b-chart-date:after {
  clear: both;
}
.b-chart-date:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-chart-date {
    float: right;
  }
}
@media only screen and (max-width: 650px) {
  .b-chart-date {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-chart-date:before,
  .b-chart-date:after {
    content: '';
    display: table;
  }
  .b-chart-date:after {
    clear: both;
  }
}
.b-date-range-picker {
  font-weight: normal;
  padding-bottom: 5px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 25px;
  line-height: 1.5625rem;
  width: 100%;
  background-color: #fff;
  height: 25px;
  height: 1.5625rem;
  cursor: pointer;
  text-align: center;
}
.b-date-range-picker i {
  color: #ef4c23;
}
.b-filter-box {
  float: left;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.3333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.b-filter-box:before,
.b-filter-box:after {
  content: '';
  display: table;
}
.b-filter-box:after {
  clear: both;
}
.b-input-filter_text {
  padding: 3px 7px;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid #ababab !important;
  border-radius: 5px !important;
  vertical-align: top;
  width: 100%;
  margin-right: 5px;
  line-height: 200%;
}
.b-input-filter_text.error {
  border: 2px solid #8b0000 !important;
}
.b-input-filter_text:focus {
  border: 2px solid #00008b !important;
  border-radius: 5px !important;
}
.b-input-filter_button {
  cursor: pointer;
  vertical-align: top;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase;
  background-color: #6fdd03 !important;
  border-radius: 5px !important;
  line-height: 200%;
  padding: 3px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid #6fdd03 !important;
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  .b-input-filter_button {
    padding: 3px 10px;
  }
}
.b-input-filter_button_inversed {
  border: 2px solid #6fdd03 !important;
  background-color: #fff !important;
  color: #6fdd03 !important;
}
.b-input-filter_button_inversed:hover {
  color: #fff !important;
}
.b-input-filter_button_small {
  line-height: 200%;
}
.b-input-filter_button_danger {
  background-color: #8b0000 !important;
  border-color: #8b0000 !important;
  color: #fff !important;
}
.b-input-filter_button:hover {
  background-color: #69d203 !important;
  border-color: #69d203 !important;
}
.b-form-field {
  margin-top: 10px;
}
.b-form-field_error {
  margin-top: 0;
}
.b-form-field_error .b-form-field_label {
  color: #8b0000 !important;
}
.b-form-field_error input {
  border-color: #8b0000 !important;
}
.b-form-field_error .b-captcha {
  border: 1px solid #8b0000;
}
.b-input-filter_text {
  margin-bottom: 15px;
}
.b-input-filter_text.error {
  margin-bottom: 0;
}
.b-form-field__first {
  margin-top: 10px;
}
.b-form-field_label {
  margin: 0;
  color: #264251;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
.b-form-title {
  color: #ef4c23;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.b-form-field-multicolumn {
  width: 60%;
}
.b-form-field_text {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}
.b-form-field_social {
  font-size: 35px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: -8px;
}
.b-form-field_social-item {
  float: left;
  display: block;
  cursor: pointer;
  padding: 0;
}
.b-form-field_social-item__fb {
  color: #466ea6;
}
.b-form-field_social-item__tw {
  color: #4ebde1;
}
.b-form-field_social-item__gp {
  color: #0953fc;
}
.b-form-field_link {
  line-height: 300%;
  margin-left: 30px;
  margin-left: 1.875rem;
  color: #0e49df;
}
.b-login-form .b-input-filter_text,
.b-registration-form .b-input-filter_text,
.b-reset-password-form .b-input-filter_text {
  width: 100%;
}
.b-form-field_text-column {
  padding: 30px;
  text-align: center;
}
.b-registration-form,
.b-login-form,
.b-reset-password-form {
  *zoom: 1;
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.b-registration-form:before,
.b-login-form:before,
.b-reset-password-form:before,
.b-registration-form:after,
.b-login-form:after,
.b-reset-password-form:after {
  content: '';
  display: table;
}
.b-registration-form:after,
.b-login-form:after,
.b-reset-password-form:after {
  clear: both;
}
label.g-form-checkitem__label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding-left: 22px;
  position: relative;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
label.g-form-checkitem__label:before {
  border: 2px solid #264251;
  bottom: 1px;
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 14px;
}
.g-form-checkitem__radio:before {
  border-radius: 10px;
}
.g-form-checkitem__checkbox,
.g-form-checkitem__radio {
  margin-bottom: 10px;
}
.g-form-checkitem__checkbox:before {
  border-radius: 3px;
}
input[type="radio"]:checked + label:before {
  color: #264251;
  content: "•";
  font-size: 21px;
  line-height: 14px;
  text-align: center;
}
input[type="radio"]:disabled + label:before {
  color: #ccc;
  border-color: #ccc;
}
input[type="checkbox"]:checked + label:before {
  color: #1f23ab;
  content: "✓";
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.js-register-submit:disabled {
  background-color: #c1c6d0 !important;
  border: 2px solid #c1c6d0 !important;
}

.g-input-select {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ccc;
  appearance: none;
  width: 100px;
  text-indent: 0.01px;
  text-overflow: "";
}
.heapBox {
  width: 95%;
  border: 2px solid #ababab;
  border-radius: 5px;
  clear: both;
  display: inline-block;
  line-height: 36px;
  line-height: 2.25rem;
  position: relative;
}
.heapBox * {
  margin: 0;
  padding: 0;
  outline: none;
}
.heapBox.disabled .holder {
  color: #49d083;
}
.heapBox a {
  text-decoration: none;
  color: #000;
}
.heapBox .holder {
  width: 80%;
  overflow: hidden;
  text-indent: 10px;
}
.heapBox .handler {
  width: 20%;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  color: #ababab;
}
.heapBox .holder,
.heapBox .handler {
  float: left;
  position: relative;
  z-index: 10;
}
.heapBox div.heap {
  border: 2px solid #ababab;
  display: none;
  position: absolute;
  list-style-type: none;
  left: -2px;
  width: 100%;
  top: 32px;
  overflow: hidden;
  background-color: #fff;
}
.heapBox .heap .heapOptions {
  display: block;
  overflow: hidden;
  position: relative;
}
.heapBox .heap a.sliderUp {
  display: block;
  width: 100%;
  border-bottom: 1px solid #157a40;
  position: absolute;
  top: 0px;
  z-index: 30;
}
.heapBox .heap a.sliderDown {
  display: block;
  width: 100%;
  border-top: 1px solid #157a40;
  position: absolute;
  bottom: 0px;
  z-index: 30;
}
.heapBox .heap .heapOptions .heapOption {
  z-index: 20000;
  position: relative;
  display: block;
}
.heapBox .heap .heapOptions .heapOption:last-child {
  border: none;
}
.heapBox .heap .heapOptions .heapOption a {
  width: 100%;
  z-index: 20000;
  height: 100%;
  display: block;
  text-indent: 12px;
}
.heapBox .heap .heapOptions .heapOption a:hover {
  background: #01aaff;
  color: #fff;
}
.heapBox .heap .heapOptions .heapOption a.selected {
  background: #01aaff;
  color: #fff;
}
.heapBox .heap .heapOptions .heapOption a.disabled {
  color: #37d278;
}
