/***************************** Modification Added on 19-12-2922 START ***********************/
#sic_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


/*scrollbar css*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(17, 59, 79);
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%)
}

.button_style {
    background-color: #2C9DD4;
    background-image: linear-gradient(to right, #48AD3B 0%, #48AD3B 100%);
    background-repeat: repeat-x;
    border-width: 0;
    color: #fff;
    border-radius: 10px;
}

.button_radius {
    border-radius: 10px;
}



.modal-dialog {
    /* max-width: 40%; coment this css for mtn changes on 01/09/2023 */
    width: 100% !important;
}

.buttons {
    text-align: left;
}

#ui-datepicker-div {
    z-index: 100000 !important;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;

}



button.dt-button,
div.dt-button,
a.dt-button {
    color: #fff !important;
    background-color: #1b84e7 !important;
    border-color: #2C9DD4 !important;
    background-image: -webkit-linear-gradient(top, #2C9DD4 0%, #2C9DD4 100%) !important;

}

/***************************** Modification Added on 19-12-2922 START ***********************/

.remove-button {

    color: white !important;
}

.slim-navbar .nav-item.active .nav-link {

    /* color: #fff;
        background-color: #2C9DD4 !important; */
    background-image: linear-gradient(to right, #2C9DD4 0%, #2C9DD4 100%) !important;
}

/* .slim-navbar .nav-link.active{
        background-image: linear-gradient(to right, #2C9DD4 0%, #2C9DD4 100%) !important;
    } */

#search_btn {
    margin-left: 15px;
    margin-right: 3px;
}

.tx-danger {
    color: red !important;
}

.error {
    color: red !important;
}

/* .select2-container {
    width: 100% !important;
} */


/* ADDED on 03/02/2023 for dropdwon start */
#show_all_fields .select2-container {
    box-sizing: border-box;
    display: inline !important;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

/* ADDED on 03/02/2023 for dropdwon start */


.section-title {
    margin-top: 0px !important;
}

.section-label {
    margin-bottom: 40px;
}

.form-label {
    padding-top: 12px;
}

#for_check input {
    position: absolute;
    margin-left: -2%;
    margin-top: 4px;
}


main .rounded #grn_popup .modal-dialog {
    max-width: 90% !important;
    width: 100% !important;
}

table.view_data tbody tr th,
table.view_data tbody tr td {
    border: 1px solid #ddd !important;

}

/* Adde for Waste bay on 22-2-2023 START */
.pagination li.active a {
    color: #fff !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2C9DD4;
    border-color: #2C9DD4;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Adde for Waste bay on 22-2-2023 END */

.search_waste {

    background: rgba(145, 192, 124, 0.4);
}

#csv_export {
    margin-left: 40px;

}

html,
body,
#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

#map-canvas {
    width: 100%;
    height: 480px;

}

.form-control {

    border-radius: 10px;
}

.button_cencel {

    border-radius: 10px;
    color: #fff !important;
    background-color: #87888a;
}

.button_back {

    border-radius: 10px;
    color: #fff !important;
    background-color: #87888a;
}


.form-control-label {

    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.section-title2 {

    text-align: center;


}

.section-title {

    font-size: 20px;
    text-align: center;
    background-color: #113B4F;
    height: 50px;
    padding: 10px 10px;
    color: #fff;

}

.datatable-title {

    text-align: center;
}

.section-datatable-title {

    font-size: 20px;
    text-align: center;
    background-color: #113B4F;
    height: 50px;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    font: bold;

}

.underline:hover {

    text-decoration: underline;
}


/* .select2-container {
    width: 100% !important;
} */


/* change 30-03-2023 */

.section-wrapper {

    border-radius: 10px !important;
    padding: 20px;
    height: fit-content;
}

.section-datatable-title {

    border-radius: 10px !important;
}

.select2-selection--single {

    border-radius: 10px !important;
}

.textarea_round {

    border-radius: 10px !important;
}

.slim-navbar .sub-item {

    width: -webkit-fill-available;
}

/* @media (max-width: 1440px) {
    .slim-navbar .sub-item {
      width: 215px;
    }
    .slim-navbar .sub-item .sub-with-sub ul  {
      left: -201px;
    }
  }  */

.slim-navbar .sub-item .sub-with-sub ul {
    right: 100%;
}

/* 7-4-2023 CSS For map */

#map_wrapper {
    height: 700px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.top-box_1 .top-box_iii_1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

/* Add By A 12-4-2023 START */
#myMapModal div.modal-dialog {
    max-width: 70% !important;
    width: 100% !important;
}

#supplier_detail_modal div.modal-dialog {
    width: 600px !important;
}

/* Add By A 12-4-2023 END */

/* added on 10-5-2023 START */
div#flashMessage.message {
    color: #e9edef;
    background-color: #878787;
    border-color: rgba(231, 76, 60, 0.88);
    /* margin-top: 10%; */
    height: 55px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}

/* added on 10-5-2023 END */

/* added on 11-5-2023 START */
.fa-fw {

    padding: 27px;
}

/* added on 11-5-2023 END */

/* Added css for datatable filter height*/

.dataTables_filter {
    float: right !important;
}

.dataTables_filter input {
    height: 35px !important;
}


.wrapper_actionfilter {
    /* width: 70%; */
    /* float:right; */
    height: 45px;
}

.action_filter1 {
    /* float: left; */
    left: 19px !important;
}

/* added on 11-5-2023 END */
.selected {
    border: #f00 1px solid;
    padding: 10px;
}

div.dt-buttons {
    left: 10px;
    top: 43px !important;
}

.form-control-label {
    text-align: right;
}

/* .form-control-label::after{
    content: ":";
  } */
