﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(240,240,240);
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    width: 400px;
    background-color: white;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
    color: dimgray;
}

textarea {
    margin-bottom: 6px !important;
    /*width:450px;*/
    height:100px  !important;
}

label,
p,
span {
    font-family: Calibri !important;
    color: black !important;
}

span {
    font-size: medium;
    font-weight: bold;
    margin: 10px !important;
}

table,
th,
tr,
td {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: auto;
}

th {
    border-width: 2px;
    text-align: center !important;
    background-color: lightgray;
}


button {
    height: 30px !important;
    color: black !important;
    border-color: lightgray;
    border-width: 1px !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background: #e0f9f9 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #e0f9f9 0%, #8ab2d1 85%, #aacae2 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0f9f9 0%,#8ab2d1 85%,#aacae2 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0f9f9 0%,#8ab2d1 85%,#aacae2 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f9f9', endColorstr='#aacae2',GradientType=0 ) !important; /* IE6-9 */
}

input[type=checkbox] {
    width: auto !important;
}


.phone {
    width: 125px;
}

.address {
    width: 225px;
}

.state {
    width: 30px;
}

.zip {
    width: 100px;
}

.pageHeader {
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.number {
    width: 75px;
    text-align: right;
}

fieldset {
    border:none;
}

legend {
    border: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position:center;
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
}


/* The modal Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
