/* _content/Kepos.KLead.Web/Components/Base/Form/MultiSelectComponent.razor.rz.scp.css */
.KMSElement INPUT[b-n1qvqxpyom] {
    margin-right: 8px;
}

.KMSCmultiselect label[b-n1qvqxpyom] {
    display: inline-block;
    margin: 2px 2px;
    padding: 4px;
    border: 1px solid silver;
    border-radius: 4px;
}

.KMSElement[b-n1qvqxpyom], .KMSCmultiselect label[b-n1qvqxpyom] {
    padding-left: 3px !important;
    text-align:left;
}
.KMSCmultiselect label:hover[b-n1qvqxpyom] {
    font-weight:bold;
}
.KMSCmultiselect ul[b-n1qvqxpyom] {
    display: inline !important;
    list-style: none;   
    text-align:left;
}
.KMSCmultiselect ul li[b-n1qvqxpyom] {
    display: inline !important;
}

.KMSCmultiselect[b-n1qvqxpyom] {
    border: 1px solid #ddd;
    border-radius: 2px !important;
    padding: 2px !important;
    padding-bottom: 0px !important;
    height: 207px !important;
    overflow-y: hidden;
    overflow-x: hidden;
}
  
.KMSCSearchBar[b-n1qvqxpyom] {
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    background-color: #dddddd !important;
    padding:2px;

    border: 2px solid #ddd;

}
.KMSCSearchBar input[b-n1qvqxpyom]{
    width:100%;
    margin-top:2px;
}
.KMSCSCroll[b-n1qvqxpyom] {
    height: 170px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0px !important;
}

.KMSCSCrollU[b-n1qvqxpyom] {
    padding: 0px !important;
    margin: 0px !important;
}

/* * * * */


.KMSElement2 INPUT[b-n1qvqxpyom] {
    margin-right: 8px;
}

.KMSCmultiselect2 checkbox[b-n1qvqxpyom] {
    display: inline-block;
    margin: 2px 2px;
    padding: 4px;
    border-bottom: 1px solid silver;
    width: 100%;
}

.KMSElement2[b-n1qvqxpyom] {
    padding-left: 3px !important;
    text-align: left;
}
    .KMSElement2 label[b-n1qvqxpyom] {
        border-bottom: 1px solid #ddd;
        width:100%;
    }

.KMSCmultiselect2 ul[b-n1qvqxpyom] {
    display: inline !important;
    list-style: none;
    text-align: left;
}

    .KMSCmultiselect2 ul li[b-n1qvqxpyom] {
        display: block !important;
    }

.KMSCmultiselect2[b-n1qvqxpyom] {

    padding: 2px !important;
    padding-bottom: 0px !important;
    max-height: 287px !important;    
    overflow-y: hidden;
    overflow-x: hidden;
}

.KMSCSearchBar2[b-n1qvqxpyom] {
    position: sticky !important;
    top: 0 !important;
}

    .KMSCSearchBar2 input[b-n1qvqxpyom] {
        margin-top: 2px;
    }

.KMSCSCroll2[b-n1qvqxpyom] {
    max-height: 170px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0px !important;

}

.KMSCSCrollU2[b-n1qvqxpyom] {
    padding: 5px !important;
    width: 100% !important;
    list-style-type: none;

}

.KMSTesto2[b-n1qvqxpyom] {
    margin-left: 4px !important;
    background-color: white;
}

.KMSCHideBox2[b-n1qvqxpyom] {
    border: 1px solid #ddd;
    border-radius: 2px !important;
    padding: 0px 5px 0px 5px !important;
    background-color: white;
    position: absolute !important;
    width: 100% !important;
    z-index: 10 !important;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.KMSCSCrollU2 li label:hover[b-n1qvqxpyom]{

    border-bottom:2px solid dodgerblue;

}
/* _content/Kepos.KLead.Web/Components/Base/Form/SchedaBaseComponent.Razor.rz.scp.css */
/* _content/Kepos.KLead.Web/Components/Base/GDPRCookie.razor.rz.scp.css */
#cookieConsent[b-3j337046qv] {
    z-index: 2000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0px !important;
    border-radius: 0px;
    padding-bottom: 0px !important;
    line-height: 18px !important;
}

    #cookieConsent a[b-3j337046qv] {
        line-height: 38px !important;
        vertical-align: top !important;
    }
