.roboto-condensed-af {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.header {
	background-color: gray;
}

.header a {
	font-weight: 900;
	text-decoration: none;
	color: #fff;
}

.navbar {
	background-color: lightgray !important;
}

.nav-item a {
	color: #565656;
}

.nav-link:hover {
	color: #121212 !important;
}

/*.nav-tabs .nav-item {*/
/*	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);*/
/*}*/
.user-nav-link {
	color: #565656;
}

.user-link {
	color: #000;
}

.footer {
	background-color: gray;
	color: #fff;;
	text-align: end;
}

.card-page-title {
	text-align: center;
}

.nav-item button {
	color: #565656;
}

.card-title {
	font-weight: bold !important;
}

.form-label {
	font-weight: bold !important;
}

.card-header-top {
	background-color: #ffcc99 !important;
}

a {
	color: #2d7f83;
	text-decoration: none;
}

.arrow {
	color: #bb9966;
}

.status-code {
	background-color: #0d6efd;
	padding: 5px;
	font-size: 40px;
	color: white;
	border-radius: 10px;
	line-height: 71px;
	font-weight: 700;
}

.status-code-5 {
	background-color: #dc3545 !important;
}

.status-code-4 {
	background-color: #ffc107 !important;
}

.status-code-3 {
	background-color: #0dcaf0 !important;
}

.fieldError {
	border: 2px solid #f1aeb5;
}

.fieldError ~ .select2 .select2-selection {
	border: 2px solid #f1aeb5 !important;
}

.section-title {
	background-color: #bb9966 !important;
	font-weight: 600;
}

.pagination a {
	width: 30px;
	height: 30px;
	line-height: 20px;
	color: #fff;
	background-color: gray;
	padding: 5px;
	margin-left: 4px;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}

.pagination a.active {
	background-color: lightgray;
}

.vertical-tab {
	/*    font-family: 'Poppins', sans-serif;*/
	padding: 20px;
	border-radius: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	display: table;
	padding: 10px;
	background-color: #eee;
	border-radius: 9px;
}

.vertical-tab .nav-tabs {
	display: table-cell;
	width: 15%;
	min-width: 25%;
	border: none;
	vertical-align: top;
}

.vertical-tab .nav-tabs li {
	float: none;
}

.vertical-tab .nav-tabs li a {
	color: #222;
	background: #f5f5f5;
	/*    font-size: 16px;*/
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
	border-radius: 10px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a,
	.vertical-tab .nav-tabs li.active a:hover {
	color: #fff;
	background: #f5f5f5;
	border: none;
}

.vertical-tab .nav-tabs li a:before {
	content: '';
	background-color: #222;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	transform: translateY(50px) scale(0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover:before, .vertical-tab .nav-tabs li.active a:before,
	.vertical-tab .nav-tabs li.active a:hover:before {
	transform: translateY(0) scale(1);
}

.vertical-tab .tab-content {
	color: #222;
	background: #fff;
	/*    font-size: 14px;*/
	letter-spacing: 0.5px;
	line-height: 23px;
	padding: 15px 15px 10px 15px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	display: table-cell;
}

.vertical-tab .tab-content h3 {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 4px;
}

@media only screen and (max-width: 479px) {
	.vertical-tab {
		padding: 15px;
		margin: 0;
	}
	.vertical-tab .nav-tabs {
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
		display: block;
	}
	.vertical-tab .nav-tabs li a {
		margin-right: 0;
	}
	.vertical-tab .tab-content {
		font-size: 14px;
		margin-top: 0;
		display: block;
	}
	.vertical-tab .tab-content h3 {
		font-size: 18px;
	}
}

.vertical-tab .nav-item {
	margin-top: 4px;
}

link, .nav-tabs .nav-link.active {
	border-color: gray;
	border-radius: 5px;
	/*    border-bottom-color: transparent;*/
}

.vertical-tab .table-secondary {
	background-color: #fff !important;
	font-weight: 700;
	border-bottom-color: rgb(222, 226, 230);
}

.file-new td {
	
}

.file-old td {
	color: lightgray !important;
}

.file-old a {
	color: lightgray !important;
}

.year-box {
	text-align: center;
	background-color: gray;
	padding: 5px;
	border-radius: 5px;
	/*	margin: 0px 5px;*/
	color: #fff;
}

.year-box-current {
	background-color: green;
}

.poster {
	filter: drop-shadow(5px 5px 10px #000000);
}

table.dataTable>tbody>tr.child {
	border: 1px solid rgb(222, 226, 230);
}

.dt-search  label {
	margin-right: 5px;
}

.dt-length  label {
	margin-left: 5px;
}

.pagination a {
	width: 30px;
	height: 30px;
	line-height: 20px;
	color: #fff;
	background-color: gray;
	padding: 5px;
	margin-left: 4px;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}

.pagination a.active {
	background-color: lightgray;
}

.page {
	border: 1px solid black;
	padding: 3px;
	margin: 5px;
	color: #fff;
	background-color: gray;
	text-align: center;
	text-decoration: none;
	width: auto;
	min-width: 24px;
}

.page_current {
	border: 2px solid black;
	padding: 6px;
	background-color: lightgray;
}

.spacer {
	border: none !important;
}

.order-green {
	color: green !important;
}

.order-red {
	color: red !important;
}

.order-newentry {
	color: lightgray !important;
}

.brevet-tile {
	padding: 5px;
}

.year-tile {
	padding: 5px;
}

.highcharts-figure, .highcharts-data-table table {
	min-width: 200px;
	max-width: 600px;
	margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th,
	.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even)
	{
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}

.highcharts-description {
	margin: 0.3rem 10px;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left;
}

.yearHeader {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 2px solid #000;
	margin-top: 40px;
	padding-bottom: 10px;
}

.yearHeaderTotal {
	margin-left: 20px;
	font-size: 18px;
	font-weight: 300;
}

.lastYearCell {
	background-color: #ededed !important;
}

.searchBox {
	background-color: #ededed;
	padding: 10px;
	border-radius: 8px;
}

.circle {
	background-color: #ededed;
	display: inline-block;
	height: 0;
	padding-bottom: 87%;
	width: 90%;
	border-radius: 50%;
	position: relative;
	border: 5px solid #878787;
}

.circle2 {
	background-color: #dcdcdc;
}

.circle3 {
	background-color: #cbcbcb;
}

.circle4 {
	background-color: #bababa;
}

.circle5 {
	background-color: #a9a9a9;
}

.circle .top {
	text-align: center;
	/*background-color: yellow;*/
	width: 100%;
	/*height: 50px;*/
	position: absolute;
	top: 15%;
	font-size: 2rem
}

.circle .middle {
	position: absolute;
	top: 42%;
	height: 5px;
	width: 70%;
	background-color: #2d7f83;
    left: 15%;
}

.circle .bottom {
	text-align: center;
	/*background-color: blue;*/
	width: 100%;
	/*height: 50px;*/
	position: absolute;
	top: 45%;
	font-size: 4rem;
	font-weight: 900;
}

.circle .bottomlink {
	text-align: center;
	/*background-color: blue;*/
	width: 100%;
	/*height: 50px;*/
	position: absolute;
	top: 80%;
	font-size: 1.3rem;
	font-weight: 900;
}

.reg_center {
	text-align:center;
}

.reg_bold {
	font-weight:bold;
}

.fieldwithplaceholder::placeholder{
	color:#bcbcbc;
}

.lightplaceholder::placeholder{
	color:#bcbcbc;
}

.mybox {
	border: 1px solid lightgray;
	padding: 10px;
	border-radius: 12px;
}

.myshadow {
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

#klaro .cookie-notice {
    left: 20px;
    right: auto;
}

.grayout {
	color:#bcbcbc!important;
}