﻿@media print{@page {size: landscape}}
body {
    margin: 0;
    padding: 0;
   
}
.nav,.navbar-inner,.breadcrumbs,.sidebar,.dataTables_wrapper .bottom,.btn,.form-actions,.profiler-results {
    display: none !important;
}
.tabbable .nav {
    display: inline !important;
}
.tabbable .nav li a{
    border-bottom: none;
    color: #e6e6e6
}
    .tabbable .nav li.active a
    {
        background-color: white !important;
        border-top-color: black;
        border-bottom-color: white !important;
        color: black;
        font-weight: bold;
    }
.datatable-column-headers th {
    background-color: grey !important;
     color: black;
        font-weight: bold;
}
.td-actions a {
    display: none;
}
.main-content {
    margin-left: 0;
}
.widget-header {
        border-bottom-color: grey;

}
.widget-header h4 {
    color: black !important;
    font-weight: bold !important;

}