.np-transaction-info{
	background: #e5e5c10d;
	padding: 8px;
	line-height: 60%;
	font-size:90%;
}

.np-transaction-info h4{
	margin-bottom:25px;
}

.np-transaction-info p{
	padding-left:15px;
}

td .use_bank_portal::after {
	content: "\f11f"!important;
}
td .npintesa_void::after {
	content: "\f117"!important;
}
td .npintesa_capure::after {
	content: "\f316"!important;
}

td .npintesa_refund::after {
	content: "\f317"!important;
}

td .npintesa_refresh::after {
	content: "\f463"!important;
}

td .npintesa_fiscal_sale,
td .npintesa_fiscal_advance,
td .npintesa_fiscal_proforma,
td .npintesa_fiscal_refund,
td .npintesa_fiscal_view{
	border:1px solid #8094949e!important;
}

td .npintesa_fiscal_sale::after,
td .npintesa_fiscal_advance::after,
td .npintesa_fiscal_proforma::after,
td .npintesa_fiscal_refund::after,
td .npintesa_fiscal_view::after{
	font-size:10px;
	background:rgb(158 196 48 / 34%);
	font-family:  Dashicons!important;
}

.npintesa_fiscal_sale::after{
	content: "\f491 \2713"!important;
}

.npintesa_fiscal_advance::after{
	content: "\f491 \2191"!important;
}

.npintesa_fiscal_proforma::after{
	content: "\f491 \2630"!important;
}

.npintesa_fiscal_refund::after{
	content: "\f491 \f15d"!important;
}

.npintesa_fiscal_view::after{
	content:"\f491 \1F441";
}

.order_fiscal_box .fiscal_actions > button{
	min-width:180px;
	display:inline-block;
	margin:2px;
	text-align:left;
}

.order_fiscal_box .fiscal_actions > button:after{
	font-family: Dashicons!important;
	float:right;
}

.use_bank_portal {

}

.npintesa_void {

}

@keyframes blinker {
  50% {
    opacity: 0.7;
  }
}

.npintesa_capure {
	background:#ff7600!important;
	animation: blinker 1s linear infinite;
}

.npintesa_refund {

}

.npintesa_refresh {

}

.npintesa_button i{
	line-height: 150%;
}

.npintesa_wait{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(28, 71, 95, 0.7);
	z-index: 999999;
	background-repeat:no-repeat;
	background-size: 100px;
	background-position: 50% 15%;
	text-align: center;
	overflow-y: auto;
	padding-bottom: 15px;
}

.npintesa_wait > p{
	color: #052348;
	text-align:center;
	font-size:16px;
	padding:10px;
	/* position: absolute; */
	width: 100%;
	z-index: 999;
	margin-top: 50px;
	text-shadow: 1px 1px 2px;
}

p.npintesa_wait_text{
	margin-top:30vh;
	position:relative;
	top:+90px;
}


.sk-folding-cube {
  margin: 20px auto;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.npintesa-op-response{
	width:460px;
	max-width:100vh;
	margin:10px auto;
	text-align:center;
	color:white;
	background-color: rgba(0,0,0,0.5);
	padding:15px;
	margin-top: 15vh;
}

.npintesa-op-response h3{
	color:white;
}

.npintesa-op-response p{
	line-height:13px;
	margin:0;
	text-align:left;
	font-size:12px;
}

.npintesa-op-capture-btn,
.npintesa-op-refund-btn,
.npintesa-op-close-btn{
	width:180px;
	margin:10px 10px;
	margin-bottom:50px;
	text-align:center;
	color:white;
	background-color:#052348;
	padding:15px;
	border:none;
	cursor:pointer;
	transition-property:background;
	transition-duration:0.5s;
}

.npintesa-op-capture-btn:hover,
.npintesa-op-refund-btn:hover,
.npintesa-op-close-btn:hover{
	background-color:#ad0648;
}

BODY.with-npintesa-wait-screen{
	overflow:hidden;
}

BODY.np_pending_pay_redirect {
	overflow:hidden;
}

BODY.np_pending_pay_redirect > *{
	display:none;
}

BODY.np_pending_pay_redirect:after{
	content:attr(redirect_message);
	display:block;
	text-align:center;
	margin-top:45vh;
	font-size:17px;
	font-style:italic;
}

tr.override_language,
tr.use_recaptcha,
tr.debug_mode,
tr.fiscalization_enable{
	border-top:1px solid black;
}

tr.enabled,
tr.store_type,
tr.fiscalization_tax_no{
	border-bottom:1px solid black;
}

*[label]:before{
	content: attr(label);
	min-width: 190px;
	display: inline-block;
}

.npintesa-fiscal-documents-listing *[label]:before{
	min-width: 120px;
} 

tr.fiscalization_row{
	background:rgb(244 245 216 / 50%);
}

table.np_compact_table tr{
	padding:0;
}

table.np_compact_table th,
table.np_compact_table td{
	padding:0px;
}

table.np_compact_table tr:nth-child(odd){
	background:rgb(0 0 0 / 5%);
}

.if-fiscalization{
	display:none;
}

.with-fiscalization .if-fiscalization{
	display:table-row;
}

#fiscalization_upload_cert{
	border: 1px solid black;
    padding: 10px;
    background: #fe1c1c57;
    margin: 10px;
}

