.hijacked-warning-default {
    top: inherit;
    bottom: 0;
}


/* Select2 */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background-color: #3f9ce8;
    border: none;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, .5);
}


/* Toastr */

.toast-success {
    background-color: #ebf5e0;
}

.toast-success > div {
    color: #516a35;
}

.toast-error {
    background-color: #fcdddc
}

.toast-error > div {
    color: #7c2b2a;
}

.toast-info {
    background-color: #c2eff5
}

.toast-info > div {
    color: #146771;
}

.toast-warning {
    background-color: #fff0c3
}

.toast-warning > div {
    color: #856915;
}

#toast-container > div {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .3);
}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin-left: -1em;
    color: inherit;
    padding-right: 0.5em;
    margin-right: 0.5em;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast-warning:before {
    content: "";
    color: #856915;
}

#toast-container > .toast-error:before {
    content: "";
    color: #7c2b2a;
}

#toast-container > .toast-info:before {
    content: "";
    color: #146771;
}

#toast-container > .toast-success:before {
    content: "";
    color: #516a35;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row td a {
    padding: 5px;
}

/* Sorting columns */


th.sorting {
    position: relative;
    cursor: pointer;
    color: #335DA8;
}

th.sorting:after {
    content: "\f0dc";
    position: absolute;
    right: 6px;
    bottom: auto;
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    opacity: .6;
}

th.sorting.descending:after {
    content: "\f107";
}

th.sorting.ascending:after {
    content: "\f106";
}


/* Wizard */

.wizard-step {
    padding: .75rem 1.5rem;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
    cursor: pointer;
}

.wizard-step:hover {
    background: #f3f6f9;
}

.wizard-step.active {
    background: #f3f6f9;
}

.wizard-wrapper {
    display: flex;
    align-items: center;
}

.wizard-step.active:after {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    border-left-color: #f3f6f9;
    border-width: 1rem;
}


.wizard-desc {
    color: #335DA8;
    font-size: 0.8em;
    font-weight:600;
    margin-top: .3rem;
}

.wizard-title {
    color: #181c32;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.wizard-icon {
    font-size: 1.8rem;
    margin-right: 1.1rem;
    width: 25px;
}

.color-new {
    color: #90E0EF !important;
}

.bg-new {
    background: #90E0EF !important;
    color: white;
}

.color-ongoing {
    color: #00B4D8 !important;
}

.bg-ongoing {
    background: #00B4D8 !important;
    color: white;
}

.color-waiting_validation {
    color: #0077B6 !important;
}

.bg-waiting_validation {
    background: #0077B6 !important;
    color: white;
}

.color-validated {
    color: #03045E !important;
}

.bg-validated {
    background: #03045E !important;
    color: white;
}

.color-abandoned {
    color: #c4c4c4 !important;
}

.bg-abandoned {
    background: #c4c4c4 !important;
    color: white;

}

option:checked span {
    display: none;
}


select.selected {
    border: 1px solid #3F9CE8;
    box-shadow: 0 0 3px #9ecaed;
}

.input-group {
    z-index: 1;
}

.btn-disabled {
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    opacity: .65;
    cursor: not-allowed !important;
}


.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    position: relative;
    border-width: .2em;
    bottom: 2px;
}

#main-container {
    min-height: 1000px;
}

.separator.separator-dashed {
    height:0;
    border-bottom: 1px dashed #ebedf3;
}
