.shippingRow
{
	border: solid 1px #babfcc;
	background-color: #0066FF;	
	padding-left:8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.swipedMessage
{
    background-color: #01df70;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #666666;*/
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 2px;
   font-weight  : bolder;
}

.appliedCCMessage
{
    background-color:#00356c;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 2px;
   font-weight  : bolder;
}
.swipedMessageError
{
    background-color: #DF0101;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #666666;*/
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 2px;
   font-weight  : bolder;
}

.rowGridAddendum
{
    background-color: #DF0101 !important;
}

.rowGridRefund
{
    background-color: #6699FF !important;
}

.control_DivContainer
{
    background-color: #F2F2F2;
    border: 1px solid #A1AFD1;
}

.control_DivBorderContainer
{
    border: 1px solid #5C6F9C;
}

.grid_DivContainer
{
	border-color:#7C7C94;
	border-style:solid; 
	border-width:1px;
}
	
.grid_Table
{
	padding:0px 0px;
	position:relative;
	table-layout:fixed;
	border-collapse:separate !IMPORTANT;
}
.grid_ColumnHeader
{	
	background-color: #E6E6F0;
	border-bottom:1px solid #7C7C94;
	border-left:1px solid #EDEDF5;
	border-right:1px solid #7C7C94;
	border-top:1px solid #EDEDF5;
	cursor:default;
	padding:0px 0px;
}
.grid_GroupHeader
{	
	background-color: #95A6CF;
	border-bottom:1px solid #7C7C94;
	border-left:1px solid #EDEDF5;
	border-right:1px solid #7C7C94;
	border-top:1px solid #EDEDF5;
	cursor:default;
	padding:0px 0px;
}
.grid_RowHeader
{
	background-color:window;
	cursor:default;
	color:windowtext;
	height:20px; 
}
.grid_Row
{
	background-color:window;
	cursor:default;
	color:windowtext;
	height:20px; 
}

.grid_cell
{
	border-bottom:1px solid #7C7C94;
	border-left:1px solid #EDEDF5;
	border-right:1px solid #7C7C94;
	border-top:1px solid #EDEDF5;
	cursor:default;
	padding:0px 0px;
}

.grid_CellSpan
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	text-align: left;
	padding: 5px;
    white-space:pre-wrap;   
    word-wrap:break-word;
}

.grid_ColumnHeaderSpan
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
	padding: 5px;
    white-space: nowrap;
}

.FilterLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #666666;*/
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 2px;
   font-weight  : bolder;
} 

.DataLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #666666;*/
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 5px;
    
} 

.EditLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	background-color: #E9EBEA;
	text-align: left;
	padding: 2px;
}

.FilterTextBox 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	clip:    rect(   );
	background-color: #FFFFFF;
	color: #555555;
}

.FilterTable
{
	border:3;
	border-width:2;
	border-collapse:separate;
	border-spacing:2;
}

.EditTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	clip:    rect(   );
	color: #555555;
	/*background-color: #FFFFFF;	
	border: 1px solid #7d7d7d;*/
	background-color: #F2F2F2;	
	border: 1px solid #A1AFD1;
}

.Button
{  	
	background-image:url('Images/ButtonBody.jpg');	
	font: normal 12px/18px "Segoe UI", Arial, sans-serif;
	color: #001f66;
	text-decoration: none;		
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1;
}

input[disabled="disabled"],
input[disabled=""]
{  	
	color: black !important;
}

.Button:hover 
{  	
	background-image:url('Images/ButtonBodyHover.jpg');	
	font: normal 12px/18px "Segoe UI", Arial, sans-serif;
	color: #001f66;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1;
}

input[disabled="disabled"]:hover,
input[disabled=""]:hover
{  	
    background-image:url('Images/ButtonBody.jpg');	
	color: Gray;
}

.CommandClass
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
	color: #798E9F; 
	background-color: #F5F5F5; 
	/*border: 1px solid #7E879A;*/
	
	background-image:url('Images/Button.gif');	
}

.Frames
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	/*color: #666666;*/
	color: #000000;
	text-decoration: none;
	/*background-color: #E9EBEA;*/
	padding: 2px;
	border-width:0;
}

.EditStyle
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	clip:    rect(   );
	background-color: #FFFFFF;
	color: #555555;
	border: 1px solid #000000;
	text-align:center;	
}

.InsertStyle
{ 
	background-color: #efefeb;
	text-align: right; 
	font-weight: bold;
	text-decoration:none;
}

.HeaderComboMultiColumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
	text-decoration:none;
	/*background-color: #E9EBEA;*/
	text-align: left;
	padding: 2px;
}
.ComboMultiColumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	/*color: #E9EBEA;*/
	text-decoration:none;
	/*background-color: #E9EBEA;*/
	text-align: left;
	padding: 2px;

}
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered
{
    float:left;
    margin:0 1px;
    min-height:13px;
    overflow:hidden;
    padding:2px 19px 2px 6px;
    width:125px;
}

.reminderPanel
{
    border: 1px solid #7d7d7d;
    margin: 5px 5px 5px 5px;
    width:100%;
} 

.recurrencePanel
{
    border: 1px solid #7d7d7d;
    margin: 5px 5px 5px 5px;
    width:99%;
}

.recurrencePatternPanel
{
    border-bottom-style:none;
    border-right-style:solid;
    border-right-color:#7d7d7d;
    border-right-width:1px;
    border-left-style:none;
    border-top-style:none;
}

.MultiComboRow
{
	position: absolute;
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #303030;
	text-align: left;
}
.MultiComboRow .rcbHovered
{
	/*background: #749af2;*/
	color: #000000;
}

.MultiComboCell
{	
	/*background: #f2f2f2;*/
	border: 0;
	cursor: default;
	font-size: 11px;
	color: #001f66;
}
.lblErrorMessage 
{
    width:100%;
    text-align:center;
    background: #CC0000;
    border: 1px solid darkred;
    color: white;
    font: bold 16px "Segoe UI", Arial, sans-serif;
    vertical-align: middle;
    display: none;
    height: 30px;
    line-height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 5px;
    width: 743px;
    z-index: 1001;
    cursor: pointer;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

.AlertMessage 
{
    width:87%;
    text-align:center;
    background: #FFFFFF;
    border: 2px solid grey;
    /*height: 30px;*/
    line-height: 28px;
    position: absolute;
    /* top: 50px; 
    left: 50px;*/
    padding-left: 0px;
    z-index: 1001;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

.AlertMessage table td
{
    color: white;
    font: bold 16px "Segoe UI", Arial, sans-serif;
    vertical-align: middle;
}

.AlertMessage .CloseButton
{
    background-color:Transparent;
    padding-bottom:2px;
    cursor:pointer;
}
    
.GridTables
{
	border-width:0 !important;
	padding:0 !important;
	border-bottom:0px solid;
	border-left:0px solid;
	border-right:0px solid;
	border-top:0px solid;
}
.GridTables td
{
	border:0 !important;	
	border-top:0;
	border-right:0;
	padding-top:0px;
	padding-bottom:0px;
}

.SmallItemGrid
{
    font-size: 10px;
}

.SpecialRedText span
{
    color:Red !important ;
    font-weight:bold; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	padding: 2px;    
}

.SpecialGreenText span
{
    color:Green !important ;
    font-weight:bold; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	padding: 2px;    
}

.SpecialBlueText span
{
    color:Blue !important ;
    font-weight:bold; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	padding: 2px;    
}

.SpecialBlackText span
{
    color:Black !important ;
    font-weight:bold; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	padding: 2px;    
}

.success-badge {
    color: white;
    font-weight: bold;
    background-color: green;
    padding: 3px 3px 4px 3px;
    border-radius: 4px;
}

.CustomComboGridTables td
{
	border:0 !important;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px !important;
	padding-right:0px !important;
}

.CustomComboButton
{
	background:url('Images/ComboButton.png') no-repeat;	
	width:18px;
	height:22px;
	border-width:0;
	padding-top:1px;
}

.CustomComboButton:hover
{
	background:url('Images/ComboButtonHover.png') no-repeat;
	width:18px;
	height:22px;
	border-width:0;
	padding-top:1px;
}

.CustomComboInput
{
	height:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clip:   rect(   );
	background-color: #F2F2F2;
	color: #555555;
	border: 1px solid #A1AFD1;
	border-right-width:0;
}

.rdTitleBar EM
{
    width: 100% !important;
}

.rdCommands
{
    position: absolute !important;
    right: 7px !important;
}

.ErroMessageLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	text-decoration:none;
	padding: 2px;
}

.RequiredFieldValidator
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration:none;
	position:relative;
    float:right;
} 
/*************************** Tasks Controls Styles */
.TaskCommands A.TaskCommand {
	padding: 18px 0px 0px 0px;
	display: block;
}
.TaskCommands A.AddTask
{
	background: url(Images/imgAddTask.png) no-repeat top center; 
}
.TaskCommands A.RemoveTask
{
	background: url(Images/DeletedItem.gif) no-repeat top center; 
}
.TaskCommands A.NewTask
{
	background: url(Images/imgNewTask.gif) no-repeat top center; 
}
.TaskCommands A.PrintTask
{
	background: url(Images/imgPrint.gif) no-repeat top center; 
}
.TaskCommands A.ReloadTasks
{
	background: url(Images/imgReload.png) no-repeat top center; 
}
.TasksCompleted span
{
    font-style:italic;
    text-decoration: line-through;    
}
.TasksHaveUnReadMessages span
{
    font-style:oblique;
    text-decoration: underline;    
}

