﻿.full-screen-drill {
    position:absolute;
    top:0px;
    left:0px;
    height:96%;
    width:96%;
    overflow:auto;
}
.block-ui-6988 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.48);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: white;
    cursor: wait;
    z-index: 9999999;
}

.not-allowed {
    cursor: not-allowed;
}

.well {
    /*Well requires two nested divs to give exact effect*/
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
}

    .well div:first-of-type {
        display: block;
        width: 100%;
    }

.well-100 {
    height: 100px;
}

.well-200 {
    height: 200px;
}

.well-300 {
    height: 300px;
}

.align-content-middle {
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}

    .align-content-middle div:first-child {
        width: 100%;
    }

.slim-progress {
    height: 5px;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.custom-progress {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0px;
    height: 8px;
    transition-duration: 1s;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-label {
    border-top: 7px solid;
}

.card-label-success {
    border-top-color: var(--bs-success);
}

.card-label-warning {
    border-top-color: var(--bs-warning);
}

.card-label-info {
    border-top-color: var(--bs-info);
}

.card-label-orange {
    border-top-color: var(--bs-orange);
}

.card-label-teal {
    border-top-color: var(--bs-teal);
}

.position-absolute-right {
    position: absolute;
    /*following static numbers are bootstrap's standard paddings. Wherever col classes are used it has 12px padding.*/
    right: 12px;
    top: 12px;
}

.vh-25-scroll {
    height:25vh !important;
    overflow:auto;
}

.vh-35-scroll {
    height:35vh !important;
    overflow:auto;
}
.vh-50-scroll {
    height: 50vh !important;
    overflow:auto;
}
.vh-75-scroll {
    height: 75vh !important;
    overflow:auto;
}
.vh-100-scroll {
    height: 100vh !important;
    overflow:auto;
}

.border-group-left-none {
    border-left:none;    
}
.border-group-text-secondary {
    border-color: #ddd;
}
.transition-100 {
    transition-duration: 100ms;
}
.shaddow-thin {
    box-shadow: 1px 2px 4px 0px rgba(69, 69, 69, 0.13);
}