.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: #fff;
}

.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: 20%;
    z-index: 1;
}

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

.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;
}

#top-menu-dropdown-section .text-white{
    font-size: 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;
}

#layout-section form .select2 {
    width: 100% !important;
}

#layout-navbar {
    z-index: 1030;
}

#layout-section form .select2 {
    width: 100% !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;
}

#layout-section form span.dropdown-wrapper, #layout-section form span.selection, #layout-section form span.select2-selection{
    margin-right: 0px !important;
}

.default-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: 2rem !important;
    margin-right: 5px !important; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    widows: 2.25rem !important;
}

.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;
}

.ui-datepicker{
    z-index: 1090 !important;
}

.layout-offcanvas .layout-navbar .layout-sidenav-toggle, .layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
    display: none !important;
    margin-right: 1.5rem !important;
}

#contact-us-page address{
    min-height: 65px;
}

#scheme-details p:last-child{
    margin-bottom: 0px;
}

#profile-actions{
    text-align: right;
}

.authentication-wrapper{
    background-attachment: fixed;
    justify-content: left !important;
    background-size: 110%;
}

.authentication-inner{
    left: 10%;
}

.glowing {
    border: none;
    cursor: pointer;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #026215; -webkit-box-shadow: 0 0 3px #026215; }
    50% { background-color: #02BC77; -webkit-box-shadow: 0 0 20px #02BC77; }
    100% { background-color: #026215; -webkit-box-shadow: 0 0 3px #026215; }
}

@-moz-keyframes glowing {
    0% { background-color: #026215; -moz-box-shadow: 0 0 3px #026215; }
    50% { background-color: #02BC77; -moz-box-shadow: 0 0 20px #02BC77; }
    100% { background-color: #026215; -moz-box-shadow: 0 0 3px #026215; }
}

@-o-keyframes glowing {
    0% { background-color: #026215; box-shadow: 0 0 3px #026215; }
    50% { background-color: #02BC77; box-shadow: 0 0 20px #02BC77; }
    100% { background-color: #026215; box-shadow: 0 0 3px #026215; }
}

@keyframes glowing {
    0% { background-color: #026215; box-shadow: 0 0 3px #026215; }
    50% { background-color: #02BC77; box-shadow: 0 0 20px #02BC77; }
    100% { background-color: #026215; box-shadow: 0 0 3px #026215; }
}

@media (max-width : 979px){
.layout-offcanvas .layout-navbar .layout-sidenav-toggle, .layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
    display: block !important;
    margin-right: 1.5rem !important;
}
.xs-mt-4{
    margin-top: 1.5rem !important;
}
.hidden-xs{
    display: none !important;
}
#profile-img img {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
}
.white-space{
    white-space: normal;
    margin-bottom: 5px;
}
#program-listing h4.card-title{
    font-size: 16px;
}
#program-listing .card-body{
    padding:15px;
    height: 170px;
}
#program-listing .detail-links {
    bottom: 15px;
}
#profile-actions{
    text-align: left;
}
.authentication-wrapper{
    background-repeat: no-repeat;
    justify-content: left !important;
    background-size: initial;
}
#profile-img .btn {
    display: block;
    top: 14%;
}
.authentication-inner{
    left: 0%;
}

}

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

@media(min-width: 1440px) {
#books-listing p.text-justify{
    height: initial;
    overflow: hidden;
}

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