@charset "utf-8";

@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html
{
}

body
{
	font-family: "LatoWeb";
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	color: #363636;
}

#Header
{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	background-image: url("../images/headerbg.jpg");
	z-index: 101;
}

#Content
{
	position: fixed;
	top: 60px;
	bottom: 32px;
	width: 100%;
	overflow: auto;
	z-index: 100;
}

#ContentWizard
{
	position: fixed;
	top: 0px;
	bottom: 112px;
	width: 100%;
	overflow: auto;
	z-index: 100;
}

#ButtonPnl
{
	position: fixed;
	bottom: 32px;
	height: 80px;
	width: 100%;
	z-index: 101;
	background-color: #FFFFFF; 
}

#Footer
{
	position: fixed;
	bottom: 0px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 10pt;
	color: #363636;
	background-color: #CCCCCC; 
}

#MenuIcon
{
	margin: 10px;
	float: right;
}

div.Menu
{
	display: none;
	position: fixed;
	top: 60px;
	right: 0px;
	max-width: 500px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 105;
}

div.MenuItem
{
	border-radius: 5px;
	background-color: #27AAE1;	
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 5px;
}

div.MenuItem a
{
	display: block;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
}

img
{
    border: none;
}

h1
{
    font-size: 20px;
    font-weight: bold;
}

div.ContentPnl
{
    width: 100%;
    max-width: 1000px;
    margin: auto;    
}


div.LoginPnl
{
	width: 100%;
	max-width: 300px;
	margin: auto;
}

div.CheckInPnl
{
    width: 100%;
    max-width: 270px;
    margin: auto;
}

div.ServicePnl
{
    width: 100%;
    max-width: 500px;
    margin: auto;
}

div.DetailPnl
{
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.Row
{
    clear: both;
    padding: 10px;
}

.RowCenter
{
    text-align: center;
}

.RowRight
{
    text-align: right;
}

.FormLabel
{
    float: left;
    width: 150px;
}

.FormLabelMax
{
    float: left;
}

.FormControl
{
    float: left;
	width: 100%;
}

.FormControl input, textarea, select
{
    width: 100%;
    font-family: "LatoWeb";
	font-size: 14pt;
	padding: 6px;
	border: 1px solid #CCCCCC;	
	border-radius: 4px;
	box-sizing: border-box;
}

input, textarea, select
{
    font-family: "LatoWeb";
	font-size: 14pt;
	padding: 6px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-sizing: border-box;
}

input.Checkbox
{
	width: 32px;
	height: 32px;
}

div.Errors, .validation-summary-errors
{
	font-family: "LatoWeb";
	color: red;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}

input.FullBtn
{
    width: 100%;
}

input.SkipBtn
{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #ddeff7;
	border: 1px solid #CCCCCC;
	color: #1c75bc;
	font-size: 14pt;
	font-family: "LatoWeb";
	font-weight: normal;
	border-radius: 3px;
	-webkit-appearance: none;
}

input.SkipBtn:hover
{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #1c75bc;
	border: 1px solid #CCCCCC;
	color: #ffffff;
	-webkit-appearance: none;
}

input.Btn
{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #27AAE1;
	border: 1px solid #CCCCCC;
	color: #ffffff;
	font-size: 14pt;
	font-family: "LatoWeb";
	font-weight: normal;
	border-radius: 3px;
	-webkit-appearance: none;
}

input.Btn:Disabled
{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #363636;
	font-family: "LatoWeb";
	font-weight: normal;
	-webkit-appearance: none;
}

input.Btn:Hover
{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #1c75bc;
	border: 1px solid #CCCCCC;
	color: #ffffff;
	-webkit-appearance: none;
}

input.KeyPad
{
	width: 100%;
	min-width: 80px;
	height: 100%;
	min-height: 60px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #ffffff;
	font-size: 14pt;
	font-family: "LatoWeb";
	font-weight: normal;
	border-radius: 3px;
	-webkit-appearance: none;
}

input.KeyPad:Hover
{
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
}

div.Padding
{
	margin: 5px;
}

div.Clear
{
	clear: both;
}

div.Widget
{
	margin: 5px;
	height: 128px;
	width: 280px;
	border: 1px solid #CCCCCC;
}

div.WidgetBar
{
	float: left;
	width: 100px;
	height: 100%;
	text-align: center;
}

div.WidgetBar img
{
	margin: auto;
	margin-top: 36px;
}

div.WidgetData
{
	height: 64px;
	line-height: 64px;
	font-size: 18pt;
	border-bottom: 1px solid #CCCCCC;
}

div.WidgetTitle
{
	height: 64px;
	line-height: 64px;
	font-size: 18pt;
	font-weight: bold;
}

table.Grid
{
	width: 100%;
	border-collapse: collapse; 
}

table.Grid th
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #999999;
}

