Files
Disco/Disco.Web/ClientSource/Style/BundleSite.css
T

6167 lines
176 KiB
CSS

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! jQuery UI - v1.14.1 - 2024-10-30
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgColorDefault=%23f6f6f6&borderColorDefault=%23c5c5c5&fcDefault=%23454545&bgColorHover=%23ededed&borderColorHover=%23cccccc&fcHover=%232b2b2b&bgColorActive=%23007fff&borderColorActive=%23003eff&fcActive=%23ffffff&bgColorHeader=%23e9e9e9&borderColorHeader=%23dddddd&fcHeader=%23333333&bgColorContent=%23ffffff&borderColorContent=%23dddddd&fcContent=%23333333&bgColorHighlight=%23fffa90&borderColorHighlight=%23dad55e&fcHighlight=%23777620&bgColorError=%23fddfdf&borderColorError=%23f1a899&fcError=%235f3f3f&bgColorOverlay=%23aaaaaa&opacityOverlay=.3&bgColorShadow=%23666666&opacityShadow=.3&offsetTopShadow=0px&offsetLeftShadow=0px&thicknessShadow=5px&cornerRadiusShadow=8px&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif&fwDefault=normal&cornerRadius=3px&bgTextureDefault=flat&bgTextureHover=flat&bgTextureActive=flat&bgTextureHeader=flat&bgTextureContent=flat&bgTextureHighlight=flat&bgTextureError=flat&bgTextureOverlay=flat&bgTextureShadow=flat&bgImgOpacityDefault=75&bgImgOpacityHover=75&bgImgOpacityActive=65&bgImgOpacityHeader=75&bgImgOpacityContent=75&bgImgOpacityHighlight=55&bgImgOpacityError=95&bgImgOpacityOverlay=0&bgImgOpacityShadow=0&iconColorActive=%23ffffff&iconColorContent=%23444444&iconColorDefault=%23777777&iconColorError=%23cc0000&iconColorHeader=%23444444&iconColorHighlight=%23777620&iconColorHover=%23555555&opacityOverlayPerc=30&opacityShadowPerc=30&bgImgUrlActive=&bgImgUrlContent=&bgImgUrlDefault=&bgImgUrlError=&bgImgUrlHeader=&bgImgUrlHighlight=&bgImgUrlHover=&bgImgUrlOverlay=&bgImgUrlShadow=&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&bgDefaultRepeat=&bgHoverRepeat=&bgActiveRepeat=&bgHeaderRepeat=&bgContentRepeat=&bgHighlightRepeat=&bgErrorRepeat=&bgOverlayRepeat=&bgShadowRepeat=&bgDefaultYPos=&bgHoverYPos=&bgActiveYPos=&bgHeaderYPos=&bgContentYPos=&bgHighlightYPos=&bgErrorYPos=&bgOverlayYPos=&bgShadowYPos=&bgDefaultXPos=&bgHoverXPos=&bgActiveXPos=&bgHeaderXPos=&bgContentXPos=&bgHighlightXPos=&bgErrorXPos=&bgOverlayXPos=&bgShadowXPos=
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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;
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -0.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: 0.5em 0.5em 0.5em 0.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;
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px 0.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;
}
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0.2em;
margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: 0.4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: 0.1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
user-select: none;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
text-indent: 0;
}
/* button icon element(s) */
.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: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 125+ */
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: 0.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;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
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: 0.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: 0.2em 0.2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: 0.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: 0.9em;
border-collapse: collapse;
margin: 0 0 0.4em;
}
.ui-datepicker th {
padding: 0.7em 0.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: 0.2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: 0.7em 0 0 0;
padding: 0 0.2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: 0.5em 0.2em 0.4em;
cursor: pointer;
padding: 0.2em 0.6em 0.3em 0.6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.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 0.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;
}
/* RTL support */
.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;
}
/* Icons */
.ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: 0.5em;
top: 0.3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: 0.2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0.4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: 0.1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: 0.3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: 0.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: 0.5em;
padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: 0.5em 0.4em 0.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-draggable-handle {
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
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-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,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");
height: 100%;
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.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 0.4em;
margin: 0.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: pointer;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.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: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.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-sortable-handle {
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0.222em 0;
margin: 0.2em 0;
vertical-align: middle;
margin-left: 0.4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: 0.5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
/* more specificity required here to override default borders */
.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;
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px 0.2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: 0.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;
}
/* Component containers
----------------------------------*/
.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 #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
}
/* Interaction states
----------------------------------*/
.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 #cccccc;
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 #1a5f95;
background: #1e6dab;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.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: 0.7;
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.35;
background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
background-image: url("data:image/png;base64,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");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url("data:image/png;base64,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");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url("data:image/png;base64,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");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url("data:image/png;base64,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");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url("data:image/png;base64,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");
}
.ui-button .ui-icon {
background-image: url("data:image/png;base64,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");
}
/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
background-image: none;
}
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.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;
}
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa;
opacity: 0.3;
}
.ui-widget-shadow {
box-shadow: 0px 0px 5px #666666;
}
.tableData {
border: solid 1px #f4f4f4;
border-collapse: collapse;
}
.tableData > tbody > tr > td {
border: solid 1px #f4f4f4;
background-color: #fff;
}
.tableData > tbody > tr:nth-child(odd) > td {
background-color: hsl(0, 0%, 98.5%);
}
.tableData > thead > tr > th,
.tableData > tbody > tr > th {
background-color: #f4f4f4;
border: solid 1px #f4f4f4;
}
.tableData > tbody > tr:hover > td {
background-color: hsl(0, 0%, 97.5%);
}
.tableData > tfoot > tr > th,
.tableData > tfoot > tr > td {
background-color: #f4f4f4;
}
.tableDataDark {
border: solid 1px #d8d8d8;
border-collapse: collapse;
}
.tableDataDark td {
border: solid 1px #d8d8d8;
background-color: #fff;
}
.tableDataDark th {
background-color: #eee;
border: solid 1px #d8d8d8;
}
.tableDataContainer {
background-color: #fff;
}
.tableDataVertical {
border: solid 1px #f4f4f4;
border-collapse: collapse;
}
.tableDataVertical > tbody > tr:nth-child(odd) {
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.tableDataVertical > tbody > tr > th.name {
width: 170px;
text-align: right;
}
.tableDataVertical table.sub > tbody > tr:not(:first-child) > th,
.tableDataVertical table.sub > tbody > tr:not(:first-child) > td {
border-top: 1px dashed #aaa;
}
.tableDataVertical table.sub > tbody > tr > th {
font-weight: normal;
text-align: right;
}
.tableDataVertical table.sub > tbody > tr > th.name {
text-align: right;
}
.icon16 {
display: inline-block;
height: 16px;
width: 16px;
margin-left: 2px;
cursor: pointer;
}
.subtleUntilHover {
-moz-opacity: 0.3;
opacity: 0.3;
}
.subtleUntilHover:hover {
-moz-opacity: 1;
opacity: 1;
}
.ui-widget {
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 0;
}
.ui-widget-overlay {
background: #666666;
opacity: 0.5;
filter: alpha(opacity=50);
}
.watermark {
color: #888 !important;
}
::-webkit-input-placeholder {
color: #888;
}
::-moz-placeholder {
color: #888;
}
/* firefox 19+ */
:-ms-input-placeholder {
color: #888;
}
/* ie */
input:-moz-placeholder {
color: #888;
}
.ui-autocomplete-loading {
background: white url(data:image/gif;base64,R0lGODlhEAALAPQAAP///zNah+Hm7dng6O7x9DddiTNah1d3nJqtw3+Xs8fS3k5vlm6JqaGzx4KatcrU4FFymDZciHGMq+ru8t/l7Pb3+V9+oeLo7vT2+MTP3LLB0dTc5fHz9gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) /*Images/Status/loading.gif*/ right center no-repeat;
}
.ui-autocomplete {
max-height: 150px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
/* add padding to account for vertical scrollbar */
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 150px;
}
.ui-timepicker-div .ui-widget-header {
margin-bottom: 8px;
}
.ui-timepicker-div dl {
text-align: left;
}
.ui-timepicker-div dl dt {
float: left;
clear: left;
padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
margin: 0 10px 10px 45%;
}
.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;
padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
float: right;
clear: right;
}
.ui-timepicker-rtl dl dd {
margin: 0 45% 10px 10px;
}
@-moz-keyframes progressBarKeyframes {
from {
background-position-x: 0px;
}
to {
background-position-x: 47px;
}
}
@-webkit-keyframes progressBarKeyframes {
from {
background-position-x: 0px;
}
to {
background-position-x: 47px;
}
}
@keyframes progressBarKeyframes {
from {
background-position-x: 0px;
}
to {
background-position-x: 47px;
}
}
.ui-progressbar-value {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAYAAAC8/X7cAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QwYAwcRFZ4/TAAAAmtJREFUWMO1l+lu2kAQx/+WlqMYCGmMzRGwcUhoVbWq1Ifq2+RF+hJ9hVRpohLuCB9AwAaqfqiPfjBEhtrcO5/wrGf2N4eXWeb223cXlCSeyUHIJGi5hzqagPny9ZZKAOfyZ9TyaWrw940u5noXJB4lJ3eeqXzCtUAP/qHZgzXpIx4lILFIcACuCzBM+HOY7kz6iGs+uRHABcAcCP/YUWAZCpbcJBZWgaDGYjbs7gJp8QOqC/igBACezr+2/nv5TtBavavCmvQ9+IWexMhqAMsNwiQICgDSpRpknl7bPPU0WIYCf8u77qYK7CHp4g2kbIoafLM/hGWqCGIl8chxAaQKVZQ5evBtdQTbUBDGeVQFkvkrlC9YavAdbQw7JPOvAUQPrADLlVDm6WW+q49hmRq28R3UQgmuiEvujBr882ACZzrALmx7t9Cb8xyK2Qw1+P7QgDMfYlcu0lZfdm+brAg5EoNm/DnZH5NfWsoLfg+7e9kQy3Z2g+dFiLm3sB06s19LHWOut/e22ykAlhch5S9gu3Tgm8oYc611kO3WAJKCBLnAwaGV+cEMZr9xsP3GAJK5CuQCR61tmoMZzN7jUT6I7QQHwAoVXBWzsCldd5r6FGbv4Wg/gRVgs2VUL3lqmW9o5kngvQrYzsoxmOBF3IgF2I77Oj2HTdOuTxc6va6tP+kzTDv3/9mE7YUtvlcqwAoSagt4GlLXZzDbP07qk/y1be+D5UXUpAK1o7KuTTFp3Z3cL7FsBylBwju5dNRRuV5+v+6XOoXRvltcQlwwDBNwhfX029b9z94wx5Xw/kj4jRfw5xHM3k9qs9M/9mQP+uNoCX0AAAAASUVORK5CYII=) /*Images\Status\progressBar.png*/;
background-position: 0px 0;
-moz-animation: progressBarKeyframes 2s linear infinite;
-o-animation: progressBarKeyframes 2s linear infinite;
-webkit-animation: progressBarKeyframes 2s linear infinite;
animation: progressBarKeyframes 2s linear infinite;
-moz-transition-property: width;
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
-moz-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.ui-tabs .ui-tabs-panel {
padding: 0.5em;
}
/*.ui-tabs > ul > li.ui-state-default
{
font-weight: normal;
}
.ui-tabs > ul > li.ui-state-active
{
font-weight: bold;
}*/
.ui-dialog {
position: fixed;
overflow: visible;
padding: 0;
border-color: #333;
background: #fcfcfc;
box-shadow: rgba(20, 20, 20, 0.7) 0px 0px 50px;
top: 40px !important;
animation-name: ui-dialog-show;
-webkit-animation-name: ui-dialog-show;
animation-duration: 0.2s;
-webkit-animation-duration: 0.2s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
}
.ui-dialog .ui-widget-header {
border-top: none;
border-left: none;
border-right: none;
border-bottom-color: #D1D1D1;
background: #333;
color: #fff;
font-size: 1.1em;
font-weight: normal;
text-transform: uppercase;
padding: 0.6em 1em;
}
@keyframes ui-dialog-show {
0% {
transform: translateY(-30px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes ui-dialog-show {
0% {
-webkit-transform: translateY(-30px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
.ui-widget-overlay.ui-front {
animation-name: ui-dialog-fadeIn;
-webkit-animation-name: ui-dialog-fadeIn;
animation-duration: 0.2s;
-webkit-animation-duration: 0.2s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
}
@keyframes ui-dialog-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
@-webkit-keyframes ui-dialog-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.5;
}
}
.page .dialog {
display: none;
}
body .ui-tooltip {
border-width: 1px;
-webkit-box-shadow: none;
box-shadow: none;
}
.ui-menu .ui-menu-item-wrapper {
display: block;
}
/*!
* 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 PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('/ClientSource/Style/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
src: url('/ClientSource/Style/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/ClientSource/Style/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/ClientSource/Style/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/ClientSource/Style/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/ClientSource/Style/FontAwesome/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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: solid 0.08em #eee;
border-radius: 0.1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right {
margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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;
}
body {
font-size: 12px;
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
margin: 0;
padding: 0;
color: #333;
}
body.layout {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAFvCAIAAAD8Hs23AAAIvUlEQVRoQ4VQCUIUSwzN/W8HArIKiAyC4Bl+vSVLN4M/9FQlb0tp/P1nxR5wfegK30cKTOD8+EDLY43ToHCys/uA6kPhKfdtHS/RTifqHQD/fmC3KBFMTffHR0gsnik2Sxxs1Iudx1+4zR4p0FtgtiN8Ej2Lft8QnAWVuxTv725xmZ5QWt/X33xacxUVFL3zKzjZ9/fYBFtDP9vItGLQoijGbjFaUSwj4SbhMOLmUWE2F5pPTwypHrcp0fZvimO69zbPoP8Y+oOuvqSzTc2s+TSUzRb9Cbb8GSw7gPAi75WGJ+8Q0T9GlErhwrll0O+iCdutTIYDI42Oc8Z7wNMyMmXZsWL0rJYxfAfv6pN7W/H2522PsYC+gR7zp2K4lHm43uhu8A0AjiTXXoYXRDYjcAdNheOusDe8nBPQLuY4vLBNhnZyt9BhFI1ebhtEzWWmeXblBtF7tquf9rleX0m/7nHX68Y9VNXGK0JwbATs7H6F4BUTbmixlkhQJIEs7NUwXD7N3pL6V++mt/+sBl1J1ujwkpBrIBmW9BidnNEbeldbOpdu62s3q+jf/HrQFLh/r2rqd0l/z3DJpIMAXQAEXjacmGe44NyQIQrXxFNoywNmIeZ1WcLdHlJkBHeM2Yldr8udtIhjdA5bEjXoI/Uy6JeX7o3I/cK/4jmYVpczFUVz9xZ5kcZJ3i3g03KEG35BOcpCPC3X8aLAQnyhLksxfsELXi59WltNAO4qKvwKAQpPQ+NGN27hs/a063DQvacNpyAOBzaHIg75kXYnyU51EG3uBUnOAkc6DZ2YotVh91BnYwXoNoqRH9ABL894YMJtXQ3/YRlmqsK3dBL5ukPSNWYlsHV/qg39vL3XFQltiKpyP7dluueM7jmn5ww3JP+gDwx/Trz4TsvdApXTgSucIwG3aDg9e7da8aa48/k5dGWllQbQAqeguoPpXTkCdYweRfrXHq0C/QULeIT/wh+OgSQN/JcZXhpEy0M7iJL+Co5CspOZewJyJ0nDGE+Ldk8ZaYcTCIXkgub0CzNGq3M83J9LUrz8KFE16Kc6n3LYuA3NHrTbpzY54GnROIkqln8gKQBd2g6y4SmmFQ6ehhaNkVmY2HuJwgUZSA0nFGij2pgLku5pwLkhNmiHazXDx9J9wb3HRsnd9XNzPcVqfubgGiPpwn+6z3uGJ4MjTctdPQ76vHD1IRCx+EyY/rnCi0GVUQhpeUeAH7H6EMudpcp13F1MbijVCpd30vKqFP5lDfqx26o4Dmd9Cn/c6OPn4yPGdTQqyDQBedpK9SPpR8nNmyHyGGQZmDlFP4JGkdRHIRgWd8vRilbCzWgt90oGenctKo4B/Gm32VpZZbpqp9jTuyL94CHvbqL6B9zqeWJ+AP3ADiAPACmy+0FEMU4k/UCUZkUpB3fIUIvLrjuYgUkqWJTAMfKxikxZSkKble/3mcMVMmQpviuM0vy5YjvuJeH7fpyjAuAqj2imJjjxd08yp6IXXA4EpRZHTHHL1NzfhyJrg77KCK7k6CVsE0R4vqhKqgpPoHkLEK5HpqZUbOTeWD2W21jTXU0fraP0jx840IXvPnyqDRPU/7jHX1Jo0z3qB4SODw4Nt4J/eJqCFa07P7sdRlo+t3jaMClWMyrEeW0bBcGtYpiHvFa4Rnk6tHYP5EgVfVfHRCIhXRv+x86dv1LdHafXeXeH36D9t3j8iC36TjpQ6ePIoADL2Qo70a2/8FRmanmjhTvxynXIHXfrmYLVeFqfdjfiJrsNva+de1MM+Jpm7enbcd6BrraaSVs+XLf+I+1Ov9uEEwuet6gUIknj3S2fxmgAwqzAGDRSXMVWKtAOL2xUubu0WL/Qyp2pariPSY6Ez/p/+obfbZ514wqe/hVeQrnRmb65QZciua2toBuocMOtTlwOPBHePVmnGguyZiwTxDKdY7HccoOndXlraW/lbnCKUab3cBbo6z3IIlrhDc3ZdOLX+bkUvv6ucRaTGrrBeqYsvxWOgz+c2TroGu4hNq6CIKrLDXwHr6S9Xjrhfl7Y5jyfeZOW25nOtt67Neza63zal9X01UDdXx2hcV9deQqMHvLEn4YruKGlRx8n9ldXUVOaEyAUcmaaad44280rewfQ3Rbj+JROt4FqmAzAT1M2S1eeoLOUMPorhu/KAlbRlwPs2ro3msury8ukQVyaTdFluglQkYTkyy20jfpcwUz+maoQ4HGJEo+0ziIKt4wEM0GORbvB1T+FKFxzEk4zGkW2bCB8mrZNOG+9/MsC/X0PdsWO4/j9e1rsTpFYD6sTbY90ZV13GJ4ap+EXAFRemfkcoqLIA/bD2EcJMwATR7kz2JpcoU50uimbFeQGvhU4/Kv6P/rCTd7qc6L7Ij+TfTrc+hnBAr0FLzDq+H4RnXVxQZCNkEUD5OLCxgW3GFt1AOMGuyHhzSC+lAB2+xlDJ8hPIyFrt7oV7qGlmHA0PZiemz6vbhTo8/NjHKF0n1P1qQIgP2TsBOdwIxp4/STiSu5ObaIVdK5wAJaQpRNduCVvix5CGWiXAPccGV7TJofYor1647JshY/EXUE6dh8r0mc9u00k3WcAmjtzH2dgUqxuKEMNRabFnJ0BMT0shL0NNBosQFMRpM/Ogmkk/cuPEQjXPri1MLvVh20Dkl5w0inR3XSHzhTR53SnZVB5k/66/kl/O4tv39TUqdZFNyRAzchR9LeNbZHkeWi35vp9Y4EI3AxHBlF/HPk0smos4rmOSCb9Xu6QsDkTXPlC7DYi16wz7O6hH53ToI9V0qcbNOdT0pM79SgsTps8Nd4A6Kqkazw9jVOBRspLGO5m0Qkli79gRoOAdRCwm9q0kBTA3ZZmjG90DjdmMsX4X0u2AyTkgfBcPPDcSPrrSvrk5PRkQ6hMFzU1q4+dZ6cLNCcrmlcTBEQPgq3FCtebeGZLKcq7pW9/1klIlQkVJfiEu5WLU6DP9dktzKbsTrF7onuV3GNW+YknJ/8B9KCQK8XraVEAAAAASUVORK5CYII=) /*Images/BackgroundDocument.png*/ left top repeat-x #D1D1D1;
background: linear-gradient(to bottom, #f2f2f2 0px, #D1D1D1 370px) left top repeat-x #D1D1D1;
min-height: 370px;
}
.page {
max-width: 1232px;
min-width: 768px;
margin-left: auto;
margin-right: auto;
}
header,
#header {
position: relative;
background-color: #333;
margin: 0;
padding: 0;
height: 34px;
}
header #heading,
#header #heading {
float: left;
height: 34px;
}
header #heading i,
#header #heading i {
display: block;
height: 34px;
width: 34px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QwYAS0HjaWSWwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAGfklEQVRYw8WYyY8cVx3HP+/V2lW9zj7d9nhsj7GJnThWBMZIJCGAc4gPkZA4gBQucADBnwBCkThzhotjARHiwHLAYCJHLAokYBNCMsSOl4wntmfpWbqnu6q71sfB1abVmcU2Rinpp37VXaX36e/v1a++vyfY+RA8nEM9yCTiIcOonaD0LSC2igeFGIwPwYhNxrIvtCx65/ejTm+itC+SLHrnd68bVKQ3oZGF1Tfu/XY/IL0JoyyCvjF9MHdBetL3IGwgDxSyzx6Qdo9p6qUg6QPwgA2gnV0T9adJH0hNDyQPVIEZYBxwATMDl/cI0ktFmE2+BFwFbg+k6EOpEdk/toAiMGOOH/5xft9ncMs1XDtgo+ERY9AOJMVSAcfNEceghEKkCkNT2LaBaVt0/IRYQavZwr/9Du3rr6LaCy9kUN1MkWSr1GiZIi4wbjpDVA48Q21qnLIZc+r4FKMlk3NvLjBasCnmDWzjTrY0TSAQtIOYphdx7WaDyzdWSQyPyT17WavuZ/53L45laq8PpFnJLVJjAXklUpJgnTBM0DSBEjBecfn80UmCOKHRiqg3A/wgwu8mrGx0uFlvc+1Wk/mlDfxuxAvPHeP73/wchXKZbM1ZfYu/l2Khb1I/ejCmimOCtQ9olUfRYpOzb8zzyoWbHD80RsU1eG12mUSlGFJD08HvJnheyNhQDkeHsekKJx4dZ6RoQdwhW2dmX0kQWxU00V8/VBwQNRfwmnVIR0iVQtMkv/rLHFOjLlNjLnnXpNkOWai3sQREmuLv794iCrroBOzfv4s3/nGFGxd/y2YA24H0K0Ps1wkbi0hhEIZ5pKYII0glfPXkAZ59vMryRsDXf/An3ro8TxoHKAV4dY7MVPnp6Z8QrM0R+asM1CKxU4n/L5CENImJvBWUkmg5B5QkxcStVdhbLQLQTVJW2wmht44mBLHfYF+twtLiB3RXrhGuzyOkse3zrm9XE6QwkVIDlRC1l0iTCm7e4clP7qUT+nz39L84eXw3KLg99z4q9onigPGhItO7hjl3fhZUgtBNZGJt9+JV+ravZt1AWAWqh5+hs3ydb3z5Kd65usBvXv3bHcGsIn+9WGQob3JwusJb73YoFis899nDnPnlH9FMF1DkDJNO/fqOimwDkgMU3/nWKb54xOLkt09zfbGJ4VRIkUhpkSTgJRafeuJRPvHEYxyYcPjeD38P0kCYeWynyCPHTvDayy8+OIjMlRCxzx8uXuP0L1Z4+8o8udII+ZFddIMAKXUsU2NoKM/zn65xdKrM2X8uUxoeIQo6aHYBTSZcOPcyQsgHB7GKYxQMxc/PvITuDqObOZSwSVNwHQfblnh+xMHJPLNzDYQQbLR98jmbjcIYYeMWnY0V4tYi1vA+vBuvPxhIYWQPK5f+jCyNY+TKaIVJTKeIZUoePzRKvdHh6aMVltZ8fnT2EpYheWR3ifqaj0oVQpqQRKg0wRzdv6MiaqsnJ1UJSteR4k551wwL09SYquX50lMzkCSceeUKq62ANE3ZaCc0vRCFQghJnARE3jpSNzGLk9saqO0UUWGYoBk2UhqQJiRBG5l30ITkwuU6s3Nr+EGMa+vEqYbXiXh/sU1txOXSe3PEXh2VdqntP8rkzMeZv481ovqdldANpF1CGA6kiqTbwiaP1zb42fn3MAxJyTFRCOIkJUoU0xMFnjw6wdhYnnC5QNjZxdxqSsPz+22jGvSs+jaGJtFMF6EZCE0HzaA2XqblByw0VjFMmzhVkAbYlo7XiZipljh1YoqvPL2XxUaXl87P49+exakdY3rSZtAMbQXSr0YEhJqmoxkOhp1nbGKYW+sh0ihg2SaFnInrGBycKlN0DPww5u2rq5w+e4lrt5rcWGwh8iPI8hTSqWBpAZlbizYD0jdRo+cx26ZbRqW7cZwyq11JcdilUrb42hcOcGhPmYUVn+v1No1WiK7rPDYzyuJah3/PrWObGrXJKu3iMGmSkrM1gFafO0s386yDZtcDlo58rEo3qqLpGq6tUR2yKeR0VtoRv379JkNFi4myzUy1SNOLaHcjpidiWn5IJ0zQDR2VJkSJQNdSgOXMKvZUubtWxIAP0TMHXxowz/kB83wvR795bmUQVzLz3MyUiXvKiC08a6+dKGb+1f4f24nuQDvRHVRF36Qr6zU/SXbD/6vBSjdLzUfecoqPqAlX2zXhm30vHsLWhNpkrO53E+ZhbdLsuFnzH7m0z70UYv1iAAAAAElFTkSuQmCC) /*Images/Heading.png*/;
}
header nav,
#header nav {
float: left;
height: 34px;
padding: 0;
margin: 0;
}
header nav ul#menu,
#header nav ul#menu {
height: 26px;
padding: 0;
margin: 8px 0 0 4px;
list-style: none;
z-index: 100000;
font-size: 0;
line-height: 0;
}
header nav ul#menu > li,
#header nav ul#menu > li {
display: inline-block;
z-index: 100000;
font-size: 13.2px;
line-height: 19.2px;
}
header nav ul#menu > li.moveRight,
#header nav ul#menu > li.moveRight {
margin-left: 20px;
}
header nav ul#menu > li > a,
#header nav ul#menu > li > a {
display: inline-block;
padding: 2px 10px 4px 10px;
height: 20px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
}
header nav ul#menu > li > a:active,
#header nav ul#menu > li > a:active {
text-decoration: none;
}
header nav ul#menu > li.active > a,
#header nav ul#menu > li.active > a {
background-color: #222;
}
header nav ul#menu > li:hover > a,
#header nav ul#menu > li:hover > a {
background-color: #111;
text-decoration: none;
}
header nav ul#menu > li > ul,
#header nav ul#menu > li > ul {
z-index: 100000;
display: none;
list-style: none;
position: absolute;
margin: 0;
border-left: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
background-color: hsl(0, 0%, 95%);
padding: 0;
min-width: 180px;
box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.5);
}
header nav ul#menu > li > ul li,
#header nav ul#menu > li > ul li {
position: relative;
background-position: top;
background-repeat: repeat-x;
border-top: 1px solid hsl(0, 0%, 90%);
}
header nav ul#menu > li > ul li:first-child,
#header nav ul#menu > li > ul li:first-child {
border-top: 1px solid #D1D1D1;
}
header nav ul#menu > li > ul li:last-child,
#header nav ul#menu > li > ul li:last-child {
border-bottom: 1px solid #D1D1D1;
}
header nav ul#menu > li > ul li:hover,
#header nav ul#menu > li > ul li:hover {
border-top: 1px solid hsl(0, 0%, 85%);
background-color: hsl(0, 0%, 90%);
}
header nav ul#menu > li > ul li a,
#header nav ul#menu > li > ul li a {
display: block;
color: #000;
padding: 4px 8px;
text-decoration: none;
}
header nav ul#menu > li > ul li a:hover,
#header nav ul#menu > li > ul li a:hover {
color: #335A87;
text-decoration: none;
}
header nav ul#menu > li > ul li a:active,
#header nav ul#menu > li > ul li a:active {
text-decoration: none;
}
header nav ul#menu > li > ul li i.fa-caret-right,
#header nav ul#menu > li > ul li i.fa-caret-right {
cursor: pointer;
color: #666666;
font-size: 16px;
position: absolute;
display: block;
right: 12px;
top: 7px;
}
header nav ul#menu > li > ul li:hover i.fa-caret-right,
#header nav ul#menu > li > ul li:hover i.fa-caret-right {
color: #333;
}
header nav ul#menu > li > ul ul,
#header nav ul#menu > li > ul ul {
display: none;
list-style: none;
position: absolute;
top: -1px;
left: 180px;
background-color: hsl(0, 0%, 95%);
border-left: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
padding: 0;
min-width: 180px;
box-shadow: 2px 2px 5px rgba(209, 209, 209, 0.5);
}
header #headerMenu,
#header #headerMenu {
float: right;
height: 24px;
padding: 5px 8px;
font-size: 0.9em;
line-height: 24px;
text-align: right;
color: #fff;
}
header #headerMenu a,
#header #headerMenu a {
color: #fff;
text-decoration: none;
}
header #headerMenu a:hover,
#header #headerMenu a:hover {
color: #cddbec;
text-decoration: none;
}
header #SearchQuery,
#header #SearchQuery {
font-size: 0.9em;
margin-left: 6px;
width: 190px;
background-color: #eee;
}
header #SearchQuery:hover,
#header #SearchQuery:hover,
header #SearchQuery:focus,
#header #SearchQuery:focus {
background-color: #fff;
}
header .watermark,
#header .watermark {
background-color: #888;
}
#QuickSearchMenu {
width: 190px !important;
max-height: 400px;
font-size: 0.9em;
background: none;
background-color: #fafafa;
}
#QuickSearchMenu li:not(:last-child) {
border-bottom: 1px solid #d8d8d8;
}
#QuickSearchMenu li > a {
padding: 2px;
}
#QuickSearchMenu li > a > i {
margin-right: 2px;
}
#QuickSearchMenu li > a > div {
padding-left: 1.28571429em;
margin-left: 2px;
}
#layout_PageHeading {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAA8CAYAAABfESsNAAAAOUlEQVRIx+2SuREAIAzDFELL/uOSFVLx3Mm1C8nnABaNDJq5WJzAVkZGZXyPMg7+jUwCIeNZmdcZC2pxCZOpoRNgAAAAAElFTkSuQmCC) /*Images/BackgroundPage.png*/ left top repeat-x #fff;
background: linear-gradient(to bottom, #f2f2f2 0px, #fff 50px) #fff;
height: 50px;
padding: 6px 20px 4px 20px;
font-size: 2em;
color: #000;
line-height: 46px;
position: relative;
border-left: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#layout_PageHeading a {
text-decoration: none;
}
#layout_PageHeading > a.button {
position: absolute;
right: 30px;
bottom: 8px;
font-size: 0.5em;
line-height: 1em;
text-align: right;
}
#layout_Page {
background-color: #fff;
overflow: auto;
border-left: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
border-bottom: 1px solid #D1D1D1;
padding: 0 30px 15px 30px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
#layout_Error {
min-height: 200px;
}
#layout_Error table {
background-color: #fff;
}
#layout_Error h1,
#layout_Error h2,
#layout_Error h3,
#layout_Error h4,
#layout_Error h5 {
color: #fff;
white-space: pre-wrap;
}
#layout_Error h2.error {
margin-bottom: 10px;
}
#layout_Error .stacktrace {
white-space: pre;
overflow: auto;
}
#layout_Error > div {
margin: 0 auto;
width: 650px;
}
#layout_uiExtensions {
display: none;
}
footer,
#footer {
color: #777;
padding: 10px 0;
text-align: center;
margin: 0;
font-size: 0.9em;
}
footer a:link,
#footer a:link,
footer a:visited,
#footer a:visited,
footer a:active,
#footer a:active {
color: #777;
}
footer a:link,
#footer a:link,
footer a:active,
#footer a:active {
text-decoration: underline;
}
footer a:hover,
#footer a:hover {
color: #5e8cc2;
text-decoration: none;
}
p {
margin: 0 0 2px 0;
line-height: 1.6em;
}
ul {
margin: 0;
padding: 0 0 0 25px;
list-style: square;
line-height: 1.6em;
}
header,
footer,
nav,
section {
display: block;
}
form {
display: inline;
}
img {
border: none;
padding: 0;
margin: 0;
vertical-align: bottom;
}
code {
font-family: Consolas, "Courier New", monospace;
}
hr {
border: none;
border-bottom: 1px dashed #aaa;
margin-top: 15px;
}
strong {
font-weight: 600;
}
a:link {
color: #335A87;
text-decoration: none;
}
a:visited {
color: #335A87;
}
a:hover {
color: #5e8cc2;
text-decoration: underline;
}
a:active {
color: #335A87;
}
a[disabled] {
color: #6b6b6b;
text-decoration: none;
cursor: default;
}
a.button {
display: inline-block;
padding: 4px 10px;
margin: 2px;
border: 1px solid #1a5f95;
background: #1e6dab;
color: #fff;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
white-space: nowrap;
text-decoration: none;
}
a.button[disabled],
a.button.disabled {
background: #9e9e9e;
border: 1px solid #6b6b6b;
cursor: default;
}
a.button.alert {
border-color: #990000;
background-color: #e51400;
}
a.button.small {
padding: 2px 5px;
font-size: 0.9em;
}
a.button:hover {
border: 1px solid #6b6b6b;
background: #9e9e9e;
}
a.button i {
margin-right: 10px;
}
div.actionBar {
margin: 0 -30px 0 -30px;
padding: 10px;
border-top: 1px solid #D1D1D1;
text-align: right;
background-color: #f2f2f2;
clear: both;
}
div.actionBar:not(:first-child) {
margin-top: 10px;
}
div.actionBar:last-child {
margin-bottom: -15px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
font-weight: lighter;
font-stretch: condensed;
margin: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0 !important;
padding-top: 0 !important;
}
h1 > a:link,
h2 > a:link,
h3 > a:link,
h4 > a:link,
h5 > a:link,
h6 > a:link {
text-decoration: none;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
padding: 8px 0 4px 0;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 14px;
}
h5,
h6 {
font-size: 12px;
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
font-stretch: normal;
font-weight: 600;
}
table {
border: none;
border-collapse: collapse;
width: 100%;
}
table td {
padding: 5px;
margin: 0;
border: none;
vertical-align: top;
}
table th {
padding: 5px;
margin: 0;
text-align: left;
font-weight: 600;
vertical-align: top;
}
table.none {
border: none !important;
}
table.none > tr > td,
table.none > thead > tr > td,
table.none > tbody > tr > td,
table.none > tfoot > tr > td,
table.none > tr > th,
table.none > thead > tr > th,
table.none > tbody > tr > th,
table.none > tfoot > tr > th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
}
table.genericData {
border: solid 1px #f4f4f4;
border-collapse: collapse;
}
table.genericData > tbody > tr > td {
border: solid 1px #f4f4f4;
background-color: #fff;
}
table.genericData > tbody > tr:nth-child(odd) > td {
background-color: hsl(0, 0%, 98.5%);
}
table.genericData > thead > tr > th,
table.genericData > tbody > tr > th {
background-color: #f4f4f4;
border: solid 1px #f4f4f4;
}
table.genericData > tbody > tr:hover > td {
background-color: hsl(0, 0%, 97.5%);
}
table.genericData > tfoot > tr > th,
table.genericData > tfoot > tr > td {
background-color: #f4f4f4;
}
table.genericData td.id {
text-align: center;
}
table.genericData td.id a {
padding: 0 6px;
}
.smallTable th,
.smallTable td {
font-size: 0.9em;
}
/* Data Table Styles */
.dataTables_wrapper {
position: relative;
}
.dataTables_wrapper > .a {
position: absolute;
margin-top: -24px;
right: 320px;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_filter {
position: absolute;
height: 20px;
margin-top: -20px;
right: 0;
font-size: 0.9em;
-moz-opacity: 0.3;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_filter input {
font-size: 0.95em;
padding: 0;
height: 1.4em;
width: 150px;
}
.dataTables_wrapper .dataTables_length {
position: absolute;
height: 20px;
margin-top: -20px;
right: 200px;
font-size: 0.9em;
-moz-opacity: 0.3;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_length select {
font-size: 0.95em;
padding: 0;
height: 1.4em;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
margin-top: 30px;
left: 45%;
}
.dataTables_wrapper .dataTables_decommissioned {
position: absolute;
height: 20px;
margin-top: -20px;
right: 320px;
font-size: 0.9em;
-moz-opacity: 0.3;
opacity: 0.3;
}
.dataTables_wrapper .dataTables_decommissioned input {
font-size: 0.8em;
padding: 0;
height: 1.2em;
}
.dataTables_wrapper .dataTables_paginate {
text-align: right;
background-color: #f4f4f4;
padding: 2px 4px;
font-size: 0.9em;
}
.dataTables_wrapper .dataTables_paginate a {
cursor: pointer;
padding: 2px;
margin: 0 3px;
color: #335A87;
background-repeat: no-repeat;
-moz-opacity: 0.3;
opacity: 0.3;
text-transform: uppercase;
}
.dataTables_wrapper .dataTables_paginate .first {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAKklEQVQI12NgQALGUe0SQPwfnY0iCcVwNjZJFAxT8J+QAvwmEHQDPl8AAAYqTAY6Jng6AAAAAElFTkSuQmCC) /*Images/Actions/dataTableFirst.png*/;
background-position: left center;
padding-left: 12px;
}
.dataTables_wrapper .dataTables_paginate .first.paginate_button_disabled {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAKklEQVQI12NgQAKxsbESQPwfnY0iCcVwNjZJFAxT8J+QAvwmEHQDPl8AAEm8TIFT3+fIAAAAAElFTkSuQmCC) /*Images/Actions/dataTableFirstDisabled.png*/;
}
.dataTables_wrapper .dataTables_paginate .previous {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12NgwAGMo9olgPg/XkmsCpAlcSn4T0gBfhMIugFdEQCMVyg5CPiC8wAAAABJRU5ErkJggg==) /*Images/Actions/dataTablePrev.png*/;
background-position: left center;
padding-left: 12px;
}
.dataTables_wrapper .dataTables_paginate .previous.paginate_button_disabled {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12NgwAH6+vokgPg/XkmsCpAlcSn4T0gBfhMIugFdEQDzojUdMBAGjgAAAABJRU5ErkJggg==) /*Images/Actions/dataTablePrevDisabled.png*/;
}
.dataTables_wrapper .dataTables_paginate .next {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12Mwjmr/D8QSDLgAVAFuRUgKsCtCU/CfIhPwugGnLwCZ1Cg5w6CPqwAAAABJRU5ErkJggg==) /*Images/Actions/dataTableNext.png*/;
background-position: right center;
padding-right: 12px;
}
.dataTables_wrapper .dataTables_paginate .next.paginate_button_disabled {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12Po6+v7D8QSDLgAVAFuRUgKsCtCU/CfIhPwugGnLwDwPjUdLMfQ6AAAAABJRU5ErkJggg==) /*Images/Actions/dataTableNextDisabled.png*/;
}
.dataTables_wrapper .dataTables_paginate .last {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAK0lEQVQI12Mwjmr/D8QSDECAzIYDqCBYApmNTQE6liCk4D/JJuB1A05fAABJ/EwGJKVDGAAAAABJRU5ErkJggg==) /*Images/Actions/dataTableLast.png*/;
background-position: right center;
padding-right: 12px;
}
.dataTables_wrapper .dataTables_paginate .last.paginate_button_disabled {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAK0lEQVQI12OIjY39D8QSDECAzIYDqCBYApmNTQE6liCk4D/JJuB1A05fAACQykyB48rZCQAAAABJRU5ErkJggg==) /*Images/Actions/dataTableLastDisabled.png*/;
}
.dataTables_wrapper .dataTables_paginate .paginate_active {
font-weight: 600;
color: #1e6dab;
}
.dataTables_wrapper .dataTables_paginate .paginate_button_disabled {
color: #ccc;
cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12NgwAGMo9olgPg/XkmsCpAlcSn4T0gBfhMIugFdEQCMVyg5CPiC8wAAAABJRU5ErkJggg==) /*Images/Actions/dataTablePrev.png*/;
background-position: left center;
padding-left: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous {
color: #ccc;
cursor: default;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12NgwAH6+vokgPg/XkmsCpAlcSn4T0gBfhMIugFdEQDzojUdMBAGjgAAAABJRU5ErkJggg==) /*Images/Actions/dataTablePrevDisabled.png*/;
background-position: left center;
padding-left: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12Mwjmr/D8QSDLgAVAFuRUgKsCtCU/CfIhPwugGnLwCZ1Cg5w6CPqwAAAABJRU5ErkJggg==) /*Images/Actions/dataTableNext.png*/;
background-position: right center;
padding-right: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_disabled_next {
color: #ccc;
cursor: default;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAJUlEQVQI12Po6+v7D8QSDLgAVAFuRUgKsCtCU/CfIhPwugGnLwDwPjUdLMfQ6AAAAABJRU5ErkJggg==) /*Images/Actions/dataTableNextDisabled.png*/;
background-position: right center;
padding-right: 12px;
}
.dataTables_wrapper:hover .dataTables_filter,
.dataTables_wrapper:hover .dataTables_length,
.dataTables_wrapper:hover .dataTables_paginate a,
.dataTables_wrapper:hover .dataTables_decommissioned {
-moz-opacity: 1;
opacity: 1;
}
.dataTables_wrapper table > thead tr > th {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAD6CAYAAACoLMeFAAAAdElEQVRo3u3bOwqAMBAFwBwjh/CUluKRhfVTiil0UYjMwJLqLfmUYUuBtw3jUreKfc2E43aTi/C9Jo3wUR4WAAAAAAAAejBPc90q9jUTjkdNTuGjPj9/bgfpO0i/AgAAAAAAAPQnPZ6YHpBsNEnNefrt4+9Wmn6nW/cZ1MQAAAAASUVORK5CYII=) /*Images/Actions/dataTableSort.png*/;
background-repeat: no-repeat;
}
.dataTables_wrapper table > thead tr > th.sorting {
background-position: right center;
cursor: pointer;
}
.dataTables_wrapper table > thead tr > th.sorting_desc {
background-position: right bottom;
cursor: pointer;
}
.dataTables_wrapper table > thead tr > th.sorting_asc {
background-position: right top;
cursor: pointer;
}
.dataTables_wrapper table > thead tr > th.sorting_disabled {
background-image: none;
}
table.userTable div.flags,
table.deviceTable div.flags {
display: inline-block;
float: right;
}
table.userTable div.flags > i,
table.deviceTable div.flags > i {
cursor: default;
}
table.userTable div.flags > i > .details,
table.deviceTable div.flags > i > .details {
display: none;
}
.jobStatus {
color: #333;
}
.jobStatus.Closed {
color: #9e9e9e;
}
.jobStatus.Open {
color: #60A917;
}
.jobStatus.AwaitingWarrantyRepair,
.jobStatus.AwaitingRepairs {
color: #1e6dab;
}
.jobStatus.AwaitingDeviceReturn,
.jobStatus.AwaitingUserAction,
.jobStatus.AwaitingAccountingPayment,
.jobStatus.AwaitingAccountingCharge {
color: #F0A30A;
}
.jobStatus.AwaitingInsuranceProcessing {
color: #6a00ff;
}
.deviceStatus {
color: #333;
}
.deviceStatus.Decommissioned {
color: #9e9e9e;
}
.deviceStatus.Active {
color: #60A917;
}
.deviceStatus.NotEnrolled {
color: #F0A30A;
}
table.jobTable {
border: solid 1px #f4f4f4;
border-collapse: collapse;
table-layout: fixed;
}
table.jobTable > tbody > tr > td {
border: solid 1px #f4f4f4;
background-color: #fff;
}
table.jobTable > tbody > tr:nth-child(odd) > td {
background-color: hsl(0, 0%, 98.5%);
}
table.jobTable > thead > tr > th,
table.jobTable > tbody > tr > th {
background-color: #f4f4f4;
border: solid 1px #f4f4f4;
}
table.jobTable > tbody > tr:hover > td {
background-color: hsl(0, 0%, 97.5%);
}
table.jobTable > tfoot > tr > th,
table.jobTable > tfoot > tr > td {
background-color: #f4f4f4;
}
table.jobTable td {
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
table.jobTable.hideStatusClosed tr[data-status=Closed] {
display: none;
}
table.jobTable td.id,
table.jobTable th.id {
width: 50px;
text-align: center;
}
table.jobTable td.id a,
table.jobTable th.id a {
padding: 0 6px;
}
table.jobTable tr.statusSlaWarning td {
background-color: #fdeed1;
}
table.jobTable tr.statusSlaWarning td:not(:last-child) {
border-right: 1px solid #f8e9cb;
}
table.jobTable tr.statusSlaExpired td {
background-color: #ffd7d3;
}
table.jobTable tr.statusSlaExpired td:not(:last-child) {
border-right: 1px solid #fad2ce;
}
table.jobTable tr:nth-child(odd).statusSlaWarning td {
background-color: #fbeccf !important;
}
table.jobTable tr:nth-child(odd).statusSlaExpired td {
background-color: #fdd5d1 !important;
}
table.jobTable tr:hover.statusSlaWarning td {
background-color: #fbeaca !important;
}
table.jobTable tr:hover.statusSlaExpired td {
background-color: #fdd1cd !important;
}
table.jobTable div.queues {
display: inline-block;
float: right;
}
table.jobTable td.lastActive,
table.jobTable th.lastActive {
width: 130px;
}
table.jobTable td.dates,
table.jobTable th.dates {
width: 130px;
}
table.jobTable td.type,
table.jobTable th.type {
width: 50px;
}
table.jobTable td.device,
table.jobTable th.device {
width: 110px;
}
table.jobTable td.user,
table.jobTable th.user {
width: 240px;
}
table.jobTable td.technician,
table.jobTable th.technician {
width: 80px;
}
table.jobTable td.location,
table.jobTable th.location {
width: 200px;
}
div.jobTable > a.dataTables_showStatusClosed {
margin: 10px 5px;
}
div.jobTable > h3,
div.jobTable > div.allClosed_container {
margin: 50px 20px !important;
}
div.jobTable > h3 a.button,
div.jobTable > div.allClosed_container a.button {
margin-top: 10px;
}
table.deviceTable tr.decommissioned {
background-color: #ededed;
}
table.deviceTable.hideDecommissioned tr.decommissioned {
display: none;
}
textarea {
font-size: 12px;
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
border: 1px solid #ccc;
min-height: 75px;
padding: 2px;
color: #444;
width: 200px;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"] {
font-size: 12px;
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
border: 1px solid #ccc;
padding: 2px;
color: #444;
width: 200px;
}
input[type="text"].small,
input[type="password"].small,
input[type="file"].small,
input[type="number"].small {
padding: 0 2px;
width: 150px;
}
input[type="text"].discreet,
input[type="password"].discreet,
input[type="file"].discreet,
input[type="number"].discreet {
border: 1px solid #fff;
}
input[type="text"].discreet:hover,
input[type="password"].discreet:hover,
input[type="file"].discreet:hover,
input[type="number"].discreet:hover,
input[type="text"].discreet:focus,
input[type="password"].discreet:focus,
input[type="file"].discreet:focus,
input[type="number"].discreet:focus {
border: 1px solid #ccc;
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 4px;
vertical-align: sub;
}
select {
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
font-size: 12px;
border: 1px solid #ccc;
padding: 2px;
color: #444;
}
select.small {
padding: 0;
}
input[type="submit"],
button {
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
padding: 5px;
}
input[type="submit"].button,
button.button {
font-size: 12px;
padding: 4px 10px 4px 10px;
margin: 2px;
border: 1px solid #1a5f95;
background: #1e6dab;
color: #fff;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
}
input[type="submit"].button.alert,
button.button.alert {
border-color: #990000;
background-color: #e51400;
}
input[type="submit"].button.small,
button.button.small {
padding: 2px 5px;
font-size: 0.9em;
}
input[type="submit"].button[disabled],
button.button[disabled] {
background: #9e9e9e;
border: 1px solid #6b6b6b;
cursor: default;
}
input[type="submit"].button:hover,
button.button:hover {
border: 1px solid #6b6b6b;
background: #9e9e9e;
}
ul.none,
ol.none {
list-style: none;
margin: 0;
padding: 0;
}
ul.none li,
ol.none li {
margin: 0;
}
div.form {
margin: 0 auto;
}
div.form > p.actions {
text-align: right;
}
div.form > table {
border-top: 6px solid #1e6dab;
border-left: 1px solid #1e6dab;
border-right: 1px solid #1e6dab;
border-bottom: 3px solid #1e6dab;
background-color: #fff;
}
div.form > table > tbody > tr > td,
div.form > table > tbody > tr > th {
background: none;
border: none;
margin: 0;
padding: 8px 5px;
}
div.form > table > tbody > tr > th {
font-weight: normal;
text-align: right;
}
div.form > table > tbody > tr:nth-child(odd) {
background-color: #f2f2f2;
margin: 0;
padding: 0;
}
div.form > table > tbody > tr > td.details {
padding: 0;
}
div.form > table > tbody > tr > th.name {
width: 150px;
text-align: right;
}
div.form > table > tbody > tr > td.none {
padding: 0;
}
div.form > table table.sub > tbody > tr:not(:first-child) > th,
div.form > table table.sub > tbody > tr:not(:first-child) > td {
border-top: 1px dashed #aaa;
}
div.form > table table.sub > tbody > tr > th {
font-weight: normal;
text-align: right;
}
div.form > table table.sub > tbody > tr > th.name {
text-align: right;
}
#pageMenu td {
border-right: 1px dashed #aaa;
width: 33%;
padding: 10px;
}
#pageMenu td .pageMenuArea > .fa {
font-size: 1.3em;
color: #6b6b6b;
margin-right: 4px;
}
#pageMenu td .pageMenuArea > a,
#pageMenu td .pageMenuArea > h3 {
text-decoration: none;
font-size: 1.2em;
}
#pageMenu td .pageMenuArea .pageMenuBlurb {
font-size: 0.9em;
color: #888;
margin-bottom: 10px;
}
#pageMenu td .pageMenuArea .pageMenuBlurb a {
text-decoration: none;
}
#pageMenu td .pageMenuArea:not(:last-child) {
border-bottom: 1px dashed #aaa;
}
#pageMenu td .pageMenuArea.noSeperator {
border-bottom: none;
}
#pageMenu td:first-child {
padding-left: 0;
}
#pageMenu td:last-child {
border-right: none;
padding-right: 0;
}
div.info-box {
margin: 0.4em 0;
padding: 0.4em;
border: 1px solid #fff397;
background-color: #fffef7;
}
div.info-box i {
color: #1e6dab;
}
div.info-box.alert {
border: 1px solid #FA6800;
background-color: #fff9f5;
color: #333;
}
div.info-box.alert i {
color: #FA6800;
}
div.info-box.error {
border: 1px solid #e51400;
background-color: #fffaf9;
color: #e51400;
}
div.info-box.error i {
color: #e51400;
}
div.info-box p {
line-height: 1.2em;
}
p.fa-p {
text-indent: -1.48em;
margin-left: 1.48em;
}
p.fa-p > i:first-child {
text-indent: 0;
width: 1.28em;
margin-right: 0.2em;
}
div.Disco-AttachmentUpload-DropTarget {
display: none;
}
div.Disco-AttachmentUpload-DropTarget.dragHighlight {
display: block;
position: absolute;
z-index: 1000;
top: 0;
left: 0;
width: calc(100% - 6px);
height: calc(100% - 6px);
background-color: rgba(251, 218, 152, 0.5);
border: 3px dashed #F0A30A;
}
div.Disco-AttachmentUpload-DropTarget.dragHighlight h2 {
margin-top: 3em !important;
color: #2c1e02;
text-align: center;
font-weight: 600;
}
div.Disco-AttachmentUpload-DropTarget.dragHighlight.dragHover {
background-color: rgba(173, 235, 110, 0.5);
border: 3px dashed #60A917;
}
div.Disco-AttachmentUpload-DropTarget.dragHighlight.dragHover h2 {
color: #000000;
}
div.Disco-AttachmentUpload-Progress {
position: absolute;
right: 0px;
bottom: 51px;
}
div.Disco-AttachmentUpload-Progress > div {
background-color: #fafafa;
padding: 4px 8px;
}
div.Disco-AttachmentUpload-Progress > div i {
color: #1e6dab;
margin-right: 4px;
}
div.Disco-AttachmentUpload-CommentDialog {
padding: 0.25em 0.5em !important;
}
div.Disco-AttachmentUpload-CommentDialog table {
border: solid 1px #f4f4f4;
border-collapse: collapse;
table-layout: fixed;
}
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr > td {
border: solid 1px #f4f4f4;
background-color: #fff;
}
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr:nth-child(odd) > td {
background-color: hsl(0, 0%, 98.5%);
}
div.Disco-AttachmentUpload-CommentDialog table > thead > tr > th,
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr > th {
background-color: #f4f4f4;
border: solid 1px #f4f4f4;
}
div.Disco-AttachmentUpload-CommentDialog table > tbody > tr:hover > td {
background-color: hsl(0, 0%, 97.5%);
}
div.Disco-AttachmentUpload-CommentDialog table > tfoot > tr > th,
div.Disco-AttachmentUpload-CommentDialog table > tfoot > tr > td {
background-color: #f4f4f4;
}
div.Disco-AttachmentUpload-CommentDialog table th {
width: 80px;
}
div.Disco-AttachmentUpload-CommentDialog table td.filename {
font-family: Consolas, "Courier New", monospace;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
div.Disco-AttachmentUpload-CommentDialog table input.comments {
width: calc(100% - 5px);
}
div.Disco-AttachmentUpload-CommentDialog table td.thumbnail {
display: none;
text-align: center;
}
div.Disco-AttachmentUpload-CommentDialog table td.thumbnail img {
border: 1px solid #9e9e9e;
max-height: 250px;
max-width: 374px;
}
div.Disco-AttachmentUpload-ImageDialog {
background-color: #000 !important;
padding: 0 !important;
}
body > .FlagAssignment_Tooltip span.name {
display: block;
font-weight: 600;
}
body > .FlagAssignment_Tooltip span.comments {
display: block;
padding: 2px 0 2px 4px;
}
body > .FlagAssignment_Tooltip span.added {
font-style: italic;
font-size: 0.9em;
}
div.Disco-AttachmentUpload-OnlineUploadDialog {
text-align: center;
}
div.Disco-AttachmentUpload-OnlineUploadDialog input {
width: 100%;
box-sizing: border-box;
}
#Document_Generation_Container #Document_Generate {
padding: 0;
}
.d-priority-high {
color: #FA6800;
width: 1.28571429em;
text-align: center;
}
.d-priority-high:before {
content: "\f12a";
}
.d-priority-normal {
color: #60A917;
width: 1.28571429em;
text-align: center;
}
.d-priority-normal:before {
content: "\f068";
}
.d-priority-low {
color: #1e6dab;
width: 1.28571429em;
text-align: center;
}
.d-priority-low:before {
content: "\f063";
}
.fa-stack .d-priority-high,
.fa-stack .d-priority-normal,
.fa-stack .d-priority-low {
width: 100%;
font-size: 0.8em;
margin-left: 0.5em;
margin-top: 0.4em;
opacity: 0.6;
}
.d-lime {
color: #A4C400;
}
.d-green {
color: #60A917;
}
.d-emerald {
color: #008A00;
}
.d-teal {
color: #00ABA9;
}
.d-cyan {
color: #1BA1E2;
}
.d-cobalt {
color: #0050EF;
}
.d-indigo {
color: #6A00FF;
}
.d-violet {
color: #AA00FF;
}
.d-pink {
color: #F472D0;
}
.d-magenta {
color: #D80073;
}
.d-crimson {
color: #A20025;
}
.d-red {
color: #E51400;
}
.d-orange {
color: #FA6800;
}
.d-amber {
color: #F0A30A;
}
.d-yellow {
color: #E3C800;
}
.d-brown {
color: #825A2C;
}
.d-olive {
color: #6D8764;
}
.d-steel {
color: #647689;
}
.d-mauve {
color: #76608A;
}
.d-sienna {
color: #A0522D;
}
table.subtleHighlight {
border: 1px solid #ccc;
background-color: #ededed;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
td.subtleHighlight {
border: 1px solid #ccc;
background-color: #ededed;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.field-validation-error {
color: #e51400 !important;
}
.field-validation-valid {
display: none;
}
.input-validation-error {
border: 1px solid #e51400 !important;
background-color: #fff7f7 !important;
}
.validation-summary-errors {
font-weight: bold !important;
color: #e51400 !important;
}
.validation-summary-valid {
display: none;
}
.ajaxLoading {
height: 11px;
width: 16px;
display: inline-block;
background-repeat: no-repeat;
background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///zNah+Hm7dng6O7x9DddiTNah1d3nJqtw3+Xs8fS3k5vlm6JqaGzx4KatcrU4FFymDZciHGMq+ru8t/l7Pb3+V9+oeLo7vT2+MTP3LLB0dTc5fHz9gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) /*Images/Status/loading.gif*/;
margin-bottom: 0;
}
.ajaxOk {
color: #60A917;
}
.ajaxSave {
color: #1e6dab;
cursor: pointer;
}
.ajaxRemove {
color: #e51400;
cursor: pointer;
opacity: 0.8;
}
.ajaxRemove:hover {
opacity: 1;
}
/* float clearing for IE6 */
* html .clearfix {
height: 1%;
overflow: visible;
}
/* float clearing for IE7 */
* + html .clearfix {
min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
font-size: 0;
}
div.columnHost .column50 {
float: left;
width: 50%;
}
.hidden {
display: none;
}
.success {
color: #60A917;
}
.information {
color: #1e6dab;
}
.warning {
color: #F0A30A;
}
.error {
color: #e51400;
}
.alert {
color: #FA6800;
}
.smallText {
font-size: 0.9em;
}
.subtleText {
color: #ededed;
}
.smallMessage {
font-style: italic;
color: #666;
font-size: 0.9em;
}
.nowrap {
white-space: nowrap;
}
.code {
font-family: Consolas, "Courier New", monospace;
}
div.code {
border: 1px dashed #bbb;
background-color: #fff;
margin: 3px 6px;
padding: 4px;
font-size: 0.9em;
}
a.smallLink {
font-size: 0.9em;
}
textarea.block {
width: 250px;
height: 100px;
}
.checkboxBulkSelectContainer {
margin-top: 6px;
font-size: 0.8em;
}
.checkboxBulkSelectContainer a {
text-decoration: none;
}
.ui-widget .checkboxBulkSelectContainer {
font-size: 1em;
}
#licence {
text-align: justify;
}
#licence p {
font-size: 0.9em;
line-height: 1.6em;
margin-bottom: 1em;
}
#licence li {
font-size: 0.9em;
}
#Document_Generation_Dialog {
height: 490px;
}
#Document_Generation_Dialog .handlerPicker {
position: absolute;
width: 170px;
height: 390px;
overflow-y: auto;
background-color: #fcfcfc;
border: 1px solid #ccc;
}
#Document_Generation_Dialog .handlerPicker > div {
background-color: #fff;
border-bottom: 1px solid #ddd;
padding: 6px 0 6px 6px;
cursor: pointer;
}
#Document_Generation_Dialog .handlerPicker > div:hover {
background-color: #f4f4f4;
}
#Document_Generation_Dialog .handlerPicker > div.selected,
#Document_Generation_Dialog .handlerPicker > div.selected:hover {
background-color: #eee;
}
#Document_Generation_Dialog .handlerPicker #Document_Generation_Dialog_Handlers_Loading {
text-align: center;
}
#Document_Generation_Dialog .details {
position: absolute;
left: 200px;
height: 390px;
width: 540px;
overflow-y: auto;
}
#Document_Generation_Dialog .details #Document_Generation_Dialog_Download_Container {
text-align: center;
padding-top: 3em;
}
#Document_Generation_Dialog .details #Document_Generation_Dialog_HandlerUI {
display: none;
}
ul.list-group {
background-color: #fff;
border: 1px solid #ddd;
margin: 0;
padding: 0;
list-style: none;
}
ul.list-group li {
padding: 6px 0 6px 6px;
cursor: pointer;
}
ul.list-group li:hover {
background-color: #f4f4f4;
}
ul.list-group li.selected,
ul.list-group li.selected:hover {
background-color: #eee;
}
ul.list-group li:not(:first-child) {
border-top: 1px solid #ddd;
}
.whitespace-pre-wrap {
white-space: pre-wrap;
}
i.clipboard-link {
cursor: pointer;
position: absolute;
padding-left: 4px;
right: calc(-1.28571429em - 4px);
top: calc(100% - 14px);
z-index: 100;
color: #d8d8d8;
background-color: #fff;
}
i.clipboard-link:hover {
color: #333;
}
i.clipboard-button {
cursor: pointer;
padding-left: 4px;
color: #1e6dab;
}
i.clipboard-button:hover {
color: #9e9e9e;
}
#Export_Exporting {
padding-top: 50px;
text-align: center;
}
#Export_Exporting i {
margin-right: 10px;
color: #1e6dab;
}
#Export_Download_Dialog {
padding-top: 20px;
text-align: center;
}
#Export_Download_Dialog h4 {
margin-bottom: 30px;
}
#Export_Download_Dialog a {
margin-bottom: 20px;
}
#Export_Fields #Export_Fields_Defaults {
font-size: 0.75em;
}
#Export_Fields th {
font-size: 1.05em;
}
#Export_Fields th span {
margin-top: 4px;
font-size: 0.8em;
}