/*************************** Questionnaires Styles */
.QuestionnaireTitle
{
    background:url("Images/top-titlebar_tile.jpg") repeat-x scroll left bottom #BFC8E7;
    color:#677EB6;
    font-size:13pt;
    font-weight:bold;
}

.QuestionsRowHeader
{
    background:none repeat scroll 0 0 #304691;
    /*background:none repeat scroll 0 0 #014250;*/    
    border-left:1px solid #278FA6;
    opacity:0.85;    
}

.QuestionsHeaderText
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	text-align: left;
	padding: 2px;
    font-weight: bold;
    white-space:pre-wrap;   
    word-wrap:break-word;
}

.QuestionsMainHeaderText
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
	padding: 2px;
    font-weight: bold;
    white-space:pre-wrap;   
    word-wrap:break-word;
}

.QuestionsText
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-align: left;
	padding: 2px;
	font-weight: bold;
	white-space:pre-wrap;   
    word-wrap:break-word;
}

.Questions table td
{
    font-family: Arial, Helvetica, sans-serif;
    border:0px !important;    
    font-size: 11pt; 
    border-top: 0px; 
    border-right: 0px; 
    padding-top: 4px;
    padding-bottom: 1px;
    padding-left:10px; 
}

.QuestionOptionsStyle
{
    background:#D0D7F3;/*aaaeee;*/    
    color:Black;
}

.AlternateQuestionsOptionStyle
{
    background-color:White;    
}

.QuestionOptionsSelector
{
    font-style:italic;      
}

.QuestionOptionsAllowInputTextStyle
{
    color:Red;
    text-decoration:underline !important;
}

/****Detail Table for reactions in allergies (encounters)*/
.ChildDetailTableStyle
{
    border-left: solid 40px Gray !important;
}

/****Content Table in InfoButton*/
.InfoButtonContentTableStyle
{
    border-top: solid 10px Gray !important;
    border-left: solid 10px Gray !important;
    border-right: solid 10px Gray !important;
    border-bottom: solid 3px Gray !important;
}


/*************************** Header Detail */
.PageHeaderDetail {
	font-size: 7pt;
	font-weight: normal;
	color: #192C53;
	text-decoration: none;
}

/*************************** Encounter summary treeview style */
.EncounterSummaryNodes span.rtIn,
.EncounterSummaryNodes div.rtTemplate span
{
    white-space:pre-wrap;   
    word-wrap:break-word;   
}
.EncounterSummaryNodes div.rtHover span
{
    border-style:none !important;
    font-weight:bold !important;
}

/*********************** TreeNodes WordWrap ***************************/
.RadTreeNodeWordWrap span.rtIn
{
    white-space:normal;   
    word-wrap:break-word;
}

/*********************** listBoxItem GroupHeader Encounter Filters ***************************/
.RadListBoxItemGroupHeader
{
    background-color: Gray;
    font-weight:bold;
}
.RadListBoxItemGroupHeader span
{
    color: White !important;
}

/************************ Item *********************/
.Item, .AlternatingItem
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #A1AFD1;
}
.Item
{
    background: whitesmoke;    
}
.AlternatingItem
{
    background: window;    
}
.Item:hover, .AlternatingItem:hover
{
    background: silver;    
}
.DifferentRow 
{
    cursor: pointer;    
}
.DifferentRow > td:first-child
{
    border: solid 1px #babfcc;
	background-color: #9CCBE7;	
	border-left: 0 none;
    padding-left: 8px;
    padding-right: 8px;
}
.DifferentRow td
{
	background-color: #9CCBE7 !important;	
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:#babfcc !important;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-top: 4px;
}
.DifferentRow > td 
{
    overflow: hidden;
}

.DifferentRow a
{
	color:#001d61;
}

