body, html {
  padding: 0;
  margin: 0;
}

body {
  background-color: #2c3e50;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container {
  margin: 50px auto 0 auto;
  max-width: 1820px;
  color: white;
}
.container .page-header {
  padding-left: 15px;
  padding-right: 15px;
}
.container .page-header .page-actions {
  line-height: 37px;
  float: right;
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
}
.container .page-header .page-actions span {
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
.container .page-header .page-actions button {
  border-radius: 0;
  outline: none;
  line-height: 32px;
  vertical-align: top;
  background: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.container .page-header .page-actions button:disabled {
  opacity: 0.7;
}
.container h1 {
  display: inline;
}
.container h1 a {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-decoration: none;
}
.container table {
  width: 100%;
  margin-top: 40px;
}
.container table th, .container table td {
  padding: 12px;
}
.container table th {
  color: #D5DDE5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.container table th:first-child {
  border-top-left-radius: 3px;
}
.container table th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.container table tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color: #666B85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.container table tr:first-child {
  border-top: none;
}
.container table tr:last-child {
  border-bottom: none;
}
.container table tr:nth-child(odd) td {
  background: #EBEBEB;
}
.container table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.container table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.container table td {
  background: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}
.container table td:last-child {
  border-right: 0;
}
.container table th.text-left {
  text-align: left;
}
.container table th.text-center {
  text-align: center;
}
.container table th.text-right {
  text-align: right;
}
.container table td.text-left {
  text-align: left;
}
.container table td.text-center {
  text-align: center;
}
.container table td.text-right {
  text-align: right;
}

.loading-failed {
  margin-top: 40px;
  text-align: center;
}
.loading-failed i {
  font-size: 20px;
  color: #e43030;
}

.loader {
  margin-top: 40px;
  text-align: center;
}
.loader i {
  font-size: 16px;
}
.loader .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 10px auto;
}
.loader .double-bounce1, .loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e1e1e1;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.loader .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

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