﻿
/*@font-face {
    font-family: 'Sofia Pro Light';
    src: url('fonts/SofiaPro-Light.eot');*/ /* IE9 Compat Modes */
    /*src: url('fonts/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
    /*url('fonts/SofiaPro-Light.woff2') format('woff2'),*/ /* Super Modern Browsers */
    /*url('fonts/SofiaPro-Light.woff') format('woff'),*/ /* Pretty Modern Browsers */
    /*url('fonts/SofiaPro-Light.ttf') format('truetype'),*/ /* Safari, Android, iOS */
/*}

@font-face {
    font-family: 'Sofia Pro Extra Light';
    src: url('fonts/SofiaPro-ExtraLight.eot');*/ /* IE9 Compat Modes */
    /*src: url('fonts/SofiaPro-ExtraLight.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
    /*url('fonts/SofiaPro-ExtraLight.woff2') format('woff2'),*/ /* Super Modern Browsers */
    /*url('fonts/SofiaPro-ExtraLight.woff') format('woff'),*/ /* Pretty Modern Browsers */
    /*url('fonts/SofiaPro-ExtraLight.ttf') format('truetype'),*/ /* Safari, Android, iOS */
/*}

@font-face {
    font-family: 'Sofia Pro Regular';
    src: url('fonts/SofiaPro.eot');*/ /* IE9 Compat Modes */
    /*src: url('fonts/SofiaPro.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
    /*url('fonts/SofiaPro.woff2') format('woff2'),*/ /* Super Modern Browsers */
    /*url('fonts/SofiaPro.woff') format('woff'),*/ /* Pretty Modern Browsers */
    /*url('fonts/SofiaPro.ttf') format('truetype'),*/ /* Safari, Android, iOS */
/*}*/


html, body {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-size: 1rem;
    color: #37474F;
    height: 100%;
    font-weight: 400;
}

