main.row {
    margin-right: 0;
}

@media (min-width: 768px) {
    #sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 79px;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 150px);
    }
}

#sidebar {
    padding-right: 0;
    margin-bottom: 30px;
}

#sidebar i {
    width: 25px;
    text-align: center;
}

#content {
    padding-right: 0;
}

.statistic-panel {
    text-align: center;
    border-radius: 4px;
    padding: 5px 20px;
    color: white;
}

.statistic-panel .title {
    font-size: 16px;
    margin-bottom: -10px;
    text-transform: uppercase;
    margin-top: 10px;
}

.statistic-panel .value {
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: -10px;
}

label.required:after {
    content: " *";
    color: red;
}

.salary-item {
    cursor: pointer;
}

.salary-item:hover {
    background-color: #f8f9fa;
}

.salary-item a {
    text-decoration: none;
    color: #212529;
}

.time-map-value {
    color: black;
    font-weight: normal;
}

.time-map-value:hover {
    color: black;
}

.time-map-null-value {
    color: red;
    font-weight: bold;
}

.time-map-null-value:hover {
    color: red;
}

.overflow-table {
    overflow-x: auto;
}

.table th.fixed-width-date {
    width: 120px;
    min-width: 120px;
}

.table th.fixed-width-description {
    width: 500px;
    max-width: 500px;
    min-width: 200px;
}

.table th.actions {
    width: 190px;
    min-width: 190px;
}

.table-scroll {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    border: 1px solid #000;
    background: #fff;
    white-space: nowrap;
    text-align: center;
}

.table-scroll th {
    padding: 5px;
    background: #f9f9f9;
    font-size: 14px;
}

.table-scroll td {
    cursor: pointer;
}

.table-scroll td a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.clone th,
.clone td {
    visibility: hidden;
}

.clone td,
.clone th {
    border-color: transparent;
}

.clone tbody th {
    visibility: visible;
}

.fixed-side {
    width: 10%;
}

.clone .fixed-side {
    border: 1px solid #000;
    background: #f9f9f9;
    visibility: visible;
}

.centered-header {
    text-align: center;
}

.centered-cell {
    text-align: center;
}

.currency-cell {
    text-align: right;
    min-width: 130px;
}

.form-control {
    border: 1px solid #000;
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;

    max-height: 400px;
    overflow: scroll;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
