﻿
.memberActiveInfo .accordionlink {
    color: rgb(206, 220, 228);
    display: block;
    padding: 10px 30px;
    font-size: 0.9375rem;
    position: relative;
    transition: all 0.4s ease 0s;
    list-style: none;
}
.memberActiveInfo .list-group-item > a[aria-expanded="true"] > span.menu-arrow {
    transform: rotate( 90deg);
}
.accordionlink .menu-arrow::before {
    content: "󰅂";
}
.accordionlink .menu-arrow {
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    position: absolute;
    right: 0px;
    display: inline-block;
    font-family: "Material Design Icons";
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    transform: translate(0px, 0px);
}


.table tbody > tr > td {
    cursor:pointer;
}
.table tbody > tr > td.clickoff {
    cursor: default;
}
.table tbody > tr > td.dataTables_empty {
    cursor: default;
    line-height: 200px;
}
.table > :not(caption) > * > * {
    padding: 0.7rem 0.95rem;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::before {
    top: 5px;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc_disabled::after {
    top:12px;
}
 
/* summernote */
.note-modal-title {
    font-size: 16px;
}
.note-form-label {
    font-size: 14px;
}
.note-input[type="file"] {
    line-height: inherit;
}
.note-modal-footer {
    height: 70px;
}
.note-modal-footer .note-btn {
    height: 40px; padding: 0px 1rem;
}

.hide {
    display: none !important;
}
.disabled {
    pointer-events: none !important;
}

.disabled .overlay {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
    background-color: rgba(0,0,0, 0.4);
    overflow-x: hidden;
}

.irs-from, .irs-single, .irs-to {
    cursor: pointer;
}