You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16591 lines
598 KiB
16591 lines
598 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Table Export</title>
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
|
<script type="text/javascript" src="../libs/FileSaver/FileSaver.min.js"></script>
|
|
<script type="text/javascript" src="../tableExport.js"></script>
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
//CORE STYLES
|
|
|
|
/*! FILE: Reset.css */
|
|
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block
|
|
}
|
|
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block
|
|
}
|
|
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0
|
|
}
|
|
|
|
[hidden] {
|
|
display: none
|
|
}
|
|
|
|
html {
|
|
font-size: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%
|
|
}
|
|
|
|
body {
|
|
margin: 0
|
|
}
|
|
|
|
a:focus {
|
|
outline: thin dotted
|
|
}
|
|
|
|
a:hover,
|
|
a:active {
|
|
outline: 0
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: .67em 0
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.5em;
|
|
margin: .83em 0
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.17em;
|
|
margin: 1em 0
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1em;
|
|
margin: 1.33em 0
|
|
}
|
|
|
|
h5 {
|
|
font-size: .83em;
|
|
margin: 1.67em 0
|
|
}
|
|
|
|
h6 {
|
|
font-size: .75em;
|
|
margin: 2.33em 0
|
|
}
|
|
|
|
abbr[title] {
|
|
border-bottom: 1px dotted
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bold
|
|
}
|
|
|
|
blockquote {
|
|
margin: 1em 40px
|
|
}
|
|
|
|
dfn {
|
|
font-style: italic
|
|
}
|
|
|
|
mark {
|
|
background: #ff0;
|
|
color: #000
|
|
}
|
|
|
|
p,
|
|
pre {
|
|
margin: 1em 0
|
|
}
|
|
|
|
pre,
|
|
code,
|
|
kbd,
|
|
samp {
|
|
font-family: monospace, serif;
|
|
_font-family: 'courier new', monospace;
|
|
font-size: 1em
|
|
}
|
|
|
|
pre {
|
|
white-space: pre;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
q {
|
|
quotes: none
|
|
}
|
|
|
|
q:before,
|
|
q:after {
|
|
content: '';
|
|
content: none
|
|
}
|
|
|
|
small {
|
|
font-size: 75%
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline
|
|
}
|
|
|
|
sup {
|
|
top: -.5em
|
|
}
|
|
|
|
sub {
|
|
bottom: -.25em
|
|
}
|
|
|
|
dl,
|
|
menu,
|
|
ol,
|
|
ul {
|
|
margin: 1em 0
|
|
}
|
|
|
|
dd {
|
|
margin: 0 0 0 40px
|
|
}
|
|
|
|
menu,
|
|
ol,
|
|
ul {
|
|
padding: 0 0 0 20px
|
|
}
|
|
|
|
nav ul,
|
|
nav ol {
|
|
list-style: none;
|
|
list-style-image: none
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
-ms-interpolation-mode: bicubic
|
|
}
|
|
|
|
svg:not(:root) {
|
|
overflow: hidden
|
|
}
|
|
|
|
figure {
|
|
margin: 0
|
|
}
|
|
|
|
form {
|
|
margin: 0
|
|
}
|
|
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: .35em .625em .75em
|
|
}
|
|
|
|
legend {
|
|
border: 0;
|
|
padding: 0;
|
|
white-space: normal
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
font-size: 100%;
|
|
margin: 0;
|
|
vertical-align: baseline
|
|
}
|
|
|
|
button,
|
|
input {
|
|
line-height: normal
|
|
}
|
|
|
|
button,
|
|
input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
cursor: pointer;
|
|
-webkit-appearance: button
|
|
}
|
|
|
|
button[disabled],
|
|
input[disabled] {
|
|
cursor: default
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-decoration,
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0
|
|
}
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
vertical-align: top
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0
|
|
}
|
|
|
|
|
|
/*! jQuery UI - v1.12.1 - 2016-11-20
|
|
* http://jqueryui.com
|
|
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
|
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
|
|
.ui-draggable-handle {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-helper-hidden {
|
|
display: none
|
|
}
|
|
|
|
.ui-helper-hidden-accessible {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px
|
|
}
|
|
|
|
.ui-helper-reset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
line-height: 1.3;
|
|
text-decoration: none;
|
|
font-size: 100%;
|
|
list-style: none
|
|
}
|
|
|
|
.ui-helper-clearfix:before,
|
|
.ui-helper-clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.ui-helper-clearfix:after {
|
|
clear: both
|
|
}
|
|
|
|
.ui-helper-zfix {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
opacity: 0;
|
|
filter: Alpha(Opacity=0)
|
|
}
|
|
|
|
.ui-front {
|
|
z-index: 100
|
|
}
|
|
|
|
.ui-state-disabled {
|
|
cursor: default !important;
|
|
pointer-events: none
|
|
}
|
|
|
|
.ui-icon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-top: -.25em;
|
|
position: relative;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat
|
|
}
|
|
|
|
.ui-widget-icon-block {
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
display: block
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-resizable {
|
|
position: relative
|
|
}
|
|
|
|
.ui-resizable-handle {
|
|
position: absolute;
|
|
font-size: .1px;
|
|
display: block;
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-resizable-disabled .ui-resizable-handle,
|
|
.ui-resizable-autohide .ui-resizable-handle {
|
|
display: none
|
|
}
|
|
|
|
.ui-resizable-n {
|
|
cursor: n-resize;
|
|
height: 7px;
|
|
width: 100%;
|
|
top: -5px;
|
|
left: 0
|
|
}
|
|
|
|
.ui-resizable-s {
|
|
cursor: s-resize;
|
|
height: 7px;
|
|
width: 100%;
|
|
bottom: -5px;
|
|
left: 0
|
|
}
|
|
|
|
.ui-resizable-e {
|
|
cursor: e-resize;
|
|
width: 7px;
|
|
right: -5px;
|
|
top: 0;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-resizable-w {
|
|
cursor: w-resize;
|
|
width: 7px;
|
|
left: -5px;
|
|
top: 0;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-resizable-se {
|
|
cursor: se-resize;
|
|
width: 12px;
|
|
height: 12px;
|
|
right: 1px;
|
|
bottom: 1px
|
|
}
|
|
|
|
.ui-resizable-sw {
|
|
cursor: sw-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
left: -5px;
|
|
bottom: -5px
|
|
}
|
|
|
|
.ui-resizable-nw {
|
|
cursor: nw-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
left: -5px;
|
|
top: -5px
|
|
}
|
|
|
|
.ui-resizable-ne {
|
|
cursor: ne-resize;
|
|
width: 9px;
|
|
height: 9px;
|
|
right: -5px;
|
|
top: -5px
|
|
}
|
|
|
|
.ui-selectable {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-selectable-helper {
|
|
position: absolute;
|
|
z-index: 100;
|
|
border: 1px dotted #000
|
|
}
|
|
|
|
.ui-sortable-handle {
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-header {
|
|
display: block;
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin: 2px 0 0 0;
|
|
padding: .5em .5em .5em .7em;
|
|
font-size: 100%
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-content {
|
|
padding: 1em 2.2em;
|
|
border-top: 0;
|
|
overflow: auto
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
cursor: default
|
|
}
|
|
|
|
.ui-menu {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: block;
|
|
outline: 0
|
|
}
|
|
|
|
.ui-menu .ui-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.ui-menu .ui-menu-item {
|
|
margin: 0;
|
|
cursor: pointer;
|
|
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
|
|
}
|
|
|
|
.ui-menu .ui-menu-item-wrapper {
|
|
position: relative;
|
|
padding: 3px 1em 3px .4em
|
|
}
|
|
|
|
.ui-menu .ui-menu-divider {
|
|
margin: 5px 0;
|
|
height: 0;
|
|
font-size: 0;
|
|
line-height: 0;
|
|
border-width: 1px 0 0 0
|
|
}
|
|
|
|
.ui-menu .ui-state-focus,
|
|
.ui-menu .ui-state-active {
|
|
margin: -1px
|
|
}
|
|
|
|
.ui-menu-icons {
|
|
position: relative
|
|
}
|
|
|
|
.ui-menu-icons .ui-menu-item-wrapper {
|
|
padding-left: 2em
|
|
}
|
|
|
|
.ui-menu .ui-icon {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: .2em;
|
|
margin: auto 0
|
|
}
|
|
|
|
.ui-menu .ui-menu-icon {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.ui-button {
|
|
padding: .4em 1em;
|
|
display: inline-block;
|
|
position: relative;
|
|
line-height: normal;
|
|
margin-right: .1em;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
overflow: visible
|
|
}
|
|
|
|
.ui-button,
|
|
.ui-button:link,
|
|
.ui-button:visited,
|
|
.ui-button:hover,
|
|
.ui-button:active {
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-button-icon-only {
|
|
width: 2em;
|
|
box-sizing: border-box;
|
|
text-indent: -9999px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
input.ui-button.ui-button-icon-only {
|
|
text-indent: 0
|
|
}
|
|
|
|
.ui-button-icon-only .ui-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -8px;
|
|
margin-left: -8px
|
|
}
|
|
|
|
.ui-button.ui-icon-notext .ui-icon {
|
|
padding: 0;
|
|
width: 2.1em;
|
|
height: 2.1em;
|
|
text-indent: -9999px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
input.ui-button.ui-icon-notext .ui-icon {
|
|
width: auto;
|
|
height: auto;
|
|
text-indent: 0;
|
|
white-space: normal;
|
|
padding: .4em 1em
|
|
}
|
|
|
|
input.ui-button::-moz-focus-inner,
|
|
button.ui-button::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.ui-controlgroup {
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.ui-controlgroup>.ui-controlgroup-item {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 0
|
|
}
|
|
|
|
.ui-controlgroup>.ui-controlgroup-item:focus,
|
|
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
|
|
z-index: 9999
|
|
}
|
|
|
|
.ui-controlgroup-vertical>.ui-controlgroup-item {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
text-align: left
|
|
}
|
|
|
|
.ui-controlgroup-vertical .ui-controlgroup-item {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.ui-controlgroup .ui-controlgroup-label {
|
|
padding: .4em 1em
|
|
}
|
|
|
|
.ui-controlgroup .ui-controlgroup-label span {
|
|
font-size: 80%
|
|
}
|
|
|
|
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
|
|
border-left: none
|
|
}
|
|
|
|
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
|
|
border-top: none
|
|
}
|
|
|
|
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
|
|
border-right: none
|
|
}
|
|
|
|
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
|
border-bottom: none
|
|
}
|
|
|
|
.ui-controlgroup-vertical .ui-spinner-input {
|
|
width: 75%;
|
|
width: calc(100% - 2.4em)
|
|
}
|
|
|
|
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
|
border-top-style: solid
|
|
}
|
|
|
|
.ui-checkboxradio-label .ui-icon-background {
|
|
box-shadow: inset 1px 1px 1px #ccc;
|
|
border-radius: .12em;
|
|
border: none
|
|
}
|
|
|
|
.ui-checkboxradio-radio-label .ui-icon-background {
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 1em;
|
|
overflow: visible;
|
|
border: none
|
|
}
|
|
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
|
|
background-image: none;
|
|
width: 8px;
|
|
height: 8px;
|
|
border-width: 4px;
|
|
border-style: solid
|
|
}
|
|
|
|
.ui-checkboxradio-disabled {
|
|
pointer-events: none
|
|
}
|
|
|
|
.ui-datepicker {
|
|
width: 17em;
|
|
padding: .2em .2em 0;
|
|
display: none
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-header {
|
|
position: relative;
|
|
padding: .2em 0
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev,
|
|
.ui-datepicker .ui-datepicker-next {
|
|
position: absolute;
|
|
top: 2px;
|
|
width: 1.8em;
|
|
height: 1.8em
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev-hover,
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
top: 1px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev {
|
|
left: 2px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next {
|
|
right: 2px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev-hover {
|
|
left: 1px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
right: 1px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev span,
|
|
.ui-datepicker .ui-datepicker-next span {
|
|
display: block;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
top: 50%;
|
|
margin-top: -8px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-title {
|
|
margin: 0 2.3em;
|
|
line-height: 1.8em;
|
|
text-align: center
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-title select {
|
|
font-size: 1em;
|
|
margin: 1px 0
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year {
|
|
width: 45%
|
|
}
|
|
|
|
.ui-datepicker table {
|
|
width: 100%;
|
|
font-size: .9em;
|
|
border-collapse: collapse;
|
|
margin: 0 0 .4em
|
|
}
|
|
|
|
.ui-datepicker th {
|
|
padding: .7em .3em;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border: 0
|
|
}
|
|
|
|
.ui-datepicker td {
|
|
border: 0;
|
|
padding: 1px
|
|
}
|
|
|
|
.ui-datepicker td span,
|
|
.ui-datepicker td a {
|
|
display: block;
|
|
padding: .2em;
|
|
text-align: right;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane {
|
|
background-image: none;
|
|
margin: .7em 0 0 0;
|
|
padding: 0 .2em;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
float: right;
|
|
margin: .5em .2em .4em;
|
|
cursor: pointer;
|
|
padding: .2em .6em .3em .6em;
|
|
width: auto;
|
|
overflow: visible
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
float: left
|
|
}
|
|
|
|
.ui-datepicker.ui-datepicker-multi {
|
|
width: auto
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-group {
|
|
float: left
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-group table {
|
|
width: 95%;
|
|
margin: 0 auto .4em
|
|
}
|
|
|
|
.ui-datepicker-multi-2 .ui-datepicker-group {
|
|
width: 50%
|
|
}
|
|
|
|
.ui-datepicker-multi-3 .ui-datepicker-group {
|
|
width: 33.3%
|
|
}
|
|
|
|
.ui-datepicker-multi-4 .ui-datepicker-group {
|
|
width: 25%
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
|
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-left-width: 0
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
clear: left
|
|
}
|
|
|
|
.ui-datepicker-row-break {
|
|
clear: both;
|
|
width: 100%;
|
|
font-size: 0
|
|
}
|
|
|
|
.ui-datepicker-rtl {
|
|
direction: rtl
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-prev {
|
|
right: 2px;
|
|
left: auto
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-next {
|
|
left: 2px;
|
|
right: auto
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
|
right: 1px;
|
|
left: auto
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
|
left: 1px;
|
|
right: auto
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
|
clear: right
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
|
float: left
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
|
.ui-datepicker-rtl .ui-datepicker-group {
|
|
float: right
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-right-width: 0;
|
|
border-left-width: 1px
|
|
}
|
|
|
|
.ui-datepicker .ui-icon {
|
|
display: block;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
left: .5em;
|
|
top: .3em
|
|
}
|
|
|
|
.ui-dialog {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding: .2em;
|
|
outline: 0
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
padding: .4em 1em;
|
|
position: relative
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-title {
|
|
float: left;
|
|
margin: .1em 0;
|
|
white-space: nowrap;
|
|
width: 90%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
position: absolute;
|
|
right: .3em;
|
|
top: 50%;
|
|
width: 20px;
|
|
margin: -10px 0 0 0;
|
|
padding: 1px;
|
|
height: 20px
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
position: relative;
|
|
border: 0;
|
|
padding: .5em 1em;
|
|
background: none;
|
|
overflow: auto
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
text-align: left;
|
|
border-width: 1px 0 0 0;
|
|
background-image: none;
|
|
margin-top: .5em;
|
|
padding: .3em 1em .5em .4em
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
float: right
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
margin: .5em .4em .5em 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-n {
|
|
height: 2px;
|
|
top: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-e {
|
|
width: 2px;
|
|
right: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-s {
|
|
height: 2px;
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-w {
|
|
width: 2px;
|
|
left: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-se,
|
|
.ui-dialog .ui-resizable-sw,
|
|
.ui-dialog .ui-resizable-ne,
|
|
.ui-dialog .ui-resizable-nw {
|
|
width: 7px;
|
|
height: 7px
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-se {
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-sw {
|
|
left: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-ne {
|
|
right: 0;
|
|
top: 0
|
|
}
|
|
|
|
.ui-dialog .ui-resizable-nw {
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.ui-draggable .ui-dialog-titlebar {
|
|
cursor: move
|
|
}
|
|
|
|
.ui-progressbar {
|
|
height: 2em;
|
|
text-align: left;
|
|
overflow: hidden
|
|
}
|
|
|
|
.ui-progressbar .ui-progressbar-value {
|
|
margin: -1px;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-progressbar .ui-progressbar-overlay {
|
|
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
|
|
height: 100%;
|
|
filter: alpha(opacity=25);
|
|
opacity: .25
|
|
}
|
|
|
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
|
background-image: none
|
|
}
|
|
|
|
.ui-selectmenu-menu {
|
|
padding: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: none
|
|
}
|
|
|
|
.ui-selectmenu-menu .ui-menu {
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
padding-bottom: 1px
|
|
}
|
|
|
|
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
line-height: 1.5;
|
|
padding: 2px .4em;
|
|
margin: .5em 0 0 0;
|
|
height: auto;
|
|
border: 0
|
|
}
|
|
|
|
.ui-selectmenu-open {
|
|
display: block
|
|
}
|
|
|
|
.ui-selectmenu-text {
|
|
display: block;
|
|
margin-right: 20px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-button {
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 14em
|
|
}
|
|
|
|
.ui-selectmenu-icon.ui-icon {
|
|
float: right;
|
|
margin-top: 0
|
|
}
|
|
|
|
.ui-slider {
|
|
position: relative;
|
|
text-align: left
|
|
}
|
|
|
|
.ui-slider .ui-slider-handle {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 1.2em;
|
|
height: 1.2em;
|
|
cursor: default;
|
|
-ms-touch-action: none;
|
|
touch-action: none
|
|
}
|
|
|
|
.ui-slider .ui-slider-range {
|
|
position: absolute;
|
|
z-index: 1;
|
|
font-size: .7em;
|
|
display: block;
|
|
border: 0;
|
|
background-position: 0 0
|
|
}
|
|
|
|
.ui-slider.ui-state-disabled .ui-slider-handle,
|
|
.ui-slider.ui-state-disabled .ui-slider-range {
|
|
filter: inherit
|
|
}
|
|
|
|
.ui-slider-horizontal {
|
|
height: .8em
|
|
}
|
|
|
|
.ui-slider-horizontal .ui-slider-handle {
|
|
top: -.3em;
|
|
margin-left: -.6em
|
|
}
|
|
|
|
.ui-slider-horizontal .ui-slider-range {
|
|
top: 0;
|
|
height: 100%
|
|
}
|
|
|
|
.ui-slider-horizontal .ui-slider-range-min {
|
|
left: 0
|
|
}
|
|
|
|
.ui-slider-horizontal .ui-slider-range-max {
|
|
right: 0
|
|
}
|
|
|
|
.ui-slider-vertical {
|
|
width: .8em;
|
|
height: 100px
|
|
}
|
|
|
|
.ui-slider-vertical .ui-slider-handle {
|
|
left: -.3em;
|
|
margin-left: 0;
|
|
margin-bottom: -.6em
|
|
}
|
|
|
|
.ui-slider-vertical .ui-slider-range {
|
|
left: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.ui-slider-vertical .ui-slider-range-min {
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-slider-vertical .ui-slider-range-max {
|
|
top: 0
|
|
}
|
|
|
|
.ui-spinner {
|
|
position: relative;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.ui-spinner-input {
|
|
border: none;
|
|
background: none;
|
|
color: inherit;
|
|
padding: .222em 0;
|
|
margin: .2em 0;
|
|
vertical-align: middle;
|
|
margin-left: .4em;
|
|
margin-right: 2em
|
|
}
|
|
|
|
.ui-spinner-button {
|
|
width: 1.6em;
|
|
height: 50%;
|
|
font-size: .5em;
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
position: absolute;
|
|
cursor: default;
|
|
display: block;
|
|
overflow: hidden;
|
|
right: 0
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button {
|
|
border-top-style: none;
|
|
border-bottom-style: none;
|
|
border-right-style: none
|
|
}
|
|
|
|
.ui-spinner-up {
|
|
top: 0
|
|
}
|
|
|
|
.ui-spinner-down {
|
|
bottom: 0
|
|
}
|
|
|
|
.ui-tabs {
|
|
position: relative;
|
|
padding: .2em
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav {
|
|
margin: 0;
|
|
padding: .2em .2em 0
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li {
|
|
list-style: none;
|
|
float: left;
|
|
position: relative;
|
|
top: 0;
|
|
margin: 1px .2em 0 0;
|
|
border-bottom-width: 0;
|
|
padding: 0;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
|
float: left;
|
|
padding: .5em 1em;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
margin-bottom: -1px;
|
|
padding-bottom: 1px
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
|
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
|
cursor: text
|
|
}
|
|
|
|
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
|
cursor: pointer
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-panel {
|
|
display: block;
|
|
border-width: 0;
|
|
padding: 1em 1.4em;
|
|
background: none
|
|
}
|
|
|
|
.ui-tooltip {
|
|
padding: 8px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
max-width: 300px
|
|
}
|
|
|
|
body .ui-tooltip {
|
|
border-width: 2px
|
|
}
|
|
|
|
.ui-widget {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1em
|
|
}
|
|
|
|
.ui-widget .ui-widget {
|
|
font-size: 1em
|
|
}
|
|
|
|
.ui-widget input,
|
|
.ui-widget select,
|
|
.ui-widget textarea,
|
|
.ui-widget button {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1em
|
|
}
|
|
|
|
.ui-widget.ui-widget-content {
|
|
border: 1px solid #c5c5c5
|
|
}
|
|
|
|
.ui-widget-content {
|
|
border: 1px solid #ddd;
|
|
background: #fff;
|
|
color: #333
|
|
}
|
|
|
|
.ui-widget-content a {
|
|
color: #333
|
|
}
|
|
|
|
.ui-widget-header {
|
|
border: 1px solid #ddd;
|
|
background: #e9e9e9;
|
|
color: #333;
|
|
font-weight: bold
|
|
}
|
|
|
|
.ui-widget-header a {
|
|
color: #333
|
|
}
|
|
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default,
|
|
.ui-button,
|
|
html .ui-button.ui-state-disabled:hover,
|
|
html .ui-button.ui-state-disabled:active {
|
|
border: 1px solid #c5c5c5;
|
|
background: #f6f6f6;
|
|
font-weight: normal;
|
|
color: #454545
|
|
}
|
|
|
|
.ui-state-default a,
|
|
.ui-state-default a:link,
|
|
.ui-state-default a:visited,
|
|
a.ui-button,
|
|
a:link.ui-button,
|
|
a:visited.ui-button,
|
|
.ui-button {
|
|
color: #454545;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-state-hover,
|
|
.ui-widget-content .ui-state-hover,
|
|
.ui-widget-header .ui-state-hover,
|
|
.ui-state-focus,
|
|
.ui-widget-content .ui-state-focus,
|
|
.ui-widget-header .ui-state-focus,
|
|
.ui-button:hover,
|
|
.ui-button:focus {
|
|
border: 1px solid #ccc;
|
|
background: #ededed;
|
|
font-weight: normal;
|
|
color: #2b2b2b
|
|
}
|
|
|
|
.ui-state-hover a,
|
|
.ui-state-hover a:hover,
|
|
.ui-state-hover a:link,
|
|
.ui-state-hover a:visited,
|
|
.ui-state-focus a,
|
|
.ui-state-focus a:hover,
|
|
.ui-state-focus a:link,
|
|
.ui-state-focus a:visited,
|
|
a.ui-button:hover,
|
|
a.ui-button:focus {
|
|
color: #2b2b2b;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-visual-focus {
|
|
box-shadow: 0 0 3px 1px #5e9ed6
|
|
}
|
|
|
|
.ui-state-active,
|
|
.ui-widget-content .ui-state-active,
|
|
.ui-widget-header .ui-state-active,
|
|
a.ui-button:active,
|
|
.ui-button:active,
|
|
.ui-button.ui-state-active:hover {
|
|
border: 1px solid #003eff;
|
|
background: #007fff;
|
|
font-weight: normal;
|
|
color: #fff
|
|
}
|
|
|
|
.ui-icon-background,
|
|
.ui-state-active .ui-icon-background {
|
|
border: #003eff;
|
|
background-color: #fff
|
|
}
|
|
|
|
.ui-state-active a,
|
|
.ui-state-active a:link,
|
|
.ui-state-active a:visited {
|
|
color: #fff;
|
|
text-decoration: none
|
|
}
|
|
|
|
.ui-state-highlight,
|
|
.ui-widget-content .ui-state-highlight,
|
|
.ui-widget-header .ui-state-highlight {
|
|
border: 1px solid #dad55e;
|
|
background: #fffa90;
|
|
color: #777620
|
|
}
|
|
|
|
.ui-state-checked {
|
|
border: 1px solid #dad55e;
|
|
background: #fffa90
|
|
}
|
|
|
|
.ui-state-highlight a,
|
|
.ui-widget-content .ui-state-highlight a,
|
|
.ui-widget-header .ui-state-highlight a {
|
|
color: #777620
|
|
}
|
|
|
|
.ui-state-error,
|
|
.ui-widget-content .ui-state-error,
|
|
.ui-widget-header .ui-state-error {
|
|
border: 1px solid #f1a899;
|
|
background: #fddfdf;
|
|
color: #5f3f3f
|
|
}
|
|
|
|
.ui-state-error a,
|
|
.ui-widget-content .ui-state-error a,
|
|
.ui-widget-header .ui-state-error a {
|
|
color: #5f3f3f
|
|
}
|
|
|
|
.ui-state-error-text,
|
|
.ui-widget-content .ui-state-error-text,
|
|
.ui-widget-header .ui-state-error-text {
|
|
color: #5f3f3f
|
|
}
|
|
|
|
.ui-priority-primary,
|
|
.ui-widget-content .ui-priority-primary,
|
|
.ui-widget-header .ui-priority-primary {
|
|
font-weight: bold
|
|
}
|
|
|
|
.ui-priority-secondary,
|
|
.ui-widget-content .ui-priority-secondary,
|
|
.ui-widget-header .ui-priority-secondary {
|
|
opacity: .7;
|
|
filter: Alpha(Opacity=70);
|
|
font-weight: normal
|
|
}
|
|
|
|
.ui-state-disabled,
|
|
.ui-widget-content .ui-state-disabled,
|
|
.ui-widget-header .ui-state-disabled {
|
|
opacity: .35;
|
|
filter: Alpha(Opacity=35);
|
|
background-image: none
|
|
}
|
|
|
|
.ui-state-disabled .ui-icon {
|
|
filter: Alpha(Opacity=35)
|
|
}
|
|
|
|
.ui-icon {
|
|
width: 16px;
|
|
height: 16px
|
|
}
|
|
|
|
.ui-icon,
|
|
.ui-widget-content .ui-icon {
|
|
background-image: url("images/ui-icons_444444_256x240.png")
|
|
}
|
|
|
|
.ui-widget-header .ui-icon {
|
|
background-image: url("images/ui-icons_444444_256x240.png")
|
|
}
|
|
|
|
.ui-state-hover .ui-icon,
|
|
.ui-state-focus .ui-icon,
|
|
.ui-button:hover .ui-icon,
|
|
.ui-button:focus .ui-icon {
|
|
background-image: url("images/ui-icons_555555_256x240.png")
|
|
}
|
|
|
|
.ui-state-active .ui-icon,
|
|
.ui-button:active .ui-icon {
|
|
background-image: url("images/ui-icons_ffffff_256x240.png")
|
|
}
|
|
|
|
.ui-state-highlight .ui-icon,
|
|
.ui-button .ui-state-highlight.ui-icon {
|
|
background-image: url("images/ui-icons_777620_256x240.png")
|
|
}
|
|
|
|
.ui-state-error .ui-icon,
|
|
.ui-state-error-text .ui-icon {
|
|
background-image: url("images/ui-icons_cc0000_256x240.png")
|
|
}
|
|
|
|
.ui-button .ui-icon {
|
|
background-image: url("images/ui-icons_777777_256x240.png")
|
|
}
|
|
|
|
.ui-icon-blank {
|
|
background-position: 16px 16px
|
|
}
|
|
|
|
.ui-icon-caret-1-n {
|
|
background-position: 0 0
|
|
}
|
|
|
|
.ui-icon-caret-1-ne {
|
|
background-position: -16px 0
|
|
}
|
|
|
|
.ui-icon-caret-1-e {
|
|
background-position: -32px 0
|
|
}
|
|
|
|
.ui-icon-caret-1-se {
|
|
background-position: -48px 0
|
|
}
|
|
|
|
.ui-icon-caret-1-s {
|
|
background-position: -65px 0
|
|
}
|
|
|
|
.ui-icon-caret-1-sw {
|
|
background-position: -80px 0
|
|
}
|
|
|
|
.ui-icon-caret-1-w {
|
|
background-position: -96px 0
|
|
}
|
|
|
|
.ui-icon-caret-1-nw {
|
|
background-position: -112px 0
|
|
}
|
|
|
|
.ui-icon-caret-2-n-s {
|
|
background-position: -128px 0
|
|
}
|
|
|
|
.ui-icon-caret-2-e-w {
|
|
background-position: -144px 0
|
|
}
|
|
|
|
.ui-icon-triangle-1-n {
|
|
background-position: 0 -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-ne {
|
|
background-position: -16px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-e {
|
|
background-position: -32px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-se {
|
|
background-position: -48px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-s {
|
|
background-position: -65px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-sw {
|
|
background-position: -80px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-w {
|
|
background-position: -96px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-1-nw {
|
|
background-position: -112px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-2-n-s {
|
|
background-position: -128px -16px
|
|
}
|
|
|
|
.ui-icon-triangle-2-e-w {
|
|
background-position: -144px -16px
|
|
}
|
|
|
|
.ui-icon-arrow-1-n {
|
|
background-position: 0 -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-ne {
|
|
background-position: -16px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-e {
|
|
background-position: -32px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-se {
|
|
background-position: -48px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-s {
|
|
background-position: -65px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-sw {
|
|
background-position: -80px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-w {
|
|
background-position: -96px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-1-nw {
|
|
background-position: -112px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-2-n-s {
|
|
background-position: -128px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-2-ne-sw {
|
|
background-position: -144px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-2-e-w {
|
|
background-position: -160px -32px
|
|
}
|
|
|
|
.ui-icon-arrow-2-se-nw {
|
|
background-position: -176px -32px
|
|
}
|
|
|
|
.ui-icon-arrowstop-1-n {
|
|
background-position: -192px -32px
|
|
}
|
|
|
|
.ui-icon-arrowstop-1-e {
|
|
background-position: -208px -32px
|
|
}
|
|
|
|
.ui-icon-arrowstop-1-s {
|
|
background-position: -224px -32px
|
|
}
|
|
|
|
.ui-icon-arrowstop-1-w {
|
|
background-position: -240px -32px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-n {
|
|
background-position: 1px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-ne {
|
|
background-position: -16px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-e {
|
|
background-position: -32px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-se {
|
|
background-position: -48px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-s {
|
|
background-position: -64px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-sw {
|
|
background-position: -80px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-w {
|
|
background-position: -96px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-1-nw {
|
|
background-position: -112px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-2-n-s {
|
|
background-position: -128px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-2-ne-sw {
|
|
background-position: -144px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-2-e-w {
|
|
background-position: -160px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthick-2-se-nw {
|
|
background-position: -176px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthickstop-1-n {
|
|
background-position: -192px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthickstop-1-e {
|
|
background-position: -208px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthickstop-1-s {
|
|
background-position: -224px -48px
|
|
}
|
|
|
|
.ui-icon-arrowthickstop-1-w {
|
|
background-position: -240px -48px
|
|
}
|
|
|
|
.ui-icon-arrowreturnthick-1-w {
|
|
background-position: 0 -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturnthick-1-n {
|
|
background-position: -16px -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturnthick-1-e {
|
|
background-position: -32px -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturnthick-1-s {
|
|
background-position: -48px -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturn-1-w {
|
|
background-position: -64px -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturn-1-n {
|
|
background-position: -80px -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturn-1-e {
|
|
background-position: -96px -64px
|
|
}
|
|
|
|
.ui-icon-arrowreturn-1-s {
|
|
background-position: -112px -64px
|
|
}
|
|
|
|
.ui-icon-arrowrefresh-1-w {
|
|
background-position: -128px -64px
|
|
}
|
|
|
|
.ui-icon-arrowrefresh-1-n {
|
|
background-position: -144px -64px
|
|
}
|
|
|
|
.ui-icon-arrowrefresh-1-e {
|
|
background-position: -160px -64px
|
|
}
|
|
|
|
.ui-icon-arrowrefresh-1-s {
|
|
background-position: -176px -64px
|
|
}
|
|
|
|
.ui-icon-arrow-4 {
|
|
background-position: 0 -80px
|
|
}
|
|
|
|
.ui-icon-arrow-4-diag {
|
|
background-position: -16px -80px
|
|
}
|
|
|
|
.ui-icon-extlink {
|
|
background-position: -32px -80px
|
|
}
|
|
|
|
.ui-icon-newwin {
|
|
background-position: -48px -80px
|
|
}
|
|
|
|
.ui-icon-refresh {
|
|
background-position: -64px -80px
|
|
}
|
|
|
|
.ui-icon-shuffle {
|
|
background-position: -80px -80px
|
|
}
|
|
|
|
.ui-icon-transfer-e-w {
|
|
background-position: -96px -80px
|
|
}
|
|
|
|
.ui-icon-transferthick-e-w {
|
|
background-position: -112px -80px
|
|
}
|
|
|
|
.ui-icon-folder-collapsed {
|
|
background-position: 0 -96px
|
|
}
|
|
|
|
.ui-icon-folder-open {
|
|
background-position: -16px -96px
|
|
}
|
|
|
|
.ui-icon-document {
|
|
background-position: -32px -96px
|
|
}
|
|
|
|
.ui-icon-document-b {
|
|
background-position: -48px -96px
|
|
}
|
|
|
|
.ui-icon-note {
|
|
background-position: -64px -96px
|
|
}
|
|
|
|
.ui-icon-mail-closed {
|
|
background-position: -80px -96px
|
|
}
|
|
|
|
.ui-icon-mail-open {
|
|
background-position: -96px -96px
|
|
}
|
|
|
|
.ui-icon-suitcase {
|
|
background-position: -112px -96px
|
|
}
|
|
|
|
.ui-icon-comment {
|
|
background-position: -128px -96px
|
|
}
|
|
|
|
.ui-icon-person {
|
|
background-position: -144px -96px
|
|
}
|
|
|
|
.ui-icon-print {
|
|
background-position: -160px -96px
|
|
}
|
|
|
|
.ui-icon-trash {
|
|
background-position: -176px -96px
|
|
}
|
|
|
|
.ui-icon-locked {
|
|
background-position: -192px -96px
|
|
}
|
|
|
|
.ui-icon-unlocked {
|
|
background-position: -208px -96px
|
|
}
|
|
|
|
.ui-icon-bookmark {
|
|
background-position: -224px -96px
|
|
}
|
|
|
|
.ui-icon-tag {
|
|
background-position: -240px -96px
|
|
}
|
|
|
|
.ui-icon-home {
|
|
background-position: 0 -112px
|
|
}
|
|
|
|
.ui-icon-flag {
|
|
background-position: -16px -112px
|
|
}
|
|
|
|
.ui-icon-calendar {
|
|
background-position: -32px -112px
|
|
}
|
|
|
|
.ui-icon-cart {
|
|
background-position: -48px -112px
|
|
}
|
|
|
|
.ui-icon-pencil {
|
|
background-position: -64px -112px
|
|
}
|
|
|
|
.ui-icon-clock {
|
|
background-position: -80px -112px
|
|
}
|
|
|
|
.ui-icon-disk {
|
|
background-position: -96px -112px
|
|
}
|
|
|
|
.ui-icon-calculator {
|
|
background-position: -112px -112px
|
|
}
|
|
|
|
.ui-icon-zoomin {
|
|
background-position: -128px -112px
|
|
}
|
|
|
|
.ui-icon-zoomout {
|
|
background-position: -144px -112px
|
|
}
|
|
|
|
.ui-icon-search {
|
|
background-position: -160px -112px
|
|
}
|
|
|
|
.ui-icon-wrench {
|
|
background-position: -176px -112px
|
|
}
|
|
|
|
.ui-icon-gear {
|
|
background-position: -192px -112px
|
|
}
|
|
|
|
.ui-icon-heart {
|
|
background-position: -208px -112px
|
|
}
|
|
|
|
.ui-icon-star {
|
|
background-position: -224px -112px
|
|
}
|
|
|
|
.ui-icon-link {
|
|
background-position: -240px -112px
|
|
}
|
|
|
|
.ui-icon-cancel {
|
|
background-position: 0 -128px
|
|
}
|
|
|
|
.ui-icon-plus {
|
|
background-position: -16px -128px
|
|
}
|
|
|
|
.ui-icon-plusthick {
|
|
background-position: -32px -128px
|
|
}
|
|
|
|
.ui-icon-minus {
|
|
background-position: -48px -128px
|
|
}
|
|
|
|
.ui-icon-minusthick {
|
|
background-position: -64px -128px
|
|
}
|
|
|
|
.ui-icon-close {
|
|
background-position: -80px -128px
|
|
}
|
|
|
|
.ui-icon-closethick {
|
|
background-position: -96px -128px
|
|
}
|
|
|
|
.ui-icon-key {
|
|
background-position: -112px -128px
|
|
}
|
|
|
|
.ui-icon-lightbulb {
|
|
background-position: -128px -128px
|
|
}
|
|
|
|
.ui-icon-scissors {
|
|
background-position: -144px -128px
|
|
}
|
|
|
|
.ui-icon-clipboard {
|
|
background-position: -160px -128px
|
|
}
|
|
|
|
.ui-icon-copy {
|
|
background-position: -176px -128px
|
|
}
|
|
|
|
.ui-icon-contact {
|
|
background-position: -192px -128px
|
|
}
|
|
|
|
.ui-icon-image {
|
|
background-position: -208px -128px
|
|
}
|
|
|
|
.ui-icon-video {
|
|
background-position: -224px -128px
|
|
}
|
|
|
|
.ui-icon-script {
|
|
background-position: -240px -128px
|
|
}
|
|
|
|
.ui-icon-alert {
|
|
background-position: 0 -144px
|
|
}
|
|
|
|
.ui-icon-info {
|
|
background-position: -16px -144px
|
|
}
|
|
|
|
.ui-icon-notice {
|
|
background-position: -32px -144px
|
|
}
|
|
|
|
.ui-icon-help {
|
|
background-position: -48px -144px
|
|
}
|
|
|
|
.ui-icon-check {
|
|
background-position: -64px -144px
|
|
}
|
|
|
|
.ui-icon-bullet {
|
|
background-position: -80px -144px
|
|
}
|
|
|
|
.ui-icon-radio-on {
|
|
background-position: -96px -144px
|
|
}
|
|
|
|
.ui-icon-radio-off {
|
|
background-position: -112px -144px
|
|
}
|
|
|
|
.ui-icon-pin-w {
|
|
background-position: -128px -144px
|
|
}
|
|
|
|
.ui-icon-pin-s {
|
|
background-position: -144px -144px
|
|
}
|
|
|
|
.ui-icon-play {
|
|
background-position: 0 -160px
|
|
}
|
|
|
|
.ui-icon-pause {
|
|
background-position: -16px -160px
|
|
}
|
|
|
|
.ui-icon-seek-next {
|
|
background-position: -32px -160px
|
|
}
|
|
|
|
.ui-icon-seek-prev {
|
|
background-position: -48px -160px
|
|
}
|
|
|
|
.ui-icon-seek-end {
|
|
background-position: -64px -160px
|
|
}
|
|
|
|
.ui-icon-seek-start {
|
|
background-position: -80px -160px
|
|
}
|
|
|
|
.ui-icon-seek-first {
|
|
background-position: -80px -160px
|
|
}
|
|
|
|
.ui-icon-stop {
|
|
background-position: -96px -160px
|
|
}
|
|
|
|
.ui-icon-eject {
|
|
background-position: -112px -160px
|
|
}
|
|
|
|
.ui-icon-volume-off {
|
|
background-position: -128px -160px
|
|
}
|
|
|
|
.ui-icon-volume-on {
|
|
background-position: -144px -160px
|
|
}
|
|
|
|
.ui-icon-power {
|
|
background-position: 0 -176px
|
|
}
|
|
|
|
.ui-icon-signal-diag {
|
|
background-position: -16px -176px
|
|
}
|
|
|
|
.ui-icon-signal {
|
|
background-position: -32px -176px
|
|
}
|
|
|
|
.ui-icon-battery-0 {
|
|
background-position: -48px -176px
|
|
}
|
|
|
|
.ui-icon-battery-1 {
|
|
background-position: -64px -176px
|
|
}
|
|
|
|
.ui-icon-battery-2 {
|
|
background-position: -80px -176px
|
|
}
|
|
|
|
.ui-icon-battery-3 {
|
|
background-position: -96px -176px
|
|
}
|
|
|
|
.ui-icon-circle-plus {
|
|
background-position: 0 -192px
|
|
}
|
|
|
|
.ui-icon-circle-minus {
|
|
background-position: -16px -192px
|
|
}
|
|
|
|
.ui-icon-circle-close {
|
|
background-position: -32px -192px
|
|
}
|
|
|
|
.ui-icon-circle-triangle-e {
|
|
background-position: -48px -192px
|
|
}
|
|
|
|
.ui-icon-circle-triangle-s {
|
|
background-position: -64px -192px
|
|
}
|
|
|
|
.ui-icon-circle-triangle-w {
|
|
background-position: -80px -192px
|
|
}
|
|
|
|
.ui-icon-circle-triangle-n {
|
|
background-position: -96px -192px
|
|
}
|
|
|
|
.ui-icon-circle-arrow-e {
|
|
background-position: -112px -192px
|
|
}
|
|
|
|
.ui-icon-circle-arrow-s {
|
|
background-position: -128px -192px
|
|
}
|
|
|
|
.ui-icon-circle-arrow-w {
|
|
background-position: -144px -192px
|
|
}
|
|
|
|
.ui-icon-circle-arrow-n {
|
|
background-position: -160px -192px
|
|
}
|
|
|
|
.ui-icon-circle-zoomin {
|
|
background-position: -176px -192px
|
|
}
|
|
|
|
.ui-icon-circle-zoomout {
|
|
background-position: -192px -192px
|
|
}
|
|
|
|
.ui-icon-circle-check {
|
|
background-position: -208px -192px
|
|
}
|
|
|
|
.ui-icon-circlesmall-plus {
|
|
background-position: 0 -208px
|
|
}
|
|
|
|
.ui-icon-circlesmall-minus {
|
|
background-position: -16px -208px
|
|
}
|
|
|
|
.ui-icon-circlesmall-close {
|
|
background-position: -32px -208px
|
|
}
|
|
|
|
.ui-icon-squaresmall-plus {
|
|
background-position: -48px -208px
|
|
}
|
|
|
|
.ui-icon-squaresmall-minus {
|
|
background-position: -64px -208px
|
|
}
|
|
|
|
.ui-icon-squaresmall-close {
|
|
background-position: -80px -208px
|
|
}
|
|
|
|
.ui-icon-grip-dotted-vertical {
|
|
background-position: 0 -224px
|
|
}
|
|
|
|
.ui-icon-grip-dotted-horizontal {
|
|
background-position: -16px -224px
|
|
}
|
|
|
|
.ui-icon-grip-solid-vertical {
|
|
background-position: -32px -224px
|
|
}
|
|
|
|
.ui-icon-grip-solid-horizontal {
|
|
background-position: -48px -224px
|
|
}
|
|
|
|
.ui-icon-gripsmall-diagonal-se {
|
|
background-position: -64px -224px
|
|
}
|
|
|
|
.ui-icon-grip-diagonal-se {
|
|
background-position: -80px -224px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-left,
|
|
.ui-corner-tl {
|
|
border-top-left-radius: 3px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-right,
|
|
.ui-corner-tr {
|
|
border-top-right-radius: 3px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-left,
|
|
.ui-corner-bl {
|
|
border-bottom-left-radius: 3px
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-right,
|
|
.ui-corner-br {
|
|
border-bottom-right-radius: 3px
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
background: #aaa;
|
|
opacity: .3;
|
|
filter: Alpha(Opacity=30)
|
|
}
|
|
|
|
.ui-widget-shadow {
|
|
-webkit-box-shadow: 0 0 5px #666;
|
|
box-shadow: 0 0 5px #666
|
|
}
|
|
|
|
|
|
/*! FILE: pure-grid.css */
|
|
|
|
|
|
/*!
|
|
Pure v0.5.0
|
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
Licensed under the BSD License.
|
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
*/
|
|
|
|
.pure-g {
|
|
letter-spacing: -.31em;
|
|
*letter-spacing: normal;
|
|
*word-spacing: -.43em;
|
|
text-rendering: optimizespeed;
|
|
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
|
display: -webkit-flex;
|
|
-webkit-flex-flow: row wrap
|
|
}
|
|
|
|
.opera-only:-o-prefocus,
|
|
.pure-g {
|
|
word-spacing: -.43em
|
|
}
|
|
|
|
.pure-u {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto
|
|
}
|
|
|
|
.pure-g [class*="pure-u"] {
|
|
font-family: sans-serif
|
|
}
|
|
|
|
.pure-u-1,
|
|
.pure-u-1-1,
|
|
.pure-u-1-2,
|
|
.pure-u-1-3,
|
|
.pure-u-2-3,
|
|
.pure-u-1-4,
|
|
.pure-u-3-4,
|
|
.pure-u-1-5,
|
|
.pure-u-2-5,
|
|
.pure-u-3-5,
|
|
.pure-u-4-5,
|
|
.pure-u-5-5,
|
|
.pure-u-1-6,
|
|
.pure-u-5-6,
|
|
.pure-u-1-8,
|
|
.pure-u-3-8,
|
|
.pure-u-5-8,
|
|
.pure-u-7-8,
|
|
.pure-u-1-12,
|
|
.pure-u-5-12,
|
|
.pure-u-7-12,
|
|
.pure-u-11-12,
|
|
.pure-u-1-24,
|
|
.pure-u-2-24,
|
|
.pure-u-3-24,
|
|
.pure-u-4-24,
|
|
.pure-u-5-24,
|
|
.pure-u-6-24,
|
|
.pure-u-7-24,
|
|
.pure-u-8-24,
|
|
.pure-u-9-24,
|
|
.pure-u-10-24,
|
|
.pure-u-11-24,
|
|
.pure-u-12-24,
|
|
.pure-u-13-24,
|
|
.pure-u-14-24,
|
|
.pure-u-15-24,
|
|
.pure-u-16-24,
|
|
.pure-u-17-24,
|
|
.pure-u-18-24,
|
|
.pure-u-19-24,
|
|
.pure-u-20-24,
|
|
.pure-u-21-24,
|
|
.pure-u-22-24,
|
|
.pure-u-23-24,
|
|
.pure-u-24-24 {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto
|
|
}
|
|
|
|
.pure-u-1-24 {
|
|
width: 4.1667%;
|
|
*width: 4.1357%
|
|
}
|
|
|
|
.pure-u-1-12,
|
|
.pure-u-2-24 {
|
|
width: 8.3333%;
|
|
*width: 8.3023%
|
|
}
|
|
|
|
.pure-u-1-8,
|
|
.pure-u-3-24 {
|
|
width: 12.5%;
|
|
*width: 12.469%
|
|
}
|
|
|
|
.pure-u-1-6,
|
|
.pure-u-4-24 {
|
|
width: 16.6667%;
|
|
*width: 16.6357%
|
|
}
|
|
|
|
.pure-u-1-5 {
|
|
width: 20%;
|
|
*width: 19.969%
|
|
}
|
|
|
|
.pure-u-5-24 {
|
|
width: 20.8333%;
|
|
*width: 20.8023%
|
|
}
|
|
|
|
.pure-u-1-4,
|
|
.pure-u-6-24 {
|
|
width: 25%;
|
|
*width: 24.969%
|
|
}
|
|
|
|
.pure-u-7-24 {
|
|
width: 29.1667%;
|
|
*width: 29.1357%
|
|
}
|
|
|
|
.pure-u-1-3,
|
|
.pure-u-8-24 {
|
|
width: 33.3333%;
|
|
*width: 33.3023%
|
|
}
|
|
|
|
.pure-u-3-8,
|
|
.pure-u-9-24 {
|
|
width: 37.5%;
|
|
*width: 37.469%
|
|
}
|
|
|
|
.pure-u-2-5 {
|
|
width: 40%;
|
|
*width: 39.969%
|
|
}
|
|
|
|
.pure-u-5-12,
|
|
.pure-u-10-24 {
|
|
width: 41.6667%;
|
|
*width: 41.6357%
|
|
}
|
|
|
|
.pure-u-11-24 {
|
|
width: 45.8333%;
|
|
*width: 45.8023%
|
|
}
|
|
|
|
.pure-u-1-2,
|
|
.pure-u-12-24 {
|
|
width: 50%;
|
|
*width: 49.969%
|
|
}
|
|
|
|
.pure-u-13-24 {
|
|
width: 54.1667%;
|
|
*width: 54.1357%
|
|
}
|
|
|
|
.pure-u-7-12,
|
|
.pure-u-14-24 {
|
|
width: 58.3333%;
|
|
*width: 58.3023%
|
|
}
|
|
|
|
.pure-u-3-5 {
|
|
width: 60%;
|
|
*width: 59.969%
|
|
}
|
|
|
|
.pure-u-5-8,
|
|
.pure-u-15-24 {
|
|
width: 62.5%;
|
|
*width: 62.469%
|
|
}
|
|
|
|
.pure-u-2-3,
|
|
.pure-u-16-24 {
|
|
width: 66.6667%;
|
|
*width: 66.6357%
|
|
}
|
|
|
|
.pure-u-17-24 {
|
|
width: 70.8333%;
|
|
*width: 70.8023%
|
|
}
|
|
|
|
.pure-u-3-4,
|
|
.pure-u-18-24 {
|
|
width: 75%;
|
|
*width: 74.969%
|
|
}
|
|
|
|
.pure-u-19-24 {
|
|
width: 79.1667%;
|
|
*width: 79.1357%
|
|
}
|
|
|
|
.pure-u-4-5 {
|
|
width: 80%;
|
|
*width: 79.969%
|
|
}
|
|
|
|
.pure-u-5-6,
|
|
.pure-u-20-24 {
|
|
width: 83.3333%;
|
|
*width: 83.3023%
|
|
}
|
|
|
|
.pure-u-7-8,
|
|
.pure-u-21-24 {
|
|
width: 87.5%;
|
|
*width: 87.469%
|
|
}
|
|
|
|
.pure-u-11-12,
|
|
.pure-u-22-24 {
|
|
width: 91.6667%;
|
|
*width: 91.6357%
|
|
}
|
|
|
|
.pure-u-23-24 {
|
|
width: 95.8333%;
|
|
*width: 95.8023%
|
|
}
|
|
|
|
.pure-u-1,
|
|
.pure-u-1-1,
|
|
.pure-u-5-5,
|
|
.pure-u-24-24 {
|
|
width: 100%
|
|
}
|
|
|
|
|
|
/*! FILE: pure-grid-responsive.css */
|
|
|
|
|
|
/*!
|
|
Pure v0.5.0
|
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
Licensed under the BSD License.
|
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
*/
|
|
|
|
@media screen and (min-width:35.5em) {
|
|
.pure-u-sm-1,
|
|
.pure-u-sm-1-1,
|
|
.pure-u-sm-1-2,
|
|
.pure-u-sm-1-3,
|
|
.pure-u-sm-2-3,
|
|
.pure-u-sm-1-4,
|
|
.pure-u-sm-3-4,
|
|
.pure-u-sm-1-5,
|
|
.pure-u-sm-2-5,
|
|
.pure-u-sm-3-5,
|
|
.pure-u-sm-4-5,
|
|
.pure-u-sm-5-5,
|
|
.pure-u-sm-1-6,
|
|
.pure-u-sm-5-6,
|
|
.pure-u-sm-1-8,
|
|
.pure-u-sm-3-8,
|
|
.pure-u-sm-5-8,
|
|
.pure-u-sm-7-8,
|
|
.pure-u-sm-1-12,
|
|
.pure-u-sm-5-12,
|
|
.pure-u-sm-7-12,
|
|
.pure-u-sm-11-12,
|
|
.pure-u-sm-1-24,
|
|
.pure-u-sm-2-24,
|
|
.pure-u-sm-3-24,
|
|
.pure-u-sm-4-24,
|
|
.pure-u-sm-5-24,
|
|
.pure-u-sm-6-24,
|
|
.pure-u-sm-7-24,
|
|
.pure-u-sm-8-24,
|
|
.pure-u-sm-9-24,
|
|
.pure-u-sm-10-24,
|
|
.pure-u-sm-11-24,
|
|
.pure-u-sm-12-24,
|
|
.pure-u-sm-13-24,
|
|
.pure-u-sm-14-24,
|
|
.pure-u-sm-15-24,
|
|
.pure-u-sm-16-24,
|
|
.pure-u-sm-17-24,
|
|
.pure-u-sm-18-24,
|
|
.pure-u-sm-19-24,
|
|
.pure-u-sm-20-24,
|
|
.pure-u-sm-21-24,
|
|
.pure-u-sm-22-24,
|
|
.pure-u-sm-23-24,
|
|
.pure-u-sm-24-24 {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto
|
|
}
|
|
.pure-u-sm-1-24 {
|
|
width: 4.1667%;
|
|
*width: 4.1357%
|
|
}
|
|
.pure-u-sm-1-12,
|
|
.pure-u-sm-2-24 {
|
|
width: 8.3333%;
|
|
*width: 8.3023%
|
|
}
|
|
.pure-u-sm-1-8,
|
|
.pure-u-sm-3-24 {
|
|
width: 12.5%;
|
|
*width: 12.469%
|
|
}
|
|
.pure-u-sm-1-6,
|
|
.pure-u-sm-4-24 {
|
|
width: 16.6667%;
|
|
*width: 16.6357%
|
|
}
|
|
.pure-u-sm-1-5 {
|
|
width: 20%;
|
|
*width: 19.969%
|
|
}
|
|
.pure-u-sm-5-24 {
|
|
width: 20.8333%;
|
|
*width: 20.8023%
|
|
}
|
|
.pure-u-sm-1-4,
|
|
.pure-u-sm-6-24 {
|
|
width: 25%;
|
|
*width: 24.969%
|
|
}
|
|
.pure-u-sm-7-24 {
|
|
width: 29.1667%;
|
|
*width: 29.1357%
|
|
}
|
|
.pure-u-sm-1-3,
|
|
.pure-u-sm-8-24 {
|
|
width: 33.3333%;
|
|
*width: 33.3023%
|
|
}
|
|
.pure-u-sm-3-8,
|
|
.pure-u-sm-9-24 {
|
|
width: 37.5%;
|
|
*width: 37.469%
|
|
}
|
|
.pure-u-sm-2-5 {
|
|
width: 40%;
|
|
*width: 39.969%
|
|
}
|
|
.pure-u-sm-5-12,
|
|
.pure-u-sm-10-24 {
|
|
width: 41.6667%;
|
|
*width: 41.6357%
|
|
}
|
|
.pure-u-sm-11-24 {
|
|
width: 45.8333%;
|
|
*width: 45.8023%
|
|
}
|
|
.pure-u-sm-1-2,
|
|
.pure-u-sm-12-24 {
|
|
width: 50%;
|
|
*width: 49.969%
|
|
}
|
|
.pure-u-sm-13-24 {
|
|
width: 54.1667%;
|
|
*width: 54.1357%
|
|
}
|
|
.pure-u-sm-7-12,
|
|
.pure-u-sm-14-24 {
|
|
width: 58.3333%;
|
|
*width: 58.3023%
|
|
}
|
|
.pure-u-sm-3-5 {
|
|
width: 60%;
|
|
*width: 59.969%
|
|
}
|
|
.pure-u-sm-5-8,
|
|
.pure-u-sm-15-24 {
|
|
width: 62.5%;
|
|
*width: 62.469%
|
|
}
|
|
.pure-u-sm-2-3,
|
|
.pure-u-sm-16-24 {
|
|
width: 66.6667%;
|
|
*width: 66.6357%
|
|
}
|
|
.pure-u-sm-17-24 {
|
|
width: 70.8333%;
|
|
*width: 70.8023%
|
|
}
|
|
.pure-u-sm-3-4,
|
|
.pure-u-sm-18-24 {
|
|
width: 75%;
|
|
*width: 74.969%
|
|
}
|
|
.pure-u-sm-19-24 {
|
|
width: 79.1667%;
|
|
*width: 79.1357%
|
|
}
|
|
.pure-u-sm-4-5 {
|
|
width: 80%;
|
|
*width: 79.969%
|
|
}
|
|
.pure-u-sm-5-6,
|
|
.pure-u-sm-20-24 {
|
|
width: 83.3333%;
|
|
*width: 83.3023%
|
|
}
|
|
.pure-u-sm-7-8,
|
|
.pure-u-sm-21-24 {
|
|
width: 87.5%;
|
|
*width: 87.469%
|
|
}
|
|
.pure-u-sm-11-12,
|
|
.pure-u-sm-22-24 {
|
|
width: 91.6667%;
|
|
*width: 91.6357%
|
|
}
|
|
.pure-u-sm-23-24 {
|
|
width: 95.8333%;
|
|
*width: 95.8023%
|
|
}
|
|
.pure-u-sm-1,
|
|
.pure-u-sm-1-1,
|
|
.pure-u-sm-5-5,
|
|
.pure-u-sm-24-24 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width:48em) {
|
|
.pure-u-md-1,
|
|
.pure-u-md-1-1,
|
|
.pure-u-md-1-2,
|
|
.pure-u-md-1-3,
|
|
.pure-u-md-2-3,
|
|
.pure-u-md-1-4,
|
|
.pure-u-md-3-4,
|
|
.pure-u-md-1-5,
|
|
.pure-u-md-2-5,
|
|
.pure-u-md-3-5,
|
|
.pure-u-md-4-5,
|
|
.pure-u-md-5-5,
|
|
.pure-u-md-1-6,
|
|
.pure-u-md-5-6,
|
|
.pure-u-md-1-8,
|
|
.pure-u-md-3-8,
|
|
.pure-u-md-5-8,
|
|
.pure-u-md-7-8,
|
|
.pure-u-md-1-12,
|
|
.pure-u-md-5-12,
|
|
.pure-u-md-7-12,
|
|
.pure-u-md-11-12,
|
|
.pure-u-md-1-24,
|
|
.pure-u-md-2-24,
|
|
.pure-u-md-3-24,
|
|
.pure-u-md-4-24,
|
|
.pure-u-md-5-24,
|
|
.pure-u-md-6-24,
|
|
.pure-u-md-7-24,
|
|
.pure-u-md-8-24,
|
|
.pure-u-md-9-24,
|
|
.pure-u-md-10-24,
|
|
.pure-u-md-11-24,
|
|
.pure-u-md-12-24,
|
|
.pure-u-md-13-24,
|
|
.pure-u-md-14-24,
|
|
.pure-u-md-15-24,
|
|
.pure-u-md-16-24,
|
|
.pure-u-md-17-24,
|
|
.pure-u-md-18-24,
|
|
.pure-u-md-19-24,
|
|
.pure-u-md-20-24,
|
|
.pure-u-md-21-24,
|
|
.pure-u-md-22-24,
|
|
.pure-u-md-23-24,
|
|
.pure-u-md-24-24 {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto
|
|
}
|
|
.pure-u-md-1-24 {
|
|
width: 4.1667%;
|
|
*width: 4.1357%
|
|
}
|
|
.pure-u-md-1-12,
|
|
.pure-u-md-2-24 {
|
|
width: 8.3333%;
|
|
*width: 8.3023%
|
|
}
|
|
.pure-u-md-1-8,
|
|
.pure-u-md-3-24 {
|
|
width: 12.5%;
|
|
*width: 12.469%
|
|
}
|
|
.pure-u-md-1-6,
|
|
.pure-u-md-4-24 {
|
|
width: 16.6667%;
|
|
*width: 16.6357%
|
|
}
|
|
.pure-u-md-1-5 {
|
|
width: 20%;
|
|
*width: 19.969%
|
|
}
|
|
.pure-u-md-5-24 {
|
|
width: 20.8333%;
|
|
*width: 20.8023%
|
|
}
|
|
.pure-u-md-1-4,
|
|
.pure-u-md-6-24 {
|
|
width: 25%;
|
|
*width: 24.969%
|
|
}
|
|
.pure-u-md-7-24 {
|
|
width: 29.1667%;
|
|
*width: 29.1357%
|
|
}
|
|
.pure-u-md-1-3,
|
|
.pure-u-md-8-24 {
|
|
width: 33.3333%;
|
|
*width: 33.3023%
|
|
}
|
|
.pure-u-md-3-8,
|
|
.pure-u-md-9-24 {
|
|
width: 37.5%;
|
|
*width: 37.469%
|
|
}
|
|
.pure-u-md-2-5 {
|
|
width: 40%;
|
|
*width: 39.969%
|
|
}
|
|
.pure-u-md-5-12,
|
|
.pure-u-md-10-24 {
|
|
width: 41.6667%;
|
|
*width: 41.6357%
|
|
}
|
|
.pure-u-md-11-24 {
|
|
width: 45.8333%;
|
|
*width: 45.8023%
|
|
}
|
|
.pure-u-md-1-2,
|
|
.pure-u-md-12-24 {
|
|
width: 50%;
|
|
*width: 49.969%
|
|
}
|
|
.pure-u-md-13-24 {
|
|
width: 54.1667%;
|
|
*width: 54.1357%
|
|
}
|
|
.pure-u-md-7-12,
|
|
.pure-u-md-14-24 {
|
|
width: 58.3333%;
|
|
*width: 58.3023%
|
|
}
|
|
.pure-u-md-3-5 {
|
|
width: 60%;
|
|
*width: 59.969%
|
|
}
|
|
.pure-u-md-5-8,
|
|
.pure-u-md-15-24 {
|
|
width: 62.5%;
|
|
*width: 62.469%
|
|
}
|
|
.pure-u-md-2-3,
|
|
.pure-u-md-16-24 {
|
|
width: 66.6667%;
|
|
*width: 66.6357%
|
|
}
|
|
.pure-u-md-17-24 {
|
|
width: 70.8333%;
|
|
*width: 70.8023%
|
|
}
|
|
.pure-u-md-3-4,
|
|
.pure-u-md-18-24 {
|
|
width: 75%;
|
|
*width: 74.969%
|
|
}
|
|
.pure-u-md-19-24 {
|
|
width: 79.1667%;
|
|
*width: 79.1357%
|
|
}
|
|
.pure-u-md-4-5 {
|
|
width: 80%;
|
|
*width: 79.969%
|
|
}
|
|
.pure-u-md-5-6,
|
|
.pure-u-md-20-24 {
|
|
width: 83.3333%;
|
|
*width: 83.3023%
|
|
}
|
|
.pure-u-md-7-8,
|
|
.pure-u-md-21-24 {
|
|
width: 87.5%;
|
|
*width: 87.469%
|
|
}
|
|
.pure-u-md-11-12,
|
|
.pure-u-md-22-24 {
|
|
width: 91.6667%;
|
|
*width: 91.6357%
|
|
}
|
|
.pure-u-md-23-24 {
|
|
width: 95.8333%;
|
|
*width: 95.8023%
|
|
}
|
|
.pure-u-md-1,
|
|
.pure-u-md-1-1,
|
|
.pure-u-md-5-5,
|
|
.pure-u-md-24-24 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width:64em) {
|
|
.pure-u-lg-1,
|
|
.pure-u-lg-1-1,
|
|
.pure-u-lg-1-2,
|
|
.pure-u-lg-1-3,
|
|
.pure-u-lg-2-3,
|
|
.pure-u-lg-1-4,
|
|
.pure-u-lg-3-4,
|
|
.pure-u-lg-1-5,
|
|
.pure-u-lg-2-5,
|
|
.pure-u-lg-3-5,
|
|
.pure-u-lg-4-5,
|
|
.pure-u-lg-5-5,
|
|
.pure-u-lg-1-6,
|
|
.pure-u-lg-5-6,
|
|
.pure-u-lg-1-8,
|
|
.pure-u-lg-3-8,
|
|
.pure-u-lg-5-8,
|
|
.pure-u-lg-7-8,
|
|
.pure-u-lg-1-12,
|
|
.pure-u-lg-5-12,
|
|
.pure-u-lg-7-12,
|
|
.pure-u-lg-11-12,
|
|
.pure-u-lg-1-24,
|
|
.pure-u-lg-2-24,
|
|
.pure-u-lg-3-24,
|
|
.pure-u-lg-4-24,
|
|
.pure-u-lg-5-24,
|
|
.pure-u-lg-6-24,
|
|
.pure-u-lg-7-24,
|
|
.pure-u-lg-8-24,
|
|
.pure-u-lg-9-24,
|
|
.pure-u-lg-10-24,
|
|
.pure-u-lg-11-24,
|
|
.pure-u-lg-12-24,
|
|
.pure-u-lg-13-24,
|
|
.pure-u-lg-14-24,
|
|
.pure-u-lg-15-24,
|
|
.pure-u-lg-16-24,
|
|
.pure-u-lg-17-24,
|
|
.pure-u-lg-18-24,
|
|
.pure-u-lg-19-24,
|
|
.pure-u-lg-20-24,
|
|
.pure-u-lg-21-24,
|
|
.pure-u-lg-22-24,
|
|
.pure-u-lg-23-24,
|
|
.pure-u-lg-24-24 {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto
|
|
}
|
|
.pure-u-lg-1-24 {
|
|
width: 4.1667%;
|
|
*width: 4.1357%
|
|
}
|
|
.pure-u-lg-1-12,
|
|
.pure-u-lg-2-24 {
|
|
width: 8.3333%;
|
|
*width: 8.3023%
|
|
}
|
|
.pure-u-lg-1-8,
|
|
.pure-u-lg-3-24 {
|
|
width: 12.5%;
|
|
*width: 12.469%
|
|
}
|
|
.pure-u-lg-1-6,
|
|
.pure-u-lg-4-24 {
|
|
width: 16.6667%;
|
|
*width: 16.6357%
|
|
}
|
|
.pure-u-lg-1-5 {
|
|
width: 20%;
|
|
*width: 19.969%
|
|
}
|
|
.pure-u-lg-5-24 {
|
|
width: 20.8333%;
|
|
*width: 20.8023%
|
|
}
|
|
.pure-u-lg-1-4,
|
|
.pure-u-lg-6-24 {
|
|
width: 25%;
|
|
*width: 24.969%
|
|
}
|
|
.pure-u-lg-7-24 {
|
|
width: 29.1667%;
|
|
*width: 29.1357%
|
|
}
|
|
.pure-u-lg-1-3,
|
|
.pure-u-lg-8-24 {
|
|
width: 33.3333%;
|
|
*width: 33.3023%
|
|
}
|
|
.pure-u-lg-3-8,
|
|
.pure-u-lg-9-24 {
|
|
width: 37.5%;
|
|
*width: 37.469%
|
|
}
|
|
.pure-u-lg-2-5 {
|
|
width: 40%;
|
|
*width: 39.969%
|
|
}
|
|
.pure-u-lg-5-12,
|
|
.pure-u-lg-10-24 {
|
|
width: 41.6667%;
|
|
*width: 41.6357%
|
|
}
|
|
.pure-u-lg-11-24 {
|
|
width: 45.8333%;
|
|
*width: 45.8023%
|
|
}
|
|
.pure-u-lg-1-2,
|
|
.pure-u-lg-12-24 {
|
|
width: 50%;
|
|
*width: 49.969%
|
|
}
|
|
.pure-u-lg-13-24 {
|
|
width: 54.1667%;
|
|
*width: 54.1357%
|
|
}
|
|
.pure-u-lg-7-12,
|
|
.pure-u-lg-14-24 {
|
|
width: 58.3333%;
|
|
*width: 58.3023%
|
|
}
|
|
.pure-u-lg-3-5 {
|
|
width: 60%;
|
|
*width: 59.969%
|
|
}
|
|
.pure-u-lg-5-8,
|
|
.pure-u-lg-15-24 {
|
|
width: 62.5%;
|
|
*width: 62.469%
|
|
}
|
|
.pure-u-lg-2-3,
|
|
.pure-u-lg-16-24 {
|
|
width: 66.6667%;
|
|
*width: 66.6357%
|
|
}
|
|
.pure-u-lg-17-24 {
|
|
width: 70.8333%;
|
|
*width: 70.8023%
|
|
}
|
|
.pure-u-lg-3-4,
|
|
.pure-u-lg-18-24 {
|
|
width: 75%;
|
|
*width: 74.969%
|
|
}
|
|
.pure-u-lg-19-24 {
|
|
width: 79.1667%;
|
|
*width: 79.1357%
|
|
}
|
|
.pure-u-lg-4-5 {
|
|
width: 80%;
|
|
*width: 79.969%
|
|
}
|
|
.pure-u-lg-5-6,
|
|
.pure-u-lg-20-24 {
|
|
width: 83.3333%;
|
|
*width: 83.3023%
|
|
}
|
|
.pure-u-lg-7-8,
|
|
.pure-u-lg-21-24 {
|
|
width: 87.5%;
|
|
*width: 87.469%
|
|
}
|
|
.pure-u-lg-11-12,
|
|
.pure-u-lg-22-24 {
|
|
width: 91.6667%;
|
|
*width: 91.6357%
|
|
}
|
|
.pure-u-lg-23-24 {
|
|
width: 95.8333%;
|
|
*width: 95.8023%
|
|
}
|
|
.pure-u-lg-1,
|
|
.pure-u-lg-1-1,
|
|
.pure-u-lg-5-5,
|
|
.pure-u-lg-24-24 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width:80em) {
|
|
.pure-u-xl-1,
|
|
.pure-u-xl-1-1,
|
|
.pure-u-xl-1-2,
|
|
.pure-u-xl-1-3,
|
|
.pure-u-xl-2-3,
|
|
.pure-u-xl-1-4,
|
|
.pure-u-xl-3-4,
|
|
.pure-u-xl-1-5,
|
|
.pure-u-xl-2-5,
|
|
.pure-u-xl-3-5,
|
|
.pure-u-xl-4-5,
|
|
.pure-u-xl-5-5,
|
|
.pure-u-xl-1-6,
|
|
.pure-u-xl-5-6,
|
|
.pure-u-xl-1-8,
|
|
.pure-u-xl-3-8,
|
|
.pure-u-xl-5-8,
|
|
.pure-u-xl-7-8,
|
|
.pure-u-xl-1-12,
|
|
.pure-u-xl-5-12,
|
|
.pure-u-xl-7-12,
|
|
.pure-u-xl-11-12,
|
|
.pure-u-xl-1-24,
|
|
.pure-u-xl-2-24,
|
|
.pure-u-xl-3-24,
|
|
.pure-u-xl-4-24,
|
|
.pure-u-xl-5-24,
|
|
.pure-u-xl-6-24,
|
|
.pure-u-xl-7-24,
|
|
.pure-u-xl-8-24,
|
|
.pure-u-xl-9-24,
|
|
.pure-u-xl-10-24,
|
|
.pure-u-xl-11-24,
|
|
.pure-u-xl-12-24,
|
|
.pure-u-xl-13-24,
|
|
.pure-u-xl-14-24,
|
|
.pure-u-xl-15-24,
|
|
.pure-u-xl-16-24,
|
|
.pure-u-xl-17-24,
|
|
.pure-u-xl-18-24,
|
|
.pure-u-xl-19-24,
|
|
.pure-u-xl-20-24,
|
|
.pure-u-xl-21-24,
|
|
.pure-u-xl-22-24,
|
|
.pure-u-xl-23-24,
|
|
.pure-u-xl-24-24 {
|
|
display: inline-block;
|
|
*display: inline;
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto
|
|
}
|
|
.pure-u-xl-1-24 {
|
|
width: 4.1667%;
|
|
*width: 4.1357%
|
|
}
|
|
.pure-u-xl-1-12,
|
|
.pure-u-xl-2-24 {
|
|
width: 8.3333%;
|
|
*width: 8.3023%
|
|
}
|
|
.pure-u-xl-1-8,
|
|
.pure-u-xl-3-24 {
|
|
width: 12.5%;
|
|
*width: 12.469%
|
|
}
|
|
.pure-u-xl-1-6,
|
|
.pure-u-xl-4-24 {
|
|
width: 16.6667%;
|
|
*width: 16.6357%
|
|
}
|
|
.pure-u-xl-1-5 {
|
|
width: 20%;
|
|
*width: 19.969%
|
|
}
|
|
.pure-u-xl-5-24 {
|
|
width: 20.8333%;
|
|
*width: 20.8023%
|
|
}
|
|
.pure-u-xl-1-4,
|
|
.pure-u-xl-6-24 {
|
|
width: 25%;
|
|
*width: 24.969%
|
|
}
|
|
.pure-u-xl-7-24 {
|
|
width: 29.1667%;
|
|
*width: 29.1357%
|
|
}
|
|
.pure-u-xl-1-3,
|
|
.pure-u-xl-8-24 {
|
|
width: 33.3333%;
|
|
*width: 33.3023%
|
|
}
|
|
.pure-u-xl-3-8,
|
|
.pure-u-xl-9-24 {
|
|
width: 37.5%;
|
|
*width: 37.469%
|
|
}
|
|
.pure-u-xl-2-5 {
|
|
width: 40%;
|
|
*width: 39.969%
|
|
}
|
|
.pure-u-xl-5-12,
|
|
.pure-u-xl-10-24 {
|
|
width: 41.6667%;
|
|
*width: 41.6357%
|
|
}
|
|
.pure-u-xl-11-24 {
|
|
width: 45.8333%;
|
|
*width: 45.8023%
|
|
}
|
|
.pure-u-xl-1-2,
|
|
.pure-u-xl-12-24 {
|
|
width: 50%;
|
|
*width: 49.969%
|
|
}
|
|
.pure-u-xl-13-24 {
|
|
width: 54.1667%;
|
|
*width: 54.1357%
|
|
}
|
|
.pure-u-xl-7-12,
|
|
.pure-u-xl-14-24 {
|
|
width: 58.3333%;
|
|
*width: 58.3023%
|
|
}
|
|
.pure-u-xl-3-5 {
|
|
width: 60%;
|
|
*width: 59.969%
|
|
}
|
|
.pure-u-xl-5-8,
|
|
.pure-u-xl-15-24 {
|
|
width: 62.5%;
|
|
*width: 62.469%
|
|
}
|
|
.pure-u-xl-2-3,
|
|
.pure-u-xl-16-24 {
|
|
width: 66.6667%;
|
|
*width: 66.6357%
|
|
}
|
|
.pure-u-xl-17-24 {
|
|
width: 70.8333%;
|
|
*width: 70.8023%
|
|
}
|
|
.pure-u-xl-3-4,
|
|
.pure-u-xl-18-24 {
|
|
width: 75%;
|
|
*width: 74.969%
|
|
}
|
|
.pure-u-xl-19-24 {
|
|
width: 79.1667%;
|
|
*width: 79.1357%
|
|
}
|
|
.pure-u-xl-4-5 {
|
|
width: 80%;
|
|
*width: 79.969%
|
|
}
|
|
.pure-u-xl-5-6,
|
|
.pure-u-xl-20-24 {
|
|
width: 83.3333%;
|
|
*width: 83.3023%
|
|
}
|
|
.pure-u-xl-7-8,
|
|
.pure-u-xl-21-24 {
|
|
width: 87.5%;
|
|
*width: 87.469%
|
|
}
|
|
.pure-u-xl-11-12,
|
|
.pure-u-xl-22-24 {
|
|
width: 91.6667%;
|
|
*width: 91.6357%
|
|
}
|
|
.pure-u-xl-23-24 {
|
|
width: 95.8333%;
|
|
*width: 95.8023%
|
|
}
|
|
.pure-u-xl-1,
|
|
.pure-u-xl-1-1,
|
|
.pure-u-xl-5-5,
|
|
.pure-u-xl-24-24 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.circle-gauge-wrap {
|
|
margin: 0 auto;
|
|
color: #a9a9a9;
|
|
background: #f2f5f6;
|
|
background: linear-gradient(160deg, rgba(255, 255, 255, .5) 15%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse at center, rgba(193, 193, 193, 1) 0%, rgba(180, 180, 180, 1) 49%, rgba(198, 198, 198, 1) 68%, rgba(200, 200, 200, 1) 71%, rgba(200, 200, 200, 1) 100%);
|
|
border: 2px solid #fff;
|
|
font-size: 6em;
|
|
border-radius: 2em;
|
|
box-shadow: 1px 1px 1px Black inset, 1px 1px 2px Black;
|
|
-webkit-animation: fadein 1.5s;
|
|
-moz-animation: fadein 1.5s;
|
|
-ms-animation: fadein 1.5s;
|
|
-o-animation: fadein 1.5s;
|
|
animation: fadein 1.5s
|
|
}
|
|
|
|
.circle-gauge {
|
|
cursor: pointer;
|
|
float: left;
|
|
height: 160px;
|
|
width: 160px;
|
|
position: relative
|
|
}
|
|
|
|
.circle-gauge.small {
|
|
height: 80px;
|
|
width: 80px
|
|
}
|
|
|
|
.circle-gauge.medium {
|
|
height: 120px;
|
|
width: 120px
|
|
}
|
|
|
|
.circle-gauge span {
|
|
color: #dc143c !important;
|
|
text-shadow: 1px 1px 0 white;
|
|
font-family: sans-serif;
|
|
font-size: .38em;
|
|
font-weight: 600;
|
|
line-height: 1em;
|
|
margin: -.5em 0 0 !important;
|
|
position: absolute;
|
|
z-index: 100;
|
|
top: 50%;
|
|
left: -2%;
|
|
text-align: center;
|
|
width: 100%;
|
|
-webkit-animation: fadein 1.5s;
|
|
-moz-animation: fadein 1.5s;
|
|
-ms-animation: fadein 1.5s;
|
|
-o-animation: fadein 1.5s;
|
|
animation: fadein 1.5s
|
|
}
|
|
|
|
.circle-gauge.small span {
|
|
font-size: .2em
|
|
}
|
|
|
|
.circle-gauge.medium span {
|
|
font-size: .26em
|
|
}
|
|
|
|
.circle-gauge.yellow span {
|
|
color: #e6e600 !important;
|
|
text-shadow: 1px 1px 0 black
|
|
}
|
|
|
|
.circle-gauge.green span {
|
|
color: #228b22 !important
|
|
}
|
|
|
|
.circle-gauge .bar {
|
|
height: 80%;
|
|
margin: -41% 0 0 -3px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 3%
|
|
}
|
|
|
|
.circle-gauge.small .bar {
|
|
height: 78%
|
|
}
|
|
|
|
.circle-gauge .bar:after,
|
|
.circle-gauge.double .bar:before {
|
|
background: #dc143c;
|
|
border-radius: 10px;
|
|
content: "";
|
|
height: 15%;
|
|
position: absolute;
|
|
top: -10%;
|
|
left: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.circle-gauge.double .bar:after,
|
|
.circle-gauge.double .bar:before {
|
|
height: 10%;
|
|
width: 80%
|
|
}
|
|
|
|
.circle-gauge.double .bar:before {
|
|
left: 125%
|
|
}
|
|
|
|
.circle-gauge.green .bar:after,
|
|
.circle-gauge.green .bar:before {
|
|
background: #228b22
|
|
}
|
|
|
|
.circle-gauge.yellow .bar:after,
|
|
.circle-gauge.yellow .bar:before {
|
|
background: #e6e600
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(2) {
|
|
-ms-transform: rotate(10deg);
|
|
-webkit-transform: rotate(10deg);
|
|
transform: rotate(10deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(3) {
|
|
-ms-transform: rotate(20deg);
|
|
-webkit-transform: rotate(20deg);
|
|
transform: rotate(20deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(4) {
|
|
-ms-transform: rotate(30deg);
|
|
-webkit-transform: rotate(30deg);
|
|
transform: rotate(30deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(5) {
|
|
-ms-transform: rotate(40deg);
|
|
-webkit-transform: rotate(40deg);
|
|
transform: rotate(40deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(6) {
|
|
-ms-transform: rotate(50deg);
|
|
-webkit-transform: rotate(50deg);
|
|
transform: rotate(50deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(7) {
|
|
-ms-transform: rotate(60deg);
|
|
-webkit-transform: rotate(60deg);
|
|
transform: rotate(60deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(8) {
|
|
-ms-transform: rotate(70deg);
|
|
-webkit-transform: rotate(70deg);
|
|
transform: rotate(70deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(9) {
|
|
-ms-transform: rotate(80deg);
|
|
-webkit-transform: rotate(80deg);
|
|
transform: rotate(80deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(10) {
|
|
-ms-transform: rotate(90deg);
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(11) {
|
|
-ms-transform: rotate(100deg);
|
|
-webkit-transform: rotate(100deg);
|
|
transform: rotate(100deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(12) {
|
|
-ms-transform: rotate(110deg);
|
|
-webkit-transform: rotate(110deg);
|
|
transform: rotate(110deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(13) {
|
|
-ms-transform: rotate(120deg);
|
|
-webkit-transform: rotate(120deg);
|
|
transform: rotate(120deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(14) {
|
|
-ms-transform: rotate(130deg);
|
|
-webkit-transform: rotate(130deg);
|
|
transform: rotate(130deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(15) {
|
|
-ms-transform: rotate(140deg);
|
|
-webkit-transform: rotate(140deg);
|
|
transform: rotate(140deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(16) {
|
|
-ms-transform: rotate(150deg);
|
|
-webkit-transform: rotate(150deg);
|
|
transform: rotate(150deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(17) {
|
|
-ms-transform: rotate(160deg);
|
|
-webkit-transform: rotate(160deg);
|
|
transform: rotate(160deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(18) {
|
|
-ms-transform: rotate(170deg);
|
|
-webkit-transform: rotate(170deg);
|
|
transform: rotate(170deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(19) {
|
|
-ms-transform: rotate(180deg);
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(20) {
|
|
-ms-transform: rotate(190deg);
|
|
-webkit-transform: rotate(190deg);
|
|
transform: rotate(190deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(21) {
|
|
-ms-transform: rotate(200deg);
|
|
-webkit-transform: rotate(200deg);
|
|
transform: rotate(200deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(22) {
|
|
-ms-transform: rotate(210deg);
|
|
-webkit-transform: rotate(210deg);
|
|
transform: rotate(210deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(23) {
|
|
-ms-transform: rotate(220deg);
|
|
-webkit-transform: rotate(220deg);
|
|
transform: rotate(220deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(24) {
|
|
-ms-transform: rotate(230deg);
|
|
-webkit-transform: rotate(230deg);
|
|
transform: rotate(230deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(25) {
|
|
-ms-transform: rotate(240deg);
|
|
-webkit-transform: rotate(240deg);
|
|
transform: rotate(240deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(26) {
|
|
-ms-transform: rotate(250deg);
|
|
-webkit-transform: rotate(250deg);
|
|
transform: rotate(250deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(27) {
|
|
-ms-transform: rotate(260deg);
|
|
-webkit-transform: rotate(260deg);
|
|
transform: rotate(260deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(28) {
|
|
-ms-transform: rotate(270deg);
|
|
-webkit-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(29) {
|
|
-ms-transform: rotate(280deg);
|
|
-webkit-transform: rotate(280deg);
|
|
transform: rotate(280deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(30) {
|
|
-ms-transform: rotate(290deg);
|
|
-webkit-transform: rotate(290deg);
|
|
transform: rotate(290deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(31) {
|
|
-ms-transform: rotate(300deg);
|
|
-webkit-transform: rotate(300deg);
|
|
transform: rotate(300deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(32) {
|
|
-ms-transform: rotate(310deg);
|
|
-webkit-transform: rotate(310deg);
|
|
transform: rotate(310deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(33) {
|
|
-ms-transform: rotate(320deg);
|
|
-webkit-transform: rotate(320deg);
|
|
transform: rotate(320deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(34) {
|
|
-ms-transform: rotate(330deg);
|
|
-webkit-transform: rotate(330deg);
|
|
transform: rotate(330deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(35) {
|
|
-ms-transform: rotate(340deg);
|
|
-webkit-transform: rotate(340deg);
|
|
transform: rotate(340deg)
|
|
}
|
|
|
|
.circle-gauge .bar:nth-child(36) {
|
|
-ms-transform: rotate(350deg);
|
|
-webkit-transform: rotate(350deg);
|
|
transform: rotate(350deg)
|
|
}
|
|
|
|
@keyframes fadein {
|
|
from {
|
|
opacity: 0
|
|
}
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-moz-keyframes fadein {
|
|
from {
|
|
opacity: 0
|
|
}
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes fadein {
|
|
from {
|
|
opacity: 0
|
|
}
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-ms-keyframes fadein {
|
|
from {
|
|
opacity: 0
|
|
}
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-o-keyframes fadein {
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
// THEME STYLES
|
|
|
|
/*! FILE: jquery-ui-overrides.less.css */
|
|
|
|
.ui-accordion .ui-accordion-noicons {
|
|
padding-left: .7em
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-content {
|
|
padding: .6em;
|
|
background: #d6dbde;
|
|
border: solid 1px #1d3a83
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-icons {
|
|
padding-left: 2.2em
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
|
position: absolute;
|
|
left: .8em;
|
|
top: 40%
|
|
}
|
|
|
|
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
|
|
border-bottom: none
|
|
}
|
|
|
|
.ui-menu.ui-autocomplete.ui-widget.ui-widget-content {
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
border: 1px solid transparent;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
z-index: 1202
|
|
}
|
|
|
|
.ui-menu.ui-autocomplete .ui-menu-item {
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border: 1px solid transparent;
|
|
cursor: pointer;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 4px 6px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.ui-menu.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper,
|
|
.ui-menu.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
|
|
border: none;
|
|
background: none;
|
|
color: inherit;
|
|
padding: 0;
|
|
box-shadow: none
|
|
}
|
|
|
|
.ui-menu.ui-autocomplete .ui-menu-item span {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.ui-menu.ui-autocomplete .ui-menu-item:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
.ui-autocomplete-loading {
|
|
background: #142859 url("../../Images/Loading.gif") right center no-repeat !important
|
|
}
|
|
|
|
.ui-button {
|
|
padding: 4px 12px;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
.ui-button-text-only .ui-button-text {
|
|
padding: .35em 1em
|
|
}
|
|
|
|
.ui-button-icon-only .ui-button-text,
|
|
.ui-button-icons-only .ui-button-text {
|
|
padding: .4em;
|
|
text-indent: -9999999px
|
|
}
|
|
|
|
.ui-button-text-icon-secondary .ui-button-text,
|
|
.ui-button-text-icons .ui-button-text {
|
|
padding-right: 1.9em
|
|
}
|
|
|
|
.ui-button-text-icons .ui-button-text {
|
|
padding-left: 2.1em;
|
|
padding-right: 2.1em
|
|
}
|
|
|
|
input.ui-button {
|
|
padding: 4px 12px
|
|
}
|
|
|
|
.ui-controlgroup {
|
|
margin-right: .1em
|
|
}
|
|
|
|
.ui-controlgroup>.ui-controlgroup-item {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.ui-datepicker {
|
|
width: 20em;
|
|
z-index: 1202 !important;
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev span,
|
|
.ui-datepicker .ui-datepicker-next span {
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
margin-left: 0;
|
|
top: 0;
|
|
margin-top: 0;
|
|
font-size: 28px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev,
|
|
.ui-datepicker .ui-datepicker-next {
|
|
top: 5px;
|
|
width: 28px;
|
|
height: 28px
|
|
}
|
|
|
|
.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover,
|
|
.ui-datepicker .ui-state-hover.ui-datepicker-next-hover {
|
|
top: 5px;
|
|
border: none;
|
|
box-shadow: none;
|
|
background: none;
|
|
color: inherit;
|
|
text-shadow: inherit
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev {
|
|
left: 6px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next {
|
|
right: 2px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev-hover {
|
|
left: 6px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
right: 2px
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-title {
|
|
font-weight: bold
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month-year {
|
|
width: 100%;
|
|
padding: 0 0 0 4px;
|
|
height: 31px
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year {
|
|
width: 90px;
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
padding: 0 0 0 4px;
|
|
height: 31px
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month:hover,
|
|
.ui-datepicker select.ui-datepicker-year:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month:focus,
|
|
.ui-datepicker select.ui-datepicker-year:focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month option,
|
|
.ui-datepicker select.ui-datepicker-year option {
|
|
background-color: #666f74;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-shadow: none;
|
|
cursor: pointer;
|
|
padding: 2px
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month option:hover,
|
|
.ui-datepicker select.ui-datepicker-year option:hover {
|
|
background: #ff8400 url(../images/overlay.png) repeat-x 0 -110px;
|
|
color: #fff
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month option:checked,
|
|
.ui-datepicker select.ui-datepicker-year option:checked {
|
|
background: #1d3a83 url(../images/overlay.png) repeat-x 0 -110px;
|
|
color: #fff
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane button:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-dialog {
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-title {
|
|
font-weight: bold
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar-close {
|
|
width: 21px
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
background-color: unset
|
|
}
|
|
|
|
.ui-menu.ui-widget.ui-widget-content {
|
|
display: block;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
max-height: 280px;
|
|
white-space: nowrap;
|
|
min-width: 100px;
|
|
z-index: 100
|
|
}
|
|
|
|
.ui-menu.ui-widget.ui-widget-content.positionAbsolute {
|
|
position: absolute
|
|
}
|
|
|
|
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
padding: 6px 10px;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border: 1px solid transparent;
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
width: 100%
|
|
}
|
|
|
|
.ui-menu .ui-menu-item .ui-menu-item-wrapper img {
|
|
width: 24px;
|
|
border: none;
|
|
margin: 0 8px -6px 0
|
|
}
|
|
|
|
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
margin: 0
|
|
}
|
|
|
|
.ui-menu .ui-state-focus,
|
|
.ui-menu .ui-state-active {
|
|
margin: 0
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-button {
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
height: 31px;
|
|
width: inherit;
|
|
padding: 0 6px
|
|
}
|
|
|
|
.ui-selectmenu-text {
|
|
line-height: 31px;
|
|
margin-top: -1px
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-selectmenu-button-closed {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-state-default .ui-icon,
|
|
.ui-selectmenu-button.ui-widget.ui-state-default .ui-icon {
|
|
background-image: none
|
|
}
|
|
|
|
.ui-selectmenu-button span.ui-icon {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
border: 5px solid transparent;
|
|
border-top-color: #fff;
|
|
border-width: 7px 7px 0 7px;
|
|
top: 40%;
|
|
right: 6px
|
|
}
|
|
|
|
.ui-selectmenu-icon.ui-helper-hidden {
|
|
display: none
|
|
}
|
|
|
|
.ui-selectmenu-text.ui-helper-reset {
|
|
margin-right: 0
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-button-hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-state-hover:not(:focus)>.ui-icon,
|
|
.ui-selectmenu-button.ui-widget.ui-state-hover:not(:focus)>.ui-icon {
|
|
border-color: #fff transparent transparent
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-selectmenu-button-open,
|
|
.ui-selectmenu-button.ui-selectmenu-button-open.ui-button:focus,
|
|
.ui-selectmenu-button.ui-selectmenu-button-open.ui-button:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-selectmenu-button.ui-selectmenu-button-open span.ui-icon {
|
|
transform: rotate(180.01deg);
|
|
-webkit-transform: rotate(180.01deg);
|
|
-ms-transform: rotate(180.01deg);
|
|
border-color: #fff transparent transparent
|
|
}
|
|
|
|
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
max-height: 280px
|
|
}
|
|
|
|
.ui-selectmenu-menu {
|
|
visibility: hidden;
|
|
display: block
|
|
}
|
|
|
|
.ui-selectmenu-open {
|
|
visibility: visible;
|
|
display: block
|
|
}
|
|
|
|
.ui-spinner.ui-widget.ui-widget-content {
|
|
border: none;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
.ui-spinner.ui-widget-content .ui-spinner-input {
|
|
margin: 0
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button,
|
|
.ui-spinner a.ui-spinner-button:hover,
|
|
.ui-spinner a.ui-spinner-button:focus,
|
|
.ui-spinner a.ui-spinner-button:active {
|
|
border-style: solid;
|
|
margin-bottom: 0;
|
|
display: inline;
|
|
text-indent: 0;
|
|
overflow: visible;
|
|
font: normal normal normal 14px/.4 FontAwesome;
|
|
height: 50%
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button:before {
|
|
margin: 1px -8px 0
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button.ui-spinner-up {
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button.ui-spinner-up:before {
|
|
content: ""
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button.ui-spinner-down:before {
|
|
content: ""
|
|
}
|
|
|
|
.ui-spinner a.ui-spinner-button span.ui-button-icon,
|
|
.ui-spinner a.ui-spinner-button:hover span.ui-button-icon {
|
|
background: none
|
|
}
|
|
|
|
.ui-tabs {
|
|
padding: 0
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav {
|
|
border-top: 0;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li {
|
|
margin: .2em .3em 0 .3em
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
|
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
|
cursor: default
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-anchor .ui-icon {
|
|
margin-right: 6px
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-panel {
|
|
padding: .6em
|
|
}
|
|
|
|
.ui-tooltip {
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.ui-widget {
|
|
font-family: inherit;
|
|
font-size: inherit
|
|
}
|
|
|
|
.ui-widget input,
|
|
.ui-widget select,
|
|
.ui-widget textarea,
|
|
.ui-widget button {
|
|
font-family: inherit
|
|
}
|
|
|
|
.ui-widget.ui-widget-content {
|
|
border: solid 1px #1d3a83
|
|
}
|
|
|
|
.ui-widget-content {
|
|
border: solid 1px #1d3a83;
|
|
background: #d6dbde;
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
.ui-widget-header {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-widget-header a {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default,
|
|
.ui-button,
|
|
html .ui-button.ui-state-disabled:hover,
|
|
html .ui-button.ui-state-disabled:active {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-default a,
|
|
.ui-state-default a:link,
|
|
.ui-state-default a:visited,
|
|
a.ui-button,
|
|
a:link.ui-button,
|
|
a:visited.ui-button,
|
|
.ui-button {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-hover,
|
|
.ui-widget-content .ui-state-hover,
|
|
.ui-widget-header .ui-state-hover,
|
|
.ui-state-focus,
|
|
.ui-widget-content .ui-state-focus,
|
|
.ui-widget-header .ui-state-focus,
|
|
.ui-button:hover,
|
|
.ui-button:focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-hover a,
|
|
.ui-state-hover a:hover,
|
|
.ui-state-hover a:link,
|
|
.ui-state-hover a:visited,
|
|
.ui-state-focus a,
|
|
.ui-state-focus a:hover,
|
|
.ui-state-focus a:link,
|
|
.ui-state-focus a:visited,
|
|
a.ui-button:hover,
|
|
a.ui-button:focus {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-active,
|
|
.ui-widget-content .ui-state-active,
|
|
.ui-widget-header .ui-state-active,
|
|
a.ui-button:active,
|
|
.ui-button:active,
|
|
.ui-button.ui-state-active:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-active a,
|
|
.ui-state-active a:link,
|
|
.ui-state-active a:visited {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-state-highlight,
|
|
.ui-widget-content .ui-state-highlight,
|
|
.ui-widget-header .ui-state-highlight {
|
|
background: #fbec88;
|
|
background-image: none;
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
.ui-state-error,
|
|
.ui-widget-content .ui-state-error,
|
|
.ui-widget-header .ui-state-error {
|
|
background: #fef1ec;
|
|
background-image: none
|
|
}
|
|
|
|
.ui-icon,
|
|
.ui-widget-content .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_222222_256x240.png")
|
|
}
|
|
|
|
.ui-widget-header .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_222222_256x240.png")
|
|
}
|
|
|
|
.ui-state-default .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_222222_256x240.png")
|
|
}
|
|
|
|
.ui-state-hover .ui-icon,
|
|
.ui-state-focus .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_222222_256x240.png")
|
|
}
|
|
|
|
.ui-state-active .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_d8e7f3_256x240.png")
|
|
}
|
|
|
|
.ui-state-highlight .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_f9bd01_256x240.png")
|
|
}
|
|
|
|
.ui-state-error .ui-icon,
|
|
.ui-state-error-text .ui-icon {
|
|
background-image: url("../Core/images/ui-icons_cd0a0a_256x240.png")
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-left,
|
|
.ui-corner-tl {
|
|
border-top-left-radius: .3em
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-right,
|
|
.ui-corner-tr {
|
|
border-top-right-radius: .3em
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-left,
|
|
.ui-corner-bl {
|
|
border-bottom-left-radius: .3em
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-right,
|
|
.ui-corner-br {
|
|
border-bottom-right-radius: .3em
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
background: #aaa url("../Core/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x
|
|
}
|
|
|
|
.ui-widget-shadow {
|
|
background: #aaa url("../Core/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
|
border-radius: .3em
|
|
}
|
|
|
|
.ui-state-disabled,
|
|
.ui-widget-content .ui-state-disabled,
|
|
.ui-widget-header .ui-state-disabled {
|
|
opacity: .4;
|
|
box-shadow: none
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-nav li.ui-state-disabled {
|
|
opacity: .4;
|
|
border: solid 1px #1d3a83;
|
|
border-bottom: 0 none
|
|
}
|
|
|
|
.ui-buttonset .ui-button {
|
|
margin-right: -.35em
|
|
}
|
|
|
|
.ui-dialog-buttonset button.ui-priority-primary {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.ui-dialog-buttonset button.ui-button-disabled {
|
|
opacity: 0
|
|
}
|
|
|
|
label[for="radReportType_0"],
|
|
label[for="radReportType_1"],
|
|
label[for="radReportType_2"],
|
|
label[for="radReportType_3"] {
|
|
min-width: 252px;
|
|
min-height: 184px
|
|
}
|
|
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-singletabledashboard,
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-multipletabledashboard,
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-trendreport,
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-pagereport,
|
|
.ui-button.ui-state-hover .ui-icon.ui-icon.ui-icon-pcm-singletabledashboard,
|
|
.ui-button.ui-state-hover .ui-icon.ui-icon.ui-icon-pcm-multipletabledashboard,
|
|
.ui-button.ui-state-hover .ui-icon.ui-icon.ui-icon-pcm-trendreport,
|
|
.ui-button.ui-state-hover .ui-icon.ui-icon.ui-icon-pcm-pagereport {
|
|
width: 225px;
|
|
height: 161px;
|
|
background-position: 0 0;
|
|
top: 6%;
|
|
border: none;
|
|
border-radius: 0;
|
|
margin-top: 4px
|
|
}
|
|
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-singletabledashboard,
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.ui-icon.ui-icon-pcm-singletabledashboard {
|
|
background-image: url(../../Images/ReportSingleTableDashboard.png)
|
|
}
|
|
|
|
.ui-button .ui-icon.ui-icon-pcm-multipletabledashboard,
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.ui-icon.ui-icon-pcm-multipletabledashboard {
|
|
background-image: url(../../Images/ReportMultipleTableDashboard.png)
|
|
}
|
|
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-trendreport,
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.ui-icon.ui-icon-pcm-trendreport {
|
|
background-image: url(../../Images/ReportTrendReport.png)
|
|
}
|
|
|
|
.ui-button .ui-icon.ui-icon.ui-icon-pcm-pagereport,
|
|
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.ui-icon.ui-icon-pcm-pagereport {
|
|
background-image: url(../../Images/ReportPageReport.png)
|
|
}
|
|
|
|
.no-close .ui-dialog-titlebar-close {
|
|
display: none
|
|
}
|
|
|
|
.ui-icon[class*=" fa-"] {
|
|
display: inline;
|
|
top: 2px;
|
|
background: none repeat scroll 0 0 transparent;
|
|
text-indent: 0;
|
|
overflow: visible;
|
|
vertical-align: 0
|
|
}
|
|
|
|
.ui-button-icon-only .ui-icon[class*=" fa-"] {
|
|
margin-left: -7px
|
|
}
|
|
|
|
.ui-icon.fa-lg {
|
|
height: 1.33333em;
|
|
width: 1.33333em
|
|
}
|
|
|
|
.ui-button:hover .ui-icon[class*=" fa-"],
|
|
.ui-button:focus .ui-icon[class*=" fa-"] {
|
|
background-image: none
|
|
}
|
|
|
|
|
|
/*! FILE: MainLayout.less.css */
|
|
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 1.3em
|
|
}
|
|
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
*:focus,
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
|
outline: transparent
|
|
}
|
|
|
|
html,
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
font-family: Arial, sans-serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 1.3em
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2.25em;
|
|
line-height: 1.333333em;
|
|
margin: .8em 0 .6em;
|
|
font-weight: bold
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.5em;
|
|
line-height: 1em;
|
|
margin: .3em 0 .3em;
|
|
font-weight: bold
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.25em;
|
|
line-height: 1.25em;
|
|
margin: .36em 0 .36em;
|
|
font-weight: bold
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1.125em;
|
|
line-height: 1.333333em;
|
|
margin: .8em 0 .2em;
|
|
font-weight: bold
|
|
}
|
|
|
|
h5 {
|
|
font-size: 1em;
|
|
line-height: 1.5em;
|
|
margin: .8em 0 .2em;
|
|
font-weight: bold
|
|
}
|
|
|
|
h6 {
|
|
font-size: 1em;
|
|
line-height: 1em;
|
|
margin: .8em 0 .1em;
|
|
font-weight: bold
|
|
}
|
|
|
|
.SmallText {
|
|
font-size: small
|
|
}
|
|
|
|
.ExtraSmallText {
|
|
font-size: x-small
|
|
}
|
|
|
|
.LargeText {
|
|
font-size: large
|
|
}
|
|
|
|
.ExtraLargeText {
|
|
font-size: x-large
|
|
}
|
|
|
|
p,
|
|
ul,
|
|
ol,
|
|
dl,
|
|
blockquote {
|
|
margin: 1em 0
|
|
}
|
|
|
|
.blink {
|
|
animation: blink 2s steps(5, start) infinite;
|
|
-webkit-animation: blink 2s steps(5, start) infinite
|
|
}
|
|
|
|
@keyframes blink {
|
|
to {
|
|
visibility: hidden
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes blink {
|
|
to {
|
|
visibility: hidden
|
|
}
|
|
}
|
|
|
|
blockquote {
|
|
margin-left: 1em;
|
|
border-left: 2px solid #1d3a83;
|
|
padding-left: 1em;
|
|
padding-right: 2em
|
|
}
|
|
|
|
*.failureNotification {
|
|
color: #f00
|
|
}
|
|
|
|
.BreadCrumb {
|
|
display: inline-block;
|
|
color: #ff8400;
|
|
text-decoration: none;
|
|
margin-bottom: 4px;
|
|
cursor: default
|
|
}
|
|
|
|
.BreadCrumb.Clickable {
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
cursor: pointer
|
|
}
|
|
|
|
*.Center,
|
|
*.CenterAlign {
|
|
text-align: center
|
|
}
|
|
|
|
*.Left,
|
|
*.LeftAlign {
|
|
text-align: left
|
|
}
|
|
|
|
*.Right,
|
|
*.RightAlign {
|
|
text-align: right
|
|
}
|
|
|
|
.Clickable {
|
|
cursor: pointer
|
|
}
|
|
|
|
.NotClickable {
|
|
cursor: default
|
|
}
|
|
|
|
[data-obg-help] {
|
|
cursor: pointer !important
|
|
}
|
|
|
|
.truncateText {
|
|
max-width: 0;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer
|
|
}
|
|
|
|
.nowrapText {
|
|
white-space: nowrap
|
|
}
|
|
|
|
#AppHeader .GreetingText,
|
|
#AppHeader .GreetingText a,
|
|
#AppHeader .GreetingText a:visited {
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
font-size: small;
|
|
text-decoration: none;
|
|
cursor: default
|
|
}
|
|
|
|
#AppHeader .GreetingText a {
|
|
cursor: pointer
|
|
}
|
|
|
|
#AppHeader .CurrentNode {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
#AppFooter {
|
|
color: #fff;
|
|
font-size: small;
|
|
line-height: 1em;
|
|
text-align: center
|
|
}
|
|
|
|
#AppHeader {
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
background: #d6dbde
|
|
}
|
|
|
|
#AppHeader img {
|
|
vertical-align: middle;
|
|
margin: 0 4px
|
|
}
|
|
|
|
#AppHeader #imgCustomer,
|
|
#AppHeader #imgCompany {
|
|
margin: 6px
|
|
}
|
|
|
|
#AppFooter {
|
|
position: fixed;
|
|
z-index: 1200;
|
|
bottom: 0;
|
|
left: 20%;
|
|
width: 60%;
|
|
height: 16px;
|
|
background: #142859;
|
|
border-top: 2px solid #ff8400;
|
|
border-left: 2px solid #ff8400;
|
|
border-right: 2px solid #ff8400;
|
|
border-top-left-radius: 1em;
|
|
border-top-right-radius: 1em
|
|
}
|
|
|
|
#AppSection {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
top: 157px;
|
|
width: 100%;
|
|
padding: 6px 0;
|
|
border-top: 4px solid #ff8400;
|
|
overflow: auto;
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
#AppSection .hyperlink:link,
|
|
#AppSection .hyperlink:visited,
|
|
#AppSection .hyperlink:active,
|
|
#AppSection .hyperlink:hover,
|
|
.TextArea a:not(.aspNetDisabled):link,
|
|
.TextArea a:not(.aspNetDisabled):visited,
|
|
.TextArea a:not(.aspNetDisabled):active,
|
|
.TextArea a:not(.aspNetDisabled):hover {
|
|
color: #ff8400;
|
|
text-decoration: none
|
|
}
|
|
|
|
#AppSection .hyperlink:hover,
|
|
.TextArea a:not(.aspNetDisabled):hover {
|
|
margin-left: -1px;
|
|
margin-right: -1px;
|
|
border: 1px solid #ff8400
|
|
}
|
|
|
|
#AppSection #imgWWTP {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: 6px;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
width: 100%;
|
|
clip: auto
|
|
}
|
|
|
|
#AppSection .PhotoInfo a {
|
|
text-decoration: none;
|
|
color: #1d3a83;
|
|
cursor: pointer
|
|
}
|
|
|
|
#AppSection .PhotoInfo,
|
|
#AppSection .PhotoInfo h2 {
|
|
color: #1d3a83;
|
|
cursor: default;
|
|
text-shadow: 2px 2px 2px Black !important
|
|
}
|
|
|
|
#AppSection .PhotoInfo h2 {
|
|
margin-top: 90px
|
|
}
|
|
|
|
#AppSection .TableArea {
|
|
padding: 0;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
#AppSection .TableScrollArea {
|
|
padding: 0;
|
|
overflow: auto;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
#divApplicationOptionsActionBar {
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
#divApplicationOptionsActionBar>div {
|
|
white-space: nowrap;
|
|
float: right;
|
|
margin: 0 8px 4px 0
|
|
}
|
|
|
|
.helper-clearfix:before,
|
|
.helper-clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.helper-clearfix:after {
|
|
clear: both
|
|
}
|
|
|
|
.helper-clearfix {
|
|
min-height: 0
|
|
}
|
|
|
|
.Panel {
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
padding: .4rem
|
|
}
|
|
|
|
.Panel.Panel-Space,
|
|
.Panel.Panel-Space-Medium {
|
|
margin: .6rem
|
|
}
|
|
|
|
.Panel.Panel-Space-Small {
|
|
margin: .2rem
|
|
}
|
|
|
|
.Panel.Panel-Space-Large {
|
|
margin: 1rem
|
|
}
|
|
|
|
.Panel.Panel-Box {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
background: #d6dbde
|
|
}
|
|
|
|
.Panel.Panel-Sizer,
|
|
.Panel.Panel-Sizer-90,
|
|
.Panel.Panel-Sizer-80,
|
|
.Panel.Panel-Sizer-70,
|
|
.Panel.Panel-Sizer-60 {
|
|
width: 97%;
|
|
margin: 0 auto 0
|
|
}
|
|
|
|
.Panel.Panel-Sizer-90 {
|
|
width: 90%
|
|
}
|
|
|
|
.Panel.Panel-Sizer-80 {
|
|
width: 80%
|
|
}
|
|
|
|
.Panel.Panel-Sizer-70 {
|
|
width: 70%
|
|
}
|
|
|
|
.Panel.Panel-Sizer-60 {
|
|
width: 60%
|
|
}
|
|
|
|
.Panel .TextArea {
|
|
border: solid 1px #ff8400;
|
|
background-color: #fff;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray inset;
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
margin: 0 2px;
|
|
padding: .35em .625em .75em
|
|
}
|
|
|
|
.Panel .TextArea:before,
|
|
.Panel .TextArea:after {
|
|
content: " ";
|
|
display: table
|
|
}
|
|
|
|
.Panel .TextArea:after {
|
|
clear: both
|
|
}
|
|
|
|
.Panel .TextArea figure,
|
|
.Panel .TextArea figure.FloatRight,
|
|
.Panel .TextArea figure.FloatLeft {
|
|
text-align: center;
|
|
font-style: italic;
|
|
font-size: small
|
|
}
|
|
|
|
.Panel .TextArea figure.FloatRight {
|
|
float: right;
|
|
padding: 10px 0 10px 20px
|
|
}
|
|
|
|
.Panel .TextArea figure.FloatLeft {
|
|
float: left;
|
|
padding: 10px 20px 10px 0
|
|
}
|
|
|
|
.Panel H4.PanelHeader {
|
|
margin: 0
|
|
}
|
|
|
|
.Panel .PanelHeader {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
min-height: 0
|
|
}
|
|
|
|
.Panel .PanelHeader h2,
|
|
.Panel .PanelHeader h3 {
|
|
margin: 6px 0 6px 8px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Panel .PanelHeader a,
|
|
.Panel .PanelHeader a:link,
|
|
.Panel .PanelHeader a:visited {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Panel .PanelContent {
|
|
margin-top: .6em
|
|
}
|
|
|
|
.Panel .PanelFooter {
|
|
min-height: 0;
|
|
border: solid 1px #1d3a83;
|
|
border-width: 1px 0 0;
|
|
margin-top: .6em;
|
|
padding-top: .6em
|
|
}
|
|
|
|
.Panel .Toolbar {
|
|
display: table
|
|
}
|
|
|
|
.Panel .Toolbar.AbsolutePosition {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 500px;
|
|
overflow: visible
|
|
}
|
|
|
|
.Panel .Toolbar div {
|
|
display: table-cell;
|
|
text-align: left;
|
|
vertical-align: bottom
|
|
}
|
|
|
|
.Panel .Toolbar div.Buttons {
|
|
text-align: center
|
|
}
|
|
|
|
.Panel .Toolbar div.Icons {
|
|
width: 1%;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.Panel .Toolbar.AbsolutePosition div.Icons {
|
|
padding: 8px 8px 0 8px;
|
|
text-align: right
|
|
}
|
|
|
|
.Panel .Toolbar div .ui-button {
|
|
margin-bottom: 4px
|
|
}
|
|
|
|
.Panel .PanelFooter .Toolbar div {
|
|
vertical-align: bottom
|
|
}
|
|
|
|
.Panel .PanelHeader .Toolbar div {
|
|
vertical-align: top
|
|
}
|
|
|
|
.Panel .PanelHeader .Toolbar div.Icons {
|
|
padding: 6px 6px 0 16px
|
|
}
|
|
|
|
.Panel .Toolbar.AbsolutePosition.DefaultTextColor {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Panel .Toolbar div.Icons .fa,
|
|
.fa.ActiveIcon,
|
|
.DatePickerActiveIcon,
|
|
a.ActiveIcon,
|
|
a.ActiveIcon:link,
|
|
a.ActiveIcon:visited,
|
|
a.ActiveIcon:active {
|
|
font-size: 24px;
|
|
cursor: pointer;
|
|
color: inherit;
|
|
text-shadow: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a.DisabledIcon:link,
|
|
a.DisabledIcon:visited,
|
|
a.DisabledIcon:active,
|
|
.DatePickerDisabledIcon {
|
|
color: inherit;
|
|
cursor: default;
|
|
font-size: 24px;
|
|
text-shadow: inherit
|
|
}
|
|
|
|
.Panel .Toolbar div.Icons .fa:hover,
|
|
a.ActiveIcon:hover,
|
|
.ActiveIcon:hover,
|
|
fa.ActiveIcon:hover {
|
|
color: #ff8400;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Panel .PanelHeader .Toolbar div.Icons .fa:hover,
|
|
.Panel .PanelHeader .Toolbar div.Icons a:hover,
|
|
.DatePickerActiveIcon:hover,
|
|
.Panel .Toolbar.AbsolutePosition div.Icons .fa:hover,
|
|
.ChartSection .ChartOptions .ActiveIcon:hover,
|
|
.GaugeSection .GaugeOptions .ActiveIcon:hover {
|
|
color: #1d3a83;
|
|
text-shadow: 0 1px .4px White
|
|
}
|
|
|
|
.RotateOnHover {
|
|
transition: transform .5s;
|
|
-webkit-transition: transform .5s
|
|
}
|
|
|
|
.RotateOnHover:hover {
|
|
transform: rotate(16deg)
|
|
}
|
|
|
|
.Panel .Toolbar div.Icons .fa:focus,
|
|
.fa.ActiveIcon:focus,
|
|
.DatePickerActiveIcon:focus,
|
|
a.ActiveIcon:focus:focus,
|
|
.ActiveIcon:focus {
|
|
outline: none
|
|
}
|
|
|
|
.ReportPanel {
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 1.3em;
|
|
border: solid 1px #1d3a83;
|
|
padding: 1em;
|
|
margin-bottom: .6em;
|
|
margin-right: .4em;
|
|
background-color: #fff;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
color: #000
|
|
}
|
|
|
|
.MapHolder {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.MapToolbar {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin-bottom: 6px;
|
|
padding: 6px
|
|
}
|
|
|
|
.MapToolbar .ui-widget {
|
|
box-shadow: none
|
|
}
|
|
|
|
.MapToolbar .ui-widget img {
|
|
margin: -1px -3px -3px -3px
|
|
}
|
|
|
|
.Chart img,
|
|
.Chart svg {
|
|
width: 100% !important;
|
|
height: auto !important;
|
|
margin: 0;
|
|
clip: auto
|
|
}
|
|
|
|
.ChartSection {
|
|
width: 100%;
|
|
min-width: 400px
|
|
}
|
|
|
|
.GaugeSection {
|
|
width: 100%
|
|
}
|
|
|
|
.ChartSection .ChartOptions,
|
|
.GaugeSection .GaugeOptions {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin-bottom: 6px;
|
|
color: #fff;
|
|
padding: 7px 8px 0;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.GaugeSection .GaugeOptions .ui-widget {
|
|
margin: 4px 0 4px 5px;
|
|
box-shadow: none;
|
|
padding: 3px;
|
|
float: left
|
|
}
|
|
|
|
.ChartSection .ChartData,
|
|
.GaugeSection .GaugeData {
|
|
display: inline-block;
|
|
width: 100%;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
.ChartSection .ChartData svg,
|
|
.GaugeSection .GaugeData svg {
|
|
width: 100% !important
|
|
}
|
|
|
|
.ChartSection .ChartData .highcharts-container,
|
|
.GaugeSection .GaugeData .highcharts-container {
|
|
width: 100% !important;
|
|
left: 0 !important;
|
|
top: 0 !important
|
|
}
|
|
|
|
.AggregateCell {
|
|
background-color: #cce6cc !important;
|
|
text-align: right !important
|
|
}
|
|
|
|
.ExpressionSection {
|
|
width: 100%
|
|
}
|
|
|
|
.ExpressionSection .ExpressionOptions {
|
|
display: inline-block;
|
|
width: inherit;
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin-bottom: 6px
|
|
}
|
|
|
|
.ExpressionSection .ExpressionData {
|
|
display: inline-block;
|
|
width: 100%;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
.pure-img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block
|
|
}
|
|
|
|
.pure-img.Center {
|
|
margin: 0 auto
|
|
}
|
|
|
|
.pure-u-hide {
|
|
display: none
|
|
}
|
|
|
|
@media screen and (max-width:35.5em) {
|
|
.pure-u-sm-hide {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:48em) {
|
|
.pure-u-md-hide {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:64em) {
|
|
.pure-u-lg-hide {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:80em) {
|
|
.pure-u-xl-hide {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.fa-1-8x {
|
|
font-size: 1.8em
|
|
}
|
|
|
|
@media print {
|
|
.ReportPanel.ReportPanel-Space,
|
|
.ReportPanel.ReportPanel-Space-Medium,
|
|
.ReportPanel.ReportPanel-Space-Small,
|
|
.ReportPanel.ReportPanel-Space-Large,
|
|
.Form .ForumEntry {
|
|
margin: 0
|
|
}
|
|
@page {
|
|
margin: .5cm
|
|
}
|
|
.divNoPrint,
|
|
.NoPrint,
|
|
.Toolbar .Icons,
|
|
.PanelFooter,
|
|
.ActionBar,
|
|
.ForumToolbar,
|
|
input[type="submit"],
|
|
input[type="reset"],
|
|
input[type="button"],
|
|
input[type="file"],
|
|
input[type="image"],
|
|
.ui-tabs-nav,
|
|
.ui-button,
|
|
.tablesorter-stickyHeader,
|
|
table tfoot,
|
|
table tbody tr.ForcedFooter {
|
|
display: none !important
|
|
}
|
|
.divReport {
|
|
display: block
|
|
}
|
|
#AppSection {
|
|
position: static;
|
|
top: 0;
|
|
border: solid 0 Transparent
|
|
}
|
|
.Panel.Panel-Box,
|
|
.PanelHeader,
|
|
.ReportPanel,
|
|
.ui-tabs.ui-widget-content,
|
|
div.ui-tabs-panel,
|
|
.Panel .TextArea,
|
|
.Form .ForumBackground {
|
|
border: solid 0 Transparent !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important
|
|
}
|
|
.Panel.Panel-Box {
|
|
padding-right: 3px
|
|
}
|
|
.Form .ForumEntry .Bubble.BubbleBlue:before,
|
|
.Form .ForumEntry .Bubble.BubbleOrange:before,
|
|
.Form .ForumEntry .Bubble.BubbleBrown:before,
|
|
.Form .ForumEntry .Bubble.BubbleRoyal:before,
|
|
.Form .ForumEntry .Bubble.BubbleBrick:before {
|
|
border-right-color: #000 !important
|
|
}
|
|
.Form .ForumEntry .Bubble.BubbleBlue:after,
|
|
.Form .ForumEntry .Bubble.BubbleOrange:after,
|
|
.Form .ForumEntry .Bubble.BubbleBrown:after,
|
|
.Form .ForumEntry .Bubble.BubbleRoyal:after,
|
|
.Form .ForumEntry .Bubble.BubbleBrick:after {
|
|
border-right-color: #fff !important
|
|
}
|
|
.Form .ForumEntry .Bubble.BubbleGreen:before,
|
|
.Form .ForumEntry .Bubble.BubblePurple:before,
|
|
.Form .ForumEntry .Bubble.BubbleGold:before,
|
|
.Form .ForumEntry .Bubble.BubbleCyan:before,
|
|
.Form .ForumEntry .Bubble.BubblePink:before {
|
|
border-left-color: #000 !important
|
|
}
|
|
.Form .ForumEntry .Bubble.BubbleGreen:after,
|
|
.Form .ForumEntry .Bubble.BubblePurple:after,
|
|
.Form .ForumEntry .Bubble.BubbleGold:after,
|
|
.Form .ForumEntry .Bubble.BubbleCyan:after,
|
|
.Form .ForumEntry .Bubble.BubblePink:after {
|
|
border-left-color: #fff !important
|
|
}
|
|
body:not(.DMRStandard):not(.DMRDaily) {
|
|
font-size: 70%;
|
|
line-height: 1
|
|
}
|
|
.ForcePageBreak {
|
|
page-break-after: always;
|
|
page-break-inside: avoid
|
|
}
|
|
.DMRStandard {
|
|
font-size: 90%;
|
|
line-height: 1
|
|
}
|
|
.DMRStandard .SmallText {
|
|
font-size: 75%
|
|
}
|
|
.DMRStandard .ExtraSmallText {
|
|
font-size: 65%
|
|
}
|
|
.DMRStandard .LargeText {
|
|
font-size: 109%
|
|
}
|
|
.DMRStandard .ExtraLargeText {
|
|
font-size: 115%
|
|
}
|
|
.DMRDaily {
|
|
font-size: 78%;
|
|
line-height: 1
|
|
}
|
|
.DMRDaily .SmallText {
|
|
font-size: 95%
|
|
}
|
|
.DMRDaily .ExtraSmallText {
|
|
font-size: 93%
|
|
}
|
|
.DMRDaily .LargeText {
|
|
font-size: 140%
|
|
}
|
|
.DMRDaily .ExtraLargeText {
|
|
font-size: 160%
|
|
}
|
|
*,
|
|
.AggregateCell,
|
|
.circle-gauge span,
|
|
.circle-gauge.red span,
|
|
.circle-gauge.green span,
|
|
.circle-gauge.yellow span {
|
|
background: transparent !important;
|
|
color: #000 !important;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important
|
|
}
|
|
div.circle-gauge .bar::after,
|
|
div.circle-gauge.double .bar::before,
|
|
div.circle-gauge.red .bar::after,
|
|
div.circle-gauge.red.double .bar::before,
|
|
div.circle-gauge.green .bar::after,
|
|
div.circle-gauge.green.double .bar::before,
|
|
div.circle-gauge.yellow .bar::after,
|
|
div.circle-gauge.yellow.double .bar::before {
|
|
background-color: #000
|
|
}
|
|
div.Calendar,
|
|
div.CalendarItemTitle,
|
|
div.CalendarItemBody,
|
|
div.CalendarYearTitle,
|
|
div.CalendarYearBody,
|
|
.Form .ForumEntry,
|
|
.Form .ForumEntry .Bubble,
|
|
.Form .ForumEntry .Author {
|
|
border-color: #000 !important
|
|
}
|
|
a,
|
|
a:visited {
|
|
text-decoration: underline
|
|
}
|
|
legend,
|
|
fieldset,
|
|
table,
|
|
tr,
|
|
td,
|
|
th,
|
|
.DataGrid,
|
|
.DataGridDataOnly,
|
|
.TableScrollArea,
|
|
.TableArea {
|
|
background: #fff !important;
|
|
border-color: #000 !important
|
|
}
|
|
input,
|
|
textarea,
|
|
select,
|
|
td,
|
|
th,
|
|
.Form .DataGrid {
|
|
padding: 2px !important;
|
|
border-color: #000 !important
|
|
}
|
|
.Form .DataGrid input,
|
|
.Form .DataGrid textarea,
|
|
.Form .DataGrid select,
|
|
.Form .DataGridDataOnly input,
|
|
.Form .DataGridDataOnly textarea,
|
|
.Form .DataGridDataOnly select,
|
|
.Form .tablesorter input,
|
|
.Form .tablesorter textarea,
|
|
.Form .tablesorter select,
|
|
.Form label.toggleButton,
|
|
.Form .tablesorter .ui-selectmenu-button {
|
|
border: 0 none #000 !important
|
|
}
|
|
abbr[title]:after {
|
|
content: " (" attr(title) ")"
|
|
}
|
|
pre,
|
|
blockquote {
|
|
border: 1px solid #999;
|
|
page-break-inside: avoid
|
|
}
|
|
thead {
|
|
display: table-header-group
|
|
}
|
|
tr,
|
|
img {
|
|
page-break-inside: avoid
|
|
}
|
|
p,
|
|
h2,
|
|
h3 {
|
|
orphans: 2;
|
|
widows: 2
|
|
}
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid
|
|
}
|
|
}
|
|
|
|
|
|
/*! FILE: AppMenu.less.css */
|
|
|
|
.AppMenu {
|
|
position: relative;
|
|
float: none;
|
|
width: 99%;
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
line-height: 100%;
|
|
margin: 4px auto
|
|
}
|
|
|
|
.AppMenu:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
a[href="#MenuBar_SkipLink"] {
|
|
position: absolute
|
|
}
|
|
|
|
.AppMenu ul,
|
|
.AppMenu ul li,
|
|
.AppMenu ul ul {
|
|
list-style: none url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) outside;
|
|
margin: 4px;
|
|
padding: 0
|
|
}
|
|
|
|
.AppMenu ul {
|
|
position: relative;
|
|
z-index: 97;
|
|
float: left;
|
|
min-width: 160px
|
|
}
|
|
|
|
.AppMenu ul li {
|
|
position: relative;
|
|
float: left;
|
|
min-height: 1px;
|
|
line-height: 1em;
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
margin: -1px
|
|
}
|
|
|
|
.AppMenu ul li:hover {
|
|
cursor: pointer
|
|
}
|
|
|
|
.AppMenu a[href="#"] {
|
|
cursor: default
|
|
}
|
|
|
|
.AppMenu ul ul li {
|
|
float: none
|
|
}
|
|
|
|
.AppMenu ul ul ul {
|
|
top: 1px;
|
|
left: 99%
|
|
}
|
|
|
|
.AppMenu ul li:hover>ul {
|
|
visibility: visible
|
|
}
|
|
|
|
.AppMenu ul ul.level2 {
|
|
display: block;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
z-index: 4000;
|
|
top: 32px;
|
|
left: 4px;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.AppMenu ul li {
|
|
float: none
|
|
}
|
|
|
|
.AppMenu:after,
|
|
.AppMenu ul:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both
|
|
}
|
|
|
|
.AppMenu a,
|
|
.AppMenu a:link,
|
|
.AppMenu a:visited {
|
|
display: inline-block;
|
|
border: solid 1px transparent;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
padding: 0 26px 0 16px;
|
|
margin: 0
|
|
}
|
|
|
|
.AppMenu a:not(.level1) {
|
|
width: 100%
|
|
}
|
|
|
|
.AppMenu a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
.AppMenu>ul {
|
|
width: 100%
|
|
}
|
|
|
|
.AppMenu>ul>li {
|
|
float: left;
|
|
padding: 0 4px;
|
|
position: relative
|
|
}
|
|
|
|
.AppMenu>ul>li:hover>a {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
z-index: 4002
|
|
}
|
|
|
|
.AppMenu>ul>li a {
|
|
line-height: 32px
|
|
}
|
|
|
|
.AppMenu .has-popup a {
|
|
display: block;
|
|
position: relative;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.AppMenu .has-popup>a:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
border: 5px solid transparent;
|
|
border-top-color: #fff;
|
|
border-width: 7px;
|
|
top: 40%;
|
|
right: 4px
|
|
}
|
|
|
|
.AppMenu .has-popup ul {
|
|
display: block;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
z-index: 4500;
|
|
top: 33px;
|
|
left: 50%;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.AppMenu .has-popup ul li.has-popup:hover>a {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
z-index: 4501
|
|
}
|
|
|
|
.AppMenu .has-popup ul li.has-popup:hover>a:after {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
.AppMenu .has-popup .has-popup a:after {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
.AppMenu .has-popup .has-popup ul a:after {
|
|
background-image: none
|
|
}
|
|
|
|
.AppMenu .has-popup .has-popup ul a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.AppMenu .MainMenuText,
|
|
.AppMenu>ul>li.has-popup>a:after {
|
|
display: none
|
|
}
|
|
.AppMenu>ul>li a,
|
|
.AppMenu>ul>li a:link,
|
|
.AppMenu>ul>li a:visited {
|
|
padding: 0 8px
|
|
}
|
|
}
|
|
|
|
|
|
/*! FILE: InfoCards.less.css */
|
|
|
|
.CalendarYear {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
.CalendarYearTitle,
|
|
.CalendarYearBody {
|
|
border: solid 1px #1d3a83
|
|
}
|
|
|
|
.CalendarYearTitle {
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
border-top-left-radius: .3em;
|
|
border-top-right-radius: .3em;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
margin: 0;
|
|
padding: 7px
|
|
}
|
|
|
|
.CalendarYearTitle .ui-widget {
|
|
margin: -5px
|
|
}
|
|
|
|
.CalendarYearTitle span:not(.ui-button-text) {
|
|
margin: 0;
|
|
padding: 7px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.CalendarYearBody {
|
|
border-top: 0;
|
|
border-bottom-left-radius: .3em;
|
|
border-bottom-right-radius: .3em;
|
|
background-color: #fff;
|
|
border-left-width: 0;
|
|
font-size: 0
|
|
}
|
|
|
|
.CalendarItem {
|
|
width: 160px;
|
|
display: inline-block;
|
|
margin: 0 -1px 0 0;
|
|
padding: 0;
|
|
font-size: 1rem
|
|
}
|
|
|
|
.CalendarItemTitle,
|
|
.CalendarItemBody {
|
|
text-align: center
|
|
}
|
|
|
|
.CalendarItemTitle {
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
border: solid 1px #ff8400;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
margin: 0;
|
|
padding: 7px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.CalendarItemBody {
|
|
background-color: #eee;
|
|
border: 1px solid #1d3a83;
|
|
padding: 14px 7px 7px;
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
.CalendarItem:hover .CalendarItemBody {
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.CalendarItem:hover .CalendarItemBody * {
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.CalendarItem:hover .CalendarItemTitle {
|
|
color: #fff !important;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.HeaderCard {
|
|
display: inline-block
|
|
}
|
|
|
|
.HeaderCard *.LocationImage {
|
|
max-width: 100%;
|
|
max-height: 100%
|
|
}
|
|
|
|
.HeaderCard H3.PanelHeader,
|
|
.SummaryCard H4.PanelHeader {
|
|
float: left
|
|
}
|
|
|
|
.HeaderCard *.InfoDiv,
|
|
.SummaryCard *.InfoDiv {
|
|
position: relative;
|
|
float: right;
|
|
text-align: center;
|
|
width: 25%
|
|
}
|
|
|
|
.SummaryCard *.InfoDiv {
|
|
width: 50%
|
|
}
|
|
|
|
.HeaderCard .InfoDiv img,
|
|
.SummaryCard .InfoDiv img {
|
|
width: 100%;
|
|
padding: 2px
|
|
}
|
|
|
|
.HeaderCard .InfoDiv p,
|
|
.SummaryCard .InfoDiv p {
|
|
position: absolute;
|
|
padding: 2px;
|
|
width: 90%;
|
|
bottom: 2px;
|
|
right: 5%;
|
|
font-weight: bold;
|
|
background-color: rgba(255, 255, 255, .8);
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin-bottom: 0;
|
|
border: solid 1px #ff8400
|
|
}
|
|
|
|
.SummaryCard {
|
|
display: inline-block;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
background-color: #eee;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-attachment: scroll;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
padding: .4rem
|
|
}
|
|
|
|
.SummaryCard:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.SummaryCard .NotClickable {
|
|
cursor: default
|
|
}
|
|
|
|
.SummaryCard *.LocationImage {
|
|
height: 60px
|
|
}
|
|
|
|
.SummaryCard *.Heading {
|
|
border: solid 1px #1d3a83;
|
|
background-color: #fff;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
padding: 6px;
|
|
margin-bottom: .6em
|
|
}
|
|
|
|
.SummaryCard H4 {
|
|
margin: 0 0 0 0
|
|
}
|
|
|
|
.SummaryCard .InfoGauges .DQGauge {
|
|
width: 98%;
|
|
margin: 0, 6px, 0, 6px;
|
|
padding: 4px
|
|
}
|
|
|
|
.SummaryCard .InfoGauges .DQGauge .DQGaugePanel {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
height: 200px;
|
|
position: relative;
|
|
background-color: #f00
|
|
}
|
|
|
|
.SummaryCard .InfoGauges .DQGauge .DQGaugePanel img,
|
|
.SummaryCard .InfoGauges .DQGauge .DQGaugePanel p {
|
|
position: absolute;
|
|
bottom: 1px;
|
|
z-index: 10;
|
|
width: 100%;
|
|
left: 0
|
|
}
|
|
|
|
.SummaryCard .InfoGauges .DQGauge .DQGaugePanel .Level {
|
|
background-color: #008000;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
z-index: 3
|
|
}
|
|
|
|
.infobox {
|
|
background-image: url('../../Images/tipboxup.png');
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
background-origin: border-box;
|
|
width: 294px
|
|
}
|
|
|
|
.infobox.top {
|
|
background-image: url('../../Images/tipboxdown.png')
|
|
}
|
|
|
|
.infobox.bottom {
|
|
background-image: url('../../Images/tipboxup.png')
|
|
}
|
|
|
|
.infobox.middle.left {
|
|
background-image: url('../../Images/tipboxright.png');
|
|
background-position: right center
|
|
}
|
|
|
|
.infobox.middle.right {
|
|
background-image: url('../../Images/tipboxleft.png');
|
|
background-position: left center
|
|
}
|
|
|
|
.infobox.top.center {
|
|
background-position: center bottom
|
|
}
|
|
|
|
.infobox.top.left {
|
|
background-position: left bottom
|
|
}
|
|
|
|
.infobox.top.right {
|
|
background-position: right bottom
|
|
}
|
|
|
|
.infobox.bottom.center {
|
|
background-position: center top
|
|
}
|
|
|
|
.infobox.bottom.left {
|
|
background-position: left top
|
|
}
|
|
|
|
.infobox.bottom.right {
|
|
background-position: right top
|
|
}
|
|
|
|
.infobox .EnergyOverviewCard {
|
|
border: solid 1px #ff8400;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin: 8px;
|
|
color: #fff;
|
|
background-color: #333;
|
|
opacity: .75;
|
|
padding: 0 2px 0 2px;
|
|
-webkit-box-shadow: 0 0 1px 2px black;
|
|
-moz-box-shadow: 0 0 1px 2px black;
|
|
box-shadow: 0 0 1px 2px black;
|
|
line-height: 1em;
|
|
width: 94.5%
|
|
}
|
|
|
|
.infobox *.PanelHeader {
|
|
color: #fff;
|
|
padding: 2px 4px 4px 4px
|
|
}
|
|
|
|
.EnergyOverviewCard *.LocationImage {
|
|
max-width: 60px;
|
|
width: 60px;
|
|
border: solid 1px #ff8400;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.EnergyOverviewCard *.LocationImage:hover {
|
|
border-color: #fff
|
|
}
|
|
|
|
.EnergyOverviewCard .ImageDiv,
|
|
.EnergyOverviewCard .InfoDiv,
|
|
.EnergyOverviewCard .InfoDiv .LabelDiv,
|
|
.EnergyOverviewCard .InfoDiv .ValueDiv {
|
|
float: left
|
|
}
|
|
|
|
.EnergyOverviewCard .ImageDiv {
|
|
width: 22%
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv {
|
|
width: 78%
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv .LabelDiv {
|
|
width: 51%;
|
|
text-align: right
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv .ValueDiv {
|
|
width: 49%;
|
|
margin-bottom: 2px
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv input {
|
|
padding: 1px 4px;
|
|
box-shadow: none;
|
|
width: 100%;
|
|
color: #000;
|
|
font-weight: bolder
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv input.Clickable {
|
|
cursor: pointer
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv input.Clickable:hover {
|
|
border-color: #fff
|
|
}
|
|
|
|
.EnergyOverviewCard .InfoDiv label {
|
|
font-weight: normal;
|
|
margin: 3px 0 0 0;
|
|
padding-right: 2px
|
|
}
|
|
|
|
|
|
/*! FILE: Forms.less.css */
|
|
|
|
.Form #errorMessages,
|
|
.HorizontalForm #errorMessages {
|
|
display: none
|
|
}
|
|
|
|
.Form #errorMessages p,
|
|
.HorizontalForm #errorMessages p,
|
|
.Form #errorMessages ul,
|
|
.HorizontalForm #errorMessages ul {
|
|
color: #f00
|
|
}
|
|
|
|
.Form fieldset,
|
|
.HorizontalForm fieldset {
|
|
margin-top: 6px;
|
|
border: solid 1px #1d3a83;
|
|
background-color: #fff;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray inset;
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
.Form legend,
|
|
.HorizontalForm legend {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
margin: 0 4px;
|
|
padding: 2px 8px
|
|
}
|
|
|
|
.Form label,
|
|
.Form p,
|
|
.HorizontalForm label,
|
|
.HorizontalForm p {
|
|
display: block;
|
|
margin-top: 6px;
|
|
margin-bottom: 0;
|
|
clear: both
|
|
}
|
|
|
|
.Form label.toggleButton,
|
|
.HorizontalForm label.toggleButton {
|
|
margin-top: 0
|
|
}
|
|
|
|
.Form label:not(.ui-button),
|
|
.HorizontalForm label:not(.ui-button) {
|
|
font-weight: bold
|
|
}
|
|
|
|
.Form label.ui-button,
|
|
.HorizontalForm label.ui-button {
|
|
margin-top: 0
|
|
}
|
|
|
|
.Form label.errorIcon,
|
|
.HorizontalForm label.errorIcon {
|
|
cursor: pointer
|
|
}
|
|
|
|
.Form input[type="radio"]+label,
|
|
.Form input[type="checkbox"]+label,
|
|
.HorizontalForm input[type="radio"]+label,
|
|
.HorizontalForm input[type="checkbox"]+label {
|
|
float: left;
|
|
clear: none
|
|
}
|
|
|
|
.Form input:not([type="image"]),
|
|
.Form select,
|
|
.Form label.toggleButton,
|
|
.Form label.overlabel,
|
|
.HorizontalForm input:not([type="image"]),
|
|
.HorizontalForm select,
|
|
.HorizontalForm label.toggleButton,
|
|
.HorizontalForm label.overlabel {
|
|
display: block;
|
|
float: left;
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
height: 31px;
|
|
line-height: 30px;
|
|
padding: 0 6px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.Form input[type=text]::-ms-clear,
|
|
.HorizontalForm input[type=text]::-ms-clear {
|
|
display: none
|
|
}
|
|
|
|
.Form textarea,
|
|
.HorizontalForm textarea {
|
|
display: block;
|
|
float: left;
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
padding: 4px 6px
|
|
}
|
|
|
|
.Form label.toggleButton,
|
|
.HorizontalForm label.toggleButton {
|
|
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%);
|
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%);
|
|
cursor: pointer
|
|
}
|
|
|
|
.Form label.toggleButton:hover,
|
|
.HorizontalForm label.toggleButton:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%);
|
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%)
|
|
}
|
|
|
|
.Form label.overlabel,
|
|
.HorizontalForm label.overlabel {
|
|
float: none;
|
|
position: absolute;
|
|
margin: 0;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
overflow: hidden
|
|
}
|
|
|
|
.Form input:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
.Form textarea:not([readonly]):not([disabled]):hover,
|
|
.Form select:not([disabled]):hover,
|
|
.Form label.overlabel:not([disabled]):hover,
|
|
.HorizontalForm input:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
.HorizontalForm textarea:not([readonly]):not([disabled]):hover,
|
|
.HorizontalForm select:not([disabled]):hover,
|
|
.HorizontalForm label.overlabel:not([disabled]):hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form input:not([readonly]):not([disabled]):not([type="image"]):focus,
|
|
.Form textarea:not([readonly]):not([disabled]):focus,
|
|
.Form select:not([disabled]):focus,
|
|
.HorizontalForm input:not([readonly]):not([disabled]):not([type="image"]):focus,
|
|
.HorizontalForm textarea:not([readonly]):not([disabled]):focus,
|
|
.HorizontalForm select:not([disabled]):focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
input.errorIcon:not([readonly]):not([disabled]):not([type="image"]),
|
|
input.errorIcon:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
input.errorIcon:not([readonly]):not([disabled]):not([type="image"]):focus {
|
|
background: #ff8400 url("../../Images/Error.png") no-repeat center right
|
|
}
|
|
|
|
input.successIcon:not([readonly]):not([disabled]):not([type="image"]),
|
|
input.successIcon:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
input.successIcon:not([readonly]):not([disabled]):not([type="image"]):focus {
|
|
background: #ff8400 url("../../Images/Success.png") no-repeat center right
|
|
}
|
|
|
|
input.Right.errorIcon:not([readonly]):not([disabled]):not([type="image"]),
|
|
input.Right.errorIcon:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
input.Right.errorIcon:not([readonly]):not([disabled]):not([type="image"]):focus,
|
|
input.Right.successIcon:not([readonly]):not([disabled]):not([type="image"]),
|
|
input.Right.successIcon:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
input.Right.successIcon:not([readonly]):not([disabled]):not([type="image"]):focus {
|
|
background-position: left center
|
|
}
|
|
|
|
textarea.successIcon:not([readonly]):not([disabled]):not([type="image"]),
|
|
textarea.successIcon:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
textarea.successIcon:not([readonly]):not([disabled]):not([type="image"]):focus {
|
|
background: #ff8400 url("../../Images/Success.png") no-repeat top left
|
|
}
|
|
|
|
textarea.errorIcon:not([readonly]):not([disabled]):not([type="image"]),
|
|
textarea.errorIcon:not([readonly]):not([disabled]):not([type="image"]):hover,
|
|
textarea.errorIcon:not([readonly]):not([disabled]):not([type="image"]):focus {
|
|
background: #ff8400 url("../../Images/Error.png") no-repeat top left
|
|
}
|
|
|
|
.Form select,
|
|
.HorizontalForm select {
|
|
background: #ff8400 url(../images/overlay.png) repeat-x 0 -110px;
|
|
cursor: pointer;
|
|
padding: 0 0 0 4px
|
|
}
|
|
|
|
.Form select option,
|
|
.HorizontalForm select option {
|
|
border: 1px solid transparent;
|
|
background-color: #666f74;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-shadow: none;
|
|
cursor: pointer;
|
|
padding: 4px
|
|
}
|
|
|
|
.Form select option:hover,
|
|
.HorizontalForm select option:hover {
|
|
background: #ff8400 url(../images/overlay.png) repeat-x 0 -110px;
|
|
color: #fff
|
|
}
|
|
|
|
.Form select option:checked,
|
|
.HorizontalForm select option:checked {
|
|
background: #1d3a83 url(../images/overlay.png) repeat-x 0 -110px;
|
|
color: #fff
|
|
}
|
|
|
|
.Form textarea,
|
|
.HorizontalForm textarea {
|
|
box-sizing: border-box;
|
|
width: 99%
|
|
}
|
|
|
|
.Form input[type="radio"],
|
|
.Form input[type="checkbox"],
|
|
.HorizontalForm input[type="radio"],
|
|
.HorizontalForm input[type="checkbox"] {
|
|
display: block;
|
|
float: left;
|
|
margin: 10px 7px 0 30px
|
|
}
|
|
|
|
.Form input[type="submit"],
|
|
.Form input[type="reset"],
|
|
.Form input[type="button"],
|
|
.HorizontalForm input[type="submit"],
|
|
.HorizontalForm input[type="reset"],
|
|
.HorizontalForm input[type="button"] {
|
|
display: inline;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
float: none;
|
|
margin-bottom: 6px;
|
|
padding: 0 16px
|
|
}
|
|
|
|
.Form input[type="submit"]:hover,
|
|
.Form input[type="reset"]:hover,
|
|
.Form input[type="button"]:hover,
|
|
.HorizontalForm input[type="submit"]:hover,
|
|
.HorizontalForm input[type="reset"]:hover,
|
|
.HorizontalForm input[type="button"]:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form input[type="submit"]:focus,
|
|
.Form input[type="reset"]:focus,
|
|
.Form input[type="button"]:focus,
|
|
.HorizontalForm input[type="submit"]:focus,
|
|
.HorizontalForm input[type="reset"]:focus,
|
|
.HorizontalForm input[type="button"]:focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form input[type="file"],
|
|
.HorizontalForm input[type="file"] {
|
|
display: inline;
|
|
color: #fff;
|
|
box-shadow: none;
|
|
float: none;
|
|
margin: 0;
|
|
min-width: 118px
|
|
}
|
|
|
|
.Form input[type="image"],
|
|
.HorizontalForm input[type="image"] {
|
|
float: none;
|
|
display: inline-block;
|
|
text-shadow: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
border-radius: none;
|
|
box-shadow: none;
|
|
background: none
|
|
}
|
|
|
|
.Form .LocationImage,
|
|
.HorizontalForm .LocationImage {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
.Form .DatePicker,
|
|
.HorizontalForm .DatePicker {
|
|
float: left;
|
|
margin: 8px 0;
|
|
min-width: 10px
|
|
}
|
|
|
|
.Form .ui-accordion,
|
|
.HorizontalForm .ui-accordion {
|
|
box-shadow: none
|
|
}
|
|
|
|
form .Form [readonly=readonly],
|
|
form .Form [disabled=disabled],
|
|
form .Form .NoDecoration,
|
|
form .Form .ui-selectmenu-disabled.ui-state-disabled,
|
|
form .Form .ui-selectmenu-disabled.ui-state-disabled:focus,
|
|
form .HorizontalForm [readonly=readonly],
|
|
form .HorizontalForm [disabled=disabled],
|
|
form .HorizontalForm .NoDecoration,
|
|
form .HorizontalForm .ui-selectmenu-disabled.ui-state-disabled,
|
|
form .HorizontalForm .ui-selectmenu-disabled.ui-state-disabled:focus {
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
text-shadow: none;
|
|
background: none;
|
|
box-shadow: none;
|
|
cursor: default
|
|
}
|
|
|
|
form .Form .ui-selectmenu-disabled.ui-state-disabled,
|
|
form .HorizontalForm .ui-selectmenu-disabled.ui-state-disabled {
|
|
opacity: 1
|
|
}
|
|
|
|
form .Form .ui-selectmenu-disabled.ui-state-disabled:focus,
|
|
form .HorizontalForm .ui-selectmenu-disabled.ui-state-disabled:focus {
|
|
border: solid 1px #1d3a83
|
|
}
|
|
|
|
form .Form .ui-selectmenu-disabled.ui-state-disabled span.ui-icon,
|
|
form .HorizontalForm .ui-selectmenu-disabled.ui-state-disabled {
|
|
display: none
|
|
}
|
|
|
|
form .Form .NoDecoration,
|
|
form .HorizontalForm .NoDecoration {
|
|
border: none;
|
|
padding: 0
|
|
}
|
|
|
|
.Form .InlineFieldSet,
|
|
.HorizontalForm .InlineFieldSet {
|
|
display: inline-block;
|
|
width: 320px;
|
|
float: left;
|
|
margin-right: 6px;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.Form .InlineFieldSet:last-child,
|
|
.HorizontalForm .InlineFieldSet:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.Form .InlineText,
|
|
.HorizontalForm .InlineText {
|
|
margin-left: 8px;
|
|
line-height: 1.9
|
|
}
|
|
|
|
.HorizontalForm label {
|
|
display: inline;
|
|
margin-top: 8px
|
|
}
|
|
|
|
.HorizontalForm input:not([type="image"]),
|
|
.HorizontalForm textarea,
|
|
.HorizontalForm select {
|
|
display: inline;
|
|
float: none
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
.Form select,
|
|
.HorizontalForm select {
|
|
background: #ff8400
|
|
}
|
|
}
|
|
|
|
.Form span.failureNotification,
|
|
.HorizontalForm span.failureNotification {
|
|
display: block;
|
|
margin: 0
|
|
}
|
|
|
|
.Form .failureNotification img,
|
|
.HorizontalForm .failureNotification img {
|
|
border: 0
|
|
}
|
|
|
|
.Form div.failureNotification,
|
|
.HorizontalForm div.failureNotification {
|
|
clear: both;
|
|
margin-top: 8px
|
|
}
|
|
|
|
.Form .input-group {
|
|
position: relative;
|
|
display: table;
|
|
border-collapse: separate;
|
|
width: 100%
|
|
}
|
|
|
|
.Form .input-group-addon,
|
|
.Form .input-group-btn,
|
|
.Form .input-group .form-control {
|
|
display: table-cell
|
|
}
|
|
|
|
.Form .input-group .form-control {
|
|
width: 100%;
|
|
border-radius: 0
|
|
}
|
|
|
|
.Form .input-group span.ui-spinner {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.Form .input-group-addon,
|
|
.Form .input-group-btn {
|
|
padding: 4px 12px;
|
|
text-align: center;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
cursor: default;
|
|
width: 1%;
|
|
white-space: nowrap;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.Form .input-group-addon {
|
|
background-color: #666f74;
|
|
background-image: none
|
|
}
|
|
|
|
.Form .input-group-btn {
|
|
cursor: pointer
|
|
}
|
|
|
|
.Form .input-group-btn:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form .input-group-addon:first-child,
|
|
.Form .input-group-btn:first-child,
|
|
.Form .input-group-btn:first-child>.btn,
|
|
.Form .input-group-btn:first-child>.btn-group>.btn,
|
|
.Form .input-group-btn:first-child>.dropdown-toggle,
|
|
.Form .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
|
|
.Form .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
|
|
border-right: 0 none
|
|
}
|
|
|
|
.Form .input-group-addon:last-child,
|
|
.Form .input-group-btn:last-child,
|
|
.Form .input-group-btn:last-child>.btn,
|
|
.Form .input-group-btn:last-child>.btn-group>.btn,
|
|
.Form .input-group-btn:last-child>.dropdown-toggle,
|
|
.Form .input-group-btn:first-child>.btn:not(:first-child),
|
|
.Form .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
|
|
border-left: 0 none
|
|
}
|
|
|
|
.Form .input-group>:first-child {
|
|
border-bottom-left-radius: .3em;
|
|
border-top-left-radius: .3em
|
|
}
|
|
|
|
.Form .input-group>:last-child,
|
|
.Form .input-group .form-control[disabled="disabled"] {
|
|
border-bottom-right-radius: .3em;
|
|
border-top-right-radius: .3em
|
|
}
|
|
|
|
@media screen and (max-width:48em) {
|
|
.Form table .input-group-addon {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.ui-timepicker-div .ui-widget-header {
|
|
margin-bottom: 8px
|
|
}
|
|
|
|
.ui-timepicker-div dl {
|
|
text-align: left
|
|
}
|
|
|
|
.ui-timepicker-div dl dt {
|
|
height: 25px;
|
|
margin-bottom: -25px
|
|
}
|
|
|
|
.ui-timepicker-div dl dd {
|
|
margin: 0 10px 10px 65px
|
|
}
|
|
|
|
.ui-timepicker-div td {
|
|
font-size: 90%
|
|
}
|
|
|
|
.ui-tpicker-grid-label {
|
|
background: none;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.ui-timepicker-rtl {
|
|
direction: rtl
|
|
}
|
|
|
|
.ui-timepicker-rtl dl {
|
|
text-align: right
|
|
}
|
|
|
|
.ui-timepicker-rtl dl dd {
|
|
margin: 0 65px 10px 10px
|
|
}
|
|
|
|
.TreeToolbar label {
|
|
margin: 0
|
|
}
|
|
|
|
.TreeToolbar img {
|
|
float: right;
|
|
margin-left: 4px;
|
|
margin-top: 1px
|
|
}
|
|
|
|
.TreeControl {
|
|
display: block;
|
|
width: 100%;
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
overflow-y: auto !important
|
|
}
|
|
|
|
.TreeControl .TreeContainer {
|
|
padding: 4px 12px 4px 0
|
|
}
|
|
|
|
.TreeControl .TreeContainer * img {
|
|
margin: 0;
|
|
float: left
|
|
}
|
|
|
|
.TreeControl .TreeContainer .TreeNode a {
|
|
float: left;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border: solid 1px #1d3a83 !important;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
padding: 4px 6px;
|
|
margin: 0
|
|
}
|
|
|
|
.TreeControl .TreeContainer .TreeNodeSelected a {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.TreeControl .TreeContainer .TreeNode a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.DataGrid,
|
|
.DataGridDataOnly {
|
|
border: 1px solid #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
cursor: default
|
|
}
|
|
|
|
.DataGrid table,
|
|
.DataGridDataOnly table {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.DataGrid tr,
|
|
.DataGridDataOnly tr,
|
|
.DataGridDataOnly table tr {
|
|
border-bottom: 1px solid #1d3a83
|
|
}
|
|
|
|
.DataGrid tr:last-child,
|
|
.DataGridDataOnly tr:last-child,
|
|
.DataGridDataOnly table tr:last-child {
|
|
border-bottom: 0
|
|
}
|
|
|
|
.DataGrid td,
|
|
.DataGridDataOnly td,
|
|
.DataGridDataOnly table td {
|
|
border-right: 1px solid #1d3a83
|
|
}
|
|
|
|
.DataGrid th,
|
|
.DataGridDataOnly th,
|
|
.DataGridDataOnly table th {
|
|
border-right: 1px solid
|
|
}
|
|
|
|
.DataGrid tr td:last-child,
|
|
.DataGridDataOnly tr td:last-child,
|
|
.DataGridDataOnly table tr td:last-child,
|
|
.DataGrid tr th:last-child,
|
|
.DataGridDataOnly tr th:last-child,
|
|
.DataGridDataOnly table tr th:last-child {
|
|
border-right: 0
|
|
}
|
|
|
|
.DataGrid td,
|
|
.DataGrid th,
|
|
.DataGrid .DataGridPager td,
|
|
.DataGridDataOnly td {
|
|
background-color: #fff;
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
vertical-align: middle;
|
|
padding: 7px
|
|
}
|
|
|
|
.DataGrid tr:nth-child(2n+1) td,
|
|
.DataGridDataOnly tr:nth-child(2n+1) td {
|
|
background-color: #eee
|
|
}
|
|
|
|
.DataGrid tr:hover td,
|
|
.DataGridDataOnly tr:hover td {
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.DataGrid tr:last-child td {
|
|
background: #1d3a83;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #1d3a83 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #1d3a83 100%);
|
|
background-color: #1d3a83;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-width: 0 1px 0 0
|
|
}
|
|
|
|
.DataGrid tr:first-child td,
|
|
.DataGrid tr:first-child th,
|
|
.DataGrid .ForceHeader,
|
|
.DataGrid tr:first-child:hover td,
|
|
.DataGrid tr:first-child:hover th,
|
|
.DataGrid .ForceHeader:hover td,
|
|
.DataGrid .HideHeader {
|
|
background: #1d3a83;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #1d3a83 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #1d3a83 100%);
|
|
background-color: #1d3a83;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-align: center
|
|
}
|
|
|
|
.DataGrid .DataGridPager td {
|
|
border-width: 0 !important;
|
|
padding: 0
|
|
}
|
|
|
|
.DataGrid .DataGridPager table {
|
|
width: 0;
|
|
float: right
|
|
}
|
|
|
|
.DataGrid .DataGridPager table td {
|
|
padding: 7px 2px 8px
|
|
}
|
|
|
|
.DataGrid .DataGridPager span,
|
|
.DataGrid .DataGridPager a {
|
|
padding: 4px 12px
|
|
}
|
|
|
|
.DataGrid .DataGridPager a {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
text-decoration: none
|
|
}
|
|
|
|
.DataGrid .DataGridPager a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-decoration: none
|
|
}
|
|
|
|
.DataGrid .HideHeader {
|
|
border-width: 0;
|
|
height: 0;
|
|
font-size: 0;
|
|
font-weight: normal;
|
|
line-height: 0;
|
|
padding: 0
|
|
}
|
|
|
|
div.tablesorter {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
border: 0;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
table.tablesorter {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
table.tablesorter thead tr,
|
|
table.tablesorter tbody tr:not(.EmptyData) {
|
|
border-bottom: 1px solid #1d3a83
|
|
}
|
|
|
|
table.tablesorter-default th,
|
|
table.tablesorter-default thead th,
|
|
table.tablesorter-default tr.ForcedFooter,
|
|
table.tablesorter-default tfoot {
|
|
background-color: #1d3a83;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 7px
|
|
}
|
|
|
|
table.tablesorter-default th,
|
|
table.tablesorter-default thead th {
|
|
border-right: 1px solid
|
|
}
|
|
|
|
table.tablesorter-default .header,
|
|
table.tablesorter-default .tablesorter-header {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAVCAYAAACUhcTwAAAA1ElEQVR42mNgoDrYtGkT17NnzyasWrWKDaeiJ0+elD5//vzX06dPs7EqePjwoRZQweM3b978f/ny5e1Hjx4po6thBFoz9/Xr1/9BGKTwxYsXE0HicBUPHjxwBJryDlkRUNMnoOk2cEVAgX0gCZgiGAaK79i2bRs7WBHQlJ9A/B0L/gn0RCTDAAB8bgLiRJjvduDw3b4jR47wwkLbBhQuyOEECjdQ+KGEOCiE0QJzLkqIgwAorkBxBjXlMSgusXoAFPugVABKDTh9CUpHoPQESle0C0sAIc0JVkFSaTIAAAAASUVORK5CYII=);
|
|
background-position: center right;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
white-space: normal
|
|
}
|
|
|
|
table.tablesorter-default thead .headerSortUp,
|
|
table.tablesorter-default thead .tablesorter-headerSortUp,
|
|
table.tablesorter-default thead .tablesorter-headerAsc {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAVCAYAAACUhcTwAAAAi0lEQVR42mNgoDrYtGkT17NnzyasWrWKDaeiJ0+elD5//vzX06dPs7EqePjwoRZQweM3b978f/ny5e1Hjx4po6thBFoz9/Xr1/9BGKTwxYsXE0HicBUPHjxwBJryDlkRUNMnoOk2cEVAgX0gCZgiGAaK79i2bRs7WBHQlJ9A/B0L/gn0RCTDKBjSAAAvw4SF8xMj9gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
table.tablesorter-default thead .headerSortDown,
|
|
table.tablesorter-default thead .tablesorter-headerSortDown,
|
|
table.tablesorter-default thead .tablesorter-headerDesc {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAVCAYAAACUhcTwAAAAhklEQVR42mNgGAVDFjx//vwnEH/HgkHiiWBFz5492/HmzZv/r1+/RsFA8X1HjhzhBSt6+PChDVDgE0wSpAFowrsHDx44ItvI+OLFi4nIioCa5oLEUdz16NEj5ZcvX96GmvIYaLoWVg88ffo0G6jg15MnT0px+nLVqlVsQGsmbNq0iYt2YQkA9QSEw3FzcJsAAAAASUVORK5CYII=)
|
|
}
|
|
|
|
table.tablesorter-default thead .sorter-false {
|
|
background-image: none;
|
|
cursor: default
|
|
}
|
|
|
|
table.tablesorter tfoot tr,
|
|
table.tablesorter-default tr.ForcedFooter td {
|
|
height: 36px;
|
|
background-color: #1d3a83
|
|
}
|
|
|
|
table.tablesorter tfoot tr,
|
|
table.tablesorter-default tfoot th,
|
|
table.tablesorter-default tfoot td {
|
|
border-bottom: 0 none !important;
|
|
background-color: #1d3a83
|
|
}
|
|
|
|
table.tablesorter-default>tbody tr:not(.ForcedFooter) td {
|
|
border-right: 1px solid #1d3a83;
|
|
background-color: #fff;
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
padding: 7px
|
|
}
|
|
|
|
table.tablesorter-default>tbody tr:not(.ForcedFooter):nth-child(2n) td {
|
|
background-color: #eee
|
|
}
|
|
|
|
table.tablesorter-default>tbody>tr:not(.ForcedFooter):hover>td,
|
|
table.tablesorter-default>tbody>tr.even:not(.ForcedFooter):hover>td,
|
|
table.tablesorter-default>tbody>tr.odd:not(.ForcedFooter):hover>td {
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
table.tablesorter-default>tbody>tr:not(.ForcedFooter):hover>td>input:not(:focus),
|
|
table.tablesorter-default>tbody>tr.even:not(.ForcedFooter):hover>td>input:not(:focus),
|
|
table.tablesorter-default>tbody>tr.odd:not(.ForcedFooter):hover>td>input:not(:focus) {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
table.tablesorter tfoot .DataGridPager td {
|
|
border-width: 0 !important;
|
|
padding: 0
|
|
}
|
|
|
|
table.tablesorter tfoot .DataGridPager table {
|
|
width: 0;
|
|
float: right
|
|
}
|
|
|
|
table.tablesorter tfoot .DataGridPager table td {
|
|
padding: 7px 2px 8px
|
|
}
|
|
|
|
table.tablesorter tfoot .DataGridPager span,
|
|
table.tablesorter tfoot .DataGridPager a {
|
|
padding: 4px 12px
|
|
}
|
|
|
|
table.tablesorter tfoot .DataGridPager a {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
text-decoration: none
|
|
}
|
|
|
|
table.tablesorter tfoot .DataGridPager a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-decoration: none
|
|
}
|
|
|
|
table.tablesorter-default .tablesorter-processing {
|
|
background-position: center center !important;
|
|
background-repeat: no-repeat !important;
|
|
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important
|
|
}
|
|
|
|
table.tablesorter-default tr.odd td.primary {
|
|
background-color: #bfbfbf
|
|
}
|
|
|
|
table.tablesorter-default td.primary,
|
|
table.tablesorter-default tr.even td.primary {
|
|
background-color: #d9d9d9
|
|
}
|
|
|
|
table.tablesorter-default tr.odd td.secondary {
|
|
background-color: #d9d9d9
|
|
}
|
|
|
|
table.tablesorter-default td.secondary,
|
|
table.tablesorter-default tr.even td.secondary {
|
|
background-color: #e6e6e6
|
|
}
|
|
|
|
table.tablesorter-default tr.odd td.tertiary {
|
|
background-color: #e6e6e6
|
|
}
|
|
|
|
table.tablesorter-default td.tertiary,
|
|
table.tablesorter-default tr.even td.tertiary {
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
table.tablesorter>thead tr th:last-child,
|
|
table.tablesorter>tbody tr td:last-child,
|
|
table.tablesorter>tfoot tr td:last-child {
|
|
border-right: 0
|
|
}
|
|
|
|
table.tablesorter-default .tablesorter-filter-row td {
|
|
background: #eee;
|
|
border-bottom: #ccc 1px solid;
|
|
line-height: normal;
|
|
text-align: center;
|
|
-webkit-transition: line-height .1s ease;
|
|
-moz-transition: line-height .1s ease;
|
|
-o-transition: line-height .1s ease;
|
|
transition: line-height .1s ease
|
|
}
|
|
|
|
table.tablesorter-default .tablesorter-filter-row .disabled {
|
|
opacity: .5;
|
|
filter: alpha(opacity=50);
|
|
cursor: not-allowed
|
|
}
|
|
|
|
table.tablesorter-default .tablesorter-filter-row.hideme td {
|
|
padding: 2px;
|
|
margin: 0;
|
|
line-height: 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
table.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
|
|
height: 1px;
|
|
min-height: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0)
|
|
}
|
|
|
|
table.tablesorter-default .tablesorter-filter {
|
|
width: 95%;
|
|
height: auto;
|
|
margin: 4px;
|
|
padding: 4px;
|
|
background-color: #fff;
|
|
border: 1px solid #bbb;
|
|
color: #333;
|
|
box-sizing: border-box;
|
|
-webkit-transition: height .1s ease;
|
|
-moz-transition: height .1s ease;
|
|
-o-transition: height .1s ease;
|
|
transition: height .1s ease
|
|
}
|
|
|
|
table.tablesorter .filtered {
|
|
display: none
|
|
}
|
|
|
|
table.tablesorter .tablesorter-errorRow td {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
background-color: #e6bf99
|
|
}
|
|
|
|
table.tablesorter .HideCell {
|
|
display: none
|
|
}
|
|
|
|
table.tablesorter-default>tbody>tr.rowgroup>td,
|
|
table.tablesorter-default>tbody tr.rowgroup:nth-child(2n) td,
|
|
table.tablesorter-default>tbody>tr.rowgroup:hover>td,
|
|
table.tablesorter-default>tbody>tr.even.rowgroup:hover>td,
|
|
table.tablesorter-default>tbody>tr.odd.rowgroup:hover>td {
|
|
background-color: #264cad;
|
|
background-image: none
|
|
}
|
|
|
|
table.tablesorter-default>tbody>tr.rowgroup * {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
cursor: pointer
|
|
}
|
|
|
|
.tablesorter table tr.EmptyData td,
|
|
.tablesorter table tr.EmptyData td:hover {
|
|
background-color: #1d3a83;
|
|
border: none;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-align: center;
|
|
padding: 7px
|
|
}
|
|
|
|
div.Calendar {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
table.Calendar {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
table.Calendar tr:nth-child(1) td,
|
|
table.Calendar tr:nth-child(2) th {
|
|
background: #1d3a83;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #1d3a83 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #1d3a83 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 7px;
|
|
cursor: default
|
|
}
|
|
|
|
table.Calendar tr:nth-child(1) td {
|
|
padding: 0;
|
|
border-top-left-radius: .3em;
|
|
border-top-right-radius: .3em
|
|
}
|
|
|
|
table.Calendar tr:nth-child(1) td table td {
|
|
padding: 7px;
|
|
border-radius: 0
|
|
}
|
|
|
|
table.Calendar tr:nth-child(1) td:first-child {
|
|
text-align: left
|
|
}
|
|
|
|
table.Calendar tr:nth-child(1) td:last-child {
|
|
text-align: right
|
|
}
|
|
|
|
table.Calendar tr:nth-child(2) th {
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
border: solid 1px #ff8400
|
|
}
|
|
|
|
table.Calendar tr:nth-child(2) th:first-child {
|
|
border-left: 0
|
|
}
|
|
|
|
table.Calendar tr:nth-child(2) th:last-child {
|
|
border-right: 0
|
|
}
|
|
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td {
|
|
border-right: 1px solid #1d3a83;
|
|
border-bottom: 1px solid #1d3a83;
|
|
background-color: #eee;
|
|
color: #1d3a83;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
padding: 7px;
|
|
height: 116px
|
|
}
|
|
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td.WeekendDay,
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td.OtherMonthDay {
|
|
background-color: #fff
|
|
}
|
|
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td:hover {
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td:hover * {
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td:last-child {
|
|
border-right: 0
|
|
}
|
|
|
|
table.Calendar>tbody tr:last-child td {
|
|
border-bottom: 0
|
|
}
|
|
|
|
table.Calendar>tbody tr:last-child td:first-child {
|
|
border-bottom-left-radius: .3em
|
|
}
|
|
|
|
table.Calendar>tbody tr:last-child td:last-child {
|
|
border-right: 0;
|
|
border-bottom-right-radius: .3em
|
|
}
|
|
|
|
table.Calendar table.Title tr:first-child td:first-child {
|
|
border-top-left-radius: .3em;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
table.Calendar table.Title tr:first-child td:last-child {
|
|
border-right: 0;
|
|
border-top-right-radius: .3em;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
table.Calendar>tbody tr:nth-of-type(n+3) td.OtherMonthDay:hover {
|
|
background-image: none;
|
|
background-color: #fff
|
|
}
|
|
|
|
table.Calendar input {
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
width: 100%
|
|
}
|
|
|
|
table.Title td .ui-widget {
|
|
color: #fff !important;
|
|
margin: -5px
|
|
}
|
|
|
|
table.Title td .ui-widget:hover {
|
|
color: #fff !important
|
|
}
|
|
|
|
.Form .DataGrid input[type="text"],
|
|
table.tablesorter input[type="text"] {
|
|
width: 100%
|
|
}
|
|
|
|
.Form .DataGrid select {
|
|
clip: auto
|
|
}
|
|
|
|
.Form .DataGrid input[type="radio"],
|
|
.Form .DataGrid input[type="checkbox"],
|
|
.Form .DataGrid input[type="submit"],
|
|
.Form .DataGrid input[type="reset"],
|
|
.Form .DataGrid input[type="button"],
|
|
.Form .DataGrid label.toggleButton,
|
|
table.tablesorter input[type="radio"],
|
|
table.tablesorter input[type="checkbox"],
|
|
table.tablesorter input[type="submit"],
|
|
table.tablesorter input[type="reset"],
|
|
table.tablesorter input[type="button"],
|
|
table.tablesorter label.toggleButton {
|
|
float: none;
|
|
margin: 0
|
|
}
|
|
|
|
.Form .DataGrid input[type="image"],
|
|
.Form .DataGrid img[id^=btn],
|
|
table.tablesorter input[type="image"],
|
|
table.tablesorter img[id^=btn] {
|
|
float: none;
|
|
margin: 3px 0 -3px;
|
|
border-radius: 0
|
|
}
|
|
|
|
table.tablesorter-default>tbody>tr.rowgroup>td input[type="text"] {
|
|
border-color: #142859;
|
|
background-image: none;
|
|
background-color: transparent
|
|
}
|
|
|
|
.Form .DataGrid tfoot input[type="text"][readonly="readonly"],
|
|
table.tablesorter tfoot input[type="text"][readonly="readonly"] {
|
|
color: inherit;
|
|
text-shadow: inherit;
|
|
font-weight: inherit
|
|
}
|
|
|
|
.DataGrid a,
|
|
.DataGrid a:visited,
|
|
.DataGrid a:link,
|
|
table.tablesorter a,
|
|
table.tablesorter a:visited,
|
|
table.tablesorter a:link {
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
.DataGrid tr:hover td a,
|
|
table.tablesorter-default>tbody>tr:not(.ForcedFooter):hover>td>a,
|
|
table.tablesorter-default>tbody>tr.even:not(.ForcedFooter):hover>td>a,
|
|
table.tablesorter-default>tbody>tr.odd:not(.ForcedFooter):hover>td>a {
|
|
color: #fff !important;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.DataGrid .Icon:hover,
|
|
table.tablesorter .Icon:hover {
|
|
color: #1d3a83;
|
|
text-shadow: 0 1px .4px White
|
|
}
|
|
|
|
.DataGrid .Warning .Icon,
|
|
.DataGrid .Warning .Icon:hover,
|
|
table.tablesorter .Warning .Icon,
|
|
table.tablesorter .Warning .Icon:hover {
|
|
color: #f00
|
|
}
|
|
|
|
.ReportPanel.ReportPanel-Space,
|
|
.ReportPanel.ReportPanel-Space-Medium {
|
|
margin: .6rem
|
|
}
|
|
|
|
.ReportPanel.ReportPanel-Space-Small {
|
|
margin: .2rem
|
|
}
|
|
|
|
.ReportPanel.ReportPanel-Space-Large {
|
|
margin: 1rem
|
|
}
|
|
|
|
.ReportPanel .ReportTitle,
|
|
.ReportPanel .ReportTitleInverse {
|
|
font-weight: bold
|
|
}
|
|
|
|
.ReportPanel .ReportTitleInverse,
|
|
.ReportTable .ReportTitleInverse td tr {
|
|
color: #fff;
|
|
background-color: #000
|
|
}
|
|
|
|
.ReportPanel p {
|
|
color: #000 !important;
|
|
margin: 0
|
|
}
|
|
|
|
.ReportTable {
|
|
width: 100%
|
|
}
|
|
|
|
.ReportTable td {
|
|
border: 1px solid #000;
|
|
padding: 2px
|
|
}
|
|
|
|
.Form .ExpressionSection .ExpressionOptions {
|
|
width: 99%;
|
|
padding: 0 4px 4px 4px
|
|
}
|
|
|
|
.Form .ExpressionSection .ExpressionData {
|
|
overflow: auto;
|
|
min-height: 48px
|
|
}
|
|
|
|
.Form .ExpressionSection .ExpressionOptions>div {
|
|
display: inline-block;
|
|
margin-top: 6px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.Form .ExpressionSection .ExpressionData * {
|
|
display: inline-block;
|
|
padding: 0 6px;
|
|
margin: .3em;
|
|
cursor: pointer;
|
|
line-height: 2.6em;
|
|
border: solid 1px #1d3a83;
|
|
border-radius: 8px;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%)
|
|
}
|
|
|
|
.Form .ExpressionSection .ParameterToken {
|
|
line-height: 1.8em;
|
|
border: 1px solid #d3d3d3;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%)
|
|
}
|
|
|
|
.Form .ExpressionSection .ParameterToken * {
|
|
line-height: 1.8em;
|
|
margin: 0
|
|
}
|
|
|
|
.Form .ExpressionSection .OperatorToken,
|
|
.Form .ExpressionSection .LiteralToken,
|
|
.Form .ExpressionSection .VariableToken {
|
|
min-width: 40px;
|
|
text-align: center
|
|
}
|
|
|
|
.Form .ExpressionSection .FieldToken:hover,
|
|
.Form .ExpressionSection .OperatorToken:hover,
|
|
.Form .ExpressionSection .LiteralToken:hover,
|
|
.Form .ExpressionSection .VariableToken:hover,
|
|
.Form .ExpressionSection .FunctionToken:hover {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%)
|
|
}
|
|
|
|
.Form .ExpressionSection .SortPlacemark {
|
|
min-width: 40px;
|
|
height: 48px;
|
|
background: #ff0
|
|
}
|
|
|
|
.Form .btn-video-play {
|
|
width: 98%;
|
|
height: auto;
|
|
margin: 8px auto
|
|
}
|
|
|
|
.Form .pcm-video {
|
|
width: 98%;
|
|
min-width: 260px;
|
|
border: solid 1px #1d3a83;
|
|
margin: 0 8px
|
|
}
|
|
|
|
.Form .ForumToolbar {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
padding: 0 6px 6px 6px
|
|
}
|
|
|
|
.Form .ForumToolbar>* {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.Form .ForumBackground {
|
|
padding: 16px 16px 0 16px
|
|
}
|
|
|
|
.Form .ForumEntry {
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
border: solid 1px #1d3a83;
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
.Form .ForumEntryHeader {
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
background-color: #1d3a83;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form .ForumEntryHeader {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.Form .ForumEntryHeader div {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
padding: 6px
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.OverflowHidden {
|
|
overflow: hidden
|
|
}
|
|
|
|
.Form .ForumEntryHeader H5 {
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 1px
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons {
|
|
width: 1%;
|
|
border-left: 1px solid;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span,
|
|
.Form .ForumEntryHeader div.Icons a,
|
|
.Form .ForumEntryHeader div.Icons a:link,
|
|
.Form .ForumEntryHeader div.Icons a:visited,
|
|
.Form .ForumEntryHeader div.Icons a:active {
|
|
padding: 4px 6px;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: 200px;
|
|
font-size: small;
|
|
min-width: 26px;
|
|
text-align: center
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span.Indicator {
|
|
color: #fff;
|
|
text-shadow: 1px 1px 1px black;
|
|
background-image: none;
|
|
cursor: default
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span.Indicator.Red {
|
|
background-color: #f00
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span.Indicator.Yellow {
|
|
background-color: #cc0;
|
|
color: #000;
|
|
text-shadow: 1px 1px 1px white
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span.Indicator.Green {
|
|
background-color: #008000
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span.Clickable:hover,
|
|
.Form .ForumEntryHeader div.Icons a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form .ForumEntryHeader div.Icons span:focus,
|
|
.Form .ForumEntryHeader div.Icons a:focus {
|
|
outline: none
|
|
}
|
|
|
|
.Form .ForumBody {
|
|
position: relative;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
background-color: #fff;
|
|
padding: 18px 6px 6px;
|
|
color: #1d3a83;
|
|
font-weight: normal
|
|
}
|
|
|
|
.Form .ForumBody .ActionBar {
|
|
position: absolute;
|
|
top: -14px;
|
|
right: 10px
|
|
}
|
|
|
|
.Form .ForumBody .ActionBar.Left {
|
|
left: 10px;
|
|
right: auto
|
|
}
|
|
|
|
.Form .ForumBody .ActionBar span,
|
|
.Form .ForumBody .ActionBar a {
|
|
float: right;
|
|
margin-left: 6px;
|
|
padding: 1px 3px;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: 200px;
|
|
font-size: small;
|
|
min-width: 26px;
|
|
text-align: center
|
|
}
|
|
|
|
.Form .ForumBody .ActionBar span.Clickable:hover,
|
|
.Form .ForumBody .ActionBar a:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.Form .ForumBody .Author {
|
|
display: block;
|
|
border: 1px solid #666f74;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
padding: 10px;
|
|
width: 100%;
|
|
cursor: default
|
|
}
|
|
|
|
.Form .ForumBody .Time {
|
|
font-size: smaller;
|
|
cursor: default
|
|
}
|
|
|
|
.Form .ForumBody .PostExpanderTarget.Hide,
|
|
.Form .ForumBody .PostReplyExpanderTarget.Hide,
|
|
.Form .ForumBody .ReplyExpanderTarget.Hide {
|
|
display: none
|
|
}
|
|
|
|
.Form .ForumBody .Bubble {
|
|
position: relative;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
padding: 10px;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
width: 98%;
|
|
color: #fff;
|
|
cursor: default
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBlue,
|
|
.Form .ForumBody .Bubble.BubbleOrange,
|
|
.Form .ForumBody .Bubble.BubbleBrown,
|
|
.Form .ForumBody .Bubble.BubbleRoyal,
|
|
.Form .ForumBody .Bubble.BubbleBrick {
|
|
float: right
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGreen,
|
|
.Form .ForumBody .Bubble.BubblePurple,
|
|
.Form .ForumBody .Bubble.BubbleGold,
|
|
.Form .ForumBody .Bubble.BubbleCyan,
|
|
.Form .ForumBody .Bubble.BubblePink {
|
|
float: left
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:after,
|
|
.Form .ForumBody .Bubble:before {
|
|
top: 20px;
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBlue:after,
|
|
.Form .ForumBody .Bubble.BubbleBlue:before,
|
|
.Form .ForumBody .Bubble.BubbleOrange:after,
|
|
.Form .ForumBody .Bubble.BubbleOrange:before,
|
|
.Form .ForumBody .Bubble.BubbleBrown:after,
|
|
.Form .ForumBody .Bubble.BubbleBrown:before,
|
|
.Form .ForumBody .Bubble.BubbleRoyal:after,
|
|
.Form .ForumBody .Bubble.BubbleRoyal:before,
|
|
.Form .ForumBody .Bubble.BubbleBrick:after,
|
|
.Form .ForumBody .Bubble.BubbleBrick:before {
|
|
right: 100%
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGreen:after,
|
|
.Form .ForumBody .Bubble.BubbleGreen:before,
|
|
.Form .ForumBody .Bubble.BubblePurple:after,
|
|
.Form .ForumBody .Bubble.BubblePurple:before,
|
|
.Form .ForumBody .Bubble.BubbleGold:after,
|
|
.Form .ForumBody .Bubble.BubbleGold:before,
|
|
.Form .ForumBody .Bubble.BubbleCyan:after,
|
|
.Form .ForumBody .Bubble.BubbleCyan:before,
|
|
.Form .ForumBody .Bubble.BubblePink:after,
|
|
.Form .ForumBody .Bubble.BubblePink:before {
|
|
left: 100%
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:after {
|
|
border-color: transparent;
|
|
border-width: 13px;
|
|
margin-top: -13px
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:before {
|
|
border-color: transparent;
|
|
border-width: 16px;
|
|
margin-top: -16px
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBlue {
|
|
background: #4ba4ff;
|
|
border-color: #0f487f
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBlue:after {
|
|
border-right-color: #4ba4ff
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBlue:before {
|
|
border-right-color: #0f487f
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleBlue {
|
|
background: #0f487f
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleBlue:after {
|
|
border-right-color: #0f487f
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGreen {
|
|
background: #6a9d3c;
|
|
border-color: #486c28
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGreen:after {
|
|
border-left-color: #6a9d3c
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGreen:before {
|
|
border-left-color: #486c28
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleGreen {
|
|
background: #486c28
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleGreen:after {
|
|
border-left-color: #486c28
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleOrange {
|
|
background: #e17c01;
|
|
border-color: #be6403
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleOrange:after {
|
|
border-right-color: #e17c01
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleOrange:before {
|
|
border-right-color: #be6403
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleOrange {
|
|
background: #be6403
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleOrange:after {
|
|
border-right-color: #be6403
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubblePurple {
|
|
background: #b904b9;
|
|
border-color: #800080
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubblePurple:after {
|
|
border-left-color: #b904b9
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubblePurple:before {
|
|
border-left-color: #800080
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubblePurple {
|
|
background: #800080
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubblePurple:after {
|
|
border-left-color: #800080
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBrown {
|
|
background: #8d5b0b;
|
|
border-color: #5f3d08
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBrown:after {
|
|
border-right-color: #8d5b0b
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBrown:before {
|
|
border-right-color: #5f3d08
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleBrown {
|
|
background: #5f3d08
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleBrown:after {
|
|
border-right-color: #5f3d08
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGold {
|
|
background: #dbba01;
|
|
border-color: #bfa200
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGold:after {
|
|
border-left-color: #dbba01
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleGold:before {
|
|
border-left-color: #bfa200
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleGold {
|
|
background: #bfa200
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleGold:after {
|
|
border-left-color: #bfa200
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleRoyal {
|
|
background: #0404fc;
|
|
border-color: #030378
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleRoyal:after {
|
|
border-right-color: #0404fc
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleRoyal:before {
|
|
border-right-color: #030378
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleRoyal {
|
|
background: #030378
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleRoyal:after {
|
|
border-right-color: #030378
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleCyan {
|
|
background: #02a7a7;
|
|
border-color: #027070
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleCyan:after {
|
|
border-left-color: #02a7a7
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleCyan:before {
|
|
border-left-color: #027070
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleCyan {
|
|
background: #027070
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleCyan:after {
|
|
border-left-color: #027070
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBrick {
|
|
background: #b22222;
|
|
border-color: #801919
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBrick:after {
|
|
border-right-color: #b22222
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubbleBrick:before {
|
|
border-right-color: #801919
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleBrick {
|
|
background: #801919
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubbleBrick:after {
|
|
border-right-color: #801919
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubblePink {
|
|
background: #efadb7;
|
|
border-color: #d79ea7
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubblePink:after {
|
|
border-left-color: #efadb7
|
|
}
|
|
|
|
.Form .ForumBody .Bubble.BubblePink:before {
|
|
border-left-color: #d79ea7
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubblePink {
|
|
background: #d79ea7
|
|
}
|
|
|
|
.Form .ForumBody .Bubble:hover.BubblePink:after {
|
|
border-left-color: #d79ea7
|
|
}
|
|
|
|
|
|
/*! FILE: jBox.less.css */
|
|
|
|
.jBox-wrapper {
|
|
text-align: left;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.jBox-title,
|
|
.jBox-content,
|
|
.jBox-container {
|
|
position: relative;
|
|
word-break: break-word
|
|
}
|
|
|
|
.jBox-container {
|
|
background: #d6dbde
|
|
}
|
|
|
|
.jBox-content {
|
|
padding: 8px 10px;
|
|
overflow: auto;
|
|
-webkit-transition: opacity .15s;
|
|
transition: opacity .15s;
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
cursor: pointer
|
|
}
|
|
|
|
.jBox-Tooltip .jBox-container,
|
|
.jBox-Mouse .jBox-container {
|
|
border: solid 1px #1d3a83;
|
|
background: #d6dbde;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.jBox-Tooltip .jBox-title,
|
|
.jBox-Mouse .jBox-title {
|
|
padding: 8px 10px 0;
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
font-weight: bold
|
|
}
|
|
|
|
.jBox-hasTitle.jBox-Tooltip .jBox-content,
|
|
.jBox-hasTitle.jBox-Mouse .jBox-content {
|
|
padding-top: 5px
|
|
}
|
|
|
|
.jBox-pointer {
|
|
position: absolute;
|
|
overflow: hidden
|
|
}
|
|
|
|
.jBox-pointer-top {
|
|
top: 0
|
|
}
|
|
|
|
.jBox-pointer-bottom {
|
|
bottom: 0
|
|
}
|
|
|
|
.jBox-pointer-left {
|
|
left: 0
|
|
}
|
|
|
|
.jBox-pointer-right {
|
|
right: 0
|
|
}
|
|
|
|
.jBox-pointer-top,
|
|
.jBox-pointer-bottom {
|
|
width: 30px;
|
|
height: 12px
|
|
}
|
|
|
|
.jBox-pointer-left,
|
|
.jBox-pointer-right {
|
|
width: 12px;
|
|
height: 30px
|
|
}
|
|
|
|
.jBox-pointer:after {
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
background: #d6dbde;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
border: solid 1px #1d3a83
|
|
}
|
|
|
|
.jBox-pointer-top:after {
|
|
left: 5px;
|
|
top: 6px;
|
|
box-shadow: -1px -1px 4px gray
|
|
}
|
|
|
|
.jBox-pointer-right:after {
|
|
top: 5px;
|
|
right: 6px;
|
|
box-shadow: 1px -1px 4px gray
|
|
}
|
|
|
|
.jBox-pointer-bottom:after {
|
|
left: 5px;
|
|
bottom: 6px;
|
|
box-shadow: 1px 1px 4px gray
|
|
}
|
|
|
|
.jBox-pointer-left:after {
|
|
top: 5px;
|
|
left: 6px;
|
|
box-shadow: -1px 1px 4px gray
|
|
}
|
|
|
|
.jBox-Modal .jBox-container,
|
|
.jBox-Confirm .jBox-container {
|
|
border-radius: 3px;
|
|
box-shadow: 0 3px 15px gray, 0 0 5px gray
|
|
}
|
|
|
|
.jBox-Modal .jBox-title,
|
|
.jBox-Confirm .jBox-title {
|
|
border-radius: 3px 3px 0 0;
|
|
padding: 10px 15px;
|
|
background: #d6dbde;
|
|
border-bottom: 1px solid #142859
|
|
}
|
|
|
|
.jBox-Modal.jBox-closeButton-title .jBox-title,
|
|
.jBox-Confirm.jBox-closeButton-title .jBox-title {
|
|
padding-right: 55px
|
|
}
|
|
|
|
.jBox-Modal.jBox-closeButton-box:before,
|
|
.jBox-Confirm.jBox-closeButton-box:before {
|
|
box-shadow: 0 3px 15px gray, 0 0 5px gray
|
|
}
|
|
|
|
.jBox-Modal .jBox-content {
|
|
padding: 12px 15px
|
|
}
|
|
|
|
.jBox-Confirm .jBox-content {
|
|
text-align: center;
|
|
padding: 45px 35px
|
|
}
|
|
|
|
.jBox-Confirm-footer {
|
|
border-top: 1px solid #142859;
|
|
background: #babfc2;
|
|
border-radius: 0 0 3px 3px;
|
|
text-align: center;
|
|
padding: 10px 0
|
|
}
|
|
|
|
.jBox-Confirm-button {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
line-height: 30px;
|
|
height: 30px;
|
|
border-radius: 3px;
|
|
padding: 0 20px;
|
|
-webkit-transition: color .2s, background-color .2s;
|
|
transition: color .2s, background-color .2s
|
|
}
|
|
|
|
.jBox-Confirm-button-cancel {
|
|
text-shadow: 0 1px .4px Black;
|
|
background: #ddd;
|
|
color: #999;
|
|
margin-right: 25px
|
|
}
|
|
|
|
.jBox-Confirm-button-cancel:hover {
|
|
background: #ccc;
|
|
color: #666
|
|
}
|
|
|
|
.jBox-Confirm-button-submit {
|
|
text-shadow: 0 1px .4px Black;
|
|
background: #5fc04c;
|
|
color: #fff
|
|
}
|
|
|
|
.jBox-Confirm-button-submit:hover {
|
|
background: #53a642
|
|
}
|
|
|
|
.jBox-Confirm-button-cancel:active,
|
|
.jBox-Confirm-button-submit:active {
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .26)
|
|
}
|
|
|
|
.jBox-Notice {
|
|
-webkit-transition: margin .2s;
|
|
transition: margin .2s
|
|
}
|
|
|
|
.jBox-Notice .jBox-container {
|
|
border: solid 1px #1d3a83;
|
|
background: #d6dbde;
|
|
background-image: linear-gradient(to bottom, #444, #222);
|
|
color: #fff;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.jBox-Notice .jBox-content {
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
color: #fff;
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.jBox-Notice .jBox-title {
|
|
padding: 8px 20px 0;
|
|
font-weight: bold
|
|
}
|
|
|
|
.jBox-hasTitle.jBox-Notice .jBox-content {
|
|
clear: both;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.jBox-Notice-gray .jBox-container {
|
|
background: #d3d3d3;
|
|
background-image: linear-gradient(to bottom, LightGray, DarkGray)
|
|
}
|
|
|
|
.jBox-Notice-red .jBox-container {
|
|
background: #f00;
|
|
background-image: linear-gradient(to bottom, Red, #e22)
|
|
}
|
|
|
|
.jBox-Notice-green .jBox-container {
|
|
background: #70a800;
|
|
background-image: linear-gradient(to bottom, #95cc2a, #70a800)
|
|
}
|
|
|
|
.jBox-Notice-blue .jBox-container {
|
|
background: #2b91d9;
|
|
background-image: linear-gradient(to bottom, #5abaff, #2b91d9)
|
|
}
|
|
|
|
.jBox-Notice-yellow .jBox-container {
|
|
background: #ff0;
|
|
background-image: linear-gradient(to bottom, Yellow, #ffb11f)
|
|
}
|
|
|
|
.jBox-Image {
|
|
background: #fff;
|
|
padding: 8px 8px 45px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.jBox-Image .jBox-content {
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.jBox-image-container {
|
|
border-radius: 5px;
|
|
background: #000 center center no-repeat;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0
|
|
}
|
|
|
|
.jBox-image-label {
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
background: #fff;
|
|
top: 100%;
|
|
left: 0;
|
|
width: 100%;
|
|
color: #333;
|
|
margin-top: -35px;
|
|
padding: 0 90px 5px 10px;
|
|
border-radius: 0 0 5px 5px;
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s;
|
|
opacity: 0
|
|
}
|
|
|
|
.jBox-image-label.active {
|
|
opacity: 1
|
|
}
|
|
|
|
.jBox-image-pointer-next,
|
|
.jBox-image-pointer-prev {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 22px;
|
|
height: 45px;
|
|
background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
|
|
background-size: 11px auto;
|
|
cursor: pointer;
|
|
opacity: .6;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-transition: opacity .2s;
|
|
transition: opacity .2s
|
|
}
|
|
|
|
.jBox-image-pointer-next:hover,
|
|
.jBox-image-pointer-prev:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.jBox-image-pointer-next {
|
|
right: 8px;
|
|
-webkit-transform: scaleX(-1);
|
|
transform: scaleX(-1)
|
|
}
|
|
|
|
.jBox-image-pointer-prev {
|
|
right: 30px
|
|
}
|
|
|
|
.jBox-image-open .jBox-overlay {
|
|
background-color: rgba(0, 0, 0, .86)
|
|
}
|
|
|
|
.jBox-Image.jBox-loading .jBox-container:before {
|
|
left: auto;
|
|
top: auto;
|
|
bottom: -33px;
|
|
right: 55px;
|
|
margin-top: -9px;
|
|
margin-left: -9px
|
|
}
|
|
|
|
.jBox-closeButton {
|
|
cursor: pointer;
|
|
position: absolute
|
|
}
|
|
|
|
.jBox-closeButton svg {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 50%
|
|
}
|
|
|
|
.jBox-closeButton path {
|
|
-webkit-transition: fill .2s;
|
|
transition: fill .2s
|
|
}
|
|
|
|
.jBox-closeButton path {
|
|
fill: #ff8400
|
|
}
|
|
|
|
.jBox-closeButton:hover path {
|
|
fill: White
|
|
}
|
|
|
|
.jBox-closeButton:active path {
|
|
fill: #666
|
|
}
|
|
|
|
.jBox-overlay .jBox-closeButton {
|
|
top: 0;
|
|
right: 0;
|
|
width: 40px;
|
|
height: 40px
|
|
}
|
|
|
|
.jBox-overlay .jBox-closeButton svg {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: -10px;
|
|
margin-right: -10px
|
|
}
|
|
|
|
.jBox-overlay .jBox-closeButton path {
|
|
fill: #d2d4d6
|
|
}
|
|
|
|
.jBox-overlay .jBox-closeButton:hover path {
|
|
fill: white
|
|
}
|
|
|
|
.jBox-overlay .jBox-closeButton:active path {
|
|
fill: #b2b4b6
|
|
}
|
|
|
|
.jBox-closeButton-title .jBox-closeButton {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 40px
|
|
}
|
|
|
|
.jBox-closeButton-title .jBox-closeButton svg {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
margin-right: -6px
|
|
}
|
|
|
|
.jBox-closeButton-box .jBox-closeButton {
|
|
top: -15px;
|
|
right: -15px;
|
|
width: 24px;
|
|
height: 24px;
|
|
background: #142859;
|
|
border-radius: 50%
|
|
}
|
|
|
|
.jBox-closeButton-box .jBox-closeButton svg {
|
|
width: 10px;
|
|
height: 10px;
|
|
margin-top: -5px;
|
|
margin-right: -5px
|
|
}
|
|
|
|
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
|
|
background: #f4f5f6
|
|
}
|
|
|
|
.jBox-closeButton-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: -13px;
|
|
right: -13px;
|
|
width: 22px;
|
|
height: 22px;
|
|
border-radius: 50%;
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
.jBox-pointerPosition-top.jBox-closeButton-box:before {
|
|
top: 0
|
|
}
|
|
|
|
.jBox-pointerPosition-right.jBox-closeButton-box:before {
|
|
right: 0
|
|
}
|
|
|
|
.jBox-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
background-color: rgba(0, 0, 0, .6)
|
|
}
|
|
|
|
body[class^="jBox-blockScroll-"],
|
|
body[class*=" jBox-blockScroll-"] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.jBox-draggable {
|
|
cursor: move
|
|
}
|
|
|
|
@keyframes jBoxLoading {
|
|
to {
|
|
transform: rotate(360deg)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes jBoxLoading {
|
|
to {
|
|
-webkit-transform: rotate(360deg)
|
|
}
|
|
}
|
|
|
|
.jBox-loading .jBox-content {
|
|
min-height: 30px;
|
|
min-width: 30px;
|
|
opacity: 0
|
|
}
|
|
|
|
.jBox-loading .jBox-container:before {
|
|
content: 'Loading…';
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: -10px;
|
|
margin-left: -10px;
|
|
text-align: center
|
|
}
|
|
|
|
.jBox-loading .jBox-container:not(:required):before {
|
|
content: '';
|
|
border-radius: 50%;
|
|
border: 2px solid rgba(0, 0, 0, .3);
|
|
border-top-color: rgba(0, 0, 0, .6);
|
|
-webkit-animation: jBoxLoading .6s linear infinite;
|
|
animation: jBoxLoading .6s linear infinite
|
|
}
|
|
|
|
.jBox-IE8.jBox-Tooltip .jBox-container,
|
|
.jBox-IE8.jBox-Mouse .jBox-container {
|
|
border: 1px solid #aaa
|
|
}
|
|
|
|
.jBox-IE8 .jBox-pointer:after {
|
|
display: none
|
|
}
|
|
|
|
.jBox-IE8 .jBox-pointer {
|
|
border: 0;
|
|
background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC)
|
|
}
|
|
|
|
.jBox-IE8 .jBox-pointer-top {
|
|
background-position: center top
|
|
}
|
|
|
|
.jBox-IE8 .jBox-pointer-bottom {
|
|
background-position: center bottom
|
|
}
|
|
|
|
.jBox-IE8 .jBox-pointer-left {
|
|
background-position: left center
|
|
}
|
|
|
|
.jBox-IE8 .jBox-pointer-right {
|
|
background-position: right center
|
|
}
|
|
|
|
.jBox-IE8.jBox-Modal .jBox-container {
|
|
border: 3px solid #aaa
|
|
}
|
|
|
|
.jBox-IE8 .jBox-closeButton:after {
|
|
font-family: Verdana, sans-serif;
|
|
content: 'x';
|
|
text-align: center;
|
|
font-size: 18px
|
|
}
|
|
|
|
|
|
/*! FILE: jquery-toggle-switch.less.css */
|
|
|
|
div.tog {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
height: 31px;
|
|
width: 70px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
background-color: #f00;
|
|
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%);
|
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%);
|
|
-webkit-transition: all .2s ease;
|
|
-moz-transition: all .2s ease;
|
|
-o-transition: all .2s ease;
|
|
transition: all .2s ease
|
|
}
|
|
|
|
div.tog:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
background-color: #f00;
|
|
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%);
|
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 2%, rgba(255, 255, 255, .2) 100%)
|
|
}
|
|
|
|
div.tog:after {
|
|
display: block;
|
|
height: 23px;
|
|
width: 23px;
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 2px;
|
|
border: solid 1px #1d3a83;
|
|
background-color: #666f74;
|
|
background-image: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%);
|
|
background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
content: '';
|
|
box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray;
|
|
-webkit-transition: all .2s ease;
|
|
-moz-transition: all .2s ease;
|
|
-o-transition: all .2s ease;
|
|
transition: all .2s ease
|
|
}
|
|
|
|
div.tog:before {
|
|
content: 'No';
|
|
position: absolute;
|
|
right: 14px;
|
|
top: 4px
|
|
}
|
|
|
|
div.tog:hover:after {
|
|
left: 5px
|
|
}
|
|
|
|
div.tog.on:before {
|
|
content: 'Yes';
|
|
right: 36px
|
|
}
|
|
|
|
div.tog.on {
|
|
background-color: #008000
|
|
}
|
|
|
|
div.tog.on:after {
|
|
left: 41px
|
|
}
|
|
|
|
div.tog.on:hover:after {
|
|
left: 38px
|
|
}
|
|
|
|
.HorizontalForm div.tog {
|
|
float: left
|
|
}
|
|
|
|
|
|
/*! FILE: MenuPage.less.css */
|
|
|
|
.MenuSection {
|
|
width: 100%;
|
|
-webkit-column-gap: 12px;
|
|
-moz-column-gap: 12px;
|
|
column-gap: 12px
|
|
}
|
|
|
|
.MenuOption,
|
|
.MenuTitle {
|
|
display: table;
|
|
margin-bottom: 12px;
|
|
width: 100%;
|
|
-webkit-column-break-inside: avoid;
|
|
page-break-inside: avoid;
|
|
break-inside: avoid
|
|
}
|
|
|
|
.MenuOption {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: .2em .2em .2em 0 gray;
|
|
padding: 10px 14px;
|
|
text-decoration: none
|
|
}
|
|
|
|
.MenuOption[href] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.MenuOption:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
.MenuPageTitle,
|
|
.MenuPageDescription,
|
|
.MenuOptionTitle,
|
|
.MenuOptionDescription {
|
|
display: block
|
|
}
|
|
|
|
.MenuPageTitle,
|
|
.MenuOptionTitle {
|
|
font-weight: bold
|
|
}
|
|
|
|
.MenuPageTitle {
|
|
font-size: 1.5em;
|
|
line-height: 1em;
|
|
margin: .3em 0 .3em;
|
|
font-weight: bold
|
|
}
|
|
|
|
.MenuOption.Level2 {
|
|
width: 90%;
|
|
margin-left: 5%;
|
|
margin-right: 5%
|
|
}
|
|
|
|
.MenuOption.Level3 {
|
|
width: 80%;
|
|
margin-left: 10%;
|
|
margin-right: 10%
|
|
}
|
|
|
|
.MenuOption.Level4 {
|
|
width: 70%;
|
|
margin-left: 15%;
|
|
margin-right: 15%
|
|
}
|
|
|
|
.MenuOption.Level5 {
|
|
width: 60%;
|
|
margin-left: 20%;
|
|
margin-right: 20%
|
|
}
|
|
|
|
|
|
/*! FILE: TinyMCE.less.css */
|
|
|
|
body .mce-tinymce,
|
|
body .mce-floatpanel.mce-popover {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-container,
|
|
body .mce-container *,
|
|
body .mce-widget,
|
|
body .mce-reset {
|
|
font-family: Arial, sans-serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 1.3em;
|
|
color: #1d3a83
|
|
}
|
|
|
|
body .mce-ico {
|
|
font-family: 'tinymce', Arial;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 16px
|
|
}
|
|
|
|
body .mce-i-flag {
|
|
font-family: FontAwesome
|
|
}
|
|
|
|
body .mce-panel:not(.mce-window),
|
|
body .mce-floatpanel.mce-popover {
|
|
border-color: #142859;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-floatpanel.mce-popover,
|
|
body .mce-window .mce-window-head,
|
|
body .mce-window .mce-window-body,
|
|
body .mce-window .mce-foot {
|
|
border: solid 1px #1d3a83;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-panel.mce-menu,
|
|
body .mce-floatpanel.mce-popover,
|
|
body .mce-window {
|
|
box-shadow: .2em .2em .2em 0 gray
|
|
}
|
|
|
|
body .mce-window {
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-window,
|
|
body .mce-window .mce-window-head,
|
|
body .mce-window .mce-window-body,
|
|
body .mce-window .mce-foot {
|
|
background: #d6dbde;
|
|
color: #142859
|
|
}
|
|
|
|
body .mce-window .mce-window-head {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
body .mce-window-head .mce-title {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-window-head .mce-close i {
|
|
color: #fff;
|
|
vertical-align: text-bottom
|
|
}
|
|
|
|
body .mce-window-head .mce-close:hover i {
|
|
color: #fff
|
|
}
|
|
|
|
body .mce-window .mce-window-body {
|
|
width: unset !important;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
border-radius: 0
|
|
}
|
|
|
|
body .mce-window .mce-foot {
|
|
width: unset !important;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-width: 1px !important
|
|
}
|
|
|
|
body .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow::after,
|
|
body .mce-arrow.mce-arrow-up::after {
|
|
border-bottom-color: #ffce99
|
|
}
|
|
|
|
body .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow,
|
|
body .mce-arrow.mce-arrow-up::before {
|
|
border-bottom-color: #142859
|
|
}
|
|
|
|
body .mce-arrow.mce-arrow-down::after {
|
|
border-top-color: #ff8400
|
|
}
|
|
|
|
body .mce-arrow.mce-arrow-down::before {
|
|
border-top-color: #142859
|
|
}
|
|
|
|
body .mce-panel.mce-menu,
|
|
body .mce-toolbar-grp .mce-flow-layout-item,
|
|
body .mce-btn-group {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-edit-area,
|
|
body .mce-toolbar-grp,
|
|
body .mce-statusbar {
|
|
border-radius: 0
|
|
}
|
|
|
|
body .mce-toolbar-grp {
|
|
border-width: 1px 0 0
|
|
}
|
|
|
|
body .mce-statusbar *,
|
|
body .mce-statusbar i.mce-i-resize {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-grid td.mce-grid-cell div {
|
|
border-color: #142859
|
|
}
|
|
|
|
body .mce-grid td.mce-grid-cell div:hover {
|
|
border-color: #ff8400
|
|
}
|
|
|
|
body .mce-btn button,
|
|
body .mce-btn button .mce-txt,
|
|
body .mce-btn button .mce-ico,
|
|
body .mce-menu-item .mce-text,
|
|
body .mce-menu-item .mce-ico,
|
|
body .mce-menu-item .mce-menu-shortcut,
|
|
body .mce-menubar .mce-menubtn button,
|
|
body .mce-menubar .mce-menubtn button span {
|
|
color: inherit !important;
|
|
text-shadow: inherit;
|
|
font-weight: inherit;
|
|
opacity: inherit
|
|
}
|
|
|
|
body .mce-btn-flat {
|
|
border: 1px solid transparent;
|
|
text-shadow: none
|
|
}
|
|
|
|
body .mce-btn-group:not(:first-child) {
|
|
border-left-color: #142859;
|
|
padding: 0
|
|
}
|
|
|
|
body .mce-btn-group .mce-btn {
|
|
margin: 0;
|
|
border-color: transparent;
|
|
background-color: transparent
|
|
}
|
|
|
|
body .mce-btn-group .mce-btn {
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-btn button {
|
|
font-size: inherit;
|
|
line-height: inherit
|
|
}
|
|
|
|
body .mce-btn:not(.mce-disabled):hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-btn.mce-active {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
outline: none
|
|
}
|
|
|
|
body .mce-splitbtn .mce-open.mce-active {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top: none;
|
|
border-right: none;
|
|
border-bottom: none;
|
|
outline: none
|
|
}
|
|
|
|
body .mce-splitbtn:hover .mce-open.mce-active {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top: none;
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
body .mce-menubar .mce-menubtn {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border: 1px solid transparent;
|
|
background: none
|
|
}
|
|
|
|
body .mce-menubar .mce-menubtn:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-menubar .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-menubar .mce-menubtn.mce-active .mce-caret,
|
|
body .mce-menubar .mce-btn.mce-menubtn:hover .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-btn:hover .mce-caret,
|
|
body .mce-btn.mce-active .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-menu-item .mce-caret {
|
|
border-left-color: #fff
|
|
}
|
|
|
|
body .mce-menu-item.mce-selected .mce-caret,
|
|
body .mce-menu-item:focus .mce-caret,
|
|
body .mce-menu-item:hover .mce-caret {
|
|
border-left-color: #fff
|
|
}
|
|
|
|
body .mce-btn .mce-ico {
|
|
margin-top: 2px
|
|
}
|
|
|
|
body .mce-arrow.mce-arrow-down::before {
|
|
border-top-color: #142859
|
|
}
|
|
|
|
body .mce-menu-item:not(.mce-menu-item-expand).mce-menu-item-preview {
|
|
background: #fff;
|
|
color: #1d3a83;
|
|
text-shadow: none;
|
|
margin: 6px;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-menu-item.mce-menu-item-preview span.mce-text {
|
|
background: none !important
|
|
}
|
|
|
|
body .mce-menu-item,
|
|
body .mce-menu-item.mce-menu-item-expand {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border: 1px solid transparent;
|
|
background: none
|
|
}
|
|
|
|
body .mce-menubar,
|
|
body .mce-menu-item.mce-selected,
|
|
body .mce-menu-item-normal.mce-active {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body .mce-menubar:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body .mce-menubar,
|
|
body .mce-menubar:hover {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-width: 0 !important
|
|
}
|
|
|
|
body .mce-menubar:hover .mce-menubtn {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-menubar:hover .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-menu-item:not(.mce-disabled):hover,
|
|
body .mce-menu-item:not(.mce-menu-item-expand).mce-menu-item-preview:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body .mce-menubar .mce-menubtn.mce-active,
|
|
body .mce-menubar .mce-menubtn:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body .mce-menu-item.mce-menu-item-expand:hover,
|
|
body .mce-menu-item.mce-menu-item-expand.mce-selected {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body .mce-menu-item.mce-disabled,
|
|
body .mce-menu-item.mce-disabled:hover,
|
|
body .mce-menu-item.mce-disabled:hover .mce-text,
|
|
body .mce-menu-item.mce-disabled:hover .mce-ico,
|
|
body .mce-menu-item.mce-disabled:hover .mce-menu-shortcut {
|
|
opacity: .5;
|
|
color: #fff
|
|
}
|
|
|
|
body .mce-menu-item.mce-disabled:hover {
|
|
background: none;
|
|
border: 1px solid transparent;
|
|
box-shadow: none
|
|
}
|
|
|
|
body div.mce-menu .mce-menu-item-sep,
|
|
body div.mce-menu .mce-menu-item-sep:hover {
|
|
border-width: 0 0 1px 0;
|
|
border-color: transparent transparent #142859 transparent;
|
|
background: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
body .mce-tabs {
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
padding: 6px 6px 0 6px;
|
|
border-bottom: 1px solid #142859
|
|
}
|
|
|
|
body .mce-tab {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-top-right-radius: .3em;
|
|
border-top-left-radius: .3em;
|
|
margin-right: 6px;
|
|
margin-bottom: -2px;
|
|
padding: 6px 8px;
|
|
height: unset
|
|
}
|
|
|
|
body .mce-tab:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-tab.mce-active {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
margin-bottom: -2px;
|
|
height: unset
|
|
}
|
|
|
|
body .mce-tab {
|
|
border-bottom: none
|
|
}
|
|
|
|
body .mce-tabs+.mce-container-body {
|
|
background: #d6dbde;
|
|
color: #142859
|
|
}
|
|
|
|
body .mce-window .mce-btn.mce-primary {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-window .mce-btn:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-window .mce-btn,
|
|
body .mce-window .mce-btn.mce-disabled {
|
|
text-shadow: none;
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-textbox,
|
|
body .mce-combobox input,
|
|
body .mce-window-body .mce-listbox {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body .mce-textbox:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-textbox:focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-window-body .mce-listbox .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-window-body .mce-listbox:hover .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-window-body .mce-listbox:focus .mce-caret {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
body .mce-combobox input,
|
|
body .mce-combobox input:hover,
|
|
body .mce-combobox input:focus {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-right: 0
|
|
}
|
|
|
|
body .mce-combobox .mce-btn,
|
|
body .mce-combobox .mce-btn:hover,
|
|
body .mce-combobox .mce-btn:focus {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
height: 28px
|
|
}
|
|
|
|
body .mce-window .mce-label {
|
|
color: #1d3a83;
|
|
text-shadow: none
|
|
}
|
|
|
|
body i.mce-i-checkbox {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
box-shadow: 0 0 .1em 0 gray
|
|
}
|
|
|
|
body i.mce-i-checkbox:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body i.mce-i-checkbox:focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-charmap td:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-charmap td:hover div {
|
|
color: #fff
|
|
}
|
|
|
|
body .mce-fontawesome-panel-accordion {
|
|
width: 98%
|
|
}
|
|
|
|
body .mce-fontawesome-panel-content {
|
|
padding-bottom: 1px
|
|
}
|
|
|
|
body .mce-fontawesome-panel-title {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box
|
|
}
|
|
|
|
body .mce-fontawesome-panel-title:focus,
|
|
body .mce-fontawesome-panel-title:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-fontawesome-panel-accordion-open>.mce-fontawesome-panel-title {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-fontawesome-panel .fa:focus,
|
|
body .mce-fontawesome-panel .fa:hover {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-fontawesome-search-container::before,
|
|
body .mce-fontawesome-panel-search .mce-fontawesome-search-container-clear span {
|
|
border: solid 1px #1d3a83;
|
|
background: #666f74;
|
|
background: -ms-linear-gradient(top, #babfc2 0%, #666f74 100%);
|
|
background: linear-gradient(to bottom, #babfc2 0%, #666f74 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
padding: 0 8px
|
|
}
|
|
|
|
body .mce-fontawesome-search-container input {
|
|
border: solid 1px #1d3a83;
|
|
background: #ff8400;
|
|
background: -ms-linear-gradient(top, #ffce99 0%, #ff8400 100%);
|
|
background: linear-gradient(to bottom, #ffce99 0%, #ff8400 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
padding-left: 36px
|
|
}
|
|
|
|
body .mce-fontawesome-search-container::before {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
body .mce-fontawesome-panel-search .mce-fontawesome-search-container-clear>span {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
padding-bottom: 1px
|
|
}
|
|
|
|
body .mce-fontawesome-search-container input:hover,
|
|
body .mce-fontawesome-panel-search .mce-fontawesome-search-container-clear:hover>span {
|
|
border: solid 1px #1d3a83;
|
|
background: #b6810f;
|
|
background: -ms-linear-gradient(top, #f3c86b 0%, #b6810f 100%);
|
|
background: linear-gradient(to bottom, #f3c86b 0%, #b6810f 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body .mce-fontawesome-search-container input:focus {
|
|
border: solid 1px #1d3a83;
|
|
background: #142859;
|
|
background: -ms-linear-gradient(top, #264cad 0%, #142859 100%);
|
|
background: linear-gradient(to bottom, #264cad 0%, #142859 100%);
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: 0 1px .4px Black
|
|
}
|
|
|
|
body.mce-content-body {
|
|
background-color: #fff;
|
|
box-shadow: 0 0 .1em 0 gray inset;
|
|
margin: 0
|
|
}
|
|
|
|
body.mce-content-body a:link,
|
|
body.mce-content-body a:visited,
|
|
body.mce-content-body a:active,
|
|
body.mce-content-body a:hover {
|
|
color: #ff8400;
|
|
text-decoration: none
|
|
}
|
|
|
|
body.mce-content-body a:hover {
|
|
margin-left: -1px;
|
|
margin-right: -1px;
|
|
border: 1px solid #ff8400
|
|
}
|
|
|
|
body .mce-toc {
|
|
border: solid 1px #ff8400;
|
|
background-color: #d6dbde;
|
|
border-radius: .3em;
|
|
background-clip: border-box;
|
|
box-shadow: 0 0 .1em 0 gray inset;
|
|
color: #1d3a83;
|
|
font-weight: normal;
|
|
padding: 10px;
|
|
margin: 6px
|
|
}
|
|
|
|
body .mce-toc ul,
|
|
body .mce-toc ol,
|
|
body .mce-toc li {
|
|
margin: 0
|
|
}
|
|
|
|
body .mce-toc ul,
|
|
body .mce-toc ol {
|
|
padding-left: 20px
|
|
}
|
|
|
|
body .mce-toc li {
|
|
list-style-type: inherit
|
|
}
|
|
|
|
body.mce-content-body th,
|
|
body.mce-content-body td {
|
|
font-family: inherit;
|
|
font-size: inherit
|
|
}
|
|
|
|
figure.align-left {
|
|
float: left
|
|
}
|
|
|
|
figure.align-right {
|
|
float: right
|
|
}
|
|
|
|
figure.image {
|
|
display: inline-block;
|
|
border: 1px solid #808080;
|
|
margin: 0 2px 0 1px;
|
|
background: #f5f2f0
|
|
}
|
|
|
|
figure.image img {
|
|
margin: 8px 8px 0 8px
|
|
}
|
|
|
|
figure.image figcaption {
|
|
margin: 6px 8px 6px 8px;
|
|
text-align: center
|
|
}
|
|
|
|
img.align-left {
|
|
float: left
|
|
}
|
|
|
|
img.align-right {
|
|
float: right
|
|
}
|
|
|
|
|
|
/*! FILE: CUNYTheme ThemeOverrides.less */
|
|
|
|
.pure-g [class*="pure-u"] {
|
|
font-family: Arial, sans-serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 1.3em
|
|
}
|
|
|
|
.ReportPanel .pure-g [class*="pure-u"] {
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 1.3em
|
|
}
|
|
|
|
.ui-tabs .ui-tabs-panel {
|
|
background: #fff
|
|
}
|
|
|
|
//FONT AWESOME
|
|
|
|
/*!
|
|
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
|
|
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal
|
|
}
|
|
|
|
.fa {
|
|
display: inline-block;
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.fa-lg {
|
|
font-size: 1.33333333em;
|
|
line-height: .75em;
|
|
vertical-align: -15%
|
|
}
|
|
|
|
.fa-2x {
|
|
font-size: 2em
|
|
}
|
|
|
|
.fa-3x {
|
|
font-size: 3em
|
|
}
|
|
|
|
.fa-4x {
|
|
font-size: 4em
|
|
}
|
|
|
|
.fa-5x {
|
|
font-size: 5em
|
|
}
|
|
|
|
.fa-fw {
|
|
width: 1.28571429em;
|
|
text-align: center
|
|
}
|
|
|
|
.fa-ul {
|
|
padding-left: 0;
|
|
margin-left: 2.14285714em;
|
|
list-style-type: none
|
|
}
|
|
|
|
.fa-ul>li {
|
|
position: relative
|
|
}
|
|
|
|
.fa-li {
|
|
position: absolute;
|
|
left: -2.14285714em;
|
|
width: 2.14285714em;
|
|
top: .14285714em;
|
|
text-align: center
|
|
}
|
|
|
|
.fa-li.fa-lg {
|
|
left: -1.85714286em
|
|
}
|
|
|
|
.fa-border {
|
|
padding: .2em .25em .15em;
|
|
border: solid .08em #eee;
|
|
border-radius: .1em
|
|
}
|
|
|
|
.fa-pull-left {
|
|
float: left
|
|
}
|
|
|
|
.fa-pull-right {
|
|
float: right
|
|
}
|
|
|
|
.fa.fa-pull-left {
|
|
margin-right: .3em
|
|
}
|
|
|
|
.fa.fa-pull-right {
|
|
margin-left: .3em
|
|
}
|
|
|
|
.pull-right {
|
|
float: right
|
|
}
|
|
|
|
.pull-left {
|
|
float: left
|
|
}
|
|
|
|
.fa.pull-left {
|
|
margin-right: .3em
|
|
}
|
|
|
|
.fa.pull-right {
|
|
margin-left: .3em
|
|
}
|
|
|
|
.fa-spin {
|
|
-webkit-animation: fa-spin 2s infinite linear;
|
|
animation: fa-spin 2s infinite linear
|
|
}
|
|
|
|
.fa-pulse {
|
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
|
animation: fa-spin 1s infinite steps(8)
|
|
}
|
|
|
|
@-webkit-keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg)
|
|
}
|
|
}
|
|
|
|
@keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg)
|
|
}
|
|
}
|
|
|
|
.fa-rotate-90 {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.fa-rotate-180 {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
|
-webkit-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.fa-rotate-270 {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
|
-webkit-transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
transform: rotate(270deg)
|
|
}
|
|
|
|
.fa-flip-horizontal {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
|
-webkit-transform: scale(-1, 1);
|
|
-ms-transform: scale(-1, 1);
|
|
transform: scale(-1, 1)
|
|
}
|
|
|
|
.fa-flip-vertical {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
|
-webkit-transform: scale(1, -1);
|
|
-ms-transform: scale(1, -1);
|
|
transform: scale(1, -1)
|
|
}
|
|
|
|
:root .fa-rotate-90,
|
|
:root .fa-rotate-180,
|
|
:root .fa-rotate-270,
|
|
:root .fa-flip-horizontal,
|
|
:root .fa-flip-vertical {
|
|
filter: none
|
|
}
|
|
|
|
.fa-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.fa-stack-1x,
|
|
.fa-stack-2x {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center
|
|
}
|
|
|
|
.fa-stack-1x {
|
|
line-height: inherit
|
|
}
|
|
|
|
.fa-stack-2x {
|
|
font-size: 2em
|
|
}
|
|
|
|
.fa-inverse {
|
|
color: #fff
|
|
}
|
|
|
|
.fa-glass:before {
|
|
content: "\f000"
|
|
}
|
|
|
|
.fa-music:before {
|
|
content: "\f001"
|
|
}
|
|
|
|
.fa-search:before {
|
|
content: "\f002"
|
|
}
|
|
|
|
.fa-envelope-o:before {
|
|
content: "\f003"
|
|
}
|
|
|
|
.fa-heart:before {
|
|
content: "\f004"
|
|
}
|
|
|
|
.fa-star:before {
|
|
content: "\f005"
|
|
}
|
|
|
|
.fa-star-o:before {
|
|
content: "\f006"
|
|
}
|
|
|
|
.fa-user:before {
|
|
content: "\f007"
|
|
}
|
|
|
|
.fa-film:before {
|
|
content: "\f008"
|
|
}
|
|
|
|
.fa-th-large:before {
|
|
content: "\f009"
|
|
}
|
|
|
|
.fa-th:before {
|
|
content: "\f00a"
|
|
}
|
|
|
|
.fa-th-list:before {
|
|
content: "\f00b"
|
|
}
|
|
|
|
.fa-check:before {
|
|
content: "\f00c"
|
|
}
|
|
|
|
.fa-remove:before,
|
|
.fa-close:before,
|
|
.fa-times:before {
|
|
content: "\f00d"
|
|
}
|
|
|
|
.fa-search-plus:before {
|
|
content: "\f00e"
|
|
}
|
|
|
|
.fa-search-minus:before {
|
|
content: "\f010"
|
|
}
|
|
|
|
.fa-power-off:before {
|
|
content: "\f011"
|
|
}
|
|
|
|
.fa-signal:before {
|
|
content: "\f012"
|
|
}
|
|
|
|
.fa-gear:before,
|
|
.fa-cog:before {
|
|
content: "\f013"
|
|
}
|
|
|
|
.fa-trash-o:before {
|
|
content: "\f014"
|
|
}
|
|
|
|
.fa-home:before {
|
|
content: "\f015"
|
|
}
|
|
|
|
.fa-file-o:before {
|
|
content: "\f016"
|
|
}
|
|
|
|
.fa-clock-o:before {
|
|
content: "\f017"
|
|
}
|
|
|
|
.fa-road:before {
|
|
content: "\f018"
|
|
}
|
|
|
|
.fa-download:before {
|
|
content: "\f019"
|
|
}
|
|
|
|
.fa-arrow-circle-o-down:before {
|
|
content: "\f01a"
|
|
}
|
|
|
|
.fa-arrow-circle-o-up:before {
|
|
content: "\f01b"
|
|
}
|
|
|
|
.fa-inbox:before {
|
|
content: "\f01c"
|
|
}
|
|
|
|
.fa-play-circle-o:before {
|
|
content: "\f01d"
|
|
}
|
|
|
|
.fa-rotate-right:before,
|
|
.fa-repeat:before {
|
|
content: "\f01e"
|
|
}
|
|
|
|
.fa-refresh:before {
|
|
content: "\f021"
|
|
}
|
|
|
|
.fa-list-alt:before {
|
|
content: "\f022"
|
|
}
|
|
|
|
.fa-lock:before {
|
|
content: "\f023"
|
|
}
|
|
|
|
.fa-flag:before {
|
|
content: "\f024"
|
|
}
|
|
|
|
.fa-headphones:before {
|
|
content: "\f025"
|
|
}
|
|
|
|
.fa-volume-off:before {
|
|
content: "\f026"
|
|
}
|
|
|
|
.fa-volume-down:before {
|
|
content: "\f027"
|
|
}
|
|
|
|
.fa-volume-up:before {
|
|
content: "\f028"
|
|
}
|
|
|
|
.fa-qrcode:before {
|
|
content: "\f029"
|
|
}
|
|
|
|
.fa-barcode:before {
|
|
content: "\f02a"
|
|
}
|
|
|
|
.fa-tag:before {
|
|
content: "\f02b"
|
|
}
|
|
|
|
.fa-tags:before {
|
|
content: "\f02c"
|
|
}
|
|
|
|
.fa-book:before {
|
|
content: "\f02d"
|
|
}
|
|
|
|
.fa-bookmark:before {
|
|
content: "\f02e"
|
|
}
|
|
|
|
.fa-print:before {
|
|
content: "\f02f"
|
|
}
|
|
|
|
.fa-camera:before {
|
|
content: "\f030"
|
|
}
|
|
|
|
.fa-font:before {
|
|
content: "\f031"
|
|
}
|
|
|
|
.fa-bold:before {
|
|
content: "\f032"
|
|
}
|
|
|
|
.fa-italic:before {
|
|
content: "\f033"
|
|
}
|
|
|
|
.fa-text-height:before {
|
|
content: "\f034"
|
|
}
|
|
|
|
.fa-text-width:before {
|
|
content: "\f035"
|
|
}
|
|
|
|
.fa-align-left:before {
|
|
content: "\f036"
|
|
}
|
|
|
|
.fa-align-center:before {
|
|
content: "\f037"
|
|
}
|
|
|
|
.fa-align-right:before {
|
|
content: "\f038"
|
|
}
|
|
|
|
.fa-align-justify:before {
|
|
content: "\f039"
|
|
}
|
|
|
|
.fa-list:before {
|
|
content: "\f03a"
|
|
}
|
|
|
|
.fa-dedent:before,
|
|
.fa-outdent:before {
|
|
content: "\f03b"
|
|
}
|
|
|
|
.fa-indent:before {
|
|
content: "\f03c"
|
|
}
|
|
|
|
.fa-video-camera:before {
|
|
content: "\f03d"
|
|
}
|
|
|
|
.fa-photo:before,
|
|
.fa-image:before,
|
|
.fa-picture-o:before {
|
|
content: "\f03e"
|
|
}
|
|
|
|
.fa-pencil:before {
|
|
content: "\f040"
|
|
}
|
|
|
|
.fa-map-marker:before {
|
|
content: "\f041"
|
|
}
|
|
|
|
.fa-adjust:before {
|
|
content: "\f042"
|
|
}
|
|
|
|
.fa-tint:before {
|
|
content: "\f043"
|
|
}
|
|
|
|
.fa-edit:before,
|
|
.fa-pencil-square-o:before {
|
|
content: "\f044"
|
|
}
|
|
|
|
.fa-share-square-o:before {
|
|
content: "\f045"
|
|
}
|
|
|
|
.fa-check-square-o:before {
|
|
content: "\f046"
|
|
}
|
|
|
|
.fa-arrows:before {
|
|
content: "\f047"
|
|
}
|
|
|
|
.fa-step-backward:before {
|
|
content: "\f048"
|
|
}
|
|
|
|
.fa-fast-backward:before {
|
|
content: "\f049"
|
|
}
|
|
|
|
.fa-backward:before {
|
|
content: "\f04a"
|
|
}
|
|
|
|
.fa-play:before {
|
|
content: "\f04b"
|
|
}
|
|
|
|
.fa-pause:before {
|
|
content: "\f04c"
|
|
}
|
|
|
|
.fa-stop:before {
|
|
content: "\f04d"
|
|
}
|
|
|
|
.fa-forward:before {
|
|
content: "\f04e"
|
|
}
|
|
|
|
.fa-fast-forward:before {
|
|
content: "\f050"
|
|
}
|
|
|
|
.fa-step-forward:before {
|
|
content: "\f051"
|
|
}
|
|
|
|
.fa-eject:before {
|
|
content: "\f052"
|
|
}
|
|
|
|
.fa-chevron-left:before {
|
|
content: "\f053"
|
|
}
|
|
|
|
.fa-chevron-right:before {
|
|
content: "\f054"
|
|
}
|
|
|
|
.fa-plus-circle:before {
|
|
content: "\f055"
|
|
}
|
|
|
|
.fa-minus-circle:before {
|
|
content: "\f056"
|
|
}
|
|
|
|
.fa-times-circle:before {
|
|
content: "\f057"
|
|
}
|
|
|
|
.fa-check-circle:before {
|
|
content: "\f058"
|
|
}
|
|
|
|
.fa-question-circle:before {
|
|
content: "\f059"
|
|
}
|
|
|
|
.fa-info-circle:before {
|
|
content: "\f05a"
|
|
}
|
|
|
|
.fa-crosshairs:before {
|
|
content: "\f05b"
|
|
}
|
|
|
|
.fa-times-circle-o:before {
|
|
content: "\f05c"
|
|
}
|
|
|
|
.fa-check-circle-o:before {
|
|
content: "\f05d"
|
|
}
|
|
|
|
.fa-ban:before {
|
|
content: "\f05e"
|
|
}
|
|
|
|
.fa-arrow-left:before {
|
|
content: "\f060"
|
|
}
|
|
|
|
.fa-arrow-right:before {
|
|
content: "\f061"
|
|
}
|
|
|
|
.fa-arrow-up:before {
|
|
content: "\f062"
|
|
}
|
|
|
|
.fa-arrow-down:before {
|
|
content: "\f063"
|
|
}
|
|
|
|
.fa-mail-forward:before,
|
|
.fa-share:before {
|
|
content: "\f064"
|
|
}
|
|
|
|
.fa-expand:before {
|
|
content: "\f065"
|
|
}
|
|
|
|
.fa-compress:before {
|
|
content: "\f066"
|
|
}
|
|
|
|
.fa-plus:before {
|
|
content: "\f067"
|
|
}
|
|
|
|
.fa-minus:before {
|
|
content: "\f068"
|
|
}
|
|
|
|
.fa-asterisk:before {
|
|
content: "\f069"
|
|
}
|
|
|
|
.fa-exclamation-circle:before {
|
|
content: "\f06a"
|
|
}
|
|
|
|
.fa-gift:before {
|
|
content: "\f06b"
|
|
}
|
|
|
|
.fa-leaf:before {
|
|
content: "\f06c"
|
|
}
|
|
|
|
.fa-fire:before {
|
|
content: "\f06d"
|
|
}
|
|
|
|
.fa-eye:before {
|
|
content: "\f06e"
|
|
}
|
|
|
|
.fa-eye-slash:before {
|
|
content: "\f070"
|
|
}
|
|
|
|
.fa-warning:before,
|
|
.fa-exclamation-triangle:before {
|
|
content: "\f071"
|
|
}
|
|
|
|
.fa-plane:before {
|
|
content: "\f072"
|
|
}
|
|
|
|
.fa-calendar:before {
|
|
content: "\f073"
|
|
}
|
|
|
|
.fa-random:before {
|
|
content: "\f074"
|
|
}
|
|
|
|
.fa-comment:before {
|
|
content: "\f075"
|
|
}
|
|
|
|
.fa-magnet:before {
|
|
content: "\f076"
|
|
}
|
|
|
|
.fa-chevron-up:before {
|
|
content: "\f077"
|
|
}
|
|
|
|
.fa-chevron-down:before {
|
|
content: "\f078"
|
|
}
|
|
|
|
.fa-retweet:before {
|
|
content: "\f079"
|
|
}
|
|
|
|
.fa-shopping-cart:before {
|
|
content: "\f07a"
|
|
}
|
|
|
|
.fa-folder:before {
|
|
content: "\f07b"
|
|
}
|
|
|
|
.fa-folder-open:before {
|
|
content: "\f07c"
|
|
}
|
|
|
|
.fa-arrows-v:before {
|
|
content: "\f07d"
|
|
}
|
|
|
|
.fa-arrows-h:before {
|
|
content: "\f07e"
|
|
}
|
|
|
|
.fa-bar-chart-o:before,
|
|
.fa-bar-chart:before {
|
|
content: "\f080"
|
|
}
|
|
|
|
.fa-twitter-square:before {
|
|
content: "\f081"
|
|
}
|
|
|
|
.fa-facebook-square:before {
|
|
content: "\f082"
|
|
}
|
|
|
|
.fa-camera-retro:before {
|
|
content: "\f083"
|
|
}
|
|
|
|
.fa-key:before {
|
|
content: "\f084"
|
|
}
|
|
|
|
.fa-gears:before,
|
|
.fa-cogs:before {
|
|
content: "\f085"
|
|
}
|
|
|
|
.fa-comments:before {
|
|
content: "\f086"
|
|
}
|
|
|
|
.fa-thumbs-o-up:before {
|
|
content: "\f087"
|
|
}
|
|
|
|
.fa-thumbs-o-down:before {
|
|
content: "\f088"
|
|
}
|
|
|
|
.fa-star-half:before {
|
|
content: "\f089"
|
|
}
|
|
|
|
.fa-heart-o:before {
|
|
content: "\f08a"
|
|
}
|
|
|
|
.fa-sign-out:before {
|
|
content: "\f08b"
|
|
}
|
|
|
|
.fa-linkedin-square:before {
|
|
content: "\f08c"
|
|
}
|
|
|
|
.fa-thumb-tack:before {
|
|
content: "\f08d"
|
|
}
|
|
|
|
.fa-external-link:before {
|
|
content: "\f08e"
|
|
}
|
|
|
|
.fa-sign-in:before {
|
|
content: "\f090"
|
|
}
|
|
|
|
.fa-trophy:before {
|
|
content: "\f091"
|
|
}
|
|
|
|
.fa-github-square:before {
|
|
content: "\f092"
|
|
}
|
|
|
|
.fa-upload:before {
|
|
content: "\f093"
|
|
}
|
|
|
|
.fa-lemon-o:before {
|
|
content: "\f094"
|
|
}
|
|
|
|
.fa-phone:before {
|
|
content: "\f095"
|
|
}
|
|
|
|
.fa-square-o:before {
|
|
content: "\f096"
|
|
}
|
|
|
|
.fa-bookmark-o:before {
|
|
content: "\f097"
|
|
}
|
|
|
|
.fa-phone-square:before {
|
|
content: "\f098"
|
|
}
|
|
|
|
.fa-twitter:before {
|
|
content: "\f099"
|
|
}
|
|
|
|
.fa-facebook-f:before,
|
|
.fa-facebook:before {
|
|
content: "\f09a"
|
|
}
|
|
|
|
.fa-github:before {
|
|
content: "\f09b"
|
|
}
|
|
|
|
.fa-unlock:before {
|
|
content: "\f09c"
|
|
}
|
|
|
|
.fa-credit-card:before {
|
|
content: "\f09d"
|
|
}
|
|
|
|
.fa-feed:before,
|
|
.fa-rss:before {
|
|
content: "\f09e"
|
|
}
|
|
|
|
.fa-hdd-o:before {
|
|
content: "\f0a0"
|
|
}
|
|
|
|
.fa-bullhorn:before {
|
|
content: "\f0a1"
|
|
}
|
|
|
|
.fa-bell:before {
|
|
content: "\f0f3"
|
|
}
|
|
|
|
.fa-certificate:before {
|
|
content: "\f0a3"
|
|
}
|
|
|
|
.fa-hand-o-right:before {
|
|
content: "\f0a4"
|
|
}
|
|
|
|
.fa-hand-o-left:before {
|
|
content: "\f0a5"
|
|
}
|
|
|
|
.fa-hand-o-up:before {
|
|
content: "\f0a6"
|
|
}
|
|
|
|
.fa-hand-o-down:before {
|
|
content: "\f0a7"
|
|
}
|
|
|
|
.fa-arrow-circle-left:before {
|
|
content: "\f0a8"
|
|
}
|
|
|
|
.fa-arrow-circle-right:before {
|
|
content: "\f0a9"
|
|
}
|
|
|
|
.fa-arrow-circle-up:before {
|
|
content: "\f0aa"
|
|
}
|
|
|
|
.fa-arrow-circle-down:before {
|
|
content: "\f0ab"
|
|
}
|
|
|
|
.fa-globe:before {
|
|
content: "\f0ac"
|
|
}
|
|
|
|
.fa-wrench:before {
|
|
content: "\f0ad"
|
|
}
|
|
|
|
.fa-tasks:before {
|
|
content: "\f0ae"
|
|
}
|
|
|
|
.fa-filter:before {
|
|
content: "\f0b0"
|
|
}
|
|
|
|
.fa-briefcase:before {
|
|
content: "\f0b1"
|
|
}
|
|
|
|
.fa-arrows-alt:before {
|
|
content: "\f0b2"
|
|
}
|
|
|
|
.fa-group:before,
|
|
.fa-users:before {
|
|
content: "\f0c0"
|
|
}
|
|
|
|
.fa-chain:before,
|
|
.fa-link:before {
|
|
content: "\f0c1"
|
|
}
|
|
|
|
.fa-cloud:before {
|
|
content: "\f0c2"
|
|
}
|
|
|
|
.fa-flask:before {
|
|
content: "\f0c3"
|
|
}
|
|
|
|
.fa-cut:before,
|
|
.fa-scissors:before {
|
|
content: "\f0c4"
|
|
}
|
|
|
|
.fa-copy:before,
|
|
.fa-files-o:before {
|
|
content: "\f0c5"
|
|
}
|
|
|
|
.fa-paperclip:before {
|
|
content: "\f0c6"
|
|
}
|
|
|
|
.fa-save:before,
|
|
.fa-floppy-o:before {
|
|
content: "\f0c7"
|
|
}
|
|
|
|
.fa-square:before {
|
|
content: "\f0c8"
|
|
}
|
|
|
|
.fa-navicon:before,
|
|
.fa-reorder:before,
|
|
.fa-bars:before {
|
|
content: "\f0c9"
|
|
}
|
|
|
|
.fa-list-ul:before {
|
|
content: "\f0ca"
|
|
}
|
|
|
|
.fa-list-ol:before {
|
|
content: "\f0cb"
|
|
}
|
|
|
|
.fa-strikethrough:before {
|
|
content: "\f0cc"
|
|
}
|
|
|
|
.fa-underline:before {
|
|
content: "\f0cd"
|
|
}
|
|
|
|
.fa-table:before {
|
|
content: "\f0ce"
|
|
}
|
|
|
|
.fa-magic:before {
|
|
content: "\f0d0"
|
|
}
|
|
|
|
.fa-truck:before {
|
|
content: "\f0d1"
|
|
}
|
|
|
|
.fa-pinterest:before {
|
|
content: "\f0d2"
|
|
}
|
|
|
|
.fa-pinterest-square:before {
|
|
content: "\f0d3"
|
|
}
|
|
|
|
.fa-google-plus-square:before {
|
|
content: "\f0d4"
|
|
}
|
|
|
|
.fa-google-plus:before {
|
|
content: "\f0d5"
|
|
}
|
|
|
|
.fa-money:before {
|
|
content: "\f0d6"
|
|
}
|
|
|
|
.fa-caret-down:before {
|
|
content: "\f0d7"
|
|
}
|
|
|
|
.fa-caret-up:before {
|
|
content: "\f0d8"
|
|
}
|
|
|
|
.fa-caret-left:before {
|
|
content: "\f0d9"
|
|
}
|
|
|
|
.fa-caret-right:before {
|
|
content: "\f0da"
|
|
}
|
|
|
|
.fa-columns:before {
|
|
content: "\f0db"
|
|
}
|
|
|
|
.fa-unsorted:before,
|
|
.fa-sort:before {
|
|
content: "\f0dc"
|
|
}
|
|
|
|
.fa-sort-down:before,
|
|
.fa-sort-desc:before {
|
|
content: "\f0dd"
|
|
}
|
|
|
|
.fa-sort-up:before,
|
|
.fa-sort-asc:before {
|
|
content: "\f0de"
|
|
}
|
|
|
|
.fa-envelope:before {
|
|
content: "\f0e0"
|
|
}
|
|
|
|
.fa-linkedin:before {
|
|
content: "\f0e1"
|
|
}
|
|
|
|
.fa-rotate-left:before,
|
|
.fa-undo:before {
|
|
content: "\f0e2"
|
|
}
|
|
|
|
.fa-legal:before,
|
|
.fa-gavel:before {
|
|
content: "\f0e3"
|
|
}
|
|
|
|
.fa-dashboard:before,
|
|
.fa-tachometer:before {
|
|
content: "\f0e4"
|
|
}
|
|
|
|
.fa-comment-o:before {
|
|
content: "\f0e5"
|
|
}
|
|
|
|
.fa-comments-o:before {
|
|
content: "\f0e6"
|
|
}
|
|
|
|
.fa-flash:before,
|
|
.fa-bolt:before {
|
|
content: "\f0e7"
|
|
}
|
|
|
|
.fa-sitemap:before {
|
|
content: "\f0e8"
|
|
}
|
|
|
|
.fa-umbrella:before {
|
|
content: "\f0e9"
|
|
}
|
|
|
|
.fa-paste:before,
|
|
.fa-clipboard:before {
|
|
content: "\f0ea"
|
|
}
|
|
|
|
.fa-lightbulb-o:before {
|
|
content: "\f0eb"
|
|
}
|
|
|
|
.fa-exchange:before {
|
|
content: "\f0ec"
|
|
}
|
|
|
|
.fa-cloud-download:before {
|
|
content: "\f0ed"
|
|
}
|
|
|
|
.fa-cloud-upload:before {
|
|
content: "\f0ee"
|
|
}
|
|
|
|
.fa-user-md:before {
|
|
content: "\f0f0"
|
|
}
|
|
|
|
.fa-stethoscope:before {
|
|
content: "\f0f1"
|
|
}
|
|
|
|
.fa-suitcase:before {
|
|
content: "\f0f2"
|
|
}
|
|
|
|
.fa-bell-o:before {
|
|
content: "\f0a2"
|
|
}
|
|
|
|
.fa-coffee:before {
|
|
content: "\f0f4"
|
|
}
|
|
|
|
.fa-cutlery:before {
|
|
content: "\f0f5"
|
|
}
|
|
|
|
.fa-file-text-o:before {
|
|
content: "\f0f6"
|
|
}
|
|
|
|
.fa-building-o:before {
|
|
content: "\f0f7"
|
|
}
|
|
|
|
.fa-hospital-o:before {
|
|
content: "\f0f8"
|
|
}
|
|
|
|
.fa-ambulance:before {
|
|
content: "\f0f9"
|
|
}
|
|
|
|
.fa-medkit:before {
|
|
content: "\f0fa"
|
|
}
|
|
|
|
.fa-fighter-jet:before {
|
|
content: "\f0fb"
|
|
}
|
|
|
|
.fa-beer:before {
|
|
content: "\f0fc"
|
|
}
|
|
|
|
.fa-h-square:before {
|
|
content: "\f0fd"
|
|
}
|
|
|
|
.fa-plus-square:before {
|
|
content: "\f0fe"
|
|
}
|
|
|
|
.fa-angle-double-left:before {
|
|
content: "\f100"
|
|
}
|
|
|
|
.fa-angle-double-right:before {
|
|
content: "\f101"
|
|
}
|
|
|
|
.fa-angle-double-up:before {
|
|
content: "\f102"
|
|
}
|
|
|
|
.fa-angle-double-down:before {
|
|
content: "\f103"
|
|
}
|
|
|
|
.fa-angle-left:before {
|
|
content: "\f104"
|
|
}
|
|
|
|
.fa-angle-right:before {
|
|
content: "\f105"
|
|
}
|
|
|
|
.fa-angle-up:before {
|
|
content: "\f106"
|
|
}
|
|
|
|
.fa-angle-down:before {
|
|
content: "\f107"
|
|
}
|
|
|
|
.fa-desktop:before {
|
|
content: "\f108"
|
|
}
|
|
|
|
.fa-laptop:before {
|
|
content: "\f109"
|
|
}
|
|
|
|
.fa-tablet:before {
|
|
content: "\f10a"
|
|
}
|
|
|
|
.fa-mobile-phone:before,
|
|
.fa-mobile:before {
|
|
content: "\f10b"
|
|
}
|
|
|
|
.fa-circle-o:before {
|
|
content: "\f10c"
|
|
}
|
|
|
|
.fa-quote-left:before {
|
|
content: "\f10d"
|
|
}
|
|
|
|
.fa-quote-right:before {
|
|
content: "\f10e"
|
|
}
|
|
|
|
.fa-spinner:before {
|
|
content: "\f110"
|
|
}
|
|
|
|
.fa-circle:before {
|
|
content: "\f111"
|
|
}
|
|
|
|
.fa-mail-reply:before,
|
|
.fa-reply:before {
|
|
content: "\f112"
|
|
}
|
|
|
|
.fa-github-alt:before {
|
|
content: "\f113"
|
|
}
|
|
|
|
.fa-folder-o:before {
|
|
content: "\f114"
|
|
}
|
|
|
|
.fa-folder-open-o:before {
|
|
content: "\f115"
|
|
}
|
|
|
|
.fa-smile-o:before {
|
|
content: "\f118"
|
|
}
|
|
|
|
.fa-frown-o:before {
|
|
content: "\f119"
|
|
}
|
|
|
|
.fa-meh-o:before {
|
|
content: "\f11a"
|
|
}
|
|
|
|
.fa-gamepad:before {
|
|
content: "\f11b"
|
|
}
|
|
|
|
.fa-keyboard-o:before {
|
|
content: "\f11c"
|
|
}
|
|
|
|
.fa-flag-o:before {
|
|
content: "\f11d"
|
|
}
|
|
|
|
.fa-flag-checkered:before {
|
|
content: "\f11e"
|
|
}
|
|
|
|
.fa-terminal:before {
|
|
content: "\f120"
|
|
}
|
|
|
|
.fa-code:before {
|
|
content: "\f121"
|
|
}
|
|
|
|
.fa-mail-reply-all:before,
|
|
.fa-reply-all:before {
|
|
content: "\f122"
|
|
}
|
|
|
|
.fa-star-half-empty:before,
|
|
.fa-star-half-full:before,
|
|
.fa-star-half-o:before {
|
|
content: "\f123"
|
|
}
|
|
|
|
.fa-location-arrow:before {
|
|
content: "\f124"
|
|
}
|
|
|
|
.fa-crop:before {
|
|
content: "\f125"
|
|
}
|
|
|
|
.fa-code-fork:before {
|
|
content: "\f126"
|
|
}
|
|
|
|
.fa-unlink:before,
|
|
.fa-chain-broken:before {
|
|
content: "\f127"
|
|
}
|
|
|
|
.fa-question:before {
|
|
content: "\f128"
|
|
}
|
|
|
|
.fa-info:before {
|
|
content: "\f129"
|
|
}
|
|
|
|
.fa-exclamation:before {
|
|
content: "\f12a"
|
|
}
|
|
|
|
.fa-superscript:before {
|
|
content: "\f12b"
|
|
}
|
|
|
|
.fa-subscript:before {
|
|
content: "\f12c"
|
|
}
|
|
|
|
.fa-eraser:before {
|
|
content: "\f12d"
|
|
}
|
|
|
|
.fa-puzzle-piece:before {
|
|
content: "\f12e"
|
|
}
|
|
|
|
.fa-microphone:before {
|
|
content: "\f130"
|
|
}
|
|
|
|
.fa-microphone-slash:before {
|
|
content: "\f131"
|
|
}
|
|
|
|
.fa-shield:before {
|
|
content: "\f132"
|
|
}
|
|
|
|
.fa-calendar-o:before {
|
|
content: "\f133"
|
|
}
|
|
|
|
.fa-fire-extinguisher:before {
|
|
content: "\f134"
|
|
}
|
|
|
|
.fa-rocket:before {
|
|
content: "\f135"
|
|
}
|
|
|
|
.fa-maxcdn:before {
|
|
content: "\f136"
|
|
}
|
|
|
|
.fa-chevron-circle-left:before {
|
|
content: "\f137"
|
|
}
|
|
|
|
.fa-chevron-circle-right:before {
|
|
content: "\f138"
|
|
}
|
|
|
|
.fa-chevron-circle-up:before {
|
|
content: "\f139"
|
|
}
|
|
|
|
.fa-chevron-circle-down:before {
|
|
content: "\f13a"
|
|
}
|
|
|
|
.fa-html5:before {
|
|
content: "\f13b"
|
|
}
|
|
|
|
.fa-css3:before {
|
|
content: "\f13c"
|
|
}
|
|
|
|
.fa-anchor:before {
|
|
content: "\f13d"
|
|
}
|
|
|
|
.fa-unlock-alt:before {
|
|
content: "\f13e"
|
|
}
|
|
|
|
.fa-bullseye:before {
|
|
content: "\f140"
|
|
}
|
|
|
|
.fa-ellipsis-h:before {
|
|
content: "\f141"
|
|
}
|
|
|
|
.fa-ellipsis-v:before {
|
|
content: "\f142"
|
|
}
|
|
|
|
.fa-rss-square:before {
|
|
content: "\f143"
|
|
}
|
|
|
|
.fa-play-circle:before {
|
|
content: "\f144"
|
|
}
|
|
|
|
.fa-ticket:before {
|
|
content: "\f145"
|
|
}
|
|
|
|
.fa-minus-square:before {
|
|
content: "\f146"
|
|
}
|
|
|
|
.fa-minus-square-o:before {
|
|
content: "\f147"
|
|
}
|
|
|
|
.fa-level-up:before {
|
|
content: "\f148"
|
|
}
|
|
|
|
.fa-level-down:before {
|
|
content: "\f149"
|
|
}
|
|
|
|
.fa-check-square:before {
|
|
content: "\f14a"
|
|
}
|
|
|
|
.fa-pencil-square:before {
|
|
content: "\f14b"
|
|
}
|
|
|
|
.fa-external-link-square:before {
|
|
content: "\f14c"
|
|
}
|
|
|
|
.fa-share-square:before {
|
|
content: "\f14d"
|
|
}
|
|
|
|
.fa-compass:before {
|
|
content: "\f14e"
|
|
}
|
|
|
|
.fa-toggle-down:before,
|
|
.fa-caret-square-o-down:before {
|
|
content: "\f150"
|
|
}
|
|
|
|
.fa-toggle-up:before,
|
|
.fa-caret-square-o-up:before {
|
|
content: "\f151"
|
|
}
|
|
|
|
.fa-toggle-right:before,
|
|
.fa-caret-square-o-right:before {
|
|
content: "\f152"
|
|
}
|
|
|
|
.fa-euro:before,
|
|
.fa-eur:before {
|
|
content: "\f153"
|
|
}
|
|
|
|
.fa-gbp:before {
|
|
content: "\f154"
|
|
}
|
|
|
|
.fa-dollar:before,
|
|
.fa-usd:before {
|
|
content: "\f155"
|
|
}
|
|
|
|
.fa-rupee:before,
|
|
.fa-inr:before {
|
|
content: "\f156"
|
|
}
|
|
|
|
.fa-cny:before,
|
|
.fa-rmb:before,
|
|
.fa-yen:before,
|
|
.fa-jpy:before {
|
|
content: "\f157"
|
|
}
|
|
|
|
.fa-ruble:before,
|
|
.fa-rouble:before,
|
|
.fa-rub:before {
|
|
content: "\f158"
|
|
}
|
|
|
|
.fa-won:before,
|
|
.fa-krw:before {
|
|
content: "\f159"
|
|
}
|
|
|
|
.fa-bitcoin:before,
|
|
.fa-btc:before {
|
|
content: "\f15a"
|
|
}
|
|
|
|
.fa-file:before {
|
|
content: "\f15b"
|
|
}
|
|
|
|
.fa-file-text:before {
|
|
content: "\f15c"
|
|
}
|
|
|
|
.fa-sort-alpha-asc:before {
|
|
content: "\f15d"
|
|
}
|
|
|
|
.fa-sort-alpha-desc:before {
|
|
content: "\f15e"
|
|
}
|
|
|
|
.fa-sort-amount-asc:before {
|
|
content: "\f160"
|
|
}
|
|
|
|
.fa-sort-amount-desc:before {
|
|
content: "\f161"
|
|
}
|
|
|
|
.fa-sort-numeric-asc:before {
|
|
content: "\f162"
|
|
}
|
|
|
|
.fa-sort-numeric-desc:before {
|
|
content: "\f163"
|
|
}
|
|
|
|
.fa-thumbs-up:before {
|
|
content: "\f164"
|
|
}
|
|
|
|
.fa-thumbs-down:before {
|
|
content: "\f165"
|
|
}
|
|
|
|
.fa-youtube-square:before {
|
|
content: "\f166"
|
|
}
|
|
|
|
.fa-youtube:before {
|
|
content: "\f167"
|
|
}
|
|
|
|
.fa-xing:before {
|
|
content: "\f168"
|
|
}
|
|
|
|
.fa-xing-square:before {
|
|
content: "\f169"
|
|
}
|
|
|
|
.fa-youtube-play:before {
|
|
content: "\f16a"
|
|
}
|
|
|
|
.fa-dropbox:before {
|
|
content: "\f16b"
|
|
}
|
|
|
|
.fa-stack-overflow:before {
|
|
content: "\f16c"
|
|
}
|
|
|
|
.fa-instagram:before {
|
|
content: "\f16d"
|
|
}
|
|
|
|
.fa-flickr:before {
|
|
content: "\f16e"
|
|
}
|
|
|
|
.fa-adn:before {
|
|
content: "\f170"
|
|
}
|
|
|
|
.fa-bitbucket:before {
|
|
content: "\f171"
|
|
}
|
|
|
|
.fa-bitbucket-square:before {
|
|
content: "\f172"
|
|
}
|
|
|
|
.fa-tumblr:before {
|
|
content: "\f173"
|
|
}
|
|
|
|
.fa-tumblr-square:before {
|
|
content: "\f174"
|
|
}
|
|
|
|
.fa-long-arrow-down:before {
|
|
content: "\f175"
|
|
}
|
|
|
|
.fa-long-arrow-up:before {
|
|
content: "\f176"
|
|
}
|
|
|
|
.fa-long-arrow-left:before {
|
|
content: "\f177"
|
|
}
|
|
|
|
.fa-long-arrow-right:before {
|
|
content: "\f178"
|
|
}
|
|
|
|
.fa-apple:before {
|
|
content: "\f179"
|
|
}
|
|
|
|
.fa-windows:before {
|
|
content: "\f17a"
|
|
}
|
|
|
|
.fa-android:before {
|
|
content: "\f17b"
|
|
}
|
|
|
|
.fa-linux:before {
|
|
content: "\f17c"
|
|
}
|
|
|
|
.fa-dribbble:before {
|
|
content: "\f17d"
|
|
}
|
|
|
|
.fa-skype:before {
|
|
content: "\f17e"
|
|
}
|
|
|
|
.fa-foursquare:before {
|
|
content: "\f180"
|
|
}
|
|
|
|
.fa-trello:before {
|
|
content: "\f181"
|
|
}
|
|
|
|
.fa-female:before {
|
|
content: "\f182"
|
|
}
|
|
|
|
.fa-male:before {
|
|
content: "\f183"
|
|
}
|
|
|
|
.fa-gittip:before,
|
|
.fa-gratipay:before {
|
|
content: "\f184"
|
|
}
|
|
|
|
.fa-sun-o:before {
|
|
content: "\f185"
|
|
}
|
|
|
|
.fa-moon-o:before {
|
|
content: "\f186"
|
|
}
|
|
|
|
.fa-archive:before {
|
|
content: "\f187"
|
|
}
|
|
|
|
.fa-bug:before {
|
|
content: "\f188"
|
|
}
|
|
|
|
.fa-vk:before {
|
|
content: "\f189"
|
|
}
|
|
|
|
.fa-weibo:before {
|
|
content: "\f18a"
|
|
}
|
|
|
|
.fa-renren:before {
|
|
content: "\f18b"
|
|
}
|
|
|
|
.fa-pagelines:before {
|
|
content: "\f18c"
|
|
}
|
|
|
|
.fa-stack-exchange:before {
|
|
content: "\f18d"
|
|
}
|
|
|
|
.fa-arrow-circle-o-right:before {
|
|
content: "\f18e"
|
|
}
|
|
|
|
.fa-arrow-circle-o-left:before {
|
|
content: "\f190"
|
|
}
|
|
|
|
.fa-toggle-left:before,
|
|
.fa-caret-square-o-left:before {
|
|
content: "\f191"
|
|
}
|
|
|
|
.fa-dot-circle-o:before {
|
|
content: "\f192"
|
|
}
|
|
|
|
.fa-wheelchair:before {
|
|
content: "\f193"
|
|
}
|
|
|
|
.fa-vimeo-square:before {
|
|
content: "\f194"
|
|
}
|
|
|
|
.fa-turkish-lira:before,
|
|
.fa-try:before {
|
|
content: "\f195"
|
|
}
|
|
|
|
.fa-plus-square-o:before {
|
|
content: "\f196"
|
|
}
|
|
|
|
.fa-space-shuttle:before {
|
|
content: "\f197"
|
|
}
|
|
|
|
.fa-slack:before {
|
|
content: "\f198"
|
|
}
|
|
|
|
.fa-envelope-square:before {
|
|
content: "\f199"
|
|
}
|
|
|
|
.fa-wordpress:before {
|
|
content: "\f19a"
|
|
}
|
|
|
|
.fa-openid:before {
|
|
content: "\f19b"
|
|
}
|
|
|
|
.fa-institution:before,
|
|
.fa-bank:before,
|
|
.fa-university:before {
|
|
content: "\f19c"
|
|
}
|
|
|
|
.fa-mortar-board:before,
|
|
.fa-graduation-cap:before {
|
|
content: "\f19d"
|
|
}
|
|
|
|
.fa-yahoo:before {
|
|
content: "\f19e"
|
|
}
|
|
|
|
.fa-google:before {
|
|
content: "\f1a0"
|
|
}
|
|
|
|
.fa-reddit:before {
|
|
content: "\f1a1"
|
|
}
|
|
|
|
.fa-reddit-square:before {
|
|
content: "\f1a2"
|
|
}
|
|
|
|
.fa-stumbleupon-circle:before {
|
|
content: "\f1a3"
|
|
}
|
|
|
|
.fa-stumbleupon:before {
|
|
content: "\f1a4"
|
|
}
|
|
|
|
.fa-delicious:before {
|
|
content: "\f1a5"
|
|
}
|
|
|
|
.fa-digg:before {
|
|
content: "\f1a6"
|
|
}
|
|
|
|
.fa-pied-piper-pp:before {
|
|
content: "\f1a7"
|
|
}
|
|
|
|
.fa-pied-piper-alt:before {
|
|
content: "\f1a8"
|
|
}
|
|
|
|
.fa-drupal:before {
|
|
content: "\f1a9"
|
|
}
|
|
|
|
.fa-joomla:before {
|
|
content: "\f1aa"
|
|
}
|
|
|
|
.fa-language:before {
|
|
content: "\f1ab"
|
|
}
|
|
|
|
.fa-fax:before {
|
|
content: "\f1ac"
|
|
}
|
|
|
|
.fa-building:before {
|
|
content: "\f1ad"
|
|
}
|
|
|
|
.fa-child:before {
|
|
content: "\f1ae"
|
|
}
|
|
|
|
.fa-paw:before {
|
|
content: "\f1b0"
|
|
}
|
|
|
|
.fa-spoon:before {
|
|
content: "\f1b1"
|
|
}
|
|
|
|
.fa-cube:before {
|
|
content: "\f1b2"
|
|
}
|
|
|
|
.fa-cubes:before {
|
|
content: "\f1b3"
|
|
}
|
|
|
|
.fa-behance:before {
|
|
content: "\f1b4"
|
|
}
|
|
|
|
.fa-behance-square:before {
|
|
content: "\f1b5"
|
|
}
|
|
|
|
.fa-steam:before {
|
|
content: "\f1b6"
|
|
}
|
|
|
|
.fa-steam-square:before {
|
|
content: "\f1b7"
|
|
}
|
|
|
|
.fa-recycle:before {
|
|
content: "\f1b8"
|
|
}
|
|
|
|
.fa-automobile:before,
|
|
.fa-car:before {
|
|
content: "\f1b9"
|
|
}
|
|
|
|
.fa-cab:before,
|
|
.fa-taxi:before {
|
|
content: "\f1ba"
|
|
}
|
|
|
|
.fa-tree:before {
|
|
content: "\f1bb"
|
|
}
|
|
|
|
.fa-spotify:before {
|
|
content: "\f1bc"
|
|
}
|
|
|
|
.fa-deviantart:before {
|
|
content: "\f1bd"
|
|
}
|
|
|
|
.fa-soundcloud:before {
|
|
content: "\f1be"
|
|
}
|
|
|
|
.fa-database:before {
|
|
content: "\f1c0"
|
|
}
|
|
|
|
.fa-file-pdf-o:before {
|
|
content: "\f1c1"
|
|
}
|
|
|
|
.fa-file-word-o:before {
|
|
content: "\f1c2"
|
|
}
|
|
|
|
.fa-file-excel-o:before {
|
|
content: "\f1c3"
|
|
}
|
|
|
|
.fa-file-powerpoint-o:before {
|
|
content: "\f1c4"
|
|
}
|
|
|
|
.fa-file-photo-o:before,
|
|
.fa-file-picture-o:before,
|
|
.fa-file-image-o:before {
|
|
content: "\f1c5"
|
|
}
|
|
|
|
.fa-file-zip-o:before,
|
|
.fa-file-archive-o:before {
|
|
content: "\f1c6"
|
|
}
|
|
|
|
.fa-file-sound-o:before,
|
|
.fa-file-audio-o:before {
|
|
content: "\f1c7"
|
|
}
|
|
|
|
.fa-file-movie-o:before,
|
|
.fa-file-video-o:before {
|
|
content: "\f1c8"
|
|
}
|
|
|
|
.fa-file-code-o:before {
|
|
content: "\f1c9"
|
|
}
|
|
|
|
.fa-vine:before {
|
|
content: "\f1ca"
|
|
}
|
|
|
|
.fa-codepen:before {
|
|
content: "\f1cb"
|
|
}
|
|
|
|
.fa-jsfiddle:before {
|
|
content: "\f1cc"
|
|
}
|
|
|
|
.fa-life-bouy:before,
|
|
.fa-life-buoy:before,
|
|
.fa-life-saver:before,
|
|
.fa-support:before,
|
|
.fa-life-ring:before {
|
|
content: "\f1cd"
|
|
}
|
|
|
|
.fa-circle-o-notch:before {
|
|
content: "\f1ce"
|
|
}
|
|
|
|
.fa-ra:before,
|
|
.fa-resistance:before,
|
|
.fa-rebel:before {
|
|
content: "\f1d0"
|
|
}
|
|
|
|
.fa-ge:before,
|
|
.fa-empire:before {
|
|
content: "\f1d1"
|
|
}
|
|
|
|
.fa-git-square:before {
|
|
content: "\f1d2"
|
|
}
|
|
|
|
.fa-git:before {
|
|
content: "\f1d3"
|
|
}
|
|
|
|
.fa-y-combinator-square:before,
|
|
.fa-yc-square:before,
|
|
.fa-hacker-news:before {
|
|
content: "\f1d4"
|
|
}
|
|
|
|
.fa-tencent-weibo:before {
|
|
content: "\f1d5"
|
|
}
|
|
|
|
.fa-qq:before {
|
|
content: "\f1d6"
|
|
}
|
|
|
|
.fa-wechat:before,
|
|
.fa-weixin:before {
|
|
content: "\f1d7"
|
|
}
|
|
|
|
.fa-send:before,
|
|
.fa-paper-plane:before {
|
|
content: "\f1d8"
|
|
}
|
|
|
|
.fa-send-o:before,
|
|
.fa-paper-plane-o:before {
|
|
content: "\f1d9"
|
|
}
|
|
|
|
.fa-history:before {
|
|
content: "\f1da"
|
|
}
|
|
|
|
.fa-circle-thin:before {
|
|
content: "\f1db"
|
|
}
|
|
|
|
.fa-header:before {
|
|
content: "\f1dc"
|
|
}
|
|
|
|
.fa-paragraph:before {
|
|
content: "\f1dd"
|
|
}
|
|
|
|
.fa-sliders:before {
|
|
content: "\f1de"
|
|
}
|
|
|
|
.fa-share-alt:before {
|
|
content: "\f1e0"
|
|
}
|
|
|
|
.fa-share-alt-square:before {
|
|
content: "\f1e1"
|
|
}
|
|
|
|
.fa-bomb:before {
|
|
content: "\f1e2"
|
|
}
|
|
|
|
.fa-soccer-ball-o:before,
|
|
.fa-futbol-o:before {
|
|
content: "\f1e3"
|
|
}
|
|
|
|
.fa-tty:before {
|
|
content: "\f1e4"
|
|
}
|
|
|
|
.fa-binoculars:before {
|
|
content: "\f1e5"
|
|
}
|
|
|
|
.fa-plug:before {
|
|
content: "\f1e6"
|
|
}
|
|
|
|
.fa-slideshare:before {
|
|
content: "\f1e7"
|
|
}
|
|
|
|
.fa-twitch:before {
|
|
content: "\f1e8"
|
|
}
|
|
|
|
.fa-yelp:before {
|
|
content: "\f1e9"
|
|
}
|
|
|
|
.fa-newspaper-o:before {
|
|
content: "\f1ea"
|
|
}
|
|
|
|
.fa-wifi:before {
|
|
content: "\f1eb"
|
|
}
|
|
|
|
.fa-calculator:before {
|
|
content: "\f1ec"
|
|
}
|
|
|
|
.fa-paypal:before {
|
|
content: "\f1ed"
|
|
}
|
|
|
|
.fa-google-wallet:before {
|
|
content: "\f1ee"
|
|
}
|
|
|
|
.fa-cc-visa:before {
|
|
content: "\f1f0"
|
|
}
|
|
|
|
.fa-cc-mastercard:before {
|
|
content: "\f1f1"
|
|
}
|
|
|
|
.fa-cc-discover:before {
|
|
content: "\f1f2"
|
|
}
|
|
|
|
.fa-cc-amex:before {
|
|
content: "\f1f3"
|
|
}
|
|
|
|
.fa-cc-paypal:before {
|
|
content: "\f1f4"
|
|
}
|
|
|
|
.fa-cc-stripe:before {
|
|
content: "\f1f5"
|
|
}
|
|
|
|
.fa-bell-slash:before {
|
|
content: "\f1f6"
|
|
}
|
|
|
|
.fa-bell-slash-o:before {
|
|
content: "\f1f7"
|
|
}
|
|
|
|
.fa-trash:before {
|
|
content: "\f1f8"
|
|
}
|
|
|
|
.fa-copyright:before {
|
|
content: "\f1f9"
|
|
}
|
|
|
|
.fa-at:before {
|
|
content: "\f1fa"
|
|
}
|
|
|
|
.fa-eyedropper:before {
|
|
content: "\f1fb"
|
|
}
|
|
|
|
.fa-paint-brush:before {
|
|
content: "\f1fc"
|
|
}
|
|
|
|
.fa-birthday-cake:before {
|
|
content: "\f1fd"
|
|
}
|
|
|
|
.fa-area-chart:before {
|
|
content: "\f1fe"
|
|
}
|
|
|
|
.fa-pie-chart:before {
|
|
content: "\f200"
|
|
}
|
|
|
|
.fa-line-chart:before {
|
|
content: "\f201"
|
|
}
|
|
|
|
.fa-lastfm:before {
|
|
content: "\f202"
|
|
}
|
|
|
|
.fa-lastfm-square:before {
|
|
content: "\f203"
|
|
}
|
|
|
|
.fa-toggle-off:before {
|
|
content: "\f204"
|
|
}
|
|
|
|
.fa-toggle-on:before {
|
|
content: "\f205"
|
|
}
|
|
|
|
.fa-bicycle:before {
|
|
content: "\f206"
|
|
}
|
|
|
|
.fa-bus:before {
|
|
content: "\f207"
|
|
}
|
|
|
|
.fa-ioxhost:before {
|
|
content: "\f208"
|
|
}
|
|
|
|
.fa-angellist:before {
|
|
content: "\f209"
|
|
}
|
|
|
|
.fa-cc:before {
|
|
content: "\f20a"
|
|
}
|
|
|
|
.fa-shekel:before,
|
|
.fa-sheqel:before,
|
|
.fa-ils:before {
|
|
content: "\f20b"
|
|
}
|
|
|
|
.fa-meanpath:before {
|
|
content: "\f20c"
|
|
}
|
|
|
|
.fa-buysellads:before {
|
|
content: "\f20d"
|
|
}
|
|
|
|
.fa-connectdevelop:before {
|
|
content: "\f20e"
|
|
}
|
|
|
|
.fa-dashcube:before {
|
|
content: "\f210"
|
|
}
|
|
|
|
.fa-forumbee:before {
|
|
content: "\f211"
|
|
}
|
|
|
|
.fa-leanpub:before {
|
|
content: "\f212"
|
|
}
|
|
|
|
.fa-sellsy:before {
|
|
content: "\f213"
|
|
}
|
|
|
|
.fa-shirtsinbulk:before {
|
|
content: "\f214"
|
|
}
|
|
|
|
.fa-simplybuilt:before {
|
|
content: "\f215"
|
|
}
|
|
|
|
.fa-skyatlas:before {
|
|
content: "\f216"
|
|
}
|
|
|
|
.fa-cart-plus:before {
|
|
content: "\f217"
|
|
}
|
|
|
|
.fa-cart-arrow-down:before {
|
|
content: "\f218"
|
|
}
|
|
|
|
.fa-diamond:before {
|
|
content: "\f219"
|
|
}
|
|
|
|
.fa-ship:before {
|
|
content: "\f21a"
|
|
}
|
|
|
|
.fa-user-secret:before {
|
|
content: "\f21b"
|
|
}
|
|
|
|
.fa-motorcycle:before {
|
|
content: "\f21c"
|
|
}
|
|
|
|
.fa-street-view:before {
|
|
content: "\f21d"
|
|
}
|
|
|
|
.fa-heartbeat:before {
|
|
content: "\f21e"
|
|
}
|
|
|
|
.fa-venus:before {
|
|
content: "\f221"
|
|
}
|
|
|
|
.fa-mars:before {
|
|
content: "\f222"
|
|
}
|
|
|
|
.fa-mercury:before {
|
|
content: "\f223"
|
|
}
|
|
|
|
.fa-intersex:before,
|
|
.fa-transgender:before {
|
|
content: "\f224"
|
|
}
|
|
|
|
.fa-transgender-alt:before {
|
|
content: "\f225"
|
|
}
|
|
|
|
.fa-venus-double:before {
|
|
content: "\f226"
|
|
}
|
|
|
|
.fa-mars-double:before {
|
|
content: "\f227"
|
|
}
|
|
|
|
.fa-venus-mars:before {
|
|
content: "\f228"
|
|
}
|
|
|
|
.fa-mars-stroke:before {
|
|
content: "\f229"
|
|
}
|
|
|
|
.fa-mars-stroke-v:before {
|
|
content: "\f22a"
|
|
}
|
|
|
|
.fa-mars-stroke-h:before {
|
|
content: "\f22b"
|
|
}
|
|
|
|
.fa-neuter:before {
|
|
content: "\f22c"
|
|
}
|
|
|
|
.fa-genderless:before {
|
|
content: "\f22d"
|
|
}
|
|
|
|
.fa-facebook-official:before {
|
|
content: "\f230"
|
|
}
|
|
|
|
.fa-pinterest-p:before {
|
|
content: "\f231"
|
|
}
|
|
|
|
.fa-whatsapp:before {
|
|
content: "\f232"
|
|
}
|
|
|
|
.fa-server:before {
|
|
content: "\f233"
|
|
}
|
|
|
|
.fa-user-plus:before {
|
|
content: "\f234"
|
|
}
|
|
|
|
.fa-user-times:before {
|
|
content: "\f235"
|
|
}
|
|
|
|
.fa-hotel:before,
|
|
.fa-bed:before {
|
|
content: "\f236"
|
|
}
|
|
|
|
.fa-viacoin:before {
|
|
content: "\f237"
|
|
}
|
|
|
|
.fa-train:before {
|
|
content: "\f238"
|
|
}
|
|
|
|
.fa-subway:before {
|
|
content: "\f239"
|
|
}
|
|
|
|
.fa-medium:before {
|
|
content: "\f23a"
|
|
}
|
|
|
|
.fa-yc:before,
|
|
.fa-y-combinator:before {
|
|
content: "\f23b"
|
|
}
|
|
|
|
.fa-optin-monster:before {
|
|
content: "\f23c"
|
|
}
|
|
|
|
.fa-opencart:before {
|
|
content: "\f23d"
|
|
}
|
|
|
|
.fa-expeditedssl:before {
|
|
content: "\f23e"
|
|
}
|
|
|
|
.fa-battery-4:before,
|
|
.fa-battery:before,
|
|
.fa-battery-full:before {
|
|
content: "\f240"
|
|
}
|
|
|
|
.fa-battery-3:before,
|
|
.fa-battery-three-quarters:before {
|
|
content: "\f241"
|
|
}
|
|
|
|
.fa-battery-2:before,
|
|
.fa-battery-half:before {
|
|
content: "\f242"
|
|
}
|
|
|
|
.fa-battery-1:before,
|
|
.fa-battery-quarter:before {
|
|
content: "\f243"
|
|
}
|
|
|
|
.fa-battery-0:before,
|
|
.fa-battery-empty:before {
|
|
content: "\f244"
|
|
}
|
|
|
|
.fa-mouse-pointer:before {
|
|
content: "\f245"
|
|
}
|
|
|
|
.fa-i-cursor:before {
|
|
content: "\f246"
|
|
}
|
|
|
|
.fa-object-group:before {
|
|
content: "\f247"
|
|
}
|
|
|
|
.fa-object-ungroup:before {
|
|
content: "\f248"
|
|
}
|
|
|
|
.fa-sticky-note:before {
|
|
content: "\f249"
|
|
}
|
|
|
|
.fa-sticky-note-o:before {
|
|
content: "\f24a"
|
|
}
|
|
|
|
.fa-cc-jcb:before {
|
|
content: "\f24b"
|
|
}
|
|
|
|
.fa-cc-diners-club:before {
|
|
content: "\f24c"
|
|
}
|
|
|
|
.fa-clone:before {
|
|
content: "\f24d"
|
|
}
|
|
|
|
.fa-balance-scale:before {
|
|
content: "\f24e"
|
|
}
|
|
|
|
.fa-hourglass-o:before {
|
|
content: "\f250"
|
|
}
|
|
|
|
.fa-hourglass-1:before,
|
|
.fa-hourglass-start:before {
|
|
content: "\f251"
|
|
}
|
|
|
|
.fa-hourglass-2:before,
|
|
.fa-hourglass-half:before {
|
|
content: "\f252"
|
|
}
|
|
|
|
.fa-hourglass-3:before,
|
|
.fa-hourglass-end:before {
|
|
content: "\f253"
|
|
}
|
|
|
|
.fa-hourglass:before {
|
|
content: "\f254"
|
|
}
|
|
|
|
.fa-hand-grab-o:before,
|
|
.fa-hand-rock-o:before {
|
|
content: "\f255"
|
|
}
|
|
|
|
.fa-hand-stop-o:before,
|
|
.fa-hand-paper-o:before {
|
|
content: "\f256"
|
|
}
|
|
|
|
.fa-hand-scissors-o:before {
|
|
content: "\f257"
|
|
}
|
|
|
|
.fa-hand-lizard-o:before {
|
|
content: "\f258"
|
|
}
|
|
|
|
.fa-hand-spock-o:before {
|
|
content: "\f259"
|
|
}
|
|
|
|
.fa-hand-pointer-o:before {
|
|
content: "\f25a"
|
|
}
|
|
|
|
.fa-hand-peace-o:before {
|
|
content: "\f25b"
|
|
}
|
|
|
|
.fa-trademark:before {
|
|
content: "\f25c"
|
|
}
|
|
|
|
.fa-registered:before {
|
|
content: "\f25d"
|
|
}
|
|
|
|
.fa-creative-commons:before {
|
|
content: "\f25e"
|
|
}
|
|
|
|
.fa-gg:before {
|
|
content: "\f260"
|
|
}
|
|
|
|
.fa-gg-circle:before {
|
|
content: "\f261"
|
|
}
|
|
|
|
.fa-tripadvisor:before {
|
|
content: "\f262"
|
|
}
|
|
|
|
.fa-odnoklassniki:before {
|
|
content: "\f263"
|
|
}
|
|
|
|
.fa-odnoklassniki-square:before {
|
|
content: "\f264"
|
|
}
|
|
|
|
.fa-get-pocket:before {
|
|
content: "\f265"
|
|
}
|
|
|
|
.fa-wikipedia-w:before {
|
|
content: "\f266"
|
|
}
|
|
|
|
.fa-safari:before {
|
|
content: "\f267"
|
|
}
|
|
|
|
.fa-chrome:before {
|
|
content: "\f268"
|
|
}
|
|
|
|
.fa-firefox:before {
|
|
content: "\f269"
|
|
}
|
|
|
|
.fa-opera:before {
|
|
content: "\f26a"
|
|
}
|
|
|
|
.fa-internet-explorer:before {
|
|
content: "\f26b"
|
|
}
|
|
|
|
.fa-tv:before,
|
|
.fa-television:before {
|
|
content: "\f26c"
|
|
}
|
|
|
|
.fa-contao:before {
|
|
content: "\f26d"
|
|
}
|
|
|
|
.fa-500px:before {
|
|
content: "\f26e"
|
|
}
|
|
|
|
.fa-amazon:before {
|
|
content: "\f270"
|
|
}
|
|
|
|
.fa-calendar-plus-o:before {
|
|
content: "\f271"
|
|
}
|
|
|
|
.fa-calendar-minus-o:before {
|
|
content: "\f272"
|
|
}
|
|
|
|
.fa-calendar-times-o:before {
|
|
content: "\f273"
|
|
}
|
|
|
|
.fa-calendar-check-o:before {
|
|
content: "\f274"
|
|
}
|
|
|
|
.fa-industry:before {
|
|
content: "\f275"
|
|
}
|
|
|
|
.fa-map-pin:before {
|
|
content: "\f276"
|
|
}
|
|
|
|
.fa-map-signs:before {
|
|
content: "\f277"
|
|
}
|
|
|
|
.fa-map-o:before {
|
|
content: "\f278"
|
|
}
|
|
|
|
.fa-map:before {
|
|
content: "\f279"
|
|
}
|
|
|
|
.fa-commenting:before {
|
|
content: "\f27a"
|
|
}
|
|
|
|
.fa-commenting-o:before {
|
|
content: "\f27b"
|
|
}
|
|
|
|
.fa-houzz:before {
|
|
content: "\f27c"
|
|
}
|
|
|
|
.fa-vimeo:before {
|
|
content: "\f27d"
|
|
}
|
|
|
|
.fa-black-tie:before {
|
|
content: "\f27e"
|
|
}
|
|
|
|
.fa-fonticons:before {
|
|
content: "\f280"
|
|
}
|
|
|
|
.fa-reddit-alien:before {
|
|
content: "\f281"
|
|
}
|
|
|
|
.fa-edge:before {
|
|
content: "\f282"
|
|
}
|
|
|
|
.fa-credit-card-alt:before {
|
|
content: "\f283"
|
|
}
|
|
|
|
.fa-codiepie:before {
|
|
content: "\f284"
|
|
}
|
|
|
|
.fa-modx:before {
|
|
content: "\f285"
|
|
}
|
|
|
|
.fa-fort-awesome:before {
|
|
content: "\f286"
|
|
}
|
|
|
|
.fa-usb:before {
|
|
content: "\f287"
|
|
}
|
|
|
|
.fa-product-hunt:before {
|
|
content: "\f288"
|
|
}
|
|
|
|
.fa-mixcloud:before {
|
|
content: "\f289"
|
|
}
|
|
|
|
.fa-scribd:before {
|
|
content: "\f28a"
|
|
}
|
|
|
|
.fa-pause-circle:before {
|
|
content: "\f28b"
|
|
}
|
|
|
|
.fa-pause-circle-o:before {
|
|
content: "\f28c"
|
|
}
|
|
|
|
.fa-stop-circle:before {
|
|
content: "\f28d"
|
|
}
|
|
|
|
.fa-stop-circle-o:before {
|
|
content: "\f28e"
|
|
}
|
|
|
|
.fa-shopping-bag:before {
|
|
content: "\f290"
|
|
}
|
|
|
|
.fa-shopping-basket:before {
|
|
content: "\f291"
|
|
}
|
|
|
|
.fa-hashtag:before {
|
|
content: "\f292"
|
|
}
|
|
|
|
.fa-bluetooth:before {
|
|
content: "\f293"
|
|
}
|
|
|
|
.fa-bluetooth-b:before {
|
|
content: "\f294"
|
|
}
|
|
|
|
.fa-percent:before {
|
|
content: "\f295"
|
|
}
|
|
|
|
.fa-gitlab:before {
|
|
content: "\f296"
|
|
}
|
|
|
|
.fa-wpbeginner:before {
|
|
content: "\f297"
|
|
}
|
|
|
|
.fa-wpforms:before {
|
|
content: "\f298"
|
|
}
|
|
|
|
.fa-envira:before {
|
|
content: "\f299"
|
|
}
|
|
|
|
.fa-universal-access:before {
|
|
content: "\f29a"
|
|
}
|
|
|
|
.fa-wheelchair-alt:before {
|
|
content: "\f29b"
|
|
}
|
|
|
|
.fa-question-circle-o:before {
|
|
content: "\f29c"
|
|
}
|
|
|
|
.fa-blind:before {
|
|
content: "\f29d"
|
|
}
|
|
|
|
.fa-audio-description:before {
|
|
content: "\f29e"
|
|
}
|
|
|
|
.fa-volume-control-phone:before {
|
|
content: "\f2a0"
|
|
}
|
|
|
|
.fa-braille:before {
|
|
content: "\f2a1"
|
|
}
|
|
|
|
.fa-assistive-listening-systems:before {
|
|
content: "\f2a2"
|
|
}
|
|
|
|
.fa-asl-interpreting:before,
|
|
.fa-american-sign-language-interpreting:before {
|
|
content: "\f2a3"
|
|
}
|
|
|
|
.fa-deafness:before,
|
|
.fa-hard-of-hearing:before,
|
|
.fa-deaf:before {
|
|
content: "\f2a4"
|
|
}
|
|
|
|
.fa-glide:before {
|
|
content: "\f2a5"
|
|
}
|
|
|
|
.fa-glide-g:before {
|
|
content: "\f2a6"
|
|
}
|
|
|
|
.fa-signing:before,
|
|
.fa-sign-language:before {
|
|
content: "\f2a7"
|
|
}
|
|
|
|
.fa-low-vision:before {
|
|
content: "\f2a8"
|
|
}
|
|
|
|
.fa-viadeo:before {
|
|
content: "\f2a9"
|
|
}
|
|
|
|
.fa-viadeo-square:before {
|
|
content: "\f2aa"
|
|
}
|
|
|
|
.fa-snapchat:before {
|
|
content: "\f2ab"
|
|
}
|
|
|
|
.fa-snapchat-ghost:before {
|
|
content: "\f2ac"
|
|
}
|
|
|
|
.fa-snapchat-square:before {
|
|
content: "\f2ad"
|
|
}
|
|
|
|
.fa-pied-piper:before {
|
|
content: "\f2ae"
|
|
}
|
|
|
|
.fa-first-order:before {
|
|
content: "\f2b0"
|
|
}
|
|
|
|
.fa-yoast:before {
|
|
content: "\f2b1"
|
|
}
|
|
|
|
.fa-themeisle:before {
|
|
content: "\f2b2"
|
|
}
|
|
|
|
.fa-google-plus-circle:before,
|
|
.fa-google-plus-official:before {
|
|
content: "\f2b3"
|
|
}
|
|
|
|
.fa-fa:before,
|
|
.fa-font-awesome:before {
|
|
content: "\f2b4"
|
|
}
|
|
|
|
.fa-handshake-o:before {
|
|
content: "\f2b5"
|
|
}
|
|
|
|
.fa-envelope-open:before {
|
|
content: "\f2b6"
|
|
}
|
|
|
|
.fa-envelope-open-o:before {
|
|
content: "\f2b7"
|
|
}
|
|
|
|
.fa-linode:before {
|
|
content: "\f2b8"
|
|
}
|
|
|
|
.fa-address-book:before {
|
|
content: "\f2b9"
|
|
}
|
|
|
|
.fa-address-book-o:before {
|
|
content: "\f2ba"
|
|
}
|
|
|
|
.fa-vcard:before,
|
|
.fa-address-card:before {
|
|
content: "\f2bb"
|
|
}
|
|
|
|
.fa-vcard-o:before,
|
|
.fa-address-card-o:before {
|
|
content: "\f2bc"
|
|
}
|
|
|
|
.fa-user-circle:before {
|
|
content: "\f2bd"
|
|
}
|
|
|
|
.fa-user-circle-o:before {
|
|
content: "\f2be"
|
|
}
|
|
|
|
.fa-user-o:before {
|
|
content: "\f2c0"
|
|
}
|
|
|
|
.fa-id-badge:before {
|
|
content: "\f2c1"
|
|
}
|
|
|
|
.fa-drivers-license:before,
|
|
.fa-id-card:before {
|
|
content: "\f2c2"
|
|
}
|
|
|
|
.fa-drivers-license-o:before,
|
|
.fa-id-card-o:before {
|
|
content: "\f2c3"
|
|
}
|
|
|
|
.fa-quora:before {
|
|
content: "\f2c4"
|
|
}
|
|
|
|
.fa-free-code-camp:before {
|
|
content: "\f2c5"
|
|
}
|
|
|
|
.fa-telegram:before {
|
|
content: "\f2c6"
|
|
}
|
|
|
|
.fa-thermometer-4:before,
|
|
.fa-thermometer:before,
|
|
.fa-thermometer-full:before {
|
|
content: "\f2c7"
|
|
}
|
|
|
|
.fa-thermometer-3:before,
|
|
.fa-thermometer-three-quarters:before {
|
|
content: "\f2c8"
|
|
}
|
|
|
|
.fa-thermometer-2:before,
|
|
.fa-thermometer-half:before {
|
|
content: "\f2c9"
|
|
}
|
|
|
|
.fa-thermometer-1:before,
|
|
.fa-thermometer-quarter:before {
|
|
content: "\f2ca"
|
|
}
|
|
|
|
.fa-thermometer-0:before,
|
|
.fa-thermometer-empty:before {
|
|
content: "\f2cb"
|
|
}
|
|
|
|
.fa-shower:before {
|
|
content: "\f2cc"
|
|
}
|
|
|
|
.fa-bathtub:before,
|
|
.fa-s15:before,
|
|
.fa-bath:before {
|
|
content: "\f2cd"
|
|
}
|
|
|
|
.fa-podcast:before {
|
|
content: "\f2ce"
|
|
}
|
|
|
|
.fa-window-maximize:before {
|
|
content: "\f2d0"
|
|
}
|
|
|
|
.fa-window-minimize:before {
|
|
content: "\f2d1"
|
|
}
|
|
|
|
.fa-window-restore:before {
|
|
content: "\f2d2"
|
|
}
|
|
|
|
.fa-times-rectangle:before,
|
|
.fa-window-close:before {
|
|
content: "\f2d3"
|
|
}
|
|
|
|
.fa-times-rectangle-o:before,
|
|
.fa-window-close-o:before {
|
|
content: "\f2d4"
|
|
}
|
|
|
|
.fa-bandcamp:before {
|
|
content: "\f2d5"
|
|
}
|
|
|
|
.fa-grav:before {
|
|
content: "\f2d6"
|
|
}
|
|
|
|
.fa-etsy:before {
|
|
content: "\f2d7"
|
|
}
|
|
|
|
.fa-imdb:before {
|
|
content: "\f2d8"
|
|
}
|
|
|
|
.fa-ravelry:before {
|
|
content: "\f2d9"
|
|
}
|
|
|
|
.fa-eercast:before {
|
|
content: "\f2da"
|
|
}
|
|
|
|
.fa-microchip:before {
|
|
content: "\f2db"
|
|
}
|
|
|
|
.fa-snowflake-o:before {
|
|
content: "\f2dc"
|
|
}
|
|
|
|
.fa-superpowers:before {
|
|
content: "\f2dd"
|
|
}
|
|
|
|
.fa-wpexplorer:before {
|
|
content: "\f2de"
|
|
}
|
|
|
|
.fa-meetup:before {
|
|
content: "\f2e0"
|
|
}
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0
|
|
}
|
|
|
|
.sr-only-focusable:active,
|
|
.sr-only-focusable:focus {
|
|
position: static;
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0;
|
|
overflow: visible;
|
|
clip: auto
|
|
}
|
|
-->
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<p>
|
|
This example exports a highly stylized table with 275 rows to determine why it takes more than 30 seconds for the tableExport plugin to produce an output file. If the CSS is removed then processing for each button takes less than 3 seconds.
|
|
</p>
|
|
<input onclick="$('#gvData').tableExport({type:'excel', fileName: 'ExportData', escape:'false', ignoreColumn:'[3]'});" id="btnExport1" type="submit" value="Export to MS-Excel">
|
|
|
|
<input onclick="$('#gvData').tableExport({type:'excel', fileName: 'ExportData', escape:'false', ignoreColumn:'[3]', mso: {styles: ['background-color', 'color', 'font-weight', 'border']}});" id="btnExport2" type="submit" value="Export to Formatted MS-Excel">
|
|
|
|
<input onclick="$('#gvData').tableExport({type:'txt', fileName: 'ExportData', escape:'false', ignoreColumn:'[3]', });" id="btnExport3" type="submit" value="Export to CSV">
|
|
|
|
<div class="tablesorter TableArea" style="width: 98%; margin: 0 auto;">
|
|
<div>
|
|
<table class="tablesorter tablesorter-default" id="gvData" style="border-style:None;border-collapse:collapse;" role="grid" cellspacing="0">
|
|
<thead>
|
|
<tr role="row" class="tablesorter-headerRow">
|
|
<th scope="col" data-column="0" class="tablesorter-header tablesorter-headerUnSorted" tabindex="0" role="columnheader" aria-disabled="false" aria-controls="gvData" unselectable="on" style="-moz-user-select: none;" aria-sort="none" aria-label="Short Name: No sort applied, activate to apply an ascending sort">
|
|
<div class="tablesorter-header-inner">Short Name</div>
|
|
</th>
|
|
<th scope="col" style="width: 10%; -moz-user-select: none;" data-column="1" class="tablesorter-header tablesorter-headerUnSorted" tabindex="0" role="columnheader" aria-disabled="false" aria-controls="gvData" unselectable="on" aria-sort="none" aria-label="Size (bytes): No sort applied, activate to apply an ascending sort">
|
|
<div class="tablesorter-header-inner">Size (bytes)</div>
|
|
</th>
|
|
<th scope="col" style="width: 25%; -moz-user-select: none;" data-column="2" class="tablesorter-header tablesorter-headerUnSorted" tabindex="0" role="columnheader" aria-disabled="false" aria-controls="gvData" unselectable="on" aria-sort="none" aria-label="Last Updated: No sort applied, activate to apply an ascending sort">
|
|
<div class="tablesorter-header-inner">Last Updated</div>
|
|
</th>
|
|
<th class="sorter-false tablesorter-header tablesorter-headerUnSorted" scope="col" style="width: 13%; -moz-user-select: none;" data-column="3" role="columnheader" aria-disabled="true" unselectable="on" aria-sort="none" aria-label="Action: No sort applied, sorting is disabled">
|
|
<div class="tablesorter-header-inner">Action</div>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody aria-live="polite" aria-relevant="all">
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-01.xls,<br />has a size of 47,104 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-01.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,104</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl02_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl02$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl02_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl02$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl02_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl02$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-02.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-02.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl03_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl03$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl03_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl03$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl03_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl03$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-03.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-03.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl04_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl04$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl04_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl04$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl04_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl04$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-04.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-04.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl05_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl05$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl05_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl05$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl05_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl05$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-05.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-05.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl06_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl06$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl06_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl06$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl06_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl06$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-06.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-06.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl07_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl07$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl07_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl07$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl07_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl07$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-07.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-07.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl08_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl08$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl08_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl08$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl08_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl08$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-08.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-08.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl09_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl09$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl09_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl09$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl09_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl09$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-09.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-09.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl10_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl10$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl10_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl10$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl10_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl10$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-10.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:06 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-10.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:06 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl11_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl11$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl11_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl11$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl11_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl11$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-11.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl12_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl12$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl12_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl12$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl12_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl12$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-12.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-12.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl13_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl13$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl13_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl13$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl13_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl13$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-13.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-13.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl14_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl14$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl14_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl14$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl14_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl14$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-14.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-14.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl15_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl15$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl15_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl15$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl15_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl15$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-17.xls,<br />has a size of 47,104 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-17.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,104</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl16_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl16$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl16_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl16$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl16_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl16$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-18.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-18.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl17_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl17$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl17_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl17$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl17_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl17$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-19.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-19.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl18_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl18$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl18_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl18$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl18_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl18$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-20.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-20.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl19_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl19$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl19_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl19$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl19_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl19$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-21.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-21.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl20_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl20$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl20_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl20$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl20_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl20$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-22.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-22.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl21_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl21$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl21_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl21$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl21_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl21$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-23.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-23.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl22_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl22$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl22_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl22$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl22_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl22$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-24.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-24.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl23_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl23$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl23_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl23$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl23_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl23$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-25.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-25.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl24_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl24$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl24_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl24$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl24_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl24$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-26.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-26.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl25_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl25$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl25_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl25$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl25_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl25$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-27.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-27.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl26_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl26$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl26_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl26$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl26_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl26$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-28.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-28.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl27_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl27$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl27_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl27$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl27_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl27$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-29.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-29.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl28_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl28$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl28_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl28$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl28_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl28$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-30.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-30.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl29_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl29$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl29_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl29$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl29_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl29$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-01-31.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-01-31.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl30_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl30$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl30_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl30$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl30_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl30$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-01.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl31_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl31$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl31_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl31$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl31_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl31$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-02.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-02.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl32_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl32$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl32_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl32$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl32_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl32$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-03.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-03.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl33_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl33$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl33_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl33$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl33_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl33$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-04.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-04.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl34_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl34$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl34_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl34$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl34_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl34$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-05.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-05.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl35_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl35$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl35_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl35$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl35_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl35$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-06.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-06.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl36_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl36$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl36_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl36$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl36_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl36$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-07.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-07.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl37_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl37$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl37_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl37$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl37_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl37$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-08.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-08.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl38_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl38$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl38_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl38$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl38_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl38$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-09.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl39_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl39$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl39_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl39$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl39_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl39$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-10.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-10.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl40_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl40$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl40_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl40$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl40_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl40$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-11.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-11.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl41_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl41$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl41_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl41$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl41_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl41$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-12.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-12.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl42_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl42$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl42_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl42$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl42_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl42$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-13.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-13.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl43_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl43$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl43_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl43$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl43_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl43$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-14.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-14.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl44_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl44$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl44_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl44$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl44_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl44$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-15.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl45_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl45$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl45_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl45$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl45_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl45$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-16.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-16.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl46_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl46$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl46_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl46$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl46_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl46$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-17.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-17.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl47_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl47$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl47_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl47$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl47_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl47$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-18-02.28.06_2016-02-17.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-18-02.28.06_2016-02-17.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl48_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl48$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl48_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl48$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl48_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl48$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-19.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-19.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl49_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl49$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl49_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl49$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl49_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl49$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-20.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-20.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl50_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl50$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl50_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl50$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl50_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl50$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-21.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-21.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl51_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl51$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl51_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl51$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl51_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl51$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-22.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-22.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl52_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl52$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl52_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl52$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl52_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl52$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-23.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-23.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl53_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl53$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl53_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl53$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl53_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl53$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-24.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-24.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl54_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl54$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl54_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl54$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl54_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl54$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-25.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-25.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl55_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl55$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl55_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl55$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl55_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl55$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-26.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-26.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl56_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl56$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl56_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl56$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl56_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl56$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-27.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-27.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl57_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl57$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl57_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl57$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl57_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl57$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-28.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-28.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl58_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl58$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl58_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl58$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl58_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl58$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-02-29.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-02-29.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl59_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl59$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl59_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl59$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl59_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl59$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-01.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl60_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl60$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl60_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl60$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl60_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl60$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-02.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-02.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl61_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl61$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl61_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl61$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl61_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl61$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-03.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-03.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl62_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl62$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl62_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl62$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl62_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl62$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-04.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-04.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl63_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl63$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl63_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl63$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl63_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl63$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-05.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-05.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl64_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl64$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl64_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl64$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl64_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl64$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-06.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-06.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl65_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl65$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl65_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl65$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl65_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl65$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-07-07.48.53_2016-03-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-07-07.48.53_2016-03-01.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl66_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl66$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl66_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl66$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl66_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl66$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-08.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-08.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl67_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl67$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl67_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl67$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl67_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl67$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-09.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl68_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl68$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl68_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl68$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl68_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl68$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-10.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-10.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl69_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl69$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl69_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl69$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl69_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl69$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-11.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl70_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl70$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl70_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl70$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl70_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl70$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-12.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-12.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl71_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl71$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl71_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl71$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl71_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl71$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-13.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-13.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl72_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl72$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl72_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl72$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl72_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl72$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-14.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-14.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl73_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl73$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl73_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl73$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl73_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl73$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-15.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl74_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl74$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl74_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl74$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl74_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl74$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-16.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-16.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl75_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl75$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl75_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl75$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl75_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl75$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-17.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-17.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl76_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl76$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl76_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl76$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl76_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl76$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-18.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-18.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl77_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl77$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl77_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl77$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl77_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl77$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-19.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-19.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl78_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl78$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl78_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl78$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl78_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl78$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-20.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-20.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl79_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl79$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl79_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl79$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl79_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl79$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-21.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-21.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl80_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl80$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl80_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl80$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl80_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl80$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-22.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-22.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl81_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl81$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl81_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl81$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl81_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl81$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-23.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-23.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl82_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl82$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl82_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl82$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl82_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl82$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-24.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-24.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl83_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl83$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl83_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl83$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl83_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl83$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-25.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-25.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl84_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl84$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl84_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl84$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl84_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl84$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-26-01.43.49_2016-03-25.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-26-01.43.49_2016-03-25.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl85_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl85$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl85_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl85$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl85_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl85$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-26.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-26.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl86_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl86$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl86_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl86$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl86_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl86$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-27.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-27.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl87_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl87$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl87_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl87$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl87_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl87$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-28.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-28.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl88_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl88$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl88_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl88$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl88_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl88$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-29.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-29.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl89_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl89$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl89_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl89$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl89_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl89$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-30.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-30.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl90_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl90$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl90_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl90$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl90_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl90$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-03-31.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-03-31.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl91_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl91$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl91_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl91$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl91_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl91$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-01.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl92_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl92$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl92_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl92$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl92_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl92$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-02.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-02.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl93_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl93$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl93_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl93$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl93_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl93$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-03.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-03.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl94_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl94$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl94_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl94$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl94_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl94$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-04.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-04.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl95_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl95$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl95_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl95$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl95_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl95$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-05.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-05.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl96_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl96$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl96_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl96$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl96_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl96$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-06.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-06.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl97_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl97$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl97_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl97$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl97_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl97$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-07.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-07.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl98_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl98$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl98_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl98$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl98_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl98$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-08.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-08.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl99_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl99$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl99_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl99$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl99_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl99$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-09.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl100_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl100$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl100_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl100$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl100_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl100$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-10.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-10.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl101_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl101$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl101_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl101$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl101_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl101$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-11.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl102_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl102$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl102_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl102$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl102_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl102$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-12.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-12.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl103_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl103$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl103_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl103$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl103_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl103$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-13.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-13.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl104_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl104$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl104_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl104$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl104_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl104$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-14.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-14.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl105_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl105$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl105_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl105$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl105_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl105$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-15.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl106_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl106$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl106_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl106$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl106_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl106$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-16-13.27.54_2016-04-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-16-13.27.54_2016-04-15.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl107_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl107$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl107_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl107$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl107_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl107$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-17-02.16.15_2016-04-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-17-02.16.15_2016-04-15.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl108_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl108$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl108_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl108$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl108_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl108$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-20.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-20.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl109_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl109$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl109_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl109$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl109_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl109$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-21.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-21.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl110_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl110$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl110_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl110$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl110_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl110$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-22.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-22.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl111_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl111$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl111_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl111$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl111_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl111$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-23.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-23.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl112_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl112$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl112_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl112$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl112_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl112$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-24.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-24.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl113_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl113$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl113_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl113$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl113_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl113$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-25.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-25.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl114_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl114$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl114_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl114$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl114_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl114$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-26.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-26.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl115_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl115$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl115_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl115$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl115_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl115$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-27.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-27.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl116_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl116$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl116_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl116$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl116_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl116$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-28.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-28.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl117_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl117$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl117_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl117$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl117_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl117$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-29.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-29.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl118_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl118$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl118_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl118$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl118_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl118$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-04-30.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-04-30.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl119_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl119$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl119_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl119$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl119_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl119$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-01.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-01.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl120_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl120$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl120_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl120$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl120_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl120$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-02.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-02.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl121_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl121$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl121_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl121$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl121_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl121$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-03.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-03.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl122_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl122$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl122_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl122$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl122_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl122$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-04.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-04.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl123_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl123$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl123_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl123$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl123_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl123$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-05.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-05.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl124_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl124$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl124_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl124$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl124_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl124$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-06.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-06.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl125_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl125$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl125_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl125$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl125_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl125$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-07.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-07</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl126_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl126$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl126_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl126$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl126_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl126$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-08.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-08</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl127_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl127$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl127_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl127$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl127_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl127$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-09</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl128_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl128$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl128_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl128$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl128_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl128$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-10.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-10</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl129_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl129$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl129_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl129$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl129_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl129$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-11.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl130_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl130$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl130_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl130$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl130_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl130$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-12.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:16 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-12.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:16 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl131_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl131$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl131_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl131$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl131_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl131$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-13.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-13.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl132_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl132$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl132_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl132$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl132_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl132$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-14.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-14.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl133_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl133$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl133_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl133$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl133_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl133$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-15.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-15.xls</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl134_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl134$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl134_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl134$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl134_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl134$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-16.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-16</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl135_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl135$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl135_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl135$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl135_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl135$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-17.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-17</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl136_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl136$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl136_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl136$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl136_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl136$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-18.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-18</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl137_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl137$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl137_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl137$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl137_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl137$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-19.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-19</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl138_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl138$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl138_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl138$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl138_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl138$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-20.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-20</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl139_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl139$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl139_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl139$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl139_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl139$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-23.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-23</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl140_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl140$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl140_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl140$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl140_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl140$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-24.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-24</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl141_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl141$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl141_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl141$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl141_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl141$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-26.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-26</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl142_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl142$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl142_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl142$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl142_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl142$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-27.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-27</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl143_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl143$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl143_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl143$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl143_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl143$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-28.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-28</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl144_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl144$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl144_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl144$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl144_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl144$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-29.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-29</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl145_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl145$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl145_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl145$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl145_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl145$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-30.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-30</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl146_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl146$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl146_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl146$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl146_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl146$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-05-31.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-05-31</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl147_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl147$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl147_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl147$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl147_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl147$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-01</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl148_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl148$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl148_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl148$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl148_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl148$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-03.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-03</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl149_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl149$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl149_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl149$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl149_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl149$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-04.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-04</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl150_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl150$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl150_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl150$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl150_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl150$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-05.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-05</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl151_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl151$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl151_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl151$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl151_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl151$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-06.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-06</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl152_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl152$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl152_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl152$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl152_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl152$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-07.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-07</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl153_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl153$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl153_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl153$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl153_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl153$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-13.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-13</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl154_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl154$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl154_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl154$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl154_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl154$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-16.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-16</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl155_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl155$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl155_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl155$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl155_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl155$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-17.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-17</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl156_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl156$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl156_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl156$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl156_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl156$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-18.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-18</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl157_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl157$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl157_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl157$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl157_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl157$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-21.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-21</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl158_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl158$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl158_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl158$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl158_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl158$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-22.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-22</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl159_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl159$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl159_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl159$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl159_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl159$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-23.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-23</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl160_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl160$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl160_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl160$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl160_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl160$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-24.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-24</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl161_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl161$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl161_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl161$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl161_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl161$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-25.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-25</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl162_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl162$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl162_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl162$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl162_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl162$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-26.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-26</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl163_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl163$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl163_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl163$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl163_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl163$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-27.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-27</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl164_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl164$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl164_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl164$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl164_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl164$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-29.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-29</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl165_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl165$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl165_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl165$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl165_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl165$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-06-30.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-06-30</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl166_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl166$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl166_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl166$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl166_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl166$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-01</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl167_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl167$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl167_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl167$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl167_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl167$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-02.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-02</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl168_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl168$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl168_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl168$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl168_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl168$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-03.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-03</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl169_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl169$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl169_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl169$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl169_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl169$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-04.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-04</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl170_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl170$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl170_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl170$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl170_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl170$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-05.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-05</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl171_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl171$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl171_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl171$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl171_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl171$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-06.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-06</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl172_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl172$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl172_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl172$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl172_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl172$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-07.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-07</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl173_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl173$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl173_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl173$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl173_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl173$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-08.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-08</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl174_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl174$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl174_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl174$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl174_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl174$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-09</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl175_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl175$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl175_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl175$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl175_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl175$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-10.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-10</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl176_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl176$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl176_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl176$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl176_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl176$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-11</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl177_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl177$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl177_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl177$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl177_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl177$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-12.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-12</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl178_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl178$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl178_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl178$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl178_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl178$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-13.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-13</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl179_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl179$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl179_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl179$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl179_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl179$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-07-17.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-07-17</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl180_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl180$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl180_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl180$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl180_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl180$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-08.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-08</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl181_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl181$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl181_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl181$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl181_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl181$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-09</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl182_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl182$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl182_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl182$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl182_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl182$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-12.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-12</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl183_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl183$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl183_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl183$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl183_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl183$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-15.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-15</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl184_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl184$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl184_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl184$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl184_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl184$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-16.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-16</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl185_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl185$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl185_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl185$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl185_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl185$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-17.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-17</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl186_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl186$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl186_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl186$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl186_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl186$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-18.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-18</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl187_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl187$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl187_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl187$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl187_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl187$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-19.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-19</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl188_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl188$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl188_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl188$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl188_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl188$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-21.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-21</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl189_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl189$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl189_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl189$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl189_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl189$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-22.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-22</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl190_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl190$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl190_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl190$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl190_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl190$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-23.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-23</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl191_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl191$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl191_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl191$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl191_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl191$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-24.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-24</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl192_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl192$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl192_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl192$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl192_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl192$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-25.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-25</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl193_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl193$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl193_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl193$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl193_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl193$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-26.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-26</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl194_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl194$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl194_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl194$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl194_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl194$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-27.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-27</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl195_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl195$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl195_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl195$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl195_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl195$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-28.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-28</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl196_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl196$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl196_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl196$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl196_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl196$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-29.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-29</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl197_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl197$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl197_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl197$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl197_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl197$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-08-30.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-08-30</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl198_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl198$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl198_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl198$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl198_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl198$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-03.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-03</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl199_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl199$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl199_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl199$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl199_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl199$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-04.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-04</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl200_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl200$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl200_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl200$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl200_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl200$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-05.xls,<br />has a size of 47,616 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-05</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">47,616</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl201_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl201$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl201_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl201$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl201_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl201$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-06.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-06</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl202_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl202$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl202_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl202$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl202_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl202$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-07.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-07</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl203_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl203$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl203_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl203$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl203_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl203$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-08.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-08</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl204_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl204$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl204_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl204$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl204_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl204$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-09.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-09</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl205_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl205$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl205_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl205$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl205_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl205$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-10.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-10</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl206_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl206$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl206_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl206$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl206_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl206$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-11</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl207_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl207$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl207_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl207$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl207_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl207$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-12.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-12</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl208_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl208$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl208_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl208$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl208_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl208$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-13.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-13</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl209_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl209$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl209_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl209$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl209_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl209$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-14.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-14</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl210_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl210$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl210_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl210$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl210_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl210$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-15.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-15</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl211_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl211$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl211_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl211$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl211_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl211$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-20.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-20</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl212_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl212$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl212_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl212$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl212_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl212$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-21.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-21</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl213_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl213$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl213_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl213$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl213_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl213$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-23.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-23</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl214_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl214$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl214_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl214$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl214_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl214$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-25.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-25</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl215_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl215$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl215_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl215$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl215_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl215$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-26.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-26</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl216_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl216$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl216_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl216$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl216_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl216$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-27.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-27</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl217_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl217$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl217_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl217$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl217_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl217$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-28.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-28</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl218_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl218$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl218_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl218$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl218_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl218$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-29.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-29</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl219_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl219$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl219_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl219$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl219_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl219$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-09-30.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-09-30</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl220_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl220$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl220_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl220$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl220_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl220$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-01.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:21 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-01</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:21 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl221_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl221$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl221_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl221$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl221_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl221$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-03.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-03</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl222_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl222$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl222_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl222$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl222_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl222$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-04.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-04</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl223_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl223$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl223_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl223$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl223_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl223$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-05.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-05</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl224_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl224$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl224_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl224$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl224_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl224$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-06.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-06</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl225_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl225$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl225_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl225$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl225_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl225$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-07.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-07</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl226_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl226$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl226_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl226$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl226_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl226$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-08.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-08</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl227_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl227$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl227_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl227$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl227_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl227$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-09.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-09</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl228_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl228$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl228_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl228$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl228_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl228$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-10.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-10</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl229_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl229$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl229_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl229$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl229_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl229$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-11.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-11</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl230_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl230$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl230_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl230$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl230_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl230$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-12.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-12</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl231_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl231$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl231_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl231$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl231_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl231$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-13.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-13</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl232_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl232$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl232_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl232$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl232_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl232$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-14.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-14</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl233_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl233$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl233_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl233$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl233_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl233$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-15</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl234_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl234$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl234_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl234$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl234_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl234$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-16.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-16</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl235_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl235$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl235_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl235$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl235_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl235$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-17.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-17</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl236_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl236$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl236_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl236$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl236_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl236$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-18.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-18</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl237_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl237$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl237_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl237$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl237_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl237$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-19.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-19</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl238_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl238$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl238_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl238$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl238_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl238$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-20.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-20</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl239_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl239$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl239_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl239$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl239_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl239$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-21.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-21</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl240_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl240$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl240_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl240$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl240_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl240$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-22.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-22</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl241_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl241$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl241_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl241$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl241_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl241$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-24.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-24</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl242_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl242$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl242_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl242$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl242_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl242$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-25.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-25</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl243_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl243$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl243_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl243$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl243_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl243$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-26.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-26</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl244_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl244$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl244_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl244$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl244_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl244$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-10-27.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-10-27</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl245_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl245$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl245_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl245$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl245_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl245$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-07.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-07</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl246_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl246$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl246_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl246$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl246_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl246$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-09.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-09</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl247_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl247$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl247_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl247$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl247_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl247$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-10.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-10</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl248_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl248$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl248_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl248$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl248_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl248$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-11.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-11</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl249_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl249$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl249_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl249$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl249_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl249$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-12.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-12</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl250_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl250$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl250_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl250$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl250_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl250$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-13.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:25 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-13</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:25 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl251_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl251$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl251_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl251$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl251_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl251$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-14.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-14</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl252_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl252$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl252_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl252$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl252_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl252$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-15.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-15</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl253_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl253$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl253_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl253$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl253_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl253$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-17.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-17</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl254_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl254$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl254_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl254$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl254_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl254$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-19.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-19</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl255_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl255$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl255_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl255$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl255_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl255$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-20.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-20</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl256_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl256$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl256_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl256$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl256_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl256$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-28.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-28</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl257_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl257$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl257_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl257$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl257_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl257$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-29.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-29</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl258_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl258$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl258_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl258$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl258_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl258$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-11-30.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-11-30</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl259_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl259$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl259_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl259$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl259_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl259$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-01.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-01</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl260_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl260$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl260_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl260$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl260_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl260$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-02.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-02</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl261_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl261$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl261_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl261$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl261_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl261$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-03.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-03</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl262_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl262$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl262_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl262$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl262_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl262$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-04.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-04</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl263_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl263$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl263_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl263$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl263_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl263$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-05.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-05</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl264_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl264$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl264_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl264$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl264_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl264$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-08.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-08</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl265_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl265$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl265_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl265$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl265_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl265$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-10.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-10</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl266_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl266$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl266_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl266$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl266_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl266$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-11.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-11</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl267_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl267$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl267_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl267$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl267_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl267$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-14.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-14</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl268_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl268$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl268_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl268$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl268_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl268$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-15.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-15</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl269_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl269$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl269_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl269$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl269_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl269$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-19 - Copy.xls,<br />has a size of 50,176 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-19 - Copy</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">50,176</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl270_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl270$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl270_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl270$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl270_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl270$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-21.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-21</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl271_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl271$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl271_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl271$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl271_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl271$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-22.xls,<br />has a size of 49,152 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-22</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,152</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl272_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl272$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl272_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl272$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl272_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl272$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-27.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-27</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl273_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl273$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl273_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl273$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl273_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl273$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-29.xls,<br />has a size of 48,640 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-12-29</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,640</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl274_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl274$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl274_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl274$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl274_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl274$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-8-2.xls,<br />has a size of 48,128 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016-8-2</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">48,128</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl275_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl275$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl275_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl275$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl275_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl275$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr role="row">
|
|
<td>
|
|
<span id="lblDocumentName" class="Clickable" data-obg-help="This file system stored document has a filename of 2016-12-17.xls,<br />has a size of 49,664 bytes, and was last updated on<br />Apr 17, 2017 03:10 PM by Erick Schutz." style="display:inline-block;width:100%;">2016\12\16</span>
|
|
</td>
|
|
<td>
|
|
<span id="lblFileSize" class="Right" style="display:inline-block;width:100%;">49,664</span>
|
|
</td>
|
|
<td align="center">Apr 17, 2017 03:10 PM</td>
|
|
<td>
|
|
<a id="ctl00_MainContent_gvData_ctl276_btnDownload" title="View File" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl276$btnDownload','')"><i class="Icon fa fa-1-8x fa-search"></i></a>
|
|
<a id="ctl00_MainContent_gvData_ctl276_btnUpload" title="Replace File Contents" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl276$btnUpload','')"><i class="Icon fa fa-1-8x fa-upload"></i></a>
|
|
<a onclick="return confirm('Deleted files can not be restored and any category changes you were making will not be saved. Do you really want to continue?');" id="ctl00_MainContent_gvData_ctl276_btnDelete" title="Delete" href="javascript:__doPostBack('ctl00$MainContent$gvData$ctl276$btnDelete','')"><i class="Icon fa fa-1-8x fa-trash"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr class="ForcedFooter" role="row">
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</html>
|
|
|