@font-face {
  font-family: fsalbert;
  src: url("../font/FSALBERT.OTF");
  font-weight: normal; }

@font-face {
  font-family: fsalbert;
  src: url("../font/FSALBERT-BOLD.OTF");
  font-weight: bold; }

* {
  font-family: fsalbert, sans-serif; }

iframe {
  border: none; }

html, body {
  background: black;
  overflow: hidden;
  color: white; }

#main-navigation {
  width: 225px;
  height: 100vh;
  border-right: 3px solid #FCC917;
  float: left;
  padding: 10px;
  padding-top: 60px;
  background-color: black;
  background-image: url("../img/logo-dark.png");
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: center 10px;
  z-index: 3000;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25); }

#container {
  float: left;
  height: 100vh;
  width: calc(100% - 225px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px; }

#container.fullWidth {
  width: 100vw; }

#top-menu {
  padding: 0;
  list-style: none; }

#top-menu a {
  color: white;
  display: block;
  cursor: pointer; }

#top-menu a:hover {
  text-decoration: underline !important; }

.form-control {
  border-radius: 0;
  line-height: 41px;
  outline: none !important;
  box-shadow: none !important;
  border: 0;
  border-bottom: 5px solid #B2B2B2;
  padding: 0 8px;
  background-color: #EFEFEF !important; }

select[multiple].form-control {
  min-height: 100px;
  max-height: 250px;
  height: auto !important;
  overflow-y: auto; }

.form-control:focus {
  border-bottom-color: #FCC917; }

select.form-control {
  height: 46px !important; }

.form-control.ng-invalid.ng-touched {
  border-bottom-color: #D00000; }

.error {
  color: #D00000; }

.btn-default {
  background-color: #FCC917 !important; }

select[multiple] option {
  padding: 10px;
  margin: 0 -12px; }

select[multiple] {
  padding: 0 0.75rem; }

select[multiple] option[selected=true] {
  background: #FCC917 !important; }

select[multiple] option[selected=false] {
  background: #B2B2B2 !important; }

.tablePaging {
  color: black; }

.tablePaging .pagingControls span:nth-child(2n+1) {
  color: #F25900; }

.tablePaging .pagingControls span:hover:nth-child(2n+1) {
  color: #F25900;
  text-decoration: underline; }

data-table table {
  width: calc(100% + 24px);
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  background-color: white;
  margin: 0 -12px; }

data-table table *:not(button) {
  color: #393c42;
  user-select: none; }

data-table th {
  font-weight: 700;
  background: white;
  position: relative; }

data-table th[sortenabled=true]:hover {
  background-color: #a5a5a5; }

data-table td, data-table th {
  padding: 0 18px;
  height: 48px;
  text-align: left; }

data-table tr {
  border-bottom: 1px solid #95989A; }

data-table tbody tr:hover {
  background-color: #e5e5e5; }

data-table th[sortWith=true]::after, data-table th[sortWith=false][sortenabled=true]::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/arrow24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  width: 24px;
  height: 58px;
  right: 18px;
  top: 0;
  opacity: 0.4;
  transition: 125ms transform ease-out; }

data-table th[sortWith=true][sortascending=true]::after {
  transform: rotate(180deg); }

button {
  background: #535353;
  border: none;
  padding: 8px 30px;
  margin: 8px 0;
  color: white; }

button[type=submit], button.orange {
  background: #F25900; }

button:hover, button:focus, button:active {
  outline: 1px solid #FCC917; }

button:active {
  background: #FCC917; }

img {
  max-width: 100%; }

div#logout-button {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  cursor: pointer;
  color: #FCC917; }

div#logout-button:hover {
  text-decoration: underline; }

div#container {
  content: "";
  background-image: url("../img/worker.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 700px; }

div#container > ng-component > form {
  padding: 12px;
  background: white; }

div#container > ng-component > form > header, section#data-table-main > header, aside#slide-out header, section.storesMatePanel > header {
  background: #B2B2B2;
  color: white;
  font-weight: 700;
  margin: -12px;
  margin-bottom: 12px;
  padding: 8px; }

label {
  margin: 0;
  line-height: 41px;
  white-space: normal;
  word-wrap: break-word;
  hyphens: manual;
  width: 100%;
  color: white; }

section#data-table-main, section.storesMatePanel {
  background: white;
  padding: 12px;
  padding-bottom: 2px;
  margin-bottom: 12px; }

aside#slide-out {
  position: absolute;
  width: 263px;
  height: 100vh;
  background: white;
  z-index: 500;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-50px);
  transition: 200ms transform ease; }

aside#slide-out header {
  margin: 0; }

aside#slide-out ul {
  margin: 0;
  padding: 12px;
  list-style: none;
  height: calc(100% - 88px);
  overflow-y: auto;
  overflow-x: hidden; }

aside#slide-out ul li, .historyTableItem {
  border: 1px solid #FCC917;
  padding: 5px;
  user-select: none; }

aside#slide-out ul li:hover {
  background-color: #fff8e0; }

aside#slide-out ul li:not(:last-child) {
  margin-bottom: 10px; }

aside#slide-out ul li header {
  background: transparent;
  color: #FCC917;
  padding: 0 8px; }

aside#slide-out ul li article {
  padding: 0 8px;
  font-size: 10pt; }

div#login-page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center; }

div#login-page section {
  width: 300px;
  align-content: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column; }

div.alert.alert-danger {
  border-radius: 0; }

div.alert.alert-danger ul {
  padding: 0;
  line-height: 32px;
  list-style: none;
  margin: 0; }
