﻿#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /* background-color:#000; 
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
        filter:alpha(opacity=50); 
    	-moz-opacity:0.5;
	    -khtml-opacity:0.5;
        opacity:0.5; */
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: calc(50vh - 40px);
    left: calc(50% - 150px);
    padding: 10px 20px 10px 20px;
    height: 100px;
    width: auto;
    min-width: 300px;
    z-index: 1001;
    color: #000;
    font-family: Verdana;
    font-size: 8.5pt;
    font-weight: bold;
    border: solid 1px #000;
    border-radius: 15px;
    background: #E0E0E0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* Standard syntax */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    vertical-align: middle;
    text-align: center;
}

#ajaxBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /* background-color:#000; 
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
        filter:alpha(opacity=50); 
    	-moz-opacity:0.5;
	    -khtml-opacity:0.5;
        opacity:0.5; */
    z-index: 1000;
}

#ajaxMessage {
    position: fixed;
    top: calc(50vh - 40px);
    left: calc(50% - 150px);
    padding: 10px;
    height: 100px;
    width: auto;
    min-width: 300px;
    z-index: 1001;
    color: #000;
    font-family: Verdana;
    font-size: 8.5pt;
    font-weight: bold;
    border: solid 1px #000;
    border-radius: 15px;
    background: #E0E0E0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #4080FF, #40FF80, #D0D0D0, #F0F0F0, #D0D0D0, #FFFFA0, #FF6060); /* Standard syntax */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    vertical-align: middle;
    text-align: center;
}