.section-top-radius {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.section-title-grn {
    font-size: 20px;
    text-align: center;
    background-color: #113B4F;
    height: 50px;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
}

.section-bottom-radius {
    background-color: rgba(72, 156, 201, 0.4) !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Daterange filter CSS */

/* *********  calender dropdown  **************************** */

.daterangepicker.dropdown-menu {
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    z-index: 9999999;
    width: fit-content;
}

.daterangepicker.picker_1 {
    background: #34495e;
    color: #ecf0f1;
}

.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
    background: #1abb9c;
}

.daterangepicker table.table-condensed thead tr:first-child th {
    line-height: 28px;
    text-align: center;
}

.daterangepicker.picker_1 table.table-condensed thead tr {
    background: #213345;
}

.daterangepicker table.table-condensed thead tr {
    line-height: 14px;
}

.daterangepicker table.table-condensed tbody tr:first-child td {
    padding-top: 10px;
}

.daterangepicker table.table-condensed th:first-child,
.daterangepicker table.table-condensed td:first-child {
    padding-left: 12px;
}

.daterangepicker table.table-condensed th:last-child,
.daterangepicker table.table-condensed td:last-child {
    padding-right: 12px;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    /*padding: 5px 7px;*/
    text-align: center;
}


#managefacilitesTable>thead>tr>th,
#managefacilitesTable>tbody>tr>th,
#managefacilitesTable>tfoot>tr>th,
#managefacilitesTable>thead>tr>td,
#managefacilitesTable>tbody>tr>td,
#managefacilitesTable>tfoot>tr>td {
    padding: 5px 0px;
    text-align: center;
}

.daterangepicker table.table-condensed tbody tr:last-child td {
    padding-bottom: 10px;
}

.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
    color: inherit;
}

.daterangepicker.picker_2 table.table-condensed thead tr {
    color: #1abb9c;
}

.daterangepicker.picker_3 table.table-condensed thead tr:first-child {
    background: #1abb9c;
    color: #ecf0f1;
}

.daterangepicker.picker_4 table.table-condensed tbody td {
    background: #ecf0f1;
    color: #34495e;
    border: 1px solid #fff;
    padding: 4px 7px;
}

.daterangepicker.picker_4 table.table-condensed tbody td.active {
    background: #536a7f;
    color: #fff;
}

.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
    background: #34495e;
    color: #ecf0f1;
}

.xdisplay_input {
    width: 240px;
    overflow: hidden;
    padding: 0;
}

.xdisplay {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 230px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
    float: right;
}

.daterangepicker.dropdown-menu .calendar {}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.daterangepicker td.off {
    color: #999;
}

.daterangepicker td.disabled {
    color: #999;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #eee;
    color: #34495e;
}

.daterangepicker td.in-range {
    background: #e4e7ea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.daterangepicker td.available+td.start-date {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.in-range+td.end-date {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #536a7f;
    color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #adb2b5;
    line-height: 30px;
    border-radius: 0px !important;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker_start_input {
    float: left;
}

.daterangepicker_end_input {
    float: left;
    padding-left: 11px;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges .input-mini:hover {
    cursor: pointer;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #536a7f;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #536a7f;
    border: 1px solid #536a7f;
    color: #fff;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-date {
    border: none;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
    margin: 4px;
}

.daterangepicker .ranges .range_inputs>div {
    /* float: left; */
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 11px;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.fa.fa-calendar {
    margin: 10px;
}

.fa.fa-caret-down {
    margin: 5px;
}


/* *********  /calender dropdown  **************************** */

#reportrange {
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    /* padding: 7px 10px; */
    border: 1px solid #ccc;
    width: auto;
    /* margin: 0 auto; */
    float: right;
    /* margin-top: 2px; */
    position: relative;
    min-height: 33px;
    top: inherit;
    margin-bottom: 1%;
    width: auto;
    text-align: center;
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
    float: right;
}

.daterangepicker.opensright {
    left: 45% !important;
}

.daterangepicker.dropdown-menu {
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    z-index: 9999999;
    width: fit-content;
}

.daterangepicker.dropdown-menu {
    z-index: 9999999 !important;
}



.daterangepicker th.month {
    width: auto;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges .input-mini:hover {
    cursor: pointer;
}

#searchMTNTable_filter input {
    border-radius: 10px;
}

a.dt-button {
    padding: 0.5em 1em 0.6em 1em !important;
    /* 0.8em 1em 0.8em 1em !important */
}

#searchMTNTable_wrapper a.dt-button {
    padding: 0.7em 1em 0.9em 1em !important;
}

.wrapper_searchfilter {
    float: right;
}

.rounded-10 {
    border-radius: 10px;
}

/* Added on 7-6-2023 by m */
.btn-signin {
    background-image: linear-gradient(to right, #48AD3B 0%, #2C9DD4 100%) !important;
}

/* Added on 7-6-2023 by m */



/******* Added on 08/06/2023 *************/
.slim-header .text-end {
    display: table;
}

.slim-header .text-end div.sign-up-divs {
    display: table-cell;
    padding: 5px;
}

/******* Added on 08/06/2023 *************/
/* #tradeTable_filter {
    display: none;
} */

.select2-close-mask {
    z-index: 2099;
}

.select2-search--inline {

    position: relative;
    top: -10px;
}

/* .select2-dropdown {
    z-index: auto;
} */

.depotText {
    color: #62A961;
    font-size: 20px;
    /* margin: 10px 0; */
}

/* added on 27/06/2023 : start p */
#SwmpSection8Form #formTo {
    margin: auto !important;
    width: 50% !important;
    padding: 10px !important;
}

/* added on 27/06/2023 : end p */
/******* Added on 03/07/2023 *************/

.jstree-anchor {


    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

#search {
    border: aliceblue !important;
}


/* added on 04/07/2023 start : select button chnages */

#calloff_list .btn-primary:hover {
    color: #fff !important;
    background-color: #113B4F !important;
}

#calloff_list .btn-primary {
    color: #fff !important;
}


#view_all_sections {
    /* color :red; */
    /* background-color: red; */
}

/* added on 04/07/2023 start : select button chnages */
/******* Added on 10/07/2023 *************/

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.accountant-footer {

    margin-top: auto;
    background-color: #113B4F;


}

.accountant-footer>p {

    color: white;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}


/************** Added on 11-7 By A START *********************/
.table>tbody>tr.warning>td {
    background-color: #fcf8e3 !important;
}

/************** Added on 11-7 By A END *********************/

/**************14-07-2023 form user form***************/

form i {
    /* margin-left: -30px; */
    cursor: pointer;
}

.pa-eye {
    margin-left: -30px;
}

.p-viewer {
    float: right;
    margin-top: -31px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-right: 15px;
}

/* #togglePassword {

    font-size: 20px;

} */

#emailinfo {

    float: right;
    margin-top: -32px;
    margin-right: 13px;
    font-size: 20px;

}

