﻿body {
	margin: 0;
	color: black;
	font-family: "Times New Roman", Times, serif;
	/*background: rgb(35,141,200); /* Old browsers */
	/*background: -moz-linear-gradient(-45deg,  rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(-45deg,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(-45deg,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(-45deg,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
	/*background: linear-gradient(135deg,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background: #f0f0f0;
}

.divZegar {
	float: left;
	width: 19%;
	padding-left: 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #bdbdbd;
	text-transform: uppercase;
	border-bottom-right-radius: 12px;
}

.divZalogowany {
	float: right;
	width: 16%;
	padding-right:20px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #bdbdbd;
	text-transform: uppercase;
	border-bottom-left-radius: 12px;
}

.brakJS {
	text-align: center;
	font-size: 32px;
}

.brakJS p {
	margin: 0;
}

#errorLogowanie {
	color: red;
}

#info{
	color: green;
}

#table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#table .active:hover{
	background-color: #bfbfbf;
}

#search {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	margin: 3px;
}

#table a{
	background: #4cb6ea;
	font-family: 'PT Sans', sans-serif;
	padding: 5px;
	color: white;
	margin: 5px;
	font-weight: 700;
	text-decoration: none;
	border: 1px black solid;
}

#table a:hover{
	color: black;
	background: #f0f0f0;
}

#table #yellow{
	background-color: yellow;
}

#table #yellow:hover{
	background-color: #dee600;
}

#table #red{
	background-color: red;
}

#table #red:hover{
	background-color: #cc0000;
}

#table #dzis{
	background-color: #ccc200;
}

#table #dzis:hover{
	background-color: #c7d104;
}

.zzazn {
	width: 100%;
	display: inline-block;
}

.zzazn p{
	padding-left: 5px;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
}

.zzazn a{
	background: #4cb6ea;
	font-family: 'PT Sans', sans-serif;
	padding: 5px;
	color: white;
	margin: 5px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid black;
}

.zzazn a.active{
	color: black;
	background: #f0f0f0;
	border: 1px black solid;
}

.zzazn a:hover{
	color: black;
	background: #f0f0f0;
}

.zzaznRaport {
	width: 100%;
}

.zzaznRaport p{
	padding-left: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}

.zzaznRaport a{
	background: #4cb6ea;
	font-family: 'PT Sans', sans-serif;
	padding: 5px;
	color: white;
	margin: 5px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid black;
}

.zzaznRaport a.active{
	color: black;
	background: #f0f0f0;
	border: 1px black solid;
}

.zzaznRaport a:hover{
	color: black;
	background: #f0f0f0;
}

.zolty {
	background: yellow!important;
}

.przycisk {
	width: 100px;
	height: 50px;
	font-size: 18px;
}

.tabelka_wyswietl {
	font-size: 20px;
}

.tabelka_wyswietl .pierwszy {
	min-width: 320px;
	font-weight: 700;
}

.tabelka_wyswietl .drugi {
	max-width: 615px;
	font-weight: 500;
}

.notification {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid #73c36f;
  border-radius: 4px;
  color: #008000;
  font-size: 16px;
  border-radius: 4px;
  background-color: #c1e7c3;
}

  .notification.error {
	background-color: #ffdddd;
	border-color: #ff9999;
	color: #ff0000;
  }

.wybrana_container {
	width: 100%;
	display: inline-block;
}

.wybrana_container .wybrana_lewo {
	float: left;
	padding-right: 20px;
}

.wybrana_container .wybrana_prawo {
	float: right;
	padding-left: 20px;
}

.formObok {
	width: 100%;
	display: inline-block;
}

.formObok .divLogowanie {
	float: left;
}

/* Style dla tła modalu */
.modal-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* Style dla samego modala (szerokość 80%, wyśrodkowanie) */
.modal {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
	position: relative;
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Style dla paska postępu */
#progress-bar-container {
	width: 100%;
	height: 20px;
	background-color: #4caf50;
	margin-top: 10px;
	border-radius: 5px;
	color: white;
	text-align: center;
	line-height: 20px;
	position: relative;
}

/* Style dla liczby procentowej wewnątrz paska postępu */
#progress-bar {
	width: 0;
	height: 100%;
	background-color: #f44336; /* Kolor odwrócony */
}

/* Style dla liczby procentowej */
#percent {
	margin-top: 10px;
}

#udane {
	margin-top: 10px;
}

#nieudane {
	margin-top: 10px;
}

/* Style dla przycisku zamykania */
#close-button {
	background-color: #f44336;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
	pointer-events: none;
	opacity: 0.5;
}

/* Style dla przycisku zamykania w stanie aktywnym */
#close-button.active {
	pointer-events: auto;
	opacity: 1;
}

.chat-gpt {
	margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    height: 86vh;
}

.menu-container {
    width: 330px;
    background-color: #333;
    color: #fff;
	padding: 20px;
	overflow: auto;
}

.chat-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.message-output {
    flex: 1;
    padding: 20px;
    background-color: #f0f0f0;
	word-wrap: break-word;
	overflow: auto;
}

.message-input {
    padding: 20px;
    background-color: #e0e0e0;
    display: flex;
    flex-direction: row;
}

.message-input textarea {
    flex: 1;
    width: calc(100% - 20px);
    padding: 5px;
    margin-right: 10px;
    resize: vertical; /* Umożliwia pionowe zmiany rozmiaru textarea */
    min-height: 70px; /* Minimalna wysokość textarea */
}

.message-input button {
    flex: 0 0 auto;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 100%;
	width: 100px;
}

.message-input button:hover {
    background-color: #45a049;
}