body {
    /*overflow: hidden;*/   
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/preload.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


.UpdateProgressmodal
{
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    top: 0;
    background:rgba(0,0,0,0.3);
}
.UpdateProgresscenter
{
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
   

    width:234px;
    height:158px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:2px solid #1FA3C4;
    background-color:#FFFFFF;

}
.UpdateProgresscenter img
{
    height: 138px;
    width: 214px;
}
.has-error  {
  border-color: #ea0801; border-width: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error :focus {
  border-color: #bb1f1a;
  -webkit-box-shadow: none;
  box-shadow: none;
}