tr.work-range {
  display: none;
}

#rate_filter {
  clear: both;
}
#rate_filter thead td {
  cursor: pointer;
}

#rate_filter a.man::after {
  content: "";
  width: 15px;
  height: 12px;
  display: inline-block;
  background: url(/img/male.gif) no-repeat center right;
}

#rate_filter a.woman::after {
  content: "";
  width: 11px;
  height: 12px;
  display: inline-block;
  background: url(/img/female.gif) no-repeat center right;
}

#rate_filter table {
  border-spacing: 0;
}
#rate_filter table td {
  padding: 5px;
}
#rate_filter tbody tr:hover {
  background: #EBF1F4;
}
#rate_filter thead {
  background: #D8E1E6;
}

#rate_filter thead td.asc::after {
  content: "";
  display: inline-block;
  margin: 2px 0 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #007bff transparent;
}
#rate_filter thead td.desc::after {
  content: "";
  display: inline-block;
  margin: 2px 0 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #007bff transparent transparent transparent;
}
#rate_filter thead td[data-type="login"] {
  width: 512px;
}
#rate_filter thead td[data-type="birthday"] {
  width: 65px;
}
#rate_filter thead td[data-type="location"] {
  width: 337px;
}
#rate_filter thead td[data-type="korel"] {
  width: 100px;
}
.rate-select-version,
.rate-filter-select,
.rate-filter-pagination {
  list-style-type: none;
  padding: 0;
}
.rate-filter-select {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.rate-filter-pagination {
  margin-top: 20px;
  display: inline-block;
}
.rate-select-version li,
.rate-filter-select li,
.rate-filter-pagination li {
  display: inline-block;
}
/*.active-bracket,
.rate-filter-select a.active,
.rate-filter-pagination a.active {
  color: inherit !important;
  text-decoration: none;
}

 .active-bracket::after,
.rate-filter-select a.active::after,
.rate-filter-pagination a.active::after,
#rate_graph_titles span.active::after {
  content: "]";
}

.active-bracket::before,
.rate-filter-select a.active::before,
.rate-filter-pagination a.active::before,
#rate_graph_titles span.active::before {
  content: "[";
} */
.rate-filter-pagination li.tripledot::after {
  content: "...";
}
.tripledot.unreachable .submenu2 {
  border: 0px;
  padding: 0px;
}
.rate-filter-pagination li.unreachable {
  padding: 0;
}
.rate-filter-pagination li.unreachable:not(.tripledot) {
  display: none;
}
.rate-filter-pagination li.unreachable a {
  display: inline-block;
  width: 0;
  color: rgba(0,0,0,0);
}

.filter-title {
  display: inline-block;
  margin-top: 20px;
  padding-right: 4px;
  font-weight: bold;
  float: right;
}

.pages-title {
  display: inline-block;
  font-weight: bold;
  padding-right: 2px;
}

.delete-mark {
  color: red;
}

#rate_graph_titles {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 3px;
}
#rate_graph_titles span {
  cursor: pointer;
  color: blue;
}
#rate_graph_titles span.active {
   color: black; 
  cursor: default;
}
#rate_graph_titles span.active::after {
  padding-left: 1px;
}

#rate_graph_titles .delim {
  display: inline-block;
}

.rate-select-version .delim::after,
#rate_graph_titles .delim::after {
  content: "|";
  padding: 0 4px;
  display: inline-block;
}

.rate-select-version,
.rate-graph-common .wrap {
  display: inline-block;
  margin-bottom: 0;
}

.user_marks_table,
.forecast-mark {
  margin-top: 14px;
}

.user_marks_table table {
  border-spacing:1px;
  border-collapse: separate;
  background-color: #D8E1E6;
  margin-top: 13px;
  margin-left: 24px;
}
.user_marks_table tr:hover td {
  background: #EBF1F4;
}
.user_marks_table table td {
  padding: 5px;
  background: white;
}
.user_marks_table thead td {
  min-width: 14px;
  text-align: center;
}
.user_marks_table tr td:first-child,
.user_marks_table thead td {
  background: #EBF1F4 !important;
}


.user_marks_table tbody img {
  margin-right: 2px;
}

#rate_select_old {
  margin: 14px 0;
}
#rate_select_old > div {
  float: right;
}

#rate_select_old .rate-select-version .delim::after {
  padding: 0;
}

#rate_select_old b {
  margin-right: 4px;
}

.rate-select-version li:not(.delim) {
  cursor: pointer;
  color: blue;
}

#old_table {
  clear: both;
  display: none;
}