﻿/* Fonts Code */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: url('../fonts/roboto-regular.woff');
}

body {
    font-family: 'Roboto';
}


/* page content css starts */

.wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

.sidebar-wrapper {
    margin-left: -250px;
    top: 0;
    margin-top: 51px;
    bottom: 0;
    left: 250px;
    width: 250px;
    background: #4012A6;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


    .sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }


.wrapper.active {
    padding-left: 0;
}

    .wrapper.active .sidebar-wrapper {
        left: 0;
    }

.page-content-wrapper {
    width: 100%;
    height: calc(100vh - 120px);
    overflow-y: auto;
    margin-top: 68px;
    padding: 0px 20px 20px 20px;
    background: #f6f4fc;
    transition: all 0.4s ease 0s;
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
}

.design_bg {
    width: 100%;
    border-radius: 6px;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #FFFFFF;
}

.reports_dash {
    width: 100%;
    border-radius: 6px;
    padding: 30px 15px;
    margin-top: 15px;
    background-color: #FFFFFF;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 918px;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.menu-toggle {
    text-decoration: none;
    color: #111;
    margin-left: 15px;
    display: none;
    transform: rotate(-180deg);
    content: url('../images/arrow.png')
}

.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #111111;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*   Logo css  */

.nexdigm-logo-web {
    height: 28px;
    width: 118px;
    margin: 20px 15px;
    content: "";
    background: url('../images/nexdigm-logo-web.png');
    background-size: 118px 28px;
}




/*   toggler css  */

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #4012a6;
    color: #ffffff;
    border: 1px solid #4012a6;
    border-radius: .25rem;
}


/*   sidebar dashboard css  */

.navbar-sidenav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 918px;
    width: 248px;
    background-color: #4012A6;
    box-shadow: 0 2px 8px 0 rgba(33, 28, 72, 0.56);
}

#side_togg {
    height: 918px;
    width: 1200px;
}

.nav_title {
    margin-left: 14px;
    margin-top: 20px;
}

.nav-link-text {
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    margin: 8px 0px 8px 30px;
    padding-top: 5px;
}

.wrapper.pd-left .nav-link-text {
    visibility: hidden;
}

.img_gst .nav-link-text {
    margin-left: 10px;
}

.cli-text {
    margin-left: 24px;
}

.navbar-inverse .navbar-nav > li > a {
    color: black !important;
    cursor: default !important;
}

    .navbar-inverse .navbar-nav > li > a > span {
        position: relative;
        /* width: max-content; */
        left: 10px;
    }

.nav > li > a {
    display: flex;
}

.navbar-nav {
    float: right !important;
    margin: 0;
}

    .navbar-nav li {
        margin: 0 25px 0 0 !important;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
}

.suvajit-saha {
    height: 25px;
    width: 120px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 25px;
}

.welcome {
    height: 14px;
    width: 53px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}

.super-admin {
    height: 14px;
    width: 70px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
}

.man {
    height: 44px;
    width: 44px;
    margin: 30px 0 30px 0;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px 5px;
    content: url('../images/man.svg');
}

    .man::before {
        content: url('../images/man.svg');
    }


.arrow_close {
    margin: 0 0 0 -199px;
    transform: rotate(-180deg);
    margin-left: 0px;
}

.menu-toggle.arrow_close {
    transform: rotate(0);
}

.mn-togg {
    padding: 0 15px;
    width: 24px;
    height: 24px;
}



/*  header userguide icons css  */

.user-guide {
    height: auto;
    width: auto;
    color: #282526;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 0px 15px;
    margin: 4px 14px 4px 4px;
}

    .user-guide:before {
        content: url('../images/guidebook.png');
    }

.sidebar-nav .noti_dash .active {
    background: #fff;
    color: #4012A6;
}

.notifications {
    height: auto;
    width: auto;
    color: #282526;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 4px 14px 4px 4px;
}

    .notifications:before {
        content: url('../images/Group-2.png');
    }


.logout {
    height: auto;
    width: auto;
    color: #282526;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 4px 14px 4px 4px;
}

    .logout::before {
        content: url('../images/exit.png');
    }

#page-top {
    padding-left: 15px;
    padding-right: 15px;
}


/*   Sidenav code css  */

.adminpanel .user-info {
    float: left;
    padding: 45px 8px 0 16px;
}

    .adminpanel .user-info > span {
        display: block;
        color: #ffffff;
    }

    .adminpanel .user-info .user-status {
        width: 150px;
        color: #ffffff;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 14px;
        padding-top: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .adminpanel .user-info .user-role {
        height: 14px;
        width: 53px;
        color: #ffffff;
        font-family: Roboto;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 14px;
    }

    .adminpanel .user-info .user-name {
        width: 150px;
        color: #ffffff;
        font-family: Roboto;
        font-size: 22px;
        letter-spacing: 0;
        line-height: 25px;
        padding-top: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.adminpanel .user-pic {
    float: left;
    width: 60px;
    padding: 22px 14px 0px 15px;
    border-radius: 12px;
    margin-left: 4px;
    overflow: hidden;
}

.sidebar-wrapper.widthchange {
    width: 78px;
}

.nav-tabs {
    border-bottom: none;
}

.fltRight {
    float: right !important;
    padding: 0px 15px;
}


/* Datatable style */

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background: transparent;
}

table.dataTable {
    width: 100% !important;
}

.repo-dashbd {
    margin-top: 35px;
}

.dataTable tr.parent td:before {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
}

.navbar-fixed-top .collapse.in {
    background: #9f91c6;
}

.user-full-name {
    color: #808081;
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0;
    margin: 10px 0;
    line-height: 18px;
    word-break: break-word;
}

#manageclient_wrapper > .dataTables_filter {
    display: none;
}

