@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-Medium.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: Roboto;
    src: url('/tdes/resources/font/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
[hidden], template {
    display: none;
}
a {
    background: transparent;
}
a:visited {
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
	color: #777;
    cursor: default;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
button, input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    line-height: 1em
}
html, body {
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 0;
}
h1 {
    font-size: 2.25em
}
h2 {
    font-size: 2em
}
h3 {
    font-size: 1.75em
}
h4 {
    font-size: 1.5em
}
h5 {
    font-size: 1.25em
}
h6 {
    font-size: 1em
}
p {
    margin: 0 0 .5em
}
a {
    color: #0277bb;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear
}
a:hover {
    color: #0288fb;
}
a:active, a:focus {
    color: #05cbfb;
}
hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1em 0
}
img {
    margin: 0;
    max-width: 100%
}
abbr, acronym {
    border-bottom: 1px dotted #DDD;
    cursor: help
}
address {
    display: block;
    margin: 0 0 .5em
}
del {
    color: #595959
}
blockquote {
    border-left: 2px solid #DDD;
    color: #595959;
    margin: 1em 0;
    padding-left: .5em
}
cite {
    color: #737373;
    font-style: italic
}
cite::before {
    content: '\2014 \00A0'
}
fieldset {
    background: #f7f7f7;
    border: 1px solid #DDD;
    margin: 0 0 .5em 0;
    padding: 1em
}
input, label, select {
    display: block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1em
}
label {
    font-weight: bold;
    margin-bottom: .25em
}
label.required::after {
    content: "*"
}
label abbr {
    display: none
}
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, select[multiple=multiple], .dataTables_filter input {
    background-color: #fff;
    border: 1px solid #d1d3d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0 0 4px;
    max-width: 100%;
    padding: 4px;
}
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover, .dataTables_filter input:hover {
    border-color: #d1d3d4;
    box-shadow: none;
}
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus, .dataTables_filter input:focus {
    border-color: #bad1e4;
    box-shadow: inset 0 0 3px rgb(202, 241, 255), 0 0 5px rgba(53, 165, 241, 0.3);
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
textarea {
    resize: vertical
}
input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: .25em
}
input[type="file"] {
    width: 100%
}
select {
    font-size: 0.75rem !important;
    width: auto;
    max-width: 100%;
}
button, input[type="submit"] {
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap
}
table {
    border-collapse: collapse;
}
th {
    font-weight: bold;
    padding: .5em 0;
    text-align: left
}
td {
    padding: 0
}
td:empty {
    padding: 0;
}
tr, td, th {
    vertical-align: middle
}
ul, ol {
    margin: 0;
    padding: 0
}
dl {
    line-height: 1em;
    margin-bottom: .5em
}
dl dt {
    font-weight: bold;
    margin-top: .5em
}
dl dd {
    margin: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html body {
    background-color: #fafafa;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
:focus {
    outline: none
}
iframe {
    border: none;
}
/* ########################### */
body, table, input, select {
    font-weight: normal;
    font-size: 13px;
}
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    letter-spacing: -0.025rem;
    color: #363636;
    background-attachment: fixed;
}
body.dialog-form {
    background-image: none;
    margin: 16px 16px 24px;
}
/*
a, a:before, button,
input[type="submit"],
input[type="button"] {
    transition: all 0.2s ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: initial;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
button,
input[type="submit"],
input[type="button"] {
    background-color: #d7d7d7;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 0.85rem;
    margin-bottom: 3px;
    min-width: 100px;
    padding: 6px 12px;
    text-align: center;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active {
    background-color: #ccc;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted rgba(255, 255, 255, .6);
    outline-offset: -3px;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active {
    outline: 0;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    text-decoration: none;
}
button.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disable:hover,
button.disabled:active,
input[type="submit"].disabled:active,
input[type="button"].disable:active {
    background-color: #ddd;
    color: #888;
}
*/
a, a:before {
    transition: all 0.2s ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: initial;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
input[type="submit"],
input[type="button"] {
    background-position: center;
    display: inline-block;
    transition: background 0.8s;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #e3e3e3 radial-gradient(circle, transparent 1%, #e3e3e3 1%) center/15000%;
}
input[type="submit"]:active,
input[type="button"]:active {
    background-color: #ccc;
    background-size: 100%;
    transition: background 0s;
}
button,
input[type="submit"],
input[type="button"] {
    background-color: #d7d7d7;
    border: 1px solid #c3c3c3;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    color: #212121;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    overflow: hidden;
    padding: 0.4rem 2rem;
}
button {
    position: relative;
    transition: background 400ms;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active {
     background-color: #ccc;
 }
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted rgba(255, 255, 255, .6);
    outline-offset: -3px;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active {
    outline: 0;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    text-decoration: none;
}
button.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disable:hover,
button.disabled:active,
input[type="submit"].disabled:active,
input[type="button"].disable:active,
button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
button:disabled:active,
input[type="submit"]:disabled:active,
input[type="button"]:disabled:active {
    background-color: #ddd;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #888;
}
span.ripple {
    background-color: rgba(255, 255, 255, 0.4);
    animation: ripple 400ms linear;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
}
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

button > .fa,
input[type="submit"] > .fa,
input[type="button"] > .fa {
    margin: 0 8px 0 0;
}
input[data-mask="(___) ___-____"],
input[data-mask="___-__-____"] {
    width: 110px;
}
input[type="text"]:disabled, input[type="number"]:disabled, textarea:disabled,
input[type="text"]:read-only, input[type="number"]:read-only, textarea:read-only {
    background-color: #fafafa;
}
textarea {
    width: 400px;
    height: 150px;
}
option {
    padding: 2px;
}
.tde-form-field {
    color: #2a4e98;
}
.tde-form-field input[type="radio"] {
    margin: 4px 6px 0 0;
}
.tde-label {
    margin-right: 8px;
}
.tde-label p {
    line-height: 24px;
    margin-bottom: 20px;
}
.tde-label ol,
.tde-label ul {
    margin: 0 0 20px;
    padding: 0 0 0 18px;
}
.tde-label ol li,
.tde-label ul li {
    line-height: 1.4;
    margin: 0 0 0.5em 0;
}
.tde-table td {
    vertical-align: top;
}
.tde-multivalue-check {
    margin: 0 4px 8px 0;
}
.tde-field-label {
    line-height: 1.4;
    padding: 2px 12px 2px 0;
    text-align: left;
}

#frmSaveFormId div div {
    padding-left: 35px;
}
#frmSaveFormId div table tr td div {
    padding-left: 0;
}
.tde-group-header {
    color: #777;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 0 0 10px;
}
.tde-group-header::after {
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    content: "";
    display: block;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tde-group-header-nounderline::after {
    border-bottom: none;
    clear: both;
    content: "";
    display: block;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tde-group-container {
    margin: 16px 0;
    padding-right: 20px;
}
.tde-group-container:empty {
    display: none;
}
#form-enclosing-table > tbody > tr > td > div.tde-group-container {
    padding-right: 0;
}
.tde-grid-cell-999 {
    padding-right: 8px;
}
/*
 * Form
 */
/*
 * For when we prompt to save
 */
#frmSaveFormId {
    margin-left: 20px;
}
.tde-form, #frmSaveFormId {
    clear: both;
    margin: 96px auto 0;
    min-height: 690px;
    padding: 0;
    text-align: left;
    width: 1100px;
}
body.dialog-form .tde-form,
body.dialog-form #frmSaveFormId {
    margin: 0;
    min-height: 0;
    width: 100%;
}
.tde-full-width-form {
    margin: 160px 32px 0;
    min-height: 0;
    width: 100%;
}
@media screen {
    .tde-form::after, #frmSaveFormId::after {
        clear: both;
        content: "";
        display: table;
    }
}
/*Element spacing from the and right.*/
#form-enclosing-table {
    margin: 12px 16px 72px;
}
body.dialog-form #form-enclosing-table {
    margin: 0 0 16px;
    width: 100%;
}
.tde-template-description, #frmSaveFormId .tde-template-name {
    color: #555;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
