﻿.error {
    color:red;
    font-style:italic;
}
.emptyrow {
    text-align:center;
}
.imgGrid {
    height:45px;
    width:45px;
}
.GridCommand {
    font-size:xx-large;
}
.DashboardCard {
}
    .DashboardCard:hover {
        cursor:grabbing;
    }
.tableCommand {
}
    .tableCommand:hover {
        cursor:grabbing;
    }
.xxLargeIcon {
    font-size: xx-large;
}
.xLargeIcon {
    font-size:x-large;
}
.LargeIcon {
    font-size:large;
}
.CustomerMedicalProfileTables {
    height:288px !important;
    max-height:289px !important;
    overflow-y:auto;
}
.imgAttachment {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;

    border-width:thin;
    border-color:black;
    border-style:solid;
    width:150px !important;
    height:230px !important;
    margin:10px;
}
    .imgAttachment:hover {
        cursor:copy;
    }
.imgZoomed {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;
    border-width: thin;
    border-color: black;
    border-style: solid;
    margin: 10px;
}
    .imgZoomed:hover {
        cursor:copy;
    }