.inline {
    display: inline-block;
}

.mt-5 {
    margin-top: -5px;
}

input[name="bookupValue"] {
    min-height: 40px;
    margin-bottom: 5px;
    width: 105px;
}

.disabled {
    opacity: 0.7;
    cursor: default;
}
/* THROBBER */
.throbber-header {
    font-size: 145%;
}

.throbber {
    display: none;
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.3;
        filter: alpha(opacity=30);
        z-index: 9998;
    }

    .throbber .curtain-content {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        width: 272px;
        height: 153px;
        margin: -90px 0 0 -160px;
        border: 1px solid #ccc;
        box-shadow: 0 0 2px rgba(0,0,0,0.15);
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }

        .throbber .curtain-content .throbber-header {
            margin-bottom: 30px;
            line-height: 20px;
        }

        .throbber .curtain-content .throbber-image {
            min-width: 60px;
            margin: 10px 0 10px;
            border: none;
            height: 32px;
            background: url('./images/loading.gif') center no-repeat;
        }

.nav-tabs {
    margin: 0 !important;
}

    .nav-tabs li.ui-state-active a {
        color: #000;
    }

    .nav-tabs li:not(.ui-state-active) a:hover {
        color: #555;
    }

#tab-voucher {
    padding: 20px 0 !important;
}

.panel-btn {
    margin-bottom: 15px;
}

.inline {
    display: inline-block;
}

.mt-5 {
    margin-top: -5px;
}

input[name="bookupValue"] {
    min-height: 40px;
    margin-bottom: 5px;
    width: 105px;
}

.disabled {
    opacity: 0.7;
    cursor: default;
}
/*dropdown menu*/

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown > button:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 1em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
        background-color: red;
    }

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #f9f9f9;
    min-width: 200px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

/*caret*/
.caret {
    position: relative;
    display: inline-block;
    padding: 5px;
}

    .caret:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .caret:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 0;
        border-top: 8px solid #ffffff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.voucher-buttons .cardmanagement-button {
    margin: 5px 5px 5px 0;
}

.edit-voucher-page .inputs {
    font-size: 14px;
}

.voucher-photo-dialog, .voucher-upload-pdf-dialog {
    width: 700px !important;
}

.voucher-takephoto-btn-wrapper {
    text-align: right;
}

.voucher-detect-btn-wrapper {
/*    max-width: 280px;*/
    margin: 30px auto;
}

    .voucher-detect-btn-wrapper > button:last-child {
        float: right;
    }

    .voucher-detect-btn-wrapper > button:first-child {
        float: left;
    }

.camera-video {
    text-align: center;
    background: #222;
}

.voucher-info-desc {
    min-height: 50px;
    vertical-align: middle;
    line-height: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.voucher-info-wrapper {
    padding: 10px;
}

.voucher-upload-btn-wrapper {
    text-align: center;
}
/*.take-photo-mobile-btn {

}

.take-photo-mobile-btn input{
opacity:0;
}*/

/*shopping cart*/
.vouchers-box {
    border: 1px solid #ddd;
    padding: 10px;
}

    .vouchers-box .available-vouchers ul > li {
        padding: 7px 0;
        border-bottom: 1px solid #ddd;
    }

        .vouchers-box .available-vouchers ul > li:last-child {
            border-bottom: none;
        }

.shoppingcart-register-voucher-btn-wrapper {
    min-height: 60px;
}
.shoppingcart-register-voucher-btn {
    float: right;
}

.shoppingcart-aply-voucher-btn {
    margin: 10px 0;
}

.text-center {
    text-align: center;
}

.barcode-buttons {
    text-align: center;
    margin-top: 15px;
}

.voucher-enterbarcode-dialog input {
    min-width: 300px;
}

ul.aplied-vouchers {
    padding: 10px 0;
}

    ul.aplied-vouchers > li {
        color: red;
        font-size: 12px;
    }

        ul.aplied-vouchers > li > span {
            vertical-align: top;
        }

@media all and (min-width: 1001px) {
}

@media all and (min-width: 769px) {
}

@media all and (min-width: 481px) {
}

@media all and (max-width: 767px) {
    .panel-btn {
        text-align: center;
    }

    .voucher-takephoto-btn-wrapper {
        text-align: center;
    }

    .voucher-photo-dialog, .voucher-upload-pdf-dialog {
        width: 100%;
    }
}
