﻿

body {
    padding-top: 10px;
    background-color: #f6f6f6 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    font-family: futura-pt, sans-serif;
    padding: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

.form-control {
    background: #fff !important;
    padding: 6px 7px !important;
    font-size: 1em !important;
    line-height: 1em !important;
    border-color: #fff !important;
    border-radius: 3px !important;
}

    .form-control:focus {
        border: none;
        box-shadow: none;
    }

.control-label {
    margin-bottom: 0px;
    color: #1a440a !important;
}


.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%)
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
    display: flex;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.field-validation-error, .validation-summary-errors {
    color: red;
}


h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 38px;
    line-height: normal;
    font-size: 2.4em !important;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .05em;
    font-size: 23px;
    line-height: 32px;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #3d3d3a !important;
    line-height: 1.4em !important;
}

.btn-success {
    background: #016a29 !important;
    padding: 14px 30px !important;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    border: 1px solid #1f7a38 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}

    .btn-success:hover {
        background-color: #115d26 !important;
    }


.btn-danger {
    background: #e3201b !important;
    box-shadow: none !important;
    border-radius: 13px !important;
    font-weight: bold;
    padding: 16px 35px !important;
    font-family: "Raleway",Arial,Helvetica,sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 1em !important;
}

    .btn-danger:hover {
        filter: brightness(1.05);
    }
