@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Montez');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@900&display=swap');

body {
  color: #5d5d5d;
  background-color: #ededed;
  font-family: 'Open Sans', sans-serif;
  min-height: auto;
  padding-top: 50px;
}

a {
	color: #5d5d5d;
}

.lightbox-thumb {
  border: 4px solid #5d5d5d;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  line-height: 0;
  margin: 0 10px 20px;
  transition: all 0.1s ease-out 0s;
}

.lightbox-thumb:hover{
  border: 4px solid #A70101;
}

#header-wrapper {
	background-color: #AA0202;
	background-image: url("../img/background-header.jpg");
	background-repeat: repeat-x;
}

#header-wrapper .container {
	position: relative;
}

#content-wrapper {
  background-color: #ededed;
  background-image: url("../img/background-content.jpg");
  background-repeat: repeat-x;
  padding-bottom: 1em;
}

.header-text {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px)
.obal_tabulky {
  width: 100%;
  overflow-x: scroll;
}

table.dataTable#skills {
	margin: 0;
}

table.dataTable#skills2 {
	margin: 0;
}

table.dataTable#matches {
	margin: 0;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(21px, 53px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 20px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 3px 10px;
}

@media only screen 
  and (min-width: 768px) {
	.navbar-brand {
		display: none;
	}  
}

@media only screen 
  and (max-width: 767px) {
	.logo {
		display: none;
	}
	.obal_tabulky {
	width: 100%;
	overflow-x: scroll;
	}
}

#banner {
	font-family: 'Barlow', sans-serif;
	color: #fff;
	padding: 0.5em 0 0 0;	
	letter-spacing: 4px;
}

.logo {

}

#banner h1 {
	font-size: 5em;
	line-height: 0.8;
	margin: 0;
	padding-bottom: 0.15em;
}

#banner h2 {
	font-size: 1.8em;
	margin: 0;
}

#right {
	padding-top: 5em;	
}

[class*="col-"] {
  background-color: transparent;
  border: none;
}

.title {
  color: #a70101;
  line-height: 1.1em;
  padding: 0;
  font-weight: 700;
}

h2 {
	font-weight: 700;
}

footer {
  background-color: #ededed;
  background-image: url("../img/background-footer.jpg");
  border-top: 5px solid #111111;
  min-height: 200px;
}

.footer_block {
	line-height: 1.7;
	font-size: 1.1em;
}

.footer_block  ul{
	list-style-type: none;
	color: #ededed;
	padding: 0;
}

.footer_block p {
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.footer_block a {
	color: #ededed;
	text-decoration: none;
}

.footer_block a:hover {
	text-decoration: underline;
}

.author p {
	padding: 0.8em 20px;
	color: #ededed
}

.author {
	height: 50px;
	border-top: 1px solid #9a9a9a;
}

.author a {
	color: #ededed;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-default {
  background-color: #000;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

/* Rámečky v pravém sloupci */
.outer1 {
	position: relative;
	position: relative;
	z-index: 8;
	margin-bottom: 1em;
}

.outer {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	padding: 5px;
	position: relative;
	z-index: 9;
}

.inner {
	border: 1px dashed #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	padding: 0.5em 0.2em 0.5em 0.8em;
	position: relative;
	z-index: 10;
}

.inner table {
	font-size: 1em;
	width: 100%
}

.group:before,
.group:after {
	content: " ";
	display: table;
	clear: both;
}

.shadow {
	border-radius: 150px 150px 150px 150px / 10px 10px 10px 10px;
	bottom: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	content: " ";
	display: block;
	height: 20px;
	left: 2%;
	position: absolute;
	width: 96%;
	z-index: 7;
}

.small_label {
	font-weight: 700;
	color: #A70101;
	margin-bottom: 0.2em;
}

.small_match {
	font-size: 1em;
}
/* konec rámečků */

/* button */

.btn-wrapper {
	margin: 1.5em 0 0.2em;
	overflow: hidden;
}

.btn {
	background: none repeat scroll 0 0 #cecece;
	color: #FFFFFF;
	display: inline-block;
	line-height: 38px;
	padding: 0 1.5em;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}

.btn:hover {
	background: none repeat scroll 0 0 #cecece;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) inset;
	color: #FFFFFF;
}

.btn.active {
	background: none repeat scroll 0 0 #d30001;
}

.btn.active:hover {
	background: none repeat scroll 0 0 #d30001;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) inset;
	color: #FFFFFF;
}

/* konec button */


.to_left {
	text-align: left !important;
}

.to_right {
	text-align: right;
}

.to_center {
	text-align: center;
}

#right p {
	margin-bottom: 0;
	
}

.zapasy,
.seznam {
	width: 100%;
	
	border-collapse: collapse;
	margin-bottom: 1em;
	font-size: 0.8em;
}

.zapasy a {
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.zapasy td,
.zapasy th,
.seznam td,
.seznam th {
  border: 1px solid #5d5d5d;
  padding: 5px;
}

.seznam th {
	margin-top: 0.5em;
}

.tabulka {
	width: 100%;
	margin-bottom: 1em;
}

.tabulka th {
	color: #A70101;
}

.tabulka2 {
	min-width: 600px;
}

.high_line {
	line-height: 1.6em
}

.grey {
	color: #5d5d5d;
	padding-top: 1em;
}

#hrac_left {

}

#hrac_right {

}

.stat_label {
	font-weight: 700;
}

.odsazena_bunka {
	padding-left: 10px;
}

select {
	font-size: 16px;
}

table + p {
	margin-top: 1em;
}

script + p {
	margin-top: 1em;
}

script + h2 {
	margin-top: 1em;
}

