﻿:root {
    --darkcolor: #a99a86;
    --lightcolor: #d1bea8;
    --accentcolor: #0093af;
}

html, body, .content {
  
    padding: 0;
    height: calc(100% - 2px);
    background-color: #272727;
    font-family: 'Roboto', sans-serif;
    position: fixed;
   
    margin-left: 1px;
    margin-right: 1px;
    top: 0;
    /* padding-bottom: 10px;*/
    width: calc(100% - 4px);
}
form .input-full {
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-between;
}
form .input-full .half-input {
    display: flex;
    flex-direction: column;
   
}

.input-full2 {
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
   
}

    .input-full2 .half-input2 {
        display: flex;
        flex-direction: column;
       margin-bottom:15px;
       margin-top:15px;
    }

h1 {
    margin: 0;
}
h2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19px;
    font-size: 1em;
    text-align: center;
    font-weight: normal;
}
h8 {
    position:absolute;
    margin: auto;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
   
    font-size: 1em;
   
    font-weight: normal;
}
.unselectable {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.err-message-container {
    position: relative;
    margin: 10px 0 0 5px; 
    width: calc(100% - 20px);
    background-color: transparent;
    color: red;
    padding: 5px;
}

.err-message-container2 {
    position:absolute;
    margin: 10px 0 0 5px;
    width: calc(100% - 20px);
    background-color: transparent;
    color: red;
    padding: 5px;
}
.err-message-container h4 {
    position: relative;
    font-size: 1em;
    margin: 0;
    font-weight: normal;
}
.demo-container {
    position: absolute;
    margin: auto;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-275px);
    width: 95%;
    max-width: 469px;
    height: 90px;
    text-align: center;
    background-color: white;
    border: 1px solid #a1a1a1;
    padding: 0 5px;
}

.demo-container h3 {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: normal;
}

.login-container, .create-account-container, .matched-users-container, .getting-started-create-container {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 10px;
    width: calc(100% - 20px);
    max-width: 467px;
    max-height: 90%;
    background-color: white;
    overflow-y: hidden;
    border: 1px solid #1a1a1a;
}

.getting-started-create-container {
    display: none;
}

.matched-users-container .matched-user {
    position: relative;
    margin-bottom: 30px;
    padding: 5px 15px;
}
.matched-users-container .matched-user:hover {
    cursor: pointer;
}
.matched-users-container .matched-user .input-full h4 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: normal;
}
.active-selection {
    border: 1px solid #358DF2;
}

#matched-user-container {
    display: none;
    z-index: 1301;
}
.matched-user {
    margin-bottom: 15px;
}
.update-match {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 75px;
    height: 40px;
    background-color: #358DF2;
    border: 1px solid #fff;
    color: white;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}
.update-match:hover {
    cursor: pointer;
    transition: all 1.5s;
    color: black;
    background-color: #85baf7;
    border: 1px solid #000;
    border-radius: 2px;
}
.update-match h4 {
    position: relative;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .8rem;
    font-weight: normal;
    height: 17px;
}
.create-account-container {
    max-height: 90%;
    overflow-y: auto;
    display: none;
}
.users-container {
    position: relative;
    padding: 0 5px;
    margin-bottom: 15px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.login-header {
    position: relative;
    margin: 0;
    width: 100%;
    height: 50px;
    background-color: var(--darkcolor);
    color: white;
}

    .login-header h2 {
        font-weight: bold;
    }

.login-header2 {
    position: relative;
    margin: 0;
    width: 100%;
    height: 30px;
    background-color: var(--darkcolor);
    color: black;
}

    .login-header2 h2 {
        font-weight: bold;
    }

#create-user-header, #create-user-subheader, #matched-user-subheader {
    position: relative;
    margin: 0;
    height: 50%;
    width: 100%;
    text-align: center;
}
#create-user-header h2 {
    font-weight: bold;
    top: unset;
    bottom: 2px;
}
#create-user-subheader h2 {
    font-weight: lighter;
    bottom: unset;
    top: 0;
}

.login-container input[type=text], .login-container input[type=password], .create-account-container input[type=text], .create-account-container input[type=password], .create-account-container input[type=email], .create-account-container select, .getting-started-create-container input[type=text], .getting-started-create-container input[type=email] {
    position: relative;
    margin: 10px 0 0 5px;
    width: calc(100% - 20px);
    height: 40px;
    padding-left: 5px;
    font-size: 1.2em;
}

