
.grid-password input{
  width: 80px !important;
  margin: auto;
  text-align: center;
  border: 0;
}
.f-w-600{
  font-weight: 600;
}
.w-fc{
  width: fit-content !important;
}

.w-mc{
  /*width: max-content !important;*/
}
.btn-action{
	  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 2px 6px;
  font-size: 1rem;
  height: 30px;
  width: 30px;
  line-height: 1.5;
  border-radius: 2px;
  margin-left: 5px;
  /* border-radius: 0.375rem; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-border-1-white{
   border: 1px solid #ffffff;
}

.logo-text-main{

  display: grid;
  margin-left: 10px;
}

.logo-text-title{
  font-weight: 700;
  color: #FF5722;
  line-height: 32px;
  font-size: 24px;
}

.logo-text-subtitle{
  
  font-size: 13px;
  line-height: 10px;
  color: #4d4747;
  letter-spacing: 14px;
}
.action-td{
  background: #ffffff6b;
}

.pull-right{
	float: right !important;
}

.pull-left{
	float: left !important;
}

.redborder{
	border: 1px solid #ff5722;
}

.color-spot{
    display: block;
  height: 30px;
  width: 30px;
  background: #ff0000;
  position: absolute;
  top: 40px;
  right: 25px;
  border-radius: 2px;
}

/*.bg-gradient-orange{
    background: linear-gradient(to left, #fb6708, #ff7b3b, #ff8f5e, #ffa37e, #ffb79e);

}*/
.transaparent-overlay{
     background: #c0cedc85;
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 999;
     cursor: progress;
     display: none;
     opacity: 0;
}

.no-touch-overlay{
     background: #ffffff70;
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 999;
     cursor: progress;
     display: none;
     opacity: 0;
   }

.transaparent-overlay .loader-box{
  margin: auto;
}

.scrollbar::-webkit-scrollbar
{
    width: 6px;
    background-color: #000000;
}
 
.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFFFF;
}
.fu_popover_Theme_light {
  width: auto !important;
  min-width: 150px;
   position: absolute;
   background: #FDFDFD;
   z-index: 1060;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   /*border: 1px solid #F7F7F7;*/
   border-radius: 4px;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.fu_popover_header_Theme_light{
   margin: 0;
   padding: 8px 14px;
   font-size: 14px;
   /*text-align: center;*/
   /*color:#6A6A6A;*/
   /*background-color: #FFFFFF;*/
    /*border-bottom: 1px solid #4E4E4E;*/
   color: #fff;
   background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
   border-bottom: 1px solid #fba440;
  
   border-radius: 4px 4px 0 0;
}
.fu_popover_content_Theme_light{
   padding: 9px 14px;
}
.fu_popover_Theme_light:after, .fu_popover_Theme_light:before {
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}
.fu_popover_Theme_light:after {
   border-color: rgba(255, 255, 255, 0);
   border-width: 10px;
}
.fu_popover_Theme_light:before {
   border-color: rgba(0, 0, 0, 0);
   border-width: 11px;
}
.arrow_top_Theme_light:after{
   left: 50%;
   bottom: 100%;
   border-bottom-color: #FFFFFF;
   margin-left: -10px;
}
.arrow_top_Theme_light:before{
   left: 50%;
   bottom: 100%;
   border-bottom-color: #F7F7F7;
   margin-left: -11px;
}
.arrow_bottom_Theme_light:after{
   left: 50%;
   top: 100%;
   border-top-color: #FFFFFF;
   margin-left: -10px;
}
.arrow_bottom_Theme_light:before{
   left: 50%;
   top: 100%;
   border-top-color: #F7F7F7;
   margin-left: -11px;
}
.arrow_left_Theme_light:after{
   right: 100%;
   top: 50%;
   border-right-color: #FFFFFF;
   margin-top: -10px;
}
.arrow_left_Theme_light:before{
   right: 100%;
   top: 50%;
   border-right-color: #F7F7F7;
   margin-top: -11px;
}
.arrow_right_Theme_light:after{
   left: 100%;
   top: 50%;
   border-left-color: #FFFFFF;
   margin-top: -10px;
}
.arrow_right_Theme_light:before{
   left: 100%;
   top: 50%;
   border-left-color: #F7F7F7;
   margin-top: -11px;
}


/* Modal left/right panel*/
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

/*Left*/
  .modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  
  .modal.left.fade.in .modal-dialog{
    left: 0;
  }
        
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }
  
  .modal.right.fade.in .modal-header {
    border-radius: 0;
    border: none;
  }
  
    .modal.right.fade.in .close>span:not(.sr-only) { 
      color: #fff ;
  }

  .modal.right.fade.in .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal.right.fade.in .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }

 .modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/*Modal panel left right*/
