/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2017
    Author     : knott
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,300italic,400,400italic,700,700italic);

body {
    font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6, .site-title, .modal-header {
    font-family: "Oswald", sans-serif;
}

h1,h2 {
    color: #ffa400;
}

h3,h4,h5,h6 {
    color: #333;
}

a h1,a h2,a h3,a h4,a h5,a h6 {
    color: #ffa400;
}

#navContainer {
    background-color: #002c77;
    box-shadow: 3px 0 6px rgba(0,0,0,.3);
}

.site-title, .site-title a {
    color: #fff;
    font-size: 32px;
}

#navbarContent a {
    color: #002c77;
}

.clickable {
    cursor: pointer;
}

.switch {
    cursor: pointer;
}

.switch input {
    display: none;
}

.switch input:checked + .text-muted {
    display: none;
}

.switch input:not(:checked) + .text-muted {
    display: inline;
}

.switch input:checked + .text-muted + .text-success {
    display: inline;
}

.switch input:not(:checked) + .text-muted + .text-success  {
    display: none;
}

.locked-button, .button-base, .lock-overlay{
    width: 32px;
    height: 32px;
}

.locked-button{
    position: absolute;
}

.lock-overlay{
    position: relative;
}
.nav-tabs-inverse li.nav-item a.nav-link.active {
    background-color: #292b2c;
    color: #fff;
    border-color: #000;
} 

#main {
    min-height: 400px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.card {
    margin-top: 30px;
}

.error {
    color: #f00;
    font-weight: bold;
}

.table-page > a {
    cursor: pointer;
}
.table-page > a:hover {
    text-decoration: underline;
}

.autocompleteDisplay,
/*.mailingAddressDisplay,*/
.damageDisplay,
.pyrrhotiteDisplay,
.petrographicDisplay,
.visualDisplay,
.displaySharedSubaddress,
.displayPriorTest{
    display: none ;
}

label {
    font-weight: bold;
}

.inline {
    display: inline-block;
}

#Home_Prior_Test_Date {position: relative; z-index:100;}