﻿.table-background {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#alert_place {
    overflow: auto;
    width: 100%;
    height: 100%;
}

    #alert_place .row {
        margin: 0px;
        margin-top: 10px;
    }

.alert-button {
    width: 25px;
    height: 25px;
    margin: 2px;
    font-size: 10px;
    font-weight: 200;
    color: #1E2833;
    border-color: #1E2833;
    padding: 0px;
    border: 1px;
    border-radius: .5rem;
    opacity: .5;
}

.alert-yes {
    background-color: orange;
    color: #1E2833;
}

.alert-no {
    background-color: white;
    color: #1E2833;
}

.alert-title {
    color: white;
    margin-bottom: 5px;
    font-size: 12px;
}

.status-menu {
    width: 100%;
    font-size: 1rem;
    background-color: #214a80;
    padding-left: 30px;
    font-weight: 200;
}

.status-menu .flex-item {
    padding: 8px;
    padding-right: 10px;
    align-items: center;
    color: white;
}

.status-menu .value {
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    color: #1E2833;
    background-color: white;
    margin-left: 5px;
    border-radius: 5px;
    opacity: .6;
}

.navigation {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
}

.navigation-left {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.navigation-middle {
    width: 20%;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
}

.navigation-selectlist {
    color: white;
/*    display: flex;
    justify-content: center;*/
}

.navigation-right {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.padding-right {
    padding-right: 20px;
}

.table-container {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    /*padding: 40px 40px 30px 40px;*/

}

.table-overflow {
    /*    padding-top: 20px;*/
    width: 100%;
    height: 100%;
    overflow: auto;
}

table {
    width: 100%;
    height: 100%;
    /* color: white; 
    background-color: #424242;
     box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
    /* border-radius: 16px; */
}

table, th, td {
    border-collapse: collapse;
    padding: 10px 10px;
    text-align: center;
}

    table td {
        white-space: nowrap;
    }

    table th {
        position: sticky;
        top: 0;
    }

#tcs-table th, td {
    padding: 0px;
}

#tcs-table thead th {
    background-color: white;
}


#tcs-table tbody tr {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#tcs-table tbody td {
    border-left: 1px solid rgba(0, 0, 0, 0.03);
}

tr:nth-child(even) {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 5%);
}

#tcs-table tbody tr:nth-child(odd) {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 2%);
}

#tcs-table .table-extra-shadow {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 5%);
}

#tcs-table thead th:hover {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 5%);
}

#tcs-table tbody tr:hover {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 7%);
}

#tcs-table tbody td:hover {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 10%);
}

.color-1 {
    color: forestgreen;
}

.color-2 {
    color: orangered;
}

#tcs-table thead tr a {
    color: #1e2833;
    font-weight: 400;
}

#tcs-table tbody tr a {
    color: #1e2833;
    font-weight: 400;
}

#tcs-table thead tr a:hover {
    color: #214a80;
}

#tcs-table tbody tr a:hover {
    color: #214a80;
}

.border-left {
    /*border-left: 0.5px solid #424242 !important;*/
}

.border-top {
    /*border-top: 0.5px solid #424242 !important;*/
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.table-header {
    /*background-color: #2A2A2A;*/
}

.vertical {
    justify-content: center;
    align-content: center;
}

    .vertical > div {
        writing-mode: vertical-lr;
    }

.highlight-pink:hover {
    color: #e52c75;
    background-color: #3B3B3B;
}

/* SELECTABLE */

.tcs-select {
    background-color: #214a80;
}

/* SCROLL */

.scroll::-webkit-scrollbar-track {
    background-color: #4f4f4f;
}

.scroll::-webkit-scrollbar {
    background-color: #4f4f4f;
    width: 15px;
    height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #373737;
}

.scroll::-webkit-scrollbar-corner {
    background-color: #424242;
}

/* MODAL "CONFIGURATION" STYLES*/

.files-container {
    min-height: 270px !important;
    max-height: 270px !important;
    overflow: auto;
    background-color: #545454;
}

.file {
    padding: 4px 8px;
    background-color: #545454;
}

.file-name {
    font-size: 12px;
    float: left;
}

.save-config-button {
    width: 200px !important;
    height: 40px !important;
    font-size: 16px;
}

.icon-button {
    border: none; 
    color: white; 
    cursor: pointer;
}

    /* Darker background on mouse-over */
    .icon-button:hover {
        background-color: #424242;
    }

.file-message-container {
    height: 30px;
}

.file-message {
    font-size: 14px;
}

.version-text {
    font-family: 'Courier New';
    color: white;
    font-size: 12px;
}

/* MODAL "EDIT ZONE" STYLES*/
