.main-loader {
  color: white;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@import '~handsontable/dist/handsontable.full.css';


@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.container-body {
  padding: 18px;
  /* background: #fff; */
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/**/
.loader {
  background: url(../images/spin2.svg);
  /* width: 50px; */
  width: 21px;
  text-align: left;
  position: relative;
  margin-top: calc(1% - 32px);
  left: 90%;
  /* height: 40px; */
  height: 28px;

}

.modal {
  overflow: auto !important;
}

/* .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
} */

.ju-page-loader {
  background: url(../images/spinner.svg);
  width: 165px;
  text-align: center;
  position: absolute;
  top: calc(0% - 30px);
  left: 50%;
  height: 140px;
}

.ju-loader-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.ju-container {
  background: #f5f5f5;
  margin-top: 20px;
}

.ju-inner-header h4 {
  background-color: dimgray;
  padding: 6px;
  color: white;
  font-size: 16px;
}

.ju-inner-liabilities h4 {
  background: #bd4706d1;
  padding: 6px;
  color: white;
  font-size: 16px;
}

li.ju-list-content {
  list-style: none;
  line-height: 2em;
}

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

.ju-heading h3 {
  background-color: #aea17c;
  /* background-color: #a8a8a8; */
  padding: 12px;
  margin-top: 0px;
  font-size: 19px;
  color: white;
}

p.ju-total {
  font-size: 16px;
  font-weight: bold;
  margin-left: 34px;


  /* new */
  position: sticky;
  bottom: 0;
  background: white;
  margin-top: 30px;
  height: 40px;
}

span.ju-pull-left {
  float: right;
  font-weight: bold;
  margin-right: 13px;
  font-size: 14px;
}

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

span.ju-pull-left-tag {
  float: right;
  font-weight: bold;
  /* margin-right: 63px; */
  font-size: 14px;
}

.ax-bold {
  cursor: pointer;
}

.ju-pull-left {
  float: left;
}

.ju-transaction {
  margin-top: 22px;
}

.ju-tabs-color {
  background-color: #e2d709;
}

.nav-tabs>li>a:hover {
  border-color: #e2d709 #e2d709 #e2d709;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #e2d709;
}

.nav-tabs>li.active>a {
  color: #555;
  cursor: default;
  background-color: #fff !important;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.ju-text-color a {
  color: black !important;
  font-size: 16px;
  font-weight: 500;
}

.ju-edit {
  color: black !important;
  cursor: pointer;
}

.ju-display {
  display: none;
}

.ju-fileUpload {
  /* border: 2px solid; */
  width: 50%;
  /* background: #eee; */
  height: 100px;
  padding: 10px;
  /* text-align: center; */
}

.ju-file-heading h3 {
  background: #ff9436;
  padding: 10px;
  color: white;
  text-align: center;
}

.ju-file-heading h3 {
  background: #c0b587;
  padding: 10px;
  color: white;
  text-align: center;
  margin-top: 0px;
}

/* vehicle */
.caret {
  display: none;
}

.dropdown.judome-vehicle {
  float: right;
  width: 160px;
}

/*  */
.ju-fileupload {
  border: 2px solid;
  border-color: #978c5d;
  /* margin: 0px auto; */
  margin-top: 20px;
  background: #fefef6;
  box-shadow: 13px 14px #f6f3e8;
  height: 206px;
  border-radius: 5px;
}

.form-control {
  border-radius: 0px !important;
  height: 37px !important;
  box-shadow: initial !important;
}

/*postsalesmasterfromexcel&viewchild*/
.ju-quantity-inputbox {
  width: 50px;
}

.ju-price-inputbox {
  width: 100px;
  float: right;
}

.ju-tax-inputbox {
  width: 70px;
  float: right;
}

.ju-discount-inputbox {
  width: 60px;
  float: right;
}

.ju-mainpage {
  padding: 18px;
}

.clearfix {
  margin-bottom: 12px;
}

.ju-salesmasterfilesUp {
  padding: 10px;
}

.ju-dispatch {
  padding-left: 5px;
}

.ju-roundofprice {
  height: 29px !important;
}

.ju-amt-right {
  float: right;
}

h4.ax-total {
  float: right;
  font-size: 16px;
  font-weight: 700;
}

.ju-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #387b96;
}

.btn-jutop {
  margin-bottom: 12px;
}

.ju-roundof {
  width: 135px;
  float: right;
}

i.fa.fa-cloud-upload {
  font-size: 100px;
  color: cornflowerblue;
}

thead.thead-dark {
  color: white;
  text-transform: uppercase;
  background: deepskyblue;
}

/*ed*/

/*task*/
.ju-task-pullright {
  float: right;
  margin-bottom: 13px;
}

.ju-tasktable-view {
  padding: 10px;
}

.ju-thead-bg {
  line-height: 1.4;
  text-transform: uppercase;
  /* background-color: #333333; */
  background: deepskyblue;
  color: white;
}

button.btn.btn-success.btn-xs.ju-pullright {
  float: right;
  margin-top: -9px;
}

.ju-pullright {
  border-radius: 0px !important;
}

/*endtask*/

/*viewtask*/
span.ju-create-taskgroup {
  float: right;
  /* margin-top: 0px; */
  margin-right: 10px;
}

button.ju-taskgroupbtn {
  background: #056a8c;
  border-color: #8085e9;
  border: 0px !important;

  border-radius: 0px !important;
}

span.ju-th-taskgroup {
  position: relative;
  /* top: 8px; */
}

.ju-task-groupplus {
  float: right;
  font-size: 15px;
  color: green;
}

.ju-task-groupremove {
  float: right;
  font-size: 15px;
  color: red;
}

.ju-modal-header {
  color: #ffffff;
  background: #aea17c;
  /* color: #444;
    background: #fde65a; */
}

.ju-modal-cancel {
  background-color: #dd1010 !important;
  border-color: #ccc;
  border: 0px !important;
  border-radius: 0px !important;
  color: white;
}

.clearfix.ju-cleartop {
  margin-top: -6px !important;
}

.ju-group {
  position: relative;
  bottom: 10px;
  margin-top: 15px;
}

/*end*/
/*task toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
  top: 9px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #06a11fe3; */
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

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

input:checked+.slider {
  background-color: #f44336;
}

input:focus+.slider {
  box-shadow: 0 0 1px #f44336;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* 19.4.18 */
i.fa.fa-edit {
  font-size: 16px;
}

.btn-success {
  font-size: 16px;
  color: #fff;
  background-color: #168c81;
  font-size: 16px !important;
  border-radius: 0px;
  border-color: #4cae4c;
  padding: 3px 5px !important;

}

.isactive {
  background-color: #a49d9d !important;
}

/* end */
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* end toggle */
/*06.04.2018*/

tr.selected {
  background: darkgrey;
}

/* 21.04.2018 */
.ju-date:hover {
  background-color: inherit !important;
}

.ju-date {
  cursor: initial;
}

.fa.fa-undo {
  padding-left: 20px;
  padding-top: 8px;
  color: green;
  font-size: 20px;
}

/* tax */


/* printView */
.ju-print {
  /* width: 270mm !important; */
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  /* width: 220mm !important; */
  width: 29.7cm;
  font-family: 'Source Sans Pro', sans-serif;
  /* height: 21cm; */
}

.ju-nmFont {
  /* font-family: 'PT Serif', serif; */
  font-family: 'Peddana', serif;
  font-size: 20px;
}

tr.ju-table-padding td {
  padding: 2px !important;
  vertical-align: inherit !important;
  border-top: 0px !important;
}

.ju-chervon {
  font-size: 35px;
}

.col-sm-9.ju-print-newbill {
  display: none;
}

.ju-ivamt {
  float: right;
  margin-right: 13px;
  margin-top: -26px;
  font-size: 22px;
  font-weight: bold;
}

.ju-margin-top {
  margin-top: 0px;
}

.j-p-dotted {
  border-top: 3px dotted #000000 !important;
  border-bottom: 3px dotted #000000 !important;
}

@media print {

  html,
  body {
    font-family: monospace;
    display: block;
    /* font-family: 'Source Sans Pro', sans-serif; */
    margin: 0;
    font-size: 24pt;
  }

  .ju-nmFont {
    font-family: monospace;
    /* font-family: "Source Sans Pro', sans-serif" !important; */
    font-size: 27px !important;
  }

  tr.ju-table-padding td {
    font-size: 22pt !important;
    /* padding: 2px !important; */
    vertical-align: inherit !important;
    border-top: 0px !important;
  }

  .j-p-petop {
    position: relative;
    bottom: 10px !important;
  }

  .j-p-margintop {
    position: relative;
    top: 40px !important;
  }

  .j-p-asleft {
    position: relative;
    left: 34% !important;
    top: 44px !important;
  }

  .j-p-leftalign {
    position: relative;
    left: 20% !important;
  }

  .j-p-leftpae {
    position: relative;
    right: 0px !important;
  }

  @page {
    size: A3;
    /* size: 29.59cm 13.97cm; */
  }

  /* @page { size: A3 landscape } */
  .ju-print {
    width: 40cm;
    /* height: 29.7cm; */
  }

  span.jpr-le {
    display: -webkit-inline-box;
    position: relative;
    right: 22px;
  }

  .j-p-inr {
    position: relative;
    margin-left: -7px !important;
  }

  .j-p-ivd {
    position: relative;
    right: 22px;
  }

  .ju-pleft {
    float: left;
  }

  .ju-print-address {
    position: relative;
    right: 10%;
    /* margin-right: 5px; */
    word-wrap: break-word;

  }

  .ju-print-leftsum {
    float: left;
  }

  .ju-print-rightsum {
    float: right;
  }

  .ju-print-tablefont {
    font-size: 25pt;
  }

  .ju-print-headersize {
    font-size: 24pt !important;
  }

  .ju-print-rightinvoices {
    position: relative;
    right: 40px !important;

  }

  .ju-table-topview {
    position: relative;
    /* margin-bottom: 100px; */
  }

  .ju-p-sign {
    float: left;
    position: relative;
    /* margin-top:110px !important;*/
  }

  .ju-p-s {
    float: left;
    position: relative;
    top: 30% !important;
    left: 2%;
    /*margin-top: 110px !important;*/
  }

  .j-p-fz {
    font-size: 20pt !important;
  }

  .ju-p-j {
    float: left;
    top: 30% !important;
    /* margin-top: 110px !important;*/
    left: 5%;
    position: relative;
  }

  .ju-p-a {
    float: left;
    bottom: 10%;
    /*margin-top: 60px !important;*/
    position: relative;
    left: 12%;
  }

  /* .ju-p-widthtaxt{
        width: 10% !important;
    } */
  /*new*/
  .ju-printviewcompo {
    margin-left: -16px;
  }

  .ju-print-height {
    height: 200px;
  }

  .ju-print-rightinvoice {
    position: absolute;
    width: 100%;
    left: 75%;
  }

  .ju-print-main {
    display: block;
  }

  .ju-print-overlap {
    width: 15em;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .ju-tax-overlap {
    width: 520px !important;

  }

  /* .ju-print-btmview{
         margin-top: 650px !important;
     } */
  .ju-print-gst {
    /* margin-top: 400px; */
    position: relative;
    display: block;
  }

  .j-print-invoiceamt {
    display: block;
    position: absolute;
    left: 60%;
    margin-top: 200px !important;
    font-size: 30pt !important;
  }

  .ju-netamt {
    float: left;
    position: relative;
    margin-top: 70px !important;
    /* top:30%; */
    width: 100%;
  }

  .j-p-gsin {
    position: relative;
    left: 14%;
  }

  .j-p-pn {
    position: relative;
    left: 15%;
  }

  .j-p-eoe {
    position: relative;
    left: 9%;
  }

  .j-p-dotted {
    border-top: 3px dotted #000000 !important;
    border-bottom: 3px dotted #000000 !important;
  }

}

.ju-bgwhite {
  background: #fff !important;
}

/*180616*/
.ju-gstin {
  position: relative;
  top: -11px;
}

.ju-panno {
  position: relative;
  top: -11px;
}

.ju-right {
  text-align: right;
}

.ju-txamt {
  width: 5%;
}

.ju-table-top td {
  border-top: 0px !important;
}

tr.ju-table-summary td {
  padding: 0px !important;
  vertical-align: inherit !important;
  line-height: 1.14 !important;
}

.ju-table-height {
  height: auto;
  /* height: 408px; */
  /* background: #0fef7d; */
  margin-left: -12px;
}

.ju-border-table {
  border-bottom: 2px solid #dddddd;
  border-top: 2px solid #dddddd;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  /* border-radius: 4px; */
}

.select2-container .select2-selection--single {
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: block !important;
  height: 38px !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px !important;
  right: 1px;
  width: 20px;
}

.ju-addproduct {
  float: right;
  border: 1px solid #155488;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px;
  line-height: 16.4px;
  margin-top: -2px;
  background-color: mediumaquamarine;
  cursor: pointer;
}

a.ju-product-view {
  float: right;
  border: 1px solid #155488;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px;
  line-height: 16.4px;
  margin-top: -1px;
  background-color: mediumaquamarine;
}

.jdm-success-msg {
  margin-bottom: 23px;
}

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

/*responsive*/
@media(max-width:768px) {
  .ju-res-top {
    position: relative;
    bottom: 233px;
  }

  .ju-res-bottom {
    margin-top: 108px;
  }
}

.ax-slider:before {
  position: absolute;
  content: "";
  height: 16px !important;
  width: 16px !important;
  left: 0px !important;
  bottom: 1px !important;
  background-color: white;
  transition: .4s;
}

.ax-toggle-change {
  background: #f6bb42;
  float: right;
  font-size: 13px;
  padding: 3px;
  color: #2a2626;
  padding: -8px;
  /* width: 51px; */
  border: 1px solid #f6bb42;
  margin-top: -22px;
  /* height: 21px; */
  /* position: relative; */
  font-style: italic;
  border-radius: 2px;
  /* top: 0px; */
}

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

.ju-tgam {
  position: relative;
  bottom: 25px;
  right: 12px;
}

.ju-tgp {
  position: relative;
  bottom: 25px;
  right: 7px;
}

@media(max-width:1300px) {
  .ju-f-top {
    position: initial !important;
  }
}




/*==========================NEW CSS ======================*/
main {
  /* min-height: calc(100vh - 100px); */
  min-height: calc(100vh - 61px);
}

.judome-newlayout-menubar {
  height: 60px;
  width: 100%;
}

.judome-newlayout-border {
  border-color: #F44336 !important;
  /* border-color: #e00047 !important; */
}

.judome-newlayout-footer {
  height: 61px;
  padding: 8px 3px;
  font-size: 15px;
  background-color: #e00047;
  /* margin-top: 50px;*/
  margin-top: 0px;
}

.judome-navbar-bg {
  background-color: black;
  background-color: #00BCD4;
  background-color: #F44336 !important;
  /* background-color: #e00047 !important; */
}

.startdate {
  color: white;
  height: 29px;
  width: 100%;
  border: 2px !important;
  float: right;
  /* margin-top: -38px; */
  background: #40373a36;
  padding: 2px;
  text-indent: 3px;
}

.judome-newlayout-sdate {
  width: 54% !important;
}

.judome-newlayout-loginmenu {
  float: right;
  margin-top: -53px;
  /* margin-top: -46px; */
  margin-right: 17px;
}

.judome-newlayout-submenu>.dropdown-menu {
  top: 0 !important;
  left: -171px !important;
}

.judome-newlayout-username {
  color: white !important;
}

p.judome-newlayout-entitytop {
  float: right;
  margin-top: -34px;
}

/*Loginform section*/
.judome-newlayout-loginpanel {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  background: url(../images/cover4.jpg) no-repeat 0px 0px;
  min-height: 100vh;
  background-size: cover;
}

.judome-newlayout-loginform {
  background: rgba(0, 0, 0, 0.4117647058823529);
  max-width: 500px;
  margin: 0 auto;
  padding: 2em;
  border-radius: 10px;
  box-sizing: border-box;
}

.judome-newlyout-logintitle {
  margin: 0;
  color: white;
  /* color: #fc3955; */
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.judome-newlayout-group label {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #d2d2d2;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-style: italic;
}

.form-control {
  border-radius: 0px !important;
  height: 37px !important;
  box-shadow: initial !important;
}

.group {
  display: flex;
  padding: 15px 5px;
  background-color: #ffffff;
}

.group i {
  color: #fc3955;
  font-size: 20px;
  padding: 0 10px;
}

.judome-newlayout-emailtextbox {
  width: 100% !important;
  border: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: #000 !important;
  height: 19px !important;
}

.judome-newlayout-forgot {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.judome-newlayout-forgot a {
  color: white;
}

.judome-newlayout-submit {
  background-color: #f44336;
  /* background: #fc3955; */
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  padding: 12px 60px;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
}

.judome-newlayout-newaccount {
  color: #eee;
  font-size: 13px;
  text-align: center;
  margin-top: 2em;
}

.judome-newlayout-ac {
  color: #00BCD4;
  text-decoration: none;
}

.judome-success {
  color: #00BCD4 !important;
  margin-top: 15px;
}

.judome-newlayout-ac:hover {
  color: white;
}

/*commondection*/
section.judome-newlayout-wholeheight {
  margin: 0;
  padding: 0;
  /* background-image: linear-gradient(to left, #b4bdc2, #c1c8cd, #cfd3d8, #dcdee3, #e9eaee); */
  background-color: #fafafa;
  /* background: url(../images/cover4.jpg) no-repeat 0px 0px; */
  min-height: 95vh;
  /* background-size: cover; */
}

.judome-newlayout-allbody {
  background: white;
  box-shadow: 3px 4px 9px 0px;
}

.judome-newlayout-allpanel-heading h3 {
  background-color: gray;
  /* background-color:#7A221B; */
  /* background-color: #1E0807; */
  /* background-color: dimgray; */
  /* background:#0b359c !important;
    background: #630909;
    background: #032B43; */
  /* background: #8B123A; */
  /* background: #605E5E; */
  padding: 11px;
  color: white;
  font-size: 21px;
}

.judome-newlayout-addbtn-icon {
  cursor: pointer;
  float: right;
  position: relative;
  bottom: 29px;
  right: 12px;
  font-size: 15px;
  background: #808080;
  padding: 5px;
  border-radius: 4px;
  color: white;
}

.judome-newlayout-trash-icon {
  background: #f44336;
  padding: 5px;
  border-radius: 4px;
  color: white;
  float: right;
  position: relative;
  bottom: 29px;
  font-size: 15px;
  cursor: pointer;
}

i.fa.fa-trash-o.judome-cash-trash {
  background: #f44336 !important;
  padding: 5px !important;
  border-radius: 4px !important;
  color: white !important;
  float: none !important;
  position: relative !important;
  bottom: -7px !important;
  font-size: 15px !important;
  left: 0px !important;
  cursor: pointer;
}

i.fa.fa-plus.judome-cash-plus {
  cursor: pointer !important;
  float: none !important;
  /* float: right !important; */
  position: relative;
  bottom: -7px !important;
  left: 0px !important;
  /* right: 12px; */
  font-size: 15px !important;
  background: #808080 !important;
  padding: 5px !important;
  border-radius: 4px !important;
  color: white !important;
}

.judome-newlayout-createnew {
  background: #C0C0C0 !important;
  border-color: #C0C0C0 !important;
  border-radius: 5px;
  font-size: 16px !important;
  /* font-weight: bold; */
  color: black !important;
  /* border-radius: 6px; */
  /* background: #05ae68;
    border-radius: 3px;
    border-color: #05ae68; */
  /* background: #0b359c;
    border-radius: 3px;
    border-color: #0b359c; */
  /* background: #404040 !important;
    border-color: #404040!important; */
  /* border-radius: 6px; */
}

.judome-newlayout-createnew:hover {
  background: #C0C0C0 !important;
  border-color: #C0C0C0 !important;
  border-radius: 5px;
  font-size: 16px !important;
  /* font-weight: bold; */
  color: black !important;
  /* border-radius: 6px; */
}

a.dropdown-toggle.judome-newlayout-username:hover {
  background: #f44336 !important;
}

.judome-newlayout-allpanel-heading {
  margin-top: -20px;
}

.ax-costcenters {
  width: 88%;
  margin-top: 5px;
}

.judome-newlayout-package-banner {
  background: #80808057;
  font-size: 16px;
  padding: 6px;
  /* position: relative; */
  /* right: 2px; */
  font-weight: 600;
}

.judome-newlayout-toggle {
  float: right;
  color: white;
  margin-top: -22px;
}

.judome-newlayout-addproduct {
  float: right;
  border: 1px solid #155488;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px;
  line-height: 16.4px;
  margin-top: -2px;
  background-color: mediumaquamarine;
  cursor: pointer;
}

.judome-newlayout-chargebtm {
  margin-top: 22px;
}

.judome-edit-ledgerlayout-addicon {
  position: relative;
  margin-left: 12px;
  background: #808080;
  padding: 5px;
  border-radius: 3px;
}

.ui-chips>ul.ui-inputtext {
  width: 100% !important;
}

/*kendo css*/
.k-pdf-export p.ju-netamt span {
  position: relative;
  margin-left: 25px;
}

.k-pdf-export span.ju-print-font span {
  position: relative;
  margin-left: 18px;

}

.k-pdf-export .j-p-ivd {
  position: relative;
  margin-left: 18px;
}

.k-pdf-export .j-p-inr {
  position: relative;
  margin-left: 18px;
}

.k-pdf-export .jpr-le {
  position: relative;
  margin-left: 18px;
}

/*.judome-newlayout-col-md-12{
    margin: 20px;
} */
/*==========================END CSS ======================*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');


.swal2-popup {
  font-size: inherit !important;
}

/**ptable**/
.p-component,
.p-chips .p-chips-multiple-container .p-chips-input-token input,
.p-inputtext,
.ql-container {
  font-family: var(--font-family);
}

/**CHIPS**/
.p-chips .p-chips-multiple-container .p-chips-token {
  background: var(--green-50);
  color: var(--black-400);
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 500px;
}

.p-chips .p-chips-multiple-container {
  padding: 2px 12px;
}

.p-inputtext {
  border-color: var(--black-100);
  border-radius: 4px;
  font-size: 14px;
  color: var(--black-400);
}

.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus,
.p-inputtext:focus {
  border-color: var(--green-500);
  box-shadow: 0px 0px 6px var(--green-500);
  border-radius: 4px;
}

.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: var(--green-500);
}

/**SKELETON**/
.p-skeleton {
  background-color: #f1f1f1;
}

/**ACCORDION**/
.p-accordion .p-accordion-header .p-accordion-header-link,
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link,
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  padding: 12px 24px;
  border-color: var(--divider-color);
  color: var(--black-500);
  background: var(--black-50);
}

.p-accordion .p-accordion-header .p-accordion-toggle-icon {
  position: absolute;
  right: 12px;
  margin-left: 4px;
}

.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  box-shadow: none;
}

.p-accordion .p-accordion-content {
  padding: 12px 24px;
  color: var(--black-500);
}

/**TABLE***/
.p-datatable-header {
  background: #ffffff;
}


.p-datatable .p-datatable-thead {
  background-color: var(--black-50) !important;
  border-radius: 4px;
  overflow: hidden;
}

.p-datatable .p-datatable-thead>tr>th {
  border-color: var(--black-50);
  border-width: 0px 0px 1px 0px;
  font-size: 13px;
  font-weight: 500;
  color: var(--black-500);
  padding: 12px;
  background: transparent;
}

.p-datatable .p-datatable-tbody>tr:first-child>td {
  border: 0;
}

.p-datatable .p-datatable-tbody>tr>td {
  border-color: var(--black-50);
  vertical-align: top;
  font-size: 13px;
  color: var(--black-500);
  padding: 12px;
}

.p-datatable .p-paginator-bottom {
  border-top: 1px solid var(--black-50);
  justify-content: end;
  padding: 24px 0px 16px 0px;
}

.p-paginator .p-paginator-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-paginator .p-paginator-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-paginator .p-paginator-first .p-paginator-icon::before {
  content: 'First';
  font-family: var(--font-family);
  font-size: 13px;
}

.p-paginator .p-paginator-prev .p-paginator-icon::before {
  content: 'Previous';
  font-family: var(--font-family);
  font-size: 13px;
}

.p-paginator .p-paginator-next .p-paginator-icon::before {
  content: 'Next';
  font-family: var(--font-family);
  font-size: 13px;
}

.p-paginator .p-paginator-last .p-paginator-icon::before {
  content: 'Last';
  font-family: var(--font-family);
  font-size: 13px;
}

.p-paginator .p-paginator-element {
  padding: 10px 12px;
  font-family: var(--font-family);
  font-size: 13px;
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 1px solid var(--divider-color);
  color: var(--green-900);
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: var(--green-900);
  border-color: var(--green-900);
}

.p-paginator .p-paginator-element.p-disabled {
  color: var(--black-100);
  opacity: 1;
}

/**CAROUSEL-TAB**/
.p-carousel.tab .tab-item {
  border: 1px solid var(--divider-color);
  padding: 12px 16px;
  color: var(--black-200);
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.p-carousel.tab .tab-item.active {
  color: var(--green-900);
  border-bottom-color: transparent;
}

/**Date Picker***/
.p-datepicker:not(.p-datepicker-inline) {
  box-shadow: 0px 4px 8px -2px rgba(17, 28, 69, 0.12), 0px 4px 8px rgba(17, 28, 69, 0.08);
  border-radius: 8px;
  border: 0;
}

.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #fff;
  border-bottom: 1px solid var(--black-100);
  margin: 0px 4px;
}

.p-datepicker table td>span.p-highlight {
  background: var(--green-900);
  border-radius: 40px;
}

.p-datepicker table td span:not(.p-highlight):hover {
  background: var(--black-100);
  border-radius: 40px;
}

.p-datepicker table td.p-datepicker-today>span {
  border: 2px solid var(--green-900);
  border-radius: 40px;
  background: transparent;
}

.p-datepicker table td.p-datepicker-today>span:hover {
  background: var(--black-100);
  border-radius: 40px;
  border: 0;
}

.p-datepicker-prev-icon,
.p-datepicker-next-icon {
  color: #000;
}

.p-datepicker-prev:focus,
.p-datepicker-next:focus {
  box-shadow: none !important;
}

.p-datepicker table td.p-datepicker-today>span {
  color: var(--black-400);
}

.p-datepicker-header .p-datepicker-title .p-dropdown {
  height: 24px;
  font-size: 12px;
}

.p-datepicker-header .p-datepicker-title .p-dropdown .p-dropdown-label {
  font-size: 12px;
}

.p-datepicker-header .p-datepicker-title .p-dropdown .p-dropdown-trigger-icon {
  font-size: 12px;
  margin-left: 5px;
  margin-top: 2px;
}

.p-datepicker .p-datepicker-header {
  padding: 4px8px
}

.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 14px;
  height: 14px;
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  font-size: 14px;
  padding: 4px;
}

.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: normal;
}

