/* Default CSS Stylesheet for a Welltime GhauriDentalHeston Clinic Web Application project */


body
{
	
	background: #f6f6f6;

}
#headImage
{
background-image : url('../../webpages/r4pages/OnlineBooking/images/597/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 : #093c36; 
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:#15453f;
	text-decoration: none;
	padding-right:15px;
}

a:hover.LinksHead
{
	text-decoration: underline;
    color:#38877e;
}
.UserLab
{
	color:#fff;
	padding-left:80px;
}

.Welcome
{
	color:#fff;
	padding-left:3px;
	
}
.User
{
	font-weight:bold;
	color:#fff;
	padding-left:5px;
}

.tabLabel
{
	padding-top:158px;
	padding-bottom:4px;
}

#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;
margin-right:10px;
}

.footColor
{
width:100%;
padding:10px;		
background-color:#093c36;
color:White;
}

.btn-primary {
  background-color: hsl(173, 85%, 10%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06544b", endColorstr="#032f2a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#06544b), to(#032f2a));
  background-image: -moz-linear-gradient(top, #06544b, #032f2a);
  background-image: -ms-linear-gradient(top, #06544b, #032f2a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06544b), color-stop(100%, #032f2a));
  background-image: -webkit-linear-gradient(top, #06544b, #032f2a);
  background-image: -o-linear-gradient(top, #06544b, #032f2a);
  background-image: linear-gradient(#06544b, #032f2a);
  border-color: #032f2a #032f2a hsl(173, 85%, 8%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -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 We are sorry but due to the current health situation in the UK and worldwide, the online appointment booking services have been temporarily suspended. If you need an appointment please call us on \A 0207 229 4813, 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 Ghauri Dental Centre Notting Hill Gate Team ";
white-space: pre-wrap;
}