﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.field-validation-error, 
.validation-summary-errors ,
.field-validation-error {
    font-size: 12px;
    color: #ff4a4a;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8);
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

.icon-center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.saveRolePermissionBtn {
    margin: 20px;
    float: right;
}

input[type="checkbox"] {
    cursor: pointer;
}


.form-floating .btn-light {
    font-size: 0.813rem;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.form-floating .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form-floating .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.form-floating .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-floating .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #262937 !important;
}

.form-floating .bootstrap-select .dropdown-toggle:focus,
.form-floating .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.form-floating .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 13px !important;
}

.form-floating .bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 14px;
}

#CarrierIds {
    height: 100px;
}

.datepicker td,
.datepicker th {
    width: 40px !important;
    height: 40px !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    background-color: #08b4ec !important;
}

.form-floating > label {
    height: 38px;
}


table.grid_custom th {
    height: auto;
    color: #08b4ec;
}

.datatable.table th {
    height: auto;
    color: #08b4ec;
}
table.grid_custom tr{
    height:45px;
    background-color:transparent;
}
.reportcontainer .dataTables_length{
    float: left;
}
.reportcontainer .dt-buttons {
    float: right;
}
.reportcontainer .buttons-csv, .reportcontainer .buttons-copy {
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.3);
    z-index: 1080;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

@media screen and (max-width: 1280px) {
    .mxw-1400 {
        width: 1400px;
    }
}

.urget-note-listing .scroll-box {
    padding: 1rem;
    height: 175px;
    overflow-y: auto;
    position: relative;
}

.urget-note-listing .table tr th {
    color: #842029;
    padding: 0;
    background-color: transparent !important;
    border-bottom-color: #842029 !important;
}

.urget-note-listing .table tr td {
    padding: 10px 0;
    font-size: 0.813rem;
    color: #842029;
}

.urget-note-listing .close-icon {
    position: absolute;
    color: #842029;
    right: -10px;
    top: -10px;
    font-size: 14px;
    background-color: #ffff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 100%;
    border: 1px solid #f5c2c7;
    transition: all .25s ease-in-out;
}

    .urget-note-listing .close-icon:hover {
        color: #842029;
        background-color: #f8d7da;
    }

/*.position-menu-count {
    position: absolute;
    top: 0px;
    right: -15px;
    background: red;
    line-height: 1.5;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    width: 17px;
    text-align: center;
    height: 17px;
}
*/

.position-menu-count {
    cursor: pointer;
    color: #ff4a4a;
}

.allactivity {
    position: relative;
}

.statusclolorode {
    width: 20px;
    height: 20px;
}


.custom-card {
    background-color: #f8f8f8;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 6px;
}

    .custom-card .card-body {
        min-height: 350px;
        max-height: 350px;
        overflow-y: auto;
    }


.m-l-10 {
    margin-left: 10px;
}

.opened-ticket-active , 
.table-hover>tbody>tr.opened-ticket-active:hover>*,
.opened-Order-active , 
.table-hover>tbody>tr.opened-Order-active:hover>* {
    background-color: #c3f6c3;
}
.opened-ticket-active  td,
.opened-Order-active  td {
    color: #0f5132;
}

.table.icon-table tr.unread,
.table-hover>tbody>tr.unread:hover>*  {
    background-color: #faebd750 !important;
}

.table.icon-table tr.unread td {
    color:  rgba(0, 0, 0, 0.5) !important;
}


.select2-container--open {
    z-index: 1061;
}

.toast .alert-danger .toast-header {
    color: inherit;
}

.toast .alert-danger .btn-info {
    padding: 3px 10px;
    min-height: auto;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}



.Notylabel {
    position: absolute;
    height: 14px;
    width: 14px;
    background: red;
    line-height: 15px;
    text-align: center;
    border-radius: 20px;
    right: -6px;
    font-size: 11px;
    top: -7px;
    color: #fff;
}
aside {
    position: fixed;
    width: 320px;
    height: 100%;
    background: #FFF;
    right: -330px;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-top: 50px;
    transition: all 0.4s ease;
    z-index: 9;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%);
}

aside.active {
    right: 0;
}

aside .header-note h2 {
    font-size: 20px;
    color: #444;
    margin: 0;
    font-weight: 500;
}

.header-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px;
}

.colse-btn {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

    .colse-btn a {
        font-size: 18px;
        color: #878787;
        line-height: 1.1;
    }

    .colse-btn:hover {
        background: #E1DFDD;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 3px
    }

.btn-common-index {
    z-index: 1 !important;
}

.info-popup-common-index {
    z-index: 2 !important;
}

.opened-notification-active {
    background-color: #c3f6c3;
    border-color: #FFF;
}

.div-all-notify-body-text {
    padding: 10px 15px;
    cursor:pointer;
    border-radius: 3px;
    margin: 15px 15px 0;
    transition:  box-shadow .25s ease-in-out;
    box-shadow: rgb(0 0 0 / 1%) 0px 1px 3px 0px, rgb(0 0 0 / 1%) 0px 1px 1px 0px;
}

    .div-all-notify-body-text:hover {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    }


    .div-all-notify-body-text span {
        font-size: 13px;
    }

.footer-aside-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#btnnotificationshowall {
    width: 100%;
    background: var(--bs-primary);
    color: #FFF;
}

.aside-div-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 97px);
}
aside hr {
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.813rem;
}
.test {
    display: flex;
    width: 100%;
    overflow-x: auto;
    height: 140px;
    overflow-y: hidden;
    padding:5px
}
    .test div {
        margin: 6px;
        display: flex;
        justify-content:center;
        align-items: center;
        border: 3px solid red;
       
    }

.QDRepeatingItem {
    border-bottom: 1px solid;
    margin-top: 10px;   
    padding: 10px;
}

/* Quote show entites */
@media screen and (min-width:992px) {
    #grid_quotation_wrapper.dataTables_wrapper {
        position: relative
    }

    #grid_quotation_length.dataTables_length {
        position: absolute;
        bottom: -50px;
        left: 240px;
    }
}

@media screen and (min-width:992px) {
    #grid_report_wrapper.dataTables_wrapper {
        position: relative
    }

    #grid_report_length.dataTables_length {
        position: absolute;
        bottom: -50px;
        left: 240px;
    }
}


