/* 6.0 Start */
@media screen
{
    body
    {
        padding: 0;
        margin: 0;
/*BodyBGColor*/background-color:White;
        color: Black;
        font-family: Verdana; /*setting the font type at body level doesn't apply to dropdownlist and input controls like button, textboxes etc.*/
        font-size: .78em;        
        height: 100%;
/*SCShadowColor*/scrollbar-shadow-color:White;
/*SCHighlightColor*/scrollbar-highlight-color:White;
/*SCFaceColor*/scrollbar-face-color:#FFF5F5;
/*SC3DLightColor*/scrollbar-3dlight-color:White;
/*SCDarkShadowColor*/scrollbar-darkshadow-color:White;
/*SCTrackColor*/scrollbar-track-color:White;
/*SCArrowColor*/scrollbar-arrow-color:#8AB8C7;
    }

    a:hover, a:focus, a:active {
        background-color: #F1F2FE;
        font-style: italic;
        ie-dummy: expression(this.hideFocus=true);
    }
    
    /*set the font type for dropdown lists and input controls*/
    select, input, textarea
    {
        font-family: Verdana;
        font-size: small;
    }
    /* NOTE: to make the link color in the grids configurable */
    table.GridClass a
    {
        color: Black;
        text-decoration: underline;
    }
    table.GridClass td
    {
        overflow: hidden;
        padding-bottom: 4px;
        margin-bottom: -4px;
    }
    /* to configure patient forms grid links color and admin forms grids, set color in "FormsLnkBtn" skinID */
    /*web part styles (class used in .chrome) */
    td.webpartContainer
    {
        /*border: 1px solid #c8dee5;*/
        vertical-align: top;
        height: 100%;        
/*WPBodyBGColor*/background-color:White;
        border-style: solid;        
        border-top-width: 1px;
        border-left-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
/*WPBodyBorderBottomColor*/border-bottom-color:#99C7D6;
/*WPBodyBorderLeftColor*/border-left-color:#99C7D6;
/*WPBodyBorderRightColor*/border-right-color:#99C7D6;
/*WPBodyBorderBottomColor*/border-top-color:#99C7D6;
-khtml-box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    }
    
    /* summary toolbar */
    ul.toolbar
    {
        width: 100%;
        height: 25px;
        margin: 0 auto;
        padding: 0px;
        background: url(../../App_Themes/ECLP_StandAlone/ToolbarGrad.png) repeat-x;
        list-style: none;
        /*border-left: 1px solid #b9b9b9;*/
    }
    ul.toolbar li
    {
        float: left;
        /*height: 25px;*/
        border-right: 1px solid #b9b9b9;
        line-height: 25px;
        vertical-align: middle;
    }
    
    .printlidisabled
    {
        float: left;
        height: 23px;
        border-top: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        border-left: 1px solid #b9b9b9;
        line-height: 23px;
        vertical-align: middle;
        background-color:#FFFFDE;
    }
    .printlienabled
    {
        border-left: 1px solid #b9b9b9;   
    }
    ul.toolbar li.hover {
        background-color: #F1F2FE;
    }
    ul.toolbar li.helpLink
    {
        float: right;
    }
    ul.toolbar li *
    {
        padding: 0px .8em 0px .8em;
    }
    /* end: summary toolbar */
    div#phrInsignia
    {
        text-align: right;
    }
    input.inputFocus, textarea.inputFocus, select.inputFocus {
        background-color: #F1F2FE;
    }
    /* max length styles for textarea elements */
    div.maxLenContainer
    {
        width: 30em;
        display: block; /* textarea wrapped in a span by control in place */
    }
    textarea.maxLen
    {
        width: 30em;
        height: 6em;
        padding: 0px;
        padding-bottom: 1.1em;
        z-index: 1;
        border: 1px solid #a7a6aa;
    }
    div.maxLen
    {
        width: 30em;
        text-align: right;
        padding: 0px;        
        top: -.2em;
        z-index: 2;
        margin-top: -1px;
        cursor: default;
        color: #727272;
    }
    div.maxLen span
    {
        font-size: smaller;
        margin-right: 22px;
    }
    div.maxLenReclaim
    {
        margin-top: -1.4em;
    }
    div.maxLenWarning
    {
        background-color: #cc0000;
        border: 1px solid #cc0000; /* to match width of textarea */
        color: #ffff33;
    }
    .PatientHeader
    {
/*PHBGColor*/background-color:#99C7D6;
        padding: .2em;
        padding-left: 1em;
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
        font-size: 90%;
    }
    .footnote
    {
        margin-left: 1.2em;
        padding-right: 1.2em;
        font-style: italic;
        font-size: smaller;
    }
    .PatientHeader .footnote
    {
        color: #5b5b5b;
    }
     div.HeaderShadow
    {
        -khtml-box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
        -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
        box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;   
    }
    .pagemenu_roundcorner
    {
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10x 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-width: 1px;
        border-style: solid; 
/*RoundedCorner*/border-color:#99C7D6;
/*RoundedCorner*/background:#99C7D6;
        -moz-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.5);
    }
    .pagemenu_roundcorner1
    {
        border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10x 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        border-width: 1px;
        border-style: solid; 
/*RoundedCorner*/border-color:#99C7D6;
/*RoundedCorner*/background:#99C7D6;
        -moz-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.5);
    }
    .HeaderLogo
    {
        background-image: url(../../App_Themes/ECLP_Custom/HeaderLogoBackground.png);
        background-repeat: repeat-x;
        -khtml-box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    }
    .Toolbar
    {
        background-image: url(../../App_Themes/ECLP_Custom/ToolbarGrad.png);
        background-repeat: repeat-x;
    }
    td.MainMenu
    {
        background-image: url(../../App_Themes/ECLP_Custom/ToolbarGradWithLowerBorder.gif);
        background-repeat: repeat-x;
    }
    table.MainMenu
    {
        height: 26px;
        padding: 0px;
    }
    table.MainMenu td
    {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 26px;
    }
    table.MainMenu table
    {
        width: 100px;
        position: relative;
        top: -2px;
        height: 28px;
    }
    table.MainMenu a
    {
        font-size: smaller;
    }
    table.MainMenu table.Selected
    {
        position: relative;
        top: -1px;  /* this is subject to adjustment in browser engine-specific css files */
        height: 30px;
        background-image: url(../../app_themes/ECLP_Custom/selectedTabBorder30.gif);
        background-repeat: no-repeat;
    }
    div.MainMenuSubmenu
    {
        border: 1px solid #5c5c5c;
        border-top-width: 0px;
        background-color: #e7eff0;
    }
    .masterFooter
    {
        margin-top: 3em;        
        text-align: center;
    }
    .WebPartTitle
    {
        background-repeat: repeat-x;
        height:20px;        
    }
    .WebPartTitle_Image
    {
/*WPHeaderBGImage*/background-image:url(../../App_Themes/ECLP_Custom/TopBG.gif);
        background-repeat: repeat-x;
        height:20px;        
    }
    .WebPartTitleLeft
    {
        background-repeat: no-repeat;    	
        height:20px;    	
        width:18px;
    }
    .WebPartTitleLeft_Image
    {
/*WPHeaderBGLeft*/background-image:url(../../App_Themes/ECLP_Custom/TopLeft.gif);
        background-repeat: no-repeat;    	
        height:20px;    	
        width:18px;
    }
    .WebPartTitleRight
    {
        background-repeat:no-repeat;
        height:20px;
        width:17px;
    }
    .WebPartTitleRight_Image
    {
/*WPHeaderBGRight*/background-image:url(../../App_Themes/ECLP_Custom/TopRight.gif);
        background-repeat:no-repeat;
        height:20px;
        width:17px;
    }
    /* Different Class for Message Webpart  STARTS*/
    .WebPartTitleWithoutChrome
    {   
        background-repeat: repeat-x;
        height:20px;        
    }
    .WebPartTitleLeftWithoutChrome
    {
        background-repeat: no-repeat;    	
        height:20px;    	
        width:18px;
    }
    .WebPartTitleRightWithoutChrome
    {         
        background-repeat:no-repeat;
        height:20px;
        width:17px;
    }
    .WebPartBodyWithoutBorder
    {
        background-color: #FFFFFF;
        height: 100%;        
        vertical-align: top;
    }
    /* Different Class for Message Webpart  ENDS*/
    .PopupTitle
    {        
/*PopupTitleBGColor*/background-color:#7BA9B8;
    }
    /* Sets the back color for Old popup body */
    .content
    {
/*PopupBGColor*/background-color:White;
    }
    .PopupStatusbar
    {         
/*PopupStatusbarBGColor*/background:#FFF5F5;
        color: black;
    }
    .DraggableHeader
    {
        width: 100%;
        height: 20px;        
/*DraggableHeaderBGColor*/background-color:#7BA9B8;
        vertical-align: bottom;
        text-align: left;
        font-weight: bold;
        font-size: small;
        color: Black;
    }
    .DetailsWindow
    {
        border: 2px;
        border-color: ThreeDDarkShadow;
        border-style: groove;
        height: 275px;
        width: 500px;
        background-color: #EFF3FB;
    }
    /* hyperlink style for the portal links */
    A.Standard:link , A.Standard:visited,  A.Standard:active, A.PageMenu:link, A.PageMenu:visited
    {
        text-decoration: none;
        color: black;
    }
     A.Standard:hover
     {
        text-decoration: underline;
        color: black;
        
     }
     .Advance
    {   
        font-weight: bold;
        color: #393392;
    }
    A.PageMenu:active,  A.PageMenu:hover
    {
        text-decoration: underline;
        color: black;
        background-color:#D6D6D6
    }
     A.Pronounced:link
    {
        text-decoration: none;
        color: #380256;
    }
    A.Pronounced:visited
    {
        text-decoration: underline;
        color: #380256;
    }
    A.Pronounced:active
    {
        text-decoration: underline;
        color: #380256;
    }
    A.Pronounced:hover
    {
        text-decoration: underline;
        color: #380256;
    }
    A.Enabled
    {
        text-decoration: underline;
        color: #380256;
    }
    A.Disabled
    {
        text-decoration: underline;
        color: gray;
    }
    table.MainMenu table td
    {
        text-align: center;
    }
    table.MainMenu table.MainMenuHover
    {
        background-repeat: repeat-x;
    }
    table.MainMenu table.MainMenuHover *
    {
        color: #ffffff;
    }
    /* don't change color for selected tab */
    table.MainMenu table.MainMenuSelected a
    {
        color: #000000;
        font-weight: bolder;
    }
    table.MainMenu table.MainMenuSelected
    {
        background-image: url(../../App_Themes/ECLP_Custom/MainMenuSelected_Gradiant.png);
        background-repeat: repeat-x;
    }
    #ctl00_MainMenu_SkipLink
    {
        display: none;
    }
    Table.IWantTo
    {
        background-color: #DDDDDD;
    }
    TD.IWantTo
    {
        background-color: #FFCC99;
        font-weight: bold;
    }
    .PrintBody
    {
        background-image: none;
        background-color: white;
    }
    .PrintButton
    {
        display: inline;
    }
    .PrintTable
    {
        font-size: small;
        color: Black;
    }
    .ErrorPageMessage
    {
        position: relative;
        left: 50%;
        width: 500px;
    }
    .ErrorPageMessage p
    {
        position: relative;
        left: -50%;
        text-align: center;
        border: solid 2px black;
        padding: 5px;
        background-color: White;
    }
    .BloodGlucoseSelectedRowColor
    {
        background-color: #fceb90;
    }
    .BloodGlucoseDefaultRowColor
    {
        background-color: #bdeaff;
    }
    /* Form designer area */
    input.formsColumnWidth
    {
        width: 2em;
        background-color: #000000;
    }
    a.formsEditorPopupLink:link
    {
        font-size:smaller;
        font-weight: bold;
        color: #380256;
        text-decoration: underline;
    }
    .listControlUnderline label, .listControlUnderline option
    {
        text-decoration: underline;
    }
    /* Tree control */
    td.node a, a.node
    {
        padding: .2em;
        padding-left: .3em;
        color: #380256;        
    }
    td.selectedNode a, a.selectedNode
    {
        color: #000000;
        background-color: #fff1af;
        font-weight: bold;
    }
    /* end Tree control */
    /* component properties */
    .formDesignerComponentProperties table
    {
        table-layout: fixed;
        width: 100%;
    }
    /* end component properties */
    /* preview */
    table.formDesignerPreviewTable
    {
        border-collapse: collapse;
        width: 100%;
    }
    table.formDesignerPreviewTable td td
    {
        border-style: dashed;
        border-width: 1px;
        border-color: #acacac;
    }
    table.formDesignerPreviewTable td td * td
    {
        border: none;
    }
    /* end preview */
    /* style editor */
    table.StyleEditorOptions select
    {
        width: 10em;
    }
    table.StyleEditorOptions td
    {
        padding: 6px;
        vertical-align: top;
    }
    table.StyleEditorColorTable
    {
        border-collapse: collapse;
    }
    table.StyleEditorColorTable td
    {
        padding: 0px;
    }
    table.StyleEditorColorTable
    {
        border: 1px solid #444444;
    }
    /* end style editor */
    td.requiredIndicator
    {
        text-align: right;
        color: #ff0000;
    }
    .requiredIndicator
    {        
        color: #ff0000;
    }
    /* end Form designer area */
    /* leave this at the bottom */
    .disabled, .disabled *, a.disabled:link
    {
        cursor: default;
        color: #b8b8b8;        
    }
    /* end: leave this at the bottom */
    .eColorPicker
    {
        display: block;
    }
    .eColorPicker table
    {
        border-collapse: collapse;
    }
    .eColorPicker td
    {
        padding: 0px;
        margin: 0px;
    }
    .eColorPicker div
    {
        padding: 0px;
        margin: 0px;
    }
    .eColorPicker table
    {
    }
    table .eColorPicker td
    {
        border: 1px solid #ffffff;
        padding: 0px;
    }
   
   .DemographicTableBorder 
   {
        margin-left:1px;
        margin-top:1px;
        border-collapse: collapse;
        border-spacing: 0;    
        border:lightgrey 1px solid;		
        border-style:solid;
    }

    .DemographicTableBorder td
    {
        border: solid lighygrey 1px;
    }     

    .eMultiSelectDropdownList table 
    { 
        padding:0px;
        border-collapse:collapse; 
    }
    
    .eMultiSelectDropdownList .DropDownLook
    {
        padding:0px;
        border-style:solid;
        border-width:1px;
    }

    .eMultiSelectDropdownList .DivClose
    {
        display:none;
        position:absolute;
        width:250px;
        height:220px;
        border-style:solid;
        border-color:Gray; 
        border-width:1px;
        background-color:#99A479;
    }

    .eMultiSelectDropdownList .LabelClose
    {
        vertical-align:text-top; 
        position:absolute;
        bottom:0px;
        font-family:Verdana;
    }

    .eMultiSelectDropdownList .DivCheckBoxList
    {
        display:none;
        background-color:White;
        width:250px;
        position:absolute;
        height:200px;
        overflow-y:scroll; 
        overflow-x:hidden;
        border-style:solid;
        border-color:Gray; 
        border-width:1px;
    }

    .eMultiSelectDropdownList .CheckBoxList
    {
        position:relative;
        width:250px;
        height:10px; 
        overflow:scroll;
        font-size:small;
    }
    
    .selectedTheme
    {
        background-color:#FFCC99;
        vertical-align:middle;
        text-align:center;		
        cellSpacing:5;
        cellPadding:2;
        border-width:thin;
        border-style:solid;
        cursor:pointer;
    }
    
    .unselectedTheme
    {
        background-color:Transparent;
        vertical-align:middle;
        text-align:center;
        align:center;
        cellSpacing:5;
        cellPadding:2;
        border-width:thin;
        border-style:solid;
        cursor:pointer;
    }
    
    .tableThemeImages
    {
        cursor:hand;
    }
    
    .labelThemeName
    {
    }
}
@media print
{
    .PrintButton
    {
        display: none;
    }

    .PrintTable
    {
        font-size: small;
        color: Black;
    }
}
    .pageMenuTop
    {
/*background-image:url(../../App_Themes/ECLP_Custom/pageMenuTop.gif);*/
    width:200px;
    height:16px;
    }
    .pageMenuBackground
    {
/*background-image:url(../../App_Themes/ECLP_Custom/pageMenuBackground.gif);*/
    width: 210px;
    }


