
body {
    font-size: 14px;
    font-family: ""Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif";
}
.crmEntityFormView, .entitylist {
    border: 0 !important;
}
.container {
    width: 100%;
}
.container,
.columnBlockLayout {
    margin: 0 !important;
}
.tab-title {
    margin: 0;
    padding: 0 28px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0 !important;
}
.btn {
    outline: 0 !important;
}

.btn-info{
    background-color: #0078D4 !important;
    border-color: #0078D4 !important;
}
.btn-primary{
    background-color: #0078D4 !important;
    border-color: #0078D4 !important;
}

iframe {
    border: 0
}

footer, .footer, .footer-bottom {
    display: none;
}

.navbar {
    position: fixed;
    width: 100%;
    min-height: 48px;
    height: 48px;
}

.wrapper-body {
    position: relative;
    top: 48px;
}

.powerbi {
    min-height: calc(100vh - 58px)
}

.private-mode-banner {
    display: none;
}

.navbar-inverse .navbar-nav > li > a:focus {
    outline: none !important;
    border: none !important;
}

.navbar-header {
    min-height: 48px;
    height: 48px;
}

.navbar-brand {
    height: 48px;
    line-height: 24px;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:active {
    background-color: transparent !important;
    color: #0078D4 !important;
}

.navbar-collapse.collapse.in {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse.collapse.in .navbar-nav > li > a {
    color: #848484 !important;
}

@media (min-width: 1200px){
    .navbar-collapse.collapse {
        height: 48px;
    }
    .navbar-right {
        padding-top: 0;
    }
}

