/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: 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: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] {
    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 {
    color: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1em
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "Helvetica Neue", 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: #01476f
}
a:active, a:focus {
    color: #01476f
}
a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
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: Arial, "Helvetica Neue", 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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: .1875em;
    border: 1px solid #DDD;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: .5em;
    padding: .33333em .33333em;
    width: 100%
}
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:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4
}
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:focus, select[multiple=multiple]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    border-color: #B1DAFB;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7)
}
input[type="checkbox"]:focus, input[type="radio"]:focus  {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 5px;
}
textarea {
    resize: vertical
}
input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: .25em
}
input[type="file"] {
    width: 100%
}
select {
    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 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow-x: hidden
}
html body {
    background-color: #efefef;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}
:focus {
    outline: none
}
/* ########################### */
body, table, input, select {
    font-weight: normal;
    font-size: 12px;
}
body {
    margin: 0;
    padding: 0;
}
button,
input[type="submit"],
input[type="button"],
.file-upload-container a {
    background: #f6f6f6 none;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    min-width: 100px;
    padding: 8px 20px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.file-upload-container a:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.file-upload-container a:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
.file-upload-container a:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.file-upload-container a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
.file-upload-container a: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;
}
input[data-mask="(___) ___-____"],
input[data-mask="___-__-____"] {
    width: 110px;
}
textarea {
    width: 400px;
    height: 150px;
}
select {
    padding-top: 3px;
    padding-bottom: 3px;
}
option {
    padding: 2px;
}
.tde-form-field {
    padding: 4px 0;
}
.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-label.lammico-compact p {
    line-height: 1;
    margin: 0;
}
.tde-table td {
    vertical-align: top;
}
.tde-multivalue-check {
    margin: 0 4px 8px 0;
}
.tde-field-label {
    text-align: left;
    line-height: 1.4;
    padding: 8px 8px 2px 2px;
}
.tde-field-label h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
.tde-group-header {
    color: #013C5B;
    font-size: 16px;
    font-weight: bold;
    font-family: "Times New Roman", Helvetica, Arial, serif;
    line-height: 1.2;
    padding: 0 0 2px;
    text-align: left;
}
.tde-group-header::after {
    border-bottom: 1px solid #f6be16;
    clear: both;
    content: "";
    display: block;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tde-group-header h2 {
    font-family: "Times New Roman", Helvetica, Arial, serif;
    font-size: 1.5em;
    margin: 0.83em 0;
}
.tde-group-header-wide {
    width: 1136px;
}
.lammico-question-header {
    border: none;
    color: #54565B;
    font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
    font-size: 12px !important;
    padding: 4px 0;
}
.lammico-question-header::after {
    display: none;
}
.tde-group-container {
    margin: 20px 0;
}
#form-enclosing-table > tbody > tr > td div.tde-group-container {
    margin: 0;
    padding-right: 0;
}
.tde-group-container .tde-group-container {
    margin: 12px 0;
}
.tde-grid-cell-999 {
    padding-right: 8px;
}
/*
 * Form
 */
/*
 * For when we prompt to save
 */
/*.tde-form form
{
	padding-left: 25px;
	padding-right: 25px;
}*/
.tde-form {
    background: #fff url("/tdes/styles/LAMMICO/lammico-web-logo.png") no-repeat 30px 22px;
    background-size: 183px 53px;
    -webkit-box-shadow: 0 1px 8px -1px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0 1px 8px -1px rgba(153, 153, 153, 1);
    box-shadow: 0 1px 8px -1px rgba(153, 153, 153, 1);
    clear: both;
    margin: 0 auto 4px;
    min-height: 500px;
    padding: 72px 0 0;
    text-align: left;
    width: 1200px;
}
#tde-data-entry-form {
    border-top: 31px solid #0083bf;
    margin-top: 10px;
}
@media screen {
	.tde-form::after, #frmSaveFormId::after {
		clear: both;
		content: "";
		display: table;
	}
}
/*Element spacing from the and right.*/
#form-enclosing-table {
    margin: 12px 32px 32px;
}
.tde-template-name {
    display: none;
}
.tde-template-description {
    color: #013C5B;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
    padding: 16px 0;
}
.tde-template-description:empty {
    display: none;
}
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 {
    color: #000;
}
.tde-error {
    color: #CC310A;
    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 {
    background-color: #0083BF;
    color: #fff;
    font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #9cafc0;
    line-height: 1;
    padding: 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: #efefef;
    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: #efefef;
    padding: 2px;
}
.tde-grid-cell-1 .tde-form-field,
.tde-grid-cell-2 .tde-form-field {
    padding: 2px 0;
}
.tde-grid-cell-1 div,
.tde-grid-cell-1 span,
.tde-grid-cell-1 input,
.tde-grid-cell-1 select,
.tde-grid-cell-1 textarea,
.tde-grid-cell-1 button,
.tde-grid-cell-2 div,
.tde-grid-cell-2 span,
.tde-grid-cell-2 input,
.tde-grid-cell-2 select,
.tde-grid-cell-2 textarea,
.tde-grid-cell-2 button {
    margin: 0;
}

.tde-form-field span {
    line-height: 1.8;
    margin-right: 8px;
}
.tde-calendar {
    background: transparent url("/tdes/styles/LAMMICO/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 {
}
a.upload-file,
a.view-file {
    background: url("/tdes/styles/LAMMICO/file-types/unknown.png") no-repeat 16px center;
    padding-left: 40px;
}
a.upload-file:hover,
a.upload-file:focus,
a.upload-file:active {
    text-decoration: none;
}
a.upload-file:focus {
}
a.upload-file:active {
    text-decoration: none;
}
.delete-file img {
    border: none;
}
.file-upload-container a {
    height: auto;
}
a.upload-file:hover,
a.view-file:hover {
    text-decoration: none;
}
a.upload-file:focus,
a.view-file:focus {
    text-decoration: none !important;
}
a.upload-file:active,
a.view-file:active {
    text-decoration: none;
}
.application_pdf {
    background-image: url("/tdes/styles/LAMMICO/file-types/pdf.png") !important;
}
.image_bmp {
    background-image: url("/tdes/styles/LAMMICO/file-types/bmp.png") !important;
}
.application_msword {
    background-image: url("/tdes/styles/LAMMICO/file-types/doc.png") !important;
}
.text_rtf {
    background-image: url("/tdes/styles/LAMMICO/file-types/rtf.png") !important;
}
.image_gif {
    background-image: url("/tdes/styles/LAMMICO/file-types/gif.png") !important;
}
.image_jpeg {
    background-image: url("/tdes/styles/LAMMICO/file-types/jpg.png") !important;
}
.application_vnd_oasis_opendocument_text {
    background-image: url("/tdes/styles/LAMMICO/file-types/odt.png") !important;
}
.image_png {
    background-image: url("/tdes/styles/LAMMICO/file-types/png.png") !important;
}
.text_plain {
    background-image: url("/tdes/styles/LAMMICO/file-types/text.png") !important;
}
.image_tiff {
    background-image: url("/tdes/styles/LAMMICO/file-types/tiff.png") !important;
}
a.delete-file {
    background: transparent url("/tdes/styles/LAMMICO/remove-16x-sprites.png") no-repeat 0 0;
    border: none;
    display: inline-block;
    float: left;
    height: 16px;
    margin: 7px 0 0 8px;
    min-width: 16px;
    overflow: hidden;
    padding: 0 !important;
    width: 16px;
}
a.delete-file img {
    display: none;
}
a:hover.delete-file {
    background-color: transparent;
    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;
}
.dataTables_wrapper .dataTables_filter {
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_filter label input {
    display: inline;
    width: auto;
}

table.dataTable thead th {
    line-height: 1.2;
}
/*
 * Footer
 * Footer image would need to be set here
 */
.tde-action-panel,
.tde-save-action-panel {
    border-top: 1px solid #ccc;
    clear: both;
    padding: 24px 32px;
}
.tde-action-panel:empty,
.tde-save-action-panel:empty {
    display: none;
}
.tde-action-panel input[type="button"],
.tde-action-panel input[type="reset"],
.tde-action-panel input[type="submit"],
.tde-action-panel button {
    background-color: #013c5b;
    border: 1px solid #015f91;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 4px 24px 0;
    min-width: 150px;
    padding: 8px 32px;
}
.tde-action-panel input[type="button"]:hover,
.tde-action-panel input[type="reset"]:hover,
.tde-action-panel input[type="submit"]:hover,
.tde-action-panel button:hover {
    background-color: #0083bf;
    border: 1px solid #0093d5;
 }
.tde-action-panel input[type="button"]:active,
.tde-action-panel input[type="button"]:focus,
.tde-action-panel input[type="reset"]:active,
.tde-action-panel input[type="reset"]:focus,
.tde-action-panel input[type="submit"]:active,
.tde-action-panel input[type="submit"]:focus,
.tde-action-panel button:active,
.tde-action-panel button:focus {
    background-color: #f6be16;
    border: 1px solid #ffc616;
}
.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;
}
#overlaytitlebar {
    background-color: #03A9F4;
    cursor: move;
}
#overlaytitlebar .close-button {
    cursor: pointer;
}
#overlaybase {
    padding-bottom: 2000px;
}
/*
 * 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: #ffffff;
    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: #000000;
}
.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/LAMMICO/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: #1d9bbf;
    text-decoration: none;
}
.page-nav-link:hover {
    background-color: #efefef;
}
.page-nav-error {
    background: url("/tdes/styles/LAMMICO/error.png") no-repeat 3px 8px;
    color: red;
    padding-left: 23px;
}
.page-nav-error-msg {
    display: none;
    /*
        display: block;
        color: red;
        text-transform: none;
        text-align: left;
    */
}
/*
 * 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;
    /*display: inline-block;*/
    padding: 0.25em 0.25em;
}
.swat-disabled a {
    text-decoration: none;
}
#site_menu li, #main_menu li {
    margin: 0;
    /*display: inline;*/
}
#site_menu {
    font-size: 12px;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    top: 32px;
    width: 1200px;
    z-index: 88;
}
#site_menu .swat-menu-link {
    padding: 0 5px;
    border-right: 1px solid #cccccc;
}
#site_menu-logout_link {
    padding-right: 0 !important;
    border-right: 0 !important;
}
.swat-menu-link.swat-disabled a {
    color: #000 !important;
}
#main_menu {
    font-size: 12px;
    height: 31px;
    position: absolute;
    top: 82px;
    width: 1200px;
    z-index: 89;
}
#main_menu .swat-menu-link {
}
#main_menu.swat-menu ul li.swat-menu-link a {
    color: #fff;
    display: block;
    height: 31px;
    line-height: 1;
    padding: 10px 24px;
    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.swat-menu ul li.swat-menu-link a:hover {
    background-color: #009fe1;
    color: #fff !important;
}
#main_menu .swat-submenu .swat-menu-link,
#main_menu .swat-submenu .swat-menu li.hide a {
    margin: 0;
    padding: 0;
}
#main_menu .swat-submenu ul {
    background-color: #fff;
}
#main_menu .swat-submenu li {
    display: block;
}
#main_menu .swat-submenu .swat-menu-link a {
    background-color: #eaeaea;
    -webkit-box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 1);
    -moz-box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 1);
    box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 1);
    color: #000;
}
#main_menu .swat-submenu .swat-menu-link a:hover {
    background-color: #03A9F4;
}
.swat-menu li.hide a {
    background: url("/tdes/styles/LAMMICO/down-disabled.gif") no-repeat center right;
    padding-right: 18px;
}
.swat-menu div.hide {
    display: none;
}
.swat-submenu {
    position: absolute;
    display: inline-block;
}
.swat-submenu a {
    display: block;
    margin: 0;
}
/*
 * 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 {
    background-color: #FAFAFA;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    clear: both;
    float: left;
    margin-right: 32px;
    min-height: 650px;
    width: 240px;
}
#swat_menu_container .swat-menu.swat-horizontal {
    background-color: #FAFAFA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    clear: both;
    padding: 2px;
    width: 100%;
}
@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 {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #555;
    display: block;
    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: rgba(0, 0, 0, 0.03);
    color: #222 !important;
}
#swat_menu_container .swat-menu.swat-horizontal .swat-menu-link span {
    background-color: rgba(255, 255, 255, 0.95);
    color: #222;
    cursor: default;
    font-weight: 500;
}
#swat_menu_container .swat-menu.swat-vertical ul {
    margin: 16px 0;
}
#swat_menu_container .swat-vertical .swat-menu-link {
    margin: 0;
}
#swat_menu_container .swat-vertical .swat-menu-link a,
#swat_menu_container .swat-vertical .swat-menu-link span {
    color: #333;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px 0 15px 22px;
    text-decoration: none;
}
#swat_menu_container .swat-vertical .swat-menu-link a:hover {
    background-color: #efefef;
    color: #003366;
}
#swat_menu_container .swat-vertical .swat-menu-link span {
    background-color: rgba(255, 255, 255, 0.95);
    color: #222;
    cursor: default;
    font-weight: 500;
}
#gl-authorization {
    border: 0;
}
#subnav_test_menu {
    float: left;
    border: 1px solid #999;
    position: relative;
    margin-top: -30px;
    margin-right: 15px;
}
#form-enclosing-table .tde-group-container {
    padding-right: 20px;
}
.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/LAMMICO/expanded-indicator.png") no-repeat 0 40%;
    border: none;
    color: #555555;
    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/LAMMICO/collapsed-indicator.png");
}
.tde-group-container.tde-collapseable table tr .tde-collapseable-error {
    color: #cc3333;
    font-size: 12px;
    padding-right: 5px;
    padding-top: 2px;
    float: right;
}
.tde-collapseable table.tde-table table.tde-table {
    width: auto;
}
.tde-tab-nav {
    background: url("/tdes/styles/LAMMICO/pixel.gif") bottom left repeat-x;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tde-tab-nav li {
    margin: 0 2px 0 0;
    float: left;
    padding: 0;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none;
}
.tde-tab-nav li a {
    background: #eee;
    cursor: default;
    color: #666;
    float: left;
    display: block;
    padding: 4px 8px 4px 8px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
}
.tde-tab-nav li.active a {
    background: #fff;
    color: #386ea2;
    border-bottom: 0;
    padding-bottom: 5px;
}
.tde-tab-nav li a:hover {
    background: #fff;
}
.tde-tab-nav li .tde-tab-nav-error {
    color: #cc3333;
}
.tde-tab-nav li.active .tde-tab-nav-error {
    display: none;
}
.tde-tab-container {
    clear: left;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 2px 8px 0 8px;
}
.label-indented,
.label-indented-2,
.label-indented-3 {
    background: url("/tdes/styles/LAMMICO/bullet.gif") no-repeat left center;
    color: #333333;
    padding-left: 25px;
    text-align: left;
}
.label-indented-2 {
    margin-left: 20px;
}
.label-indented-3 {
    margin-left: 40px;
}
.form-link {
    background: url("/tdes/styles/LAMMICO/form.png") no-repeat;
    display: inline-block;
    padding: 130px 40px 0 15px;
}
.print-link {
    background: url("/tdes/styles/LAMMICO/print.png") no-repeat;
    display: inline-block;
    padding: 130px 30px 0;
}
.box-highlight-1 {
    background-color: #fafafa;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 8px 16px;
}
.box-highlight-2 {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 1);
    -moz-box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 1);
    box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 1);
    margin-bottom: 20px;
    padding: 8px 16px;
}
.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;
}
/*
 * ENCAPSULATED CUSTOM LOGIN # START
 */