.pageMenuBackground > table
{
    width: 90%;
    margin: 0 auto;
    table-layout:fixed;
}

.pageMenuBackground table td
{
    word-wrap: break-word;
}
    .pageMenuBottom
    {
/*background-image:url(../../App_Themes/ECLP_Custom/pageMenuBottom.gif);*/
    width: 200px;
    height:16px;
    }
    .PopupPanelBorder
    {
/*PopupPanelBorder*/border-color:#7BA9B8;
    }

.pagerCell
{
 border:1px blue solid;padding:3px;
}
.selectedPagerCell
{
 border:1px blue solid;padding:3px;background-color:#A8A8A8;color:#FFFFFF;font-weight: bold;
}
.message {
    font-weight: bold;
    font-size: 14px;
    color: #393392;
}
.roundcorner
{
    border-radius: 8px 8px 0px 0px; 
    -moz-border-radius: 8px 8px 0px 0px; 
    -webkit-border-radius: 8px 8px 0px 0px; 
    border-width: 1px ; 
    border-style:solid; 
/*RoundedCorner*/border-color:#99C7D6;
/*RoundedCorner*/background:#99C7D6;
/*-khtml-box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 24px;*/
}


.createaccount
{
    font-size:16px;
}
.createaccount input[type='text']
{
    font-size:16px;
}
.createaccount input[type='submit']
{
    font-size:16px;
}
.createaccount select
{
    font-size:16px;
}
.createaccounterr
{
 font-size:16px;color:#FF0000;font-weight:bold;       
}

