﻿.validation-msg, span#LoginEmail-error {
    color: red;
}

.td-italic {
    font-style: italic;
}

.btnsmall {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.reuiredError {
    border-color: #00b6ad;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.99094rem;
    border-radius: 0.2rem;
}

button.close {
    border: none;
    background: none;
    font-size: 28px;
}

.form-group .custom-control {
    display: flex;
    align-items: center;
    position: relative;
}

.form-group input[type=checkbox],
.form-group input[type=radio] {
    margin: 0px;
    width: 15px;
    height: 15px;
}

.custom-control-label {
    margin-left: 0.5rem;
    margin-bottom: 0px;
}

.txtProcessing {
    color: orange;
}

.txtCompleted {
    color: green;
}

.txtCancelled {
    color: red;
}

.txtRefunded {
    color: #f39c12;
}

.txtDraft {
    color: #367fa9;
}
