.aligner {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner-item--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 50%;
}

.aligner-item {
    max-width: 50%;
}

.aligner-item--top {
    align-self: flex-start;
}

.aligner-item--bottom {
    align-self: flex-end;
}

.demo {
    width: 100%;
    padding: .8em 1em 0;
    background: hsla(31, 15%, 50%, .1);
    border-radius: 3px;
}

.overflow-y {
    overflow-y: auto !important;
}

.overflow-x {
    overflow-x: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.hint-row-empty input[type='text'], .hint-row-empty textarea {
    opacity: 0.5;
}

.hint-row-empty input[type='text']:not(:placeholder-shown), .hint-row-empty textarea:not(:placeholder-shown) {
    opacity: 1;
}

.note-hint-popover .popover-content {
    max-height: 400px !important;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 999;
    cursor: default;
    display: none;
}

/*  Tables eventos  MANGO   */

.even.mango {
    background-color: rgba(255, 236, 179, 0.7) !important;
}

.even.mango:hover {
    background-color: rgba(255, 236, 179, 1) !important;
}

.odd.mango {
    background-color: rgba(255, 204, 128, 0.7) !important;
    /*background-color: rgba(255, 224, 130, 0.5) !important;*/
}

.odd.mango:hover {
    background-color: rgba(255, 204, 128, 1) !important;
    /*background-color: rgba(255, 224, 130, 0.9) !important;*/
}

/*  Tables eventos  MENTA   */

.even.menta {
    background-color: rgba(200, 230, 201, 0.5) !important;
}

.even.menta:hover {
    background-color: rgba(200, 230, 201, 0.9) !important;
}

.odd.menta {
    background-color: rgba(129, 199, 132, 0.6) !important;
    /*background-color: rgba(128, 203, 196, 0.6) !important;*/
    /*background-color: rgba(197, 225, 165, 0.7) !important;*/
    /*background-color: rgba(165, 214, 167, 0.5) !important;*/
}

.odd.menta:hover {
    background-color: rgba(129, 199, 132, 0.8) !important;
    /*background-color: rgba(128, 203, 196, 0.9) !important;*/
    /*background-color: rgba(197, 225, 165, 1) !important;*/
    /*background-color: rgba(165, 214, 167, 0.9) !important;*/
}

.recordingsList {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.recordingsList audio {
    width: 100%;
}

/*  Toast manager   */

#toast-container {
    position: sticky;
    z-index: 1055;
}

#toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    right: 20px;
    top: 20px;
}

#toast-container>#toast-wrapper>.toast {
    min-width: 100px;
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
    padding-right: 20px
}

.valid {
    border-color: #28a745 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* Custom Breadcrumbs */

ul.custom_breadcrumb {
    padding: 10px 16px;
    list-style: none;
    color: rgba(255, 255, 255, 0.5);
}

ul.custom_breadcrumb li {
    display: inline;
    color: rgba(255, 255, 255, 0.5);
}

ul.custom_breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
}

ul.custom_breadcrumb li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

ul.custom_breadcrumb li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.75);
}

/* Custom Breadcrumbs */

/* Datatable Spinner */

.dataTables_processing {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    outline: 0;
    z-index: 1090;
    background-color: rgba(0, 0, 0, 0.2);
}

.dataTables_processing>div:first-child {
    display: flex;
    max-width: 250px;
    margin: 1.75rem auto;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    pointer-events: none;
}

@media (min-width: 576px) {
    .dataTables_processing>div:first-child {
        min-height: calc(100% - 3.5rem);
    }
}

.dataTables_processing .spin-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

/* Datatable Spinner */

.xls-table tbody tr:nth-child(odd) {
    background: #FAFAFA;
}

.xls-table tbody tr:hover {
    background: #F6F6F6;
}

.input-group-addon {
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
}

.input-group-addon:first-child {
    border-left-width: 1px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group-addon:last-child {
    border-right-width: 1px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pick-num-group input {
    padding-right: 0.1rem !important;
}

/*  Smart wizard*/

.note-editor.note-frame {
    border: 1px solid rgba(169, 169, 169, 0.5) !important;
}

.note-editable {
    font-family: 'Courier New', Courier, monospace;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px !important;
    }
}

.dropzone .dz-preview .dz-remove {
    margin-top: 10px;
}

.dropzone .dz-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 5px;
}

.custom-login .nav-tabs .nav-link {
    color: #495057;
}

.custom-login .nav-tabs .nav-link.active {
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

/*  Custom sipnner  */

.spinner {
    margin: 50px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*  Custom sipnner  */