html{
  overflow-x:hidden;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.opacity{
  opacity: 0.5;
}

.flex-shrink{
flex-shrink: 0;
}
.input_buttons .radio_input:not(:last-child){
  margin-right:45px;
}
.radio_input{
  width: 20px;
  height: 20px;
  background: #a5b5c6;
  border-radius: 50%;
}
.faded-text{
  color: gray;
}
.code_buttons .row{
  margin-bottom:50px;
}
.code_buttons button.btn.btn-default:active,
.code_buttons button.btn.btn-default:focus,
.code_buttons button.btn.btn-default:hover{
  background-color:#fff;
  color: #0079B1;
  box-shadow: inset 0 0 0 1px #0079B1;
}
.code_buttons button {
  padding: 10px 12px;
  font-weight: bold;
  min-width:80px;
}
.radio_input.active {
  background: #144479;
}
.code_buttons .row > div{
  width:33.33% !important;
}
.title-label.mh-50{
  min-height:50px;
  max-height:50px;
}
.lang{
  padding:10px;
  position: relative;
  width: 60px;
  height: 50px;
  transition: .35s cubic-bezier(.4,0,.2,1);
  right: 10px;
  border-bottom: none;
}
.lang img{
  width:60%;
  position:relative;
}
.lang ul{
  margin:0px;
  padding:0px;
  list-style:none;
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 5px;
  transition: .35s cubic-bezier(.4,0,.2,1);
}
.lang ul li{
  margin-bottom:5px;
  padding-right:10px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.lang ul li a{
  display: block;
}

.lang ul li:not(:first-child){
  display:none;
}
.lang:hover ul li{
  display:block;
}
.lang:hover ul{
  background: #f2f7f9;
  box-shadow: 0 5px 10px rgba(146, 123, 123, 0.24), 0 15px 40px rgba(166,173,201,.2);
}
.lang ul li:first-child:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #0079b1 transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}
.signin h1.large.ff{
  color: #e41219 !important;
}
.signin button.btn-primary.ff{
  background-color: #e41219 !important;
}
.full {
  width: 100%;
}
.error {
  color: red;
}
.icon.error {
  background-color: #f72c2c38;
  color: red;
}
.hidden-filter {
  display: none !important;
}
.search-result {
  display: none;
  border-bottom: 2px solid #F2F7F9;
  border-left: 1px solid #F2F7F9;
  border-right: 1px solid #F2F7F9;
  border-radius: 10px;
}
.search-placeholder {
  margin: 0px 15px;
}
.coc-result {
  text-decoration: underline;
  cursor: pointer;
}
.invoice-number-error {
  font-size: 12px;
  color: red;
}
.add-invoice-error {
  color: red;
  background-color: #fafafa;
  margin-bottom: 5px;
  padding: 5px;
  display: none;
}
.onboard-item *.btn.btn-danger {
  background-color: #e41219;
}
.hidden {
  display: none !important;
}
.required-field {
  color: red;
  font-size: 11px;
}
.btn-upload {
  padding: 10px 0px 13px;
  background-color: #81B100 !important;
  margin:auto;
  width:100%;
}
.next-payment-moment {
  margin: 0px auto 0px 200px;
}

@media(min-width:992px) {
  .next-payment-moment {
    margin: 0px auto 0px 120px;
  }
 }

.title-delete-row {
  display: flex;
  justify-content: space-between;
}
.customer-delete {
  cursor: pointer;
  color: white !important;
}
.change-iban {
  margin-top: 1.9rem;
}
.invoice-detail {
  display: flex;
  justify-content: space-between;
}
.disagree-reason {
  width: 100%;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  max-width: 200px;
  padding: 5px 11px 8px;
  color: #0079B1;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #0079B1;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.tooltipster-sidetip .tooltipster-content {
  color: unset;
  line-height: 18px;
  padding: unset;
  font-size: 14px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #0079B1;
}
.mobile-upload-input{
  display:none;
}
@media only screen and (max-width: 780px) {
  div[data-dz-invoice],
  div[data-dz-credit],
  div[data-dz-attachments]{
      display:none;
  }
  .mobile-upload-input{
      display:block;
  }
}
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px)  {
      div[data-dz-invoice],
      div[data-dz-credit],
      div[data-dz-attachments]{
          display:none;
      }
      .mobile-upload-input{
          display:block;
      }
}
/*START APP STYLING*/
body.app nav + div.content{
  padding-bottom: 60px;
  margin-top: 0;
}
body.app {
  padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
  padding-top: env(safe-area-inset-top); /* iOS 11.2 */
  margin-bottom: calc(0 - constant(safe-area-inset-top)); /* iOS 11.0 */
  margin-bottom: calc(0 - env(safe-area-inset-top)); /* iOS 11.2 */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

body.app .logo{
  display: none;
}
body.app .nav-toggle{
  display: none;
}
body.app .app-menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}

body.app .menu{
  display: none;
}
body.app .onboard-state{
  display: none;
}
body.app .app-show{
  display:flex;
}
body.app .app-hide {
  display: none;
}

body .app-show{
  display:none;
}
body.app .app-menu li > a,
body.app .app-menu li > label{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  height: 60px;
  color: #ACACAC;
}
body.app .app-menu li > label{
  margin: 0;
}
body.app .app-menu li{
  flex-grow: 1;
}
body.app .app-menu li.active{
  background-color: #F9F9F9;
}
body.app .app-menu li span{
  font-size: 11px;
  line-height: 1;
}
body.app .app-menu li.active span{
  color: #48423E;
}
body.app .app-menu li svg{
  margin: 0 0 7px;
}
body.ff.app .app-menu li.active svg{
  color: var(--color-ff);
}
body.app .app-menu li.active svg{
  color: var(--color-o2);
}
body.app .app-navbar{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
body.ff.app .app-navbar .back{
  color: var(--color-ff);
}
body.app .app-navbar .back{
  padding: 0 10px;
  color: var(--color-o2);
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px 0 15px;
  cursor: pointer;
}
body.ff.app .app-navbar .settings{
  color: var(--color-ff);
}
body.app .app-navbar .settings{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  height: 100%;
  padding: 0 15px 0 20px;
  -ms-align-items: center;
  align-items: center;
  font-size: 17px;
  color: var(--color-o2);
  margin-left: auto;
}
body.app .title{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 1px;
}
body.app .main-nav{
  position: relative;
}
body.app .hidden-toggle{
  display: none;
}
body.app .page-content{
  padding: 0;
}
body.app .page-content > nav{
  display: none;
}
body.app .more-items{
  position: fixed;
  left: 0;
  right: 0;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  transition: 0.5s ease all;
  bottom: 60px;
}
body.app .extra-item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 15px;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
body.app .more-items .extra-item span{
  font-size: 14px;
}
body.ff.app li .more-items .extra-item > svg{
  color: var(--color-ff);
}
body.app li .more-items .extra-item > svg{
  margin: 0 10px 0 0;
  font-size: 16px;
  color: var(--color-o2);
}
.toggle-more:checked + .more-items{
  height: calc(100vh - 60px);
}
body.app .navbar{
  display: none;
}
body:not(.app) .app-menu{
  display: none;
}
body:not(.app) .app-navbar{
  display: none;
}
/*Edits jp:*/
:root{
  --color-o2: #0079B1;
  --color-ff: #e41219;
}
body.app .container-fluid.content{
  margin-top:75px;
}
body.app .container-fluid.content.mobile-dashboard{
  margin-top:10px;
}
body .container-fluid.content.mobile-dashboard{
  margin-top: 75px;
}
body.app ul.nav-pills li{
  margin-bottom:5px;
}
body.app .app-navbar{
  position:fixed;
  transition: 0.5s ease all;
}
body.ff.app .app-navbar .settings a{
  color: var(--color-ff);
}
body.app .app-navbar .settings a{
  color: var(--color-o2);
}
body.app .table-invoices .invoice-date,
body.app .table-invoices .status,
body.app .table-invoices .client{
  display:none;
}
body.app .table-invoices .client{
  width:auto;
}
body.app .table-invoices .sorting_1{
  width:100%;
}
body.app .table-invoices .invoice-number,
body.app .table-invoices .invoice-sum{
  width:100%;
}
body.app .table-wrap .dataTables_wrapper table.dataTable.table-clients tr > td,
body.app .table-wrap .dataTables_wrapper table.dataTable.table-invoices tr > td{
  background-color:#fff;
}
body.app .table-clients tr,
body.app .table-invoices tr{
  box-shadow: rgb(230, 230, 230) -3px 2px 5px;
}
body.app .table-clients tr .number,
body.app .table-invoices tr .number{
  width:100%;
}
body.app .table-clients tr,
body.app .table-invoices tr,
body.app .table-invoices td.invoice-sum {
  position: relative;
}
body.app .table-clients tr td.faded a svg,
body.app .table-invoices tr td.faded a svg{
  margin: auto;
}
body.app .table-clients tr td.faded a,
body.app .table-invoices tr td.faded a{
  height:100px;
}
body.app .table-invoices tbody td a {
  padding: 6px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: row;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.app .table-clients tr td.faded *,
body.app .table-invoices tr td.faded *{
  color:#fff;
}
body.app .table-clients tr td.faded,
body.app .table-invoices tr td.faded{
  display: inline-grid;
  position: absolute;
  right: 0px;
  height: 100%;
  line-height: 100px;
  color: #fff !important;
  align-content: center;
}
body.app .table-clients{
  margin: 0px;
  width: 100% !important;
}
body.app .table-invoices{
  margin: 0px;
  width: 100% !important;
}
body.app .table-clients td:not(.status):not(.client):not(.faded){
  display:none;
}
body.app .table-wrap .dataTables_wrapper table.dataTable.table-clients tr > td.faded.processing{
  background-color:#757574;
}
body.app .table-wrap .dataTables_wrapper table.dataTable.table-clients tr > td.faded.active{
  background-color:#76A200;
}
body.app .pagination{
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
body.app .pagination .page-link{
  border: 1px solid #e2e2e2;
  padding: 10px 15px;
}
body.ff.app .generate-report .btn{
  border-bottom: 2px solid var(--color-ff);
}
body.app .text-right{
  /* background: transparent;
  color: #000;
  border-radius: 0px;
  border-bottom: 2px solid var(--color-o2);
  padding: 11px 16px; */
  text-align: center!important;
}
body.ff.app .nav-pills .nav-link.active{
  background-color: var(--color-ff);
}
body.app .nav-pills .nav-link.active{
  background-color: var(--color-o2);
  color:#fff !important;
}
body.ff.app .nav-pills .nav-link{
  color: var(--color-ff);
}
body.app .nav-pills .nav-link{
  box-shadow:none;
  color: var(--color-o2);
  border-radius: 0px;
  border-bottom: 2px solid;
  background: transparent;
}
body.app .nav-pills .nav-link.processing{
  border-color:#F7962C;
}
body.app .nav-pills .nav-link.accepted{
  border-color:#5E8100;
}
body.app .nav-pills .nav-link.denied{
  border-color:#D52626;
}
body.app .nav-pills .nav-link.paid{
  border-color:#76A200;
}
body.app .nav-pills .nav-link.completed{
  border-color:#3C3C3C;
}
/*WAY OF WORK*/
body.app .app-border{
  padding: 20px;
}
/* LOADER */
.app-loader{
  display:none;
}
body.app .loader,
body.app .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
body.app .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0, 0.3);
  border-right: 1.1em solid rgba(0,0,0, 0.3);
  border-bottom: 1.1em solid rgba(0,0,0, 0.3);
  border-left: 1.1em solid var(--color-ff);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}
body.app .loader.o2 {
  border-left: 1.1em solid var(--color-o2);
}
@-webkit-keyframes load {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
body.app .app-loading{
  top: 0;
  left: 0;
  background: #dfe5ede6;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  color: #000;
  display: flex;
  flex-direction: column;
}
body.app .app-loading h3{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  z-index: 9999;
}
body.app .app-store-link{
  max-width: 100%!important;
}
body.app .invoice-detail{
  max-width: 100%!important;
}
/*END loader*/
/*END APP STYLING*/
