html {
    font-size: 14px;
}
form label {
    font-weight: bold
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    width: 100%; height: 80%;
}

/* tool tip*/
#container {
    visibility: hidden;
}

#loader {
    color: #008cff;
    height: 40px;
    left: 45%;
    position: absolute;
    top: 45%;
    width: 30%;
}

#details table th, #details table td {
    padding: 15px;
    text-align: left;
}

#details .info {
    font-weight: bold;
}
/* tool tip end */

/* diamorfosi pinaka dikoymoy  */
#myTableCustom {
    /* Importing Google font - Open Sans */
    td

{
    /* max-width: 100px;
                 overflow: hidden;
                 text-overflow: ellipsis; */
    white-space: nowrap;
    height: 20px;
}

th {
    /* max-width: 100px;
                 overflow: hidden;
                 text-overflow: ellipsis; */
    white-space: nowrap;
}


*::before,
*::after {
    box-sizing: border-box;
}

/* header, */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

    header h1,
    footer h1 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }

.table-outer {
    overflow-x: auto;
    border: 1px solid #ccc;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid black;
    border-radius: 10px;
}

th,
td {
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    td.sticky,
    th.sticky {
        z-index: 1;
        position: sticky;
        left: 0;
        background: white;
        border-right: 2px solid #ccc;
    }

    th.sticky {
        background: #ddd;
    }

th {
    text-align: left;
    background: #ddd;
    border-bottom: 2px solid #ccc;
}

td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #333;
}

table tr:last-child td {
    border-bottom: none;
}

tr:nth-child(even) td {
    background: #eee;
}

/*  table {
        table-layout: fixed;
        width: 100%;
    }

    thead tr, tbody {
        display: block;
    }

    tbody {
        height: 400px;
        overflow-y: auto;
    }

    th, td {
        width: 800px;
        min-width: 100px;
    }
     */
}
/* diamorfosi pinaka dikoymoy  end */
