@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* Roboto medium */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
/* Roboto light */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
/* Roboto thin */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
/* Roboto bold */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/* Roboto extra bold */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
.HSNCodedesign.menu01 {
    width: 260px;
    padding: 30px;
    float: left;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.5);
}
.HSNCodedesign {
    margin-top: 7px;
    width: 260px;
    padding: 30px;
    min-width: 160px;
    /*margin: 2px 0 0*/;
    float: left;
    z-index: 1000;
    min-width: 160px;
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.5);
}

.showhide {
    display: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.percentagesymbol {
    background-image: url(../images/percentage.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 12px 12px;
}

.searchIcon {
    background: #fff url(../images/search.png) no-repeat 90% 10px;
}

.calendarIcon {
    background: #fff url(../images/calendar.png) no-repeat 97% 1px;
}

.calenderBlock {
    float: right;
    width: 210px;
}

    .calenderBlock .form-control {
        background-color: #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 3px;
        height: 38px;
        box-shadow: none;
        cursor: pointer;
    }

.searchBlock {
    float: left;
    width: 170px;
}

.calenderBlock .form-control:focus {
    outline: none;
    border: 1px solid #E4E4E4;
    box-shadow: none;
}

.searchBlock .form-control {
    background-color: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    width: 100%;
    height: 34px;
    color: #000000;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    box-shadow: none;
    padding: 6px 7px 6px 7px;
    cursor: pointer;
}

    .searchBlock .form-control:focus {
        outline: none;
        border: 0;
        box-shadow: none;
        padding: 6px 7px 6px 7px;
        border: 0.5px solid rgba(0, 0, 0, 0);
    }

.contentBlock {
    padding: 30px 0;
}

.mainBlock {
    padding: 0;
    float: left;
}

.brandDiv {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    padding: 0;
    border-left: 10px solid #F29A93;
}

.receiptDiv {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    padding: 0;
    border-left: 10px solid #5C4E8E;
}

.deliverDiv {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    padding: 0;
    border-left: 10px solid #3FB65F;
}

.openedDiv {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    padding: 0;
    border-left: 10px solid #FFC001;
}

    .brandDiv .nounbrand, .receiptDiv .nounbrand, .deliverDiv .nounbrand, .openedDiv .nounbrand {
        text-align: center;
        top: 30%;
        padding: 0;
        border-right: 0.5px solid #ededed;
    }

    .brandDiv .totalbrand, .receiptDiv .totalbrand, .deliverDiv .totalbrand, .openedDiv .totalbrand {
        text-align: center;
        top: 20%;
        padding: 0;
    }

    .receiptDiv .totalbrand, .deliverDiv .totalbrand, .openedDiv .totalbrand {
        top: 30%;
    }

.nounbrand img {
    border-radius: 100%;
    background-color: #fdf4f4;
    padding: 0;
}

.receiptDiv .nounbrand img {
    background-color: #eeedf3;
}

.deliverDiv .nounbrand img {
    background-color: #ebf7ef;
}

.openedDiv .nounbrand img {
    background-color: #fff8e5;
    height: 60px;
    width: 60px;
}

.totalbrand label {
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.09px;
    line-height: 17px;
    opacity: 0.6000000238418579;
    width: 100%;
    text-align: center;
    float: left;
    margin: 0;
}

.totalbrand span {
    color: #000000;
    font-family: Roboto;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    float: left;
}

.numberDiv {
    padding: 0;
    width: 100%;
    float: left;
}

    .numberDiv ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .numberDiv ul li {
            color: #000000;
            font-family: Roboto;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.1px;
            line-height: 19px;
            width: 44%;
            text-align: center;
            float: left;
        }

            .numberDiv ul li:first-child {
                background: #fff url(../images/up-arrow.svg) no-repeat;
                padding-left: 20px;
                margin-right: 10px;
            }

            .numberDiv ul li:last-child {
                background: #fff url(../images/down-arrow.svg) no-repeat;
                padding-left: 20px;
            }

.graphDiv, .graphDivInner {
    width: 100%;
    float: left;
    padding: 0;
}

    .graphDivInner .col-md-6:first-child {
        padding-left: 0;
        display: inline-block;
    }

    .graphDivInner .col-md-6:last-child {
        padding-right: 0;
        display: inline-block;
    }

.graphLeft, .graphRight {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

    .graphLeft img, .graphRight img {
        width: 100%;
    }

.graphDivInner h2 {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
}

.ghaphRightinner {
    display: inline-block;
}

.selectBox {
    float: right;
    text-align: right;
    position: relative;
    width: 30%;
}

.divdropDownDatablock {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 5;
    display: none;
    float: left;
    width: 100%;
}

.divdropDownDatainner .searchBlock {
    width: 100%;
}

    .divdropDownDatainner .searchBlock .form-control {
        font-size: 13px;
        padding: 10px 5px 10px 5px;
    }

.selectBox .divdropDown {
    background: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    color: #000;
    font-weight: 500;
    border: 0;
    width: 100%;
    border: 1px solid #000;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.divdropDownData {
    float: left;
    width: 100%;
    padding: 0;
    /*background: #fff;*/
    /*border: 1px solid #d7d9da;*/
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    border-radius: 5px;
}

.divdropDownDatainner span {
    border-top: solid 1px #eaeaea;
}

.divdropDownData span {
    float: left;
    width: 100%;
    min-height: 26px;
    margin-bottom: 0;
    padding: 10px;
    color: #999;
}

.customchk {
    position: relative;
    font-size: 12px;
    padding: 0 0 0 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    color: #5e5e5e;
}

.divdropDownData span label {
    float: left;
    width: 100%;
    position: relative;
    padding: 2px 0 0 30px;
    font-size: 13px;
    font-weight: 500;
    color: #d5d3d3;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

.divdropDownData label input[type="checkbox"]:checked:before {
    content: '✔';
    font-family: 'Roboto';
    border: solid 1px #a7a8aa;
    font-size: 13px;
    text-align: center;
    background-color: #edf4ff;
    color: #a7a8aa;
}

.divdropDownData span:hover {
    /*background-color: #edf4ff;*/
}

.divdropDownData label input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 0;
    background: transparent;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

    .divdropDownData label input[type="checkbox"]:before {
        content: '';
        width: 20px;
        height: 20px;
        margin: 0 0 0;
        border: solid 1px #e6e7ec;
        display: inline-block;
        outline: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        border-radius: 0;
    }

.divdropDown:after {
    content: '';
    background: url(../images/downarrow.svg) no-repeat;
    font-family: 'Roboto';
    color: #aeb2b3;
    width: 14px;
    text-align: center;
    top: 15px;
    right: 9px;
    position: absolute;
    cursor: pointer;
    height: 12px;
    font-size: 18px;
}

.tableDiv {
    width: 100%;
    float: left;
    padding: 25px 0;
}

    .tableDiv table {
        margin-bottom: 0;
        border: 1px solid #e6e9ed;
    }

    .tableDiv thead tr th {
        border-bottom: 0;
        padding: 15px;
        font-size: 14px;
        font-family: 'Roboto';
        color: #000;
    }

        .tableDiv thead tr th a.Header {
            text-decoration: none;
            font-size: 14px;
            font-family: 'Roboto';
            color: #000;
        }

.errorMessage {
    color: #d00505 !important;
    font-size: 14px !important;
    float: left;
    width: 100%;
    text-align: center;
}

.submit_btn_group .errorMessage {
    margin-top: 5px;
    float: none;
    font-size: 12px !important;
    display: block;
    text-align: center;
}

.SucessMessage {
    /*color: #65e5bd;*/
    font-size: 14px !important;
    float: left;
    width: 100%;
    text-align: center;
}

.clearfix {
    float: none !important;
}

.error {
    color: #d00505 !important;
    font-size: 14px !important;
    opacity: 1 !important;
    width: 100%;
    text-align: left;
}

.sucess {
    /*color: #000000 !important;
    font-size: 14px !important;
    float: left;
    width: 100%;
    text-align: left;*/
     text-align:left !important;
    float:left !important;
    color:#11b51e !important
}

.EmailSucess{
    text-align:left;
    color:#11b51e !important;
    font-size: 14px !important;
    opacity: 1 !important;
    width: 100%;
}

.EmailError{
    color: #d00505 !important;
    font-size: 14px !important;
    opacity: 1 !important;
    width: 100%;
    text-align: left;
}

.tableDiv thead tr th:nth-child(5), .tableDiv thead tr th:nth-child(6), .tableDiv thead tr th:nth-child(7), .tableDiv tbody tr td:nth-child(5), .tableDiv tbody tr td:nth-child(6), .tableDiv tbody tr td:nth-child(7) {
    text-align: center;
}

.tableDiv thead tr {
    background-color: #f4f6f8;
}

.tableDiv tbody tr {
    background-color: #fff;
}

    .tableDiv tbody tr td:nth-child(6) a {
        text-decoration: underline;
        color: #5596ff;
    }

    .tableDiv tbody tr td {
        vertical-align: middle;
        padding: 15px;
        font-size: 14px;
        font-family: 'Roboto';
        color: #979797;
    }

.tableDiv tbody a.setting {
    background-color: #ffe6e2;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
}

.tableDiv tbody a.btn-primary, .tableDiv tbody a.btn-primary:hover {
    background-color: #e5f4ff;
    color: #44aeff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #44aeff;
    border-radius: 5px;
    padding: 2px 31px;
    outline: none;
}

.tableDiv tbody a.btn-warning, .tableDiv tbody a.btn-warning:hover {
    background-color: #fff3ec;
    color: #ffbb89;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #ffbb89;
    border-radius: 5px;
    padding: 2px 30px;
    outline: none;
}

.tableDiv tbody a.btn-success, .tableDiv tbody a.btn-success:hover {
    background-color: #e8faf4;
    color: #65e5bd;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #65e5bd;
    border-radius: 5px;
    padding: 2px 33px;
    outline: none;
}

.tableDiv thead tr th:nth-child(2):after, .tableDiv thead tr th:nth-child(3):after, .tableDiv thead tr th:nth-child(5):after, .tableDiv thead tr th:nth-child(7):after {
    content: '';
    background: url(../images/downarrow.svg) no-repeat right;
    width: 25px;
    text-align: center;
    top: 49px;
    position: absolute;
    cursor: pointer;
    height: 6px;
    font-size: 18px;
    display:none;
}
/*popup css start here*/
.brandPop .modal-dialog {
    width: 900px;
    margin: 75px auto;
}

.brandPop .modal-content {
    border-radius: 0;
}

.brandPop .modal-header {
    background-color: #f9fafc;
}

    .brandPop .modal-header h2 {
        font-size: 16px;
        font-family: 'Roboto';
        margin: 0;
        color: #2B3263;
        vertical-align: middle;
        line-height: 19px;
        float: left;
    }

.brandPop .btn-primary, .brandPop .btn-primary:hover {
    background-color: #5596ff;
    border: 1px solid #5596ff;
    color: #fff;
    padding: 7px 25px;
    border-radius: 0;
    outline: none;
}

.brandPop .close {
    color: #6c79ce;
    opacity: 1;
}

    .brandPop .close:focus {
        outline: none;
    }

.brandPop .modal-body {
    padding: 30px;
    display: inline-block;
    width: 100%;
    min-height: 400px;
}

.brandPop .modal-footer {
    border-top: 0;
    padding: 30px;
}

.brandPop .modal-body label {
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    float: left;
    text-align: left;
    margin: 0;
}

.brandPop .modal-body input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 0;
    background: transparent;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

    .brandPop .modal-body input[type="checkbox"]:before {
        content: '';
        width: 20px;
        height: 20px;
        margin: 0 0 0;
        border: solid 1px #1994f2;
        display: inline-block;
        outline: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        border-radius: 3px;
    }

    .brandPop .modal-body input[type="checkbox"]:checked:before {
        content: '✔';
        font-family: 'lato';
        border: solid 1px #1994f2;
        font-size: 13px;
        text-align: center;
        color: #fff;
        background: #1994f2;
    }

.checkBoxDiv {
    padding: 0;
    float: left;
    width: 100%;
}

    .checkBoxDiv .selectBox {
        float: left;
        padding: 0;
        margin-top: 10px;
    }

.searchboxBlock {
    float: right;
    text-align: left;
    display: inline-block;
    padding: 0;
}

.checkBoxDiv .form-control {
    padding: 10px 40px;
    border-radius: 20px;
    width: 65%;
    background-color: #fbfbfb;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    height: 40px;
}

    .checkBoxDiv .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.checkBoxDiv .searchIcon {
    background: #fbfbfb url(../images/search.png) no-repeat 15px;
}

.buttonBlock {
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
    width: 100%;
    float: left;
    border-top: 2px solid #f6f4f4;
}

    .buttonBlock .radio {
        margin: 0 0 20px 0;
        font-size: 14px;
        color: #323232;
        position: relative;
        display: inline-block;
        width: 19%;
    }

        .buttonBlock .radio input[type="radio"], .Hsncomponent .radio input[type="radio"] {
            position: absolute;
            width: 18px;
            height: 18px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            border: 0;
            left: 0;
            cursor: pointer;
            outline: 0;
            top: 2px;
            border-radius: 16px;
            background: transparent;
        }

.customchk input[type="radio"]:before {
    content: '';
    width: 18px;
    height: 18px;
    margin: 0 0 0;
    border: solid 1px #1994f2;
    display: inline-block;
    outline: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 16px;
}

.radio input[type="radio"]:checked + label.gender:after {
    content: '';
    width: 18px;
    height: 18px;
    float: left;
    position: absolute;
    left: 0;
    top: 2px;
    background: #1994f2 url(../images/dot.svg) no-repeat;
    border: solid 1px #1994f2;
    border-radius: 100%;
}

.brandPop .buttonBlock label {
    padding: 0;
}

.configDiv {
    padding: 0;
    background-color: #fcfcfc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.receiptarchived .close {
    opacity: 1;
}

    .receiptarchived .close:focus {
        outline: none;
    }

.receiptarchived .modal-header {
    border-bottom: 0;
}

.receiptarchived .modal-body {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
}

.archived h2 {
    font-size: 16px;
    font-family: 'Roboto';
    margin: 0;
    color: #2B3263;
    vertical-align: middle;
    line-height: 19px;
    float: left;
    background-color: #f7fafb;
    width: 100%;
    padding: 10px;
}

.commInner .customchk {
    position: relative;
    font-size: 12px;
    padding: 0 0 0 25px;
    display: inline-block;
    vertical-align: top;
    color: #5e5e5e;
    margin: 0;
    width: 20%;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 0;
}

.archived {
    width: 100%;
    display: inline-block;
}

.archievedInner {
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
}

.commInner {
    display: inline-block;
    padding: 20px;
    width: 100%;
}

    .commInner label {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Roboto';
        float: left;
        text-align: left;
        margin: 0;
        padding-left: 0;
    }

    .commInner .radio input[type="radio"] {
        position: absolute;
        width: 18px;
        height: 18px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 0;
        left: 0;
        cursor: pointer;
        outline: 0;
        top: 2px;
        border-radius: 16px;
    }

    .commInner .customchk input[type="radio"]:before {
        content: '';
        width: 18px;
        height: 18px;
        margin: 0 0 0;
        border: solid 1px #1994f2;
        display: inline-block;
        outline: 0;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 16px;
    }

.configDiv a {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto';
    padding: 5px 15px;
    display: inline-block;
}

    .configDiv a.firstMonth {
        background-color: #3582ff;
        color: #fff;
    }

.configDiv ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .configDiv ul li {
        display: inline-block;
        border-right: 1px solid #ddd;
    }

        .configDiv ul li:last-child {
            border-right: 0;
        }

.communication {
    padding: 0;
    background-color: #fcfcfc;
    border-radius: 3px;
}

.comm-content {
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
}

    .comm-content .col-xs-3 {
        padding-left: 0;
    }

.rightBlock {
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.comm-content textarea.form-control {
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    color: #9999b2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: 'Roboto';
    height: 100%;
    border-radius: 3px;
    box-shadow: none;
}

.rightDiv {
    display: inline-block;
    width: 100%;
}

    .rightDiv h2 {
        font-size: 14px;
        color: #fff;
        background-color: #3b86ff;
        padding: 5px;
        margin: 0;
    }

.rightDivInner {
    padding: 10px;
}

    .rightDivInner p {
        font-size: 14px;
        padding: 0;
        margin: 0;
        color: #979797;
    }

.receiptarchived .modal-footer {
    border-top: 0;
}

    .receiptarchived .modal-footer label {
        float: left;
        font-size: 16px;
        font-family: 'Roboto';
        padding: 0;
        margin: 0 0 5px 0;
        width: 100%;
        display: inline-block;
        text-align: left;
    }

.receiptarchived .publish {
    content: '';
    background: url(../images/caret-down.svg) no-repeat 95% 13px;
    font-family: 'Roboto';
    color: #aeb2b3;
    width: 14px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    width: 30%;
    padding: 4px 15px;
    background-color: #f7fafb;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    background-size: 10px auto;
}

.receiptarchived .btn-primary, .receiptarchived .btn-primary:hover {
    background-color: #3582ff;
    text-align: center;
    padding: 8px 40px;
    border: 1px solid #3582ff;
    font-size: 16px;
    outline: none;
}

.saveBtn {
    padding: 0;
    text-align: center;
    margin-top: 20px;
}

.receiptarchived .modal-dialog {
    position: fixed;
    right: 0;
    top: 0;
    width: 600px;
    margin: 10px auto;
}
/*popup css end here*/
/*search logs css start here*/
.breadcrumb_link label {
    font-size: 16px;
    vertical-align: middle;
    margin: 10px 0 0 0;
    font-family: 'Roboto';
}

.tableDiv.logsBlock thead tr th:nth-child(1):after, .tableDiv.logsBlock thead tr th:nth-child(4):after, .tableDiv.logsBlock thead tr th:nth-child(6):after {
    content: '';
    background: url(../images/downarrow.svg) no-repeat right;
    width: 25px;
    text-align: center;
    top: 49px;
    position: absolute;
    cursor: pointer;
    height: 6px;
    font-size: 18px;
}

.tableDiv.logsBlock thead tr th:nth-child(5),
.tableDiv.logsBlock thead tr th:nth-child(6),
.tableDiv.logsBlock thead tr th:nth-child(7),
.tableDiv.logsBlock tbody tr td:nth-child(5),
.tableDiv.logsBlock tbody tr td:nth-child(6),
.tableDiv.logsBlock tbody tr td:nth-child(7) {
    text-align: left;
}

.tableDiv.logsBlock tbody tr td:nth-child(7), .tableDiv.logsBlock tbody tr td:nth-child(8) {
    color: #3C86FF;
}

.logsBlock tbody tr td a, .logsBlock tbody tr td a:hover {
    color: #000;
    text-decoration: underline;
    color: #979797;
}

.searchLogs {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

.searchLogsInner {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 20px;
}

    .searchLogsInner label {
        font-size: 16px;
        font-family: 'Roboto';
        padding: 0;
        margin: 0 0 10px 0;
        color: #979797;
        float: left;
        width: 100%;
    }

    .searchLogsInner .form-control {
        padding: 10px 15px;
        border: 1px solid #afafaf;
        height: 40px;
        width: 80%;
        margin-bottom: 25px;
        border-radius: 3px;
        color: #979797;
        box-shadow: none;
        outline: none;
        font-size: 14px;
    }

.submitBtn {
    float: right;
    text-align: right;
    padding: 0 70px;
}

    .submitBtn a {
        background-color: #5596ff;
        padding: 9px 30px;
        color: #fff;
        height: 40px;
        display: inline-block;
        font-size: 16px;
        font-family: 'Roboto';
        border-radius: 3px;
    }

.searchBtn {
    text-align: center;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

.logsearch {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: -60px;
    z-index: 999;
}

    .logsearch .form-control {
        padding: 6px 30px;
        text-align: center;
        width: 12%;
        display: inline-block;
        border-radius: 20px;
        height: 40px;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        outline: none;
        border: 0;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    }

        .logsearch .form-control:focus {
            outline: none;
            border: 0;
        }

.logseachIcon {
    background: #fbfbfb url(../images/icons8-search.png) no-repeat 15px;
    background-size: 15px auto;
}

.arrIcon {
    background: url(../images/downarrow.svg) no-repeat 97% 15px;
}

.searchBtn {
    display: none;
}
/*search logs css end here*/
/*hsn code css start here*/
.Hsnblock, .HsnblockInner {
    width: 100%;
    padding: 0;
    float: left;
}

    .HsnblockInner .col-xs-7 {
        padding: 0;
    }

.tableDiv.logsBlock.Hsnblocktable {
    padding: 0;
    min-height: 670px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e9ed;
}

.tableDiv.Hsnblocktable table {
    border: 0;
}

.tableDiv.logsBlock.Hsnblocktable thead tr th:after {
    content: '';
    display: none;
}

.Hsnblocktable .dropdown-menu {
    border: 0;
    -webkit-box-shadow: none;
}

.menu-bg {
    right: 33%;
    top: 16%;
    left: auto;
    position: relative;
}

.Hsnblocktable .dropdown-menu.menu01 {
    width: 260px;
    padding: 30px;
    float: left;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.5);
}

.Hsnblocktable label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.Hsnblocktable hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.Hsnblocktable p {
    font-size: 12px;
    color: #979797;
    padding: 0;
    margin: 0;
}

.menu-bg:before {
    content: '';
    background: url(../images/popup-arrow.png)no-repeat;
    position: absolute;
    top: 0px;
    width: 33px;
    right: 0px;
    height: 10px;
    z-index: 9999;
    left: 54%;
}

.hsncode-master ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .hsncode-master ul li {
        display: inline-block;
    }

.hsncode-master a {
    font-size: 14px;
    font-weight: 500;
}

.hsncode-master li:after {
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    content: '|';
    margin: 0 16px;
    color: #979797;
}

.hsncode-master li:last-child:after {
    content: '';
    margin: 0;
    padding: 0;
}

.breadcrumb_link a.tab-active {
    background-color: #3C86FF;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    padding: 10px 25px;
}

.tab-active:active, .tab-active:focus {
    background-color: #8a92a3;
    color: #fff;
}

.tabs-content {
    padding: 0;
    display: none;
}

.tab-active {
    display: block;
}

.bulkUpload {
    background-color: #fff;
    padding: 0;
}

.HsnblockInner .col-xs-5 {
    padding-right: 0;
}

.rightInner {
    padding: 20px;
    background-color: #fff;
}

.bulkUpload {
    border-radius: 5px;
    margin-bottom: 15px;
}

.Hsnblocktable .table-responsive {
    border-radius: 5px;
}

.bulkUpload h2 {
    color: #3B86FF;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.heading {
    float: left;
    display: inline-block;
}

.document {
    float: right;
}

    .document a {
        background-color: rgba(60, 134, 255, 0.06);
        border: 1px solid #3C86FF;
        border-radius: 2px;
        height: 40px;
        padding: 10px 40px;
        color: #3B86FF;
    }

    .document a {
        background: url(../images/file.svg)no-repeat 10px 9px;
    }

.fileUpload {
    padding: 50px;
    border: 1px solid #9fb4cc;
    border-radius: 3px;
    margin-bottom: 20px;
}

.fileUploadInner {
    position: relative;
    left: 47%;
    display: inline-block;
    right: 0;
}

.fileUpload input[type="file"] {
    opacity: 0;
    cursor: pointer !important;
    text-align: center;
    width: 100%;
    margin-bottom: -12px;
}

.chooseFile {
    text-align: center;
}

    .chooseFile span {
        font-weight: 600;
    }

        .chooseFile span b {
            color: #3B86FF;
            font-family: 'Roboto';
            font-size: 16px;
            font-weight: 500;
        }

.listItem {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}

.chatMsg {
    float: left;
    display: inline-block;
}

.listItem a {
    float: right;
}

.chatMsg label {
    float: left;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
}

.chatMsg span {
    float: left;
    color: #979797;
    padding-left: 13px;
}

    .chatMsg span.orange {
        color: #FA6400;
    }

.listItem label:before {
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/dotIcon.svg) no-repeat left top;
    background-size: 20px auto;
    margin: 0px 0px -1px -6px;
}

.grayBox {
    width: 100%;
    height: 8px;
    background: #ebebed;
    border-radius: 20px;
    float: left;
    position: relative;
    top: 0px;
    z-index: 2;
    left: 13px;
}

.blueBg {
    background: #3b86ff;
    width: 70%;
    height: 8px;
    left: 0px;
    border-radius: 50px;
}

.AddBtn {
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .AddBtn a {
        background-color: #3b86ff;
        color: #fff;
        padding: 15px 30px;
        width: 70%;
        display: inline-block;
        text-align: center;
        border-radius: 3px;
    }

.paginationBlock {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 20px 0;
}

    .paginationBlock ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

.paginationBlock {
    display: inline-block;
    margin-right: 10px;
}

    .paginationBlock .page-item a {
        background-color: #fff;
        color: #000;
        display: inline-block;
        border-radius: 5px;
    }

    .paginationBlock a {
        background-color: #fff;
        color: #000;
        font-size: 14px;
        border-radius: 2px;
        padding: 6px 12px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #abbedc;
    }

    .paginationBlock :last-child {
        margin-right: 0;
    }

    .paginationBlock a.pageactive {
        background-color: #3B86FF;
        color: #fff;
    }

.Hsnblocktable .selectBox {
    float: left;
    width: 60%;
}

    .Hsnblocktable .selectBox .divdropDown {
        padding: 0;
        background-color: #f4f6f8;
        border: 0;
        color: #000;
        font-size: 14px;
    }

.Hsnblocktable .divdropDown:after {
    top: 6px;
}

.Hsnblocktable .divdropDownDatablock {
    top: 25px;
    width: 150px;
}
/*hsn code css end here*/
/*hsn edit css start here*/
.HsnEditDiv {
    background-color: #fff;
    padding: 0;
    width: 100%;
    float: left;
}

.hsneditBlock {
    background-color: #f5f6fa;
    border: 1px solid #ededed;
    padding: 20px;
}

    .hsneditBlock h2 {
        color: #b5b7c3;
        font-size: 14px;
        font-family: 'Roboto';
        margin: 0;
        padding: 0;
        float: left;
    }

.Hsncomponent {
    padding: 20px;
    float: left;
}

    .Hsncomponent .col-xs-6 {
        padding: 0;
    }

    .Hsncomponent .col-xs-3, .Hsncomponent .col-xs-4 {
        padding: 0;
        margin-bottom: 30px;
    }

    .Hsncomponent .radio {
        margin: 0;
        font-size: 14px;
        color: #323232;
        position: relative;
        display: inline-block;
    }

    .Hsncomponent label.content2 {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .Hsncomponent .customchk label {
        padding-left: 10px;
        padding-top: 7px;
    }

    .Hsncomponent .radio input[type="radio"]:checked + label.gender:after {
        content: '';
        width: 25px;
        height: 25px;
        float: left;
        position: absolute;
        left: 0;
        top: 2px;
        background: #1994f2 url(../images/select.svg) no-repeat;
        border: solid 1px #1994f2;
        border-radius: 100%;
    }

    .Hsncomponent .radio input[type="radio"] {
        position: absolute;
        width: 25px;
        height: 25px;
    }

    .Hsncomponent .customchk input[type="radio"]:before {
        content: '';
        width: 25px;
        height: 25px;
        background-color: #d8e7ff;
    }

    .Hsncomponent .form-control {
        background-color: #f3f3f3;
        border: 0;
        padding: 10px 20px;
        height: 40px;
        box-shadow: none;
        border-radius: 5px;
    }

        .Hsncomponent .form-control.value {
            background-color: #fff;
            border: 1px solid #f3f3f3;
            padding: 10px 15px;
        }

        .Hsncomponent .form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .Hsncomponent .selectBox {
        float: left;
        width: 50%;
    }

        .Hsncomponent .selectBox .divdropDown {
            font-size: 14px;
            padding: 10px 12px;
            height: 40px;
        }

    .Hsncomponent .divdropDown:after {
        content: '';
        background: url(../images/caret-down.svg) no-repeat 5px 7px;
        font-family: 'Roboto';
        color: #aeb2b3;
        width: 14px;
        text-align: center;
        top: 9px;
        right: 7px;
        position: absolute;
        cursor: pointer;
        height: 12px;
        font-size: 14px;
        border-left: 1px solid #aeb2b3;
        padding: 10px;
        background-size: 10px auto;
    }

    .Hsncomponent .divdropDownDatablock .customchk label {
        padding: 0;
    }

    .Hsncomponent .divdropDownData span {
        padding: 15px 20px;
    }

    .Hsncomponent .divdropDownDatablock {
        width: 210px;
    }

.divdropDownData span:hover { 
    /*background-color: #edf4ff;
    color: #000;
    font-weight: 600;*/
}

.divdropDownData span label:hover {
    color: #000;
}

.componentScroll {
    display: inline-block;
    max-height: 135px;
    overflow-y: scroll;
    min-height: 100px;
    width: 100%;
}

    .componentScroll ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .componentScroll::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .componentScroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
        background-color: #adadad;
    }

.Hsncomponent .valueDiv {
    margin-bottom: 0;
}

.update a {
    background-color: #3b86ff;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.editionBlock {
    margin-top: 30px;
    width: 30%;
}

    .editionBlock a {
        background-color: #3b86ff;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto';
        padding: 10px 30px;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

.EffectiveDiv {
    margin-top: 20px;
}

.EffectiveDivtable {
    padding: 0;
    float: left;
    width: 100%;
}

.Hsnblocktable .EffectiveDivtable .table {
    border: 1px solid #e6e9ed;
}

.EffectiveDivtable tr:nth-child(1n) {
    background-color: #f3f3f3;
}

.EffectiveDivtable tr:nth-child(2n) {
    background-color: #fff;
}

.tableDiv .EffectiveDiv tbody tr td {
    padding: 10px;
}
/*hsn edit css end here*/
/*receipt listing css start here*/
.searchBlock img.back {
    width: 20px;
    height: 20px;
    float: left;
}

.searchBlock img.arrowIcon {
    transform: rotate(-90deg);
    width: 10px;
}

.searchBlock a {
    float: left;
    margin-top: 8px;
}

.searchBlock h2 {
    font-size: 14px;
    font-family: 'Roboto';
    margin: 11px 0 0 9px;
    padding: 0;
    float: left;
}

    .searchBlock h2 b {
        margin-right: 30px;
    }

.searchBlock.receiptlistDiv {
    width: 408px;
}

.tableDiv.receiptlisting thead tr th:nth-child(4):after, .tableDiv.receiptlisting thead tr th:nth-child(6):after {
    content: '';
    background: url(../images/downarrow.svg) no-repeat right;
    width: 25px;
    text-align: center;
    top: 46px;
    position: absolute;
    cursor: pointer;
    height: 12px;
    font-size: 18px;
    display:none;
}

.tableDiv tbody button.btn-warning.Inactive {
    padding: 2px 23px;
}

.receiptlisting tbody tr td a.redIcon {
    border-right: 1px solid #ddd;
    padding: 0 10px;
    margin-right: 10px;
}

.newBlock {
    float: right;
}

    .newBlock a {
        border: 1px solid #5eb8fc;
        color: #5eb8fc;
        border-radius: 5px;
        padding: 8px 25px;
        font-family: 'Roboto';
        font-size: 14px;
        text-transform: uppercase;
    }

/*receipt listing css end here*/
/*receipteditorlist css start here*/
.BoxDiv {
    padding: 0;
}

.Boxblock {
    min-height: 500px;
    padding: 50px;
    width: 100%;
    background-color: #fff;
}

    .Boxblock .BoxblockInner {
        border: 1px solid #ddd;
        border-radius: 5px;
        min-height: 200px;
        padding: 0;
        display: inline-block;
        width: 100%;
        position: relative;
    }

.BoxblockInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.BoxblockContent {
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

    .BoxblockContent h2 {
        text-align: center;
        font-size: 14px;
        color: #00000052;
        font-family: 'Roboto';
        padding: 0;
        margin: 10px 0;
    }

    .BoxblockContent p {
        text-align: center;
        font-size: 14px;
        color: #000;
        font-family: 'Roboto';
        font-weight: bold;
        padding: 0;
        margin: 10px 0;
    }
/*receipteditorlist css end here*/
.pagingFixed {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.table thead tr th {
    color: #000 !important;
}



.paginationBlock .custom-select {
    position: absolute;
    top: 18%;
    left: 20%;
    width: 7%;
    display: inline-block;
}

.paginationBlock.HSNcustom .custom-select {
    width: 7%;
    left: 7%;
}

.paginationBlock .custom-select select {
    padding: 0 6px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    border: 1px solid #eee;
    z-index: 9;
    color: #8c8b8b;
    font-size: 15px;
    -webkit-appearance: none;
    line-height: 25px;
}

    .paginationBlock .custom-select select:focus {
        outline: none;
    }

.paginationBlock .custom-select span {
    position: absolute;
    font-size: 14px;
    width: 110px;
    line-height: 27px;
}

.paginationBlock .custom-select:after {
    content: "";
    background: url(../images/caret-down.svg) no-repeat;
    right: 8px;
    width: 12px;
    height: 15px;
    position: absolute;
    z-index: 99;
    top: 8px;
    background-size: 10px auto;
}

@media(max-width: 990px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tableDiv.receiptlisting thead tr th:nth-child(4):after, .tableDiv.receiptlisting thead tr th:nth-child(6):after {
        display: none;
    }

    .searchBlock.receiptlistDiv {
        width: 68%;
    }

    .searchBlock h2, .document a {
        font-size: 14px;
    }

    .document a {
        padding: 8px 38px;
    }

    .document a {
        background: url(../images/file.svg)no-repeat 10px 6px;
    }

    .searchBlock h2 b {
        margin-right: 9px;
    }

    .breadcrumb_link a.tab-active {
        padding: 10px 7px;
    }

    .AddBtn {
        width: 100%;
        text-align: center;
    }

        .AddBtn a {
            width: 100%;
        }

    .chatMsg {
        width: 85%;
    }

    .bulkUpload h2 {
        font-size: 14px;
    }

    .fileUpload {
        padding: 20px;
    }

    .fileUploadInner {
        left: 40%;
    }

    .submitBtn {
        padding: 0 15px;
    }

        .submitBtn a {
            padding: 8px 30px;
            height: 35px;
            font-size: 14px;
        }
    /*search logs css start here*/
    .HsnblockInner .col-xs-7 {
        margin-bottom: 30px;
    }

    .HsnblockInner .col-xs-7, .HsnblockInner .col-xs-5 {
        width: 100%;
        padding: 0;
    }

    .Hsncomponent .col-xs-3, .Hsncomponent .col-xs-4 {
        width: 100%;
    }

    .Hsncomponent .selectBox, .Hsncomponent .divdropDownDatablock {
        width: 100%;
    }

    .update {
        padding: 0;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .Hsncomponent .col-xs-3:last-child {
        margin-bottom: 0;
    }

    .editionBlock a {
        font-size: 13px;
        padding: 10px 9px;
    }

    .editionBlock {
        width: 100%;
    }
    /*search logs css start here*/
    .logsearch .form-control {
        text-align: center;
        width: 30%;
    }

    .searchLogsInner .col-xs-3 {
        width: 50%;
    }

    .searchLogsInner .form-control {
        width: 100%;
    }

    .Boxblock {
        padding: 20px;
    }

        .Boxblock .col-xs-3 {
            padding: 0;
            width: 100%;
        }
    /*search logs css end here*/
    /*popup css start*/
    .configDiv a {
        font-size: 12px;
        padding: 5px 22px;
    }

    .archived h2, .commInner label, .receiptarchived .modal-footer label, .receiptarchived .btn-primary {
        font-size: 14px;
    }

    .archievedInner {
        padding: 10px;
    }

    .commInner .customchk {
        width: 45%;
    }

    .receiptarchived .publish {
        width: 100%;
    }

    .comm-content .col-xs-9 {
        width: 100%;
        margin-bottom: 10px;
    }

    .comm-content .col-xs-3 {
        padding-left: 15px;
        width: 100%;
    }

    .brandPop .modal-dialog, .receiptarchived .modal-dialog {
        width: 100%;
    }

    .receiptarchived .modal-dialog {
        padding: 10px;
        position: relative;
    }

    .searchboxBlock {
        width: 100%;
        margin-bottom: 15px;
    }

    .brandPop .selectBox {
        width: 100%;
    }

    .checkBoxDiv .form-control {
        width: 100%;
    }

    .brandPop {
        padding: 10px !important;
    }

    .buttonBlock .radio {
        width: 32%;
    }

    .tableDiv thead tr th, .tableDiv tbody tr td {
        font-size: 13px;
    }
    /*popup css end*/
    .mainBlock .col-xs-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .graphDivInner .col-md-6 {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 0px;
        overflow-y: hidden;
    }

    .tableDiv thead tr th:nth-child(2):after, .tableDiv thead tr th:nth-child(3):after, .tableDiv thead tr th:nth-child(5):after, .tableDiv thead tr th:nth-child(7):after {
        content: '';
        display: none;
    }

    .selectBox {
        width: 45%;
    }
    /*searc logs css start here*/
    .tableDiv.logsBlock thead tr th:nth-child(1):after, .tableDiv.logsBlock thead tr th:nth-child(4):after, .tableDiv.logsBlock thead tr th:nth-child(6):after {
        content: '';
        display: none;
    }
    /*search logs css end here*/
}

@media(max-width: 767px) {
    .mainBlock .col-xs-3 {
        width: 50%;
    }
}

@media(max-width: 568px) {
    .mainBlock .col-xs-3, .searchLogsInner .col-xs-3 {
        width: 100%;
    }

    .logsearch .form-control {
        text-align: center;
        width: 55%;
    }
}

@media(max-width: 375px) {
    .searchBlock h2 b {
        margin-right: 3px;
    }

    .searchBlock.receiptlistDiv {
        width: 75%;
    }

    .newBlock a {
        padding: 8px 8px;
        font-size: 12px;
    }

    .graphDivInner h2 {
        font-size: 12px;
    }

    .searchBlock {
        width: 120px;
    }

    .calenderBlock {
        width: 150px;
    }

    .selectBox .divdropDown {
        font-size: 12px;
        padding: 7px 7px;
    }

    .divdropDown:after {
        top: 13px;
        right: 8px;
    }

    .hsncode-master li:after {
        margin: 0 8px;
    }

    .breadcrumb_link a.tab-active, .hsncode-master a {
        font-size: 12px;
    }

    .hsncode-master ul {
        float: left;
        width: 100%;
        margin: 0;
        text-align: center;
        white-space: nowrap;
        overflow: auto;
    }

    .tableDiv.logsBlock.Hsnblocktable, .HsnblockInner {
        margin-top: 10px;
    }

    .document a {
        background: url(../images/file.svg)no-repeat 4px 5px;
        background-size: 18px auto;
        padding: 5px 25px;
    }
    /*popup css start*/
    .buttonBlock .radio {
        width: 49%;
    }

    .configDiv a {
        padding: 5px 4px;
    }
    /*popup css end*/
}