.form-layout-4 {
    /* border: 3px solid #dedede; */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

/******* Add 21-07-2023 *********/

.alert-success {

    background-color: #cde4c7;
}



/*********** 2 buttons hide ***************/
/* #company_waste_type_datatable_section .section-wrapper #companyWasteTypeTable_wrapper .top .action_filter1:nth-child(2) {
    display: none !important;
} */














/* open only this css start */
/* #company_job_type_datatable_section .section-wrapper #companyJobTypeTable_wrapper .top .action_filter1 {
    display: none !important;
}

#company_Forwarding_Facilities_datatable_section .section-wrapper #contractformwardfacTable_wrapper .top .action_filter1:nth-child(2) {
    display: none !important;
}

#company_MMP_datatable_section .section-wrapper #contractmmpquestionTable_wrapper .top .action_filter1 {
    display: none !important;
} */
/* open only this css End */

/* #company_job_type_datatable_section .row {
   position: relative;
   top: 42px;
   left: 16px;
}
#company_MMP_datatable_section .row {
    position: relative;
    top: 42px;
    left: 16px;
 } */
/*********** 2 buttons hide ***************/


/********** 2 buttons hide New codding 06/05/2024 **** **********/

#company_job_type_datatable_section .section-wrapper #companyJobTypeTable_wrapper .top .action_filter1 {
    display: none !important;
}

/* #company_Forwarding_Facilities_datatable_section .action_filter1 .buttons-html5btn {
    position: absolute;
    top: 15px;
    left: 20px;
} */

#company_MMP_datatable_section .section-wrapper #contractmmpquestionTable_wrapper .top .action_filter1 {
    display: none !important;
}

/********** 2 buttons hide New codding 06/05/2024**************/



.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2C9DD4;
    border-bottom: 16px solid #2C9DD4;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin: 5px;
}

label {
    display: inline-block;
    /* margin-bottom: 0.7rem !important; */
    vertical-align: middle;
}



/* css added by pp  on 04/08/2023 depots limits START: */
body .square {
    font-size: 20px;
    font-family: "Lato", verdana, sans-serif;
    color: #fff;
    text-align: center;
    background: #113B4F;
}

.square {
    float: left;
    position: relative;
    padding: 1%;
    margin: 1%;
    background-color: #1e1e1e;
    overflow: hidden;
    border-radius: 10px;
    width: 25%;
    height: 140px;

}

/* css added by pp on 04/08/2023 depots limits END: */
/* code added by pp for today date color changes and calendar start : */

/* .fc-day-today {
    background-color: #2C9DD4 !important;
} */

.fc-day-today {
    background-color: rgba(44, 157, 212, 0.7) !important;
}

#myTabContentCalendar .fade {
    opacity: 1 !important;
}

#supplierpaymenttypemodal .fade {
    opacity: 1 !important;
}

.fc-daygrid-day-top .fc-daygrid-day-number i.fa-list {
    margin-right: 111px !important;
}

/* CSS added by pp start */
#job_code_list li {
    list-style-type: none;
    font-weight: 800 !important;
    color: #113B4F;
    position: relative;
    right: 25px;
}

/* CSS added by pp END */


/* code added by pp for today date color changes END : */
/* css add for model on home page START :*/
/* .modal-backdrop {
    opacity: 0.5 !important;
}

.modal-header {
    display: block !important;
}

.modal-header h4 {
    float: left;
} */

/* .fc-event-time, .fc-event-title-container{
    display: none !important;
} */
/* css add for model on home page START :*/


/* add css for calender appear propper : 11/08/2023 START : */
.card #ModalAdd .modal-dialog {
    display: inline-grid !important;
    text-align: left;
    vertical-align: middle;
}

#myTabContentCalendar .tab-pane .col-centered {
    width: inherit !important;
}

/* add css for calender appear propper : 11/08/2023 START : */


/*********** calendar css ***********/
a.fc-more {
    color: #337ab7;
    font-size: 15px !important;
}

a.fc-daygrid-day-number {
    color: #73879c !important;
    width: 100%;
}

.fc .fc-daygrid-event {
    z-index: 1 !important;
}


a.fc-col-header-cell-cushion {
    color: #73879c !important;
}

/* add css for tab appear propper : 11/08/2023 START : */
.card #ModalAdd .modal-dialog {
    display: inline-grid !important;
    text-align: left;
    vertical-align: middle;
}

#myTabContentCalendar .tab-pane .col-centered {
    width: inherit !important;
}


.fc-sticky {
    color: #fff !important;
}

/* add css for tab appear propper : 11/08/2023 START : */


/* active tabs changes  :  start : 29/08/2023 */


.nav-tabs .nav-item {
    margin-bottom: 0px !important;
}

ul#myTabCalendar>li.active {
    background: #113B4F !important;
    /* font-style: italic !important; */
    /* margin-top: -15px !important; */
}

ul#myTabCalendar>li {
    /* border: 1px solid #e6e9ed; */
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}


ul#myTabCalendar>li.active a {
    color: #fff !important;
}

ul#myTab>li.active {
    background: #113B4F !important;
    /* font-style: italic !important; */
    margin-top: -15px !important;
}

ul#myTab>li {
    border: 1px solid #e6e9ed;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-bottom: 29px;
}

ul#myTab>li.active a {
    color: #fff !important;
}

/* active tabs changes  :  start : 29/08/2023 */
/* add css for tab appear propper : 11/08/2023 START : */

/* add css for return to list or back page : 04/09/2023 START : */
.select2-selection--multiple {
    border-radius: 10px !important;
}


#grn_popup .modal-dialog {
    max-width: 800px !important;
}

.return_to_list {
    display: grid !important;
    justify-content: right;
    /* padding: 20px; */
}

.extra_btn {
    border-radius: 10px;
}

/* add css for return to list or back page : 04/09/2023 END : */


/* #menu2 div div label,
#menu4 div div label {
    display: none !important;
} */


#Vehiclemodal div.modal-dialog {
    width: 800px !important;
}

#common_tooltip_modal .modal-content {
    border-radius: 0.3rem;
}


/* Changes for form layout START */
.container {
    max-width: 100% !important;
}

/*
form .row .col-sm-6{
    display: inline-flex;
}
form .row .show_common_tooltip_btn {
    margin-left: 8px !important;
} */

.show_common_tooltip_btn {
    position: absolute;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    /* margin-right: 5px; */
}

