@font-face {
  font-family: "Roboto";
  src: url("../include/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../include/fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../include/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../include/fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Condensed";
  src: url("../include/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Condensed-Bold";
  src: url("../include/fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../include/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Slab-Bold";
  src: url("../include/fonts/RobotoSlab-Bold.ttf") format("truetype");
}
body {
  font-family: Roboto-Light !important;
}
body b {
  font-family: Roboto-Bold;
}
body .container h1, body .container h2, body .container h3, body .container h4 {
  margin-top: 20px;
  font-family: Roboto-MediumItalic;
}

.header {
  margin-bottom: 20px;
  width: 100%;
  height: 64px;
  padding: 4px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
.header img {
  height: 72px;
  margin-top: -4.5px;
}
.header .nav-item {
  margin-top: 20px;
}
.header .nav-item .nav-link {
  border-radius: 0.25rem 0.25rem 0 0 !important;
}
.header .nav-item .login {
  color: #007bff !important;
}

body .container {
  margin-top: 12px;
}
body .container p {
  font-size: 12pt;
}
body .container #workflow {
  width: 80%;
}
body .container label h4 {
  font-size: 12pt;
}
body .container label p, body .container label li {
  font-size: 10pt;
}

.footer {
  width: calc(100% + 30px);
  position: fixed;
  bottom: 0;
  height: 60px;
  left: -15px;
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #eee;
}
.footer img.logo {
  height: 40px;
  margin-left: 8px;
}
.footer img.logo#ccls-logo {
  margin-top: -8px;
}
.footer nav ul li {
  height: 60px;
  padding-top: 12px;
}

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