﻿.fs-x-small{
    font-size: .7em
}

div.form-group{
    margin-bottom:0px;
}

div.form-group label {
    color: #0366d6;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 0px;
}


div.form-group label.label-form-control {
    color: #6c757d;
}

div.form-group label.label-scroll-form-control {
    white-space: pre-line;
    display: block;
    max-height: 100px;
    /*min-height: 80px;*/
    overflow-y: auto
}

div.form-group .form-control{
    font-size:0.8rem;
}


div.form-group .required {
    border-color: #b82346
}



div.form-group > span {
    font-size: 0.8rem;
}


/*blazored-typeahead*/
.blazored-typeahead__controls {
    border: 0px;
    height: 32px;
}

.blazored-typeahead {
    height: 34px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

div.required > .blazored-typeahead {
    border-color: #b82346
}

/*END blazored-typeahead*/



/*#region Select2 overriede*/

.select2-results__option .wrap:before {
    content: "\00a0";
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 16px;
    margin-right: 10px;
    padding: 0 0 0 0px;
    text-align: center;
    border-radius: 2px;
    background-color: #ffffff;
    background-color: var(--white);
    color: #0779b4;
    color: var(--azul-arvato);
    border: solid 1px #0779b4;
    border: solid 1px var(--azul-arvato);
}

.select2-results__option[aria-selected=true] .wrap:before {
    background-color: #0779b4;
    /*background-color: var(--azul-arvato);*/
    background-image: url(../img/icons/icon-thick-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    content: "\f144";
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #0779b4;
    color: #0366d6;
    border: solid 1px #0779b4;
    border: solid 1px #0366d6;
}



.select2-results__option .wrap {
    margin-left: 15px;
    color: #0779b4;
    color: var(--azul-arvato);
    font-size: 0.8rem;
}

.select2-results__option[aria-selected=true] .wrap {
    font-weight: normal;
    letter-spacing: normal;
}


select2-results {
    border: solid 1px #0779b4;
    border: solid 1px var(--azul-arvato);
}

.select2 {
    min-width: 100%;
    /*height: 40px;*/
}

.select2-container--default .select2-selection--single {
    height: 33px;
    padding: 3px 0px 0px 2px;
}


    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0779b4 transparent transparent transparent;
        top: 70%;
    }

.select2error {
    border-color: #b82346 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0779b4 transparent;
}


.select2-container--default .select2-selection--single[aria-expanded=true] {
    border: 1px solid #ced4da;
}

.select2-container--open .select2-dropdown--above {
    border: solid 1px #0779b4;
    border: solid 1px var(--azul-arvato);
}

li.select2-results__option {
    border-bottom: solid 2px #dddddd;
    border-bottom: solid 2px var(--gris-claro);
}

    li.select2-results__option:last-child {
        border-bottom: none;
    }


.select2-container--default .select2-selection--multiple {
    border: solid 1px #dddddd;
    /*height: 40px;*/
}

    .select2-container--default .select2-selection--multiple:hover,
    .select2-container--default .select2-selection--multiple:focus {
        border: solid 1px #0779b4;
    }


    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #0779b4;
        background-color: var(--azul-arvato);
        color: white;
        height: 27px;
        font-family: Arial;
        font-size: 14px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: white;
        margin-top: 3px;
    }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

select.required + span.select2 {
    background-color: #fff;
    border: 1px solid #b82346;
    border-radius: 4px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 28px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #495057;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

/*#endregion*/