@font-face {
  font-family: 'spark-bar-medium';
  src: url("../fonts/atf-spark/spark-bar-medium.3330e116fb6f.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spark-bar-narrow';
  src: url("../fonts/atf-spark/spark-bar-narrow.ceb0468c37da.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spark-bar-thin';
  src: url("../fonts/atf-spark/spark-bar-thin.ddd3cb8a7629.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spark-dot-line-medium';
  src: url("../fonts/atf-spark/spark-dot-line-medium.96c4555d4f83.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spark-dot-medium';
  src: url("../fonts/atf-spark/spark-dot-medium.e3f7c155d698.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spark-dot-small';
  src: url("../fonts/atf-spark/spark-dot-small.5b92af2073ca.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

.spark-bar-medium {
  font-family: 'spark-bar-medium';
}
.spark-bar-narrow {
  font-family: 'spark-bar-narrow';
}
.spark-bar-thin {
  font-family: 'spark-bar-thin';
}
.spark-dot-line-medium {
  font-family: 'spark-dot-line-medium';
}
.spark-dot-medium {
  font-family: 'spark-dot-medium';
}
.spark-dot-small {
  font-family: 'spark-dot-small';
}

html:root {
  --mdc-theme-primary: #06395b;
  --mdc-theme-secondary: #76b700;
}

body {
  font-family: Roboto, sans-serif;
  background-color: #fafafa;
  margin: 0;
}

#header {
  line-height: 2.25rem;
  margin-bottom: 20px;
  padding: 2px 0;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#header a:hover {
  background-color: white !important;
}

#header a {
  font-weight: bold !important;
}

.nav-left {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.nav-right {
  display: flex;
  justify-self: flex-end;
}

#content-wrapper {
  display: flex;
  margin-top: 56px;
  height: 100%;
}

.mdc-permanent-drawer {
  padding-left: 18px;
  background-color: rgb(245, 245, 245);
}

.mdc-list-group .fa {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mdc-list-group__subheader {
  display: flex;
}

main {
  width: 100%;
}

.mdc-layout-grid {
  width: 100%;
}

/* .container { */
/*   width: 100%; */
/*   display: flex; */
/* } */

.mdc-button__icon {
  vertical-align: middle;
}

.mdc-icon-toggle::before, .mdc-icon-toggle::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

main {
  padding: 15px;
}

.pagination {
  padding:15px 0;
}

.page-links {
  display: flex;
  justify-content: center;
}

.page-links a {
  display: inline-block;
  padding: 0 10px;
}

.mdc-card {
  background-color: white;
  text-align: center;
}

.mdc-card .mdc-card__primary {
  text-transform: uppercase;
}

.mdc-card .mdc-card__title {
  color: var(--mdc-theme-primary, #06395b);
  font-weight: bold;
  padding-bottom: 8px;
}

.mdc-card .mdc-card__subtitle {
  font-weight: bold;
}

.hide {
  display: none !important;
}

@media(max-width: 1292px) {
  #sidebar {
    display: none;
  }
}

.login {
  width: 30%;
  height: 380px;
  margin:auto;
  padding: 25px;
  background:#fff;
  box-shadow: 4px 7px #e0e0e0;
}

.login h1 {
  color: #323232;
}

.login__input {
  margin: 15px 0;
}

.login__input label {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}

.login__input input[type="text"],
.login__input input[type="password"] {
  padding: 15px;
  border:0;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.login__input input[type="submit"] {
  display: inline-block;
  padding: 10px;
}

.login__error {
  margin: 15px 0;
  color: #ac2020;
}
