﻿.xdsoft_datetimepicker {
  z-index: 10000000000000000 !important;
}

#job_collection #con {
  height: 100%;
}
#job_collection #form_list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  overflow: auto;
  margin: 0;
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#job_collection #form_list h1 {
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  padding: 11px;
  border-bottom: 1px solid #dedede;
  height: 37px;
  color: #797979;
}
#job_collection #form_list ul {
  list-style: none;
  overflow: auto;
  margin: 0;
  scrollbar-width: thin;
}
#job_collection #form_list .fi {
  position: relative;
  display: flex;
  height: 40px;
}
#job_collection #form_list .fi .th {
  flex: 0 0 3px;
  margin: 3px;
}
#job_collection #form_list .fi .t {
  margin: 0;
  font-size: 0.9em;
  flex: 1 1 auto;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 31px;
}
#job_collection #form_list .fi:hover {
  background-color: #fcfcfc;
}
#job_collection #form_list .fi:hover .c > span {
  display: block;
}
#job_collection #form_list .fi .c {
  display: flex;
  align-items: center;
}
#job_collection #form_list .fi .c > span {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px;
  background-color: #f1f1f1;
  color: #b1b1b1;
  cursor: pointer;
  margin-right: 3px;
  display: none;
}
#job_collection #form_list .fi .c > span.filter.act,
#job_collection #form_list .fi .c > span.filter:hover {
  background-color: #cce3ff;
  border-color: #abd1ff;
  color: #4778b5;
  display: block;
}
#job_collection #form_list .fi .c > span.new:hover {
  background-color: #d8ffe1;
  border-color: #8dea8e;
  color: #00b40c;
}
#job_collection #form_list .search {
  display: flex;
  align-items: center;
  padding: 3px;
  border-bottom: 1px solid #dedede;
}
#job_collection #job_list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 260px;
}
#job_collection #job_list .search {
  height: 40px;
}
#job_collection #job_list .search td {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
#job_collection #form_list .search input,
#job_collection #job_list .search input {
  border: none;
  padding: 5px;
  font-size: 16px;
  width: 100%;
}
#job_collection #form_list .search input:disabled,
#job_collection #job_list .search input:disabled {
  background-color: inherit;
}
#job_collection #form_list .search .fa-search,
#job_collection #job_list .search .fa-search {
  margin-left: 5px;
  color: #767575;
  font-size: 16px;
}