.DifferentRow td.rgGroupCol,td.rgExpandCol {
    background: #c1cade none repeat scroll 0 0 !important;
    border-color: #c1cade !important;
}

.DifferentRowBullet
{
    background-color: #9CCBE7 !important;
    min-width:16px;
    min-height:16px;
}

#floatToolbar {  
    position:absolute;       
    right:10px;        
}

.GridToolbar 
{
	border-bottom-color:#5C6F9C;
	border-top-color:#5C6F9C; 
	border-left-color:#5C6F9C;
	border-right-color:#5C6F9C;
	background-color:#C3CADB;
}

.ControlTitleHeader
{
    border-bottom-color:#5C6F9C;
    border-top-color:#5C6F9C;
    border-left-color:#5C6F9C;
    border-right-color:#5C6F9C;
    background-color:#C3CADB    
}
.DashboardLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #666666;*/
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 2px;
   font-weight  : bolder;
} 

.AppoinmentsBusyStyle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bolder;
	color: Red;
	text-decoration:none;
	padding: 2px;
}

.RadWindowCloseButton
{
    background-image: url('Images/imgClose.gif');
    cursor: pointer;
    position: absolute;
    top: 9px;
    width: 16px;
    height: 16px;
}

.GridToolBarSeparator
{
    margin: 0px 5px 0px 5px;
}

.ComboEditPatientImage
{
    margin: 0px 0px 0px 3px;   
    cursor: pointer;
}
.ComboViewPatientImage
{
    margin: 0px 0px 0px 3px;   
    cursor: pointer;
}
.ComboEditProviderImage
{
    margin: 0px 0px 0px 3px;   
    cursor: pointer;
}
.GridToolBar
{
	border-bottom-color:#5C6F9C;
	border-top-color:#5C6F9C; 
	border-left-color:#5C6F9C;
	border-right-color:#5C6F9C;
	background-color:#C3CADB;
}

.GridLabels
{
	font-weight:bolder !important;
    color:Black;
    font-size:12px;    
}

.ImageButtonControl
{
    background-color:Transparent;
    cursor:pointer;
}

.FloatLeftStyle
{
    float:left;    
}

.FloatRightStyle
{
    float:right;    
}


.TotalRow
{
    border: solid 1px #babfcc;
	background-color: #9CCBE7;	
	padding-left:8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.TotalRow td
{
	background-color: #9CCBE7 !important;	
	border-color:#babfcc !important;
	border:1px solid;
	border-top:0;
	border-right:0;
	/*border-left:0;*/
	padding-left:8px;
	padding-top:1px;
	padding-bottom:1px;		
}

.InTheSameEncounter
{
    border: solid 1px #babfcc;
	background-color:darkgray;
}

.xslt_Header
{
	background-color:gray;
	cursor:default;
	color:white;
	height:15px; 
}

.xslt_HeaderA
{
	background-color:darkblue;
	cursor:default;
	color:white;
	height:15px; 
}

.xslt_HeaderB
{
	background-color:blue;
	cursor:default;
	color:white;
	height:15px; 
}

.xslt_Row
{
	background-color:lightgray;
	cursor:default;
	color:black;
	height:10px; 
}
.xslt_RowResult
{
	background-color:lightblue;
	cursor:default;
	color:black;
	height:10px; 
}

.xslt_Error
{
	background-color: darkred;
	cursor:default;
	color:white;
	height:15px; 
}


.xslt_LocalError
{
	background-color: yellow;
	cursor:default;
	color:black;
	height:15px; 
}

/************************ Patient DashBoard Item Style *************************/
.DashBoardItem {
    font-size: 100%;
    line-height: 1.33em;
    outline: 0 none;            
    vertical-align: middle;
    padding: 7px 7px 7px 7px;
    margin: 2px 2px 2px 2px ;
    border: 1px solid #94A6CE;
    position: relative;
    -moz-border-radius: 8px;
    border-radius: 2px;
    text-align:center;
    background-color:#DEE3EF;	
    width:200px;
    cursor:pointer;
}

.DashBoardItem a {
    color: #2D425A;
    letter-spacing: -0.3px;
    margin: 0 0 4px;
    text-decoration: none;	
    font-weight:bold;
}
.DashBoardItem span {
    color: #2D425A;
    letter-spacing: -0.3px;
    margin: 0 0 4px;
    text-decoration: none;	
    font-weight:bold;
}
/**********************************************/
.DataViewLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001039;
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 2px;
	font-weight  : bolder;   
} 

.DataViewDataLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001039;
	text-decoration:none;
	/*background-color: #E9EBEA; */
	text-align: left;
	padding: 5px;    
} 
.DataHyperLink {
    color: #001D61 !important;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001039;		 
}
.DataViewItem, .DataViewAlternatingItem
{
    float: left;
    padding: 15px;
    margin: 5px;
    width: 200px;
    height: 100px;
    border: 1px solid threedshadow;
}

.DataViewItem
{
    background: whitesmoke !important;    
}
.DataViewAlternatingItem
{
    background: window !important;    
}

.DataViewItem:hover, .DataViewAlternatingItem:hover
{
    background: silver !important;    
}

.ResultValid
{
    border: solid 1px #babfcc;
	background-color:  #FF7F24;	
	padding-left:8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ResultValid td
{
	background-color:  #FF7F24 !important;	
	border-color:#babfcc !important;
	border:1px solid;
	border-top:0;
	border-right:0;
	/*border-left:0;*/
	padding-left:8px;
	padding-top:1px;
	padding-bottom:1px;		
}

.ResultValid a
{
	color:#001d61;
}

.RegularValue
{
    border: solid 1px #babfcc;
	background-color:  #4169E1;	
	color: #ffffff;
	padding-left:8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	
}
.RegularValue td
{
	background-color:  #4169E1 !important;	
	border-color:#babfcc !important;
	border:1px solid;
	border-top:0;
	border-right:0;
	/*border-left:0;*/
	padding-left:8px;
	padding-top:1px;
	padding-bottom:1px;		
}

.RegularValue a
{
	color:#000000;
}
/**********************************************/
.PaintControlCanvasContainer {
    background-color: #cbcacb;
    border: 1px solid #A1AFD1;
}

.CommandToolBarCloseButton
{
    background-image: none;
    background-color: #4169E1;
	font: normal 12px/18px "Segoe UI", Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1;
}


.TemplateVisibleClass
{
    border: solid 1px #babfcc;
	background-color:  #ffffff;	
	color: #4169E1;
	padding-left:8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	/*font-weight  : bolder;  */
	
}
.TemplateVisibleClass td
{
	background-color:  #ffffff !important;	
	border-color:#babfcc !important;
	border:1px solid;
	border-top:0;
	border-right:0;
	/*border-left:0;*/
	padding-left:8px;
	padding-top:1px;
	padding-bottom:1px;	
		
}

.TemplateVisibleClass a
{
	color:#000000;
}

.DocumentsNoEmptyDirectoryStyle
{
    font-style:italic;
    font-weight:bold;
}

.DocumentsInactiveStyle
{
    font-style:italic;
    text-decoration:line-through;
}

.rsAptRequested 
{
    background-color:transparent;
    background-image:url("Images/imgHighPriorityMessage.gif");
    background-repeat:no-repeat;
    visibility:visible;
    position:absolute;
    outline:0 none;
    left:1px;
    top:1px;
    width:10px;
    height:15px;    
}




.DashBoardUserItem {
    font-size: 100%;
    line-height: 1.33em;
    outline: 0 none;            
    vertical-align: middle;
    padding: 7px 7px 7px 7px;
    margin: 7px 7px 7px 7px ;
    border: 1px solid #94A6CE;
    position: relative;
    -moz-border-radius: 8px;
    border-radius: 2px;
    text-align:center;
    background-color:#0B0B61;
    
}

.DashBoardUserItem a {
    /*color: #BDBDBD;*/
    color :Silver;	
    letter-spacing: -0.3px;
    margin: 0 0 4px;
    text-decoration: none;	
    font-weight:bold;
}

.DashBoardUserItem alternatingItem {
    background: window !important;
}

.DashBoardUserItem:hover, .alternatingItem:hover
{
   /*background: silver !important;*/
   /*background-color : #FAFAFA;*/
   background-color : #DEE3EF;
 
}

.DashBoardUserItem:hover a, .alternatingItem:hover a
{
    color: #0B0B61;    
}

.ccbg
{
    background-image:url('Images/close_ccbg.png');
    background-color:Transparent;
    padding: 6px 6px !important;
}
.ccbg:hover
{
    background-image:url('Images/close_ccbg2.png') !important;
    background-color:Transparent;
    border-width:0px;
    padding: 4px 4px;
}
.ccbgi
{
    background-image:none !important;    
}

/* Begin Working AJAX style */

.WorkingContainer { 
    background-color: darkblue;    
    border-radius: 10px;
    padding: 3px 3px 1px 3px;
    position:absolute;
    top:5px;
    left:5px;    
    z-index: 10000;
    display: none;
}
.WorkingLabel {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
    color: yellow;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
	padding-left:5px;
}
.WorkingIcon {
    background: url('Images/imgWorking.gif') no-repeat center;     
    float:left;
    width:17px;
    height:17px;
}

/* End Working */

.NodeICD9
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	padding-left:5px;
    font-weight:bold;
    color:Green;
}
.NodeICD10
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	padding-left:5px;
    font-weight:bold;
    color:Brown;
}

