﻿#AddendumModalContent {
    width: 80% !important;
    height: 90% !important;
}

#AddAddendum {
    color: white;
    text-decoration: underline;
}

#AddAddendum:visited {
    color: white;
}

.modal-open {
  overflow:hidden !important;
  overflow-y:scroll !important;
  padding-right:0 !important;
}


#AddNewReport {
    color: white;
    text-decoration: underline;
}

#AddNewReport:visited {
    color: white;
}


#DeleteCurrentReport {
    color: white;
    text-decoration: underline;
}

#DeleteCurrentReport:visited {
    color: white;
}



#RepHistory , #a_GetAllOtherStudies{
    color: white;
    text-decoration: underline;
}

#RepHistory:visited , #a_GetAllOtherStudies:visited{
    color: white;
}