.navbar.navbar-sticky {
    position: sticky;
    width: 100%;
    padding-top: 10px;
    z-index: 1029;
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(113, 113, 113, 0.7);
    z-index:9999;
    display:none;
}
#cover-spin p {
    position:fixed;
    width:100%;
    left:48%;right:50%;top:49%;bottom:50%;
    background-color: rgba(113, 113, 113, 0.7);
    z-index:9999;
}
@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #ffffff;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.item_clickable {
    cursor: pointer;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-tooltip {
    font: 700 12px/12px Arial;
}
.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(43, 176, 39, 0.7);
}
.togglebutton label input[type=checkbox]:checked+.toggle:after {
    left: 15px;
    border-color: #08c108;
}
#tbl_clients_filter {
    display: none;
}
#tbl_shipments_filter {
    display: none;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}
.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #999999;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgb(153, 153, 153);
}
.nav-pills .nav-item .nav-link {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #44a148;
    transition: all .3s;
    border-radius: 30px;
    padding: 10px 15px;
}
.nav-pills .nav-item .nav-link.new_tuck.active {
    color: #fff!important;
    background-color: #999999;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgb(153, 153, 153);
}
.card-pricing .card-icon i {
    font-size: 30px;
    width: 100px;
    line-height: 100px;
    height: 100px;
}
.card-icon-check .card-icon > .checked_yeah, .card-icon-check .card-icon:hover > i {
    cursor: pointer;
    border: 1px solid #4caf50;
    color : #4caf50;
}
.card-icon-check .card-icon:hover > .checked_yeah {
    cursor: pointer;
    border: 1px solid #f44336;
    color : #f44336;
}
@media (max-width: 1024px){
    .card-pricing .card-icon i {
        font-size: 30px;
        width: 50px;
        line-height: 50px;
        height: 50px;
    }
}