/* Navigation */
nav {
    background-color: #303030;
}

/* Body */
body {
    background-color: #F6F6F6;
}

/* Tabs */
.tabs {
    background-color: transparent !important;
}

.tabs .tab a,
.tabs .tab a.active {
    color: #303030 !important;
}

.tabs .tab a:hover,
.tabs .tab.disabled a {
    color: #686868 !important;
}

.tabs .indicator {
    background-color: #9e9e9e !important;
}

/* Buttons */
.btn, .btn-large, .tap-target {
    background-color: #669900;
}

.btn:hover, .btn-large:hover {
    background-color: #8AC340;
}

/* Collapsible Button */
.button-collapse {
    color: #C1C1C1 !important;
}

/* Pagination */
.pagination li.active {
    background-color: #669900;
}

/* Date Navigator */
.date-navigator {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.date-navigator li {
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

.date-navigator li a {
    color: #444;
    padding: 0 10px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 30px;
}

.date-navigator li i {
    font-size: 2rem;
}

/* Form Labels */
label {
    color: #757575;
}

/* Input Fields */
.input-field input[type=text],
.input-field input[type=file],
.input-field input[type=email],
.input-field input[type=radio],
.input-field input[type=number],
.input-field input[type=select],
.textarea-materialize {
    color: #757575;
}

/* Focus States for Inputs */
input[type=text]:focus:not([readyonly]),
input[type=file]:focus:not([readyonly]),
input[type=email]:focus:not([readyonly]),
input[type=radio]:checked:not([readyonly]),
input[type=number]:focus:not([readyonly]),
.textarea-materialize:focus:not([readyonly]) {
    box-shadow: 0 1px 0 0 #0084B4;
    border-bottom: 1px solid #0084B4;
}

input[type=text]:focus:not([readyonly]) + label,
input[type=file]:focus:not([readyonly]) + label,
input[type=email]:focus:not([readyonly]) + label,
input[type=email]:focus:not([readyonly]) + label,
input[type=number]:focus:not([readyonly]) + label,
.textarea-materialize:focus:not([readyonly]) + label {
    color: #0084B4;
}

/* Dropdown */
.dropdown-content li > a,
.dropdown-content li > span {
    color: #0084B4;
}

/* Paragraphs */
p {
    line-height: 2rem;
}

/* Blockquotes */
blockquote {
    margin: 20px 0;
    border-left: 5px solid #00897B;
    padding-left: 1.5rem;
}

/* Chips */
div.chip > i, span {
    vertical-align: middle;
}

/* Miscellaneous */
.wedge {
    margin: 0 1em;
}

.spacer {
    margin-top: 1em;
}

.divider {
    background-color: #9e9e9e !important;
}

.editable {
    color: #0084B4;
    font-weight: bold;
    text-decoration: underline;
}

.progress-indicator {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

/* Index Banner */
div#index-banner {
    color: rgba(255, 255, 255, .9);
    height: auto;
    min-height: 380px;
    background: linear-gradient(#67981A, transparent);
    line-height: 0;
}

div#index-banner .section {
    width: 100%;
}

.logo-img {
    width: 240px;
    height: auto;
}

/* Icon Block */
.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

/* Custom Buttons */
a.btn.android, a.btn-large.android {
    background-color: #A4C639;
}

a.btn.iphone, a.btn-large.iphone {
    background-color: #227CEF;
}

/* Footer */
footer.page-footer {
    margin: 0;
}

/* Step Numbers */
.step-number {
    border: 1px solid #f2f9ff;
    background-color: #cccccc;
}

/* Toast Container */
#toast-container {
    top: auto !important;
    left: 5%;
    right: auto !important;
    bottom: 10%;
}

/* Current Step */
#current-step-name {
    font-weight: bold;
}

#current-step-number {
    border: 2px solid #1565C0;
    font-weight: bold;
}

/* Media Queries */
@media only screen and (max-width: 600px) {
    div#webstore {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        top: 40%;
        position: absolute;
    }

    #index-banner .section {
        top: 10%;
    }
}