.login-btn, .login-btn-new, .forgot-password-container, .no-account  {
    position: relative;
    margin: 10px 0 0 5px;
    width: calc(100% - 13px);
    height: 40px;
    background-color: dimgray;
    border: 1px solid #fff;
    color: white;
    font-weight: normal;
    letter-spacing: 2px;
    cursor: pointer;
}
.login-container input[type=text] .has-error {
    border: 1px solid #fff;
}
.err-message {
    color: red;
    margin-left: 5px;
    height: unset;
}
.forgot-password-container {
    background-color: transparent;
    color: #cecece;
}
.no-account, .create-disabled {
    margin: 10px 0 0 5px;
    background-color: #ebebeb;
    color: #444;
    letter-spacing: 1px;
}
.create-disabled {
    background-color: transparent;
    color: #cecece;
    border: 1px solid #cecece;
}
.newclientform {
    background-color :var(--darkcolor)
}
.login-btn-new:hover {
    transition: all 1.5s;
    color: black;
    background-color: #85baf7;
    border: 1px solid #000;
    border-radius: 2px;
}
.login-btn-new h2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19px;
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.create-disabled:hover {
    transition: none;
    background-color: transparent;
    border: 1px solid #cecece;
    border-radius: 0;
    color: #cecece;
}
.login-btn:hover {
    transition: all 1.5s;
   
    background-color: black;
    border: 1px solid #000;
    border-radius: 2px;
}
.forgot-password-container:hover {
    transition: all 1.5s;
    color: #1a1a1a;
}
.no-account:hover {
    transition: all 1.5s;
    background-color: #cecece;
}

.error-message {
    position: relative;
    margin: 10px 0 0 5px;
    padding: 5px 2px;
    width: calc(100% - 13px);
    background-color: #358DF2;
    border: 1px solid #fff;
    color: white;
    cursor: pointer;
    background-color: red;
    border-radius: 5px;
}

.error-message h2 {
    position: relative;
    margin: 0 0 0 5px;
    color: white;
    font-size: 1em;
    height: unset;
    text-align: left;
}

.saved-message {
    position: relative;
    margin: 10px 0 0 5px;
    padding: 5px 2px;
    width: calc(100% - 13px);
    background-color: white;
    border: 1px solid #fff;
    color: forestgreen;
    cursor: pointer;
    
    border-radius: 5px;
}

    .saved-message h2 {
        position: relative;
        margin: 0 0 0 5px;
        color: forestgreen;
        font-size: 1em;
        height: unset;
        text-align: left;
    }

.header-message {
    position: relative;
    padding: .5rem 1rem;
    text-align: left;
}
.header-message h3 {
    position: relative;
    margin: 0;
    font-size: 1rem;
    color: rgba(0,0,0,.5);
}


#login-account-error {
    border: 1px solid red;
    display: none;
}
.top {
    top: 2px;
}
.bottom {
    bottom: 2px;
}

.selectedclientname:hover {
    background-color: var(--darkcolor);
    color:white;
    
    cursor: pointer;
}
.selectedclientname h1 {
    position: relative;
    margin: 0;
    font-size: 1em;
    font-weight:bold;
    letter-spacing: 1px;
    text-align: right;
    border:groove;
    padding:5px;
}

.header {
    position: relative;
    margin-bottom: 0px;
    height: 75px;
    width: 100%;
    background-color: dimgray;
    color: white;
}
.header .half {
    position: relative;
    margin: 0;
    width: 100%;
    height: calc(75px/2);
    text-align: center;
    
}
.header .half h3 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 1.2em;
}

.main-dia {
    /*position: relative;*/
    /*margin: 0 auto;
    width: 100%;
    height: calc(100% - 120px);
     background-color: whitesmoke;*/
}

    .main-dia .main-dialog {
        /* position: relative;*/
        margin:  5px auto;
        width: calc(80% );
        height: calc(90% );
        /*height: calc(100% - 120px);*/
        overflow-y: auto;
    }




.main-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 120px);
   /* height: calc(100% - 145px);  dodd why was this screen short */
   background-color:whitesmoke;
   
}
.main-container .nav-container {
    position: relative;
    margin-bottom:15px;
    width: 100%;
    height: 45px;
    background-color:var(--lightcolor);
}
 .main-container .nav-container .back {
    position: absolute;
    margin: 0;
    width: 245px;
    height: 100%;
    text-align: center;
    color: green;
}

    .main-container .nav-container .backimg i {
        font-size: 1.2em;
        top: 50%;
        transform: translateY(-50%);
    }

 .main-container .nav-container .close {
        position: absolute;
        
        width: 300px;
        height: 100%;
        /*text-align: left;*/
        top: 50%;
        transform: translateY(-35%) translateX(53%);
        right:0px;
    }
 .main-container .nav-container .back i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
   
}

    .main-container .nav-container .close i {
        /*position:absolute;*/
       /* float:right;
       
        top: 50%;
        transform: translateY(-50%);*/
       /* font-size: 1.2em;*/
       
    }
