/**
 * jfrm-jfrm.css - v1.5.01 ||
 * 13.04.2012
 * minimized
 */


/**
* jfrm css
* banner.class.php
* 2021.03.10
* @version  v01.2
*
* jifrm
* @version v01.2 {2021.03.10}
* @version v01.3 {2022.02.18}
*
*/



:root{
    /*
    --jfrm-error:#fae5e5;g
    --jfrm-error-light:#F4C2C5;
    --jfrm-error-dark:#e02b27;

    --jfrm-warning: #fdf0d5;
    --jfrm-warning-light: #F5D9B7;
    --jfrm-warning-dark: #6f4400;

    --jfrm-info:##BDD9F9;
    --jfrm-info-light:#B4D3F7;
    --jfrm-info-dark:#2680eb;

    --jfrm-success:#e5efe5;
    --jfrm-success-light:#AFE8D5;
    --jfrm-success-dark:#006400;
    */
    --jfrm-error:#e34850;
    --jfrm-error-light:#F4C2C5;
    --jfrm-error-dark:#9d181f;

    --jfrm-warning: #E68618;
    --jfrm-warning-light: #F5D9B7;
    --jfrm-warning-dark: #8e520f;

    --jfrm-info:#2680EB;
    --jfrm-info-light:#B4D3F7;
    --jfrm-info-dark:#0f51a0;

    --jfrm-success:#2E9C77;
    --jfrm-success-light:#AFE8D5;
    --jfrm-success-dark:#1c6049;

    --jfrm-gray:#868686;
}

.jfrmButton{
    padding:0rem 1rem;
    line-height: 40px;
    border-radius: 4px;
    font-size: 1rem;
    display:inline-block;
}
.jfrmButton:hover{cursor:pointer;}

/**
* semantic colors
*/
.jfrmProjectStdBg{background:rgba(91,112,133,1); color:white;}
.jfrmProjectStdBg:hover{background: #f89539;}
.jfrmErrorBg{color:white;background: var(--jfrm-error)!important;}
.jfrmWarningBg{color:white;background: var(--jfrm-warning)!important;}
.jfrmInfoBg{color:white;background: var(--jfrm-info)!important;}
.jfrmSuccessBg{color:white;background: var(--jfrm-success)!important;}


.jfrmStatusView{
    display: inline-block;
    width:100%;
    overflow: hidden;
    font-size:0.9rem;
    font-family: ji-SemiBold;
}
    .jfrmStatusView.jfrmStatus_a{color:var(--jfrm-success);}
    .jfrmStatusView.jfrmStatusA_a{color:var(--jfrm-info);}
    .jfrmStatusView.jfrmStatusAD_a{color:var(--jfrm-info-dark);}

    .jfrmStatusView.jfrmStatus_p{color:var(--jfrm-gray);}
    .jfrmStatusView.jfrmStatusA_p{color:var(--jfrm-gray);}
    .jfrmStatusView.jfrmStatusAD_p{color:var(--jfrm-gray);}

    .jfrmStatusView.jfrmStatus_w{color:var(--jfrm-warning);}
    .jfrmStatusView.jfrmStatusAD_w{color:var(--jfrm-warning-dark);}

    .jfrmStatusView.jfrmStatus_1{color:var(--jfrm-gray);}
    .jfrmStatusView.jfrmStatus_10{color:var(--jfrm-warning);}
    .jfrmStatusView.jfrmStatus_20{color:var(--jfrm-info);}
    .jfrmStatusView.jfrmStatus_30{color:var(--jfrm-success);}
    .jfrmStatusView.jfrmStatus_40{color:var(--jfrm-error);}
    .jfrmStatusView.jfrmStatus_50{color:var(---jfrm-error);}
    .jfrmStatusView.jfrmStatus_60{color:var(--jfrm-error-dark);}




.jfrmFlashMessage{
    position:absolute; display:inline-block; padding:5px 40px; border-radius:3px; line-height: 25px;
    top:55px;
    left:50%;
    z-index:50;
    transform: translateX(-50%);
    font-family:ji-Bold;
    font-size:1.1rem;
    -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    opacity: 0;
    visibility: hidden;
    /* transform: scale(1);
    transform-origin: 0 0; */
    z-index: -10
}

    .jfrmFlashMessage.active{
        opacity: 1;
        visibility: visible;
        /* -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); */
        z-index:50;
    }


    .jfrmFlashMessage.success{
        border:1px solid #358a4d;
        background-color: #a1dbb1;
        color:#1b660f;
    }

    .jfrmFlashMessage.error{
        border:1px solid #b90c0d;
        background-color: #f99494;
        color:#bd0816;
    }



/**
*	jfrmDisposable
*@uses $(elemID).jfrmDisposable(type,message);
*@uses has css in jfrm.css
*@uses has js in jfrm.js
*@param string type error|warning|info|success
*@param string message
*
*@version v1.100  2021-02-13::
*/
#jfrmDisposableHome{
    z-index: 1000;
}
.jfrmDisposable{
    position: fixed;
    display: flex;
    align-items: center;
    width:500px;
    height: 72px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding:5px 15px 5px 15px;
    top:90px;
    right: 0px;
    transform: translateX(510px);
    -webkit-transform: translateX(510px);
     -o-transform: translateX(510px);
     -moz-transform: translateX(510px);
     -ms-transform: translateX(510px);
    font-family: 'ji-SemiBold';
    z-index: 4000;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    opacity: 0;
    border-radius: 5px;
}
.jfrmDisposable.stds{
    position: relative !important;
    top:auto!important;
    right:auto!important;
    margin-top:10px;
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
     -o-transform: translateX(0px);
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
}
.jfrmDisposable.open{
    z-index: 400;
    animation-name: jfrmDisposable;
    animation-duration: 3.0s;
    animation-timing-function: ease;
}

/* animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); */

@keyframes jfrmDisposable{
    0%{
        /* right:-372px; */
        transform: translateX(510px);
        -webkit-transform: translateX(510px);
         -o-transform: translateX(510px);
         -moz-transform: translateX(510px);
         -ms-transform: translateX(510px);
        opacity: 0;
    } 3%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
         -moz-transform: translateX(0px);
         -ms-transform: translateX(0px);
        opacity: 1;
    }95%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
         -moz-transform: translateX(0px);
         -ms-transform: translateX(0px);
        opacity: 1;
    }100%{
        transform: translateX(510px);
        -webkit-transform: translateX(510px);
         -o-transform: translateX(510px);
         -moz-transform: translateX(510px);
         -ms-transform: translateX(510px);
        opacity: 0;
     }
}

@-webkit-keyframes jfrmDisposable{
    0%{
        /* right:-372px; */
        transform: translateX(510px);
        -webkit-transform: translateX(510px);
         -o-transform: translateX(510px);
         -moz-transform: translateX(510px);
         -ms-transform: translateX(510px);
        opacity: 0;
    } 3%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
         -moz-transform: translateX(0px);
         -ms-transform: translateX(0px);
        opacity: 1;
    }95%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
         -moz-transform: translateX(0px);
         -ms-transform: translateX(0px);
        opacity: 1;
    }100%{
        transform: translateX(510px);
        -webkit-transform: translateX(510px);
         -o-transform: translateX(510px);
         -moz-transform: translateX(510px);
         -ms-transform: translateX(510px);
        opacity: 0;
     }
}

.jfrmDisposable.goDown{
    transform: translate(-340px, 800px);
}

.jfrmDisposable.close{
    transform: translate(-340px,800px);
}
    .jfrmDisposable .jfrmMsg{
        display: inline-block;
        width:calc(100% - 40px);
        letter-spacing: 0.5px;
        padding-left:10px;
        padding-right:10px;
        border:0px solid black;
        font-size: 1rem;
        line-height: 1.3rem;
        /* text-shadow:2px 2px 2px rgba(157, 24, 31, .5); */
        /* text-shadow:1px 1px 2px rgba(0, 0, 0, .5); */
    }

    .jfrmDisposable.error{
        background-color: #FFBDAD;
        border: 2px solid #FF5630;
        color: #9d181f;

        /* background-color: var(--jfrm-error);
        border: 0px solid #9d181f;
        color: white; */
        /* color:var(--jfrm-error-dark); */
    }
        .jfrmDisposable.error::before {
            font-family: 'Font Awesome';
            font-weight: 900;
            content: "\f057";
        }
    .jfrmDisposable.warning{
        border: 2px solid #e68619;
        background: #FFF0B3;
        color: #8e520f;

        /* border: 0px solid #8e520f;
        background-color: var(--jfrm-warning);
        color:white; */
        /* color:var(--jfrm-warning-dark); */
    }
        .jfrmDisposable.warning::before {
            font-family: 'Font Awesome';
            font-weight: 900;
            content: "\f071";
        }
    .jfrmDisposable.info{
        background-color: #B3D4FF;
        border: 2px solid #2680eb;
        color: #0f51a0;

        /* background-color: var(--jfrm-info);
        border: 0px solid #0f51a0;
        color:white; */
       /* color:var(--jfrm-info-dark); */
    }
        .jfrmDisposable.info::before {
            font-family: 'Font Awesome';
            font-weight: 900;
            content: "\f0a1";
        }
    .jfrmDisposable.success{
        background-color: #ABF5D1; /* 3dc79a*/
        border: 2px solid #2D9D78;
        color: #1c6049;
        /* background-color: var(--jfrm-success);
        border: 0px solid #206f55;
        color:white; */
         /* color:var(--jfrm-success-dark); */
    }
    .jfrmDisposable.success::before {
        font-family: 'Font Awesome';
        font-weight: 900;
        content: "\f00c";
    }
    .jfrmDisposable.error::before,
    .jfrmDisposable.warning::before,
    .jfrmDisposable.info::before,
    .jfrmDisposable.success::before{
        display: inline;
        float:left;
        width: 24px;
        font-size: 24px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        /* filter:drop-shadow( 3px 3px 3px rgba(0,0,0, .6)); */
        /* text-shadow: 2px 2px 2px rgba(157, 24, 31, .5); */
    }
