﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors, .other-errors {
    color: #f00
}

.validation-summary-valid {
    display: none;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

li.tiny {
    font-size: small;
    list-style-type: none;
}

ul.tiny {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: small;
    vertical-align: middle;
    list-style-type: none;
}

.textarea {
    height: 5em;
    width: 100em;
}

.Hidden {
    display: none;
}

.k-input.k-textbox, .k-textbox {
    width: 18em;
}


#busy {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

#busyImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.AmountRangeFromTo {
    width: 150px !important;
}

.k-grid td {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

/* Fix for Safari Row/Column layout issue */
.row:before, .row:after {
    display: flex !important;
}

.FileLoadError {
    color: red;
}

.FileImportError {
    color: orange;
}

.FileImportWarning {
    color:darkslateblue;
}
