#topsystemcontainer a.info {
font-size: 90%;
position: relative;
top: -3px;
left: 1px;
color: rgb(26,144,167);
}

.helpPopUp
{
    padding:15px;
    width: 400px;
    border:1px solid #222;
    background-color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:  0 3px 6px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    display:none;
}
.helpPopUp h1
{
    font-size:16px;
    margin-bottom: 17px;
}

.helpPopUp p
{
    line-height:2;
    font-size:12px;
}
.helpPopUp a.closeicon
{

float: right;
font-size: 16px;
color: #f56e6e;
position: relative;
top: -5px;
left: 5px;
}
.helpPopUp a.closeicon:hover
{
    color:#a64444;
    text-decoration:none;
}

.sysRowEncHeader a.info
{
    margin-left:2px;
}
.sysRowEncHeader a:hover.info
{
    color:#888;
    text-decoration:none;
}
.sysRow.hovered
{
    background-color:#FDFFC2;
}
.vertButtonGroup a.btn
{
    width:100%;
    margin-top:5px;
}

ul#instrumentTabs
{
    margin-bottom:0;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus 
{
background-color:#fbfbfb;
}

#floatHead
{
    margin-bottom:8px;
}

img.newreporttile
{
cursor:pointer;
}
#floatHead a.info
{
position: relative;
top: -3px;
left: 2px;
}

.sysRowEnc, .sysRowEncLast
{
    width:inherit;
    max-width:980px;
}


.bottomWarnArea
{
padding-top: 20px;
margin-top: 50px;
border-top: 1px dashed #e0e0e0;
}

.miniWarn
{
float: right;
color: rgb(255, 163, 0);
cursor:pointer;
}
@media screen and (max-width: 965px) {
	

    .reportContent .sysRow div.sm, .sysRowEncHeader .sysRow div.sm
    {
        display:none;
    }
    #floatHeadBottom
    {
        display:none;
    }

}

