﻿.table-last-child-nowrap td:last-child {
    width: 1px;
    white-space: nowrap;
}

.table td {
    vertical-align: middle;
}

.suffix-dash::after {
    content: " - ";
    margin-left: 12px;
}

.max-h-100px {
    max-height: 100px;
}

.max-h-150px {
    max-height: 150px;
}

.max-h-200px {
    max-height: 200px;
}

.form-group {
    margin-bottom: 25px;
}

.form-control:disabled,
.form-control[readonly]:not(.not-readonly) {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

/* DROPZONE */
.dropzone .dropzone-item.dz-complete:not(.dz-error) .dropzone-delete {
    display: none !important;
}

.dropzone .dropzone-item.dz-complete:not(.dz-error) .dropzone-toolbar::before {
    content: "✓";
    color: green;
}

.dropzone .dropzone-item .dropzone-file {
    max-width: 100%;
}

    .dropzone .dropzone-item .dropzone-file .dropzone-error {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.rounded-100 {
    border-radius: 100% !important;
}

.rounded-100px {
    border-radius: 100px !important;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/* ignore this, now using toastr top center */
/*.toastr-top-right {
    top: 70px;
}

@media (min-width: 768px) {
    .toastr-top-right {
        top: 90px;
    }
}*/


.badge {
    font-size: inherit !important;
}

.text-justify {
    text-align: justify;
}

.w-90 {
    width:90%;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
}
.w-30 {
    width: 30%;
}
.w-20 {
    width: 20%;
}
.w-10 {
    width: 10%;
}