﻿/*0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)*/
/*0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)*/
/*0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)*/
/*0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)*/
/*0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)*/

/*Begin Controls*/

@import url('animate.css');

* {
    outline: none;
}

:root {
    --tb-bg: #ffffff;
    --tb-border: #E9F2F8;
    --tb-color: #1E1F20;
    --validation-error: #FA4169;
    --form-bg: #EAEAEA;
    --form-header-bg: #2965FC;
}

.filler {
    width: 100%;
    height: 100%;
}

.formGrp {
    padding: 3px;
}

.Ctrl {
    display: inline-block;
}

    .Ctrl:disabled {
        color: #7065F0;
        background: #212428;
    }

.DateBox {
    /*max-width: 150px;*/
    direction: ltr !important;
    text-align: center;
}

    .DateBox + .DateItem {
        position: absolute;
        width: 24px;
        height: 24px;
        left: calc(150px - 32px);
        bottom: 8px;
        margin: auto;
        display: block;
        background-image: url('../../app/theme/img/ic_calendar.svg');
    }

.TimeBox {
    text-align: center;
    direction: ltr !important;
}

.fTb {
    height: 40px;
    background: var(--tb-bg);
    border: 0;
    border: 1px solid var(--tb-border);
    color: var(--tb-color);
    outline: none;
    transition: .3s all ease;
    border-radius: 8px;
    direction: rtl;
    /*padding-right:15px;*/
}

    .fTb:-internal-autofill-selected {
        height: 40px;
        background: #212428 !important;
        border: 1px solid transparent;
        border-radius: 8px;
        color: #7065F0 !important;
        padding-left: 10px;
    }

    .fTb:focus {
        /*border: 1px solid #006DA7;*/
        box-shadow: 0px 5px 10px rgba(147, 147, 170, 0.12);
    }

.fTbGrid {
    height: 40px;
    background: var(--tb-bg);
    border: 0;
    border: 1px solid var(--tb-border);
    color: var(--tb-color);
    outline: none;
    transition: .3s all ease;
    width: calc(100% - 6px);
    margin: 3px;
    border-radius: 8px;
}

    .fTbGrid:focus {
        /*border: 1px solid #006DA7;*/
        box-shadow: 0px 5px 10px rgba(147, 147, 170, 0.12);
    }

.fSelectGrid {
    height: 40px;
    background: var(--tb-bg);
    border: 0;
    border: 1px solid var(--tb-border);
    color: var(--tb-color);
    outline: none;
    transition: .3s all ease;
    width: calc(100% - 6px);
    margin: 3px;
    border-radius: 8px;
}

    .fSelectGrid:focus {
        /*border: 1px solid #006DA7;*/
        box-shadow: 0px 5px 10px rgba(147, 147, 170, 0.12);
    }


.fchkbx {
    transition: border 0.3s ease-in,box-shadow 0.3s ease-in;
}




.fTextarea {
}

    .fTextarea:focus {
    }

.LTRTb {
}

.fBtn {
}

.fSelect {
    height: 40px;
    background: var(--tb-bg);
    border: 0;
    border: 1px solid var(--tb-border);
    color: var(--tb-color);
    padding-left: 10px;
    outline: none;
    transition: .3s all ease;
    border-radius: 8px;
}

    .fSelect:focus {
        /*border: 1px solid #006DA7;*/
        box-shadow: 0px 5px 10px rgba(147, 147, 170, 0.12);
    }




.fLbl {
    font-size: 12px;
    display: block;
    min-height: 20px;
    line-height: 20px; 
    padding-right: 5px;
    direction: rtl;
    margin-bottom: 5px;
    color:rgba(0,0,0,.7);
}

.bold {
    font-weight: bold;
}



.fLbl_header {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    height: 100%;
    margin-right: 5px;
    float: right;
    color: #000000AA;
    font-family: iransansweb_bold;
}

/*End Controls*/

/*Begin Overlay*/

.overlayblocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity:1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.overlayblockercontainer {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: auto;
    z-index: 3;
}

.overlaycontainer {
    padding: 15px;
    height: 100%;
    width: 100%;
}

