body {
  background: white;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
  font-size: 14px;
  color: #333;
  background: #fff;
  width: 100%;
  height: 100%;
}

body.login {
  background: #f2f2f2;
  width: 100%;
  height: 100%;
}

div {
  box-sizing: border-box;
}

input {
  outline: none;
  height: 30px;
  width: 150px;
  padding: 0px 5px;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
}

select {
  outline: none;
  height: 30px;
  width: 150px;
  padding: 0px 5px;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
}

textarea {
  outline: none;
  padding: 5px 5px;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
}

table {
  width: 100%;
}

.ui_root {
  margin: 20px;
}

.table_root {
  height: calc(100% - 50px);
  overflow-y: auto;
}

.dropdown {
  cursor: pointer;
  color: #518C45;
}

.dropdown_hover {
  display: none;
  position: absolute;
  color: #518C45;
  background-color: #ECF3E9;
  padding: 5px 10px;
}

.dropdown:hover .dropdown_hover {
  display: block;
  position: absolute;
}

.main_top_title {
  font-size: 18px;
  margin: 10px 20px;
  height: 30px;
  line-height: 30px;
}

.filter {
  display: inline-block;
  height: 30px;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 5px;
  margin: 5px 0px;
}

.filter_contain {
  padding: 5px 20px;
}

.filter_input_text {
  width: 150px;
}

.filter_input_date {
  width: 150px;
}

.filter_input_datetime {
  width: 200px;
}

.filter_input_month {
  width: 150px;
}

.filter_input_checkbox {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  display: inline-block;
}

.filter_search {
  display: inline-block;
  /* padding: 5px 15px; */
  /* color: #fff;
  background-color: #518C46; */
  padding: 4px 15px;
  color: #518c46;
  border: 1px solid #518c46;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
}

.filter_export {
  display: inline-block;
  float: right;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  background-color: #518C46;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px 0px;
}

.filter1 {
  display: inline-block;
  padding: 5px 20px;
  /* height: 30px; */
  color: #fff;
  text-align: center;
  background-color: #518C46;
  /* width: 100px; */
  border-radius: 3px;
}

.filter_select: {
  margin-top: 5;
  margin-right: 5;
  background-color: #ccc;
  display: inline-block;
  line-height: '40px';
  padding-left: 10;
  padding-right: 10;
  border-radius: 5;
}

.multiselectshow {
  border: 1px solid #CCC;
}

.multiselectshow:hover {
  border: 1px solid #F00;
}

.multiselect::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}