html, body,
p, label,
h1, h2, h3, h4, h5, h6,
.mdl-textfield__input {
    font-family: 'Nunito', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
button,
.transition {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.mgtop5 {
    margin-top: 5px;
}

.mgtop15 {
    margin-top: 15px;
}

.mgtop30 {
    margin-top: 30px;
}

.mgtop50 {
    margin-top: 50px;
}
.no-margin{
    margin:0;
}

.mg-btm0{
    margin-bottom:0;
}

.shadow-depth-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-depth-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow-depth-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow-depth-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-depth-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.login-page-container, .register-page-container, .twoFaAuth-page-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 50px;
}

    .login-page-container::before, .register-page-container::before, .twoFaAuth-page-container::before{
        /*content: "";*/
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #FC466B; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        opacity: 0.65;
    }

    .login-page-container .form-container {
        position: absolute;
        z-index: 999;
        width: 50%;
        height: 60%;
        margin: 0 auto;
        opacity: 1;
        border-radius: 20px;
        min-height: 310px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #b9deea;
    }

        .login-page-container .form-container .form {
            position: absolute;
            width: 60%;
            right: 0;
            padding: 20px;
        }

        .login-page-container .form-container .form-image {
            position: absolute;
            width: 50%;
            bottom: 0;
            left: -10%;
            overflow: auto;
            display: block;
            z-index: 9999;
        }

    .register-page-container .form-container {
        position: absolute;
        z-index: 999;
        width: 60%;
        height: 65%;
        margin: 0 auto;
        opacity: 1;
        border-radius: 20px;
        min-height: 310px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #b9deea;
    }

        .register-page-container .form-container .form {
            position: absolute;
            width: 65%;
            right: 0;
            padding: 20px;
        }

        .register-page-container .form-container .form-image {
            position: absolute;
            width: 45%;
            bottom: 0;
            left: -10%;
            overflow: auto;
            display: block;
            z-index: 9999;
        }

    .twoFaAuth-page-container .form-container {
        position: absolute;
        background-color: #fff;
        z-index: 999;
        width: 35%;
        height: 65%;
        padding: 50px;
        margin: 0 auto;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 33px 33px 0px #00000029;
        opacity: 1;
        left: 55%;
        top: 25%;
        border-radius: 20px;
        min-height: 310px;
    }

.label-txt {
    font-size: 14px;
    color: #2f768f;
}

    .label-txt a {
        color: #000;
        margin-left: 2px;
        text-decoration: none;
        font-size: 14px;
    }

.textfield-form .mdl-textfield {
    padding: 0;
    padding-top: 10px;
}

.twoFactorCode {
    width: 50%;
    padding: 12px 20px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
}
.twoFactorCode:focus {
    outline: none;
    box-shadow: 0px 0px 2px #0066ff;
}

.checkbox .remember-machine::before {
    width: 15px;
    height: 15px;
    border: solid 1px #000;
}

.flexbox {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.flexbox-column {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.login-page-container #logo, .register-page-container #logo,
.twoFaAuth-page-container #logo{
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
}

    .login-page-container #logo img, .register-page-container #logo img,
    .twoFaAuth-page-container #logo img{
        text-decoration: none;
        position: relative;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

.form-container h4 {
    font-weight: 900;
    font-size: 21px;
    margin-bottom: 15px;
    color: #0d5f7a;
}

.current-url-txt {
    margin-right: 10px;
    padding-bottom: 10px;
    /*border-bottom: 3px solid #0d5f7a;*/
}

.description-txt {
    color: #1897C3;
}

.form-container .change-url-txt {
    text-decoration: none;
    color: #2f768f;
    font-weight: 900;
    margin-right: 10px;
    font-size: 15px;
}

.txt-description {
    width: 140px;
    text-align: left;
    font: Regular 40px/50px Muli;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

    .txt-description h5, .txt-description p {
        line-height: 30px;
    }

.container-description {
    background: #2D2D47 0% 0% no-repeat padding-box;
    box-shadow: 33px 33px 6px #00000029;
    border: 1px solid #707070;
    opacity: 0.82;
    width: 55%;
    padding-left: 30px;
    position: absolute;
    height: 60%;
    left: 40%;
    top: 20%;
    border-radius: 20px;
}

.register-page-container .container-description {
    width: 60%;
    left: 35%;
}

    .register-page-container .container-description .txt-description {
        width: 150px;
    }

.show-password-icon {
    font-size: 1.5em;
    color: #2D2D47;
}

.align-right-icon {
    margin-top: -30px;
    float: right;
}

.container #logo img {
    height: 4rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        position: relative;
        margin: 0;
        padding: 0 0 0 35px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        color: #37474F;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        input[type="checkbox"] + label::before,
        input[type="radio"] + label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 20px;
            border: solid 2px #3F51B5;
            z-index: 1000;
            -webkit-transition: all 0.12s, border 0.08s;
            -moz-transition: all 0.12s, border 0.08s;
            -o-transition: all 0.12s, border 0.08s;
            transition: all 0.12s, border 0.08s;
        }

        input[type="radio"] + label::before {
            border-radius: 50%;
        }

    input[type="checkbox"]:checked + label::before,
    input[type="radio"]:checked + label::before {
        width: 10px;
        left: 5px;
        top: -3px;
        border-top: none;
        border-left: none;
        border-radius: 0px;
        border-color: #3F51B5;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input[type="checkbox"]:checked + label,
    input[type="radio"]:checked + label {
    }

.text-danger {
    color: #F44336;
}

.text-dark-blue {
    color: #2a6377;
}

.text-burnt-sienna {
    color: #EE7D5A;
}

.validation-summary-errors {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-left: 0;
    font-weight: 500;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

.twoFaAuth-page-container .validation-summary-errors {
    text-align: center;
  
}

    .twoFaAuth-page-container .validation-summary-errors ul {
        list-style: none;
    }


/*.login-button {
    background: #2F2E50 0% 0% no-repeat padding-box;
    border: 2px solid #2D2D47;
    border-radius: 4px;
    opacity: 1;
    width: 167px;
    height: 50px;
    color: #fff;
    font-size: 15px;
}*/

.form-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 2rem;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    background-color: #1897C3;
    color: #fff;
    font-size: inherit;
}

    .form-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    }

    .form-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    }

button:focus {
    outline: none;
}

.padding-top10 {
    padding-top: 10px !important;
}

.register-confirm {
    margin-top: 5%;
    font-size: 100px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.resend-email-link {
    color:blue;
}

.main-logo img{
    max-width:9%;
}

.appointments {
    max-width: 25rem;
    margin: 0 auto !important;
    float: none !important;
}

.appointments-header, .appointments-content, .appointments-footer {
    max-width: 25rem;
    margin: 0 auto;
}

.appointments-header {
    padding: 1.25rem 1.25rem 0;
}

/*.appointments-content {
  height: calc(100vh - 15.5rem);
  overflow-y: auto;
  padding: 1rem 1.25rem 0;
  max-width: 25rem;
  margin: auto;
}*/

.appointments-content {
    overflow-y: auto;
    padding: 1rem 1.25rem 0;
}

    .appointments-content.footer-00 {
        height: calc(100vh - 7.5rem);
    }

    .appointments-content.footer-0 {
        height: calc(100vh - 8.8rem);
    }

    .appointments-content.footer-1 {
        height: calc(100vh - 11rem);
    }

    .appointments-content.footer-2 {
        height: calc(100vh - 13.3rem);
    }

    .appointments-content.footer-3 {
        height: calc(100vh - 15.5rem);
    }

/*.appointments-footer {
  position: fixed;
  bottom: 0;*/
/*width: 100%;*/
/*padding: 0 1.25rem 1.25rem;
}*/

.appointments-footer {
    padding: 0 1.25rem 1.25rem;
}

.logo {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
}

.small-logo {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 0.063rem rgba(0, 0, 0, 0.2);
}

.underline {
    text-decoration: underline !important;
}

.client-login a{
    text-decoration:none;
    color:#000;
    font-weight:normal;
}

#appointments {
    overflow: hidden;
}

    #appointments #header {
        height: 12%;
        width: 100%;
        background-color: #707070;
        color: #FFFFFF;
    }

        #appointments #header .row {
            height: 4rem;
        }

    #appointments #body {
        padding: 1rem;
    }
