div.header {
    height: 1.4rem;
}

hr.header {
    margin-top: 4px;
    margin-bottom: 6px;
}

.header-element {
    vertical-align: center;
    display: inline;
    float: right;
    margin-left: 8px;
}

.top-toolbox {
    display: flex;
    margin-bottom: 10px;
}
.top-toolbox-element {
    align-self: center;
    margin-right: 5px;
}

.top-toolbox-icon {
    height: 24px;
    width: 24px;
}

.delta-input {
    width: 5em;
}

.id-input {
    width: 5em;
}

.epoch-input {
    width: 11em;
    padding-right: 25px;
    background: url('/static/icons/caret-down-solid.svg') no-repeat right 2px top 0px;
    background-size: 0.8em;
}

.default-cursor {
    cursor: default;
}

.clickable {
    cursor: pointer;
}

#date-range-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 5px;
    border: 1px solid #ccc;
    height: 100%;
    width: max-content;
    text-align: center;
}

.text-icon {
    position: relative;
    top: 1px;
    height: 1rem;
    width: 1rem;
}

.text-icon.text-icon-right {
    float: right;
    margin-left: 2px;
}

.text-icon.text-icon-left {
    float: left;
    margin-right: 2px;
}

.manifest-table {
    width: 100%;
}

.manifest-table th {
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
    background: #f4f4f4;
}

.manifest-table th:first-of-type {
    border-left: 1px solid #d9d9d9;
}

.manifest-table > tbody > tr:nth-child(odd) > td,
.manifest-table > tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}

.name-element {
    width: 15em;
}

#manage-entities-sector {
    display: flex;
    flex-wrap: wrap;
}

.manage-toolbox {
    width: max-content;
    margin-right: 10px;
}

.red-arrow {
    color: red;
}

.green-arrow {
    color:green;
}

/* Loading animation */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1) url('../icons/loading.svg') 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
    display: block;
}