/* Default CSS Stylesheet for a Welltime R4Default Clinic Web Application project */


body
{
	background-color:#f1f1f1;    
}
#headImage
{
background-image : url('../../webpages/r4pages/OnlineBooking/images/411/logo.png'); 
width: 100%;
background-repeat:no-repeat;
}
.row
{
    margin:0px;
    background-color:#fff;
    padding:10px;
}
.DataGridStyle {
    border: 1px solid #dddddd;
    background-color: #FFFFFF;
    width : 100%;
}

tr.DataGridViewHeaderStyle {
background-color:#0080c8; 
color:White;
font-weight:bold;
height:30px;
}
.DataGridViewRow {
background-color : #E3EAEB;
height:30px;
}
.DataGridViewAlternate {
background-color : #FFFFFF;
height:30px;
}
a:link.boxlink, a:active.boxlink, a:visited.boxlink, a:hover.boxlink {
    color: #333;
    text-decoration: none;
}
a:link.LinksHead, a:active.LinksHead, a:visited.LinksHead 
{
	color:#fff;
    font-size:1.8rem;
	text-decoration: none;
	/* border-right: 1px solid #dbdbdb !important;	 */
	padding-right:15px;
}

a:hover.LinksHead
{
	text-decoration: underline;
}
.UserLab
{
	color:#fff;
	padding-left:70px;
}

.Welcome
{
	color:#fff;
	padding-left:3px;
	
}
.User
{
	font-weight:bold;
	color:#fff;
	padding-left:5px;
}

.tabLabel
{
	padding-top:167px;
    padding-left:10px;
    padding-bottom:10px;
}
#space
{
	height:0px;
}
.break
{
	margin-top:20px;
	
}
#footer 
{
    max-width:960px;
    clear:both;
}
#footer a {
	text-decoration: underline;
	color: #fff;
	margin-right:10px;
}

#footer a:hover {
text-decoration: none;
color: #fff;
}
.footColor
{
width:100%;
background-color:#222223;
color:White;
padding:10px;
}
#ctl00_ctl00_MainPlaceHolder_RightMainPlaceHolder_ExceptionLabel
{
display: none;
}

.DisplayTableDiv:before {
font-weight:bold;
color:#e00303;
padding-left:5px;
content:"Dear Patient, \A \A We are sorry but due to the Coronavirus pandemic in the UK and worldwide, the online appointment booking services have been temporarily suspended. If you need an urgent appointment please call us on \A 0208 460 9742, so that we can direct you to the right dentist. \A \A Please accept our apologies for any inconvenience caused due to this. \A \A The Buckley Practice Team ";
white-space: pre-wrap;
}