.abs {
    position: absolute;
}


#content {
    overflow-y: auto;
}

a.plain {
    color: black;
}

.wizard-progress i {

}

.onescope-bg {
}   

h1 {
    color: #FA4614 !important;
}

pre {
    font-family: "Heebo",sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #666565 !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

table.dataTable {
    border-collapse: collapse;
    width: 100%;
}

.table-striped tbody tr:hover {
    background-color: #f5c800;
}

table.dataTable tbody tr td {
    word-wrap: break-word;
}

table.dataTable thead tr td {
    word-wrap: break-word;
}

pre {
    white-space:pre-wrap;
}

.django_alerts {
    top: 5px;
    right: 0px;
    padding-right: 5px;
    max-width: 400px;
    opacity: 1;
    z-index: 9;
    
    animation:django_alerts 0.5s 1;
    -webkit-animation:django_alerts 0.5s 1;
    animation-fill-mode: forwards;

    animation-delay:3s;
    -webkit-animation-delay:3s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}

@keyframes django_alerts {
    from {opacity :0.1;}
    to {opacity :0;}
}

@-webkit-keyframes django_alerts {
    from {opacity :0.1;}
    to {opacity :0;}
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh!important;
    max-height: 100vh!important;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.88);
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #ffffff !important;
}

.form_group.onerow textarea {
    height: 1em;
}

body {
    max-height: 100vh;
}

.start-20 {
    left: 20%!important;
}

.start-40 {
    left: 40%!important;
}

.start-60 {
    left: 60%!important;
}

.start-80 {
    left: 80%!important;
}

/*
.nav-pills .nav-link.active {
    color: black !important;
}

.nav-pills .nav-link {
    font-size: larger !important;
}
*/



#main-logo {
    margin-top: 3px !important;
    height: 40px !important;
}

#secondary-logo {

}

#div_id_active{
    margin-left: 20px;
}

.note-msg-li {
    padding: 0;
}

.note-msg {
    display: block;
    padding: 6px;
    position: relative;
}

.note-msg small {
    font-size: xx-small;
    margin-left: 10px;
    color: darkgray;
}

.note-read-icon {
    height: 18px;
    display: inline-block;
}

.note-read-container {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.underline {
    text-decoration: underline;
}

.status-link-tt {
    color: orange;
}

.status-link-ac {
    color: green;
}

.status-link-pp {
    color: black;
}

.status-link-dc {
    color: darkred;
}

.counter_small {
    color: darkgray;
    text-decoration: none;
}

.start-25 {
    left: 25%!important;
}

.start-75 {
    left: 75%!important;
}

.start-33 {
    left: 33%!important;
}

.start-66 {
    left: 66%!important;
}

.active-step {
    background-color: #f5c800;
    border: #f5c800 2px solid;
}

.inactive-step {
    background-color: #fff;
    border: #f5c800 2px solid;
}

.mid-size-min {
    min-height: 200px;
}

.inactive-step i {
    color: black;
}

.translate-middle.btn.btn-sm.rounded-pill i {
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 1rem;
}

small.pill-text {
    top: 30px;
    font-size: 95%;
}

.top-10 {
    top: 10px;
}

.end-15 {
    right: 15px;
}

div.dataTables_wrapper {
    margin: 0 auto;
}
div.dataTables_wrapper tr { height: 50px; }

.bg-white {
    background-color: #fff;
}

[data-disabled="disabled"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.8;
}