/*
**** disposable
*/



.furDialogs,
.furDialogs.smallType{
    position: relative;
    padding:12px 12px 12px 12px;
    margin:10px 0px 10px 0px;
    font-family: 'ji-SemiBold';
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #fafafa;
    border-radius: 5px;
}

    .furDialogs .jfrmSvgIcon,
    .furDialogs.smallType .jfrmSvgIcon{
        position: relative;
        display: inline-block;
        float:left;
        width:30px;
        height: 30px;
        margin-right:15px;
        /* filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5)); */
        /* filter:drop-shadow( 3px 3px 3px rgba(157, 24, 31, .5)); */
    }
    .furDialogs .showText,
    .furDialogs.smallType .showText{
        line-height: 30px;
        font-size: 1.15rem;
        /* filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5)); */
        /* text-shadow:2px 2px 2px rgba(157, 24, 31, .5); */
    }

    .furDialogs .subAction{
        position: relative;
        display: inline-block;
        margin:5px 0px 0px 50px;
        padding:10px 0px 10px 0px;
        width: calc(100% - 90px);
        border:0px solid red;
    }

    .furDialogs.error{
        background-color: #FFBDAD;
        border: 2px solid #E34850;
        color: #9d181f;
        /* background-color: #e34850;
        border: 0px solid #E34850;
        color:white; */
    }
        .furDialogs.error .jfrmSvgIcon{fill:#9d181f}
    .furDialogs.success{
        background-color: #ABF5D1; /* 3dc79a*/
        border: 2px solid #2D9D78;
        color: #1c6049;

        /* background-color: #2d9d78;
        border: 0px solid #2D9D78;
        color:white; */
    }
        .furDialogs.success .jfrmSvgIcon{fill:#1c6049}
    .furDialogs.info{
        background-color: #B3D4FF;
        border: 2px solid #2680eb;
        color: #0f51a0;

        /* background-color: #2680eb;
        border: 0px solid #2680eb;
        color:white; */
    }
        .furDialogs.info .jfrmSvgIcon{fill:#0f51a0}
    .furDialogs.warning{
        border: 2px solid #e68619;
        background: #FFF0B3;
        color: #8e520f;
        /* background-color: #e68619;
        border: 0px solid #e68619;
        color:white; */
    }
        .furDialogs.warning .jfrmSvgIcon{fill:#8e520f}
    .furDialogs.brief{
        padding:0px 0px !important;
        background-color: transparent;
        border-bottom: 1px solid #2680eb;
        color: var(--d-primary-color);
        margin:5px 0px 0px 0px;
    }




/**
*   jfrmModal
*   v01.01 : 2021.07.04
*/
.jfrmModalOne{
    position: fixed;
    /* width:880px; */
    width:auto;
    min-width:500px;
    /* width:auto; */
    max-width: 90%;
    height: auto;
    max-height: 65%;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    top:50%;
    left:50%;
    transform: translate(-50%,-100%) scale(1,0);
    -webkit-transform: translate(-50%,-100%) scale(1,0); -o-transform: translate(-50%,-100%) scale(1,0); -moz-transform: translate(-50%,-100%) scale(1,0); -ms-transform: translate(-50%,-100%) scale(1,0);
    transform-origin: 0 0;
    -webkit-transition : all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
    z-index: 80;
    opacity: 1;
    display: -ms-flex; display: -webkit-flex; display: flex;
}



.jfrmModalOne.open{
    width:1050px;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1); -o-transform: translate(-50%,-50%) scale(1); -moz-transform: translate(-50%,-50%) scale(1); -ms-transform: translate(-50%,-50%) scale(1);
    z-index: 80;
    animation-name:modalOppenner;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function:ease-in-out;
}

.jfrmModalOne.open.smallsize{
    width:500px;
}
.jfrmModalOne.open.mediumsize,
.jfrmModalOne.open.medium{
    width:800px;
}

.jfrmModalOne.open.closing{
    /* width:200px;
    transform: translate(-50%,-200px) scale(1,-1);
    -webkit-transform: translate(-50%,-200px) scale(1,-1); -o-transform: translate(-50%,-200px) scale(1,-1); -moz-transform: translate(-50%,-200px) scale(1,-1); -ms-transform: translate(-50%,-200px) scale(1,-1); */
}

@keyframes modalOppenner {
    0% {
        opacity: 0;
    } 40% {
        opacity: 0.6;
    }90% {
        opacity: 0.9;
    }100% {
        opacity: 1;
    }
}

@-webkit-keyframes modalOppenner {
    0% {
        opacity: 0;
    } 40% {
        opacity: 0.6;
    }90% {
        opacity: 0.9;
    }100% {
        opacity: 1;
    }
}

@-moz-keyframes modalOppenner {
    0% {
        opacity: 0;
    } 40% {
        opacity: 0.6;
    }90% {
        opacity: 0.9;
    }100% {
        opacity: 1;
    }
}

    .jfrmModalOne .closeModalBox{
        position: absolute;
        top: -45px;
        right: 10px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        height: 60px;
        background: var(--jfrm-error-dark);
        color:white;
        font-size:20px;
        z-index: 2;
        border-radius: 10px;
    }

    .jfrmModalOne .closeModalBox:hover{
        cursor:pointer;
    }

    .jfrmModalOne .closeModalBox .jfrmSvgIcon{
        position: relative;
        float: right;
        fill:white;
        margin: 13px 14px 0px 0px;
        width: 20px;
        height: 20px;
    }
    .jfrmModalOne .closeModalBox svg{
        width: 20px;
        height: 20px;
    }
        .jfrmModalOne .closeModalBox .modalClose .strokeClass{
            stroke:#ffffff;
        }

        .jfrmModalOne .closeModalBox:hover .modalClose .strokeClass{
            stroke:#ea5951;
        }

    .jfrmModalOne .jfrmModalOneContent{
        position: relative;
        float:left;
        width:100%;
        border-radius: 10px;
        z-index: 5;
        background: white;
        padding:20px 20px;
        overflow: scroll;
        scrollbar-width: none;
        flex:1;
    }
.jfrmModalOne .jfrmModalOneContent::-webkit-scrollbar{
    display: none;
}

        .jfrmModalOne .loginForm{
            margin-top:0px !important;
            min-height: 320px;
        }
            .jfrmModalOne .loginForm .formLoopDiv {margin-top:5px;}

    .jfrmModalOne .modalOneWelcome{
        height: 200px;
        /* background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%); */
        /* background: silver; */
    }

/** jiGlobals **/
/**
* jfrm
*/
.officerOpenClose{
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 26px;
    height: 26px;
    text-align: center;
    border: 0px solid black;
    color:white;
    -webkit-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .officerOpenClose .jfrmIcon{
        display: block;
        width: 22px;
        height: 22px;
        margin:2px 2px;
        fill:white;
        -webkit-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
         -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .officerOpenClose.dark .jfrmIcon{
        fill:var(--third-color);
    }
    .officerOpenClose.active .jfrmIcon{
        transform: rotate(180deg);
    }
    .officerOpenClose:hover{
        cursor: pointer;
        /*background: rgba(116, 134, 178, 0.6);*/
    }

.officerFavorite{position: relative; display: inline-flex; justify-content: center; align-items: center;width:40px; height: 40px; margin-top:0px;
     border:0px solid #adadad;text-align: center;
     /* background: rgba(178,178,178,0.2); */
     border-radius: 50%;
 }
 .officerFavorite:hover{cursor:pointer;border:0px solid #ff5500; color:#ff5500}
.officerFavorite.active{color:#ff5500;border:0px solid #ff5500; }
    .officerFavorite .jfrmSvgIcon{width:18px; height: 18px; display: inline-block;fill:#adadad;}
    .officerFavorite:hover .jfrmSvgIcon{fill:#ff5500;}
    .officerFavorite.active .jfrmSvgIcon{fill:#ff5500;}


.furLinker{
    display: inline-block;
    position: relative;
    font-family:'ji-Medium';
    font-size:1rem;
    -webkit-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
     -o-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
     -moz-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
    transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
}
    .furLinker:hover{
        color:var(--primary-color);
    }
    .furLinker.modelBox{
        color:white;
        background-color:var(--secondary-color);
        font-family:'ji-Regular';
        font-size:1rem;
        line-height: 1rem;
        padding:0.5rem 1rem 0.5rem 1rem;
        border-radius: 3px;
    }
        .furLinker.modelBox:hover{
            color:white;
            background-color:var(--h-secondary-color);
        }
    .furLinker.modelBox.secColor{
        background-color: var(--main-green);
    }
    .furLinker.modelBox.secColor:hover{
        background-color: var(--h-main-green);
    }


    .furLinker.toArrow{
        padding:0.5rem 2rem 0.5rem 1rem;
        overflow: hidden;
    }
    .furLinker.toArrow:before{
        position: absolute;
        left:-15px;
        margin-top:1px;
        font-size:1rem;
        content: "\f061";
        font-family: 'Font Awesome';
        font-weight: 900;
        -webkit-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
         -o-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
         -moz-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
        transition: all 0.3s cubic-bezier(.15, .75, .85, .95);

    }
    .furLinker.toArrow:after{
        position: absolute;
        right:5px;
        margin-top:1px;
        font-size:1rem;
        content: "\f061";
        font-family: 'Font Awesome';
        font-weight: 900;
        -webkit-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
         -o-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
         -moz-transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
        transition: all 0.3s cubic-bezier(.15, .75, .85, .95);
    }
    .furLinker.toArrow:hover{
        padding:0.5rem 1rem 0.5rem 2rem;
    }
    .furLinker.toArrow:hover:after{
        transform: translateX(20px);
    }
    .furLinker.toArrow:hover:before{
        transform: translateX(20px);
    }

    .furLinker.modelText{
        font-size:1.1rem;
        line-height:1;
        font-family: 'ji-SemiBold';
        padding:0.6rem 0rem;
        /* color:#2a4880; */
        -webkit-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
         -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .furLinkerText:hover{
        /* color:var(--primary-color); */
    }

.furBlockButons{
    width:100%; max-width: 190px;
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-family: 'ji-SemiBold';
    /* background: var(--h-main-silver); */
    color:rgba(255,255,255,1);
    padding:12px 20px 13px 20px;
    border-radius: 4px;
    background: #0e5478;

    -webkit-transition: all 0.2s cubic-bezier(.15, .75, .85, .95);
     -o-transition: all 0.2s cubic-bezier(.15, .75, .85, .95);
     -moz-transition: all 0.2s cubic-bezier(.15, .75, .85, .95);
    transition: all 0.2s cubic-bezier(.15, .75, .85, .95);
}
.furBlockButons:hover{
    /* box-shadow: 0 0 20px 0 rgba(0,0,0,.3); */
    background: #684d80;
}
    span.furBlockButons .jfrmSvgIcon{
        display:inline-block;
        float:left;
        width: 1.3rem;
        height: 1.3rem;
        margin-right:5px;
        fill:white;
    }




.furAddNewButton{min-width: 190px;}
    span.furAddNewButton{
        display: inline-block; padding:0.8rem 1.6rem;font-family: 'ji-SemiBold'; background: var(--secondary-color); color:white;
        -webkit-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;

        border-radius: 4px;
        line-height: 1.3rem;
    }
    span.furAddNewButton:hover{
        background: var(--h-secondary-color);
    }
        span.furAddNewButton .jfrmSvgIcon{
            display:inline-block;
            float:left;
            width: 1.3rem;
            height: 1.3rem;
            margin-right:5px;
            fill:white;
        }


.jiFormsWarning{
   position: relative;
   float:left;
   width: 100%;
   padding:10px 10px;
   margin:10px 0px 10px 0px;
   font-family: 'ji-SemiBold';
   font-size: 1.1rem;
   line-height: 1.5rem;
   color: #fafafa;
}
    /*.jiFormsWarning.error:before{*/
    .jiFormsWarning .jfrmIcon,
    .jiFormsWarning .jfrmSvgIcon{
        position: relative;
        display: inline-block;
        float: left;
        width:30px;
        height: 30px;
        border: 0px solid red;
        margin-right:10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        fill:white;
    }
    .jiFormsWarning .showText{
        position: relative;
        display: inline-block;
        float: left;
        line-height: 30px;
        width: calc(100% - 50px);
    }
    .jiFormsWarning.error{
        background-color: #e34850;
    }
    .jiFormsWarning.success{
        background-color: #2d9d78;
    }
    .jiFormsWarning.info{
        background-color: #2680eb;
    }
    .jiFormsWarning.warning{
        background-color: #e68619;
    }




.furOverlay {
    position: fixed;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 54, 55, 0);
    /* z-index: 100; */
    opacity: 1;
    z-index:-75;
    /* 910*/
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transform:scale(1,0);
    transform-origin: top;
}
.furOverlay::before,
.furOverlay::after{
    content:'';
    display:none;
    position: absolute;
    width: 100%;
    height: 50%;
    left:0px;
    transform:scale(1,0);
    background-color: rgba(54, 54, 55, .9);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.furOverlay::before{
    top:0px;
    transform-origin: top;
}
.furOverlay::after{
    top:50%;
    transform-origin: bottom;
}
.furOverlay.active::after,
.furOverlay.active::before{
    transform:scale(1,1);
}
    .furOverlay.active{
        opacity: 1!important;
        z-index: 75!important;
        transform:scale(1,1);
        background-color: rgba(54, 54, 55, .9);
    }


 .furOverlay .jfrmIcon{
    position: absolute;
    right:10px;
    bottom:0px;
    width: 35px;
}
    .furOverlay .jfrmIcon .jiMarkerIcon{
        opacity: 0.4;
    }



/**
* same function and css for japDialogs
*/


.searchResultBox{
    margin:10px 0px 10px 0px;
    background-color: rgba(var(--primary-color-rgb), 0.1);
    border:1px solid var(--primary-color);
    padding:10px 10px;
    font-family: 'ji-SemiBold';
    font-size: 1.3rem;
    line-height: 22px;
}
    .searchResultBox .jfrmSvgIcon{ float:left;width:22px; height: 22px; fill:#363637; margin-right:10px;}
    .searchResultBox .srcText{display: inline-block; padding:0px 10px 0px 10px; font-size: 1.4rem; color:#c5532b;}

    .srcGlobNoCount{font-size: 1.1rem;
    line-height: 2.2rem;
    text-align: left;
    border-bottom: 1px solid rgba(14,65,107,0.1);}



.noDataErrorSec{
        text-align:center;margin:100px 0px 50px 0px;
        border:1px solid var(--primary-color);
        padding:20px 20px;font-size:1.2rem;line-height:2rem;
        font-family:ji-SemiBold;
        background-color: rgba(var(--primary-color-rgb), 0.1);
        /* margin-left:25%; */
        border-radius: 10px;
    }
        .noDataErrorSec .jfrmSvgIcon{width:80px;height:80px;fill:var(--primary-color);margin-bottom: 20px;}
        .noDataErrorSec .jfrmIcon{font-size:100px;color:var(--primary-color);margin-bottom: 20px;}
        .noDataErrorSec .jiSvgIcon{width:100px; height: 100px;}

        .noDataErrorSec .title{font-size: 1.4rem;color: var(--main-red);}
        /* .noDataErrorSec .alertText{font-size: 1.4rem;color: var(--main-red);} */
        .noDataErrorSec .alertText{}
            .noDataErrorSec .alertText a{text-decoration: underline;}

.noDataErrorSecSml{
        text-align:center;margin:10px 0px 10px 0px;
        border:1px solid rgba(197,83,43,1);
        padding:10px 10px;font-size:1.05rem;line-height:1.8rem;font-family:ji-SemiBold;
        background-color: rgba(197,83,43,.1);
        color:rgba(197,83,43,1);
    }
        .noDataErrorSecSml .jfrmSvgIcon{width:40px;height:40px;margin-bottom: 00px; fill:rgba(197,83,43,1);;}
        .noDataErrorSecSml .alertText{}



.cookiePopUp{
    position: fixed;
    z-index: 60;
    bottom:00px;
    padding:10px 10px;
    background: #f4f7f9;
    width: 100%;
    border-top:2px solid var(--primary-color);
}
    .cookiePopUp .text{
        display: inline-block;
        float:left;
        width: 100%;
        padding: 10px 20px 0px 20px;
        font-size: 0.9rem;
        border:0px solid silver;
    }
    .cookiePopUp .butonParent{
        display: inline-block;
        float:right;
        width: 100%;
        text-align: right;
        padding: 00px 30px 20px 30px;
        border:0px solid silver;
    }

    .cookiePopUp .butonParent .w3-btn{
        font-size:0.9rem;
        line-height: 30px;
        padding:0px 20px;
    }

    /**
    * JAX LIST ORDER
    */

    .jaxOrderTrigger{}
        .jaxOrderTrigger:hover{cursor:pointer;}

        .jaxOrderTrigger.orderTo-asc:before,
        .jaxOrderTrigger.orderTo-desc:before{
            display: inline-block;
            position: relative;
            padding:0px 2px 3px 0px;
            font-family: 'Font Awesome';
            font-weight: 900;
            font-size: 0.8rem;
            line-height: 1rem;
        }
        .jaxOrderTrigger.orderTo-asc{}
        .jaxOrderTrigger.orderTo-asc:before{
                content: "\f161";
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        }

        .jaxOrderTrigger.orderTo-asc.active:after{
                display: inline-block;
                position: relative;
                font-family: 'Font Awesome';
                font-weight: 900;
                content: "\f0d7";
                top:3px;
                margin-left:1px;
                font-size: 1.4rem;
                line-height: 1.4rem;
                color:#2d9d78;

                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        }


        .jaxOrderTrigger.orderTo-desc{}
        .jaxOrderTrigger.orderTo-desc:before{
            content: "\f160";
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .jaxOrderTrigger.orderTo-desc.active:after{
                display: inline-block;
                position: relative;
                font-family: 'Font Awesome';
                font-weight: 900;
                content: "\f0d8";
                margin-left:1px;
                top:3px;
                font-size: 1.4rem;
                line-height: 1.4rem;
                color:#2d9d78;

                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        }

        .listSectionTitle .jaxOrderTrigger.orderTo-asc.active,
        .listSectionTitle .jaxOrderTrigger.orderTo-desc.active{
            border-right:1px solid rgba(54, 54, 55,0.2);
            border-left:1px solid rgba(54, 54, 55,0.2);
        }


form.jfrmJaxForm{
    position:relative;
    opacity: 1;
}

form.jfrmJaxForm.onAir{
    opacity:0.5;
}
.jfrmJaxForm .jfrmJaxFormOverlay{
    position: absolute;
    z-index: 10;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    opacity: 0;
    display: none;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jfrmJaxForm.onAir .jfrmJaxFormOverlay{
    display: inline;
    opacity: 1;
    background: rgba(255,255,255,.3);
}

    .jfrmJaxForm .jfrmJaxFormOverlay .overlay-pulse{
        position: absolute;
        left:50%;
        top:50%;
        margin-top:-20px;
        margin-left:-20px;
        width:40px;
        height: 40px;
        background-color: #d4af37;
        border-radius: 100%;
        animation: overlay-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    @keyframes overlay-pulse {
        0% {
            transform: scale(0);
        } 100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    @-webkit-keyframes overlay-pulse {
        0% {
            transform: scale(0);
        } 100% {
            transform: scale(1);
            opacity: 0;
        }
    }

.w3-btn.jfrmSpinner::after{
    position: absolute;
    right:8px;
    top:0px;
    content:'\f110';
    font-family: 'Font Awesome';
    font-weight: 900;
    color:#d4af37;
    -webkit-animation: jfrmSpinner 1s infinite linear;
    animation: jfrmSpinner 1s infinite linear;
}


@-webkit-keyframes jfrmSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes jfrmSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }





.jfrmOpenCloseElem{}
.jfrmOpenCloseElem:hover{cursor:pointer;}

    .jfrmOpenCloseElem.jfrmHasArrow::before,
    .officerOpenCloseGroup.jfrmHasArrow::before{
        float:right;
        position: relative;
        margin-right:15px;
        right:0px;
        top:1px;
        font-size:10px;
        content: "\f078";
        font-family: 'Font Awesome';
        font-weight: 900;
        fill:black;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .jfrmOpenCloseElem.active.jfrmHasArrow::before,
    .officerOpenCloseGroup.active.jfrmHasArrow::before{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }







/**
* tooltip
*/
.japTooltipParent{
        position: relative;
}
.japTooltipParent:hover{
    cursor: pointer;
}
.japTooltipParent:hover .japTooltip{
    visibility: visible;
    opacity: 1;
}
     .japTooltipParent .japTooltip{
        position: absolute;
        text-align: center;
        border-radius: 4px;
        padding:3px 2px;
        font-size: 0.95rem;
        font-family: 'ji-SemiBold';
        background-color: #a4c1d2;
        color:#363637;
        width: 120px;
        left:50%;
        margin-left:-60px;
        bottom:125%;

        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .japTooltipParent .japTooltip:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border-width: 7px;
        border-style: solid;
        border-color: #a4c1d2 transparent transparent transparent;
    }

    .japTooltipParent.showRight .japTooltip{
        bottom:auto;
        top:-3px;
        left:110%;
        margin-left:0px;
    }
        .japTooltipParent.showRight .japTooltip:after {
            top: 50%;
            margin-top:-7px;
            left: -7px;
            margin-left: -7px;
            border-color: transparent #a4c1d2 transparent transparent;
        }

    .japTooltipParent.showLeft .japTooltip{
        bottom:auto;
        top:-3px;
        right:110%;
        left:auto;
        margin-left:0px;
    }
        .japTooltipParent.showLeft .japTooltip:after {
            top: 50%;
            margin-top:-7px;
            left: auto;
            right: -14px;
            margin-left: 0px;
            border-color: transparent transparent transparent #a4c1d2;
        }

    .japTooltipParent.showBottom .japTooltip{
        bottom:auto;
        top:110%;
        left:50%;
        margin-left:-60px;
    }
        .japTooltipParent.showBottom .japTooltip:after {
            top: -14px;
            left: 50%;
            margin-left: -7px;
            border-color: transparent transparent #a4c1d2 transparent;
        }


/**
*
*/



.jfrmActionToButton{
    display: inline-block;
    position: relative;
    margin:2px 2px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:8px 8px 8px 8px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .jfrmActionToButton .jfrmSvgIcon,
    .jfrmActionToButton .jiSvgIcon{
        display: inline-block;
        width:20px;
        height: 20px;
    }

.jfrmActionToButton.jfrmDeleteButton{
    background: var(--jfrm-error-light);
    border:2px solid  var(--jfrm-error-light); /* rgba(107,203,173,1); */
}
    .jfrmActionToButton.jfrmDeleteButton:hover{
        background: var(--jfrm-error-dark);
        border:2px solid  var(--jfrm-error-dark); /* rgba(107,203,173,1); */
        /* border:2px solid var(--jfrm-error-dark); */
    }
    .jfrmActionToButton.jfrmDeleteButton .jfrmSvgIcon{
        fill:#e34850;
    }
    .jfrmActionToButton.jfrmDeleteButton:hover .jfrmSvgIcon{
        fill:var(--jfrm-error-light);
    }


.jfrmActionToButton.jfrmConfirmButton{
    background: var(--jfrm-info-light);
    border:2px solid  var(--jfrm-info-light); /* rgba(107,203,173,1); */
}
    .jfrmActionToButton.jfrmConfirmButton:hover{
        background: var(--jfrm-info-dark);
        border:2px solid  var(--jfrm-info-dark); /* rgba(107,203,173,1); */
        /* border:2px solid var(--jfrm-info-dark); */
    }
    .jfrmActionToButton.jfrmConfirmButton .jfrmSvgIcon,
    .jfrmActionToButton.jfrmConfirmButton .jfrmSvgIcon g,
    .jfrmActionToButton.jfrmConfirmButton .jfrmSvgIcon path{
        fill:#0f51a0;
    }
        .jfrmActionToButton.jfrmConfirmButton .jiSvgIcon .colorOne{
            fill:#0f51a0;
        }
        .jfrmActionToButton.jfrmConfirmButton .jiSvgIcon .colorTwo{
            fill:#0f51a0;
            opacity: 0.4;
        }
    .jfrmActionToButton.jfrmConfirmButton:hover .jfrmSvgIcon,
    .jfrmActionToButton.jfrmConfirmButton:hover .jfrmSvgIcon g,
    .jfrmActionToButton.jfrmConfirmButton:hover .jfrmSvgIcon path{
        fill:var(--jfrm-info-light);
    }



.jfrmConfirmBtn{width:150px; height: 40px; border-radius: 4px;}
    .jfrmConfirmBtn.approveDelete{background:var(--jfrm-success);}
    .jfrmConfirmBtn.cancelDelete{background:var(--jfrm-error);}


.jfrmConfirmBtn{width:150px; height: 40px; border-radius: 4px;}

.jfrmConfirmBtn.approveTask{background:var(--jfrm-success);}
    .jfrmConfirmBtn.approveTask:hover{background:var(--jfrm-success-dark);}
.jfrmConfirmBtn.cancelTask{background:var(--jfrm-error);}
    .jfrmConfirmBtn.cancelTask:hover{background:var(--jfrm-error-dark);}


    @media (max-width: 601px) {
        .jfrmDisposable{width:100%;}
        .jfrmModalOne{
            max-width: 96% !important;
            min-width: 200px !important;
        }
        .jfrmModalOne,
        .jfrmModalOne.smallsize,
        .jfrmModalOne.open.mediumsize{
            width: 96%; max-width: 96% !important;
            height: fit-content;
            max-height: 500px;
        }

        .jfrmModalOneContent{
            padding:0px 0px !important;
        }
        .popUpAfterCart{
            padding:20px 0px !important;
        }
        .officerFavorite{
            width:30px;
            height: 30px;
        }

        .jfrmModalOne.open{
            bottom:0px;
        }
        .jfrmModalOne .closeModalBox {
            position: absolute;
            top: -45px;
            right: 0px;
            width: 48PX;
            height: 61px;
            z-index: 2;
            border-radius: 10px;
        }

        .cookiePopUp{
            bottom:50px !important;
        }



    }



    /**===== nest3 =====*/
    #nest3 {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 50px;
      width: 50px;
      margin: -25px 0 0 -25px;
      border: 2px solid transparent;
      border-top-color: #000000;
      box-shadow: 0 0 5px #096191;
      border-radius: 50%;
      -webkit-animation: spin9 1.5s ease infinite;
              animation: spin9 1.5s ease infinite;
    }

    #nest3:before {
      content: "";
      position: absolute;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px;
      border: 2px solid transparent;
      border-radius: 50%;
      border-top-color: #000000;
      box-shadow: 0 0 5px #096191;
      -webkit-animation: spin9_x 1s linear infinite;
              animation: spin9_x 1s linear infinite;
    }

    #nest3:after {
      content: "";
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      border: 2px solid transparent;
      border-radius: 50%;
      border-top-color: #000000;
      box-shadow: 0 0 5px #096191;
      -webkit-animation: spin9 1.5s linear infinite;
              animation: spin9 1.5s linear infinite;
    }

    @-webkit-keyframes spin9 {
      from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
      }
    }
    @keyframes spin9 {
      from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
      }
    }
    @-webkit-keyframes spin9_x {
      0% {
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
      }
      100% {
        -webkit-transform: rotateX(360deg);
                transform: rotateX(360deg);
      }
    }
    @keyframes spin9_x {
      0% {
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
      }
      100% {
        -webkit-transform: rotateX(360deg);
                transform: rotateX(360deg);
        -webkit-transform: rotateX(360deg);
                transform: rotateX(360deg);
      }
    }


.elemOverlay{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;top:0px;right:0px;bottom:0px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply; */
    /* background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    background-blend-mode: normal, lighten, soft-light; */
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) %10, #ff0000 %75,  rgba(0,0,0,0.5)  */
    opacity:1;
    z-index:10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
    .elemOverlay::before{
        position: absolute;
        width:40px;
        height: 40px;
        text-align: center;
        font-size:24px;
        line-height: 40px;
        top:50%;
        left:50%;
        margin-left:-20px;
        margin-top:-20px;
        content:'\f110';
        font-family: 'Font Awesome';
        font-weight: 900;
        color:#d4af37;
        -webkit-animation: jfrmSpinner 1s infinite linear;
        animation: jfrmSpinner 1s infinite linear;
    }
