/* text-ddblue { color: #001640; }
.bg-ddblue { background-color: #00205b !important;  border: 1px solid #00205b !important; }
.bg-ddgreen { background-color: #b1bb52 !important; border: 1px solid #b1bb52 !important; }
.form-control.form-control-solid:active, .form-control.form-control-solid.active, .form-control.form-control-solid:focus, .form-control.form-control-solid.focus {
	background-color: #b1bb52 !important;
	border-color: #b1bb52 !important;
	color: #464E5F;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.m-radio.m-radio--ddblue.m-radio--solid > input:checked ~ span {
	background: #00205b;
} 

bllue: #00205b
blue dark: #001640
green: #b1bb52
green dark: #919a3d
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Manrope !important;
}
.modal .modal-content .modal-header .modal-title, .m-header .m-header-head .m-header__title .m-header__title-text {
	font-family: inherit !important;
}

.form-control[readonly] {
	border-color: #f4f5f8;
	color: #6f727d;
	background-color: #f4f5f8;
	pointer-events: none;
}

.dark-blue { background-color:#395173; border-color:#395173; }
.dark-orange { background-color:#f0802b; border-color:#f0802b; }
.dark-green { background-color:#adba4a; border-color:#adba4a; }
.light-blue { background-color:#6fc9c7; border-color:#6fc9c7; }
.light-orange { background-color:#ec9f65; border-color:#ec9f65; }

.paging a, .paging button.disabled { padding: .85rem 1.15rem !important; }
.paging .btn {
	display: flex;
	padding: 0px !important;
}

.border-red { border: 1px solid #f00; }

.m-portlet .webform .m-portlet__head-caption > div {
    display: flex;
    flex-direction: column;
}