﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    /*background: transparent;*/
}

.layer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    background-color: #fafafa;
    width: 1200px;
}

.heading {
    margin-top: 2px;
    padding: 5px 10px;
}

.content {
    padding: 10px;
}

h1 {
    padding: 0 5px;
    display: inline-block;
    /*vertical-align: middle;*/
    font-size: 1.1em;
}

.arrow {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.plus_sign {
    background: url('../images/exp.png') no-repeat;
}

.minus_sign {
    background: url('../images/col.png') no-repeat;
}

.hideme {
    display: none;
}

.scrollToTop {
    width: 60px;
    height: 60px;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

    .scrollToTop:hover {
        text-decoration: none;
        background-color: #e86256;
        opacity: 1;
    }
