﻿@import "variables.css";

.err-label {
    text-align: center;
    color: var(--red) !important;
}

.err-lab {
    margin-bottom: 50px;
    margin-top: 50px;
}

.width35 {
    width: 35%;
}

.start-date-text {
    width: 15%;
    text-align: center
}

.err-message {
    color: var(--red) !important;
}

.end-date-text {
    width: 15%;
    text-align: center
}

#gridLoading {
    display: none;
    margin-top: 25px;
}

#dvCallRecordsGrid {
    display: none;
    margin-top: 25px;
    overflow-x: scroll;
    height: 400px;
    overflow-y: scroll;
}

#callRecords {
    margin-bottom: 20px;
    width: 3000px;
}