#fiscalization_upload_cert button{
	margin:8px;
}

.order_fiscal_box{

}

.order_fiscal_box .fiscal_actions{

}

.fiscal_receipt_panel_container{
	height: 100%;
	overflow-y: auto!important;
	min-height: calc(90vh - 80px);
	max-height: calc(90vh - 80px);
	background: white;
}

.fiscal_receipt_panel table{
	width:100%;
	counter-reset:fiscal_no;

}

.fiscal_receipt_panel table td,
.fiscal_receipt_panel table th{
}

.fiscal_receipt_panel table td > *{
	margin:0;
	border-radius:0;
}

.fiscal_receipt_panel table td input{
	width: 100%;
	background:transparent;
}

.fiscal_receipt_panel table td input:focus{
	background:#feda7f4a;
}

.fiscal_receipt_panel table td select{
	width: 100%;
}

.fiscal_receipt_panel table th.fiscal_item_code{
	font-size:10px;
}

.fiscal_receipt_panel table th.fiscal_item_qty,
.fiscal_receipt_panel table td.fiscal_item_qty{
	width:90px;
	display:flex;
	justify-content:stretch;
}

.fiscal_receipt_panel tr.zero_negative td,
.fiscal_receipt_panel tr.zero_negative td input,
.fiscal_receipt_panel tr.zero_negative td select{
	color:red;
}

.np-fiscal-pre{
	padding:5px;
	background: #FBFBFB;
	box-shadow: 3px 3px 6px grey;
}

.fiscal_item_code{
	width:110px;
	max-width:16%;
}

td.fiscal_item_code{
	counter-increment:fiscal_no;
}

td.fiscal_item_code > span:before{
	position:absolute;
	margin-left:-12px;
	font-size:10px;
	content:counter(fiscal_no);
}

.fiscal_item_total{
	width:100px;
	max-width:15%;
	min-width:80px;
}

.fiscal_item_item{
	width:35%;
}

.fiscal_receipt_panel table th.fiscal_item_qty input{
	width:50%;
}

table.np-receipt-records tbody tr:nth-child(odd){
	background:rgb(131 219 225 / 13%)
}

.fiscal_receipt_panel table tbody tr:hover td{
	background:rgba(0,0,0,0.1);
}

.fiscal_receipt_panel > p {
	padding:0;
	margin:0
;}

.fiscal_receipt_panel > p[label]:before{
	min-width: 190px;
	display: inline-block;
}

.fiscal_receipt_panel > p:nth-child(even){
	background:rgb(131 219 225 / 13%)
}

.fiscal_receipt_panel > p input,
.fiscal_receipt_panel > p select{
	border-radius:0;
	width:50%;
}

.fiscal_receipt_panel > p input{
	position: relative;
	left: +4px;
}

.fiscal_item_total input{
	text-align:right;
}

.fiscal_receipt_panel input,
.fiscal_receipt_panel select{
	font-family: monospace;
	font-weight:bold;
	font-size: 13px;
    border-color: silver;
}

.fiscal_total{
	text-align:right;
}

.fiscal_total span span:after{
	content:" RSD";
}

table.fiscal_receipt_line_items .fiscal_mode_message{
	float:left;
}

table.fiscal_receipt_line_items[mode='development'] .fiscal_mode_message:before{
	content:"RAZVOJNI REÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½IM: RaÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Âuni se ne upisuju u ESIR. MoÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ete probati bilo ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ta!";
	color:green;
}

table.fiscal_receipt_line_items[mode='training'] .fiscal_mode_message:before{
	content:"TRENING REÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½IM: Kreirani raÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Âuni se upsiju u ESIR i SUF ali nemaju vaÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾nost!";
	color:green;
}

table.fiscal_receipt_line_items[mode='live'] .fiscal_mode_message:before{
	content:"RADNI REÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½IM: Kreirani raÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Âuni se upsiju u ESIR i SUF!";
	color:black;
}

.fiscal_receipt_panel select[readonly]{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:none;
	border: none;
    background: none;
}

select[name='fiscal_transaction_type']{
	border:none;
	background:none;
}

