@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;
}

section.login {
	background-image: url('images/loginbg.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;
}

section#main {
	padding: 10px 0;
	margin-top: 25px;
}

/* 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 {
	border: 1px solid #999 !important;
	width: 100% !important;
	font-size: 17px !important;
	padding: 5px;
}

#CONV_source, #CONV_destination {
	width: 530px !important;
	height: 600px !important;
}

	#CONV_source {
		border: 3px solid green !important;
	}

	#CONV_destination {
		border: 3px solid red !important;
	}

	#CONV_categories {
		width: 200px !important;
	}

/* 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;
}