.domain_form {
    color: #808081;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 5px 0;
    font-weight: 300;
}

.inline_form {
    padding: 0px 20px;
}

.gotoBackProfile,
.gotoBackProfile:hover {
    text-decoration: none;
}

.dNone {
    display: none !important;
}

.btn_users {
    padding: 5px 0px;
    margin: 34px 0;
    height: 38px;
    width: 125px;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    border-color: #4012A6;
    border: 1px solid #4012A6;
    outline: 0;
}

#divReconForm1 .btn_users {
    margin: 26px 0;
}

.addPortalUser .btn_users {
    margin: 25px 0;
}

.generateRconBtn .btn_users {
    margin: 5px 0;
}

.generate_btn {
    width: 173px;
}

.btn_users:hover,
.btn_users:focus {
    background-color: #4012A6;
    outline: 0;
    border: 1px solid #4012A6;
}

.portal_user {
    padding: 25px 20px;
}

.frm_name {
    color: #111111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0px;
    word-break: break-word;
}

#myModal .frm_name {
    font-weight: 600;
    margin-bottom: 15px;
}

#myModal1 input,
#myModal5 input,
#myModal1 select,
#myModal5 select,
#myModal4 input,
#myModal4 select {
    font-weight: 600;
    box-shadow: 0 0;
}

#myModal1 .form-inline > div,
#myModal5 .form-inline > div {
    margin-bottom: 10px;
}

#myModal1 .modal-body,
#myModal5 .modal-body {
    padding-top: 0;
}

#myModal1 .form-inline > div:last-child,
#myModal5 .form-inline > div:last-child {
    margin-bottom: 0;
}

#myModal1 .user-full-name {
    margin: 5px 0;
}

    #myModal1 .user-full-name#locationedit,
    #myModal1 .user-full-name#clientidedit {
        font-weight: 600;
    }

.foaltRight {
    float: right;
}

button {
    outline: 0;
}

.marginRight {
    margin-right: 15px;
}

.nm_inpt {
    margin-bottom: 20px;
}

.headingname {
    color: #292526;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 30px 0 0 0;
    padding-left: 20px;
    font-weight: 600;
}

.upload_register {
    box-sizing: border-box;
    height: 34px;
    width: 112px;
    background: #fff;
    outline: none;
    border-radius: 4px;
}

input[type=file] {
    display: inline-block;
    outline: none;
}

.rconFile {
    margin-bottom: 20px
}

.selectedFileDiv i {
    font-weight: bold;
    font-style: normal;
    display: block;
    word-break: break-all;
}

.upload_register::before {
    content: 'Choose File';
    display: inline-block;
    background: white;
    border: 1px solid #4012A6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 19px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    width: 112px;
    height: 34px;
    color: #292526;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.head_name {
    margin: 40px 18px;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff;
    padding: 24px 18px;
    outline: 0;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #ffffff;
    padding: 10px 18px;
    padding: 24px 18px;
    outline: 0;
}

table.dataTable.display tbody tr.even:hover {
    background: none;
}

table.dataTable.no-footer {
    border-bottom: none;
    border-radius: 6px;
    margin-top: 15px;
    background-color: #FFFFFF;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    font-weight: 300;
    color: #808081;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    border-bottom: none;
}

table.dataTable tbody td a {
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    text-decoration: none;
    background: none;
}

.dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: -5px;
    background: #ffffff;
    width: 100%;
    border-radius: 6px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        border: 1px solid #979797;
        width: 21px;
        height: 30px;
        margin: 7px 6px;
        border-radius: 2px;
        padding-left: 5px;
        background: #9f91c6;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #fff !important;
        border: 1px solid #979797;
        width: 21px;
        height: 30px;
        border-radius: 2px;
        display: inline;
        padding-left: 5px;
        background-color: #9f91c6;
    }

.viewuser_previous,
.viewuser_next {
    color: #fff !important;
    border: 1px solid #979797;
    width: 21px;
    height: 30px;
    border-radius: 2px;
    padding-left: 5px;
    background-color: #9f91c6;
}

.selectClientLink, .selectClientLink:hover {
    cursor: pointer;
}

.margnTopZero {
    margin-top: 0;
}

.paddLeftZero {
    padding-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
    width: 21px;
    height: 30px;
    border-radius: 2px;
    display: inline;
    padding-left: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #FFFFFF;
    border: none;
    border-radius: 2px;
    padding: 2px 6px;
    color: #000 !important;
}

.borderclass {
    margin: 20px 10px;
    padding: 0;
    box-sizing: border-box;
    height: 112px;
    width: calc(25% - 20px);
    border: 1px solid #C6BDDE;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: inline-block;
}

    .borderclass .lbl_name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        margin: 0;
        font-weight: 200;
    }

    .borderclass > div.checkbox .lbl_name {
        width: 98%;
    }

.select_module {
    border: 1px solid #4012A6;
    box-shadow: 0 2px 6px 0 rgba(33, 28, 72, 0.32);
}

    .select_module .activeCheck {
        color: #4012a6;
    }

