/* Zmena velkosti pisma */ 
body {
	font-size: .875rem;
	color-scheme: initial;
}

.navbar {
	font-size: 1rem;
}

.form-control {
	font-size: .875rem;
}

/*
.select2-container--bootstrap-5 .select2-selection {
	font-size: .875rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
	font-size: .875rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
	font-size: .875rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	font-size: .875rem !important;
}
*/
/*Zmena velkosti pisma */

/* prevzate z datatables.css */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
	
table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right;
}

#resize_wrapper {
	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;
	bottom: 1em;
}

/*
#dt {
	font-size: .875rem;
	font-weight: 300;
}
*/

/*
#dt label {
	font-weight: normal
}
*/

/*
div.DTE_Field div label {
    margin-bottom: 0em;
}
*/


/*
table.dataTable td, table.dataTable th {
	padding: .5rem;
}

table.dataTable {
    border-spacing: 0;
}

table.dataTable th.right, table.dataTable td.right {
	text-align: right;
}
*/

/*
.form-group {
    margin-bottom: .5em;
}
*/

/*
input[type=checkbox], input[type=radio] {
    margin-right: .5rem;
}
*/
/*
.dynamic_resize {
	position: absolute;
	top: 56px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
*/
td.details-control::before,
td.details-control-1::before,
td.details-control-2::before,
td.details-control-3::before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300bfff' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 1.2rem 1.2rem;
	width: 1.2rem; 
	height: 1.2rem;
	cursor: pointer;
}

tr.shown td.details-control::before,
tr.shown-1 td.details-control-1::before,
tr.shown-2 td.details-control-2::before,
tr.shown-3 td.details-control-3::before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff4000' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 1.2rem 1.2rem;
	width: 1.2rem; 
	height: 1.2rem;
	cursor: pointer;
}


