/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/css/webfonts/open-sans-v15-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('/css/webfonts/open-sans-v15-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/css/webfonts/open-sans-v15-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/css/webfonts/open-sans-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/css/webfonts/open-sans-v15-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('/css/webfonts/open-sans-v15-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/webfonts/open-sans-v15-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

:root {
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}

@media print {
      a[href]:after {
        content: "" !important;
      }
    }

html {
  position: relative;
  min-height: 100%;
}
body {
  	margin-bottom: 40px;
	font-size:14px;
	color: #555;
	background:#f3f3f3;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
}
@media print {
	body {
		font-size:11px;
	}
}
a, a.nav-link, .btn-link, strong.greenStrong {
    color: #843fa1;
    text-decoration: none;
}
a:hover, a.nav-link:hover, .btn-link:hover, strong.greenStrong:hover {
	color:#000;
}
p {
	color:#333;
}

h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
}
h1 {
	font-size: 28px;
	line-height: 35px;
	margin-top:0;
}
h2 {
	font-size: 22px;
	line-height: 33px;
	margin-top:10px;
	margin-bottom:5px;
}
h3 {
	font-size: 20px;
	line-height: 27px;
}
h3.form-group-title, h3.form-group-title label {
	font-size:18px;
	line-height:24px;
	font-weight:bold!important;
}
h2.accordion-header {
    margin-bottom: 0;
	margin-top:0;
}

input, select, textarea, button, .nav-pills>li>a, .dropdown-menu {
	border-radius:0 !important;
}
input.form-check-input[type=radio] {
	border-radius:50%!important;
}
input.form-control, select.form-select {
	font-size:14px;
}

form {
	position:relative;
}
.dropdown-menu {
	font-size:14px;
	margin-top:0!important;
}
.btn {
	border-radius:0;
}
.nav-link {
	transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
}

.header {
	background:#fff;
}

.header .logo span.sirs {
	font-weight:bold;
	font-size:16px;
	line-height:16px;
}
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-bg {
    background:#f8f8f8;
}
.content-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-collapse li {
	position:relative;
}
.navbar .title {
	text-align:center;
	font-weight:bold;
	background:#717984;
	color:#fff;
	padding:0.5rem;
}
.navbar .nav-item {
	background:#fafafa;
	font-weight:bold;
	margin-bottom:1px;
	border:1px solid #eee;
}
.navbar .nav-item a {
	color:#555;
}
.navbar .dropdown-menu {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
@media (min-width: 992px) {
	
	.navbar-collapse {
		background:transparent;
	}	
	.navbar-collapse li::after {
		border-bottom:0;
	}
	.navbar .title {
		text-align:left;
		font-weight:normal;
		background:none;
		color:#111;
		padding:0;
	}	
	.navbar .nav-item {
		font-weight:normal;
		background:none;
		margin-bottom:0;
		border:0;
	}
	.navbar .nav-item a {
		color:#843fa1;
	}
}
a.navbar-brand {
	font-weight:bold;
	color:#555;
	line-height:1.1em;
}
.navbar .profileSelector>a {
	background:none;
}

.reg-page {
  color: #555;
  padding: 30px;
  background: #fefefe;
  border-top: 3px solid #843fa1;
  box-shadow: 0 0 3px #eee;
  -moz-box-shadow: 0 0 3px #eee;
}
.reg-header {
  color: #555;
  text-align: center;
  margin-bottom: 35px;
  border-bottom: solid 1px #eee;
}
.reg-header p.alert {
text-align:left;
}

#menu .nav-item {
	margin-bottom:1px;
}
#menu .nav-link {
	color:#555;
	background:#fafafa;
	font-weight:bold;
	border:1px solid #eee;
    transition: color .03s ease-in-out,background-color .03s ease-in-out,border-color .03s ease-in-out;
}
#menu .active .nav-link, #menu .nav-item:hover .nav-link, .navbar .navbar-nav .nav-link.active {
    color: #fff;
    background: #843fa1;
    border: solid 1px #843fa1;
}
#menu .nav-item.heading {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	background:#717984;
	color:#fff;
	font-weight:bold;
}

#jumboimage {
	height:calc(100vh - 58px);
	position:relative;
	max-height:100vh;
	overflow:hidden;
}
#jumboimage .image {
	background-color:#fff;
	background-image:url(/images/nej-masaze-pardubice.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

.uvod {
	padding:100px 0;
}

 /*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	position:relative;
} 
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin: 3px 0;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('/images/uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
.uploadifive-queue-item.error .fileinfo{
	color: #ff0000;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 1099; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 50px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 50px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 50px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 50px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 50px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }

  .treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/treeview/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/images/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview/treeview-red.gif); }

.treeview-black li { background-image: url(/images/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview/treeview-black.gif); }

.treeview-gray li { background-image: url(/images/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(/images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview/treeview-famfamfam.gif); }

.treeview .placeholder {
	background: url(/images/treeview/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/images/treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/images/treeview/file.gif) 0 0 no-repeat; }