.main-container .nav-container .close {
    right: 0;
}
.main-container .nav-container .back {
    left: 0;
}
  .main-container .nav-container .back:hover, .main-container .nav-container .back:hover {
     cursor: pointer;
 }
    .main-container .nav-container .close:hover {
        cursor: pointer;
        color:white;
    }
.main-container .page-label-container {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 30px;
    text-align: center;
}
    .main-container .page-label-container h4 {
        position: relative;
        margin: 0 auto;
        color:black;
        font-size: 1.2em;
        top: 50%;
        transform: translateY(-50%);
        /* border-bottom: 1px solid rgba(0,0,0,.1); */
       /* rgba(0,0,0,.85)*/
    }
.main-container .main {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: calc(100% - 120px);
    overflow-y: auto;
}

.location-container, .service-container, .provider-container {
    position: relative;
    margin-bottom: 10px;
    width: calc(100% - 2px);
    height: 120px;
    border: 1px solid rgba(0,0,0,.35);
}

.location-container:hover, .service-container:hover, .provider-container:hover {
    cursor: pointer;
    background-color:white;
}

.location-container .location-details-container {
    position: relative;
    margin: 0 auto;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.location-detail {
    position: relative;
    margin: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    color: rgba(0,0,0,.52);
    /*text-transform: uppercase;*/
}
.location-detail h4 {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}
.service-item-desc {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 130px;
}
.service-item-name {
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
    height: 20px;
    color: #358DF2;
}
.service-item-name h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}

.service-item-namep {
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
    height: 20px;
    color: forestgreen;
}

.service-item-namep h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}
.service-item-memo {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: calc(100% - 60px);
    font-size: .8em;
    color: rgba(0,0,0,.85);
    overflow: auto;
}
.service-item-memo h4 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1px;
}
.prov-item-img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-color: #cecece;
    background-image: url("../../img/salon3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.prov-item-desc {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 140px;
    width: calc(100% - 145px);
    height: 130px;
}

.prov-item-name {
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
    height: 20px;
    color: forestgreen;
    text-align: left;
}
.prov-item-name h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}
.prov-item-memo {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: calc(100% - 60px);
    font-size: .8em;
    color: rgba(0,0,0,.85);
}
.prov-item-memo h4 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1px;
}
.date-selection-container {
    position: relative;
    width: 100%;
    max-height: calc(100% - 10px);
    height: calc(100% - 10px);
    overflow-y: hidden;
}
.confirmation-container, .appointment-confirmed-container, .appointments-list-container, .clientconfirmation-container, .client-list-container {
    position: relative;
    width: 100%;
    
}
.appointment-confirmed-container {
    text-align: center;
}

.clientappointment-confirmed-container {
    text-align: center;
}
.confirmation-container .appt-details-container {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}
.confirmation-container .appt-details-container h3 {
    position: relative;
    height: 20px;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    color: black;
    letter-spacing: 1px;
}
.confirmation-container .appt-details-container h4 {
    position: relative;
    margin: 0;
    height: 15px;
    margin-bottom: 5px;
    font-size: .8em;
    color: rgba(0,0,0,.85);
}
.confirmation-container .comments-container {
    position: relative;
    margin: 0 0 25px 0;
    width: 100%;
    height: 75px;
}
.confirmation-container .comments-container textarea {
    position: relative;
    margin: 0 auto;
    padding: 5px;
    width: calc(100% - 12px);
    height: 100%;
    resize: none;
}
.confirmation-container .book-now, .appointments-list-container .no-appointments .book-now {
    position: relative;
    margin: 0 auto;
    width:calc(100%/2 - 20px);
    height: 75px;
    background-color: dimgray;
}
.confirmation-container .book-now:hover, .appointments-list-container .no-appointments .book-now:hover {
    cursor: pointer;
    background-color:black;
}
.confirmation-container .book-now h2,  .appointments-list-container .no-appointments .book-now h2{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   /* width:calc(100%/2- 20px );*/
    font-size: 1.5em;
    height: 30px;
  
    color: white;
    
}
.date-picker-container {
    position: relative;
    margin: 0;
    width: 100%;
    height: 130px;
}
.available-time-container, .appointment-container {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 75px;
    max-height: calc(100% - 130px);
    overflow-y: auto;
}
.appointment-container {
    height: 100%;
}
.appointment-container .appointment {
    position: relative;
    margin: 0;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid rgba(0,0,0,.23);
    text-align: left;
    color: rgba(0,0,0,.75);
}
.appointment-container .appointment .appointment-details {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 75%;
    float: left;
}
.appointment-container .appointment .appointment-details h4 {
    position: relative;
    margin: 0 0 3px 0;
    font-size: 1em;
    height: 18px;
}
.appointment-container .appointment .select {
    position: relative;
    width: 55px;
    height: 100%;
    float: right;
    text-align: center;
}
.appointment-container .appointment .select i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}
.available-time {
    position: relative;
    margin: 0;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid rgba(0,0,0,.23);
    text-align: left;
    color: rgba(0,0,0,.75);
}
.available-time:hover {
    cursor: pointer;
    background-color:white;
}
.available-time h4 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
    height: 23px;
    font-size: 1.2em;
}
.available-time .select {
    position: relative;
    width: 55px;
    height: 100%;
    float: right;
    text-align: center;
}
.available-time .select i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}
.appointment-confirmed-container .confirmed-nav-container {
    position: absolute;
    margin: auto;
    top: 125px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
}
    .appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        height: 75px;
        background-color: dimgray;
        display: inline-block;
        vertical-align: top;
        width: 250px;
    }
.appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn:hover {
    cursor: pointer;
    background-color:black;
}
.appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn h2 {
    position: relative;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    
    color: white;
}


.clientappointment-confirmed-container .clientconfirmed-nav-container {
    position: absolute;
    margin: auto;
    top: 125px;
    left: 0;
    right: 0;
}
.clientappointment-confirmed-container .clientconfirmed-nav-container .confirm-nav-btn {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    height: 75px;
    background-color: dimgray;
    display: inline-block;
    vertical-align: top;
    width:calc(100%/3 -15px);
}
.clientappointment-confirmed-container .clientconfirmed-nav-container .confirm-nav-btn:hover {
        cursor: pointer;
        background-color:black;
    }
.clientappointment-confirmed-container .clientconfirmed-nav-container .confirm-nav-btn h2 {
        position: relative;
        font-size: 1.5em;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        /*text-transform: uppercase;*/
        color: white;
    }

appointment-details-container .confirmed-nav-container .confirm-nav-btn {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    height: 75px;
    background-color: #358DF2;
    display: inline-block;
    vertical-align: top;
}

    appointment-details-container .confirmed-nav-container .confirm-nav-btn:hover {
        cursor: pointer;
    }

    appointment-details-container .confirmed-nav-container .confirm-nav-btn h2 {
        position: relative;
        font-size: 1.5em;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        /*text-transform: uppercase;*/
        color: white;
    }

.appointment-confirmed-container  {
    position: absolute;
    margin: auto;
    top: 125px;
    left: 0;
    right: 0;
}

.clientlist_bottombuttons {
    align-content: center; 
    display: flex; 
    justify-content: center;
   
}
.clientlist_3bottombuttons {
    width: 500px;
    margin-top:20px;
}
 .btnpay:hover {
    cursor: pointer;
    background-color: white;
}

.bottombutton3 {
    position: relative;
   
    margin: 0;
    width: calc(100%/3 - 10px);
    height: 55px;
    display: inline-block;
    vertical-align: top;
   background-color:dimgray;
    left:12%;
    -ms-transform: translate(-33%, 0%);
    transform: translate(-33%, 0%)
}

.bottombutton3:hover {
    cursor: pointer;
    background-color: black;
}

    .bottombutton3 h2 {
        position: relative;
        font-size: 1.5em;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        /*text-transform: uppercase;*/
        color: white;
    }


.clientlist_2bottombuttons {
    width: 500px;
    margin-top: 20px;
   
}

.bottombutton2 {
    position: relative;
    margin: 0;
    width: calc(100%/2 - 15px);
    height: 55px;
    display: inline-block;
    vertical-align: top;
    background-color: dimgray;
    left: 23%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

    .bottombutton2:hover {
        cursor: pointer;
        background-color: black;
    }

    .bottombutton2 h2 {
        position: relative;
        font-size: 1.5em;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        /*text-transform: uppercase;*/
        color: white;
    }

#exit {
    background-color: rgba(68,68,68,.65);
}
#delete-appt {
    background-color: #ed5e68;
}
.main-dialog, .logoff-dialog {
    position: absolute;
    margin: auto;
    /*padding-top: 15px;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 550px;
    /*height: 300px;*/
    background-color: white;
    display: none;
    z-index: 1301;
    border-color: black;
    border-width: thin;
    border-style: solid;
}

    .appt-options-dialog {
        height:60px;
        background-color: red;
    }

.main-dialog .dialog-btn {
    position: relative;
    /*margin:auto;*/
    width: 95%;
    /* padding-top: 20px;
    height: 25px;*/
    height: 25px;
    padding-top: 10px;
    background-color: var(--lightcolor);
    /*background-color: rgba(68,68,68,.65);*/
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    color: black;
}
.main-dialog .dialog-btn h2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.5em;
    height: 28px;
    /*text-transform: uppercase;*/
    /*color: white;*/
}
    .main-dialog .dialog-btn:hover {
        cursor: pointer;
        /*transition: all 1.5s;*/
        color: white;
        background-color:var(--darkcolor);
       
        /*border: 1px solid #000;*/
        /*border-radius: 2px;*/
    }
