.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px !important;
}

.select2-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
}

.select2-container--open .select2-dropdown {
    left: 15px;
    width: 470.563px !important;
    z-index: 99999999;
}

.br-pagetitle .fa {
    font-size: 54px;
    line-height: 0;
    color: #343a40;
}

.mywidth {
    max-width: 8.66667% !important;
    padding-right: 0px !important
}

.notActive {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.hide {
    display: none !important
}

.Editor-editor {
    background-color: #FFFFFF;
    color: #000000;
}

.disabledLi {
    pointer-events: none;
    opacity: 0.6;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1400px !important;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #17abd1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #17abd1;
}

.easy-autocomplete-container ul {
    overflow: scroll !important;
    max-height: 500px !important;
    padding-right: 0px !important;
    background-color: #FFFFFF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}


.btn-info {
    background-color: #1b3d77 !important;
    border-color: #1b3d77 !important;
}

.btn-warning {
    background-color: #17abd1 !important;
    border-color: #17abd1 !important;
}

.myFa {
    cursor: pointer;
    color: red;
    margin-left: 25px;
}

.myFa:hover {
    color: #17abd1;
}

table.dataTable.no-footer {
    width: 100% !important;
}

.ui-datepicker {
    z-index: 1100 !important;
}

.pdf table {
    border-collapse: collapse;
    width: 100%;
}

.pdf th,
.pdf td {
    text-align: left;
    padding: 8px;
    border-right: 4px solid #FFFFFFFF;
    border-bottom: 4px solid #FFFFFFFF;
}

.pdf tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pdf th {
    background-color: #00679a;
    color: white;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.input-container2 {
    background-color: #EDEDED;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

/* input[type='file'] {
    display: none;
} */

.file-info {
    display: none;
    font-size: 0.9em;
}

.browse-btn {
    background: #25aae1;
    color: #fff;
    min-height: 35px;
    padding: 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.browse-btn:hover {
    background: #4ec0b4;
}

@media (max-width: 300px) {
    button {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .file-info {
        display: block;
        margin: 10px 5px;
    }
}

::placeholder {
    color: #bbbdc159 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbdc159 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbbdc159 !important;
}

.tabel th {
    width: 7% !important;
}

table {
    table-layout: fixed;
    width: 200px;
}

th,
td {
    width: 100px;
    overflow: hidden;
}

.table select {
    display: block;
}

.easy-autocomplete {
    width: 100% !important;
}

#calendar {
    max-width: 1100px;
    margin: 0 auto;
}