.table .glyphicon-remove{
	color: red;
}

.table .glyphicon-ok{
	color: green;
}


tr.unread{
	background: #EEE;
}

.pagination-cont {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 20px 0 15px;
}

    .pagination-cont span {
        display: inline-block;
        margin-right:  20px;
        font-size:  14px;
    }

    .pagination-cont select {
        display:  inline-block;
        width: 150px;
        padding: 8px 0;
    }
.forgot-password-card{
width:400px;
margin:0 auto;
background:#265066;
box-shadow:2px 2px 10px #000000b0;
padding:20px;
}
.forgot-password-card h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    color: #efac14;
    border-bottom: 2px solid #efac14;
    padding-bottom: 15px;
}
.forgot-password-card p.intro {
	color:white;
    padding-bottom: 20px;
    border-bottom: 2px solid #efac14;
    margin-bottom: 20px;
}
.error.message {
    text-align: center;
    padding: 10px;
    color: #787878;
    font-size: 16px;
	font-weight:600;
}
.forgot-password-card label {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
}
.forgot-password-card input{
border:1px solid #ddd;
border-radius:4px;
}
.forgot-password-card .submit {
	text-align:center;
}
.forgot-password-card .btn-primary {
	background-color: #efac14;
	color:#265066;
	font-weight:600;
	border:0;
	box-shadow:2px 2px 4px #000000b0;

	margin:20px auto;
}

.navbar.navbar-fixed-top {
	color: white;
	background-color: unset;
	background-image: linear-gradient(180deg, #254f67, #282c41);
}
.navbar-default .navbar-nav>li>a 
{
	color:white;
}
.navbar-default .navbar-nav>li>a:hover {
	color:#f1ae13;
}
#footer {
	width:100%;
	line-height:50px;
	text-align:center;
	color:white;	
	background-image:linear-gradient(180deg, #282c41, #254f67);
	flex-shrink:0;
}

.mbelogin {
	display: flex;
	flex-direction:column;
	width: 100%;
	height:100%;
	justify-content: center;
	align-items: center;
	padding-bottom:20px;
}

.mbelogin form {
	width: 500px;
	flex:1;
	display:flex;
	flex-direction: column;
	justify-content: center;
	.loginforminner {
		padding: 30px;
		background-color: white;
		border-radius: 6px;
		border: 1px solid silver;
		box-shadow: 0 0 4px 1px #0000004a;

	}
}


html, body {
height:100%;
}
#container {
	display:flex;
	flex-direction:column;
	height:100vh;
}
#content {
	flex: 1;
	margin-top:50px;
    padding: 50px;
    overflow-y: scroll;
    width: 100%;
}

.loginbkg {
background-image:url(/img/login-bkg.jpg);
background-size:cover;
margin-top:-70px;
width:100%;
}
.navbar-default {
	border:none;
}
#authMessage, #flashMessage {
	font-weight:700;
	text-align:center;
	width:400px;
	margin:auto;
	margin-bottom: 40px;
    padding: 20px;
    background-color: white;
    border: 2px solid red;
	box-shadow: 0px 0px 7px 2px #ff00006b;
    color: red;
    border-radius: 4px;
	
}
#flashMessage.success {
	border: 2px solid rgb(0, 175, 0);
	box-shadow: 0px 0px 7px 2px darkgreen;
	color: green;
}

.flexbuttons {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.flexbuttons > .leftcol {
	display:flex;
	justify-content: flex-start;
	width:80px;
}
.flexbuttons > .rightcol {
	display:flex;
	justify-content: space-between;
	flex:1;
}

.btn-download {
	width:85px;
	font-size:12px;
	background-color:#4ebff0;
	background-image:linear-gradient(0deg, #124054,#4ebff0);
	color:white;
	border:none;
}
.btn-download:hover {
	background-color:#124054;
	background-image:linear-gradient(0deg, #4ebff0,#124054);
	color:white;
	border:none;
	font-weight:700;
}
.btn-email {
	width:85px;
	font-size:12px;
	background-color:#7b00a4;
	background-image:linear-gradient(0deg, #7b00a4,#c0abff);
	color:white;
	border:none;
}
.btn-email:hover {
	background-color:#c0abff;
	background-image:linear-gradient(0deg, #c0abff,#7b00a4);
	color:white;
	border:none;
	font-weight:700;	
}
.btn-return {
	width:85px;
	font-size:12px;
	background-color:#ffb100;
	background-image:linear-gradient(0deg, #cb6700,#ffb100);
	color:white;
	border:none;
}
.btn-return:hover {
	background-color:#cb6700;
	background-image:linear-gradient(0deg, #ffb100,#cb6700);
	color:white;
	border:none;
	font-weight:700;	
}
.btn-reject {
	width:120px;
	font-size:12px;
	background-color:#ff3131;
	background-image:linear-gradient(0deg, #a60000,#ff3131);
	color:white;
	border:none;
}
.btn-reject:hover {
	background-color:#a60000;
	background-image:linear-gradient(0deg, #ff3131,#a60000);
	color:white;
	border:none;
	font-weight:700;
}
.btn-complete {
	width:140px;
	font-size:12px;
	background-color:#6fee6a;
	background-image:linear-gradient(0deg, #007706,#6fee6a);
	color:white;
	border:none;
}
.btn-complete:hover {
	background-color#007706;
	background-image:linear-gradient(0deg, #6fee6a,#007706);
	color:white;
	border:none;
	font-weight:700;
}
.btn-back {
	background:white;
	color:black;
	border-bottom:2px solid transparent;
	cursor:pointer;
	align-self:center;
}
.btn-back:hover {
	text-decoration:none;
	color:green;
	border-bottom:2px solid green;
	font-weight:700;
}
div.ui-dialog-titlebar.ui-widget-header {
	color: white;
    background-color: unset;
    background-image: linear-gradient(180deg, #254f67, #282c41);
}
.ui-widget-overlay.ui-front {
	background: #000000;
    opacity: .7;
}
div.ui-widget-content.ui-dialog-buttonpane {
	color: white;
    background-color: unset;
    background-image: linear-gradient(180deg, #282c41, #254f67);
}

.pagebreak { page-break-before: always; } /* page-break-after works, as well */