.tde-template-description {
    color: #676767;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: -0.05em;
    line-height: 2.5rem;
    margin: 16px 0;
}
.tde-template-description:empty {
    display: none;
}
.tde-template-name {
    display: none;
}
#frmSaveFormId .tde-template-name {
    padding-top: 65px;
}
body.dialog-form .tde-template-description {
    border-bottom: 5px solid #ee3524;
    font-size: 2rem;
    margin: 0 0 16px;
    padding: 0 0 8px;
}
#frmSaveFormId table {
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 175px;
}
#frmSaveFormId div {
    margin-left: 0;
}
form .tde-form .tde-template-description {
    left: -20px;
    margin-bottom: -5px;
}
/*
 * Query Classes
 */
.tde-query form, .tde-query form table {
    width: 960px;
    margin-left: 0;
    overflow: hidden;
    border-spacing: 0;
}
/*
 * Labels
 */
.tde-field-required {
}
.tde-error {
    color: #ee3524;
    font-weight: bold;
    margin-left: 10px;
}
#form-enclosing-table > tbody > tr:nth-child(3) > td > span.tde-error {
    margin-left: 0;
}
/*
 * Tables
 */
.tde-grid-column-header, .tde-resultset-header {
    color: #555;
    font-size: 0.725rem;
    font-weight: normal;
    line-height: 1;
    padding: 4px 8px 0 4px;
    text-align: left;
}
/*
 * Row One
 */
.tde-grid-row-header-1, .tde-query-result-row-1,
.tde-grid-row-header-2, .tde-query-result-row-2 {
    background-color: #F9F9F9;
    color: #555;
    font-size: 11px;
    padding: 12px 8px 4px 4px;
}
.tde-grid-row-header-1,
.tde-grid-row-header-2 {
    font-weight: bold;
    line-height: 1.4;
}
.tde-grid-cell-1,
.tde-grid-cell-2 {
    background-color: #F9F9F9;
    padding: 2px;
}
.tde-grid-cell-1 .tde-form-field,
.tde-grid-cell-2 .tde-form-field {
    padding: 2px 0;
}
.tde-grid-cell-1 .tde-form-field *,
.tde-grid-cell-2 .tde-form-field * {
    margin: 0;
}
.tde-form-field span {
    line-height: 1.8;
    margin-right: 8px;
}
.tde-calendar {
    background: transparent url("/tdes/styles/hdi-trinisys/calendar.png") no-repeat;
    display: inline-block;
    float: left;
    height: 15px;
    margin: 4px 4px 0 4px !important;
    overflow: hidden;
    width: 16px;
}
.tde-calendar .tde-spacer {
    display: none;
}
a.upload-file {
    background: #f6f6f6 none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 3px 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
a.upload-file {
    background: url("/tdes/styles/hdi-trinisys/file-types/unknown.png") no-repeat 9px center;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 12px 4px 32px;
}
a.upload-file:hover,
a.upload-file:focus,
a.upload-file:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}
a.upload-file:focus {
    outline: 1px dotted rgba(255, 255, 255, .6);
    outline-offset: -3px;
}
a.upload-file:active {
    outline: 0;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    text-decoration: none;
}
.delete-file img {
    border: none;
}
.file-upload-container a {
    display: inline-block;
    height: 20px;
}
a.upload-file,
a.view-file {
    background: #fff url("/tdes/styles/hdi-trinisys/file-types/unknown.png") no-repeat 9px center;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 27px;
    line-height: 1;
    margin-bottom: 5px;
    min-width: 108px;
    padding: 7px 12px 3px 32px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 108px;
}
a.upload-file:hover,
a.view-file:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}
a.upload-file:focus,
a.view-file:focus {
    outline: 1px dotted rgba(255, 255, 255, .6);
    outline-offset: -3px;
    text-decoration: none !important;
}
a.upload-file:active,
a.view-file:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    text-decoration: none;
}
.application_pdf {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/pdf.png") !important;
}
.image_bmp {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/bmp.png") !important;
}
.application_msword {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/doc.png") !important;
}
.text_rtf {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/rtf.png") !important;
}
.image_gif {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/gif.png") !important;
}
.image_jpeg {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/jpg.png") !important;
}
.application_vnd_oasis_opendocument_text {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/odt.png") !important;
}
.image_png {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/png.png") !important;
}
.text_plain {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/text.png") !important;
}
.image_tiff {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/tiff.png") !important;
}
a.delete-file {
    background: url("/tdes/styles/hdi-trinisys/remove-16x-sprites.png") no-repeat 0 0;
    display: inline-block;
    float: left;
    height: 16px;
    margin: 5px 0 0 6px;
    overflow: hidden;
    padding: 0 !important;
    width: 16px;
}
a.delete-file img {
    display: none;
}
a:hover.delete-file {
    background-position: 0 -16px;
}
a:active.delete-file {
    background-position: 0 -32px;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    font-weight: normal;
    margin: 0;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    margin: 0 0 0 4px;
}
.dataTables_wrapper .dataTables_length select {
    margin-right: 4px;
    padding: 3px;
}
.dataTables_wrapper .dataTables_filter {
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter * {
    display: inline;
    width: auto;
}
table.dataTable {
    border-collapse: collapse;
}
table.dataTable thead th {
    line-height: 1.2;
}
table.dataTable tbody td {
    font-size: 0.75rem;
}
/*
 * Footer
 * Footer image would need to be set here
 */
.tde-action-panel:empty,
.tde-save-action-panel:empty {
    display: none !important;
}
.tde-action-panel,
.tde-save-action-panel {
    background-color: #ececec;
    border: 1px solid #e3e3e3;
    clear: both;
    padding: 12px 30px;
    text-align: right;
    width: 1100px;
}
.tde-action-panel input[type="button"],
.tde-action-panel input[type="submit"],
.tde-action-panel button {
    font-size: 1.075rem;
    padding: 8px 20px;
}
.tde-action-panel::after,
.tde-save-action-panel::after {
    clear: both;
    content: "";
    display: table;
}
body.dialog-form .tde-action-panel,
body.dialog-form .tde-save-action-panel {
    background-color: transparent;
    clear: both;
    margin: 16px 0 0;
    padding-top: 16px;
}
.tde-action-panel input[type="button"],
.tde-action-panel input[type="reset"],
.tde-action-panel input[type="submit"],
.tde-action-panel button,
.tde-save-action-panel input[type="button"],
.tde-save-action-panel input[type="reset"],
.tde-save-action-panel input[type="submit"],
.tde-save-action-panel button {
    margin: 0 4px 0 0;
}
.tde-date-control {
    float: left;
    width: 80px !important;
}
/*
 * Dialogs
 */
#overlay {
    border: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    font-size: 14px;
    z-index: 9501;
}
#overlaytitlebar {
    background-color: #138cd9;
    cursor: move;
    height: 36px;
}
#overlaytitle {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}
#overlaytitlebar .close-button {
    cursor: pointer;
    margin-top: 9px;
}
#overlaybase {
    padding-bottom: 2000px;
    z-index: 9500;
}
#overlaybody {
    padding: 0;
    background-color: #fff;
}
/*
 * Result Links
 */

