html,
body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

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

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

.not-set {
    color: #c55;
    font-style: italic;
}

/* 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;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

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

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

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* 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;
    background-color: unset !important;
    background-image: linear-gradient(
            180deg, rgba(0,0,0,0),
            rgba(0,0,0,0) 96%,
            #222222 97%,
            #222222 99%,
            rgba(0,0,0,0) 100%,
            rgba(0,0,0,0)
    );
}

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

.navbar-default {
    padding-top: 6px;
    margin-bottom: 6px;
}

.navbar-default,.navbar-nav > li > form > button.logout {
    background-color: white !important;
    border: 0;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.navbar-nav > li:hover,
.navbar-nav > li > form > button.logout:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > form > button {
    background-color: unset !important;
    background-image: linear-gradient(
            180deg, rgba(0,0,0,0),
            rgba(0,0,0,0) 96%,
            #222222 97%,
            #222222 99%,
            rgba(0,0,0,0) 100%,
            rgba(0,0,0,0)
    );
    text-decoration: none;
}

.navbar-brand {
    background-image: url("https://fahal.hu/wp-content/uploads/2019/11/fahal_wp_bc.png") !important;
    width: 214px;
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

.site-login {
    top: 47%;
    transform: translateY(-55%);
    position: fixed;
    width: 50%;

}

.grid-view td {
    white-space: pre-line !important;
}

#saveBasketSubmit {
    margin: 8px;
}

.firstBox {
    margin-top: 15px;
}

.basketInfo {
    padding-top: 7px;
    padding-left: 3px;
    font-weight: bold;
}

div > .btn-group > .btn:first-child {
    margin-left: 6px !important;
}

.kv-panel-before > .pull-left {
    float: none !important;
}

.kv-panel-before > .jsfy {
    display: flex;
    justify-content: space-between;
}

.kv-panel-before > .jsfy::before, .kv-panel-before > .jsfy::after {
    display: none;
}

#b2binterfaceclient-columns > label {
    display: block;
}

.hide {
    display: none;
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    height: 90px;
    width: 90px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-activity {
    display: none;
}

.pace .pace-activity {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
    height: 90px;
    width: 90px;
    display: block;
    border-width: 30px;
    border-style: double;
    border-color: #ec2025 transparent transparent;
    border-radius: 50%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.pace .pace-activity:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    display: block;
    border-width: 10px;
    border-style: solid;
    border-color: #ec2025 transparent transparent;
    border-radius: 50%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    100% { -moz-transform: rotate(359deg); }
}

@keyframes spin {
    100% {  transform: rotate(359deg); }
}

.container-fluid {
    display: none;
}

.old-price {
    font-size: 12px;
    color: gray;
    text-decoration: line-through;
}