﻿.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .tab-content {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    border-width: 2px 2px 0px 2px;
}

.nav-tabs > li > a:hover {
    background-color: #FFD175;
    border-color: #e3e3e3;
    border-width: 2px 2px 0px 2px;
}

.nav-tabs > li > a{
    border-color: #e3e3e3;
    border-width: 2px 2px 2px 2px;
}

.tab-content {
    border-top-style: none;
}

.well {
    border-top-style: none;
}

/*this lets us make site and investigation names clickable*/
.blockLink {
    display: block;
    padding: 10px;
    color: black;
    text-decoration: none !important;
}

li {
    font-weight: bold;
}


.alertClass {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    /*margin: 0;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(0, 50%) !important;*/
    /*-ms-transform: translate(0, 50%) !important;*/ /* IE 9 */
    /*-webkit-transform: translate(0, 50%) !important;  Safari and Chrome*/
}
