﻿/* Add a black background color to the top navigation */
.topnav {
    background-color: #f9f9f9 !important;
    overflow: hidden !important;
}
#vertical-text {
  -webkit-writing-mode: vertical-lr; /* old Win safari */
  writing-mode: vertical-rl;
  writing-mode: tb-lr;
  direction: ltr;
  height: 350px;
  /* actually 
  writing-mode:sideways-lr; would be the one , but not avalaible everywhere so, let's transform */
  transform: scale(-1, -1);
/* Style the links inside the navigation bar */
}

.nav {
    display: block;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    font-size: 10px;
    padding: 0;
}
.navbar {
  background-color: #f9f9f9; 
  text-align: center;
}

.nav li {
    display: inline-block;
    list-style: none;
}

.nav .button-dropdown {
    position: relative;
}

.nav li a {
    display: block;
    color: #333;
    background-color: #d3c6e9;
    padding: 10px 20px;
    text-decoration: none;
    
}

.nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.nav li a:hover, .nav li a.dropdown-toggle.active {
    background-color: #926BC8;
    color: #fff;
}

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
    color: #926BC8;
}

.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
    z-index:1000;
}

.nav li .dropdown-menu.active {
    display: block;
}

.nav li .dropdown-menu a {
    width: 100px;
}



body {
	font-family: verdana;
	font-size: 14px;
	width: 100%; 
	margin: 0 auto;
}

h1 {
	text-align: center;
	color: #444444;
}

footer {
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}



button{
	background: #a88ed3;
	color: white;
	padding: 10px;
	border: 0px;
        margin-top: 5px;
}

button:hover{

	background: #9372c9;
	color: #EEEEEE;
	cursor: pointer;

}

.buttonRed
{
        background: #cc0000;
	color: white;
	padding: 10px;
	border: 0px;
        margin-top: 5px;
}
.buttonRed:hover
{
        background: #e60000;
	color: white;
	cursor: pointer;
}
.buttonGreen
{
        background: #00ac00;
	color: white;
	padding: 10px;
	border: 0px;
        margin-top: 5px;
}
.buttonGreen:hover
{
        background: #00c400;
	color: white;
	cursor: pointer;
}
.buttonGray
{
        background: #808080;
	color: white;
	padding: 10px;
	border: 0px;
        margin-top: 5px;
}
.buttonGray:hover
{
        background: #9e9e9e;
	color: white;
	cursor: pointer;
}

input[type="submit"] {
	background: #a88ed3;
	color: white;
	padding: 5px 10px;
	border: 0px;
        margin-top: 5px;
        
}

input[type="submit"]:hover {
	background: #9372c9;
	color: #EEEEEE;
	cursor: pointer;
}

input[type="text"], input[type="search"], input[type="number"], input[type="email"], input[type="password"], select, input[type="time"], input[type="date"] {
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	padding: 0.3em;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="nu,ber"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, input[type="time"]:focus, input[type="date"]:focus {

        border-color: #9372c9;
   
        border-radius: 5px;
	border: 1px solid #9372c9;
        box-shadow: 0 0 10px #9372c9;
        outline: none !important;
}

input[type="submit"] {
	padding: 10px 25px;
        margin-right: 5px;
}

textarea {
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	width: 483px;
	height: 90px;
}

.message {
	border: 1px solid #926BC8;
	background: #d3c6e9;
	padding: 3px;
        width: 70%;
        text-align: center;
        margin: auto;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

.buttcenter{
    margin: auto;
    width:300px;
}
.buttcenterScroll{
  display: block;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);    
  z-index: 99;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  background-color: white;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #926BC8;
  border-color: #926BC8;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bca4dd;
  border-color: #bca4dd;
}
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
}

.osobatable{
    border-collapse: collapse;
    font-family: arial;
    border: 1px solid black;
    width: 1000px;
    margin-bottom: 5px;
}
.osobahodnota{
    border-collapse: collapse;
    font-family: arial;
    font-weight: bold;
}

.olovotable{
    border-collapse: collapse;
    font-family: arial;
    border: 1px solid black;
    width: 1000px;
    margin-bottom: 5px;
}

.cistic {
        clear: both;
}
    

.container {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;              
  justify-content: space-between; 
  width: 50%;
  margin: auto;
  text-align: center;
	
 
}

.column1 {
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 40%;
    height: 90px;
    border: 1px solid #d7f1bf;
    background-color: #f1fae9;
    font-size:11px;
    font-style: italic ;
    color: #676767;
    text-decoration:none;
}

.column1:hover {
    background-color: #caecaa;
}

.column2 {
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 40%;
    height: 90px;
    border: 1px solid #ffff9f;
    background-color: #ffffeb;
    font-size:11px;
    font-style: italic ;
    color: #676767;
    text-decoration:none;
}

.column2:hover {
    background-color: #ffffb8;
}



.number {
    text-align: center;
    font-size:30px;
    padding-top: 10px; 
    color: #5d5d5d;
}
