﻿/*19 June 2025 Update for BS5 changes starts*/
.ddlheader {
    font-size: 12px !important;
    outline:0px !important;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25) !important;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    margin-top: 0px;
}

#lblUserName {
    font-size: 13px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    margin-top: 0px;
}

.user-menu .dropdown-toggle::after {
    display: none;
}

.fieldset {
    border: 1px solid #ccc;
    padding: 30px;
    position: relative;
}

legend {
    float: none;
    width: auto;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 15px !important;
    font-weight: 500;
    color: #000;
}

.btn {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTable tbody a {
    text-decoration: none;
}

    .dataTable tbody a.Linkstyle {
        text-decoration: underline;
    }

.modalPopUpBody .table > :not(caption) > * > * {
    padding: 3px .5rem;
}

.input-group.date .input-group-addon {
    padding-top: 5px;
}

    .input-group.date .input-group-addon a {
        text-decoration: none;
    }

table th .checkbox.checkbox-info label::before {
    margin-top: -8px !important;
}

th .checkbox input[type="checkbox"]:checked + label::after {
    margin-top: -8px;
}

td .checkbox input[type="checkbox"]:checked + label::after {
    margin-top: -5px;
}

td .checkbox-info input[type="checkbox"]:checked + label::before {
    margin-top: -5px;
}

.inlineChckbox.checkbox input[type="checkbox"]:checked:disabled + label::after {
    margin-top: 2px;
}

.inlineChckbox.checkbox input[type="checkbox"] + label::before {
    margin-top: 2px !important;
}

.inlineChckbox.checkbox input[type="checkbox"]:checked:disabled + label::before {
    margin-top: 2px;
}

.inlineChckbox.checkbox input[type="checkbox"]:disabled + label::before {
    margin-top: 2px;
}
.inlineChckbox.checkbox tr {
    background-color:transparent !important;
}

.inlineChckbox.checkbox td {
    padding-right: 10px !important;
}

.inlineChckbox.checkbox input[type="checkbox"]:checked + label::after, td .inlineChckbox.checkbox input[type="checkbox"]:checked + label::after {
    margin-top: 2px;
}
.inlineChckbox.checkbox input[type="checkbox"]:checked + label::before {
    margin-top: 2px;
}

table.inlineChckbox tbody tr {
    background-color: transparent;
}

.form-control-Label.tab-StatusColor {
    max-width: 230px;
    text-align: center !important;
}

.fullWidth {
    width: 100% !important;
    max-width: 100% !important;
}
 .inlineChckbox.checkbox input[type="checkbox"], .form-inline .inlineChckbox.checkbox input[type=checkbox] {
        position: absolute;
    }

.custom-table-responsive-x{
    overflow-x:auto;
    overflow-y:visible;
    max-width:100dvw;
}


@media (max-width:990px) {
    select#ddlChangeEmployeeName {
        max-width: 250px;
    }

    .fieldset .form-control-Label, .form-control-Label {
        text-align: left !important;
    }

    .fieldset .form-control-center {
        text-align: left !important;
    }

    .fieldset label, .radio-item label {
        text-align: left !important;
        display: block;
    }

   
}

@media (max-width:767px) {
    .main-header > .navbar {
        margin-left: 0px !important;
    }

    .sidebar-open .main-header > .navbar {
        margin-left: 230px !important;
    }

    select#ddlChangeEmployeeName {
        max-width: 150px;
    }

    .main-header .sidebar-toggle {
        padding: 5px;
    }

   /*.dataTables_wrapper.dt-bootstrap {
        margin-top: 65px;
    }*/

    .dataTables_wrapper.dt-bootstrap {
        margin-top: 10px;
    }
 
    .main-sidebar {
        z-index: 1090 !important;
    }
}

.customTable td {
    background-color: #e7f1fe;
    border-bottom: 0px solid transparent !important;
}

