/* 
    Created on : 24/02/2015, 05:49:20 PM
    Author     : SIGSA
*/

#mask{
    position: absolute;
    z-index: 1000;
    display: none;
    top: 0;
/*    width: 100%;
    height: 100%;*/
    background-color:rgba(5,21,50,0.70);
}

#maskdialog.window{
    position: relative;
    width: 100%;
    height: 160px;
    margin-top: -80px;
    top: 50%;
    min-width: 100px;
    min-height: 100px;
    background-image: url(../../images/plugin/logoMsjBC.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:rgb(255,255,255);
}

.maskinf{
    width: 100%;
    float: left;
    color: black;
    font-family: 'Segoe UI';
    font-style: normal;
    font-variant: normal;
    text-align: center;
}

#maskinfo.maskinf{
    font-size: 24pt;
    margin-bottom: 0px;
}

#maskinfoDetail.maskinf{
    margin: 0px;
    font-size: 14pt;
}

#buttonsContent{
    position: absolute;
    text-align: center;
    bottom: 0px;
    height: 30px;
    width: 100%;
    /*background: red;*/
}

.maskbtn{
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    /*background-color: rgb(0,91,187);*/
    background-color: #009244;
    baseline-shift: 9px;
    color: white;
    border: 0px;
    cursor: pointer;
    text-align: center;
    /*box-sizing: border-box;*/
    margin-right: 5px;
}

.maskbtn:hover{
    /*border: solid 1px white;*/
    opacity: 0.7;
}