﻿body {
    /*padding: 25px;
    padding-top: 70px;
    margin-bottom: 6vh;
    background: #ece9da !important;*/
    background: url('../images/bg.jpg') repeat;
}
h1 {
    margin-bottom: 1em;
}

.black-gradient-bg {
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    color: #fff;
}

    .black-gradient-bg a{
        color: #fff !important;
    }

    .black-gradient-bg ul.navbar-nav li.active {
        text-decoration: underline;
    }

    .black-gradient-bg ul.navbar-nav li:hover {
        text-decoration: underline;
    }


.nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
}

#container {
    min-height: calc(100vh - (73.34px + 88px));
}

#form1 {
    margin-bottom: 0px;
}

#searchNavBar{
    border-radius: .2rem;
}

a.info-tooltip{
    color: black;

}

.login-box {
    width: 460px;
    margin: 7% auto;
}

@media (max-width: 768px) {
    .login-box {
        width: 90%;
        margin-top: 20px;
    }

    footer {
        position: relative !important;
    }
}

/*footer {
    background-color: #3a87ad;
    color: white;
    font-size: 11.5pt;
    padding: 10pt;
    position: absolute;
    left: 0;
    bottom: 0;    
    width: 100%;
    overflow: hidden;
}*/

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 84vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

/*@media only screen and (max-width: 1199px) {
    body {
        margin-bottom:11vh;
    }
    footer {
        height:11vh;
    }
    .vertical-center {
        min-height: 76vh;
    }
}*/

/*@media only screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}*/


/* Small Devices, Tablets */
/*@media only screen and (max-width : 767px) {
}*/

/* Extra Small Devices, Phones */
/*@media only screen and (max-width : 575px) {    
    footer {
        height: 100px;
        height: 17vh;
    }
}*/

/*html {
    position: relative;
    min-height: 100%;
}

.navbar-default {
    background-color: #3a87ad !important;
    border-color: #3a87ad !important;
}

    .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
        color: white;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #727272 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a.nav-user:hover {
    color: white;
}*/

hr {
    border-top: 1px solid black;
}

.offscreen {
    position: absolute;
    left: -5000px;
}

.download {
    color: #2E75B6;
    font-size: large;
    font-weight: bold;
}

.hearingDate {
    color: black;
    font-size: x-large;
    font-weight: bold;
}

.error {
    color: #C00000;
    font-size: large;
    font-weight: bold;
}

.caseStyle {
    color: #2E75B6;
    font-size: large;
    font-weight: bold;
}

.hearingType {
    color: #2E75B6;
    font-size: large;
    font-weight: bold;
}

.hearingTime {
    color: #C00000;
    font-size: large;
    font-weight: bold;
}

.docIndex {
    font-size: large;
    font-weight: bold;
}

.buttonMargin {
    margin: 1.5% 0;
}

.leftIndent {
    padding-left: 1em;
}