table.fiscal_receipt_line_items a.fiscal_item_remove{
	display:inline-block;
	width:20px;
	text-align:center;
	cursor:pointer;
	background:rgba(0,0,0,0.2);
	border-radius:10px;
	margin-left:4px;
}

table.fiscal_receipt_line_items a.fiscal_item_remove:hover{
	color:red;
}

.fiscal_receipt_panel .fiscal_receipt_toolbox{
	background: #c2e2ff;
    padding: 4px;
	margin:-2px -15px 0px -15px;
}

.fiscal_receipt_panel .fiscal_receipt_toolbox button{
	margin:3px;
	line-height: 20px;
}

.np-receipt-record,
.np-receipt-record td{
	cursor: pointer;
	font-size: 13px;
}

.np-receipt-record-ref,
.np-receipt-record-ref td{
	font-size: 13px;
}

.np-receipt-record td,
.np-receipt-record-ref td{
	padding:5px 3px;	
}

.np-receipt-record.current_receipt,
.np-receipt-record.current_receipt td{
	background:#6ed6e833;
}


.np-receipt-record-ref,
.np-receipt-record-ref td{
	color:#929292;
}

.np-receipt-record-ref.current_receipt,
.np-receipt-record-ref.current_receipt td{
	background:yellow;
	font-weight:bold;
	color:black;
}

.np-receipt-record-ref.current_receipt td.count-no span:before{
	content:"[REFERENT]";
	color:green;
}

.np-receipt-record-ref.for_refund td.count-no span:before{
	content:"[REFUND]";
	color:red;
}

.np-receipt-record-ref.current_receipt.for_refund td.count-no span:before{
	content:"[REFUND|REFERENT]";
	color:red;
}

.npintesa_fiscal_proforma{
	display:none!important;
}

.npintesa_fiscal_proforma.last-tran-,
.npintesa_fiscal_proforma.last-tran-refund.last-inv-Normal{
	display:inline-block!important;
}

.npintesa_fiscal_advance.last-tran-sale.last-inv-Normal,
.npintesa_fiscal_sale.last-tran-sale.last-inv-Normal{
	display:none!important;
}

.npintesa_fiscal_refund.last-tran-,
.npintesa_fiscal_refund.last-tran-refund{
	display:none!important;
}

.npintesa_fiscal_view.last-tran-{
	display:none!important;
}

.np-hidden{
	display:none!important;
}

.cmd-download-pdf-fiscal{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(72.156863%25 20.784314%25 20.784314%25)%3Bfill-opacity:1%3B' d='M 3.226562 14.59375 L 3.226562 22.988281 C 3.226562 23.445312 3.59375 23.816406 4.050781 23.816406 L 19.949219 23.816406 C 20.40625 23.816406 20.773438 23.445312 20.773438 22.988281 L 20.773438 14.59375 C 14.90625 12.757812 9.058594 12.746094 3.226562 14.59375 Z M 3.226562 14.59375 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(91.372549%25 91.372549%25 87.843137%25)%3Bfill-opacity:1%3B' d='M 20.773438 14.59375 L 20.773438 5 C 18.402344 3.769531 16.761719 2.183594 15.957031 0.183594 L 4.050781 0.183594 C 3.59375 0.183594 3.226562 0.554688 3.226562 1.011719 L 3.226562 14.59375 Z M 20.773438 14.59375 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(85.098039%25 84.313725%25 79.215686%25)%3Bfill-opacity:1%3B' d='M 20.773438 5 L 16.710938 5 C 16.296875 5 15.957031 4.664062 15.957031 4.246094 L 15.957031 0.183594 Z M 20.773438 5 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(97.647059%25 97.647059%25 97.647059%25)%3Bfill-opacity:1%3B' d='M 8.617188 16.640625 L 7.054688 16.640625 C 6.839844 16.640625 6.664062 16.820312 6.664062 17.035156 L 6.664062 21.394531 C 6.664062 21.613281 6.839844 21.789062 7.054688 21.789062 C 7.273438 21.789062 7.449219 21.613281 7.449219 21.394531 L 7.449219 20.015625 L 8.617188 20.015625 C 9.246094 20.015625 9.757812 19.507812 9.757812 18.878906 L 9.757812 17.78125 C 9.757812 17.152344 9.246094 16.640625 8.617188 16.640625 Z M 8.96875 18.878906 C 8.96875 19.070312 8.8125 19.230469 8.617188 19.230469 L 7.449219 19.230469 L 7.449219 17.429688 L 8.617188 17.429688 C 8.8125 17.429688 8.96875 17.585938 8.96875 17.78125 Z M 8.96875 18.878906 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(97.647059%25 97.647059%25 97.647059%25)%3Bfill-opacity:1%3B' d='M 12.292969 21.789062 L 10.808594 21.789062 C 10.589844 21.789062 10.414062 21.613281 10.414062 21.394531 L 10.414062 17.035156 C 10.414062 16.820312 10.589844 16.640625 10.808594 16.640625 L 12.292969 16.640625 C 12.960938 16.640625 13.507812 17.1875 13.507812 17.859375 L 13.507812 20.574219 C 13.507812 21.242188 12.960938 21.789062 12.292969 21.789062 Z M 11.199219 21 L 12.292969 21 C 12.527344 21 12.71875 20.808594 12.71875 20.574219 L 12.71875 17.859375 C 12.71875 17.621094 12.527344 17.429688 12.292969 17.429688 L 11.199219 17.429688 Z M 11.199219 21 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(97.647059%25 97.647059%25 97.647059%25)%3Bfill-opacity:1%3B' d='M 16.945312 16.640625 L 14.636719 16.640625 C 14.421875 16.640625 14.242188 16.820312 14.242188 17.035156 L 14.242188 21.394531 C 14.242188 21.613281 14.421875 21.789062 14.636719 21.789062 C 14.855469 21.789062 15.03125 21.613281 15.03125 21.394531 L 15.03125 19.609375 L 16.148438 19.609375 C 16.367188 19.609375 16.542969 19.433594 16.542969 19.214844 C 16.542969 18.996094 16.367188 18.820312 16.148438 18.820312 L 15.03125 18.820312 L 15.03125 17.429688 L 16.945312 17.429688 C 17.160156 17.429688 17.335938 17.253906 17.335938 17.035156 C 17.335938 16.816406 17.160156 16.640625 16.945312 16.640625 Z M 16.945312 16.640625 '/%3E%3C/g%3E%3C/svg%3E")!important;
	padding-left: 30px!important;
	background-repeat: no-repeat!important;
	background-size: 20px auto!important;
	background-position: 2px center!important;
}

