@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*main*/
body{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

footer{
	background: white;
}

.index footer{
	padding-top:50px;
}

body.index{
	background: url("../img/index-bg-v2.png");
	background-size: contain;
	background-repeat: no-repeat;
}

body.index .nav-link{
	color:white;
}

body.index .nav-link:hover{
	color:#d5d5d5;
}

h1.title {
	color: white;
    background: #007460;
    width: fit-content;
    padding: 12px 35px 10px 25px;
    font-size: 19px;
    clip-path: polygon(0% 7%, 91% 0, 99% 100%, 0% 101%);
	margin-top: 3rem!important;
}

.reg-btn{
	background: #007460;
    color: white;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 25px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border:none;
}

.btn.btn-primary{
	color: white;
    background-color: #007460;
    border: none;
}

.btn.btn-primary:hover{
	color: white;
    background-color: #018a73;
    border: none;
}

.reg-btn:hover{
	background: #00957b!important;
	color:white!important;
}

.main{
	min-height: 300px;
}

[hidden] {
	display: none;
}

.bootbox-close-button{
	border: none;
    background: transparent;
}

/*main - end*/

/*register flow*/

.app-row{
	height: 66px;
}

.bootbox-body{
	margin-top:20px;
	text-align: center;
}

.preschool-queue-entries .txt span {
    font-size: 26px;
}

.pieklustamiba h2{
	font-size: 22px;
}

.steps h3{
	font-size: 20px;
	margin-bottom:15px;
}

.steps hr{
	color: black;
}

.steps .form-select{
	border-radius: 0;
	border: none;
}

.steps .hidden{
	display: none;
}

.steps input[type=text]{
	border: none;
    background: transparent;
    border-bottom: solid 1px black;
    padding-left: 10px;
	font-size: 15px;
}

.steps .tooltips{
	border: 2px solid #a3a2a2;
    padding: 1px 10px 0px 10px;
    border-radius: 20px;
    color: #a3a2a2;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.steps .input-field{position: relative;}

.step3 .form-select, .step4 .form-select {
    background-color: transparent;
	border-bottom: solid black 1px;
}

.steps .required {
	color: red;
    position: absolute;
    top: 0;
    right: 10px;
}

.steps .required-label {
	color: red;
}

.tooltip-inner{
	color: black;
    background-color: #c3c3c3;
    font-size: 14px;
    padding: 10px;
}

.hide {
    display: none!important;
}

.prereg-text h2{
	color: #007460;
	margin-bottom: 25px;	
}

.prereg-icon{
	margin-right: 10px;
    margin-top: 20px;
	color: #007460;
}

#clock{
	color: white;
    font-weight: bold;
    font-size: 25px;
    background: #007460;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
}

.tooltip-arrow::before{
	border-right-color: #c3c3c3!important;
	border-left-color: #c3c3c3!important;
}

.finish-icon{
	color:#007460;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before{
	border-top-color: #c3c3c3!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
}

#parent_type_document_image .document{
	text-align: center;
}

#parent_type_document_image .document img{
	max-height: 155px;
}

.document a{
	color: #007460;
    text-decoration: none;
}

p.buttons{
    float: right;
}

.action {
    color: #007460;
    text-decoration: none;
}

.action:hover {
    color: #008f76;
}

.applications tr > td:last-of-type {
	text-align: center;
}

.applications .grey{
	color:grey;
}

label.helper{
	font-size:13px;
}

label.helper i{
	color:red;
}

.stepper-wrapper {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	font-weight: bold;
	color: #a3a2a2;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 4px solid #a3a2a2;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #a3a2a2;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f2f2f2;
    margin-bottom: 6px;
    margin-top: 11px;
    border: 3px solid #a3a2a2;
}

.stepper-item.active {
	color: #007460;
}

.stepper-item:first-child::before {
	content: none;
}
.stepper-item:last-child::after {
	content: none;
}

