﻿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;
}

.jumbotron {
    color: #fff;
    background-color: #83aa70;
}

.container .jumbotron {
    border-radius: 0 0 9px 9px;
}

@media (max-width: 991px) {
    .col-md-4 {
        border-top: 1px dashed #e2e2e2;
    }

        .col-md-4:first-child {
            border: none;
        }
}

@media (min-width: 992px) {
    .col-md-4 {
        border-left: 1px dashed #e2e2e2;
        min-height: 200px;
    }

        .col-md-4:first-child {
            border: none;
        }
}

hr {
    border-top: 1px dashed #eeeeee;
}

.navbar-brand {
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.navbar-nav > li > a {
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.logo {
    width: 250px;
}

.btn {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
}

.btn-primary {
    color: #83aa70;
    background-color: #fff;
    border-color: #000;
    font-weight: 600;
}

.help-page-table tbody tr:hover td {
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
