/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 30 paź 2023, 22:12:58
    Author     : piotr
*/

:root {
    --bs-primary:#002d6e;
    --bs-primary-rgb:0,45,110;
    --bs-link-color:#002d6e;
    --bs-link-color-rgb:0,45,110;
}

#mainmenuhome .navbar-nav .nav-link,
#mainmenu .navbar-nav .nav-link
{
    font-size: 18px;
}

.bg-jumbo {
    background-color: #f8f8f8;
}

body {
    letter-spacing: -0.35px;
}

#subemail {
    color:#aaa !important;
    border:0 !important;
    border-bottom:1px solid #aaa !important;
    border-radius: 0 !important;
    text-align: center;
}

#subemail::placeholder {
    color:#aaa !important;
}

a {
/*    text-decoration: none !important;*/
}

.text-bold {
    font-weight: 900;
}

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

.numer {
    font-size: 3.5rem;
    margin: 0;
    margin-right: 10px;
    font-weight: 700;
}

.small {
overflow-wrap: normal;
}

#jumbo h1 {
    
}

#jumboslider .carousel-caption {
    top:0;
    text-align: left;
    left:0;
    right:0;
}

#mainmenu, #mainmenuhome {
    font-size: 1rem;
    font-weight: 600;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
    text-decoration-color:var(--bs-warning);
    text-underline-offset:5px;
}

.text-underline-warning {
    text-decoration: underline;
    text-decoration-color:var(--bs-warning);
    text-underline-offset:5px;    
}

