.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}
@media (min-width: 10px) {
  .modal-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .modal-content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-content {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal-content {
     width: 65%;
  }
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.b28-info .cont{
	float:left; width:65px; text-align:center; font-size:12px; padding:5px;
}
.b28-info .cont img{
	width:40px; height:40px;
}
.ul-bi li {font-size:14px; color:#808080;}
.table-bi th{padding: 10px 0; color: #00babe; font-size:15px;font-family:'Conv_PROXIMANOVA-BOLD_1', sans-serif; text-align:center;}
.table-bi td{padding: 5px 0; color: #808080; font-size:13px; text-align:left;}
.b28-p .h3-sub{font-size:20px;}

.p-link{ cursor:pointer; ba}

.divBD-d{ width:95%; margin:20px auto;}
.divPag-top{border-bottom:4px solid #6f6f6e; width:100%; text-align:center; padding:7px 0px; margin:10px 0px; font-size:14px;}
.divPag-bottom{border-top:4px solid #6f6f6e; width:100%; text-align:center; padding:7px 0px; margin:10px 0px; font-size:14px;}
.divBusq-item{BORDER-BOTTOM: #f0f1f2 thin solid; width:100%; padding:5px 0px;}
.divBusq-item p{padding:0px; margin:0px;}

@media (max-width: 768px) {				
	.divBusq-item p, .divBusq-item td, .divBusq-item th { font-size:13px;}
	.divBusq-item img{ width:30px;}
}
.selectoption:after{z-index:0;}