﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body{font-family: 'Poppins', sans-serif;
	 background: #fafafa;color: #0c2c84;font-size:14px;}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	line-height: 1.4em;
	color: #0c2c84;
}

section {
	min-height: 450px;
	background-color: #ffffff;
	/*box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;*/
	/*padding: 20px 10px 20px 10px;
	margin: 20px 10px 20px 10px;*/
}

.aboutSection {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
	padding: 20px 10px 20px 10px;
	margin: 20px 10px 20px 10px;
}

/**Center Element class**/
.centerItem {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	font-size: medium;
	font-weight: 500;
	width: auto;
	height: auto;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

tr.rowlink {
	cursor: pointer;
	font-weight: 400;
	color: inherit;
}
	tr.rowlink:hover {
		color: #253494;
		font-weight: 600;
		background: #a1dab4!important;
		/*text-decoration: wavy;*/
		transition: all 0.3s;
	}

a.btnlink {
	padding: 0.25rem 0.25rem;
	font-size: 0.75rem;
	line-height: 1.0;
	border-radius: 0.2rem;
	font-weight: 400;
	color: #0c27d5;
}
		a.btnlink:hover {
			color: #253494;
			font-weight: 600;
			background: #a1dab4;
			text-decoration: underline;
			transition: all 0.3s;
		}

.navbar{
	/*padding: 15px 10px;*/
	/*background:rgba(34,94,168, 0.50);*/
	background:#225ea8;    
	border: none;
	border-radius: 0;
	/*margin-bottom: 40px;*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
	min-height: 70px;
	max-height: 70px;
	border-bottom:5px solid #a1dab4;
}
	.navbar span {
		display: inline-block;
		/*color:#ffffcc;*/
		font-size: 32px;
		font-weight: 800;
		vertical-align: -webkit-baseline-middle;
	}

.navbar-btn{
	box-shadow: none;
	outline: none!important;
	border: none;
}

.line{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
}
.form-group {
    margin-bottom: 0.5rem;
}

.form-check-input {
	position: relative;
	margin-top: 0.3rem;
	/*margin-left: -1.25rem;*/
	margin-left: -0.8rem;
}

.dt-check-input {
	position: relative;
	margin-top: 0.3rem;	
	margin-left: 0rem;
}

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
}
#sidebar {
	position:fixed;
	top:70px;
	left:0px;		
	/*padding-top: 70px;*/
	min-height: 100vh;
	max-height: 100vh;
	min-width: 230px;
	max-width: 230px;	
	background:#225ea8;
	color: #ffffff;
	transition: all 0.5s;
	overflow:auto;
}
#sidebar.active{
	margin-left: -230px;
}

#sidebar .sidebar-header{
	padding: 10px;
	text-align:center;
	background:#225ea8;
	box-shadow: 0 0 0 0.1rem rgba(65,182,196, 0.5);
}
#sidebar ul.components{
	padding: 1px 0px;
	border-bottom: 1px solid #a1dab4;
}
#sidebar ul p{
	padding: 10px;
	/*font-size: 1.1em;*/
	font-size: 0.9em;
	display: block;
}
#sidebar ul li a{
	padding: 10px;
	font-size: 0.9em;
	display: block;
}
#sidebar ul li a:hover {	
	color:#253494;
	font-weight:500;
	background: #a1dab4;
}
#sidebar ul li a span{
	padding-right: 10px;	
}
/*#sidebar ul li a:hover span{
	color: #41b6c4;
}*/
#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #41b6c4!important;
	font-weight:500;
	background:rgba(37, 52, 148, 0.86);
}
a[data-toggle="collapse"] {
	position: relative;
}

#sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

/****Top Menu Drop Down *****/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;    
	min-width: 12.5rem;
	padding: 0rem;
	margin: 0.125rem 0 0;
	/*font-size: 1rem;*/
	font-size: 0.9em;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #225ea8;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-toggle::after {
	display: inline-block; 	
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.6rem 1.5rem;
	clear: both;
	font-weight: 400;
	color:#fff;	
	text-align: inherit;
	white-space: nowrap;
	background-color:#225ea8;	
	border: 0;
}