.cancelledAppointments
{
    color:Red;    
}

/* 6.0 End */
/* 6.1 Start */
#confirmOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100002;
}

#confirmBox{
    background-color:white;
    width:460px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-130px 0 0 -230px;
    border: 1px solid black;

    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p{
    padding: 5px;
    text-align:center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}

#confirmBox h1
{
    font-size:medium;
/*ConfirmHeader*/background:#99C7D6;
}

#confirmBox p{
    background-color:white;
    font-size:15px;
    padding-top: 5px;
}

#confirmButtons{
    padding:15px 0 25px;
    text-align:center;
}

#confirmBox .button {
    color: #ffffff;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 5px;
    height: 32px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A5C36A), color-stop(0.5, #7AB800), color-stop(0.5, #9DBA62), to(#A5C36A));
    background-image: -moz-linear-gradient(top, #A5C36A 0%, #7AB800 50%, #9DBA62 50%, #A5C36A 100%);
    background-color: #7AB800;
    border: 1px solid #334764;
    padding: .3em .7em .3em .7em;
    line-height: 1.8em;
    text-decoration: none;
}

#confirmBox a:hover, #confirmBox a:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7AB800), color-stop(0.5, #299A0B), color-stop(0.5, #299A0B), to(#7AB800));
    background-image: -moz-linear-gradient(top, #7AB800, #299A0B 50%, #299A0B 50%, #7AB800);
    background-color: #299A0B;
}

#confirmBox .button span{
    position:absolute;
    top:0;
    right:-5px;
    width:5px;
    height:33px
}