.collapseme {
    visibility: collapse;
}

    .main-dialog .dialog-btn-provider {
        position: relative;
        /*margin:auto;*/
        width: 95%;
        height: 25px;
        padding-top: 20px;
        background-color: var(--lightcolor);
        /*background-color: rgba(68,68,68,.65);*/
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        color: black;
        visibility:collapse;
    }

        .main-dialog .dialog-btn-provider h2 {
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 1.5em;
            height: 28px;
            /*text-transform: uppercase;*/
            /*color: white;*/
        }

        .main-dialog .dialog-btn-provider:hover {
            cursor: pointer;
            /*transition: all 1.5s;*/
            color: white;
            background-color: var(--darkcolor);
            /*border: 1px solid #000;*/
            /*border-radius: 2px;*/
        }
.logoff-dialog {
    height: 200px;
    padding: 0 1.5rem;
}
.logoff-dialog .message-container {
    position: absolute;
    left: 0;
    top: 35px;
    margin: 0;
    height: 55px;
    width: 100%;
}
.logoff-dialog .message-container h2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 1.2em;
    height: 50px;
    color: black;
}
.logoff-dialog .btn-container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }

.main-dialog .btn-container {
     position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 20px;
    width: calc(80% );
}

.main-dialog .btn-containerPay {
    position:inherit;
    margin: auto;
    padding-top: 4px;
    width: calc(40% );
   
}

.main-dialog .btn-containerPay .btn {
    position: relative;
    margin: 0px 0px 5px 0px;
    width: 200px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    background-color:darkblue;
    left: 0%;
    color:White;
    /*-ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)*/
}

    .main-dialog .btn-containerPay .btn:hover {
        background-color:steelblue;
    }


    .main-dialog .btn-containerPay2 .btn {
        position: relative;
        margin: 0px 0px 5px 0px;
        width: 200px;
        height: 55px;
        display: inline-block;
        vertical-align: top;
        background-color: firebrick;
        left: 0%;
        color: White;
        /*-ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)*/
    }

        .main-dialog .btn-containerPay2 .btn:hover {
            background-color:crimson;
        }
    

.main-dialog .header-msgalert {
    position: relative;
    margin: 5px 7px 7px 5px;
    height: calc(85% );
    background-color: var(--lightcolor);
    /* border-color: black;
    border-width: thin;
    border-style:solid;*/
    /*height: 55px;
    background-color: white;*/
}

.main-dialog .header-msgEFTalert {
    position: relative;
    margin: 5px 7px 7px 5px;
    height: calc(80% );
    background-color: var(--lightcolor);    
    align-content: center;
    /* border-color: black;
    border-width: thin;
    border-style:solid;*/
    /*height: 55px;
    background-color: white;*/
}
    .main-dialog .header-msgEFTalert h4 {
        font-size: 1.2em;
        font-weight: bold;
        color: dimgray;
        vertical-align: bottom;
        align-content: center;

        /*background-color: lightgray;
    align-content: center;
    border-color: black;
    border-width: thin;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;*/
    }
  

.main-dialog .header-msgalert h8 {
  
    font-size: 1.2em;
    font-weight: bold;
   
    color:dimgray;
   vertical-align:middle;
    /*background-color: lightgray;
    align-content: center;
    border-color: black;
    border-width: thin;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;*/
}

    .main-dialog .header-msgalert h9 {
        font-size: 1.2em;
        font-weight: bold;
        color: dimgray;
        vertical-align: middle;
        /*background-color: lightgray;
    align-content: center;
    border-color: black;
    border-width: thin;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;*/
    }



.main-dialog .header-cancel {
    position: relative;
    margin: 0;
    height: 50px;
    background-color: white;
   /* border-color: black;
    border-width: thin;
    border-style:solid;*/
    /*height: 55px;
    background-color: white;*/
}
    .main-dialog .header-cancel h2 {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        font-size: 1.2em;
        font-weight: bold;
        height:50px;
        /*50px;*/
        color: black;
        background-color: lightgray;
        align-content: center;
        border-color: black;
        border-width: thin;
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 0;
    }

.main-dialog .header-input {
    position: center;
    margin: 0;
    height: 150px;
    background-color: var(--darkcolor);
    color: white;
    padding-top: 30px;
    /*padding-left: 30px;*/
    /* border-color: black;
    border-width: thin;
    border-style:solid;*/
    /*height: 55px;
    background-color: white;*/
}

.main-dialog .header-cancel2 {
    position: relative;
    margin: 0;
    height: 50px;
    background-color: white;
    padding-top: 30px;
    padding-bottom:-30px;
    /*height: 55px;
    background-color: white;*/
   /* border-color: black;
    border-width: thin;
    border-style: solid;*/
}
    .main-dialog .header-cancel2 h2 {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
       
        font-size: 1.2em;
        font-weight:bold;
        height: 50px;
        color: black;
        background-color: lightgray;
        align-content: center;
        border-color: black;
        border-width: thin;
        border-style: solid;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
    }