.checkboxul .activeCheck {
    color: #808081;
}

.checkboxul {
    list-style: none;
    display: inline-flex;
    padding: 0 5px 0 25px;
    color: #808081;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 0px;
    width: 233px;
    height: 112px;
    margin-top: 0px;
}

    .checkboxul li {
        margin: 4px 4px;
        float: right;
    }

.chk_list {
    float: left;
    margin-top: 30px;
}

.border_bottom {
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 0 7px;
    height: 2px;
    width: auto;
    border-bottom: 1px solid #EAEAEA;
}

.chklabel_select {
    float: right;
    margin-right: 10px;
}

.chklabel {
    color: #808081;
    font-family: Roboto;
    font-size: 14px;
    padding: 17px;
    font-weight: 200;
}

.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.clientMainCheckbox {
    margin-top: 32px;
    margin-left: 80px;
}

.portalActivecheck {
    z-index: 999;
    position: relative;
    /*margin-top:20px ;*/
}


.managSubCheck {
    margin-right: 5px !important;
}

.checkbox input[type=checkbox] {
    margin: 3px 8px;
    color: #4012A6;
    font-weight: 700;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    outline: 0;
}

.dataTables_wrapper .dataTables_filter input {
    border: none;
    border-radius: 3px;
    padding: 7px 0px 7px 30px;
    background-color: #ffffff;
    margin-left: 13px;
    font-weight: 300;
    width: 240px;
    outline: 0;
    opacity: 0.8;
}



.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin: 15px 0px 15px 0px;
}

.notify_new li p {
    border-left: 3px solid #F55A62;
    padding: 0 10px;
}

.notify_new {
    list-style-type: none;
    padding: 0;
}

.notifications_header {
    padding: 15px 0;
    position: absolute;
    right: 40px;
    top: 50px;
    background: #fff;
    width: 390px;
    border-radius: 5px;
}

    .notifications_header .frm-name {
        padding: 20px 15px 0;
    }

.notiWrapper {
    content: "";
    background: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.closeNoti {
    position: absolute;
    right: 16px;
    top: 6px;
    font-style: normal;
    font-size: 20px;
}

    .closeNoti:hover {
        cursor: pointer;
    }

    .closeNoti:before {
        content: "\f00d";
        font-family: FontAwesome;
    }

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background: white;
    padding: 20px;
}*/

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.recon_form {
    margin-bottom: 30px;
}

.radio-inline {
    margin: 0 25px 0 0;
}

.dtr-control .sorting_1:hover {
    border: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
    content: "\f054";
    font: normal normal normal 14px FontAwesome;
    box-shadow: 0 0 0 0;
    background: transparent;
    color: #6441b5;
}

.paginate_button.previous:before,
.paginate_button.next:before {
    font: normal normal normal 14px FontAwesome;
}

.paginate_button.next:before {
    content: "\f0da";
    color: #4012A6;
}

.paginate_button.previous:before {
    content: "\f0d9";
    color: #4012A6;
}

.btn_adduser {
    float: right;
    outline: 0;
}

.btn_adduser2 {
    margin-right: 15px;
}
/* The Modal (background) */
.modal {
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /*z-index: 1;  Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 2px;
    border: 1px solid #888;
    width: 95%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-backdrop {
    position: static !important;
}

.btn_popup,
.btn_popup:hover {
    padding: 5px 0px;
    margin: 35px 0px;
    height: 38px;
    width: 125px;
    font-size: 14px;
    color: black;
    border-radius: 4px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #ccc;
}

.mapping_clients {
    display: block;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
}

.map_width {
    text-align: center;
}

.map_all {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #C6BDDE;
    border-radius: 4px;
    list-style-type: none;
}

.map_item {
    padding: 8px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #ffffff;
}

.text-green {
    color: #15CD3B;
    font-weight: 500;
}

.text-orange {
    color: #f1b613;
    font-weight: 500;
}

.text-red {
    color: #F55A62;
    font-weight: 500;
}

.text-black {
    color: #111111;
    font-weight: 600;
}

.text-purple,
.text-purple:hover,
.text-purple a,
.text-purple a:hover,
.text-purple:visited,
.text-purple:active {
    color: #4012A6;
    font-weight: 400;
    cursor: pointer;
}

a {
    color: #111111;
}

    a:hover {
        color: #111111;
    }

.form-control:focus {
    border-color: #4012a6;
    box-shadow: none;
}



.back_btn {
    margin: 0 8px;
    content: url('../images/back-button.png');
}

.del_cli {
    padding-left: 15px;
}

li.subNavItem.active a {
    background: #f6f4fc;
    color: #6441b5;
    font-weight: bold;
    padding: 18px 12px;
}

.subNavItem {
    margin-left: 4px;
}


.acordionExpanded {
    background: #6441b5;
    border-radius: 9px 0 0 9px;
    width: 238px;
}

    .acordionExpanded:hover {
        background: #6441b5;
        border-radius: 9px 0 0 9px;
        width: 238px;
    }

.subNav {
    list-style-type: none;
}

.nav-tabs > li > a {
    width: 238px;
    border-radius: 9px 0 0 9px;
    border: none;
}

.sidebar-nav > .sidebar-brand {
    line-height: 60px;
    font-size: 18px;
    margin-left: 14px;
}

    .sidebar-nav > .sidebar-brand a {
        color: #ffffff;
        padding: 3px;
        border-radius: 9px 0 0 9px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .sidebar-nav > .sidebar-brand a .active {
            color: #ffffff;
            padding: 3px;
            border-radius: 9px 0 0 9px;
            background: #6441b5;
            margin-left: 14px;
        }

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
    margin-right: -22px;
    margin-bottom: 10px;
}

    .sidebar-nav li a {
        color: #999999;
        display: block;
        text-decoration: none;
        padding-left: 60px;
    }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
    outline: none;
}

.viewclient_filter .btn_users {
    display: inline-block;
}

.btn_inline {
    padding: 5px 0px;
    margin: 10px 0px 10px;
    height: 38px;
    width: 125px;
    float: right;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: 0;
    border: 1px solid #4012A6;
}

.file_inline {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #DFDDDD;
    outline: 0;
}

.btn_inline:hover,
.btn_inline:focus {
    background-color: #4012A6;
    outline: 0;
    border: 1px solid #4012A6;
}

.list_cli {
    margin: 40px -15px 0px 0px;
}

.modal-footer {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    border-top: none;
}

.w3-bar {
    float: right;
}

/* button css starts */

.btn_location {
    padding: 15px 20px;
    margin: 0px 0;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: none;
    border: 1px solid #4012A6;
}

    .btn_location:hover {
        background-color: #4012A6;
        outline: none;
        border: 1px solid #4012A6;
    }

.btn_save {
    padding: 15px 20px;
    margin: 35px 0;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: 0;
}

.btn_cancel {
    padding: 15px 20px;
    margin: 35px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #4012A6;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}

#userclientmappingList .btn_cancel,
#userclientmappingList .btn_save {
    height: 38px;
    width: 125px;
    font-size: 16px;
    padding: 5px 0px;
}

#userclientmappingList .btn_cancel {
    margin-right: 25px;
    color: #808081;
}

