/* Links */
a.disabled { color: #343434; cursor:default; }
a.disabled:hover { text-decoration:none; }

/*Overwriting bootstrap sup handling to fix d3.js issue*/
sup { 
    position:static; 
    vertical-align:super; 
}
table { margin:0; border-top: 1px solid #3A3A3A; }
table tr td, table tr th { border:1px solid #3A3A3A; }
.table tr td, .table tr th, .table th, .table td{ border-top: 1px solid #3A3A3A; }
table tr td:first-child { border-left: 1px solid #3A3A3A; }
table tr:last-child td { border-bottom: 1px solid #3A3A3A; }

.list-group-item { padding: 5px 10px; }

.table-bordered td { border-color:#3A3A3A; }
.btn-info:hover, .btn-info:disabled { background-color:#B8C4BB; border-color:#B8C4BB; }
.btn-info { background-color:#97989A; border-color:#97989A; }
.btn:hover { cursor:pointer; }

div.disabled .card-header { background-color: #D3D1D8; }
div.disabled a.disabled { color:#97989A; } 
.blurb { font-family:Roboto; font-size:14pt; text-align:justify; width:70%; margin:0 auto; }
.card-header a { color:#3A3A3A; }

.pagination { flex-wrap:wrap; }
.page-link { 
    min-width:35px; text-align:center; 
    padding:0.5rem 0.25rem;
}

span.badge-danger:hover { cursor:pointer; }

/*
 * Base structure
 */

.bg-inverse { background-color: white !important; }

.inner-container { background-color:#FFF; padding:20px; margin-bottom:50px; border-radius:1em; font-size:10pt;}
.inner-container p { font-size:9pt; }
.inner-container .col-md-6 { display:table-cell; }
.graph-container { border:1px solid #3A3A3A; padding:10px; min-height:430px; overflow:hidden; height:100%;  }
.graph-container * { font-size: 10pt; font-family:Arial; }
.graph-container sup { font-size:75%; }
.graph-container h6.heading { font-size:12pt; font-weight:550; }
.graph-container ul { padding:0; margin:0; }

.card-header h5 { text-decoration:none; }
.card-block .list-group-item:first-child, .card-block .list-group-item:last-child { 
	border-radius:0;
}
.visible-print-block { display:none; }

.back-to-top { position:fixed;  bottom:50px; border-radius:2em; right:75px; z-index:99; }

footer a { text-decoration:underline; }
/*
 * Homepage styles
 */
#homepage-prism { margin:40px auto; margin-left:-25px; }

.homepage-btn { 
    width:200px; 
    height:200px; 
    text-align:center; 
    position:relative; 
    overflow:hidden;
    border-radius:1em;
    margin:15px auto;

}
.homepage-btn img { 
    width:100%; 
}
.homepage-btn-box { 
    position:absolute; top:0; left:0; 
    color:white; width:100%; height:100%;
    background-color:rgb(255, 255, 255, 0.25); 
}
.homepage-btn-box h3 {
    position:absolute; top:50%; left:50%; 
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/***
*Team-Section (homepage button container)
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    margin-bottom:20px; 
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    overflow: hidden;
}

.single-team .team-photo img {
    width:100%;
    height:230px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color:white;
    font-size:20pt;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.single-team:hover .social-menu {
    bottom: 0;
}

/*
 * Menu Page
 */
.alert-trigger { 
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.fa-trash-o:hover { cursor:pointer; color:red; }

.parenthesis { font-size:.75em; font-weight:bold; }


/*
 * Search Results
 */

#information, #resources { 
    margin-bottom:40px;
}
#information h3, #resources h3 { 
    cursor:pointer; 
    border-bottom:1px solid #929292;
	margin-bottom:10px;
}
#resources a { text-decoration:underline; }

#results-menu { 
    position:fixed; top: 125px; right: 50px;
    width:50px; padding:5px; 
    background-color:rgba(200, 200, 200, 0.6);
    border-radius:0.5em;
    border-top-right-radius: 0;
    border-bottom-right-radius:0;
    z-index:99;
}

#results-menu a { margin:3px auto; }

.analyte-header { background-color: #363636; }

#glossary .list-group-item { font-size: 13px; }

.sample-text-area .alert { background:none; border:none; }
.sample-text-area .alert-danger { color:#da2334; }

/*
 * SVG Styles
 */
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;
    border:1px solid #3A3A3A;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

/**
 * Size breakpoints
 */
@media (max-width: 768px) {
}

/*
 * Print styles
 */
@media print { 
    html, body { min-width:768px; margin:0 auto; }    
    body { margin: 0 auto; padding:0; }
    .container { display:block; padding:0; width:100%;}
    .analyte { display:block; page-break-after: always; padding-top:20px; }
    .analyte:last-child { page-break-after:avoid; }
    .analyte h5 { border: 2px solid #3A3A3A; }
    .list-group { border:1px solid #3A3A3A; border-top:none; border-bottom:none; border-right:none; }
    .list-group-item { border:1px solid #3A3A3A; padding:0; } 
    .inner-container { padding:0; }
    .graph-container { width:100%; padding:0px;}
    .col-md-6 { width:48%; margin:0 auto; }

    .collapse { display:block; }
	#information, #resources, .visible-print-block { display:block; }
	.hidden-print { display:none; }
    #information { page-break-before:always;break-before:always; }
	#information, #resources { 
		page-break-inside: avoid;
	}	
    .sample-text-area { padding-top:0; }
}
