.error {
    color: red;
    margin-top: 5px;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 500px !important;
}

.field-validation-error {
    color: red !important;
    margin-top: 5px !important;
}

.logoViewField {
    width: 200px;
    max-height: 70px;
    padding-bottom: 10px;
}

    .logoViewField img {
        width: 100%;
        height: 100%;
    }

.documents-container {
}

    .documents-container .documents-btnremove {
        cursor: pointer;
        display: inline-block;
        margin-left: 5px;
    }

        .documents-container .documents-btnremove span:hover {
            text-decoration: underline;
        }

    .documents-container .documents-fileDeleted {
        /*display: none;*/
    }

        .documents-container .documents-fileDeleted .documents-fileName {
            text-decoration: line-through;
        }

status {
    background-color: #777;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.p-dl {
    margin-bottom: 0;
    line-height: 18px !important;
}

.nav-tabs-dl {
    font-weight: 900;
}

.label-dl {
    margin-bottom: 0;
}

.form-control-static-dl {
    margin-bottom: 1rem;
}

.table-dl td, .table-dl th {
    padding: .75rem .1rem;
}

.table-dl {
    display: inline-table;
}

.footer-fixed {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: .5rem 2rem;
    width: 100%;
    left: 17.5rem;
    max-width: 1175px;
    box-shadow: 0 -3px 1px 1px rgb(69 90 100 / .3);
    border-radius: 5px;
}

    .footer-fixed .table th {
        border-top: none;
    }

.fileUpload {
    cursor: pointer;
    background-color: #01a9ac;
    color: white;
    border-radius: 10%;
    display: inline-block;
    width: 8em;
    height: 2.5em;
    text-align: center;
    vertical-align: bottom;
    padding-top: 7px;
}

.hidden {
    display: none;
}

#divFileList {
    overflow-y: auto;
    height: 100px;
}

.item-gray-dotted {
    background-color: gray;
    border: dotted;
    color: white;
}

.btn-menuindex {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-success:disabled:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

/*Select2 ReadOnly End*/