
.self-referrals-container .module-title
{
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;    
    color: #4e4e4e;
    font-size: 1.2em;
    padding: 3px 15px 3px 7px;
    text-align: left;   
}
.self-referrals-container .module-title i
{
    margin-top: 3px;
}
.self-referrals-container .inner-content
{
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.self-referrals-container .inner-content .half
{
    width: 47%;
    padding: 10px;    
}
.self-referrals-container .inner-content .comparison-panel
{
    float: left;
    width: 100%;
}
.self-referrals-container .inner-content .cancel-referral
{
    text-align: center;
}
.self-referrals-container .inner-content .incoming
{
    border-right: 1px solid #dedede;
}
.self-referrals-container .inner-content .centre-button
{
    text-align: center;
}
.self-referrals-container .inner-content h4.incoming-title
{
    color: #0088cc;
}
.self-referrals-container .inner-content h4.matches-title
{
    color: #f27324;
}
.self-referrals-container .inner-content .self-referral-select-fuzzy-match.selected
{   
    color: #f27324;
    font-weight: bold;
    text-decoration: underline;
}
input.merge-radio
{
    margin-right: 10px;
    float: left;
}
#updatePatientModal .modal-body
{
    max-height: 600px;
}
#updatePatientModal.modal
{
    
}
.display-text
{
    width: 75%;
    height: 150px;
}
#self-referral-url
{
    width: 70%;
    margin-bottom: 0;
}
#diplay-text-form
{
    display:block;
}
#referral-form-container .alert a
{
    text-decoration: underline;
}
#self-referral-url 
{ 
    cursor: pointer; 
    cursor: hand; 
}
.toggle label 
{
  color: #444;
  float: left;
  line-height: 26px;
}
.toggle .toggle-button 
{
  margin: -3px 10px 0 5px;
  float: left;
  width: 60px;
  height: 24px;
  background: #eeeeee url('../img/toggle-btn-off.png') no-repeat 35px center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #D1D1D1;
}
.toggle .toggle-button .toggle-tab 
{
  width: 30px;
  height: 24px;
  background-color: #fafafa; 
  border: 1px solid #CCC;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; 
  -webkit-box-shadow: 1px 1px 2px #cecece;
  -moz-box-shadow: 1px 1px 2px #cecece;
  box-shadow: 1px 1px 2px #cecece;
}
.toggle input[type=checkbox] 
{
  display: none;
}
.toggle input[type=checkbox]:checked ~ label .toggle-button 
{   
  background: #eeeeee url('../img/toggle-btn-on.png') no-repeat 4px center;
}
.toggle input[type=checkbox]:checked ~ label .toggle-button .toggle-tab 
{
  margin-left: 30px;
  background-color: #fafafa;    
}
.remove-scroll
{
    overflow-y:hidden;
}
.redirect-error
{
 color: #b94a48;
 display: '';
}
