@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1610px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}

@media (min-width: 1700px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1690px;
    }
}

@media(min-width: 1900px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1890px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.nav-pills .nav-link {
    border-radius: 0!important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #0d6efd00;
    border: 1px solid black;
}

::-webkit-scrollbar {
    width: 0;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f1f1f1;
}

.footer-info {
    font-size: small;
    color: gray;
    font-family: monospace;
}

.card-blocks {

}

.cadr-blocks-item {
    width: 500px;
    margin-bottom: 10px;
}
.staff-card {
    height: 100%;
}

.header-panel {
    display: flex;
    align-items: center;
}

.header-title {
    margin-right: 15px;
}

.btns-main {
    display:flex;
    /*flex-direction:column;*/
}
.processStatus {
    margin-right: 15px;
    display:flex;
}
.icon-comment {
    color: black;
    margin-right: 7px;
    margin-left: 7px;
}
.date-icon {
    display: flex;
    justify-content: flex-end;
}
td {
    padding: 5px !important;
    vertical-align: middle;
}

.card-body {
    overflow: auto;
}

.spin-small{
    width: 15px;
    height: 15px;
}

.badge-pos {
    left: 95%;
    top:10%;
}

#scroll_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    background: url(../img/scroll_top.png) 50% 50% no-repeat;
    border-radius: 50%;
    opacity: 0.5;
}

#scroll_top:hover {
    opacity: 1;
}

.chart-pos {

}