
  
  /* Loading */
  #mainLoading{
    display:none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:rgba(0,0,0,0.1);
    z-index: 999999;
}
#mainLoading.show{
    display: block;
}
#mainLoading .loader-holder{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cursor-hand{
    cursor: pointer !important;
}

.disabled-view{
    opacity: 0.6;
    pointer-events: none;
}

[data-visible-item="true"]{
    display: table-row;
}

[data-visible-item="false"]{
    display: none;
}

.table-responsive thead tr th{
    position: sticky;
    top: 0;
    background: rgba(88, 103, 221, 1) !important;
    color:white;
    z-index: 1;
}

.select2-selection__rendered {
    height: 38px !important;
    overflow-y: auto !important;
    padding: 0px !important;
    margin: 0px !important;
}
.select2-container--default .select2-results__group{
    background: #5867dd !important;
    color: white !important;
}
.selected-menu-item{
    border-width: 2px !important;
}
#agendaBtnWrapper{
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#ui-datepicker-div{
    z-index: 999 !important;
}
/* sidebar */
.sidebar-header{
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Panel */
.panel-header-icon{
    line-height: inherit;
}
.select2-higher .select2-container,.select2-higher .select2-selection ,.select2-higher .select2-selection__rendered{
    height: 140px !important;
}