@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

/* boksy informacyjne */
.ignis-error-box {
background-color:#FFC90E;
border-bottom: 1px solid #FF7F27;
padding: 5px;
color: red;
text-align: left;
font-weight: bold;
}
.ignis-info-box {
background-color:#7BB801;
border-bottom: 1px solid #257E29;
padding: 5px;
color: #262626;
text-align: left;
font-weight: bold;
}

/*tabela kształtująca formularze*/
.ignis-form-table {
border: 0px;
width:80%;
margin-top: 15px;
margin-bottom: 15px;
}
input {
	border: 1px solid #b08e7e;
	font-family: 'Times New Roman';
    font-size: 16px;
    background-color: #0a0501;
	color: #b28458;
}


#wrapper{
width:300px;
height:220px;
margin: 0 auto;

position: fixed;
left: calc(50% - 150px);
top: calc(50% - 110px);
}

#wrapper #header {
	background-color: #262626;
	width:100%;
}

#header .title{
	font-size:38px;
	color:#E66000;
	margin:0px;
	font-family: "Lato", serif-serif;
	font-weight:bold;
	padding:10px 0px 0px;
	float: left;
}

#header .description{
	font-size:16px;
	margin-left:1px;
	color:#ffffff;
	font-family:"Lato", serif-serif;
	float: left;
	margin-left:10px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header .description .gray{
color: #595959;
}

.intabele {
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	color: #b28433;
	border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	background-color: #0a0501;
	
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 8px;
		padding-bottom: 8px;
	border-collapse: collapse
}

input, textarea, select {
	font:14px "Lato";
	vertical-align:middle;
	padding:3px;
	margin:0;
}

font-face {

font-family: 'Cormorant';
src: url('/uploads/theme/Cormorant.ttf');
src:
  local('Cormorant'),
  local('Cormorant'),
  url('/uploads/theme/Cormorant.ttf')
  format('truetype');
}

.normal1 {
	color: #b28433;
font-family: 'Cormorant', serif;
}

textarea {
	overflow:auto;
	resize:none;
}
body {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:21px;
	color:#b28458;
	background-color:#0a0501;
	font-family:"Times New Roman", sans-serif;
}

fieldset { 

border: 0px;
background-color: #160a0a;
border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);	
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
}


legend {
  border:1px solid #0a0501;
  font-variant: small-caps;
  color: #b28433;
  background-color: #0a0501;
  border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);	
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
  }
  
  .inzapisy {
	position: relative;
	padding-top: 0px;
	width: 180px;
    height: 20px;
    color: #0a0501;
    outline: none;
    border: 1px solid #443208;
    background: #918366;
	border-radius: 4px;
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}
.inprzylogin {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 191px;
    height: 51px;
	background-image: url(/uploads/files/grafika/2024/bloki/b-alo2.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}
.inprzylogin:hover {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 191px;
    height: 51px;
	background-image: url(/uploads/files/grafika/2024/bloki/b-alo2.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:33px;
	margin-bottom:10px;
}

h2 {
	font-size:25px;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	margin-bottom:10px;
}

h4 {
	font-size:16px;
	margin-bottom:10px;
}

h5 {
	font-size:14px;
	margin-bottom:10px;
}

h6 {
	font-size:12px;
	margin-bottom:10px;
}

	/*  links
	******************************/
	a {color: #262626;text-decoration: underline;}
	a:hover {color: #E66000;text-decoration: none;}