html,body{
	padding:0px;
	margin:auto;
}
a{
	text-decoration:none;
}

input[type="text"]{
	max-width: 100%;
}
select{
	height: 30px;
}

label,button, .btn, .btn-sm, .btn-lg, .btn-xl{
	cursor: pointer;
	margin: 2px auto;
}
a.btn, a.btn-sm, a.btn-lg, a.btn-xl,
a.btn:hover, a.btn-sm:hover, a.btn-lg:hover, a.btn-xl:hover{
	text-decoration: none;
}
.clear{
	clear:both;
}

.header{
	background-color:  #ffffff;
	position: relative;
	z-index: 1;
}

.header .wrapper, .menu .wrapper{
	border: solid #7bbbff 1px;
	border-radius: 10px;
	padding: 3px;
}
/* === menu === */
.menu {
	max-width: 170px;
	width: 160px;
	height: 100%;
	position: fixed;
	background: #ffffff;
	padding-top: 40px;
	top: 10px;
	overflow: auto;
	margin-left: 10px;
}
.menu .item{
	line-height: 40px;
	color: #343a40;
}
.menu .item i{
	width: 25px;
	font-size: 25px;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
}

.content{
	width: calc(100% - 170px);
	min-height: 250px;
	margin-left: 170px;
}

/* footer */
.footer{
	margin-left: 160px;
}

@media (max-width: 767.98px) {
	.header{
		position: fixed;
		width: 100%;;
	}
	.menu{
		top: 20px;
	}
	.menu:not(.menu-opened){
		display: none;
	}
	.content{
		margin-top:60px;
	}
	.content:not(.menu-opened){
		width: 100%;
		margin-left: 0px;
	}
	.footer:not(.menu-opened){
		width: 100%;
		margin-left: 0px;
	}
	
 }

/* === filter === */
.filter {
	border-radius: 10px;
	background-color: #f3f9ff;
	padding: 25px;
	border: solid #beddff 1px;
	font-size: 14px;
}
/* === customers ===  */
.list .item{
    padding: 10px;
    border-top: solid black 1px;
    vertical-align: middle;
}
.list .item:nth-of-type(2n), .search_list .item:nth-of-type(2n){
    background-color:  #f3f9ff;
}
.list .item:hover, .search_list .item:hover{
    background-color: #d9ecff;   
}

/* dataColumn , pouziva sa v detaile polozky*/
.dc{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* pouziva sa v detaile polozky*/
.fieldset{
	padding: 25px;
	border-radius: .25rem;
	background-color: #f3f9ff;
	margin-top: 20px;
}

.fieldset:first-of-type{
	margin-top: 0px;
}

.breadcrumb{
	background-color: #f3f9ff;
	border: solid #beddff 1px;
}

.ui-datepicker{
	z-index: 4 !important;
}