.tde-query-results-back a, .tde-query-results-continue a, .tde-resultset-value a {
    color: #003366;
    font-weight: bold;
    height: 18px;
}
/*
 * Search button on FDL screen
 */
.tde-query form div {
    background-color: #fff;
    border: none;
}
.tde-query input {
    margin-left: 7px;
}
.tde-query-results .tde-table-cell {
    padding: 5px;
}
.tde-query-results-header {
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding: 0 0 2px;
    margin: 0 0 2px 0;
    color: #069;
}
.tde-resultset-header a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.tde-resultset-header a:hover {
    text-decoration: underline;
}
.fdlview {
    padding-bottom: 15px;
    padding-left: 10px;
}
.fdlview-panel-link,
.fdlview-panel-button {
    margin-right: 5px;
}
#fdlview-pagenav-panel {
    font-weight: normal;
    font-size: 12px;
    padding-right: 15px;
    margin-top: 5px;
}
.fdlview-pagenav-link {
    padding: 3px;
    text-decoration: none;
}
.fdlview-pagenav-link:hover {
    border: 1px solid #336699;
    background-color: #eeeeff;
}
.fdlview-pagenav-link-current {
    font-weight: bold;
    color: #000;
}
.information {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
#tooltip {
    text-align: left;
    box-shadow: 5px 5px 5px #ccc;
}
#tooltip-body {
    padding: 10px;
}
#tooltip-close-button {
    background-repeat: no-repeat !important;
}
#tooltip-icon {
    background-repeat: no-repeat !important;
}
.tooltip {
    display: none;
}
.tooltip-note {
    background: url("/tdes/styles/hdi-trinisys/info.gif") no-repeat top right;
    padding-right: 20px;
    padding-bottom: 1px;
    cursor: pointer;
}
th.tooltip-note {
    background-position: 96% center;
    padding-right: 23px;
}
td.tooltip-note {
    background-position: right center;
    padding-right: 23px;
}
.page-nav-panel {
    background-color: #fcfcfc;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    width: 1000px;
}
.page-nav-label, .page-nav-link {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border-right: 1px solid #efefef;
}
.page-nav-label {
    /*color: #4dcbef;*/
}
.page-nav-link {
    color: #0272cf;
    text-decoration: none;
}
.page-nav-link:hover {
    background-color: #efefef;
}
.page-nav-error {
    background: url("/tdes/styles/hdi-trinisys/error.png") no-repeat 3px 8px;
    color: #ee3524;
    padding-left: 23px;
}
.page-nav-error-msg {
    display: none;
}
/*
 * SWAT styles
 */
.swat-menu {
}
.swat-menu ul, .swat-menu-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.swat-menu-link {
    margin: 0.25em;
}
.swat-menu-link a {
    display: block;
    padding: 0.25em 0.25em;
}
.swat-menu-link > a > i {
    margin-right: 6px;
}
#main_menu .swat-menu-link > a > i {
    color: #6e7073 !important;
}
.swat-disabled a {
    text-decoration: none;
}
#site_menu li, #main_menu li {
    margin: 0;
}
#site_menu {
    background: #0272cf;
    background: -moz-linear-gradient(267deg,#0272cf 33%, #34d0f3 100%);
    background: -webkit-linear-gradient(267deg,#0272cf 33%, #34d0f3 100%);
    background: linear-gradient(183deg,#0272cf 33%, #34d0f3 100%);
    height: 55px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
}
#site_menu > ul {
    background: url("/tdes/styles/hdi-trinisys/clearview-logo-rev.svg") no-repeat 16px 8px;
    background-size: 190px 37px;
    display: block;
    height: 55px;
    margin: 0 auto;
    padding: 0 16px;
    width: 1100px;
}
#site_menu > ul li.swat-menu-link {
    margin: 8px 8px 0;
    padding: 0;
}
#site_menu > ul li.swat-menu-link:first-child {
    margin-right: 0;
}
#site_menu > ul li.swat-menu-link > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    padding: 4px 10px;
}
#site_menu > ul li.swat-menu-link > a[href] {
    cursor: pointer;
}
li#site_menu-logout_link > a[name="logout_link"] {
    border: 1px solid #1085d6;
    color: #cee7fd !important;
    font-size: 0.675rem !important;
    padding: 4px 8px 3px !important;
    text-transform: uppercase;
}
#site_menu > ul li.swat-menu-link > a[href]:hover {
    -webkit-box-shadow: inset 0 0 8px 0 rgb(17, 132, 214);
    -moz-box-shadow: inset 0 0 8px 0 rgb(17, 132, 214);
    box-shadow: inset 0 0 8px 0 rgb(17, 132, 214);
    color: #fff !important;
}
.swat-menu-link.swat-disabled a {
    color: #fff !important;
}
#main_menu {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.3);
    clear: both;
    left: 0;
    margin: 0 auto;
    min-height: 32px;
    min-width: 1100px;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 90;
}
#main_menu > ul {
    display: block;
    margin: 0 auto;
    min-height: 32px;
    padding: 0;
    width: 1100px;
}
#main_menu > ul > li.swat-menu-link {
    float: left;
}
#main_menu > ul > li.swat-menu-link > a {
    color: #131e29;
    display: block;
    font-size: 0.83rem;
    letter-spacing: -0.05rem;
    line-height: 0.83rem;
    margin: 0;
    min-height: 32px;
    padding: 9px 30px 0;
    text-decoration: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
}
#main_menu > ul > li.swat-menu-link > a[href=""] {
    background: url("/tdes/styles/hdi-trinisys/menu-carat.png") no-repeat right 8px top 13px;
    padding-right: 36px;
}
#main_menu > ul > li.swat-menu-link > a[href=""]:hover {
    background-image: url("/tdes/styles/hdi-trinisys/menu-carat-over.png");
}
#main_menu > ul > li.swat-menu-link > a:hover {
    color: #1066a3 !important;
}
#main_menu > ul > li.swat-menu-link .swat-submenu {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.4);
    -moz-box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.4);
    box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.4);
    display: inline-block;
    margin-top: 3px;
    min-width: 175px;
    /* overflow: hidden; */
    position: absolute;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link > div.swat-submenu {
    margin-left: 175px;
    margin-top: -32px;
}
#main_menu > ul > li.swat-menu-link .swat-submenu.hide {
    display: none;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link {
    border-bottom: 1px #eee solid;
    display: block;
    margin: 0;
    padding: 0;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link:last-child {
    border-bottom: none;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link > a {
    background-color: #fff;
    display: block;
    color: #131e29;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0;
    padding: 8px 30px;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link:first-child > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link:last-child > a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#main_menu > ul > li.swat-menu-link .swat-submenu > ul > li.swat-menu-link > a:hover {
    background-color: #148bd9;
    color: #ffffff !important;
}
#main_menu.swat-menu.tde-static-main-menu {
    position: fixed;
    top: 0;
}
#main_menu.swat-menu.tde-static-main-menu > ul {
    background: #fff url("/tdes/styles/hdi-trinisys/cv-navbar-logo.png") no-repeat 956px 7px;
    padding: 0 162px 0 0;
}
#main_menu .swat-menu-link > a > .fa {
    font-size: 14px;
}
.swat-menu li.hide a {
    background: url("/tdes/styles/hdi-trinisys/down-disabled.gif") no-repeat center right;
    padding-right: 18px;
}
/*
 * Menu orientation
 */
