﻿
@font-face {
    font-family: IvyFont;
    src: url("/ClinicFiles/Clinic1/Fonts/IvyStyleSans-Regular.otf") format("opentype");
}


@font-face {
    font-family: IvyFont;
    font-weight: bold;
    src: url("/ClinicFiles/Clinic1/Fonts/IvyStyleSans-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: IvyFont;
    font-weight: 600;
    src: url("/ClinicFiles/Clinic1/Fonts/IvyStyleSans-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: IvyFontHeader;
    font-weight: 600;
    src: url("/ClinicFiles/Clinic1/Fonts/IvyMode-Regular.otf") format("opentype");
}


body {
    padding: 0;
    margin: 0;
    font-family: IvyFont;
    color: #2A3C3D;
}

/* START NAVIGATION BAR */

.notificationSpan {
    display: none;
    background-color: #CB3A23;
    color: white !important;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    margin-left: 4px;
    font-size: 12px !important;
}

    .notificationSpan.showNotification {
        display:inline-block;
    }

    #divNavBar {
        border-bottom: 1px solid #DEECE1;
        height: 60px;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        background-color: white;
        position: fixed;
        z-index: 101;
    }

.ClinicHeaderIcon {
    height: 70px;
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #DEECE1;
    border-radius: 100px;
    margin-left: 95.5px;
    background-color: white;
    display: block;
}

.Hamburger-Icon {
    float: right;
    margin-right: 27px;
    vertical-align: middle;
    margin-top: 16px;
    width:30px;
    cursor:pointer !important;
}


@media (max-width: 991px) {

    .ClinicHeaderIcon {
        height: 75px;
        margin-top: 5px;
        margin-left: 15px;
    }

}

/* END NAVIGATION BAR */



/* NAVIGATION BAR LEFT */

#divNavBarLeft {
    position: fixed;
    bottom: 0;
    top: 0;
    right: auto;
    overflow: hidden;
    border-right: 1px solid #DEECE1;
    display:block;
    width:260px;
}


    #divNavBarLeft ul {
        margin-top:100px;
        margin-left:20px;
        padding-left:0;
    }

    #divNavBarLeft li {
        list-style-type: none;
        margin: 12px 0 24px 0;
        cursor:pointer;
    }

        #divNavBarLeft li a:link, #divNavBarLeft li a:visited {
            color: #717782;
            font-size: 16px;
            line-height: 25px;
            text-decoration: none !important;
        }

        #divNavBarLeft li:not(.selectedNav):hover a {
            color: #7ca686;
            cursor: pointer;
        }

        #divNavBarLeft li:not(.selectedNav):hover img {
            filter: invert(65%) sepia(7%) saturate(1232%) hue-rotate(82deg) brightness(95%) contrast(87%);
        }

            #divNavBarLeft li.selectedNav a:link, #divNavBarLeft li.selectedNav a:visited {
                color: #222E43;
                font-size: 16px;
                line-height: 25px;
            }

        #divNavBarLeft li.selectedNav {
            background-image: url('/ClinicFiles/Clinic1/Green-Half-Circle.svg');
            background-repeat: no-repeat;
            background-position-x: right;
            background-size: auto 100%;
        }


#divNavBarLeft li img {
    max-height: 25px;
    max-width: 30px;
    opacity:.8;
}

        #divNavBarLeft li.selectedNav img {
          opacity: 1;
        }

        #divNavBarLeft li .iconSpan {
            width: 30px;
            text-align: center;
            margin-right: 16px;
            float: left;
        }




/* END NAVIGATION BAR LEFT */


/* START SECOND NAV BAR LEFT */

/*.divSecondLeftNavBar {
    position: fixed;
    bottom: 0;
    top: 60px;
    right: auto;
    overflow: hidden;
    border-right: 1px solid #DEECE1;
    display: block;
    width: 325px;
    padding:25px 15px;
}*/

.divSecondLeftNavBar {
    overflow: hidden;
    border-right: 1px solid #DEECE1;
    display: block;
    width: 325px;
    padding: 25px 15px;
    height: calc(100vh - 60px);
    float: left;
}

.divSecondLeftNavBar .row {
    margin:0;
}


/* END SECOND NAV BAR LEFT*/

/* START RIGHT HAND CONTENT SECOND BAR */

#divRightHandContent {
    width: calc(100vw - 605px);
    padding: 25px 15px;
    float:left;
}
/* END RIGHT HAND CONTENT SECOND BAR*/

