/* The Modal (background) */
.a-z-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 */
.a-z-modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 640px;
    top: 20%;
  position: relative;
}

/* The Close Button */
.a-z-modal .close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.a-z-modal .close-modal:hover,
.a-z-modal .close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.a-z-list .selected {
    background: #006193;
    color: #fff;
}

.a-z-modal.active {
      display: block;
    position: fixed;
    top: 0;
    height: 100%;
}

.a_to_z_error_text {
  margin-bottom: 0;
}
