.link-cu {
    float: right !important;
    font-size: 13px !important;
    color: #428bca;
    margin: 5px 15px;
}

.link-cu:hover {
    border-bottom: 1px solid #428bca;
    cursor: pointer;
}

.filter-row {
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.select-cu {
    font-size: 12px;
    height: 30px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.userWaitingListCard-v4:hover {
    background: #eee;
}

.display-none {
    display: none;
}

.popup-cu-ga {
    width: 500px;
    height: 500px;
    position: absolute;
    background: #fff;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.hr-cu {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.blink-color {
    animation: myfirst 1s;
}

@keyframes myfirst {
    from {
        background: yellow;
    }
    99% {
        background: yellow;
    }
    to {
        background: red;
    }
}

.create-batch-panel {
    padding: 8px 20px;
}

.batch-header {
    font-size: 14px;
    margin-top: 6px;
    font-weight: bold;
}

.work-list-dropdown a {
    padding: 0 !important;
}

.right-margin {
    margin-right: 10px !important;
}

.top-margin {
    margin-top: 10px !important;
}

.padding-top {
    padding-top: 10px;
}

.align-right {
    text-align: right;
}

.error-label {
    color: red;
    font-size: 10px;
}

.menuitem-cu {
    border-bottom: 1px solid rgba(200, 200, 200, 0.784);
}

.menuitem-cu > a {
    padding: 2px 0px 7px 10px !important;
}

.is-invalid {
    border-color: red;
}

.error-label-text {
    color: red;
    font-size: 10px;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.select-radius-1px {
    -webkit-appearance: none;
    -webkit-border-radius: 1px;
    height: 34px;
}

.badge-info-cu {
    background-color: #009cff !important;
    padding: 3px 8px !important;
}

.modal.in .modal-dialog {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.padding-0 {
    padding: 0;
}

.fix-print-button {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 86px;
}

.fix-print-button > .btn {
    height: 33px;
}

.scanner-modal {
    margin-top: 50px !important;
    height: calc(100vh - 100px);
    width: 75%;
}

.link-cu-without-margin {
    float: right !important;
    font-size: 13px !important;
    color: #428bca;
}

.link-cu-without-margin:hover {
    border-bottom: 1px solid #428bca;
    cursor: pointer;
}

.fin-alert-box {
    border: 1px solid orange;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    background-color: #faebda;
    border-radius: 10px;
}

.fin-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.fin-alert-content {
    margin-top: 2px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.fin-alert-text {
    margin-right: 10px;
    font-size: 16px;
}

.fin-alert-link {
    color: black;
    text-decoration: underline;
    font-size: 15px;
    margin-left: 20px;
}