.progress-bg-green {
    background-color: #28a745 !important
}
.progress-bg-gray {
    background-color: gray !important;
}
.pagination button {
    color: #999;
    border: none;
}

.pagination span {
    color: #999;
    border: none;
}

.visible{
    visibility: visible;
}

.hidden{
    visibility: hidden;
}

.cursor-pointer{
    cursor: pointer;
}

.pagination li.page-item.active span {
    background-color: #ffffff;
    color: #666;
    border: none;
    border-radius: 0;
    font-weight: bold;

}
.pagination button:hover {
    background-color: white;
    color: #666;
    border: none;
    border-radius: 0;
}
.pagination {
    display: flex;
    flex-wrap: nowrap;
    /* margin-left: -20px; */
    /* padding: 0; */
    list-style: none;
}
@media (max-width: 420px) {
    .pagination {
        font-size: 12px;
    }
}
@media (max-width: 420px) {
    .pagination {
        font-size: 12px;
    }
}

.tagb {
    min-width: 55px;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    font-size: 0.9rem;
    padding: 2px;
}
.bs-select-all {
    display: none;
}
.bs-deselect-all {
    width: 100%;
}

.bs-select-all-enabled .bs-select-all {
    display: block;
}

.bs-select-all-enabled .bs-deselect-all {
    width: 50%;
}

/* Icons */
[class*=icon-]{
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
}
[class*=icon-]:before,[class*=icon-]:after{
    width: 1.4em;
    height: 1.4em;
    margin-right: .4em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
[class*=icon-]:before{
    order: -2
}
[class*=icon-]:after{
    order: -1
}

/* Tables */
table.table-minimal {
    width: 0;
}

.table-minimal td {
    padding: 0.25rem 0.4375rem;
}

/* Inputs */
.input-daterange {
    position: relative;
    cursor: pointer;
    max-width: 350px;
    padding-right: 20px;
    min-width: 200px;
}

@media (max-width: 901px) {
    .input-daterange {
        max-width: 200px;
        height: calc(3.75em + 2px);
    }
}

pre {
    background: #e8eff4;
    padding: 15px;
    font-size: 14px;
}

code {
    padding: 5px;
    color: #ff4747;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    border-radius: 4px;
}

[data-copy-to-clipboard], .cursor-pointer {
    cursor: pointer;
}

[data-copy-to-clipboard]:active {
    color: green !important;
}