﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 100px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 0px;
    }
    .body-content {
        padding: 0;
    }
}

table, td, th {
    border: 1px solid lightgrey;
    padding: 3px 5px 3px 6px;
    text-align: left;
}

table.notableBorder {
    border: 0px;
    padding: 1px 1px 1px 1px;
    text-align: left;
}
table.notableBorder tr {
        border: 0px;
        padding: 1px 1px 1px 1px;
        text-align: left;
    }
    table.notableBorder td {
        border: 0px;
        padding: 1px 1px 1px 1px;
        text-align: left;
    }

p.t6
{
    font-size: 1.0em;
    margin-left: 3px;
    color: #333333;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 2px;
}

table.t0 {
    border: solid;
    border-width: 0px;
    border-color: transparent;
}

tr.t0 {
    border: 0px solid transparent;
    background-color: transparent;
}

td.t0 {
    border: solid;
    border-width: 0px;
    background-color: transparent;
}

table.t6 {
    border: solid;
    border-width: 1px;
    border-color: #2faaa5;
}

tr.t6 {
    border: 1px solid lightgrey;
    background-color: #ddd9c3;
}

td.t6 {
    border: solid;
    border-width: 1px;
    background-color: #ddd9c3;
}

td.t5 {
    border: solid;
    border-width: 1px;
    background-color: #eeece1;
}

td.t9 {
    border: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    background-color: #ffffff;
    text-align: center;
}


input.textbox, select, textarea
{
  font-family    :  verdana, arial, snas-serif;
  font-size      :  13px;
  color          :  #000000;
  padding        :  3px;
  background     :  #f0f0f0;
  border-left    :  solid 1px #c1c1c1;
  border-top     :  solid 1px #cfcfcf;
  border-right   :  solid 1px #cfcfcf;
  border-bottom  :  solid 1px #6f6f6f;
}

input.textbox:focus, input.input_text_focus
{
    border-color:#646464;
    background-color:#ffcf03;
}

.button {
    background-color: #88888a; /* Grey */
    border: none;
    color: white;
    padding: 5px 9px 5px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button:hover {
    background-color: #f08a00; /* Orange */
    color: white;
}