.btn_save:hover {
    background-color: #4012A6;
}

.btn_cancel:hover {
    outline: 0;
    color: #4012A6;
    background-color: #ffffff;
}


/* image css starts */

#theImage {
    margin-left: -5px;
}

#theImage12 {
    margin-left: -5px;
}

.img_portal::before {
    content: url('../images/profile copy.png');
    margin-left: -5px;
}

.img_client::before {
    content: "";
    background: url('../images/employee-copy.png') no-repeat;
    position: absolute;
    background-size: 17px 25px;
    background-position: center;
    display: inline-block;
    width: 17px;
    height: 25px;
    left: 16px;
    top: 14px;
}

.img_gst::before {
    content: url('../images/increase copy.png');
    margin-left: -5px;
}

.img_edit:hover {
    cursor: pointer;
}

.img_editDisable:hover {
    cursor: default;
}

.img_edit::before {
    content: "";
    background: url('../images/edit-2.png');
    display: inline-block;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.img_editDisable:before {
    content: "";
    background: url('../images/editDisable.png');
    background-size: 16px;
}

.img_location::before {
    content: url('../images/location.png');
}

.img_trash2::before {
    content: url('../images/trash-2.png');
}

.deleteDisable:before {
    content: "";
    background: url('../images/DeleteDisable.png');
    display: inline-block;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.map_img1::before {
    content: url('../images/Group10.png');
}

.map_img2::before {
    content: url('../images/Group9.png');
}

.map_img3::before {
    content: url('../images/Group8.png');
}

.map_img4::before {
    content: url('../images/Group7.png');
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 0px;
}

.footer-bottom-wrapper {
    font-size: 14px;
    margin: 15px;
    text-align: right;
}

.contact_footer {
    padding: 15px;
}

.contact_faq {
    padding: 15px;
}

.dv_month,
.dv_quart {
    display: none;
}

.rad_extra {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-nav > .sidebar-brand a {
    background: transparent;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.acordionExpanded > .collapse {
    display: block;
}
/*table.dataTable tbody tr,
table.dataTable tbody tr .text-purple,
table.dataTable tbody tr a {
    font-weight: bold;
}*/


table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 145px;
    font-weight: bold;
}


.tblSearchBtn:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #000;
}


.tblSearchBtn {
    border: none;
    background: transparent;
    margin-right: -44px;
    z-index: 1;
    position: relative;
}

.close {
    color: #111111;
    float: right;
    font-size: 28px;
    font-weight: 300;
    opacity: 1;
}

.drpp .arwdwn:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    font-size: 16px;
    margin-right: 30px;
    margin-top: 4px;
}

.img_gst > .nav-link-text {
    position: relative;
    top: -7px;
}

.drpp.acordionExpanded .arwdwn:after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    font-size: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #f6f4fc;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a span {
        color: #4012A6;
        font-weight: bold;
    }

.dash_act,
.img_portal,
.img_client,
.man-mod_act,
.img_gst {
    position: relative;
}

    .dash_act.active:before {
        content: "";
        background: url('../images/id-card-2.png');
    }

    .dash_act:before,
    .img_portal:before,
    .man-mod_act::before,
    .col_map:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 24px;
        left: 14px;
        top: 14px;
    }

    .dash_act:before {
        background: url('../images/id-card-1.png');
        position: absolute;
        background-size: 24px;
    }

    .img_portal:before {
        background: url('../images/profile copy.png') no-repeat;
        background-size: 22px;
        left: 20px;
    }



    .man-mod_act.active::before {
        content: url('../images/Shape-2.png');
        background-size: 24px;
        left: 0;
    }

