.nav-header {
    background: #0169b2;
}
.inner-content {
    padding: 20px 5px;
}
.info {
    margin-top: 8px;
    font-family: Sukhumvit-Bold;
    font-size: 20px;
}
.scan-image {
    padding: 60px 0;
}
.scan-image img {
    width: 200px;
}

.error-center label.error {
    text-align: center;
}

label.error {
    font-size: 12px;
    color: red;
    display: block;
    text-align: left;
    margin-top: 3px;
}
.qr-btn-icon {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}
#open-reader {
    font-size: 20px;
    height: 80px;
    line-height: 67px;
    background: #0169b2;
}
.p-result {
    font-size: 25px;
}
.code-input:read-only {
    border: 0;
    background: #fff;
    text-align: center;
    font-size: 22px;
    font-family: Sukhumvit-Bold;
    margin-top: 10px;
}
.modal-header {
    background: #0169b2;
}
.text-center img {
    display: inline-block;
}
.modal-header .text-center {
    text-align: center;
    width: 100%;
}
.modal-header .btn-close {
    font-size: 10px;
    margin-top: -48px;
    margin-right: -12px;
}

.input {
    border: 2px solid #0169b2;
    box-shadow: 1px 1px 10px #e3e3e3;
}
.main-btn,
.main-btn.disabled, .main-btn:disabled,
.main-btn:active {
    height: 56px;
    font-size: 20px;
    background: #0169b2 url(../images/logo-sd.jpg) no-repeat;
    background-size: auto 165px;
    background-position: -71px -19px;
    border-color: #0b568b;
}
.no-bg {
    background-image: none !important;
}
.main-btn.disabled, .main-btn:disabled {
    background-color: #0169b2;
}
