.tableclass
{
    border: 1px solid gray;
}

.LBBTable tr td, .LBTable tr th
{
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.LBFTable tr td, .LBTable tr th
{
    border: 1px solid gray;
    font-size: 12px;
}

span, div, table td
{
    font-family: Arial,Verdana,Helvetica;
}

.HTitle
{
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    color: Maroon;
}
.HAddress
{
    font-size: 10px;
    color: Gray;
    line-height: 10px;
}
.DeliveryRemarks
{
    font-size: 12px !important;
}
.FooterNotes
{
    font-size: 10px !important;
    color: Gray !important;
}

#DivTopMenu ul a
{
    background-color: rgb(109, 105, 98);
}

.SelectedMenu
{
    background-color: rgb(250, 250, 250) !important;
    border-top: 2px rgb(231, 231, 231) solid !important;
    color: #333 !important;
}



.CommonTable td, .CommonTable th
{
    padding: 1px 1px !important;
}

.ui-datepicker
{
    width: 7em !important;
}


/*------------------- Theatre Booking Styles ----------------------*/
body
{
    margin: 0px;
    background-color: transparent !important;
}

#OuterBookingDiv
{
    width: 100%;
    min-height: 500px;
    margin: 0px;
    overflow-y: scroll;
}

.cssTheatreDiv
{
    width: 99%;
    min-height: 175px;
    height: auto;
    background-color: rgba(250, 250, 250, 0.43);
    border: 1px solid #ccc;
    margin: 5px;
}

.cssRuler
{
    bottom: 0px;
    position: relative;
    height: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-image: -ms-linear-gradient(top, #FFFFFF 20%, rgb(232, 233, 230) 80%);
    background-image: -moz-linear-gradient(top, #FFFFFF 20%, rgb(232, 233, 230) 80%);
    background-image: -o-linear-gradient(top, #FFFFFF 20%, rgb(232, 233, 230) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, rgb(232, 233, 230)));
    background-image: -webkit-linear-gradient(top, #FFFFFF 20%, rgb(232, 233, 230) 80%);
    background-image: linear-gradient(top, #FFFFFF 20%, rgb(232, 233, 230) 80%);
}


div.vertical-line
{
    height: 100%;
    float: left;
    border-left: 1px inset rgba(157, 158, 155, 0.7);
}
.cssXRuler
{
    width: 100%;
    float: left;
    height: 158px;
    z-index: 0;
}

div.verticalXline
{
    position: relative;
    float: left;
    border-left: 1px solid rgba(117, 189, 12, 0.27);
    height: 100%;
}

div.w24
{
    width: 4%;
}
.RulerText
{
    font-size: 12px;
    padding: 3px;
}

.EndCell
{
    height: 15px;
    width: 2%;
    float: right;
    background-image: -ms-linear-gradient(top, #FADB3F 20%, rgb(240, 108, 12) 80%);
    background-image: -moz-linear-gradient(top, #FADB3F 20%, rgb(240, 108, 12) 80%);
    background-image: -o-linear-gradient(top, #FADB3F 20%, rgb(240, 108, 12) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FADB3F), color-stop(1, rgb(240, 108, 12)));
    background-image: -webkit-linear-gradient(top, #FADB3F 20%, rgb(240, 108, 12) 80%);
    background-image: linear-gradient(top, #FADB3F 20%, rgb(240, 108, 12) 80%);
}

.EndXCell
{
    height: 100%;
    width: 2%;
    float: right;
    background-image: -ms-linear-gradient(top, #AACB0E 20%, rgb(110, 152, 9) 80%);
    background-image: -moz-linear-gradient(top, #AACB0E 20%, rgb(110, 152, 9) 80%);
    background-image: -o-linear-gradient(top, #AACB0E 20%, rgb(110, 152, 9) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #AACB0E), color-stop(1, rgb(110, 152, 9)));
    background-image: -webkit-linear-gradient(top, #AACB0E 20%, rgb(110, 152, 9) 80%);
    background-image: linear-gradient(top, #AACB0E 20%, rgb(110, 152, 9) 80%);
}

.rotate
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.THTitle
{
    white-space: nowrap;
    margin-top: 135px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.cssTablesHolder
{
    position: absolute;
    width: 97%;
    z-index: 10;
    height: 158px;
    overflow-y: scroll;
}
.cssTable
{
    z-index: 10;
    float: left;
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.45);
    width: 99.5%;
    margin: 16px 0px 0px 0px;
    background-color: rgba(231, 253, 186, 0.33);
    background-image: -ms-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -moz-linear-gradient(top,  rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -o-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  rgba(253, 253, 253, 0.08)), color-stop(1, rgba(110, 128, 75, 0.32)));
    background-image: -webkit-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: linear-gradient(top,  rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
}

.cssTableName
{
    margin-top: -16px;
    background-color: rgba(24, 7, 9, 0.73);
    color: White;
    display: inline-block;
    padding: 2px 17px;
    border-radius: 0px 20px 0px 0px;
    box-shadow: 3px 3px 7px rgba(86, 86, 86, 0.77);
    font-size: 10px;
}

#divDictionary
{
    position: absolute;
    z-index: 1000;
    overflow: auto;
    background-color: white;
    color: black;
    left: 115px;
    display: block;
    min-width: 100px;
    max-width: 330px;
    max-height: 150px;
    display: none;
}

#divDictionary ul
{
    list-style-type: none;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
}

#divDictionary ul li
{
    /*white-space: nowrap;*/
    border-bottom: 1px solid #E7E7E7;
}

#divDictionary ul li a
{
    text-decoration: none;
    color: Black;
    outline: none;
    display: block;
    width: 100%;
}

#divDictionary ul li a:focus, #divDictionary ul li a:hover
{
    background-color: rgb(215, 238, 167);
}
.timedivision
{
    width: 1px;
    background-color: red;
    height: 100%;
    position: absolute;
}


.cssName
{
    font-size: 12px;
    font-weight: 900;
}
.cssGender
{
    font-size: 11px;
}
.cssDate
{
    font-size: 11px;
    text-align: right;
    font-weight: bold;
}
.cssSurgeryName
{
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    background-color: rgba(73, 73, 73, 0.77);
    color: white;
    padding: 2px;
}
.cssBookStatus
{
    background-color: #16B28E !important;
}
.cssOverflow-right
{
    border-right: 3px solid red !important;
}
.cssOverflow-left
{
    border-left: 3px solid red !important;
}
table.cssInnerData tbody tr td
{
    line-height: 8px;
    height: 11px;
    white-space: nowrap;
}


/*------------------------------Drop Menu-----------------------------*/

#divDropTool
{
    position: absolute;
    display: none;
    background-color: White;
    border: 1px solid rgb(228, 228, 228);
    -webkit-box-shadow: 2px 3px 8px 0px rgba(15, 15, 14, 0.26);
    -moz-box-shadow: 2px 3px 8px 0px rgba(15, 15, 14, 0.26);
    box-shadow: 2px 3px 8px 0px rgba(15, 15, 14, 0.26);
    padding: 5px;
    border-left: 3px solid rgb(255, 32, 32);
    z-index: 30000;
}
/* #divDropTool ul
	        {
	            margin-left: -35px;
                margin-top: -3px;
	        }*/

#divDropTool li
{
    border: 1px solid White;
    float: left;
    list-style: none;
    margin-left: 5px;
    cursor: pointer;
    padding: 3px;
}

#divDropTool li:hover
{
    border: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid red;
    -webkit-box-shadow: 2px 3px 8px 0px rgba(15, 15, 14, 0.26);
    -moz-box-shadow: 2px 3px 8px 0px rgba(15, 15, 14, 0.26);
    box-shadow: 2px 3px 8px 0px rgba(15, 15, 14, 0.26);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#divAppTools
{
    cursor: pointer;
    position: absolute;
    border: 1px solid rgb(170, 170, 170);
    background-color: White;
    display: none;
    border-left: 5px solid red;
    z-index: 1000; /*  -webkit-box-shadow: 0 0px 1px 1px rgb(15, 15, 14);             -moz-box-shadow: 0 0px 1px 1px rgb(15, 15, 14);             box-shadow: 0 0px 1px 1px rgb(15, 15, 14); */
}

.cssReserved
{
    height: 48px;
    border: 1px solid #8C6B02;
    text-align: center;
    background-color: rgba(219, 186, 53, 0.71);
    background-image: -ms-linear-gradient(top, rgba(247, 241, 120, 0.55) 50%, rgba(213, 171, 3, 0.71) 80%);
    background-image: -moz-linear-gradient(top, rgba(247, 241, 120, 0.55) 50%, rgba(213, 171, 3, 0.71) 80%);
    background-image: -o-linear-gradient(top, rgba(247, 241, 120, 0.55) 50%, rgba(213, 171, 3, 0.71) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  rgba(242, 237, 141, 0.55)), color-stop(1, rgba(219, 186, 53, 0.71)));
    background-image: -webkit-linear-gradient(top, rgba(247, 241, 120, 0.55) 50%, rgba(213, 171, 3, 0.71) 80%);
    background-image: linear-gradient(top, rgba(247, 241, 120, 0.55) 50%, rgba(213, 171, 3, 0.71) 80%);
}
.cssBlock
{
    height: 48px;
    border: 1px solid #B37058;
    text-align: center;
    background-color: rgba(219, 186, 53, 0.71);
    background-image: -ms-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: -moz-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: -o-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  #FCE7E7), color-stop(1, rgba(238, 168, 146, 0.93)));
    background-image: -webkit-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    padding: 0px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
}
.cssReqStatus
{
    background-color: rgb(185, 205, 126);
    padding: 3px;
    border-radius: 2px;
    color: Black;
}
.cssAckStatus
{
    background-color: rgb(242, 177, 137);
    padding: 3px;
    border-radius: 2px;
    color: Black;
}
.cssArrived
{
    height: 48px;
    border: 1px solid #CEFA73;
    background-color: rgba(199, 244, 134, 0.71);
    background-image: -ms-linear-gradient(top, rgba(199, 244, 134, 0.71) 34%,,rgba(68, 118, 6, 0.71) 100%);
    background-image: -moz-linear-gradient(top, rgba(199, 244, 134, 0.71) 50%,,rgba(68, 118, 6, 0.71) 100%);
    background-image: -o-linear-gradient(top, rgba(199, 244, 134, 0.71) 50%,rgba(68, 118, 6, 0.71) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(199, 244, 134, 0.71)), color-stop(1, rgba(68, 118, 6, 0.71)));
    background-image: -webkit-linear-gradient(top, rgba(199, 244, 134, 0.71) 50%,rgba(68, 118, 6, 0.71) 100%);
    background-image: linear-gradient(top, rgba(199, 244, 134, 0.71) 50%,rgba(68, 118, 6, 0.71) 100%);
}

.cssPreOperative
{
    height: 48px;
    border: 1px solid #C8C8C8;
    background-color: rgba(8, 250, 195, 0.71);
    background-image: -ms-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: -moz-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: -o-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  #FCE7E7), color-stop(1, rgba(238, 168, 146, 0.93)));
    background-image: -webkit-linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
    background-image: linear-gradient(top, #FCE7E7 50%,rgba(238, 168, 146, 0.93) 100%);
}
.cssAnaesStarted
{
    height: 48px;
    border: 1px solid #F58B8B;
    background-color: rgba(252, 16, 16, 0.71);
    background-image: -ms-linear-gradient(top, rgba(245, 154, 154, 0.93) 50%,rgba(181, 18, 5, 0.93) 100%);
    background-image: -moz-linear-gradient(top,rgba(245, 154, 154, 0.93) 50%,rgba(181, 18, 5, 0.93) 100%);
    background-image: -o-linear-gradient(top, rgba(245, 154, 154, 0.93) 50%,rgba(181, 18, 5, 0.93) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  rgba(245, 154, 154, 0.93)), color-stop(1, rgba(181, 18, 5, 0.93)));
    background-image: -webkit-linear-gradient(top, rgba(245, 154, 154, 0.93) 50%,rgba(181, 18, 5, 0.93) 100%);
    background-image: linear-gradient(top, rgba(245, 154, 154, 0.93) 50%,rgba(181, 18, 5, 0.93) 100%);
}
.cssSurStarted
{
    height: 48px;
    border: 1px solid #FC4200;
    background-color: rgba(255, 0, 0, 1);
    color: rgb(249, 236, 5);
    background-image: -ms-linear-gradient(top, #F75E1B 50%,rgba(79, 21, 0, 0.93) 100%);
    background-image: -moz-linear-gradient(top, #F75E1B 50%,rgba(79, 21, 0, 0.93) 100%);
    background-image: -o-linear-gradient(top, #F75E1B 50%,rgba(79, 21, 0, 0.93) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  #F75E1B), color-stop(1, rgba(79, 21, 0, 0.93)));
    background-image: -webkit-linear-gradient(top, #F75E1B 50%,rgba(79, 21, 0, 0.93) 100%);
    background-image: linear-gradient(top, #F75E1B 50%,rgba(79, 21, 0, 0.93) 100%);
}
.cssSurCompleted
{
    height: 48px;
    border: 1px solid #335903;
    background-color: rgba(167, 223, 4, 0.99);
    color: white;
    background-image: -ms-linear-gradient(top, #72C21C 50%,rgba(68, 87, 0, 0.93) 100%);
    background-image: -moz-linear-gradient(top, #72C21C 50%,rgba(68, 87, 0, 0.93) 100%);
    background-image: -o-linear-gradient(top, #72C21C 50%,rgba(68, 87, 0, 0.93) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  #72C21C), color-stop(1, rgba(68, 87, 0, 0.93)));
    background-image: -webkit-linear-gradient(top, #72C21C 50%,rgba(68, 87, 0, 0.93) 100%);
    background-image: linear-gradient(top, #72C21C 50%,rgba(68, 87, 0, 0.93) 100%);
}
.cssPostOperative
{
    height: 48px;
    border: 1px solid #0A74B5;
    background-color: rgba(15, 166, 244, 0.98);
    background-image: -ms-linear-gradient(top, #CEEFEF 50%,rgba(7, 119, 168, 0.93) 100%);
    background-image: -moz-linear-gradient(top,#CEEFEF 50%,rgba(7, 119, 168, 0.93) 100%);
    background-image: -o-linear-gradient(top,#CEEFEF 50%,rgba(7, 119, 168, 0.93) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0,  #CEEFEF), color-stop(1, rgba(7, 119, 168, 0.93)));
    background-image: -webkit-linear-gradient(top, #CEEFEF 50%,rgba(7, 119, 168, 0.93) 100%);
    background-image: linear-gradient(top,#CEEFEF 50%,rgba(7, 119, 168, 0.93) 100%);
}

.cssArrived img
{
    height: 25px;
    float: left !important;
    border: 1px solid #F00;
    border-radius: 15px;
    padding: 1px;
}
.cssReserved img, .cssPreOperative img, .cssAnaesStarted img, .cssSurStarted img, .cssSurCompleted img, .cssPostOperative img, .cssArrived img, .cssBlock img
{
    height: 25px;
    float: left !important;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.88);
}
.NewApp
{
    text-align: center;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
}
/*----------------------------Drop Menu Ends--------------------------*/


/*------------------- End of Theatre Booking ----------------------*/

.CopayDivSub
{
    width: 19%;
    float: right;
    line-height: 10px;
    border-right: 1px inset gray;
    margin-right: 3px;
    text-align: right;
    padding-right: 2px;
}
.CopayDivLabel
{
    font-size: 0.6em;
    display: inline-block;
    text-align: right !important;
}
.InsuredInfoDiv
{
    width: 63%;
    right: 0.2%;
    position: absolute;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 12px;
    background-color: rgb(250, 218, 249);
    font-size: 75%;
}

.CopayDesc
{
    font-size: 0.6em;
    width: 40%;
    float: left;
}
.CopayPercentIsured
{
    width: 36px;
    text-align: right;
    background-color: rgb(255, 185, 253);
}
.CopayPercent
{
    width: 36px;
    text-align: right;
    background-color: rgb(250, 218, 249);
}
.CopayAmountInsured
{
    width: 45%;
    background-color: rgb(250, 218, 249);
    text-align: right;
    border: none;
    cursor: default;
}
.CopayAmount
{
    width: 45%;
    background-color: rgb(255, 255, 255);
    text-align: right;
    border: none;
    cursor: default;
}

.CopayClass
{
    width: 22%;
       float: left;
    background-color: rgba(171, 115, 70, 0.96);
    padding: 7px;
    color: rgb(251, 250, 246);
    border-radius: 13px 13px 13px 13px;
    text-shadow: 1px 1px 2px rgba(204, 204, 204, 0.96);
    font-size: 14px;
    font-weight: bold;
}
.Insured
{
    background-color: rgb(250, 218, 249) !important;
}
.IndicationClass
{
    width: 37%;
    margin-left: 8%;
    float: left;
    background-color: rgb(126, 109, 117);
    color: rgb(232, 232, 232);
    padding: 7px;
    border-radius: 9pc;
}
.NoInsured
{
    background-color: rgb(255, 255, 255) !important;
}
#BottomStatDiv
{
    width: 100%;
    height: 25px;
    background-color: #FFF;
    color: #000;
    font-size: 10px;
    line-height: 10px;
    position: fixed;
    bottom: 21px;
    left: 0px;
    padding-top: 3px;
    -moz-box-shadow: 1px -2px 11px rgb(180, 180, 180);
    -webkit-box-shadow: 1px -2px 11px #B4B4B4;
    box-shadow: 1px -2px 11px #B4B4B4;
}
#StatusDiv
{
    width: 100%;
    text-align: center;
    color: #000;
    height: 25px;
    float: left;
    font-size: 11px;
    vertical-align: middle;
    padding: 2px;
}
#DocNavigation
{
    width: 100%;
    position: relative;
    right: 0px;
}

#divMoveDiv
{
    bottom: 20px;
    position: fixed;
    width: 90px;
    background: #F3F4F2;
    right: 10px;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
    padding: 2px;
}

#divContentDiv
{
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 8px;
}
#divDelBtnDiv
{
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}
.cssMovedDiv
{
    color: White;
    background: red;
    font-weight: bold;
    border-radius: 18px;
    padding: 4px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}
#tblCalander tr td
{
    height: auto;
    min-height: 100px;
}
#tblCalander td
{
    border: 1px solid #969393;
    background-color: #FFF;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0.08)), color-stop(1, rgba(110, 128, 75, 0.32)));
    background-image: -webkit-linear-gradient(top, rgba(2255, 255, 255, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    color: #000;
}
#tblCalander th
{
    background-color:rgba(97, 181, 20, 0.92);
    padding: 6px;
    color: #FFF;
    border: 1px solid #969393;
}

#tblCalander td:first-child
{
     font-size: 14px !important;
    line-height: 14px;
    color: #3B3D46;
    background-color: rgba(231, 253, 186, 0.33);
    background-image: -ms-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -moz-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -o-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(253, 253, 253, 0.08)), color-stop(1, rgba(110, 128, 75, 0.32)));
    background-image: -webkit-linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    background-image: linear-gradient(top, rgba(253, 253, 253, 0.08) 20%, rgba(110, 128, 75, 0.32) 80%);
    vertical-align: middle;
    white-space: pre-wrap;
}
.TimeDiv
{
    position: relative;
    float: left;
    width: 77%;
    height: 22px;
    background: rgba(218, 7, 7, 0.81);
    font-weight: bold;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    margin-top:1px;
}
.SurgeryNameDiv
{
    width: 99%;
    position: relative;
    float: left;
    height: 22px;
    background-color: rgba(18, 167, 239, 0.9);
    background-image: -ms-linear-gradient(top,rgba(18, 167, 239, 0.9) 20%, rgba(4, 102, 140, 0.95) 80%);
    background-image: -moz-linear-gradient(top,rgba(18, 167, 239, 0.9) 20%, rgba(4, 102, 140, 0.95) 80%);
    background-image: -o-linear-gradient(top, rgba(18, 167, 239, 0.9) 20%, rgba(4, 102, 140, 0.95) 80%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(18, 167, 239, 0.9)), color-stop(1, rgba(4, 102, 140, 0.95)));
    background-image: -webkit-linear-gradient(top, rgba(18, 167, 239, 0.9) 20%, rgba(4, 102, 140, 0.95) 80%);
    font-weight: bold;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    min-height:20px;
    height: auto;
}
.BookStatusDiv
{
    position: relative;
    float: right;
    width: 30%;
    height: 22px;
    background: rgb(46, 47, 44);
    font-weight: bold;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    margin-right: 1%;
    border-bottom-left-radius:12px;
}
.SurgeryHourDiv
{
    position: relative;
    float: right;
    width: 22%;
    height: 22px;
    background: rgba(46, 165, 7, 0.75);
    font-weight: bold;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    margin-right: 1%;
    line-height: 21px;
    margin-top:1px;
    border-top-right-radius:5px;
}
@media print
{
    .TimeDiv
    {
        overflow:hidden;
        white-space:nowrap;
    }
    
}
.ImageClass
{
    position:relative;
    float:left;
}
.ImageClass > Img
{
   height:17.5px !important;
}