﻿.togglePassword{
    min-width:45px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

#ticket-list{
    background:none;
    z-index:1000;
}


.UpdateAccessStatusForm {
    display: inline;
}

#ticket-categories-list tr:first-child,
#ticket-category-list tr:first-child {
    border-top: none;
}

#ticket-categories-list tr,
#ticket-category-list tr{
    border-right: none;
    border-left: none;
}

[data-pc-direction=ltr] .pb-2{
    padding-bottom: 0px !important;
}

.new-row-highlight {
    animation: fadeInOut 3s ease forwards;
}

@keyframes fadeInOut {
    0% {
        background-color: rgba(255, 255, 204, 1);
    }

    50% {
        background-color: rgba(255, 255, 204, 1);
    }

    100% {
        background-color: rgba(255, 255, 204, 0);
    }
}

#ticket-categories-list tr.list-group-item,
#category-action-buttons .edit-category,
#category-action-buttons .delete-category {
    cursor: pointer;
}

#TicketCategory_Name.input-validation-error {
    border-color: #f44236;
}

.copy-code i {
    font-size: 22px;
    cursor: pointer;
}

.code-description {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.code-description-title .datatable-sorter {
    max-width: 180px;
}