body {
    font-family: Helvetica, sans-serif;
    margin: 50px;
}

.header img {
    float: left;
}

.header h1 {
    position: relative;
    left: 40px;
    display: inline-block;
    margin: 0px;
}

.mynavbar {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #333;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
}

.mynavbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.mydropdown {
    float: left;
    overflow: hidden;
}

.mydropdown .mydropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.mynavbar a:hover, .mydropdown:hover .mydropbtn {
    background-color: #00966c;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.mydropdown:hover .dropdown-content {
    display: block;
}

.pagecontent{
    width: 90%;
    margin: 50px;
    min-height: 100%
    z-index: 10;
}

.footer{
    display: none;
}

.progressBar {
    display: none;
    width: 500px;
    height: 30px;
    border: 1px solid grey;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    background: #00966c;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0);
    transition: all 0.4s;
    height: 100%;
    border-radius: 5px;
}

.not_available{
    display: none;
}

.download{
    display: none;
    margin-top: 50px;
}

.explaination{
    margin-bottom: 50px;
}

.page_button{
    color: #fff!important;
    border-width: 2px!important;
    border-color: #00936c;
    border-radius: 5px;
    font-size: 18px;
    background-color: #00966c;
    box-shadow: 0 11px 9px -7px rgb(0 61 34 / 60%);
}


.btn-primary {
    color: #fff;
    background-color: #00966c;
    border-color: #00936c;
}

#download_lsi, #download_volume{
    margin-top: 50px;
}

h4{
    margin-top: 40px;
}

.form-control:disabled {
    display: none;
}

.input-container {
    width: 200px;
}

#setup_audit, #setup_adm_bayer {
    display: none;
}

#audit_done {
    display: none;
}

#single_lsi_rework {
    display: none;
}

#multiple_lsi_rework {
    display: none;
}

#new_lsi_btn, #new_lsi_rework_btn{
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
}

.form-check-input:checked {
    background-color: red;
    border-color: red;
}

table {
    border-collapse: collapse;
}

td {
    position: relative;
    padding: 5px 10px;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
	border-color: red;
}

tr.strikeout td{
	color: red;
	font-style: italic;
}

#new_adm_bayer, #tag_subclusters {
    display:inline-block;
    margin: 20px 0px 40px 20px;
}

#new_adm_bayer, #tag_subclusters {
    display:inline-block;
    margin: 20px 0px 40px 20px;
}

.deleteTag_btn, .deleteAdm_btn{
    padding: 0px;
    margin: 0;
    width: 40px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: red;
    border-color: red;
    line-height:0;
}

.keyword_tag{
    display: flex;
    margin-bottom:3px;
}

.string_keyword_tag{
    text-align: left;
    padding:0 5px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin-right:5px;
}

.deleteAdm_btn{
    display: block;
    margin: auto;
    margin-top: 8px;
}

button span.deleteTag_btn_text span.deleteAdm_btn_text {
    font-size: 11px;
    padding: 2px;
}

.ui-widget input{
    font-size:1rem!important;
}

.page-item.active .page-link {
    background-color: #00966c!important;
    border-color: #00966c!important;
}

#list_adm_bayer_projects{
    margin-top: 50px;
}

#warning{
    color:#eed202;
    content:'!';
}

#show_check_plot{
    display:flex;
    align-content: space-between;
    justify-content: space-between;
}

#missing_items, #present_items{
    height: 10px;
    width: 300px;
}