.main-dialog .details-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 57px;
    text-align: center;
   }
/*.main-dialog .details-container .main .ViewSalesLog-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 57px;
    text-align: center;

}*/
.main-dialog .details-container h4 {
    position: relative;
    margin: 0;
    height: 19px;
    font-size: 1em;
    color: rgba(0,0,0,.45);
}


 .btn-container2  {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.btn-containerversion {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    /* bottom: 100px;*/
    width: calc(100% - 10px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
    background-color: antiquewhite;
}

    .btn-containerversion h2 {
        background-color: var(--lightcolor);
    }

.btn-container2 .btn {
    position: relative;
    margin: 0;
    width: calc(100%/2 - 15px);
    height: 55px;
    display: inline-block;
    vertical-align: top;
    background-color: dimgray;
    left: 23%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)


}
 .btn-container2 .btn:hover {
   
    background-color: black;
   
}



.btn-container2 .btn h2, .btn-container2 .header h2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.5em;
    height: 28px;
    
    color: white;
}


.main-dialog .btn-container .btn {
    position: relative;
    margin: 0px 0px 5px 0px;
    width: calc(100%/2 - 15px);
    height: 55px;
    display: inline-block;
    vertical-align: top;
    background-color: dimgray;
    left: 0%;
     -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.main-dialog .btn-container .btn:hover {
   
    background-color: black;
   
}

.main-dialog .btn-container-search {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    /*bottom: 15px;*/
    /*width: calc(100% - 30px);*/
    padding-top: 20px;
    width: calc(80%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .main-dialog .btn-container-search .btn {
        position: relative;
        margin: 0 0 5px 0;
        width: calc(100%/2 - 15px);
        height: 55px;
        padding-left: 25px;
        padding-right: 25px;
         display: inline-block;
        vertical-align: top;
        background-color: dimgray;
        left: 30%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        background-color: dimgray;
    }

/*.logoff-dialog .btn-container .btn {
    position: relative;
    margin: 0 5px;
    height: 55px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    width: 250px;
}*/

.main-dialog .btn-container-search .btn h2 {
    position: relative;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    /*text-transform: uppercase;*/
    color: white;
   
}

.main-dialog .btn-container-search .btn:hover {
    background-color: black;
}

   /* .main-dialog .btn-container .btn .center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }*/
.logoff-dialog .btn-container .btn {
    position: relative;
    margin: 0 5px;
    height: 55px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    width: 250px;
}
.logoff-dialog .btn-container .btn h2 {
    position: relative;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    /*text-transform: uppercase;*/
    color: white;
}
#version-btn, #user-options-btn {
    float: right;
    margin-right: 15px;
}

/* #user-options-btn {
    float: right;
    margin-right: 15px;
}*/
.main-dialog .btn-container .btn h2, .main-dialog .btn-container .header h2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.5em;
    height: 28px;
    /*text-transform: uppercase;*/
    color: white;
}

.main-dialog .btn-container .btn h2:hover, .main-dialog .btn-container .header h2:hover {
   background-color:black;
}
#cancel-appointment, #cancel-scheduled-appt {
    height: 350px;
}
#cancel-appointment .btn-container, #cancel-scheduled-appt .btn-container {
    bottom: 0;
}
#cancel-appointment .btn-container .btn, #cancel-scheduled-appt .btn-container .btn {
    margin: 0 auto 10px auto;
    margin-left: 9px;
}
.delete {
    background-color: #ed5e68;
}
.cancel {
    background-color: rgba(68,68,68,.65);
}
.delete:hover, .cancel:hover {
    cursor: pointer;
}
.nav-bottom {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #444;
}
.nav-bottom .nav-btn {
    position: relative;
    margin: 0;
    height: 100%;
    width: calc(100%/7);
    float: left;
    text-align: center;
    color: #a4a4a4;
}
.nav-bottom .nav-btn i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    /*color:red; dodd employeecolor*/
}
.nav-bottom .nav-btn:hover {
    cursor: pointer;
    color:white;
}

