﻿.modal-bodyPattern1 {
    position: relative;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.modalPopup {
    text-align: center;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
    display: none;
    border-radius: 0.35rem;
}

.modalPopupLoad {
    text-align: center;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
    border-radius: 0.35rem;
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
    position:fixed;
    top:0;
    /*position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;*/
}

.rowSpacing{
    padding:2px 0px 2px 0px;
}
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.mobileview {
    display: none;
}

.radiobuttonstyle {
    background: #fff;
    padding: 0.3125rem 0.3125rem !important;
    color: #6e6e6e;
    height: 3.5rem !important;
    border-radius: 0.5rem !important;
}
.radiobuttonstyle label {
    margin-right: 15px;
}
    @media screen and (max-width: 600px) {
        .hidden {
            display: none;
        }

        .mobileview {
            display: block;
        }

        .modalPopupLoad {
            width: 450px;
        }

        .leftalignmobile {
            float: left !important;
        }
    }

.ddlstyle {
    border-radius: 0.35rem !important;
    padding: 3px 5px 3px 5px !important;
    font-weight: 400 !important;
    font-size: var(--bs-body-font-size) !important;
    font-family: var(--bs-body-font-family) !important;
}

.numericboxcontrol {
    background: #fff;
    /*word-spacing:1rem;*/
    padding: 0.3125rem 1.25rem !important;
    color: #6e6e6e !important;
    height: 3.5rem !important;
    border-radius: 0.5rem;
    font-weight: 400 !important;
    font-size: var(--bs-body-font-size) !important;
    font-family: var(--bs-body-font-family) !important;
}
@media only screen and (max-width: 1400px) {
    .numericboxcontrol {
        height: 2.5rem;
    }
}

.numericboxcontrol:hover, .numericboxcontrol:focus, .numericboxcontrol.active {
    box-shadow: none !important;
    background: #fff !important;
    color: #6e6e6e !important;
}

.numericboxcontrol:focus {
    border-color: var(--primary) !important;
}

.numericboxcontrol.solid {
    background: #f7f7f7 !important;
    border-color: #ececec !important;
    color: #000 !important;
}

    .numericboxcontrol.solid[type="file"] {
        padding: 6px 10px !important;
    }

@media screen and (max-width: 600px) {
    .columnhideformobile {
        display: none;
    }
}

.navtablink {
    color: #eb8153 !important;
    background-color: transparent !important;
    padding: 1rem 1rem 1rem 1rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
    /*border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
    background-color: #f7f7f7 !important;*/
}

    .navtablink.active {
        color: black !important;
        padding: 1rem 1rem 1rem 1rem !important;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
        border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
        background-color: #f7f7f7 !important;
    }

.bottomline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.isempty {
    border-color: #e46a76 !important;
}

.hideitem {
    display: none;
}
.warningfeedback {
    width: 100%;
    margin-bottom: 0.2rem !important;
    margin-top: 0.2rem !important;
    /*margin-top: .10rem;*/
    font-size: 80%;
    color: #FF4C41;
}

.thinalert {
    padding: 0.25rem 0.5rem !important;
}

.chkbox input {
    margin-left: 15px;
}
