#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  background-color:transparent;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:auto; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  position: fixed;
 /* font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;*/

    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.maintext{
	text-align: center;
  /*font-family: "Segoe UI", sans-serif;*/
  text-decoration: none;
}
body{
 /* background: url('bg.jpg');*/
}
#lorem{
	/*font-family: "Segoe UI", sans-serif; */
	font-size: 12pt;
        padding: 20px;
  text-align: left;
}
#popupfoot{
	/*font-family: "Segoe UI", sans-serif; */
	font-size: 16pt;
  padding: 20px 20px
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

#dialog {
    padding: 30px;
    color: #000;
}


#dialog h3 {
    font-size: 26px;
    font-weight: bold;
}

.close {
    color: #333;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.0;
    border: solid 1px #333;
}

.close.agree {
    padding: 5px 15px;
margin-bottom: 10px;
}
@media (max-width: 992px){		#popupfoot {    padding-bottom: 40px;}
    #boxes #dialog {		position:relative;	}
div#dialog[style]{
    left: 0!important;
    top: 100px!important;
    width: 100%!important;
    
}
}

div#boxes.version2020 .modal-header{
        padding: 0;
}
div#boxes.version2020 .modal-header h4{
    font-weight: 700;
    font-size: 160%;
    text-align: center;
    text-transform: uppercase;
}


div#boxes.version2020 .modal-body{
    max-width: 400px;
    max-height: 300px;
}
div#boxes.version2020 .modal-body p {
        line-height: 140%;
        padding-bottom: 0;
}

div#boxes.version2020 .modal-footer{
     padding: 5px 0 0 0;
    
}
div#boxes.version2020 .modal-footer{
        display: none;
}
div#boxes.version2020 .modal-footer button.btn-modal-close {
        display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}