/* CSS Document */
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;
}

header form {
	float: right;
}
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: 320px;
	margin: 0 auto;
}

/* ~~ Main Content. ~~ */
.content {
	position:relative;
	padding: 0px 0px;
	width: 320px;
	min-height:344px;
	float: right;
	margin-top:50px;
}

.ContentHeader {
	border-bottom-style:solid;
	border-bottom-width:1px;
padding-top: 5px;
padding-left: 15px;
}

/* header */
header {
	padding-left:0px;
	padding-right:0px;
/*	height:72px; */
	width:320px;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
	margin-bottom:0px;
	text-align:left;
	padding:4px 0px;
}

.PageTitle {
	padding-left:10px;
	padding-right:10px;
}

.SalonName {
	padding:10px;
}

/* ~~ The footer ~~ */
footer {
	padding:5px;
	width:310px;
	position:relative;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size:6pt;
}

/*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;
}

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

.TooltipContents {
	display:none;
}

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

.PopupWindow {
	display:none;
	position:absolute;
/*	top:150px;
	left:60px;
	width:200px;
	height:100px;
*/
	top:0px;
	left:0px;
	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;
}

.MobHide {
	display:none !important;
}

.Loading {
	display:none !important;
}

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

table {
	font: 10pt/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; */
	padding: 10px 5px 10px 5px;
	display: block;
/*	width: 90px; */
	width: calc(100% - 10px);
	text-decoration: none;
	border:0;
	cursor:pointer;
	border-radius: 3px;
}

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

/* Login */
div.LoginFrame {
	position:relative;
	top:50px;
	left:0px;
	width:320px;
	padding:0;
}
.LoginLabel {
	text-align:right;
	width:80px;
	float:left;
	padding-right:5px;
}
.LoginInput {
	width:120px;
	float:left;
	display:block;
}
.Btn.LoginBtn{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	float:right;
	display:block;
}
.LoginForgotPW {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.LoginDispMsg {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.LoginLine {
	clear:both;
	padding:5px 0px 5px 5px;
	height:30px;
}

/* RecoverPassword */
div.RecoverFrame {
	position:relative;
	top:50px;
	left:0px;
	width:320px;
	padding:0;
}
.RecoverLabel {
	text-align: right;
	width:90px;
	float:left;
	padding-right:5px;
}
.RecoverInput {
	width:150px;
	float:left;
	display:block;
}
.RecoverInputCode {
	width:60px;
	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-left:5px;
	float:right;
	display:block;
}
.RecoverDispMsg {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.RecoverLine {
	clear:both;
	padding:5px 5px;
	height:30px;
}

/* ChangePassword */
div.ChgPWFrame {
	position:relative;
	top:50px;
	left:0px;
	width:320px;
	padding:0;
}
.ChgPWLabel {
	text-align:right;
	width:80px;
	float:left;
	padding-right:5px;
}
.ChgPWInput {
	width:120px;
	float:left;
	display:block;
}
.Btn.ChgPWBtn{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
	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;
}

/* Mobile Hamburger Menu */
.SalonName{
	display:inline-block;
}
.topNav{
	overflow: hidden;
	background: #353535; /*#353535;*/
	width:320px;
}
	
.topNav a{
	display: none;
}
.topNav a.icon{
	display: block;
	float:right;
	position: relative;
    top: 10px;
    right: 10px;
}
.topnav.responsive{
	float:right;
}
#menu{
	display:none;
}
.topnav.responsive .icon{
	position:absolute;
	right:0;
	top:0;
}

.topnav.responsive a{
	float:none;
	display:block;
	text-align:left;
    padding: 10px;
}

.rightAligned.topNav{
	padding:0;
	position:absolute; 
	z-index : 1;
}
.timer{
	left : calc(100%/2);
	position: absolute;
    padding: 10px 0px;
	font-size: initial;
	letter-spacing: 1.2;
	display:none;
}
.timer-content {
	display: flex;
	align-items: center;
}
.timer-content > span{
	padding-left: 8px;
}
.timer-content > label {
	display: none;
}

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