﻿a {
    cursor: pointer !important;
}
a:hover {
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
}

.page-details {
    display: none;
}

.reveal-modal {
    display: none;
}

.columns {
    float: left;
}

.display-table tr, .display-table td {
    border: 0px;
}

.display-table tr {
    padding: 5px;
}

.display-table td {
    padding: 5px;
}

.radio {
    margin-left: 0px;
    padding-top: 10px;
    position: static;
}

.table > thead > tr {
    background-color: #d5d5d5;
}

.table > tfoot > tr.header > td {
    background-color: #d5d5d5;
}

.table-striped > tfoot > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tfoot > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

tr.deemphasized, tr.deemphasized a {
    color: #ccc;
}

.error {
    color: red;
}

.search-icon {
    position: relative;
    margin-left: -20px;
}

.text-search {
    border-radius: 16px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-top-12 {
    margin-top: 12px;
}

.order-notification {
    border: 1px solid lightgray;
    margin: 5px;
    padding: 12px;
}

.chkbox-margin {
    position: relative;
    top: 3px;
}

.txt-width {
    width: 175px;
}

.width {
    width: 100px;
}

tr.pending-delete {
    background-color: #fdd !important;
}

tr.pending-add {
    background-color: #dfd !important;
}

.push-up-12 {
    margin-top: -12px;
}

.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.field-validation-error {
    color: #dc3545;
}