input[type=submit]:hover, input[type=submit]:focus {
    background-color: #F1F2FE;
    outline: none;
    border: 2px solid Gray;
}
input[type=button]:hover, input[type=button]:focus {
    background-color: #F1F2FE;
    outline: none;
    border: 2px solid Gray;
}

.Imagehover, input[type=image]:hover, input[type=image]:focus, input[type=image]:active {
    background-color: #F1F2FE;
    outline: 2px solid Gray !important;
    border: 2px solid Gray !important;
}
input[type='radio']:focus
{
outline:#000000 dotted thin;
}


.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;


    font-weight: normal;
    /*border:solid 1px #006699;*/


    line-height:20px;
    padding:2px;
    background-color:White;
    border: 1px solid #006699;
    list-style-type:none;
    visibility: hidden;
    margin: 0 !important;
}


.AutoExtenderList
{
    /*border-bottom:dotted 1px #006699;*/
    cursor:pointer;
    color:black;
    list-style-type:none;
}


.AutoExtenderHighlight
{    
    background-color: #FFFF99;
    cursor:pointer;
    list-style-type:none;
}

.eMultiSelectDropdownList .AudStatCheckBoxList
{
    position:relative;	
    height:10px; 
    overflow:scroll;
    font-size:small;
}

.ui-tooltip, .arrow:after {
        background: #d9dfe3;
        border: 2px solid black;
    }
    
