﻿/*for showing validation error message*/

.table thead tr th:first-child {
    border-radius: .75rem 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 .75rem 0 0;
}

.table thead tr th {
    background-color: #fcfaff;
}

.fc table {
    --fc-border-color: #dddddd !important;
}


.custom-alert {
    max-width: 320px;
    width: 100%;
    position: fixed !important;
    max-height: 100vh;
    z-index: 9999;
    pointer-events: none;
    right: 15px;
    top: 15px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* For adding the padding to the datatable pagination sections */
#divPagingHolder {
    padding: 8px 0px;
}

.pagination a {
    padding: 4px 10px !important;
}

.secLoader {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .secLoader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/*for UserManagementRole checkbox begin*/
.form-check.form-check-solid .roledefault:checked {
    background-color: black !important;
}

.form-check.form-check-solid .roleoverridden:checked {
    background-color: red !important;
}

.form-check.form-check-solid .roleoverroleoriented:checked {
    background-color: green !important;
}

.form-check.form-check-solid .roleoverrolewarning:checked {
    background-color: orangered !important;
}

.roleindication {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-top: 4px;
}
/*for UserManagementRole checkbox end*/


/* Media query */

@media screen and (max-width: 990px) {
    .pagination {
    }
}

@media screen and (min-width: 991px) {
    .pagination {
        float: right !important;
    }
}

@media (min-width: 992px) {
    .app-header-menu .menu > .menu-item.here > .menu-link {
        transition: color .2s ease;
        /*background-color: var(--bs-header-link-bg-color) !important;*/
        color: #000;
        padding: 5px 16px;
    }
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #6b58fd;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #6b58fd !important;
    border-color: #6b58fd !important;
    cursor: default;
}

@media (min-width: 992px) {
    .app-content {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

.page-heading {
    font-size: 20px !important;
}

.md-icon {
    font-size: 1.2rem;
    vertical-align: middle;
}

#divMoreContactListing .menu-column {
    flex-direction: column;
    width: inherit;
}

.table-responsive {
    width: 100%;
}

@media (min-width: 992px) {
    .pt-lg-10 {
        padding-top: 1.5rem !important;
    }
}

.pt-7 {
    padding-top: 1.25rem !important;
}

/*.table.gy-5 td {
border-bottom-color: #dddddd !important;
}*/

.app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #6b58fd !important;
}

.table:not(.table-bordered).table-row-dashed tr {
    border-bottom: 1px solid #f1f1f1 !important;
}

.modal-content {
    padding: 1rem;
}

.ui-menu-item-wrapper:hover {
    color: #6b58fd !important;
    border-radius: 2px !important;
    border: 1px solid #ddd !important;
}

.vl {
    border-left: 0.2px solid #ddd !important;
}

.card .card-header {
    min-height: 25px !important;
}

.modal-header {
    padding: 1rem !important;
}

#divCustomerToolbar, #divAMCToolbar, #divVendorToolbar, #divCustomerToolbar, #divRoleToolbar, .toolbar {
    padding-bottom: 10px !important;
    background-color: #ffffff !important;
    /* border-bottom: 1px solid #e7e5e5;*/
}

.text-capitalize {
    text-transform: capitalize;
}

.vertical_custom_nav .nav .nav-link {
    border: none !important;
}

.vertical_custom_nav .nav.nav-pills.nav-pills-custom .nav-link {
    border: none;
    border-radius: 0px;
}

.nav-pills .nav-link {
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

    .nav-pills .nav-link.active {
        color: var(--bs-text-primary) !important;
        border-bottom: 2px solid #6b58fd !important;
    }

.dropzone-item {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
    background-color: var(--bs-gray-100);
}

.dropzone-delete {
    float: right;
    cursor: pointer;
}

.dropzone-toolbar {
    margin-left: 1rem;
    display: flex;
    flex-wrap: nowrap;
}

.bordered_bottom_none {
    border-bottom: none !important;
}

.txt_highlight {
    color: #154ced;
}


.ui-widget-header {
    border: 1px solid #333 !important;
    background: #eee url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;
    color: #333 !important;
    font-weight: bold;
}

.ui-widget-content {
    border: 1px solid #ddd !important;
    background: #ffffff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x !important;
    color: #333;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #5E991C !important;
        background: #5E991C !important;
        font-weight: bold;
        color: #fff !important;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        border: 1px solid #5E991C !important;
        background: #ECFFD8;
        font-weight: bold;
        color: #5E991C !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #ccc;
        background: #f6f6f6 !important;
        font-weight: bold;
        color: #333 !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #6b58fd !important;
        background: #ECFFD8 !important;
        color: #333 !important;
    }

.ui-widget-header .ui-icon {
    background-image: url('images/ui-icons_222222_256x240.png');
}


.ui-autocomplete .ui-menu-item:hover {
    border: 1px solid #ddd !important;
    background: #ECFFD8 !important;
    color: #ffffff;
}

.select2-container--disabled .select2-selection {
    background: #EEf1f5 !important;
    cursor: not-allowed !important;
}

.input-group-ddl {
    /*background-color: var(--bs-gray-100);*/
    border: 1px solid var(--bs-gray-300);
    border-radius: .75rem
}

@media (min-width: 992px) {
    .app-header-menu .menu > .menu-item > .menu-link .menu-title {
        color: #202a3c;
    }
}

@media (min-width: 992px) {
    .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
        font-weight: 600;
        color: #6b58fd;
    }
}

