﻿.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.25);
    background-image: url('../Resources/spinner-archivo.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
}

#divBody {
    padding-top: 70px;
}

.navbar-custom {
    background-color: #86EC04;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}