/**
Bpopup progress bar
*/

body {
}

.popup_cont{
    text-align: left;
}

.popup_cont h2{
    background-color: none;
    background:none;
    color: black;
    font-size: 20px;
    width: auto;
    text-align: center;
    margin: 15px 0px 10px;
    padding:0;
}

.popup_cont hr {
    margin: -2px 0px 7px 0px;
    border-top: 1px solid #ccc;
}

.popup_cont #msgs{
    height:420px;
    width: 700px;
    position: relative;
    left: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup_cont div.info p.infoProlog{
    width: 678px;
    line-height: 2px;
}

.popup_cont div.info{
    width: 680px;
}

.popup_cont div.error p.errorProlog{
    width: 678px;
    line-height: 2px;
}

.popup_cont div.error{
    margin-top: 10px;
    width: 680px;
}

.popup_cont .bClose{
    position: fixed;
    bottom: 0px;
    left: 50%;
    cursor: pointer;
    font-size: 20px;
}

.popup_cont .close_button{
    transform: translate(-50%, -50%);
    line-height: 38px;
}

.sr-only{
    position: static;
}


.popup_cont .import_start{
    margin-bottom: 10px;
}


.popup_cont .progress{
    margin-bottom: 10px;
}

.export.close_button{
    background-color: #32AFC0;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 160px;
    cursor: Pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin: 5px auto;
}


#popup_login{
    background-color: #f5f5f5;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999999;
    color: #111111;
    display: none;
    text-align: left;
    width: 600px;
    height: 400px;
    padding: 10px 20px;
}

#popup_login .content{
    width: 100%;
    height: calc(100% - 15px);
    overflow: auto;

}

#popup_login div.tab{
    margin: 0px auto;
    margin-top: 10px;
}

.popup_cont .import_start{
    margin-bottom: 10px;
}


.popup_cont .progress{
    margin-bottom: 10px;
}

.export.close_button{
    background-color: #32AFC0;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 160px;
    cursor: Pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin: 5px auto;
}