#order_data .order_data_column .form-field input[type='checkbox']{
	width:auto;
}

.npmethod-hidden .payment_method_npintesa{
	display:none!important;
}

#TB_ajaxContent .np-cmd-fiscal-cancelation{
	display:none!important;
}

.npintesa-fiscal-documents-toolbox{
	display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.npintesa-fiscal-documents-toolbox button,
.npintesa-fiscal-documents-toolbox input[type='submit']{
	padding: 6px 20px;
	font-size: 14px;
    font-weight: bold;
	min-width:120px;
}

.npintesa-fiscal-documents-list table{
	width:100%;
}

.npintesa-fiscal-documents-list table tr td{
	cursor:pointer;
}

.npintesa-fiscal-documents-list table tr:nth-child(odd) td{
	background-color:rgba(255,255,255,0.8);
}

.npintesa-fiscal-documents-list table tr:nth-child(even) td{
	background-color:rgba(255,255,255,0.2);
}

.npintesa-fiscal-documents-list table tr:hover td{
	background-color:#f0f8ff;
}

.npintesa-fiscal-documents-list table tr.fiscal-order-group td{
	background-color:#e2e082;
}

.fiscal-error td{
	color:red;
}

li.payment_method_npintesa div.payment_method_npintesa p:empty:before,
label[for='payment_method_npintesa']:empty:before{
	content: attr(npdefaulttext);	
}

.nestpay_resp {
	display:flex;
	flex-direction: column;
	width: 100%;
	align-content: center;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.nestpay_resp .np-transaction-info{
	background:rgba(0,0,0,0.01);
	width: auto;
	max-width: 90%;
	padding: 10px 30px;
}

.nestpay_resp .np-transaction-info p{
	margin:0;
	line-height:1.2em;
	font-style:italic;
	
}

.nestpay_resp .woocommerce-customer-details,
.nestpay_resp .woocommerce-order-details{
	width:1024px;
	margin:10px;
	max-width:90vw;
}

.nestpay_resp .nestpay_resp {
	display:none!important;
}

#submit_npintesa_payment_form{
	margin-right:20px;
}

.np-form br{
	display:none;
}

.np-pay-buttons-line > a,
.np-pay-buttons-line > button{
	padding:7px 24px;
	transition-property: opacity;
    transition-duration: 0.5s;
}

@media(max-width:768px){
  .np_footer_branding{
	flex-wrap:wrap;
  }
}

.np-lds-dual-ring {
 tra
}

.np-lds-dual-ring:before{
  position:absolute;
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  margin: 8px;
  margin-left:20px;	
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #dceeff transparent #aeaeae transparent;
  animation: np-lds-dual-ring 1.2s linear infinite;
  
}
@keyframes np-lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nestpay_resp_approved_page a.button-primary[href*="pay_for_order"]{
	display:none;
}