﻿.SmallPic {
   width: 30px;
    float:right;
}

.SmallPatList {
    width: 150px;
    height:35px;
    position:relative;
    display:table;
    border-top:groove;
    }

.SmallPatList:hover {
    background-color: #C9DCAA;

    }

.PatListText {
    display: table-cell;
    vertical-align: middle;
}

.ToggleButton {
    width: 100px;
    height: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border: 10px #C1DE92 inset;
    padding: 0px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    border-radius: 190px;
    -webkit-border-top-right-radius: 80px;
    -moz-border-radius-topright: 80px;
    border-top-right-radius: 80px;
    -moz-box-shadow: -6px 5px 6px 0px #C1DE92;
    -webkit-box-shadow: -6px 5px 6px 0px #C1DE92;
    box-shadow: -6px 5px 6px 0px #C1DE92;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.ToggleButtonSelected {
    border: 10px #ff1a1a inset;
    -moz-box-shadow: -6px 5px 6px 0px #c46e6e;
    -webkit-box-shadow: -6px 5px 6px 0px #c46e6e;
    box-shadow: -6px 5px 6px 0px #c46e6e;
    background-color: #FFCCCC;
}

.ToggleButton:hover {
    border: 10px #ff1a1a inset;
    -moz-box-shadow: -6px 5px 6px 0px #c46e6e;
    -webkit-box-shadow: -6px 5px 6px 0px #c46e6e;
    box-shadow: -6px 5px 6px 0px #c46e6e;
    background-color: #FFCCCC;
}

.ToggleButton2 {
    float: left;
    width: 80px;
    height: 40px;
    -moz-box-shadow: inset 0px 0px 10px 0px #000000;
    -webkit-box-shadow: inset 0px 0px 10px 0px #000000;
    box-shadow: inset 0px 0px 10px 0px #000000;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.Meals {
    font-weight: bold;
}

.PatientName {
    font-weight: bold;
    text-align: center;
}

.Num {
    color: #945F5F;
    background: url(../../images/num.png) top left no-repeat;
    line-height: 30px;
    text-decoration: none;
    font-size: 20px;
    display: block;
    width: 30px;
    text-align: center;
    bottom: 0px;
    position: relative;
    vertical-align: middle;
}

.CareText {
    font-weight: bold;
}

.CareImage {
    height: 100px;
    width: 80px;
}

.CareTile {
    border: 5px #C9DCAA groove;
    -moz-box-shadow: inset 0px 0px 7px 0px #000000;
    -webkit-box-shadow: inset 0px 0px 7px 0px #000000;
    box-shadow: inset 0px 0px 7px 0px #000000;
    padding: 5px;
    text-align: center;
    width: 90px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.CareTileForDispensing {
    border: 5px #C9DCAA groove;
    -moz-box-shadow: inset 0px 0px 7px 0px #000000;
    -webkit-box-shadow: inset 0px 0px 7px 0px #000000;
    box-shadow: inset 0px 0px 7px 0px #000000;
    padding: 5px;
    text-align: center;
    width: 90px;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-top:10px;
    height:155px;
}

.CareBackgroundAttentionNotRequired {
    background-color: #F5F3E5;
}

.CareBackgroundAttentionNeeded {
    background-color: #FFCCCC;
}
