﻿.main-content-section {
    width: 100%;
}

.product-registration {
    max-width: 1045px;
}

.pr-spacer {
    margin-bottom: 20px;
}

.pr-container .form-row {
    display: flex;
    justify-content: space-between;
}

.pr-container {
    padding: 28px 50px;
}

.pr-message {
    font-size: 20px;
    font-weight: 600;
    margin: 0 10px;
    margin-bottom: 30px;
    line-height: 28px;
}

.pr-container .form-input {
    flex-basis: 45%;
    flex-grow: 1;
    margin: 0 10px;
    margin-bottom: 20px;
    /* display: inline-flex; */
}

.pr-container .btn-submit {
    margin: 0 auto;
    min-width: 215px;
    margin-top: 20px;
    color: #FFF;
    background-color: #2672BC;
    padding: .6em .5em;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #2672BC;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    max-width: 180px;
    text-align: center;
}

.pr-container .form-row.serial-number-helper {
    display: flex;
    font-size: 14px;
    text-decoration: none;
}

.form-row.serial-number-row .form-input {
    margin-bottom: 10px;
    /* flex-grow: 2 !important; */
}

a#serial-number-link {
    flex: 1 1 50%;
}

.product-key-input span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: gray;
}

.form-input.product-key-input input,
.form-input.serial-number-input input {
    width: 100%;
}

.form-row.serial-number-helper {
    margin-top: 5px;
    margin-left: 0px;
}

.pr-container form {
    font-size: 14px;
}

.select2 {
    width: 100% !important;
    height:32px !important;
}

.select2-selection {
    height: 32px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bfbfbf;
    display: block !important;
}

.panel.pr-confirmation {
    max-width: 663px;
    margin: 0 auto;
}

.pr-confirmation .description {
    font-size: 20px;
    line-height: 35px;
}

.products-container,
.claim-container {
   padding: 28px 50px 10px;
   display: flex;
   flex-wrap: wrap;
}

#productDetailPanel .product-field {
    font-size: 16px;
    color: #343434;
    margin-bottom: 20px;
    flex: 1 1 50%;
}

#productDetailPanel .product-field:nth-last-child(-n+1) {
    flex: 1 1 100%;
}

.product-field-label {
    display: inline-block;
    font-weight: 600;
    width: 160px;
    margin-right: 20px;
}

.product-field-value,
.claim-field-value {
    font-weight: 400;
}

#productDetailPanel hr {
    width: 93%;
    margin: 0 auto;
    color: #E1E1E1;
}

.file-claim-container {
    display: flex;
    padding: 28px 50px;
    align-items: center;
    flex-wrap: wrap;
}

.claim-description {
    flex: 0 1 60%;
    color: #343434;
    font-weight: 400;
    font-style: italic;
}

.file-claim-btn.container {
    flex: 0 1 40%;
    text-align: end;
}

a.btn.file-claim-btn {
    
    font-size: 16px;
    font-weight: 600;
    max-width: 81px;
    padding: 0.6em 2.18em;
}

#claimFormPanel .claim-field {
    font-size: 15px;
    color: #343434;
    margin-bottom: 20px;
    flex: 1 1 33%;
}

.claim-field-label {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}

#claimFormPanel form {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

#problemDescription {
    box-sizing: border-box;
    width: 100%;
    display: block;
    resize: none;
}

#claimFormPanel button {
    margin: 30px auto 10px;
}

    @media only screen and (max-width: 850px) {
        .product-field-label {
            display: block;
        }
    }

    @media only screen and (max-width: 542px) {
        .claim-description {
            flex: 0 1 100%;
            margin-bottom: 30px;
        }

        .file-claim-btn.container {
            flex: 0 100%;
            text-align: center;
        }
    }


    @media (max-width: 1023px) {
        .pr-container {
            padding: 20px;
        }

        .form-row {
            flex-direction: column;
        }

            .form-row.serial-number-row .form-input {
                margin-bottom: 20px;
            }
    }