/*.closelogout:hover {
    cursor: pointer;
    color: white;
}*/
.appointments-list-container {
    min-height: 250px;
}
.no-providers-container, .no-available-times {
    position: relative;
    margin: 25px auto;
    width: 100%;
}
.no-providers-container .provider, .no-available-times .time {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}
.no-providers-container .provider i, .no-available-times .time i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.5em;
    color: rgba(0,0,0,.45);
}
.no-providers-container .message, .no-available-times .message {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 30px;
    text-align: center;
}
.no-providers-container .message h4, .no-available-times .message h4 {
    position: relative;
    margin: 0;
    height: 19px;
    font-size: 1em;
    color: rgba(0,0,0,.45);
}
.appointments-list-container .no-appointments {
    position: relative;
    margin: 25px auto;
    width: 100%;
}
.appointments-list-container .no-appointments .clock {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}
.appointments-list-container .no-appointments .clock i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.5em;
    color: rgba(0,0,0,.45);
}
.appointments-list-container .no-appointments .message {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 30px;
    text-align: center;
}
.appointments-list-container .no-appointments .message h4 {
    position: relative;
    margin: 0;
    height: 19px;
    font-size: 1em;
    color: rgba(0,0,0,.45);
}
.invalid, .invalid:focus {
    border: 2px solid red;
    outline: none;
}
.valid, .valid:focus {
    border: 2px solid #32d632;
    outline: none;
}


.reset-password-content {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 650px;
    background-color: white;
    border-top: 10px solid #358DF2;
    text-align: center;
    padding: 0 10px 10px;
}

.reset-password-content h1 {
    position: relative;
    margin: 0;
    font-size: 3em;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #1a1a1a;
}
.reset-password-form {
    text-align: left;
}
.reset-password-form .err-message-container {
    margin: 10px 0 5px 0;
}
.reset-password-input {
    position: relative;
    margin: 10px 0 0 5px;
    padding-left: 5px;
    height: 40px;
    font-size: 1.2em;
    width: calc(100% - 20px);
}

.reset-pswd-container {
    position: relative;
    margin: 115px auto 0 auto;
    width: 85%;
    height: 150px;
    display: none;
}

.reset-pswd-container h3 {
    position: absolute;
    margin: 0;
    color: #444;
    margin: 0;
    top: -40px;
    left: 35px;
    font-size: .8em;
    width: calc(100% - 100px);
}

.reset-input-container {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 50px;
}

.reset-input-container .pass-validation {
    position: absolute;
    margin: auto;
    top: 8px;
    right: -27px;
    width: 25px;
    height: 25px;
}

.reset-input-container .pass-validation i {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #32CD32;
}

/*.reset-input-container input[type=text], .reset-input-container input[type=password] {
    position: relative;
    margin: 0;
    height: 37px;
    width: calc(100% - 18px);
    padding: 0 7px;
    font-size: 1.2em;
}*/

.confirm-reset {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    color: white;
}

#reset-password-final .confirm-reset h2, #reset-request h2 {
    top: 0;
    bottom: 0;
    font-size: 1.1em;
    color: white;
}

.confirm-reset .pswd-btn {
    position: relative;
    margin: 0;
    width: calc(95%/2);
    height: 90%;
    vertical-align: bottom;
    display: inline-block;
    cursor: pointer;
}

.confirm-reset .reset-btn {
    position: relative;
    margin: 0;
    width: calc(95%/2);
    height: 90%;
    background-color: #358DF2;
    border: 1px solid #fff;
    color: white;
    font-weight: normal;
    float: right;
}
.confirm-reset .reset-btn h2 {
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 1px;
}
.confirm-reset .reset-btn:hover {
    cursor: pointer;
}

.confirm-reset .disable-reset {
    background-color: #ebebeb;
    color: #444;
}
.confirm-reset .disable-reset:hover {
    cursor: default;
}

.new-user-created-dialog {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    max-width: 500px;
    background-color: #444;
    z-index: 1301;
    display: none;
}
.new-user-created-dialog .congrats-container {
    position: relative;
    margin: 0;
    text-align: center;
    color: white;
    background-color: #444;
    padding: 0 5px;
}
.new-user-created-dialog .congrats-container .main, .new-user-created-dialog .congrats-container .sub {
    position: relative;
    margin: 0;
    padding: 1rem 0;
}
.new-user-created-dialog .congrats-container .main h1 {
    position: relative;
    margin: 0;
    font-size: 2rem;
}
.new-user-created-dialog .congrats-container .sub h4 {
    position: relative;
    margin: 0;
    font-size: 16px;
}
.new-user-created-dialog .button-container {
    background-color: #444;
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 30px;
}

.new-user-created-dialog .button-container .btn-created-user {
    position: relative;
    margin: 0;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5rem;
    background-color:dimgray
}
.new-user-created-dialog .button-container .btn-created-user:hover {
    cursor: pointer;
    background-color:black;
}
.new-user-created-dialog .button-container .btn-created-user h2 {
    position: relative;
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    /*text-transform: uppercase;*/
    color: white;
    height: 18px;
}
/*.salesticket {
    background-color: orangered;
}*/

.saletotal {
    background-color: #b7e1e1;
}
.saleitems {
    background-color: #e7feff; /*#D6EEEE;*/
}
.salepayments {
    background-color: #e7feff;
}

