@font-face {
  font-family: "Roboto";
  src: url("../webfonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../webfonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../webfonts/Roboto-Italic.ttf") format("truetype");
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.main-menu {
  background: #493969;
}

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

ul {
  margin: 0;
}

.header {
  background: #f5f0fd;
}

.my-pt-5 {
  padding-top: 56px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.title-site-name {
  font-weight: bold;
  font-size: 20px;
  color: #1e0035;
}

.title-address {
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 700;
}

.icon-group .btn {
  font-size: 20px;
  color: #1e0035;
}

.accordion-button {
  border: none;
}

.employee-work-shedule td {
  max-width: 150px;
}

.division-list__item a {
  color: green;
}

.fp-links i {
  font-size: 64px;
}

.title-box {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  font-weight: 700;
}

.title-box-1 {
  background-color: #c3c0c0;
  color: #454444;
}

.title-box-2 {
  background-color: #ffb8b8;
  color: #773737;
}

.title-box-3 {
  background-color: #e7e675;
  color: #515009;
}

.title-box-4 {
  background-color: #a7dde5;
  color: #00494c;
}

.title-box-5 {
  background-color: #a7e5ac;
  color: #004c01;
}

#queue-show-btn {
  border: none;
}

#queue-modal #v-pills-tab {
  min-width: 250px;
}

#queue-modal .people-count {
  text-align: center;
  font-size: 84px;
  line-height: 84px;
  font-weight: 700;
  color: #4f4f4f;
}

.publish-date {
  font-size: 12px;
}

.footer-background {
  background: #493969;
}

.footer-text {
  font-size: 13px;
  color: #ddc7f6;
  font-weight: normal;
}

.a-href-none {
  text-decoration: none;
  font-size: 13px;
  color: #ddc7f6;
  font-weight: normal;
}
.a-href-none:hover {
  color: #ffffff;
}

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