﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #151515;
}

table{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
    white-space: nowrap !important;
}

.container.post {
    overflow: hidden;
}

.container.post p{
        white-space: normal !important;
}

.time-count {
    white-space: nowrap !important;
}

h1, h2, h3, h4, h5, h6{
    white-space: normal !important;
}


.container{
    width: 932px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.dymek {
    display: inline-block;
    height: 25px !important;
    width: auto !important;
    position: relative;
    top: 7px;
}

.slider-arrow {
    margin: 0 !important;
}

.row.mb-0 button{
    margin-top: 15px;
}

.container.register {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edit h1{
    text-align: center;
}

.logo{
position: absolute;

}

.logo{
    z-index: 10;
}

.z{
    z-index: 100;
    margin-top: 5px;
}

.slide{
    position: relative;
}

.edit textarea{
    width: 100%;
}

.zaglosuj{
    text-align: left !important;
    display: block !important;
    margin-left: 20px;

}

.zaglosuj p{
    font-weight: bold;
    font-size: 16px;
    color: black;
}

.zaglosuj button{
    margin-top: 0;
}

.edit-posts a{
    font-size: 20px;
}

.top-news-baner-2 {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 370px;
  }
  
  .top-news-baner-2.main-page {
    position: absolute;
    bottom: 25px !important;
    left: 30px;
    width: 370px;
  }

  .top-news-baner-2 h2 {
    font-size: 35px;
    margin-bottom: 0;
    color: white;
  }

  .top-news-baner-2 p {
    font-size: 16px;
    margin-top: 20px;
    color: white;
  }

.news-page{
    position: relative;
}

body{
    overflow-x: hidden;
}

.top-news-baner{
    position: relative;
    top: -148px;
    left: 40px;
width: 370px;
}

.top-news-baner h2{
    font-size: 35px;
    margin-bottom: 0;
    color: white;
}

.top-news-baner p{
    font-size: 20px;
    margin-top: 20px;
    color: white;
}

.edit-posts{
    margin-top: 30px;
}


.reset-form{
    margin-top: 20px;
}

.container .form-group {
    width: 300px;
    margin-right: auto;
    margin-left: auto;

}

.post p, .post h3{
    color: black;
}

.register h1, .register button{
    text-align: center;
}

.container .form-group input:not(.sidebar input){
    width: 100%;
}
.submit{
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.submit button{
    margin-top: 20px;
}

.sidebar{
    width: 206px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.top-news img{
    width: 720px;
    height: 500px;
    object-fit: cover;
}

.news-list{
    margin-top: 30px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.container.post textarea{
    width: 100%;

}

.comments-list{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.comments-list li{
    margin-top: 15px;
}

.container.post img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.container-admin form div{
    margin-bottom: 20px;

}

.container-admin input:not(.sidebar input), .container-admin textarea{
    width: 500px;
    font-size: 14px;
}

.error-message{
    font-size: 14px;
}

h1{
    margin-top: 30px;
}

.ranking-place{
    display: flex;
}

.ranking-place{
    margin-top: 30px;
}

.ranking-place p{
    line-height: 6px !important;
}

.ranking-place1 p{
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.below-footer{
    max-width: 932px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.ranking-place2 p{
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding-left: 20px;
}

.ranking-place3 p{
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding: 6px;
    margin: 0;
    padding-left: 20px;
}

.ranking-place1{
    margin-left: 20px;
    width: 70px;
    height: 60px;
    overflow: hidden;
    background: black;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ranking-place2{
    margin-left: 20px;
    width: 350px;
    height: 60px;
    overflow: hidden;
    background: black;
    border-radius: 18px;
}

.ranking-place3{
    margin-left: 20px;
        width: 100px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #ff7f27;
    border-radius: 18px;
}

select {
    width: 100%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  }

  select::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  }

.form-row{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.time-count{
	margin-bottom: -30px;
	position: relative;
	top: -42px;
    text-align: right;
	color: black;
	font-weight: bold;
	font-size: 16px;
    width: 932px;
}

.rank-image{
    display: block;
}

.give-points{
    display: flex;
    justify-content: center;
}

.give-points select{
    margin-left: 25px;
    border-radius: 18px;
    -webkit-box-shadow: 8px 8px 10px -10px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 10px -10px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 10px -10px rgba(66, 68, 90, 1);
}

.center-button{
    display: flex;
    justify-content: center;
}

.give-points-button{
    margin-top: 30px;
}


button {
  appearance: none;
  background-color: #FAFBFC;
  border: 2px solid black;
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 4px 12px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

h1{
    color: black;
}

.wylacz{
    display: none;;
}

nav{
	display: flex;
	font-weight: bold;
	justify-content: start;
	width: 932px;
	position: relative;
	top: -51px;
}

nav a:nth-child(1){
 	margin-left: 240px;   
    
}

footer{
	font-weight: bold;
	width: 932px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: end;
	-webkit-justify-content: end;
	align-items: end;
	-webkit-align-items: end;
	height: 9px;
}

.copyright{
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	position: relative;
	top: 83px;
	color: black;
}

.foot{
	display: flex;
	display: -webkit-flex;
	width: 670px;
	position: relative;
	top: 63px;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.number-loaded{
	width: 50%;
	text-align: left;
	color: white;
	font-weight: bold;
}

.news-button{
	width: 50%;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	color: white !important;
	margin-top: 12px;
}


nav a{
	margin-right: 25px;
	font-size: 12px;
	color: white !important;
}

a:visited { text-decoration: none; color: #535353}
a:link    { text-decoration: none; color: #535353}
a:hover   { text-decoration: none; color: #232323}

a.adminonly { text-decoration: none; color: #005500; font-style: normal; font-size: 11px; font-weight: normal;}

/* formatownie menu główne */

a.mainmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;

}
a.mainmenu:hover{
	color: #ffffff;
	text-decoration: none;
}
a.mainmenu:visited{
	color: #ffffff;
}
.remind{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
.todayis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a.menulinks{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a.menulinks:hover{
	color: #000000;
	text-decoration: underline;
}

/* guest book formating */
.guestbookdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.guestbookmsg{
	color: #ffffff;
}
.guestbookemail{
	font-size: 10px;
	color: #ffffff;
}

.sidebar .form-control {
    font-family: verdana;
    font-size: 11px;
    background-color: #ffedb3;
    border-color: #b68686;
    color: #000000;
    border-style: solid;
    font-weight: normal;
    border-width: 1px;
    width: 100px;
  }

input:not(.sidebar input),textarea,select {font-family: verdana; font-size: 11px; background-color:#F4F4FF; border-color:#98A8E9; color:#000000; border-style:solid; font-weight: normal;border-width:1px;}
form {margin-top:0; margin-bottom:0;}

.clearform {border-style:none; background-color:#ffffff;}

.inputText {font-family: verdana; font-size: 11px; background-color:#2D328F; border-color:#98A8E9; color:#EFEDED; border-style:solid; font-weight: normal;border-width:1px;}
.inputBtn {font-family: verdana; font-size: 11px; background-color:#c8d8f9; border-color:#98A8E9; color:#000000; border-style:solid; font-weight: normal;border-width:1px;}

.login_form {font-family: verdana; font-size: 11px; background-color:#ffedb3; border-color:#b68686; color:#000000; border-style:solid; font-weight: normal;border-width:1px;}
.login_btn {font-family: verdana; font-size: 11px; background-color:#ff0000; border-color:#000000; color:#ffffff; border-style:solid; font-weight: bold;border-width:1px;}

.votepicker {font-family: verdana; font-size: 11px; background-color:#ffffff; border-color:#000000; color:#000000; border-style:solid; font-weight: normal;border-width:1px;}

.indexheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #eeeeee;
}

a.news_title {
	font-family: ArialCE,Arial,Verdana,Tahoma,HelvaticaCE,Helvetica,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000071;
	text-decoration: underline;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
a.news_title:visited{
	text-decoration: underline;
}

.news_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 1px;
	border: 0px solid #eeeeee;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.news_source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #777777;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.news_comment_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.news_more {
	font-weight: bold;
	color: #000000;
}
a.news_moree:hover {
	color: #aaaacc;
}

/* formatownie komentarze do news'ów */

.news_com_author{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana;
}
.news_com_date{
	font-size: 10px;
	font-weight: none;
}
.news_com_comment{
	padding-bottom: 15px;
	border-bottom: 0px solid #f1f1f1;
	color: #1F1F1F;
	font-size: 10px;
	font-family: Verdana;
}
.news_com_bg{
	background-color:#ffffff;
}

.news_prev_news{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.news_pageingbg{
	background-color: #eeeeee;
}

a.newslastcomment{
	color: #ECECEC;
	font-weight: bold;
	font-size: 10px;
}
a.newslastcomment:visited{

}
.newslastcommentxt{
	font-size: 9px;
	color: #ffffff;
}
/* formatownie wyników głosowania na piosenki */

.songlistA {
	background-color: #F9B0B3;
	color: #000000;
	text-align: left;
	border: 1px solid #F9B0B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.songlistB {
	background-color: #F9B0B3;
	color: #000000;
	text-align: left;
	border: 0px solid #F9B0B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.songtable {
	border: 1px solid #F9B0B3;
}
.songtableheader {
	background-color: #F9B0B3;
	color: #000000;
	text-align: left;
	border: 1px solid #F9B0B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.songtablesmall {
	border: 1px solid #F9B0B3;
}

.songlistsmall{
	/*background-color: #F9B0B3;*/
	color: #ffffff;
	text-align: left;
	border: 1px solid #F9B0B3;
	font-family:Arial, Helvetica, sans-serif, Sydnie;
	font-size:12px;
}

.songlistsmall1{
	/*background-color: #F9B0B3;*/
	color: #ffffff;
	text-align: left;
	border: 0px solid #F9B0B3;
	font-family:Arial, Helvetica, sans-serif, Sydnie;
	font-size:12px;
}
.songlistsmallpoints{
	background-color: #252570;
	color: yellow;
	font-weight: bold;
	text-align: right;
	border: 0px solid #F9B0B3;
	font-family:Arial, Helvetica, sans-serif, Sydnie;
	font-size:12px;
}

/* formatownie stopki */

.footertable{
	background-color: #EEEEEE;
}

/* formatownie wyników głosowania na piosenki */

.songlistcountry {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size:12px;

}
.songlistsong {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	font-size:11px;
	padding-bottom: 15px;
}

/* formatownie forum */

.forum_count{
	font-family:Verdana, sans-serif;
	color: #000000;
	text-align: left;
	background-src: "img/forum_tlo1.gif";
	font-size:26px;
}
a.forum_reply{
	font-family:Arial, Helvetica, sans-serif;
	color: #3405FF;
	font-size:11px;
}
.forumbgheader{
	background-color: #fafafa;
}

.forumbg{
	color: #000000;
}

.disabled-option {
    color: gray;
    pointer-events: none !important;
  }

.forummail{
	font-size:11px;
	color: #000000;
}

.remove-comment{
    display: block;

}

/* left side formating */

.lefttable {
	border: 3px solid #000000;
	background-color: #FFCC00;
}
.lefttable1 {
	border: 3px solid #000000;
	background-color: #55AAFF;
}

.logintxt { color: #000000; font-weight:bold; }

a.url_user_link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
color: #B2B2B2;
}

a.url_user_link:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-decoration: underline;
color: #F7E973;
}
a.forum_user_link{
font-size:11px;
font-style: normal;
color: #0000ff;
}

a.forum_user_link:hover{
font-size:11px;
color: #0000ff;
text-decoration: underline;
}