@charset "UTF-8";

html {
	min-height: 100%;
	position: relative;
}

body {
	background: white;
	margin: 0 0 150px 0;
}

.jumbotron {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	border-radius: 0 !important;
	margin-bottom: 0;
	background-image: url(../images/uen.jpg);
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 10%;
}

.jumbotron_emedia {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 32px;
	background: #fff;
	border-radius: 0 !important;
	margin-bottom: 0;
	background-image: url(../images/emedia_logo_horiz_rgb.jpg);
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 10%;
}

#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 80%;
}

#tagline {
	font-size: 12px;
	font-style: italic;
}

.main-area {
	background-color: white;
	margin: 1.75rem 2rem;
}

.footer {
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color: #343a40;
	color: #acc5ed;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.footer div {
	padding-top: 16px;
}

nav {
	background-color: #acc5ed;
}

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

.search input {
	width: 100% !important;
}

.alert {
	display: none;
}

.alert ul {
	margin-block-end: 0;
}

.input-group .btn {
	margin: 0;
}

tr .fas,tr .fa {
	display: inline-block;
	width: 100%;
	color: #007bff;
}

table .fas:hover, table .fa {
	cursor:pointer;
}

.page-item.active {
	z-index: 0;
}

hr {
	background-color: #343a40;
	height: 10px;
}

.breakable-table {
    table-layout: fixed;
    word-wrap: break-word;
}

/* -- Login Page Customizations -- */

.logo-upload-section {
	width:95%;
	text-align:center;
	margin-left:15px;
}

.logo-area {
	font-size:larger;
	padding-top:50px;
	padding-bottom:75px;
}

.text-align-left {
	text-align:left;
}

.hint-text {
	font-size: smaller;
	color: gray;
	text-align: center;
	padding-top:5px;
}

.text-align-center {
	text-align:center;
}

.error-container{
	padding-left: 30px;
}

#homepage-btn{
	padding: 10px 20px;
	font-size: 1em;
	color: #fff;
	background-color: #662d91;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}



