.wpInputLabel {
	font-size: 0.8rem;
	text-align: right;
}

.wpInputLabelRight {
	font-size: 0.8rem;
	text-align: left;
}

.wpInputControl {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpMinWidth7 {
	min-width: 7rem;
}

.wpMinWidth10 {
	min-width: 10rem;
}

.table-scroll       {
    overflow-y: scroll;
    height: 100px;
    border-collapse: collapse;
    margin-bottom: 0 !important;
}

.table-scroll th {
    background:#eee;
    border-color: #fff;
    border-style: solid;
    border-width: 1px !important;
}

.table-scroll thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-scroll tfoot {
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.resize-none {
    resize: none;
}

.w-1rem {
    width: 1rem;
}

.w-2rem {
    width: 2rem;
}

.h-1rem {
    height: 1rem;
}

.h-5rem {
    height: 5rem !important;
}

.col-5th {
    width: 20%;
    float: left;
}

.col-8th {
    width: 12.5%;
    float: left;
}

.overlay-wrapper {
    position: relative;
}

.overlay-item {
    position: absolute;
}

.overlay-item-center {
    position: absolute;
    left: 50%;
    top: 50%;
}

.square-200 {
    width: 200px;
    height: 200px;
}

.square-150 {
    width: 150px;
    height: 150px;
}

.vh-75 {
    height: 75vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.max-vh-75 {
    max-height: 75vh;
}

.max-vh-50 {
    max-height: 50vh;
}

.max-vh-25 {
    max-height: 25vh;
}

.h-100-m4 {
    height: calc(100% - 3rem)  !important;
}

.h-100-m2 {
    height: calc(100% - 1.5rem)  !important;
}

.vh-90 {
    height: 90vh;
}

.form-label {
    font-weight: 700 !important;
}

.h-500px {
    height: 500px;
}

.tooltip > .tooltip-inner {
    color: #5a5c69!important;
    background-color: #ffffff;
    min-width: 100px;
    max-width: 100%;
    text-align: left;
    border : 1px solid #858796
}

.tooltip > .arrow::before {
    border-left-color: #858796;
}

.nav-link-standby  {
    color: #5a5c69;
}

.nav-link-active {
    color: #0061f2;
    font-weight: 700;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: #0061f2;
}