#ls_container {
  margin: 20px 0;
}
#ls_container #alert {
  background: #BE1A21;
  color: #FFF;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
}
#ls_container #buttons {
  margin-bottom: 10px;
}
#ls_container #buttons a {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  background: #9fbe4b;
  color: #FFF;
  margin: 0 10px 0 0;
}
#ls_container #buttons a.inactive {
  opacity: 0.2;
}
#ls_container #buttons a:not(.inactive):hover {
  background: #628c00;
}
#ls_container #buttons a#delete {
  background: #BE1A21;
}
#ls_container #buttons a#delete:not(.inactive):hover {
  background: #7E0A0D;
}
#ls_container #form .row {
  padding: 7px;
  border-bottom: 1px solid #f8f8f8;
}
#ls_container #form .row input[type="text"] {
  height: 20px;
  line-height: 20px;
  padding: 2px 10px;
  width: 230px;
}
#ls_container #form .row textarea {
  height: 80px;
  width: 240px;
}
#ls_container #form .row select {
  width: 250px;
}
#ls_container #form label {
  width: 120px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0 !important;
}
.ui-jqgrid .ui-search-table .ui-search-input>input, .ui-jqgrid .ui-search-table .ui-search-input>select {
  height: 20px;
  padding: 2px 5px !important;
}
.ui-jqgrid .ui-jqgrid-htable th div {
  line-height: 17px;
}
.statisticssummary {
  border-collapse: collapse;
}
.statisticssummary td, .statisticssummary th {
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
}
.statisticssummary td {
  text-align: right;
}
.statisticstable {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.statisticstable img {
  max-width: 700px;
}
.statisticstable td, .statisticstable th {
  padding: 5px 10px;
  border: 1px solid #e1e1e1;  
}
.statisticstable thead th {
  border: 1px solid #FFF;
  background: #1482C8;
  color: #FFF;
}