﻿/* Move down content because we have a fixed navbar that is 50px tall */
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;*/
    padding-right: 0px;
}

/* 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.bigwindow {
    background-color: white;
    bottom: 0;
    top: 0;
    width: 100%;
    padding: 10px 10px 10px 10px;
    min-height: 900px;
}


.mediumwindow {
    min-height: 800px;
    max-width: 1600px;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    box-shadow: 10px 10px 5px grey;
    padding: 10px 10px 10px 10px;
    background-color: white;
}

.normalwindow {
    min-height: 800px;
    max-width: 1400px;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    box-shadow: 10px 10px 5px grey;
    padding: 10px 10px 10px 10px;
    background-color: white;
    vertical-align: central;
}


.shortwindow {
    min-height: 700px;
    max-width: 1400px;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    padding: 10px 10px 10px 10px;
    box-shadow: 10px 10px 5px grey;
    background-color: white;
}

.menuitem {
    white-space: normal;
    word-wrap: break-word;
}

/*font-size: .85em;*/
/*Open Sans and Raleway. This is Raleway extrabold
every font can be programmed in one of these web fonts, yes?*/
/*     here is the main layout */

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    height: 13px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}


h1 {
    font-size: 2em;
    color: orange;
    font-weight: bold;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
    color: navy;
    font-weight: bold;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    height: 52px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    width: 344px;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }



/* page elements
----------------------------------------------------------*/
/* featured */
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 200px;
    float: left;
    padding: 10px;
}


/* content */
article {
    float: left;
    width: 70%;
}



a input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 6px 0;
    padding: 0px;
    vertical-align: central;}



f {
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
}

textarea {
    font-family: inherit;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    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: #e80c4d;
}



/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.OptionButton {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 5px;
    /*box-shadow: 0 9px #999;*/
    width: 120px;
    height: 40px !important;
    border-style: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: Arial;
    background-color: gray !important;
    color: white !important;
    text-align: center;
}

    .OptionButton:hover {
        background-color: gray !important;
    }

    .OptionButton:active {
        background-color: darkgray;
        box-shadow: 0 2px #666;
        transform: translateY(4px);
    }
