

.body {

}

.text-line-through{
    text-decoration: line-through;
}

.small-font {
    font-size: 10px;
}

.medium-font {
    font-size: 12px;

}

.large-font {
    font-size: 18px;
}

.nav-item-borehole {
    font-size: 12px;
    padding: 0px;
    margin-left: 24px;

}

.table-header-xs th {
    font-size: 10px;
}

.table-rows-small td {
    font-size: 6px;
}


.table-column-truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional: set a fixed max-width or width to the element if needed */
    max-width: 200px; /* max-width: 100%; also works */
}



.btn-lighta {
    color: #1f2d3d;
    background-color: #f8f9fa;
    border-color: lightgray;
    box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
}

    .btn-lighta:hover {
        color: #1f2d3d;
        background-color: #e2e6ea;
        border-color: lightgray;
        box-shadow: 2px 2px rgba(215, 218, 222, 0.5);
    }

    .btn-lighta:focus, .btn-lighta.focus {
        color: #1f2d3d;
        background-color: #e2e6ea;
        border-color: lightgray;
        box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
    }

    .btn-lighta.disabled, .btn-lighta:disabled {
        color: #1f2d3d;
        background-color: #f8f9fa;
        border-color: lightgray;
    }

    .btn-lighta:not(:disabled):not(.disabled):active, .btn-lighta:not(:disabled):not(.disabled).active,
    .show > .btn-lighta.dropdown-toggle {
        color: #1f2d3d;
        background-color: #dae0e5;
        border-color: lightgray;
        ;
    }

        .btn-lighta:not(:disabled):not(.disabled):active:focus, .btn-lighta:not(:disabled):not(.disabled).active:focus,
        .show > .btn-lighta.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
        }


.btn-group > button {
    font-size: 1.5em;
}
.partial-view-holder {
    min-width: 1200px;
}

.jsgrid-cell {
    font-size: 0.85em;
    padding: 0.3em !important;
    line-height: 1;
}

.dataGridHeader .jsgrid-header-row > .jsgrid-header-cell {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.dailySummaryGrid .jsgrid-grid-body {
    max-height: 200px;
    font-size: 14px;
    text-align: center;
}

.drillingDataGrid .jsgrid-grid-body {
    max-height: 300px;
    font-size: 14px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.grid-div .dx-datagrid .dx-data-row * {
    align-self: center;
    padding-top: 2px;
    padding-bottom: 0px;
}

.grid-div .dx-datagrid .dx-row > td {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: end;
}

.grid-div .dx-datagrid tr.dx-header-row {
    height: 40px;
    color: black;
    background-color: lightgray;
    text-align: center;
    text-decoration: underline;
}

.dx-datagrid tr.dx-header-row {
    color: black;
    background-color: green;
    text-align: center;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 2px;
}

.card-title {
    color: white;
    font-weight: bold;
}

.chart-card-body {

}

#weChatMenus {
    height: 600px;
    padding: 10px;
}

.wechat-menu-editor {
    width: 500px;
    height: 100%;
    border: 1px solid black;
    margin: 10px;
    padding: 20px;
    display: inline-block;
    display: inline-block, table;
    vertical-align: top;
    position: relative;
    flex-flow: column;
}

.wechat-menu-text {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
    position: absolute;
    bottom: 50px;
    height: 70%;
}

.wechat-menu-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    vertical-align: bottom;
}

#blackout {
    width: 100%;
    height: 100%; /* make sure you have set parents to a height of 100% too*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999; /*just to make sure its on top*/
    background-image:url("/dist/img/vli-logo-header.png");
    display: none;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: 0.8;
    z-index: 2;
}

#spinner_container {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0px;
    height: 1px;
    overflow: visible;
    opacity: 1;
    background: transparent;
}

#spinner {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    position: absolute;
    top: -75px;
    left: 50%;
    display: block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


svg {
    font-weight: bold;
    font-style: italic;
    position: absolute;
    width: 100%;
    height: 100%;
}

    svg text {
        fill: orange;
        text-transform: capitalize;
        animation: stroke 3s;
        stroke-width: 2;
        stroke: orange;
        font-size: 140px;
    }

@keyframes stroke {
    0% {
        fill: white;
        stroke: orange;
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }

    70% {
        fill: white;
        stroke: orange;
    }

    80% {
        fill: white;
        stroke: orange;
        stroke-width: 3;
    }

    100% {
        fill: white;
        stroke: orange;
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}



