.modal-body{
    overflow: auto;
}

.page-footer{
    position: absolute;
    bottom: 0;
}

.img-centered{
    margin:0 auto;
}

.word-break{
    word-break: break-all
}

.input-error{
    color:red;
    font-weight: bold;
}

#logo img{
    margin-top: -11px;
    width: 105px;
    height: 45px;
}

.gu-transit{
    border-top:2px solid red !important;
    border-bottom:2px solid red !important;
    background:#333 !important;
}

.stripe td{
    position: relative !important;
    color:#bbb;
}
.stripe td:after{
    position: absolute;
    content: "";
    left:0;
    bottom:50%;
    width: 100%;
    height: 1px;
    background: #bbb;

}

#logo-full img {
    margin-left: -150px;
    width: 200px;
    height: 150px;
    margin-right: 30px;
}

.printer-container {
    display: none;
}

.client-form input:disabled {
    background-color: #efefef;
}

.nowrap {
    white-space: nowrap;
}