.futureappt {
    color:blue;
}

.clientlist {
    background-color:antiquewhite;
    
}
.clientlistheader {
    background-color:var(--darkcolor);
}
.clientlist-row:hover {
    background-color:var(--lightcolor);
}

a.button {
    position: relative;
    /*margin:auto;*/
    width: 95%;
    height: 25px;
    padding-top: 20px;
    background-color: var(--lightcolor);
    /*background-color: rgba(68,68,68,.65);*/
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    /*padding: 1px 6px;*/
    border: 1px outset;
    border-radius: 3px;
    /*color: buttontext;*/
    /*background-color: buttonface;*/
    text-decoration: none;
}

.nonscrollable-div {
    background-color: #f2f2f2; /* Light grey background */
    width: 500px; /* Fixed width */
    height: 38px; /* Fixed height */
   
    padding: 0px; /* Some padding */
    border: 1px solid #ccc; /* A light border */
}
.scrollable-div {
   
    background-color: #f2f2f2; /* Light grey background */
    width: 500px; /* Fixed width */
    height: 400px; /* Fixed height */
    overflow-y: scroll; /* Enable vertical scrolling */
    padding: 4px; /* Some padding */
    border: 1px solid #ccc; /* A light border */
   
}


.tableFixHead {
    overflow-y: auto; /* Enable vertical scrolling */
    height: 300px; /* Set a fixed height for the table body */
    margin:0;
   
}

    .tableFixHead thead th {
        position: sticky; /* Make the header sticky */
        top: 0; /* Set the top position of the header to 0 */
        /*background-color: #eee;*/ /* Add a background color to the header */
        z-index: 1; /* Ensure the header is above other content */

    }
    .tableFixHead .clientlistitems:hover {
        background-color: var(--lightcolor);
    }

/* IPhone 6/7/8 */
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .create-account-container {
            width: calc(100% - 20px);
            max-width: none;
        }

            .create-account-container input[type=text], .create-account-container input[type=password] {
                position: relative;
                margin: 10px 0 0 5px;
                height: 40px;
                padding-left: 5px;
                font-size: 1.2em;
            }

        .reset-password-content h1 {
            font-size: 1.2em;
        }

        .appointment-confirmed-container .confirmed-nav-container {
            display: flex;
            flex-direction: column;
        }
            .appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn h2 {
                height: 25px;
                white-space: nowrap;
                font-size: 1.2em;
            }
    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
        .create-account-container {
            width: calc(100% - 20px);
            max-width: none;
        }

            .create-account-container input[type=text], .create-account-container input[type=password] {
                position: relative;
                margin: 10px 0 0 5px;
                height: 40px;
                padding-left: 5px;
                font-size: 1.2em;
            }

        .reset-password-content {
            height: 235px;
        }

            .reset-password-content h1 {
                font-size: 1.5em;
            }

        .reset-pswd-container {
            margin: 75px auto 0 auto;
        }

            .reset-pswd-container h3 {
                width: calc(100% - 15px);
                top: -33px;
                left: 5px;
                font-size: .6em;
            }

        .appointment-confirmed-container .confirmed-nav-container {
            display: flex;
            flex-direction: column;
        }
            .appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn h2 {
                height: 25px;
                white-space: nowrap;
                font-size: 1.2em;
            }
    }
    /* IPhone 5*/
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .create-account-container {
            height: calc(100% - 20px);
        }

        .login-btn, .no-account, .forgot-password-container {
            height: 30px;
        }
        .appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn h2 {
            height: 25px;
            white-space: nowrap;
            font-size: 1.2em;
        }
    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
        .create-account-container {
            width: calc(100% - 20px);
            max-width: none;
        }

            .create-account-container input[type=text], .create-account-container input[type=password] {
                position: relative;
                margin: 10px 0 0 5px;
                height: 40px;
                padding-left: 5px;
                font-size: 1.2em;
            }

        .appointment-confirmed-container .confirmed-nav-container {
            display: flex;
            flex-direction: column;
        }
            .appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn h2 {
                height: 25px;
                white-space: nowrap;
                font-size: 1.2em;
            }
    }

    @media only screen and (min-width: 731px) and (max-device-width: 823px) and (orientation: landscape) {
        .create-account-container {
            width: calc(100% - 20px);
            max-width: none;
        }

            .create-account-container input[type=text], .create-account-container input[type=password] {
                position: relative;
                margin: 10px 0 0 5px;
                height: 40px;
                padding-left: 5px;
                font-size: 1.2em;
            }

        .appointment-confirmed-container .confirmed-nav-container {
            display: flex;
            flex-direction: column;
        }
            .appointment-confirmed-container .confirmed-nav-container .confirm-nav-btn h2 {
                height: 25px;
                white-space: nowrap;
                font-size: 1.2em;
            }
    }