﻿body {
    font-family: 'Merriweather',serif !important;
    /*font-family: 'Segoe UI', 'Helvetica Neue', serif !important;*/
    color: #555;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url('../images/background-spring.jpg');
    background-repeat: repeat;
    background-position: 50% 20%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 65px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

html, body {
    height: 100%;
}

table {
    background-color: white;
}

.navbar {
    z-index: 4 !important;
}

/* Set 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 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.btn-lg {
    height: 50px !important;
}

footer {
    padding: 10px;
    border-top: 1px solid #eee;
    font-size: 80%;
    min-height: 10px;
    background-color: #fff !important;
}

.navbar-inverse {
    background-color: #205081 !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            background-color: #296ca3;
            color: #f0f0f0;
        }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #eee;
}

.ng-enter {
    transition: 0.5s;
    opacity: 0;
}

.ng-enter-stagger,
.ng-leave-stagger {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.ng-enter-active {
    opacity: 1;
}

.backdrop {
}

a.accordion-toggle {
    outline: none;
}

    a.accordion-toggle span {
        display: inline-block;
        width: 100%;
    }

.daterange {
    cursor: pointer !important;
    background-color: white !important;
}

a[data-toggle='collapse'] {
    display: inline-block;
    width: 60%;
    text-decoration: none;
}

canvas {
    padding-right: 20px;
}

.page-header {
    margin-top: 15px;
}

.v-align-middle {
    display: inline;
    vertical-align: middle;
    float: none;
}

.panel-heading[role="tab"] {
    cursor: pointer;
}

a.hjt {
    color: white !important;
    font-variant: small-caps;
    text-decoration: none;
    
}
    a.hjt h1 {
        transition: all 0.25s ease-in-out;
        opacity: 0.8;
    }
    a.hjt:hover h1 {
        opacity: 1;
    }

    .hjt .jumbotron {
        background-position: 50% 50%;
        margin-bottom: 0;
    }
.hjt .jumbotron {
    transition: background-color 0.5s ease-in;
}
.hjt:hover .jumbotron {
    background-color: hsla(210, 60%, 32%, 1) !important;
}
    .auth .jumbotron {
        background-color: hsla(210, 60%, 32%, 0.90);
    }
.streport .jumbotron {
    background-color: hsla(210, 60%, 32%, 0.80);
}
.dbman .jumbotron {
    background-color: hsla(210, 60%, 32%, 0.70);
}
.page-header {
    border-bottom: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: rgba(0, 0, 0, 0.12);
}
.navbar {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.32);
    border-color: transparent;
}

.modal-header .fa {
    vertical-align: middle;
}
.dataTables_info {
    display: none;
}
#logTable {
    font-family: monospace;
    font-size: medium;
}
#passwordInput {
    background-color: white;
    cursor: pointer;
}
#logTable td:nth-child(4) {
    text-transform: capitalize;
}

.content-panel {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.content-panel > h2 {
    margin-top: 0.5rem;
}