﻿[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: grey;
}

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;  
}
[contenteditable] {
  -webkit-user-modify: read-write-plaintext-only;
}
.PagerOtherPage {
    text-align: center;
    color: white;    
    
    padding:5px 5px 5px 5px;
}
.Border {
    border-spacing: 0px 0px;
    border: 2px solid #288AA3;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
}

.HorizontalScrollbar {
    overflow-x: auto; /*for horizontal scroll bar */
    overflow-y: hidden; /*for hiding vertical scroll bar */
    width: 1024px;
}

.MainHeading {
    background-image: url('../Images/SubTitle.gif');
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-weight: bold;
}

.Message {
    color: #288AA3;
}

.HeaderStyle {
    background: #288AA3;
    text-align: center;
    color: white;    
    position:sticky;
    top:0;
    z-index:1;
}

.AlternatingRowStyle {
    background-color: #A4E6FA;
    font-weight: normal;
    color: black;
    text-align: left;
    opacity: 0.7;
}

.AlternatingRowStyleRightAlign {
    background-color: #A4E6FA;
    font-weight: normal;
    color: black;
    text-align: right;
    opacity: 0.7;
}

.AlternatingRowStyleCenterAlign {
    background-color: #A4E6FA;
    font-weight: normal;
    color: black;
    text-align: center;
    opacity: 0.7;
}

.ClearAfterOutstanding{
    background-color: lightgreen;
    font-weight: bold;    
    color: black;
    text-align: left;
    opacity: 0.7;
}

.TotalRowStyle {
    background-color: red;
    font-weight: bold;    
    color: white;
    text-align: left;
    opacity: 0.7;
}

.CONTRA {
    background-color: orange;
    font-weight: bold;    
    color: black;    
    opacity: 0.7;
    text-align: right;
}

.Turnover_Payment {
    background-color: lightyellow;
    font-weight: bold;    
    color: black;    
    opacity: 0.7;
    text-align: right;
}

.DiffAmount {
    background-color: darkgreen;
    font-weight: bold;    
    color: white;
    text-align: left;
    opacity: 0.7;
}

.RowStyle {
    font-weight: normal;
    text-align: left;
    padding-right: 1px;
    background: #D9F6FF;
    opacity: 0.8;
}

.RowStyleRightAlign {
    font-weight: normal;
    text-align: right;
    padding-right: 1px;
    background: #D9F6FF;
    opacity: 0.8;    
}

.RowStyleCenterAlign {
    font-weight: normal;
    text-align: center;
    padding-right: 1px;
    background: #D9F6FF;
    opacity: 0.8;    
}



table {
    width: 100%;
    font-family: Verdana;
    font-size: 12px;
}

.ColonColumn {
    width: 1px;
    text-align: center;
}

.FormControl {
    /*position: relative;*/
    height: 25px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Verdana';
    font-size: 12px;
    padding: 2px 5px;
    box-shadow: none;
    width: 300px;
    right: 2px;
}

.Button {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    background-color: #288AA3;
    color: white;
    width: 120px;
    height: 30px;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle!important;
    cursor: pointer;
}

.RoundCorner {
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;          
    background-color: #288AA3;  
    color: white;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle!important;
    cursor: pointer;
}

.FaintColor {
    background-color: #A4E6FA;
}

input {
    position: relative;
    height: 30px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana;
    font-size: 12px;
    padding: 2px 5px;
    box-shadow: none;
    width: 240px;
    top: 0px;
    left: -2px;
}

    input:focus {
        border: 2px solid #288AA3;
        background-color: #A4E6FA;
        color: #288AA3;
    }

​ textarea:focus {
    border: 2px solid #288AA3;
    background-color: #A4E6FA;
    color: #288AA3;
}

.RowndedCorner 
{
    border-top-left-radius: 20px 20px; 
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    background-color: #A4E6FA;
    width:100px;
    height:100px;
    position: relative;
    text-align:center;  
    vertical-align :middle;
    color:#288AA3;
    cursor:pointer;
    top: 30px;
    left: 30px;
    opacity:0.8;
}
select {
    width : 98px;
    height: 29px;
}

.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: 12px;	
	font-weight: bold;
}
.AutoCompleteListHighlightAppt
{
	background-color: #e74a3b;
	color: white;
	padding: 3px;
	cursor: pointer;
	width: 100%;
	height: auto;
}
