.form-signin {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.vlajky {border: 1px solid #000; width: 30px; height: 20px;}

.vlajky_disabled {border: 1px solid #000; width: 30px; height: 20px;opacity: 0.2;
}
#profil { clear: both;
	float:right;
	padding-bottom: 10px;
}
#jazyky {
	clear: both;
     float:right;
padding-bottom: 10px; }

div.container-table {
  overflow: auto;
	max-width: 100%;
  max-height: 100vh;
}
thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
}

table.radkovani tr:nth-child(even) td{
           background:#fcfccc;
}
