.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #f8f9fa;
    border-width: .2rem 0 0;
    max-width: 110rem !important;
}

h4#kfzsh-title, h5#kfzsh-title {
    margin: 0;
}

.box {
    height: 200px;
    border: 1px solid #ced4da;
    border-radius: 15px;
    overflow: hidden;
    font-size: 1rem;
    position: relative;
}

.box > img:not(.loading) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.box > img.loading {
    height: initial;
    width: initial;
}

.align-center-box {
    align-items: center;
    justify-content: center;
}

.label-up {
    position: relative;
    top: -5px;
}

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
}

.no-decoration {
    text-decoration: none;
}

.col-form-label {
    font-size: 1rem;
}

.btn-kfzsh {
    background-color: #c90022 !important;
}

.form-check-input {
    margin-top: 0.9rem;
}

[type=file] {
    display: none;
}

.top-buffer {
    margin-top: 5px;
}

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

.hide-initially {
    display: none;
}

.plus {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 1.25rem;
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    vertical-align: middle;
}
.plus_desc {
    text-align: center;
}
canvas {
    border: 1px solid black;
}
.icon {
    width: 80%;
    min-height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.pager {
    display: none;
}
.center-big {
    margin-left: 15rem;
    margin-right: 15rem;
}
.makemefat {
    font-weight: 900;
}
.smaller-font, .smaller-font * {
    font-size: 0.55rem !important;
}
.wheels {
    background-image: url('../images/wheels.png');
    background-size: 12.5rem 25rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 25rem;
    width: 12.5rem;
    color: white;
    margin: auto;
}

_::-webkit-full-page-media, _:future, :root .wheels {
    background-image: url('../images/wheels_safari.png');
}

.status-0 {
    background-color: #5042a4 !important;
    color: white;
}

.status-1 {
    background-color: #0251c8 !important;
    color: white;
}

.status-2 {
    background-color: #ffa902 !important;
}

.status-3 {
    background-color: #028458 !important;
    color: white;
}

.big-font, label.big-font {
    font-size: 0.6rem;
}

.bold {
    font-weight: bold;
}

.admin-table {
    width: 100%;
}

.admin-table tbody tr:nth-child(odd) {
    background-color: rgb(222, 224, 226);
}

.admin-table td, .admin-table th {
    padding: 0.5rem;
}

.admin-table select {
    padding: 2px;
}

@media (min-width: 576px) {
    .big-font, label.big-font {
        font-size: 1rem;
    }
}

body {
    font-size: 10px !important;
}

select[name=status] {
	color: white;
}

.form-control {
    font-size: inherit !important;
}
