﻿.bg-gradient-primary {
    background-color: #141C52;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #141C52), to(#224abe));
    background-image: linear-gradient(180deg, #141C52 10%, #224abe 100%);
    background-size: cover;
}

.tab-help-text
{
    padding: 20px;
    border-bottom: 1px solid #e3e6f0;
    background-color: #FFFFED;
}

.table-responsive
{
    margin-bottom: -15px;
}

@media (min-width: 801px) {
    .static-topbar
    {
        position: fixed; 
        width: calc(100% - 94px); 
        margin-left: 104px; 
        z-index: 10000;
    }
    .static-leftbar
    {
        position: fixed;
    }
    .static-container
    {
        margin-left: 90px; 
        margin-top: 80px; 
        width: calc(100% - 76px);
    }
}