body {
	/* min-height: 75rem; */
	padding-top: 4.5rem;
}


.form-control-highlight {
	border-width: 3px;
//	font-weight: bold;
}
.form-label {
	font-weight: bold;
}
.col-form-label {
	font-weight: bold;
}


.bg-dark {
	background-color: #A52A2A !important;
}

.btn-primary {
	background-color: #E52B50 !important;
	border-color: #AA0000 !important;
}

.form-control:read-only{
	background-color: #e9ecef;
    opacity: 1;
    transition: none;
    appearance: none;
    pointer-events: none;
}

h1 {
	font-size: 22px;
}


.tbl-lc-text-end thead tr th:last-child {
	text-align:right;
}
.tbl-lc-text-end tbody tr td:last-child {
	text-align:right;
}
.tbl-fc-text-start thead tr th:first-child {
	text-align:left;
}
.tbl-fc-text-start tbody tr td:first-child {
	text-align:left;
}

ol.breadcrumb li.breadcrumb-item a {
	/* color: var(--bs-secondary-color); */
	text-decoration: none;
	color: #000;
}
ol.breadcrumb li.breadcrumb-item a:hover {
	/* color: var(--bs-secondary-color); */
	text-decoration: underline;
	color: #000;
}	


/* 05. MEDIA IMAGELIST
----------------------------------------- */
.media-imagelist {
		
}

.media-imagelist .media-element {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 30px;
}
.media-imagelist .media-thumbnail {
	background-size: cover;	
}
.media-imagelist .media-thumbnail:before{
	content: "";
	display: block;
	padding-top: 80%; 	/* initial ratio of 1:1*/
}
.media-imagelist .media-element .media-actions {
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
}
.media-imagelist .media-element .media-actions a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;	
	font-size: 17px;
	color: #494949 !important;
}
.media-imagelist .media-element .media-actions a:hover {
	color: #000 !important;	
}
.media-imagelist .media-element .media-actions a.media-action-active {
	color: #3d8c40 !important;
}



/*
.media-imagelist .media-element .media-actions {
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	bottom: 5px;	
}



.media-filelist .media-element {
	border: 1px solid #efefef;	
	margin-top: 15px;
	padding: 5px;
}
.media-filelist .media-element .media-actions a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;	
	font-size: 17px;
	color: #494949 !important;
}
.media-filelist .media-element .media-actions a:hover {
	color: #000 !important;	
}
*/