.text-hover-success {
    color: #27374D !important;
}

    .text-hover-success:hover {
        color: #6b58fd !important;
        text-decoration: underline !important;
    }

.table tbody tr:hover td {
    background-color: #f6f6f6 !important;
}

.table tr:nth-child(even) td {
    background-color: #fbfdfd;
}

.scrolltop {
    background-color: #C9C2FE !important;
}

    .scrolltop:hover {
        background-color: #6b58fd !important;
    }

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #6b58fd !important;
}

.text-active-primary.active {
    color: #6b58fd !important;
}

.fs-14 {
    font-size: 14px !important;
}

.btn.btn-light-primary .svg-icon, .btn.btn-light-primary i {
    color: #6b58fd !important;
}

.btn-check:active + .btn.btn-light-primary, .btn-check:checked + .btn.btn-light-primary, .btn.btn-light-primary.active, .btn.btn-light-primary.show, .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .show > .btn.btn-light-primary {
    background-color: #6b58fd !important;
    border-color: #6b58fd !important;
    color: #ffffff !important;
}

    .btn-check:active + .btn.btn-light-primary .svg-icon, .btn-check:active + .btn.btn-light-primary i, .btn-check:checked + .btn.btn-light-primary .svg-icon, .btn-check:checked + .btn.btn-light-primary i, .btn.btn-light-primary.active .svg-icon, .btn.btn-light-primary.active i, .btn.btn-light-primary.show .svg-icon, .btn.btn-light-primary.show i, .btn.btn-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-light-primary:active:not(.btn-active) i, .btn.btn-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-light-primary:focus:not(.btn-active) i, .btn.btn-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-light-primary:hover:not(.btn-active) i, .show > .btn.btn-light-primary .svg-icon, .show > .btn.btn-light-primary i {
        color: #ffffff !important;
    }

.text-dark-color {
    color: #27374D !important;
}

.nav-line-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #6b58fd !important;
}

.text-active-success.active {
    color: #6b58fd !important;
}

.flatpickr-day.selected {
    background: var(--bs-info-active) !important;
    color: var(--bs-component-active-color);
    border-color: transparent;
}

    .flatpickr-day.selected:hover {
        background: var(--bs-info-active) !important;
        color: var(--bs-component-active-color);
        border-color: transparent;
    }

.flatpickr-day:hover {
    color: #5014D0 !important
}

.select2-selection__rendered, .select2-results__option {
    text-transform: capitalize !important;
}

.fc-button, .fc-button-primary {
    text-transform: capitalize !important;
    color: #7239EA !important;
    background-color: #F8F5FF !important;
    border: 1px solid #e7e5e5 !important;
    border-radius: 9px !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.fc-searchbtn-button {
    color: #FFFFFF !important;
    background-color: #5014D0 !important;
    border-radius: 9px !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.fc-button-primary:hover:not(.btn-active), .fc-prev-button:hover, .fc-button-primary:not(:disabled):not(.fc-button-active):hover .fc-icon {
    border-color: var(--bs-info);
    background-color: var(--bs-info) !important;
    color: var(--bs-text-gray-200) !important;
}

.fc .fc-daygrid-event, .fc-list-event-title {
    cursor: pointer !important;
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #6b58fd;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: #6b58fd !important;
}

.form-check-input:checked {
    background-color: #6b58fd;
    border-color: #6b58fd;
}

#divFilteringlblHolder span {
    text-transform: capitalize !important;
}

.form-switch.form-check-solid .form-check-input:not(:checked) {
    background-color: #E8E8E8;
}

.active_sortby {
    font-weight: 800;
    color: #6b58fd;
    background-color: var(--bs-info-light);
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
    top: 1px !important;
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    top: 1px !important;
}

.sorting {
    text-decoration: underline !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 5px !important;
}

.dashboard_card_header {
    background-color: #fcfaff !important;
}

.dashboard_card-body {
    max-height: 300px !important;
    overflow: scroll !important;
}
/*.timeline-label .timeline-badge {
    flex-shrink: 0;
    background-color: var(--bs-body-bg);
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: 0.5rem;
    padding: 3px !important;
    border: 6px solid var(--bs-body-bg) !important;
}*/
#divActivites .timeline-label .timeline-badge {
    margin-left: 0.25rem;
}

