﻿/* 
    ##Device = Desktops   ##Screen = 1281px to higher resolution desktops
    ##Device = Laptops, Desktops  ##Screen = B/w 1025px to 1280px
    ##Device = Tablets, Ipads (portrait)  ##Screen = B/w 768px to 1024px
    ##Device = Tablets, Ipads (landscape)  ##Screen = B/w 768px to 1024px
*/
@media only screen and (min-width: 1025px), only screen and (min-width: 1024px) and (max-width: 1280px), only screen and (min-width: 1024px) and (max-width: 1366px) {
    .header-1 {
        height: 120px;
        padding: 17px 15% 16px;
    }

    .header-1-logo {
        width: 134px;
        height: 87px;
        background: url("/Images/Main/veltassa-logo-dose-rgb-ko.png") no-repeat;
        background-size: contain;
    }

    .header-2-background {
        background: url("/Images/Main/patient-portrayal.png") no-repeat top;
        background-color: #f0f8fd;
        background-size: cover;
        height: 283px;
        padding-top: 86px;
        padding-bottom: 86px;
        padding-right: 15%;
    }

    .header-2-logo {
        height: 94px;
        width: 553px;
        background: url("/Images/Main/logo-veltassa-konnect.png") no-repeat;
        background-size: contain;
        float: right;
    }

    #patient-portrayal-desktop {
        display: block;
        font-family: AvenirMedium;
        min-width: 109px;
        min-height: 8px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: 0.11px;
        text-align: left;
        color: #ffffff;
    }

    #patient-portrayal-mobile {
        display: none;
    }

    .bottom-left {
        position: absolute;
        bottom: 4%;
        left: 14%;
    }

    .footer-1 {
        padding: 2vh 15%;
        margin: 0 auto;
        display: flex;
        align-items: stretch;
    }

    .footer-1-logo {
        width: 156px;
        height: 46px;
        object-fit: contain;
    }

    .Terms-of-Use-Privacy-Policy-Contact-Us {
        font-family: AvenirHeavy;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #ffffff;
    }

    .footer-text-info {
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #ffffff;
        margin-top: 10px;
    }

    .go-to-top {
        min-width: 40px;
        min-height: 40px;
        object-fit: contain;
        float: right;
        background: url("/Images/Main/icon-back-to-top.png") no-repeat;
        background-size: contain;
        right: 0;
    }

    .footer-content1 {
        float: left;
        min-height: 91px;
        width: 20%;
    }

    .footer-content2 {
        float: left;
        width: 70%;
        min-height: 91px;
        padding-left: 30px;
    }

    .footer-content3 {
        float: right;
        width: 10%;
        min-height: 91px;
    }

    .main-container {
        width: 70%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .border-1 {
        margin-top: 67px;
    }

    .line-1 {
        height: 4px !important;
        opacity: 0.3 !important;
        background-color: #83caeb !important;
        margin: 25px auto 34px auto;
    }

    .default-page-bottom {
        margin: 10vh auto;
    }

        .default-page-bottom a {
            text-decoration: none !important;
            margin: 0 auto;
            width: 40vw;
            display: inline-block;
        }

    .auth-submit {
        border-radius: 25vh;
        width: 40vw;
        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 {
        font-family: AvenirRoman;
        width: 100%;
        outline: none !important;
        line-height: 1.5 !important;
    }

    .select-selected:empty {
        line-height: 1.5 !important;
    }

    .page2-heading-1 {
        margin-top: 80px;
    }

    .page2-heading-2 {
        margin: 70px auto 45px auto;
    }


    .main-group {
        margin-top: 5vh;
    }

    .main-group-top {
        margin-top: 0vh;
    }

    .inputPadding-left {
        padding-left: 3%;
        padding-right: 0%;
    }

    .inputPadding-right {
        padding-right: 3%;
        padding-left: 0%;
    }

    .inputPadding-both {
        padding-right: 2%;
        padding-left: 2%;
    }

    .inputPadding-no {
        padding-right: 0%;
        padding-left: 0%;
    }

    .phiContent {
        padding: 35px 0px;
        overflow: auto;
    }

    .phiContent-1 {
        float: left;
        width: 5%;
    }

    .phiContent-2 {
        float: left;
        width: 95%;
    }

    .square-radio {
        float: left;
        border-radius: 4px !important;
        border: solid 2px #83caeb !important;
        background-color: #ffffff !important;
    }



    #contentMain input[type=submit] {
        font-family: AvenirRoman;
        color: #ffffff;
        text-align: center;
        background-color: #00437b;
        border-radius: 15vh;
        padding: 2% 8% 2% 8%;
        height: 100%;
        border: 0;
        box-shadow: none;
    }

    .PagenotfoundImg {
        width: 80vw;
        height: 50vh;
        object-fit: contain;
    }


    .defaultPage-note {
        text-align: center;
        margin: 30px auto 0px auto;
        color: #333333;
        font-family: AvenirMedium;
    }

    #top-error {
        margin: 11px 15% 59px 15%;
        padding: 8px;
        border-radius: 8px;
        border: solid 2px #ed1c24;
        background-color: #ed1c24;
        font-family: AvenirHeavy;
    }

    .footer-view-main {
        display: flex;
        visibility: visible;
        overflow: auto;
    }

    .footer-view-mobile {
        display: none;
        visibility: hidden;
    }

    .desktopView {
        display: block;
        visibility: visible;
    }

    .mobileView {
        display: none;
        visibility: hidden;
    }

    .confirmationPage-box {
        min-height: 60vh;
        padding: 160px !important;
    }
}

@media only screen and (min-width: 1024px) {
    #contentMain input[type=text], input[type=checkbox], input[type=radio], .select-selected, .select-selected:empty {
        min-height: 80px !important;
        height: 80px !important;
    }

    .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: 1200px) {
    #contentMain input[type=text], input[type=checkbox], input[type=radio], .select-selected, .select-selected:empty {
        min-height: 41px !important;
        height: 41px !important;
    }

    .square-radio {
        width: 25px !important;
        height: 26px !important;
    }

    .square-radio--clicked .square-radio--content {
        width: 12px !important;
        height: 12px !important;
    }
}
