
#active-popup {
  background-color: transparent;
  position: absolute;
  width: 100%;
  /* /*height: 240px !important;*/ */
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

#popup-container {
  width: 100%;
  /*height: 240px;*/
  margin: 0 auto;
  margin-top: 0;
  position: fixed;
  left: 0;
  z-index: 999;
  bottom: 0;
  display: none;
  background: #F1F1F1;
  border-top: 1px solid #E5E5E5;
}

.modal-content {
  position: relative;
  text-align: center;
  border-top: 1px solid #fff;
}

#popup-window { position: relative; }


.modal-content p { 
	font-size: 14px;
	margin: 5px 0;
	color: #222222;	
}

#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  background: #0B4787;
  border: 4px solid #fff;
  cursor: pointer;
  color:#fff;
}

.modal-header {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
	margin: 0;
}

.modal-header h5.modal-title {
  margin: 0;
  line-height: 1.5em;
  font-size: 2em;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
	text-align: left;
	border-top: 1px solid #fff;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}