.modal-xl{
    max-width:50%;
}

.modal-head{
padding: 1.25rem 1.25rem 0;
}

.modal-tag-buttons{
  padding: 1.25rem 0 1.25rem;
}

.fixed-header tbody{
    display:block;
    overflow:auto;
    height:200px;
    width:100%;
}

.fixed-header thead tr{
    display:block;
}

div.fixed{
    position:fixed;
    width:100%;
}



.wide{
    width: 100% !important;
}

.dashboard-box {
    min-height: 500px;
}

.font-bl {
    font-weight: 500;
}

@media (max-width: 767px) {
    .btn-block-sm {
        display: block !important;
        width: 100% !important;
    }
}

.tooltip-inner {
    max-width: 1000px !important;
}

.pointer {
    cursor: pointer;
}

.denied {
    cursor: not-allowed;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;

}

@keyframes spinner-border{
    0% {
        transform: rotate(0deg);

    }
    100% {
        transform: rotate(360deg);
    }
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}


li.select2-selection__choice {
    margin-bottom: 5px !important; 
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}
.fake-readonly {
    background-color: #eee;
    color: #6c757d;
    
}

