.pagination {
    display: block;
    float: center;

}

.pagination-center {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.pagination a {
    color: black;
    float: center;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.players_header {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.players_main{
    text-align: center;

}

#training{
    width: 80%;
    margin: auto;
    font-size: 16px;
    border-collapse: collapse;
} 

summary{
    color: #f2f2f2;
    background:#000;
    font-weight: bold;
} 

.division {
    border-left: 1px dashed;
}

table#players td {
  text-align: center;
  vertical-align: middle;
}

table#comments td {
  text-align: center;
  vertical-align: middle;
}

body
{
    background-color: #efeff5;
    margin:0;
    
}

.sortlink
{
    color: white;
    text-decoration: none;
}

.skills_help
{
    
}

td a:link {
    color: black;
    text-decoration: none;
}


td a:visited {
    color: black;
}


.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.navbar a{
  overflow: hidden;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-right: 1px solid #bbb;
}
.navbar .login{
  overflow: hidden;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 17px;
  border-right: 1px solid #bbb;
    
    
}

.login button{
    background-color: #4CAF50;
    color: black;
}

.login input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #111;
}

.active {
    background-color: #4CAF50;
    
}

.navbar a#right {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a#center {
    vertical-align: middle;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Style the search box inside the navigation bar */
.navbar .search-container {
  float: right;
}

.navbar input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  margin-left: 12px;
}

.navbar .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.navbar .search-container button:hover {
  background: #ccc;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}


/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  min-width: 160px;
  background-color: inherit;
  border-right: 1px solid #bbb;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #333;
  color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  display: block;
  text-align: left;
  z-index: 999;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #111;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}




table#players, table#comments
{
    
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}
table#players, table#players th, table#comments, table#comments th
{
   border: 1px solid black;  
}

table#players thead th
{
    color: #f2f2f2;
    background:#000;
} 
table#comments thead th
{
    color: #f2f2f2;
    background:#000;
} 

select option{
    background: #e0e0eb;
}
select {
    background: #e0e0eb;
}

table#players tbody tr:nth-child(odd) 
{
    background: #e0e0eb;
}

table#players tbody tr:nth-child(even) 
{
    background: #efeff5;
}

table#comments tbody tr:nth-child(6n+1),table#comments tbody tr:nth-child(6n+2) ,table#comments tbody tr:nth-child(6n+3) 
{
    background: #e0e0eb;
}

table#comments tbody tr:nth-child(6n+4),table#comments tbody tr:nth-child(6n+5) ,table#comments tbody tr:nth-child(6n+6) 

{
    background: #efeff5;
}


table#players input[type=number],table#comments input[type=number] { 
font-family: inherit;
font-size: inherit;
background: inherit; 
border: none
}
table#players input[type=text], table#comments input[type=text] { 
font-family: inherit;
font-size: inherit;
background: inherit; 
border: none;
text-align: center;
}
 

table#players tbody tr:hover, table#comments tbody tr:hover{
    background: #ff9933;
}

table#player_bio 
{
    width: 80%;
    margin: auto;
    font-size: 16px;
    border-collapse: collapse;
}
table#player_bio, table#player_bio th
{
   border: 1px solid black;  
}

table#player_bio thead th
{
    color: #f2f2f2;
    background:#000;
} 

table#player_bio tbody tr 
{
    background: #e0e0eb;
}
table#player_bio td
{
    border: 1px solid black;
}

table#player_bio input[type=number] { 
font-family: inherit;
font-size: inherit;
background: inherit; 
border: none;
}
table#player_bio input[type=text] { 
font-family: inherit;
font-size: inherit;
background: inherit; 
border: none;
text-align: center;
}

table#player_skills 
{
    width: 80%;
    margin: auto;
    font-size: 16px;
    border-collapse: collapse;
}
table#player_skills, table#player_skills th
{
   border: 1px solid black;  
}

table#player_skills thead th
{
    color: #f2f2f2;
    background:#000;
} 

table#player_skills tbody tr 
{
    background: #e0e0eb;
    border: 1px solid black; 
}
table#player_skills td
{
    /* border: 1px solid black; */
}

table#player_skills input[type=number] { 
font-family: inherit;
font-size: inherit;
background: inherit; 
border: none;
}
table#player_skills input[type=text] { 
font-family: inherit;
font-size: inherit;
background: inherit; 
border: none;
text-align: center;
}


.skillsbar {
  position: fixed;
  top: 0;
  width: 100%;  
}

.main {
  display:block;
  padding: 16px;
  margin-top: 10px;
}


/* skills*/
.okropny{color:#000000;}
.zalosny{color:#121263;}
.tragiczny{color:#221385;}
.niezdarny{color:#30139F;}
.slaby{color:#700BA2;}
.przecietny{color:#910B9D;}
.porzadny{color:#AD0B88;}
.solidny{color:#B70B5A;}
.sprawny{color:#9C0B32;}
.znaczacy{color:#A70B00;}
.wybitny{color:#BD2600;}
.wyjatkowy{color:#CB3100;}
.swietny{color:#D93C00;}
.cudowny{color:#DB6E04;}
.wspanialy{color:#E5A64B;}
.imponujacy{color:#AC860A;}
.doskonaly{color:#8E9800;}
.genialny{color:#498E00;}
.kolosalny{color:#0EAE28;}
.legendarny{color:#0EB366;}

/* potentials */
.spiker{color:#700BA2;}
.grzejacy_lawke{color:#910B9D;}
.rezerwowy{color:#AD0B88;}
.pierwszy_rezerwowy{color:#B70B5A;}
.podstawowy_zawodnik {color:#9C0B32;}
.gwiazda{color:#A70B00;}
.all_star{color:#BD2600;}
.wieloletnia_gwiazda{color:#CB3100;}
.supergwiazda{color:#D93C00;}
.mvp{color:#E9A64A;}
.historyczny_zawodnik{color:#AC860A;}
.legenda_koszykowki{color:#8E9800;}

.contact_img 
{
    width:36px;
    height:24px;
}

.bb_link
{
    width:100px;
    height:100px;
}

.nat_img
{
    width:36px;
    height:24px;
}

.stat_img
{
    width:24px;
    height:24px;
}
#player_header
{
    width: 90%;
	display: block;
	float: right; 
}

#player_skills
{
	width: 80%;
    margin: 0 auto;

}

#middle_table
{
	display: block;
        margin: 0 auto;

}

#player_prof
{
    	float: right; 
}

#player_comments
{
    width: 100%;
	display: block; 
}
#comment_input
{
    
}

#player_help
{
    width: 10%;
	display: block;
	float: right; 
}

td textarea {
    width: 100%;
    box-sizing: border-box;
}
#permaopacity
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#opacity {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */}

#opacity:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1; /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

#solidimg{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1; /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

#permasolidimg{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1; /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

#solidimg:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */}
