﻿/* 6.0 Start */
@media screen
{
    body
    {
        padding: 0;
        margin: 0;
        background-color: #FFFFFF;
        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%;
    }  
    a:hover, a:focus, a:active 
    {
        /* background-color: #ffffff; */ /* #C3E187; */
        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 #aedfe4; /*#c4d79d; */
        vertical-align: top;
        height: 100%;
        background-color: #ffffff;
        /* -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/GRMC_Theme/ToolbarGradWithLowerBorder.gif) repeat-x;
        list-style: none;
        border-left: 1px solid #004987;
/*
        border-top: 1px solid #aedfe4;
        border-bottom: 1px solid #aedfe4;
*/
    }
    ul.toolbar li
    {
        float: left;
        height: 25px;
        border-right: 1px solid #004987;
        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: #57b6dd; /* #C3E187; */
    }
    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: #ffffff; /* #C3E187; */
    }
    /* 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
    {
        background-color: #ececec;
        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: #aedfe4; /* #7AB800; */
        /*RoundedCorner*/background: #aedfe4; /* #A5C36A; */
        /* -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: #aedfe4; /* #7AB800; */
        /*RoundedCorner*/background: #aedfe4; /* #A5C36A; */
        /* -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/GRMC_Theme/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/GRMC_Theme/ToolbarGrad.png);
        background-repeat: repeat-x;
    }
    td.MainMenu
    {
        background-image: url(../../App_Themes/GRMC_Theme/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/GRMC_Theme/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-image: url(../../App_Themes/GRMC_Theme/WebPartTitle_Gradiant.png);*/
        background-repeat: repeat-x;
    }
    .WebPartTitle_Image
    {
        background-image: url(../../App_Themes/GRMC_Theme/WebPartTitle_Gradiant.png);
        background-repeat: repeat-x;
    }
    .WebPartTitleLeft
    {
        /*background-image:url(../../App_Themes/GRMC_Theme/TopLeft.png);*/
    	background-repeat: no-repeat;    	
    	height:20px;    	
    	width:17px;
    }
    
    .WebPartTitleLeft_Image
    {
        background-image:url(../../App_Themes/GRMC_Theme/TopLeft.png);
    	background-repeat: no-repeat;    	
    	height:20px;    	
    	width:17px;
    }
    
    .WebPartTitleRight
    {
        /*background-image:url(../../App_Themes/GRMC_Theme/topright.png);*/
    	background-repeat:no-repeat;
    	height:20px;
    	width:17px;
    }
    
    .WebPartTitleRight_Image
    {
        background-image:url(../../App_Themes/GRMC_Theme/topright.png);
    	background-repeat:no-repeat;
    	height:20px;
    	width:17px;
    }
    /* Different Class for Message Webpart  STARTS*/
.WebPartTitleWithoutChrome
    {
        
        background-repeat: repeat-x;
        font-weight: bolder;
        text-align: left;
        width: 100%;
    }
    .WebPartTitleLeftWithoutChrome
    {
        
    	background-repeat: no-repeat;    	
    	height:20px;    	
    	width:17px;
    }
    .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
    {
        background-image: url(../../App_Themes/GRMC_Theme/WebPartTitleGradiant.PNG);
        background-repeat: repeat-x;
    }
    /* Sets the back color for Old popup body */
    .content
    {
        background-color: #FFFFFF;
    }
    
    .PopupStatusbar
    {
        background: #DCDCDC;
        color: black;
    }
    .DraggableHeader
    {
        width: 100%;
        height: 20px;
        background-color: #FFCC99;
        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;
        
     }
    
    A.PageMenu:active,  A.PageMenu:hover
    {
        text-decoration: underline;
        color: black;
        background-color: #aedfe4; /* #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/GRMC_Theme/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;    
	}

    .DemographicTableBorder td
    {
		border: solid gray 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;
	}
}
@media print
{
    .PrintButton
    {
        display: none;
    }

    .PrintTable
    {
        font-size: small;
        color: Black;
    }
}
.pageMenuTop
{
/*background-image:url(../../images/pageMenuTop.gif);*/
width:200px;
height:16px;
}
.pageMenuBackground
{
/*background-image:url(../../images/pageMenuBackground.gif);*/
width: 200px;
}

.pageMenuBackground > table
{
    width: 90%;
    margin: 0 auto;
    table-layout:fixed;
}

.pageMenuBackground table td
{
    word-wrap: break-word;
}

.pageMenuBottom
{
/*background-image:url(../../images/pageMenuBottom.gif);*/
width: 200px;
height:16px;
}

.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:Green;
}
.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:#1EB7EA;
/*RoundedCorner*/background:#1EB7EA;
/*-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;
	background: #A5C36A;
}

#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 : #ffffff; /* #C3E187; */
    outline: none;
    border: 2px solid Gray;
}
input[type=button]:hover, input[type=button]:focus
{
    background-color : #ffffff; /* #C3E187; */
    outline: none;
    border: 2px solid Gray;
}

.Imagehover,input[type=image]:hover, input[type=image]:focus, input[type=image]:active
{
    background-color : #ffffff; /* #C3E187; */
    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;
}
.autocomplete_completionListElement1 {
    background-color: white;
    border: 1px solid buttonshadow;
    color: black;
    height: 200px;
    list-style-type: none;
    /*margin: 0 !important;*/
    overflow: auto;
    text-align: left;
    visibility: hidden;
    line-height:20px;
}
.autocomplete_highlightedListItem1 {
    background-color: #FFFF99;
    color: black;
    /*padding: 1px;*/
    list-style-type: none;
    cursor:pointer;
}
.autocomplete_listItem1 {
    background-color: white;
    /*color: windowtext;*/
    /*padding: 1px;*/
    list-style-type: none;
    cursor:pointer;
}
.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;
        max-width:300px;
        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;
    }
    
    .AddDependentProgressPanel
    {
         padding:4px 0px 0px 5px;
         border-style:dotted;
         border-width:1px;
         border-color:Green;
         width:160px;
         height:30px;
         font-size:14px;
         font-weight:bold;
         color:Green;
         background-color:White;         
    }
    
    .AddDependentGridRequestorColumns    
    {
        background-color:#C3E76F;
    }
    
    .AddDependentGridRequestorColumnsHeader
    {
        background-color:#7AB800;
    }
    
    .PatientSelectDisabledItem
    {
        background-color:#ffffff; /* #C3E187; */
        color:Blue;        
    }
    
    .AlertDependentExpiryDate
    {
        color:red 
    }
    .actdetail fieldset
    {
        height:245px;    
    }
    .alternateRowTableCell
    {
        /*background-color : #F2F2F2;*/
        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; 	
}
.chkForm td 
{
 	padding-left: 0px;  	
}

select.ddlAppntmntType
{
    text-overflow: ellipsis;
}

.handletitle
{
color: #000000 !important;
}
a#ctl00_contactUsLink.PageMenu:hover
{
background-color: #004987 !important;
}
a#ctl00_helpLink.PageMenu:hover
{
background-color: #004987 !important;
}
a#ctl00_loginStatus.PageMenu:hover
{
background-color: #004987 !important;
}
a#ctl00_lnkToggleAdmin.Pronounced
{
color: #000000 !important;
}
a#ctl00_lnkPage.Pronounced
{
color: #000000 !important;
}
a#ctl00_lnkTheme.Pronounced
{
color: #000000 !important;
}
