@charset "UTF-8";
/*!
 * Copyright (c) Pro3W 2026.
 * author: Sławomir Moskal
 * filename: ms.scss
 * last update: 18.02.2026, 12:02
 */
/*
/* Variables to Pro3W CMS
*/
/*
    Author     : slawomirmoskal
*/
/* Alert colors */
/* App colors */
/* Social media colors */
/* Other colors */
/*
/* Mixin container to default Pro3W CMS template
*/
/*
    Author     : slawomirmoskal
*/
/* Font style example @include font-global (1rem; $black; normal; 1rem * 1.1 )
*/
/* change font to rem with pixel size example p { @include font-size(14px)} */
/*pseudo class addons example div::after { @include pseudo; ...} */
/* Placeholder */
/* Fonts */
/*Transition */
/* Media custom names by Pro3W */
/* Image fit cover */
/* No margin and padding */
/* Fiexd full background */
/* Img cover */
/* FA example

.twitter {
  @extend %fa-icon;
  @extend .fab;

  &:before {
    content: fa-content($fa-var-twitter);
  }
}
*/
:root {
  --custom-gray: #f1f1f1;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000000;
  --white: #fff;
  --ms-blue-1: #386fb3;
  --ms-blue-2: #35659f;
  --ms-lblue-1: #4eadd4;
  --ms-lblue-2: #489cbd;
  --ms-pink-1: #d22f7b;
  --ms-pink-2: #bc2378;
  --instagram-color: #e4405f;
  --youtube-color: #cd201f;
  --facebook-color: #3b5998;
  --wcag-color: #f5c344;
}

.box__ms--magenta {
  background: var(--ms-pink-1);
  color: var(--white);
}

#instagram-ico i, #facebook-ico i, #youtube-ico i {
  color: white !important;
}
#instagram-ico i:hover, #facebook-ico i:hover, #youtube-ico i:hover {
  color: white !important;
}

#wcag-ico i {
  color: #000000 !important;
}
#wcag-ico i:hover {
  color: #000000 !important;
}

#instagram-ico i {
  font-size: 1.5rem;
}

#facebook-ico i {
  font-size: 1.4rem;
}

#youtube-ico i {
  font-size: 1.2rem;
}

#wcag-ico i {
  font-size: 1.2rem;
}

#language-ico-globe {
  font-size: 1.5rem;
}

#instagram-ico, #facebook-ico, #wcag-ico, #youtube-ico {
  font-size: 2rem;
  border-radius: 50em;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

#instagram-ico {
  background: #e4405f;
}

#facebook-ico {
  background: #3b5998;
}

#wcag-ico {
  background: #f5c344;
}

#youtube-ico {
  background: #cd201f;
}

#wcag-ico {
  background: #f5c344;
  color: #000000;
}

#language_link {
  background-color: var(--gray-100);
  color: var(--black);
  border-radius: 50em;
  height: 2.4rem;
  line-height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header {
  padding: 0;
  margin: 0;
}

#header-img {
  margin-bottom: -1px;
}

#header-info {
  gap: 0.8rem;
}

@media (min-width: 768px) {
  #navbar-top, #navbar-top .navbar-nav {
    background: var(--ms-blue-1) !important;
    color: var(--white) !important;
    height: 4rem;
  }
  li.nav-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .logo-img {
    background: #174582;
  }
  #navbar-top .navbar-nav {
    overflow-y: scroll;
  }
}
.bg-gray-100 {
  background-color: var(--gray-100);
  color: var(--black);
}

@media (min-width: 768px) {
  #footer {
    background-image: url("/umrzeszow/ms/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: top right;
  }
}
@media (max-width: 768px) {
  .body-mobile #language_link {
    background: #000 !important;
    color: #fff !important;
  }
}
#content {
  font-family: "Montserrat", sans-serif;
}

#modulBody strong, #modulBody b, #akapitBody strong, #akapitBody b {
  font-size: 1rem;
  font-weight: 700;
}

.module_title, .news-heading-title {
  color: black;
  font-family: "Montserrat", sans-serif;
}

.news-heading-title {
  font-family: "Montserrat", sans-serif;
}

.art-news-title a {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

#docModul {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

#content .card {
  border-radius: 0;
  margin-bottom: 1rem;
}
#content .card .card-header {
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  padding: 0;
  height: 100px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
#content .card .card-header .panel-title {
  align-self: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 30px;
  width: 100%;
}
#content .card .card-header .panel-title .btn-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  align-items: center;
}
#content .card .card-header .panel-title .btn-link:before {
  display: none !important;
}
#content .card .card-header .panel-title .btn-link:after {
  content: "+";
  font-weight: 400;
  font-size: 2rem;
}
#content .card .card-header .panel-title .btn-link[aria-expanded=true]:after {
  content: "-";
  font-size: 2rem;
}
#content .card .card-header .panel-title .btn-link:after {
  content: "+";
  font-weight: 400;
  font-size: 2rem;
}
#content .card .card-header .panel-title .btn-link[aria-expanded=true]:after {
  content: "-";
  font-size: 2rem;
}
#content .card .card-body {
  padding: 0 1.875rem 1.875rem 1.875rem;
  background: #f1f1f1;
}
#content .img-thumbnail {
  border: 0;
  padding: 0;
  border-radius: 0;
}
#content #docModul h2 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
#content .box.big-title-consultation .news-heading-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
  border: 0;
}
#content .box.small-title-consultation .news-heading-title {
  font-size: 1.275rem !important;
  font-weight: 700;
  border: 0;
}
#content .box.pt-border {
  border-top: 1px solid #000;
  padding: 2rem 0;
  margin-top: 3rem;
}
#content #docContentAkapit .title-art {
  color: #000 !important;
}
#content .att-link {
  height: 100px;
  line-height: 100px;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  color: #000 !important;
  width: 100%;
  margin: 3rem 0;
}
#content .att-link:after {
  content: "\f33d";
  font-family: "Font Awesome 5 Pro";
  order: 3;
}
#content .att-link:before {
  content: "Pobierz";
  font-weight: 700;
  font-size: 1.5rem;
  order: 2;
  padding-right: 10px;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  #content .att-link {
    height: auto;
    line-height: 1;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    color: #000 !important;
    width: 100%;
    margin: 3rem 0;
  }
  #content .att-link:before {
    content: "";
    font-weight: 700;
    font-size: 1rem;
    order: 2;
    padding-right: 10px;
    margin-left: auto;
    font-family: "Montserrat", sans-serif;
  }
}
.no-ms, .no-ems {
  display: none !important;
}

/* Pasek tytułu */
.tbl-title {
  background: #00AEEB; /* niebieski jak na screenie */
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}

/* Nagłówki tabeli */
.tbl-head th {
  background: #FFF200; /* żółty */
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

/* Kolory miesięcy (odcienie zieleni) */
.m-styczen {
  background: #BFE8A8;
  font-weight: 700;
}

.m-luty {
  background: #8FD14F;
  font-weight: 700;
}

.m-marzec {
  background: #00B050;
  font-weight: 700;
  color: #000;
}

.m-kwiecien {
  background: #4CD964;
  font-weight: 700;
}

.m-maj {
  background: #9BE7A1;
  font-weight: 700;
}

.m-czerwiec {
  background: #CFF2D0;
  font-weight: 700;
}

/* Wygląd komórek */
.calendar-table td, .calendar-table th {
  vertical-align: middle;
}

.col-month {
  width: 140px;
}

.col-date {
  width: 160px;
  white-space: nowrap;
}

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