/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body{
    font-family: 'Open Sans', sans-serif !important; 
  } */

html body * {
  font-family: tahoma !important;
}


.printtem {}

.printtem .logo b {
  height: auto;
  width: auto;
}

/*! Invoice Template Generator @author: Invoicebus @email: info@invoicebus.com @web: https://invoicebus.com @version: 1.0.0 @updated: 2016-11-22 11:11:44 @license: MIT */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 950;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

ib-span.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body,
.ib_how_to_container {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.datepicker {
  font: 12px normal 'Open Sans', Arial, Sans-serif;
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 5px;
  max-width: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #f7f7f7;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px
}

.datepicker>div {
  display: none
}

.datepicker table {
  width: 100%;
  margin: 0
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer
}

.datepicker td.day.disabled {
  color: #eeeeee
}

.datepicker td.old,
.datepicker td.new {
  color: #999999
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3
}

.datepicker td ib-span {
  display: block;
  width: 55px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.datepicker td ib-span:hover {
  background: #eeeeee
}

.datepicker td ib-span.active {
  color: #ffffff;
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td ib-span.active:hover,
.datepicker td ib-span.active:focus,
.datepicker td ib-span.active:active,
.datepicker td ib-span.active.active,
.datepicker td ib-span.active.disabled,
.datepicker td ib-span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3
}

.datepicker td ib-span.old {
  color: #999999
}

.datepicker th.switch {
  width: 145px
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px
}

.datepicker thead tr:first-child th {
  cursor: pointer
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px
}

::selection {
  background: #2BA6CB;
  color: #fff
}

::-moz-selection {
  background: #2BA6CB;
  color: #fff
}

/*     
     @font-face{font-family:"FontAwesome";src:url('fonts/fontawesome-webfont-subset.eot?1476879027');src:url('fonts/fontawesome-webfont-subset.eot?&1476879027#iefix') format('embedded-opentype'),url('fonts/fontawesome-webfont-subset.woff2?1476879028') format('woff2'),url('fonts/fontawesome-webfont-subset.woff?1476879028') format('woff'),url('fonts/fontawesome-webfont-subset.ttf?1476879028') format('truetype'),url('fonts/fontawesome-webfont-subset.otf?1476876707') format('opentype'),url('fonts/fontawesome-webfont-subset.svg?1476879028#FontAwesome') format('svg')} */
/*      
      @font-face{font-family:"Open Sans";src:url('assets/fonts/opensans-regular.eot?1419084440');src:url('assets/fonts/opensans-regular.eot?&1419084440#iefix') format('embedded-opentype'),url('assets/fonts/opensans-regular.woff2?1419084440') format('woff2'),url('assets/fonts/opensans-regular.woff?1419084440') format('woff'),url('assets/fonts/opensans-regular.ttf?1419084440') format('truetype'),url('assets/fonts/opensans-regular.otf?1419084440') format('opentype'),url('assets/fonts/opensans-regular.svg?1419084440#Open-Sans-Regular') format('svg');font-weight:normal;font-style:normal}  */


/*
     
     @font-face{font-family:"Open Sans";src:url('assets/fonts/opensans-bold.eot?1419084440');src:url('assets/fonts/opensans-bold.eot?&1419084440#iefix') format('embedded-opentype'),url('assets/fonts/opensans-bold.woff2?1419084440') format('woff2'),url('assets/fonts/opensans-bold.woff?1419084440') format('woff'),url('fonts/opensans-bold.ttf?1419084440') format('truetype'),url('assets/fonts/opensans-bold.otf?1419084440') format('opentype'),url('assets/fonts/opensans-bold.svg?1419084440#Open-Sans-Bold') format('svg');font-weight:bold;font-style:normal} */


ib-span {
  display: inline
}

ib-div {
  display: block
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-save,
.fa-print,
.fa-spinner {
  margin-right: 3px
}

.fa-save:before {
  content: "\f0c7"
}

.fa-print:before {
  content: "\f02f"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-fw:before {
  content: "\f115"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

@-moz-keyframes fa-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

html {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJ1BMVEXr6+vq6urs7Ozp6ent7e3u7u7o6Ojv7+/n5+fw8PDm5ubl5eXx8fETrQmTAAAFhElEQVR4Xi3VTXPjSB0G8H+3XhyYS7dkOZlZDuqW5JjiIqllO9wkuZ0MnGTLNjvsxW/Rbm1xsJ23KYpDHGcWFycyBVSF4hCWYmvZI8UH4MjHol27p9+x357n3yCWtM21tZDDeo3Hk2EA0BtMhrxQNAiwuZR2zbuLmf0ALTR45izN0eD1RwWrgYlEc+sCZWQW83PUaJTtHw9RY3apYFMY+VKIRhPqj9zmFr58T2mb4ctfbRU2AhLKEIud+EXuF6B7V7fdu7TjXXUXimkIeAzu+Q5RSpx72h5ingdDV+Er0BVAJnF+wp999EbtXjgWwelCOAOmiLoQWePL08AHqqeSug6gAvC5A+Ao5h2Yu9X6VaOsEozD8ejr8kOS1fWvy7NSkU0AJXSBiAGaAJPeoNXO4icuWh1FiiMHQpv3ehu0dx9RyfloHtVW8WQ094hiQYBhmg2Tz+Uv20PBcZXw5hyTKsm5Qoug3aj0ZXsNn858VNHgy0VUjzrBl98IxaUF3o57QbriS8Od7k0N34h4wDR8WipOHJAN6s7sB6phbSJ7um9iPqW6n04VdArIr65XUwZR3OrdmW/etqlF2Ju3u4Gi7oD7/RXIeSdD4/s8yR/cv4V5IluKGgfkUCeun9F2Ku1KRzX/t3/XG6i2uVAsNIjfVfC2uhSpyQZiyDt1i5sF78wyBUbwFldPUTga97014buUxcs+Ok6Z3VRsNIia4tcvjAqqXX0hd14wszu54wUTqhilsCqf+xUBTlve7s6XyDu7fyklsoQi1oFL7s5feXuIDS5do1dEzsnW6LU1BfkRWENqJBcMwMo59Zt2jTnrfzTtcKMIE7CodHpTChf2MoMPXf570Enc5a2VIsBAV8I+ywyZmSiuVKItqhLtAvo+2ODey26OjyhJgwx+ZxyF9V4ExtEOKcACcf+dEeszql9EMWAjzbTotW+kOlFkHrhDnsOoDdFgT+DPPsv+i9qFz+o/UUAT0Bf8qVXTqgFimkiQXM9O4iWSFw1FakLQkkm1dypU50xMy5PPXTzvlSdfbRSxDek/ZZYw9IwN8ukznhWeUUydWYFDxciCcMOblRFVx31iy0ZIoQARhpQYCjCB6c+1zKZ8MtwMJSJSzyxUEJlKBSBgD3e4yELKwCnGVL77lzFuuvLdX/+o0N7AA94fRgJNc7KR8ZHezV13e6T3rhVUh57Of0hlZvIzIo5S7GEiwkcFi+Dhid+vOgOwiEigfjhuMzUvGrOdYkEgNOk34FpAyv8Z8JquIqEeiK40WzHKwAM+WnpWFZfHXoVvyU85G352S/BHxb89EOk+/bldCr9lTkQzcfmH8hNIXNxSGAWADoBRCIgQ57s0S2paGC6zJF0duIbmk7CNfp93Kd5JfMgv3Wh2c1koxCk0NSCPzXjsM35M/ZRmlHStlNYPBCPQG0LLtVPZQPoAet/GXmMWjL6NeaTId/Cbm/Fj4VjccPhNdUvcPq1XjLj6QPHJBCx+Z+f1gFq4r3PNyf/jhRZ28p/lCvcWElv8wao/7TdWmXPnPC3i4C9wnhqaQv8KDBACzOPxDyNrW+g9q+VuHVA8MNgSWIKnj1HADCE3BCyfMwVSWDkgDaqPTxnQBdLGEZ0JLTEGdGaHBzR4nwm6BhOs9qtcGMTnroFuiJ9zReEDJWIdjDZ7CkvgYV+tQUrZR9ZQoZp5I/iAbSfCW2BvnK1DfYrqeB3CuYIjcBmIxuJ8Ly7qZJ85SMjepOkgO1Es7+H+ZawqRuShYvxQMfrat9KMRApvC6od3J6W9FALGdvc4qd2bnN2gOXAr0F3gs/4adfa0OSlN+wsatlLr+0prDEkf+J+AblQX9A1dDSEMxL7GiK+Iu3DKBTER4japi3p7DB9mYbdGT070P4/JfNcAmbpnUoAAAAASUVORK5CYII=");
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/* */

html body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  background: white;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 10px auto 30px auto;
  -moz-box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.7);
  -webkit-box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.7);
  box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.7)
}

html input,
html button,
html textarea,
html select {
  outline: none !important
}


.relative {
  position: relative
}

.tooltip {
  font: 11px bold "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif
}

.tooltip .tooltip-inner {
  max-width: none;
  padding: 8px
}

.datepicker th {
  font-weight: bold;
  vertical-align: middle
}

.datepicker td {
  vertical-align: middle
}

.modal {
  font: normal 14px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif
}

.modal-body,
.ib_how_to_container {
  height: 470px;
  padding: 0
}

.modal-open {
  padding: 0 !important
}

.modal-title {
  font-size: 20px;
  text-align: center
}

.modal-footer {
  text-align: center
}

.modal-backdrop {
  z-index: 1010
}

.typeahead {
  z-index: 930
}

.typeahead a {
  text-decoration: none
}

ib-span.ibcl_ie_contenteditable[contenteditable="true"] {
  display: block;
  width: 100%;
  height: 100%
}

ib-span.ibcl_ie_contenteditable[contenteditable="true"].hidden {
  display: none !important;
  width: 0 !important
}

[contenteditable="true"] {
  cursor: text
}

[contenteditable="true"]:hover {
  outline: 2px solid #c4dcf0
}

[contenteditable="true"]:focus {
  outline: 2px solid #5e9ed7
}

.ib_hide {
  display: none
}

.ib_show {
  display: initial
}

.ib_force_hide {
  display: none !important
}

.ib_force_show {
  display: initial !important
}

.ib_editable_outline {
  outline: 1px solid #d9e8f5;
  background: #edf4fb;
  color: #161616;
  -moz-transition: background-color 0s !important;
  -o-transition: background-color 0s !important;
  -webkit-transition: background-color 0s !important;
  transition: background-color 0s !important
}

.ib_row_commands {
  z-index: 900;
  position: absolute;
  width: 100px;
  height: 20px;
  top: 0;
  left: -100px
}

.ib_row_commands .ib_commands {
  display: none;
  width: 95px;
  position: relative;
  left: 0;
  top: 3px;
  text-indent: 0 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4em
}

.ib_row_commands .ib_commands>ib-span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6
}

.ib_row_commands .ib_commands>ib-span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}

