body {
	font-family: "PannoTextLight", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.23529412;
}
h1, h2 {
	color: #1E64C8;
}
@media screen and (max-width: 600px){
	body{
	  width: 100%;
	}
}
#content {
	min-height: 600px;
}
#content ul {
	list-style: none;
}
#content ul li:before {
	color: #000;
	content: "\279C"; /*"\2192";*/
	padding-right: 5px;
}
#content ul li.page-item:before, 
#content ul li.nav-item:before {
	/*color: #000;*/
	content: "";
}
#content ul li {
	margin-bottom: 5px;
}
.header {
	padding-top: 10px;
	margin-bottom: 20px;
	
}
.header,
.footer {
	min-height: 100px;
}
.footer {
	font-size: 0.85em;
}
.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
		color: #ffffff;
		text-decoration: none;
}
.form-control,.form-select {
	font-size: 0.85rem;
}
.table {
	font-size: 0.8em;
}
.ugentbg {
	background-color: #1E64C8;
	color: #ffffff;
	padding: 15px 20px;
}
.nav-primary {
	font-size: 16px;
}
.nav-primary li {
	padding-right: 10px;
	font-size: 14px;
}
.nav-primary a{
	text-decoration: none;
}
.nav-primary a, 
.nav-primarya:link, 
.nav-primary a.visited, 
.nav-primary a:hover, 
.nav-primary a:active{
	color: #1E64C8;
}
.nav-primary a:hover {
	color: #1E64C8;
    text-decoration: none;
    -ms-word-break: break-word;
    word-break: break-word;
    border-bottom: 2px solid #1E64C8;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
.navbar {
    position: relative;
	display:block;
	width:100%;
}
ul.dropdown-menu {
	border-radius:0%;
}
/* UGent primary color */
.bg-primary {
    background-color: #1E64C8 !important;
}

#ts-detail p.lead {
	color: #1E64C8 !important;
	font-size: 1.05rem !important;
}
#ts-detail div.sub-detail{
	border-left: 1px solid #ccc;
	padding-left: 15px;
	margin-left: 2px !important;
}
.responsible {
	font-size: 12px;
}
#viewlet-above-content-body,
#viewlet-below-content-body {
	margin: 12px 0;
    text-align: center;
}
#viewlet-above-content-body span,
#viewlet-below-content-body span {
	display: block;
	font-weight: bold;
	color: #fa0f0f;
	padding: 5px 15px;
	border-bottom: 1px dotted #fa0f0f;
	border-top: 1px dotted #fa0f0f;
	background-color: rgba(250, 15, 15, 0.05);
}
/* Fix Search button width */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    min-width: 53px;
}
/* normal, unvisited */
a.clear-link:link {
	text-decoration: none !important;
}
/* visited link */
a.clear-link:visited {
    text-decoration: none !important;
}
/* mouse over link */
a.clear-link:hover {
    text-decoration: none !important;
}
/* selected link */
a.clear-link:active {
    text-decoration: none !important;
}
/* ajaxloader div transparency */
#ajaxloader {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
	filter: alpha(opacity=80);  /* IE 5-7 */
	-moz-opacity: 0.8;          /* Netscape */
	-khtml-opacity: 0.8;        /* Safari 1.x */
	opacity: 0.8;               /* Good browsers */
}
/* ajaxloader div image spacing */
#ajaxloader span {
	color: #999;
	font-weight: bold;
	font-size: 20px;
	margin-left: 25px;
}
/* Show tag labels in datatable correctly */
td span.label.label-info
{
	display: inline-block;
	font-size: 0.7em;
}
td span.label.status
{
    display: inline-block;
    font-size: 0.8em;
    font-weight: revert;
}

/* Add top and bottom padding to record count select and search input elements */
.dataTables_filter label, .dataTables_length label { padding: 15px 0; }
.dataTables_filter input, .dataTables_length select { margin: 0 0 0 10px; }
span.button-group-label { margin-right: 10px; }
a.btn.toggle-vis { height: 30px; padding: 8px 10px; }

/* Pagination buttons */
.pagination>li.previous>a, .pagination>li.next>a
{
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}

/* list-group: remove list-style (arraow) */
ul.list-group li:before
{
	content: '';
}

/* Bootstrap Glyphicons customization - Students masterthesis */
.gold.glyphicon, .gold.badge
{
	color: rgb(255,215,0) !important;
}
.header-row
{
	/*border-top: 1px dashed #c8c8c8; //#1E64C8;*/
	padding-top: 10px;
	margin-top: 15px;
}

.row.wrap
{
	padding: 15px 0 15px 0;
}
.jumbotron
{
	padding-left: 20px;
	padding-right: 20px;
}

/* Navigation links to admin panel or application action links */
.navigation-links {
    margin: 5px 2rem;
    text-align: right;
}

fieldset {
	margin-bottom:1rem;
}

ul.nav.nav-primary li a.active {
	color: #1E64C8;
	border-bottom: 1px solid #1E64C8;
	border-bottom-width: 2px;
}

#page-title {
	font-size: 1.5rem !important;
	margin-bottom: 1.0rem;
}
button i.bi, a i.bi {
    padding-right: 5px;
}

div.label{
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-weight: 600;
}