

.loader_cover
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(100,100,100,0.5);
    z-index: 10;
}
.loader
{
    position: fixed;
    border-radius: 10px;
    background: url('../images/loader.gif') center no-repeat;
    background-color: #fff;
    text-align: center;
    min-height: 100pt;
    width: 100pt;
    margin-top:30vh;
    margin-left: calc(50% - 50pt);
    padding-top: 10px;
    z-index: 10;
}
.con_prob
{
    position: fixed;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    min-height: 60pt;
    width: 200pt;
    margin-top:30vh;
    margin-left: calc(50vw - 100pt);
    padding-top: 10px;
    z-index: 10;
    border: 1px solid #000;

}
.message_dialog_cover
{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    /*width: 100%;*/
    height: 100%;
    top:0;
    left:0;
    z-index: 10;
}
.message_dialog
{
    position: fixed;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    min-height: 60pt;
    padding-bottom: 10px;
    width: 200pt;
    margin-top:30vh;
    margin-left: calc(50vw - 100pt);
    padding-top: 10px;
    z-index: 10;
    border: 1px solid #000;

}

.btn-primary
{
    background-color: #ff3333;
}