#divActivites .timeline-label:before {
    content: "";
    position: absolute;
    left: 75px !important;
}


#divCommentscard .timeline-label:before {
    display: none !important;
}

.w-55 {
    width: 55%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-5 {
    width: 5%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}


.w-65 {
    width: 65%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-300px {
    width: 300px !important;
}

a {
    color: #6b58fd;
    text-decoration: none;
}
/*
.text-primary {
    color: #6b58fd !important;
}*/
/*.card {
    border: 1px solid #181c32 !important;
}*/ /*
.border {
    border: 1px solid #181c32 !important;
}
*/

.form-control-sm {
    font-size: 1.1rem !important;
}
/*
.text-success {
    color: #6b58fd !important;
}*/

#select2-ddlMeasurement-results .select2-results__option {
    text-transform: none !important;
}

.trheader_job td:hover {
    /* Reset any hover styles to none */
    /* For example, removing background color */
    background-color: #e6e6e6 !important;
    /* You may need to reset other styles depending on your specific case */
}

.trheader_job td {
    background-color: #e6e6e6 !important;
}

#tblJobDeviceListing {
    width: 100%;
}

.table .trheader_job:nth-child(even) td {
    background-color: #e6e6e6 !important;
}

#tblJobDeviceListing .trunit_header:nth-child(even) td {
    background-color: #f6f6f6 !important;
}

.unit_table tr:hover td {
    background-color: none !important;
}

#tblJobDeviceListing tbody tr:hover td {
    background-color: none !important;
}

#divJobsDetail .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 2px;
    margin-top: 5px;
}

#divAMCViewContent .card {
    border-color: #e2e2e2 !important;
}

.nav-pills .nav-link.active {
    color: var(--bs-text-primary) !important;
    border-bottom: 2px solid #50cd89 !important;
}

.dashboard_card_header {
    height: 60px !important;
}
.mw-1100px {
    max-width: 1100px !important;
}



/*Text Editor*/
.ck-content.ck-focused {
    border-color: var(--ck-color-toolbar-border) !important;
    box-shadow: none !important;
}

.ck-content {
    border-color: var(--ck-color-toolbar-border) !important;
    box-shadow: none !important;
    min-height: 150px;
    border-radius: 0px 0px .92rem .92rem !important;
}

.ck-toolbar {
    border-top-left-radius: .92rem !important;
    border-top-right-radius: .92rem !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


/*Quotation Detail Responsic*/
/* Extra Small (Mobile Phones) */
@media (max-width: 575.98px) {
    .QuoteDetailRespHead {
        width: 100%;
        display: inline-block;
    }

    .QuoteDetailRespValue {
        width: 100%;
        display: inline-block;
    }
}

/* Small (Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .QuoteDetailRespHead {
        width: 120px;
        display: inline-block;
    }

    .QuoteDetailRespValue {
        display: inline-block;
    }
}

/* Medium (Desktops and Tablets in Landscape) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .QuoteDetailRespHead {
        display: inline-block;
        width: 120px;
    }

    .QuoteDetailRespValue {
        display: inline-block;
    }
}

/* Large (Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .QuoteDetailRespHead {
        width: 120px;
        display: inline-block;
    }

    .QuoteDetailRespValue {
        display: inline-block;
    }
}

/* Extra Large (Large Desktops) */
@media (min-width: 1200px) {
    .QuoteDetailRespHead {
        width: 120px;
        display: inline-block;
    }

    .QuoteDetailRespValue {
        display: inline-block;
    }
}

.table.gy-5 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.h-45px{
    height:45px !important;
}
.daterangepicker .ranges li.active {
    background-color: #F8F5FF !important;
    color: #6b58fd;
    transition: color .2s ease;
}
.daterangepicker .ranges li:hover {
    background-color: var(--bs-component-hover-bg);
    color: #6b58fd;
    transition: color .2s ease;
}
.daterangepicker .drp-calendar td.active {
    background-color: #6b58fd !important;
    color: var(--bs-component-active-color) !important;
    border-radius: .75rem;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
    background-color: var(--bs-component-hover-bg);
    color: #6b58fd;    
}

.menu-state-primary .menu-item.here > .menu-link {
    transition: color .2s ease;
    color: var(--bs-primary);
}
.active-submenu {
    color: #6b58fd !important;
}