/* @import "sass-sandal/function"; */
.im-table-sort-icon-top, .im-table-sort-icon-bottom {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.im-table-sort {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.im-table-sort .im-icon {
  cursor: default;
}

.im-table-sort .im-dropdown {
  height: 100%;
  width: 100%;
  background-color: transparent !important;
}

.im-table-sort .im-dropdown-wrap {
  padding: 0;
  height: 100%;
}

.im-table-sort .im-dropdown-wrap-text {
  height: 100%;
  font-size: inherit;
  margin-left: 0;
}

.im-table-sort .im-dropdown-dropdown {
  top: 42px;
  width: 100px;
}

.im-table-sort .im-dropdown-dropdown ul li {
  background-color: #F8F8F8;
}

.im-table-sort-text {
  line-height: 42px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.im-table-sort-icon {
  position: absolute;
  right: 0;
  font-size: 0;
}

.im-table-sort-icon:hover {
  cursor: pointer;
}

.im-table-sort-icon-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 100%;
  position: relative;
}

.im-table-sort-icon-top {
  top: 13px;
  border-bottom: 6px solid #dedede;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
}

.im-table-sort-icon-top:hover {
  border-bottom-color: #188eee;
}

.im-table-sort-icon-top-selected {
  border-bottom-color: #188eee;
  cursor: default;
}

.im-table-sort-icon-bottom {
  bottom: 13px;
  border-top: 6px solid #dedede;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
}

.im-table-sort-icon-bottom:hover {
  border-top-color: #188eee;
}

.im-table-sort-icon-bottom-selected {
  border-top-color: #188eee;
  cursor: default;
}
