﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    position: relative;
    min-height: 100%;
    background-image: url(../images/bg.png);
    /*background-image: url('../images/ShowImage (2).jpg');*/
    /*background-repeat:repeat;*/
    /* background: url(../images/fresno-skyline.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h3 {
    color: #01364e;
}

body {
    padding-top: 105px;
    padding-bottom: 20px;
    margin-bottom: 80px;
    background-color: transparent;
}

/* 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;
}

#mybox {
    box-shadow: 3px 3px 10px 0px #000;
    -webkit-box-shadow: 3px 3px 10px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 5px 10px 2px #000;
}

#mybox2 {
    box-shadow: 3px 3px 10px 0px #000;
    -webkit-box-shadow: 3px 3px 10px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 10px 0px #000;
}

.mybox {
    box-shadow: 3px 3px 10px 0px #000;
    -webkit-box-shadow: 3px 3px 10px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 5px 10px 2px #000;
}

#Tabs .tab-content {
    color: #000;
    background-color: #fff;
    padding: 5px 15px;
}


.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li > a {
        color: #000;
        border-bottom: 0px solid #000;
        background-color: #d1e8f4;
    }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            border-bottom: 0px solid #449644;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #000;
        cursor: pointer;
        background-color: #ffffff;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom-color: #449644;
        border-bottom: 0px solid #449644;
    }


#exTab3 .tab-content {
    color: #fff;
    background-color: #449644;
    padding: 5px 15px;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

    #exTab3 .nav-pills > li > a:hover {
        border-radius: 4px 4px 0 0;
        color: white;
        background-color: #704900;
        border-bottom-color: #000;
    }

    #exTab3 .nav-pills > li > a:focus {
        border-radius: 4px 4px 0 0;
        color: white;
    }

.nav-pills {
    border-bottom: none;
}

    .nav-pills a {
        color: #000;
        background-color: #A1D3A1;
    }

.mygrid {
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 3px 3px 10px 0px #000;
    margin-top: 0px;
}

.welcome {
    background-color: #449644;
    box-shadow: 3px 3px 10px 0px #000;
    color: #fff;
    padding: 0px 10px;
    margin-top: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}



.messagefont {
    font-style: italic;
    font-size: 10px;
}

.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;
        }

.footer {
    margin-left: 15px;
    background-color: #E4CA97;
    min-width: 260px;
}


/* Responsive: Portrait tablets and up */
@media all and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .mygrid {
        width: 750px;
    }

    .footer {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    .mygrid {
        width: 970px;
    }

    .footer {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    .mygrid {
        width: 1140px;
    }

    .footer {
        width: 1140px;
    }
}

.imgbanner {
    float: left;
    height: 95px;
    width: 95px;
}

.txtbanner {
    margin-left: 100px;
    height: 100%;
    padding-left: 25px;
    padding-top: 0px;
}

.sortasc a {
    background: url(../images/asc.gif) no-repeat;
    display: block;
    padding: 0 4px 0 15px;
}

.sortdesc a {
    background: url(../images/desc.gif) no-repeat;
    display: block;
    padding: 0 4px 0 15px;
}

.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.bubble {
    position: relative;
    min-width: 200px;
    min-height: 120px;
    padding: 5px;
    background: #A1D3A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #449644 solid 1px;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 14px 0 14px 15px;
        border-color: transparent #A1D3A1;
        display: block;
        width: 0;
        z-index: 1;
        right: -15px;
        top: 23px;
    }

    .bubble:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 14px 0 14px 15px;
        border-color: transparent #449644;
        display: block;
        width: 0;
        z-index: 0;
        right: -16px;
        top: 23px;
    }


td, th{
    padding: 4px;
}