.col_map:before {
    content: url('../images/Shape.png');
    background-size: 24px;
    left: 0;
}

.col_map.active:before {
    content: url('../images/Shape-2.png');
    background-size: 24px;
    left: 0;
}

.man-mod_act::before {
    content: url('../images/Shape.png');
    background-size: 24px;
    left: -3px;
}

.moduleCheckBoxWrap {
    list-style: none;
}

.clientPopTitle {
    text-align: center;
    font-weight: 600;
}
/* Recon file error message style */
.ReconErrors {
   /* border-bottom: 1px solid #ccc;*/
    max-height: 135px;
    overflow-y: auto;
}

.RaconErrorFile {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.GSTR1ErrorFile {
    display: inline-block;
    vertical-align: top;
}

.RaconErrorFileName {
    padding-left: 12px;
    color: #ec1d23;
    font-weight: bold;
}

.formErrorList {
    padding-left: 25px;
    color: #ec1d23;
    max-height: 100px;
    overflow-y: auto;
    padding-bottom: 6px;
}

.gotoBack {
    position: relative;
    font-style: normal;
    cursor: pointer;
}

    .gotoBack:hover {
        cursor: pointer;
    }

    .gotoBack:before {
        content: "\f053";
        font-family: FontAwesome;
        font-size: 13px;
        position: absolute;
        left: -16px;
        top: 4px;
    }


/* view client , checkbox, button same line css */

.chk_list {
    float: right;
}


.btn_addclient {
    padding: 5px 0px;
    margin: 22px 0px 10px 0;
    height: 38px;
    width: 125px;
    float: right;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: 0;
}

    .btn_addclient.disabled,
    .addLocBtnLink.disabled button {
        background: #ccc;
        border-color: #ccc;
    }

    .btn_addclient:hover {
        background-color: #4012A6;
    }

#viewclient_wrapper.dataTables_wrapper,
#manageclient_wrapper.dataTables_wrapper {
    top: -15px;
}

#addedViewuser_wrapper.dataTables_wrapper {
    top: 0;
}

.clientname {
    color: #292526;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 30px 0 10px 0;
    padding-left: 0px;
    font-weight: 600;
}


.list_cli {
    margin: 0 -15px 0px 0px;
}

/* select option  css */

select option {
    max-width: 100% !important;
    text-overflow: ellipsis;
}

/* modal  button  css */
.btn_location {
    padding: 8px 20px;
    width: 125px;
    margin: 0px 0;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: 0;
}

    .btn_location:hover {
        background-color: #4012A6;
    }

.btn_save {
    padding: 15px 20px;
    margin: 35px 0;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: 0;
}

.btn_cancel {
    padding: 15px 20px;
    margin: 35px 7px;
    font-size: 14px;
    border-radius: 4px;
    color: #4012A6;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}

.btn_save:hover {
    background-color: #4012A6;
}

.btn_cancel:hover {
    outline: 0;
    color: #4012A6;
    background-color: #ffffff;
}



.modal-footer {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    border-top: none;
}

.w3-bar {
    float: right;
}


/* Back button css */

.back_btn {
    margin: 0 8px;
}

    .back_btn::before {
        content: url('../images/back-button.png');
    }

.locatHeader {
    margin-top: 8px;
    padding-left: 0;
}

    .locatHeader .headingname {
        display: inline-block;
        padding-left: 0;
    }

.deleteLocLbl {
    padding: 0 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 18px;
}
/**
Datatble Column sizes    
**/
#viewclient tr > th:first-child,
#viewclient tr > td:first-child {
    width: 500px !important;
}

#viewclient tr > th:last-child,
#viewclient tr > td:last-child {
    text-align: center;
}

#viewclient tr > td:first-child a {
    font-weight: bold;
}

#viewclient tr > th:nth-child(4), #viewclient tr > td:nth-child(4) {
    width: 50px !important;
}

#viewclient tr > th:nth-child(5), #viewclient tr > td:nth-child(5) {
    width: 120px !important;
}

#usermapping tr > th:first-child,
#usermapping tr > td:first-child {
    width: 120px !important;
}

#usermapping tr > th:nth-child(3),
#usermapping tr > td:nth-child(3) {
    width: 60px !important;
}

#usermapping tr > th:nth-child(4),
#usermapping tr > td:nth-child(4) {
    width: 180px !important;
}

#usermapping tr > th:nth-child(5),
#usermapping tr > td:nth-child(5) {
    width: 65px !important;
}

#manageclient tr > th:nth-child(1),
#manageclient tr > td:nth-child(1) {
    width: 300px !important;
}

#usermapping tr > th:nth-child(3),
#usermapping tr > td:nth-child(3) {
    width: 60px !important;
}

#AssignedReqTbl tr > th:nth-child(4),
#AssignedReqTbl tr > td:nth-child(4),
#AssignedReqTbl tr > th:nth-child(3),
#AssignedReqTbl tr > td:nth-child(3) {
    width: 90px !important;
}

#AssignedReqTbl tr > th:nth-child(2),
#AssignedReqTbl tr > td:nth-child(2) {
    width: 150px !important;
}
/**
END    
**/
#viewclient_filter {
    right: 170px;
    position: absolute;
    top: -61px;
}

    #viewclient_filter input {
        width: 325px;
    }

.dataTables_wrapper .dataTables_filter input {
    opacity: 1;
}

