/**
* This css is only meant to be used for the snap21 capture app
*/


body {
    padding-top: 60px;
    font: -apple-system-body;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4 {
    font: -apple-system-headline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.btn {
    font-size: 100%;
}

.btn.fixedButtonSize {
    font-size: 14px;
}

.container {
    /* to emphasize the mobile nature of the capture app the width of every page is reduced */
    max-width: 600px;
}

.container.narrowContainer {
    max-width: 400px;
}

.navbar .snapLogo {
    width: 100%;
    max-width: 140px;
    height: auto;
    display: block;
    margin: 15px auto 0 auto;
}

h1 {
    text-align: center;
    font-size: 140%;
}

h2 {
    text-align: center;
    font-size: 120%;
}

#optionsList {
    margin-top: 40px;
}

#optionsList li {
    margin-bottom: 20px;
}

/*
.list-group-item span.label {
    float: right;
}

*/


form.smallForm .container {
    max-width: 400px;
}

form.smallForm .btn-primary {
    width: 100%;
    display: block;
}


form.smallForm .form-group {
    margin-bottom: 20px;
}


form.smallForm .formSection {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
}


form.smallForm #alertsContainer {
    text-align: center;
}

form.smallForm #alertsContainer .container {
    width: 100%;
}

.hiddenInstructions {
    display: none;
}

.instructionSet {
    margin-top: 20px;
    margin-bottom: 20px;
}

.instructionSet img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-fixed-top .navbar-btn {
    margin-top: 10px;
    padding: 6px 8px;
    font-size: 70%;
}