html, body{
  width:auto;
  height:100%;
  margin:0;
  padding:0;
  min-width:320px;
}
body{
  font-family:'Open Sans', tahoma, Arial, sans-serif;
  font-size:14px;
}
#body-wrapper{
  margin:0;
  padding:0;
}
#click-mask{
  z-index:100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
  display:none;
}
#click-mask.active{
  display:block;
}
noscriptmsg{
}
.header #menu-icon {
  display:none;
}
#main-container{
  min-height:calc(100vh - 110px);
  display:table;
  width:100%;
  margin:0;
  padding:0;
}
#main-container .side-menu{
  display:table-cell;
  vertical-align: top;
  width: 180px;
  background: #c1ffc2;
  padding:0;
  font-size: 14px;
}
#main-container .side-menu .firm-items{
  padding-top:10px;
}
#main-container .side-menu .menu-item{
  border-top:1px solid #FFF;
}
#main-container .side-menu .sel-firm-header + .menu-item,
#main-container .side-menu .firm-items + .menu-item{
  border-top: 2px solid #007700;
}
#main-container .side-menu .menu-item:first-of-type{
  border-top:0;
}
#main-container .side-menu .menu-item.current{
  font-weight:bold;
}
#main-container .side-menu .menu-item a{
  display:block;
  padding:10px;
  text-decoration:none;
  border-left: 4px solid transparent;
}
#main-container .side-menu .menu-item a:hover{
  color:#FFF;
  background-color:#007700;
  background: linear-gradient(270deg, #007700 0, #004500 100%);
}
#main-container .side-menu .menu-item.current a{
  border-left: 4px solid #00C000;
  color:#FFF;
  background-color:#007700;
  background: linear-gradient(270deg, #00C000 0, #007700 100%);
}
#main-container .side-menu .menu-item a img{
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin-right: 10px;
}
#main-container .side-menu .firm-items .menu-item a{
  padding-left:22px;
}
#main-container .side-menu .firm-items .sel-firm-header a{
  padding-top:0;
  padding-left:10px;
}
#main-container .side-menu .firm-items .sel-firm-header a img{
  margin-right:0;
}
#main-container .side-menu .firm-items .sel-firm-header a:hover{
  color:#007700;
  background:inherit;
}
.site-wrapper{
  padding:20px 20px 30px 20px;
  display:table-cell;
  vertical-align: top;
  background-color: #fbfbfb;
  border: 4px solid #FFF;
}
.breadcrumbs{
  font-size:11px;
  margin:0 0 20px 0;
  text-align:left;
}
.breadcrumbs a{
  text-decoration:underline;
}
.breadcrumbs a::after{
  content:"\00BB";
  padding-left:3px;
  display:inline-block;
}
.hidden{
  display:none !important;
}
.align-center{
  text-align:center;
}
.vert-align-helper{
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
input[type="file"].not-visible{
  position:absolute;
  color:transparent;
  height:0;
  width:0;
  font-size:0;
}
.css-upload-label{
  cursor:pointer;
}
.css-upload-output,
.css-upload-output.button{
  display:inline-block;
  width:auto;
}
.relative{
  position:relative;
}
.align-right{
  text-align:right;
}
.modal{
  position:relative;
  z-index:10;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
}
.modal .mod-bckg{
  content:' ';
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000;
  opacity:0.2;
  cursor:pointer;
}
.modal .mod-wnd{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:2;
  padding:24px 10px 20px 10px;
  text-align:left;
  background-color:#FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0 #007700;
  -moz-box-shadow: 0px 0px 10px 0 #007700;
  box-shadow: 0px 0px 10px 0 #007700;
  border-radius:4px;
}
.modal .mod-wnd .close,
.cookie-notice .close{
  position:absolute;
  right:-10px;
  top:-10px;
  width:19px;
  height:19px;
  background:url('/images/close.png') transparent no-repeat center center;
  cursor:pointer;
}
.modal .mod-wnd .title{
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.modal .mod-wnd .text{
  margin-bottom:10px;
}
.pin-keyboard{
  position:relative;
}
.pin-keyboard .mod-wnd{
  min-width:160px;
  max-width:100%;
  width:100%;
  padding:0;
  text-align:center;
  -moz-box-shadow:0 0 5px 5px rgba(0,153,0,0.2);
  box-shadow:0 0 5px 5px rgb(0 153 0 / 20%);
  -webkit-box-shadow:0 0 5px 5px rgb(0 153 0 / 20%);
}
.pin-keyboard .key{
  min-width:40px;
  line-height:30px;
  cursor:pointer;
  width:calc(100% / 4);
  height:40px;
  border:1px solid #c1ffc2;
  background:#FFF;
  font-size:14px;
  font-weight:normal;
  padding:0;
  margin: 0;
  display: inline-block;
  color:#009900;
  border-radius:0;
}
.pin-keyboard .btn{
  min-width:80px;
  width:calc(100% / 2);
  line-height:40px;
  cursor:pointer;
  height:40px;
  border:1px solid #c1ffc2;
  background:#FFF;
  font-size:14px;
  font-weight:normal;
  padding:0;
  margin: 0;
  display: inline-block;
  color:#009900;
  border-radius:0;
}
.pin-keyboard .btn.small{
  min-width:53px;
  width:calc(100% / 4);
}
.pin-keyboard .close{
  position:absolute;
  right:-10px;
  top:-10px;
  width:19px;
  height:19px;
  background:url('/images/close.png') transparent no-repeat center center;
  cursor:pointer;
}
.pin-keyboard .close-check{
  width:calc(100% / 4);
  height:40px;
  background:url('/images/checkmark.png') #c1ffc2 no-repeat center center;
  cursor:pointer;
  border:0;
  display:inline-block;
  vertical-align:top;
}
a,
.link{
  color:#007700;
  text-decoration:none;
  cursor:pointer;
}
a:hover,
.link:hover{
  color:#007700;
  text-decoration:underline;
}
a.button{
  width:calc(100% - 24px);
}
a.button:hover{
  color:#FFF;
  text-decoration:none;
}
a.button-inline{
  width:auto;
  margin-top:0;
  margin-bottom:0;
  display:inline-block;
  vertical-align:top;
}
a.info-ico{
  display: inline-block;
  border: 2px solid #007700;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
}
a.info-ico + .info-box{
  margin-top:10px;
  position:absolute;
  z-index:1;
}
button.button-inline{
  display:inline-block;
  vertical-align:top;
}
button.link{
  display:inline-block;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
}
.button-inline.not-visible{
  visibility:hidden;
}
.underline{
  text-decoration:underline;
}
.italic{
  font-style:italic;
}
input[type="checkbox"]{
  margin: 0 7px 0 0;
}
input[type="checkbox"] + label{
  cursor:pointer;
}
.row{
  display:block;
  position:relative;
  margin-bottom:10px;
}
.row.with-separator{
  border-bottom:1px solid #c1ffc2;
  padding-bottom:10px;
}
.row .label{
  font-size:12px;
  margin-bottom:2px;
  position: relative;
  display: inline-block;
  vertical-align:middle;
  padding-right: 10px;
}
.row .float-right{
  position:absolute;
  right:0;
  top:0;
}
.row:focus-within > .label,
.row .cell:focus-within > .label{
  font-weight:bold;
}
.row .label.required::after{
  content:"*";
  position:absolute;
  right:0;
  top:0;
  display:inline-block;
  font-size:12px;
  color:#FF5800;
}
.row .label input[type="checkbox"]{
  vertical-align:middle;
}
.row.legend{
  font-weight: bold;
  font-size: 12px;
}
.row.legend span.required{
  display:inline-block;
  color:#FF5800;
}
.row .input{
  font-size:0;
}
.row .input label{
  font-size:14px;
}
.row .input.inline{
  display:inline-block;
  vertical-align:middle;
}
.row .input.value{
  font-size:inherit;
  padding:10px;
  border-bottom:1px solid #c1ffc2;
}
.row .input.with-buttons{
  padding-right:10px;
}
.row .input .text{
  font-size:14px;
}
.row .input.value .text{
  padding-bottom:10px;
}
.row .input.captcha{
  text-align:right;
  font-size:14px;
}
.row .input .after-wrapper-percent{
  position:relative;
  display:inline-block;
}
.row .input .after-wrapper-percent input{
  padding-right:24px;
  width:calc(100% - 38px);
}
.row .input .after-wrapper-percent::after{
  content:"%";
  position:absolute;
  right:10px;
  top:0;
  bottom:0;
  display:inline-block;
  font-size:14px;
  line-height:40px;
}
.row .input + .info-box{
  margin-top:10px;
}
.row .input .button-inline{
  padding:0 10px;
  line-height:39px;
}
.row .input .button-inline img{
  vertical-align:middle;
}
.row .input.with-buttons .button-inline{
  margin:0 5px;
}
.row .field-format-tip{
  font-size:12px;
}
.row .error ~ .field-format-tip{
  color:#FF5800;
}
.row.with-separator-below{
  border-bottom:1px solid #7FFF81;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.row.with-separator-above{
  border-top:1px solid #7FFF81;
  padding-top:20px;
  margin-top:20px;
}
.row .title{
  font-weight:bold;
  margin-bottom:10px;
}
.two-cells,
.three-cells,
.has-cells{
  font-size:0;
}
.two-cells .cell,
.has-cells .cell{
  display:inline-block;
  vertical-align:top;
  width:calc(50% - 10px);
  margin-left:20px;
}
.three-cells .cell{
  display:inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 8px);
  margin-left: 12px;
}
.three-cells .cell .row .cell{
  width: calc(50% - 8px);
}
.two-cells .cell:first-of-type,
.three-cells .cell:first-of-type,
.has-cells .cell:first-of-type{
  margin-left:0 !important;
}
.table{
  display:table;
  width:100%;
}
.table.width-auto{
  width:auto;
}
.table .row{
  border-bottom:1px solid #c1ffc2;
  padding:0;
  margin-bottom:0;
  display:table-row;
}
.table .cell{
  display:table-cell;
  vertical-align:top;
  padding:5px;
  border:1px solid #c1ffc2;
  border-right-width:0;
  border-top-width:0;
}
.table .cell:last-of-type{
  padding-right:0;
  border-right:1px solid #c1ffc2;
}
.table.middle .cell{
  vertical-align:middle;
}
.table-full-width .row{
  border-bottom:1px solid #c1ffc2;
  padding:10px;
}
.table .table-header .cell{
  background-color:#ECECEC;
  padding:5px;
  border-right:1px solid #FFF;
}
.table .table-header .cell:last-of-type{
  border-right-color:#ECECEC;
}
.table .cell .label{
  display:none;
}
.table.no-borders .row,
.table.no-borders .cell,
.table-full-width.no-borders .row,
.table.no-borders .table-header .cell{
  border:0;
}
.table.invoice-columns .row .cell{
  vertical-align:middle;
}
.table.invoice-columns input[type="text"]{
  width: auto;
}
.table.users .cell .online{
  color: #FFF;
  padding: 0 5px;
  background: #009900;
  border-radius: 4px;
}
.actions a{
  display:inline-block;
  vertical-align:top;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #c1ffc2;
}
.actions a:first-of-type{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.status a img,
.actions a img{
  border-radius:4px;
  margin-right:5px;
  width:20px;
  height:20px;
}
.filter-link{
  display:inline-block;
  margin-bottom:10px;
}
.filter-link::before {
  content:"\2B";
  margin-right:3px;
  display:inline-block;
  color:#FFF;
  background-color:#4caf50;
  border-radius:4px;
  font-weight:bold;
  width:19px;
  text-align:center;
}
.filter-link.active::before{
  content:"\2D";
}
.filter-wrapper{
  margin-bottom:20px;
}
.filter-wrapper input[type="submit"]{
  margin:0;
}
.filter-wrapper form.filter{
  font-size:0;
}
.filter-wrapper form.filter .cell:last-of-type{
  margin-right:0;
  margin-left:4px;
}
.current-filter{
  margin:10px 0;
  background-color:#c1ffc280;
  padding:10px;
}
.current-filter .title{
  font-weight:bold;
}
.current-filter .fields{
  margin:5px 0 10px 0;
}
.current-filter .fields .row{
  margin-bottom:0;
}
.current-filter .button-wrapper{
  display:inline-block;
}
.current-filter .button-wrapper .button{
  margin:0;
}
.header{
  color:#7FFF81;
  background:#FFF;
  border-bottom:1px solid #c1ffc2;
  padding:0;
  font-size:0;
}
.header > .row{
  margin-bottom:0;
  text-align:right;
  display:table;
  width:100%;
}
.header > .row .cell{
  display:table-cell;
  vertical-align:top;
  text-align:right;
  text-decoration:none;
}
.header > .row .cell.logo-wrapper{
  width:200px;
  text-align:left;
  padding:10px;
}
.header > .row .cell .mobile-menu-wrapper{
  display:none;
}
.header .menu-wrapper{
  display:block;
  vertical-align:top;
  width:auto;
  line-height:30px;
  font-size:14px;
  text-align:right;
  position:relative;
}
/*
.header .menu-wrapper .sel-firm-header{
  display:none;
}
*/
.header .menu-wrapper .menu{
  display: inline-block;
  vertical-align: top;
  position:relative;
  /*padding: 10px 20px;*/
  border-left:1px solid #7FFF81;
}
.header .menu-wrapper .menu > a{
  display: inline-block;
  padding: 10px 15px;
  vertical-align: top;
}
.header .menu-wrapper .menu > a.current{
  color:#FFF;
  background-color:#007700;
  font-weight:bold;
}
.header .menu-wrapper .menu .separator{
  font-size: 0;
  height: 15px;
  border-right: 1px solid #7FFF81;
  margin: 18px 0 0 0;
  display: inline-block;
  vertical-align: top;
}
.header .menu-lang > .current{
  display: inline-block;
  padding: 10px 15px;
  vertical-align: top;
  color:#007700;
}
.header .menu-lang ul{
  list-style:none;
  margin:0;
  padding:6px 0 0 0;
  display:none;
  vertical-align:top;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1;
  /*border:2px solid #FFF;
  border-top:0;*/
  text-align:center;
}
.header .menu-lang li{
  background-color:#4caf50;
  color:#FFF;
  padding:5px 0;
}
.header .menu-lang li a{
  color:#FFF;
  font-weight:bold;
}
.header .menu-lang:hover{
  background-color:#4caf50;
}
.header .menu-lang:hover ul{
  display:block;
}
.header .menu-wrapper .side-menu{
  display:none;
}
.header .menu-wrapper .avatar{
  margin-right:10px;
}
#main-container .side-menu .sel-firm-header{
  padding-top:0;
  font-size:0;
}
.sel-firm-header .img-wrapper{
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.sel-firm-header .img-wrapper .img{
  border-radius:4px;
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 50%);
}
.sel-firm-header .firm-alias{
  display:inline-block;
  vertical-align:middle;
  font-size:14px;
  line-height:30px;
}
.footer{
  padding-top:10px;
  border-top:1px solid #c1ffc2;
  text-align:center;
  padding:10px 10px 9px 10px;
  font-size:0;
  line-height:30px;
  color:#A9A9A9;
}
.footer .mid-container{
  width:50%;
  display:inline-block;
  vertical-align:top;
  font-size: 12px;
  text-align:left;
}
.footer .mid-container:last-of-type{
  text-align:right;
}
.footer .mid-container .cell{
  display:inline-block;
  vertical-align:top;
  margin:0 10px 0 10px;
}
.cookie-notice{
  position: fixed;
  z-index:111;
  bottom: 0;
  right: 0;
  width: 400px;
  max-width: calc(100% - 60px);
  margin: 10px;
  padding: 10px 20px;
  background-color:#FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px #007700;
  -moz-box-shadow: 0px 0px 10px 2px #007700;
  box-shadow: 0px 0px 10px 2px #007700;
}
.cookie-notice .image{
  margin: 0;
  text-align: center;
  padding: 0;
  background: #FFF;
  display: block;
}
.cookie-notice .result-error{
  background-color:#FF5800;
  color:#FFF;
  margin:10px 0;
}
.cookie-notice .title{
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #009900;
  color: #009900;
}
.cookie-notice .content{
  text-align:justify;
  font-size:12px;
}
.cookie-notice .content .row button{
  margin-top:0;
}
.cookie-notice .content .row.with-cells{
  text-align:center;
  margin:0;
}
.cookie-notice .content .row .cell{
  font-size: 12px;
  display: inline-block;
  margin: 10px;
}
.section-title{
  margin:0 0 20px 0;
  font-size:20px;
  font-weight:200;
  position:relative;
}
.section-subtitle{
  margin:0 0 10px 0;
  font-size:18px;
  font-weight:bold;
}
.section-title .action-buttons{
  position:absolute;
  top: -22px;
  right:0;
}
.section-title .correction{
  color:#bb000f;
}
input[type="text"],
input[type="number"],
input[type="e-mail"],
input[type="password"],
textarea,
select{
  padding:10px;
  border:2px solid #c1ffc2;
  border-radius:4px;
  font-size:14px;
  font-family: inherit;
  background-color:#FFF;
  width:calc(100% - 24px);
}
textarea{
  resize:vertical;
}
.page-invoice-view .preview-wnd .form textarea{
  height: 133px;
}
.captcha input[type="text"]{
  width:100px;
}
select{
  width:100%;
  padding-top:9px;
  padding-bottom:9px;
  cursor:pointer;
}
input[type="text"]:active,
input[type="number"]:active,
input[type="e-mail"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="e-mail"]:focus,
input[type="password"]:focus,
textarea:focus{
  background-color:#c1ffc2;
  outline:none;
  box-shadow:none;
}
input[type="submit"],
input[type="button"],
button,
.button{
  background-color:#4caf50;
  color:#FFF;
  padding:10px 10px;
  margin-bottom:10px;
  border:2px solid #009900;
  border-radius:4px;
  font-size:14px;
  line-height:16px;
  font-weight:bold;
  width: auto;
  display: block;
  cursor: pointer;
  margin: 20px auto 0 auto;
}
input[type="submit"]{
  min-width:180px;
}
.button.not-active{
  background: #c1ffc2;
  color: #888;
  border-color: #c1ffc2;
  cursor: default;
}
input[type="submit"].link,
input[type="button"].link{
  background-color:transparent;
  border:0;
  padding:0;
  color:#007700;
}
input[type="submit"].secondary,
input[type="button"].secondary{
  background-color:#c1ffc2;
  color:#007700;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
.button-inverted,
a.button-inverted,
input[type="submit"].button-inverted,
input[type="button"].button-inverted,
button.button-inverted{
  background-color:#FFF;
  color:#4caf50;
  border:1px solid #4caf50;
}
.button-inverted:hover,
a.button-inverted:hover,
input[type="submit"].button-inverted:hover,
input[type="button"].button-inverted:hover,
button.button-inverted:hover{
  color:#4caf50;
}
.button-small{
  padding:5px 10px;
}
.msg-container{
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin:auto;
  text-align: center;
  width: 100%;
  max-width: 640px;
  z-index:1;
}
.msg-container .msg,
.inner-msg{
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,0.25);
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 25%);
  cursor:pointer;
  margin-bottom:20px;
}
.inner-msg{
  margin-top:20px;
}
.content-wrapper .inner-msg:last-of-type{
  margin-bottom:0;
}
.msg-container .msg-success,
.inner-msg.msg-success{
  background-color:#00C5FF;
  color:#FFF;
}
.msg-container .msg-error,
.inner-msg.msg-error{
  background-color:#FF5800;
  color:#FFF;
}
.msg-container .msg-error a,
.inner-msg.msg-error a{
  font-weight:bold;
  text-decoration:underline;
  color:#FFF;
}
input.error,
select.error,
textarea.error{
  border-color:#FF5800
}
input[type="text"]:disabled,
select:disabled{
  background-color:#E0FFE0;
  opacity:1;
}
select:active,
select:focus{
  outline:none;
}
select.day,
select.year{
  width:25%;
}
select.month{
  margin:0 10px;
  width:calc(50% - 20px);
}
.checkbox-wrapper{
  display:inline-block;
  vertical-align:top;
  width:20px;
  text-align:left;
}
.checkbox-wrapper input[type="checkbox"]{
  margin-left:0;
  margin-right:0;
}
label.terms{
  font-size:12px;
  width:calc(100% - 23px);
  display:inline-block;
  vertical-align:top;
}
.delete-form-wrapper{
  margin-top:25px;
  text-align: right;
}
.delete-form .text{
  margin:10px 0;
  font-weight:bold;
  text-align:center;
}
.delete-form select{
  width: auto;
  margin: auto;
  display: block;
}
.delete-form input[type="submit"]{
  background-color:#FF5800;
  border-color:#F00;
}
.content-wrapper{
  text-align:left;
  display:block;
  width:640px;
  max-width:calc(100% - 40px);
  margin:0 auto;
  padding:20px;
  background: #FFF;
  border-radius: 10px;
  /*
  border: 1px solid #c1ffc2;
  border-top: 0;
  border-bottom: 0;
  */
}
.content-wrapper.full-width{
  width:auto;
}
.content-wrapper .full-box{
  background-color:#c1ffc2;
  border-radius:4px;
  padding:10px;
}
.cap-wrapper{
  text-align:center;
  font-size:14px;
}
.cap-wrapper img,
.cap-wrapper input[type="text"]{
  width:320px;
  max-width:calc(100% - 24px);
  text-align:center;
}
.form .cap-wrapper a{
  text-align:inherit;
}
.side-menu + .site-wrapper .content-wrapper.full-width{
  max-width:none;
  width:auto;
}
.dashboard .cell{
  display:inline-block;
  position:relative;
  width:150px;
  height:150px;
  vertical-align:middle;
  text-align:center;
  background-color:#c1ffc2;
  padding:10px;
  margin:10px;
  border:2px solid #c1ffc2;
  border-radius:10px;
  -moz-box-shadow:0 0 10px 0 rgb(0 0 0 / 50%);
  box-shadow:0 0 10px 0 rgb(0 0 0 / 50%);
  -webkit-box-shadow:0 0 10px 0 rgb(0 0 0 / 50%);
}
.dashboard .cell:hover{
  border-color:#009900;
  text-decoration:none;
}
.dashboard .cell span{
  display:inline-block;
  position:absolute;
  bottom:20px;
  left:10px;
  right:10px;
}
.dashboard .section{
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1ffc2;
}
.dashboard .section .text{
  margin: 0 0 10px 0;
}
.dashboard .section:last-of-type{
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.img-wrapper .img{
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid #c1ffc2;
  /*
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  */
  overflow: hidden;
}
.img-wrapper .img img{
  display:inline-block;
  vertical-align:top;
  max-width:100%;
  max-height:100%;
}
.info-box{
  font-size:12px;
  background-color:#ECECEC;
  padding:10px;
  border-radius:4px;
  display:inline-block;
}
.info-box p{
  margin-top:0;
}
.info-box p:last-of-type{
  margin-bottom:0;
}
.info-box .title{
  font-weight:bold;
  margin-bottom:10px;
}
.info-box + .info-box{
  margin-top:10px;
}
.paging-wrapper{
  position:relative;
  margin:10px 0;
}
.paging-wrapper .page{
  display: inline-block;
  border: 1px solid #4caf50;
  border-radius: 4px;
  text-align: center;
  padding: 0 5px;
  margin:0 5px;
}
.paging-wrapper .previous,
.paging-wrapper .current,
.paging-wrapper .spacer,
.paging-wrapper .next{
  display: inline-block;
  text-align: center;
  margin:0 5px;
}
.page{
  position:relative;
}
.page ul{
  margin:0;
  padding:0 0 15px 20px;
}
.page ul li{
  list-style:none; /* Remove default bullets */
  margin-bottom:10px;
}
.page ul li::before {
  content:"\2022";  /* \2022 is the CSS Code/unicode for a bullet */
  color:#007700;
  display:inline-block;
  width:1em;
  margin-left:-1em;
}
.page ul li ul{
  margin-top:10px;
}
.inline-list .list-item{
  line-height:20px;
  padding:5px;
  background-color:#ECECEC;
  display:inline-block;
  margin:5px;
  border-radius:4px;
  font-size:0;
}
.inline-list .list-item span{
  font-size:14px;
  display:inline-block;
  vertical-align:top;
}
.inline-list .list-item a{
  display:inline-block;
  vertical-align: middle;
  border: 1px solid #007700;
  border-radius: 4px;
  padding: 2px;
  font-size: 0;
  line-height: 1;
  margin-left:5px;
}
.inline-list .list-item a img{
  vertical-align:top;
}
#bank-accounts .info-box{
  margin-bottom:10px;
}
.single-bank-account{
  position:relative;
  margin-bottom:20px;
  border-bottom: 1px solid #c1ffc2;
}
.single-bank-account .account-index{
  font-weight:bold;
  font-size:14px;
  position:absolute;
  z-index:1;
  top:-2px;
  left:0;
  width: 30px;
  text-align: right;
}
.single-bank-account .account-index .delete-btn{
  display:block;
  margin:15px auto 0 auto;
  width:20px;
  height:20px;
  cursor:pointer;
}
.single-bank-account .row{
  padding-left:40px;
}
.single-bank-account .has-cells .cell{
  width:calc(100% - 440px);
}
.single-bank-account .has-cells .currency{
  width:100px;
}
.single-bank-account .has-cells .country{
  width:300px;
}
.single-bank-account .actions{
  text-align:right;
  font-size:12px;
}
.single-bank-account .actions a{
  width:auto;
  height:auto;
  margin:0 0 0 5px;
}
.page ul.search-list{
  font-size: 14px;
  padding: 0 12px;
  background-color:#c1ffc2;
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  z-index: 1;
}
.page ul.search-list li::before{
  content:"";
}
.page ul.search-list li{
  display:none;
  border-top:1px solid #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom:0;
  cursor:pointer;
}
.page ul.search-list li.show{
  display:list-item;
}
.contact-form .agreement label{
  font-size: 11px;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: top;
  line-height: 13px;
}
.shadow-box{
  -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow:0 0 5px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 10%);
}
/* PAGE LOGIN */
.page-login .content-wrapper{
  width:280px;
  min-width: auto;
  border:0;
}
.page-login .form a{
  font-size:12px;
  display:block;
  text-align:right;
}
/* PAGE HOME */
.page-home{
  margin:-20px -20px -30px -20px;
}
.page-home .content-wrapper{
  background:transparent;
  padding: 0;
  max-width: none;
}
.page-home header,
.page-home .section{
  text-align:center;
  padding:40px 20px 60px 20px;
  margin-bottom:20px;
  background-color:#FFF;
  line-height: 24px;
  /*border-radius:10px;*/
}
.page-home header{
  padding:40px 20px 55px 20px;
}
.page-home header p{
  margin-bottom:20px;
}
.page-home .section:nth-child(even){
  padding:30px 20px;
  background-color:transparent; /*#f0f0f0;*/
}
.page-home .section:last-of-type{
  margin-bottom: 0;
  padding-bottom: 45px;
}
.page-home .section .inner-wrapper{
  max-width:1000px;
  margin:auto;
}
.page-home h1{
  margin-top:0;
  font-size: 28px;
}
.page-home h2{
  font-size:20px;
  margin-top:0;
  margin-bottom:10px;
}
.page-home h3{
  font-size:22px;
  margin-top:0;
  margin-bottom:10px;
}
.page-home .section.with-features .inner-wrapper{
  font-size:0;
}
.page-home .features{
  display:inline-block;
  vertical-align:top;
  width: auto;
  padding-left: 0;
  padding-right: 25px;
  width:calc(50% - 25px);
  font-size:14px;
  /*border-right: 1px solid #c1ffc2;*/
}
.page-home .features:last-of-type{
  padding-left: 25px;
  padding-right: 0;
}
.page-home .feature-card{
  margin-bottom:20px;
}
.page-home .feature-card:last-of-type,
.page-home .feature-card:last-of-type p{
  margin-bottom:0;
}
.page-home .section.in-action{
  font-size:0;
}
.page-home .section.in-action h3{
  margin-bottom:10px;
}
.page-home .section .img-wrapper{
  display:inline-block;
  vertical-align:top;
  margin:20px 35px 0 35px;
}
.page-home .section .img-wrapper span{
  font-weight:200;
  font-size:18px;
  margin-bottom:20px;
  display:block;
}
.page-home .section .img-wrapper img{
  /*border: 1px solid #c1ffc2;*/
  border-radius:10px;
  overflow:hidden;
  cursor:pointer;
}
.page-home .section.in-action .modal{
  width:auto;
}
.page-home .section.in-action .mod-wnd{
  text-align:center;
}
.page-home .section.in-action .mod-wnd .full-img-wrapper{
  cursor:pointer;
}
.page-home .section.in-action .mod-wnd img{
  max-width:100%;
}
.page-home .section.maker .inner-wrapper{
  max-width:900px;
}
.page-home .section.maker h4{
  margin-top: 30px;
}
.page-home .section.maker .row{
  font-size:0;
  margin:auto;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
}
.page-home .section.maker .row .img-wrapper{
  display:inline-block;
  vertical-align:middle;
  position: relative;
  width:80px;
  height:80px;
  cursor:pointer;
  margin:0 20px 0 0;
}
.page-home .section.maker .row .img-wrapper img{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
  transition:opacity 0.5s;
}
.page-home .section.maker .row .about{
  display:inline-block;
  vertical-align:middle;
  width:calc(100% - 160px);
  font-size:14px;
}