.tde-login-page {
    background: #337ab7;
    margin: 0;
    padding: 0;
}
.tde-login-form {
    background: #e1e8ec none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 0;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tde-login-form #tde-data-entry-form {
    border: none;
}
.tde-login-form-table {
    background: #fff url("/tdes/styles/LAMMICO/lammico-web-logo.png") no-repeat center 24px;
    border-collapse: separate;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
    left: 35%;
    margin: 0 !important;
    padding: 12px 30px 30px;
    position: absolute;
    top: 200px;
    width: 348px !important;
}
.tde-login-form-table td,
.tde-login-form-table td.tde-grid-cell-999 {
    border-spacing: 0;
    padding: 0 !important;
}
.tde-login-form-table .tde-form-field {
    padding: 0;
}
.tde-login-description {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 9px;
    padding: 85px 0 0;
    position: static;
    text-align: center;
    text-transform: uppercase;
}
.tde-login-show-labels .tde-field-label {
    color: #999;
    font-size: 10px;
    padding: 8px 4px 1px;
    text-transform: uppercase;
}
.tde-login-username,
.tde-login-password {
    font-size: 18px !important;
    line-height: 1 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 8px !important;
    width: 288px !important;
}
.tde-login-username:-ms-input-placeholder,
.tde-login-password:-ms-input-placeholder {
    color: #CCC;
}
.tde-login-no-labels .tde-login-username {
    border-bottom-color: #eee !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.tde-login-no-labels .tde-login-password {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.tde-login-btn {
    background-color: #013C5B !important;
    border: 1px solid #013C5B !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 17px !important;
    color: #fff !important;
    margin: 24px 0 0;
    padding: 10px !important;
    width: 288px;
}
.tde-login-btn:hover {
    background-color: #0083BF !important;
    border-color: #0083BF !important;
}
.tde-login-btn:focus,
.tde-login-btn:active {
    background-color: #F6BE16 !important;
    border-color: #F6BE16 !important;
}
.tde-login-btn: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;
}
.tde-button.tde-login-user-link {
    margin: 32px 0 0;
    text-align: center;
    width: 288px;
}
.tde-login-error-msg {
    color: #ff0000;
    line-height: 1.4;
    margin: 6px 12px 0;
    text-align: center;
}
.tde-login-form .tde-label {
    margin: 8px 0 0;
    text-align: center;
    width: 288px;
}
.tde-login-form .tde-label p {
    margin-bottom: 0;
}
/*
 * ENCAPSULATED CUSTOM LOGIN # END
 */
