.padding-top-0 {
    padding-top: 20px !important;
}

.dataTables_paginate {
    float: right;
    margin-top: -25px;
}

    .dataTables_paginate a {
        color: #622c91;
        margin: 3px;
        /* border: 1px solid #afafaf; */
        padding: 4px 10px;
        text-decoration: none;
        cursor: pointer;
    }

.paginate_button.current {
    background: #622c91;
    border: 1px solid #622c91;
    color: #fff;
}

.table thead th:focus {
    outline: none;
}

table thead th {
    vertical-align: top !important;
    border-bottom: 2px solid #622c91 !important;
    padding: 5px;
}


table th {
    border-top: none !important;
    text-align: left;
    font-weight: 500;
}

#brdrPending {
    border-top: 1px solid #0072bc !important;
}

#brdrWIP {
    border-top: 1px solid #00bff3 !important;
}

#brdrtrueDUplicate {
    border-top: 1px solid #66cc33 !important;
}

#brdrfalsepositive {
    border-top: 1px solid #f7941d !important;
}
table {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.table td {
    //padding: .75rem;
    vertical-align: top;
    border-top: none;
    text-align: center;
}

#dv_table .table td {
    padding: .75rem;
    border-bottom: 2px solid #dee2e6;
    text-align: left !important;
}

.table > tbody > tr:last-child td {
    border-bottom: none;
}

.dataTables_scroll {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 10pt;
    overflow: auto;
}

    .dataTables_scroll .fa {
        display: none;
    }

.lookuphead {
    display: flex;
    justify-content: left;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 30px;
    height: 75px;
}


    .lookuphead > div:first-child {
        background: none;
        color: #622c91;
        padding: 22px 8px 13px 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lookuphead > div:nth-child(2) {
        margin-left: 30px;
        width: 240px;
    }


    .lookuphead > div:nth-child(3) {
        margin-left: 75px;
        width: 240px;
        display: flex;
        flex-flow: column;
        justify-content: left;
    }

.uploadpage > div:nth-child(3) {
    width: 650px;
}

.datatablescroll {
    font-family: 'Segoe UI', calibri, sans-serif !important;
}

.lookuphead > div:nth-child(3) > div:first-child {
    font-size: 14px;
    color: #1a4362;
    width: 112px;
    opacity: .7;
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

.uploadpage > div:nth-child(3) > div:first-child {
    font-size: 14px;
    color: #1a4362;
    width: auto;
    visibility: visible;
    opacity: 1;
}

.daterange2 {
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
    border-radius: 0;
    padding: 0;
    cursor: auto;
}

    .daterange2:focus {
        border-bottom: 2px solid #1a4362;
        border-color: #000 !important;
    }

.daterangepicker.dropdown-menu {
    top: 212px !important;
}


.lookuphead > div:nth-child(4) {
    margin-left: 75px;
    width: 240px;
}

.duplicate > div:nth-child(4) {
    width: 250px;
}

.lookuphead > div:nth-child(5) {
    margin-left: 30px;
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

    .lookuphead > div:nth-child(5) > a {
        width: 135px;
    }

    .lookuphead > div:nth-child(5) > a {
        margin-top: 14px;
    }

.reddot {
    position: relative;
    color: #5e7b91 !important;
}

    .reddot sup {
        color: red;
        /*position: absolute;*/
        right: -9px;
        top: -3px;
    }


.uploadpart {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .uploadpart > div {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .uploadpart > div:first-child {
            margin-bottom: 40px;
        }


        .uploadpart > div > div:last-child {
            text-decoration: underline;
            color: #1a4362;
            font-size: 18px;
        }

        .uploadpart > div > div:first-child {
            background: #fed23b;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 2px solid #fff;
            box-shadow: 1px 1px 8px 2px #e9ecef;
        }


/* model popup */


.modelpopup1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.57);
    top: 0;
    z-index: 9999;
    overflow: hidden;
    transition: all .3s;
    justify-content: center;
    align-items: center;
    display: none;
}


.modelpopup2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.57);
    top: 0;
    z-index: 9999;
    overflow: hidden;
    transition: all .3s;
    justify-content: center;
    align-items: center;
    display: none;
}

.popupbg {
    background: #fed23b;
}


.modelpopup1 > div {
    width: 350px;
    background: #fff;
    border-radius: 2px;
    transition: all .4s;
}


.modelpopup2 > div {
    width: 350px;
    background: #fff;
    border-radius: 2px;
    transition: all .4s;
}

.popuphead {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    align-items: center;
}

    .popuphead > div:last-child {
        cursor: pointer;
    }

    .popuphead > div:first-child {
        font-weight: 600;
    }

.popupbody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    padding: 30px 20px;
}

.popupbody2 {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    padding: 20px 20px;
}


    .popupbody2 > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 10px;
    }


        /* .popupbody2>div>span{
    position: relative;
    margin-right: 12px;
    font-size: 9pt;
    opacity: .6;
    text-align: right;
    width: 100px;
} */

        .popupbody2 > div > span > sup {
            position: absolute;
            color: red;
            right: -7px;
            top: -1px;
        }

.frmc {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 10px;
    resize: none;
    font-size: 10pt;
}

.avs {
    background: #666666;
}

.popupfoot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

    .popupfoot > div:first-child {
        margin-right: 10px;
    }


