﻿
@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");
}

input[type=text].PatientSignature {
    font-family: adobe-handwriting-ernie, sans-serif !important;
    line-height: 44px !important;
    font-size: 18px !important;
    height: 44px !important;
}


body {
    padding: 0;
    margin: 0;
    font-family: IvyFont;
    color: #1A2233;
}

/* 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;
}

/* END MODALS*/

.brand-background-color {
    background-color: #7CA686;
}

.brand-alt-background-color {
    background-color: #F3F2EF;
}

img {
    max-width: 95% !important;
}



#desktopPhoneRight {
    background-image: url('/ClinicFiles/Clinic1/Ivy-Lead-Background.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    position: fixed;
    left: 50%;
}

#mainContent {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
}

#sign-up-column {
    text-align: center;
}

.full-screen-column {
    height: 100%;
}

#divAroundClinicLogo {
  /*  width: 300px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #B7D1BD;
    border-radius: 8px;
    margin: 0 auto;
}

.mainLogo {
    width: 135px;
}

.vertical-center-desktop {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

    .vertical-center-desktop.initial-form {
        top: auto;
        transform: none;
        margin-top: 50px;
    }

p {
    margin: 15px 0;
}

h1, h2 {
    line-height: 1.16em;
}

h1, #divPhysicianHeader h1 {
    font-size: 28px;
    margin: 3px 0 0 0;
    font-weight: 200;
}

h4{
    font-size:17px !important;
}

#divPhysicianHeader h1 {
    margin-top:0 !important;
}

h2, #divPhysicianHeader h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0 0 0;
}

.edc-form {
    max-width: 350px;
    margin: 15px auto !important;
}

    .edc-form label, .pleaseexplaindiv label {
        text-align: left;
        padding: 2px 5px;
        background-color: white !important;
        margin-left: 12px;
        font-weight: normal;
        font-size: 14px;
        border-radius: 25px;
    }

    .edc-form input[type=text], .edc-form input[type=tel], .edc-form input[type=email], .edc-form input[type=password] {
        border: 1px solid #B7D1BD;
        line-height: 25px;
        margin-top: -18px;
        padding-top: 8px;
        color: #1A2233;
    }

    button.ivy-button, .edc-form input[type=text], .edc-form input[type=tel], .edc-form input[type=email], .edc-form input[type=password] {
        height: 43px;
        line-height: 25px;
        border-radius: 25px;
        font-size: 16px;
    }

    .edc-form textarea {
        border-radius: 25px;
        padding: 12px 15px;
    }

    button.ivy-button {
        width: 100%;
        display: block;
        background-color: #B7D1BD;
        color: #1A2233;
        border: none !important;
        margin-top: 12px;
        text-align: left;
        padding-left: 17px;
        background-image: url('/ClinicFiles/Clinic1/ContinueArrowButton.svg');
        background-repeat: no-repeat;
        background-position: right 16px center;
    }

    button.ivy-button:hover, button.ivy-button:active {
        background-color: #7CA686;
        color: white;
        transition: all .5s ease;
    }

    button.ivy-button.invalid-button {
        background-color: #CB3A23;
    }

.edc-form .form-field {
    text-align: left;
    margin-bottom: 15px !important;
    min-height:55px !important;
}

.edc-form input[type=text]:focus, .edc-form input[type=email]:focus, .edc-form input[type=tel]:focus,, .edc-form input[type=password]:focus {
    border: 1px solid #7CA686;
}

.doctor-photo {
    height: 60px;
    border-radius: 100%;
    border: 4px solid #B7D1BD;
    margin: -30px 0 12px 0;
    z-index: 99;
    position: relative;
}

.doctor-photo-contact-page {
    height: 80px;
    border-radius: 100%;
    border: 2px solid #B7D1BD;
    margin: 12px 0 12px 0;
    z-index: 99;
}

.form-field.invalid input, .form-field.invalid .styled-select {
    border: 1px solid #CB3A23 !important;
    color: #CB3A23;
}

.form-field.invalid label {
    color: #CB3A23;
}


#Thank-You-GIF-Ivy {
    width: 100%;
    margin-top: 25px;
}


#Thank-You-GIF {
    width: 40%;
    margin-top: 50px;
}

#DivThankYouMessage {
    display: none;
    padding: 0 15px;
}

.mobile-only {
    display: none;
}

.ivy-icon-green {
    width: 90px;
    margin-top: 20px;
}

.clinic-divider {
    height: 1px;
    background-color: #DEECE1;
    width: 100%;
    display: block;
    margin: 35px 0;
}

@media (min-width: 769px) {
    #DivThankYouMessage {
        display: none;
        padding-right:25px;
    }
}

@media (max-width: 1025px) {
    .col-sm-6 {
        width: 100%;
    }

    .vertical-center-desktop.initial-form {
        margin-top: 25px
    }
}

@media (max-width: 1025px) {
    #desktopPhoneRight {
        display: none;
    }
}

    /* end bubble css */
    @media (max-width: 768px) {

        button.ivy-button, .edc-form input[type=text], .edc-form input[type=password], .edc-form input[type=tel], .edc-form input[type=email], .styled-select, .select2-container-multi .select2-choices, .select2-container .select2-choice {
            height: 50px !important;
        }

            .select2-container .select2-choice > .select2-chosen {
                margin-top: 25px !important;
            }

            .styled-select select {
                height: 50px !important;
            }

        h1 {
            font-size: 22px;
        }

        h2 {
            font-size: 14px;
        }

        #desktopPhoneRight {
            display: none;
        }

        .vertical-center-desktop {
            position: relative;
            top: auto;
            transform: none;
        }

        .mobile-only {
            display: block;
        }

        .col-sm-6 {
            padding: 0 !important;
            margin: 0 !important;
        }

        #mainContent {
            margin-top: 25px;
        }


        .full-screen-column {
            height: auto;
        }

        .mainLogo {
            width: 125px;
        }


            .mainLogo.mainLogoClinic {
                max-width: 90% !important;
            }

        .edc-form {
            margin-top: 18px !important;
        }
    }

    /* START RADIO BUTTONS */


    .form-radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        position: relative;
        background-color: #f1f1f1;
        color: #666;
        top: 5px;
        height: 22px;
        width: 22px;
        border: 0;
        border-radius: 100px;
        cursor: pointer;
        margin-right: 7px !important;
        outline: 0;
        border: 1px solid #d3cfc8;
        margin-top: 0 !important;
        font-size: 15px;
    }

        .form-radio:checked {
            background-color: #7CA686 !important;
        }

    input[type=radio] {
        margin: 4px 0 0;
        margin-top: 1px\9;
        line-height: normal;
        height: 23px;
        width: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin-left: 6px;
    }

        input[type=radio]:focus {
            outline: none !important;
        }

    .form-radio:checked::before {
        position: absolute;
        font: 14px/1 proxima-soft,sans-serif;
        left: 6px;
        top: 3px;
        content: '\02143';
        transform: rotate(40deg);
        color: white;
    }


    .edc-form .form-radio-label {
        cursor: pointer;
        font-size: 14px;
        background-color: transparent !important;
    }


    .radioPair {
        border: 1px solid #B7D1BD;
        border-radius: 15px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }

    .form-radio-label.checked {
        background-color: #DEECE1 !important;
    }

    .radioPair .form-radio-label {
        width: 50%;
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        text-align: center;
        float: left;
    }

        .radioPair .form-radio-label:first-child {
            border-right: 1px solid #B7D1BD;
        }


    .select2-container .select2-choice .select2-arrow {
        display: none !important;
    }

    .styled-select, .select2-container-multi .select2-choices, .select2-container .select2-choice {
        border: 1px solid #B7D1BD !important;
        padding-left: 12px;
        width: 100%;
        overflow: hidden;
        height: 44px;
        box-sizing: border-box;
        line-height: 1px !important;
        background: #fff url(https://edchotcdn.azureedge.net/eggdonorconnectexternal/img/arrow_down.svg) no-repeat right center;
        border: 0;
        border-bottom: 2px solid #e8ebed;
        border-radius: 25px;
        background-position: 98%;
    }

        .select2-container .select2-choice > .select2-chosen {
            margin-top: 20px;
            display: block;
            height: 55px;
            overflow: visible;
        }

    .styled-select {
        margin-top: -18px;
        padding-top: 4px;
    }

        .styled-select select {
            background: transparent;
            width: 107%;
            padding: 5px;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            height: 41px;
            color: #1A2233;
            margin: 0;
            line-height: 1;
            font-weight: 400;
            -moz-appearance: window;
            -webkit-appearance: none;
            cursor: pointer;
            outline: 0;
        }



    #divValidation {
        border: 1px solid #CB3A23;
        color: black;
        padding: 8px 15px;
        background-color: #fec5bc;
        font-weight: bold;
        display: none;
        margin: 8px 0 !important;
    }


    .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;
    }

