.menu > li > a{
	padding: 8px 0;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	font-size:15px;
}
#aside .menu .nav-child{
	border-left:none;
	padding-left:15px;
}
.menu > li > .mod-menu__sub > li > a{
	display:inline-block;
	padding: 8px;
	font-size:13px;
	font-weight:bold;
}

.menu > li > a {
	display: block;
	line-height: normal;
}

.mod-list li {
	padding: 0;
}

.brand img{
	width:280px;
}
.rst_dashboard_items .thumbnail{
	background:#22a1e6;
	padding-top:35px;
	border:1px solid #10608c;
	text-align:center;
}
.rst_dashboard_items .thumbnail p,
.rst_dashboard_items .thumbnail h3 a{
	color:#fff;
}
.rst_dashboard_items .thumbnail h3{
	font-size:24px;
}
#rsticketspro_searchinp{
	height:40px;
}
#rsticketspro_dashboard_search .btn{
	height:40px;
	font-size:18px;
}
#rsticketspro_dashboard_search .btn i#rstickets_search_icon{
	background-image: url(../../com_rstickets/images/icon-hledat.png);
}
.com_users.view-login.itemid-119 #system-message-container #system-message .alert.alert-error{
    display: none;
}
.form-horizontal .controls{
    line-height: 28px;
}

.rst_dashboard_items{
    display: flex;
    justify-content: space-between;
}
.rst_dashboard_item{
    width: 32% !important;
    float: none !important;
    margin: 0;
    background: #22a1e6;
    padding: 35px 20px !important;
    border: 1px solid #10608c;
    text-align: center !important;
    color: #fff;
    box-sizing: border-box;
}
.rst_dashboard_item a{
    color: #fff;
}

.btn-primary {
	background-color: #da0000;
	border-color: #da0000;
}

.btn-primary:hover {
	background-color: black;
	border-color: black;
}

a.brand {
	transition: color .3s;
}

a:hover {
	color: #da0000;
}






h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Open Sans', sans-serif;
}

body.site {
	border-top: 3px solid #da0000;
	padding: 20px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}
body.site.fluid {
	background-color: #ffffff;
}

body {
	font-size: 14px;
}

a:not(.brand):not(.btn) {
	text-decoration: none;
	color: #da0000;
}

a:not(.brand):not(.btn):hover {
	color: black;
	text-decoration: underline;
}

p {
	word-wrap: break-word;
	margin: 0 0 9px;
}

.header {
	margin-bottom: 10px;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	margin-bottom: 10px;
}

.mod-breadcrumbs__wrapper {
	font-size: 13px;
}

.breadcrumb {
	margin: 10px 0;
}

.brand {
	color: #001a27;
	text-decoration: none !important;
}

.rst_dashboard_item a {
	color: #fff !important;
}

.rst_dashboard_item a:hover {
	text-decoration: underline;
}

.footer {
	background-color: transparent;
	background-image: none;
	color: black;
}

.mod-articlesnews__item {
	margin-bottom: 2rem;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.list-condensed {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}

.list-condensed > li > h4 {
	margin: 12px 0;
}

.list-condensed > li {
	padding: 0.3rem;
	border-bottom: 1px solid #ddd;
}

.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd),
.table-custom-stripped tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.list-striped li:nth-child(even), .list-striped dd:nth-child(even),
.table-custom-stripped tr:nth-child(even) {
	background-color: #fff;
}

.list-striped li:hover, .list-striped dd:hover,
.table-custom-stripped tr:hover {
	background-color: #f5f5f5;
}



@media (max-width: 623px) {
  .rst_dashboard_items {
    flex-wrap: wrap !important;
  }
	
	.rst_dashboard_item {
		width: 100% !important;
		margin-bottom: 10px;
	}
}

.site-title {
	font-size: 40px;
	font-size: calc(16px + 2.16vw);
	line-height: 48px;
	font-weight: bold;
}
@media (min-width: 1024px) {
	.site-title {
		font-size: 40px;
	}
}

h1, .h1 {
  font-size: calc(0.875rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
	
	#aside {
		padding-left: 2%;
	}
}

h2, .h2 {
  font-size: calc(0.875rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font-size: calc(0.8rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: calc(0.775rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

h5, .h5 {
  font-size: 0.75rem;
}

h6, .h6 {
  font-size: 0.5rem;
}


@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	
	.container-fluid {
		padding: 0;
	}
}

#jform_department_id, #jform_department_id-lbl, #jform_department_id-desc,
.form-text {
    display: none !important;
}

.form-control, .form-select[multiple], [multiple].custom-select,
.form-select[multiple] option, [multiple].custom-select option,
.custom-select, .form-select {
	border-color: #b3b3b3;
	background: #f5f5f5;
}

.print-only { display: none; }


#rst_custom_fields_department_8__products_ .form-check-inline {
	display: block;
}

