.visually-hidden__hard {
  display: none;
  width: 0;
  height: 0;
}


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

.helper {
    position: absolute;
    right: 2%;
    top: 35%;
}

.helper_field {
    position: absolute;
    right: 2%;
}

.helper_resource {
    position: absolute;
    right: 2%;
    top: 35%;
}

.helper-form__close:hover {
    color: #2d2d2d;
}

.form-group {
    position: relative;
}

#network_address_wrapper {
  position: relative;
}

.th_with_helper {
  position: relative;
}

.helper_field_th {
    position: absolute;
    right: 5%;
    top: 35%;
}


.glyphicon-question-sign__blue:before {
    content: "\e085";
    color: #0c6dc4;
}

.custom_helper span {
    right: 11%;
}

.helper_in_header {
    font-size: 17px;
    margin-left: 22px;
    top: -15px;
}


.search_helper {
    font-size: 15px;
    margin-left: 8px;
    top: 2px;
}

.remove_rule_trunk_button, .add_rule_trunk_button {
    height: 30px;
}

.flex_container {
    display: flex;
    flex-direction: row;
}
