﻿/*For Print*/
.page {
    width: 29.7cm !important;
    max-height: 20.9cm !important;

    page-break-inside: avoid;



    margin-top: 0px;
    border: 1px white solid;
    font-size: 10px;
    color: black;
}

@media print {
    #manifestprintbtn {
        display: none;
    }
    @page {
        size: A4 landscape;
        margin: 0px;
    }
}
/*For Print*/

/*For Reconnect Display*/
#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }
/*For Reconnect Display*/

/* Begin - Proforma Invoice Print Preview */
.pagerotate {
    width: 21cm !important;
    min-height: 29.7cm !important;
    page-break-after: always;
    margin: 1cm auto;
    background: #fff;
    padding: 30px 10px 10px 10px;    
}

    .pagerotate:last-child {
        page-break-after: avoid;
    }

    .pagerotate .rw {
        margin-left: 0px;
        margin-right: 0px;
    }

    .pagerotate i {
        font-size: 10px;
    }

    .pagerotate .x12 {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .pagerotate .x4 {
        float: left;
        width: 33.33%;
        position: relative;
        min-height: 1px;
    }

    .pagerotate .x6 {
        float: left;
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .pagerotate .pan {
        margin-bottom: 10px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05)
    }

    .pagerotate .pan-body {
        padding: 0px
    }

    .pagerotate .pan-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 1px;
        border-top-left-radius: 1px
    }

    .pagerotate .pan-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        color: inherit
    }

    .pagerotate .pan-default {
        border-color: #0c0c0c
    }

    .pagerotate .invoice-title {
        padding: 5px;
    }

    .pagerotate .pan-default > .pan-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #0c0c0c;
    }

    .pagerotate .left {
        text-align: left !important;
    }

    .pagerotate .right {
        text-align: right !important;
    }

    .pagerotate .center {
        vertical-align: middle;
        text-align: center;
        transform: none !important;
    }

    .pagerotate .x12 > h1 {
        background-color: #f5f5f5;
        text-align: center;
        vertical-align: middle;
        padding: 3px;
        padding-top: 0px !important;
        border-bottom: 1px solid;
        border-color: #ddd;
        margin-top: 0px;
    }

    .pagerotate .tbl-responsive {
        overflow-x: auto;
        min-height: .01%;
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .pagerotate .fl-right {
        float: right;
    }

    .pagerotate .tbl-responsive > .table {
        margin-bottom: 0
    }

    .pagerotate .tbl {
        border-collapse: collapse !important
    }

        .pagerotate .tbl td, .tbl th {
            background-color: #fff !important
        }

    .pagerotate .tbl-condensed {
        width: 100% !important;
        border: 1px solid !important;
        margin-bottom: 10px;
    }

        .pagerotate .tbl-condensed > tbody > tr > td,
        .pagerotate .tbl-condensed > tbody > tr > th,
        .pagerotate .tbl-condensed > tfoot > tr > td,
        .pagerotate .tbl-condensed > tfoot > tr > th,
        .pagerotate .tbl-condensed > thead > tr > td,
        .pagerotate .tbl-condensed > thead > tr > th {
            padding: 5px
        }

        .pagerotate .tbl-condensed > thead > tr > td {
            border: 1px solid !important;
        }

        .pagerotate .tbl-condensed > thead {
            text-align: center;
            vertical-align: middle;
        }

        .pagerotate .tbl-condensed > tbody > tr > td {
            border: 1px solid !important;
        }

        .pagerotate .tbl-condensed > thead > tr:first-child > td {
            font-size: 12px;
        }

        .pagerotate .tbl-condensed > tbody > tr:not(:last-child) > td {
            font-size: 12px;
        }

    .pagerotate .invoice-title img, .invoice-title h3 {
        display: inline-block;
    }

    .pagerotate .thick-line {
        border: 1px solid;
    }

    .pagerotate .x6 > address {
        border: 1px solid;
        height: 137px;
        padding: 5px;
        margin-bottom: 0px;
    }

    .pagerotate .no-line {
        border-bottom: none !important;
    }

    .pagerotate img {
        margin-bottom: 10px !important;
    }

    .pagerotate p {
        margin: 0px !important;
    }
/* End - Proforma Invoice Print Preview */

/*For Drag & drop */
.drag-drop-zone {
    border: 1px dashed #e68710;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    /*margin: 1.5rem 0 2rem 0;*/
    position: relative;
    width: 100%;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
/*For Drag & drop */


.custom-toggle-lg {
    position: relative;
    display: inherit;
    display: inline-block;
    width: 80px;
    height: 1.5rem;
    margin: 0;
}

    .custom-toggle-lg input:checked + .custom-toggle-slider-lg {
        border: 1px solid #5e72e4;
    }

.custom-toggle-slider-lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 34px !important;
    background-color: transparent;
}


.custom-toggle-lg input:checked + .custom-toggle-slider-lg::before {
    transform: translateX(55px);
    background: #5e72e4;
}

.custom-toggle-slider-lg::before {
    position: absolute;
    bottom: 2px;
    left: 3px;
    width: 18px;
    height: 18px;
    content: '';
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    border-radius: 50% !important;
    background-color: #e9ecef;
}

.custom-toggle-slider-lg {
    cursor: pointer;
}

.custom-toggle-lg input:checked + .custom-toggle-slider-lg::after {
    right: auto;
    left: 0;
    content: attr(data-label-on);
    color: #5e72e4;
}

.custom-toggle-slider-lg::after {
    font-family: inherit;
    font-size: .75rem;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    min-width: 1.66667rem;
    margin: 0 .21667rem;
    content: attr(data-label-off);
    transition: all .15s ease;
    text-align: center;
    color: #ced4da;
}

.custom-toggle-lg input {
    display: none;
}



.btn-outline-primary-white {
    color: white;
    border-color: #5e72e4;
    background-color: transparent;
    background-image: none;
}

    .btn-outline-primary-white:hover {
        color: #fff;
        border-color: #5e72e4;
        background-color: #5e72e4;
    }

    .btn-outline-primary-white:focus,
    .btn-outline-primary-white.focus {
        box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
    }

    .btn-outline-primary-white.disabled,
    .btn-outline-primary-white:disabled {
        color: #5e72e4;
        background-color: transparent;
    }

    .btn-outline-primary-white:not(:disabled):not(.disabled):active,
    .btn-outline-primary-white:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-white.dropdown-toggle {
        color: #fff;
        border-color: #5e72e4;
        background-color: #5e72e4;
    }

        .btn-outline-primary-white:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary-white:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
        }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    /*padding: 0.6rem 1.25rem 0.7rem 1.25rem;*/
    padding: 15px 20%;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.my-custom-pagination {
    margin: 16px 0;
}

    .my-custom-pagination .ant-pagination-item,
    .my-custom-pagination .ant-pagination-item-link {
        border-radius: 100%;
    }

