@font-face {
  font-family: Nunito;
  src: url(/inc/nunito/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf); }
.border-box {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  position: relative; }

.info-box {
  border: 1px solid #ddd;
  padding: 55px 15px 0px 15px;
  margin-bottom: 15px;
  position: relative; }

.info-box .heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ddd;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 110%; }

.text-right {
  text-align: right; }

.row {
  margin-bottom: 20px; }

.error-message {
  width: 100%;
  background-color: #e1152c;
  text-align: center;
  font-size: 80%;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: none; }

.status-indicator {
  color: #f9f9f9; }

.status-indicator.active {
  color: #86ac44; }

.status-indicator.inactive {
  color: #e1152c; }

.status-indicator.pending {
  color: #f8b92f; }

/********************/
.btn {
  border-radius: 3px;
  padding: 8px;
  color: #000000;
  border: none;
  font-size: 13px; }

.btn:hover {
  opactity: 0.7; }

.btn.btn-100 {
  width: 100% !important; }

.btn.btn-gray {
  background-color: #ddd; }

.btn.btn-blue {
  background-color: #008b8b;
  color: #ffffff; }

.btn.btn-white {
  background-color: #ffffff;
  color: #008b8b;
  border: 2px solid #008b8b; }

/********************/
a.xlsx-link {
  background-color: #008b8b;
  color: #ffffff;
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none; }

/********************/
.form-group {
  margin-bottom: 10px; }

/********************/
.form-control {
  border-radius: 3px; }

.form-control.mandatory {
  border-color: #86ac44; }

.form-control.mandatory.error {
  border-color: #e1152c; }

.form-control:focus {
  box-shadow: none; }

.form-control.datepicker:read-only {
  opacity: 1; }

/********************/
.actions i {
  padding: 5px;
  background-color: #ddd;
  border-radius: 3px;
  cursor: pointer; }

/********************/
.input-wrap {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 3px; }

/********************/
#main-menu {
  color: #ddd;
  display: inline-block;
  width: 10%;
  vertical-align: top;
  padding-top: 70px; }

#main-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 20px; }

#main-menu a:hover {
  background-color: #333; }

#main-menu a.selected {
  background-color: darkcyan; }

#page-content {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  padding-left: 20px; }

/********************/
#page-content .header {
  height: 70px;
  position: relative;
  border-bottom: 1px solid #ddd; }

#page-content .header .right-col {
  padding-top: 15px; }

#page-content .header .right-col a {
  color: #666;
  margin-right: 15px;
  font-size: 22px; }

#page-content .header .right-col a:hover {
  color: #222; }

/********************/
.header .update-success {
  background-color: #339933;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  display: none; }

.header img.logo {
  display: block;
  max-height: 100px;
  max-width: 100px; }

/********************/
#ConfirmDeleteModal button {
  color: #fff;
  display: block;
  width: 200px;
  margin: 0 auto; }

/********************/
.wrap-box {
  background-color: #e6eef0;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 5px 5px 5px #999; }

.wrap-box .heading {
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  font-size: 20px; }

.wrap-box .content {
  padding: 10px;
  background-color: #fff;
  position: relative; }

.card__title button.add {
  position: absolute;
  top: 18px;
  right: 25px; }

input:read-only {
  opacity: 0.4; }

/* Johannes */
body {
  font-family: 'Nunito', sans-serif; }

.main-wrapper {
  background-color: #f0f3f5;
  min-height: 100vh; }

.main-wrapper .top-panel {
  background-color: #fff;
  border-bottom: 1px solid #f0f3f5;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  z-index: 99; }

.main-wrapper .top-panel .header {
  width: 100%;
  display: flex; }

.main-wrapper .top-panel .header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px; }

.main-wrapper .top-panel .header .inner .right-col a {
  color: #6b6e75;
  margin: 0 10px;
  transition: all ease .2s; }

.main-wrapper .top-panel .header .inner .right-col a:hover {
  color: #212225; }

.main-wrapper .bottom-panel {
  display: flex;
  padding-top: 70px; }

.main-wrapper .bottom-panel .left {
  width: 240px;
  background-color: #fff;
  position: relative;
  flex-shrink: 0; }

.main-wrapper .bottom-panel .left #main-menu {
  background-color: #fff;
  padding: 0;
  width: 240px;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  height: calc(100vh - 70px);
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.main-wrapper .bottom-panel .left #main-menu::-webkit-scrollbar {
  display: none; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner {
  padding: 30px 0; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner > a {
  color: #3e4b5b;
  transition: all ease .2s; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner div.expandable {
  padding-left: 20px;
  color: #3e4b5b;
  transition: all ease .2s;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner div.expandable .children {
  display: none; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner div.expandable .children a {
  color: #3e4b5b;
  transition: all ease .2s;
  font-size: 90%;
  margin-left: 20px;
  padding: 5px;
  padding-left: 15px; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner div.expandable .children a.selected {
  color: #fff; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner div.expandable .toggle {
  cursor: pointer; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner div.expandable i.fa-angle-down {
  position: absolute;
  right: 30px;
  top: 15px; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner > a i {
  margin-right: 10px; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner i.icon {
  margin-right: 10px; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner a:hover {
  color: #008b8b;
  background-color: transparent; }

.main-wrapper .bottom-panel .left #main-menu .main-menu__inner a.selected {
  color: #fff;
  background-color: #008b8b; }

.main-wrapper .bottom-panel .right {
  width: 100%; }

.main-wrapper .bottom-panel .right #page-content {
  padding: 30px;
  display: block;
  width: auto; }

.main-wrapper .btn-blue {
  min-width: 200px;
  width: auto;
  margin-bottom: 15px; }

.main-wrapper .page-header .page-header__title {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 800; }

.main-wrapper .card {
  width: 100%;
  height: 100%;
  min-width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  border: none;
  border-radius: 20px; }

.main-wrapper .card .card__inner {
  padding: 20px; }

.main-wrapper .card .card__inner .card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; }

.main-wrapper .card .card__inner .card__title.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.main-wrapper .card .card__inner .card__title .checkbox-container {
  font-size: 16px;
  font-weight: 400; }

.main-wrapper .card .card__inner .card__content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }

.main-wrapper .card .card__inner .card__content .card__col {
  flex: 1; }

.main-wrapper .card .card__inner .card__content .card__col.w-4 {
  flex: 33%; }

.main-wrapper .card .card__inner .card__content .card__col.w-8 {
  flex: 66%; }

.main-wrapper .card .card__inner .card__content .card__col.w-12 {
  flex: 100%; }

.main-wrapper .card .card__inner .card__content .card__col.w-6 {
  flex: 1 1 calc(50% - 15px); }

/* unique classes */
.add-supplier-form .logo-container .logo-placeholder {
  height: 150px;
  width: 200px;
  background: #eee;
  border-radius: 5px;
  margin-bottom: 15px; }
