/*** page ***/
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-image: none;
    background-color: #ececec;
}

body,
 h1, h2, h3, p, a, div, span, input, label, textarea
 {
     font-family: 'RexxSystems', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', 'system-ui', Arial, Helvetica, Verdana, sans-serif !important;
 }

body.sal {
    background-color: transparent;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
li {
    display: list-item;
}

li > ul {
    list-style-type: circle;
    margin-block: 0;
}

li > ol {
    padding-inline-start: 25px;
    margin-block: 0;
}

.page {
    background-image: none;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
}

.page .body:not(.login-body) {
    width: auto;
    height: auto;
}

.page .body .content {
    padding: 15px;
}



/*** page header ***/
.page-header {
    position: relative;
    padding: 10px;
}

.page-header .page-header-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-header .page-header-row:last-child {
    margin-bottom: 0;
}

.page-header .page-header-row,
.page-header .page-header-row .pagination
{
    justify-content: center;
}

.page-header .page-header-icon {
    background-color: #de3a8f;
    color: #fff;
    flex: 0 0 75px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
}

.page-header .page-header-icon i {
    color: inherit;
}

.page-header .page-header-content {
    min-width: 0;
    padding: 10px;
}

.page-header .page-header-title,
.page-header .page-header-subtitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-header .page-header-title {
    color: #444;
    font-size: 19px;
    line-height: 24px;
}

.page-header .page-header-subtitle,
.page-header .page-header-meta
{
    color: #444;
    font-size: 10pt;
    font-weight: normal;
    line-height: 20px;
}

.ml-7,
.page-header .page-actions .btn {
    margin-left: 7px;
}

@media (min-width: 992px) {
}

@media (min-width: 768px) and (max-width: 992px), (min-width: 1500px) {
    .page-header .page-header-row,
    .page-header .page-header-row .pagination
    {
        justify-content: start;
    }

    .page-header .page-header-row {
        margin-bottom: 0;
    }

    .page-header .page-actions {
        justify-content: end;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .page-header .pagination .rexx-nav {
        margin-top: 8px;
    }
}

/*.page-header {
    display: flex;
    align-items: center;
}

.page-header-icon {
    margin-right: 10px;
    font-size: 45px;
}

.page-header-content {
    color: #333;
}

.page-header-content p {
    margin: 0;
}*/

/*** font ***/
body,
.page-header .page-header-content h1,
.page-info h1,
.page-info .info_subtext,
.list_filter .list_navigation .pagination-text,
.ui-multiselect-checkboxes li span,
.ac_results ul li,
.flexigrid td,
.flexigrid th
{
    font-size: 14px;
}

.list_filter .sal_filters .form_field_label,
.form_field_label,
.form_field_label_duty {
    font-size: 12px;
}

.ticket-messages .ticket-message .message-header .message-meta {
    font-size: 12px !important;
}

.page.login .page_form a,
select + button.ui-multiselect, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.btn.btn-primary), select, textarea, .form_field_filter {
    font-size: 13px;
}

.btn {
    font-size: 15px;
}

.ticket-messages .ticket-message .message-content .message-title {
    font-size: 16px !important;
}

.ticket-messages .ticket-message .message-content .message-text ul {
    padding-left: 30px;
    margin: 7px 0;
}


.sal_empty {
    font-size: 18px;
}

/*** login ***/
.page.login .body .content {
    margin-left: 140px;

    max-width: 340px;
    padding: 30px 60px 30px;
    background: rgba(35, 31, 32, 0.7);
    border-radius: 10px;
    color: #fff;
}

.page.login h1 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
}

.page.login #forgotButton,
.footer_login {
    display: none;
}

.page.login .page_form table,
.page.login .page_form tbody,
.page.login .page_form tr,
.page.login .page_form td,
.page.login .page_form th {
    display: block;
}

.page.login .page_form span {
    display: block;
    text-align: center;
    color: #fff;
}

.page.login .page_form input {
    margin-bottom: 8px;
}

.page_table #forgotButtonRequest,
.page.login .page_form #loginButton {
    padding-top: 20px;
}

