﻿input[type=image], input[type=button], input[type=submit]{
    cursor: pointer;
}

.divWaiting{
    position: fixed;
    background-color:rgba(0, 181, 209, 0.2);
}