@import url(assets/css/bootstrap.min.css);
@import url(assets/css/nice-select.css);
@import url(assets/css/tabulator.min.css);
@import url(assets/css/zxx_table.css);
@import url(assets/css/daterangepicker.css);
@import url(assets/themes/default/style.min.css);
.myselect {
  margin-top: 10px;
}
.nice-select.wide {
  width: 70%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.myselect label {
  height: 36px;
  line-height: 34px;
  margin-right: 5px;
  margin-left: 5px;
}
.myselect > label:first-child {
  margin-left: 0px;
}
.myselect .dropdown button {
  width: 100%;
}
.myselect #search {
  margin-left: 30px;
}
.my_button {
  text-align: start;
}
.dropdown-menu li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: pointer;
}
#my-table {
  margin-top: 20px;
}
#export-table {
  display: none;
}
.country_timezone {
  display: flex;
}
.country_timezone .country,
.country_timezone .time_zone {
  margin: 0 15px 0 0;
}
.country_timezone label {
  height: 36px;
  line-height: 34px;
  margin-right: 5px;
  margin-left: 5px;
  width: 35%;
}
.country_timezone input[name="begin_end_date"] {
  line-height: normal;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  font-size: 12px;
  height: 36px;
  line-height: 34px;
  width: 72%;
}
.row_tow_step2 {
  display: flex;
}
.row_tow_step2 .sid,
.row_tow_step2 operator {
  margin: 0 15px 0 0;
}
.row_tow_step2 label {
  height: 36px;
  line-height: 34px;
  margin-right: 5px;
  margin-left: 5px;
  width: 35%;
}