.active .step-counter{
	border: 3px solid #007460;
}

.check {
    display: inline-block;
    border: solid 2px #a3a2a2;
    background: #f2f2f2;
    height: 20px;
    width: 20px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.check.active i {
    display: inline-block;
}

.check i {
	display: none;
    margin-right: 2px;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 1px;
    color: #007460;
}

.rules a{
	color: #007460;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.rules ol li{
	padding-left:25px;
}

.rules ul li{
	padding-left:5px;
}

.form-btns a, .form-btns button{
	padding: 10px 30px 11px 30px;
	border: 2px solid #007460;
	color:#007460;
	font-weight: bold;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-btns a:hover, .form-btns button:hover{
	background-color: #007460;
	color:white;
}

.form-btns button.disabled{
	cursor: default;
    opacity: 0.3;
}

.form-btns button.disabled:hover{
	border: 2px solid #007460;
	color:#007460;
	background-color: transparent;
}

.form-btns button{
	padding: 8px 30px;
}

.form-btns a{
	margin-right:10px;
}

.form-btns i{
	margin-right: 5px;
}

.description{
	font-size:14px;
}

/*register flow - end*/

/*header*/
nav{
	font-size:18px;
	padding-bottom: 15px!important;
}

.navbar-toggler{
	border:none;
}

.navbar-toggler:focus{
	border:1px solid grey;
	box-shadow: none;
}

nav .fa-user, nav .fa-file-circle-plus, nav .lni-file-plus-circle, nav .lni-user-4 {
	color: #007460;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link{
	color:black;
}

.nav-item.exit a,.nav-item.login a{
	color: #007460;
    font-weight: bold;
	/*margin-left: 10px;
    border: 2px solid #007460;
    padding: 7px 0;    
    width: 75px;*/
    text-align: center;
}

.nav-item.exit a:hover, nav .fa-user:hover, nav .fa-right-from-bracket:hover, nav .fa-file-circle-plus:hover, .login a:hover{
	/*background-color: #007460;*/
	color: #01af91!important;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #007460;
}

.navbar-toggler-icon {
    background-image: url('../img/toggle.png');
}

/*.navbar-collapse.justify-content-start{
	margin-left:75px;
}*/

/*header - end*/

/*form*/
.form-control{
	border-radius:0;
}
/*form - end*/

/*footer*/
.footer-column {
    background-image: url('../img/rectangle.png');
	background-repeat:no-repeat;
	background-size: cover;
}

footer li{
	list-style-type: none;
	padding: 20px 0 0 50px;

}

footer li a, .footer-socials a{
	color:white;
	text-decoration: none;
}

.footer-socials a{
	margin-top:20px;
	padding: 0 15px;
	display: inline-block;
}

footer li a:hover, .footer-socials a:hover{
	color:#d5d5d5;
	text-decoration: none;
}

/*footer - end*/

/*index*/
.index .callout{
	color:white;
}

.index .callout h1{
	font-size:65px;
	margin-bottom: 15px;
}

.index .callout h2{
	font-size:25px;
	font-weight: 400;
	margin-bottom: 40px;
}

.index-btn{
	color: white;
	border: solid 2px white;
	font-weight: 500;
	border-radius: 0;
	padding: 5px 25px;
	font-size: 20px;
}

.index-action a:hover{
	color: #007460!important;
	background-color: white!important;
}

.index .card, .reg .card{
	transition: box-shadow .3s;
	/*max-width: 380px;*/
}

.reg .card{
	margin: 0 auto;
}

.cards h3{
	text-align: center;
    font-weight: bold;
    font-size: 45px;
}

.cards i{
	font-style: normal;
    color: #007460;
    font-size: 18px;
    border: 2px solid #007460;
    border-radius: 20px;
    padding: 3px 10px 0px 10px;
    position: absolute;
	margin-left: 10px;
}

.card-title{
	text-align: center;
	margin-top:15px;
	font-size: 30px;
	font-weight: 600;
}

.card-body img{
	padding: 5px 70px;
}

.card-container{
	position: relative;
}

.card-body .btn{
	margin: 0 auto;
    display: block;
    color: #007460;
    font-weight: bold;
    border: 2px solid #007460;
    border-radius: 0;
    padding: 15px 0px;
    width: 80%;
}

.index .card:hover, .contacts .card:hover, .reg .card:hover{
	box-shadow: 0 0 16px rgba(33,33,33,.35); 
}

.index .card:hover .card-body .btn, .reg .card:hover .card-body .btn{
	background-color: #007460;
	color:white;
}

.cards,.main{
	background-color: #f2f2f2;
}

.card-img-top{
	border-radius: 0;;
}

.index .card{
	border-radius:0;
	margin: 0 10px;
	min-width: 250px;
	min-height: 610px;
}
.index.bjc .card{
	border-radius:0;
	margin: 0 0px;
	min-width: 250px;
	min-height: 474px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	position: absolute;
	top: -50px;
	width: 300px;
	height: 50px;
	left: auto !important;
}

.swiper-pagination-bullet {
	padding: 5px 10px!important;
	border-radius: 0!important;
	width: 100%!important;
	height: 30px!important;
	text-align: center!important;
	line-height: 30px!important;
	color:#000!important;
	opacity: 1!important;
	background: transparent!important;
    font-size: 25px;
    font-weight: bold;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.swiper-pagination-bullet:hover {
	color: #007460 !important;
}

.swiper-pagination-bullet-active {
	color: #007460 !important;
}

/*index - end*/

/* Auth screen*/
.auth-icon{
	display: block;
	max-width:200px;
	margin: 0 auto;
}
/* Auth screen - end*/

/* BUJ */
.buj .nav-item button{
	border-radius: 0;
    border: none;
	border-bottom: 1px solid grey;
    color: black;
    font-weight: 500;
	-webkit-transition : all 200ms ease-out;
	-moz-transition : all 200ms ease-out;
	-o-transition : all 200ms ease-out;
	transition : all 200ms ease-out;
}

.buj .nav-item button.active{
    background: transparent;
    color: #007460;
    font-weight: 500;
    border: none;
	border-bottom: 1px solid #007460;
}

.buj .nav-item button:hover{
    font-weight: 500;
	border-bottom: 1px solid #007460;
	color: #007460;
}

.buj .accordion{
	border-color:transparent;
}

.buj .accordion-item{
	border-radius: 0;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px black;
}

.buj .accordion-button:not(.collapsed) {
    color: #007460;
    background-color: transparent;
    box-shadow: none;
}

.buj .accordion-button{
    background-color: transparent;
}

.buj .accordion-body{
    padding-top:0;
}

.buj .accordion-button:hover {
    color: #007460;
}

.buj .accordion-button.collapsed::before {
	background: url("../img/plus.svg");  
}
  
.accordion-button:not(.collapsed)::before {  
	background: url("../img/minus.svg");
	transform: var(--bs-accordion-btn-icon-transform);
}

.buj .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 15px;
    content: "";
	background: url("../img/minus.svg");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

.buj .accordion-button::after {
    display: none;
}

.buj .nav-tabs li:nth-child(1){
	margin-right:5px;
	background: #e3e3e3;
}

.buj .nav-tabs li:nth-child(2){
	margin-left:5px;
	background: #e3e3e3;
}

.quotas th, .applications th{
	color:#007460;
}

.table-bordered>:not(caption)>*>* {
    border-width: 2px 2px;
    border-color: #f2f2f2;
    background: white;
	padding: 8px 20px;
	vertical-align: middle;
}

.buj-url{
	color: #007460;
    font-weight: 500;
	text-decoration: none;
}

.buj-url:hover{
	color: #007460;
    font-weight: 500;
	text-decoration: underline;
}
/* BUJ - end */

/* Contacts */
.row.display-flex {
	display: flex!important;
	flex-wrap: wrap!important;
}
.row.display-flex > [class*='col-'] {
	flex-grow: 1!important;
}

.contacts .card img{
	border-radius:100%!important;
	max-width: 170px;
	margin:0 auto;
}

.contacts .card {
	height: 100%;
	border-radius: 0;
	border: none;
	transition: box-shadow .3s;
}

.contacts .card h5{
	color:#007460;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 30px;
}

.contacts i{
	color:#007460;
	padding-right: 10px;
}

.contacts .card>hr {
	color:black;
	border-top: 2px solid;
	margin-right: 35%;
    margin-left: 35%;
	margin-top: 0px;
}

.contacts .card p {
	margin: 0;
}

.contacts .card-body{
	padding-top: 0px;
}

.contacts .card strong {
	margin-bottom: 10px;
    display: block;
}

.contacts a {
	color:black;
	text-decoration: none;
}
/* Contacts - end*/

/*Documents*/
.docs{
	background: white;
}

.nice-select .option.disabled {
    display: none;
}

.nice-select{
	border-radius: 0!important;
    background: #f2f2f2!important;
    text-align: center!important;
    font-weight: bold!important;
	border:none!important;
    color: #007460;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border:none;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #007460!important;    
}

.nice-select .option:hover{
    color: white!important;
	font-weight: bold!important;  
}

.nice-select .option {
    color: black!important;
}

.option.selected.focus{
	color: white !important;
	background-color: #007460!important;  
}

.nice-select .list {
	margin-top: 0!important;
    border-radius: 0!important;
    background: #f2f2f2!important;
    border: none;
	box-shadow: none!important;
}

.docs-box{
	max-width: 500px;
    min-height: 500px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
    margin: 55px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	transition: visibility 0s, opacity 0.5s linear;
}

.docs-box h2{
	text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 0 50px;
    margin-top: 45px;
}

.docs-box a,.special a,.btnn{
	color:white;
	padding: 15px 30px;
	background-color: #007460;
	text-decoration: none;
	font-weight: bold;
	margin-top: 45px;
}

.empty-box{
	color:rgb(199, 199, 199);
}

.docs-box a:hover,.special a:hover,.btnn{
	background-color: #008871;
	color:white;
}



/*Documents - end*/

/* Responsive breakpoints */
@media (min-width: 576px) {	
}

@media (min-width: 768px) {
	.buj .accordion-body {
		padding-left: 55px;
	}

	.step2 .form-btns button, .step3 .form-btns button, .step4 .form-btns button{
		margin-right:55px;
	}
}

@media (min-width: 992px) {	
	nav{
		margin-top: 80px;
		padding-bottom: 45px!important;
	}

	.step2 .form-btns button, .step3 .form-btns button, .step4 .form-btns button{
		margin-right:80px;
	}
}

@media (min-width: 1200px) {
	.step2 .form-btns button, .step3 .form-btns button, .step4 .form-btns button{
		margin-right:105px;
	}
}

@media (min-width: 1400px) {	
}

@media (max-width: 575.98px) {
	.footer-socials a{
		margin-top: 0;
    	padding: 0 15px;
	}

	.footer-socials{
		display: flex;
		justify-content: space-evenly;
	}

	.footer-menu{
		padding: 0!important;
   		text-align: center;
	}

	.footer-menu ul{
		padding-left:0;
	}

	.footer-menu li{
		padding-left:0;
	}
}

@media (max-width: 767.98px) {
	.navbar-brand{
		max-width: 185px;
	}

	.index-action{
		text-align: center;
	}

	.cards h1 {
		margin-bottom: 60px!important;
	}

	.card-container {
		padding-top: 15px;
	}
	
	.index .navbar-toggler-icon {
		background-image: url(../img/toggle-white.png);
	}
	
	.index .nav-item.login a{
		color: white;
	}

	.index-action h1{
		margin-top:0;
	}

	.step2 p.buttons, .step3 p.buttons, .step4 p.buttons{
		float: none;
		margin: 0 auto;
		margin-bottom: 45px;
		text-align: center;
	}

	.step2 p.buttons button, .step3 p.buttons button, .step4 p.buttons button{
		margin: 0 auto;
		margin-top: 15px;
		display: block;
		padding: 8px 43px;
	}

	.step2 p.buttons a, .step3 p.buttons a, .step4 p.buttons a{
		margin: 0 auto;
		margin-right:0;
		padding: 8px 20px;
	}

	.index .card {
		min-height: auto;
	}
}

@media (max-width: 991.98px) {
	.navbar-collapse{
		text-align: center;
	}

	.nav-item.exit a {
		margin: 0 auto;
	}

	body.index{
		background: url("../img/index-bg-mob.png");
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: -100px;
	}

	nav {
		margin-top: 30px;
		padding-bottom: 5px;
	}

	.index .nav-settings .fa-user, .index .nav-settings .fa-right-from-bracket, .index .fa-file-circle-plus{
		color:white;
	}

	.navbar-nav{
		margin-left: 0!important;
	}

	#navbar{
		margin-top:15px;
	}
}

@media (max-width: 1199.98px) {
	nav{
		font-size:16px;
	}

	.index .nav-item a{
		font-size:14px;
	}
}

@media (max-width: 1399.98px) {
}

/* Responsive breakpoints - end*/

/* cookie consent - start */
#sticky-cookie {
	position: fixed;
	border-radius: 4px;
	bottom: 20px;
	right: 20px;
	color: #00838F;
	background: #fff;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	opacity: 1;
	padding: 9px 0 9px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	width: 140px;
	display: none;
	cursor: pointer;
	border: 1px solid #00838F;
	z-index: 100;
}
#sticky-cookie:hover {color:#fff; background:rgb(79, 179, 191)}

:root{
	--cc-btn-primary-bg:rgb(0, 131, 143) !important;
	--cc-text:#fff !important;
	--cc-btn-primary-text: var(--cc-text) !important;
	--cc-btn-primary-hover-bg:rgb(79, 179, 191) !important;
	--cc-btn-secondary-bg: var(--cc-btn-primary-bg) !important;
	--cc-btn-secondary-text: var(--cc-text) !important;
	--cc-btn-secondary-hover-bg: var(--cc-btn-primary-hover-bg) !important;
	--cc-toggle-bg-on:var(--cc-text) !important;
	--cc-toggle-bg-readonly:rgb(79, 179, 191) !important;
	--cc-block-text: #00838F !important;
}

.cc_div #cm {background-color: rgb(0, 131, 143);}
.cc_div #s-cnt {color: #00838F !important;}
.cc_div .b-bn .b-tl::before {border-color: #00838F !important;}
.cc_div #s-cnt .cc-link {color: #00838F !important;}
.cc_div #s-cnt .cc-link:hover {color: rgb(79, 179, 191) !important;}
.cc_div {font-family: Roboto, sans-serif !important;}
.c-bn {border: 1px solid #fff !important;}
.c-bn:hover, #s-c-bn:hover {color: #fff !important;}
#s-c-bn {width: 1.75em !important; height: 1.75em !important; outline: none !important;}
#s-c-bn:hover:after, #s-c-bn:hover:before {background: #fff !important;}
.cc-link {color: #fff !important; border-bottom: 1px solid; font-weight: 500 !important; text-decoration: underline !important;}
.cc-link:hover, .cc_div a:hover {color: rgb(79, 179, 191) !important;}
.cc_div a {color: #fff; border-bottom: none !important; text-decoration: underline !important;}
#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {font-weight: 500 !important;}/* cookie consent */
#sticky-cookie {
	position: fixed;
	border-radius: 0;
	bottom: 20px;
	right: 20px;
	color: #FFF;
	background: #007460;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	opacity: 1;
	padding: 9px 0 9px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	width: 140px;
	display: none;
	cursor: pointer;
	border: 2px solid #FFF;
}
#sticky-cookie:hover {color:#fff; background:#00957b;}

:root{
	--cc-btn-primary-bg:#007460 !important;
	--cc-text:#fff !important;
	--cc-btn-primary-text: var(--cc-text) !important;
	--cc-btn-primary-hover-bg:#00957b !important;
	--cc-btn-secondary-bg: var(--cc-btn-primary-bg) !important;
	--cc-btn-secondary-text: var(--cc-text) !important;
	--cc-btn-secondary-hover-bg: var(--cc-btn-primary-hover-bg) !important;
	--cc-toggle-bg-on:var(--cc-text) !important;
	--cc-toggle-bg-readonly:var(--cc-btn-primary-bg) !important;
	--cc-block-text: var(--bs-body-color) !important;
	--cc-toggle-bg-off: #00957b !important;
	--cc-toggle-bg-on: var(--cc-btn-primary-bg) !important;
}

.cc_div #cm {background-color: var(--cc-btn-primary-bg);}
.cc_div #s-cnt {color: var(--bs-body-color) !important;}
.cc_div .b-bn .b-tl::before {border-color: var(--cc-btn-primary-bg) !important;}
.cc_div #s-cnt .cc-link {color: var(--bs-body-color) !important;}
.cc_div #s-cnt .cc-link:hover {color: #00957b !important;}
.cc_div {font-family: Roboto, sans-serif !important;}
.c-bn {border-radius: 0 !important; border: 2px solid #fff !important;}
.c-bn:hover, #s-c-bn:hover {color: #fff !important;}
#s-c-bn {width: 1.85em !important; height: 1.85em !important; outline: none !important;}
#s-c-bn:hover:after, #s-c-bn:hover:before {background: #fff !important;}
.cc-link {color: #fff !important; border-bottom: 1px solid; font-weight: 500 !important; text-decoration: underline !important;}
.cc-link:hover, .cc_div a:hover {color: #00957b !important;}
.cc_div a {color: #fff; border-bottom: none !important; text-decoration: underline !important;}
#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {font-weight: 500 !important;}

.pieklustamiba table {
  border-collapse: collapse;
  width: 100%;
}

.pieklustamiba td, .pieklustamiba th {
  border: 1px solid rgb(224, 224, 224);
  padding: 8px;
}

.pieklustamiba th {font-weight: 500;}

/* cookie consent - end */

.form-select{
	background-color: transparent;
    border-bottom: 1px solid black !important;
}
input[type="file"]{
	border: 0;
    background: transparent;
    border-bottom: 1px solid black;
}
.form-control::file-selector-button {
	background-color:#007460;
	color:white;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color:#00957b;
}
.has-danger{
	border-color: red !important;
	color:red !important;
}
.has-danger::placeholder {
	color: red;	
}
#form-register{position:relative;}
#form-register #loading{
	position:absolute;
	top:0px;
	left:0px;
	display: none;
    align-items: center;
    justify-content: center;
	width:100%;
	height:100%;
	background:#f2f2f2;
	z-index:5;
}

.tt-selectable{
	padding:3px 10px;
}
.tt-selectable:hover{
	background:#3064CE;
	color:white;
	cursor:pointer;
}

button.icon-right,a.icon-right{
	position: relative;
    border-right: 25px solid #007460 !important;
}
button.icon-right i,a.icon-right i{
	position: absolute;
    right: -20px;
    top: 12px;
    color: white;
	margin-right:0;
}
button.icon-left,a.icon-left{
	position: relative;
    border-left: 25px solid #007460 !important;
}
button.icon-left i,a.icon-left i{
	position: absolute;
    left: -20px;
    top: 12px;
    color: white;
	margin-right:0;
}
.toast-container{z-index:9999999;}
.loader {
	display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}
.loader div {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #757575;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}