/* here you can put your own css to customize and override the theme */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
.page-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-align: center;
    margin: 0 !important;
}
small img{
  padding-right: 10px !important;
  width: 100px !important;
  /*padding-bottom: 85px !important;*/
}

.box-border {
    /*width: 220px;*/
    padding: 10px;
    border: 2px solid #3498db;
    background-color: white;
    /*text-align: center;*/
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    /*border-radius: 10px;*/
}
.form-horizontal .checkbox {
  margin-left: 20px;
}
.colored-box {
    background: url(../../pages/img/box-1024-34.png) no-repeat;
    background-size: cover;
}
@media print {
    img {
        display: block !important;
        visibility: visible !important;
    }
}