.dropdown-item:hover, .dropdown-item:focus {
	color: #253494!important;
	text-decoration: none;
	background-color: #a1dab4;    
	border-color:rgba(34,94,168, 1.00);
	font-weight:500;
	text-shadow: none!important;
}
/****Top Menu Drop Down End*****/
/*****Active User Image*****/
.user-profile {
	color: #a1dab4!important;
	font-size:0.85em;
	font-weight:500;
}
.user-profile img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-right: 10px;
}
/*****Active User Image*****/

ul ul a {
	font-size: 0.85em !important;
	padding-left: 30px !important;
	background: #2c7fb8;
}

ul.CTAs {
	padding: 20px;
}

ul.CTAs a {
	text-align: center;
	font-size: 0.85em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
a.article,
a.download{
	background: #fff;
	color: #2c7fb8;
}
/*a.article,
a.article:hover {
	background: #2c7fb8 !important;
	color: #fff !important;
}*/

#content {
	width: 100%;    
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
	padding-top: 70px;    
	min-height: 100vh;
	transition: all 0.3s;	
}
	#content.collapsed {
		margin-left:230px;
		transition: all 0.3s;
	}
#homeContent {
	width: 100%;    
	padding-top: 70px;    
	min-height: 100vh;
}

@media(max-width:768px){
	#sidebar{margin-left: -230px;}
	#sidebar.active{
		margin-left: 0px;
	}
	#content {
		margin-left:230px;
	}
	#content.collapsed {
		margin-left:0px;
	}
	.navbar span{
		display: inline-block;
		color:#a1dab4;
		font-size:0.85em;
		vertical-align: middle;
	}
	.navbar-brand img {
		width:40px;
		height:auto;
	}
}

#infobar {
	/*font-style:italic;*/
	width: 100%;
	padding: 5px;            
	font-weight:500;
	font-size:0.85em;
	background:#a1dab4;
}

#sidebarCollapse {
	padding:0px;
	font-size: 1.2rem;
}

.btn:hover {
	color: #253494;
	font-weight: 500;
	background: #a1dab4;
}

.btn-info {
	color:#ffffff;
	background:rgba(34,94,168, 1.00);
	border-color: rgba(34,94,168, 1.00);
}

.btn-info:hover {
	color: #a1dab4;
	background-color: rgba(34,94,168, 1.00);
	border-color:rgba(34,94,168, 1.00);
}



.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #0c2c84;
	background-color: #ffffff;
	border-color: rgba(34,94,168, 1.00);
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 0.0rem rgba(58, 176, 195, 0.5);
}

.card-subtitle {
	font-size:0.9em;    
}

.title-message {
    font-size: 0.75rem;
    margin-left: 20px;
    color:red;
}

.nav-link {
	color:rgba(127,205,187,0.80);
}

#bodyContent {    	
	padding:10px 0px 10px 0px;
	overflow:hidden;
	min-height:100vh;
}
	#bodyContent h2 {
		font-size:1.5em;
	}

.contentTitle {
	background-color: #a1dab4;
	text-align: left;
	font-weight: 600;
	padding: 10px 0px 10px 15px;
	border-radius: 3px;
}

.lead {
	/*font-size: 2.0rem;*/
	font-size: 32px;
	font-weight: 400;
	font-style:normal;
}

@media screen and (max-width:1105px) {
	.navbar span {
		font-size: 24px;
	}

	.lead {
		font-size: 24px;
	}
}

@media screen and (max-width:1755px) {
	.navbar span {
		font-size: 28px;
	}

	.lead {
		font-size: 28px;
	}
}

hr {
	margin-top:0rem;
}

form {
	margin-left:20px;
	margin-right:20px;
}

.form-horizontal {
    /*margin:0px!important;*/
    padding: 20px;
    box-shadow: 0px 0px 2px 0px #225ea8;
    border-radius: 5px;
}

.btn-default {
	color: #ffffff;
	background: rgba(34,94,168, 1.00);
	border-color: rgba(34,94,168, 1.00);	
}

