html,
body {
    height: 100%;
}

.wrap {
    min-height: 100vh;
    height: auto;
    margin: 0 auto -62px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0 15px 20px !important;
}

.footer {
    height: 62px;
    background-color: #222;
    border-top: 1px solid #080808;
    padding-top: 20px;
    color: #9d9d9d;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/***** CUSTOM STYLES *****/
[env-name="dev"] .navbar-inverse {
    background-image: url("/img/dev-bg.png");
}

[env-name="dev"] .navbar-inverse .navbar-nav > .open > a,
[env-name="dev"] .navbar-inverse .navbar-nav > .open > a:hover,
[env-name="dev"] .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(8, 8, 8, 0.5);
}

@media (max-width: 767px) {
    [env-name="dev"] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    [env-name="dev"] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    [env-name="dev"] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: rgba(8, 8, 8, 0.5);
    }
}

[env-name="dev"] .navbar-inverse .navbar-nav > li > a {
    color: #cccccc;
}

[env-name="dev"] .navbar-inverse .navbar-nav > li > a:hover,
[env-name="dev"] .navbar-inverse .navbar-nav > li.active > a {
    color: #ffffff;
}

.navbar-inverse .dropdown-menu .btn-link {
    color: #333333;
    text-decoration: none;
}

.navbar-inverse .dropdown-menu .btn-link:hover {
    color: #666666;
    text-decoration: none;
}

@media (max-width: 767px) {
    .navbar-inverse .dropdown-menu .btn-link {
        color: #cccccc;
    }

    .navbar-inverse .dropdown-menu .btn-link:hover {
        color: #ffffff;
    }
}

#header-logo {
    height: 36px;
}

#header-logo-small {
    height: 30px;
}

@media (min-width: 1200px) {
    #header-logo-small {
        display: none;
    }
}

@media (max-width: 1199px) {
    #header-logo {
        display: none;
    }
}

#footer-logo {
    height: 36px;
}

.label {
    font-size: 19px !important;
    vertical-align: -webkit-baseline-middle !important;
}

[env-name="dev"] .navbar-inverse {
    background-image: repeating-linear-gradient(45deg, #fd84072b, #ffba0024 25px, #00000017 0, #0000004d 50px) !important;
}

#footer-cachier-logo {
    height: 36px;
    margin-right: 5px;
}

p.copyright {
    text-align: center;
}

.panel-body {
    padding: 5px 15px;
}

.panel-body .row {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.panel-body .row:last-child {
    border-bottom: none;
}

/*.panel-body .form-control {*/
/*    height: 24px;*/
/*}*/

.panel-body .btn-success {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
}

.badge-success {
    background: #5cb85c !important;
}

.badge-warning {
    background: #fdba56 !important;
}

.badge-danger {
    background: #fd5656 !important;
}

.navbar-inverse, [env-name] .navbar-inverse {
    background-image: none !important;
}

.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn-outline-secondary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 2;
}
#button_currency {
    width: 70px;
    border: none;
}
#btn_merchant_refresh{

}
#button_currency a{
    text-decoration: none!important;
    color: white!important;
}
.shopping-cart-table td {
    vertical-align: middle !important;
}

.shop-item {
    clear: both;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-item:hover .shop-item-title {
    color: #212ac9;
}

.shop-item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    display: block;
}

.shop-item-price {
    font-weight: bold;
    line-height: 40px;
    display: block;
}

.shop-item-image {
    width: 100%;
    max-width: 200px;
}

input.table-filter {
    text-align:center;
}

.select2-selection__clear {
    top: 2px !important;
}

.jumbotron-slim {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.cashier_form {
    width: 100%!important;
}
#directrequest-request_body{
    min-height: 300px;
}
.pretty-json{
    background-color: #505050;
    color: #fff;
    padding: 10px;
}
#directformrequest-request_body{
    height: auto;
}