/*
    #appointments #footer {
        margin: 0 0 1rem;
    }*/

   /* #appointments #help {
        color: #065975;
        line-height: 1.5rem;
    }*/

    #appointments h5 {
        font-weight: 500;
        font-size: 1rem;
        /*color: #005572;*/
        position: relative;
    }

    #appointments #forgot-password {
        font-size: 14px;
        font-weight: 500;
        /*color: #065975;*/
        line-height: 1.5rem;
        transition: all 0.3s;
    }

    #appointments #register {
        font-size: 14px;
        font-weight: 500;
        color: #065975;
        line-height: 1.5rem;
        transition: all 0.3s;
    }

    /*#appointments .textfield-form {
        padding-bottom: 1.34375em;
    }*/

    #appointments .mdl-textfield {
        background-color: rgba(0,0,0,.04);
        border-radius: 4px 4px 0 0;
        padding: 0.75em 0.75em 0 0.75em;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    #appointments .mdl-textfield.is-invalid {
        border-color: #d50000;
        box-shadow: none;
    }

    #appointments .mdl-textfield__input {
        border-bottom: 0;
    }

    #appointments .label-txt {
        font-size: 13px;
        color: rgba(0,0,0,.6);
    }

    #appointments .logo {
        height: 6rem;
        width: 6rem;
        border-radius: 50%;
    }