table.Grid td
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #EEEEEE;
	color: #363636;
}

table.Grid td.NoLine
{
    border-bottom: none;   
}


table.Grid tr.GridSelected td
{
	background-color: #27AAE1;
	color: #FFFFFF;
}


table.Grid tbody
{
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

a
{
	color: blue;
}

div.Item
{
    border-bottom: 1px solid #EEEEEE;
}

div.ItemGroup
{
    color: #363636;
	font-size: 14pt;
	font-family: "LatoWeb";
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin-top: 2px;
}

div.ItemGroupIcon
{
    float: right;
    height: 40px;
	line-height: 40px;
	padding-right: 10px;
}

div.ColumnFullExpand
{
    flex: 1 1 auto;
}

div.ServiceColumnPrice
{
    flex: 0 0 80px;
    align-self: center;
}

b.DurationLbl
{
    color: #999999;
    font-size: 11pt;
    font-weight: normal;
}

div.ListItem
{
    border: 2px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 10px;
}

div.ListItem.Selected
{
    border: 2px solid #27AAE1;
}

div.ListItemPadding
{
    margin: 10px;
}

div.ListItemRow
{
    display: flex;
}

div.ListItemColumnPhoto
{
    flex: 0 0 50px;
    align-self: center;
}

div.ListItemColumnSelect
{
    flex: 0 0 90px;
    align-self: center;
}

div.ListItemSelectControl
{
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

div.ListItemColumnStaff
{
    flex: 0 0 180px;
    align-self: center;
}

div.ListItemDropDownControl
{
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

div.ListItemDropDownControlCaption
{
    float: left;
    width: 140px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

div.ListItemDropDownControlIcon
{
    float: right;
     line-height: 22px;
}

.ListItemSelectIcon
{
	color: #27AAE1;
}

.ListItemUnselectIcon
{
	color: #CCCCCC;
}


div.StaffIcon
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #27AAE1;
	background: #27AAE1;
	color: #FFFFFF;
}

div.WeekDate
{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #27AAE1;
}

div.WeekNavPnl
{
    float: right;
}

div.ColumnList
{
   display: flex;
   align-items: stetch;
}

div.ColumnListItem
{
    flex: 1;
    font-size: 12pt;
    border: 2px solid #EEEEEE;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 4px;
}

div.ColumnListItem.Selected
{
    border: 2px solid #27AAE1;
    background-color: #27AAE1;
    color: #FFFFFF;
}

div.ColumnListItem.Disabled
{
    background-color: #EEEEEE;
    color: #FFFFFF;
}

div.Line
{
    height: 5px;
    border-bottom: 1px solid #EEEEEE;
}

div.DialogBack
{
	position: fixed;
	z-index: 106;
	background-color: #CCCCCC;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
}

div.Dialog
{
	position: fixed;
	z-index: 106;
	background-color: #FFFFFF;
	top: 65px;
	bottom: 32px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	border: 1px solid #999999;
	border-radius: 4px;
	box-shadow: 0px 0px 15px 5px #999999;
	display: block;
}

div.DialogContent
{
    position: fixed;
    top: 65px;
    width: 500px;
	bottom: 112px;
    overflow: auto;
}

div.DialogButton
{
    position: fixed;
    width: 500px;
    height: 80px;
	bottom: 32px;
}

div.DialogLoading
{
	position: absolute;
	z-index: 200;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 500px;
	margin-left: -250px;
	margin-top: -75px;
	border: 1px solid #999999;
	border-radius: 4px;
	box-shadow: 0px 0px 15px 5px #999999;
	display: none;
}

.DialogPadding
{
    margin: 20px;
}

div.Border
{
    border: 1px solid #999999;
	border-radius: 4px;
}

/* Booking Calendar */

div.CalendarToolbar
{
    position: fixed;
	top: 60px;
	width: 100%;
	height: 45px;
	overflow: hidden;
	z-index: 100;
    background-color: #DDDDDD;
    padding: 5px;
}

input.ToolbarBtn, button.ToolbarBtn
{
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
	height: 40px;
	line-height: 40px;
	background-color: #f9f5f4;
	border: 1px solid #666666;
	color: #333333;
	font-size: 14pt;
	font-family: "LatoWeb";
	font-weight: normal;
	border-radius: 3px;
	-webkit-appearance: none;
}

input.ToolbarBtn:Hover, button.ToolbarBtn:Hover
{
	padding-left: 13px;
	padding-right: 13px;
	background-color: #bcddee;
	border: 1px solid #245a83;
	font-family: "LatoWeb";
	font-weight: normal;
	-webkit-appearance: none;
}

div.Calendar
{
}
	
div.CalendarHeader
{
	position: fixed;
	top: 115px;
	left: 100px;
	right: 0px;
	height: 22px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
	
div.CalendarLedger
{
	position: fixed;
	top: 137px;
	bottom: 32px;
	left: 0px;
	float: left;
	overflow: hidden;
	min-width: 100px;
	border: 1px solid #CCCCCC;
}
	
div.CalendarView
{
	position: fixed;
	top: 137px;
	bottom: 32px;
	left: 100px;
	right: 0px;
	float: left;
	overflow: scroll;
	border: 1px solid #CCCCCC;
}
	
div.CalendarDayHeader
{
	width: 200px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	overflow: hidden;
}
	
div.CalendarDay
{
	width: 200px;
	border-right: 1px solid #CCCCCC;
}
	
div.TimeSlot
{
	height: 22px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #9493CF;
	background-color: #FFFFFF;
}

div.TimeSlotOffPeak
{
	background-color: #EEEEEE !important;
}

div.Appointment
{
	position: absolute;
	color: #000000;
	overflow: hidden;
	width: 185px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 4px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border-left: 5px solid #FFFFFF; 
}

/* Booking Wizard */
div.WizardStepper
{
    margin-top: 12px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 16px;
	color: #363636;
	overflow: hidden;
}

div.WizardStepperItem
{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

div.WizardStepperItem::before
{
	position: absolute;
	content: "";
	border-bottom: 2px solid #EEEEEE;
	width: 100%;
	top: 12px;
	left: -50%;
	z-index: 2;
}

div.WizardStepperItem:first-child::before
{
    display: none;
}

div.WizardStepperItem::after
{
	position: absolute;
	content: "";
	border-bottom: 2px solid #EEEEEE;
	width: 100%;
	top: 12px;
	left: 50%;
	z-index: 2;
}

div.WizardStepperItem:last-child::after
{
    display: none;
}

div.WizardStepperItem div.WizardStepperCounter
{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #EEEEEE;
	background: #ffffff;
	margin-bottom: 6px;
	color: #363636;
}

div.WizardStepperItem.Completed div.WizardStepperCounter
{
	color: #FFFFFF;
	background-color: #27AAE1;
	border: 1px solid #27AAE1;
}

div.WizardStepperItem.Completed div.WizardStepperName
{
	color: #363636;
	font-weight: bold;
}

div.WizardStepperItem.Completed::before
{
	position: absolute;
	content: "";
	border-bottom: 2px solid #27AAE1;
	width: 100%;
	top: 12px;
	left: -50%;
	z-index: 3;
}

div.WizardContent
{
}

div.WizardPager
{
    float: left;
    line-height: 50px;
    margin-left: 10px;
}

div.WizardTotal
{
    float: left;
    line-height: 50px;
    margin-left: 10px;
}

div.WizardActionButton
{
    float: left;
    margin-left: 10px;
}
    
div.WizardButton
{
    float: right;
    margin-right: 10px;
}

img.ServicePhoto
{
    max-width: 200px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