.mapWrapper,
.mapWrapper > li {
    padding: 0;
}

    .mapWrapper > li select {
        border: 0;
        width: 100%;
        outline: 0;
        height: 275px;
        overflow-y: auto;
    }

        .mapWrapper > li select option {
            margin-bottom: 6px;
            padding: 10px;
        }

button {
    outline: 0;
}

.asterisk_star {
    color: #ec1d23;
    font-size: 10px;
    margin: 0;
    font-weight: bold;
}

.edit_portal_user {
    padding: 10px 20px;
    height: 60px;
}

.page-content {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.spanLink,
.spanLink:hover {
    cursor: pointer;
}

#viewPortaluserDataBind {
    margin-top: 30px;
}

#AssignedReqTbl_wrapper,
#usermapping_wrapper {
    top: -40px;
}

#viewuser_wrapper {
    top: -50px;
}

    #viewuser_wrapper #viewuser_filter {
        margin: 8px 0px 8px 0px;
    }

button,
button:focus,
button:active {
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
}

.add-photo-btn {
    position: initial;
    overflow: initial;
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    display: list-item;
    border: 1px solid #4012A6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 9px;
    background-color: #ffffff !important;
    width: 112px;
    height: 34px;
    color: #292526;
    font-weight: 200;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1;
}

    .add-photo-btn::before {
        content: 'Choose File';
        position: relative;
        margin-left: 5px;
    }

@supports (-ms-accelerator:true) {
    .add-photo-btn::before {
        margin-left: -35px;
    }
}

@supports (-ms-ime-align:auto) {
    .add-photo-btn::before {
        margin-left: -35px;
    }
}

.add-browse-btn::before {
    content: 'Choose File';
    position: absolute;
    margin-left: -35px;
    opacity: 2;
}

input[type=file] {
    background-color: #ffffff !important;
    opacity: 0;
}

.refund-Inputfile {
    background-color: #4012A6 !important;
    opacity: 1 !important;
}

.add-browse-btn {
    position: sticky;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: list-item;
    border: 1px solid #4012A6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 9px;
    background-color: #ffffff !important;
    width: 112px;
    height: 34px;
    color: #292526;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1;
}

input[type=file]::-webkit-file-upload-button {
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 19px;
    background-color: #ffffff !important;
    transition: 1s;
    cursor: pointer;
}

input[type=file]::file-selector-button {
    border: 1px solid #4012A6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 19px;
    background-color: #ffffff !important;
    transition: 1s;
    cursor: pointer;
}

input[type=file]::-webkit-file-upload-button:hover {
    border: 1px solid #4012A6;
    cursor: pointer;
    background-color: #ffffff;
}

input[type=file]::file-selector-button:hover {
    border: 1px solid #4012A6;
    cursor: pointer;
    background-color: #ffffff;
}

.savebtn {
    padding: 5px 0px;
    float: right;
    margin: 15px 0px 0px 0px;
    height: 38px;
    width: 125px;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4012A6;
    outline: 0;
}

    .savebtn:hover {
        background-color: #4012A6;
    }


.delete_cli {
    display: flex;
    margin: 0px 10px;
}


.modal-footer .btn + .btn {
    margin-left: 15px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #ccc;
    outline: none;
    background: #ffffff;
}

/** Error page style **/

.error_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #111111;
}

.errorBody {
    background: #e8e8e8;
}

.error_page .error_message {
    font-size: 16px;
    text-align: center;
}

    .error_page .error_message h1 {
        margin: 0;
        padding: 0;
        font-size: 55px;
    }

    .error_page .error_message h3 {
        color: #111111;
        font-size: 16px;
    }

/** Error style END */

.selectLink,
.selectLink:hover,
.mangClientLink,
.mangClientLink:hover {
    cursor: pointer;
}

.selectLinkDsbl,
.mangClientLinkDsbl a,
.selectLinkDsbl:hover,
.mangClientLinkDsbl a:hover {
    color: #ccc;
    cursor: default;
}

.icon_envelope {
    position: relative;
}

