.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #C5D44D #dee2e6 #fff;
	border-top: 3px solid #C5D44D;
	font-weight:bold;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .0;
    border-top-right-radius: 0;
	background-color: #f8f9fa;
}

/** for notitication **/
#preview-panel {
	margin-bottom:10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	border-radius: 0.25rem; 
	min-height:400px;
	background-color: #fff
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2980b9;
}
.nav-pills .nav-link {
    border-radius: 0rem; 
}
.notification-panel{
	position:relative;
	margin: 2px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	background-color:#fff;
}

.detail-head{
	padding-right:60px;
}

#notification-content {
	padding:10px;
}
h6 {
	 text-transform: none;
	 font-size:1.05rem;
	 margin:2% 5% 2% 5%;
}
.message {
	position: relative;
}
.selected{
	font-weight: bold;
	background-color:#f7f7f7;
}

.selected h6{
	font-weight: bold;
}
.message a:hover {
	text-decoration: none;
}
.message div {
	margin-left:5%;
}

i.bookmark {
    position: absolute;
    right: -10px;
    top: 5px;
	color: #F39C12;
    width: 20px;
    height: 20px;
    display: inline;
    text-decoration: none;
    z-index:2;
}
.btn-bookmark {
    position: absolute;
    right: 20px;
    top: 0px;
	color: #fff;
	background-color:gray;
    width: 40px;
    height: 40px;
    display: inline;
    text-decoration: none;
    border-radius: 20px;
}
.btn-bookmark.active {
    position: absolute;
    right: 20px;
    top: 0px;
	color: #fff;
	background-color:#F39C12;
    width: 40px;
    height: 40px;
    display: inline;
    text-decoration: none;
    border-radius: 20px;
}
.btn-bookmark i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 8px;
    font-size: 22px;
}
.btn-bookmark.btn-bookmark-mobile {
    position: absolute;
    right: 0px;
    top: 0px;
	color: #fff;
	background-color:gray;
    width: 30px;
    height: 30px;
    display: inline;
    text-decoration: none;
    border-radius: 15px;

}

.btn-bookmark.btn-bookmark-mobile.active {
    position: absolute;
    right: 0px;
    top: 0px;
	color: #fff;
	background-color:#F39C12;
    width: 30px;
    height: 30px;
    display: inline;
    text-decoration: none;
    border-radius: 20px;
}

.btn-bookmark.btn-bookmark-mobile i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 8px;
    top: 5px;
    font-size: 18px;
}
.notification-panel {
	min-height:400px;
}
i.new {
    position: absolute;
    left: -5px;
    top: 10px;
	color:#dc3545;
    width: 5px;
    height: 5px;
    display: inline;
    text-decoration: none;
	font-size:10px;
	z-index:2;
}

.modal-header {
	color:#fff;
}
div.title {
	margin:5px;
}

.message-list-group{
	max-height:500px;
	overflow-y: auto;
	overflow-x:hidden;
}

.message-list-group ::-webkit-scrollbar {
	width:0px
}

#keyword-input{
	height:40px;
}