:root {
	--mainColor_rgb: 13, 110, 253; /*#0D6EFD*/
	/*--mainColor_rgb: 11, 78, 162;*/ /*#0B4EA2*/
	--mainColorText_rgb: 255, 255, 255; /*#FFFFFF*/
}

.biela{background-color:#FFFFFF;}    
.modra{color:#fff; background-color:#0B4EA2;}
.cervena{color:#fff; background-color:#d30000;} 
.grey{color:#fff; background-color:#9e9e9e;}

/*
body {
	line-height: 1.5;
	background-color: rgba(var(--mainColor_rgb), 0.1);
	min-height: 100%;
	font-family: Arial, sans-serif;
}
*/


body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    /*background-color: rgba(var(--mainColor_rgb), 0.1);*/
	background-color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


.header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}

.footer {
	z-index: 1020;
	padding-left: 16px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;  
	text-align: left;
}

.footer a{
	white-space: nowrap;
	text-decoration:none;
}

.footer_theme{
	color: rgba(var(--mainColorText_rgb), 1);
	background-color:rgba(var(--mainColor_rgb), 1);
}


.logo {
    vertical-align: middle;
    padding: 0px 0px;
    width: auto;
    height: 26px;
}

.list-group {
    --bs-list-group-bg: rgba(var(--mainColor_rgb), .15);
}


.bd-navbar {
    padding: .75rem 0;
    background-color: transparent;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15)
}

.bd-navbar::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    content: "";
	background-image: linear-gradient(rgba(var(--mainColor_rgb), 1), rgba(var(--mainColor_rgb), 0.9));
}

.bd-navbar .offcanvas-lg {
    background-color: rgba(var(--mainColor_rgb), 1);
    border-left: 0;
}

.bd-navbar .dropdown-menu {
    --bs-dropdown-min-width: 12rem;
    --bs-dropdown-padding-x: .25rem;
    --bs-dropdown-padding-y: .25rem;
    --bs-dropdown-link-hover-bg: rgba(var(--mainColor_rgb), .1);
    --bs-dropdown-link-active-bg: rgba(var(--mainColor_rgb), 1);
    --bs-dropdown-font-size: .875rem;
    font-size: .875rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.dropdown-menu {
	--bs-dropdown-link-active-color: rgba(var(--mainColorText_rgb), 1);
	--bs-dropdown-link-hover-bg: rgba(var(--mainColor_rgb), .1);
    --bs-dropdown-link-active-bg: rgba(var(--mainColor_rgb), 1);
}

.navbar-brand {
    padding-left: 12px;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.bd-navbar .navbar-toggler:hover, .bd-navbar .navbar-toggler:focus, .bd-navbar .nav-link:focus{
    color: rgba(var(--mainColorText_rgb), 1);
}


.bd-navbar .nav-link:hover {
	border: 0;
    color: rgba(var(--mainColorText_rgb), 1);
	/*font-weight: 500;*/

}



.nav-link {
	white-space: nowrap;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    color: rgba(var(--mainColorText_rgb),0.75);
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
	font-weight: 500;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    font-weight: 500;
    color: rgba(var(--mainColorText_rgb), 1);
}


/*navbar*/
.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: rgba(var(--mainColorText_rgb), 1);
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    /*filter: alpha(opacity=0);*/
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    /*filter: alpha(opacity=100);*/
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: rgba(var(--mainColorText_rgb), 1) ;
	
}

@media (min-width: 1200px){
	.col-xl-8 {
		flex: 0 0 auto;
		width: 75%;
	}
}

@media (max-width: 991.98px){
	.col-md-3 {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		/*border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);*/
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 100%;
	}

.row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: 0px;
    margin-left: 0px;
}

.offcanvas-start .offcanvas-header {
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
}

.offcanvas-start .offcanvas-body {
	/*background-color: #fff;*/
    flex-grow: 1;
    padding: 1.25rem 1.25rem;
    overflow-y: auto;
}
	
}

.bocny_panel .offcanvas-header {
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
}

.bocny_panel .offcanvas-body{
	/*background-color: #fff;*/
    flex-grow: 1;
    padding: 1.25rem 1.25rem;
    overflow-y: auto;
}

.bd-gutter {
    --bs-gutter-x: 1.5rem;
}


/************************************************************/



.fa, .fas{
	margin-right: 10px;
}

.fa-bars{	
	color: #fff;
	
}

.fa-bars:before{
	color: #fff;
	
}

.fa-info-circle{
	color: #0B4EA2;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.bi {
	color: #7d7d7d;
    width: 20px;
    height: 20px;
    fill: currentcolor;
}

.dropdown-menu[data-bs-popper] {
    /*top: 100%;*/
    margin-top: 12px;
}


.alert-field {
    font-size: 14px;
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 5px;
    padding: 8px 8px;
    margin-bottom: 16px;
}

.alert-success {
	font-size: 14px;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
	border-radius: 5px;
    padding: 8px 8px;
    margin-bottom: 16px;
}

.step{
	display: flex;
	box-sizing: border-box;
	position: relative;	
	height: 100%;
	flex-direction: column;
	justify-content: space-between;	
}

.inputs {
	display:block;
	flex-grow: 1;
}

.input-text{
    margin:30px 0;
	display:flex;
    gap:20px;
    color: #333;
}

.input-text .input-div{
    width:100%;
    position:relative;
    
}

@media (max-width: 576px){
	.input-text {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}
}

input{
    width:100%;
    height:40px;
    outline:0;
    border-radius:5px;
    border:1px solid #a3a3a3;
    gap:20px;
	font-size:14px;
    box-sizing:border-box;
    padding:0px 10px;
}

.dropdown_item_color {
	padding: 0px;
}

.dropdown_item_input_color{
	width:100%;
    height:40px;
    outline:0;
    border-radius:5px;
    border:1px solid #a3a3a3;
    gap:20px;
	font-size:14px;
    box-sizing:border-box;
    padding:3px 3px;
}

.input-text .input-div span{
    position:absolute;
	color: #7d7d7d;
    top:4px;
    left:10px;
    font-size:14px;
    transition:all 0.5s;
}
.input-div input:focus ~ span,.input-div input:valid ~ span  {
	color: #7d7d7d;
    top:-18px;
    left:6px;
    font-size:12px;
    font-weight:600; 
}

.input-div select {
    height: 35px;
    width: 100%;
    outline: 0;
    border:1px solid #a3a3a3;
    border-radius: 6px;
	font-size:14px;
    box-sizing: border-box;
	padding:0px 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.input-div select:focus ~ span,.input-div select:valid ~ span  {
	color: #7d7d7d;
    top:-18px;
    left:6px;
    font-size:12px;
    font-weight:600; 
}

input:focus{
	border: 1px solid #0B4EA2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #66afe9;	
}

.input-div span{
    top:-15px;
    left:6px;
    font-size:10px;
}



.buttons button{
    height:40px;
    width:100px;
    border:none;
    border-radius:5px;
    background-color:#0075ff; /*#0b4ea2;*/
    font-size:14px;
    color:#fff;
    cursor:pointer;
}

.buttons button:hover{
    background-color:#0075ff; /*#0b4ea2;*/
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.button_space{
    display:flex;
	justify-content: space-around;
    gap:20px;
    
}
.button_space button:nth-child(1){
	background-color:#7d7d7d;
	color:#fff;
    border:1px solid #7d7d7d;
}


.container .input-field {
	position:relative;
	margin: 30px 0;
}

.input-text .pw-display-toggle-btn {
	position:absolute;
	right:10px;
	top:12px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:0px;
	cursor:pointer;
}

.input-text .pw-display-toggle-btn_edit {
	position:absolute;
	right:10px;
	top:12px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:0px;
	cursor:pointer;
}

.input-text .pw-display-toggle-btn2 {
	position:absolute;
	right:10px;
	top:12px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:0px;
	cursor:pointer;
}

.input-text .pw-display-toggle-btn2_edit {
	position:absolute;
	right:10px;
	top:12px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:0px;
	cursor:pointer;
}

.input-text .pw-display-toggle-btn i.fa-eye-slash {
  display:none;
}
.input-text .pw-display-toggle-btn.active i.fa-eye-slash {
  display:block;
}
.input-text .pw-display-toggle-btn.active i.fa-eye {
  display:none;
}

.input-text .pw-display-toggle-btn_edit i.fa-eye-slash {
  display:none;
}
.input-text .pw-display-toggle-btn_edit.active i.fa-eye-slash {
  display:block;
}
.input-text .pw-display-toggle-btn_edit.active i.fa-eye {
  display:none;
}

.input-text .pw-display-toggle-btn2 i.fa-eye-slash {
  display:none;
}
.input-text .pw-display-toggle-btn2.active i.fa-eye-slash {
  display:block;
}
.input-text .pw-display-toggle-btn2.active i.fa-eye {
  display:none;
}

.input-text .pw-display-toggle-btn2_edit i.fa-eye-slash {
  display:none;
}
.input-text .pw-display-toggle-btn2_edit.active i.fa-eye-slash {
  display:block;
}
.input-text .pw-display-toggle-btn2_edit.active i.fa-eye {
  display:none;
}


.container {
	margin: auto;
	padding: 20px;
}

.container .pw-strength {
  position:relative;
  width:100%;
  height:20px;
  margin-top:-20px;
  text-align:center;
  background:#ffffff;
  border-radius:5px;
  border: 1px solid #bababa;
}
.container .pw-strength span:nth-child(1) {
  position:relative;
  top: -3px;
  font-size:12px;
  color:#111;
  z-index:2;
  font-weight:600;
}
.container .pw-strength span:nth-child(2) {
  position:absolute;
  top: 0px;
  left: 0px;
  width:0%;
  height:100%;
  border-radius:4px;
  z-index:1;
  transition:all 300ms ease-in-out;
}

.container .pw-strength_edit {
  position:relative;
  width:100%;
  height:20px;
  margin-top:-20px;
  text-align:center;
  background:#ffffff;
  border-radius:5px;
  border: 1px solid #bababa;
}
.container .pw-strength_edit span:nth-child(1) {
  position:relative;
  top: -3px;
  font-size:12px;
  color:#111;
  z-index:2;
  font-weight:600;
}
.container .pw-strength_edit span:nth-child(2) {
  position:absolute;
  top: 0px;
  left: 0px;
  width:0%;
  height:100%;
  border-radius:4px;
  z-index:1;
  transition:all 300ms ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}




.offcanvas-header {
	background-color: #e6e6e6; /*#f3f3f3;*/ /*#d1e4fc;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;

}

.offcanvas-title {
	margin-top: 0;	
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}


.modal-header{
	background-color: #e6e6e6; /*#f3f3f3;*/ /*#d1e4fc;*/
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    outline: 0;
	box-shadow: 0 1px 5px #000;
}




.neutral{
	border: 1px solid #a3a3a3;
}
.neutral:focus{
	border: 1px solid #0B4EA2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #66afe9;	
}

.warning{
	border: 1px solid #ee4466;
}
.warning:focus{
	border: 1px solid #ee4466;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.notice {
    border: 1px solid #e8d700;
}
.notice:focus {
    border: 1px solid #e8d700;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #e8d700;
}

.success {
    border: 1px solid #3c763d;
}
.success:focus {
    border: 1px solid #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
}



.pw-requirements, .pw-requirements_edit{
	margin: 0px 10px;
	font-size: 14px;
	line-height: 1.25;
}

.pw-requirements ul, .pw-requirements_edit ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}

.step .alert{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 0px 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0.25rem;	
}


.custom-tooltip {
	--bs-tooltip-color: #FFF;
	--bs-tooltip-bg: #5c636a;
}



.offcanvas-title {
	margin-top: 0;	
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}


@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}


.list-unstyled{
	padding: 8px 8px;
}

.offcanvas_body{
	background-color: rgba(var(--mainColor_rgb), 0.1);
	overflow-y: auto;
}

.bd-links-link.active {
    font-weight: 600;
}

.bd-links-link:hover, .bd-links-link:focus, .bd-links-link.active {
    color: var(--bs-emphasis-color);
    background-color: rgba(var(--mainColor_rgb), 0.1);
}

.bd-links-link {
	font-size:16px;
	width: 100%;
    padding: 4px 8px;
    margin: 0px 0px;
    color: var(--bs-body-color);
    text-decoration: none;
	border-radius:5px;
}



/***************************************/
/*pridané: 20.05.2024*/
/***************************************/

:root {
	--custom_window_width_platrorma: 250px;
}

.platrorma {
	overflow-x: hidden;
    padding-left: 0px;
    width: 100%;
    display: flex;
    gap: 12px;
	margin-top: 0px;
}

.platrorma .container{
    height: calc(100vh - 64px - 0px); /*38px*/
    padding: 12px;
    width: calc(100% - var(--custom_window_width_platrorma));
    margin: 0px;
    max-width: 100%;
}

.platrorma .bd-sidebar {
    width: 0px;
    height: calc(100vh - 64px - 0px); /*38px*/
    top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    position: static;
    min-width: var(--custom_window_width_platrorma);
    grid-area: sidebar;
}


@media (max-width: 991.98px){
	.bd-gutter {
		--bs-gutter-x: 1.5rem;
	}
	
	.platrorma{
		padding-top: 0px;
		padding-left: calc(var(--bs-gutter-x)* .5);
		width: 100%;
		display: flex;
		gap: 0px;
	}
	
	.platrorma .container{
		width: 100%;
		margin: 0px;
		padding: 12px 0px;
	}
	
	.platrorma .custom-window {
		width: 100%;
		height: calc(100% - 65px);
		position: absolute;
		top: 65px;
		left: 0px;
		background-color: white;
		padding: 30px 16px 16px 16px;
	}	
	
	.platrorma .bd-sidebar {
		min-width: 0px;

	}

}

.platrorma .custom-window {
    width: var(--custom_window_width_platrorma);
	height: calc(100% - 64px - 0px); /*38px*/
    position: absolute;
	top: calc(64px);
    padding: 0px;
}



@media (max-width: 991.98px){

	.platrorma .custom-window {
		width: 100%;
		height: calc(100% - 64px - 0px); /*38px*/
		position: absolute;
		top: calc(64px);
		padding: 0px 16px 16px 16px;
	}	
}

@media (min-width: 768px){
	.platrorma .container {
		max-width: 100%;
	}
}
	
@media (min-width: 576px){
	.platrorma .container {
		max-width: 100%;
	}
}


/***************************************/
/*pridané: 21.05.2024*/
/***************************************/
.platrorma .table-responsive {
       margin: 0px 0px;
}

.platrorma .table-wrapper {
	width:100%;
	min-width: 1600px;
    background: #fff;
	padding: 0px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/*
upload_file
.platrorma .title_table .title_space{
	padding: 0px 0px;

}
upload_file upload_file
imorty 
.platrorma .title_table .upload_file{
	display: flex;
	gap: 16px;
    	
}
*/

.platrorma .title_table .input_file{
	width: 350px;
}

.platrorma .title_table {
	white-space: nowrap;
	background: #6c757d;
	color: #fff;
	padding: 16px 24px;
	margin: 0px;
	border-radius: 3px 3px 0 0;
}

.platrorma .title_table .btn {
	color: #fff;
	float: center;
	font-size: 13px;
	border: none;
	min-width: 50px;
	border-radius: 4px;
	border: none;
	outline: none;
	margin-left: 0px;
}

.platrorma .title_table .btn i {
	float: center;
	font-size: 18px;
	margin-right: 5px;
}

.platrorma .title_table .btn span {
	float: center;
	margin-top: 2px;
}

.platrorma .title_table h2 {
	margin: 0px 0 0;
	font-size: 24px;
}

.platrorma .title_table p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.platrorma .title_table .title_row{
	justify-content: space-between;
	height: 35px;
	display: flex;
	gap: 24px;
}

.platrorma .title_table .title_row .title_space_left{
	height: 35px;
    display: flex;
    gap: 24px;
	
}
.platrorma .title_table .title_row .title_space_right{
	height: 35px;
    display: flex;
    gap: 24px;
}

.platrorma .title_table .form-control {
	height: 35px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a3a3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.platrorma .footer_table{
	padding-bottom: 15px;
	background: #6c757d; /*#878d93;*/
	color: #fff;
	padding: 8px 24px;
	margin: 0px 0px 0px;
	border-radius: 0px 0px 3px 3px;
}

.platrorma .fa{
	margin-right: 0px;
}