table tbody tr td> a.btn {
	padding: 0.05rem 0.25rem;
}

table tbody tr th > a.btn {
	padding: 0.05rem 0.25rem;
}

table tbody tr th > button.btn {
	padding: 0.05rem 0.25rem;
}

table tbody tr td > button.btn {
	padding: 0.05rem 0.25rem;
}
	
#navbarNav ul li a:hover {
	color: #a1dab4;
	text-shadow: 2px 1px 1px #0c2c84;
	/*font-weight:600;*/
}

#navbarNav ul.navbar-nav>li.nav-item.active>a.nav-link {
	color:#a1dab4!important;    
	text-shadow:2px 1px 1px #0c2c84;
}

.boxForm {
	margin: 20px 10px;
	padding: 20px 10px;
	box-shadow: 0px 0px 5px 0px #0c2c84;
	background-color: #fff
}

.validation-summary-errors {
	font-size:0.85em;
}

/*****childContent(wrapper for table and other info)*****/
.childContent {
	display:block;
	width:100%;
    /*margin-top:15px;*/
    margin-bottom:20px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    padding: 10px 10px;
    box-shadow: 2px 2px 5px 1px #ccc;
    border-radius:5px;    
}

	.childContent h4 {
        font-size:1.0rem;
	}	
	.childContent .table-wrapper {
		max-height: 500px;
		overflow: auto;
		font-size: 0.85em;
		font-weight: 500;
	}
    .childContent .table-wrapper .table thead {
        background:#e9ecef;
        border: 1px solid rgba(0,0,0,0.5);
    }
    .childContent.table-wrapper.table tbody {
        background:#fff;
        /*border: 1px solid rgb(34, 94, 168);*/        
    }
    .childContent .table-wrapper .table th {
        padding:0.4rem;
        text-align:center;
    } .childContent .table-wrapper .table tr td {
        padding:0.35rem;
        text-align:left;
    }
	.childContent .title {
		margin-bottom: 0.75rem;
		border-bottom: 1px solid #e9ecef;
		font-weight: 500;
	}

	/*Large*/
.childContentlg {
	display: block;
	width: 100%;
	/*margin-top:15px;*/
	margin-bottom: 20px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 10px 10px;
	box-shadow: 2px 2px 5px 1px #ccc;
	border-radius: 5px;
}

	.childContentlg h4 {
		font-size: 1.0rem;
	}

	.childContentlg .table-wrapper {
		max-height: 1080px;
		overflow: auto;
		font-size: 0.85em;
		font-weight: 500;
	}

		.childContentlg .table-wrapper .table thead {
			background: #e9ecef;
			border: 1px solid rgba(0,0,0,0.5);
		}

		.childContentlg .table-wrapper .table tbody {
			background: #fff;
			/*border: 1px solid rgb(34, 94, 168);*/
		}

		.childContentlg .table-wrapper .table th {
			padding: 0.4rem;
			text-align: center;
		}

		.childContentlg .table-wrapper .table tr td {
			padding: 0.35rem;
			text-align: left;
		}
.childContentlg .title {
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #e9ecef;
	font-weight: 500;
}
/*****childContent(wrapper for table and other info)*****/

.input-group-addon {
    /*padding: 4px 9px;*/
    padding: 0.25rem 0.5rem;    
    background: #e9ecef;
    /* color: #fff; */
    border-top-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}
/**For autocomplete on Modal Dialog**/
ul.ui-autocomplete {
    z-index: 1100;
}



th.dt-center, td.dt-center {
	text-align: center;
}
th.dt-head-center, td.dt-head-center {
	text-align: center;
}

td.dt-body-right {
	text-align: right!important;
}

.myAlert-top {
	position: fixed;
	top: 5px;
	right: 2%;
	width: auto;
}

.myAlert-bottom {
	position: fixed;
	bottom: 5px;
	right: 2%;
	width: auto;	
}

.alert {
	display: none;
}