.loaderWrap {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.recon_register_process {
    margin-bottom: 15px;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

.rec-regist-name {
    margin: 10px 0px;
    font-size: 12px;
    word-break: break-all;
}

/*Added to disable link for Recon files Download Option*/
a.disabled {
    pointer-events: none;
    cursor: default;
    color: #ccc !important;
}

.input-group-addon {
    padding: 9px 0px 9px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #ccc;
    border-left: none;
}


    .input-group-addon::before {
        content: "\f073";
        font-family: FontAwesome;
        color: black;
    }

.datepicker-marg {
    width: auto;
    margin: 0 0px 20px 0px;
}

.RegistErrrorFile a,
.GSTR2AErrorFile a,
.RegistErrrorFile a:hover,
.GSTR2AErrorFile a:hover {
    color: #428bca;
    cursor: pointer;
}

span.GSTR1SpanDisable {
    pointer-events: none;
    cursor: default;
    color: #ccc !important;
}

.img_iconpopup {
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    width: 80px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 20px;
    height: 80px;
}

.img_iconpopupFail {
    background-image: url('../images/crossfail.svg');
    background-repeat: no-repeat;
    width: 100px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 20px;
    height: 90px;
}

.mod_new_pop {
    margin-top: 80px !important;
}

.mod_btn_icpopup {
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.pop_contain {
    text-align: center;
}

.btn_pop_contain {
    display: inline-block;
}

.btn_popmr {
    margin-right: 15px !important;
}

.datepicker-marg > span:hover {
    cursor: pointer;
}


.btn_refund {
    padding: 10px 10px;
    height: 38px;
    width: auto;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #4012a6;
    outline: 0;
}

.btn_show_data {
    padding: 10px 10px;
    height: 38px;
    width: auto;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #4012a6;
    outline: 0;
    margin: 30px 0px 0px 0px;
}

    .btn_refund:hover, .btn_refund:focus, .btn_show_data:hover, .btn_show_data:focus {
        background-color: #4012a6;
        color: #ffffff;
    }

.icon_reports_dash::before {
    content: "\f0f6";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 20px;
}

.dash_rec_btn {
    margin-top: 27px;
}

.dash_rec_col {
    padding: 20px;
    background: lavender;
    border: 1px solid #4012a6;
}

    .dash_rec_col p {
        color: black;
        font-weight: 600;
    }

.repo_dash_col {
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0px 20px 0px;
    height: 150px;
}

.icon_reports_dash {
    text-align: right;
}

.report_color1 {
    background: #f0aa31;
}

.report_color2 {
    background: #26ad8b;
}

.report_color3 {
    background: #2d7d3e;
}

.report_color4 {
    background: #333333;
}

.report_color5 {
    background: #0094ff;
}

.repo_dash_col p a {
    color: #fff !important;
    font-size: 16px;
}

.formErrorList {
    padding-left: 40px !important;
}

.refund_heading_nm {
    padding: 15px;
    margin: 30px 0px 20px 0px;
    border: 1px solid black;
}

.refundpro_width {
    width: 10%
}

.refundprocess_width {
    width: 14%
}

#tblRefundCal .ref_head {
    background: #ccc !important;
    border: 1px solid black;
    border-collapse: collapse;
}

#tblRefundCal, #tblRefundCal th, #tblRefundCal td {
    border: 1px solid black;
    border-collapse: collapse;
}

    #tblRefundCal thead tr th {
        color: black;
        font-weight: 600;
    }

    #tblRefundCal tr td {
        border: 1px solid black;
        border-collapse: collapse;
    }

.buttons-excel {
    padding: 7px 20px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #4012A6 !important;
    outline: 0 !important;
}

div.dt-buttons {
    float: right !important;
}

#h5Period {
    color: black;
    font-weight: 600;
}

.refund_name {
    margin-top: -20px !important;
}

​​​​
#ReconReportTbl_filter {
    margin-top: -50px !important;
}

.chartDropDown {
    margin: 30px 0;
}

.reconRecord {
    margin-bottom: 30px;
}

p {
    margin-bottom: 10px !important;
}

.dropdownMenuVendor {
    width: 380px !important;
}

    .dropdownMenuVendor > .active > a, .dropdownMenuVendor > .active > a:hover, .dropdownMenuVendor > .active > a:focus {
        color: #111 !important;
        background-color: transparent !important;
    }


#tblGSTR3BCal .ref_head {
    background: #ccc !important;
    border: 1px solid black;
    border-collapse: collapse;
}

#tblGSTR3BCal, #tblGSTR3BCal th, #tblGSTR3BCal td {
    border: 1px solid black;
    border-collapse: collapse;
}

    #tblGSTR3BCal thead tr th {
        color: black;
        font-weight: 600;
    }

    #tblGSTR3BCal tr td {
        border: 1px solid black;
        border-collapse: collapse;
    }


#tblGSTR3BTaxCal .ref_head {
    background: #ccc !important;
    border: 1px solid black;
    border-collapse: collapse;
}

#tblGSTR3BTaxCal, #tblGSTR3BTaxCal th, #tblGSTR3BTaxCal td {
    border: 1px solid black;
    border-collapse: collapse;
}

    #tblGSTR3BTaxCal thead tr th {
        color: black;
        font-weight: 600;
    }

    #tblGSTR3BTaxCal tr td {
        border: 1px solid black;
        border-collapse: collapse;
    }

#tblGSTR3BPopup thead tr {
    background: #ccc;
}

#tblGSTR3BPopup tbody tr td .poprefundright {
    margin-left: 15px;
}

#tblGSTR3BPopup tbody tr td input {
    width: 130px;  
}

#tblGSTR3BPopup, #tblGSTR3BPopup th, #tblGSTR3BPopup td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px 15px !important;
}

#tblGSTR3BPopup .ref_head {
    background: #ccc !important;
    border: 1px solid black;
    border-collapse: collapse;
}

#tblGSTR3BPopup thead tr th {
    color: black;
    font-weight: 600;
}

#tblGSTR3BPopup tr td {
    border: 1px solid black;
    border-collapse: collapse;
}

    #tblGSTR3BPopup thead .itemDetails {
    width: 180px !important;
    }


#divGSTR3BAdjustment .modal-xl {
    width: 95% !important;
}


#divGSTR3BRule42 .modal-xl {
    width: 95% !important;
}


#tblGSTR3BRule42Popup thead tr {
    background: #ccc;
}

#tblGSTR3BRule42Popup tbody tr td .poprefundright {
    margin-left: 15px;
}

#tblGSTR3BRule42Popup tbody tr td input {
    width: 130px;
}