.seznam2 {
	border-collapse: collapse;
	margin-bottom: 1em;
	font-size: 0.8em;
}

.seznam2 td,
.seznam2 th {
  border: 1px solid #5d5d5d;
  padding: 5px;
}

.seznam2 th {
	margin-top: 0.5em;
	text-align: center;
}

.seznam2 th {
  background-color: #000000;
  color: #ededed;
}

.seznam2 {
  line-height: 1.6em;
}

.clickableRow:hover {
  background-color: #fff;
  cursor: pointer;
}

.sipky {
	width: 100%;
	margin-top: 1em;
	max-width: 600px;
}

.foto-soupiska {
	widht: 100%;
}

.hidden_btn {
  left: -9999px;
  position: absolute;
}

.prihlaseni {
	font-size: 14px;
	line-height: 2.2em;
}

.prihlaseni h1{
	padding-bottom: 10px;
}

.prihlaseni .btn,
.form_ucast .btn {
	line-height: 28px;
	border-radius: 0px;
}

.form_ucast .cancel {
	background-color: #666666;
}

.prihlaseni input{
	font-size: 14px;
	padding: 2px;
	margin-left: 5px;
}

.prihlaseni input,
.form_ucast input,
.form_ucast select {
    border: 2px solid #dadada;
	line-height: normal;
}

.prihlaseni input:focus,
.form_ucast input:focus,
.form_ucast select:focus { 
    outline: none;
    border-color: #B74D4D;
    box-shadow: 0 0 10px #790102;
}

.login {
  color: white;
  float: left;
  padding: 10px 0 0 10px;
}

.login p {
  color: #fff;
  line-height: 1em;
  margin: 1px 0 8px;
}

.login a {
  color: white;
}

.clickableRow:hover {
  background-color: #fff;
  cursor: pointer;
}

.private_menu {
	padding-bottom: 20px;
}

.private_menu .col-md-6 {
	text-align: center;
}

.private_menu .col-md-6 a {
	display: inline-block;
	width: 100%;
	padding: 5px;
	background-color: #fff;
	border: 1px dashed;
}

.private_menu a {
	font-weight: bold;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
}

.private_menu a:hover {
	color: #A70101;
}

.form_ucast select,
.form_ucast input {
	font-size: 14px;
	margin-left: 5px;
}

.form_ucast .btn {
	float: none;
	border-radius: 0px;
}

.green {
	background-color: #91e182;
}

.red {
	background-color: #e18282;
}

.blue {
	background-color: #82ace1;
}

.orange {
	background-color: #e1b182;
}

.odkaz {
	transition: 0.25s all ease-in-out;
}

.odkaz:hover {
	color: #A70101;
}

#header-wrapper a {
	color: #fff;
}

#header-wrapper a:hover {
	text-transform: none;
	text-decoration: none;
}

table.dataTable.stripe tbody tr.even.level_1, table.dataTable.display tbody tr.even.level_1 {
	background-color: #f2f2ce;
}

table.dataTable.stripe tbody tr.odd.level_1, table.dataTable.display tbody tr.odd.level_1 {
	background-color: #e5e5ac;
}

table.dataTable.stripe tbody tr.even.level_2, table.dataTable.display tbody tr.even.level_2 {
	background-color: #ced4f2;
}

table.dataTable.stripe tbody tr.odd.level_2, table.dataTable.display tbody tr.odd.level_2 {
	background-color: #acb8e5;
}

table.dataTable.stripe tbody tr.even.level_3, table.dataTable.display tbody tr.even.level_3 {
	background-color: #daf2ce;
}

table.dataTable.stripe tbody tr.odd.level_3, table.dataTable.display tbody tr.odd.level_3 {
	background-color: #bfe5ac;
}

table.dataTable.stripe tbody tr.even.level_4, table.dataTable.display tbody tr.even.level_4 {
	background-color: #feecc4;
}

table.dataTable.stripe tbody tr.odd.level_4, table.dataTable.display tbody tr.odd.level_4 {
	background-color: #e5c7ac;
}

table.dataTable.stripe tbody tr.even.level_5, table.dataTable.display tbody tr.even.level_5 {
	background-color: #f2ceec;
}

table.dataTable.stripe tbody tr.odd.level_5, table.dataTable.display tbody tr.odd.level_5 {
	background-color: #e5acdc;
}

table.dataTable.stripe tbody tr.even.level_6, table.dataTable.display tbody tr.even.level_6 {
	background-color: #f2cece;
}

table.dataTable.stripe tbody tr.odd.level_6, table.dataTable.display tbody tr.odd.level_6 {
	background-color: #e5acac;
}

@media only screen and (max-width: 767px) {
	.obal_tabulky {
	  width: 100%;
	  overflow-x: scroll;
	}
}

#skills-results td {
	border: 1px solid #ccc;
	text-align: center;
}

#skills-ranking td, #skills-ranking th {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2px 10px;
}

.skill_detail td {
	padding: 4px;
	vertical-align: top;
}

.skill_detail ul {
	padding-left: 15px;
}

.iframe_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.group_form {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.blue_table {
	border: 1px solid blue;
	background-color: #cdd5f4;
	
}

.orange_table {
	border: 1px solid orange;
	background-color: #f4e3cd;
	
}

.yellow_table {
	border: 1px solid yellow;
	background-color: #f4f4cd;
	
}

.white_table {
	border: 1px solid #737373;
	background-color: white;
	
}

.unlisted_table {
	border: 1px solid #737373;
	
}

.absent_table {
	border: 1px solid #737373;
	opacity: 0.5;
}

#groups td, #groups th {
	padding: 5px;
}