﻿.k-card:hover {
    border: 3px solid #008ACD;
    /*#008ACD,#009900*/
}
.k-card a:hover {
    color: #008ACD !important;
}
.k-tilelayout-item-header,
.k-card-header {
    background-color: #008ACD !important;
    /*#008ACD,#009900*/
    border-radius: 0px !important;
}

.k-card .cardtext:hover {
    color: #008ACD !important;
    /*#008ACD,#009900*/
}

.nodeContent {
    background-color: white; /*rgb(28, 132, 220, 0.32 );*/
}