@charset "utf-8";
/* CSS Document */

:root {
    --Mel: #0057A2;
    --lightMel: #3FA9F5;
    --contrastMel: #5693be;

    --Bne: #800000;
    --lightBne: #bb3838;
    --contrastBne: #a55050;

    --Adl: #660080;
    --lightAdl: #9638bb;
    --contrastAdl: #9b50a5;

    --mainColor: var(--Mel);
    --highlightColor: var(--lightMel);
    --backgroundContrast: var(--contrastMel);
}

Body {
    font-family: 'Helvetica', sans-serif;
    background-color: #F1F2F2;
}

h1 {
    color: white;
    font-size: 32px;
}

.login {
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url('img/Portal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-attachment: fixed;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.247);
    width: 100%;
    min-height: 100%;
    z-index: 99;
    text-align: center;
    overflow: auto;
}

.scanCon {
    position: absolute;
    margin: 5%;
    padding-bottom: 15px;
    width: 90%;
    height: auto;
    background-color: gray;
    border-radius: 20px;
    z-index: 100;
    display: flex !important;
    flex-direction: column;
}

.header {
    text-align: center;
    padding: 10px;
}

.header img {
    max-width: 400px;
    margin-top: 30px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    background-color: #A5A7AA;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #000000;
    width: 50%;
    min-width: 248px;
    max-width: 400px;
}

.login-box h2 {
    font-size: 24px;
}

.form-group {
    padding: 10px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 0px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    box-sizing: border-box
}

.dataTable tbody tr:hover {
    background-color: var(--highlightColor) !important;
}

.dataTable thead th:hover {
    background-color: lightgray !important;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px var(--mainColor) !important;
    color: white !important;
}

label {
    font-weight: bold;
}

.form-group input[type="checkbox"] {
    margin-right: 5px;
}


.forgot-password a {
    color: #000000;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

footer {
    text-align: center;
    color: #fff;
    /* Set font color to white */
}

/* Style the buttons that are used to open the tab content */
.tab {
    background-color: var(--mainColor);
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    /* Was 14 and 16 */
    transition: 0.3s;
    color: white;
    border-radius: 10px 10px 0 0;
    border: none;
    font-weight: bold;
}

.sub_tab {
    background-color: var(--mainColor);
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    /* Was 14 and 16 */
    transition: 0.3s;
    color: white;
    border: none;
    font-weight: bold;
}

/* Change background color of buttons on hover */
.tab:hover .sub_tab:hover {
    background-color: var(--highlightColor);
}

/* Create an active/current tablink class */
.active {
    background-color: var(--highlightColor);
    color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 1px 1px;
    border-top: none;
    background-color: #FFFFFF;
    border: none;
}

.myTable {
    border-collapse: collapse;
    /* Collapse borders */
    width: 100%;
    /* Full-width */
    background-color: #FFFFFF;
    font-size: 14px;
    /* Increase font-size */
}

.myTable td {
    /*text-align: left; Left-align text */
    padding: 12px;
    /* Add padding */
}

.myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

.myTable tr.header,
.myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #a8d8ff;
}

.button {
    background-color: var(--mainColor) !important;
    color: white !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 7px 7px 7px 7px !important;
    border: none !important;
    font-family: Verdana, sans-serif !important;

}

.button:hover {
    background-color: var(--highlightColor) !important;
}

.button:disabled {
    background-color: #b8babc !important;
    color: black !important;
}

.mobButton {
    background-color: var(--mainColor) !important;
    color: white !important;
    border-radius: 5px 5px 5px 5px !important;
    border: none !important;
    font-family: Verdana, sans-serif !important;
    width: 100%;
    font-size: 25px;
    padding: 20px;
    /* margin: auto; */
    margin-top: 40px;
    display: flex;
    box-sizing: border-box;
}

.mobButton:active,
.mobCloseBtn:active {
    transform: scale(0.9);
    background-color: var(--highlightColor);
}

.mobCloseBtn {
    background-color: var(--mainColor) !important;
    color: white !important;
    border-radius: 30px 10px 30px 30px !important;
    border: none !important;
    font-family: Verdana, sans-serif !important;
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
}

.mobPageDiv {
    width: device-width;
    padding: 10%;
}

.scanTextBox {
    margin-top: 5px;
    width: 90%;
    height: 32em;
    resize: none;
    background-color: white;
    border-radius: 10px;
    text-align: center;
}

.scanTextBox:disabled {
    color: black !important;
}

.manInputBox {
    width: 90%;
    font-size: 30px;
    border-radius: 10px;
    text-align: center;
}

.scroll-button {
    position: fixed;
    visibility: hidden;
    z-index: 1;
    top: 50px;
    right: 50px;
    font-size: 25px !important;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
}

.fullpagecontainer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #0000008e;
    top: 0;
    left: 0;
}

.popup {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--backgroundContrast);
    /* Black background with opacity */
    z-index: 3;
    /* Specify a stack order in case you're using a different order for other elements */
    border-radius: 10px;
}

.popup_close_button {
    float: right;
    margin: 10px;
}

.popup_confirm_button {
    float: right;
    margin-bottom: 10px;
}

.popup_content {
    margin: 10px;
}

.popup_content_table {
    margin: 10px;
    padding: 5px;
    background-color: white;
}

.popup_content textarea {
    resize: none;
}

.popup_content_right {
    margin: 10px;
    margin-top: 30px;
}

.tab_container {
    border: 3px solid var(--highlightColor);
    border-radius: 0px 10px 10px 10px;
}

.tab_inner_container {
    padding: 5px;
    border-top: 3px solid var(--highlightColor);
}

.hidden {
    visibility: hidden !important;
}

.interactive {
    cursor: pointer;
}

.toolbar {
    float: right;
}

.text-center {
    text-align: center !important;
}