/* html {
    height: 100%;
} */
* {
    font-family: Tahoma, sans-serif;
}

p {
    font-size: 16px;
}

body {
    /*background-color: lightgray;*/
    font-family: Tahoma, sans-serif;
    color: #00323C;
}

#row_body {
    background-color: lightgray;
    width: available;
    height: 100vh;
    margin: 0%;
    overflow: auto;
}

/* ----------------Sidebar---------------- */

.sidebar {
    width: 16vw;
    max-width: 16vw;
    /* height: auto; */
    /* height: 95vh; */
    height: calc(100vh - 38px);
    margin: 0.5%;
    border-radius: 25px;
    /*margin: 1%;*/

    background-color: #00323C;
    background-image: linear-gradient(to bottom, rgba(0, 185, 185, 1), rgba(0, 50, 60, 1));
    color: white;
    overflow: hidden;
    box-shadow: 10px 10px 5px grey;
}

/* .sidebar:hover {
    overflow: auto;
} */

.sidebar {
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    /* overflow-x: auto; */
    /* overflow: auto;  */


}

.sidebar_background_image {
    position: fixed;
}

img.sidebar_logo {
    width: 16vw;
    text-align: center;
    align-content: center;
    padding: 1vw 0 1vw;
}


ul.list-unstyled {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
    text-decoration: none;
}

button.level_1,
a.level_2 {
    color: white;
    align-content: start;
    text-align: start;
}

button+.level_1 {
    font-size: medium;
}

button.level_1:hover,
a.level_2:hover {
    color: lightgray;
}

.level_2 {
    margin-left: 8px;
    color: white;
}

a.level_2 {
    font-size: small;
    text-decoration: none;
    color: white;
}

/* ----------------End of Sidebar---------------- */

/* ----------------Mainbody---------------- */

.mainbodycontent {
    /* height: 95vh; */
    height: calc(100vh - 38px);
    max-width: 84vw;
    width: 84vw;
    margin: 0.5%;
    overflow: auto;
    overflow-x: hidden;

    background-color: whitesmoke;
    box-shadow: 10px 10px 5px grey;
    border-radius: 25px;
    padding: 2% 3%;

    /*box-shadow: 10px 10px 5px grey;*/
}

.body_block {
    overflow: auto;
}

/* ----------------End of Mainbody---------------- */

/* ----------------Buttons - submit, cancel, etc---------------- */

.btn {
    font-size: small;
}

.btn-light {
    background-color: #00B9B9;
    border-color: whitesmoke;
    color: white;
}

.btn-light:hover {
    background-color: #00B9B9;
    color: white;
}
.btn-dark {
    background-color: #00323C;
    border-color: whitesmoke;
    color: white;
}

.btn-dark:hover {
    background-color: #00323C;
    color: white;
}

.btn-cross {
    background-color: #6c6c6c;
    border-color: whitesmoke;
    color: white;
}

.btn-cross:hover {
    background-color: #6c6c6c;
    color: white;
}

.btn-tooltip {
    background-color: #00323C;
    color: white;
}

.btn-tooltip:hover {
    background-color: #00323C;
    color: white;
}


.btn-tooltippresent {
    background-color: #e0093b;
    color: white;
}

.btn-tooltippresent:hover {
    background-color: #e0093b;
    color: white;
}

.btn-danger {
    background-color: #CA1C66;
    border-color: whitesmoke;
    color: white;
    /*background-color: rgba(202,28,102,1);*/
}

.btn-danger:hover {
    background-color: rgba(202, 28, 102, 0.8);
    color: white;
}

.btn-secondary {
    background-color: rgba(25, 133, 195, 1);
    border-color: whitesmoke;
    color: white;
}

.btn-secondary:hover {
    background-color: rgba(25, 133, 195, 0.8);
    color: white;
}

.btn-secondary:disabled {
    background-color: rgba(25, 133, 195, 0.4);
    color: grey;
}