.ib_row_commands .ib_commands:after {
  display: block;
  content: '';
  clear: both
}

.ib_row_commands .ib_commands .ib_add,
.ib_row_commands .ib_commands .ib_delete,
.ib_row_commands .ib_commands .ib_move {
  display: block;
  height: 13px !important;
  width: 13px !important;
  float: left;
  background: white;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
  -moz-box-shadow: #919191 0 0 10px;
  -webkit-box-shadow: #919191 0 0 10px;
  box-shadow: #919191 0 0 10px;
  text-align: center !important;
  line-height: 0.8em !important
}

.ib_row_commands .ib_commands .ib_add {
  color: #239023 !important;
  margin-right: 5px
}

.ib_row_commands .ib_commands .ib_delete {
  color: #b30000 !important;
  margin-right: 5px
}

.ib_row_commands .ib_commands .ib_move {
  color: #5a5a5a !important;
  cursor: move
}

.ib_dragrow {
  background: #ecf1f5 !important;
  border-color: #ecf1f5 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.ib_remove_logo_overlay {
  display: none;
  position: absolute !important
}

.ib_remove_logo {
  font-size: 16px;
  color: white;
  background: #333;
  display: block;
  position: relative;
  top: 10px;
  right: 10px;
  float: right;
  width: 8px;
  height: 8px;
  z-index: 900;
  cursor: pointer;
  overflow: visible
}

