﻿.d-inline {
    display: none !important;
}

.parent-loader {
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.child-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    padding: 15px 30px; 
    white-space: nowrap;
}

#loading-image {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-none {
        display: none !important;
    }

    .d-inline {
        display: inline !important;
    } 
    
    .paddingleft5 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 576px) {
    .brnodisplay {
        display: none;
    }
}

.btn-padding {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-bottom: 8px !important;
}

.scitmessage { 
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray; 
}

.width-84 {
    width: 84px; 
}

.loaderwithdots {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 16px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 1s steps(4) infinite;
}

    .loaderwithdots:after {
        content: "..."
    }

@keyframes l4 {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}

.anchor-tag-scit {
    font-size: 16px;
    padding-left: 10px;
    text-decoration: underline;
}

.readonly-label {
    font-family: var(--bs-body-font-family);
    font-size: 14.8px;
}

.divInput input, .divInput select {
    margin-bottom: 5px !important;
}

.status-name {
    font-size: 14px;
    font-weight: 600; 
    text-align: left;
    padding-left:5px;
} 

.message-header {
    font-size: 14px;
    font-weight: 700;
    padding: 0px 73.43px 5.66px 0px;
}

.pad-left-5 {
    padding-left: 5px;
}
 
.tooltip-info {
    position: relative;
    /*display: inline-block;*/
    background-image: url('/Content/info-icon.svg');
    background-repeat: no-repeat;
    padding: 2px 10px;
    margin-right: 10px;
    margin-left: 2px;
}

    .tooltip-info .tooltiptext-info {
        visibility: hidden;
        /*width: 400px;*/
        background-color: white;
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        /*top: -20px;*/
        left: 110%;
        border: 1px solid gray;
    }

        .tooltip-info .tooltiptext-info::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent gray transparent transparent;
        }

    .tooltip-info:hover .tooltiptext-info {
        visibility: visible;
        font-size: 12px;
    }

.fw-600 {
    font-weight: 600;
}

.anchor-tag-scit:focus, .anchor-tag-scit:hover {
    text-decoration: underline !important;
}



.btn-link-noborder {
    background: none;
    color: blue;
    border: none;
    padding: 0;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.btn-link-noborder:hover {
    color: darkblue;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .margin-bottom-80{
        margin-bottom: -80px;
    }
}