﻿
* {
    /*font-family: 'Lato', sans-serif;*/
    font-family:Verdana, sans-serif;
}

/* This is to avoid firefox jump to the left to create space for vertical scroll bar.*/
/* It is now always showing a scroll bar on firefox regardless of the page length.*/
/* But it does not compatible with bootstrap modal */
/*html {
	overflow-y: scroll; 
}*/



/* customized validation style */
.field-validation-error {color: #f00;}
.field-validation-valid { display: none;}
.input-validation-error { border: 1px solid #f00; background-color: #fee; }
.input-validation-success { border: 1px solid #0f0; background-color: #efe; }
.validation-summary-errors { font-weight: bold; color: #f00;}
.validation-summary-valid { display: none;}