/*End Overlay*/
/*Begin Form*/



.grpBox {
    padding: 5px;
}




.form {
    /*background-color: var(--form-bg);*/
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    background-color: #F9FAFB;
}


.overlayform {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    max-width: 1440px;
    width: calc(100% - 32px);
    border-radius: 8px;
    box-shadow: 0 2px 15px 1px #00000020;
}

.formHeader {
    height: 40px;
    position: relative;
    padding-right: 3px;
    /*background-color: #8FD71A;*/
    /*background: linear-gradient(45deg,#006DA7 0%, #006DA7 100%);*/
    /*background: linear-gradient(45deg,#006DA7 0%, #FFFFFF 100%);*/
    /*background: linear-gradient(45deg, #7065F0 0%, #7065F0 100%);*/
    /*margin-bottom: 10px;*/
    /*cursor: all-scroll;*/
    border-bottom: 1px solid #D5D7D8;
}

.fHeaderLbl {
    height: 100%;
    line-height: 40px;
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 10px;
    margin: auto;
    color: #000000AA;
}

.msgClose {
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 3px;
    border: 0 none transparent;
    -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: all .3s ease;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    background-image: url(Imgs/Close.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 6px;
    margin-left: 6px;
}

    .msgClose:hover {
        background-color: #ff1a1a;
    }

.marginner {
    -moz-transition: margin-top 0.2s ease-in;
    -o-transition: margin-top 0.2s ease-in;
    -webkit-transition: margin-top 0.2s ease-in;
    transition: margin-top 0.2s ease-in;
    margin-top: 30px;
}

/*End Form*/



/*Begin DatGrid*/

.dataGridContainer {
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #ffffff;
}

.innerDataGrid {
    position: relative;
    width: auto;
    height: 100%;
    overflow: auto;
    direction: rtl;
    /* overflow-x: auto;
    overflow-y: hidden;*/
}

.dataGridTitleContainer {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
}

.dataGridheaderContainer {
    display: inline-flex;
    position: sticky;
    top: 0;
    min-width: 100%;
    height: 75px;
    z-index: 1;
}

.dataGridheaderSmallContainer {
    display: inline-flex;
    position: sticky;
    top: 0;
    min-width: 100%;
    height: 75px;
    z-index: 1;
}

.dataGridDataContainer {
    margin-top: -7px;
    display: inline-flex;
    position: relative;
    height: calc(100% - 117px);
    overflow: visible;
    min-width: 100%;
}

.dataGridLable {
    display: inline-block;
    min-height: 30px;
    line-height: 30px;
    color: black;
    padding-right: 10px;
}

.gridcolumn {
    position: relative;
    width: 200px;
    float: left;
}

.gridcolumnicon {
    position: relative;
    width: 50px;
    overflow: visible;
    float: left;
}

.gridcolumncheckbox {
    position: relative;
    width: 50px;
}

.gridrow {
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
    line-height: 40px;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    transition: .3s all ease-out;
    background-color: rgba(0,0,0,.02);
}




.gridcolumn:last-child .gridrow {
    /*border-right: 1px solid #dee2e6;*/
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.gridcolumn:first-child .gridrow {
    /*border-left: 0;*/
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.gridrowalternate {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    transition: .3s all ease-out;
}



.gridcolumn:last-child .gridrowalternate {
    /*border-right: 1px solid #dee2e6;*/
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.gridcolumn:first-child .gridrowalternate {
    /*border-left: 0;*/
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}


.datagridcheckbox {
    display: block;
    margin: auto;
}


.selected_row {
    /*background-color: rgba(0,0,0,.075) !important;*/
    background-color: #FFF5E0 !important;
}


.gridrowicon {
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: rgba(0,0,0,.02);
    transition: .3s all ease-out;
}

.gridrowiconalternate {
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    transition: .3s all ease-out;
}

.gridrowiconalternateinine {
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    transition: .3s all ease-out;
    background-color: white;
}

.gridrowcheckbox {
    width: 50px;
    height: 40px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}

.gridrowcheckboxalternate {
    width: 50px;
    height: 40px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}



.columnheader {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    background-color: white;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    /*border-left: 1px solid #93A8B3;*/ overflow: hidden;
}

    .columnheader:last-child {
        /*border-right: 1px solid #dee2e6;*/
    }

    .columnheader:first-child {
        /*border-left: 0;*/
    }

.columnheadericon {
    position: relative;
    width: 50px;
    height: 100%;
    float: left;
    background-color: white;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    overflow: hidden;
}

.columnheadercheckbox {
    position: relative;
    width: 50px;
    height: 100%;
    overflow: hidden;
}

.columnheadertextplaceholder {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}


.columnheadertext {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    color: #000000AA; 
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.celltext {
    display: block;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    /*text-align: right;*/
    left: 0;
    right: 0;
    line-height: 39px;
    padding: 3px;
}

.gridcheckbox {
    display: block;
    text-align: center;
}

.gridnodata {
    position: absolute;
    display: block;
    width: 300px;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    /*color: white;*/
    /*color: #CBCFD4;*/
}

.gridbtn {
    position: absolute;
    height: 32px;
    width: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-out;
    background-size: 24px 24px;
    border-radius: 2px
}

    .gridbtn:hover {
        /*background-color: #7FA3FB;*/
    }

.gridbtnglow {
    height: 100%;
    width: 25px;
    opacity: 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s ease-out;
}

.gridrowvisible {
    overflow: visible;
}

    .gridrowvisible .fTb {
        /*height: 100%;*/
        border: 0 transparent none;
    }

.fTbGridCtrl {
    /*height: 100%;*/
    background: var(--tb-bg);
    border: 0;
    border: 1px solid var(--tb-border);
    color: var(--tb-color);
    outline: none;
    transition: .3s all ease;
    /*border-radius: 2px;*/
    direction: rtl;
    /*width: 100%;*/
    position: absolute;
    top: 2px;
    right: 5px;
    bottom: 2px;
    left: 5px;
    margin: auto;
}

    .fTbGridCtrl:focus {
        /*border: 1px solid #006DA7;*/
        box-shadow: 0px 5px 10px rgba(147, 147, 170, 0.12);
    }

/*End DatGrid*/

/*Begin Form Blocker*/

.formblocker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFFFFF;
    opacity: 0;
    z-index: 9999;
}

.formblockerwhatever {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFFFFF;
    opacity: 0;
    z-index: 9999;
}

/*End Form Blocker*/

/*Begin Locker*/

.busylocker {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.busylockercontainer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    margin: auto;
    overflow: hidden;
    z-index: 10000;
}

    .busylockercontainer img {
        object-fit: contain;
        display: block;
        width: 100%;
        height: 100%;
    }

.containersbusylockercontainer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 113px;
    height: 39px;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

/*End Locker*/

/*Begin What Ever I Say Blocker*/

.whateverisayblocker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #dad9d9;
    opacity: 0;
}

/*End What Ever I Say Blocker*/

.error {
    /*border-bottom: #F93857 1px solid;*/
    /*background: rgba(255, 0, 0, 0.0596977);*/
    transition: 0.3s;
    animation: error_anime alternate .5s infinite;
}



@-webkit-keyframes error_anime {
    from {
        border: var(--tb-border) 1px solid;
    }

    to {
        border: var(--validation-error) 1px solid;
    }
}

@keyframes error_anime {
    from {
        border: var(--tb-border) 1px solid;
    }

    to {
        border: var(--validation-error) 1px solid;
    }
}





/*MsgBox*/

.MsgBox {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px;
    border-radius: 10px;
}

.msgokBtn {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    transition: all .3s;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin: auto;
    background: linear-gradient(45deg,#006DA7 0%, #006DA7 100%);
    color: #FFFFFF;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    transition: all .3s;
    border: 1px solid #006DA7;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 0;
    border-style: none;
}

    .msgokBtn:before {
        border-radius: 2px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: linear-gradient(45deg,#006DA7 0%, #006DA7 100%);
        box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
        transition: all 0.3s;
        z-index: -1;
        content: "";
    }

    /*.msgokBtn:hover {
        box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    }*/

    .msgokBtn:hover:before {
        opacity: 1;
    }

.cancelBtn {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    transition: all .3s;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    padding-left: 5px;
    display: inline-block;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    border: 1px solid #E0E0E0;
    min-width: 100px;
    color: #9393AA;
    font-weight: bold;
    background-color: #ffffff;
}

    .cancelBtn:hover {
        background: #F0F0F0;
    }

/*MsgBox*/

#MsgBox {
}

.msgbox_ico_container {
}

.msgbox_ico_container_bg_warnning {
    background-color: rgb(249,70,28);
}

.msgbox_ico_container_bg_question {
    background-color: rgb(0,134,214);
}

.msgbox_ico_container_bg_message {
    background-color: rgb(67,215,135);
}

.msgbox_ico_container_warnning {
    background-image: url('img/img_warning.png');
    animation: shake 1s infinite;
}

.msgbox_ico_container_question {
    background-image: url('img/img_warning.png');
    animation: pulse 1s infinite;
}

.msgbox_ico_container_message {
    background-image: url('img/img_success.png');
    animation: pulse 1s infinite;
}


.msgbox_ico {
    margin-top: 40px;
    height: 64px;
    width: 64px;
    filter: drop-shadow(0 6px 30px rgba(0,0,0,0.08));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    margin-right: auto;
    margin-left: auto;
}



.resizer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    left: 0;
    cursor: col-resize;
}

.sortorder {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    right: 0; 
}
.sortorderacen {
     background-image:url('img/down.svg');
     background-position:center;
     background-size:10px 10px;
     
}

.sortorderdecen {
    background-image: url('img/up.svg');
    background-position: center;
    background-size: 10px 10px;
}

.form_ico {
    float: left;
    display: block;
    height: 100%;
    width: 30px;
    object-fit: scale-down;
    object-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    border: 0 none transparent;
}



.form_closer {
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
    background-image: url('img/closewhite.svg');
    background-size: contain;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #BDDBF0;
    margin-top: 5px;
    margin-left: 5px;
}

    .form_closer:hover {
        animation: pulse 1s infinite;
    }


.grid_deactive {
    background-image: url('img/deactive.svg');
    height: 32px;
    width: 32px;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.grid_active {
    background-image: url('img/active.svg');
    height: 32px;
    width: 32px;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-color: transparent !important;
}


.prgbar {
    border: 0 solid #eceff1;
    height: 30px;
}

.prgbarline {
    background: linear-gradient(45deg, #006DA7 0%, #006DA7 100%);
    height: 30px;
    width: 0%;
}


.ctrls_panel {
    background: #FFFFFF;
    border: 1.5px solid #F0EFFB;
    /*border-right: 5px solid #7065F0;*/
    box-shadow: 0px 4px 20px rgba(14, 8, 84, 0.08);
    border-radius: 8px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
}

.inner_ctrls_panel {
    padding: 15px;
    overflow: hidden;
}


.panel_header {
    /* background: #7065F0;*/
    border-bottom: 2px solid #F0EFFB;
    min-height: 35px;
    width: 100%;
    line-height: 35px;
    direction: rtl;
    padding: 5px;
    font-weight: bold;
    padding-right: 5px;
}

.panel_mini_header {
    border-right: #006DA7 2px solid;
    display: inline;
    min-height: 30px;
    width: 100%;
    line-height: 30px;
    padding-right: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    direction: rtl;
}

.gridrow input[type=text] {
    background-color: rgba(0,0,0,.05);
}

.search_tb_container {
    /*position: relative;*/
    /*z-index:500;*/
}

.searchtbdatacontainer {
    width: 100%;
    min-width: 400px;
    overflow: hidden;
    opacity: 0;
    border: 1px solid #006DA7;
    box-shadow: 0px 5px 10px rgba(147, 147, 170, 0.12);
    /*border-top: 0;*/
    height: 0;
    position: absolute;
    top: 100%;
    background: white;
    direction: rtl;
    z-index: 6;
}

.noborderradius {
    border-radius: 0;
}

.innersearchtbdatacontainer {
    width: 100%;
    overflow: auto;
    height: calc(100% - 40px);
    position: relative;
    direction: rtl;
    z-index: 7;
}

.selectionrow {
    border-bottom: 1px solid var(--tb-border);
    min-height: 32px;
    line-height: 32px;
    padding-right: 5px;
    transition: .3s all;
    cursor: pointer;
    background-color: transparent;
}

    .selectionrow::after {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        background-size: 16px;
        background-position: center;
        content: "";
        margin: auto;
    }

    .selectionrow:hover {
        box-shadow: 0px 0px 10px rgba(147, 147, 170, 0.4);
        border-bottom: 1px solid #006DA7;
        z-index: 5;
        background-color: transparent;
    }


    .selectionrow:last-child {
        border-bottom: 0px;
    }

.dataloaderblocker {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.innerdataloaderblocker {
    position: sticky;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: black;
    margin: auto;
    width: 100%;
    height: 100%;
}

.dataloaderico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    background-image: url('img/rolling.svg');
    background-size: 64px 64px;
}

.selectionrowbykey {
    box-shadow: 0px 0px 10px rgba(147, 147, 170, 0.4);
    border-bottom: 1px solid #006DA7;
    z-index: 5;
    background-color: transparent;
    position: relative;
}

    .selectionrowbykey::after {
        background-image: url('img/tick.svg');
        width: 16px;
        height: 16px;
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        background-size: 16px;
        background-position: center;
        content: "";
        margin: auto;
    }

.expandarrow {
    background-image: url('img/expand_arrow.png');
    width: 16px;
    height: 16px;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    background-size: 16px;
    background-position: center;
    margin: auto;
    transition: .3s all;
    cursor: pointer;
}
/*.expandarrow {
    
}*/

.expandarrowrotate {
    transform: rotate(180deg);
}


ctrls_panel {
    background: #FFFFFF;
    border: 1.5px solid #F0EFFB;
    box-shadow: 0px 4px 20px rgba(14,8,84,0.08);
    border-radius: 8px;
    margin: 15px;
    padding: 15px;
    overflow: hidden;
}

.inner_ctrls_panel {
    padding: 15px;
    overflow: hidden;
}


.quickmsgcontainer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    pointer-events: none;
    z-index: 900;
}

.innerquickmsgcontainer {
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column-reverse;
}


.quickmessage {
    min-height: 60px;
    width: 100%;
    margin-top: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px 1px #00000020;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}


.innerquickmessagecontainer > img {
    display: block;
    width: 64px;
    height: 64px;
}


.innerquickmessage {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: justify;
    direction: rtl;
    pointer-events: none;
    padding: 5px;
}

.innerquickmessagecontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    align-content: center;
}

.quickmessagetimeoutbar {
    width: 100%;
    height: 2px;
    background-color: #FF8B00;
    float:left;
}

/*.column-drag-placeholder {
    border-left: 1px solid #FF8B00;
    border-bottom: 1px solid #FF8B00;
}

.dragging {
    opacity: 0.5;
}

.columndrager {
    flex: 0 0 100px;*/
    /* flex-shrink: 0;
    background: #4caf50;
    padding: 10px;
    border-radius: 4px;*/
    /*user-select: none;*/
    /*cursor: grab;*/
/*}*/
/*.columndrager  {
    transition: none !important;
}*/

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*.searchtbdatacontainer {
    position: fixed;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    overflow: hidden;
    transition: height 0.15s ease, opacity 0.15s ease;
}

.innersearchtbdatacontainer {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.selectionrow {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .selectionrow:hover {
        background-color: #f0f0f0;
    }

.selectionrowbykey {
    background-color: #e3f2fd;
}

.dataloaderblocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.dataloaderico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}*/

/*.expandarrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    cursor: pointer;
    transition: transform 0.3s;
}
*/
/*.expandarrowrotate {
    transform: translateY(-50%) rotate(180deg);
}

.noborderradius {
    border-radius: 0 !important;
}*/
