/* outfit-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/outfit-v11-latin-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/outfit-v11-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/outfit-v11-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.main-menu {
  width: 200px;
  background-color: darkslategrey;
  height: 100vh;
  color: #fff;
  position: fixed;
  padding-left: 10px;
  padding-top: 20px;
}
.main-stage {
  margin-left: 200px;
}
.header {
  position: fixed;
  top: 0;
  left: 200px;
  width: calc(100% - 200px);
  padding: 15px 30px 15px 30px;
  box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.31);
  z-index: 99;
  background-color: #fbfbfb;
}
.page-body {
  padding-top: 150px;
  padding-left: 30px;
  padding-right: 30px;
}
.main-menu .logo-wrapper {
  opacity: 0.7;
  padding-left: 10px;
  font-size: 19px;
  letter-spacing: -0.7px;
}
.main-menu .logo-wrapper span {
  font-size: 13px;
  letter-spacing: 0;
}
.main-menu .copyright {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 10px;
}
.sidebar-main {
  padding: 35px 5px 0 10px;
  font-size: 16px;
}
.sidebar-main .sidebar-menu {
  padding-bottom: 7px;
  padding-top: 7px;
}
.sidebar-main .sidebar-menu.active a {
  opacity: 1;
}
.sidebar-main .sidebar-menu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  font-weight: normal;
}
.sidebar-main .sidebar-menu a:hover {
  opacity: 1;
}
.sidebar-main .sidebar-menu a svg {
  margin-right: 8px;
}
.frame-type-felogin_login {
  width: 500px;
  border: 1px solid #666;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.frame-type-felogin_login fieldset div {
  margin-bottom: 20px;
}
.frame-type-felogin_login fieldset div label {
  width: 150px;
}
.frame-type-felogin_login input[type=submit] {
  padding: 10px 20px;
}
.header hr {
  margin: 15px 0;
}
.header-title {
  font-weight: 600;
  font-size: 21px;
  color: darkslategrey;
}
a.submenu {
  color: #515151;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}
a.submenu.active,
a.submenu:hover {
  color: darkslategrey;
  border-bottom: 1px solid darkslategrey;
}
body {
  font-family: 'Outfit', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #3D434A;
}
html {
  color: #000;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #3D434A;
  text-decoration: none;
}
ul.typo3-messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.typo3-messages li {
  margin-bottom: 0;
  padding: 0px 10px;
  border-radius: 6px;
  opacity: 0.8;
  border: none;
  border-radius: 0;
}
ul.typo3-messages h4.alert-title {
  display: none;
}
ul.typo3-messages p {
  margin-bottom: 0;
}
.form-control {
  border: 1px solid rgba(106, 113, 133, 0.3);
  border-radius: 0;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
input[type=datetime-local],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=url],
input[type=file],
textarea,
select,
.info-field {
  border-color: rgba(106, 113, 133, 0.3);
  border-style: solid;
  background-color: #fff;
  font-size: 13px;
  color: #898989;
  color: #000;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check {
  border-color: rgba(106, 113, 133, 0.3);
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  font-size: 13px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 30px;
}
.form-check .form-check-label {
  color: #898989 !important;
}
input[type=text]::placeholder {
  opacity: 0.4;
}
.form-label {
  z-index: 9;
  margin-bottom: -10px;
  font-size: 11px;
  position: absolute;
  top: -8px;
  background-color: #fff;
  left: 14px;
  padding-left: 5px;
  padding-right: 5px;
  color: #999;
}
.view-label {
  opacity: 0.5;
}
.btn-sm {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}
.btn-sm.btn-outline-dark {
  color: #666;
  border-color: #666;
}
.btn-sm.btn-outline-dark:hover {
  color: #fff;
}
.clickable-row {
  cursor: pointer;
}
.clickable-row:hover td {
  background-color: #fbfbfb;
}
td p {
  margin-bottom: 0;
}