#Importjob .row .custom-file .show_common_tooltip_btn,
#addvehicleForm .input-group .show_common_tooltip_btn,
#wastebaytradeform .input-group .show_common_tooltip_btn,
#Section1Form .input-group .show_common_tooltip_btn,
#importsection8data .custom-file .show_common_tooltip_btn #Importjob .row .custom-file .tooltip-info,
#addvehicleForm .input-group .tooltip-info,
#wastebaytradeform .input-group .tooltip-info,
#Section1Form .input-group .tooltip-info,
#importsection8data .custom-file .tooltip-info {
    margin-right: -15px;

}

/* Changes for form layout END */


/* code added by pp for dashboard : 22/09/2023 : :start */

.dashboard-chart div div div svg g g g rect,
.dashboard-chart div div div svg g g>rect {
    fill: #2C9DD4 !important;
}

/* #click_mmp_report_tab {
    margin-right: 15px !important;
} */

#select_date_filter {
    margin-left: 15px !important;
}

a.excel-dashboard {
    display: none !important;

}


/* .onlyforthis {
    position: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
} */

.onlyforthis {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    width: 100% !important;
}

#filename {
    border-radius: 10px !important;
}

.custom-file-label {
    border-radius: 10px !important;
}

#importClientCsv .button_style {

    color: #fff !important;

}

#vehicletypeForm .hasDatepicker {
    border-radius: 0 10px 10px 0 !important;
}

#vehicletypeForm .hasDatepicker {
    border-radius: 0 10px 10px 0 !important;
}

#vehicletypeForm .input-group-prepend .input-group-text {
    border-radius: 10px 0 0px 10px !important;
    ;
}

/* #wastebaytradeform #close_date {

    border-radius: 0 10px 10px 0 !important;
} */

.wrapper_searchfilter label,
#reportrange {
    margin-top: 12px !important;
}

.wrapper_searchfilter label input {
    border-radius: 10px !important;
}


.hasDatepicker {
    border-radius: 0 10px 10px 0 !important;
}

.input-group-prepend .input-group-text {
    border-radius: 10px 0 0px 10px !important;
    ;
}


/* #SwmpSection2Form .form-control-label,#SwmpSection3Form .form-control-label, #Section7Form .form-control-label, #mtnSection8Table .form-control-label, #Section9Form .form-control-label
{
    text-align: left !important;
}  */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: calc(2.5005rem + 2px)-0.1rem;
    padding-left: 0.75rem;
    height: 100%;
    display: block !important;
    align-items: center;
    /* padding: 5px; */
}

.select2-container--default {

    width: 100% !important;
}

#exportJobcodeSitesReport {
    padding: 20px;
    /* margin-top: -35px !important; */
}


#exportJobcodeSitesReport span {
    margin-left: 2px !important;
}

#exportJobcodeSitesReport span.button_cencel {
    border-radius: 10px;
    color: #fff !important;
    background-color: #2C9DD4 !important;
}


ul#myTabCalendar {
    padding: 1%;
    border-bottom: none !important;
}

ul#myTab {
    padding: 1%;
    border-bottom: none !important;
}

/* code added by pp for dashboard : 22/09/2023 : :start */

.text-muted {
    margin-top: -10px;
    margin-bottom: 5px;
}

#accordion2 .card,
#accordion2 .card .card-header a,
#accordion .card,
#accordion .card .card-header a,
#accordionExample .accordion-header button {
    border-radius: 30px;
    font-weight: 400 !important;
}

.accordion-one .card-header a {
    padding: 10px 20px;
}

/*
#job_code_list li {
    list-style-type: none;
    margin-left: -50% !important;
    font-weight: 800 !important;
    color: #113B4F;
} */

.fc-dayGridMonth-button,
.fc-dayGridWeek-button,
.fc-dayGridDay-button,
.fc-today-button {
    text-transform: capitalize !important;
}

#myTabCalendar li#depot_tab a {

    border-bottom: 1px solid #dee2e6;
}


#swmp_add_buttons {

    padding: 20px !important;
}


/* #MMPViewButtons .btn-primary { */
/* color: #fff; */
/* background-color: #2C9DD4 !important; */
/* border-color: #2C9DD4 !important; */
/* text-align: center !important; */
/* margin-left: 20px !important; */
/* margin-bottom: 20px !important; */
/* } */

/* #MMPViewButtons .btn-primary:hover { */
/* border-color: ##113B4F !important; */
/* background-color: #113B4F !important; */
/* } */

#MMPViewButtons .btn-primary {
    margin-top: 13px;
    color: #fff;
    background-color: #2C9DD4;
    text-align: center;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    outline: none;
    margin-left: 20px;
    margin-bottom: 20px;
}

#MMPViewButtons .btn-primary:hover {
    background-color: #113B4F;

}


#MMPViewButtons .btn-primary:focus {
    outline: 2px solid #2C9DD4;

}

/* code added by pp for dashboard : 22/09/2023 : :start */


/* code add by mr for date :09-10-2023 : : start */

/* .input-group input {
    border-radius: 10px !important;
} */

.input-group-prepend {
    border-radius: 10px !important;
}

.table th,
.table td {
    border-collapse: collapse;
    border: 1px solid #ced4da;
    text-align: center;
    /* vertical-align: middle; */
}

.form-control-label {
    text-transform: capitalize;
}

.modal-footer {
    display: flow !important;
}

.supp_pay_type_btn {
    position: absolute;
}

#headingOne button,
#headingOne2 a {
    padding: 10px 20px;
    text-align: left;
}

.select2-selection__rendered {
    padding-left: 12px !important;
    padding-top: 7px !important;
}

/* css add for color picker position change date:11-10-2023 mr  */
/* .color-picker-container .color-picker {
    position: absolute;
    top: 0;
    left: 7px;
    margin: 6px  10px;
  }

  .color-picker-container .color-input {
    width: 100%;
  } */
.color-picker-container {
    position: relative;
    width: 100%;
}

.color-picker-container .color-picker {
    position: absolute;
    top: 0;
    right: 9px;
    margin: 6px 10px;
}

.color-picker-container .fa-info-circle {
    margin-left: -14px;
}


@media (max-width: 767px) {
    .color-picker-container .color-picker {
        top: auto;
        left: 71%;
        right: auto;
    }
}


/* css add for color picker position change end  */

