body {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f4f5f8 !important;
    font-family: 'Lato', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif !important;
}

p {
    font-family: 'Lato', sans-serif !important;
}

.flex-columns>.flex-fixed {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex-columns>.flex-flexible {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}

.flex-stack>.flex-flexible {
    flex: 1 1 0%;
    overflow: auto;
}

.left-nav-container {
    position: absolute;
    height: 100%;
    overflow-x: hidden;
    z-index: 2;
}

.flex-children {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sideNavClose {
    width: 0px !important;
}

.ax-left-nav-view {
    width: 165px;
    background-color: #F4F5F8;
    box-shadow: none;
    flex: auto;
    overflow: hidden;
    /* overflow-y: auto;
    overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.ax-body-container.flex-flexible.flex-stack.slide.slideClose {
    margin-left: 0px !important;
}

.ax-left-nav-view .ax-app-logo {
    background-color: #393a3d;
    background-size: 125px;
    background-position: 20px 12px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 165px;
    height: 48px;
    padding: 3px 0;
    transition: background-size 0.2s;
}

.ax-left-nav-view .ax-left-list-nav-view {
    position: relative;
    margin-top: 16px;
}

.ax-left-nav-view .ax-primarynavItem {
    font-size: 18px;
    width: 165px;
}

.ax-left-nav-view .ax-primarynavItem.selected {
    font-weight: 600;
    background-color: #eceef1;
    border-left: 6px solid #2ca01c;
}

.ax-left-nav-view .ax-primarynavItem.selected a {
    /* padding-left: 38px; */
}

.ax-left-nav-view .ax-primarynavItem a {
    user-select: none;
    /* line-height: 44px; */
    /* padding-left: 44px; */
    color: #000000;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ax-left-nav-view .ax-primarynavItem a .label {
    padding-right: 10px;
    width: 120px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    color: black;
    font-weight: 600;
}

.ax-body-container.slide {
    margin-left: 165px !important;
}

.flex-columns>.flex-flexible {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}

.ax-body-container {
    transition: all 0.25s linear;
}

.flex-stack {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.flex-stack>.flex-fixed {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ax-global-header-view .ax-navigation-canvas {
    width: 100%;
    height: 48px;
    background-color: #393a3d;
    display: table;
    table-layout: auto;
    padding-right: 0;
    font-size: 0;
}

.ax-global-header-view.ax-navigation-canvas>div {
    display: table-row;
}

.ax-global-header-view .ax-global-header-left,
.ax-global-header-view .ax-global-header-right {
    display: table-cell;
    vertical-align: top;
}

.ax-global-header-view .ax-global-header-left>div,
.ax-global-header-view .ax-global-header-right>div {
    display: table;
    table-layout: fixed;
}

.ax-global-header-view .ax-global-header-item-container {
    display: table-row;
    vertical-align: top;
    white-space: nowrap;
}

.ax-global-header-view .ax-global-header-item .ax-global-header-item-button.collapse-trigger {
    padding: 0 20px;
}

.ax-global-header-view .ax-global-header-item .ax-global-header-item-button {
    border: 0;
    border-color: #000000;
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 1.4rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    height: 100%;
    min-width: 48px;
    width: 100%;
}

.ax-btn-bar {
    background: none;
    color: white;
    font-size: 24px !important;
    padding: 5px 20px !important;
    border-radius: 0px !important;
}

.ax-global-header-view .ax-global-header-item .ax-btn-bar:hover,
.ax-global-header-view .ax-global-header-item .ax-btn-bar:focus {
    background-color: #000000;
    outline: none;
    color: white;
}

.ax-homepage {
    cursor: pointer;
}

.ax-global-header-view .ax-global-header-item {
    height: 48px;
    vertical-align: middle;
    padding: 0px;
    cursor: pointer;
    white-space: nowrap;
    display: table-cell;
}

.ax-global-header-set {
    vertical-align: top;
}

.ax-global-header-view .ax-global-header-set {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
}

.ax-global-header-view .ax-global-header-set {
    vertical-align: top;
    text-align: -webkit-center;
    width: 100%;
}

.ax-global-header-view .ax-navigation-canvas>div {
    display: table-row;
}

.ax-logo-title {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 9px;
    color: #e90404 !important;
    /* background: linear-gradient(#2ca01c, #ffffff); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

a.ax-link {
    line-height: 22px;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    /* margin-left: -20px */
}

.ax-liststyle {
    list-style: none;
    padding: 0;
}

.ax-lable {
    padding-left: 19px;
    /* padding-left: 35px !important; */
    display: inline !important;
}

.flex-fixed.flex-children {
    flex: 0 0 auto;
    /* position: fixed; */
}

.ax-fixed {
    /* position: fixed; */
    width: 100%;
}

/* section.ax-footer-sub {
    
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 15px 30px;
    background: #f4f5f8;
} */
.shell-view {
    width: 100%;
    height: 100%;
}

.ax-global-header-item-button {
    border-color: #000000;
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 1.4rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    height: 100%;
    /* min-width: 48px; */
    width: 100%;
}

.ax-global-header-item-button i {
    font-size: 24px;
    vertical-align: middle;
    /* margin-top: 1px; */
    color: white;
    margin-top: 12px;
}

.ax-global-header-view .ax-global-header-right>div {
    margin-left: auto;
    display: table;
    table-layout: fixed;

}

.global-header-right {
    display: table-cell;
    vertical-align: top;
}

.ax-global-header-view .global-header-right>div {
    margin-left: auto;
}

.ax-global-header-view .global-header-right>div {
    display: table;
    table-layout: fixed;
}

.global-header-view .global-header-item-container {
    display: table-row;
    vertical-align: top;
    white-space: nowrap;
}

.ax-global-header-view .global-header-item {
    height: 48px;
    vertical-align: middle;
    padding: 0 3px 0 0;
    cursor: pointer;
    white-space: nowrap;
    display: table-cell;
}

.ax-global-header-view .global-header-item .global-header-item-button {
    border: 0;
    border-color: #000000;
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 1.4rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    height: 100%;
    min-width: 48px;
    width: 100%;
}

.ax-global-header-view .global-header-item .global-header-item-button i {
    color: #babec5;
}

.ax-global-header-view .global-header-item .global-header-item-button i {
    font-size: 28px;
    vertical-align: middle;
    margin-top: 1px;
}

/* li.active {
    border-left: 3px solid grey;
    background: #eceef1;
    margin: 2px;
} */
span.global-header-item.create:hover {
    background: black;
    color: white;
}

.shell-view .ax-body-container>.ax-body-inner {
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.ax-inner-div {
    width: 100%;
}

.ax-compo-title-header {
    padding: 15px;
    background: #f7f7f9;
}

.ax-compo-title-header h3 {
    font-weight: 600;
    font-weight: 400;
    font-size: 1.5rem;
    background-color: #F4F5F8;
    border-bottom: 2px solid #d4d7dc;
    margin: 20px 0 0 20px;
    font-size: 16px !important;
}

.ax-allMainpage {
    min-width: 275px !important;
}

.ax-allMainpage.ax-height-scroll {
    height: 96vh;
    overflow-y: auto;
    position: relative;
    background: #FFFF;
}

/* productorder */

.productorderscroll {

    height: initial !important;
    overflow-y: initial !important;
}

.productorderpadding {
    padding: initial !important;
}

/*end  */
.ax-judome-paddingpage.col-md-12 {
    padding: 20px;
}

.ax-judom-header h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 6px;
    margin-top: 8px;
}

.ax-input-in {
    background: #f4f5f826 !important;
    color: white !important;
}

.ax-datespan {
    position: relative;
    right: 5px;
}

.ax-date-width {
    width: 57% !important;
    height: 32px !important;
}

.ax-left {
    position: relative;
    left: 36px;
}

.ax-right {
    position: relative;
    right: 25px;
}

.ax-righttocenter {
    position: relative;
    left: 41px;
}

.ax-entityselectname {
    color: white;
    font-size: 11px !important;
    padding: 18px 25px !important;
    position: relative;
    border-radius: 0px !important;
    top: 5px;
    /* font-weight: 600; */
}

.ax-tgam {
    bottom: 0px !important;
    right: -1px !important;
}

.ax-tgp {
    bottom: 0px !important;
    right: -6px !important;
}

.ax-switch-btm {
    margin-bottom: -20px !important;
    top: -16px !important;
    right: -3px;
}

.ax-modal-confirm {
    /* width: 400px !important; */
}

.ax-modal-confirm .ax-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.ax-modal-confirm .ax-icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.ax-amtf-toggle {
    /* margin-top: -8px !important; */
}

.ju-tgam {
    color: black;
}

.ju-tgp {
    color: black;
}

.judome-newlayout-toggle {
    float: left;
    color: white;
    position: relative;
    margin-top: -18px;
    margin-left: 16%;
}

/* .ax-invoice-width{
width:72% !important;
}
.ax-datesize-width{
    width:40% !important;
} */
span.ax-taxP {
    font-size: 15px;
    font-weight: 600;
}

.ax-mdl-header {
    background: #393a3dd6;
    color: white;
    padding: 6px !important;
}

.ax-overlay-height {
    position: absolute;
    width: 100%;
    height: 96vh;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    /* background: url(../images/mainloader.svg); */
    /* width: 165px;
    text-align: center;
    position: absolute;
    top: calc(0% - 30px);
    left: 50%;
    height: 140px; */
}

.ax-inside-loader {
    background: url(../images/balls.svg);
    width: 165px;
    text-align: center;
    position: absolute;
    top: calc(39% - 30px);
    left: 44%;
    height: 152px;
}

.ax-right-false {
    float: right;
}

.ax-swich-in {
    float: right;
    top: 3px !important;
    right: 3px !important;
}

.ax-right-true {
    float: right;
    right: 55px !important;
}

.ax-paranet-bold {
    /* margin-right: 12px; */
    font-weight: 700;
}

input:checked+.slider {
    background-color: #009688 !important;
}


/*190109*/
/* .ax-card-title {
    font-weight: 600;
    font-size: 14px;
} */
/* .ax-card-box
{   
    padding: 20px !important;
    left: 20px;
    width: 320px;
    height: 320px;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
    background-color: #fff;
    background-image: none;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
} */
.ax-left-card {
    float: left;
}

.ax-contentchart {
    /* float: left; */
}

.ax-inner-chart {
    max-width: 660px;
    /* margin: auto; */
    /* height: 320px; */
    height: 261px;
    /* margin: 0 auto; */
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
}

.ax-chart-undo {
    float: right;
    cursor: pointer;
    font-size: 18px !important;
    padding: 5 !important;
    margin-right: 12px;
}

.ax-inner-chartcard {
    height: 320px;
    /* margin: 0 auto; */
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
}

/* .ax-amt-chart-d{
    padding: 6px;
    position: absolute;
    z-index: 999;
} */

.ax-box-cards-dash {
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
    padding: 15px;
    /* max-height: 350px !important; */
    /* max-height: 395px !important;  */
    max-height: 475px !important;
    height: 475px;
}

.ax-box-card-dash {
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
    padding: 15px;

    max-height: 150px !important;
    /* height: 150px; */
    height: 121px;
}

.ax-sdAmount {
    /* margin-top: 14px; */
    margin-top: 9px;
}

.ax-sdAmount p {
    font-size: 16px;
    padding-top: 0px;
    color: black;
}

h4.ax-ju-h4.ax-rec-pay {
    font-size: 18px;
    /* font-weight: 600; */
}

.ax-cubes {
    position: relative;
    font-size: 57px !important;
    /* opacity: 0.1; */
    /* padding-left: 58px; */
    float: right;
    top: 29px;
    color: gray;
}

.ax-sd-total {
    font-size: 45px !important;
}

.ax-received {
    color: green !important;
}

.ax-payable {
    color: #e90412 !important;
}

.ax-date-weight {
    font-weight: 100 !important;
}

.ju-addproduct {
    margin-top: -1px;
    margin-right: 5px;
}

thead.ax-table-bg {
    background: #dfe9f2 !important;
}


/*190114 mk*/
.ax-add-plus-span {
    padding-left: 7px;
    font-size: 17px !important;
}

h4.modal-title {
    text-align: center;
    color: white;
}

/* .ju-comletedpendingtask{
    position: relative;
    left: 72px;
    top: -39px;
} */
/* child */
.customers {
    height: 606px !important;
    margin-left: -37px;
    overflow-y: hidden !important;
}


.ax-childledgerall {
    height: 96vh;
    overflow-y: auto;
    position: relative;
    background: #FFFF;
}

.custom {
    height: initial !important;
    margin-left: -37px;
    overflow-y: hidden !important;
}

.ledgersub {
    height: initial !important;
    margin-left: -37px;
    overflow-y: hidden !important;
}

.supplier {
    height: 606px !important;
    margin-left: -37px;
    overflow-y: hidden !important;
}

.employees {
    height: 606px !important;
    margin-left: -37px;
    overflow-y: hidden !important;
}

.dataagent {
    height: 606px !important;
    margin-left: -37px;
    overflow-y: hidden !important;
}

.agent {
    height: initial !important;
    /* margin-left: -37px; */
    overflow-y: hidden !important;
}

.ax-addtaskgroup-btn {
    color: white !important;
    background: gray !important;
    font-weight: 100 !important;
    border: 1px solid !important;
}

.ax-completedTask-btn {
    font-size: 12px;
    margin-left: 11px;
    background: gray;
    color: white;
    font-weight: 100;
    border: 1px solid;
    padding: 3px;
}

.ax-pills ul {
    position: relative;
    display: flex;
    /* margin: 0 auto; */
    /* padding: 0; */
    max-width: 1200px;
    padding-left: 12px;
}

.ax-pills ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    /* text-align: center; */
    /* -webkit-flex: 1; */
    /* -moz-flex: 1;
    -ms-flex: 1; */
    /* flex: 1; */
}

.ax-pills ul li a {
    cursor: pointer;
    padding: 0 1.5em 0 0.3em;
    color: #0d9564;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none !important;
}

.ax-pills ul li {
    /* background-color: #eceef1; */
    /* border-left: 6px solid #2ca01c; */
    padding: 6px;
    /* border-bottom: 3px solid #2ca01c; */
}

li.listpurchaseActive {
    border-bottom: 3px solid #2ca01c;
}

li.listActive {
    border-bottom: 3px solid #2ca01c;
}

button.ax-lodingsheetbtn.btn {
    margin-bottom: 11px;
}

.dropdown-menu.ax-dropdown-new {
    padding: 10px;
    margin-top: 15px;
    line-height: 22px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    top: 1px;
    background-color: #ffffff;
    transition: .4s;
}

.ax-bs-rec {
    margin-top: 14px;
}

.ax-assettotal {
    margin-right: 0px !important;
}

.ju-inner-liabilities h4 {
    background: initial !important;
    padding: 6px;
    color: #393a3d;
    font-size: 16px;
    border-bottom: 1px solid #393a3d !important;
}

.ju-inner-header h4 {
    background-color: initial !important;
    padding: 6px;
    color: #393a3d;
    font-size: 16px;
    border-bottom: 1px solid #393a3d !important;
}

.ax-small-loader {
    position: absolute;
    /* margin: 0 0 2em; */
    height: 30px;
    width: 0;
    left: 12%;
    top: 28%;
    text-align: center;
    padding: 1em;
    /* margin: 0 auto 1em; */
    display: inline-block;
    vertical-align: top;
    /* background: url(../images/barloader.svg);*/
}

.ax-small-loader-two {
    position: absolute;
    /* margin: 0 0 2em; */
    height: 30px;
    width: 0;
    top: 81%;
    left: 12%;
    text-align: center;
    padding: 1em;
    /* margin: 0 auto 1em; */
    display: inline-block;
    vertical-align: top;
    background: url(../images/barloader.svg);
}

.ax-small-loader-three {
    position: absolute;
    /* margin: 0 0 2em; */
    height: 30px;
    width: 0;
    top: 45%;
    left: 45%;
    text-align: center;
    padding: 1em;
    /* margin: 0 auto 1em; */
    display: inline-block;
    vertical-align: top;
    background: url(../images/barloader.svg);
}

.ax-tree-view-right {
    float: right;
}

.ax-tree-border-bottom {
    border-bottom: 1px solid;
}

.ax-gstrpt-scroll {
    overflow-x: scroll;
}

.ax-total-fixedbtm {
    position: relative;
    margin-top: 30%;
}

.ax-dropdown-new:after {
    content: "";
    border-bottom: 10px solid #393a3d !important;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.ax-dropdown-new {
    background: #393a3d !important;
    margin-top: 35px !important;
    color: white !important;
    font-weight: 100 !important;
}

.ax-angle-icon-left {
    float: right;
    position: relative;
    top: 20px;
    padding-right: 12px;
}

.ax-angle-icon-down {
    float: right;
    position: relative;
    top: 20px;
    padding-right: 12px;
}

.axunderline {
    font-weight: 100;
    color: #2dce2d;
}

.ax-pencil-icon-set {
    cursor: pointer;
}

/* 190128 */
.ax-per-ftsize {
    font-size: 12px;
}

label.switch.ax-per-switch {
    width: 42px !important;
    height: 13px !important;
}

.ax-per-round:before {
    height: 11px !important;
    width: 11px !important;
}

span.ax-gst-spanpm {
    font-size: 9px;
    font-weight: 800;
}

.selectdGst {
    /* margin-top: 20px; */
}

.ax-tax-round {
    margin-top: -21px;
    width: 45% !important;
    margin-left: 73px;
    text-align: right
}

.ax-ttpm {
    float: right;
    width: 50%;
    position: relative;
    display: inline-table;
    /* left: 33px; */
    top: 2px;
    font-weight: 900;
}

.ax-left-delicon-set {
    position: relative;
    right: 24px;
}

.ax-delivery {
    width: 100%;
    /* padding: 5px; */
    padding: 12px;
}

.ax-groupadd {
    position: relative;
    top: 20px;
    letter-spacing: 1px;
    font-size: 15px;
}

.ax-col-3width {
    float: left;
    width: 30% !important;
    margin: 5px;
    margin-top: 0px;
}

.ax-col-3rwidth {
    float: right;
    width: 33% !important;
}

.axplus-icon {
    float: right !important;
    margin-top: 0px;
    left: 10px;
    background: orange;
    color: black !important;
    border-radius: 50%;
    font-size: 12px !important;
    padding: 5px;
    cursor: pointer;
}

.ax-label-shadow {
    background: white;
    box-shadow: 0px 2px 5px 0px;
    border-radius: 6px;
    padding: 2px 2px;
}

.ax-pm-sptotal {
    font-size: 15px;
    font-weight: 600;
}

.ax-cess-span {
    float: right;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    bottom: 22px;
}

.ax-cess-totalamount {
    float: right;
    padding-right: 77px;
}

.ax-page-print {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.ax-title-header {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.ax-print-wholebillbg {
    background: white;
}

.ax-top-border-view {
    /* border: 1px solid; */
    padding: 0px !important;
}

.ax-th-nopadding {
    padding: 0px !important;
    vertical-align: top !important;
}

.ax-th-para {
    border-bottom: 1px solid;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.ax-th-para span {
    background: white;
    border: 1px solid;
    padding: 3px;
    box-shadow: 2px 3px 2px 1px;
}

.ax-para-text {
    text-align: center;
}

.ax-gstinv {
    padding-left: 18px;
}

p.ax-print-dk span {
    text-decoration: underline;
    padding-left: 12px;
    font-weight: 600;
}

.ax-print-declare {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 12px;
    border-bottom: 1px solid;
}

.ax-print-bnk {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.ax-text-indent-ad {
    text-indent: 1em;
    font-weight: 600;
}

.ax-bk-pl {
    padding-left: 15px;
}

.ax-new-tg1 {
    margin-top: -12px !important;
    position: relative;
    top: -29px;
    left: 10%;
}

.ax-text-indent-ad p {
    line-height: 10px;
    font-size: 13px;
}

.ax-new-tg {
    margin-top: -12px !important;
    position: relative;
    top: -29px;
    left: 8%;
}

.ax-form-pad {
    padding: 6px 8px !important;
}

.ax-img-prlogo {
    width: 70px;
    height: 75px;
}

.ax-print-box {
    padding: 6px;
}

span.ax-spo-top {
    float: right;
    position: relative;
    margin-top: -34px;
    right: 21px;
}

.ax-height-scroll-pr {
    height: 100vh;
    overflow: auto;
}

.ax-pu-toggle {
    float: left;
    color: white;
    position: relative;
    margin-top: 0px;
    /* margin-left: 16%; */
}

.ax-pu-tgam {
    bottom: 0px;
    color: black;
    /* right: 9px !important; */
    font-weight: 700;
    position: relative;
    right: 6px;
}

.ax-pu-switch {
    position: relative !important;
    display: inline-block;
    width: 45px !important;
    height: 18px !important;
    /* float: right; */
    /* top: -16px; */
    /* right: 10px; */
}

.ax-pi-ft {
    font-size: 20px;
}

.col-md-4.ax-width-502.ax-w-reduce {
    /* max-width: 55% !important; */
    max-width: 100%;
    width: 502px;
}

.ax-w-x490 {
    max-width: 100%;
    width: 490px !important;
}

.ax-total-tax-new {
    margin-top: -30px !important;
    position: relative !important;
    /* left: 100px !important;
    width: 38% !important ; */
    left: 113px !important;
    width: 36% !important;
}

.ax-tax-w {
    width: 30%;
}

/*190304*/
.ax-successMessage {
    font-size: 18px;
    font-weight: 18px;
    text-align: center;
    color: #09e709;
}

.ax-errorMessage {
    font-size: 18px;
    text-align: center;
    color: red;
}








/* dont-touch */
@page {
    size: A4;
    margin: 0;
}

@media print {

    html,
    body {
        font-family: 'Open Sans', sans-serif !important;
        /* width: 210mm;
        height: 297mm;         */
    }

    .ax-print-header {
        position: fixed;
        top: 0px;
    }

    .ax-footer-pr {
        position: fixed;
        bottom: 0px;
    }

    .ax-gstInve {
        /* font-size: 19px; */
        font-weight: 700;
    }

    .ax-print-wholebillbg {
        width: 210mm;
        min-height: 297mm;
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        position: relative;
        top: 12px;
    }

    .ax-body-container.slide {
        margin-left: 0px !important;
    }

    .ax-img-prlogo {
        position: absolute;
        top: 6px;
    }

    .ax-table-b-none {
        border: none !important;
    }

    .table-bordered>thead>tr>th {
        border: 1px solid #080808 !important;
    }

    /* .table{
      
        border: 1px solid #080808 !important; 
    } */
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        border: 1px solid #101010 !important;
    }

    .ax-gstinv {
        padding-left: 11px;
    }

    .ax-print-add {
        font-size: 9px !important;
    }

    tr {
        font-size: 12px !important;
        font-weight: bold !important;
    }

    .ax-th-para {
        font-size: 8px !important;
        font-weight: bold;
    }

    .ax-vcn {
        font-size: 9px !important;
        font-weight: bold !important
    }

    .ax-text-indent-ad p {
        line-height: 10px;
        font-size: 12px;
    }

    .ax-print-thead-font {
        font-size: 10px !important;
    }

    .ax-print-tbody-font {
        font-size: 9px !important;
        font-weight: 700;
    }

    .ax-top-table-header-font {
        font-size: 10px;
    }

    .ax-footer-pr {
        font-size: 9px;
    }

    .lg-pr-f-s-9 {
        font-size: 9px !important;
    }

    .lg-l-h-0 {
        line-height: 13px !important;
    }

    .ax-print-f-9 {
        font-size: 9px !important;
        /* padding:2px !important; */
    }

    .ax-print-f-9 {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        padding-right: 8px !important;
    }

    .ax-top-set-cess {
        position: relative;
        bottom: 0px !important;
        right: 0px !important;
        font-weight: 200 !important;

    }

    .ax-btm-10 {
        position: relative;
        top: 3px;
    }

    .ax-tble-print-w52 {
        width: 52.45% !important;
    }

    .ax-tble-print-w23 {
        width: 23.99% !important;
    }

    .ax-dk-print-w {
        width: 37.55% !important;
    }

    .ax-max-width-pr-98 {
        width: 98% !important
    }

    .ax-dk-f-p {
        font-size: 10px !important;
    }
}

@media screen and (max-width:600px) {
    .judome-newlayout-toggle {
        float: left;
        color: white;
        position: relative;
        margin-top: -36px;
        margin-left: 43%;
        top: 20px;
    }
}

@media(max-width:1366px) {
    .ax-width-502.ax-w-reduce {
        max-width: 100%;
        width: 256px !important
    }

    .ax-w-x490 {
        max-width: 100%;
        width: 238px !important;
    }

    .ax-total-tax-new {
        position: relative !important;
        left: 40px !important;
        width: 34% !important;
    }

    .ax-cess-totalamount {
        padding-right: 70px;
    }

    .ax-tax-w {
        width: 40%;
    }

    .ax-tax-w-44p {
        width: 44%;
    }

    span.judome-price-tag {
        float: right;
        margin-right: 10px;
    }
}

.ax-dateng2range {
    width: 70%;
    position: relative;
    right: 15%;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(129, 129, 129);
}

.ax-top-set-cess {
    position: relative;
    /* bottom: 110px; */
    right: -5px;
    font-weight: 200 !important;
}

.ax-btm-10 {
    position: relative;
    bottom: 10px;
}

.ax-top-18 {
    position: relative !important;
    top: 18px !important;
    font-weight: 200 !important;
}

/* 16052019 */
.ax-toggle-0 {
    top: 0px !important;
    right: 0px !important;
}

.ju-width-60 {
    width: 25%;
    max-width: 60%;
}

.ju-width-30 {
    width: 100%;
    max-width: 30%;
}

.badge-red {
    background-color: blue !important;
}

.Listactive {
    background-color: yellow !important;
    color: #000000 !important;

}

.ju-m-top-43 {
    margin-top: 43px;
}

.ju-line-height-none {
    line-height: initial !important;
}

.ju-padding-4 {
    padding: 4px !important;
}

.ju-f-w-600 {
    font-weight: 600;
}

.ju-m-r-4px {
    margin-right: 4px;
}

.ju-card-box-new {
    padding: 15px;
    position: relative;
    margin: 1.5rem 0 1rem 0;
    -webkit-transition: -webkit-box-shadow .25s;
    -moz-transition: box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    /* transition: box-shadow .25s, -webkit-box-shadow .25s; */
    border-radius: 2px solid;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

ul.ju-list-none {
    list-style: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    /* top: 0; */
    /* left: 100%; */
    margin-top: -6px;
    margin-left: -7px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}