#tblGSTR3BRule42Popup, #tblGSTR3BRule42Popup th, #tblGSTR3BRule42Popup td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px 15px !important;
}

    #tblGSTR3BRule42Popup .ref_head {
        background: #ccc !important;
        border: 1px solid black;
        border-collapse: collapse;
    }

    #tblGSTR3BRule42Popup thead tr th {
        color: black;
        font-weight: 600;
    }

    #tblGSTR3BRule42Popup tr td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    #tblGSTR3BRule42Popup thead .itemDetails {
        width: 180px !important;
    }


.GSTR3B_attachment {
    position: sticky;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: list-item !important;
    background-color: #ffffff !important;
    height: 34px;
    border: none !important;
    font-weight: 600;
    float: right;
    width: 350px !important;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1 !important;

    float: right !important;
    color: #4012a6 !important;
    max-width: 140px !important;
}

    .GSTR3B_attachment::before {
        content: 'Upload Inward File';
       /* position: absolute;*/
    }

    .GSTR3B_attachment input[type=file] {
        border: none !IMPORTANT;
        opacity: 0 !IMPORTANT;
    }

.GSTR3B_ImportGoodsAttachment {
    position: sticky;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: list-item !important;
    background-color: #ffffff !important;
    height: 34px;
    border: none !important;
    font-weight: 600;
    float: right;
    width: 350px !important;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1 !important;
    float: right !important;
    color: #f0aa31 !important;
    max-width: 140px !important;
}

    .GSTR3B_ImportGoodsAttachment::before {
        content: 'Upload Import of Goods File';
        /* position: absolute;*/
    }

    .GSTR3B_ImportGoodsAttachment input[type=file] {
        border: none !IMPORTANT;
        opacity: 0 !IMPORTANT;
    }


.btn-gstr {
margin: 0px 15px 3px 15px !important;
}

#tblGSTR3BPopup {
    padding: 0px 5px;
}

#tblGSTR3BCal_wrapper  .buttons-excel  {
    float: right !important;
    margin: 15px 10px;
}

.GSTR3BAdjustmentItemDetails {
    cursor: pointer;
    color: #42189d;
    font-weight: 600;
}
    .GSTR3BAdjustmentItemDetails:hover {
        cursor: pointer;
        color: #42189d;
        font-weight: 600;
        text-decoration : underline black;
    }

#tblGSTR3BCal .GSTR3B_attachment {
    color: #f0aa31 !important;
}


/*.GSTR3BAdjustmentUpload {
    position: sticky;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: list-item !important;
    background-color: #ffffff !important;
    height: 34px;
    border: none !important;
    font-weight: 600;
    float: right;
    width: 350px !important;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1 !important;
    float: right !important;
    color: #4012a6 !important;
    max-width: 140px !important;
}


.GSTR3BAdjustmentUpload::before {
    content: 'Upload Attachment';
}

.GSTR3BAdjustmentUpload input[type=file] {
    border: none !IMPORTANT;
    opacity: 0 !IMPORTANT;
}*/

.AdjustmentRefDocs {
    position: sticky;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: list-item !important;
    background-color: #ffffff !important;
    height: 34px;
    border: none !important;
    font-weight: 600;
    float: right;
    /* width: 350px !important;*/
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1 !important;
    float: right !important;
    color: #4012a6 !important;
    /*max-width: 140px !important;*/
    content: 'Upload Attachment' !important;
    z-index: 9;
}

    /*.AdjustmentRefDocs::before {
        content: 'Upload Attachment' !important;*/
        /* position: absolute;*/
    /*}*/

    .AdjustmentRefDocs::after {
        content: 'Upload Attachment' !important;
        /* position: absolute;*/
    }

.AdjustmentRefDocs input[type=file] {
    border: none !IMPORTANT;
    opacity: 0 !IMPORTANT;
}

.GSTR3BSection3_2 {
    width: 100%;
}

#tblGSTR3BCal tbody td {
    padding: 8px 8px;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background: #4012a6 !important;
    border-radius: 5px;
}

.sidebar-wrapper::-webkit-scrollbar {
    width: 6px !important;
    display: block !important;
}

.sidebar-wrapper {
    direction: rtl;
}

.sidebar-nav {
    direction: ltr;
}

.downloadicon {
    height: 20px;
    width: 20px;
    content: url('../images/download.png');
}


#divITCRegForm1 ul.multiselect-container.dropdown-menu {
    max-height: 200px;
    overflow: hidden auto;
    width: 100%;
}

#divITCRegForm1 .customMultiSelect .multiselect-container > li > a,
#divITCRegForm1 .customMultiSelect .multiselect-container > li > a:focus {
    white-space: normal;
}

#divITCRegForm1 .multiselect-container > li > a > label {
    white-space: normal;
    padding: 6px 6px 6px 6px !important;
}

#divITCRegForm1 .customMultiSelect .btn-group .multiselect {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.customMultiSelect .glyphicon-remove-circle:before {
    content: "\f00d" !important;
}

.customMultiSelect i.glyphicon.glyphicon-remove-circle, .customMultiSelect i.glyphicon.glyphicon-search {
    font-family: 'FontAwesome' !important;
}

.customMultiSelect .glyphicon-search:before {
    content: "\f002" !important;
}



.customMultiSelect .input-group-addon {
    padding: 9px 9px 9px 9px !important;
    border-left: 1px solid #ccc !important;
}

    .customMultiSelect .input-group-addon:before {
        display: none;
    }

.browsedFileName {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 12px;
    font-size: 12px;
}

.errorLbl {
    color: #ec1d23;
    font-size: 10px;
    display: block;
    margin: 0;
}
