body {
    overflow-x: auto !important;
    height: 100%;
}

.wrapper, .content-wrapper, .main-footer, .main-header {
    overflow: visible;
    width: inherit;
}

.body {
    overflow: auto;
    height: 100%;
    width: 100%;
    position: absolute;
}

.content-wrapper, .right-side, .main-footer {
    padding-left: 230px;

    margin-left: 0;
}

@media only screen and ( max-width: 769px ) {
    .content-wrapper, .right-side, .main-footer {
        padding-left: 0;
        margin-left: 0;
    }
}

.jquery-modal.blocker.current .modal {
    max-height: 80%;
    overflow-y: auto;
}

.urgency {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 10px;
}

.urgency.urgency-low {
    background-color: #888887;
}

.urgency.urgency-medium {
    background-color: #e9e904;
}

.urgency.urgency-high {
    background-color: red;
}

.urgency.urgency-green {
    background-color: rgb(28, 173, 28);
}

.urgency.urgency-orange {
    background-color: rgb(245, 108, 66);
}


.m-dropdown {
    position: absolute;
    z-index: 9999;
    min-width: 40px;
    min-height: 20px;
    padding: 10px;
    border: 1px solid #333;
    box-shadow: 0 0 5px #333;
    border-radius: 10px;
    background: #fff;
    display: none;
    border-top-left-radius: 0;

}

.status-color {
    display: inline-block;
    border: 1px solid #444;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.form-control {
    padding: 6px 4px;
}

.datepicker {
    z-index: 10500 !important;
}

tr.archived {
    opacity: 0.5;
}