.swat-horizontal li {
    display: inline-block;
}
.swat-vertical li {
    display: block;
}
.swat-submenu-vertical li {
    display: block;
}
#swat_menu_container .swat-menu.swat-vertical {
    float: left;
    padding: 0 14px;
    margin: 0 20px 0 0;
    width: 290px;
}
#swat_menu_container .swat-menu.swat-horizontal {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    clear: both;
    margin: 8px auto;
    padding: 2px 8px;
    width: 1084px;
}
@media screen {
    #swat_menu_container .swat-menu.swat-horizontal::after {
        clear: both;
        content: "";
        display: table;
    }
}
#swat_menu_container:empty {
    display: none;
}
#swat_menu_container .swat-menu.swat-horizontal ul {
    display: block;
    margin: 0 auto;
    width: auto;
}
#swat_menu_container .swat-menu.swat-horizontal li.swat-menu-link {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
}
#swat_menu_container .swat-menu.swat-horizontal .swat-menu-link a,
#swat_menu_container .swat-menu.swat-horizontal .swat-menu-link span {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 0.65rem;
    line-height: 1.4;
    margin: 2px;
    padding: 4px 8px;
    text-align: center;
}
#swat_menu_container .swat-menu.swat-horizontal .swat-menu-link a:hover {
    background-color: #fff;
    color: #ee3524 !important;
}
#swat_menu_container .swat-menu.swat-horizontal .swat-menu-link span {
    color: #6c3647;
    cursor: default;
    font-weight: bold;
}
#swat_menu_container .swat-menu.swat-vertical ul {
    margin: 16px 0;
}
#swat_menu_container .swat-vertical .swat-menu-link {
    color: #1b365d;
    display: block;
    border-bottom: 1px #d1d3d4 solid;
    margin: 0;
    padding: 0;
}
#swat_menu_container .swat-vertical .swat-menu-link:last-child {
    border-bottom: none;
}
#swat_menu_container .swat-vertical .swat-menu-link a,
#swat_menu_container .swat-vertical .swat-menu-link span {
    color: #131e29;
    display: block;
    font-size: 0.825rem;
    line-height: 1rem;
    margin: 0;
    padding: 12px 15px 12px 0;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#swat_menu_container .swat-vertical .swat-menu-link a:hover {
    color: #ee3524 !important;
}
#swat_menu_container .swat-vertical .swat-menu-link span {
    color: #1b365d;
    cursor: default;
    font-weight: bold;
}
#gl-authorization {
    border: 0;
}
#subnav_test_menu {
    float: left;
    border: 1px solid #999;
    position: relative;
    margin-top: -30px;
    margin-right: 15px;
}
.tde-group-container.tde-collapseable table {
    width: 100%;
    padding-right: 20px;
}
.tde-group-container.tde-collapseable table tr td.tde-group-header {
    background: #e6e6e6 url("/tdes/styles/hdi-trinisys/expanded-indicator.png") no-repeat 0 40%;
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    padding: 4px 20px 3px;
}
.tde-group-container.tde-collapseable.tde-collapsed table tr td.tde-group-header {
    background-image: url("/tdes/styles/hdi-trinisys/collapsed-indicator.png");
}
.tde-group-container.tde-collapseable table tr .tde-collapseable-error {
    color: #ee3524;
    font-size: 12px;
    padding-right: 5px;
    padding-top: 2px;
    float: right;
}
.tde-collapseable table.tde-table table.tde-table {
    width: auto;
}
.tde-tab-nav {
    border-bottom: 1px solid #d6d6d6;
    clear: both;
    height: 39px;
    list-style: none;
    overflow: visible;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}
.tde-tab-nav li {
    display: inline-block;
    height: 40px;
}
.tde-tab-nav a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: inset 0 1px 3px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 3px 0 #ffffff;
    box-shadow: inset 0 1px 3px 0 #ffffff;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    line-height: 1;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    background-color: #f6f6f6;
}
.tde-tab-nav a:hover {
    background-color: #efefef;
}
.tde-tab-nav a:active,
.tde-tab-nav .active a {
    border-bottom: 3px solid #0272cf;
    height: 40px;
}
.tde-tab-nav .active a {
    color: #0272cf;
    cursor: default;
}
.label-indented,
.label-indented-2,
.label-indented-3 {
    background: url("/tdes/styles/hdi-trinisys/bullet.gif") no-repeat left center;
    color: #333;
    padding-left: 25px;
    text-align: left;
}
.label-indented-2 {
    margin-left: 20px;
}
.label-indented-3 {
    margin-left: 40px;
}
.form-link {
    background: url("/tdes/styles/hdi-trinisys/form.png") no-repeat;
    display: inline-block;
    padding: 130px 40px 0 15px;
}
.print-link {
    background: url("/tdes/styles/hdi-trinisys/print.png") no-repeat;
    display: inline-block;
    padding: 130px 30px 0;
}
.box-highlight-1 {
    background-color: #fafafa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.3);
    margin-bottom: 20px;
    padding: 8px 16px;
}
.box-highlight-2 {
    background-color: #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 8px 8px 6px;
}
.box-highlight-2 p:last-child {
    margin-bottom: 0;
}
.scrollable-list {
    border: solid 1px #ccc;
    height: 125px;
    line-height: 2;
    margin-top: 4px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 4px;
    white-space: nowrap;
    width: 250px;
}
.error-row td {
    background-color: #FFD3C1 !important;
}
.information {
    font-style: italic;
    font-size: 11px;
}
.tde-dataview .tde-dataview-table tbody td a {
    text-decoration: underline;
}
.tde-dataview .tde-dataview-table tbody td.group {
    background: #efefef no-repeat 12px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 34px;
}
.tde-dataview .tde-dataview-table tbody td.group:hover {
    background-color: #e3e3e3;
}
.tde-dataview .tde-dataview-table tbody td.group.collapsed-group {
    background-image: url("/tdes/styles/hdi-trinisys/expand-icon.png");
}
.tde-dataview .tde-dataview-table tbody td.group.expanded-group {
    background-image: url("/tdes/styles/hdi-trinisys/collapse-icon.png");
}
td.subgroup {
    display: none;
}
.tde-tree-action-group {
    display: none;
}
.tde-tree-action-table {
    float: left;
    width: auto !important;
}
.tde-button.tde-tree-action a {
    background: transparent url("/tdes/styles/hdi-trinisys/dv-icons/grouped-sprites.png") no-repeat;
    color: transparent;
    display: inline-block;
    font-size: 1px;
    height: 22px;
    margin: 0 4px 0 0;
    overflow: hidden;
    text-indent: -300px;
    transition: none 0s;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: unset;
    transition-delay: 0s;
    -webkit-transition: none 0s;
    -moz-transition: none 0s;
    -o-transition: none 0s;
    width: 22px;
}
.tde-button.tde-tree-action a * {
    display: none;
}
.tde-button.tde-expand-all a {
    background-position: 0 0;
}
.tde-button.tde-expand-all a:hover {
    background-position: -22px 0 !important;
}
.tde-button.tde-expand-all a:active {
    background-position: -44px 0;
}
.tde-button.tde-expand-all.disabled a {
    background-position: -66px 0 !important;
}
.tde-button.tde-collapse-all a {
    background-position: 0 -22px;
}
.tde-button.tde-collapse-all a:hover {
    background-position: -22px -22px;
}
.tde-button.tde-collapse-all a:active {
    background-position: -44px -22px;
}
.tde-button.tde-collapse-all.disabled a {
    background-position: -66px -22px !important;
}
.tde-button.tde-check-all a {
    background-position: 0 -44px;
}
.tde-button.tde-check-all a:hover {
    background-position: -22px -44px;
}
.tde-button.tde-check-all a:active {
    background-position: -44px -44px;
}
.tde-button.tde-check-all.disabled a {
    background-position: -66px -44px !important;
}
.tde-button.tde-uncheck-all a {
    background-position: 0 -66px;
}
.tde-button.tde-uncheck-all a:hover {
    background-position: -22px -66px;
}
.tde-button.tde-uncheck-all a:active {
    background-position: -44px -66px;
}
.tde-button.tde-uncheck-all.disabled a {
    background-position: -66px -66px !important;
}
.document-version {
    font-style: italic;
    padding-left: 18px !important;
}
.document-version > *::before {
    border-bottom: 1px dotted #999;
    border-left: 1px dotted #999;
    content: "";
    display: block;
    float: left;
    height: 11px;
    margin-right: 5px;
    margin-top: -4px;
    width: 9px;
 }
