﻿body {
}

.even2 {
    background-color: lemonchiffon;
}

.even2 td {
        height: 22px !important;
        line-height: 22px !important;
    }
.uneven2 {
    background-color: #FEFFEF;
}

.uneven2 td {
        height: 22px !important;
        line-height: 22px !important;
    }

.even {
    background-color: #efefef;
}

    .even td {
        height: 22px !important;
        line-height: 22px !important;
    }

.uneven {
    background-color: white;
    padding-bottom: 30px;
}

    .uneven td {
        height: 22px !important;
        line-height: 22px !important;
    }

.send {
    margin-top: 1px;
    border: 0px;
    border-style: solid;
    width: 22px;
    height: 22px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#E1E1E1;
}

.loader {
    border: 8px solid white; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 100;
    top: 300px;
    visibility: hidden;
}

.imgDet {
    width: 20px;
    height: 20px;
    background-color: red;
    position: relative;
    z-index: 100;
    visibility: hidden;
}

.imgPnl {
    width: 100%;
    height: 100%;
    background-color: red;
}