.centered {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.height-flex {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.height-flex-grow {
    flex-grow: 1;
    overflow-x: hidden;
}

h5 {
    font-weight: 500;
    font-size: 1rem;
    /*color: #8B9EA7;*/
    position: relative;
}

.resp-content {
    max-width: 35rem;
    margin: auto;
}

/*a {
    text-decoration: none !important;
}*/

/* start spacing */

.pl-4 {
    padding-left: 2rem;
}

.pr-6 {
    padding-right: 4rem;
}

/* end spacing */

/*.custom-medium-button {
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    overflow: visible;
    border-radius: 2rem !important;
    line-height: 1.5rem !important;
    padding: 0 1.25rem !important;
    font-size: medium;
    -webkit-appearance: button;
    background: 0 0;
    font-weight: 500;
    transition: all 0.3s;
    text-transform: none;
}

    .custom-medium-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    }

    .custom-medium-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    }*/

.small, small {
    font-size: 80% !important;
    font-weight: 400;
}

button:focus {
    outline: none;
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: 0 0;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: .04;
}

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1);
}

.mat-button-focus-overlay, .mat-button-ripple.mat-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.mat-button-focus-overlay {
    background: #000;
}

.mat-button-focus-overlay, .mat-button-ripple.mat-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

.mat-button-ripple.mat-ripple:not(:empty) {
    transform: translateZ(0);
}

.mat-button .mat-button-wrapper > *, .mat-fab .mat-button-wrapper > *, .mat-flat-button .mat-button-wrapper > *, .mat-icon-button .mat-button-wrapper > *, .mat-mini-fab .mat-button-wrapper > *, .mat-raised-button .mat-button-wrapper > *, .mat-stroked-button .mat-button-wrapper > * {
    vertical-align: middle;
}

.icofont-login:before {
    content: "\ef7b";
}

.custom-medium-button {
  border-radius: 2rem !important;
  line-height: 1.5rem !important;
  padding: 0 1.25rem !important;
  font-size: medium !important;
}

    .custom-medium-button.text-burnt-sienna {
        background-color: white !important;
        color: #EE7D5A !important;
        border: 0.063rem solid #EE7D5A !important;
    }
    .custom-medium-button.text-dark-blue {
        background-color: white !important;
        color: #2a6377 !important;
        border: 0.063rem solid #2a6377 !important;
    }

.font-weight-bold {
    font-weight: 700 !important;
}

#footer-logo {
    border-top: 0.063rem solid #ee7d5a38;
}

.fixapp-logo {
    height: 2rem;
    width: 7rem;
}

/*@media screen and (max-width: 992px) {
    .login-page-container .form-container,
    .twoFaAuth-page-container .form-container {
        position: relative;
        margin: 30px auto 0 auto;
        width: 100%;
        max-width: 500px;
        height: auto;
        left: 0;
        top: 0;
    }

    .register-page-container .form-container {
        position: relative;
        margin: 10px auto 0 auto;
        width: 100%;
        max-width: 500px;
        height: auto;
        left: 0;
        top: 0;
    }

    .login-page-container, .register-page-container, .twoFaAuth-page-container {
        padding: 30px;
        height: auto;
        min-height: 100%;
        background-image: url(../images/bkg-md.png);
    }

    .container-description {
        display: none;
    }

    .main-logo {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .login-page-container .form-container, 
    .register-page-container .form-container,
    .twoFaAuth-page-container .form-container{
        left: 57%;
    }

    .login-page-container, .register-page-container, .twoFaAuth-page-container {
        background-image: url(../images/bkg-md.png);
    }
}


    @media screen and (min-width:1600px) {
        .txt-description {
            width: 250px;
        }

            .txt-description h5 {
                font-size: 40px;
                line-height: 60px;
            }

            .txt-description p {
                font-size: 25px;
                line-height: 35px;
            }

        .register-page-container .txt-description h5 {
            font-size: 30px;
            line-height: 40px;
        }
    }*/