/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
	font: 12px 'Lato', sans-serif;
/*	font: 10pt/1.4 Verdana, Arial, Helvetica, sans-serif; */
	margin: 0;
	padding: 0;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0.3em;
}
form {
	margin:0px;
	padding:0px;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 800px;
	margin: 0 auto;
}

/* ~~ Main Content. ~~ */
.content {
	position:relative;
	padding: 0px 0px;
	top:0px;
	width: 800px;
/*	height:550px; */
	height: 596px;
	float: right;
}

/* header */
header {
	position:relative;
	padding-left:0px;
	padding-right:0px;
	height: 45px;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 10px;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
	margin-bottom:0px;
	text-align:left;
}

.PageTitle {
/*
	position:absolute;
	left:20px;
	top:4px;
*/
font-weight: normal;
position: absolute;
left: 20px;
top: 11px;
}


.SalonName {
	font-weight: normal;
	position:absolute;
	left:20px;
	top: 11px;
	cursor: pointer !important;
}

/* ~~ The footer ~~ */
footer {
	position:relative;
/*	top:0px; */
	bottom: 56px;
/*	padding:5px; */
	padding: 8px 10px;
/*	height:15px; */
	height: 30px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size:6pt;
	border-radius: 3px;
	width: 570px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* tooltip contents */
.tooltipster-default {
	border:0 !important;
	border-radius:0 !important;
}

.TooltipContents {
	display:none;
}

.PopupBlackout {
	display:none;
	position:absolute;
	top:-35px;
	left:0px;
	right:0px;
	bottom:-25px;
	background-color:white;
	z-index:1001;
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=80);
}

.PopupWindow {
	display:none;
	position:absolute;
/*
	top:200px;
	left:300px;
	width:200px;
	height:100px;
*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:0;
	z-index:1002;
}

/* ~~ Generic Classes ~~ */
.a_left {
	text-align:left;
}
.a_center {
	text-align:center;
}
.a_right {
	text-align:right;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}

.MobDisp {
	display: none !important;
}

.Loading {
	display:none !important;
}

.Address {
	color: #fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
.SalonPhone {
	font-weight:bold;
	padding-left:15px;
float: right;
font-size: 12px;
}
.PoweredBy {
	color: #fff;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
.PriceConf {
	color: #fff;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

table {
	font: 9pt/1.4 Verdana, Arial, Helvetica, sans-serif;
	empty-cells:show;
	border:0;
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
}

.TblBdrAll {
/*	border-width:1px;
	border-style:solid; */
}
.TblBdrLeft {
	border-left-width:1px;
	border-left-style:solid;
}
.TblBdrRight {
	border-right-width:1px;
	border-right-style:solid;
}
.TblBdrTop {
	border-top-width:1px;
	border-top-style:solid;
}
.TblBdrBottom {
	border-bottom-width:1px;
	border-bottom-style:solid;
}

fieldset {
	border:none;
	margin:0;
	padding:0;
}

/* Buttons */
a.Btn, a.Btn:visited {
	text-align:center;
	vertical-align:middle;
	margin-top:5px;
	margin-bottom:5px;
	padding: 5px 5px 5px 5px;
	display: block;
/*	width: 90px; */
	text-decoration: none;
/*		border:0; */
	border-radius: 3px;
	cursor:pointer;
	width: 170px;
}

a.Btn:hover, a.Btn:active, a.Btn:focus {
}

/* Login */
div.LoginFrame {
	position:absolute;
	top:170px;
	left:180px;
	width:440px;
	padding:0;
}
.LoginLabel {
	text-align:right;
	width:80px;
	float:left;
	padding-right:20px;
}
.LoginInput {
	width:200px;
	float:left;
	display:block;
}
.Btn.LoginBtn{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;
	float:right;
	display:block;
}
.LoginForgotPW {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.LoginDispMsg {
	color: red;
	font-size: 140%;
	font-weight: bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.LoginLine {
	clear:both;
	padding:5px 5px;
/*	height:30px; */
	height: auto;
}

/* RecoverPassword */
div.RecoverFrame {
	position:absolute;
	top:170px;
	left:180px;
	width:440px;
	padding:0;
}
.RecoverLabel {
	text-align:right;
	width:80px;
	float:left;
	padding-right:20px;
}
.RecoverInput {
	width:200px;
	float:left;
	display:block;
}
.RecoverInputCode {
	width:140px;
	float:left;
	display:block;
}
.RecoverImg {
	margin-left:10px;
	width:50px;
	height:24px;
	float:left;
	display:block;
	cursor:pointer;
}
.Btn.RecoverBtn{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;
	float:right;
	display:block;
}
.RecoverDispMsg {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-weight: bold;
}
.RecoverLine {
	color: red;
	font-weight: bold;
	font-size: 14px;
	clear:both;
	padding:5px 5px;
/*	height:30px; */
	height: auto;
}

/* ChangePassword */
div.ChgPWFrame {
	position:absolute;
	top:200px;
	left:180px;
	width:440px;
	padding:0;
}
.ChgPWLabel {
	text-align:right;
	width:80px;
	float:left;
	padding-right:20px;
}
.ChgPWInput {
	width:200px;
	float:left;
	display:block;
}
.Btn.ChgPWBtn{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	float:left;
	display:block;
}
.ChgPWDispMsg {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.ChgPWLine {
	clear:both;
	padding:5px 5px;
	height:30px;
}

.rightAligned {
	line-height: 25px;
	float: right;
	padding: 10px 20px 10px 10px;
}

.rightAligned a {
	text-decoration: none;
}


form#LogoutFrm {
	float: right;
}

#menu{
	display:block !important;
}
.topNav .icon{
	display:none;
}

.timer{
	left : 40%;
	position: absolute;
	font-size: 14px;
	letter-spacing: 1.2;
	display:none;
}
.timer-content {
	display: flex;
	align-items: center;
}
.timer-content > span{
	padding-left: 8px;
}
.timer-content > label{
	padding-left: 5px;
}

.ValidationError {
	color: red !important;
	text-transform: none !important;
	font-weight:500 !important;
	display: inline-block;
}