/* Default CSS Stylesheet for a Welltime SturminsterDental Clinic Web Application project */


body
{
	
	background-color:#f1f1f1;

}
#headImage
{
background-image : url('../../webpages/r4pages/OnlineBooking/images/596/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 : #e45370; 
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 
{
 	font-size:1.8rem;
	margin-left: 8px;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	padding-right:15px;
}

a:hover.LinksHead
{
	text-decoration: underline;
}
.UserLab
{
	color:#fff;
	padding-left:80px;
}

.Welcome
{
	color:#fff;
	padding-left:3px;
	
}
.User
{
	font-weight:bold;
	color:#fff;
	padding-left:5px;
}

.tabLabel
{
	padding-top:197px;
	padding-bottom:4px;
	padding-left:0px;
}

#space
{
	height:1px;
}
.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:#181818;
color:White;
border-bottom: 2px solid #e45370;
}


.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#ctl00_ctl00_MainPlaceHolder_RightMainPlaceHolder_ExceptionLabel
{
display: none;
}
.DisplayTableDiv:before {
font-weight:bold;
color:#e00303;
padding-left:5px;
content:"Dear Patients, \A \A The Practice will be open again from June 8th, however, because of the new working procedures that we have initiated to keep you safe throughout the ongoing Covid 19 pandemic, we are only able to make appointments by speaking with you directly. Please contact us at the practice by telephoning 01258 473397. We are sorry for any inconvenience this may cause. \A \A Sturminster Dental Care Team ";
white-space: pre-wrap;
}