

/* General */
.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#id_is_validating {
    display: none;
}

#hijack-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4000;
    width: 400px;
    border-radius: 5px;
    background: #ffe761;
    padding: 20px 30px;
    font-size:0.9em;
}

.separator {
    float: left;
    width: 100%;
    border-top: 1px dashed #1a84da;
    text-align: center;
    margin: 30px 0 0;
}

.separator b {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #1a84da;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
}

span.smallnumber {
    border: 2px solid #03ABFE;
    color: #03ABFE;
    border-radius: 50%;
    width: 25px;
    font-size: 12px;
    height: 25px;
    text-align: center;
    display: inline-block;
     line-height: 22px;
    padding: 0px;

}

/* TIMELINE */

.steps {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0 15px 0;
}

.steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.steps > ul > li a {
    position: relative;
    padding-top: 3rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    cursor: default;
    display: block;
    outline: 0;
    color: #999
}

.steps > ul > li:after, .steps > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.375rem;
    width: 50%;
    height: 2px;
    background-color: #03ABFE;
    z-index: 9
}

.steps > ul > li:before {
    left: 0
}

.steps > ul > li:after {
    right: 0
}

.steps > ul > li:first-child:before, .steps > ul > li:last-child:after {
    content: none
}

.steps > ul > li.tbd:after, .steps > ul > li.tbd ~ li:after, .steps > ul > li.tbd ~ li:before {
    background-color: #fff;
}


.steps > ul > li.tbd .number {
    border-color: #03ABFE !important;
    color: #03ABFE !important;
}

.steps > ul > li.refused .number {
    border-color: #e74c3c !important;
    color: #e74c3c !important;
}

.steps > ul > li.current .number {
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(63, 156, 232, 0.80);
    animation: pulse 2s infinite;
}


.steps > ul > li.disabled a {
    cursor: default
}

.steps > ul > li.done .number {
    background-color: #03ABFE;
    border-color: #03ABFE;
    color: white;
}

.steps > ul > li.error .number {
    border-color: #f44336;
    color: #f44336
}

.card > .card-header:not([class*=bg-]) > .steps > ul {
    border-top: 1px solid rgba(0, 0, 0, .125)
}



@media (max-width: 991.98px) {
    .steps > ul {
        margin-bottom: 1.25rem
    }

    .steps > ul > li {
        display: block;
        float: left;
        width: 50%
    }

    .steps > ul > li > a {
        margin-bottom: 0
    }

    .steps > ul > li:first-child:before, .steps > ul > li:last-child:after {
        content: ''
    }

    .steps > ul > li:last-child:after {
        background-color: #03ABFE
    }
}

@media (max-width: 767.98px) {
    .steps > ul > li {
        width: 100%
    }

    .steps > ul > li.current:after {
        background-color: #03ABFE
    }
}

.steps .number {
    background-color: #fff;
    color: #808080;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.1875rem;
    border: 2px solid #eee;
    font-size: .875rem;
    z-index: 10;
    line-height: 2.125rem;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%
}

.numbericon {
    background-color: #fff;
    color: #c0c0c0;
    position:relative;
    bottom:4px;
    display: inline-block;
    border: 2px solid #c0c0c0;
    font-size: .875rem;
    z-index: 10;
    line-height: 2.125rem;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(63, 156, 232, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(63, 156, 232, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(63, 156, 232, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(63, 156, 232, 0);
    }
}

/* Toastr */

.toast-success {
    background-color: #03ABFE;
}

/* 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: #03ABFE;
    border: none;
    border-radius: 3px;
}

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


/* DEBUG */

body.debug header#page-header::after {
    content: "Testing platform";
    font-size: 14px;
    position:absolute;
    bottom:-25px;
    left:5px;
    font-weight: 600;
    color: #b98819;
}

body.debug header#page-header {
    border-bottom: 4px solid #ffb22b;
}



/*!
 * FLAGS Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('/static/img/flags/flags.png') no-repeat;
}

.flag.flag-fr {
    background-position: 0 -11px;
}

.flag.flag-en {
    background-position: -16px -11px;
}

.flag.flag-es {
    background-position: -16px 0;
}

.flag.flag-de {
    background-position: 0 0;
}

.clickable-row {
    cursor: pointer;
}

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



/* User vignettes */

.symbol-group .symbol:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.symbol-group .symbol {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: 34px;
    height: 34px;
    margin-left: -10px;
    border: 2px solid #ffffff;
}

.img-status-indicator {
    bottom: -3px;
    right: -3px;
}

.symbol.symbol-circle {
    border-radius: 50%;
}

.symbol .symbol-label {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #3F4254;
    background-color: #d6d9dc;
    border-radius: 50%;
}

.symbol-label.danger {
    color: #af1310;
    background-color: #f5cdca;
    border-color: #fae9e8;
}

.symbol > img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.text-avatar48 {
        display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 48px;
    border-radius:50%;
}

[v-cloak] {display: none}
.chat-list-item.active {
    background:#f4f9fb;
}

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


.help-block {
    color:#0891b2;
}