/* ONE RIGHT HAND CONTENT SECTION */

#SingleRightHandContentPage {
    margin-left: 5%;
    width: 90%;
    margin-top: 0;
    display: block;
    padding-top: 0;
}


#HeaderInfo {
    width: 100%;
    display: block;
    padding-top: 0;
    background-color: #DEECE1;
    border-radius: 25px;
    margin-top: -25px;
    padding-bottom:15px;
}

    #HeaderInfo.alternate-header-info {
        background-color: #F3F2EF;
    }

    #divPrimaryHeader, #divTabs {
        padding-left: 90px;
    }

#divPrimaryHeader {
    padding-top: 45px;
    width: 100%;
    overflow: hidden;
    padding-bottom:15px
}

#divPrimaryHeader.header-with-tabs {
    min-height: 182px;
}

    #divPrimaryHeader h5 {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #divPrimaryHeader h1 {
        font-size: 28px;
        font-weight: 400;
        font-family: IvyFontHeader;
    }

    #divPrimaryHeader h1 img{
        margin-right:5px;
        height:35px;
        margin-top:-8px
    }

        #divPrimaryHeader p {
            font-size:16px;
        }

#divTabs{
    margin-top:-35px;
}

    #divTabs a:link, #divTabs a:visited {
        padding: 15px 25px 30px 25px;
        background-color: #B7D1BD !important;
        margin: 0 !important;
        color: #222E43 !important;
        border-radius: 10px;
        font-size: 16px;
        margin-left: -20px !important;
        z-index: 0;
        position: relative;
        padding-left: 35px;
        text-decoration: none !important;
    }

    #divTabs a:hover {
        background-color: white !important;
    }

    #divTabs a.active:link, #divTabs a.active:visited {
        z-index: 15;
        background-color: white !important;
        margin-left: 0 !important;
        padding-left: 25px;
      /*  box-shadow: 1px 1px 2px #9b9b9b;*/
    }

    #divTabs a.active:hover {
        background-color: white !important;
    }

#divContent h2 {
    color: #222E43;
    font-size:18px;
    font-weight:bold;
}
/*    #divTabs a::before {
        display: inline-block;
        margin-left: -15px;
        background-color: white;
        height: 15px;
        width: 15px;
        content: ' ';
        position:relative;
    }*/
#SingleRightHandContentPage #divContent {
    margin-top: 25px;
}
#divWhiteBarCoverUp {
    background-color: white !important;
    margin-top: 12px;
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 90;
}
/* END ONE RIGHT HAND CONTENT SECTION */
/* START MODALS */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-header {
    background-color: #E3ECE5E5;
}

.modal-body, .modal-header {
    padding: 15px 25px !important;
    color: #222E43 !important;
}

.modal-body #notificationModalBody{
    padding:5px 0 15px 0;
    font-size:16px;
    line-height:21px;
}

.modal-body label {
    color: #222E43;
}

.modal-header h5 {
    font-weight: bold;
    font-family: IvyFontHeader;
    font-size:21px;
    padding:0 !important;
    color:black !important;
}

.modal-dialog .close {
    font-size: 28px;
    color: #222E43 !important;
    opacity:1;
    line-height:24px;
    margin-top:6px
}

/* END MODALS*/
#divMainContent {
    margin-left: 260px;
    padding-top: 60px;
}

/* START BUTTONS */

a.edc-green-btn:link, a.edc-green-btn:visited {
    background-color: #D9E9DD;
    border-radius: 30px;
    padding: 11px 18px 11px 18px !important;
    font-size: 16px;
    color: #222E43 !important;
    text-decoration: none !important;
    display: inline-block;
    line-height: 24px;
    cursor:pointer;
}

a.edc-green-btn-back:link, a.edc-green-btn-back:visited {
    
}

a.edc-green-btn-next:link, a.edc-green-btn-next:visited {
    background-color: #B7D1BD;
}

a.edc-green-btn img {
    height:24px;
}

a.edc-green-btn-back img {
   margin-right:12px;
}

a.edc-green-btn-next img {
    margin-left: 12px;
}

a.edc-green-btn:hover {
    opacity:.8;
}

a.edc-grey-btn-next:link, a.edc-grey-btn-next:visited {
    background-color: #F3F2EF;
}

/* END BUTTONS */

/* FORM VALIDATION */

.asterisk {
    color: red;
    opacity: .4;
}