.form-group {
    margin-bottom: 0 !important;
}

.country-flag {
    height: 22px;
    float: left;
    margin-right: 4px;
    margin-top: 8px;
    display: none;
}


/* START MULTISELECT RADIO BUTTONS */

.edcfancyradio {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    min-height: 48px;
}

    .edcfancyradio li {
        float: left;
        margin: 0 1% 5px 0;
        width: 23%;
        position: relative;
        text-align: center;
    }

    .edcfancyradio input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
        width: 100%;
        min-height: 50px;
        margin-left:0 !important;
    }

    .edcfancyradio li {
        float: left;
        margin: 0 1% 5px 0;
        width: 49%;
        height: 48px;
        position: relative;
        text-align: center;
    }

    .edcfancyradio label, .edcfancyradio input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 8px;
        line-height: 38px;
        font-weight: normal !important;
        margin-right: 0;
        height:50px;
    }

    .edcfancyradio label {
        padding: 5px;
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 3px !important;
    }

    .edcfancyradio input[type="radio"]:checked ~ label, .Checked + label {
        background: #deece1 !important;
        border: 1px solid #B7D1BD;
    }

    .edcfancyradio.selectionMade input:not(:checked) ~ label {
        background: #EEF1F1;
        /* opacity: .75;*/
    }

/* END MULTISELECT RADIO BUTTONS */

@media (max-width: 768px) {
    .country-flag {
        margin-top: 12px;
    }
}