body {
    font-family: Segoe UI;
}
tr {
    font-size: 12px;
}
#MedicationPickerContainer {
    margin: 3px;
    border: 0px;
    background-color: White;
    font-size:75%;
}
table {
cursor: default;
}
table.stdTable {
    width: 100%;
    border: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    table-layout: fixed;
    background-color: White;
}
.headerSubLeft {
    font-size: 12px;
    color: Gray;
    text-align:left;
}
.kendoGridBorder {
    border: none;
}
.k-grid td.k-state-focused {
    box-shadow: none;
}
#headerCheckmark {
    cursor:pointer;
}
.checkmark {
    cursor: pointer;
}
.CrmButton {
    background-color: rgb(255,255,255);
    background-image: none;
    background-repeat: repeat-x;
    border-bottom-color: rgb(198,198,198);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(198,198,198);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(198,198,198);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(198,198,198);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(68,68,68);
    direction: ltr;
    font-family: 'Segoe UI',Tahoma,Arial;
    font-size: 12px;
    height: 30px;
    line-height: 16px;
    margin-left: 8px;
    margin-top: 10px;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    white-space: nowrap;
    cursor: not-allowed;
}
.CrmButton:hover:enabled {
    background-color: rgba(177,214,240,1);
    cursor: pointer;
}
#loadingGifDiv {
	background-color: rgba(255,255,255,.8);
	margin: -17px 0px 0px 0px;
	font-size: 15px;
	z-index: 1010;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	cursor: wait;
}
#errorContainer {
	display: none;
}
#newRecordMessageContainer {
    font-size: 12px;
    display: none;
}