div.common_popup {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  background-color: #FFF;
  border-radius: 10px;
  width: 400px;
  padding: 20px;
  margin-top: 10%;
}

div.common_popup .popup_content {
  font-size:14px;
  line-height: 22px;
}

div.common_popup h4.title {
  border-bottom: 1px dashed #D2D2D2;
  padding: 0px 10px 10px 0px;
}

div.common_popup div.popup_content {
  padding: 10px 0px 20px 0px;
}

div.common_popup div.popup_btns {
  padding: 20px 10px 0px 10px;
  text-align: center;
  border-top: 1px solid #D2D2D2;
}

div.common_popup div.popup_btns button {
  margin:0 5px;
}

span.glyphicon {
  position:unset;
}

div.pop_modal {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.3);
  z-index: 99;
}

div.pop_modal_box {
  display: block;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 9px rgba(0,0,0,0.5);
  z-index: 100;
  max-width: 480px;
  margin: auto;
  background-color: #FFF;
  overflow: hidden;
}
