.loginBox{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body {
  margin: 0;
  background: #ffffff;
  background: linear-gradient(to left bottom, #ffffff 50%, #a10810 50%);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.no-padding{
    padding-right:0;
    padding-left:0;
}

#searchMembers {
  background-image: url('/img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

.v-spacing {
  margin-bottom: 10px;
}

.v-spacing-small {
  margin-bottom: 10px;
}

.v-spacing-big {
  margin-bottom: 10px;
}

.submitbuttons {
}
