/* CSS Document */

/* Select Tables */

.NoSelection {
	display:table-cell;
	height:30px;
	vertical-align:bottom;
	padding-left:15px;
}

table.SelectTable {
	width:100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.SelectTable tr {
	height:30px;
	vertical-align:central;
}

.SelectTable td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:0;
	padding-left: 5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:0;
	cursor:pointer;
}

td.CatDesc {
/*	padding-left:15px; */
}

td.SvcDesc {
	padding-left: 5px;
}

td.SvcInfo, td.SvcInfoEmpty {
	padding-left:10px;
	min-width:20px;
	width:20px;
	text-align:center;
}
td.SvcInfo {
	background-repeat:no-repeat;
	background-position:center;
	background-image:url("/images/info.png");
}

td.SvcLen {
	padding-left:10px;
	padding-right:15px;
	text-align:right;
	width:1%;
	max-width:100%;
}

td.SvcPric {
	padding-left:10px;
	padding-right:15px;
	text-align:right;
	width:1%;
	max-width:100%;
}

td.OprDesc {
	padding-left: 5px;
}

td.OprDescInd {
	padding-left:30px;
}

td.OprPric {
	padding-left:10px;
	padding-right:15px;
	text-align:right;
	width:1%;
	max-width:100%;
}

/* Select Catagory */

.SelCategory {
	position:absolute;
	top:16px;
	left:0px;
/*	width:200px; */
width: 180px;
	height: 270px;
	padding:0;
	overflow-y:scroll;
padding: 10px;
border: 1px solid #d0d0d0;
border-radius: 3px;
margin: 10px 10px 10px 0;
}

.SelCategoryHead {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:25px;
	padding:0;
}

.SelCategoryHead H3 {
/*	padding-left:15px; */
	padding-left:0;
	display:inline;
}

#CatSel {
	display:none;
}

/* Select Service */

.SelService {
	position:absolute;
	top:16px;
	left:200px;
	width:400px;
	height: 270px;
	padding:0;
	overflow-y:scroll;
padding: 10px;
border: 1px solid #d0d0d0;
border-radius: 3px;
width: 360px;
margin: 10px;
}

.SelServiceHead {
	position:absolute;
	top:0px;
	left:200px;
	width:400px;
	height:25px;
	padding:0;
}

#SvcSel {
	display:none;
}

.SelServiceHead H3 {
	padding-left:15px;
	display:inline;
}

/* Select Operator */

.SelOperator {
	position:absolute;
	top:16px;
	left:600px;
	width: 178px;
	height: 270px;
	padding:0;
	overflow-y:scroll;
padding: 10px;
border: 1px solid #d0d0d0;
border-radius: 3px;
margin: 10px 0 10px 0;
}

.SelOperatorHead {
	position:absolute;
	top:0px;
	left:600px;
	width:200px;
	height:25px;
	padding:0;
}

.SelOperatorHead H3 {
/*	padding-left:15px; */
	display:inline;
}

/* Page Divider Line */

.DivLineHeader {
	position:absolute;
	top:25px;
	left:0px;
	width:800px;
	height:0px;
	padding:0;
	border-top-style:solid;
/*	border-top-width:1px; */
	border-top-width: 0px;
}

.DivLineMyBooking {
	display:none;
/*	position:absolute;
	top:416px;
	left:0px;
	width:600px;
	height:0px;
	padding:0;
	border-top-style:solid;
	border-top-width:1px;*/
}

/* My Booking */

.MyBooking {
	position:absolute;
/*	top:447px; */
	top: 365px;
	left:0px;
	width: 567px;
/*	height:99px; */
	height: 155px;
	padding:0;
	overflow-y:scroll;
	z-index:1002;
border: 1px solid #d0d0d0;
border-radius: 3px;
padding: 0 10px 10px 10px;
}

.MyBookingHead {
	position:absolute;
	top: 327px;
	left:0px;
/*	width:680px; */
width: 100%;
	height:25px;
	padding:0;
	padding-top:5px;
	z-index:1002;
}

.MBTitle {
	font-weight: normal;
	position:absolute;
	top:5px;
	left:15px;
	margin:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

.MyBooking .Table {
	width:100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:table;
border-spacing: 0 5px;
border-collapse: separate;
}

#ListIndicator {
	margin-left:10px;
}

.MyBooking .Row {
	display:table-row;
	width:auto;
}

.MyBooking .BookingHead .Cell {
	line-height: 30px;
}

.MyBooking .BookingContent .Cell {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f3f3f3;
}

.MyBooking .BookingLine {
	height: 1px;
	background: #dedede;
}



