/**
Bpopup progress bar
*/

html, body {
    height: 100%;
    background-image: none;
    background: transparent;
}

.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.bClose.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; 
}


.bpopup_content {
  padding: 20px;
  width: 400px;
}

.bpopup_content .title {
  font-size: 20px;
  color: black;
  text-align: center;
}

.bpopup_content p {
  text-align: justify;
}

.bClose {
  color: #000;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;  
}

.bClose:after,
.bClose:before {
position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;  
}

.bClose:after {
  transform: rotate(-45deg);
}

.bClose:before {
  transform: rotate(45deg);
}

.bpopup_content .btn {
    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: 155px;
    cursor: Pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin: 5px auto; 
    display: inline-block;
    margin-right: 20px;
}

.bpopup_content .btn.close_only{
    margin-left: 104px;
    margin-top: 30px;
}

.bpopup_content .btn.bClose {
    position: static !important;
}

.bpopup_content .btn.bClose:before,
.bpopup_content .btn.bClose:after {
    display: none !important;
}

.export.bClose {
  color: #000;
  position: static;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;  
}

.export.bClose:after,
.export.bClose:before {
  display: none
}

#popup .content {
    width: 800px !important;
}