/* PAGE CHANGE PASSWORD */
.page-password-change .indication-box{
  margin-bottom:20px;
}
.page-password-change .content-wrapper{
  width:280px;
}
/* PAGE PROFILE VIEW */
.page-profile-view .img-wrapper .img{
  margin-top:10px;
  margin-bottom:20px;
  /*width is set by inline style to meet limits*/
  border-radius:50%;
}
.page-profile-view.firm-profile-view .img-wrapper .img,
.page-profile-edit.firm-profile-edit .img-wrapper .img{
  border-radius:20px;
}
.page-profile-view .label{
  color:#808080;
}
/* PAGE PROFILE EDIT */
.page-profile-edit .img-wrapper .img{
  margin-top:0;
  margin-bottom:20px;
  border-radius:50%;
}
.page-profile-edit.firm-profile-edit .info-box{
  display:block;
}
.page-profile-edit.firm-profile-edit .info-box.duplicates,
.page-profile-edit.firm-profile-edit .info-box.duplicates .list{
  margin-bottom:10px;
}
.page-profile-edit.firm-profile-edit .info-box.duplicates .list ul{
  padding-bottom:0;
}
.page-profile-edit.firm-profile-edit .info-box.duplicates label{
  color:#FF5800;
  cursor:pointer;
}
/* PAGE PROFILE DELETE */
.page-profile-delete .content-wrapper{
  text-align:center;
}
.page-profile-delete select{
  text-align:center;
  width:100px;
}
/* PAGE 404 */
.page-404,
.page-404 .content-wrapper{
  text-align:center;
}
/* PAGE USERS LIST */
.page-users-list .filter .cell{
  width:calc((100% / 7) - 4px);
  display:inline-block;
  margin-bottom:10px;
  margin-right:4px;
}
.page-users-list .actions a img{
  margin-right:0;
}
/* PAGE BLOCKED IPS */
.page-ips-blocked-list .filter .cell{
  width:150px;
  max-width:calc(50% - 4px);
  display:inline-block;
  margin-bottom:10px;
  margin-right:4px;
}
.page-ips-blocked-list .actions a img{
  margin-right:0;
}
/* PAGE USERS LOCKED */
.page-users-locked-list .filter .cell{
  width:calc((100% / 5) - 4px);
  display:inline-block;
  margin-bottom:10px;
  margin-right:4px;
}
.page-users-locked-list .actions a img{
  margin-right:0;
}
/* PAGE FIRMS */
.page-firms-list .filter .cell{
  width:196px; /*max width before 640px breakpoint */
  max-width:100%;
  display:inline-block;
  margin-bottom:10px;
  margin-right:4px;
}
.page-firms-list .firms{
  margin:20px -10px 0 -10px;
}
.page-firms-list .firms .single-firm{
  margin:0 10px 20px 10px;
  font-size:0;
  border-radius:10px;
  display:inline-block;
  text-align:left;
  background-color: #FFF;
}
.page-firms-list .firms .single-firm .cell{
  display:table-cell;
  vertical-align:top;
}
.page-firms-list .firms .single-firm .logo{
  width:100px;
  left:100px;
  text-align:center;
  padding:10px;
}
.page-firms-list .firms .single-firm .logo img{
  max-width:100%;
  max-height:100%;
}
.page-firms-list .firms .single-firm .info{
  font-size:14px;
  position:relative;
  padding:10px 10px 0 10px;
}
.page-firms-list .firms .single-firm .info .alias{
  margin-bottom:10px;
  font-size:18px;
}
.page-firms-list .firms .single-firm .info .alias a{
  color:inherit;
}
.page-firms-list .firms .single-firm .info .actions{
  padding: 12px 0;
  border-top: 1px solid #c1ffc2;
  margin-top: 8px;
}
.page-firms-list .firms .single-firm .info .actions a{
  width:auto;
  height:auto;
  border-radius:initial;
  overflow:visible;
  margin-left:10px;
  padding-left:10px;
  border-left:1px solid #c1ffc2;
}
.page-firms-list .firms .single-firm .info .actions a:first-of-type{
  margin-left:0;
  padding-left:0;
  border-left:0;
}
.page-firms-list .firms .single-firm .info .actions a img{
  display:inline-block;
  vertical-align:top;
  border-radius:4px;
  width:20px;
  height:20px;
  margin-right:10px;
}
/* PAGE FIRM TAX RATES */
.page-firm-tax-rates-edit .tax-rates-wrapper{
  margin-bottom:30px;
}
.page-firm-tax-rates-edit .row .input .after-wrapper-percent{
  width:115px;
}
/* PAGE FIRM INVOICE SETTINGS */
.page-firm-invoice-settings-edit .info-box{
  display:block;
}
/* PAGE WITH LIST */
.page-list .filter .cell{
  width:196px; /*max width before 640px breakpoint */
  max-width:100%;
  display:inline-block;
  margin-bottom:10px;
  margin-right:4px;
}
/* PAGE FIRM CLIENTS */
.page-clients-list .clients{
  margin: 20px 0 0 0;
}
.page-clients-list .clients .single-client{
  margin: 0 0 20px 0;
  font-size: 0;
  border-radius: 20px;
  display: inline-block;
  vertical-align:top;
  min-width: 500px;
  text-align: left;
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.page-clients-list .clients .single-client .cell{
  font-size: 14px;
  position: relative;
  padding: 10px 20px;
}
.page-clients-list .clients .single-client .actions{
  border-top: 1px solid #c1ffc2;
  margin-top: 10px;
  padding-top: 10px;
}
.page-clients-list .clients .single-client .actions img{
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page-firm-client-invoice-settings-edit .global-settings .table{
  font-size: 12px;
  padding-left:15px;
}
.page-firm-client-invoice-settings-edit .global-settings .table .row .cell:first-of-type{
  font-weight:bold;
}
/* PAGE FIRM INVOICES */
.page-invoices-list .invoices-list{
  margin:20px 0;
}
.page-invoices-list .invoice-wrapper{
  margin-bottom:40px;
  padding: 10px;
  /*border: 2px solid #c1ffc2;*/
  background-color: #FFF;
  border-radius: 10px;
}
.page-invoices-list .invoice-wrapper:last-of-type{
  margin-bottom:0;
}
.page-invoices-list .invoice-wrapper .row .month{
  display: inline-block;
  vertical-align: top;
  font-weight:bold;
  font-size:18px;
  background: #c1ffc2;
  padding: 3px 15px;
  border-radius: 4px;
  width: 155px;
  text-align: center;
  margin: 0;
}
.page-invoices-list .invoice-wrapper .row .documents{
  display: inline-block;
  vertical-align: top;
  line-height:30px;
  margin-left:10px;
}
.page-invoices-list .invoice-wrapper .row.total{
  background-color: #e7ffe7;
  padding:10px 0;
  margin:0;
}
.page-invoices-list .invoice-wrapper .row.total .inner{
  display:inline-block;
  vertical-align:top;
  padding: 0 5px;
}
.page-invoices-list .invoice-wrapper .row.total .status{
  text-transform: capitalize;
  display: inline-block;
  font-weight:bold;
}
.page-invoices-list .invoice-wrapper .row.total .total{
  display: inline-block;
  padding: 0 0 0 5px;
  text-decoration:underline;
}
.page-invoices-list .invoice-wrapper .row.total .total + .total{
  border-left: 1px solid #009900;
  margin-left: 5px;
}
.page-invoices-list .invoices{
  table-layout:fixed;
}
.page-invoices-list .invoices .type{
  width:90px;
  padding-left:10px;
}
.page-invoices-list .invoices .number{
  width:125px;
}
.page-invoices-list .invoices .status,
.page-invoices-list .invoices .date{
  width:100px;
}
.page-invoices-list .invoices .status select{
  margin-top:5px;
}
.page-invoices-list .invoices .actions{
  width:290px;
  white-space: nowrap;
  padding-right: 5px;
}
.page-invoices-list .invoices .cell.amount{
  text-align:right;
}
/* PAGE FIRM CLIENT INVOICE SETTINGS */
.page-firm-client-invoice-settings-edit .info-box{
  display:block;
}
/* PAGE FIRM INVOICE EDIT */
.page-invoice-edit form .row .client{
  width: calc(75% - 10px);
  margin-right:10px;
}
.page-invoice-edit form .row .client .text{
  font-size:14px;
}
.page-invoice-edit form .row .client select + .text{
  padding:5px 15px 0 15px;
}
.page-invoice-edit form .row .status{
  width: 25%;
  margin-left:0;
}
.page-invoice-edit form .row .client .input.value,
.page-invoice-edit form .row .invoice-number .input.value{
  border-bottom:0;
}
.page-invoice-edit form .row .invoice-number .text{
  font-size:14px;
  font-weight:bold;
}
.page-invoice-edit form .invoice-items{
  margin:20px 0;
  padding:20px 0;
  border-top: 1px solid #c1ffc2;
  border-bottom: 1px solid #c1ffc2;
}
.page-invoice-edit form .invoice-items .single-invoice-item{
  margin-top:20px;
  padding-top:20px;
  border-top: 1px solid #c1ffc2;
  font-size:0;
  position:relative;
}
.page-invoice-edit form .invoice-items .single-invoice-item:first-of-type{
  padding-top:0;
  border-top:0;
}
.page-invoice-edit form .invoice-items .single-invoice-item .item-index{
  font-weight:bold;
  font-size:14px;
  position:absolute;
  z-index:1;
  top:18px;
  left:0;
  width: 30px;
  text-align: right;
}
.page-invoice-edit form .invoice-items .single-invoice-item:first-of-type .item-index{
  top:-2px;
}
.page-invoice-edit form .invoice-items .single-invoice-item .item-index .delete-btn{
  display:block;
  margin:15px auto 0 auto;
  width:20px;
  height:20px;
  cursor:pointer;
}
.page-invoice-edit form .invoice-items .single-invoice-item .row{
  padding-left:40px;
}
.page-invoice-edit form .invoice-items .single-invoice-item .cell{
  margin-bottom:10px;
}
.page-invoice-edit form .invoice-items .single-invoice-item .quantity,
.page-invoice-edit form .invoice-items .single-invoice-item .unit,
.page-invoice-edit form .invoice-items .single-invoice-item .price,
.page-invoice-edit form .invoice-items .single-invoice-item .tax{
  width: calc((100% - 40px) / 5);
  display:inline-block;
  vertical-align:top;
  margin:0 5px;
}
.page-invoice-edit form .invoice-items .single-invoice-item .row .cell:first-of-type{
  margin-left:0;
}
.page-invoice-edit form .invoice-items .single-invoice-item .row .cell:last-of-type{
  margin-right:0;
}
.page-invoice-edit form .invoice-items .single-invoice-item .row .cell .label{
  padding-right:0;
}
.page-invoice-edit form .invoice-items .single-invoice-item .total{
  font-size:12px;
  text-align:right;
}
.page-invoice-edit form .invoice-items .totals{
  text-align: right;
  margin-top: 10px;
}
.page-invoice-edit form .invoice-items .totals .total-gross,
.page-invoice-edit form .invoice-items .totals .total{
  font-weight:bold;
}
/* PAGE FIRM INVOICE VIEW */
.page-invoice-view .content-wrapper{
  width:800px;
  max-width:100%;
  margin:0 auto;
  padding:20px;
  border:0;
}
.print-version .page-invoice-view .content-wrapper{
  padding:0;
}
.page-invoice-view .creation-info{
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  color: #808080;
}
/*
.page-invoice-view .info-box.show-on-mobile{
  display:none;
}
*/
.page-invoice-view .inv-action-links{
  text-align:right;
  margin-bottom:10px;
  position:relative;
}
.page-invoice-view .inv-action-links a{
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
  cursor:pointer;
}
.page-invoice-view .inv-action-links a img{
  cursor:pointer;
}
.page-invoice-view .inv-action-links .preview-wnd{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:2;
  padding:24px 10px 20px 10px;
  text-align:left;
  background-color:#FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 2px #007700;
  -moz-box-shadow: 0px 0px 10px 2px #007700;
  box-shadow: 0px 0px 10px 2px #007700;
}
.page-invoice-view .inv-action-links .wnd-wrapper::before{
  content:' ';
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000;
  opacity:0.3;
}
.page-invoice-view .inv-action-links .preview-wnd .close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
}
.page-invoice-view .inv-action-links .preview-wnd .email-sending{
  text-align:center;
}
.page-invoice-view .inv-action-links .preview-wnd .result-container{
  text-align: center;
  font-weight: bold;
  color:#009900;
}
.page-invoice-view .inv-action-links .preview-wnd .result-container.error{
  color:#FF5800;
}
.page-invoice-view .inv-action-links .preview-wnd .result-container .result{
  display:none;
}
.page-invoice-view .inv-action-links .preview-wnd .result-container.error .result.error,
.page-invoice-view .inv-action-links .preview-wnd .result-container.success .result.success{
  display:block;
}
.page-invoice-view .inv-action-links .preview-wnd .result-container .button{
  width:auto;
}
.page-invoice-view .invoice-wrapper{
  font-family: tahoma;
  font-size:12px;
  /*padding:10px 20px;*/
}
.page-invoice-view .invoice-wrapper .parts-table{
  padding:10px 0;
  margin-bottom:10px;
  width:100%;
}
.page-invoice-view .invoice-wrapper .parts-table .cell{
  padding-top:10px;
}
.page-invoice-view .invoice-wrapper .parts-table .cell.title{
  font-size: 21px;
  font-weight:bold;
  padding-bottom:10px;
  border-bottom:1px solid #000000;
  width:50%;
}
.page-invoice-view .invoice-wrapper .parts-table .cell .title.mobile{
  display:none;
}
.page-invoice-view .invoice-wrapper .items-table{
  padding:10px 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.page-invoice-view .invoice-wrapper .table-header td{
  background-color: #DCDCDC;
  padding:5px;
  /*border-left:1px solid #FFFFFF;*/
  border:1px solid #A9A9A9;
  border-right:0;
  text-align:right;
}
.page-invoice-view .invoice-wrapper .table-header td:last-of-type{
  border-right:1px solid #A9A9A9;
}
.page-invoice-view .invoice-wrapper .table-header td.item{
  text-align:left;
}
.page-invoice-view .invoice-wrapper .table-header td.quantity{
  width:50px;
}
.page-invoice-view .invoice-wrapper .table-header td.tax{
  width:45px;
}
.page-invoice-view .invoice-wrapper .table-header td.currency{
  width:55px;
}
.page-invoice-view .invoice-wrapper .table-header td.unit-type{
  width:65px;
}
.page-invoice-view .invoice-wrapper .table-header td.unit-price{
  width:65px;
}
.page-invoice-view .invoice-wrapper .table-header td.total-net,
.page-invoice-view .invoice-wrapper .table-header td.total-gross,
.page-invoice-view .invoice-wrapper .table-header td.total{
  width:70px;
}
.page-invoice-view .invoice-wrapper .translation{
  font-size:11px;
}
.page-invoice-view .invoice-wrapper .middle-title{
  padding-bottom:10px;
  font-weight:bold;
}
.page-invoice-view .invoice-wrapper .middle-note{
  padding-bottom:20px;
}
.page-invoice-view .invoice-wrapper .items-table .cell{
  padding:5px;
  border-left:1px solid #DCDCDC;
  border-bottom:1px solid #DCDCDC;
  text-align:right;
}
.page-invoice-view .invoice-wrapper .items-table .cell .mobile{
  display:none;
}
.page-invoice-view .invoice-wrapper .items-table .cell:last-of-type{
  border-right:1px solid #DCDCDC;
}
.page-invoice-view .invoice-wrapper .items-table .item{
  text-align:left;
}
/*
.page-invoice-view .invoice-wrapper .totals-table{
  margin-top:5px;
}
.page-invoice-view .invoice-wrapper .totals-table td{
  padding:5px 0 0 10px;
  text-align:left;
}
.page-invoice-view .invoice-wrapper .totals-table td:last-of-type{
  text-align:right;
}
.page-invoice-view .invoice-wrapper .summary-table{
  padding:10px 0;
  font-size:21px;
  font-weight:bold;
}
.page-invoice-view .invoice-wrapper .summary-table td{
  padding-left:20px;
}
*/
.page-invoice-view .invoice-wrapper .description-table{
  /*padding:10px 10px 10px 0;*/
  padding:0;
}
.page-invoice-view .invoice-wrapper .transfer-details,
.page-invoice-view .invoice-wrapper .exchange-rate,
.page-invoice-view .invoice-wrapper .invoice-note,
.page-invoice-view .invoice-wrapper .payment-form{
  padding-right:10px;
  padding-top:5px;
}
.page-invoice-view .invoice-wrapper .invoice-status{
  padding-top:15px;
}
.print-version #body-wrapper,
.print-version #main-container{
  margin:0;
  padding:0;
  display:block;
  width:auto;
  min-height:auto;
}
.print-version .site-wrapper{
  display:block;
  width:auto;
  padding:0 20px;
}
.print-version .page-invoice-view,
.print-version table,
.print-version .invoice-wrapper{
  margin:0;
  padding:0;
}
.print-version .page-invoice-view{
  padding-top:15px;
}
/* CLIENT HEADER */
.client-header{
  margin: 0 0 15px 0;
  font-size: 0;
  display: table;
  width: 100%;
  text-align: left;
  background: #c1ffc2;
}
.client-header .cell{
  font-size: 14px;
  position: relative;
  padding: 10px;
}
.client-header .cell .name{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 365px);
}
.client-header .actions{
  border-left: 1px solid #007700;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 20px;
}
.client-header .actions img{
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.team-members .single-member{
  margin: 0 20px 20px 0;
  font-size: 0;
  border-radius: 10px;
  display: inline-block;
  vertical-align:top;
  width: 575px;
  max-width:100%;
  background-color:#FFF;
  text-align: left;
}
.team-members .single-member .cell{
  font-size: 14px;
  position: relative;
  padding: 10px 20px;
  display:inline-block;
  vertical-align:top;
}
.team-members .single-member .cell.img{
  width: 80px;
  height: 80px;
}
.team-members .single-member .cell.img img{
  max-width:100%;
  max-height:100%;
  border-radius:4px;
}
.team-members .single-member .cell.info{
  width:calc(100% - 170px);
  padding-left:10px;
}
.team-members .single-member .cell.info .name{
  font-size: 16px;
}
.team-members .single-member .actions{
  border-top: 1px solid #c1ffc2;
  margin-top: 10px;
  padding-top: 10px;
}
/* PAGE COOKIES */
.page-cookies .row{
  margin-bottom:40px;
}
.page-cookies .row:last-of-type{
  margin-bottom:0;
}
.page-cookies .cookies-list{
  padding-bottom:0;
}
/* PAGE PRODUCT */
.page-product .text{
  margin: 30px 0;
}
.page-product .content-wrapper{
  text-align:center;
  width:auto;
  background:transparent;
}
.page-product .content-wrapper .plans-wrapper{
  width:auto;
  display:inline-block;
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
}
.page-product .plans-list{
  text-align:center;
}
.page-product .plans-list .row{
  display:block;
}
.page-product .plans-list .cell{
  font-size:14px;
  max-width: calc(100% / 3 - 12px);
  min-width: 280px;
  width:auto;
  margin-left:20px;
}
.page-product .plans-list .features{
  display: block;
  border: 2px solid #c1ffc2;
  padding: 20px 20px;
  border-radius: 10px;
}
.page-product .plans-list .current-plan .features{
  background-color:#c1ffc2;
}
.page-product .plans-list .features ul{
  padding:0;
  text-align:left;
  min-height:280px;
}
.page-product .plans-list .features ul li::before{
  content:none;
}
.page-product .plans-list .features ul li:last-of-type{
  margin-bottom:0;
}
.page-product .plans-list .features ul li i{
  color: #007700;
  width:20px;
  margin-right:10px;
  font-size:20px;
  display:inline-block;
  vertical-align:top;
}
.page-product .plans-list .features ul li i.fa-xmark{
  color: #FF5800;
}
.page-product .plans-list .features ul li span{
  display:inline-block;
  vertical-align:top;
  width: calc(100% - 30px);
}
.page-product .plans-list .cta-wrapper{
  text-align:center;
  font-size:14px;
}
.page-product .plans-list .cta-wrapper .button{
  display:inline-block;
  width:auto;
  min-width:100px;
  max-width:100%;
  margin-bottom:15px;
}
.page-product .plans-list .features .button{
  margin-bottom:0;
}
.page-product .plans-list .current-plan .features .button.not-active{
  background-color:#FFF;
  border-color:#FFF;
}
.page-product .plans-list form .price-wrapper{
  margin-top:20px;
}
.page-product .plans-list form .price-wrapper .price-title{
  font-weight:bold;
  border-top: 1px solid #c1ffc2;
  padding:10px 0;
}
.page-product .plans-list .current-plan form .price-wrapper .price-title{
  border-top-color:#FFF;
}
.page-product .plans-list form .price-wrapper .price{
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 43px;
  padding-right: 10px;
}
.page-product .plans-list form .price-wrapper .currency{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.page-product .current-plans{
  text-align: center;
  background: #c1ffc2;
  padding: 10px 10px 5px 10px;
  border: 2px solid #007700;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-product .current-plans.expired{
  color: #FFF;
  background: #FF5800;
  border-color: #7f2c00;
}
.page-product .current-plans .info{
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
/* PAGE CHECKOUT */
.page-checkout .steps-wrapper{
  text-align: center;
  margin-bottom:20px;
}
.page-checkout .steps-wrapper .step{
  display: inline-block;
  vertical-align:top;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size:16px;
  line-height:30px;
  text-align: center;
  color: #007700;
  background-color: #c1ffc2;
}
.page-checkout .steps-wrapper .step.current{
  color: #FFF;
  background-color: #007700;
}
.page-checkout .steps-wrapper .step-separator{
  display: inline-block;
  vertical-align:top;
  width: 30px;
  margin:13px 10px 0 10px;
  border-top:2px dotted #c1ffc2;
}
.page-checkout #form-error.error{
  font-size:12px;
  color:#FF5800;
}
.page-checkout .prod-details{
  text-align: center;
  background: #c1ffc2;
  padding: 10px 10px 10px 10px;
  border:2px solid #007700;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-checkout .text{
  margin:10px 0;
}
.page-checkout .prod-details .price-wrapper{
  margin-top:5px;
}
.page-checkout .prod-details .price-wrapper .price-title{
  display:inline-block;
  vertical-align:middle;
  line-height:35px;
}
.page-checkout .prod-details .price-wrapper .price{
  display:inline-block;
  vertical-align:middle;
  margin: 0 5px 0 10px;
  line-height:35px;
  font-weight:normal;
}
.page-checkout .prod-details .price-wrapper .currency{
  display:inline-block;
  vertical-align:middle;
  width:auto;
  padding:5px;
}
.page-checkout .form .next-button{
  min-width:150px;
}
.page-checkout .form .cancel-link{
  text-align:center;
  margin-top:10px;
}
.page-checkout .form.summary .row{
  border: 1px solid #007700;
  padding: 10px;
  border-radius: 10px;
}
.page-checkout .form.summary .row .label{
  font-weight: bold;
}
.page-checkout .form.summary .row .text{
  padding-left:10px;
  margin-bottom: 5px;
}
.page-checkout .link-wrapper{
  display:inline-block;
  font-weight:normal;
  line-height:17px;
}
.page-checkout .notification{
  color:#FF5800;
}
.page-checkout .result{
  color:#007700;
  font-weight:bold;
  text-align:center;
  padding:20px 0 0 0;
}
.page-checkout .select-wrapper{
  margin-top:10px;
  background-color:#c1ffc2;
  padding:5px;
}
.page-checkout .select-wrapper .label{
  margin-left:5px;
  font-weight:bold;
  cursor:pointer;
}
.page-checkout .current-membership{
  text-align: center;
  background: #c1ffc2;
  padding: 10px;
  border: 2px solid #007700;
  border-radius: 10px;
  font-weight: bold;
}
.page-checkout .start-option-wrapper{
  margin:10px 0 0 0;
}
.page-checkout .start-option-wrapper select{
  width:auto;
  margin-top:5px;
  padding:5px;
}
.page-checkout .start-option-wrapper .label,
.page-checkout .start-option-wrapper .input{
  font-size:inherit;
}
.page-checkout .start-option-wrapper.row .field-format-tip{
  font-weight:normal;
}
/* PAGE INVOICE CHECKLIST */
.page-invoice-checklist ul{
  padding:0;
  margin-top:15px;
  text-align:left;
}
.page-invoice-checklist ul li{
  border: 1px solid #c1ffc2;
  border-radius:10px;
  margin-top:10px;
  padding:20px 15px;
}
.page-invoice-checklist ul li::before{
  content:none;
}
.page-invoice-checklist ul li:last-of-type{
  margin-bottom:0;
}
.page-invoice-checklist ul li i{
  color: #007700;
  width:20px;
  margin-right:10px;
  font-size:20px;
  display:inline-block;
  vertical-align:top;
}
.page-invoice-checklist .list-item i{
  font-size: 10px;
  line-height: 19px;
  width: auto;
}
.page-invoice-checklist ul li i.fa-xmark{
  color: #FF5800;
}
.page-invoice-checklist ul li .item-title{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.page-invoice-checklist ul li .item-row{
  margin-left:30px;
}
.page-invoice-checklist ul li .item-link{
  margin:0 0 0 30px;
}
.page-invoice-checklist ul li .item-link a{
  display:inline-block;
  width:auto;
}
.page-invoice-checklist ul li .item-link a.link{
  margin-top:10px;
}
.page-invoice-checklist ul li .item-row .table .row .cell:first-of-type{
  background-color: #EFEFEF;
}
.page-invoice-checklist ul li .item-row .table .row,
.page-invoice-checklist ul li .item-row .table .row .cell{
  border-color:#FFF;
}
/*****************************************
 * MOBILE
 /****************************************/
@media only screen and (max-width:1300px){
  #main-container .side-menu{
    width:150px;
  }
  #main-container .side-menu .firm-items .menu-item a{
    padding-left: 12px;
  }
  .page-invoices-list .invoices .type,
  .page-invoices-list .invoices .number,
  .page-invoices-list .invoices .client,
  .page-invoices-list .invoices .date,
  .page-invoices-list .invoices .actions{
    width:auto;
  }
  .page-invoices-list .invoices .actions a{
    /*display:block;
    margin: 0 auto 5px auto;
    padding:0;
    border:0;
    */
    font-size: 0;
  }
  .page-invoices-list .invoices .actions a img{
    margin-right:0;
  }
}
@media only screen and (max-width:1000px){
  /*
   * menu as hamburger
   * .users list
   */
  .hide-on-mobile{
    display:none !important;
  }
  #body-wrapper{
    padding-top:53px;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header > .row .cell .mobile-menu-wrapper{
    display:block;
    padding:10px;
  }
  .header > .row .cell .mobile-menu-wrapper .user-avatar,
  .header #menu-icon{
    display:inline-block;
    vertical-align:top;
  }
  .header #menu-icon {
    margin-left: 10px;
  }
  .header #menu-icon .hamburger{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }
  .header #menu-icon .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #007700;
    display: block;
    margin: 6px auto;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header > .row .cell .mobile-menu-wrapper.active + .menu-wrapper {
    left: 18px;
    right: 18px;
    display:block;
    overflow: auto;
    max-height: calc(100% - 60px);
  }
  .header .menu-wrapper {
    display: none;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 1000px;
    right: -1000px;
    font-size: 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    overflow: hidden;
    line-height:1;
    min-width: 200px;
    width: auto;
    box-shadow: 0 0 10px 2px #c1ffc2;
    -webkit-box-shadow: 0 0 10px 2px #c1ffc2;
    -moz-box-shadow: 0 0 10px 2px rgba(193 255 194,1);
  }
  .header .menu-wrapper .menu{
    display:block;
    padding: 0;
    border: 0;
  }
  .header .menu-wrapper .menu-item a,
  .header .menu-wrapper .global-menu a,
  .header .menu-wrapper .user-menu a{
    font-size: 16px;
    font-weight:normal;
    display: block;
    text-align: left;
    padding: 20px 20px;
    border-bottom: 1px solid #c1ffc2;
  }
  .header .menu-wrapper .menu .separator{
    display:none;
  }
  .header .menu-wrapper .menu-item.current a{
    background-color:#c1ffc2;
  }
  .header .menu-wrapper .user-menu .avatar-wrapper,
  .header .menu-wrapper .menu-lang .current span{
    display:none;
  }
  .header .menu-wrapper .menu-lang{
    padding:10px;
  }
  .header .menu-wrapper .menu-lang ul{
    display:block;
    position:relative;
  }
  .header .menu-wrapper .menu-lang li{
    background: transparent;
    color: #4caf50;
    padding: 10px;
    font-size: 16px;
    display:inline-block;
  }
  .header .menu-wrapper .menu-lang li a{
    color: #4caf50;
    font-weight:normal;
  }
  .header .menu-wrapper .menu-lang li.current{
    background-color: #4caf50;
    color:#FFF;
    border-radius:10px;
    margin:0 10px;
  }
  .header .menu-wrapper .side-menu{
    display:block;
  }
  .header .menu-wrapper .side-menu .sel-firm-header + .menu-item,
  .header .menu-wrapper .side-menu .firm-items + .menu-item{
    border-top: 2px solid #007700;
  }
  .header .menu-wrapper .side-menu .menu-item:first-of-type{
    border-top:0;
  }
  .header .menu-wrapper .side-menu .menu-item.current{
    font-weight:bold;
  }
  .header .menu-wrapper .side-menu .menu-item a img{
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    margin-right: 5px;
  }
  .header .menu-wrapper .side-menu .sel-firm-header a img{
    margin-right:0;
  }
  .footer .mid-container,
  .footer .mid-container:last-of-type{
    text-align: center;
    display: block;
    width: auto;
  }
  #main-container {
    min-height: auto;
    display: block;
  }
  #main-container .side-menu{
    display:none;
  }
  .site-wrapper{
    display:block;
    border: 0;
    background-color: #FFF;
  }
  .row.two-cells,
  .row.three-cells{
    margin-bottom:0;
  }
  .two-cells .cell,
  .three-cells .cell,
  .two-cells .cell:first-of-type, .three-cells .cell:first-of-type, .has-cells .cell:first-of-type,
  .three-cells .cell .row .cell,
  .page-invoice-edit form .row .client,
  .page-invoice-edit form .row .status,
  .page-invoice-edit form .invoice-items .single-invoice-item .quantity,
  .page-invoice-edit form .invoice-items .single-invoice-item .unit,
  .page-invoice-edit form .invoice-items .single-invoice-item .price,
  .page-invoice-edit form .invoice-items .single-invoice-item .tax{
    display:block;
    width:auto;
    margin-left:0;
    margin-bottom:10px;
  }
  .table.width-auto {
    width:100%;
  }
  .table .table-header{
    display:none;
  }
  .table .cell .table-header,
  .table .cell,
  .table .cell .label{
    display:block;
  }
  .table .cell{
    border-top-width:0;
    border-right-width:2px;
    border-left-width:2px;
    border-bottom-width:1px;
  }
  .table .cell:first-of-type{
    border-top-width:2px;
  }
  .table .cell:last-of-type{
    border-bottom-width:2px;
    border-right-width:2px;
  }
  .table .row:after{
    content:" ";
    margin:25px 0;
    display:block;
  }
  .table .cell .label{
    font-weight:bold;
  }
  .search-wrapper .filter-wrapper form.filter .cell{
    width:auto;
    max-width:none;
    display:block;
    margin-bottom:10px;
    margin-right:0;
    margin-left:0;
  }
  .content-wrapper,
  .page-invoice-view .content-wrapper{
    padding:0;
    max-width:100%;
    min-width:auto;
    width:auto;
    border:0;
  }
  .dashboard .cell{
    display:block;
    width:auto;
  }
  .section-title .action-buttons{
      position: relative;
    top: auto;
    margin-top: 10px;
    text-align: center;
    right: auto;
  }
  .table + input[type="submit"],
  .table + input[type="button"],
  .table + button,
  .table +.button{
    margin-top:0;
  }
  .single-bank-account .has-cells .cell{
    width:calc(100% - 120px);
  }
  .single-bank-account .has-cells .currency{
    width:100px;
  }
  .single-bank-account .has-cells .country{
    width:auto;
    display:block;
    margin-left:0;
    margin-top:10px;
  }
  .page-firms-list .firms{
    margin-left:0;
    margin-right:0;
  }
  .page-firms-list .firms .single-firm{
    margin:0 0 20px 0;
    width:auto;
  }
  .page-firms-list .firms .single-firm .cell{
    display:block;
  }
  .page-firms-list .firms .single-firm .logo{
    width:auto;
  }
  .page-firms-list .firms .single-firm .logo img{
    max-width:100%;
  }
  .page-firms-list .firms .single-firm .info{
    width:auto;
    height:auto;
    padding:20px;
  }
  .page-firms-list .firms .single-firm .info .actions{
    position:relative;
    left:0;
    right:0;
    margin-top:20px;
    padding-bottom:0;
  }
  .page-firms-list .firms .single-firm .info .actions a:first-of-type,
  .page-firms-list .firms .single-firm .info .actions a{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 0;
    padding: 10px;
    border: 0;
  }
  .page-invoices-list .invoices .type,
  .page-invoices-list .invoices .number,
  .page-invoices-list .invoices .status,
  .page-invoices-list .invoices .date,
  .page-invoices-list .invoices .actions{
    width:auto;
    display:block;
  }
  .page-invoices-list .invoices .row.month .cell,
  .page-invoices-list .invoices .row.total .cell{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .page-invoices-list .invoices .actions a{
    display:block;
    margin: 0 auto 5px auto;
    padding:0;
    border:0;
    font-size:14px;
  }
  .page-invoices-list .invoices .actions a img{
    margin-right:5px;
  }
  .client-header{
    display: block;
    width: auto;
  }
  .client-header .cell{
    padding:10px;
  }
  .client-header .cell .name{
    display: block;
    width: auto;
  }
  .client-header .actions{
    border-top: 0;
    margin-top: 5px;
    padding-top: 0;
    display: block;
    position: relative;
    right: auto;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .client-header .actions a{
    margin: 5px 5px;
    padding: 5px 10px;
    width: calc(50% - 32px);
    text-align: left;
    border: 1px solid #007700;
    border-radius: 10px;
  }
  /*
  .page-invoice-view .info-box.show-on-mobile{
    display:block;
    text-align: center;
  }
  .page-invoice-view .inv-action-links{
    display:none;
  }
  */
  .page-invoice-view .inv-action-links .print-link{
    display:none;
  }
  .page-invoice-view .invoice-wrapper .logo img{
    display:none;
  }
  .page-invoice-view .invoice-wrapper #basic-data{
    width:100%;
  }
  .page-invoice-view .invoice-wrapper .parts-table,
  .page-invoice-view .invoice-wrapper .parts-table tbody,
  .page-invoice-view .invoice-wrapper .parts-table tr{
    display:block;
    width:auto;
    margin-bottom: 0;
  }
  .page-invoice-view .invoice-wrapper .parts-table .cell{
    display:block;
  }
  .page-invoice-view .invoice-wrapper .parts-table .cell.title{
    display:none;
  }
  .page-invoice-view .invoice-wrapper .parts-table .cell .mobile.title{
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom: 1px solid #000000;
    display: block;
  }
  .page-invoice-view .invoice-wrapper .items-table{
    display:block;
    font-size:0;
  }
  .page-invoice-view .invoice-wrapper .items-table tr{
    display:block;
    font-size:0;
    border-top: 1px solid black;
  }
  .page-invoice-view .invoice-wrapper .items-table tr:last-of-type{
    border-bottom: 1px solid black;
  }
  .page-invoice-view .invoice-wrapper .items-table .table-header{
    display:none;
  }
  .page-invoice-view .invoice-wrapper .items-table tbody{
    display:block;
    width:auto;
  }
  .page-invoice-view .invoice-wrapper .items-table .cell{
    padding: 5px;
    border: 1px solid #DCDCDC;
    text-align: left;
    display: inline-block;
    width: calc(50% - 12px);
    margin: 0;
    font-size:12px;
  }
  .page-invoice-view .invoice-wrapper .items-table .cell .mobile{
    display:block;
    vertical-align:top;
    background-color: #DCDCDC;
    margin: -5px -5px 5px -5px;
    padding: 5px;
  }
  .page-invoice-view .invoice-wrapper .items-table .cell.item{
    display:block;
    width: auto;
    text-align:left;
  }
  .page-invoice-view .invoice-wrapper .items-table .cell.item .mobile{
    width:auto;
  }
  /*
  .page-invoice-view .invoice-wrapper .totals-table,
  .page-invoice-view .invoice-wrapper .summary-table{
    width: 100%;
    text-align: left;
  }
  .page-invoice-view .invoice-wrapper .totals-table td:first-of-type,
  .page-invoice-view .invoice-wrapper .summary-table td:first-of-type{
    padding-left:0;
  }
  .page-invoice-view .invoice-wrapper .summary-table td:last-of-type{
    text-align:right;
  }
  */
  .page-firm-invoice-settings-edit .invoice-columns .row .input.with-buttons .button-inline:first-of-type{
    margin-left:0;
  }
  .page-firm-invoice-settings-edit .invoice-columns .row .cell:last-of-type {
    border-bottom: 1px solid #c1ffc2;
    padding-bottom: 25px;
  }
  .page-firm-invoice-settings-edit .invoice-columns .row:last-of-type .cell:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-product .content-wrapper .plans-wrapper{
    padding:0;
    display:block;
    width:auto;
  }
  .page-product .plans-list .cell{
    padding-bottom:15px;
    max-width:none;
    min-width:auto;
    margin-left: 0;
  }
  .page-product .plans-list .features{
    display:block;
  }
  .page-product .plans-list .current-plan .features .button.not-active{
    margin-top:15px;
  }
  .page-invoice-view .creation-info{
    position: relative;
    margin-bottom: 10px;
  }
  .page-invoice-view .invoice-table,
  .page-invoice-view .invoice-table tbody,
  .page-invoice-view .invoice-table tr,
  .page-invoice-view .invoice-table tr td{
    display:block;
  }
  .page-invoice-view .invoice-table .invoice-header,
  .page-invoice-view .invoice-table .invoice-header tr td.colspan-2{
    display:block;
    width:100%;
    text-align:center;
  }
  .page-invoice-view .invoice-table .invoice-header tr{
    font-size:0;
  }
  .page-invoice-view .invoice-table .invoice-header tr td{
    width:calc(50% - 5px);
    text-align:left;
    font-size:12px;
    display:inline-block;
    vertical-align:top;
  }
}