﻿/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)  ##Screen = B/w 481px to 767px
    ##Device = Most of the Smartphones Mobiles (Portrait)  ##Screen = B/w 320px to 479px
*/

@media only screen and (min-width: 320px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (max-device-width: 1024px) {
    .header-1 {
        height: 155px;
        padding: 23px 5%;
    }

    .header-1-logo {
        width: 172px;
        height: 110px;
        background: url("/Images/Mobile/veltassa-logo-dose-rgb-ko.png") no-repeat;
        background-size: contain;
    }

    .header-2-background {
        background: url("/Images/Mobile/patient-portrayal-mob.png") no-repeat;
        background-color: #f0f8fd;
        background-size: contain;
        height: 264px;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-right: 10%;
    }

    .header-2-logo {
        height: 212px;
        width: 167px;
        background: url("/Images/Mobile/veltassa-logo-vert-fc-rgb-zk.png") no-repeat;
        background-size: contain;
        float: right;
    }

    #patient-portrayal-desktop {
        display: none;
    }

    #patient-portrayal-mobile {
        display: block;
        min-width: 79px;
        min-height: 31px;
        margin: 193px 262px 0 0;
        font-family: AvenirMedium;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.14px;
        text-align: left;
        color: #ffffff;
    }

    .bottom-left {
        position: absolute;
        bottom: 2%;
        left: 5%;
    }

    .footer-1 {
        padding: 2vh 10%;
        margin: 0 auto;
    }

    .footer-1-logo {
        height: 97px;
        object-fit: contain;
    }

    .Terms-of-Use-Privacy-Policy-Contact-Us {
        text-align: center;
        font-family: AvenirHeavy;
    }

    .footer-text-info {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: auto 10%;
    }

    .go-to-top {
        width: 30px;
        height: 30px;
        width: calc( 30px + var(--height-mob-gototop));
        height: calc( 30px + var(--height-mob-gototop));
        margin: 0% 50%;
        position: absolute;
        object-fit: contain;
        float: right;
        background: url("/Images/Mobile/icon-back-to-top.png") no-repeat center;
        background-size: contain;
    }

    .footer-text-info {
        text-align: center !important;
    }



    .main-container {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .border-1 {
        margin: 57px auto;
    }

    .line-1 {
        height: 5px !important;
        opacity: 0.3 !important;
        background-color: #83caeb !important;
        margin: 25px auto 34px auto !important;
    }

    .default-page-bottom {
        margin: 10vh auto;
    }

        .default-page-bottom a {
            text-decoration: none !important;
            display: inline-block;
            margin: 0 auto;
        }

    .auth-submit {
        border-radius: 25vh;
        padding: 23px 50px;
    }

    #contentMain input[type=text], input[type=checkbox], input[type=radio] {
        font-family: AvenirRoman !important;
        border: 0.1em solid #83caeb !important;
        border-radius: 0.25em !important;
        width: 100%;
        outline: none !important;
        line-height: 1.5 !important;
    }

    #contentMain .select-selected, #contentMain .select-selected:empty {
        font-family: AvenirRoman;
        width: 100%;
        outline: none !important;
        line-height: 1.5 !important;
    }

    .page2-heading-1 {
        margin-top: 60px;
    }

    .page2-heading-2 {
        margin: 66px auto 78px auto;
    }

    .main-group {
        margin-top: 8vh;
    }

    .main-group-top {
        margin-top: 8vh;
    }

    .phiContent {
        padding: 35px 5px 35px 5px;
        overflow: auto;
    }

    .phiContent-1 {
        float: left;
        width: 10%
    }

    .phiContent-2 {
        float: left;
        padding-left: 25px;
        width: 90%;
    }

    .square-radio {
        float: left;
        border-radius: 25% !important;
        border: solid 0.1em #83caeb !important;
        background-color: #ffffff !important;
    }


    .logo-container-mobile {
        width: 100%;
        float: right;
        margin: 90px auto;
    }

    #contentMain input[type=submit] {
        font-family: AvenirRoman;
        color: #ffffff;
        text-align: center;
        background-color: #00437b;
        border-radius: 15vh;
        padding: 3% 20%;
        height: 100%;
        border: 0;
        box-shadow: none;
    }



    .PagenotfoundImg {
        width: 80vw;
        height: 50vh;
        object-fit: contain;
    }

    .defaultPage-note {
        text-align: center;
        margin: 5% auto;
        color: #333333;
        font-family: AvenirMedium;
    }

    #top-error {
        margin: 33px auto 33px auto;
        padding: 12px;
        border-radius: 12px;
        border: solid 2px #ed1c24;
        background-color: #ed1c24;
        font-family: AvenirHeavy;
    }

    .footer-view-mobile {
        display: block;
        visibility: visible;
    }

    .footer-view-main {
        display: none;
        visibility: hidden;
    }

    .desktopView {
        display: none;
        visibility: hidden;
    }

    .mobileView {
        display: block;
        visibility: visible;
    }

    .confirmationPage-box {
        min-height: 60vh;
        padding: 25% 0;
    }

    /*.confirmationPage {
        margin: 30px auto !important;
    }*/
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    #contentMain input[type=text], input[type=checkbox], input[type=radio], .select-selected, .select-selected:empty {
        min-height: 40px;
        min-height: calc(40px + var(--height-mob-input)) !important;
        height: 40px;
        height: calc(40px + var(--height-mob-input)) !important;
    }

    .footer-1-logo {
        width: 200px;
        width: calc(200px + var(--width-mob-footer-logo));
    }

    .square-radio {
        width: 26px;
        width: calc(26px + var(--top-mob-checkbox)) !important;
        height: 26px;
        height: calc(26px + var(--top-mob-checkbox)) !important;
    }

    .square-radio--clicked .square-radio--content {
        width: 13px;
        width: calc(13px + var(--top-mob-checkbox-content)) !important;
        height: 13px;
        height: calc(13px + var(--top-mob-checkbox-content)) !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
    #contentMain input[type=text], input[type=checkbox], input[type=radio], .select-selected, .select-selected:empty {
        min-height: 80px !important;
    }

    .footer-1-logo {
        width: 330px;
    }

    .square-radio {
        width: 52px !important;
        height: 52px !important;
    }

    .square-radio--clicked .square-radio--content {
        width: 25px !important;
        height: 25px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {

    .header-2-background {
        background-size: cover;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .auth-submit {
        border-radius: 25vh;
        padding: 23px 50px;
        margin: 0 auto;
    }

    #contentMain h1 {
        word-break: break-word;
    }

    #contentMain h2 {
        word-break: break-word;
    }

    .header-1 {
        height: 90px;
        padding: 15px 5%;
    }

    .header-1-logo {
        width: 172px;
        height: 60px;
        background: url("/Images/Mobile/veltassa-logo-dose-rgb-ko.png") no-repeat;
        background-size: contain;
    }

    .header-2-background {
        background: url("/Images/Mobile/patient-portrayal-mob.png") no-repeat;
        background-color: #f0f8fd;
        background-size: cover;
        height: 155px;
        padding: 26px 0;
        margin: 0 auto;
    }

    .header-2-logo {
        height: 106px;
        width: 167px;
        background: url("/Images/Mobile/veltassa-logo-vert-fc-rgb-zk.png") no-repeat center;
        background-size: contain;
        float: right;
    }

    .footer-1 {
        padding: 5vh 1vh;
        margin: 0 auto;
    }

    .footer-1-logo {
        /*width: 200px !important;*/
        margin-left: -5%;
    }

    .go-to-top {
        margin: 0 40% !important;
    }

    #top-error {
        margin: 23px auto 23px auto;
        padding: 12px;
        border-radius: 12px;
        border: solid 2px #ed1c24;
        background-color: #ed1c24;
        font-family: AvenirHeavy;
    }

    .main-group {
        margin-top: 5vh;
    }

    .main-group-top {
        margin-top: 5vh;
    }

    .page2-heading-1 {
        margin-top: 30px;
    }

    .page2-heading-2 {
        margin: 33px auto 39px auto;
    }

    .border-1 {
        margin: 28px auto;
    }

    .line-1 {
        margin: 13px auto 17px auto !important;
        height: 3px !important
    }

    .confirmationPage-box {
        min-height: 60vh;
        padding: 25% 0 !important;
    }

    .confirmationPage {
    }
}