.invalid-data-view-cell {
    border: 5px solid red;
}
.lam-percentage-group .tde-field-label {
    font-size: 0.9em;
}
.lam-percentage-group .tde-form-field::after {
    color: #666;
    content: "%";
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 6px 0 0 2px;
}
.lam-percentage-group .tde-form-field input[type="number"] {
    -moz-appearance: textfield;
    float: left;
    width: 75px;
}
.lam-percentage-group .tde-form-field input[type=number]::-webkit-inner-spin-button,
.lam-percentage-group .tde-form-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
New 05/01/2019
*/
.tde-form-field.lam-percentage-field input[type="text"],
.tde-form-field.lam-percentage-field input[type="number"] {
    float: left;
    width: 75px;
}
.tde-form-field.lam-percentage-field input[type="number"] {
    -moz-appearance: textfield;
}
.tde-form-field.lam-percentage-field input[type=number]::-webkit-inner-spin-button,
.tde-form-field.lam-percentage-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tde-form-field.lam-percentage-field::after {
    color: #666;
    content: "%";
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 6px 0 0 2px;
}
@media print {
    * {
        background-color: transparent !important;
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial;
        color: #000000 !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: #ffffff none;
        margin: 0;
        padding: 0;
        width: auto;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
        orphans: 3;
        widows: 3;
    }
    td, th {
        border: none !important;
    }
    #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: #ffffff url("/tdes/styles/LAMMICO/lammico-web-logo.png") no-repeat 0 10px;
        width: auto;
    }
    #tde-data-entry-form {
        background-color: transparent;
        border: none;
    }
    .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 {
        font-size: 13pt;
    }
    .tde-group-header::after {
         border-bottom: 1px solid #cccccc;
     }
    .tde-print-only {
        display: inline-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: #FFFFFF;
        border: 1px solid #CCCCCC;
        color: #666666 !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: #FFFFFF;
        border: 1px solid #CCCCCC;
        color: #666666 !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;
    }
	
	/*
New 05/01/2019
*/
	    .tde-form-field.lam-percentage-field::after {
        display: none;
    }
    .tde-form-field.lam-percentage-field div {
        display: inline;
    }
    .tde-form-field.lam-percentage-field div::after {
        content: "%";
        font-size: 12px;
        margin: 0 0 0 2px;
    }
    .tde-form-field.lam-percentage-field div:empty {
        display: none;
    }
}




