@charset "UTF-8";

/** sort **/
body a.asc, body a.desc {
    position: relative;
    margin-right: 20px;
}
body a.asc:before,
body a.asc:after,
body a.desc:before,
body a.desc:after {
  position: absolute;
  bottom: 0em;
  display: block;
  opacity: 0.3;
}
body a.asc:before {
  opacity: 1;
  right: -1em;
  content: "\2193";
}
body a.asc:after {
  right: -1.6em;
  content: "\2191";
}
body a.desc:before {
  right: -1em;
  content: "\2193";
}
body a.desc:after {
  opacity: 1;
  right: -1.6em;
  content: "\2191";
}

/** table data **/
/*.table-data thead th, .table-data thead td {*/
/*    border-bottom-width: 1px;*/
/*}*/

/* select2 */
.select2-wide-item .select2-selection--multiple .select2-selection__rendered {
    width: 96%;
    white-space: normal;
}