.text-justify {

}
.text-small {
    font-size:0.9rem !important;
}
.text-smaller {
    font-size:0.8rem !important;
}
.text-1-1 {
    font-size:1.1rem !important;
}
.text-big {
    font-size:1.2rem !important;
}
.text-bigger {
    font-size:1.5rem !important;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #D02525;
}
.text-green {
    color: #007481;
}
.text-dark-gray, .text-darkgray {
    color: #4d4d4d;
}
.text-gray {
    color: #818181;
}
.text-bright-blue {
    color:#05a6f0;
}
.text-bright-green {
    color:#60d831;
}
.text-error-color {
    background: -webkit-linear-gradient(#002d6e, #6390b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

h2.headings-smaller {
	font-size:1.7rem;
}
h3.headings-smaller {
	font-size:1.5rem;
}
h4.headings-smaller {
	font-size:1.2rem;
}


.link-underline-warning.collapsed {
    text-decoration: none;
}

#mainmenu, .authorCard {
    background: rgb(247,249,250);
    background: linear-gradient(0deg, rgba(247,249,250,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%);
}

.authorForm {
    background: rgb(247,249,250);
    background: linear-gradient(0deg, rgba(247,249,250,1) 0%, rgba(250,250,250,1) 100%);
    border:0;
}

.authorCard {
    border-color: #eee;
}

ul.listaArrow, ul.listaArrow2, ul.listaArrow3 {
  position: relative;
  list-style: none;
}

ul.listaArrow li::before {
  content: '▶';
  position: absolute;
  left: 0;
}

ul.listaArrow2 li::before {
  content: '\27F6';
  position: absolute;
  left: 0;
}

ul.listaArrow3 li::before {
  content: '\26AC';
  position: absolute;
  left: 0;
}

ul.listaArrow3 {
    padding-left: 1rem;
}


.svgicon {
    width: 1.6rem;
}


/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  cursor: pointer;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.hover-2-title {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: right;
  padding-right: 20px;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-0.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}


.thumbnail {
    width:100px;
}

.noline {
    text-decoration: none !important;
}

.li-spacer-2 li {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.text-bolder {
    font-weight: 700;
}
.text-fire-brick { color: #b22223; }

.w-20 {
    width:20px !important;
}
.w-120 {
    width:120px !important;
}
.w-200 {
    width:20rem;
}
.w-300 {
    width:30rem;
}
.h-40 {
    height:40px;
}
.h-70 {
    height:70px;
}

.col_gray, .col_section_1 {
    border-left:5px solid #9c9b9b;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.col_yellow, .col_section_2 {
    border-left:5px solid #f2cb13;
    padding-left: 20px;  
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;    
}

.col_green, .col_section_3 {
    border-left:5px solid #95c11f;
    padding-left: 20px;    
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;    
}

.col_red, .col_section_4 {
    border-left:5px solid #CD5C5C	;
    padding-left: 20px;    
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;    
}

.col_blue, .col_section_5 {
    border-left:5px solid #0086cd;
    padding-left: 20px;   
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;    
}

.col_purple, .col_section_6 {
    border-left:5px solid #7D3C98;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.col_green_dark, .col_section_7 {
    border-left:5px solid #196F3D ;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.col_purple, .col_section_8 {
    border-left:5px solid #E67E22;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.col_aquamarine, .col_section_9 {
    border-left:5px solid #58BD95;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.col_salmon, .col_section_10 {
    border-left:5px solid #FDAB9F;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bg-light-2 {
    background-color:#F2F3F4;
}
.bg-gray-light {
    background-color:#F7F7F7;
}
.bg-yellow {
    background-color:#FFC107 !important;
}
.bg-yellow-light {
    background-color: #ffe9b9 !important;
}

.big-label {
    font-weight: 700;
}

.lh-lg {
/* line-height: 1.5 !important;*/
}
.content-article p, .content-article ul li, .content-article ol li {
    line-height: 2 !important;
}
.content-article img {
    margin: 15px;
}
.about_author {
    margin-bottom:30px;
    margin-top:40px;
    width:100%;
    display:block;
    min-height:180px !important;
}
.about_author h5 {
    color:rgb(0 45 110);
    font-weight: 700;
    margin-bottom:20px;
}
.about_author img {
     float: right;
     width: 150px;
     margin: 0 0 15px 15px;
 }

.btn-file {
    font-weight:600;
    padding:6px 15px;
    box-shadow: 0 1px 1px 0 #ececec;
}
.btn-white-green {
    color:#007481;
    background-color: #fff;
    border-color: #e8e8e8;
}
.btn-white-green:hover {
    color:#fff;
    background-color: #007481; /*#317D54;*/
    border-color: #007481;
}
.btn-green-white {
    color:#fff;
    background-color: #007481;
    border-color: #e8e8e8;
}
.btn-green-white:hover {
    color:#fff;
    background-color: #0196A7;
    border-color: #0196A7;
}

.btn-red {
    color:#fff;
    background-color: #C6485B;
    border-color: #CD1C37;
}
.btn-red:hover {
    color:#fff;
    background-color: #CD1C37;
    border-color: #CD1C37;
}
.btn-red-dark, .badge-red-dark {
    color: #fff;
    background-color: #DA2D2D;
    border-color: #D02525;
}
.btn-red-dark:hover {
    color: #fff;
    background-color: #D02525;
    border-color: #C32020;
}
.btn-green {
    color: #fff;
    background-color: #007481;
    border-color: #007481;
}
.btn-green:hover {
    color: #fff;
    background-color: #02636D;
    border-color: #02636D;
}
.btn.no-hover:hover {
    cursor:default !important;
}

.btn-cancel {
    color: #fff;
    background-color: #A0A6AB;
    border-color: #A0A6AB;
}
.btn-cancel:hover {
    color: #fff;
    background-color: #5F676E;
    border-color: #5F676E;
}

.btn-gray {
    color: #333;
    background-color: #e0e3e4;
    border-color: #e0e3e4;
}
.btn-gray:hover {
    background-color: #eee;
}

.btn-gray-light {
    color:#494949;
    background-color: #f0f0f0;
    border-color: #e0e0e0;
}
.btn-gray-light:hover {
    color:#494949;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.navtop {

}

h1,h2,h3,h4,h5,h6,.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.content-page h3, .content-page h4 {
    margin: 1em 0;
}
.content-page p {
    line-height:1.9em;
}
.content-page ul li {
    margin:0.5em 0;
}

ul.notifybar {
    list-style: none;
    margin:2em 0;
    padding:0;
    float:left;
    width:100%;
}
ul.notifybar li {
    display:block;
    float: left;
    position: relative;
    margin:0 1px;
    padding:0.4em 2em;
    font-size:1.1em;
    background-color:#fff;
    border-top:1px solid #f1f1f5;
    border-left:1px solid #f1f1f5;
    border-right:1px solid #f1f1f5;
    border-bottom:1px solid #f1f1f5;
}
ul.notifybar li a { color:#000; }
ul.notifybar li.active {
    border-bottom:0;
    color:#fff;
    font-weight:bold;
    background-color:#002D6E;
}
ul.notifybar li.active a { color:#fff; }

ul.list-style-1 li {
    margin:5px 0;
}
ul.list-style-1 li a {
    text-decoration: unset;
    color:#1E8449;
}
ul.list-style-1 li a:hover {
    text-decoration: underline;
    color:#196F3D;
}
.ul-error, .text-error {
    color: #d20000;
}
.form-check-input {
    border:1px solid #bcbcbd;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(205, 205, 205, 1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(205, 205, 205, 1);
    box-shadow: 1px 1px 5px 1px rgba(205, 205, 205, 1);
}

@media (max-width: 767.98px) { 

.nosticker {
    background-color: #002d6e;
    position: absolute;
    width: 100px;
    right:0;
    top:-40px;
    text-align: center;
    padding-top: 8px;
}

.main-cover {
	max-width:250px;
}

}

@media (min-width: 768px) { 

.nosticker {
    background-color: #002d6e;
    position: absolute;
    width: 100px;
    left:-90px;
    text-align: center;
    padding-top: 8px;
}

}

@media (max-width: 991.98px) { 

.main-cover {
	max-width:300px;
}

}

/* toasts */
#toast-container {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    overflow: visible !important;
}
.toast {
    background-color:#667990;
    color:#fff;
    opacity:0.95;
    padding:0;
    width:300px;
}
.toast.toast-success {
    background-color:#40B766;
}
.toast.toast-error {
    background-color:#BD362F;
}
.toast.toast-success .toast-header {
    background-color:#40B766;
    color:#fff;
}
.toast.toast-error .toast-header {
    background-color:#BD362F;
    color:#fff;
}

.toast .toast-body {
    background-color:#667990;
    color:#fff;
    display:block;
    font-size:1em;
    line-height:1.5em;
}
.toast.toast-success .toast-body {
    background-color:#40B766;
}
.toast.toast-error .toast-body {
    background-color:#BD362F;
}
.toast .symbol, .toast .close {
    color:#ffffff !important;
}
.toast .symbol-big {
    font-size:1.5em !important;
}
.btn-close-white {
    color:#ffffff !important;
}

.hidden-element {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.files-box-border {
    border-left:#8abef3 2px solid;
    margin-left: 0;
    margin-top:0;
    padding: 5px 10px 10px 10px;
}
