html {
    overflow: hidden;
}
.navbar {
    padding: 0;
}
aside {
    border-top: 1px solid #eee;
}
.ng-sidebar__backdrop {
    background: #b8b5b5 !important;
}
ng-sidebar aside {
    min-width: 260px;
    height: calc(100vh - 56px);
    background: #fff;
    box-shadow: 2px 2px 15px 1px #999;
    z-index: 1000 !important;
}
.head {
    margin-bottom: 0;
}
.btn {
    text-transform: uppercase;
}
.btn-close-modal {
    margin-top: -1px;
}
.dropdown-item {
    cursor: pointer;
}
.table td {
    padding: 5px;
}
ire-list {
    display: block;
    margin-top: 20px;
}
.btn-inline {
    margin-top: 2.5em;
}
table {
    border: 1px solid #e9ecef;
    text-align: center;
}
table th{
    border: 1px solid #e9ecef;
    text-align: center;
}
table td{
    border: 1px solid #e9ecef;
}