body {
  margin: 0 !important;
  background: #f3f3f3;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none; }

h1, h2 {
  color: #374258; }

h2, h4 {
  color: #6a7285; }

#main-container {
  display: flex;
  flex-direction: row; }

.content-container {
  position: relative;
  width: calc(100% - 250px);
  margin-left: 250px;
  padding: 10px;
  padding-top: 100px;
  transition: .3s; }
  .content-container.short {
    width: calc(100% - 50px);
    margin-left: 50px;
    transition: .3s; }

.paper {
  padding: 25px; }

.submit-container {
  margin-top: 20px; }

.error-container {
  display: inline-block;
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  color: red; }

.horizontal-form-container .error-container {
  padding-left: 0; }

#header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  top: 0;
  left: 250px;
  width: calc(100% - 250px);
  height: 80px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  transition: .3s; }
  #header.short {
    width: calc(100% - 50px);
    left: 50px;
    transition: .3s; }

#navigation .navigation-content-container {
  width: 250px;
  height: 100vh;
  background: #374258;
  transition: .5s; }
  #navigation .navigation-content-container.short {
    width: 50px;
    transition: .5s; }
    #navigation .navigation-content-container.short .navigation-text {
      display: none; }
    #navigation .navigation-content-container.short .logo-container .title {
      display: none; }
  #navigation .navigation-content-container:hover {
    width: 250px;
    transition: .3s; }
    #navigation .navigation-content-container:hover .navigation-text {
      display: block; }
  #navigation .navigation-content-container .logo-container {
    display: flex;
    flex-direction: row;
    padding: 15px;
    align-items: center;
    justify-content: center; }
    #navigation .navigation-content-container .logo-container .logo {
      width: 50px; }
    #navigation .navigation-content-container .logo-container .title {
      flex-grow: 1;
      color: #f74464; }
  #navigation .navigation-content-container .navigation-item .navigation-icon {
    color: #f74464; }
  #navigation .navigation-content-container .navigation-item .navigation-text span {
    color: white; }
  #navigation .navigation-content-container .submenu {
    padding-left: 20px; }
  #navigation .navigation-content-container .navigation-link {
    display: flex;
    text-decoration: none;
    transition: .15s; }
    #navigation .navigation-content-container .navigation-link:hover, #navigation .navigation-content-container .navigation-link.active {
      background: #6a7285;
      transition: .15s; }

#filter .filter-header {
  width: 250px;
  padding: 5px;
  background: #374258; }
  #filter .filter-header button {
    color: white; }
#filter .filter-content-container {
  width: 250px; }
#filter .control-container {
  margin-top: 50px;
  text-align: center; }

#table-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
#table-page .table-header {
  background: #374258; }
  #table-page .table-header th {
    color: white; }
#table-page .table-row-0 {
  background: rgba(178, 199, 220, 0.2);
  transition: .15s; }
  #table-page .table-row-0:hover {
    background: rgba(178, 199, 220, 0.4);
    transition: .15s; }
#table-page .table-row-1 {
  background: rgba(199, 221, 255, 0.2); }
  #table-page .table-row-1:hover {
    background: rgba(178, 199, 220, 0.4);
    transition: .15s; }

#not-found {
  width: 100vw;
  height: 100vh;
  background: #374258;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #not-found h1 {
    font-size: 150px;
    margin-bottom: 0;
    color: #f74464; }
  #not-found h3 {
    font-size: 26px;
    margin-top: 15px;
    color: #f74464; }

#forbidden {
  width: 100vw;
  height: 100vh;
  background: #374258;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #forbidden h1 {
    font-size: 150px;
    margin-bottom: 0;
    color: #f74464; }
  #forbidden h3 {
    font-size: 26px;
    margin-top: 15px;
    color: #f74464; }

#error {
  width: 100vw;
  height: 100vh;
  background: #374258;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #error h1 {
    font-size: 150px;
    margin-bottom: 0;
    color: #f74464; }
  #error h3 {
    font-size: 26px;
    margin-top: 15px;
    color: #f74464; }

#login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }

#lock {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }

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