.MyBooking .Cell {
	padding:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:0;
	display:table-cell;
}

.Cell.MBCat {
	padding-left:15px;
	padding-right:5px;
/*
	width:180px;
	min-width:180px;
	max-width:180px;
*/
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	line-height: 21px;
}

.Cell.MBSvc {
	padding-left:15px;
	padding-right:5px;
width: 140px;
min-width: 140px;
max-width: 140px;
}

.Cell.MBOpr {
	padding-left:5px;
	padding-right:5px;
width: 100px;
min-width: 100px;
max-width: 100px;
}

.Cell.MBPrc {
	padding-left:5px;
	padding-right:5px;
	text-align:left;
/*	width:1%;
	max-width:100%; */
width: 60px;
min-width: 60px;
max-width: 60px;
}

.MBRem {
	padding-left:5px;
	padding-right:0px;
	text-align:center;
	width:16px;
	cursor:pointer;
	display:inline-block;
	vertical-align:bottom;
width: 100px;
min-width: 100px;
max-width: 100px;
}

.MBTot {
float: right;
border-top-width: 1px;
border-top-style: solid;
/*
margin-top: 10px;
padding-left: 5px;
padding-right: 5px; */
margin-top: 5px;
text-align: right;
width: 100%;
}

.MBTotTime {
	margin-top: 10px;
display: block;
}

.MBTotTime .Label, .MBTotPrc .Label {
	width: 60%;
	display: block;
	float: left;
	text-align: left;
	margin-top: 5px;
}

.MBTotTime .Data, .MBTotPrc .Data {
	width: 40%;
	display: block;
	float: left;
	margin-top: 5px;
}

.MBTotPrc {
/*	padding-left:25px; */
margin-top: 70px;
display: block;
}
.MBDeposit{
	margin-top: 60px !important;
}
.MBTotPrc .Label {
	text-transform: uppercase;
	font-weight: bold;
}

.MBTotPrc .Data {
	text-transform: uppercase;
	font-weight: bold;
}

/* Menu */
.Menu {
	position:absolute;
/*	bottom:0px; */
	bottom: 14px;
	right:10px;
	padding:0;
}

.Menu2 {
	position:absolute;
	bottom:76px;
	right:10px;
	padding:0;
}

.MenuMob {
	display:none;
}

.Menu .Btn, .Menu .BtnNxt,
.Menu2 .Btn, .Menu2 .BtnNxt {
	float:right;
	clear:right;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid #fff;
}
/*
.BtnNxt {
margin-right: -11px;
width: 190px !important;
line-height: 22px !important;
margin-top: 8px !important;
}
*/

.BtnRmv {
padding: 3px 10px;
width: 50%;
border-radius: 3px;
text-transform: uppercase;
text-align: center;
float: right;
margin-right: 10px;
}

.MenuMob .Btn, .MenuMob .BtnNxt {
	display:none;
}

/* Service Added */

.ServiceAdded {
	text-align:center;
	line-height:100px;
	font-size:120%;
}

.ServiceAdded .Text {
position: relative;
text-align: center;
font-size: 200%;
margin-top: 300px !important;
}


.AlertPopup {
}

.AlertPopup .Text {
position: relative;
text-align: center;
font-size: 120%;
/* margin-top: 40% !important; */
margin-top: 300px !important;
}

.AlertPopup .Buttons {
/*
	position:absolute;
	bottom:0px;
	right:0px;
*/
}

.AlertPopup .Buttons .Btn {
/*
	float:right;
	clear:right;
	margin:0;
*/
	margin: 20px auto;
	border: 1px solid #fff;
}

/* Client Info */

.ServiceCliInfo {
	position:absolute;
/*	top:286px; */
	top:365px;
	left:600px;
	width:180px;
	height: 200px;
/*	height: 160px;*/
	padding:10px;
	border-top-width:1px;
	border-top-style:solid;
	background: #333333;
	border-radius: 3px;
}

.ServiceCliInfo h2 {
	font-weight: normal;
}

.ServiceCliInfo h3, .ServiceCliInfo {
	color: #fff;
}

.CliName {
}
.LastLogin {
}
.MyInfo {
	text-decoration:underline;
	cursor:pointer;
}

.MyDetailsFrame {
	padding:0;
}

.MyDetailsLabel {
	text-align:right;
	width:90px;
	float:left;
	padding-right:10px;
	display:block;
}

.MyDetailsData {
	float:left;
	display:block;
	padding-right:10px;
}

.MyDetailsLine {
	clear:both;
	padding:5px;
}