.menu-item-add-btn {
  line-height: 45px;
  margin-left: auto;
  font-size: 20px;
  color: #5e72e4 !important;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  }

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.sticky-footer-table {
position: sticky;
  bottom: 0;
  background: #ffffff;
  display: flow-root;
  /*box-shadow: 25px 7px 12px 3px #8a8a8a;*/
  box-shadow: 2px -6px 8px -8px #8a8a8a;
 /* position: sticky;
  bottom: 0;
  background: #ffffff;
  display: flow-root;*/
  /* border-top: 1px solid #616d89; */
 /* box-shadow: 0px 0px 10px -4px #8a8a8a;*/
  padding-left: 40px;
  padding-right: 40px;
  /*width: auto;*/
  /*border-radius: 5px;*/
}

.transaction_table_grand_total {
  font-family: fjallaone-r;
}

.transaction_table_info {
  font-family: fjallaone-r;
}

.fjallone-r {
  font-family: fjallaone-r;
}

.footer-total-amount {
  font-family: fjallaone-r;
  font-size: 1.25rem !important;
  text-align: center;
  letter-spacing: 1px;
    color: #fff !important;
  /*background: #3F51B5 !important;*/
  background: #fb6340 !important;
}

.footer-total-banking-amount {
  font-family: fjallaone-r;
  font-size: 1.25rem !important;
  text-align: center;
  letter-spacing: 1px;
  color: #fff !important;
  background: #3F51B5 !important;
  /*background: #fb6340 !important;*/
} 

.footer-total-difference-amount {
  font-family: fjallaone-r;
  font-size: 1.25rem !important;
  text-align: center;
  letter-spacing: 1px;
    color: #fff !important;
  background: #4c4c4c !important;
  /*background: #fb6340 !important;*/
}
.footer-total-amount-cell {
  background: #fcfcfc !important;
background: -moz-linear-gradient(left, #fcfcfc 0%, #fb6240 39%, #fb6240 42%, #fb6240 50%, #fb6240 62%, #fb6240 64%, #ffffff 100%) !important;
background: -webkit-gradient(left top, right top, color-stop(0%, #fcfcfc), color-stop(39%, #fb6240), color-stop(42%, #fb6240), color-stop(50%, #fb6240), color-stop(62%, #fb6240), color-stop(64%, #fb6240), color-stop(100%, #ffffff))  !important;
background: -webkit-linear-gradient(left, #fcfcfc 0%, #fb6240 39%, #fb6240 42%, #fb6240 50%, #fb6240 62%, #fb6240 64%, #ffffff 100%) !important;
background: -o-linear-gradient(left, #fcfcfc 0%, #fb6240 39%, #fb6240 42%, #fb6240 50%, #fb6240 62%, #fb6240 64%, #ffffff 100%) !important;
background: -ms-linear-gradient(left, #fcfcfc 0%, #fb6240 39%, #fb6240 42%, #fb6240 50%, #fb6240 62%, #fb6240 64%, #ffffff 100%) !important;
}
.report-cell-amount {
  font-family: fjallaone-r;
  letter-spacing: 1px;
  font-size: 18px;
}

.account-no-cell {
  font-family: fjallaone-r;
  letter-spacing: 1px;
  font-size: 13px;
  color: #565454 !important;
}

.account-name-cell {
  font-weight: 700;
  color: #fb6340;
}

.id-cell {
  background: #f6f9fc;
background: -moz-linear-gradient(left, #f6f9fc 0%, #ffffff 86%, #ffffff 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #f6f9fc), color-stop(86%, #ffffff), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(left, #f6f9fc 0%, #ffffff 86%, #ffffff 100%);
background: -o-linear-gradient(left, #f6f9fc 0%, #ffffff 86%, #ffffff 100%);
background: -ms-linear-gradient(left, #f6f9fc 0%, #ffffff 86%, #ffffff 100%);
background: linear-gradient(to right, #f6f9fc 0%, #ffffff 86%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9fc', endColorstr='#ffffff', GradientType=1 );
}

.search-header {
  position: absolute;
  top: 76px;
  width: 100%;
  padding: 0.5rem ;
  background: #f6f9fc;
  box-shadow: 0px 1px 5px -4px #000;
}

.difference-negative-cell {
  font-family: fjallaone-r;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  /*border-radius: 16px 0px 16px 0px;*/
  color: #fff;
  background: #FF5722 !important;
}

.difference-positive-cell {
  font-family: fjallaone-r;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  /*border-radius: 16px 0px 16px 0px;*/
  color: #fff;
  background:#4af76f !important;
}

.model-body-rounded {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}