﻿.grid_view {
    font-size:12px;
    border:5px solid black;
}

.table-bordered td, .table-bordered th, .table-bordered tr {
    border: 1px solid #0808082b;    
}



.grid_view_header {
    font-size:12px;
    font-weight:bolder;
    color:white;
    background-color:black;
    opacity:0.8;
}


.date_time_picker {
    width:30px;
    position: relative;
    border: 1px solid #d1d3e2;    
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right:5px;
}

[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: gray;
}
.LargeFont {
    font-size:16px;
}
.HeaderStyleSmall {
    background: #4e73df ;
    text-align: center;
    color: white;    
    font-size:10px;   
}

.AlternatingRowStyleSmall {
    background-color: #bdd5f9;    
    color: black;
    text-align: left;
    opacity: 0.8;    
    font-size:10px;
}

.RowStyleSmall {
    background-color: #cfe2ff;    
    text-align: left;
    padding-right: 1px;
    opacity: 0.8;    
    font-size:10px;
    color: darkblue;
}

PagerRowStyleSmall {
    background: #36b9cc;
    text-align: center;
    color: white;    
    font-size:10px;
    padding:5px 5px 5px 5px;
}

.PagerCurrentPageSmall {
    text-align: center;
    color: #e74a3b;    
    font-size:10px;
    padding:5px 5px 5px 5px;
}

.PagerOtherPageSmall {
    text-align: center;
    color: white;    
    font-size:10px;
    padding:5px 5px 5px 5px;
}

.HeaderStyle {
    background: #4e73df ;
    text-align: center;
    color: white;    
    /*position:fixed;*/ 
    position: sticky;
    top: 0; /* Stick the header at the top of the viewport */
    z-index: 10;
}

.AlternatingRowStyle {
    background-color: #bdd5f9;
    
    color: black;
    text-align: left;
    opacity: 0.8;
    font-family: 'Segoe UI';
    
}

.RowStyle {
    background-color: #cfe2ff;
    
    text-align: left;
    padding-right: 1px;
    opacity: 0.8;        
    color: darkblue;
}

PagerRowStyle {
    background: #36b9cc;
    text-align: center;
    color: white;    
    
    padding:5px 5px 5px 5px;
}

.PagerCurrentPage {
    text-align: center;
    color: #e74a3b;    
    
    border:2px solid #e74a3b;
    padding:5px 5px 5px 5px;  
    font-weight:bolder;  
}

.PagerOtherPage {
    text-align: center;
    color: white;    
    
    padding:5px 5px 5px 5px;
}

.AutoCompleteListItemStyleAppt
{
	width:100%;
	height:auto;
	background-color:#36b9cc;
	color:white;
	padding:3px;	
}
.AutoCompleteListStyleAppt
{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #36b9cc;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;	
	width: 100%;
	height: auto;
	font-size: large;	
	font-weight: bold;
}
.AutoCompleteListHighlightAppt
{
	background-color: #e74a3b;
	color: white;
	padding: 3px;
	cursor: pointer;
	width: 100%;
	height: auto;
}