.p-datepicker table th,
.p-datepicker table td {
  font-size: 12px;
  padding: 4px;
  text-align: center;
}

.p-datepicker table td>span {
  width: 32px;
  height: 32px;
}

.p-datepicker .p-yearpicker .p-yearpicker-year {
  font-size: 14px;
  padding: 4px;
}

.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  background: var(--green-900);
}

.p-datepicker table td.p-datepicker-today>span.p-highlight {
  background: var(--green-900);
}

.p-datepicker .p-timepicker span {
  font-size: 14px;
}

.p-datepicker .p-timepicker button {
  width: 16px;
  height: 16px;
}

.p-calendar .p-datepicker {
  min-width: auto !important;
}

.p-calendar .p-inputtext {
  flex: 1 1 auto;
  width: 1%;
  font-size: 14px;
}

.p-tooltip-text {
  padding: 4px 8px !important;
  font-size: 12px;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  width: 1rem;
  height: 1rem;
}

p-treenode {
  white-space: pre;
}

.p-multiselect {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  width: 300px;
  height: 30px;
}

/* .p-dropdown {
  width: 18%;
} */
.p-dropdown {
  width: 100%;
}

.p-dropdown .p-dropdown-label.p-placeholder {
  font-size: 14px;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  font-size: 14px;
}

.loading-spinner {
  height: 80px;
  width: 80px;
  background: url('../src/image/loading.svg');
  display: inline-block;
}

.p-dropdown {

  width: 100% !important;
}

.p-dropdown .p-dropdown-label {

  font-size: 14px !important;
}

/*::ng-deep .k-input {
  font-weight: bold;
  font-size: 26pt !important;
}

.popup-class {
  font-size: 20px;
}

::ng-deep .k-animation-container li,
.k-animation-container-shown li {
  font-size: 26px !important;
}

::ng-deep .k-dropdownlist {
  font-size: 30px;
}*/

@page {
  size: A4 !important;
  margin: 0 !important;
  size: portrait !important;
}

@media print {
  .page {
    width: 100% !important;
    height: unset !important;

  }
}

.p-treetable {
  position: relative;
  font-size: 13px !important;
}

.p-treetable-wrapper {

  font-size: 13px !important;
}

::ng-deep .p-treetable {
  position: relative;
  font-size: 13px !important;
}

::ng-deep .p-treetable-wrapper {

  font-size: 13px !important;
}