/* Default CSS Stylesheet for a Welltime DentalShine Dental Web Application project */


body
{
	background-color:#f8f8f8;
	
}
#headImage
{
background-image : url('../../webpages/r4pages/OnlineBooking/images/882/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 : #ffa95b; 
color:White;
font-weight:bold;
}
.DataGridViewRow {
background-color : #E3EAEB;
}
.DataGridViewAlternate {
background-color : #FFFFFF;
}
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 
{
   	font-size:1.8rem;
	margin-left: 8px;
	color:#fff;
	text-decoration: none;
	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:166px;
    padding-bottom:4px;
}
#space {
}
.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;
margin-right:10px;
}
.footColor
{
width:100%;
padding:10px;	
background-color:#ffa95b;
color:White;
}
.btn-primary {
  background-color: hsl(26, 100%, 42%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff740a", endColorstr="#d65c00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff740a), to(#d65c00));
  background-image: -moz-linear-gradient(top, #ff740a, #d65c00);
  background-image: -ms-linear-gradient(top, #ff740a, #d65c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff740a), color-stop(100%, #d65c00));
  background-image: -webkit-linear-gradient(top, #ff740a, #d65c00);
  background-image: -o-linear-gradient(top, #ff740a, #d65c00);
  background-image: linear-gradient(#ff740a, #d65c00);
  border-color: #d65c00 #d65c00 hsl(26, 100%, 39.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;

}
#ctl00_ctl00_MainPlaceHolder_RightMainPlaceHolder_ExceptionLabel
{
display: none;
}

.DisplayTableDiv:before {
font-weight:bold;
color:#e00303;
padding-left:5px;
content:"Dear Patient, \A \A Due to COVID-19 we are currently unable to offer our online booking service. We are available via our telephone triage service on 0207 2269797 for assistance with emergencies and to offer any advice or support you may need.\A \A We apologies for any inconvenience caused.  \A \A DentalShine Practice and Woodgrange Practice LTD ";
white-space: pre-wrap;
}