﻿#dados-ConsultaPontosAtendimento .k-grid-content tr td {
    border-left-width: 1px !important;
}

.k-grid tbody tr:hover {
    background-color: #EBEBEB !important;
}

.k-grid tbody tr:active {
    background-color: lightgray !important;
}

.k-grid td {
    padding: 0.3em 1em !important;
}

td {
    white-space: nowrap;
    overflow: hidden;
}

.k-loading-mask .k-loading-color {
    background-color: rgba(255, 255, 255, 0.5);
}

.k-loading-mask .k-loading-image {
    background-image: url('../../images/fading-circle.svg');
}


.loading-spinner-modal {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.loading-spinner-modal.active {
    display: block;
}

#hourglass { /* centraliza no meio da tela */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
