#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;
}
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: 999;
}
.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;
}