.ui-tooltip {
        padding: 10px 20px;
        color: black;
        border-radius: 20px;
        font: bold 14px "Helvetica Neue", Sans-Serif;        
        box-shadow: 0 0 7px black;
    }
    
.arrow 
{
        width: 70px;
        height: 16px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -16px;
 }
    .arrow.top {
        top: -16px;
        bottom: auto;
    }
    .arrow.left {
        left: 20%;
    }
    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }
    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.CancelAppointmentProgressPanel {
    padding: 4px 0px 0px 5px;
    border-style: dotted;
    border-width: 1px;
    border-color: #393392;
    width: 165px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #393392;
    background-color: White;
}

    .ControlsCenter {
        margin-left: auto;
        margin-right: auto;
        width: 50em;
        text-align: center;
    }

    .modalBackground {
        background-color: Gray;
        filter: alpha(opacity=50);
        opacity: 0.50;
    }

.modalExtender {
    padding: 4px 0px 0px 5px;
    border-style: dotted;
    border-width: 1px;
    border-color: #393392;
    width: 165px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #393392;
    background-color: White;
}

    .imgProcessing {
            content:url(../../Images/loading.gif)
    }  
     
    .AddDependentProgressPanel
    {
         padding:4px 0px 0px 5px;
         border-style:dotted;
         border-width:1px;
         border-color:#393392;
         width:160px;
         height:30px;
         font-size:14px;
         font-weight:bold;
         color:#393392;
         background-color:White;         
    }
    
    .AddDependentGridRequestorColumns    
    {
        background-color:#DEF5DA;
    }
    
        .AddDependentGridRequestorColumns    
    {
        background-color:#F1F2FE;
    }