.accordion-one .card-header a::before {
    top: 12px;
}


.accordion .accordion-item .accordion-header button.collapsed::before {
    content: '\f107';
}

.accordion .accordion-item .accordion-header button::before {
    content: '\f106';
    position: absolute;
    right: 38px;
    font-family: "FontAwesome";
}

.modal-title {
    float: left;
}


.rounded .slim-mainpanel .container-fulid .card {
    /* position: static !important;
    display: block !important;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ced4da;
    border-radius: 3px; */

    position: static !important;
    display: block;
    flex-direction: row-reverse;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}



/* code added by pp 17/10/2023 START : */

#wastebayAdminCenterTable>thead>tr>th,
#wastebayAdminCenterTable>tbody>tr>th,
#wastebayAdminCenterTable>tfoot>tr>th,
#wastebayAdminCenterTable>thead>tr>td,
#wastebayAdminCenterTable>tbody>tr>td,
#wastebayAdminCenterTable>tfoot>tr>td {
    padding: 5px 0px;
    text-align: center;
}

#exportAllJobCode {
    padding: 20px;
    /* margin-top: -35px !important; */
}

.cccccccccc {
    display: -webkit-box !important;
}

#sic_div {
    margin: auto !important;
    /* margin-left: 15px !important; */
}

/* #start_date,
#end_date {
    border-radius: 0 10px 10px 0 !important;
} */

/* #section8buttons{
    padding-bottom: 15px !important;
} */

/* code added by pp 17/10/2023 END : */

/* Code for dashbord tooltip 20-10-23 START */
#myTabContentCalendar .show_common_tooltip_btn {
    position: relative;
    left: -22px;
    top: 45%;
    transform: translateY(-230%) !important;
    margin-left: 5px !important;
    /* margin: 33px -24px -16px 6px; */
    /* margin-right: -93px; */
}


#select_date_filter {
    margin-left: 22px !important;
}

/* #cretebutton .action_filter1 .buttons-html5btn {
    position: absolute;
    left: 10px;
} */
/* #company_job_type_datatable_section .action_filter1 .buttons-html5btn {
    margin-left: 15px;
} */

/* #company_MMP_datatable_section .action_filter1 .buttons-html5btn {
    position: absolute;
    top: 15px;
    left: 20px;
} */

.dataTables_wrapper {
    position: static !important;
    clear: none !important;
}

#company_job_type_datatable_section .table-wrapper {
    margin-top: -44px;
}

.custom-file .show_common_tooltip_btn,
.custom-file .tooltip-info {
    left: -15px !important;
}

/* Code for dashbord tooltip 20-10-23 END */

li:first-child a::after {
    display: none !important;
}

#searchForm .col-sm-6 .show_common_tooltip_btn {
    top: 18% !important;
}

div.wrapper_actionfilter~.dt-buttons {
    display: none;
}

/* #tradeTable_wrapper .wrapper_actionfilter {
    display: none;
}


/* #tradeTablecustomchnages .action_filter1 {
    margin-left: 15px;
    margin-bottom: 20px;
}

#tradeTable_processing{
    display: none !important;
}

.accordion-one-primary .card-header a.collapsed:hover, .accordion-one-primary .card-header a.collapsed:focus {
    background-color: #113B4F;
    border-color: #113B4F !important;
    color: #fff;
}




.container-fluid .action_filter1 {
    margin-bottom: -50px;
} */

/* added bu pp : mtn tan issues start */
/*
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 594px !important;
        margin: 1.75rem auto !important;
    }
} */
/* added bu pp : mtn tan issues start */


#two-buttons {
    padding-bottom: 30px !important;
}

#SiteForm .section-title {
    font-weight: 400 !important;
    text-transform: inherit !important;
}

#GrnQuantity .show_common_tooltip_btn {
    top: 65% !important;
}

/* #GrnQuantity .show_common_tooltip_btn:last-child{
    top: 52% !important;
} */
/* #AddGrnFrom #GrnGrnNetVol {
    margin-top: 21px;
} */

@page {
    size: auto !important;
}

/* @page {
    size: auto;
} */

@media print {
    @page {
        size: landscape;
    }
}

.jstree-container-ul {

    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}


/* for datatable add css by pp : 29/11/2023 : start  */

.dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between;
}

.dataTables_info {
    margin-right: auto;
}

.dataTables_length {
    margin-right: 10px;
}

/* for datatable add css by pp : 29/11/2023 : start  */
.modal-body {
    overflow: hidden;
    max-height: 600px;

}

/* select-2 dropdown is not open in medels - solve by pp on 13/12/2023  start  */
/* .modal .modal-dialog .modal-content .modal-body .form-layout div .row .col-sm-6 .select2-dropdown {
    z-index: 1052;
} */

.select2-dropdown {
    z-index: 1;
}


.sub-with-sub ul {
    z-index: 1053 !important;
}

/* select-2 dropdown is not open in medels - solve by pp on 13/12/2023  start  */
.modal-body {
    overflow-y: auto;
    /* max-height: 600px; */
    scrollbar-width: none;
}

input#includeCostSpan {
    margin-top: 2%;
}

/* Css for On Of Switch on Role Page 22-12-23 START */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-switch,
#switch_label {
    display: flex;
    justify-content: right;
}

#permiss .row .select_all_checkbox .show_common_tooltip_btn,
#uppermiss .row .select_all_checkbox .show_common_tooltip_btn {
    top: 3% !important;
}

/* .jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox, .jstree-default .jstree-checked>.jstree-checkbox {
    background-position: -228px -4px;
} */
/* Css for On Of Switch on Role Page 22-12-23 END*/


.sub-with-sub ul {
    z-index: 1052 !important;
}

.bottom .dt-buttons {
    margin-top: 8px !important;
    position: static !important;
}

/* is_broking field css*/

.mts_broking {
    margin-top: 10px !important;
    padding: 10px;
    padding-left: 32px;
}

#mts_broking {
    margin-top: 13px !important;
}

#view_supplier_update_table tbody tr.even td.flex,
#view_tip_update_table tbody tr.even td.flex {
    display: flex !important;
}

/* .table-condensed tr:last-child, .table-condensed tbody{
    display: none;
} */

#ui-datepicker-div {
    width: 15% !important;
    /* left: 1335.16px !important */
}

