﻿body {
    background-color:#bbefcc;
}

.page-header {
    background-color: darkgreen;
    padding: 10px;
    margin: 0;
}

.customer-logo, .customer-info {
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
}

.customer-logo {
    color: #E6E6E6;
}

.customer-info {
    color: white;
    float: right;
}
.center {
    text-align: center;
    margin-top: 30px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.currentItem {
    font-weight: bolder;
}

.items {
    margin-top: 15px;
    margin-bottom: 15px;
}

.item {
    display: flex;
    align-items: center;
    background-color: #D9F7E3;
    border-bottom-color: darkgreen;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 120%;
    font-weight: bold;
    margin-top: -1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.itemAddBtn {
    padding-bottom: 10px;
    text-align: center;
}

button.itemBtn {
}

.itemTxt {
    margin-left: 0.25em;
}

button.incompleteAlert {
    margin-top: 0.5em;
    width: 25em;
}

a, a:hover {
    color: darkgreen;
    text-decoration: underline;
}

h1, h2, h3 {
    margin-top: 10px;
}

.footer {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer-row {
    margin: 10px;
}
.hidden {
    display: none;
}

.btn {
    margin-left: 5px;
    margin-right: 5px;
}

.btn-primary {
    background-color: #3D9B5D;
    border-color: darkgreen;
}
.btn-primary[disabled] {
    background-color: #6CC68A;
    border-color: #6CC68A;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: black;
  background-color: #D9F7E3;
  border-color: darkgreen;
}

.btn-footer {
    margin: 20px;
}

.app-progress {
    margin-bottom: 2em;
    background-color: #D9F7E3;
    font-size: 120%;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
.app-progress div.row {
    padding-top: 2px;
}
.app-progress div.row div {
    padding-top: 0.5em;
}
.app-progress div.current
{
    background-color: #fffbb0;
    border-radius: 5px;
    font-weight: bolder;
}

.app-progress div.complete
{
    color: darkgreen;
}
.app-progress div.complete a
{
    color: darkgreen;
}

.app-progress div.incomplete
{
}

.instruction
{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: white;
    background-color: #3D9B5D;
    padding: 3px;
    width: 100%;
    border-radius: 5px;
}
.instruction i {
    font-size: 130%;
    float: left;
    margin-left: 10px;
    margin-top: 1px;
}

#instructionMessage {
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 20px;
}

.col-lg-2,
.col-md-2,
.col-sm-2,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-lg-9,
.col-md-9,
.col-sm-9 {
    padding-right: 0px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    label {
        margin-bottom: 0;
    }
    .label-xs-pb {
        padding-bottom: 0;
    }
    .w-47 {
        width: 47%;
    }
}
@media (min-width: 768px) {
    .pad-left-right-sm {
        padding-left: 10em;
        padding-right: 10em;
    }
}

.item-actions {
    display: flex;
    flex-flow: nowrap;
    float: left;
    line-height: 3em;
}

input[type="text"], input[type="password"] {
    width: 80%;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: red;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: red;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: bold;
    display: block;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
select.input-validation-error {
    border: 2px solid red;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.yellow-tooltip + .tooltip > .tooltip-inner {
    background-color:yellow;
    color: black;
}

.yellow-tooltip + .tooltip.bottom > .tooltip-arrow {
    background-color: yellow;
}

.question-spacer {
    margin-bottom: 10px;
}
.comment-textbox {
    width: 100%;
}

.center-container {
    position: relative;
    left: 10%;
}

footer {
    bottom: 30px;
    text-align: center;
}
.footer-item {
    margin-left: 5px;
    margin-right: 5px;
}

.modal-lg {
    width: 800px;
}

.signatureContainer {
    margin-left: 30%;
    margin-bottom: 3.5em;
}
#signature {
    border: 2px dotted black;
    background-color: lightgrey;
    width: 60%;
}