body {
  padding-top: 75px!important;
}

.logo {
    font-size: 20px!important;
}

.nav-line {
    width: 100%;
    height: 4px;
    background-color: #3B3F4F;
    position: fixed;
    z-index: 1;
}

.select2-container.form-control {
    height: auto;
}

table.employee-list thead tr th {
    position: relative;
}

.search-name + .cancel-filter {
    position: absolute;
    right: 17px;
    top: 27%;
    cursor: pointer;
}
