html {
  font-size: 18px; }

.query .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 50px 0 36px; }
.query table {
  width: 100%;
  border: 1px solid #DBDBDB; }
  .query table thead {
    height: 70px;
    background: #f8f8f8;
    border-bottom: 1px solid #d8d8d8; }
    .query table thead tr td {
      font-size: 18px;
      color: #333; }
  .query table tr td {
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #DBDBDB;
    width: 20%;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px; }
  .query table tr .policyName {
    font-size: 16px;
    width:27%;
    font-weight: 400;
    color: #333333; }
.query select {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  height: 48px;
  width: 100%;
  margin-bottom: 15px; }
.query .filters {
  margin-bottom: 50px; }
.query .tips {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 1em; }
.query .input-group-addon {
  border: 1px solid #d8d8d8; }
.query .submitB {
  width: 160px;
  height: 48px;
  background: #e22a00;
  border-radius: 4px;
  max-width: 100%;
  border: none;
  box-shadow: none;
  color: white;
  font-weight: bold;
  color: white;
  font-size: 18px; }
.query .bootstrap-datetimepicker-widget td.active,
.query .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #e22a00;
  color: #ffffff;
  text-shadow: 0 -1px 0 #e22a00; }
.query .bootstrap-datetimepicker-widget td span.active {
  background-color: #e22a00;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.query .bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e22a00;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }
.query .time > * {
  display: inline-block;
  max-width: 40%; }
.query .time .totext {
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333333; }
@media (max-width: 530px) {
  .query .dropdown-menu {
    position: fixed;
    top: calc(50% - 19em/2) !important;
    left: calc(50% - 19em/2) !important; }
  .query select {
    -webkit-appearance: none; }
  .query .time .form-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px; }
  .query .totext {
    height: 24px !important;
    line-height: 24px !important; }
  .query .bootstrap-datetimepicker-widget.dropdown-menu:before,
  .query .bootstrap-datetimepicker-widget.dropdown-menu:after {
    display: none !important; } }
.query input {
  caret-color: rgba(255, 255, 255, 0); }
.query #selectPolicy {
  padding-left: 12px;
  padding-right: 12px; }
.query .input-group {
  height: 48px; }
  .query .input-group input {
    height: 48px; }

@media (min-width: 768px) {
  .query .input-group {
    z-index: 1; } }

/*# sourceMappingURL=default.css.map */
