.container {
    font-size: 12px;
}

.alert-logo {
    float: right;
    position: relative;
    height: 35px;
    width: auto;
    top: 34px;
}

.table thead th {
    vertical-align: top !important;
}

.table td, .table th {
    padding: 0.3rem;
    text-align: left;
}

th:last-child,
td:last-child,
th:nth-last-child(2),
td:nth-last-child(2) {
    text-align: right;
}

.table button {
    padding: 0;
}

td > a {
    max-width: 200px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-width {
    width: 100px;
    text-align: center !important;
}

.header1-width {
    width: 142px;
    text-align: center !important;
}

.new_area {
    color: white;
    background-color: darkblue;
    font-size: 14px !important;
    text-align: left !important;
}

.new_sub_area {
    color: white;
    background: rgb(95, 93, 93);
    text-align: left !important;
}

.new_assumption {
    color: white;
    background: rgb(165, 160, 160);
    text-align: left !important;
}
.nav-tabs .nav-link.active {
    border-color: blue blue #fff;
}

.nav-tabs .nav-link {
    border: 2px solid transparent;
}

.nav-tabs {
    border-bottom: 1px solid blue;
}

.cursor-pointer {
    cursor: pointer;
}

.ident-1 {
    padding-left: 40px !important;
}

.ident-2 {
    padding-left: 80px !important;
}