body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    font-family:Arial, Helvetica, sans-serif;
}

.show-pass, .show-pass-login {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
}

.show-pass-employee {
    position: absolute;
    top: 50%;
    right: 27%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
}

.group-password {
    position: relative;
}

.content-left {
    width: 70%;
}

.content-right {
    width: 28%;
    margin-left: 2%;
}

.preview-image {
    overflow: hidden;
    width: 70%;
}

.preview-image img {
    width: 100%;
}

.preview-image label {
    cursor: pointer;
    margin-bottom: 0;
}

.image-product {
    width: 300px !important;
}

#datatables tbody tr td .limit-line{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.limit-line{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.logo-text h3{
    color: #333;
    margin-bottom: 0px;
}

.btn-store, .btn-update, .btn-cancel, .btn-save {
    width:184px;
}

.error {
    color: #f62d51;
    font-weight: 400;
}

.form-control {
    border: 1px solid #c7c7c7;
}

.list_cur_quantity {
    margin: 0;
    padding-left: 20px;
}

.list_group {
    margin: 0;
    padding-left: 20px;
}

#password, #password-confirm {
    padding-right: 30px;
}

.btn-cancel:hover {
    color: #2962FF;
    background-color: #fff;
    border-color: #2962FF;
}

.bell-noti {
    position: relative;
}

.quantity-noti {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #f62d51;
    border-radius: 50% 50%;
    top: -25%;
    right: -25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
}

.cur-quantity {
    height: 100%;
}

.filter, .refresh {
    height: 100%;
}

.ed_inventory_location {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.onlyNumberInput {
    height: 40px;
}

.btn-create {
    background-color: #2962FF;
    border-color:#2962FF
}

.btn-delete-inventory {
    height: 40px;
    width: 40px;
}

.form-control[readonly] {
    background-color: white;
}

.no-noti{
    color: red;
    text-align: center;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

button.move{
    cursor: pointer;
    border: 1px solid white;
    background-color: #ccc;
    padding: 0.15rem 0.35rem;
}