.ib_remove_logo:hover {
  background: #b30000
}

.ib_remove_logo i.fa {
  position: relative;
  top: -5px;
  left: -2px
}

.ib_logo_base64 {
  border: none;
  resize: none;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[data-logo="logo_url"] {
  width: 150px;
  height: 100px
}

.ib_drop_zone {
  display: block;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat !important;
  font: normal 14px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
  color: #bbb;
  border: 2px dashed #ddd;
  overflow: hidden !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important
}

.ib_drop_zone>ib-span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: inherit;
  height: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ib_drop_zone>ib-span>ib-span {
  font-size: 12px !important
}

.ib_drop_zone input[type="file"] {
  background: transparent !important;
  width: inherit !important;
  height: inherit !important;
  position: absolute !important;
  top: -2px !important;
  left: -2px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}

.ib_border_hover {
  border: 2px dashed #999 !important
}

.ib_number_settings,
.ib_date_format {
  font: normal 14px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
  position: absolute !important;
  display: none;
  background: white !important;
  padding: 5px 10px;
  text-indent: 0 !important;
  color: black !important;
  z-index: 900;
  -moz-box-shadow: 0 0 5px 0 #999;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.ib_number_settings select,
.ib_date_format select {
  border: none
}

.ib_number_settings input[type="radio"],
.ib_date_format input[type="radio"] {
  top: 2px;
  position: relative
}

.ib_number_settings table,
.ib_date_format table {
  table-layout: fixed
}

.ib_number_settings table th,
.ib_number_settings table td,
.ib_date_format table th,
.ib_date_format table td {
  vertical-align: top;
  word-break: keep-all;
  word-wrap: break-word;
  padding-bottom: 3px
}

.ib_number_settings table td:first-child,
.ib_date_format table td:first-child {
  padding-right: 10px
}

.ib_date_format ib-div {
  margin: 2px 0
}

.ib_currencies_item {
  display: block;
  min-width: 150px;
  text-indent: 0 !important;
  color: black !important;
  font: normal 14px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif !important
}

.ib_currencies_item ib-span {
  text-indent: 0 !important;
  color: black !important
}

.ib_currencies_item ib-span:first-child {
  display: block;
  font-size: 12px;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
  float: left;
  width: 45px;
  text-align: left;
  margin-bottom: 5px
}

.ib_currencies_item ib-span:nth-child(2) {
  display: block;
  float: left;
  clear: right;
  width: 30px
}

.ib_currencies_item ib-span:last-child {
  display: block;
  clear: both;
  color: #888;
  font-size: 11px
}

.ibcl_issue_date,
.ibcl_due_date,
.ibcl_net_term {
  -moz-transition: background-color 1.2s ease-in;
  -o-transition: background-color 1.2s ease-in;
  -webkit-transition: background-color 1.2s ease-in;
  transition: background-color 1.2s ease-in
}

.ib_stop_animate {
  -moz-transition: background-color 0s !important;
  -o-transition: background-color 0s !important;
  -webkit-transition: background-color 0s !important;
  transition: background-color 0s !important
}

.ib_highlight_bg {
  background-color: #ffff97;
  -moz-transition: background-color 0s !important;
  -o-transition: background-color 0s !important;
  -webkit-transition: background-color 0s !important;
  transition: background-color 0s !important
}

.active .ib_currencies_item ib-span {
  color: white
}

.ib_show_currency {
  padding-top: 10px
}

.ib_show_currency label {
  position: relative;
  top: -2px;
  margin-left: 5px
}

.ib_hide_column {
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important
}

.ib_hide_column [data-row-number="item_row_number"] {
  display: block !important;
  width: 0 !important;
  padding: 0 !important;
  overflow: hidden !important
}

.ib_blue_link {
  color: #069 !important;
  text-indent: 0 !important;
  font: normal 14px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline
}

.ib_blue_link:hover {
  color: #09c
}

.ib_bottom_row_commands {
  position: absolute;
  margin-top: 20px;
  text-indent: 0 !important;
  z-index: 500
}

.ib_bottom_row_commands .ib_add_new_row_link {
  margin-right: 15px
}

.ib_bottom_row_commands .ib_show_hide_columns {
  display: none;
  background: white !important;
  position: absolute;
  z-index: 900;
  top: 18px;
  left: 95px;
  padding: 15px 10px 10px 10px !important;
  font: normal 14px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
  width: 165px;
  -moz-box-shadow: 0 0 5px 0 #999;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.ib_bottom_row_commands .ib_show_hide_columns>ib-span {
  display: block;
  margin: 2px 0
}

.ib_bottom_row_commands .ib_show_hide_columns>ib-span>input[type="checkbox"] {
  margin: 0 10px 0 0
}

.ib_bottom_row_commands .ib_show_hide_columns>ib-span>ib-span {
  cursor: default;
  position: relative;
  top: -1px;
  text-indent: 0 !important;
  color: black !important
}

.ib_default_button {
  font: normal 13px/1em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6)
}

.ib_default_button:hover,
.ib_default_button:focus,
.ib_default_button:active,
.ib_default_button[disabled],
.ib_default_button.active_hover {
  color: #333333;
  background-color: #e6e6e6
}

.ib_default_button:active,
.ib_default_button.active {
  background-color: #cccccc \9;
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.ib_default_button:hover,
.ib_default_button:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear
}

.ib_default_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.ib_success_button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-repeat: repeat-x;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxYTM1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351)
}

