﻿/*Prevent highlighting when in hover state*/
.k-grid tr:not(.k-state-selected):hover {
    background: none;
    color: inherit;
}

.k-grid tr.k-alt:not(.k-state-selected):hover {
    background: #fff;
}

.grid-hide-header thead.k-grid-header {
    display: none;
}

.grid-hide-border {
    border: 0px;
}

.grid-show-header thead.k-grid-header {
    display: table-header-group;
}

td.k-hierarchy-cell {
    padding-bottom: 0px;
    padding-top: 0px;
}

tr.k-master-row td[role="gridcell"] {
    padding-bottom: 0px;
    padding-top: 0px;
}

.k-loading-image {
    background-image: url("../ui-anim_basic_16x16.gif")
}

.k-icon-64 {
    font-size: 64px; /* Sets icon size to 64px */
}

.k-icon-48 {
    font-size: 48px; /* Sets icon size to 48px */
}

.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

@media screen and (max-width: 1000px) {
    .k-icon-64 {
        font-size: 48px;
    }
}

.k-upload .k-upload-selected:hover {
    background-color: rgb(0,71,143);
    border-color: rgb(0,47,95);
    color: white;
}

.k-upload .k-upload-selected {
    background-color: rgb(0,47,95);
    border-color: rgb(0,47,95);
    color: white;
}

/*don't cut off the filename in the file upload control. Wrap it instead.*/
.k-file-name {    
    max-width: 40em;    
    white-space: normal;
}

/*prevent standard upload status icons appearing.*/
.k-upload-status-custom {
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 1em;
    opacity: 1;
}
