.bug-view-switch {
    float:left;
    padding-left: 30px;
    padding-right: 30px;
    height: 0.1em;
}

.dropdown-menu > li > a:hover {
    background-color: #56606A;
    background-image: none;
}

/* wtf */

.dropdown-menu > li > a {
    text-decoration: none;
}

.dropdown > a {
    text-decoration: none;
}

.context-menu-icon {
    min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px;
}

.context-menu-item.icon-readyIcon{
    background-image: url(images/BarcodeSourceStatus_Ready.png);
}

.context-menu-item.icon-doneIcon{
    background-image: url(images/BarcodeSourceStatus_Done.png);
}

.context-menu-item.icon-errorIcon{
    background-image: url(images/BarcodeSourceStatus_Error.png);
}

.context-menu-item.icon-doneProcessing{
    background-image: url(images/BarcodeSourceStatus_Processing.png);
}
a.paginate_button {
    background-color: whitesmoke;

}

a.paginate_button:hover {

}

a.paginate_button.disabled {
    background-color: teal;
}

a.paginate_button.current {
    background-color: orange;
}

.paging_full_numbers span.paginate_button      {

}

.Col-Gray {
    color:#808080;
}
.Col-Blue {
    color:#0000FF;
}
.Col-Green {
    color:#008000
}
.Col-Cyan {
    color:#00FFFF
}
.Col-Red {
    color:#FF0000
}
.Col-Magenta {
    color:#FF00FF
}
.Col-Yellow {
    color:#FFFF00
}
.Col-White {
    color:#FFFFFF
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #212529;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.25em;
    border: 2px solid #333;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.form-check-input:checked {
    background-color: #007bff; /* Primary color or any custom color */
    border-color: #007bff;
}
