﻿.model {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border-radius: 10px;
    display: none;
    position: fixed;
    background-color: White;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    z-index: 1024;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}
a:hover {
    text-decoration: none !important;
}
