
.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;
}

.cube {
    min-height: 100px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

.cube-min {
    width: 100px;
    border-radius: 5px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

.cube img {
    max-height: 80px;
}

.to-right {
    float: right;
}

#notifies {
    top: 10px;
    left: 10px;
    opacity: 0.9;
    position: fixed;
    z-index: 9990;
}

.imagebox {
    min-height: 100px;
    max-height: 100px;
}

.cube-item {

    line-height: 75px;
}

.newsBody > img,
.newsBody > p > img,
.newsBody > p > a > img {
    max-width: 200px;
}

.thumbnail {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 125px;
    width: 125px;

}

.intumb {
    margin: auto;
}

.intumb > span {
    text-align: center;
    width: 100%;
    display: grid;
}

.intumb > img {
    margin: auto;
    max-height: 100px;
    max-width: 100px;
    display: grid;
    overflow: hidden;
}


.navbar {
    min-height: 0px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.cardLine {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 15px;
    font-size: 16px;
}

.autocard {
    /*max-width: 308px;*/
    height: 200px !important;
    overflow: hidden;
}

.autocard-small {
    height: 150px !important;
}
.autocard-big {
    height: 400px !important;
}

.autocard-inline {
    height: 50px !important;
}
.stock-body {
    height: 100%;
    display: flex;
    text-align: right;
    align-items: end;
    flex-wrap: nowrap;
    flex-direction: column-reverse;

}
.card-footer.card-fade {
    background-color: #f5f5f5f2;
}

.card-footer.card-fade > a {
    /*color: #000000;*/
}

.card-body {
}
.notifies-flexible {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: space-between;
}
.col-flexible {
}

.card-background {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mp_carousel_background {
    background-size: cover !important;

}
.mainpageCarouselItem {
    height: 280px;
}
.mainpageCarouselItem_new {
    height: 400px;
    margin-bottom: 20px;
}

#cartMenu {
    overflow: auto;
    max-height: 450px;
}

/** BS3 crutches */
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