.ui-datepicker-title {
    width: 63%;
}

#next {
    float: inline-end;
}

.date_range_picker {
    width: 100vw;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

#month {
    border-radius: 10px 10px 10px 10px !important;
    width: 50%;
}

.ui-datepicker-month,
.ui-datepicker-year {
    display: inline;
    width: 100%;
    padding: 4px 4px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ui-state-default {
    font-weight: 500 !important;
    border-radius: 10px;
}

.ui-datepicker-calendar {
    display: none;
}

/* Modified Notification dropdown mr start */
.slim-header-right .dropdown-b.show>a {

    background-color: #2C9DD4;
    color: #f2f4f6;
    /* padding: 23px !important; */
}

/* .header-notification:hover, */
/* .header-notification:focus { */

/* background-color: inherit; */
/* Or your desired background color */
/* color: #2C9DD4; */
/* } */

/* Modified Notification dropdown mr end */

/* change by pp : comapany css start : 29/02/2023 */

#UpdateCompany #dynamic_another_company .inputBox .col-sm-6 {
    display: -webkit-inline-box;
}


.sic_div {
    margin-top: 12px !important;
    right: 6%;
}

.sic_div {
    float: left;
    margin-top: 15px;
    width: 4%;
    margin-left: 10px;
}

/* margin-top: 12px; */

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: initial !important;
    text-decoration: none;
    cursor: pointer !important;
}

/* html { scroll-behavior: smooth !important; }  */
a:not([href]):not([tabindex]) {
    color: white !important;
    text-decoration: none;
    cursor: pointer !important;
}

#Grn_view_modal .dataTables_wrapper .bottom {
    display: inherit;
}


#Grn_view_modal #grnTable_info {
    display: contents;
}

#Grn_view_modal .dataTables_length {
    padding-bottom: 0px;
}

#reportcencelButton {
    padding: 13px !important;
    border-radius: 12px !important;

    color: white !important;
}

/* ADD css for Invoice Genrator Module 12-3-24 START */
#grnListing table td.week_td {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;

}

#grnListing table.table.second_table_total {
    border: 1px solid #ced4da;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: -10px !important;
    border-top: 0px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#grnListing table.table.second_table_total {
    background: white !important;
}

/* ADD css for Invoice Genrator Module 12-3-24 END */
span.select2-container--open {
    z-index: 1099 !important;
}

/* code added by pp for remove colon in supplier updated start */
#view_trade_table tbody tr th ::after {
    content: none !important;
    /* Hide the content (colon in this case) */
}

.grnFilterContentBox .col-md-6 .show_common_tooltip_btn {
    position: absolute;
    left: 12px !important;
    top: 39% !important;
    transform: translateY(-50%);
}

#Addsupplier {
    color: white !important;
    margin-bottom: 15px;
}

#nav-tabContent {
    margin-bottom: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
}

.select2 {
    width: 100% !important;
}

/* code added by pp for dataTables_length solving issues : : START */

.slim-navbar .sub-item {
    z-index: 2000;
}

.dataTables_length label span.select2 {
    width: 50px !important;
}

/* code added by pp for dataTables_length solving issues : :END */


/* code added by pp for calander changes text color changes : START */

a:not([href]):not([tabindex]) {
    color: white !important;
    text-decoration: none;
    cursor: pointer !important;
}

/* code added by pp for calander changes text color changes : END */


/* code added by pp for MMP graph popup  changes : START */
@media (min-width: 576px) {
    .col-sm-12 {
        /* flex: 0 0 0% !important; */
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        /* flex: 0 0 0% !important; */
        max-width: 100%;
    }

}

/* code added by pp for MMP graph popup  changes : END */

.job_code_edit_div,
.container_edit_div,
.depot_id_edit_div,
.tip_edit_div,
.ff_edit_div,
.vehicle_edit_div,
.vehicle_edit_div_1 {
    text-align: right;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]) {
    color: initial !important;
    text-decoration: none;
    cursor: pointer !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

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

.highcharts-axis-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #4d759e !important;
    font-weight: bold !important;
    fill: #4d759e !important;
}


/* MMP css  start*/

#hidesectionlable .section-datatable-title,
#hidesection2lable .section-title5,
#section2lebalehide .section-title5 {
    display: none;
}

.upload_ticket_file {
    margin-bottom: 1rem !important;
}

.required::after {
    content: '*';
    color: red !important;
    font-size: 15px !important;
}

/* CSS FOR MAIN SEARCH START */
div.search-box span.select2 span.selection span.select2-selection {
    width: 250px !important;
    border: 0px solid rgb(204, 204, 204) !important;
    background-color: #0000 !important;
}



#select2-employee_search-results .select2-results__option span {
    padding: 6px 10px 6px 0px;
}

#select2-employee_search-results {
    /* overflow: scroll; */
    scrollbar-color: #113B4F #dfdfdf;
    scrollbar-width: thin;
}

#select2-employee_search-results li {
    padding: 20px 15px 20px 15px;
}

#select2-employee_search-results li:nth-of-type(odd) {
    background-color: #f8f9fa;
}

/* #select2-employee_search-results li:nth-of-type(odd):hover {
    color: #183B4F
} */

/* .select2-dropdown {
    width: 34% !important;
} */

.select2-results__option {
    display: grid;
    grid-template-columns: auto auto auto;
    /* background-color: #2196F3; */
    padding: 10px;
}

li:has(> .select2_title) {
    /* outline: thin dotted red; */
    background-color: #113B4F !important;
    color: #fff !important;
    padding: 5px 15px 5px 15px !important;
    border-radius: 15px;
    margin: 5px 0px 5px 0px;
}

.grid-item {
    padding: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2C9DD4 !important;
    color: white;
    /* color: #183B4F !important; */
}

/* .select2-container > .select2-dropdown > #select2-employee_search-results {
    border-top: 4px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 34% !important;
} */
/* .select2-dropdown > .select2-results > .select2-employee_search-results {
    width: 34% !important;
  } */





.custom-width {
    width: 32% !important;
}



/* .select2-dropdown:has(> .select2-employee_search-results){
    width: 34% !important;
} */
/*
    .select2-results__option {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
        gap: 10px;
        /* background-color: #2196F3;
        padding: 10px;
      }

      .select2-results__option > div {
        /* background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 10px 0;
        font-size: 15px;
      } */

