@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
	--main-blue: #012652;
	--main-orange: #dd761b;
}

body, body * {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

button {
	cursor: pointer;
}

section.login {
	background-image: url('../images/bolton-bg2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background-color: #000;
}

.uk-navbar-nav > li > a {
	color: #fff;
	font-size: 17px;
}

.uk-navbar-nav .material-symbols-outlined {
	color: #fff;
}

.uk-border-pill {
	padding-left: 10px !important;
}

button.rounded {
	width: 180px;
	border-radius: 20px;
}

section#main {
	padding: 10px 0;
	margin-top: 25px;
}

a.mz-button-big {
	display: block;
	text-align: center;
	background: rgb(0,114,199);
	background: linear-gradient(173deg, rgba(0,114,199,1) 0%, rgba(0,44,93,1) 100%); 
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	padding: 100px 25px;
	border: 0px solid #000;
	border-radius: 36px;
	text-shadow: 1px 1px 0px #000;
}

a.mz-button-big i {
	display: block;
	font-size: 60px;
	margin-bottom: 25px;
}

a.mz-button-big:hover{
	background: rgb(0,146,255);
	background: linear-gradient(173deg, rgba(0,146,255,1) 0%, rgba(0,44,93,1) 100%); 
}

/* simpleform */

form.simpleform {
	margin-bottom: 15px;
	box-sizing: border-box;
}

	form.simpleform * {
		box-sizing: border-box;
	}

form.simpleform ul {
	padding: 0;
}

form.simpleform ul > li {
	list-style-type: none;
	padding: 5px 0;
}

form.simpleform label {
	width: 200px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	padding: 2px;
}

form.editor label {
	width: auto;
	display: block;
	text-align: left;
	font-weight: bold;
	padding: 2px 0;
}

form.simpleform ul li input[type=checkbox]
{
	margin-top: 5px;
}

form.simpleform .uk-grid div > p {
	position: relative;
}

form.simpleform span.suffix {
	position: absolute;
	top: 34px;
	right: 6px;
}

form.simpleform .wrapper {
	display: inline-block;
}

form.simpleform legend {
	background-color: #193356;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 5px 8px;
	border-radius: 8px;
	font-weight: bold;
}

form.simpleform fieldset {
	border: 1px solid #193356;
}

form.simpleform .textarea-large {
	width: 800px;
	min-height: 200px;
}

form.editor .wrapper, form.editor .wrapper .mzmarkdown_wrapper {
	display: block;
	width: 100%;
}

form.simpleform select {
	border: 1px solid #dcdcdc;
}

	form.simpleform select option {
		padding: 2px;
	}

form.simpleform li.options ul li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

	form.simpleform li.options ul li label {
		font-weight: bold;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	form.editor li.options ul li:nth-child(-n+4) {
		width: 90px;
	}
	
	form.editor #DOC_language, form.editor #REE_language {
		background-position: 4px center;
		background-repeat: no-repeat;
		padding: 0 0 0 25px;
	}
	
	form.editor #DOC_language option, form.editor #REE_language option {
		background-position: 4px center;
		background-repeat: no-repeat;
		padding: 2px 2px 2px 25px;
	}
	
	form.editor .origin {
		display: none;
		text-align: center;
		width: 90px;
	}
	
	button.browser {
		width: 24px;
		height: 24px;
		cursor: pointer;
		padding: 3px;
		color: #fff !important;
		text-shadow: 1px 1px 1px #000;
		font-size: 13px;
		border-radius: 5px;
		background-color: #235ba7;
		border: none;
	}
	
strong {
	font-weight: bold;
	text-size: 100%;
}

/* datatable */

table.datatable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}

table.datatable * {
	font-size: 13px;
}

table.datatable thead {
	background-color: #193356;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 8px;
	font-weight: bold;
	border: 1px solid #193356;
}

	table.datatable thead th {
		padding: 6px 8px;
		font-weight: bold;
	}
	
table.datatable tbody td {
	border: 1px solid #193356;
	padding: 4px 6px;
}

table.datatable .center p {
	margin: 0;
	padding: 0;
}

table.datatable p {
	margin: 0;
	padding: 0;
}

table.datatable b {
	font-size: 100%;
}

table.datatable tr.valign-top td {
	vertical-align: top;
}

table.datatable ul {
	margin: 0;
	padding: 0;
}

table.datatable ul li {
	display: block;
}

span.suffix {
	padding-left: 5px;
}

input[type='text'], input[type='password'], input[type='number'], input[type='date'], input[type='email'], textarea, select {
	display: block;
	border: 1px solid #999;
	outline: none;
	font-size: 15px !important;
	padding: 5px;
}

	input:disabled {
		opacity: 0.5;
	}

	input.width-6 {
		width: 90px;
	}
	
	input.width-11 {
		width: 140px;
	}
	
	input.width-end, textarea.width-end {
		width: 100%;
	}

/* pager */

ul.pager {
	overflow: hidden;
	text-align: center;
	margin: 15px auto;
}

	ul.pager  * {
		font-size: 13px;
	}

	ul.pager li {
		display: inline-block;
		list-style-type: none;
		*zoom: 1;
		*display: inline;
	}

ul.pager a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

	ul.pager li.selected a {
		background-color: #193356;
		color: #fff !important;
	}

	ul.pager a:hover {
		color: #810000 !important;
	}

ul.pager li.summary {
	background-color: #193356;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

ul.pager strong {
	color: #fff;
	font-weight: bold;
}

.uk-notification-message-danger {
	background-color: #900000;
	color: #fff;
}

.column * {
	box-sizing: border-box;
}

	.column > div, .column .column-background > div {
		margin-bottom: 10px;
	}
	
	div.column-background {
		background-color: #d7e0e9;
		padding: 20px;
	}

p.notice {
	font-size: 13px;
	margin: -20px 0 10px; 0;
}

.validationError {
	box-shadow: inset 0 0 0 1px red;
}

.validationPassed {
	box-shadow: inset 0 0 0 1px green;
}

div.money {
	position: relative;
}

	div.money input {
		text-align: right;
		padding-right: 30px;
		width: 140px;
	}

	div.money::after {
		content: "zł";
		position: absolute;
		left: 120px;
		top: 28px;
	}

.innerSection {
	margin-top: 35px;
}

form h3 {
	border-bottom: 1px solid #153063;
}

form h4 {
	background-color: #153063;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
}

.loadership {
	display: flex;
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	visibility: hidden;
}

	.loadership div {
		position: absolute;
		top: 20px;
		left: -50px;
		width: 40px;
		height: 40px;
		border: 10px solid #c4000033;
		border-radius: 50%;
	}

	.loadership div:not(:nth-child(1)) {
		clip-path: polygon(50% 50%, 0 0, 80.00% 0);
		border: 10px solid #c40000;
		animation: loadership_spin 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	}

	.loadership div:nth-child(2) {
		animation-delay: 0.00s;
	}

	.loadership div:nth-child(3) {
		animation-delay: -0.06s;
	}

	.loadership div:nth-child(4) {
		animation-delay: -0.11s;
	}

	.loadership div:nth-child(5) {
		animation-delay: -0.17s;
	}

	.loadership div:nth-child(6) {
		animation-delay: -0.22s;
	}


	@keyframes loadership_spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}