/*
 * ENCAPSULATED CUSTOM LOGIN # START
 */
body.cvg-login-page {
    background: #0272cf !important;
    margin: 0;
    padding: 0;
}
body.cvg-login-page .tde-form {
    background: #0272cf;
    background: -moz-linear-gradient(45deg,#34d0f3 0%, #0272cf 100%);
    background: -webkit-linear-gradient(45deg,#34d0f3 0%, #0272cf 100%);
    background: linear-gradient(45deg, #34d0f3 0%, #0272cf 100%);
    background-size: cover;
    border: none;
    bottom: 0;
    left: 0;
    margin-top: 0;
	min-height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
body.cvg-login-page form.cvg-login-form,
body.cvg-login-page #tde-data-entry-form {
    background: #fff url("/tdes/styles/hdi-trinisys/clearview-logo.svg") no-repeat center 24px;
    background-size: 288px 55px;
    border-collapse: separate;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: 0 0 0 -174px !important;
    padding: 80px 30px 30px;
    position: absolute;
    top: 15%;
    width: 348px !important;
}
body.cvg-login-page #tde-data-entry-form {
	width: 766px !important;
    margin: 45px auto !important;
    position: static;
}
body.cvg-login-page #form-enclosing-table {
	margin: 0;
}
.cvg-login-header,
body.cvg-login-page .tde-template-description {
    color: #57565a;
    font-size: 1.6rem;
    font-weight: 300;
	line-height: 40px;
    letter-spacing: 6px;
    margin: 16px 0 24px;
    text-align: center;
    text-transform: uppercase;
}
body.cvg-login-page .tde-template-description {
	letter-spacing: 0;
    margin: 30px 0 0;
}
.cvg-login-label {
    display: none;
}
form.cvg-login-form input.cvg-text-control {
    font-size: 18px;
    line-height: 1;
    height: auto;
    margin: 0 auto;
    padding: 10px 8px;
    width: 288px;
}
form.cvg-login-form input.cvg-text-control:-ms-input-placeholder {
    color: #ccc;
}
input.cvg-login-username {
    border-bottom-color: #eee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
input.cvg-login-password {
    border-top: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
input.cvg-login-g-code {
    margin-top: 12px;
}
button.cvg-login-submit-btn {
    background: #0272cf;
    background: -moz-linear-gradient(top, #22aae5 0%, #0272cf 100%);
    background: -webkit-linear-gradient(top, #22aae5 0%, #0272cf 100%);
    background: linear-gradient(to bottom, #22aae5 0%, #0272cf 100%);
    color: #fff !important;
    font-size: 1.25rem !important;
    margin: 24px 0 0;
    padding: 13px !important;
    width: 100%;
}
button.cvg-login-submit-btn:hover {
    background: #027ad7;
    background: -moz-linear-gradient(top, #22b0eb 0%, #027ad7 100%);
    background: -webkit-linear-gradient(top, #22b0eb 0%, #027ad7 100%);
    background: linear-gradient(to bottom, #22b0eb 0%, #027ad7 100%);
}
button.cvg-login-submit-btn:active {
    background: #027ad7;
    background: -moz-linear-gradient(top, #027ad7 0%, #22a5e1 100%);
    background: -webkit-linear-gradient(top, #027ad7 0%, #22a5e1 100%);
    background: linear-gradient(to bottom, #027ad7 0%, #22a5e1 100%);
}
button.cvg-login-cancel-btn {
    background-color: #fff;
    border-color: #e3e3e3;
    box-shadow: none;
	color: #666;
    margin-top: 16px;
	padding: 0.5rem 0;
	width: 100%;
}
button.cvg-login-cancel-btn:hover {
	background-color: #f6f6f6;
	color: #212121;
}
button.cvg-login-cancel-btn:active {
	background-color: #fafafa;
	color: #ccc;
}
body.cvg-login-page button {
	padding: 0.4rem 0;
}
.cvg-login-error-msg {
    color: #ee3524;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 16px;
    text-align: center;
}
body.cvg-login-page .tde-action-panel {
	background: transparent;
	border: none;
	border-top: 1px solid #eee;
	padding: 24px 0 12px;
	width: auto;
}
.hdi-login-message-banner {
    background: #fffcde;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 0.75rem;
    left: calc(50% - 350px);
    line-height: 1rem;
    padding: 18px 18px 16px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 700px;
}
/*
 * ENCAPSULATED CUSTOM LOGIN # END
 */
.invalid-data-view-cell {
    border: 5px solid #ee3524;
}
.dataTables_wrapper {
    position: static;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #212121 !important;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    margin: 0 0 0 6px;
    min-width: 21px;
    outline: none !important;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last {
    border: none !important;
    color: transparent !important;
    font-size: 1px;
    height: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0e81d5;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #fff !important;
    background-color: #0570cf;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/first_enabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first:hover, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first:hover {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/first_enabled_hover.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first.disabled, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first.disabled {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/first_disabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/forward_enabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next:hover {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/forward_enabled_hover.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next.disabled {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/forward_disabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/back_enabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous:hover {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/back_enabled_hover.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous.disabled {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/back_disabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/last_enabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last:hover, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last:hover {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/last_enabled_hover.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last.disabled, .dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last.disabled {
    background: url("/tdes/styles/hdi-trinisys/dv-icons/last_disabled.png") no-repeat right center;
}
table.dataTable tbody tr.odd.selected, table.dataTable tbody tr.odd.selected {
    background-color: #eef9e5 !important;
}
table.dataTable tr td.tde-dataview-neg-cell,
table.dataTable tr td.tde-dataview-neg-cell button.tde-dataview-button {
    color: #212121;
}
.tde-dialog.ui-dialog,
.tde-dialog-no-close.ui-dialog {
    border: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    padding: 0;
}
.tde-dialog.ui-dialog .ui-dialog-titlebar,
.tde-dialog-no-close.ui-dialog .ui-dialog-titlebar {
    background: #138cd9;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
}
.tde-dialog.ui-dialog .ui-dialog-content,
.tde-dialog-no-close.ui-dialog .ui-dialog-content {
    padding: 0.5em 0.725em;
}
.tde-dialog.ui-dialog .ui-widget-content,
.tde-dialog-no-close.ui-dialog .ui-widget-content {
    background-color: #fff !important;
    border: none;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
.ui-widget button {
    background-color: #d7d7d7;
    border: 1px solid #c3c3c3;
    border-radius: 0.25rem;
    font-size: 15px !important;
    padding: 0.4em 1em !important
}
.ui-widget-header {
    background-color: #138cd9 !important;
    background-image: none !important;
    border: 1px solid #138cd9 !important;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}
.ui-datepicker-next-hover .ui-icon,
.ui-datepicker-prev-hover .ui-icon {
    background-image: url("hdi-trinisys/jquery-ui-1.13.1/images/ui-icons_ffffff_256x240.png") !important;
}
.ui-dialog-titlebar-close {
    min-width: 0;
}
.ui-dialog {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
}
.ui-dialog .ui-dialog-title {
    font-size: 16px;
    font-weight: 300;
}
.ui-button-text,
.ui-button:not(.ui-dialog-titlebar-close),
.ui-button-text-only {
    font-size: 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
.ui-front {
    z-index: 9510;
}
.ui-selectmenu-button {
    background: #d7d7d7 !important;
    border-color: #c3c3c3 !important;
    border-radius: 0.25rem !important;
    -moz-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    font-size: 15px !important;
    line-height: 1.4 !important;
    padding: 0.4rem 2rem;
    overflow: hidden !important;
}
.tde-form-field .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 0 !important;
}
.ui-selectmenu-text {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    line-height: 0.85rem !important;
    padding: 0;
}
.ui-menu .ui-menu-item {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 0.85rem !important;
    padding: 8px 15px !important
}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item.ui-state-focus {
    background: #148bd9 !important;
    border: none;
    color: #fff;
}
.tde-dialog.ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent !important;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    margin-right: 4px;
}
.tde-dialog.ui-dialog .ui-dialog-titlebar-close span {
    background-image: url("hdi-trinisys/jquery-ui-1.13.1/images/ui-icons_ffffff_256x240.png");
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.tde-dialog.ui-dialog .ui-dialog-titlebar-close::after {
    color: rgba(255, 255, 255, 0.5);
    content: "\00d7";
    display: inline-block;
    font-size: 23px;
    height: 18px;
    line-height: 18px;
    margin-top: -1px;
    padding: 0;
    text-align: center;
    width: 18px;
}
.tde-dialog.ui-dialog .ui-dialog-titlebar-close:hover {
    border: 1px solid #ffffff !important;
}
.tde-dialog.ui-dialog .ui-dialog-titlebar-close:hover::after {
    color: #ffffff;
}
.tde-dialog-no-close.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
/* Application-Specific rules */
.tde-footer {
    background-color: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.3);
    box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.3);
    clear: both;
    min-height: 45px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    right: 0;
}
@media screen {
    .tde-footer::after {
        clear: both;
        content: "";
        display: table;
    }
}
.tde-footer > .tde-action-panel {
    background: transparent none;
    border: none;
    margin: 0 auto;
    padding: 8px 16px;
    width: 1100px;
}
.tde-footer > .tde-action-panel input[type="button"],
.tde-footer > .tde-action-panel button {
    background-color: #0471cf;
    color: #ffffff;
    font-size: 1.25rem;
    padding: 8px 18px;
}
.tde-footer > .tde-action-panel input[type="button"]:hover,
.tde-footer > .tde-action-panel button:hover {
    background-color: #0e81d5;
}
.tde-footer > .tde-action-panel input[type="button"]:active,
.tde-footer > .tde-action-panel button:active {
    background-color: #40b1fd;
}
.tde-dv-icon-link {
    background: transparent no-repeat;
    padding-left: 27px;
}
.tde-dv-icon-link.tde-dv-pdf-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/pdf.png");
}
.tde-dv-icon-link.tde-dv-jpg-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/jpg.png");
}
.tde-dv-icon-link.tde-dv-gif-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/gif.png");
}
.tde-dv-icon-link.tde-dv-png-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/png.png");
}
.tde-dv-icon-link.tde-dv-tif-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/tiff.png");
}
.tde-dv-icon-link.tde-dv-doc-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/doc.png");
}
.tde-dv-icon-link.tde-dv-txt-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/text.png");
}
.tde-dv-icon-link.tde-dv-rtf-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/rtf.png");
}
.tde-dv-icon-link.tde-dv-file-link {
    background-image: url("/tdes/styles/hdi-trinisys/file-types/unknown.png");
}
.tde-dv-icon-link.tde-dv-folder-link {
    background-image: url("/tdes/styles/hdi-trinisys/folder.png");
}
.tde-viewer-frame {
    background-color: #e2e2e2;
    border: 2px solid #e3e3e3;
}
.tde-alert-dialog {
    z-index: 9503 !important;
}
.tde-input-glow {
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 0 6px #007eff;
    -moz-box-shadow: 0 0 5px #007eff;
    box-shadow: 0 0 5px #007eff;
    outline: none;
}
.tde-working-overlay {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9502;
}
.tde-working-overlay .tde-working-overlay-shade {
    background-color: #474747;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.2;
    filter: alpha(opacity=20);
    width: 100%;
}
.tde-working-overlay .tde-working-overlay-spinner {
    background: transparent url("/tdes/styles/hdi-trinisys/loading-large.png") no-repeat center;
    background-size: cover;
    height: 51px;
    left: 50%;
    margin-left: -25px;
    overflow: hidden;
    position: absolute;
    top: 30%;
    width: 51px;
}
.tde-print-only {
    display: none;
}
li.tcp-tab-collapsed {
    text-overflow: ellipsis;
}
font[face="Verdana"], font[face="Arial"] {
    font-family: Roboto, Arial, Helvetica sans-serif !important;
}
.hdi-tree-actions {
    float: left;
    margin-top: 4px;
}
.hdi-tree-action-link {
    background: transparent url("/tdes/styles/hdi-trinisys/tree-action-sprites.png") no-repeat;
    display: inline-block;
    height: 24px;
    margin-right: 8px;
    overflow: hidden;
    transition: none 0s;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: unset;
    transition-delay: 0s;
    -webkit-transition: none 0s;
    -moz-transition: none 0s;
    -o-transition: none 0s;
    width: 24px;
}
.hdi-tree-action-link.hdi-expand-all {
    background-position: -48px 0;
}
.hdi-tree-action-link.hdi-expand-all:hover {
    background-position: -48px -24px;
}
.hdi-tree-action-link.hdi-expand-all:active {
    background-position: -48px -48px;
}
.hdi-tree-action-link.hdi-expand-all.disabled {
    background-position: -48px -72px !important;
}
.hdi-tree-action-link.hdi-collapse-all {
    background-position: -72px 0;
}
.hdi-tree-action-link.hdi-collapse-all:hover {
    background-position: -72px -24px;
}
.hdi-tree-action-link.hdi-collapse-all:active {
    background-position: -72px -48px;
}
.hdi-tree-action-link.hdi-collapse-all.disabled {
    background-position: -72px -72px !important;
}
.hdi-tree-action-link.hdi-select-all {
    background-position: 0 0;
}
.hdi-tree-action-link.hdi-select-all:hover {
    background-position: 0 -24px;
}
.hdi-tree-action-link.hdi-select-all:active {
    background-position: 0 -48px;
}
.hdi-tree-action-link.hdi-select-all.disabled {
    background-position: 0 -72px !important;
}
.hdi-tree-action-link.hdi-clear-selections {
    background-position: -24px 0;
}
.hdi-tree-action-link.hdi-clear-selections:hover {
    background-position: -24px -24px;
}
.hdi-tree-action-link.hdi-clear-selections:active {
    background-position: -24px -48px;
}
.hdi-tree-action-link.hdi-clear-selections.disabled {
    background-position: -24px -72px !important;
}
.hdi-tree-action-link.hdi-show-versions {
    background-position: -96px 0;
}
.hdi-tree-action-link.hdi-show-versions:hover {
    background-position: -96px -24px;
}
.hdi-tree-action-link.hdi-show-versions:active {
    background-position: -96px -48px;
}
.hdi-tree-action-link.hdi-show-versions.disabled {
    background-position: -96px -72px !important;
}
.hdi-tree-action-link.hdi-hide-versions {
    background-position: -120px 0;
}
.hdi-tree-action-link.hdi-hide-versions:hover {
    background-position: -120px -24px;
}
.hdi-tree-action-link.hdi-hide-versions:active {
    background-position: -120px -48px;
}
.hdi-tree-action-link.hdi-hide-versions.disabled {
    background-position: -120px -72px;
}
.hdi-tree-action-link.hdi-sort-encounters {
    background-position: -144px 0;
}
.hdi-tree-action-link.hdi-sort-encounters:hover {
    background-position: -144px -24px;
}
.hdi-tree-action-link.hdi-sort-encounters:active {
    background-position: -144px -48px;
}
.hdi-tree-action-link.hdi-sort-encounters.disabled {
    background-position: -144px -72px !important;
}
.hdi-tree-action-link.hdi-no-sort-encounters {
    background-position: -168px 0;
}
.hdi-tree-action-link.hdi-no-sort-encounters:hover {
    background-position: -168px -24px;
}
.hdi-tree-action-link.hdi-no-sort-encounters:active {
    background-position: -168px -48px;
}
.hdi-tree-action-link.hdi-no-sort-encounters.disabled {
    background-position: -168px -72px;
}
.hdi-tree-action-link.hdi-show-notes {
    background-position: -192px 0;
}
.hdi-tree-action-link.hdi-show-notes:hover {
    background-position: -192px -24px;
}
.hdi-tree-action-link.hdi-show-notes:active {
    background-position: -192px -48px;
}
.hdi-tree-action-link.hdi-show-notes.disabled {
    background-position: -192px -72px;
}
.hdi-tree-action-link.hdi-hide-notes {
    background-position: -216px 0;
}
.hdi-tree-action-link.hdi-hide-notes:hover {
    background-position: -216px -24px;
}
.hdi-tree-action-link.hdi-hide-notes:active {
    background-position: -216px -48px;
}
.hdi-tree-action-link.hdi-hide-notes.disabled {
    background-position: -216px -72px;
}
.hdi-tree-label {
    display: inline-block;
    float: right;
    line-height: 1.7;
    margin-left: 24px;
}
.hdi-tab-check-label {
    color: #444;
    float: left;
    font-weight: 400;
    width: 200px;
}
.hdi-demo-label {
    color: #708090;
    margin: 0 0 0 24px;
}
.hdi-doc-info-link {
    float: right;
    font-size: 13px;
    margin: 0 0 0 6px;
}
div.ui-dialog.tde-dialog-no-close > div.ui-dialog-content.hdi-doc-info-dlg {
    border-bottom: 1px solid #e3e3e3;
    max-height: 300px !important;
    overflow-x: hidden;
    overflow-y: auto;
}
.hdi-info-dialog-wait {
    color: #999;
    text-align: center;
}
.hdi-info-dialog-wait .hdi-dialog-loading {
    color: #666;
    height: 64px;
    margin: 12px auto;
    width: 64px;
}
.hdi-info-dialog-wait .hdi-dialog-loading div {
    animation: tse-spinner 1.2s linear infinite;
    transform-origin: 32px 32px;
}
.hdi-info-dialog-wait .hdi-dialog-loading div::after {
    background: #666;
    border-radius: 20%;
    content: " ";
    display: block;
    height: 14px;
    left: 29px;
    position: absolute;
    top: 3px;
    width: 5px;
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(1) {
    animation-delay: -1.1s;
    transform: rotate(0deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(2) {
    animation-delay: -1s;
    transform: rotate(30deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(3) {
    animation-delay: -0.9s;
    transform: rotate(60deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(4) {
    animation-delay: -0.8s;
    transform: rotate(90deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(5) {
    animation-delay: -0.7s;
    transform: rotate(120deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(7) {
    animation-delay: -0.5s;
    transform: rotate(180deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(8) {
    animation-delay: -0.4s;
    transform: rotate(210deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(9) {
    animation-delay: -0.3s;
    transform: rotate(240deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(10) {
    animation-delay: -0.2s;
    transform: rotate(270deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(11) {
    animation-delay: -0.1s;
    transform: rotate(300deg);
}
.hdi-info-dialog-wait .hdi-dialog-loading div:nth-child(12) {
    animation-delay: 0s;
    transform: rotate(330deg);
}
.hdi-doc-info-dlg h5 {
    font-weight: 300;
    border-bottom: 1px solid #e3e3e3;
    color: #777;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 0;
}
.hdi-doc-info-btn-bar {
    clear: both;
    margin-bottom: 12px;
    width: 342px;
}
.hdi-doc-info-btn-bar button {
    margin: 0 8px 0 0;
    min-width: 112px;
}
.hdi-doc-info-table {
    margin-bottom: 16px;
    width: 342px;
}
.hdi-doc-info-table td {
    border-bottom: 1px dotted #ddd;
    padding: 4px;
    vertical-align: top;
}
.hdi-doc-info-table td:first-child {
    font-weight: bold;
    padding-left: 0;
    width: 40%;
}
.hdi-doc-info-table td:last-child {
    padding-right: 0;
    width: 60%;
}
.tse-working-overlay .tse-working-message {
    color: #444;
    font-size: 1.5rem;
    font-weight: 100;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(20vh + 75px);
}

@keyframes tse-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.tcp-pwd-slider-group .ui-widget-content.ui-slider {
    border: 1px solid #ccc;
    color: #444;
    height: 0.7em;
    padding: 0 !important;
}
div#main_menu.swat-menu li.hdi-version-info {
    color: #9a9a9a;
    cursor: default;
    float: right;
    font-size: 0.7rem;
    margin: 9px 24px 0 0;
    text-transform: uppercase;
}
div#main_menu.swat-menu li.hdi-version-info:hover {
    color: #131e29;
}
div#main_menu.swat-menu.tde-static-main-menu li.hdi-version-info {
    display: none;
}
.tcp-tab-group {
    padding-right: 0;
    min-height: 600px;
}
#dlg-defaultContent {
    color: #444;
    font-size: 15px;
    font-style: italic;
    padding: 12px;
}
#dynaframe {
    margin: 20px 16px;
}
#g-patientTabs .tcp-tab-group {
    min-height: 850px;
}
.hdi-tab-order-control {
    clear: both;
    min-height: 22px;
}
@media screen {
    .hdi-tab-order-control::after {
        clear: both;
        content: "";
        display: table;
    }
}
.hdi-tab-order-control ul {
    list-style: none;
}
.hdi-tab-order-control ul li {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: default;
    float: left;
    font-size: .75rem;
    line-height: 1;
    margin-right: 2px;
    padding: 4px 8px;
    white-space: nowrap;
}
.hdi-tab-order-control ul::after {
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #888;
    content: "Documents";
    cursor: default;
    display: inline-block;
    font-size: .75rem;
    line-height: 1;
    padding: 4px 8px;
}
.hdi-tab-order-control ul li:hover {
    background: #d5d3d3;
}
.hdi-input-error,
.hdi.input-error:focus,
.hdi.input-error:active {
    border-color: #ee3524 !important;
}
.hdi-clearfix {
    clear: both;
}
.hdi-alert-button > button {
    background-color: #fdcb05;
    color: #212121;
}
.hdi-alert-button > button:hover {
    background-color: #e0b302;
    color: #212121;
}
.hdi-warn-button > button {
    background-color: #dd2411;
    color: #fff;
}
.hdi-warn-button > button:hover {
    background-color: #c31a09;
    color: #fff;
}
@media screen {
    .hdi-clearfix::after {
        clear: both;
        content: "";
        display: table;
    }
}
.hdi-custom-message-target {
    display: none;
    max-width: 1068px;
}
.hdi-custom-message {
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.2);
    color: #212121;
    margin: 0 0 16px;
    min-height: 60px;
    padding: 12px 16px;
}
.tde-label .hdi-custom-message p {
    line-height: 1.4;
}
.hdi-custom-message:empty,
.hdi-custom-message p:empty {
    display: none;
}
.hdi-custom-message p:last-child {
    margin-bottom: 0;
}
.hdi-custom-message.hdi-custom-message-alert {
    border-color: #ff9f05;
}
.hdi-custom-message.hdi-custom-message-info {
    border-color: #0272cf;
}
.hdi-custom-message.hdi-custom-message-success {
    border-color: #6fb909;
}
.hdi-custom-message.hdi-custom-message-warning {
    border-color: #e60000;
}
.hdi-data-ribbon .tde-group-container {
    margin: 0;
    padding: 0;
}
.hdi-data-ribbon .tde-label {
    margin: 0 12px 4px 0;
}
.hdi-header-group {
    margin: 0;
    max-width: 1068px;
    padding: 0 0 10px;
}
.hdi-header-group table {
    width: 100%;
}
.hdi-hide-when-empty:empty {
    display: none;
}
.hdi-header-group .tde-label {
    color: #777;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
}
.hdi-header-group .tde-button {
    float: right;
}
.hdi-header-group::after {
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    content: "";
    display: block;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.hdi-lookup-btn {
    background-color: #aaa;
    border-radius: 50%;
    display: inline-block;
    float: right;
    height: 17px;
    line-height: 17px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 17px;
}
.hdi-lookup-btn i {
    color: #fff;
}
.hdi-lookup-btn:hover {
    background-color: #b9b9b9;
}
.hdi-lookup-btn:hover i,
.hdi-lookup-btn.disabled i {
    color: #e3e3e3;
}
.hdi-lookup-btn.disabled {
    background-color: #ccc;
}
.hdi-full-width-group,
.hdi-full-width-group .tde-dataview-table,
.hdi-full-width-group td.tde-group-header {
    max-width: 1068px !important;
    min-width: 1068px;
    padding-right: 0;
    width: 1068px;
}
.hdi-half-width-group {
    max-width: 534px !important;
    min-width: 534px;
    width: 534px;
}
.hdi-half-width-group .tde-dataview-table,
.hdi-half-width-group td.tde-group-header {
    max-width: 514px !important;
    min-width: 514px;
    width: 514px;
}
/* FIX FOR ERROR THAT CAUSES SCEDITOR MENUS TO NOT APPEAR */
body div.sceditor-dropdown {
    z-index: 10000 !important;
}

/* Rules for Cash Posting Report DataView/DataTable */
table.hdi-dt-cash-posting-table {
    margin-bottom: 48px;
}

table.hdi-dt-cash-posting-table td.dt-body-center {
    text-align: center;
}

table.hdi-dt-cash-posting-table td.dt-body-left {
    text-align: left;
}

table.hdi-dt-cash-posting-table td.dt-body-right {
    text-align: right;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-group-header td {
    background-color: #fff;
    color: #0277bb;
    font-size: 21px;
    font-weight: 300 !important;
    padding-top: 48px;
}

table.hdi-dt-cash-posting-table tbody tr:first-child td {
    padding-top: 6px;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-child-group-title.dtrg-group td {
    font-size: 15px;
    font-weight: 500;
    padding-left: 24px;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-child-group-header td {
    border-bottom: 1px solid #999;
    font-size: 11px;
    font-weight: 600;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-child-group-header td:first-child {
    padding-left: 48px;
}

table.hdi-dt-cash-posting-table tbody tr.odd td:first-child,
table.hdi-dt-cash-posting-table tbody tr.even td:first-child {
    padding-left: 48px;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-subtotal-row.dtrg-group td {
    background-color: #fff;
    border-top: 1px solid #999;
    padding: 6px 10px 24px;
    text-align: right;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-subtotal-row.dtrg-group td:first-child {
    border-top: none;
    padding-left: 24px;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-total-row.dtrg-group td {
    background-color: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: 600;
    text-align: right;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-total-row.dtrg-group td:first-child {
    padding-left: 10px;
    text-align: left;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-spacer-row td {
    background-color: #fff;
    border: none;
    height: 36px;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-totals-footer td {
    background-color: #dce9f1;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 13px;
    font-weight: 600;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-rem-bal-footer td {
    border-top: 1px solid #999;
    font-size: 13px;
    font-weight: 600;
}

table.hdi-dt-cash-posting-table tbody tr.hdi-dt-rem-bal-footer:last-child td {
    border-top: none;
    border-bottom: 1px solid #999;
}
@media print {
    * {
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial;
        color: #000 !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after, a[href^="#"]::after {
        content: "";
    }
    body, form {
        background: #fff none;
        margin: 0;
        padding: 0;
        width: auto;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
        orphans: 3;
        widows: 3;
    }
    #form-enclosing-table {
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }
    #main_menu,
    #site_menu,
    .tde-tab-nav,
    .delete-file,
    .swat-menu,
    .tde-action-panel,
    .tde-hide-for-print,
    .page-nav-panel {
        display: none !important;
    }
    .tde-form {
        background: #fff url("/tdes/styles/hdi-trinisys/clearview-logo.svg") no-repeat 0 10px;
        width: auto;
    }
    .tde-group-container {
        page-break-inside: avoid;
    }
    .tde-tab-container > .tde-group-container {
        display: block !important;
    }
    .tde-template-description {
        display: block;
        font-size: 15pt;
        font-weight: 500;
        margin: 0;
    }
    .tde-avoid-page-break {
        page-break-inside: avoid !important;
    }
    .tde-group-header {
        color: #0a79a9 !important;
        font-size: 13pt;
    }
    .tde-print-only {
        display: block !important;
    }
    a.view-file,
    a.upload-file {
        background: none !important;
        border: none !important;
        color: transparent !important;
        font-size: 1pt !important;
    }
    a.upload-file::before {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #666 !important;
        content: "No File";
        display: block;
        font-size: 7pt !important;
        line-height: 1;
        padding: 3px;
        text-align: center;
        white-space: nowrap;
        width: 80px !important;
    }
    a.view-file::before {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #666 !important;
        content: "File Attached";
        display: block;
        font-size: 7.5pt !important;
        line-height: 1;
        padding: 3px;
        text-align: center;
        white-space: nowrap;
        width: 80px !important;
    }

    table.hdi-dt-cash-posting-table tbody tr.hdi-dt-group-header td {
        color: #0a6aa1 !important;
        font-size: 17px;
        font-weight: 300;
    }

    table.hdi-dt-cash-posting-table tbody tr.hdi-dt-child-group-title.dtrg-group td {
        background-color: #fff;
        padding-bottom: 8px;
    }

    table.hdi-dt-cash-posting-table tbody tr.odd td,
    table.hdi-dt-cash-posting-table tbody tr.even td {
        background-color: #fff;
        padding: 4px 2px;
    }

    .hdi-full-width-group,
    .hdi-full-width-group .tde-dataview-table,
    .hdi-full-width-group td.tde-group-header {
        max-width: 7in !important;
        min-width: 7in;
        width: 7in;
    }
    .hdi-half-width-group {
        max-width: 3.5in !important;
        min-width: 3.5in;
        width: 3.5in;
    }
    .hdi-half-width-group .tde-dataview-table,
    .hdi-half-width-group td.tde-group-header {
        max-width: 3.25in !important;
        min-width: 3.25in;
        width: 3.25in;
    }
}