/* Fix issue style in FireFox */
.rspPaneTabText{
    writing-mode:initial !important;
    white-space:nowrap;
}

/************************************* KendoScheduler Styles **************************************/

.TimeSlotDisabled   
{   
    background: silver !important;   
    cursor: not-allowed;   
}
.k-today:not(.TimeSlotDisabled) {
    border-color: #FFFFFF !important;
}
.TimeSlotWarning {
    background: red !important;   
}
.k-today:not(.TimeSlotWarning) {
    border-color: #FFFFFF !important;
}

.AppointmentContainer
{
    color: #000000;
	height: 100%;
}
.AppointmentItemRow 
{    
    display: table; 
    text-align: center; 
    margin: 1px 1px 1px 1px;
    width: 100%;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	padding: 2px;
    font-weight: bolder;
}
.AppointmentMarkedContainer
{
	border-top: 3px solid Red !important;
}
.AppointmentTable
{    
    width:100%;
}
.AppointmentTable td
{
	border:0 !important;	
}
div.k-event div.AptTemplate ~ span
{
    display:none;
}
.location-time-slot-container {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location-time-slot-label {
}
.k-scheduler-toolbar .k-nav-current .k-lg-date-format, .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
    vertical-align: middle;
}
/* KendoScheduler printer styles*/
.k-pdf-toolbar {
    background-color: white !important;
    border-style: none !important;
}
.k-pdf-link {
    background-color: white !important;
    border-style: none !important;
    color: black !important;
}
.k-pdf-header {
    background-color: white !important;
}
.k-grid .k-alt {
   background-color: #eaf7ec;
}

/* Start Override decorator styles */

input.rdfd_rfdDecorated, input.rdfd_, input.rfdDecorated {
    margin:0 !important;
}

.k-checkbox:checked + .k-checkbox-label:after {
    line-height: 1.1em;
}
.rfdRadio label, .rfdCheckbox label {
    padding-left: 1.5em !important;
}

.k-list-scroller {
    overflow: auto;
}

.rfdButton .bootstrap-container button:not(.k-button) {
    background-image: inherit !important;
    color: #fff !important;
}

.rfdButton .bootstrap-container button.close {
    color: #000 !important;
}

.rfdHeading .bootstrap-container h5 {
    color: unset !important;
    border-bottom: unset !important;
}

/* End Override decorator styles */

/*Start Override kendo controls*/
.k-grid .k-grid-content {
    min-height: 60px;
}

a[data-command].disabled, fieldset:disabled a[data-command] {
    pointer-events: none;
}
/*End Override kendo controls*/

.text-danger {
    color: #dc3545 !important;
}

.crossing .glyphicon-menu-left {
    left: 25px;
    position: fixed;
    top: 45%;
    z-index: 30;
}
.crossing .glyphicon-menu-right {
    right: 25px;
    position: fixed;
    top: 45%;
    z-index: 30;
}
.crossing .glyphicon {
    font-size: 2.7rem;
    width: 50px;
    height: 50px;
    border: 2px solid #00a0b4;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(70, 70, 70, 0.5);
    -moz-box-shadow: 2px 2px 4px 1px rgba(70, 70, 70, 0.5);
    box-shadow: 2px 2px 4px 1px rgba(70, 70, 70, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 2px 2px 4px;
    color: #32D0E0;
    background-color: rgba(255,255,255,.6);
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/************** Kendo Styles ****************/
.k-grid-filter.k-state-active {
    background-color: transparent !important;
    color: #5b9515 !important;
}
/******************************************/

.q-tree-list > .k-grid-content {
    overflow-y: hidden;
}
.q-tree-list.k-grid td {
    text-overflow: unset;
}
.q-tree-list .repeater-table td {
    padding: 1px;
}

/************** recaptcha Styles ****************/
.k-recaptcha {
    display: inline-block;
}
/******************************************/