﻿body {
	--custom-color: rgba(0, 69, 113, 1);
	--custom-color-2: rgba(0, 69, 113, 0.1);
	color: #000000;
}

.CustomColor1 {
	color: rgba(0, 69, 113, 1);
}

.CustomColor1 {
	color: rgba(0, 69, 113, 1);
}
.CustomBackgroundColor1 {
	background-color: rgba(0, 69, 113, 1);
}
.CustomBorderColor1 {
	border-color: rgba(0, 69, 113, 1);
}

.CustomColor2 {
	color: rgba(208, 239, 227, 1);
}
.CustomBackgroundColor2 {
	background-color: rgba(223, 223, 223, 1);
}
.CustomBorderColor2 {
	border-color: rgba(248, 210, 210, 1);
}

.CustomButton1 {
	background-color: rgba(0, 69, 113, 1);
	border: none;
	border-radius: 23px;
	box-shadow: none;
	color: #ffffff;
	font-size: 11px;
	padding: 12px;
	text-align: center;
	width: 100%;
}
	.CustomButton1:disabled {
		opacity: 0.5;
	}
.CustomButton2 {
	background-color: #ffffff;
	border: solid 1px rgba(0, 69, 113, 1);
	border-radius: 23px;
	box-shadow: none;
	color: rgba(0, 69, 113, 1);
	font-size: 11px;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.form-control {
	color: #000000 !important;
	font-weight: bold;
}

.CollectionDocument {
	font-size: 20px;
}

.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemDetails {
	margin-left: 5px;
	margin-right: 0px;
}

.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemDetails {
	margin-left: 5px;
	margin-right: 0px;
}