.page.login #forgotButtonLink {
    text-align: center;
    padding-top: 24px;
}

.page.login .ajaxForm .form_error,
.page.login .ajaxForm .form_msg
{
    padding: 5px 0;
    margin-bottom: -10px;
    margin-top: 5px;
}

.page.login .form_error li,
.page.login .form_msg li
{
    left: unset;
    top: unset;
    margin-top: 0;
}

.page.login .page_form a {
    color: #FFF;
}

.page.login .page_form #backLoginLinkMailed a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline !important;
}

/*** widgets ***/
.list_filter,
.list_row,
.grid_container,
.panel_container,
.widget,
.widget-container,
.page-info,
.page_box,
.list_row_attach
{
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.grid_container {
    width: auto !important;
}

.list_filter,
.page_box,
.widget {
    margin-bottom: 15px;
}

.widget .widget-header,
.widget .widget-header h1,
.widget .widget-header h2,
.widget .widget-header h3,
.widget .widget-header h4,
.widget .widget-header h5,
.widget .widget-header h6
{
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.widget .widget-header {
    padding: 10px 15px;
}

.widget .widget-header h1,
.widget .widget-header h2,
.widget .widget-header h3,
.widget .widget-header h4,
.widget .widget-header h5,
.widget .widget-header h6 {
    margin: 0;
    padding: 0;
}

.widget.widget-content,
.widget .widget-content
{
    padding: 15px;
}

.widget .widget-content,
.widget .widget-content-fluid
{
    margin: 0;
}

.widget.widget-nav,
.widget .widget-nav
{
    padding: 10px;
    display: flex;
    align-items: center;
}

/*** lists ***/
.list_row {
    margin-top: 0;
    margin-bottom: 15px;
}

.list_row:last-child {
    margin-bottom: 0;
}

.list_row td.list_meta {
    border-radius: 0;
}

/*** icons ***/
.fa, .far, .fas, .fal, .fad, .fab, .fa-solid, .fa-regular, .fa-sharp, .fa-light, .fa-duotone, .fa-thin, .fa-brands {
    color: #878787;
}

/*** links ***/
a {
    color: #4279a9;
    text-decoration: none;
    background-color: transparent;
}

a:link {
    text-decoration: none;
    color: #4279a9;
}

a:hover {
    /*color: #0056b3;*/
    /*text-decoration: underline;*/
}

/*** buttons ***/
.btn {
    display: inline-block;

    line-height: 20px;
    padding: 6px 8px;

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    color: #333;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 4px;
    cursor: pointer;

    position: relative;
}

.btn i {
    color: inherit;
}

.btn:hover,
.btn.hover,
.upload-dummy:hover + .upload-dummy-button
{
    background-color: #f0f0f0;
    border-color: #999;
}

.btn.btn-light {
    border-color: #ccc;
}

.btn.btn-light:hover,
.btn.btn-light.hover
{
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn.btn-primary {
    color: #4279a9;
    background-color: #fff;
    border-color: #4279a9;
}

.btn.btn-primary:hover,
.btn.btn-primary.hover
{
    background-color: #4279a9;
    color: #fff;
}

.btn.btn-primary:focus-visible {
    outline: none;
}

.btn.disabled,
.btn.disabled:hover {
    background-color: #fff;
    border-color: #888;
    color: #888;
    cursor: not-allowed !important;
}

.btn-success {
    color: #fff;
    background-color: #76b949;
    border-color: #76b949;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-slim
{
    padding: 0 .75rem;
    line-height: 26px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-fake:hover,
.btn-fake.hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

/*** inputs ***/
select + button.ui-multiselect,
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.cke_dialog_ui_input_text):not(.btn.btn-primary),
select,
textarea,
.form_field_filter,
.form-control
{
    /* .form_control */
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    /* .sal_filter_field_single input */
    line-height: 1.5;
    padding: 0.375rem 0.75rem;

    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*line-height: 1.5rem;*/
    margin: 0;
    outline: 0 none;
    /*padding: 0.375rem 0.75rem !important;*/
}

select.invalid + button.ui-multiselect,
input:not([type="checkbox"]):not([type="radio"]).invalid,
select.invalid,
textarea.invalid,
.form_field_filter.invalid,
.form-control.invalid {
    border-color: #dc3545;
    background-color: #ede2e3;
}

select + button.ui-multiselect,
input, select, textarea,
button.ui-multiselect:focus,
input:focus, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border: 1px solid #bbb;
}

select + button.ui-multiselect, input, select, textarea,
button.ui-multiselect, input[type=text], input[type=password], select, textarea
{
    background: none;
    background: #fff;
}

.form {
    max-width: 900px;
}

.form.form-fluid {
    max-width: unset;
}

.form-control {
    display: block;
    width: 100%;
}

/*** forms ***/
.form_field_cell {
    padding: 7px;
    float: none;
}

.form_field_label,
.form_field_label_duty {
    color: #7c7c7c;
}

.page_box .form_button_list_action {
    background-color: transparent;
    border: 0;
    position: static;
}

.page_box .form_button_list_action::after {
    content: "";
    clear: both;
    display: table;
}

.form_error li {
    color: #94202b;
    border: 1px solid #b52230;
    padding: 5px 8px;
    margin: 0;
    left: 0;
}

/*** sal ***/
.list_filter {
    margin-top: 0;
}

.list_navigation_pos {
    display: none;
}

.list_filter .list_navigation .pagination-text {
    color: #777;
    margin-right: 4px;
}

.list_filter .page_form {
    padding: 0;
}

.list_filter .sal_navbar {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;

    display: flex;
    align-items: center;
}

.list_filter .sal_navbar .sal_navbar_navigation {
    float: none;
    display: inline-block;
    min-width: 300px;
}

.list_filter .sal_navbar .sal_navbar_actions {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    padding-right: 300px;
}

.list_filter .sal_navbar .btn {
    margin-right: 4px;
    height: 26px;
    line-height: 26px;
    width: 55px;
    padding: 0;
}

.list_filter .sal_navbar .form_button_cell_areaclose {
    float: none;
    display: inline-block;
    height: unset;
}

.list_filter .sal_filters {
    padding: 5px 0 8px;
}

.list_filter .sal_filters .form_field_cell {
    float: left;
    width: 16.66666667%;
    padding: 3px 12px;
}

.list_filter .sal_filters .form_field_cell input,
.list_filter .sal_filters .form_field_cell select,
.list_filter .sal_filters .form_field_cell select + button.ui-multiselect
{
    width: 100%;
}

.list_filter .sal_filters .form_field_label {
    color: #7c7c7c;
}

.sal_empty {
    padding: 15px;
    color: #bbb;
    text-align: center;
    text-transform: uppercase;
}

#printGrid .fa,
#printGrid .far,
#printGrid .fas,
#printGrid .fal,
#printGrid .fad,
#printGrid .fab,
#printGrid .fa-solid,
#printGrid .fa-regular,
#printGrid .fa-sharp,
#printGrid .fa-light,
#printGrid .fa-duotone,
#printGrid .fa-thin,
#printGrid .fa-brands {
    color: #000;
    line-height: 1.2;
    font-size: 1.1em;
}

/*** flexigrid ***/
.flexigrid div.nBtn {
    display: none !important;
}

.flexigrid div.hDiv {
    background-color: transparent;
    background-image: none;
}

.flexigrid th,
.flexigrid div.hDiv th {
    color: #7c7c7c;
    cursor: pointer;
    font-weight: bold;
    font-variant: all-small-caps;
    line-height: 1.2;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.flexigrid th,
.flexigrid div.hDiv th ,
.flexigrid td,
.flexigrid div.bDiv>table>tbody>tr>td
{
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 1px solid #f5f5f5 !important;
    padding: 0.75rem !important;
}

/*** multiselect ***/
/*.ui-multiselect, .ui-multiselect *, .ui-multiselect *::before, .ui-multiselect *::after {
    box-sizing: content-box;
}*/

button.ui-multiselect {
    color: #000;
}

.ui-multiselect-btn-append {
    float: right;
}

.ui-multiselect-menu,
.ac_results
{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.ui-multiselect-checkboxes {
    max-height: 250px;
}

.ui-multiselect-checkboxes li > label,
.ac_results ul li {
    cursor: default;
    padding: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-multiselect-checkboxes label,
.ui-multiselect-checkboxes .ui-state-hover,
.ui-multiselect-checkboxes .ui-state-active,
.ac_results ul li,
.ac_results ul li.ac_over {
    border: 0 !important;
    border-radius: 0;
}

.ui-multiselect-checkboxes .ui-state-hover,
.ac_results ul li.ac_over
{
    background-color: #80bbd9  !important;
    color: inherit;
}

.ui-multiselect-checkboxes .ui-state-active {
    background-color: #08c;
    color: #fff;
}

/*** Ticket details ***/
.ticket-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.ticket-wrapper .message-text {
    max-width: 780px;
}

.ticket-wrapper .ticket-navigation {
    margin-bottom: 10px;
    text-align: right;
}

.ticket-wrapper .form_error {
    padding: 7px 7px 0;
}

.ticket-messages .ticket-message .message-header {

}

.ticket-messages > h1 {
    display: none;
}

.ticket-messages .ticket-message .message-header,
.ticket-messages .ticket-message .message-content {
    background-color: transparent;
    padding: 15px;
    /*padding: 10px 14px;*/
}

.ticket-messages .ticket-message .message-header {
    padding: 15px 0;
    /*margin: 10px 0;*/
    min-width: 190px;
    width: 190px;
}

.ticket-messages .ticket-message .message-header .message-header-inner {
    position: relative;
    border-right: 1px solid #ccc;
    height: 100%;
    padding: 0 15px;
}

/*.ticket-messages .ticket-message .message-header .message-info {
    position: absolute;
    bottom: 0;
}*/

.ticket-messages .ticket-message .message-content .message-title {
    color: #333;
}

.ticket-messages .ticket-message .message-header .message-author {
    color: #6e6e6e;
}

.ticket-messages .ticket-message .message-wrapper.admin .message-header .message-author {
    color: #c3151a;
}

.ticket-messages .ticket-message .message-header .message-author-description,
.ticket-messages .ticket-message .message-header .message-company {
    margin-bottom: 10px;
}

/*** ckeditor ***/
.cke_skin_kama *,
.cke_skin_kama *::before,
.cke_skin_kama *::after,
.cke_chrome *,
.cke_chrome *::before,
.cke_chrome *::after
{
    box-sizing: content-box;
}

.body .cke_skin_kama,
.body .cke_chrome
{
    border: 1px solid #bbb;
    border-radius: 0.25rem;
    padding: 0;
    width: auto !important;
}

.body .cke_skin_kama .cke_focus,
.body .cke_chrome .cke_focus
{
    outline: 0;
}

.body .cke_skin_kama .cke_wrapper,
.body .cke_chrome .cke_wrapper
{
    padding: 0;
    background-image: none;
    background-color: transparent;
}

.body .cke_skin_kama .cke_wrapper .cke_top,
.body .cke_chrome .cke_wrapper .cke_top
{
    padding: 5px 5px 0;
    /*border-bottom: 1px solid #bbb;*/
}

.body .cke_skin_kama .cke_wrapper .cke_bottom,
.body .cke_chrome .cke_wrapper .cke_bottom
{
    /*border-top: 1px solid #bbb;*/
}

.cke_skin_kama .cke_contents iframe,
.cke_chrome .cke_contents iframe
{
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
}

.body .cke_skin_kama .cke_resizer,
.body .cke_chrome .cke_resizer
{
    margin: 5px 5px 5px 0;
}

.cke_dialog_ui_input_text {

}

/*** info ***/
.page-info {
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
}

#infos .page-info {
    display: block;
}

.page-info .page_box {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 0;
}

.page-info .page_box:last-child {
    padding-bottom: 0;
}

.page-info .info_headline {
    color: #444;
    font-size: 20px;
    font-weight: normal;
}

.page-info .info_subtext {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 700;
}

.page-info .page_box h1 {
    color: inherit;
}

/*** jquery ui ***/
.ui-dialog .ui-dialog-titlebar-close {
    text-align: center;
    line-height: 18px;
}

/*** upload field ***/
.upload-wrapper {
    position: relative;
}

.upload-wrapper .upload-info {
    position: absolute;
    right: 0;
    top: -23px;
    font-size: 16px;
}

.upload-wrapper div[id^=upload_output_] table {
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-top: 5px;
    padding: 6px 8px;
}

.upload-wrapper .upload-ext-icon {
    margin-right: 5px;
}

.upload-wrapper .upload-action-icon {
    margin-left: 3px;
}

.upload-wrapper .upload-container {
    margin: 5px 0 0;
    position: relative;
}

.upload-wrapper .upload-container .upload-dummy,
.upload-wrapper .upload-container .upload-dummy-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.upload-wrapper .upload-container .upload-dummy {
    filter: alpha(opacity = 0);
    -moz-opacity: .0;
    opacity: .0;
    z-index: 2;
}

.upload-wrapper .upload-container .upload-dummy-button {
    border-color: #C6C6C6;
    z-index: 1;
}

/*** attachments ***/
.list_row_attach {
    top: 0;
    left: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.list_row_attach .attachments-headline,
.list_row_attach .attachments-content {
}

.list_row_attach .attachments-headline {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.list_row_attach .attachments-content {
    padding: 2px 10px;
}

.list_row_attach .attachments-content td {
    height: 26px;
    vertical-align: middle;
}

.list_row_attach .upload-ext-icon {
    margin-right: 7px;
}

.list_row_attach .upload-action-icon {
    margin-left: 7px;
}

.ticket-attachment-wrapper {
    display: block;
    overflow: auto;
}

.ticket-attachment-wrapper img {
    max-width: 100%;
    width: unset !important;
    height: unset !important;
}

/*** misc ***/
#ajaxWaiter {
    display: none;
    font-size: 2em;
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: unset;
    height: unset;
    background: none;
    z-index: 999;
}

#ajaxWaiter i {
    text-align: center;
    width: 1.5em;
}

/*** dialog ***/
.ui-dialog.ui-widget-content {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    background-color: #ececec;
}

.ui-dialog-titlebar {
    padding: 0.2em 1em;
}

.ui-widget-header {
    background-color: #fff;
    border-radius: 0;
    border: none;
    color: #222;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 2px;
    right: 8px;
    border: none;
    margin: 3px;
}

.ui-dialog-titlebar-close.ui-state-hover {
    border: none;
}

.ui-dialog-content {
    position: relative;
    border: 0;
    overflow: hidden;
    zoom: 1;
}

/*** dialog buttons ***/
.ui-dialog-buttonpane,
.ui-dialog-buttonpane .ui-dialog-buttonset{
    background-color: #fff;
    border: 0
}

.ui-dialog-buttonpane {
    padding: 5px;
}

.ui-dialog-buttonset .btn {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px;
}

.ui-dialog-buttonset .ui-button-text {
    line-height: 20px;
}

/*** chatbot ***/
.chatbot {
    padding: 10px;
    max-width: 100%;
}

.chatbot-message-avatar {
    margin-right: 20px;
}

.chatbot-avatar {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    border-radius: 50%;
    background-color: #fff;
}

.chatbot-avatar i {
    color: #c8191a;
}

.chatbot-message {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.chatbot-message-content {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.chatbot-message-template,
.chatbot-message-text {
    padding: 15px 20px;
}

.message-date + .chatbot-message-template,
.message-date + .chatbot-message-text {
    padding: 5px 20px 15px 20px;
}

.message-loader {
    height: 16px;
    margin: 0;
}

.ui-widget-overlay {
    background-color: #000;
    opacity: 50%;
}

.chatbot-history {
    display: flex;
    justify-content: end;
    padding: 7px;
}

.chatbot-link-avatar {
    background-color: #c8191a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.chatbot-link-avatar i {
    color: #fff;
}

.chatbot-hidden {
    display: none;
}

.history-trigger {
    cursor: pointer;
}

#blur-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 50%;
    z-index: 70;
}

.detail-switch-multiple {
    position: relative;
    top: 3px;
    left: 0;
    max-height: 120px;
    max-width: 320px;
    margin: 0;
}

.detail-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-top: 3px;
    flex-shrink: 0;
}

.detail-switch-size-small > .detail-switch {
    height: 14px;
    width: 27px;
    margin: 0;
}

.detail-switch input {
    opacity: 0;
    width: 0;
    height: 0 !important;
}

.detail-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbb;
    -webkit-transition: .4s;
    transition: .4s;
}

.detail-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

div.detail-switch-size-small > .detail-switch > .detail-slider:before {
    height: 10px;
    width: 10px;
}

.detail-switch-label {
    margin: 0;
    user-select: none;
    display: block;
}

.d-flex.flex-row-reverse > .detail-switch-label {
    padding-right: 10px;
}

.d-flex.flex-row > .detail-switch-label {
    padding-left: 10px;
}

.detail-switch-multiple > div > .detail-switch-label {
    white-space: nowrap;
    width: calc(100% - 30px);
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.detail-switch-size-small > .detail-switch-label {
    font-size: 13px;
    line-height: 18px;
}
div.detail-switch-size-small > .detail-switch-label > .btn.small-btn,
div.detail-switch-size-small > .detail-switch-label > .btn.small-btn-disabled {
    font-size: .65rem;
    margin: 1px 0;
}

.detail-switch-multiple > div > .detail-switch-label.checked,
.detail-switch-multiple > div > .detail-switch-label.disabled {
    opacity: 1;
}

.detail-switch-multiple > div > .detail-switch-label:not(.checked):hover {
    opacity: 0.8;
}

input:checked + .detail-slider {
    background-color: #28a756;
}

input:focus + .detail-slider {
    box-shadow: 0 0 1px #28a756;
}

input:checked + .detail-slider.detail-slider-warning {
    background-color: #ffa200;
}

input:focus + .detail-slider.detail-slider-warning {
    box-shadow: 0 0 1px #ffa200;
}

input:checked + .detail-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.detail-slider.round {
    border-radius: 17px;
}

.detail-slider.round:before {
    border-radius: 50%;
}

.detail-slider.disabled {
    background-color: #ddd;
    cursor: default;
}

input:checked + .detail-slider.disabled {
    background-color: #96e196;
}

.left {
    float: left;
}

.message-date {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    padding: 5px 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.body .page_path,
.body .info{
    display: none;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    font-size: 13px;
    font-weight: normal;
}

.menu_meta {
    align-self: center;
}

.user-menu img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.user-menu .dropdown {
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #FFFFFF;
    min-width: 350px;
    z-index: 1000;
    position: absolute;
    top: 50px;
    right: 0;
}

.user-menu .dropdown .user-info {
    margin: 0;
}

.user-menu .dropdown .user-info .user-image-big {
    display: flex;
}

.user-menu .dropdown .user-info .user-image-big img {
    height: 60px;
    width: 60px;
    align-self: center;
}

.user-menu .dropdown .user-info .user-name {
    padding: 10px 15px;
    min-height: 80px;
}

.user-menu .dropdown .user-option {
    display: flex;
    justify-content: end;
    margin: 10px 0 15px 0;
    padding: 0 15px;
}

.user-menu .dropdown .user-option a i {
    font-size: 30px;
}

.page.login {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../layout/default/images/login_background.jpg");
}

.page.login + #page-footer .footer {
    height: 100px;
}


.rexx-link {
    color: white;
    align-self: center;
    line-height: 30px;
}

.rexx-link a {
    color: white;
    font-size: 13px;
}

.rexx_socials_line {
    line-height: normal;
    height: 38px;
}

.rexx_socials_line a {
    margin-right: 15px;
    display: inline-block;
}

.rexx_socials_line a img {
    width: 38px;
    height: 38px;
}

.in-layer .page .header {
    display: none;
}