.mandate, #dropmandate .ant-select-selector {
    background: #fffde7 !important;
    border-color: #607d8b !important;
}

.notification-popup {
    max-height: 400px !important;
    min-width: 0px !important;
    overflow-y: hidden;
    width: 350px !important;
    border-radius: 10px;
    background-color: #d6dde7;
    /*opacity: 0;
    background: transparent;*/
}

.notification-badge {
    position: absolute;
    top: -10px;
    right: -15px;
    display: inline-block;
    font-size: 12px;
    padding: 1px 3px 3px 1px !important;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #fb6340;
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 10rem;
    width: 21px;
    height: 21px;
}

.unread {
    background-color: antiquewhite;
}

.notification-avatar {
    border-radius: 25px;
    padding: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    /*font-size: 20px;*/
    font-weight: bold;
    color: white;
}

.notification-popup:hover {
    overflow: auto;
    /*padding-right: 1px;*/
    /*opacity: 1;*/
}

.alert-width {
    width: -webkit-fill-available;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.details-control.on {
    background: url('/img/plus.png') no-repeat center center;
    cursor: pointer;
}

td.details-control {
    background: url('/img/minus.png') no-repeat center center;
    cursor: pointer;
}

.danger{
    color:red;
    font-size:11px;
    font-weight:700;
}


/*T*/
#mytopBtn {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 45%;
    right: 0.5%;
    z-index: 10;
    font-size: .997rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    #mytopBtn:hover {
        background-color: darkgray;
        opacity: 50%;
        color: black;
        transition: all .3s;
        border-radius: 50%;
    }

#mycenterBtn {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 49%;
    right: 0.83%;
    z-index: 10;
    font-size: .997rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    margin: 0px;
    padding: 0px;
    cursor: not-allowed;
    pointer-events: none;
}

#mybtmBtn {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 53%;
    right: 0.5%;
    z-index: 10;
    font-size: .997rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


    #mybtmBtn:hover {
        background-color: darkgray;
        opacity: 50%;
        color: black;
        transition: all .3s;
        border-radius: 50%;
    }