/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.ms-welcome__header {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 20px;
}

.ms-welcome__main > h2 {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.ms-welcome__features {
    list-style-type: none;
    margin-top: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
    padding-bottom: 10px;
    display: -webkit-flex;
    display: flex;
}

.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
    margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
    margin-top: 30px;
    text-align: center;
}
 
.ms-Button.ms-Button--hero .ms-Button-label {
    color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label {
    color: #005a9e;
    cursor: pointer;
}

.ms-DropdownList {
    width: 100%;
    padding: 7px;
}

.ms-Inputs {
    padding: 5px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.padleft {
    padding-left: 10px;
}

br {
    content: " ";
    margin-top: 20px;
}

#br_years {
    content: " ";
    margin-top: 5px;
}

.equal {
    width: 25%;
}

.equal_large {
    width: 29.5%;
}

.hidden {
    display: none;
}

.full {
    width: 100%;
}

.titles {
    padding-bottom: 5px;
}

.nopad1 {
    margin-left: 6px;
}

.nopad2 {
    margin-right: 7px;
}

.error-msg {
    color: #ff0000;
    display: none;
}

.unlock {
    margin: 10px 0 20px 0;
    color: #bea772;
}

.center {
    display: block;
    text-align: center;
}

.radios {
    display: flex;
    margin-bottom: 10px;
}

.half {
    padding-left: 5px;
    margin-right: 50px;
}

.links {
    color: #0078d4;
    cursor: pointer;
}

.links_wo_pointer {
    color: #0078d4;
}

b {
    font-weight: bold;
}

@supports (-moz-appearance:none) {
    select {
        -moz-appearance: none !important;
        appearance: none !important;
        background-color: white;
        box-sizing: border-box;
        border: 1px solid #aaaaaa;
        padding: 8px 12px;
        padding-right: 35px;
        border-radius: 2px;
        font-size: 13px;
        line-height: 1.5;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
        background-size: 16px 16px;
    }
}