.modal.modal-fullscreen {
	/* Maximize the main wrappers on the screen */
	/* Make the parent wrapper of the modal box a full-width block */
	/* Remove borders and effects on the content */
	/**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
	
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content
	{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal.modal-fullscreen .modal-body {
	padding: 0;
}

.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%;
	animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	/* change bg color below */
	/* background:#1abc9c; */
}

.modal.modal-fullscreen.force-fullscreen {
	/* Remove the padding inside the body */
	
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
	padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header, .modal.modal-fullscreen.force-fullscreen .modal-footer
	{
	left: 0;
	position: absolute;
	right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
	top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
	bottom: 0;
}

.table-no-border>thead>tr>th, .table-no-border>tbody>tr>th,
	.table-no-border>tfoot>tr>th, .table-no-border>thead>tr>td,
	.table-no-border>tbody>tr>td, .table-no-border>tfoot>tr>td {
	border-top: none;
}

.stats__button {
	padding: 15px 30px 15px;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-align: inherit;
	text-decoration: inherit;
	color: inherit;
}

a:hover:not ([role=button] ) {
	color: #00474d;
}

.stats__button div, .stats__button h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #8e9db6;
}

.stats__button:hover div, .stats__button:hover h2 {
	color: #00474d;
}

.alert .messages-container p:first-of-type {
	margin-bottom: 10px;
}

.obligation-info__heading__h {
	font-weight: normal;
}

.redborder {
	border: 1px solid red;
}

.remove-margin-left {
	margin-left: 0 !important;
}

.add-margin-left-20 {
	margin-left: 20px;
}

.add-margin-bottom-5 {
	margin-bottom: 5px;
}

.add-margin-left-30 {
	margin-left: 30px;
}

.add-margin-right-20 {
	margin-right: 20px;
}

.add-margin-right-40 {
	margin-right: 40px;
}

.add-margin-left-5 {
	margin-left: 5px !important;
}

.add-margin-right-10 {
	margin-right: 10px !important;
}

.right-35 {
	right: 35px !important;
}

.width-40 {
	width: 40% !important;
}

.p24-logo-position {
	max-height: 2rem;
	max-width: 50%;
	margin-left: 5px;
	margin-bottom: 0.75rem
}
