form#alerts-table .wp-list-table tr:hover {
    background: #ffffff !important;
}

.ch-alert-detail-p {
	padding: 0;
    margin: 0;
    font-size: 15px;
}

.ch-alert-detail-p strong {
	color: #308bad;
}

/* Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* 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.65); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
}

/* 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;
}
audio.hls-audio-player:focus {
    outline: none;
}
#sp_add_institution .form-row {
  width: 100%;
}
#sp_add_institution .form-row input {
  width: auto;
}

/*Invite*/
.details_invite {
  font-family: sans-serif;
  width: 100% !important;
  max-width: 90% !important;
}
.details_invite .received_alert {
  height: 675px !important;
}
.details_invite button.close-alert {
  display: none;
}
.details_invite button.button {
  margin: 10px 0 0 10px;
  background: #2ea2cc;
  border-color: #2ea2cc;
  color: #ffffff;
  padding: 10px 10px;
  text-decoration: none;
  transition: 0.2s;
}
.details_invite button.button:hover {
  background: #187292;
  border-color: #187292;
  transition: 0.2s;
}
.details_invite textarea {
  margin: 10px !important;
  width: 501px !important;
  float: left;
  padding: 5px;  
}
.invite-blk label {
  width: 35px;
  display: inline-block;
}
.invite-blk input {
  width: 220px;
}
.invite-blk input.invite-gen  {
  width: 630px;
}
/*SMS*/
#sp_add_recipient .form-row {
    width: 100%;
}
#sp_add_recipient .form-row input {
  width: auto;
}
.send-sms-blk h3 {
  margin-top: 40px;
}
.send-sms-blk textarea {
  width: 400px;
  height: 130px;
}
.send-sms-blk p.submit {
  margin-top: 0px;
}
.recipient-table #cb-select-all-1, .recipient-table #cb-select-all-2 {
  display: none;
}
.sms-message-status {
  padding: 0;
  margin: 0; 
  transition: 0.2s;
}
.sms-message-status.red {
  color: #f44336;
}
.sms-message-status.green {
  color: #1b801f;
}
#wp-admin-bar-root-default {
  display:  none;
}
#wpfooter {
  display:  none;
}