﻿/* Sticky footer styles
-------------------------------------------------- */
/*Please do not remove td relative*/
td {
    position: relative;
}

.cursor {
    cursor: pointer;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.validation-required {
    background-color: #FBF6E9;
    border-left: solid 2px GoldenRod !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    padding: 5px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC !important;
    border: 2px solid #CD0A0A !important;
}

