﻿.field-validation-error {
    font-size: 14px;
}
.parsley-errors-list.filled {
    margin-top: 0.46875rem !important;
}

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #ff5b57;
    font-size: .75rem !important;
    line-height: inherit !important;
}
.my-disabled{
    pointer-events: none;
    opacity: .5;
}

.img-180px {
    width: 120px;
    height: 150px;
    object-fit: fill;
}
.alert-danger-updated, .alert-success-updated {
    padding: 0.5rem 1rem !important;
}

.overflow-y-scroll{
    overflow-y: scroll !important;
}

.pallets:hover, .pallets:hover h5{
    text-decoration: underline;
    cursor: pointer;
}

.card-img {
    width: 150px;
    height: 120px;
    object-fit: contain;
}

.link{
    cursor: pointer !important;
}

.my-dynamic-error {
    color: red !important;
    margin: 0 !important;
    font-size: 14px !important;
}

#tblAdditionalAccess {
    max-height: 400px !important;
}

.MyApplicationGridHeight {
    height: 400px;
    overflow-y: scroll;
}

.tableheight {
    height: 300px !important;
}

.multi_select {
    padding: 0;
    border: none;
    width: 100% !important;
}
button.dropdown-toggle {
    background: white !important;
    font-size: 1.0rem;
    color: #555555 !important;
    border-color: rgb(230, 230, 230) !important;
}
.font13{
    font-size: 13px !important;
}