html {
    word-wrap: break-word;
}

a.asc::after {
    content: "\f160";
    font-family: 'FontAwesome';
}

a.desc::after {
    content: "\f161";
    font-family: 'FontAwesome';
}

.right-panel .navbar-brand {
    width: auto;
}

#alert-widget {
    opacity: unset;
}

.container {
    max-width: 100% !important;
}

.pagination li {
    margin-right: 10px;
}

.order_note {
    color: red;
    border: 1px solid red;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px;
}

.manager_note {
    color: #0070e7;
    border: 1px solid #0070e7;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px;
}

.service_manager_note {
    color: blue;
    border: 1px solid blue;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px;
}

.user_note {
    color: green;
    border: 1px solid green;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px;
}

.text_clarification_require {
    color: #e77d00;
}