#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 0px;
    margin-top: 22px;
    margin-right: 15px;
    max-width: 300px;
    min-width: 300px;
}

#notifications ._notification {
    margin-bottom: 1rem;
    border: 1px solid #1F4B9A;
    border-radius: .25rem;
    /*padding: .9rem 0.75rem 1.15rem;*/
    padding: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    font-size: .685rem;
}

#notifications ._notification .n-progress {
    position: absolute;
    bottom: 0;
    height: 0.15rem;
    left: 0;
    width: 0;
    content: '';
    background: #1F4B9A;
}

#notifications ._notification:before {
    width: 1.2rem;
    height: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    background: url('/img/icons/check-blue.svg') center center no-repeat;
    background-size: contain;
    margin-right: 0.75rem;
}

#notifications ._notification.warning {
    border-color: #FFC107;
}

#notifications ._notification.warning .n-progress {
    background: #FFC107;

}

#notifications ._notification.warning::before {
    background-image: url('/img/icons/warn-yellow.svg');
}

#notifications ._notification.danger {
    border-color: #dc3545;
}

#notifications ._notification.danger .n-progress {
    background: #dc3545;

}

#notifications ._notification.danger::before {
    background-image: url('/img/icons/close-red.svg');
}

#notifications ._notification.info {
    border-color: #17a2b8;
}

#notifications ._notification.info .n-progress {
    background: #17a2b8;

}

#notifications ._notification.info::before {
    background-image: url('/img/icons/check-info.svg');
}


#notifications ._notification.success {
    border-color: #00A046;
}

#notifications ._notification.success .n-progress {
    background: #00A046;

}

#notifications ._notification.success::before {
    background-image: url('/img/icons/check-green.svg');
}

.hide {
    display: none;
}

body div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.invalid-feedback {
    display: block;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.sort li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.sort li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.select2-container {
    max-width: 100%;
}

.custom_context_menu {
    z-index: 1000;
    position: absolute;
}

.profile_card_text {
    text-overflow: ellipsis;
    max-width: 170px;
    overflow: hidden;

}

.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active,
.sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: #49beff;
    color: #fff;
}

.notification {
    content: "";
    position: absolute;
    top: -5px;
    right: -6px;
    width: 15px;
    height: 15px;
    font-size: 8px;
    padding: 0;
    text-align: center;
    line-height: 15px;
    /* z-index: 11; */
}

.task_tab .nav-tabs .nav-link:not(.active) {
    outline: 1px solid #e9ecef;
}

.task_tab .nav-tabs .nav-link:hover, .task_tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #49beff;
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border: none;
    outline: none;
}
th.sorting{
    position: relative;
    cursor: pointer;
    padding-right: 26px;
}
th.sorting:before {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em;
    bottom: 50%;
    content: "▲";
}
th.sorting:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em;
    top: 50%;
    content: "▼";
}
th.sorting.sorting_asc:before {
    opacity: .6;
}
th.sorting.sorting_desc:after {
    opacity: .6;
}
.list-user-show li:hover{
    z-index: 2;
}
.info-line{
    border-bottom: 1px solid #cecece;
    margin-bottom: 13px;
    padding-bottom: 13px;
    display: grid;
}
.info-line .i_title{
    margin-bottom: 10px;
    font-weight: bold;
}
.i_value+.i_value{
    margin-top: 10px;
}
b, strong {
    font-weight: bold;
}
.i_value .list-user-show li{
    margin-top: 5px!important;
}
.task_desc{
    font-size: 14px;
    font-family: monospace;
    background-color: #f1f1f1;
    padding: 10px;
}
.comment .notification-msg{
    white-space: pre-line;
}
body #tree__svg-container{
    z-index: 0;
}
body .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
    height: 33px;
    display: inline-block;
    line-height: 27px;
}
body .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline textarea{
    height: 27px;
}
.modal .select2-container{
    display: block;
}
.select2-container{
    max-width: 100%;
}
.custom_context_menu {
    z-index: 1000;
    position: absolute;
}
body .select2-container .select2-search--inline .select2-search__field{
    min-height: 27px;
}
.card-load {
    position: relative;
    overflow: hidden;
}
.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9;
}
.card-load .card-loader i {
    margin: 0 auto;
    color: #4099ff;
    font-size: 20px;
}
.rotate-refresh {
    -webkit-animation: mymove .8s infinite linear;
    animation: mymove .8s infinite linear;
    display: inline-block;
}
@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.ztable.table tr td, .ztable.table tr th {
    padding: 5px;
}
table .select2-container{
    width: 100%!important;
}
body .sidebar-nav ul .sidebar-item .sidebar-link {
    white-space: normal;
}
.today td{
    background: rgb(232,247,255);
}
.rotate {

    transform: rotate(-90deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.input-cell{
    padding: 0!important;
}
.input-cell .form-check-input{
   background-color: #fff;
    border: 1px solid #222;
    float: none;
    margin-right: 0;
}
.input-cell .form-check.form-check-inline{
    margin-right: 0;
}
.faq i.ti{
    margin-left: -8px;
    margin-top: 0.5px;
    /* line-height: 21px; */
    display: block;
    font-size: 28px!important;
}
.report_div{
    width: 100%;
    height: 30px;
    margin-bottom: 1px;
    cursor: pointer;
    min-width: 300px;
}

