﻿body {
    padding-bottom: 20px;
    background-color: #eeeeee; /*#F0EDE9*/
    margin-top: 50px;    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-color: white;
    border-radius: 4px;
    padding: 15px;
}

img {
    border-radius: 4px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.required:before 
{
    content: "* ";
    color: #b94a48; 
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

textarea.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*This shrinks the datatable
*/
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px !important;
    width: auto !important;
} 
.jumbotron {
    background: rgba(136,126,110,0.35) !important; 
}

/*Rules Page*/
.group {
}

.group .subgroup {
    padding-left: 30px;
}

.group .subgroup .indent {
    padding-left: 30px;
}

.fixed {
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav > li > a {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

/* active & hover links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
    color: #563d7c;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #563d7c;
}
/* all active links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
    font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;
}
/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
    display: block;
}

#sidebar.affix {
    top: 100px;
}

.right-container {
    display:inline-block; 
    float:right; 
    width:97%;
}
/*End Rules Page*/

.appname 
 {
    font-variant: small-caps;
    font-size: 2.3em;
    color: #3a6e8f; /*#736536;*/
    line-height: 55px;
    background-color: white;
}

.header {
    margin-left:-3px;
}

.login {
    float: right;
}

.footer {
    color: white;
    background-color: #565656;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 30px;
} 

.footer a {
    color: white;
} 

.navbar {
    left: 0px !important;
}

/*@media only screen and (max-width: 515px) {
    body {
        margin-top: 38px;   
    }

    .navbar {
        top: 35px !important;
        left: 0px !important;
    }
    
    #iowa_sliver_search_link {
        width: 30px !important;
    }
}*/