/* _content/Kepos.KLead.Web/Components/Base/LoadingMessage.razor.rz.scp.css */

/* Absolute Center Spinner */
.loading-msg[b-lzoadb0pgg] {
    position: fixed;
    z-index: 1099;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
}
    /* Transparent Overlay */
    .loading-msg[b-lzoadb0pgg]:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }
/* _content/Kepos.KLead.Web/Components/Base/Table/DynamicTable.razor.rz.scp.css */
.firstCol[b-gr3fhzorcr] {
    width: 10px !important;
}

table.dataTable[b-gr3fhzorcr] {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

    table.dataTable td[b-gr3fhzorcr],
    table.dataTable th[b-gr3fhzorcr] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        table.dataTable td.dataTables_empty[b-gr3fhzorcr],
        table.dataTable th.dataTables_empty[b-gr3fhzorcr] {
            text-align: center;
        }

    table.dataTable.nowrap th[b-gr3fhzorcr],
    table.dataTable.nowrap td[b-gr3fhzorcr] {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label[b-gr3fhzorcr] {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select[b-gr3fhzorcr] {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter[b-gr3fhzorcr] {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label[b-gr3fhzorcr] {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input[b-gr3fhzorcr] {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_wrapper div.dataTables_info[b-gr3fhzorcr] {
    padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate[b-gr3fhzorcr] {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination[b-gr3fhzorcr] {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

div.dataTables_wrapper div.dataTables_processing[b-gr3fhzorcr] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable > thead > tr > th:active[b-gr3fhzorcr],
table.dataTable > thead > tr > td:active[b-gr3fhzorcr] {
    outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled)[b-gr3fhzorcr],
table.dataTable > thead > tr > td:not(.sorting_disabled)[b-gr3fhzorcr] {
    padding-right: 30px;
}

table.dataTable > thead .sorting[b-gr3fhzorcr],
table.dataTable > thead .sorting_asc[b-gr3fhzorcr],
table.dataTable > thead .sorting_desc[b-gr3fhzorcr],
table.dataTable > thead .sorting_asc_disabled[b-gr3fhzorcr],
table.dataTable > thead .sorting_desc_disabled[b-gr3fhzorcr] {
    cursor: pointer;
    position: relative;
}

    table.dataTable > thead .sorting[b-gr3fhzorcr]:before, table.dataTable > thead .sorting[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_asc[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_asc[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_desc[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_desc[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_asc_disabled[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_asc_disabled[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_desc_disabled[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_desc_disabled[b-gr3fhzorcr]:after {
        position: absolute;
        bottom: 0.9em;
        display: block;
        opacity: 0.3;
    }

    table.dataTable > thead .sorting[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_asc[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_desc[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_asc_disabled[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_desc_disabled[b-gr3fhzorcr]:before {
        right: 1em;
        content: "↑";
    }

    table.dataTable > thead .sorting[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_asc[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_desc[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_asc_disabled[b-gr3fhzorcr]:after,
    table.dataTable > thead .sorting_desc_disabled[b-gr3fhzorcr]:after {
        right: 0.5em;
        content: "↓";
    }

    table.dataTable > thead .sorting_asc[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_desc[b-gr3fhzorcr]:after {
        opacity: 1;
    }

    table.dataTable > thead .sorting_asc_disabled[b-gr3fhzorcr]:before,
    table.dataTable > thead .sorting_desc_disabled[b-gr3fhzorcr]:after {
        opacity: 0;
    }

div.dataTables_scrollHead table.dataTable[b-gr3fhzorcr] {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table[b-gr3fhzorcr] {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollBody table thead .sorting[b-gr3fhzorcr]:before,
    div.dataTables_scrollBody table thead .sorting_asc[b-gr3fhzorcr]:before,
    div.dataTables_scrollBody table thead .sorting_desc[b-gr3fhzorcr]:before,
    div.dataTables_scrollBody table thead .sorting[b-gr3fhzorcr]:after,
    div.dataTables_scrollBody table thead .sorting_asc[b-gr3fhzorcr]:after,
    div.dataTables_scrollBody table thead .sorting_desc[b-gr3fhzorcr]:after {
        display: none;
    }

    div.dataTables_scrollBody table tbody tr:first-child th[b-gr3fhzorcr],
    div.dataTables_scrollBody table tbody tr:first-child td[b-gr3fhzorcr] {
        border-top: none;
    }

div.dataTables_scrollFoot > .dataTables_scrollFootInner[b-gr3fhzorcr] {
    box-sizing: content-box;
}

    div.dataTables_scrollFoot > .dataTables_scrollFootInner > table[b-gr3fhzorcr] {
        margin-top: 0 !important;
        border-top: none;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length[b-gr3fhzorcr],
    div.dataTables_wrapper div.dataTables_filter[b-gr3fhzorcr],
    div.dataTables_wrapper div.dataTables_info[b-gr3fhzorcr],
    div.dataTables_wrapper div.dataTables_paginate[b-gr3fhzorcr] {
        text-align: center;
    }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination[b-gr3fhzorcr] {
            justify-content: center !important;
        }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled)[b-gr3fhzorcr] {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting[b-gr3fhzorcr]:before,
table.dataTable.table-sm .sorting_asc[b-gr3fhzorcr]:before,
table.dataTable.table-sm .sorting_desc[b-gr3fhzorcr]:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting[b-gr3fhzorcr]:after,
table.dataTable.table-sm .sorting_asc[b-gr3fhzorcr]:after,
table.dataTable.table-sm .sorting_desc[b-gr3fhzorcr]:after {
    top: 5px;
}

table.table-bordered.dataTable[b-gr3fhzorcr] {
    border-right-width: 0;
}

    table.table-bordered.dataTable th[b-gr3fhzorcr],
    table.table-bordered.dataTable td[b-gr3fhzorcr] {
        border-left-width: 0;
    }

        table.table-bordered.dataTable th:last-child[b-gr3fhzorcr], table.table-bordered.dataTable th:last-child[b-gr3fhzorcr],
        table.table-bordered.dataTable td:last-child[b-gr3fhzorcr],
        table.table-bordered.dataTable td:last-child[b-gr3fhzorcr] {
            border-right-width: 1px;
        }

    table.table-bordered.dataTable tbody th[b-gr3fhzorcr],
    table.table-bordered.dataTable tbody td[b-gr3fhzorcr] {
        border-bottom-width: 0;
    }

div.dataTables_scrollHead table.table-bordered[b-gr3fhzorcr] {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row[b-gr3fhzorcr] {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child[b-gr3fhzorcr] {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child[b-gr3fhzorcr] {
        padding-right: 0;
    }
.ktable[b-gr3fhzorcr] {
    border: 1px solid #dddddd !important;
}
.kt_row_command[b-gr3fhzorcr]{padding-bottom:3px;}
/*.kt_row_command { vertical-align:bottom;}
. kt_row_selcol{}*/
.DtMinH[b-gr3fhzorcr] {
    min-height: 360px;
}
.tableFixHead[b-gr3fhzorcr] {
    overflow: auto;
    height: 360px;
}

    .tableFixHead thead th[b-gr3fhzorcr] {
        position: sticky !important;
        top: 0 !important;
        z-index: 1 !important;
        background-color: #ffffff !important;
        border-bottom: 2px solid #ddd;
    }

    .tableFixHead tfoot th[b-gr3fhzorcr], .tableFixHead tfoot tr[b-gr3fhzorcr] {
        position: sticky !important;
        bottom: 0 !important;
        z-index: 1 !important;
        background-color: #ffffff !important;
        border-top: 2px solid #ddd;
    }

/* .tableFixHead {
      width: 500px;
      table-layout: fixed;
      border-collapse: collapse;
    }
      .tableFixHead tbody {
      display: block;
      width: 100%;
      overflow: auto;
      height: 50px;
    }
    .tableFixHead thead tr {
      display: block;
    }
    .tableFixHead th,
    .tableFixHead  td {
      padding: 5px 10px;
      width: 200px;
    }
    th {
      background: #ABDD93;
    }*/
/* _content/Kepos.KLead.Web/Components/Base/Table/DynamicTableColumnShowHide.razor.rz.scp.css */
.CompClosed[b-wgxp8jzs98] {
    text-decoration: line-through;
}
.CompOpened[b-wgxp8jzs98] {
    text-decoration: none;
}