.ib_success_button:hover,
.ib_success_button:focus,
.ib_success_button:active,
.ib_success_button[disabled] {
  color: #ffffff;
  background-color: #51a351
}

.ib_disabled_button {
  cursor: not-allowed;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ib_large_button {
  display: block;
  width: 150px;
  margin: 35px auto 0 auto;
  padding: 7px;
  font-size: 14px
}

.ib_large_button .fa-bolt {
  margin-right: 3px
}

.ib_gray_link {
  font: normal 13px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  color: #777;
  cursor: pointer
}

.ib_gray_link:hover {
  text-decoration: underline
}

.ib_invoice_commands_wrap {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: url("data:image/png;base64,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");
  z-index: 1000;
  -moz-transition: box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  -webkit-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ib_invoice_commands_wrap.ib_commands_shadow {
  -moz-box-shadow: 0px 0px 30px rgba(142, 142, 142, 0.7);
  -webkit-box-shadow: 0px 0px 30px rgba(142, 142, 142, 0.7);
  box-shadow: 0px 0px 30px rgba(142, 142, 142, 0.7)
}

.ib_invoice_commands_wrap .ib_invoice_commands {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 30px 0 20px 0
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_default_button {
  float: left;
  margin-right: 7px;
  padding: 5px 10px
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_default_button .fa {
  margin-right: 3px
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_default_button.ib_open_data {
  position: relative
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_default_button.ib_open_data input[type="file"] {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_default_button.ib_save_online {
  margin-right: 0
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_success_button {
  margin-right: 0
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_save_info {
  display: none;
  float: left;
  position: relative;
  top: 8px;
  color: #888;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: help;
  margin-left: 20px;
  width: 18px;
  text-align: center
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_save_info:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_top_separator {
  font-size: 12px;
  color: #888;
  top: 9px !important;
  margin: 0 10px
}

.ib_invoice_commands_wrap .ib_invoice_commands .ib_pull_right {
  float: right;
  position: relative;
  top: 6px
}

.ib_invoice_commands_wrap .ib_invoice_commands:after {
  content: '';
  clear: both;
  display: block
}

.ib_item_percentage:after {
  content: "%"
}

.ibcl_item_description:empty,
.ibcl_item_quantity:empty,
.ibcl_item_price:empty,
.ibcl_item_discount:empty,
.ibcl_item_tax:empty,
.ibcl_item_line_total:empty {
  min-width: 20px !important;
  min-height: 18px !important
}

.ibcl_item_price.add_currency_left:before,
.ibcl_item_line_total.add_currency_left:before,
.ibcl_amount_paid.add_currency_left:before {
  content: attr(data-currency)
}

.ibcl_item_price.add_currency_right:after,
.ibcl_item_line_total.add_currency_right:after,
.ibcl_amount_paid.add_currency_right:after {
  content: attr(data-currency)
}

[data-ibcl-id="tax_value"]:before {
  content: "(" attr(data-ib-value) "%)";
  font-size: 12px;
  color: #999;
  margin-right: 5px
}

.ib_invoicebus_love {
  clear: both;
  display: block;
  font: normal 14px/1.5em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  text-align: center;
  margin-bottom: 50px;
  color: #8f8f8f
}

.ib_invoicebus_love ib-span {
  font: normal 14px/1.5em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  color: #555;
  text-decoration: none;
  cursor: pointer
}

.ib_invoicebus_love ib-span:hover {
  text-decoration: underline
}

.ib_invoicebus_fineprint {
  display: none;
  font: normal 12px/1.4em "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  color: #777;
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%
}

.ib_invoicebus_fineprint ib-span {
  cursor: pointer
}

.ib_how_to_container {
  overflow: auto
}

.ib_how_to_container .ib_modal_container {
  font-size: 13px;
  line-height: 1.6em;
  padding: 30px 40px
}

.ib_how_to_container .ib_modal_container .ib_a {
  color: #428bca;
  text-decoration: none;
  cursor: pointer
}

.ib_how_to_container .ib_modal_container .ib_a:hover,
.ib_how_to_container .ib_modal_container .ib_a:focus {
  color: #2a6496;
  text-decoration: underline
}

.ib_how_to_container .ib_modal_container .ib_a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.ib_how_to_container .ib_modal_container .ib_b {
  font-weight: bold
}

.ib_how_to_container .ib_modal_container .ib_h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 25px 0 10px
}

.ib_how_to_container .ib_modal_container .ib_p {
  margin-bottom: 15px
}

.ib_how_to_container .ib_modal_container .ib_ul .ib_li {
  margin: 0 0 5px 20px
}

.ib_how_to_container .ib_modal_container .ib_code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

.ib_how_to_container .ib_modal_container .ib_safari_note {
  text-align: center;
  margin-top: 15px
}

.ib_how_to_container .ib_modal_container .ib_notice {
  background: #fcf8e3;
  border: 1px solid #eae7d3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px
}

@media only screen and (max-width: 875px) {

  html,
  .ib_invoice_commands_wrap {
    padding: 0 15px !important
  }

  .ib_invoice_commands .ib_hide_medium {
    display: none
  }
}

@media only screen and (max-width: 850px) {
  .ib_invoice_commands .ib_hide_xsmall {
    display: none
  }

  .ib_invoice_commands .ib_default_button {
    width: 14px
  }

  .ib_invoice_commands .ib_default_button .fa {
    margin-right: 0 !important
  }
}

@media only screen and (max-width: 460px) {
  .ib_invoice_commands {
    padding: 15px 0 15px 0 !important
  }

  .ib_invoice_commands .ib_clear_xsmall {
    display: block;
    clear: both
  }

  .ib_invoice_commands .ib_pull_right {
    float: left !important;
    margin-top: 5px !important
  }
}

@media print {
  @page {
    size: A4;
    margin: 0
  }

  html {
    background: none !important;
    border: none;
    margin: 0;
    padding: 0
  }

  body {
    background: none !important;
    margin: 0 !important;
    width: 100% !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-print-color-adjust: exact !important
  }

  [contenteditable="true"] {
    outline: none !important
  }

  .ib_editable_outline {
    outline: none !important;
    background: transparent
  }

  .ib_invoicebus_fineprint {
    display: block;
    margin-top: -60px
  }

  .ib_drop_zone,
  .ib_offline,
  .ib_invoice_commands_wrap,
  .ib_invoicebus_love,
  .ib_remove_logo_overlay,
  .ib_remove_logo,
  .ib_row_commands,
  .ib_add_new_row_link,
  .ib_show_hide_columns_link,
  .ib_show_hide_columns,
  .ib_number_settings,
  .ib_date_format,
  .tooltip,
  .datepicker,
  .typeahead {
    display: none !important
  }

  input::-webkit-input-placeholder,
  input:-moz-placeholder {
    color: transparent !important
  }

  textarea::-webkit-input-placeholder,
  textarea:-moz-placeholder {
    color: transparent !important
  }
}





.no-border td {
  border: none !important;
  padding: 3px 5px !important;
  border-right: 1px solid rgb(68, 68, 68) !important;
}

.bottom-table table,
.bottom-table th,
.bottom-table td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

.no-border.meta-field:last-child td {
  border: none !important;
}

.padding-adjust td {
  padding: 3px 3px 10px 3px !important;
}

td,
div,
span {
  text-transform: unset !important;
}

.ibcl_issue_date
{
    width: 160px;
}
.leftspan
{
    width: 100px;
}

.left 
{
    float: left !important;
    text-align: left;
}
.filtersec
{
  width: 100%;
}
.row 
{
  display: flex;
}
.col-md-3
{
  width: 25%;
}