﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    font-size:14px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   wat aill truncate terms thre 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: 280px;
}


/* menu
----------------------------------------------------------*/
nav ul {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0px;
    padding: 0;
    text-align: center;
    height: 48px;
}

.menu-bg {
    background: rgb(244,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244,0,0,1) 0%, rgba(132,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,0,0,1)), color-stop(100%,rgba(132,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#840000',GradientType=0 ); /* IE6-9 */
}

nav ul li {
    display: inline;
    list-style: none;
    padding-left: 7px;
    padding-right: 7px;
    /*height: 48px;*/
}

    nav ul li a {
        background: none;
        color: #fff !important;
        display: inline-block;
        height: 38px;
        padding-top: 10px;
        text-decoration: none;
    }

        nav ul li a:hover {
            color: #bbb !important;
            text-decoration: none;
        }

.table tbody > tr > td > a {
    text-decoration: none;
    color: #dd4814;
    padding: 8px 12px;
}


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


/* Generator
----------------------------------------------------------*/
.generator table {
    width: 100%;
    border: 0px solid black;
}

.generator td {
    font-weight: bold;
    width: 160px;
}

.dropdown {
    width: 140px;
}




.form-control {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 50px;
    border-width: 2px;
}

textarea.form-control {
    height: inherit;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
