/*
    Document   : healow-dtsc
    Author     : Varun Akurathi <varun.a@eclinicalworks.com>
    Description: DT/SC framework related css
*/
#healowDTSCValidationAlert {
    height: auto;
    z-index:1999;
}
#healowDTSCValidationAlert .modal-content{
    border: 1px solid rgba(0,0,0,.2) !important;
}
#healowDTSCValidationAlert .modal-title {
    color: #fff;
}
#healowDTSCValidationAlert .modal-body {
    overflow-y: scroll;
    max-height: 600px;
}