main > .container {
    padding: 60px 15px 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 576px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sklad {
    color:rgb(24, 82, 181);
    font-size: x-large;
    font-weight: 400; 
}

.login
{
    /* center form controls */
    display: inline-block;

    /* override Bootstrap's 100% width for form controls */
    width: auto;
    background-color: rgb(250, 255, 234);
}

.alert-info, thead tr {
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,51,121,1) 39%, rgba(0,212,255,1) 89%);
    color:rgba(233, 233, 233, 1)
}

.table {
    font-size: small;
}

.table-danger2 td {
    background: linear-gradient(180deg, rgba(200, 150, 150, 0.5) 0%, rgba(220, 160, 160, 0.7) 50%, rgb(255, 160, 160) 100%) !important;
}

.table-danger3 td {
    background: linear-gradient(180deg, rgba(200, 150, 150, 0.5) 0%, rgba(207, 213, 255, 0.7) 50%, rgb(164, 179, 255) 100%) !important;     
}

.table-zavd1 {
    background: linear-gradient(180deg, rgba(251, 209, 57, 0.5) 60%, rgba(94, 185, 110, 0.5) 100%) !important;     
} 

.table-zavd2 {
    background: linear-gradient(180deg, rgba(251, 209, 57, 0.5) 60%, rgb(253, 191, 191, 0.9) 100%) !important;     
} 

.table thead {
    text-align: center;
    vertical-align: middle;
}

.kurs {
    font-size: 0.77em;
    font-weight: bold;
}

.filt {
    font-size: 0.9em;
    padding-left: 2px !important;
    background-color: rgb(255, 254, 213) !important;
}

.input-group-text {
    font-weight: 600;
    color:rgb(0, 0, 209);
}

.icon {
    width: 20px;
    height: 20px;
}

.icon:hover {
    border: 1px solid rgb(220, 220, 220);
}

.klac {
    cursor: pointer;
}

.klac:hover {
    color: blue !important;
    font-weight: 600;
}

.prev:hover {
    border-bottom: 1px solid white;
} 