/* .item1 {
        grid-row: 1 / 4;
      } */
/* CSS FOR MAIN SEARCH START */



/*
.select2-dropdown{
    width: 470px !important;
    display: block !important;

    /* height: 50% !important;
    overflow: auto !important; *
}
#select2-employee_search-results li{
padding: 15px 10px 15px 10px;
}

/* #select2-employee_search-results li:nth-of-type(odd) {
    background-color: #f8f9fa;
}
#select2-employee_search-results li:nth-of-type(odd):hover {
    color: #183B4F
}
#select2-employee_search-results .select2-results__option span{
    padding: 6px 10px 6px 0px;
} */


/* .more_data{
    color: #2C9DD4 !important;
}
.testttttttttttttttt{
    display: none;
}


.load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.no-more-results {
    font-style: italic;
}


.test{
    display: block !important;
}
.select2-dropdown, .select2-results{
    display: block !important;
    width: 31% !important;
}

.select2-results{
    width: 100% !important;
}
.select2-results__group--disabled {
    display: none;
}

.select2-results__group {
    padding: 10px;
}

.select2-results__option {
    padding: 10px;
}

.select2-container--default .select2-dropdown--below .select2-results__container {
    max-height: 300px;
    overflow-y: auto;
} */

/* .search-box{
    width: 40% !important;
} */
/* .span10 {
    width: 82.97872340425532%;
}
.span6 {
    width: 48.93617021276595%;
}
.span3 {
    width: 23.404255319148934%;
}

.select2-container {
    width: 100%;
}

.select2-results {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select2-results li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.select2-results li:hover {
    background-color: #f0f0f0;
}

.select2-results li:last-child {
    border-bottom: none;
} */


/* .grid-item { */
/* background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center; */
/* } */
/* .select2_title{ */
/* .select2_title < li {
    background-color: #113B4F;
  } */
/* li:has(a:active) { */
/* li:has(.select2_title) {
    background-color: #113B4F;

  } */


/* multiple select dropdown css start : 30/05/2024 */
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

/* multiple select dropdown css start : 30/05/2024 */

/* Changes for radious in gray part of input type file 17/06/2024 START */
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
    border-radius: 10px;
}

#SiteForm .button_cencel,
#addvehicleForm .button_cencel,
#containerForm .button_cencel,
#AddForfacFrm .button_cencel,
#AddDepotFrm .button_cencel {
    color: #fff !important;
}

/* Changes for radious in gray part of input type file 17/06/2024 END */

/* change icon button color ns*/

.fa-trash::before {
    color: #fff !important;
}

.ticket_evidence_custom_file {
    /* display: block !important; */
    flex-wrap: wrap;
    gap: 10px;
}

.file-group {
    flex: 0 1 calc(50% - 10px);
    /* 50% width minus the gap for two columns */
    box-sizing: border-box;
    /* Ensures padding and border are included in the element's total width and height */
}

#Grn_view_modal {
    z-index: 1041;
}

#Comfrim_modal {
    z-index: 1052;
}

#nav-home {
    outline: gray;
}

#Session_error_modal {
    z-index: 2000;
}

#Session_error_modal .modal-dialog .modal-content {
    box-shadow: -2px 3px 19px 5px rgb(10 10 10 / 28%);
}

#searchMTNTable .getGrnModelListing {
    height: 30px;
}

#searchMTNTable .mg-b-10 {
    height: 30px;
}

#searchMTNTable .fa-pencil {
    margin-top: 3px;
}

/* .fade{
    opacity: inherit !important;
} */
/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
} */
.nav-tabs .nav-item {
    margin-bottom: 0px !important;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    padding: 5px;
}

.nav-tabs {
    /* background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;  */
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs li {
    margin-bottom: 5px;
    /* Add some space between tabs */
}

.nav-tabs a {
    color: #337ab7;
    /* Change the link color */
    font-size: 14px;
    /* Change the font size */
}

.nav-tabs .nav-link.active {
    /*  background-color: #337ab7; Change the active tab background color
    color: #fff;  Change the active tab text color */
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent !important;
}


.nav-tabs .nav-link:hover {
    text-decoration: none;
    border-color: #eee #eee #ddd;
}

.nav-tabs .nav-link:focus {
    box-shadow: none;
    /* Remove the focus box shadow */
    border-color: #e9ecef #e9ecef #dee2e6;
}

/* CODE is increasing z-index for Error modal and success modal for upload CSV file ticket module START */
#Error_modal,
#Success_modal {
    z-index: 1051;
}

#btnUnGrnupload {
    display: none;
}

/* CODE is increasing z-index for Error modal and success modal for upload CSV file ticket module END */

.select2-selection__rendered {
    padding-left: 9px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 65% !important;
}

.upload_ticket_file_div {
    margin-right: 4rem !important;
}

.uploaded_file {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
}


/* #swmpSection7Table>thead>tr>th,
#swmpSection7Table>tbody>tr>th,
#swmpSection7Table>tfoot>tr>th,
#swmpSection7Table>thead>tr>td,
#swmpSection7Table>tbody>tr>td,
#swmpSection7Table>tfoot>tr>td {
    padding: 5px 7px;
    text-align: center;
} */





/*              css for notification_ap_26/7/2024                      */

.file-group.user-notifications,
.job-notifications,
.ticket-notifications {
    max-height: 450px;
    overflow-y: auto;
    padding: 0px;
    border: 1px solid #ccc;
}

.user_read2 {
    /* position: relative;
        left: 89%;
        bottom: 3px; */
    /* font-size: 12px !important; */
    display: flex;
    left: 1000px;
    flex-direction: row-reverse;
    margin-top: -10px;
    margin-right: 40px;
    float: right;
}

.user_read {
    /* position: relative;
        left: 89%;
        bottom: 3px; */
    /* font-size: 12px !important; */
    display: flex;
    left: 1000px;
    flex-direction: row-reverse;
    margin-top: -10px;
    margin-right: 39px;
    float: right;
}

/* .read-notification a{
border: none !important;
} */
.user_read i,
.user_read2 i {
    background-color: #2C9DD4;
    padding: 8px;
    border-radius: 20px;
    color: white;
    font-size: 15px;
}

.ticket_read {

    position: relative;
    left: 95%;
    bottom: 3px;
}

.job_read {

    position: relative;
    left: 96%;
    bottom: 3px;
    font-size: 12px;
}

