* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0px;
  background-color: #f0f0f0;
  color: #262626; }

body, td, th, input, select, textarea {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #262626; }

a {
  color: #ef3c30;
  text-decoration: none; }

a.btn,
div.btn,
span.btn,
input[type=submit],
input[type=button] {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  background: #ef3c30;
  color: #FFF;
  padding: 12px 20px;
  border-radius: 20px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold; }

a.green,
input[type=submit].green {
  background: #5ab451; }

a.black,
input[type=submit].black {
  background: #000; }

a.btn-small,
div.btn-small,
span.btn-small,
input[type=submit].btn-small,
input[type=button].btn-small {
  font-size: 12px;
  line-height: 17px;
  border-radius: 15px;
  padding: 6px 14px;
  background: #000; }

a.btn-r {
  float: right; }

/* form */
input[type=email],
input[type=text],
input[type=password],
select,
textarea {
  border: 1px solid #999;
  padding: 12px; }

input.prio {
  width: 60px; }

input[type=submit] {
  -webkit-appearance: none; }

p {
  margin: 0;
  line-height: 140%; }

.hidden {
  display: none; }

/* Shadow */
.shadow {
  display: none;
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity .3s ease; }

/* Flash */
.flash {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px; }
  .flash span {
    font-size: 18px;
    font-weight: bold;
    background: #5ab451;
    padding: 24px;
    color: #FFF; }
    .flash span.error {
      background-color: #ef3c30; }

/* Rubriker */
h1 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: 1px; }

/* Lista */
table.list {
  border-collapse: collapse; }
  table.list td,
  table.list th {
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0; }
  table.list th {
    border-color: #CCC; }
  table.list th.border-left,
  table.list td.border-left {
    border-left: 1px solid #CCC; }
  table.list td.r,
  table.list th.r {
    text-align: right; }
  table.list tbody tr:nth-child(odd) td {
    background: #f7f7f7; }
    table.list tbody tr:nth-child(odd) td table td, table.list tbody tr:nth-child(odd) td table th {
      padding: 0;
      border: 0; }
  table.list tbody tr table td {
    border: 0;
    padding: 0; }
  table.list tbody tr table tr:nth-child(odd) td {
    background: none; }
  table.list tbody td.pagination .info {
    float: left; }
  table.list tbody td.pagination .pages {
    float: right; }
    table.list tbody td.pagination .pages td {
      padding-left: 5px; }

/* Filter */
div.box-filter {
  display: flex;
  width: 100%;
  padding: 12px 12px 0;
  background: #F7F7F7;
  margin-bottom: 32px;
  border: 1px solid #999; }
  div.box-filter .field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 12px 12px 0; }
    div.box-filter .field label {
      padding-bottom: 4px;
      font-weight: bold;
      font-size: 13px; }

/* Struktur */
html, body {
  height: 100%; }

.content {
  display: flex;
  min-height: 100%; }

.left {
  width: 200px;
  display: flex;
  background: #000;
  flex-direction: column; }
  .left .logo {
    color: #FFF;
    margin-bottom: 32px;
    padding: 24px;
    font-size: 32px; }
  .left .menu {
    width: 100%; }
    .left .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      width: 100%; }
      .left .menu ul li {
        display: flex;
        width: 100%; }
        .left .menu ul li a {
          display: flex;
          padding: 12px 24px;
          border-bottom: 1px solid #333;
          width: 100%; }

.main {
  display: flex;
  flex-grow: 1;
  padding: 24px 48px;
  flex-direction: column;
  align-items: flex-start; }
  .main h1 {
    margin-top: 0; }

div.fields {
  display: flex;
  flex-direction: column; }
  div.fields div.field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px; }
    div.fields div.field label {
      padding-bottom: 4px; }

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