﻿.notification {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
    width: 20%;
}

body {
    background-color: #eee;
    background-image: url('../Images/bg22.png');
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.ag-fresh.long-header .ag-scrolls .ag-header-container {
    white-space: normal;
}

.ag-header-cell {
    white-space: normal;
}

.ag-scrolls .ag-header-container {
    white-space: inherit;
    word-break: break-word;
}

.footer {
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.modal-xl {
    width: 1200px;
}

.filter-popover + .popover {
    width: 500px;
    z-index: 1040;
}

.navbar.navbar-default{
   /* min-height:initial;*/
}

.navbar .nav > li > a {
    padding: 15px 10px;
}
