﻿.div-center {
    width: 400px;
    height: 400px;
    background-color: aliceblue;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    border-bottom: 2px solid #00D100;
    display: table;
}

div.content {
    display: table-cell;
    vertical-align: middle;
}


.button-margin{
    margin-top:5%;
    width: 100%
}

#mdlPatient .modal-dialog, #mdlClinician .modal-dialog, #mdlSource .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

.orangeButton {
    background-color: orange;
    color: black;
}