/*****TABS*****/
.project-tab {
	padding: 10%;
	margin-top: 10%;
}

	.project-tab #tabs {
		background: #007b5e;
		color: #eee;
	}

		.project-tab #tabs h6.section-title {
			color: #eee;
		}

		.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
			color: #0062cc;
			background-color: transparent;
			border-color: transparent transparent #f3f3f3;
			border-bottom: 3px solid !important;
			font-size: 16px;
			font-weight: bold;
		}

	.project-tab .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
		color: #0062cc;
		font-size: 16px;
		font-weight: 600;
	}

		.project-tab .nav-link:hover {
			border: none;
		}

	.project-tab thead {
		background: #f3f3f3;
		color: #333;
	}

	.project-tab a {
		text-decoration: none;
		color: #333;
		font-weight: 600;
	}
	/******TAB-END******/
/****Auto-Complete-Style****/
.ui-autocomplete-input {
	background-color:#a1dab4;
	color:#225ea8;
	font-style:italic;
}
.ui-autocomplete-input:focus {
	background-color: #a1dab4;
	color: #225ea8;
	font-style: italic;
	border:1px solid #225ea8;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #225ea8 !important;
	border-color: #a1dab4;
	border-color: rgba(0, 0, 0, 0.9);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #a1dab4 !important;
}

.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #a1dab4!important;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #225ea8!important;
	text-decoration: none;
	background-color: #a1dab4!important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}
/****Auto-Complete-Style-End****/

/**Spinner**/
.bd-example-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

	.bd-example-modal-lg .modal-dialog .modal-content {
		background-color: transparent;
		border: none;
	}
/**End-Spinner**/
/*#modalCurtain.fade .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: 300px;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

#modalCurtain.fade.in .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	opacity: 1;
}*/
/******Custom-Jumbotron********/
.info-jumbotron {
	padding: 0.5rem 1.5rem;
	margin-bottom: 0.25rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
	box-shadow: 0px -1px 5px 0px;
}

	/*.col-form-label {
		font-weight: 500;
	}*/
.text-info {
	padding: 0.25rem 0.5rem;
	font-weight: 500;
	font-style: oblique;
	color: #004085!important;
	font-size-adjust:initial;
}
/******End-Custom-Jumbotron********/

/*********Legend-Colors**********/
/* basic positioning */
.legend {
	list-style: none;
}
	.legend li {
		/*float: left;*/
		display:inline-table;
		margin-right: 10px;
	}

	.legend span {
		border: 1px solid #ccc;
		float: left;
		width: 12px;
		height: 12px;
		margin: 2px;
	}
	/* your colors */
	.legend .green {
		background-color: #1a9641;
		color: white
	}
	.legend .obsGreen {
		background-color: #a6d96a;
		color:white;
	}
	.legend .gliGreen {
		background-color: #ffffbf;
		color: white;
	}
	.legend .orange {
		background-color: #ff9966;
		color: blue;
	}
	.legend .yellow {
		background-color: #ffe066;
		color: blue;
	}
	.legend .red {
		background-color: #ff3333;
		color: white;
	}
	.legend .white {
		background-color: #ffffff;		
	}
	.legend .grey {
		background-color: #808080;
		color: white
	}
	.legend .darkGrey {
		background-color: #404040;
		color: white
	}

/*Member-Status(Active = 1, Cancelled, Retired, Resigned, Expired, Other)*/
/*.active {
	background-color: #ffffff;
}
.cancelled {
	background-color: #ffffbf;
	color: #1a9641;
}
.retired {
	background-color: #808080;
	color: white
}
.resigned {
	background-color: #ff3333;
	color: white;
}
.expired {
	background-color: #404040;
	color: white
}
.other {
	background-color: #ff9966;
	color: blue;
}*/
/*End-Member-Status*/

/*********Legend-Colors**********/
/***printTable****/
.printTable{	
	border-collapse: collapse;
}
.printTable tbody tr td {
	border: 1px solid #404040;
}
/*dataTables - defaut*/
div.dataTables_processing {
	z-index: 1;
}
button.buttons-print {
	display: none;	
}

