
.navbar-brand , .navbar-brand-text{
  font-weight: 100;
  
}

.page-login-v2 .page-login-main{
	left:0;
	padding-top: 150px;
	width:26%;
	margin-left:37%;
}

.new-booking{
	position: absolute;
	right: 20px;
}

.th-center{
	text-align: center;
}

.today{
	background-color: #ccc;
}

.book-item{
	font-size: 11px;
	float: left;
	width: 100%;
	background: #eee;
	padding: 2px 3px; 
	border:1px solid #ddd;
	border-radius:3px;
	margin-bottom:2px;
	text-decoration: none!important;
}

.book-item:hover, .book-item:active, .book-item:visited{
	color:#444;
	background-color: #ddd;
}



.table-responsive a{
	color:#444;
	text-decoration: none;
}

.book-paid{
	background-color: #aaddaa!important;
	position: relative;
}

.book-paid .wb{
	position: absolute;
	top: -5px;
	right: 0;
}

.margin-15{
	margin-bottom:25px!important;
}

@media only screen and  (max-width: 540px) {
  	.page-login-v2 .page-login-main{
		width:90%;
		margin-left:5%;
	}
 }