/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 12, 2016, 2:57:55 PM
    Author     : mairedaatta
*/

#doctor-form .errorMessage, #treatment-form .errorMessage, #investigation-form .errorMessage {
    color: red;
}

#doctor-grid-note, #investigation-grid-note, #treatment-grid-note, #patient-grid-note, #visit-grid-note {
    white-space: normal;
}

.hide_university {
    display: none;
}
.show_university{
    display: block;
}
.error{
    color: red;
}
.hide_spe_image{
    display: none; 
}
.deactive img{
    width: 20px;
    
}

