﻿@font-face
{
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Sans'), local('DroidSans'), url(https://themes.googleusercontent.com/static/fonts/droidsans/v4/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face
{
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/droidsans/v4/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}
.buttonSelected
{
    border-style: solid;
    border-width: 3px;
    border-color: Green;
}
.txtRecords
{
    width: 52px;
}
.big
{
    font-size: 25px;
    color: #4c4ca6;
    opacity: 0.8;
}
.bigup
{
    margin-left: 2px;
}
.bigdown
{
    margin-left: 2px;
}
.lbl-underline:hover
{
    color: #2a6496;
    text-decoration: underline;
}
.big:hover
{
    color: White;
    opacity: 1;
}
.nav_up:hover, .nav_down:hover
{
    background-color: #4c4ca6;
    border-radius: 50%;
}
.nav_up
{
    position: fixed; /* background: transparent url(../HeaderImages/arrow_up.png) no-repeat top left;*/
    background-position: 50% 50%;
    bottom: 10px;
    opacity: 0.7;
    right: 30px;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down
{
    position: fixed;
    background-position: 50% 50%;
    bottom: 10px;
    opacity: 0.7;
    right: 60px;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.border-flat
{
}
.border-flat-a
{
}
.panel-3
{
    float: left;
    width: 30%;
    margin-right: 3%;
}
.panel-2
{
    float: left;
    width: 47%;
    margin-right: 3%;
}
.div100
{
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(228, 223, 223);
}
.div30
{
    width: 30%;
    float: left;
    padding-right: 2%;
    padding-top: 5px;
}
.div70
{
    width: 70%;
    float: left;
    padding-top: 5px;
    padding-bottom: 4px;
}
.itm
{
    /*background-color: #ebebeb;*/
    min-height: 28px;
}
.aitm
{
    /*background-color: rgb(242, 242, 247);*/
    min-height: 28px;
}
.border-right
{
    /* border-right: 1px solid rgb(228, 223, 223);*/
}
.profilepicture
{
    border-radius: 15%;
    border: 1px solid #cccccc;
}
.lbl-Address
{
    font-size: 12.5px;
}
.panelHeight
{
    height: 150px;
}
.border-menu
{
    border-left: 1px solid rgb(226, 218, 218);
    border-bottom: 1px solid rgb(226, 218, 218); /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #BDBDD1, #D3CDD6 80%, #DBD7E2); /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #BDBDD1, #D3CDD6 80%, #DBD7E2);
    background: -webkit-gradient(linear, center top, center bottom, from(#BDBDD1), color-stop(25%, #CDC9CF), color-stop(45%, #DAD8DF), color-stop(85%, #E7DEE7), to(#EAE2EE));
}
@media (min-width: 768px)
{
    /* Added by Yogesh Patel for Repeater class and all controls class using bootstrip */
    .minWidth
    {
        min-width: 900px !important;
    }
    .txt
    {
        resize: none;
        display: inline;
        padding: 3px 5px;
        height: 25px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .rpt
    {
        -ms-word-break: break-all;
        word-break: break-all; /* Non standard for webkit */
        word-break: break-word;
        display: inline-block;
        padding: 3px;
        margin-bottom: 1px;
        font-weight: normal;
        line-height: 1.428571429;
        vertical-align: middle;
        cursor: default;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .panel-search > .panel-heading
    {
        color: #FFFFFF;
        background-color: #4c4ca6;
        border-color: #4c4ca6;
    }
    .rpt-header
    {
        -ms-word-break: break-all;
        word-break: break-all; /* Non standard for webkit */
        word-break: break-word;
        font-weight: bold;
        color: #ffffff;
        background-color: #7f7fbf;
        border-color: #7f7fbf;
        font-size: 12px;
    }
    .listitem
    {
        font-weight: bold;
        color: #ffffff;
        background-color: #EDEDF7;
        border-color: #BDBDD3;
        font-size: 11px;
        width: 100%;
        border-radius: 0px;
    }
    .rpt-row-item
    {
        -ms-word-break: break-all;
        word-break: break-all; /* Non standard for webkit */
        word-break: break-word;
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        font-size: 11px; /*height: 35px;*/
    }

    .rpt-row-footer
    {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        font-size: 11px; /*height: 35px;*/
    }


    .row-checked
    {
        border-color: Green;
        font-size: 11px;
    }
    .rpt-row-aitem
    {
        color: Black;
        background-color: #ffffff;
        border-color: #cccccc;
        font-size: 11px; /*height: 35px;*/
    }

}
@media (max-width: 767px)
{
    /* Added by Yogesh Patel for Repeater class and all controls class using bootstrip */
    .minWidth
    {
        min-width: 900px !important;
    }
    .txt
    {
        resize: none;
        display: inline;
        padding: 3px 5px;
        height: 25px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .rpt
    {
        -ms-word-break: break-all;
        word-break: break-all; /* Non standard for webkit */
        word-break: break-word;
        display: inline-block;
        padding: 3px;
        margin-bottom: 1px;
        font-weight: normal;
        line-height: 1.428571429;
        vertical-align: middle;
        cursor: default;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .panel-search > .panel-heading
    {
        color: #FFFFFF;
        background-color: #4c4ca6;
        border-color: #4c4ca6;
    }
    .rpt-header
    {
        -ms-word-break: break-all;
        word-break: break-all; /* Non standard for webkit */
        word-break: break-word;
        font-weight: bold;
        color: #ffffff;
        background-color: #7f7fbf;
        border-color: #7f7fbf;
        font-size: 13px;
    }
    .listitem
    {
        font-weight: bold;
        color: #ffffff;
        background-color: #EDEDF7;
        border-color: #BDBDD3;
        font-size: 11px;
        width: 100%;
        border-radius: 0px;
    }
    .rpt-row-item
    {
        -ms-word-break: break-all;
        word-break: break-all; /* Non standard for webkit */
        word-break: break-word;
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        font-size: 12px; /*height: 35px;*/
    }

    .rpt-row-footer
    {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        font-size: 11px; /*height: 35px;*/
    }


    .row-checked
    {
        border-color: Green;
        font-size: 12px;
    }
    .rpt-row-aitem
    {
        color: Black;
        background-color: #ffffff;
        border-color: #cccccc;
        font-size: 12px; /*height: 35px;*/
    }
}
.response-button
{
    background-color: #4c4ca6;
    float: left !important;
    margin-left: 15px;
    width: 120px;
}
.back-response
{
    background-color: White;
}
.shadow-text
{
    -webkit-text-stroke: 0.3px #4c4ca6;
}
.border-menu
{
    border-left: 1px solid rgb(226, 218, 218);
    border-bottom: 1px solid rgb(226, 218, 218); /* The old syntax, deprecated, but still needed, prefixed, for WebKit-based and old browsers */
    background: -prefix-linear-gradient(top, #BDBDD1, #D3CDD6 80%, #DBD7E2); /* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Fx 16 onwards), without prefix */
    background: linear-gradient(to bottom, #BDBDD1, #D3CDD6 80%, #DBD7E2);
    background: -webkit-gradient(linear, center top, center bottom, from(#BDBDD1), color-stop(25%, #CDC9CF), color-stop(45%, #DAD8DF), color-stop(85%, #E7DEE7), to(#EAE2EE));
}
body
{
    font-size: 12px; /*font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;     margin: -20px 2px;*/
    padding: 0;
    color: #696969; /* font-family:  Verdana, Arial, "Helvetica Neue" , Helvetica, Sans-Serif; */
    font-family: 'Droid Sans' , Arial;
    min-width: 820px !important;
}
.no-min
{
    min-width: 100% !important;
}
.glyphicon-hover
{
    text-decoration: none !important;
}
.SearchDropDown
{
    width: 60% !important;
}
select
{
}
#divOver
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.overlay
{
    background-color: #000000;
    opacity: 0.5;
}
.div-header
{
    color: #7f7fbf;
    background-color: #ffffff;
    border-color: #cccccc;
    font-weight: bold;
    font-size: 13px; /*height: 35px;*/
}
.tbl
{
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 1px;
    font-weight: normal;
}
.tbl-header
{
    font-weight: bold;
    color: #ffffff;
    background-color: #7f7fbf;
    border-color: #7f7fbf;
    font-size: 12px;
}
.tr-item
{
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
    font-size: 11px; /*height: 35px;*/
}
.tr-aitem
{
    color: Black;
    background-color: #ffffff;
    border-color: #cccccc;
    font-size: 11px; /*height: 35px;*/
}
input[type="radio"]
{
    margin-right: 4px !important;
}

input[type="checkbox"]
{
    margin-right: 3px !important;
}
.inline
{
    display: inline;
    text-align: center;
}
.hidden-invisible
{
    visibility: hidden;
}
.visible-visible
{
    visibility: visible;
}
.txtDate
{
    width: 100px;
}
.txtDateTime
{
    width: 150px;
}
.div-align-right
{
    padding-right: 2%;
    text-align: right;
}
.GridRadioRed
{
    font-weight: bold;
    color: Red;
}
.GridRadioGreen
{
    font-weight: bold;
    color: Green;
}
.GridRadioBlack
{
}
.patient-round
{
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.divDateT
{
    padding-right: 10px;
    font-size: 9pt;
    color: #4c4ca6;
    text-align: right;
    padding-top: 50px;
}
.none
{
    display: none;
}
.treeview :before
{
    content: "   ";
}
.treeview
{
}
.divRight50
{
    float: left;
    width: 50%;
    text-align: right;
}
.divLeft50
{
    float: left;
    width: 50%;
    text-align: left;
}
.div50
{
    float: left;
    width: 50%;
    text-align: left;
    padding: 5px;
}
.maintext_blue_bold
{
    font-size: 12px;
    color: #4c4ca6;
    text-decoration: none;
    font-weight: bold;
    line-height: 16px;
}
.litfont
{
    color: #4c4ca6;
}
.maintext_blue_normal
{
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    color: #4c4ca6;
}
.maintext_blue_normal ul
{
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    line-height: 16px;
    text-align: justify;
}
.maintext_blue_normal li
{
    margin-top: 8px;
    vertical-align: top;
}
.olCgClass td
{
    background-color: #d0dded;
    padding-left: 5px;
    border: 1px solid #d0dded;
}
.olFgClass td
{
    background-color: #ffffff;
    padding: 2px 5px 5px 5px;
    text-decoration: none;
    font-size: 11px;
    color: #333333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7c92c3;
}

.olCloseFontClass
{
    text-align: right;
    background-color: #C6E2F7;
}

.olBgClass
{
    background-color: #d0dded;
}
.disableHead
{
    text-decoration: none;
    cursor: default;
}
.lbl-bold
{
    font-size: 12px;
    font-weight: bold;
    color: #4e679f;
}
.div-search-button
{
    float: right; /*width: 15%;*/
    text-align: right;
    margin-bottom: 0px;
}
.divRight
{
    float: right;
    text-align: right;
    margin-right: 0;
    width: 100%;
}
.tdNote
{
    padding-right: 2.5%;
}
.w15
{
    width: 15%;
}
.w20
{
    width: 20%;
}
.w40
{
    width: 40%;
}
.w50
{
    width: 50%;
}
.w60
{
    width: 60%;
}

.w80
{
    width: 80%;
}

.w90
{
    width: 90%;
}

.div-float-left
{
    float: left;
    margin-left: 0px;
    padding-left: 3px;
    vertical-align: middle;
    padding-right: 3px;
}
.div-float-right
{
    text-align: right;
    float: left;
    margin-left: 0;
    height: 25px;
}
.div-float-left25
{
    text-align: right;
    float: left;
    margin-left: 0;
    height: 25px;
    padding-top: 3px;
}
.div-float-left5
{
    text-align: left;
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}
.divTabs
{
    width: 100%;
    padding: 0.5%;
    overflow-y: hidden;
}
.div-message
{
    text-align: center;
    width: 100%;
    height: 28px;
    font-weight: bold;
}
.div-footer
{
    word-break: normal !important;
    word-break: normal !important;
    width: 100%;
    padding-bottom: 35px;
}
.divlegend
{
    word-break: normal !important;
    word-break: normal !important;
    text-align: right;
    padding: 2px;
    margin: 2px;
    width: 100%;
}
.divlegend td
{
    height: 20px;
}
.divPaging
{
    width: 100%;
    padding-right: 4%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.divPage
{
    width: 33%;
    float: left;
    padding-top: 5px;
    padding-left: 25px;
}
.header-color
{
    color: #7f7fbf;
}
.divPagingButton
{
    width: 33%;
    float: left;
    text-align: center;
    vertical-align: top;
    margin-top: 0px;
}
.divGo
{
    float: right;
    text-align: right;
}
.txtGo
{
    width: 30px;
    padding: 4px;
    height: 27px;
    display: inline;
}
.has-warning .txt:focus
{
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-error .txt:focus
{
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.btnGo
{
    width: 30px;
    display: inline-block;
    padding: 2px 2px;
    margin-bottom: 1px;
}
.btnGo:hover, .btnGo:focus, .btnGo:active, .btnGo.active, .open .dropdown-toggle.btnGo
{
    color: #ffffff;
    background-color: #4c4ca6;
    border-color: #4c4ca6;
}
.btnGo:active, .btnGo.active, .open .dropdown-toggle.btnGo
{
    background-image: none;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.panel-search
{
    border-color: #4c4ca6;
}

.panel-search > .panel-heading + .panel-collapse .panel-body
{
    border-top-color: #4c4ca6;
}
.panel-search > .panel-footer + .panel-collapse .panel-body
{
    border-bottom-color: #4c4ca6;
}

/* SQUARED TWO */

.checkbox label:before
{
    border-radius: 3px;
}
input[type=checkbox]:checked
{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

.dropdown70
{
    display: inline;
    width: 70%;
    height: 25px;
    padding: 3px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropdown80
{
    display: inline;
    width: 80%;
    height: 25px;
    padding: 3px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropdown60
{
    display: inline;
    height: 25px;
    padding: 3px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.repeater-textbox
{
    display: block;
    width: 100%;
    height: 25px;
    padding: 4px 7px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.message
{
    word-break: normal !important;
    word-break: normal !important;
    padding: 5px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.message .message-link
{
    font-weight: bold;
}
.message-Orange
{
    padding: 1px;
    background-color: Yellow;
    border-color: Yellow;
    color: Black;
}
.message-Green
{
    padding: 1px;
    background-color: Green;
    border-color: Green;
    color: #FFFFFF;
}
.message-Red
{
    padding: 1px;
    background-color: #D4390F;
    border-color: Red;
    color: #FFFFFF;
}
.message-warning
{
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: White;
}
.message-warning hr
{
    border-top-color: #f0ad4e;
}
.message-fail
{
    word-break: normal;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.message-fail hr
{
    border-top-color: #e6c1c7;
}
.message-fail .message-link
{
    color: #953b39;
}
.message-success
{
    word-break: normal;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.message-success hr
{
    border-top-color: #c9e2b3;
}
.message-success .message-link
{
    color: #356635;
}
/*  For nested Repeater*/
.repeater
{
    -ms-word-break: break-all;
    word-break: break-all; /* Non standard for webkit */
    word-break: break-word;
    display: inline-block;
    padding: 3px;
    margin-bottom: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: left;
    vertical-align: middle;
    cursor: default;
    border: 1px solid transparent;
    border-radius: 4px;
}

.checked-level
{
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.checkbox-level
{
    color: Black;
    background-color: #ffffff;
    border-color: #cccccc;
    font-size: 11px;
}
.first-level
{
    color: #ffffff;
    background-color: #19198c;
    border-color: #19198c;
    font-size: 13px;
    width: 100%;
    padding: 8px;
}

.second-level
{
    color: #ffffff;
    background-color: #4c4ca6;
    border-color: #4c4ca6;
    font-size: 12px;
    width: 99%;
}

.third-level
{
    color: #ffffff;
    background-color: #7f7fbf;
    border-color: #7f7fbf;
    font-size: 12px;
    margin-left: 2%;
    width: 97%;
}

.fourth-level
{
    color: #ffffff;
    background-color: #8686D1;
    border-color: #b2b2d8;
    font-size: 12px;
    width: 96%;
}

.childRepeaters
{
    width: 98%;
    margin-left: 2%;
}

/* End Yogesh's Added style */

#login
{
    font-size: 1.1em;
    display: block;
    text-align: left; /* Start Jan 18, 2014 (Yogesh Patel  ER# 40091) // Removed Width*/ /* width: 1003px;*/ /* End Jan 18, 2014 (Yogesh Patel  ER# 40091) // Removed Width*/
    color: White;
}

fieldset
{
    -moz-border-radius: 7px;
    border: 1px #dddddd solid;
    margin-bottom: 0px;
    width: 95%;
}

fieldset legend
{
    background-color: #f5f5f5;
    color: black;
    font-weight: bold;
    height: 20px;
    font-size: 9pt;
    border: 1px #1a6f93 solid;
    color: black;
    font-weight: none;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    -moz-border-radius: 3px;
}

.searchleft
{
    width: 20%;
    margin: 0px;
    padding: 1px;
    float: left;
    text-align: right;
}
.searchbox
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    float: left;
    text-align: left;
}
.searchmiddle
{
    width: 60%;
    margin: 0px;
    padding: 1px;
    float: left;
    text-align: left;
}
.Searchright
{
    width: 20%;
    margin: 0px;
    padding: 1px;
    float: left;
    text-align: left;
}

/* Main DIV */
.m
{
    width: 560px;
    padding: 20px;
    height: auto;
}

/* Left DIV */
.left
{
    margin: 0px;
    padding: 1px;
    float: left;
    text-align: right;
    width: 20%;
    padding-top: 4px;
}
.leftmargin
{
    margin: 0px;
    padding: 1px;
    padding-top: 5px;
    float: left;
    text-align: right;
    width: 20%;
}
/* Left DIV with width = 65% */
.left65
{
    margin: 0px;
    padding: 1px;
    padding-top: 4px;
    float: left;
    text-align: left;
    width: 65%;
    vertical-align: middle;
}
/* Left DIV with width = 65% */
.right35
{
    margin: 0px;
    padding: 1px;
    padding-top: 3px;
    float: left;
    text-align: right;
    width: 35%;
    vertical-align: bottom;
}
/* Left DIV with width = 40% */
.left40
{
    margin: 0px;
    padding: 1px;
    padding-top: 4px;
    float: left;
    text-align: left;
    width: 40%;
    vertical-align: middle;
}
.right40
{
    margin: 0px;
    padding: 1px;
    padding-top: 6px;
    float: left;
    text-align: right;
    width: 40%;
    vertical-align: middle;
}
.left2Columns
{
    margin: 0px;
    padding: 1px;
    float: left;
    text-align: right;
    width: 20%;
    padding-top: 4px;
}

/* Left DIV */
.leftmsg
{
    width: 100%;
    margin: 0px;
    padding: 2px;
    float: left;
    text-align: left;
}


/* Right DIV */
.right
{
    width: 25%;
    margin: 0px;
    padding: 2px;
    float: left;
    text-align: left;
}
/* Right DIV with width = 59% */
.right59
{
    width: 59%;
    margin: 0px;
    padding: 2px;
    float: right;
    text-align: left;
    vertical-align: middle;
}
.right2Columns
{
    width: 25%;
    padding: 0px;
    float: left;
    text-align: left;
    padding-left: 3px;
}
.clear
{
    clear: both;
    width: 99%;
    padding: 10px;
}
.clearnew
{
    clear: both;
    width: 100%;
}
.mandatory
{
    color: Red;
}
.paddingbottom
{
    padding-bottom: 1em;
}

.button
{
    background-image: url(../App_Themes/Default/Images/btn-bg.gif);
    background-repeat: repeat-x;
    background-color: #6d6d6d;
    color: #084670;
    width: 110px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
}

.btnMove
{
    background-image: url(../App_Themes/Default/Images/btn-gray.gif);
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    height: 20px;
    border: 1px solid #004e95;
    cursor: pointer;
}

.listbox
{
    width: 200px;
    height: 300px;
}

.textbox
{
    width: 99%;
}

.successMessage
{
    font-weight: bold;
    color: Green;
    font-size: 1,1em;
}

.failMessage
{
    font-weight: bold;
    color: Red;
    font-size: 1.1em;
}

.largeTextbox
{
    width: 50%;
}

.serachTextbox
{
    width: 70%;
}

.searchdropdown
{
    width: 70%;
}

.smallTextbox
{
    width: 40%;
}

/* Modal Pop-up */

.modalBackground
{
    background-color: #f4f4f4;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.modalPopup
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 80%;
}

#loginInside
{
    background-color: #E2DFDF;
    border-radius: 30px 30px 30px 30px;
    color: #002A5C;
    font-size: 14px;
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 60%;
}

#loginBackground
{
    background-image: url(../Images/left.gif);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px 40px;
    width: 50%;
    height: 400px;
}

.loginText
{
    font-weight: bold;
}

.inputBox
{
    background: url(../Images/input.gif);
    border: 1px solid #CCCCCC;
    border-radius: 30px 30px 30px 30px;
    display: block;
    font-size: 20px;
    margin: 5px 0 10px;
    min-height: 38px;
    width: 218px;
}

.footer
{
    width: 100%;
    height: 10%;
}
/* Start Sep 13, 2016 (Aman Singh Parihar   Task# 75754     Bug#1813) //for displaying footer always at the bottom of the page and at fixed position.  */
.AlwaysAtBottom
{
    position: fixed;
    bottom: 0pt;
    width:100%;
}
/* End Sep 13, 2016 (Aman Singh Parihar   Task# 75754       Bug#1813)*/


/********************************************************************************************************************/
/****************************All Added By Yogesh*******Start***************************************************************/
/********************************************************************************************************************/

/* For Dispaly Foodmenu/Activity Start */
.grid_head
{
    background-repeat: repeat-x;
    font-weight: bold;
    color: #ffffff;
    height: 18px;
    background-position: left top; /*	padding-left: 10px;*/
    white-space: normal;
    background-color: #7f7fbf;
}
.grid_head_EMAR
{
    background-image: url(../App_Themes/Default/Images/main_header_title.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #ffffff;
    height: 30px;
    background-position: left top; /*	padding-left: 10px;*/
    white-space: normal;
    background-color: #8197c8;
}
.popup_onclick
{
    background-color: #f7f7f7;
    font-weight: normal;
    text-decoration: none;
    color: #111111;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.button_inputtext
{
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    background-color: #F7F7F7;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #999999;
}

.topnewtitle
{
    background-image: url(../App_Themes/Default/Images/mid-grd-bg.gif);
    background-repeat: repeat-x;
}
.group_head_Celender
{
    font-size: 12px;
    font-weight: normal;
    color: #006600;
    text-decoration: none;
    text-align: right;
}

.group_head_Celender_new
{
    font-weight: normal;
    color: #c5a326;
    text-decoration: none;
    text-align: right;
}
.currentDateBox
{
    /*border-style:solid;*/
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    border: 1px solid blue;
    background-color: #FFFFFF;
}
/*Added by Malay*/
.main_white_text_table
{
    /*background-image: url(bullete_round.gif);*/ /*border-bottom: 1px dotted #c6c6c6;*/
    background-repeat: no-repeat;
    background-position: left; /*padding:  5px 5px 6px 15px;*/
    color: #ffffff;
    text-decoration: none;
    font-weight: bold; /*display: block;*/ /*margin: 0px 10px 0px 10px;*/
}

.main_white_text a:link
{
    /*background-image: url(bullete_round.gif);*/
    background-repeat: no-repeat;
    background-position: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding-right: 2px; /*display: block;*/
}
.main_white_text a:link
{
    /*background-image: url(bullete_round.gif);     background-repeat: no-repeat;     background-position: left;     border-bottom: 1px dotted #c6c6c6;     padding: 5px 3px 5px 15px; */
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding-right: 2px; /* display: block;*/ /* margin: 0px 10px 0px 10px;*/
}

.main_white_text a:visited
{
    /*     background-image: url(bullete_round.gif);     background-repeat: no-repeat;     background-position: left;     padding: 5px 3px 5px 15px;     border-bottom: 1px dotted #c6c6c6; */
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding-right: 2px; /* display: block;*/ /*margin: 0px 10px 0px 10px;*/
}
.main_white_text a:hover
{
    /*  background-image: url(bullete_round_hvr.gif);     background-repeat: no-repeat;     background-position: left;     padding: 5px 3px 5px 15px;     border-bottom: 1px dotted #c6c6c6; */
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    padding-right: 2px; /*display: block;*/ /* margin: 0px 10px 0px 10px;*/
}
.calender_nor
{
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cecfce;
    background-color: #FFFFFF;
}
.button_image_blank
{
    color: #ffffff;
    text-decoration: none;
    border: 0px none;
    height: 0px;
    width: 0px;
}

ul.menutitle
{
    list-style-type: none;
    font-weight: bold;
    color: #5A67B1;
    margin: 0px 0px 0px 0px;
    padding-left: 16px;
    padding-top: 2px;
    background-image: url(./App_Themes/Default/Images/bg-ul.gif);
    background-repeat: no-repeat;
}
ul.menutitle li
{
    font-weight: normal;
    color: #111111;
    padding: 0px 0px 0px 0px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 3px;
    padding-left: 5px;
    text-indent: -.7em;
}
ul.menutitle li:before
{
    content: "• ";
    color: #4c4ca6; /* or whatever color you prefer */
}
ul.actmenu
{
    list-style-type: none;
    font-weight: normal;
    color: #006b92;
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
}
.actmenu li
{
    list-style: none;
    font-weight: normal;
    color: #555555;
    margin: 0px 0px 2px 0px;
}
/* start patient menu */
.border
{
    border: 1px solid #516aa2;
}
.top
{
    /*background-image: url(../App_Themes/Default/Images/top.gif);*/
    background-repeat: repeat-x;
    height: 6px;
}
.mid_back
{
    /* background-image: url(../App_Themes/Default/Images/back.gif);*/
    background-color: White;
    background-repeat: repeat-y;
    background-position: left top;
}
.popup_link a
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    background-repeat: no-repeat;
    display: block;
    background-position: left 50%;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px; /* border: 1px dotted rgb(216, 209, 226);*/
}
.popup_link a:before
{
    content: "◉  ";
    color: #7f7fbf; /* or whatever color you prefer */
}
.popup_link a:visited
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-decoration: none; /* background-image: url(../App_Themes/Default/Images/popup_bullete.gif);*/
    background-repeat: no-repeat;
    display: block;
    background-position: left 50%;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.popup_link a:hover
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    background-color: #ebebeb;
    text-decoration: none; /* background-image: url(../App_Themes/Default/Images/popup_hvr_img.gif);*/
    background-repeat: no-repeat;
    border-radius: 4px;
    display: block;
    background-position: left 50%;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #adadad;
}
.popup_tra
{
    background-color: #d8d8d8;
    padding: 0px 2px 2px 0px;
    z-index: 10;
}
.popup_tra_border
{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}
/* end patient menu*/

.overlay
{
    width: 100%;
    height: 100%;
    background-image: url(../App_Themes/Default/Images/overlay.png);
    background-repeat: repeat;
    position: absolute;
    vertical-align: middle;
    filter: alpha(opacity=50);
    display: block;
}
.title_main_black
{
    background-image: url(../App_Themes/Default/Images/maintitle_bg.jpg);
    background-repeat: repeat-x;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.overlay table
{
    filter: alpha(opacity=100);
}
.overlay_mozilla
{
    width: 100%;
    height: 100%;
    background-image: url(../App_Themes/Default/Images/overlay.png);
    background-repeat: repeat;
    position: absolute;
    vertical-align: middle;
}

.err
{
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    border: 1px solid #FF6A6A;
    background-color: #F7F7F7;
}

.star
{
    color: Red;
}

.border_light
{
    border: 1px solid silver;
}
.med_grid_header
{
    color: #444444;
    text-decoration: none;
    font-weight: normal;
}
.med_grid_header a:link
{
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.med_grid_header a:visited
{
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.med_grid_header a:hover
{
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}
.maintext_black
{
    color: #333333;
    text-decoration: normal;
    font-weight: normal;
    text-align: center;
    padding-top: 1%;
}
.top2
{
    /*background-image: url(food_top.gif); 	background-repeat: repeat-x;*/
    background-color: #7f7fbf;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
}
.mid_back2
{
    background-color: #ffffff;
    padding: 2px 2px 2px 5px;
    border: 1px solid #CDC6CF;
    color: #333333;
    font-weight: normal;
    padding-left: 5px;
}
.grid_out_bg
{
    color: #444444;
    text-decoration: none;
    font-weight: normal;
}
.grid_out_bg a:link
{
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.grid_out_bg a:visited
{
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.grid_out_bg a:hover
{
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}
.head_bar_text_bullete
{
    font-weight: bold;
    color: White;
    text-decoration: none;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.head_bar_text_bullete_f
{
    font-weight: bold;
    color: #4c4ca6;
    text-decoration: none;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.head_bar_text_bullete:before
{
    /*content: "⇰  ";*/
    color: White; /* or whatever color you prefer */
}
.name
{
    font-weight: bold;
    cursor: pointer;
    color: #3366CC;
}
.link_blue a:link
{
    color: #333399;
    text-decoration: underline;
    font-weight: bold;
}
.link_blue a:visited
{
    color: #333399;
    text-decoration: underline;
    font-weight: bold;
}
.link_blue a:hover
{
    color: #669900;
    text-decoration: underline;
    font-weight: bold;
}
.grid_bottombar
{
    width: 100%;
}
.divLeftStyle
{
    margin: 0px;
    padding: 1px;
    float: left;
    text-align: right;
}
.innertitle_new
{
    padding: 5px;
    background-image: url(../App_Themes/Default/Images/maintitle_bg.jpg);
    background-repeat: repeat-x;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.textbox_login
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    border-top: 1px solid #9fb2d4;
    border-left: 1px solid #9fb2d4;
    border-right: 1px solid #c5d1e6;
    border-bottom: 1px solid #c5d1e6;
    padding: 5px 2px 5px 2px;
    width: 160px;
}
.text_login
{
    font-size: 11px;
    color: #364f84;
    text-decoration: none;
    font-weight: bold;
}
.divModal
{
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: Black;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
.imageModal
{
    padding: 10px;
    position: fixed;
    top: 45%;
    left: 40%;
    z-index: 2;
}
.grid_head_level_2
{
    background-image: url(../App_Themes/Default/Images/main_header_title_level2.jpg);
    background-repeat: repeat;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    height: 18px;
    background-position: left top; /*	padding-left: 10px;*/
    white-space: normal;
    background-color: #8197c8;
}
.grid_head_level_3
{
    background-image: url(../App_Themes/Default/Images/main_header_title_level3.jpg);
    background-repeat: repeat;
    font-size: 11px;
    font-weight: bold;
    color: #3f5da0;
    height: 18px;
    background-position: left top; /*	padding-left: 10px;*/
    white-space: normal;
    background-color: #8197c8;
}
.grid_head_level_4
{
    background-image: url(../App_Themes/Default/Images/main_header_title_level4.jpg);
    background-repeat: repeat;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    height: 18px;
    background-position: left top; /*	padding-left: 10px;*/
    white-space: normal;
    background-color: #8197c8;
}
/*-----------------------------------------------------------*/

.grid_click_bg
{
    background-color: #d7e3f3; /*padding-left: 3px;*/
    font-size: 11px;
    color: #333399;
    text-decoration: none;
}
.grid_click_bg a:link
{
    font-size: 11px;
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}
.grid_click_bg a:visited
{
    font-size: 11px;
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}
.grid_click_bg a:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
/* for PatientEMARReport table border*/

.group_head
{
    /*background-image: url(head_bar.gif); 	background-repeat: repeat-x;*/
    background-color: #e4edff;
    height: 20px;
    background-position: left bottom;
    text-align: left;
}
.group_head_static
{
    font-size: 11px;
    font-weight: bold;
    color: #006600;
    text-decoration: none;
    background-image: url(bullete_head.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
}
.group_head_simple
{
    font-weight: bold;
    color: #006600;
    text-decoration: none;
}
.group_head_Celender_new
{
    font-size: 11px;
    font-weight: normal;
    color: #c5a326;
    text-decoration: none;
    text-align: right;
}


.group_head_static_simple
{
    font-size: 11px;
    font-weight: normal;
    color: #006600;
    text-decoration: none;
}
.group_head_link a:link
{
    font-size: 11px;
    font-weight: normal;
    color: #006600;
    text-decoration: none;
}
.group_head_link a:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #006600;
    text-decoration: none;
}
.group_head_link a:hover
{
    font-size: 11px;
    font-weight: normal;
    color: #006600;
    text-decoration: underline;
}
/* For Scroll in Patient EMAR

*/
::-webkit-scrollbar
{
    width: 10px;
    background-color: White;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    background-color: rgb(225, 225, 231);
}



/********************************************************************************************************************/
/****************************All Added By Yogesh*******END***************************************************************/
/********************************************************************************************************************/




/********************************************************************************************************************/
/****************************All Added By Yogesh*******END***************************************************************/
/********************************************************************************************************************/

/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 * 
 * Classes added:
 * 	1) hint
 */
.hint
{
    position: relative;
    display: inline-block; /** 	 * tooltip arrow 	 */ /** 	 * tooltip body 	 */
}
.hint:before, .hint:after
{
    position: absolute; /* opacity: 0.5; */
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.hint:hover:before, .hint:hover:after
{
    opacity: 1;
}
.hint:before
{
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}
.hint:after
{
    content: attr(data-hint);
    background: #3D079C;
    color: white;
    text-shadow: 0 -1px 0px black;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 * 
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before
{
    border-top-color: #383838;
}

.hint--bottom:before
{
    border-bottom-color: #383838;
}

.hint--left:before
{
    border-left-color: #383838;
}

.hint--right:before
{
    border-right-color: #383838;
}

/**
 * top tootip
 */
.hint--top:before
{
    margin-bottom: -12px;
}
.hint--top:after
{
    margin-left: -18px;
}
.hint--top:before, .hint--top:after
{
    bottom: 100%;
    left: 50%;
}
.hint--top:hover:before, .hint--top:hover:after
{
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

/**
 * bottom tootip
 */
.hint--bottom:before
{
    margin-top: -12px;
}
.hint--bottom:after
{
    margin-left: -18px;
}
.hint--bottom:before, .hint--bottom:after
{
    top: 100%;
    left: 50%;
}
.hint--bottom:hover:before, .hint--bottom:hover:after
{
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

/**
 * right tootip
 */
.hint--right:before
{
    margin-left: -12px;
    margin-bottom: -6px;
}
.hint--right:after
{
    margin-bottom: -14px;
}
.hint--right:before, .hint--right:after
{
    left: 100%;
    bottom: 50%;
}
.hint--right:hover:before, .hint--right:hover:after
{
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

/**
 * left tootip
 */
.hint--left:before
{
    margin-right: -12px;
    margin-bottom: -6px;
}
.hint--left:after
{
    margin-bottom: -14px;
}
.hint--left:before, .hint--left:after
{
    right: 100%;
    bottom: 50%;
}
.hint--left:hover:before, .hint--left:hover:after
{
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 * 
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 * 	
 */
/**
 * Error
 */
.hint--error:after
{
    background-color: #b34e4d;
    text-shadow: 0 -1px 0px #5a2626;
}
.hint--error.hint--top:before
{
    border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before
{
    border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before
{
    border-left-color: #b34e4d;
}
.hint--error.hint--right:before
{
    border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after
{
    background-color: #c09854;
    text-shadow: 0 -1px 0px #6d5228;
}
.hint--warning.hint--top:before
{
    border-top-color: #c09854;
}
.hint--warning.hint--bottom:before
{
    border-bottom-color: #c09854;
}
.hint--warning.hint--left:before
{
    border-left-color: #c09854;
}
.hint--warning.hint--right:before
{
    border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after
{
    background-color: #3986ac;
    text-shadow: 0 -1px 0px #193c4c;
}
.hint--info.hint--top:before
{
    border-top-color: #3986ac;
}
.hint--info.hint--bottom:before
{
    border-bottom-color: #3986ac;
}
.hint--info.hint--left:before
{
    border-left-color: #3986ac;
}
.hint--info.hint--right:before
{
    border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after
{
    background-color: #458746;
    text-shadow: 0 -1px 0px #1a331a;
}
.hint--success.hint--top:before
{
    border-top-color: #458746;
}
.hint--success.hint--bottom:before
{
    border-bottom-color: #458746;
}
.hint--success.hint--left:before
{
    border-left-color: #458746;
}
.hint--success.hint--right:before
{
    border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 * 
 * Classes added:
 * 	1) hint--always
 * 	
 */
.hint--always:after, .hint--always:before
{
    opacity: 1;
}
.hint--always.hint--top:after, .hint--always.hint--top:before
{
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before
{
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--always.hint--left:after, .hint--always.hint--left:before
{
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}
.hint--always.hint--right:after, .hint--always.hint--right:before
{
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
/*  
Dont Remove aadded for Patient Lists

.tooltip {text-decoration: none; border-bottom:1px dotted #36c;color: #36c; outline: none; }

/*For tooltip box*/
div#mcTooltip
{
    line-height: 16px;
    border-width: 1px;
    color: #333;
    border-color: #BBBBBB;
    padding: 20px;
    font-size: 12px;
    border-radius: 6px; /*Rounded corners. N/A for IE 8 and below.*/
    box-shadow: 0 1px 4px #AAAAAA; /*Drop shadow. N/A for IE 8 and below.*/
}

div#mcTooltip, div.mcTooltipInner
{
    background-color: #EAECF0;
}

/* For hyperlink within tooltip */
div#mcTooltip a
{
    color: #36c;
}

/*Close button. Available when sticky or overlay has been set to true, or is on iPhone, iPad, Android, BlackBerry, or IEMobile devices. */
div#mcttCloseButton
{
    width: 14px;
    height: 14px;
    position: absolute;
    background-image: url(closeBtn.gif);
    cursor: pointer;
    overflow: hidden;
    top: 12px;
    right: 12px;
    left: auto;
}

/* Only applies when overlay has been set to true or 1 */
div#mcOverlay
{
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin
{
    margin: 20px 50px;
    background: transparent url(loading.gif) no-repeat center center;
    width: 50px;
    height: 30px;
    font-size: 0;
}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper
{
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: 0px;
}
div#mcTooltip
{
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden;
}
div.mcTooltipInner
{
    float: left;
    position: relative;
    width: auto;
    height: auto;
}
div#mcttCo
{
    position: absolute;
    text-align: left;
}
div#mcttCo em, div#mcttCo b
{
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}



/* End by yogesh on 07 Feb 2014 for tooltip   */