.button {
    background-color: #1a4362;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 12px;
    transition: all 0.5s;
    cursor: pointer;
    width: 110px;
    box-shadow: none;
}

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button span:after {
            content: url('../img/plus_btn.png');
            position: absolute;
            opacity: 0;
            top: 3px;
            right: -20px;
            transition: 0.5s;
        }

    .button:hover span {
        padding-right: 25px;
    }

        .button:hover span:after {
            opacity: 1;
            right: 0;
        }


.clearbutton {
    background-color: #fff;
    border: none;
    color: #555;
    text-align: center;
    padding: 8px 12px;
    transition: all 0.5s;
    cursor: pointer;
    width: 110px;
    box-shadow: none;
    border: 1px solid #ccc;
}

    .clearbutton span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .clearbutton span:after {
            content: '\00d7';
            position: absolute;
            opacity: 0;
            top: -7px;
            right: -20px;
            transition: 0.5s;
            color: #1a4362;
            font-family: FontAwesome;
            font-size: 20pt;
            font-weight: bolder;
        }

    .clearbutton:hover span {
        padding-right: 25px;
    }

        .clearbutton:hover span:after {
            opacity: 1;
            right: 0;
        }


    .clearbutton:hover {
        border: 1px solid #1a4362;
        color: #1a4362;
    }


.dashselect {
    display: flex;
    /*padding: 0 42px;*/
    padding: 0px 68px 0px 30px;
    justify-content: flex-end;
}

    .dashselect > div:first-child {
        margin-right: 30px;
    }

    .dashselect > div {
        position: relative;
        width: 280px;
        background: #fff;
        margin-top: 20px;
    }

    .dashselect select {
        padding-left: 55px;
    }

    .dashselect .material label {
        left: 55px;
    }

.dashimg {
    color: #622c91;
    position: absolute;
    padding: 16px 6px 6px;
    bottom: 0;
}

.margin-0 {
    margin: 0;
}

.dashboardpagedata {
    display: flex;
}

    .dashboardpagedata > div:first-child {
        display: flex;
        width: 35%;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
        min-height: 400px;
    }

    .dashboardpagedata > div:last-child {
        display: flex;
        width: 65%;
        justify-content: left;
        padding: 0px 10px;
        min-height: 400px;
    }

.gridpopup {
    display: flex;
    flex-flow: column;
    width: 100%;
}

    .gridpopup > div {
        display: flex;
        margin-bottom: 15px;
        position: relative;
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 20px;
    }

        .gridpopup > div > div {
            display: flex;
            justify-content: left;
            align-items: center;
        }

            .gridpopup > div > div:first-child {
                padding-left: 23px;
                padding-right: 200px;
            }

            .gridpopup > div > div > div:last-child {
                display: flex;
                flex-flow: column;
                justify-content: center;
                padding-left: 10px;
            }

            .gridpopup > div > div > div:first-child > img {
                vertical-align: middle;
            }

            .gridpopup > div > div > div:last-child > p {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 0;
            }

                .gridpopup > div > div > div:last-child > p:last-child {
                    font-weight: 500;
                }


.gridicon {
    background: #1a4362;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0;
    padding: 15px 10px;
    cursor: pointer;
}

.invoice {
    position: absolute;
    top: -25px;
    left: 0;
}

    .invoice > div:last-child {
        font-size: 12px;
        padding-bottom: 7px;
    }

    .invoice > div:first-child {
        background: #fed23b;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 12px;
        border-top-right-radius: 35px;
    }

.gridpopupdetail > div {
    width: 98%;
}

.daterangepicker td.in-range {
    color: #1a4362;
    background: #eedaf8;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #632f93;
    border-color: transparent;
    color: #fff;
}

.btn-success:disabled {
    color: #fff;
    background-color: #1a4362;
    border-color: #1a4362;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    color: #1a4362;
}

.gridpopupdetail .popupbody {
    align-items: inherit;
}

.daterangepicker .calendar {
    width: auto;
}

.gridpopupdetail .dataTables_scrollHeadInner {
    width: auto !important;
}

input[type="time"]::-ms-clear {
    display: none;
}

.excel {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
    align-items: center;
    font-size: 12pt;
    font-weight: 500;
    padding-bottom: 5px;
}

    .excel > span {
        color: green;
        padding-left: 5px;
    }

.gridpopupdetail .md-checkbox {
    margin: 0;
}


@media screen and (max-width:1024px) {

    .gridpopup > div > div:first-child {
        padding-right: 158px;
    }

    .dashboardpagedata > div:last-child {
        width: 60%;
    }

    .dashboardpagedata > div:first-child {
        width: 40%;
    }

    .lookuphead > div:nth-child(2) {
        margin-left: 15px;
        width: 240px;
    }

    .lookuphead > div:nth-child(3) {
        margin-left: 20px;
        width: 240px;
        display: flex;
        flex-flow: column;
        justify-content: left;
    }

    .lookuphead > div:nth-child(4) {
        margin-left: 20px;
    }

    .lookuphead > div:nth-child(5) {
        margin-left: 15px;
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
    }

    .uploadpage > div:nth-child(3) {
        width: 540px;
    }

    .fa-file-excel-o {
        color: green !important;
    }

   
}

 .modal-title-img {
        height: 20px;
        width: 20px;
        margin-right: 1rem;
        vertical-align: bottom;
        margin-top: 2px;
        float: left;
    }

.modal-header {
    float: left;
    display: block;
    background-image: linear-gradient(to right, #622c91, #eb4e3f);
    color: #fff;
}

.inner-table {
    border-left: 1px solid #ccc !important;
}
