
@media (min-width: 1200px) {
  .card-columns {
    column-count: 4; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    column-count: 3; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns {
    column-count: 2; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns {
    column-count: 1; } }
@media (max-width: 575.98px) {
  .card-columns {
    column-count: 1; } }

.gi-1.25x{font-size: 1.25em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

body {
	padding-top: 50px;
	min-height: 100vh;
	text-align: justify;
	padding-bottom: 40px;
}

html {
  position: relative;
  min-height: 100vh;
}

.page-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}


h1, h2, h3, h4, h5, h6
{
	text-align: left;
}

.active-image{
	cursor: pointer;
}

.active-image:hover{
	border-color: #007bff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.small-alert-box .alert{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0;
}

.bg-success-light {
  background-color: #ccffcc !important; }

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: #1e7e34 !important; }

.py-10{
	padding-top: 10em;
	padding-bottom: 10em;
}

/* fixovaný footer na spodku i u malých stránek 
.page-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}*/

/* testat puntíky */

.box3x3{
	width:30px;
	height:30px;
	position:relative;
	display:block;
	margin:auto;
}
.bb{
	width:10px;
	height:10px;
	border:1px solid rgb(200, 200, 200);
	position:absolute;
	border-radius:5px;
}
.bb:hover{
	border:1px solid rgb(120, 120, 120);
}
.b1{
	top:0px;
	left:0px
}
.b2{
	top:0px;
	left:11px
}
.b3{
	top:0px;
	left:22px
}
.b4{
	top:11px;
	left:0px
}
.b5{
	top:11px;
	left:11px
}
.b6{
	top:11px;
	left:22px
}
.b7{
	top:22px;
	left:0px
}
.b8{
	top:22px;
	left:11px
}
.b9{
	top:22px;
	left:22px
}

.s0{
	background-color:rgb(255, 142, 142);
}
.s1{
	background-color:rgb(146, 239, 131);
}
.s2{
	background-color:rgb(200, 200, 200);
}
.s5{
	background-color:transparent;
}
.s6{
	background-color:rgb(168, 192, 221);
}
.s9{
	border:0px;
}

.status{
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	left:125px;
}

.spatne{
	background-color:#ffcccc;
}

.spravne{
	background-color:#ccffcc;
}

.spravne_pozde{
	background-color:rgb(211, 223, 237);
}

.vychozi{
	background-color:white;
}

.ceka{
	background-color:#ffffdd;
}

.o_cislo{
	text-align:center;
	height:25px;
	width: 120px;
	padding:3px;
}

.o_text{
	text-align:left;
	height:100px;
	width: 220px;
	padding:3px;
}

.o_soubor{
	text-align:left;
	height:25px;
	width: 120px;
	padding:3px;
}

.odpoved{
	color:#212529;
	border: 1px solid #6c757d;
	border-radius: 3px;
}

.data{
	text-align:center;
}

.data tr th{
	width:100px;
	vertical-align:middle;
}
	

/*
body{
	font-family: Verdana;
	text-align:justify;
	color: rgb(92, 125, 162);
}

p,li,label{
	font-size:11pt;
}

h1,h2{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(168, 192, 221);
	padding-top:15px;
}

a{
    color:rgb(72, 105, 162);
}
a:hover {
	text-decoration: none;
}

#content {
	position: relative;
    width: 800px;
	margin:auto;
	margin-top:20px;
}

.left_block {
    width: 200px;
	float:left;
	margin:10px;
}

.right_block {
    width: 540px;
	float:right;
	margin:10px;
}

.profile_image {
    width: 192px;
    padding: 3px;
	border:3px solid rgb(168, 192, 221);
	cursor: pointer;
}
.profile_image:hover {
	border-color:rgb(92, 125, 162);
}

input, textarea, select{
	font-family: Verdana;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(168, 192, 221);
	font-size: 14px;
	padding: 3px 4px 3px 4px;
	margin-top:5px;
}

input:disabled,
input[disabled]{
  background-color: white;
  color: #BBBBBB;
}

.tlacitko{
	display:block;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(92, 125, 162);
	height: 30px;
	width: 200px;
	margin: 10px auto;
	color: rgb(92, 125, 162);
	background-color: white;
	font-size:12pt;
	font-weight:bold;
	cursor:pointer;
}
.tlacitko:hover{
	background-color: rgb(168, 192, 221);
}

.link{
	text-decoration: none;
	width: 100%;
	margin: 5px;
}

.link p{
	background-repeat: no-repeat;
    background-position: left center; 
    width:790px;
    height: 40px;
    padding-left: 55px;
    display:table-cell;
    vertical-align:middle;
    font-size: large;
}

.link p:hover{
	background-color:#E0EFFF;
}

.down {
	background-image: url('images/link_down.png');
}
.in {
	background-image: url('images/link_in.png');
}
.out {
	background-image: url('images/link_out.png');
}
.lock {
	background-image: url('images/link_lock.png');
}


.pozn{
	font-style: italic;
	font-size:11px;
}


.data thead, .data tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(168, 192, 221);
}
.data {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(168, 192, 221);
    border-collapse: collapse;
    border-spacing: 0;
}

.data td, .data th {
	padding: 5px 10px;
	font-size: 12px;
	font-family: Verdana;
	color: rgb(92, 125, 162);
	text-align:center;
}


.data tr:nth-child(even) {
	background: rgb(211, 223, 237)
}
.data tr:nth-child(odd) {
	background: #FFF
}

.alert {
	color:white;
	background-color:red;
    text-align:left;
	padding:3px;
}
.alert a {
	color:blue;
}
.greenalert {
	background-color:green;
}

.start_button{
	display:block;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(92, 125, 162);
	height: 35px;
	width: 200px;
	margin: 20px auto;
	color: rgb(92, 125, 162);
	background-color: white;
	font-size:12pt;
	font-weight:bold;
	cursor:pointer;
}
.start_button:hover{
	background-color: rgb(168, 192, 221);
}



.napoveda_span{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgb(92, 125, 162);
    color: rgb(92, 125, 162);
    font-size: 11px;
    height: 60px;
    width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: justify;
    top: -105px;
    left:-30px;
    display:none;
    padding:10px;

}
.napoveda_span:after{
    content:'';
    position:absolute;
    bottom:-6px;
    width:10px;
    height:10px;
    border-bottom:1px solid rgb(92, 125, 162);
    border-right:1px solid rgb(92, 125, 162);
    background:#FFFFFF;
    left:50%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.napoveda{
    cursor:help;
}
.napoveda:hover span{
    display:block;
}


