body {
    background-color: skyblue;
}

.table-sm > :not(caption) > * > * {
    padding: 0.35rem 0.2rem;
}
.form-control:disabled {
    color:#444444;
}


[v-cloak] {
    display: block;
    padding: 50px 0;
}

.no-arrow
{
    background: none !important;
    text-align: center;
}

.bg-select
{
    background-color: #ccc !important;
}

.case-score
{
    text-align: center;
    padding: 0.775rem 0.5rem;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak]>* {
    display: none;
}

.label-ligne label
{
    width: 30px;
}
.score
{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}


.tr-clickable
{

}

.tr-clickable
{
    cursor: pointer;

}

.tr-clickable:hover td
{
    background-color: var(--bs-gray-200) !important;
}

.form-check-label {
    color: var(--bs-gray-800);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.score .was-validated .form-control:invalid,.score .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: 0;
    background-image: none !important;
}

.has-warning .twitter-typeahead .tt-hint,.has-warning .twitter-typeahead .tt-input {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .twitter-typeahead .tt-hint:focus,.has-warning .twitter-typeahead .tt-input:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff
}

.has-error .twitter-typeahead .tt-hint,.has-error .twitter-typeahead .tt-input {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .twitter-typeahead .tt-hint:focus,.has-error .twitter-typeahead .tt-input:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff
}

.has-success .twitter-typeahead .tt-hint,.has-success .twitter-typeahead .tt-input {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .twitter-typeahead .tt-hint:focus,.has-success .twitter-typeahead .tt-input:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff
}

.input-group .twitter-typeahead:first-child .tt-hint,.input-group .twitter-typeahead:first-child .tt-input {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.input-group .twitter-typeahead:last-child .tt-hint,.input-group .twitter-typeahead:last-child .tt-input {
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.input-group-sm .twitter-typeahead .tt-hint,.input-group.input-group-sm .twitter-typeahead .tt-input {
    height: 32px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select.input-group.input-group-sm .twitter-typeahead .tt-hint,select.input-group.input-group-sm .twitter-typeahead .tt-input {
    height: 32px;
    line-height: 32px
}

select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,textarea.input-group.input-group-sm .twitter-typeahead .tt-input {
    height: auto
}

select.input-group.input-group-sm .twitter-typeahead .tt-hint,select.input-group.input-group-sm .twitter-typeahead .tt-input {
    padding-top: 0;
    padding-bottom: 0
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input {
    border-radius: 0
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:first-child .tt-input {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:last-child .tt-input {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0
}

.input-group.input-group-lg .twitter-typeahead .tt-hint,.input-group.input-group-lg .twitter-typeahead .tt-input {
    height: 46px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

select.input-group.input-group-lg .twitter-typeahead .tt-hint,select.input-group.input-group-lg .twitter-typeahead .tt-input {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,textarea.input-group.input-group-lg .twitter-typeahead .tt-input {
    height: auto
}

select.input-group.input-group-lg .twitter-typeahead .tt-hint,select.input-group.input-group-lg .twitter-typeahead .tt-input {
    padding-top: 0;
    padding-bottom: 0
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input {
    border-radius: 0
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:first-child .tt-input {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:last-child .tt-input {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0
}

.twitter-typeahead {
    width: 100%
}

.input-group .twitter-typeahead {
    display: table-cell!important
}

.twitter-typeahead .tt-hint {
    color: #526069
}

.twitter-typeahead .tt-input {
    z-index: 2
}

.twitter-typeahead .tt-input[disabled],.twitter-typeahead .tt-input[readonly],fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #f3f7f9!important
}

.tt-dropdown-menu,.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
    box-shadow: 0 3px 12px rgba(0,0,0,.05)
}

.tt-dropdown-menu .tt-suggestion,.tt-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.57142857;
    color: #76838f
}

.tt-dropdown-menu .tt-suggestion.tt-cursor,.tt-dropdown-menu .tt-suggestion:hover,.tt-menu .tt-suggestion.tt-cursor,.tt-menu .tt-suggestion:hover {
    color: #76838f;
    text-decoration: none;
    cursor: pointer;
    background-color: #f3f7f9;
    outline: 0
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a,.tt-dropdown-menu .tt-suggestion:hover a,.tt-menu .tt-suggestion.tt-cursor a,.tt-menu .tt-suggestion:hover a {
    color: #76838f
}

.tt-dropdown-menu .tt-suggestion p,.tt-menu .tt-suggestion p {
    margin: 0
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

.tt-menu h3 {
    padding: 4px 20px;
}

.spinner {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}


