﻿@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
@import url("//fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("//fonts.googleapis.com/css?family=Dancing+Script:400,700");


@import url(foundation.css);
@import url(CommonStyles.css);

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css);

/*  colors   
----------------------------------------- */
	.MainTextColour     {	color:blue;  	}
    	
	.TxtBlack  	    {	color:#101318;  	}
    .TxtWhite       {   color: #fff;        }
    .TxtDkGrey      {   color: #444;        }
    .TxtLtGrey      {   color: #bbbbbb;     }
    .TxtOffWhite    {   color:#ecf0f1;      }
    .TxtMistyRose   {   color:#FFE4E1;      }


/*  Typefaces   
----------------------------------------- */		
	.Montserrat {	font-family: 'Montserrat', sans-serif; font-weight:400	}
	.OpenSans 	{	font-family: 'Open Sans', sans-serif;	}	
	.Muli		{	font-family: 'Muli', sans-serif;	    }	
	.Dancin		{	font-family: 'Dancing Script', cursive;	}


/*  Shared Styles   
----------------------------------------- */

html {
    -webkit-font-smoothing: antialiased !important;
}

body {
    background: #fff;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default; 
    height:100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    padding: 0;
}

h1 { 
		font-size: 2.125rem !important;
		font-family: 'Muli', sans-serif;
		font-weight:300;
        margin:0 0 1.15rem 0;
}
h2 {
		font-size: 1.875rem !important;
		font-family: 'Open Sans', 'Muli', sans-serif;
		font-weight:300;
}
h3 { 
		font-size: 1.5rem !important;
		font-family: 'Open Sans', 'Muli', sans-serif;
		font-weight:300;
}
h4 { 
		font-size: 1.125rem;
		font-family: 'Open Sans', 'Muli', sans-serif;
		font-weight:300;
}
h5 { 
		font-size: 0.875rem !important;
		font-family: 'Open Sans', 'Muli', sans-serif;
		font-weight:400;
}

p { 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
    line-height: 1.25rem; 
    margin-bottom: 1.5rem;
}

header, nav, footer {

}

header {
    margin: 1.25rem 0;
}

nav {

}

footer {
    min-height:3rem;
    padding:1.5rem 0;
    background-color:#bdc3c7; 
    color:#fff;
}

.FontWeight300 {   font-weight:300; }

.TxtSm {    font-size:0.777rem; line-height:1.25; margin-bottom:0.5rem;  }
.TxtMd {    font-size:0.875rem; line-height:1.6;  }
.TxtLg {    font-size:1.25rem; line-height:1.6;  }


/* Links 
----------------------------------------- */

a { 
    color: blue; 
    text-decoration: none; 
    line-height: inherit;
    /*border-bottom:thin dotted transparent;*/
}
a:hover { 
    color: purple; 
    /*border-bottom:thin dotted #d26571;*/
}
a:focus { 
    outline: #00ffff; 
}

.SmLink {
    color:#222;
    font-size:0.777rem;
    border-bottom:thin solid #fff;
}
.SmLink:hover {
    color:#222;
    border-bottom:thin dotted #222;
}




.XlLink:link, .XlLink:active {
    padding:3px 5px;
    color:#1e7145;
                transition: all 0.8s ease,
                padding 0.8s linear;
}
.XlLink:hover {
    background-color:#1e7145;
    color:#fff;
}

.PdfLink:link, .PdfLink:active {
    padding:3px 5px;
    color:#ed1c24;
                transition: all 0.8s ease,
                padding 0.8s linear;
}
.PdfLink:hover {
    background-color:#ed1c24;
    color:#fff;
}
/* DASHBOARD CONTAINERS 
----------------------------------------- */

.DashBoardContainer {
    font-weight:300;
    background-color:#fff;
    margin-bottom:15px;   
    height:200px;
    max-height:200px;
}

.DashBoardContainer_Till {
    background-color:#27a9e3;
    color:#fff;
}
.DashBoardContainer_Bookings {
    background-color:#28b779;
    color:#fff;
}
.DashBoardContainer_Customers {
    background-color:#852b99;
    color:#fff;
}
.DashBoardContainer_ServiceMinutes {
    background-color:#e67e22;
    color:#fff;
}


.DashBoardContainer_Charts {
    background-color:#fff;
    margin-bottom:15px;   
}
.DashBoardContainer_Sales {
    background-color:#fff;
}
.DashBoardContainer_BookingSource {
    background-color:#fff;
}


.DashBoardContainer_GreyLt {
    background-color: #e0e0e0;
    color: #333;
    position: relative;
}
.DashBoardContainer_GreySilver {
    background-color:#bdc3c7;
    color:#333;
}
.DashBoardContainer_GreyConcrete {
    background-color:#95a5a6;
    color:#fff;
}
.DashBoardContainer_GreyAsbestos {
    background-color:#959c9f;
    color:#fff;
}
.DashBoardContainer_BluMd {
    background-color:#3498db;
    color:#fff;
}
.DashBoardContainer_BluMdDk {
    background-color:#2980b9;
    color:#fff;
}
.DashBoardContainer_Amethyst {
    background-color:#9b59b6;
    color:#fff;
}
.DashBoardContainer_Wisteria {
    background-color:#8e44ad;
    color:#fff;
}
.DashBoardContainer_WetAsphalt {
    background-color:#34495e;
    color:#fff;
}
.DashBoardContainer_MidnightBlue {
    background-color:#2c3e50;
    color:#fff;
}
.DashBoardContainer_Charcoal {
    background-color:#333;
    color:#fff;
}
.DashBoardContainer_CharcoalLt {
    background-color:#666;
    color:#fff;
}
.DashBoardContainer_MistyRose {
    background-color:#FFE4E1;
    color:#fff;
}
.DashBoardContainer_Pink {
    background-color:#e45d5d;
    color:#fff;
}
/*  
----------------------------------------- */

.SocialNetworkCircle {
    background-color: lime;
    color: #fff;
    border-radius: 50%;
    padding: 11px;
    width:40px;
        transition: all 0.9s ease,
                padding 0.8s linear;
}
.SocialNetworkCircle:hover {
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    padding: 11px;
    width:40px;
}


.LightRuleRed {
    border: thin solid #ed5454;
}
.LightRule {
    border: thin solid #bdc3c7;
}
.LightRuleB {
    border-bottom: thin solid #bdc3c7;
}
.LightRuleTB {
    border-top: thin solid #bdc3c7;
    border-bottom: thin solid #bdc3c7;
}
.LightRuleR {
    border-right: thin solid #bdc3c7;
}

.ImgBorderGry	{	border: thin solid #bdc3c7;		}


/* FORMS 
----------------------------------------- */

input[type="checkbox"], input[type="radio"] {
    padding: 1rem;
    margin: 0 0 1rem 0;
    width:20px;
    height:20px;
}

select {
    margin: 0 0 1rem 0;
}
option {

}

input[type="date"] {
    padding: 1rem;
    margin: 0 0 1rem 0;
    width:100%;
}

.FormBg {
    background-color: #e1e1e1;
    color: #fff;
    text-align:center;
}


/* Off Canvas - SubMenu
----------------------------------------- */

ul.off-canvas-list li a {
    font-size:0.75rem;
    letter-spacing: 0.0625rem;
    font-weight:300;
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
}

ul.off-canvas-list li a:hover {
    background-color:#111;
    color:#fff;
}


/* Charts Save as PNG
----------------------------------------- */

.ChartsSaveAs {
    padding: 3px 6px;
    margin-top:10px;
    background-color: #fff;
    color:#333;
}

.ChartsSaveAs:hover {
    background-color:#222;
    color:#fff;
    cursor:pointer;
}

.highcharts-legend {
    background-color:transparent !important;
}

/* USER DropDown
----------------------------------------- */



  .f-dropdown li {
    font-size: 0.875rem !important;
    cursor: pointer;
    line-height: 1.125rem !important;
    margin: 0 !important;

  }
    .f-dropdown li a {
      background-color:rgba(0,0,0,0.05);  
      display: block;
      margin:0.25rem;
      padding: 0.625rem !important;
      color: #111 !important; 

    }
    .f-dropdown li:hover, .f-dropdown li:active .f-dropdown li:focus {
      background: #dadada !important;
      color:#111 !important;
    }

    .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width:100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid thin #dadada;
    z-index: 99;
    }

    .f-dropdown li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      margin:0.5rem 0 !important;
      list-style: none;
      border-top-color:#ccc; 
    }


  button.Calendar, .button.Calendar {
    background-color: #e1e1e1;
    border:solid thin #e1e1e1 !important;
    color: #111;
    padding:0.8125rem 0.25rem !important;
    margin-bottom:0.25rem !important;
  }

    button.Calendar:hover, button.Calendar:focus, .button.Calendar:hover, .button.Calendar:focus {
      background-color: #4d4d4d;
      border:solid thin #1a1a1a !important;
      font-weight:600 !important;
    }
    button.Calendar:hover, button.Calendar:focus, .button.Calendar:hover, .button.Calendar:focus {
      color: white; 
    }


    button.secondary, .button.secondary {
        background-color: #fff !important;
        border:solid thin #dadada !important;
        color: #111 !important;
        padding:0.8125rem 1.25rem;
        margin-bottom:0.25rem !important;
    }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
          background-color: #bdc3c7 !important; 
          border:solid thin #858c90 !important;
          font-weight:600 !important;
          color: #111; 
    }



    li.Horiz_divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color:#666; 
    }

.sm_square_icon {
    display: inline-block;
    padding: 0.625rem;
    vertical-align: middle;
    text-align: center;
}

.infoBox {
    clear: both;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    display:block;
}

.TopLogoSection {
    background-color: #222;
    border-bottom: thin solid #444;

}


input:-webkit-autofill, textarea:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}


.CentreThatLogo {
    
    }
.UserDetails_Margin {
    margin-top:10px;
}


/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (max-width: 1024px) 
{
.UserDetails_Margin {
    margin-top:-5px;
    margin-bottom:10px
}
}


/* Apply styles to screens in portrait orientation */
@media only screen and (max-width: 990px)
{

/*.PageHeadBG {
    background-image: url(../gfx/BGs/SalonBG006.png);
    background-position: top center;
    background-repeat: no-repeat;
    height:320px;
    max-height:320px;
}*/

}


/* Apply styles to screens in portrait orientation */
@media only screen and (max-width: 640px)
{
.CentreThatLogo {
    margin-left:0;
    margin-top:10px;
    float:left;
    background-color:#333;
    z-index:1001;
    }
.SalonTracker_Logo {
    margin:0;
    height:0;
    visibility:hidden;
    }
  .small-13 {
    position: relative;
    width:13% !important;
    max-width:13% !important;
  }
}


/* Apply styles to screens in landscape orientation */
@media only screen and (orientation: landscape) 
{

}

/* Apply styles to screens in portrait orientation */
@media only screen and (orientation: portrait) 
{

}


/* FlexBox */


/*class to be used when making the time bar sticky */
/*.timeColItem {
    position:sticky; left:0;
    z-index:9999;
    opacity:1;
}*/


.bookingBox {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 15px;
    float: left;
    z-index:2000;
}

.bookingImageContainer {
    float:right;
    margin-top : 5px;
    margin-right : 5px;
    position:relative;
    z-index: 5000;
    width : 24px;
    height: 24px;
}



.break {
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
}


.BoxRightRound {
    background-color:#fffddf;
    border:thin solid #888;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius:12px;
    -moz-border-radius-topright:12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index:1999;
    position:absolute;
}

 BoxRightRound.NoShow {
    background-color:#ffe4e1;
}


.FlexBoxContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.booking-flex-container {
    z-index:2500;
    position:absolute;
}

.row { 
  -webkit-flex-direction: row; 
  flex-direction: row;
}

	
.FlexBoxItem-1 {	
	-ms-flex: 50 1 auto;
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 50;
    -moz-box-flex: 50;
    -webkit-flex: 50 1 auto;
    -ms-flex: 50 1 auto;
    flex: 50 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	}


.FlexBoxContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height:100%;

}
.FlexBoxItem-1 {
    width: 10px;
    height:100%;
}


.calSelected {
    background-color:#bdc3c7 !important;
}


  button.reporter, .button.reporter {
    width:45%;
    background-color: #959c9f;
    color: #fff; 
  }
    button.reporter:hover, button.reporter:focus, .button.reporter:hover, .button.reporter:focus {
      background-color: #ed5454; 
      border:none;
    }


.fullWidth {
    width: 100%;
    margin:0 auto;
    max-width: initial;
}

.PageHeadBG {
    background-image: url(../gfx/BGs/SalonBG006.png);
    background-position: top center;
    background-repeat: no-repeat;
    height:380px;
}

.CircleBG {
    border-radius: 50%;
    width:190px;
    height:190px;
    -webkit-background-clip: padding-box; 
    -moz-background-clip:    padding; 
    background-clip:         padding-box;
}


/* Salon icons */
.IconHQ:before {
    content: "\f1ad";
}

.IconDashboard:before {
    content: "\f3fd";
}

.IconReports:before {
    content: "\f07c";
}

.IconCharts:before {
    content: "\f080"; 
}

.IconCustomers:before {
    content: "\f0c0";
}

/* Calendars Icons  */
.IconTanning:before {
    content: "\f185";
}

.IconBeauty:before {
    content: "\f3a5";
}

.IconNails:before {
    content: "\f1fc";
}

.IconHair:before {
    content: "\f0c4";
}

.IconBarber:before {
    content: "\f0c4";
}

.IconSalon:before {
    content: "\f06c";
}

.IconSpa:before {
    content: "\f06e";
}

.IconClinic:before {
    content: "\f0fa";
}

.IconVibro:before {
    content: "\f185";
}

.IconDiary:before {
    content: "\f518";
}

.resp-ctr {
}
@media only screen and (max-width: 641px) {
    .resp-ctr {
        text-align: center;
        display: grid;
    }
}
@media only screen and (max-width: 641px) {
    .resp-mrg {
        width:100%;
    }
}

.splashheadtxt {
    font-size: 2.4rem;
    font-size-adjust: 0.5;
    line-height: 2rem;
    text-align: center;
}

.altText {
    text-align: center;
    font-size: 1.5rem;
    line-height: inherit;
    font-family: Roboto;
    width: 400px;
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.logo {
    max-width: 80%;
}
.logonPanel {
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: 30px;
    width: 500px;
    max-width: 80%;
}
.faSpinner {
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 300%;
    color: white;
}
.loaderMsg{
    color:lightgray;
}
.imgbox {
    display: grid;
    height: 100%;
}
.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}
.dyn-hp-opt {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.hp-ele {
    width: 250px;
    display: inline-block;
    border-radius: 5px;
}.hp-ele:hover {
    background-color: ghostwhite;
    box-shadow: 5px 4px 5px 5px #ccc;
}
.active-time-slot {
    background-color: #FFFF00 !important;
}
@media only screen and (min-width: 240px) {
    .dyn-hp-opt .hp-ele {
        margin: 10px
    }
}
@media only screen and (min-width: 1024px) {
    .dyn-hp-opt .hp-ele {
        margin: 25px 20px 15px 15px
    }
}
@media only screen and (min-width: 1360px) {
    .dyn-hp-opt .hp-ele {
        margin: 30px 50px 20px 50px
    }
}
.active-tb {
    transform: scale(1);
    border: 0;
    transition: 0.4s ease;
    z-index: 13;
}.active-tb:hover {
    transform: scale(1.05);
    border: 0;
    z-index: 15;
}
@media only screen and (min-width: 550px) {
    .nav-mid-sect {
        width: 100%;
        text-align: center;
    }
}
.page-container {
    position: relative;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
}
.global-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.g-o-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.g-o-spinner {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media only screen and (max-height: 414px) {
    .g-o-spinner {
        top: 60%;
    }
}
@media only screen and (min-height: 1200px) {
    .g-o-spinner {
        top: 53%;
    }
}
.banner {
    width: auto;
    max-height: 40px;
    max-width: 190px;
}
.cont-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cont-c-eHQ {
    width: 220px;
    margin: 8px
}
.faColour {
    color: slategrey;
    margin-top: 10px;
}.faColour:hover {
    color: dimgrey;
}
.logoutUL {
    height: 100%;
    width: 134px;
    border-left: solid 1px #4d4d4d
}
@media only screen and (max-width: 640px) {
    .top-bar-section ul {
        width: max-content;
    }
}