.AddDependentGridRequestorColumnsHeader {
    background-color: #F1F2FE;
}

.PatientSelectDisabledItem {
    background-color: #F1F2FE;
    color: Blue;
}
    
    .AlertDependentExpiryDate
    {
        color:red 
    }
    .actdetail fieldset
    {
        height:245px;    
    }
    .alternateRowTableCell
    {
       /* CELLPADDING: 0;*/
        height:25px;
    }
    .justifyText
    {
        text-align:justify;text-justify:inter-word;padding:4px;
    }


/* PatientFormHeader CSS */
Table.PatientFormHeader
{
    width: 100%;    
}
Table.PatientFormHeader td.caption
{
    font-weight: bold;    
    width: auto;
    
}
Table.PatientFormHeader td.value
{
    width: auto;
}
/* 6.1 End */

.chkForm input 
{ 
    margin-left: 0px;
    padding-left: 0px; 
    padding-right: 6px;
}
.chkForm td 
{
    padding-left: 0px;  	
}

select.ddlAppntmntType
{
    text-overflow: ellipsis;
}
/* Appointment calendar css starts */
.calborder
{
    border-collapse: collapse;
    border: 1px solid black;
}
.monthNameRow 
{
    background-color: #4373C5;
    color: #FFF;    
}
.dayRow
{
    background-color: #ECE9D8;
}