.form-select {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.form-control{
     font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.employeeMasterTable .dt-bootstrap, .tblGroupCustomerLinking  .dt-bootstrap{
    margin-top:0px;
}
.width-70{
    max-width:70px;
    width:70px;
    flex-basis:70px;
}
/*Update for BS5 changes ends*/

.display-inline {
    display: inline-block;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-20 {
    margin-left: 20px;
}

.textbox-search-filter {
    margin-left: 83%;
    margin-bottom: 1%;
    width: 15%;
}

.padding-20 {
    padding-left: 5px;
}

.padding-top-22 {
    padding-top: 22px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-10 {
    padding-left: 5px;
}

.gridwidth-50 {
    width: 50%;
}

.header-center {
    text-align: center;
}

.checkbox {
    padding-left: 0px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 0px;
        margin-left: 22px;
        font-weight: bold;
        white-space: nowrap;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Glyphicons Halflings';
            content: "\e013";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.modalPopBackground {
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopUpPanel {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #3c8dbc;
    border-radius: 12px;
    padding: 0;
    height: 550px;
    width: 1100px;
}

.modalPopUpHeader {
    background-color: #3c8dbc;
    height: 37px;
    color: white;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modalPopUpBody {
    padding: 10px 10px;
    background: #fff;
    color: #444;
    margin-top: 10px;
    margin-bottom: 20px;
}

.modalPopFooter {
    padding: 6px;
}

.modalPopUpImageSize {
    height: 470px;
    width: 635px;
}


.modalPopUpImageSizeWithoutText {
    height: 470px;
    width: 635px;
}

.modalPopUpPanelWithoutText {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #3c8dbc;
    border-radius: 12px;
    padding: 0;
    height: 550px;
    width: 660px;
}

.modalPopUpBodyWithoutText {
    padding: 10px 10px;
    background: #fff;
    color: #444;
    margin-top: 10px;
    margin-bottom: 20px;
}

.col-lg-2_4 {
    width: 20%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.modalPopUpPanelWithText {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #3c8dbc;
    border-radius: 12px;
    padding: 0;
    height: 650px;
    width: 1000px;
}

.top4 {
    top: 4px !important;
}

.requiredvalidator {
    color: red;
}


/* ----------- Scroll Bar CSS Start ----------- /*

/* width */
::-webkit-scrollbar {
    height: auto;
    width: auto;
    max-width: 13px;
    max-height: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.dataTables_scrollHeadInner {
    margin-bottom: -2px !important;
}

.textbox-uppercase {
    text-transform: uppercase;
}

.form-control-Label {
    display: block;
    width: 100%;
    /*
      height: 34px;
      line-height: 1.42857143;
      padding: 6px 12px;
  */
    /*padding: 1px 4px;*/
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;
  border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.aspNetDisabled.btn, .aspNetDisabled.btn:hover, .aspNetDisabled.btn:active, .aspNetDisabled.btn:focus {
    background-color: #dddddd !important;
    cursor: not-allowed;
    border-color: #dddddd !important;
}

.fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.fieldset {
    padding: .35em .625em .75em;
    margin: 10px 2px 0px 2px;
    border: 1px solid silver;
    background-color: #e7f1fe;
}

.legend {
    margin-left: 20px;
    width: auto;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: inherit;
    color: #fff;
    background-color: #034478;
    border: 0;
    border: 1px solid #e5e5e5;
}

.tab-StatusColorText {
    font-weight: bold;
    text-align: center;
}

.tab-StatusColor {
}

.tab-StatusPendingColor {
    color: orange;
}

.tab-StatusPendingForApprovalColor {
    color: #3bb4f3;
}

.tab-StatusApprovedColor {
    color: green;
}

.tab-StatusRejectedColor {
    color: red;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}

.ddlExtender {
    overflow: auto !important;
    /*top: 25px !important;*/
    top: -72px !important;
    left: 4px !important;
    width: 99% !important;
}

option:hover {
    background-color: #3079ed;
    color: white;
}

.page_enabled, .page_disabled {
    display: inline-block;
    height: 25px;
    min-width: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #034478;
}

.page_enabled {
    background-color: #eee;
    color: #034478;
}

.page_disabled {
    background-color: #034478;
    color: white !important;
}

.grid-column-no-sort::after {
    display: none !important;
    background-image: none !important;
}

.grid-column-no-sort {
    /*pointer-events: none !important;*/
    cursor: default !important;
    background-image: none !important;
}

.ddlheader {
    background-color: transparent !important;
    color: white !important;
  
    padding: 0px 32px 0px 4px !important;
    border: transparent !important;
}

    .ddlheader option {
        background-color: #034478 !important;
        color: white !important;
    }

.controlDummyDisable {
    background-color: #eee !important;
    pointer-events: none !important;
}

/*  Placeholder color Change Css Start */

/* Chrome, Firefox, Opera, Safari 10.1+ */
/*::placeholder {
	color: #3bb4f3 !important;
	opacity: 1 !important;
}*/

/* Internet Explorer 10-11 */
/*:-ms-input-placeholder {
	color: #3bb4f3 !important;
}*/

/* Microsoft Edge */
/*::-ms-input-placeholder {
	color: #3bb4f3 !important;
}*/

/* WebKit, Blink, Edge */
/*::-webkit-input-placeholder {
	color: #3bb4f3 !important;
}*/

/* Mozilla Firefox 4 to 18 */
/*:-moz-placeholder {
	color: #3bb4f3 !important;
	opacity: 1 !important;
}*/

/* Mozilla Firefox 19+ */
/*::-moz-placeholder {
	color: #3bb4f3 !important;
	opacity: 1 !important;
}*/

/*  Placeholder color Change Css End */

.datagridtable .ajax__calendar_container TD {
    background-color: white !important;
}

.datagridtable .ajax__calendar_container tbody .ajax__calendar_active {
    background-color: #edf9ff !important;
}

.clearLeft {
    clear: left;
}

.text-italic {
    font-style: italic;
}

.font-medium {
    font-size: medium !important;
}

.disclaimerClass {
    font-style: italic;
    text-align: justify;
}


