/* TABLET PORTRAIT */

@media only screen and (min-width:768px) and (max-width:1023.99px) {
    #header {
        height: 210px;
        background-size: cover;
        background-position: top;
        display: flex;
        align-items: center;
        filter: contrast(1.1);
    }

    #pageTitle {
        margin: 20px 0px 16px 24px;
        font-size: 26px;
        font-weight: bold;
    }

    /*#region QUESTIONS*/

    .firstQuestion {
        padding-bottom: 84px;
    }

        .firstQuestion p {
            font-size: 24px;
            font-weight: bold;
            line-height: normal;
            margin: 0px;
            padding-bottom: 32px;
        }

        .firstQuestion title {
            font-size: 32px;
            margin: auto;
            padding-top: 56px;
        }

    .firstquestion_subtitle1 {
        padding-top: 80px;
        font-size: 14px;
        color: rgba(112, 112, 112, 1);
        margin: auto;
    }

    .firstquestion_subtitle2 {
        font-size: 14px;
        color: rgba(112, 112, 112, 1);
        margin: auto;
        margin-bottom: 40px;
    }

    .otherQuestionNew_container {
        width: 100%;
        height: auto;
        font-size: 16px;
        text-align: left;
        color: #737373;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(145, 146, 144, 1);
        min-height: 100px;
    }

    .otherQuestionNew_firstcontent {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        font-size: 14px;
    }

        .otherQuestionNew_firstcontent div {
            color: black;
            text-align: left;
            font-size: 20px;
            font-weight: bold;
        }

    .otherQuestionNew_secondcontent {
        width: 49%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        left: 6px;
        position: relative;
    }

        .otherQuestionNew_secondcontent .radioBlock {
            float: inline-end;
        }

        .otherQuestionNew_secondcontent textarea {
            width: 320px;
            border-top: none;
            border-right: none;
            border-left: none;
            border-image: initial;
            border-bottom: 1px solid #707070;
            background-color: rgb(247, 248, 243);
            height: 30px;
            font-size: 16px;
            outline: none;
            resize: none;
            color: black;
            font-weight: bold;
            overflow: hidden;
        }

    .questionTitle {
        width: 343px;
        text-align: left;
        font-size: 16px;
        color: #737373;
    }

        .questionTitle div {
            font-size: 20px;
            color: black;
            padding-bottom: 12px;
        }

    .questionAnswer {
        width: 343px;
    }

    /*.textAreaQuestion {
        font-size: 14px;
        text-align: left;
        color: #737373;
        padding: 0px 0px 24px 0px;
    }

        .textAreaQuestion div {
            font-size: 20px;
            color: black;
            font-weight: bold;
        }

        .textAreaQuestion p {
            margin: 0px;
            font-size: 14px;
            color: black;
            padding-top: 24px;
        }

        .textAreaQuestion textarea {
            width: 100%;
            height: 100px;
            background-color: #EFEFEF;
            border: none;
            resize: none;
            border-bottom: 1px solid #949494;
        }*/

    .submitButton {
        width: 100%;
        text-align: right;
        height: 124px;
        margin-bottom: 64px;
    }

        .submitButton button {
            width: 100%;
            height: 48px;
            margin-top: 40px;
            background-color: black;
            color: white;
            font-size: 14px;
            border: none;
        }

    /*#endregion*/

    /*#region GENERIC OUTPUT*/

    #genericOutput {
        height: 80vh;
        width: 100%;
        font-size: 16px;
        margin: auto;
        display: none;
    }

    #innerGenericOutput {
        height: 288px;
        width: 484px;
        text-align: center;
        font-size: 16px;
        margin: auto;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #genericoutput_title {
        font-weight: bold;
        font-size: 32px;
    }

    #genericoutput_subtitle {
        max-width: 638px;
        color: #737373;
        margin: auto;
    }

    #exploreMonclerWebsite {
        border: 1px solid black;
        height: 48px;
        color: white;
        background-color: black;
        line-height: 48px;
        margin: auto;
    }

    #formDiv {
        max-width: 806px;
        margin: auto;
        text-align: center;
    }

    /*#endregion*/

    /*#region PARTIAL SUBMIT */

    #finalize {
        z-index: 1000;
        background-color: rgba(32, 32, 29, 0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .partialSubmit {
        width: 100%;
        margin: auto;
        font-size: 14px;
        position: absolute;
        bottom: 0px;
        background-color: white;
    }

        .partialSubmit div {
            height: 100%;
            margin: 80px 81px 40px 81px;
        }

        .partialSubmit img {
            position: absolute;
            top: 12px;
            right: 12px;
        }

        .partialSubmit hr {
            color: #E4E4E4;
            margin: 40px 0px 40px 0px;
            border: none;
            height: 1px;
            opacity: 1;
        }

    .partialSubmit_table {
        width: 100%;
    }

    .partialSubmit_table_header {
        font-size: 24px;
        vertical-align: middle;
        font-weight: bold;
        padding-bottom: 24px;
        width: 100%;
        display: block;
    }

    .partialSubmit_button {
        width: 100%;
        height: 48px;
        border: 1px solid black;
        color: white;
        background-color: black;
        text-align: center;
        cursor: pointer;
        display: block;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .partialSubmit_table_header_buttons {
        width: 100%;
        height: 36px;
        margin: 24px 0px 48px 0px;
    }

        .partialSubmit_table_header_buttons tr {
            height: 36px;
        }

        .partialSubmit_table_header_buttons td {
            width: 100%;
            border: 1px solid black;
            text-align: center;
            cursor: pointer;
        }

    /*#endregion*/

    /*#region LANGUAGE */

    #languageSelection {
        z-index: 1000;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        visibility: hidden;
    }

    .languageContainer {
        width: 100%;
        position: absolute;
        background-color: white;
        bottom: 0px;
    }

    .languageContainerMargins{
        margin: 80px 80px 10px 80px;
    }

    .languageContainer_table_header {
        font-size: 24px;
        font-weight: bold;
        padding-top: 30px;
    }

    .languageContainer .xClose {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .languageContainer p {
        font-size: 14px;
        margin: 0px;
    }

    .languageContainerMargins {
        margin: 80px 56px 10px 56px;
    }

    .languageContainer hr {
        color: #E4E4E4;
        margin: 25px 0px 32px 0px;
        border: none;
        height: 1px;
        opacity: 1;
    }

    .languageSelection_container {
        max-width: 100%;
        height: auto;
        font-size: 14px;
    }

    .languageSelection_content {
        width: 135px;
        height: 25px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 25px;
        color: rgba(112, 112, 112, 1);
    }

    .languageSelection_content_current {
        width: 135px;
        height: 25px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 25px;
        font-weight: bold;
        text-decoration: underline;
        color: black;
    }

        /*.languageSelection_content img {
            padding-left: 11px;
            height: 6px;
            margin-bottom: 5px;
            margin-left: 10px;
        }*/

    /*#endregion*/

    #footer {
        height: 65px;
        color: rgba(178, 178, 178, 1);
        background-color: black;
        margin: 0px;
        padding: 24px;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: inline-flex;
        font-size: 14px;
    }

        #footer div {
            width: 100%;
            text-align: left;
        }

        /*#footer font {
            color: rgba(178, 178, 178, 1);
            margin: 0px;
        }*/

        #footer .footer_cn {
            text-align: right;
            color: rgba(178, 178, 178, 1);
        }
}
