.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;
}

.Spdf th {
    background-color: #e3be65 !important;
    color: #000000;
}

.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;
}

.table th {
    width: 7%;
}

.swip {
    display: none;
}
@media (max-width: 576px) {

    .table th:not(first-child),
    .table td:not(first-child){
        width: 62px !important;
        overflow: hidden;
    }

}

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

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


.table12 th:not(:last-child) {
    width: 2% !important;
    overflow: hidden;
}

.table12 th:first-child {
    width: 0.1% !important;
    overflow: hidden;
}


.table select {
    display: block;
}

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

.content123 {
    width: 100%;
    padding: 2px 5px;
    /* BOTH of the following are required for text-overflow */
    max-height: 100px;
    overflow: hidden;
}

.overflow-ellipsis123 {
    text-overflow: ellipsis;
}

.readMore {
    font-weight: bold;
    padding: 5px;
    color: gray;
    margin-top: 5%;
    cursor: pointer;
    border-radius: 1px;
}

.xthis {
    cursor: pointer;
    font-weight: bold;
    color: red;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before {
    background-color: #2ce229 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    height: 20px !important;
    width: 20px !important;
    line-height: 20px !important;
}

.nav-tabs {
    border-bottom: 1px solid #0095ff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #0095ff #0095ff#0095ff;
}

.tab-content {
    background-color: white;
}

.confirmedSer {
    background-color: green;
    color: white;
}

.invoicedSer {
    background-color: purple;
    color: white;
}

.noStatusSer {
    background-color: red;
    color: white;
}

.Waiting {
    background-color: orange;
    color: white;
}

.clickable-row {
    cursor: pointer;
}

.datatable12 .MoreWidth {
    width: 42% !important;
}


.datatable12 .MySerWidth {
    width: 12% !important;
}

.datatable12 .MyVenWidth {
    width: 4% !important;
}

.easy-autocomplete-container ul {
    padding-left: 23px;
    width: 124px;
}

input[type=text] {
    text-transform: uppercase;
}


table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: inherit;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: inherit;
}

.Urgent {
    background-color: #f74848 !important;
    color: #ffffff;
}

.table .myTh {
    width: 2% !important;
}

.myIconPng{
    width: 5vw;
    filter: invert(100%) brightness(200%);
}


.myIconPngLeft{
    width: 2vw;
    filter: invert(100%) brightness(200%);
    margin-left: -8px;
}