#elm-reactor-side-bar {
  z-index: 9999999 !important;
}
/* ---------------------------------- */
/*         Bootstrap custom CSS       */
/* ---------------------------------- */

.accordion-toggle > .btn.btn-link {
    width: 100%;
    text-align: left;
    font-size: 15px;
}

.accordion-toggle > .btn.btn-link:after {
    font-family: 'FontAwesome', serif;
    font-size: 13px;
    content: "\f077";
    float: right;
    color: #afafaf;
    line-height: 1.6;
}

.accordion-toggle > .btn.btn-link.collapsed:after {
    content: "\f078";
}

.card-header {
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 0;
}

.navbar-minimalize {
    cursor: pointer;
}

.btn-m-l-b {
    margin-left: 5px;
    margin-bottom: 5px;
}

.btn-m-r-b {
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-m-l-t {
    margin-top: 4px;
    margin-left: 5px;
    height: 25px;
}

.btn-m-r-t {
    margin-right: 5px;
    margin-top: 4px;
    height: 25px;
}

.btn-m-l {
    margin-left: 5px;
}

.btn-m-t {
    margin-top: 5px;
}

.btn-m-r {
    margin-right: 5px;
}

.btn-m-b {
    margin-bottom: 5px;
}

.btn-m-l-xl {
    margin-left: 10px;
}

.btn-centered {
    margin: 0 auto;
}

.btn-mb-3-centered {
    margin: 0 auto 1rem;
}

.centered {
    text-align: center;
}

.text-separator {
    margin-top: 40px;
    margin-bottom: 35px;
}

.hr-text {
    border: none;
    border-top: 1px dashed #676a6c;
    color: #676a6c;
    font-weight: bold;
    overflow: visible;
    text-align: center;
    height: 5px;
}

.hr-text:after {
    background: #fff;
    content: 'OU';
    padding: 0 15px;
    position: relative;
    top: -10px;
}

.m-l-r {
    margin-left: 5px;
    margin-right: 5px;
}

.address-spaced {
    line-height: 1.7;
}

.lazur-bg a {
    color: #ffffff;
}

.card-document {
    min-height: 200px;
}

.card-document.clickable:hover {
    background-color: #e3e3e4;
    cursor: pointer;
    color: #000000;
}

.icon-min-width {
    min-width: 15px;
}

.invoice-total > tbody > tr > td:last-child {
    width: 30%;
}

.d-flex {
    display: flex;
}

.d-inline-block {
    display: inline-block;
}

.d-inline-table {
    display: inline-table;
}

.document .form-control.has-warning {
    border-color: #f8ac59;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.document .has-warning .input-group-addon {
    border-color: #f8ac59;
    color: #f8ac59;
}

.form-row {
    min-height: 34px;
}

.input-group-append-wrapper {
    display: flex;
}

.input-group-append-wrapper .form-control {
    flex: 1;
}

.input-group-append-wrapper.is-invalid ~ .invalid-feedback {
    display: block;
}

label.btn.btn-primary {
    text-align: center;
}

.label.label-xl {
    font-size: 14px;
}

.label.label-l {
    font-size: 12px;
}

.label.label-m {
    font-size: 11px;
}

.label.label-p-s {
    padding: 2px 4px;
}

.btn-file-upload {
    vertical-align: initial;
    margin-top: 15px;
}

.btn-file-upload.btn-file-upload-left {
    margin-right: 3px;
}

.btn-file-upload.btn-file-upload-right {
    margin-left: 3px;
}

.modal-backdrop .in {
    opacity: 0.5;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-title {
    margin-top: 0;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-tools {
    display: table;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
}

.modal-tools .close {
    float: inherit;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.modal-tools .badges {
    display: table-cell;
    vertical-align: middle;
}

.modal-tools .badges > span,
.modal-tools .badges > div {
    margin-right: 10px;
}

.form-control.is-invalid.color-is-invalid {
    border-color: #dc3545;
    background-image: none;
    padding: .375rem .75rem;
}

.input-group.is-invalid ~ .invalid-feedback {
    display: block;
}

.custom-invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

@media screen and (min-width: 768px) and (max-height: 1024px) {
    .navbar-right {
        margin-right: 15px;
    }

    .md-skin .nav > li > a.select {
        border-left: none;
    }
}/* ---------------------------------- */
/*          FooTable custom CSS       */
/* ---------------------------------- */

table.footable-sm + div.footable-loader {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
}

table.footable.footable-sm > tbody > tr.footable-empty > td {
    font-size: 14px;
}

.footable-clickable tbody tr {
    cursor: pointer;
}

.footable-clickable tbody tr:hover {
    background-color: #d6d6d6;
}

.footable .btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
}

.footable .btn-primary:hover {
    background-color: #18a689;
    border-color: #18a689;
}

.footable-details.table-striped > tbody > tr:nth-child(odd), .footable.table-striped > tbody > tr:nth-child(odd) {
    background-color: #efefef;
}

.footable-details.table-striped > tbody > tr:hover, .footable.table-striped > tbody > tr:hover {
    background-color: #d6d6d6;
}

.footable-unclickable {
    background: repeating-linear-gradient(135deg, #dbdbdb, #dbdbdb 10px, #fff 10px, #fff 20px) !important;
    cursor: not-allowed !important;
}

.footable.table > tbody > tr.footable-unclickable > td {
    border-top: 1px solid #ffffff;
}

.footable-unclickable:hover {
    background: repeating-linear-gradient(135deg, #dbdbdb, #dbdbdb 10px, #fff 10px, #fff 20px) !important;
}

.footable .pagination > li > a, .footable .pagination > li > span {
    color: #18a689;
}

.footable-col-code {
    max-width: 180px;
    min-width: 180px;
    width: 180px;
}

.footable-col-checkbox {
    max-width: 60px;
    min-width: 60px;
    width: 60px;
}

.footable-col-color {
    max-width: 90px;
    min-width: 90px;
    width: 90px;
}

.footable-col-actions-small {
    max-width: 45px;
    min-width: 45px;
    width: 45px;
}

.footable-col-actions-medium {
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}

.footable-col-actions {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

.footable-btn-top-type-1 {
    z-index: 100;
    position: absolute;
    top: 28px;
    right: 15px;
    width: max-content;
}

.footable-btn-top-type-2 {
    z-index: 100;
    position: absolute;
    top: 9px;
    right: 15px;
    width: max-content;
}

.footable-btn-bottom-type-1 {
    margin-top: -232px;
}

.footable-btn-bottom-type-2 {
    margin-top: -12px;
}

.footable .btn-primary.active,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary:focus,
.footable .btn-primary:hover,
.footable .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #18a689;
    border-color: #18a689;
}

.footable .btn.focus,
.footable .btn:focus,
.footable .btn:hover {
    color: #fff;
}

.footable td .btn {
    height: 25px;
    width: 25px;
}

.footable .btn-xs {
    padding: 3px 5px;
}

@media (max-width: 768px) {
    .footable-filtering-search .dropdown-toggle {
        display: none;
    }
}
/* ---------------------------------- */
/*        FullCalendar custom CSS     */
/* ---------------------------------- */

.fc-resource-timeline table thead tr th:last-child div .fc-scroller {
    overflow: hidden !important;
}

table.fc-scrollgrid-sync-table-fixed,
table.fc-col-header-fixed {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 10;
}

.fc-custom-event {
    border: 3px solid;
}

.fc-timegrid-custom-event-title {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 7px !important;
}

.fc-daygrid-custom-event-title {
    padding-left: 7px !important;
    width: 100%;
}

.fc-daygrid-event.fc-custom-event {
    height: 100px;
}

a.fc-event.finished {
    background: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.2) 5px,
            rgba(0, 0, 0, 0.2) 10px
    );
    opacity: 0.7;
}

.fc-timeline-event {
    min-height: 28px;
}

.fc-event-title, .fc-event-time {
    color: inherit;
}

.fc-timelineDay-view .fc-timeline-event .fc-event-title {
    display: block;
    padding-top: 7px;
    padding-left: 17px;
    float: left;
}

.icon-tl {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 2;
}

.closeon {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 4;
    float: right;
}

.recurring {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 4;
    float: left;
}

.fc-event-time {
    width: auto;
    text-align: center;
    margin-bottom: 2px;
    padding: 1px 3px 1px 3px;
    border-radius: 10px;
}

.fc-timegrid-event.fc-timegrid-event-short .fc-event-main .fc-event-title {
    padding: 2px 0;
    text-overflow: ellipsis;
    position: absolute;
}

.fc-event {
    padding: 0;
    overflow: hidden;
}

a:not([href]):not([tabindex]).fc-event-main:hover {
    color: #FFFFFF;
}

.fc-button {
    color: #FFFFFF;
    padding: 0.5em;
    height: auto;
}

.fc-event-title {
    padding: 4px 6px;
}

.fc-event-separator {
    margin: 5px;
}

.draggable-intervention {
    cursor: move;
    margin: 5px;
    background-color: #FFFFFF;
    border-color: #dddddd;
    color: #676a6c;
}

.draggable-intervention:hover,
.draggable-intervention:hover span {
    color: #adadad;
}

.draggable-intervention .fc-event-title {
    position: relative;
    font-size: .85em;
}

.fc-event-title i.priority-high, .fc-event-title i.priority-medium, .fc-event-title i.blocked {
    text-shadow: 0 0 .1em #FFF;
}

.fc-timegrid-event.fc-timegrid-event-short .fc-event-time,
.fc-timegrid-event.fc-timegrid-event-short .fc-event-title {
    display: inline-block;
    vertical-align: top;
}

.fc-timeline-event .fc-event-time {
    font-size: var(--fc-small-font-size, .85em);
    font-weight: normal;
}

.fc-timegrid-event-short .fc-event-main .fc-event-details {
    display: none;
}

@media (max-width: 768px) {
    .fc-left, .fc-right, .fc-button-group,
    .fc .fc-button-group > * {
        width: 100%;
        margin: 5px 0;
    }

    .fc .fc-toolbar > * > * {
        float: none;
        margin: auto;
    }

    .fc-toolbar button,
    .fc-state-default.fc-corner-left,
    .fc-state-default.fc-corner-right,
    .fc-state-default.fc-corner-bottom,
    .fc-state-default.fc-corner-top {
        border-radius: 0;
    }
}

@media print {
    body {
        background-color: white !important;
    }

    .fc-toolbar-chunk button {
        display: none;
    }

    .fc-col-header,
    .fc-timegrid-body,
    .fc-timegrid-slots .table-bordered,
    .fc-view .table-bordered,
    .fc-timegrid-cols table,
    .fc-daygrid-body,
    .fc-scrollgrid-sync-table {
        width: 100% !important;
    }

    .fc-content-skeleton {
        border: 1px solid #cccccc;
    }

    a.fc-event.finished {
        background: white !important;
        opacity: 1 !important;
    }

    .fc-daygrid-event.fc-custom-event {
        height: 100% !important;
    }

    .fc-daygrid-event .fc-event-main .fc-event-title,
    .fc-timegrid-event .fc-event-main .fc-event-title {
        white-space: normal;
    }

    .fc-daygrid-event,
    .fc-timegrid-event,
    .fc-timeline-event {
        border-width: 1px;
    }

    .fc-daygrid-event .fc-event-main .closeon,
    .fc-daygrid-event .fc-event-main .recurring,
    .fc-timegrid-event .fc-event-main .closeon,
    .fc-timegrid-event .fc-event-main .recurring,
    .fc-timeline-event .fc-event-main .closeon,
    .fc-timeline-event .fc-event-main .recurring {
        display: none !important;
    }

    .fc-daygrid-event .fc-event-main .fc-event-time,
    .fc-daygrid-event .fc-event-main .fc-event-title,
    .fc-timegrid-event .fc-event-main .fc-event-time,
    .fc-timegrid-event .fc-event-main .fc-event-title,
    .fc-timeline-event .fc-event-main .fc-event-time,
    .fc-timeline-event .fc-event-main .fc-event-title,
    .fc-daygrid-event .fc-event-main,
    .fc-timegrid-event .fc-event-main,
    .fc-timeline-event .fc-event-main {
        display: block !important;
        background-color: white !important;
        color: black !important;
    }

    a.fc-timegrid-axis-cushion,
    a.fc-col-header-cell-cushion,
    a.fc-daygrid-day-number,
    a.fc-daygrid-week-number,
    a.fc-daygrid-event,
    a.fc-timegrid-event,
    a.fc-timeline-event {
        text-decoration: none !important;
    }

    .fc-daygrid-event .fc-event-main .fc-event-time:after,
    .fc-daygrid-event .fc-event-main .fc-event-time:before,
    .fc-timegrid-event .fc-event-main .fc-event-time:after,
    .fc-timegrid-event .fc-event-main .fc-event-time:before,
    .fc-timeline-event .fc-event-main .fc-event-time:after,
    .fc-timeline-event .fc-event-main .fc-event-time:before {
        content: none !important;
    }

    .fc-daygrid-event .fc-event-main .fc-event-time span,
    .fc-timegrid-event .fc-event-main .fc-event-time span,
    .fc-timeline-event .fc-event-main .fc-event-time span {
        display: block !important;
    }

    .fc-timegrid .fc-event-title hr {
        display: block !important;
    }

    .fc-day-today {
        background-color: #ffffff !important;
    }

    .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-line,
    .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-arrow,
    .fc-timeline-now-indicator-container .fc-timeline-now-indicator-line,
    .fc-timeline-now-indicator-container .fc-timeline-now-indicator-arrow {
        display: none !important;
    }
}/* ---------------------------------- */
/*           JSTree custom CSS        */
/* ---------------------------------- */

.edit-jstree-container {
    position: fixed;
    width: 25%;
}

.edit-jstree-container .panel {
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.edit-jstree-container .panel-heading {
    background-color: #ffffff;
    color: #676a6c;
}

.edit-jstree-container .panel-title a {
    display: inline-block;
    padding: 15px 15px;
}

.edit-jstree-container .panel-heading h5 {
    font-size: 20px;
    font-weight: lighter;
}

.jstree-default .jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    padding-right: 24px;
    margin-right: 24px;
}

.jstree-default a[aria-selected="false"].jstree-disabled {
    background: #EFEFEF;
}/* ---------------------------------- */
/*        OnOffSwitch custom CSS      */
/* ---------------------------------- */

.onoffswitch-wrapper {
    padding: 2px;
    width: 54px;
}

.onoffswitch {
    height: 20px;
}

.onoffswitch-label {
    margin-bottom: 0;
}

.onoffswitch-inner:after {
    background-color: #ed5565;
    color: #ffffff;
}

.onoffswitch-inner.disable:after {
    background-color: #FFFFFF;
    color: #919191;
}

.onoffswitch-label, .onoffswitch-switch {
    border: 2px solid #e7eaec;
}/* ---------------------------------- */
/*        Switch custom CSS      */
/* ---------------------------------- */

.switch-container {
    height: 35px;
}

.aside-switch-label {
    height: 20px;
    line-height: 20px;
}

.switch-wrapper {
    display: inline-block;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    height: 15px;
}

.switch-inner:before {
    content: "";
    background-color: #1ab394;
}

.switch-inner:after {
    content: "";
    background-color: #1ab394;
}

.switch-label, .switch-switch {
    border: 2px solid #ddd;
}/* ---------------------------------- */
/*          PickADay custom CSS       */
/* ---------------------------------- */

.pika-button:hover {
    color: #fff;
    background: #1ab394;
    box-shadow: none;
    border-radius: 3px;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #1ab394;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-today .pika-button {
    color: #000000;
    font-weight: bold;
}

.picker-icon {
    margin-left: 5px;
    cursor: pointer;
}.chosen-container.chosen-drop-up .chosen-drop {
    top: auto;
    bottom: 100%;
}

.chosen-sm + .chosen-container > .chosen-drop .chosen-results {
    max-height: 150px;
}

.chosen-container-multi .chosen-choices {
    box-shadow: none;
    background: none;
    cursor: pointer;
}

.chosen-container .chosen-single {
    border: 1px solid #e5e6e7 !important;
}

.chosen-container .chosen-drop {
    border: 1px solid #e5e6e7;
    -webkit-box-shadow: 0 0 0 #e5e6e7 !important;
    box-shadow: 0 0 0 #e5e6e7 !important;
}

.custom-chosen-disabled + .chosen-disabled {
    opacity: 1 !important;
}

.custom-chosen-disabled + .chosen-disabled .chosen-single {
    background-color: #e9ecef;
    color: #676a6c;
    cursor: default;
}

.custom-chosen-disabled + .chosen-disabled .chosen-single div {
    display: none;
}

.chosen-container-single .chosen-single {
    cursor: pointer;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
}

.chosen-container-single .chosen-single div b {
    background-position-y: 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -17px 7px;
}

.chosen-single > span {
    margin-top: 1px;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
}

.chosen-container .chosen-results li {
    padding: 10px 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px;
    cursor: pointer;
}

.chosen-size-adjust + .chosen-container .chosen-drop {
    position: fixed;
}

.chosen-size-adjust + .chosen-container.chosen-with-drop .chosen-drop {
    position: relative;
}

.chosen-size-adjust + .chosen-container .chosen-results {
    max-height: 175px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 32px;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #e5e6e7;
}

div.chosen-container:not(.chosen-with-drop) .iti__flag-box {
    display: none;
}/* ---------------------------------- */
/*           Global custom CSS        */
/* ---------------------------------- */

.dropdown-toggle:not(.btn-sm):after {
    display: none;
}

fieldset {
    border: 1px solid #676a6c;
    padding: 5px;
}

fieldset legend {
    width: auto;
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}

.dropzone {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px dashed lightgray;
}

.dropzone.dropzone-intervention-attachments {
    position: absolute;
    width: 1100px;
    background-color: white;
    z-index: 2300 !important;
}

.dropzone.dropzone-catalog-pictures {
    position: absolute;
    width: 740px;
    background-color: white;
    z-index: 2300 !important;
}

.dropzone.dropzone-equipment-attachments {
    position: absolute;
    width: 708px;
    background-color: white;
    z-index: 2300 !important;
}

.dropzone.dropzone-ibox {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    background-color: white;
    z-index: 2300 !important;
}

.app-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f3f3f4;
}

.global-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-loader svg,
.global-loader svg {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

.global-loader svg {
    width: 150px;
}

.app-loader svg circle,
.global-loader svg circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}

.app-loader svg circle:nth-of-type(1),
.global-loader svg circle:nth-of-type(1) {
    stroke-dasharray: 550;
}

.app-loader svg circle:nth-of-type(2),
.global-loader svg circle:nth-of-type(2) {
    stroke-dasharray: 500;
}

.app-loader svg circle:nth-of-type(3),
.global-loader svg circle:nth-of-type(3) {
    stroke-dasharray: 450;
}

.app-loader svg circle:nth-of-type(4),
.global-loader svg circle:nth-of-type(4) {
    stroke-dasharray: 300;
}

.app-loader svg circle:nth-of-type(1),
.global-loader svg circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.app-loader svg circle:nth-of-type(2),
.global-loader svg circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.app-loader svg circle:nth-of-type(3),
.global-loader svg circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.app-loader svg circle:nth-of-type(4),
.global-loader svg circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-info-tooltip {
    font-size: 20px;
    color: #1c84c6;
    vertical-align: top;
    margin-left: 4px;
}

.invoice-totals {
    width: 25%;
}

.invoice-actions .btn {
    margin: 0 8px;
}

.invoice-edit .invoice-item-edit {
    display: block;
    float: right;
}

table td.number,
table th.number {
    text-align: right;
    white-space: nowrap;
}

table td.number-centered {
    text-align: center;
    white-space: nowrap;
}

.pastille-success {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #1AB394;
}

.pastille-danger {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #ED5565;
}

.select2-container {
    width: 100% !important;
}

.vertical-align-columns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vertical-align-elements {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.vertical-align-elements .help-block {
    padding-right: 10px;
}

input[type=checkbox] {
    cursor: pointer;
}

.clickable-label {
    cursor: pointer;
}

.clickable-title {
    cursor: pointer;
}

.clickable-title:hover {
    color: #adadad;
    font-weight: lighter;
}

input[type=checkbox]:disabled + .clickable-label {
    cursor: not-allowed;
}

li.disabled > a {
    cursor: not-allowed;
}

.loading-overlay {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0.4;
    z-index: 998;
}

.loading-overlay-image {
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    z-index: 998;
}

.loading-container {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

.loading-container .sk-spinner {
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.sk-spinner.sk-spinner-cube-grid {
    width: 40px;
    height: 40px;
}

body.md-skin {
    background-color: #2f4050;
}

body.mini-navbar .navbar-default .nav.nav-second-level li a span {
    display: block;
    margin-left: 5px;
}

body.mini-navbar .nav.navbar-right > li > a > span,
body.mini-navbar .nav.metismenu .has-arrow:after {
    display: none;
}

.nav > li.mm-active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

.nav.nav-second-level > li.mm-active {
    border: none;
}

.nav.nav-third-level > li.mm-active {
    border: none;
}

.mini-navbar li.mm-active .nav-second-level {
    left: 65px;
}

.fixed-sidebar.mini-navbar li.mm-active .nav-second-level,
.canvas-menu.mini-navbar li.mm-active .nav-second-level {
    left: 0;
}

.mini-navbar .nav-second-level li:last-child {
    padding-bottom: 0;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.md-skin .nav.navbar-right > li > a:hover {
    font-weight: 700;
}

.md-skin .nav > li > a.select {
    background: #293846;
    border-left: 4px solid #19aa8d;
}

.md-skin .edit-jstree-container .ibox:last-child {
    margin-bottom: 0;
    margin-top: 46px;
}

.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
    background-color: #2f4050 !important;
}

.md-skin .navbar-default .nav > li.active {
    background: #293846;
}

.md-skin .nav-header {
    background: #2f4050 url('../staticfiles/css/patterns/header-profile.png');
}

.md-skin.mini-navbar .nav-second-level {
    background: #2f4050;
}

.navbar-top-links li:last-child {
    margin-right: auto;
}

.sk-spinner-chasing-dots.sk-spinner {
    width: 160px;
    height: 160px;
}

.modal-body .sk-spinner-chasing-dots.sk-spinner {
    margin-bottom: 50px;
}

.checkbox input[type=checkbox].no-margin-left {
    margin-left: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.icon-remove {
    font-size: 20px;
    cursor: pointer;
}

.icon-move {
    font-size: 20px;
    cursor: move;
}

.small-img {
    width: 48px;
}

.top-left-badge {
    top: 20px;
    left: 35px;
}

.top-right-badge {
    float: right;
}

.td-v-align {
    vertical-align: middle;
}

.document input.input-time-field {
    min-width: 30px;
}

.document .document-item-type-field {
    min-width: 150px;
}

.document .document-item-vat-field {
    min-width: 80px;
}

textarea.form-control.textarea-line {
    width: 100%;
    height: 34px;
    resize: vertical;
    min-width: 500px;
}

.intervention-type-selector {
    width: 125px;
}

.document-header-container {
    min-height: 60px;
}

.document-header-container > .top-right-badge {
    font-size: 14px;
}

.separator-modal {
    width: 100%;
    height: 1px;
    border-color: #e5e5e5;
    border-style: solid;
    margin-top: 0;
}

.document-header-container > .top-left-badge {
    top: 0;
    left: 15px;
    font-size: 14px;
}

.input-time {
    border: 1px solid #e5e6e7;
    padding: 6px 12px;
    display: flex;
}

.input-time.has-warning {
    border-color: #f8ac59;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-time-field {
    width: 32px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border: 0;
}

.input-time .input-time-field:first-child {
    text-align: right;
}

.input-time-separator {
    margin: 1px 3px 0 3px;
}

.icon-document-line {
    font-size: 17px;
    text-align: center;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.closing-appointment-form .form-row .col-md-4,
.closing-appointment-form .form-row .col-md-1 {
    padding: 0 5px 0 0;
    text-align: center;
}

.hour-span {
    line-height: 2.5;
}

.logo-container,
.logo-container img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.table.document > tbody > tr > td {
    vertical-align: middle;
}

.date-field {
    min-width: 160px !important;
}

.planning-filters-container {
    margin-bottom: 10px;
}

.print-btn-wrapper {
    float: right;
    display: inline-block;
}

.user-filter-wrapper {
    height: 35px;
    display: inline-block;
}

input[type=checkbox].cbx-all-users {
    margin-right: 5px;
}

.users-label {
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.ibox .label.external-id-label,
.ibox .label.is-blocked-label {
    font-size: 14px;
}

.user-wrapper {
    margin-left: 5px;
}

#calendar-user-selector {
    width: 300px;
    display: inline-block;
}

.small-button-footable {
    width: 25px;
    height: 25px;
}

dl.tuple dd {
    margin-bottom: 10px;
}

.inline-header {
    display: inline-block;
}

.catalog-btn-container button {
    margin-right: 10px;
}

.client-info-content {
    position: absolute;
    right: 40px;
}

.label-container,
.action-container {
    display: flex;
    align-items: center;
}

.modal-xlg {
    min-width: 800px;
    min-height: 600px;
}

.modal-xlg .modal-content {
    min-height: 600px;
}

.gallery-link {
    position: relative;
}

.gallery-link-container {
    position: relative;
    vertical-align: top;
    min-height: 190px;
}

.gallery-link-container .gallery-pdf {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    background-color: white;
    color: black;
    border-top-right-radius: 12px;
    font-size: 22px;
    cursor: pointer;
}

.gallery-link-container .btn-gallery-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background-color: red;
    padding: 2px 4px 3px 4px;
    color: white;
    cursor: pointer;
    opacity: .2;
    font-size: 14px;
    border-radius: 50%;
}

.gallery-link-container .btn-gallery-download {
    position: absolute;
    display: inline-block !important;
    top: 128px;
    right: 10px;
    z-index: 1000;
    background-color: white;
    padding: 0 3px 0 4px;
    color: black;
    cursor: pointer;
    opacity: .2;
    font-size: 14px;
    border-radius: 25%;
}

.gallery-links .d-inline-block:hover .btn-gallery-delete,
.gallery-links .d-inline-block:hover .btn-gallery-download {
    opacity: 1;
}

.gallery-default-picture {
    text-align: center;
    font-size: 16px;
}

.gallery-default-picture img {
    max-height: 300px;
    max-width: 300px;
}

.gallery-add-picture-icon {
    height: 150px;
    width: 150px;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: lightgray;
    background-color: white;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid lightgray;
}

.gallery-links {
    margin-left: 40px;
}

.gallery-links a {
    display: block;
}

.gallery-links a img {
    margin: 5px;
    object-fit: cover;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.gallery-links .gallery-label {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    color: #676a6c;
}

.calendar-legend {
    float: right;
    margin-right: 20px;
}

.btn-group.with-separator .btn:not(:first-child) {
    border-left: 1px solid white;
}

.btn-group.with-separator .btn:not(:last-child) {
    border-right: 1px solid white;
}

.vertical-timeline-content .btn-inline {
    display: inline-block;
}

.vertical-timeline-content .btn-inline {
    float: none;
    margin-top: -3px;
}

.vertical-timeline-block.child .vertical-timeline-content {
    margin-left: 80px;
}

.vertical-timeline-block.child .vertical-timeline-content:before {
    content: none;
}

.vertical-timeline-block.child:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-bottom: solid 25px #f5f5f5;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.dark-gray-bg {
    background: #828282;
    color: #FFFFFF;
}

.spin-icon-blue {
    background-color: #1C84C6;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
    width: 50px;
    padding: 7px 0 7px 0;
}

.skin-settings-custom {
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 50px;
}

.fa-black {
    color: #000000;
}

.fa-align {
    min-width: 14px;
}

.config-box-container {
    padding: 10px;
    height: 500px;
    overflow-y: scroll;
}

.letter-badge {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    color: #FFFFFF;
}

.letter-badge.absolute {
    position: absolute;
}

.letter-badge.top-right {
    right: 5px;
    top: 5px;
}

.letter-badge.circle {
    border-radius: 50%;
    width: 20px;
}

.badge-custom-prune {
    background-color: #811453;
    color: #FFFFFF;
}

.badge-custom-brown {
    background-color: #CE6126;
    color: #FFFFFF;
}

.btn-custom-brown {
    background-color: #CE6126;
    border-color: #CE6126;
    color: #FFFFFF;
}

.btn-custom-brown:hover,
.btn-custom-brown:focus,
.btn-custom-brown.focus {
    background-color: #C05319;
    border-color: #C05319;
    color: #FFFFFF;
}

.color-picker {
    width: 50px;
    height: 35px;
    padding: 0 2px;
}

.info-block {
    border: 1px dashed #e7eaec;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.input-select-addon .select-addon {
    width: 90%;
}

.input-select-addon .button-addon {
    width: 10%;
}

.quick-action .dropdown-menu {
    width: 200px;
}

.quick-action.quick-action-modal .dropdown-menu {
    width: 230px;
}

.input-group > .label-input-group {
    display: inline-block;
    height: 35px;
    margin: 0 5px 0 0;
    line-height: 2.5;
}

.config-box-container .sk-spinner,
.modal-normal .sk-spinner {
    width: 120px;
    height: 120px;
}

.recent-client {
    color: #4caf50;
    margin-right: 5px;
}

.favorite-client {
    color: #ffb02d;
    margin-right: 5px;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.15rem;
}

div.location-map {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

div.interventions-map {
    width: 100%;
    height: 400px;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 18px;
    padding-left: 24px;
}

.embed-webview {
    border: none;
    width: 100%;
    min-height: calc(100vh - 300px);
    overflow-y: auto;
}

/* RESPONSIVE DESIGN */

/* Add a custom size for the dialog popup
 * Using DialogSize.CustomExtraLarge (in ELM frontend) to display this size
 */
@media (min-width: 1025px) {
    .modal-extra-xlg {
        width: 1165px;
    }
}

@media (max-width: 1024px) {
    .modal-extra-xlg {
        width: 995px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .edit-jstree-container {
        position: initial;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .md-skin .label {
        width: 100%;
        margin-bottom: 20px;
    }

    .md-skin .badge {
        margin: 5px;
    }

    .intervention-btn-container button,
    .tab-content button,
    .ibox-content button,
    .ibox-content label.btn {
        width: 100%;
        margin: 5px 0;
    }

    .tab-content button.close {
        width: auto;
    }

    .input-group-btn button {
        margin: 0;
    }

    .footable-filtering-search button {
        margin: 0;
    }

    .catalog-btn-container button {
        margin-right: 0;
    }

    .nav.nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .quick-action {
        text-align: center;
        margin: 5px;
    }

    .quick-action .dropdown-menu {
        position: absolute;
        left: -100px;
    }

    .edit-jstree-container {
        position: initial;
        width: 100%;
    }

    .footer {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog.modal-extra-xlg {
        max-width: 1165px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    #toast-container {
        display: none;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    #page-wrapper {
        width: 100% !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ibox-content {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer {
        display: none !important;
    }

    .corner-ribbon.shadow {
        box-shadow: none !important;
    }
}

.theme-config {
    position: fixed;
    z-index: 999;
}

.theme-config-box.no-transition {
    transition-duration: 0s !important;
}

.theme-config.planning .theme-config-box {
    margin-right: -225px;
}

.theme-config.planning .theme-config-box.show {
    margin-right: 0;
}

.theme-config.planning .theme-config-box .skin-settings {
    height: 100%;
}

i.priority-medium {
    color: #FFC107;
}

i.priority-high {
    color: #F44336;
}

i.blocked {
    color: #F44336;
}

select.priority-normal, select.priority-normal.form-control:focus {
    border-color: #E5E6E7;
}

select.priority-medium, select.priority-medium.form-control:focus {
    border-color: #FFC107;
}

select.priority-high, select.priority-high.form-control:focus {
    border-color: #F44336;
}

span.input-group-addon {
    background-color: #eeeeee;
    padding-top: 8px;
}

.vertically-center-label {
    line-height: calc(1.5em + .75rem + 6px);
}

span.marker-popup-title {
    font-size: 14px;
    font-weight: bold;
}

.form-group.position-relative input {
    padding-right: 32px;
}

.form-clear {
    align-items: center;
    bottom: 11px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 24px;
    z-index: 10;
}

.form-clear .fa {
    font-size: 16px;
    font-weight: 500;
}

span[data-jbox-content] > button[disabled] {
    pointer-events: none;
}

.nav.metismenu > li > ul > li {
    display: block;
    width: 100%;
    position: relative;
}

.truncate {
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul > li.disabled-tab {
    background-color: #e9e9e9 !important;
}

.input-time.disabled,
.input-time-field.disabled,
.input-time-separator.disabled {
    background-color: #EFEFEF;
}

a.underline,
a.underline:any-link,
a.underline:-webkit-any-link {
    text-decoration: underline !important;
}

.week-days-selector {
    display: contents;
}

.week-days-selector input {
    display: none !important;
}

.week-days-selector input[type=checkbox] + label {
    display: flex;
    border-radius: 100%;
    background: #DDDDDD;
    height: 40px;
    width: 40px;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.week-days-selector input[type=checkbox]:checked + label {
    background: #1AB394;
    color: #FFFFFF;
}

.week-days-selector input[type=checkbox]:checked:disabled + label {
    background: #9F9F9F;
}.tooltip-container {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip-container .top-tooltip-text,
.tooltip-container .right-tooltip-text,
.tooltip-container .left-tooltip-text,
.tooltip-container .bottom-tooltip-text {
    visibility: hidden;
    width: 150px;
    background-color: #808080;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
}

.tooltip-container .top-tooltip-text {
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-container .right-tooltip-text {
    top: -5px;
    left: 110%;
}

.tooltip-container .left-tooltip-text {
    top: -5px;
    right: 110%;
}

.tooltip-container .bottom-tooltip-text {
    width: 120px;
    top: 150%;
    left: 50%;
    margin-left: -75px;
}

.tooltip-container .top-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent;
}

.tooltip-container .bottom-tooltip-text::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #808080 transparent;
}

.tooltip-container .left-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #808080;
}

.tooltip-container .right-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #808080 transparent transparent;
}

.tooltip-container:hover .top-tooltip-text,
.tooltip-container:hover .right-tooltip-text,
.tooltip-container:hover .left-tooltip-text,
.tooltip-container:hover .bottom-tooltip-text {
    visibility: visible;
}
/* ---------------------------------- */
/*         Ribbon custom CSS          */
/* ---------------------------------- */

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.legend-ribbon {
    width: 50px;
    background: #e43;
    text-align: center;
    line-height: 10px;
    letter-spacing: 1px;
    color: #f0f0f0;
    display: inline-block;
    margin: 5px;
}

.legend-ribbon-title {
    font-style: italic;
}

/* Custom styles */

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */

.corner-ribbon.custom-calendar {
    line-height: 10px;
    top: 5px;
    right: 0;
    left: -85px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 3;
}

.corner-ribbon.top-right.custom-calendar {
    left: calc(100% - 115px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.custom-calendar.started {
    color: transparent;
    background: repeating-linear-gradient(90deg, #e43, #e43 5px, #fff 5px, #fff 10px);
}

.custom-calendar.suspended {
    color: transparent;
    background: repeating-linear-gradient(90deg, #f8ac59, #f8ac59 5px, #f8ac59 5px, #f8ac59 10px);
}

.custom-calendar.document {
    color: #ED5565;
    background: #FFFFFF;
    padding: 3px;
    border-top: 2px solid #ED5565;
    border-bottom: 2px solid #ED5565;
}

.custom-calendar.document.synchronized {
    color: #4CAF50;
    border-top: 2px solid #4CAF50;
    border-bottom: 2px solid #4CAF50;
}

.custom-calendar.document.dual-processed {
    background: linear-gradient(to right, #ED5565 50%, #4CAF50 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #ED5565 50%, #4CAF50 50%) 1 0 1 0;
}

.custom-calendar.document.processed i.fa,
.custom-calendar.document.processed.synchronized i.fa {
    rotate: 45deg;
}

.custom-calendar.document.processed.synchronized {
    color: #4CAF50;
    border-top: 2px solid #4CAF50;
    border-bottom: 2px solid #4CAF50;
}

.corner-ribbon.custom-calendar.small {
    top: 2px;
}

.custom-calendar.toschedule {
    color: #f8ac59;
    background: #FFFFFF;
    padding: 3px;
    border-top: 2px solid #f8ac59;
    border-bottom: 2px solid #f8ac59;
}

.custom-calendar.planned {
    color: #1ab394;
    background: #FFFFFF;
    padding: 3px;
    border-top: 2px solid #1ab394;
    border-bottom: 2px solid #1ab394;
}

.custom-calendar.late {
    color: #ed5565;
    background: #FFFFFF;
    padding: 3px;
    border-top: 2px solid #ed5565;
    border-bottom: 2px solid #ed5565;
}

.custom-calendar.ongoing {
    color: #d1dade;
    background: #FFFFFF;
    padding: 3px;
    border-top: 2px solid #d1dade;
    border-bottom: 2px solid #d1dade;
}

.custom-calendar.small {
    padding: 1px;
}

/* Colors */

.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}/* ---------------------------------- */
/*          Animate custom CSS        */
/* ---------------------------------- */
@-webkit-keyframes fadeInLoader {
    0% {
        opacity: 0;
    }
    to {
        opacity: 0.4;
    }
}

@keyframes fadeInLoader {
    0% {
        opacity: 0;
    }
    to {
        opacity: 0.4;
    }
}

.fadeInLoader {
    -webkit-animation-name: fadeInLoader;
    animation-name: fadeInLoader;
}.icheckbox_square-green {
    background-position: 24px 0;
    border: 1px solid #a6a6a6;
}

.icheckbox_square-green.hover {
    border: none;
}

.icheckbox_square-green.checked {
    border: none;
}

.icheckbox_square-green.disabled {
    border: none;
}

.icheckbox_square-green.checked.disabled {
    border: none;
}ul.typeahead.dropdown-menu {
    max-height: 180px;
    overflow-y: auto;
}.iti__flag {
    background-image: url("/staticfiles/css/plugins/intl-tel-input-25.3.2/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/staticfiles/css/plugins/intl-tel-input-25.3.2/img/flags@2x.png");
    }
}

div.iti {
    width: 100%;
}

div.input-group div.iti {
    width: 1%;
    flex: 1 1 auto;
}tr.dragging,
td.dragging,
div.dragging {
    cursor: move;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
}

td.dragging i,
button.dragging {
    opacity: 0.65;
}

input.dragging,
select.dragging,
textarea.dragging {
    cursor: move;
    background-color: #F8F8F8;
    border-color: #F5F5F5;
}.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-box hr {
    border-color: #555;
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.tippy-box[data-theme~=yellow] {
    color: #555;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    background-color: #FFFFA3;
    font-size: 11px;
    line-height: 13px;
    max-height: 400px;
    overflow-y: auto;
}

.tippy-box[data-theme~=yellow][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #FFFFA3;
}

.tippy-box[data-theme~=yellow][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #FFFFA3;
}

.tippy-box[data-theme~=yellow][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #FFFFA3;
}

.tippy-box[data-theme~=yellow][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #FFFFA3;
}

.tippy-box[data-theme~=yellow] > .tippy-backdrop {
    background-color: #FFFFA3;
}

.tippy-box[data-theme~=yellow] > .tippy-svg-arrow {
    fill: #FFFFA3;
}

.tippy-box[data-theme~=blank] {
    color: black;
    background-color: white;
    box-shadow: none;
    border-radius: 8px;
    border: 4px solid #ccc;
}

.tippy-box[data-theme~=blank][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #ccc;
    margin-bottom: -4px;
}

.tippy-box[data-theme~=blank][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #ccc;
    margin-top: -4px;

}

.tippy-box[data-theme~=blank][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #ccc;
    margin-right: -4px;
}

.tippy-box[data-theme~=blank][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #ccc;
    margin-left: -4px;
}

.tippy-box[data-theme~=blank] > .tippy-backdrop {
    background-color: #ccc;
}

.tippy-box[data-theme~=blank] > .tippy-svg-arrow {
    fill: #ccc;
}#toast-container.fit-content > .toast {
    width: auto;
    max-width: fit-content;
}.note-editor > .note-status-output {
    display: none !important;
}

.note-editor > .note-toolbar {
    border-bottom: none !important;
    background-color: #f5f5f5 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
}

.note-editor > .note-toolbar > .note-btn-group > .btn-sm {
    padding: 5px 8px !important;
    font-size: 12px !important;
    height: 30px !important;
    width: 30px !important;
}

.note-editor > .note-toolbar > .note-btn-group > .note-btn-group > .btn-sm.dropdown-toggle,
.note-editor > .note-toolbar > .note-btn-group > .note-btn-group > .btn-sm.note-current-color-button {
    padding: 5px 8px !important;
    font-size: 12px !important;
    height: 30px !important;
}

.note-editor > .note-toolbar > .note-btn-group > .note-btn-group > .btn-sm.note-current-color-button + .dropdown-toggle {
    padding-left: 6px !important;
}

.note-editor > .note-editing-area {
    border-top: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
}

.note-editor > .note-editing-area > .note-editable {
    padding: 10px !important;
}

.note-editor > .note-statusbar {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

.summernote-fullscreen {
    z-index: initial;
}

textarea.custom-is-invalid ~ .note-editor > .note-editing-area {
    border-top-color: #dc3545;
    border-left-color: #dc3545;
    border-right-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

textarea.custom-is-invalid ~ .note-editor > .note-statusbar {
    border-top-color: #dc3545 !important;
}