/*
This CSS is used for the hardware manufacturer onboarding form.
It is a hosted Visualforce page located at: 
[enter URL to the form here]
*/

body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fafafa;
    color: #4a4a4a;
    line-height: 1.4;
}
/*
body p {
    padding-top: 1rem;
}


body br {
    display: none
}
*/
.hero {
    background: #00263e url(https://mydevices.com/wp-content/uploads/2023/10/shop_header_background_graphic.png) repeat-x;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero h1 {
    font-size: 30px;
    color: #fff;
}

.hero p {
    font-size: 18px;
    color: #fff;
}

.main-wrapper {
    display: flex;
    width: 100%;
}

.main-wrapper .main-inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.form-control {
    width: 100%;
    display: flex;
    padding: 8px 0 16px 0;
    flex-direction: column;
}

.form-control label {
    width: 100%;
}

.form-control span {
    font-weight: bold;
}

.form-control input,
.form-control select,
.form-control textarea {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 14px 8px;
    font-family: inherit;
    font-size: 16px;
    appearance: auto;
    overflow: auto;
    line-height: 24px;
    background-color: #ffffff;
    width: 100%;
    min-height: 54px;
}

.form-control input.error,
.form-control select.error,
.form-control textarea.error {
    border: 1px solid #cc0000;
}

.form-control select option {
    line-height: 24px;
}

.form-control .errorMsg {
    padding: 10px 0 0 0;
    font-style: italic;
    color: #cc0000;
}

.form-control .errorMsg strong {
    font-weight: bold;
}

.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus {
    border-color: #0087fe;
    box-shadow: 0 0 5px rgba(0 135 254 / 25%);
}

.form-control input[type='checkbox'] {
    width: auto;
    min-height: 0px;
    vertical-align: middle;
    margin-right: 5px;
}


.form-control fieldset td label {
    vertical-align: middle;
}

.form-button {
    padding: 2rem 0;
}

.form-button input[type="submit"] {
    font-size: 24px;
    font-weight: 600;
    background: #0087fe;
    color: #ffffff;
    border-radius: 16px;
    padding: 16px 40px;
    cursor: pointer;
}

.form-button input[type="submit"]:active {
    background-color: #0368c0;
}

.message-wrapper .message {
    padding: 1rem;
    border-radius: 16px;
    background-color: rgba(204 0 0 / 15%);
    border: 1px solid rgba(204 0 0 / 25%);
    margin-bottom: 2rem;
}

.message-wrapper .message.errorM3 {
    background-color: rgba(204 0 0 / 15%);
    border: 1px solid rgba(204 0 0 / 25%);
}

.message-wrapper .message.infoM3 {
    background-color: rgba(0 135 254 / 15%);
    border: 1px solid rgba(0 135 254 / 25%);
}

.message-wrapper span {
    padding: 1rem 0;
}

.message-wrapper .message h1 {
    font-size: 18px;
    font-weight: bold;
}

.message-wrapper .message.errorM3 h4 {
    font-size: 18px;
    color: #cc0000;
}

.message-wrapper .message.infoM3 h4 {
    font-size: 18px;
    color: #00263e;
}

.message-wrapper .message p a {
    text-decoration: underline;
}

.confirmation h1 {
    font-size: 18px;
    font-weight: bold;
    color: #8bc34a;
}
.confirmation p a {
    text-decoration: underline;
}

.intro {
    padding-bottom: 2rem;
}

.intro h2 {
    font-size: 16px;
    font-weight: bold;
}
.intro p {
    font-size: 16px;
    line-height: 1.5;
}
.intro p a {
    text-decoration: underline;
}


.form-control .multiSelectPicklistTable select {
    width: 100% !important;
    height: 100% !important;
}

table,
td {
    vertical-align: middle;
}

.multiSelectPicklistRow td:nth-of-type(1) {
    width: 40%;
}

.multiSelectPicklistRow td:nth-of-type(2) {
    width: 20%;
}

.multiSelectPicklistRow td:nth-of-type(3) {
    width: 40%;
}

table,
td {
    vertical-align: middle;
}

optgroup {
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .main-wrapper .main-inner {
        width: 100%;
        padding: 1rem;
    }
    body .form-control select {
        height: 54px;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    body .form-control input[type="file"]::file-selector-button {
        height: 54px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }
    body .form-control input[type="file"]::-webkit-file-upload-button {
        height: 54px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }
    body .form-control input[type="file"]::-ms-browse {
        height: 54px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }
}


/*

.multiSelectPicklistCell a {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #0087fe;
    border-radius: 20px;
    margin: 5px auto;
}

.multiSelectPicklistCell br,
.multiSelectPicklistCell a img {
    display: none;
}

.multiSelectPicklistCell a:active {
    background-color: #0368c0;
}

.multiSelectPicklistCell a:before {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    content: '\2192';
    color: #fff
}

.multiSelectPicklistCell a:nth-of-type(2):before {
    content: '\2190';
}

*/


