.row-billing_banks .cell-iban{white-space: nowrap;}
.row-billing_banks .cell-billing_banks\.name{white-space: nowrap;}

.cell-created_on{white-space: nowrap;}
.cell-updated_on{white-space: nowrap;}

.cell-dt_out{white-space: nowrap;}
.cell-dt_in{white-space: nowrap;}
.cell-dt_created{white-space: nowrap;}
.cell-dt_updated{white-space: nowrap;}

ul.autocomplete-list li{
  cursor: pointer;
}

ul.autocomplete-list li:hover{
  background: #27bcfd;
  color: white;
}

@media (max-width: 350px) {

}
@media (max-width: 480px) {

}
@media (max-width: 560px) {
	.row-invoices_efact{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: space-between;
		align-items: stretch;
		width: 80vw;
	}

	.row-invoices_efact:nth-child(odd){
		background: #f5f5f5;
	}

	.row-invoices_efact [data-label]:before{
		content: '' attr(data-label) ': ';
		font-weight: 900;
		display: block;
	}

	.table-invoices_efact thead{
		/* display: none; */
	}

	.table-invoices_efact thead .hcell{
		display: none;
	}

	.filter-row.gc-search-row{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: space-between;
		align-items: stretch;
		width: 70vw;
	}

	body.documat-ro .filter-row.gc-search-row{
		width: 90vw!important;
	}
	body.documat-ro .row-invoices_efact{
		width: 90vw!important;
	}
}
@media (max-width: 700px) {

}
@media (max-width: 960px) {

}



.tx-penalties{    font-size: 12px;
  display: block;
  line-height: 1.2;
  margin-top: 6px;
  color: #e63757 !important;}
  .btn-tiny{
    --falcon-btn-padding-y: 0.1275rem;
    --falcon-btn-padding-x: 0.55rem;
    --falcon-btn-font-size: 0.575rem;
    --falcon-btn-border-radius: 0.25rem;
    /*
    padding-top: 0.1275rem;
    padding-bottom: 0.1275rem;

    padding-left: 0.55rem;
    padding-right: 0.55rem;

    font-size: 0.575rem;
    border-radius: 0.25rem;*/
  }

  .btn-info {
    --falcon-btn-color: #fff;
    --falcon-btn-bg: #2c7be5;
    --falcon-btn-border-color: #2c7be5;
  }




  /*placeholder floating
  <div class="floating-form-control"><input type="number" min="0.00" name="item_quant" placeholder="aaa" class="form-control form-input"><label class="form-label">Cantitate</label></div>

  */
  .floating-form-control {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .form-label {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    left: 1rem;
    top: 0.25rem;
   /* padding: 0 0.25rem;*/
    color: rgb(160,159,159);
    background: white;
    transition: all 0.3s ease;
  }
  .form-input {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    resize: none;
    width: 100%;
    height: auto;
    /*padding: 0.75rem 1.25rem;*/
    border-radius: 0.25rem;
   /* border: 1px solid rgb(160,159,159);*/
    /*color: black;*/
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .form-input::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  .form-input:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  .form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  .form-input:focus {
    outline: none;
    border: 1px solid hsl(216,100%,60%);
  }
  .form-input:focus ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 5;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(160,159,159);
    /*  background: white;*/
    transition: all 0.2s ease-in-out;
  }
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus) ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus) ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
  }





  /*vue modal */
  .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
  }

  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }


  .modal-enter-active {
    animation: enter 0.2s ease-out;
  }

  .modal-leave-active {
    animation: leave 0.2s ease-in;
  }

@media (min-width: 576px) {
    .modal.modal-lg {
		max-width: 100%!important;
	}
}

  @keyframes enter {
    0% {
      opacity: 0%;
      transform: scale(0);
    }
    100% {
      opacity: 100%;
      transform: scale(1);
    }
  }

  @keyframes leave {
    0% {
      transform: scale(1);
      opacity: 100%;
    }
    100% {
      transform: scale(0);
      opacity: 0%;
    }
  }





.vue-error{
  display: inline-block;
  font-size: 70%;
  color: #e63757;
  line-height: 1;
}
.form-control.is-invalid {
  border-color: #e63757;
  padding-right: calc(1.5em + 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15625rem) center;
  background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem)
}



.row-invoices .cell-invoice_name{
  white-space: nowrap;
  min-width: 230px;
}












.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.loader-overlay.show {
  pointer-events: auto;
  opacity: 1;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50vh;
  left: 45vw;
  z-index: 9999999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.form-sm{
    height: 27px;
    padding: 0.2125rem 1rem;
    font-size: 0.8rem;
}





/* theme */
/* body.documat-ro .navbar-vertical.navbar-expand-xl{padding-left:10px;} */


.card.vibrant{
	box-shadow: var(--falcon-box-shadow);
    background-image: linear-gradient(-45deg, rgb(0 160 255 / 5%), #0048a21f),url(../img/generic/bg-navbar.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card.vibrant-dark{
	box-shadow: var(--falcon-box-shadow);
    background-image: linear-gradient(-45deg, rgba(0, 160, 255, 0.86), #0048a2),url(../img/generic/bg-navbar.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.documat-ro{
	background-color: #f7f7f7!important;
}
.navbar-grey{
	background-color: #f7f7f7!important;
}


label.required:after {
  	content: " *";
    color: red;
    font-weight: 100;
}