.notification_nav {
    position: sticky;
    top: 20px;
    z-index: 100;
    background-color: #f0f0f0;
    padding: 10px;
}

.noti_show_section {
    max-height: 300px;
    overflow-y: auto;
    padding: 0px;
    border: 2px solid #ccc;
    /* background-color: black; */
    position: sticky;
    top: 20px;
    z-index: 100;
    background-color: #f0f0f0;
    padding: 10px;
}

.read-notification {

    margin-bottom: 10px;
    /* background-color: #cde4c7;   */

}

.unread-notification {
    background-color: #bfe4ae;
    /* border-block-color:green; */
    border: 2px solid #73bd51;
    margin-bottom: 10px;
    /* background-color: #cde4c7;   */

}

.Count {

    margin-bottom: 40px;
    /* font-size: 15px; */
    background-color: #2C9DD4;
    padding: 0px 6.5px !important;
    border-radius: 20px !important;
    color: white;
    font-size: 14px !important;
    /* margin-right: 0px; */
    /* margin-left: 27px; */
    /* height: 22px; */
    margin-left: 30px !important;
}

.close-notification {

    background-color: #2C9DD4;
    padding: 5px 7px;
    border-radius: 20px;
    color: white !important;
    font-size: 16px;
    margin-right: 9px;
    height: 28px;
}

.fa-check {
    margin-right: 0px !important;
}

.fa-eye {
    margin-right: 0px !important;
}

.no-notifications {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    /* border: 1px solid #006cd7; */
}

.header-notification {
    justify-content: center !important;
    margin-right: 16px !important;
    /* border: 1px solid rgb(260, 260, 260) !important; */
    /* color: #2C9DD4 !important; */
    outline: none !important;
    height: 40px !important;
    width: 40px !important;

    margin: -45% !important;
    font-size: 30px;
    /* border: 1px solid rgb(142, 194, 243) !important; */
}

/* .header-notification:hover,.header-notification:focus {
    background-color: #2C9DD4 !important;
    color: #f2f4f6 !important;
  } */
/*                                    {{{    26/7/2024     end     }}}                                     */
@media (min-width: 100px) {
    .search-box {
        display: flex !important;
        margin: 36px !important;
    }
}

.slim-header-right .dropdown-b .dropdown-menu {

    position: absolute !important;
    width: 365px !important;
}

.ion-ios-bell-outline {
    position: absolute !important;
}

/* .no-padding {
    padding: 0px 2.5px !important;
} */
.notification_list_header {
    background-color: #f8f9fa;
    border: 1px solid rgb(204, 204, 204) !important;
    padding: 20px 15px 20px 15px;
}

.cssbutton {
    margin-left: 14px !important;
}

.cssbutton1 {
    margin-left: 20px !important;
}

.spaceclass {
    margin-right: 85px !important;
}

#tab-list li.active {
    color: #555;
    cursor: default;
    border: 1px solid #ddd;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #f0f2f7;
    border-bottom-color: transparent !important;
    margin-bottom: -1px;
}

#tab-list li {
    padding: 0.5rem 1rem;
}


#tab-content {
    padding-top: 50px;
}

#tab-list .close {
    padding-left: 10px;
}

/* #tab-list{
    margin-bottom: -1px;
} */


/* notification loader in dashboard implememnt MR start 20-09-2024 */
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    color: #555;
}

.loading .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* notification loader in dashboard implememnt MR end 20-09-2024 */

.select_calloff {
    color: #fff !important;
}

/* a:not([href]):not([tabindex]), a:not([href]):not([tabindex]) {
    color: #fff !important;
} */

.restore_record {
    margin-right: 4px;
}


ul#myTabCalendar {
    padding: 0% !important;
    border-bottom: none !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 70px !important;
}

/* css for showing color box in flag type module 30-12-24 START */
/* @media print {
    span {
        background-color: #634040 !important;
    }
} */

/* ## Example of General Printing Options */
/* .show-on-print-only {
    display: none;
}

@media print {
    .hide-on-print {
        display: none;
    }

    .show-on-print-only {
        display: initial;
    }

    .page-break-before {
        page-break-before: always;
    }

    .print-border {
        border: 1px solid #01579B;
    }
} */

/* # Use this for better color support */
@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* css for showing color box in flag type module 30-12-24 END */
.accordion-one-primary .card-header a.collapsed:hover, .accordion-one-primary .card-header a.collapsed:focus {
    background-color: #2C9DD4 !important;
    color: #fff !important;
}

/*   Update Supplier Payment Type Add Range Based Price button css */

.extra_btn_payment {
    border-radius: 10px;
    margin-left: 20px;
}

.input-file {
  position: relative;
  padding: 0;
  display: block;
  max-width: 100%;
  cursor: pointer;
  height: auto; /* Allow it to grow with content */
}

.input-file .btn {
  white-space: nowrap;
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  float: left;
}

.input-file .material-icons {
  float: left;
  font-size: 16px;
  line-height: inherit;
  margin-right: 4px;
}

.input-file ins {
  white-space: normal; /* Allow wrapping */
  word-wrap: break-word; /* Break long words if needed */
  overflow: visible;
  text-overflow: unset;
  font-size: 12px;
  display: block; /* So it wraps and pushes layout */
  margin: 0 !important; /* Adjust margin if needed */
  max-width: 100%;
}

.input-file:after {
  content: "";
  display: block;
  clear: both;
}

.input-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -100px;
  z-index: -1;
}




#remove_driver_name{
    margin-top: 12px;
}


.modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px;
}

/* Custom dropdown menu styling */
.custom-dropdown-menu {
    max-width: 500px;
    max-height: 300px;
    overflow-y: auto;
    padding: 4px 0;
    white-space: normal;
    z-index: 1050;
}

/* Wrapper for each dropdown item */
.dropdown-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 10px;
    gap: 10px;
}

/* Label text that wraps */
.dropdown-item-wrapper .label-text {
    flex: 1;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 250px;
    color: #1e1e1e !important;
}

/* Icon group on the right */
.custom-icon-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.custom-icon-group a {
    color: #2C9DD4 !important;
    font-size: 14px;
    text-decoration: none;
}

.custom-icon-group a:hover {
    color: #007bff;
}

/* Optional: scroll bar styling */
.custom-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.custom-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}



