﻿u {
    color: black !important;
}

.ui-spinner-button:not(.ui-state-disabled), .ui-paginator-element:not(.ui-state-disabled) {
    display: none;
}

.elesco-primary-color {
    color: #5e7c34;
}

.elesco-background {
    background-color: white;
}

.alert-elesco-info {
    color: #0c5460;
    background-color: #5e7c34;
    border-color: #bee5eb
}

    .alert-elesco-info hr {
        border-top-color: #abdde5
    }

.memberListDivNormal {
    height: 30px;
}

.memberListDivNormal2x {
    height: 60px;
}

.memberListDivAll {
    height: 330px;
}

.memberListBold {
    font-weight: bold;
}

.showContantText {
    display: none;
}

@media (max-width: 767px) {
    .showContantText {
        display: normal;
    }
}

.showContantBtn {
    display: normal;
}

@media (max-width: 767px) {
    .showContantBtn {
        display: none;
    }
}

.grow {
    transition: all .2s ease-in-out;
    max-height: 70px;
    max-width: 200px;
}

    .grow:hover {
        transform: scale(1.1);
    }

/*.partner-img-view {
    max-height: 70px;
    max-width: 200px;
}
*/



.blog-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
}


.blog-round {
    border-radius: 20px;
}

.blog-item {
    margin: 20px;
    width: 100%;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.13);
}

.blog-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    font-size: 18px;
    color: rgb(48,48,48);
    height: 35px;
    padding: 5px;
}


.blog-item-footer {
    display: flex;
    flex-direction: row;
    background-color: white;
    font-size: 12px;
    color: rgb(48,48,48);
    height: 20px;
    padding-top: 2px;
    justify-content: center;
}


.icon-hover:hover {
    opacity: 0.8;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
/* Style the active link (or home/logo) */
.active {
    background-color: lightgray;
    color: white;
}

.GridLitenSpaceing td {
    padding: 0.2rem 0.5rem;
}

.GridLitenSpacing .k-grid-table .k-master-row {
    background-color: white;
}

    .GridLitenSpacing .k-grid-table .k-master-row.k-alt {
        background-color: white;
    }

.GridLitenSpacing12 td {
    padding: 0.2rem 0.5rem;
}

.GridLitenSpacing12 .k-grid-table .k-master-row {
    background-color: white;
    padding: 0.2rem 0.5rem;
    font-size: 12px;
}

    .GridLitenSpacing12 .k-grid-table .k-master-row.k-alt {
        background-color: white;
    }


.k-list-item.k-selected {
    background-color: #007aff !important;
}

.k-picker-solid {
    background-color: white !important;
}
