@charset "utf-8";
/* CSS Document */

body {
	font-family:'Ubuntu',Tahoma,Verdana;
	background-color:#fff;
}

a {
	text-decoration:none;
/*	
	border-bottom-width:1px;
	border-bottom-style:dotted;
*/	
	color:inherit;
}
/*
a:hover {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom:none !important;
}
*/

.stitek {
	display:inline-block;
	min-width:40px;
	padding:5px;
	font-size:75%;
	text-align:center;	
	margin:0 5px 5px 0;
}

form.dialog {
	width:96%;
	padding:2%;
	max-width:600px;
	margin:0 auto;
}

table.form tr td {
	padding:3px;
}

table.form input[type="text"],
table.form input[type="password"],
table.form select
{
	width:350px;
}

#menu {
	background-color:#333;
	padding:10px;
}

#menu a {
	text-decoration:none;
	color:#CCC;
	margin-right:20px;
}

#menu a:hover {
	text-decoration:none;
	color:#fff;
}

div.buttons {
	margin-top:20px;
	text-align:right;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.mi24 {
	font-size: 24px;
}

.mi36 {
	font-size: 36px;
}

#content {
	padding:20px;
}

.badge-filter {
	padding:10px;
	margin-top:10px;
}

div.botinfo {
	background-color:#212529;
	color:#CCC;
	font-size:80%;
	padding:10px;
	text-align:center;
}

div.botinfo img {
	height:20px;
	width:auto;
	margin:0 5px;
}

#kontaktni_osoby .card {
	width:16rem;
	margin-left:1rem;
}

#podminky em {
	font-style:normal;
/*	border-bottom:1px dotted #000;*/
}

.gopay_loga {
	margin-top:10px;
}

.gopay_loga img {
	height:35px;
	width:auto;
}

/* firefox problem, viz https://stackoverflow.com/questions/46146113/bootstrap-4-form-select-cuts-off-in-firefox */
.form-control {
    height: auto;
    min-height: 36px;
}

/* input type number bez sipek https://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}