.input-group input[type="checkbox"], label {
	margin:auto;
}

/********Profile Cards*********/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

.column {
	float: left;
	width: 50%;
	margin-bottom: 16px;
	padding: 0 8px;
}

@media screen and (max-width: 650px) {
	.column {
		width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {
	.container {
		/* max-width: 1140px; */
		max-width: 100%;
	}
}

.patron {
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
	box-shadow: none !important;
	/*padding-top: 48px !important;
	padding-bottom: 48px !important;*/
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.card-header {
	padding: 0px 0px;
	background-color: rgba(0, 0, 0, 0.0);
	border-bottom: none;
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
}

.card-body {
	padding: .6rem;
}
	.card-body img {
		padding: 0.25rem;
		background-color: #fff;
		border: 1px solid #dee2e6;
		border-radius: 0.25rem;
		/*max-width: 100%;*/
		height: 100%;
		width: 100%;
	}

	.card-body img {
		object-fit: contain; /* or object-fit: cover; */
	}

.card-footer {
	padding: 0px 0px;
	background-color: rgba(0, 0, 0, 0.0);
	border-top: none;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

.container {
	padding: 0 16px;
}

	.container::after, .row::after {
		content: "";
		clear: both;
		display: table;
	}

.title {
	color: grey;
}

.button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

	.button:hover {
		background-color: #555;
	}
/********End Profile Cards*********/

/*****Tree-View********/
/* Remove default bullets */
ul, #lstActsAndRegulations {
	list-style-type: none;
	font-size: 1em !important;
}

#lstActsAndRegulations a:hover {
	text-decoration:underline;
}

/* Remove margins and padding from the parent ul */
#lstActsAndRegulations {
	margin: 0;
	padding: 0;
}

.nested a {
	font-size: 1em !important;
	padding-left: 0px !important;
	background: #fff !important;
}
	.nested a:hover {
		text-decoration: underline;
	}
/* Style the caret/arrow */
.caret {
	cursor: pointer;
	user-select: none; /* Prevent text selection */
}

	/* Create the caret/arrow with a unicode, and style it */
	.caret::before {
		content: "\25B6";
		color: black;
		display: inline-block;
		margin-right: 6px;
	}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
	transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
	display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
	display: block;
}
/*****Tree-View********/
.text-success {
	color: #11ff47 !important;
}

.text-resigned {
	color: #700000 !important;
}

.text-retired {
	color: #aa0101 !important;
}

/*About Us*/
.remarksAtBottom {
	/*position: absolute;
	bottom: 0;*/
	color: red;
	font-style: italic;
	font-weight: 600;
	text-align: justify;
	width: 100%;
}

section > div {
	padding-left:10px;
}

	section > div > h5 {
		/*font-weight: 600;*/
		font-weight: 800;
		font-size: 25px;
		padding-top: 10px;
		padding-bottom: 20px;
		margin-bottom:30px;
		text-decoration: underline;
		text-align:center;
	}

	section > div > p {
		font-size: 24px;
		font-weight: 600;
		padding-left:10px;
		margin-left:10px;
	}

.flex-container {
	display: flex;
	/*min-height: 400px;	*/	
}

.flex-content {
	width: 100%;
	padding: 10px;
	margin: 10px;
	display: table-cell;
	vertical-align: top;
	border-radius: 5px;
	text-align: justify;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}
	.flex-content > .card {
		padding: 10px 20px 10px 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	}
		.flex-content > .card > .card-title {
			width: 100%;
			font-size: 24px;
			font-weight: 600;
			text-align: center;
			margin-bottom:0;
		}

		.flex-content > .card > .card-body {
			font-size: 18px;
			font-weight: 500;
			text-align: center;
		}

		.flex-content > .card > .card-body > p {
			min-height: 100px;
			text-align: justify;
			/*font-size: 18px;
			font-weight: 500;*/
		}

.badge {	
	padding: 0.25em 0.8em;
	font-size: 100%;
	line-height: 3;
	text-align: center;
	white-space: nowrap;
	border-radius: 3rem;
	width: 150px;
}