.dateCell
{
    background-color: #FFFFD5;
    height: 100px;
    text-align: right;
    vertical-align:top;
    /*position: relative;    */
}
.dateCell div
{
    text-align: center;    
}

.slotCell
{
    border:1px solid #000;
    background-color:#CCC;
    padding:10px;    
}
.apptchkliststyle
{
    border:1px solid #808080;width:400px;height:100px;overflow:auto;
}
.Panel legend
  { font-weight:bold;
  }
.NormalGridPage
{
    font-weight: bold;
}
.SelectedGridPage
{
    font-weight: bold;
    color:Orange;
}
.msgbold {
font-size:24px;
font-weight:bold;
}
table.historygrid {
    width:100%;TABLE-LAYOUT:fixed;font-size:10pt;
    border-color:lightgrey !important;border-width:1px !important;border-style:Solid !important;border-collapse:collapse !important;
}

table.historygrid th {    
    color:#404040;background-color:#D9DFE3;font-size:1em;text-align:left;overflow: hidden;padding-bottom: 4px;margin-bottom: -4px;
    border-color:lightgrey !important;border-width:1px !important;border-style:Solid !important;border-collapse:collapse !important;
}

table.historygrid  td {    
    white-space:nowrap;text-overflow:ellipsis;overflow:hidden;overflow: hidden;padding-bottom: 4px;margin-bottom: -4px;
    border-color:lightgrey !important;border-width:1px !important;border-style:Solid !important;border-collapse:collapse !important;
}
table.historygrid  a {    
      cursor:pointer;
}
.dropbtn {
    background-color: initial; 
    color: #380256; 
    padding: 16px;
    border: none; 
    cursor: pointer; 
    font-weight: Bold;
}
.dropdown { 
    position: relative; 
    display: inline-block;
}
.dropdown-content {
    display: none; 
    position: absolute; 
    background-color: #f9f9f9; 
    min-width: 90px; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a{ 
    color: black; 
    padding: 12px 16px; 
    text-decoration: none; 
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #D8D8D8;
}
.boldtxt {
    font-weight:bold;
}
/* max length styles for textarea elements */
    div.maxLenContainer
    {
        width: 30em;
        display: block; /* textarea wrapped in a span by control in place */
    }
    textarea.maxLen
    {
        width: 30em;
        height: 6em;
        padding: 0px;
        padding-bottom: 1.1em;
        z-index: 1;
        border: 1px solid #a7a6aa;
    }
    div.maxLen
    {
        width: 30em;
        text-align: right;
        padding: 0px;        
        top: -.2em;
        z-index: 2;
        margin-top: -1px;
        cursor: default;
        color: #727272;
    }
    div.maxLen span
    {
        font-size: smaller;
        margin-right: 22px;
    }
    div.maxLenReclaim
    {
        margin-top: -1.4em;
    }
    div.maxLenWarning
    {
        background-color: #cc0000;
        border: 1px solid #cc0000; /* to match width of textarea */
        color: #ffff33;
    }