#divValidation {
    border: 1px solid #CB3A23;
    color: black;
    padding: 8px 15px;
    background-color: #fec5bc;
    font-weight: bold;
    display: none;
    margin: 8px 0 !important;
}

    #divValidation .asterisk{
        display:none !important;
    }
    #divValidation a:link, #divValidation a:visited {
        text-decoration: underline !important;
    }

    .form-field.invalid input, .form-field.invalid .styled-select {
        border: 1px solid #CB3A23 !important;
        color: #CB3A23;
    }

.form-field.invalid label {
    color: #CB3A23 !important;
}

.edc-form .form-field input[type=text].invalidTXT, .edc-form .form-field input[type=number].invalidTXT, .edc-form .form-field textarea.invalidTXT {
    border: 1px solid #CB3A23 !important;
}

.form-field{
    display:block;
}

textarea.form-control {
    border-radius: 30px;
    padding: 10px 15px;
}

.form-control:focus, .styled-select:hover {
    border-color: #7ca686 !important;
    box-shadow: none !important;
    box-shadow: inset 0 2px 7px 0 rgb(0 0 0 / 8%) !important;
}

/* END FORM VALIDATION */

/* LINKS */

a.grey-link:link, a.grey-link:visited {
    color: #717782;
}

a.grey-link:hover {
    text-decoration: none !important;
    color: #222E43;
}

a.grey-link img{
    margin-right:5px;
    margin-top:-3px;
}

/* */

/* TOAST MESSAGE */
#divToastMessage {
    width: auto;
    padding: 18px 100px;
    background-color: #deece1 !important;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .95;
    position: fixed;
    border-radius: 15px;
    color: black;
    border: 2px solid #7ca686 !important;
    font-size: 16px;
    line-height: 25px;
    display: none;
    z-index:102;
}

.toast-check-mark {
    background-color: #7ca686;
    height: 30px;
    width: 30px;
    border-radius: 150px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    line-height: 26px;
}

/* END TOAST MESSAGE */

#dashboard-footer {
    width: 100%;
    margin-top: 50px;
}

.copyright {
    padding: 15px 0 40px 0;
    border-top: 1px solid rgba(98, 98, 98, 0.07);
    margin-left: 5%;
    margin-top: 15px;
    font-size:13px !important;
}


/* START CHECKMARK ANIMATION EDC */
/* Checkmark container */
.checkmark-container {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top:12px;
}

/* Circle background */
.checkmark-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4CAF50;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    animation: scaleIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

/* Checkmark SVG */
.checkmark-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.checkmark-path {
    fill: none;
    stroke: white;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: drawCheck 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
}

/* Animations */
@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

/* Optional: Add a subtle bounce at the end */
.checkmark-container.animate {
    animation: bounce 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* END EDC CHECKMARK ANIMATION */

/* MOBILE RESPONSIVENESS */
@media (min-width: 992px) {
    .mobileOnly {
        display: none;
    }
}

@media (max-width: 991px) {

    .modal-dialog{
        max-width: 95% !important;
    }
    
    .desktopOnly{
        display:none !important;
    }

    #divNavBarLeft {
        display: none;
    }

    #divMainContent {
        margin-left: 0 !important;
    }

    .edc-mobile-50pct {
        width: 49% !important;
        text-align: center;
    }

    a.edc-mobile-50pct.edc-green-btn-next img {
        float: right;
    }

    a.edc-mobile-50pct.edc-green-btn-back img {
        float: left;
    }

    #HeaderInfo {
        margin-left: -6%;
        width: 112%;
        border-radius: 0 !important;
        padding-top: 20px;
    }

    #divPrimaryHeader, #divTabs {
        padding-left: 6% !important;
    }

    #divToastMessage {
        width: 95%;
        padding: 18px;
        text-align:center;
    }

    #divTabs{
        padding-left:0 !important;
    }

    #divPrimaryHeader {
        padding-top: 30px;
        width: 100%;
        overflow: hidden;
        padding-bottom: 15px;
    }

    .divSecondLeftNavBar{
        display:none;
    }

    #divRightHandContent {
        width: 100%;
        padding: 25px 15px;
        float: none;
    }

    #divNavBarLeft.displayNav {
        display: block;
        background-color: white;
        width: 100%;
        height: 1000vh !important;
        z-index: 95;
    }
}

/* utility classes */
.mt-18 {
    margin-top: 18px;
}