.btn-info {
    background-color: rgba(237, 144, 52, 1);
    border-color: whitesmoke;
    color: white;
}

.btn-info:hover {
    background-color: rgba(237, 144, 52, 0.8);
    color: white;
}

.btn-info:disabled {
    background-color: rgba(237, 144, 52, 0.4);
    color: grey;
}




/* ----------------Checkboxes---------------- */

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: green;
}

.custom-checkbox .custom-control-input:checked:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: #C8FFC8;
}


/* ----------------End of Checkboxes---------------- */


/* ----------------Tables---------------- */

.table {
    font-size: small;
}

/* ----------------End of Tables---------------- */




.title_block {
    position: sticky;
    top: 0;
    background: whitesmoke;

    z-index: 999;
}


.btn-custom-SideBar {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 0;
    --bs-btn-padding-y: 0.3rem;
}

.btn-custom-SideBar:active {
    outline: none;
    text-decoration: none;
    color: white !important;
    border-color: none;
}

.sidebar a {
    text-decoration: none;
}

.btn-custom-SideBar i {
    margin-right: 8px;
}
/* 
.table thead {
    position: sticky;
    top: 0px;
    background: #f8f9fa;
    z-index: 998;
} */
.table thead {
    position: sticky;
    top: 0px;
    background: #00323C; /* same as your header row */
    z-index: 998;
    color: white;
}


.table.tests-selection-table thead {
    position: sticky;
    top: -18px;
    background: #f8f9fa;
    z-index: 997;
}

.tooltip {
    z-index: 2000;
    /*  the tooltip is above other elements */
}


.circle-label {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /* This centers the text vertically */
    border-radius: 50%;
    /* This makes the label circular */
    background-color: #00B9B9;
    color: white;
    /*  text color */
    font-weight: bold;
    font-size: 14px;
    /* margin-right: 0; 
    margin-bottom: 20px;
    margin-left: 20px; */
    margin: 10px 0 10px 20px;
}
.disabled-circle-label {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /* This centers the text vertically */
    border-radius: 50%;
    /* This makes the label circular */
    background-color: #6c6c6c;
    color: white;
    /*  text color */
    font-weight: bold;
    font-size: 14px;
    /* margin-right: 0; 
    margin-bottom: 20px;
    margin-left: 20px; */
    margin: 10px 0 10px 20px;
}



.step-circle-label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color:#00B9B9;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 20px 4px 4px;
    padding:0px 0px 0px 0px;
    vertical-align: middle;
}
.checkbox-label {
    margin: 15px 0 15px 0px;
}


.pre-keyword-table {
    margin: 15px;
}

.pre-keyword-table td {
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.boolean-input-table {
    margin: 15px;
}

.boolean-input-table td{
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}


.non-boolean-input-table {
    margin: 15px;
}

.non-boolean-input-table td{
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.user-keyword-table td {
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;

}

.manual-identifier-table td {
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;

    margin-left: 0;
}

.control-identifier-table td {
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.tests-selection-table td {
    border: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;

    /* border-bottom: 1px solid #000; */
    border-bottom: 1px solid#e6e6e6;
    border-collapse: collapse;
}

.form-check-input:checked {
    background-color: #42a9b0;
    border-color: #42a9b0;
}

#gl_data-clear_id,
/* Target the Clear checkbox */
label[for="gl_data-clear_id"] {
    /* Target the label for the Clear checkbox */
    display: none;
    /* Hide both the checkbox and its label */
}


.chart_container {
    text-align: center;
    align-content: center;
    align-items: center;
}

/* 
.dark-grey-asterisk {
    color: #42a9b0;; 
    font-weight: bold; 
    font-size: 1em;
} */

/* .table thead tr th {
    background-color: #00323C !important;
    color: white !important;
} */
table.custom-dark-header thead tr th {
    background-color: #00323C;
    color: white;
}


.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

.customTable-Main thead tr th {
    background-color: #00323C !important;
    color: white !important;

}