.cont {
  max-width: 1180px;
  margin: 20px auto;
}

.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}

/* calendar and input*/
.qmod-ui-tool input[type="date"],
.qmod-ui-tool input[type="text"] {
  border: solid 1px #ddd;
  border-radius: 0;
  box-shadow: none;
  background-color: #f0f0f0;
  outline: none !important;
  height: 37px;
  padding-left: 10px;
  width: 100%;
}

.qmod-ui-tool input[type="text"]:focus {
  border: solid 1px #ccc;
}

.qmod-ui-tool .inner-addon i:hover {
  color: #000;
  transform: none;
  background: #f9f9f9;
  border-radius: 50%;
}
.qmod-net-house select {
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #f0f0f0;
  margin: 0;
  outline: none !important;
  height: 37px;
  width: 100%;
}
.qmod-net-house table.qmod-table.dataTable th:focus,
.qmod-net-house table.qmod-table.dataTable td:focus {
  border: 0;
}
.qmod-net-house table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding: 10px 12px 10px 4px;
}
.qmod-net-house
  table.dataTable.qmod-net-house-table.no-footer
  thead
  th.sorting::after,
.qmod-net-house
  table.dataTable.qmod-net-house-table.no-footer
  thead
  th.sorting_desc::after,
.qmod-net-house
  table.dataTable.qmod-net-house-table.no-footer
  head
  th.sorting_asc {
  top: 13px !important;
}
.qmod-net-house table.dataTable.qmod-net-house-table.no-footer tbody td {
  padding: 10px 5px;
}
.qmod-net-house .qmod-net-house-con {
  margin: 0 15px;
}
.qmod-net-house .qmod-read-more {
  margin: 10px 20px;
  color: #111;
  background: #eee;
  outline: none;
  border: 0;
  border-radius: 2px;
  float: right;
}
.qmod-net-house .qmod-read-more:hover {
  color: #111;
  background: #ddd;
}
.qmod-btn:focus {
  border: 0 !important;
}
