﻿
#imgLogo {
    height: 50px;
    padding: 5px;
}

#spnHeading {
    font-size: 25px;
    color: white;
}

.landing-header {
    /* background-color: blue;*/
    height: 100px;
    padding: 20px;
    border-bottom: 1px darkgray solid;
    /*background-image: linear-gradient(darkblue, darkblue);*/
    /*background: -webkit-gradient(linear, top, bottom, from(#768692), to(#899CAB));
    background: -moz-linear-gradient(top, #768692, #899CAB);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#27518C), to(#1B365D));
}

.landing-footer {
    width: 100%;
    line-height: 25px;
    padding-left: 25px;
    font-size: 12px;
    /*color: #1E345D;*/
    color: #FFFFFF;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.landing-content {
    padding: 20px 80px 20px 20px;
    margin-left: -30px;
    height: 300px;
    top: 0;
    bottom: auto;
    right: auto;
    left: auto;
    background: #1B365D;
}

footer {
    /*background-color: #e9ecef;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#27518C), to(#1B365D));
}

.healthTrustTextColor {
    color: #1E345D
}

.index-traningBG a {
    text-decoration: none;
}

.row {
    --bs-gutter-x: 0.5rem;
}

/*Bootstrap Card*/
.card-header {
    color: white;
    background-color: #768591
}

.card-body {
    background-color: #f8f9fa;
    padding:0;
}

.accordion-button {
    background-color: #e9ecef;
}

.list-group-item {
    background-color: #f8f9fa;
}

.k-grid-table span.k-link {
    font-weight: bold;
    color: white;
    align-content: center;
    background-color: #036EB0;
}

.k-grid-header .k-grid-header-menu.k-active {
    background-color: #036EB0;
}

.header-link {
    color: #FFC222 !important;
    font-weight: 600;
}

    .header-link:hover,
    .header-link:focus {
        color: #fff3bf !important;
    }