.topbar .topbar-left, .navbar-default {
    background-color: #0C8140;
}

#left-menu-logo{
	width: 60%;
	margin: 10px auto;
}

.info-table, .listing-table{
	margin-bottom: 0px;
}

.info-table tr:first-child td{
	border-top: none;
}

.info-table tr td:first-child{
	color: #98a6ad ;
}

.info-table tr td:not(:first-child){
	font-weight: bold;
}

.bg-success-darker {
    background-color: #0C8140 !important;
}

#layout-section{
	border-left: 1px solid #e5e4e4;
}

#layout-section .font-weight-bold a{
    color: #4E5155;
}

#layout-section .card-header {
    background-color: #f2eeee;
}

.btn-warning {
    background: #FFA500 !important;
    color: #fff !important;
}

.btn-warning:hover {
    background: #E79808 !important;
    color: #fff !important;
}

#profile-img img {
    position: absolute;
    right: 25px;
    top: 15%;
    width: 15%;
}

#profile-img .btn {
    float: right;
    right: 35px;
    top: 17%;
    position: absolute;
}

.listing-table td{
    vertical-align: middle !important;
}

.listing-table .action-links a{
    color: #98a6ad;
}

.listing-table .action-links a:not(:last-child){
    color: #98a6ad;
    margin-right: 10px;
}
.action-column{
    width: 120px !important;
}

.sidenav.bg-white .sidenav-link, .sidenav.bg-white .sidenav-horizontal-prev, .sidenav.bg-white .sidenav-horizontal-next {
    color: #4E5155 !important;
}

.sidenav.bg-white .sidenav-link:hover, .sidenav.bg-white .sidenav-link.active{
    background-color: #f1f1f1;
}

#program-listing .card-body{
    height: 195px;
}

#program-listing .detail-links{
    position: absolute;
    bottom: 25px;
}

.form-group.required label::after{
    content: ' *';
    color: #f00;
}

.form-group label{
    margin-bottom: calc(.438rem - 2px);
    font-weight: 500;
    font-size: .83125rem;
    display: inline-block;
}

.action-btn-wrapper{
    text-align: right;
}

#scheme-details ol, #scheme-details ul, #scheme-details li{
    padding-left: 15px;
}

.btn.hidden, .btn.hide, .hide {
    display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0 !important;
}

.select2-selection {
    min-height: 38px !important;
    padding: 0px 14px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(24,28,33,0.1) !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.application-summary label{
    margin-bottom: calc(.438rem - 2px);
    font-weight: 500;
    font-size: .83125rem;
    display: block;
}

#news-listing a, #announcement-listing a, #books-listing a{
    color: #4e5155;
}

#announcement-listing .read-status{
    position: absolute;
    right: 12px;
}

#books-listing p.text-justify{
    height: 65px;
    overflow: hidden;
}

#books-listing .card-title{
    height: 50px;
    overflow: hidden;
}

.book-cover-wrapper{
    background: #e4e4e4;
}

ul, ol{
    margin-bottom: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
.info-table .col-md-3 {
    width: 25%;
}
}

@media only screen and (max-width: 900px) {
   #top-menu-dropdown-section span.text-white{
    font-size: 15.3px;
    
}
[class^="ion-"]::before, [class*=" ion-"]::before {
    vertical-align: text-bottom;
    font-size: 1.15em;
    line-height: .8695em;
    white-space: pre-wrap;
    overflow-wrap:break-word;
}
}

@media only screen and (min-width: 901px) {
#books-listing p.text-justify{
    height: initial;
    overflow: hidden;
}
#top-menu-dropdown-section span.text-white{
    font-size: 30px;
}
[class^="ion-"]::before, [class*=" ion-"]::before {
    vertical-align: text-bottom;
    font-size: 2.10em;
    line-height: .8695em;
}
}

#books-listing .card-title{
    height: initial;
    overflow: hidden;
}


