/* Minification failed. Returning unminified contents.
(2842,10): run-time error CSS1035: Expected colon, found 'decoraction'
 */
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */

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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

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 5, 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.
 */

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+, 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"], /* 1 */
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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */

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.12.1 - 2016-09-14
* http://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 http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-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%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;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:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;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:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;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:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;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:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

.fv-has-feedback{position:relative}.fv-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.fv-help-block{display:block}.fv-form-bootstrap .help-block{margin-bottom:0}.fv-form-bootstrap .tooltip-inner{text-align:left}.fv-form-bootstrap .fv-icon-no-label{top:0}.fv-form-bootstrap .fv-bootstrap-icon-input-group{z-index:100}.form-inline.fv-form-bootstrap .form-group{vertical-align:top}.fv-form-foundation .fv-control-feedback{top:21px;right:15px;width:37px;height:37px;line-height:37px}.fv-form-foundation .collapse .fv-control-feedback{top:0;right:0}.fv-form-foundation .fv-icon-no-label,.fv-form-horizontal.fv-form-foundation .fv-control-feedback{top:0}.fv-form-foundation .error .fv-control-feedback{color:#f04124}.error.fv-has-tooltip select,.error.fv-has-tooltip textarea,.fv-form-foundation .error.fv-has-tooltip input{margin-bottom:1rem}.fv-form-pure .fv-control-feedback{top:22px;width:36px;height:36px;line-height:36px}.pure-form-stacked.fv-form-pure .fv-control-feedback{top:4px}.pure-form-aligned .pure-control-group .fv-help-block{margin-top:5px;margin-left:180px}.fv-form-pure .fv-icon-no-label,.pure-form-aligned.fv-form-pure .fv-control-feedback{top:0}.fv-form-pure .fv-has-error .fv-control-feedback,.fv-form-pure .fv-has-error .fv-help-block,.fv-form-pure .fv-has-error label{color:#CA3C3C}.fv-form-semantic .fv-control-feedback.icon{right:7px}.fv-form-semantic .error .icon{color:#d95c5c}.fv-form-horizontal.fv-form-semantic .row{padding-bottom:0}.fv-form-uikit .fv-control-feedback{top:25px;width:30px;height:30px;line-height:30px}.fv-form-uikit .uk-text-danger{display:block}.uk-form-horizontal.fv-form-uikit .fv-control-feedback{top:0}.fv-form-uikit .fv-has-error .fv-control-feedback,.fv-form-uikit .fv-has-error .uk-form-label,.fv-form-uikit .fv-has-error label{color:#D85030}.fv-form-uikit .fv-icon-no-label{top:0}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left:5px;    
    padding-right:5px;
    background-color: #E7E6E6!Important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


div[class=occam-block-inner-help] > h3 {
    margin-top:-10px!important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

textarea.large-text {    
    max-width:100%;
    width:100%;
    height:150px;
}

textarea.large-text-form {
    max-width: 80%;
    width:100%;
    height:150px;
}


a.invalid-contact-details {    
    border-color:Red;
    border-style: solid;
    border-width: 2px;    
}

div.mandatory-field-marker {
    color:Red;
    display:inline;
}


.form-control-feedback {
    left:300px!important;
}

/*
 * Style for use with surcharges in Casual lets to force validation icon 
 * to be adjacent to card selection at all screen sizes.
 * The div surounding included generic surcharge details element has id of SurchargeDetails
 * The div in the generic surcharge details element that emcompases the card selection and 
 * validation icon has a class called  surchargeDetails.
 * Hence these styles ONLY apply when within a div with id of SurchargeDetails.
 */
div#SurchargeDetails div.surchargeDetails {
   max-width:300px; 
   min-width:250px;
}

div#SurchargeDetails div.surchargeDetails i.form-control-feedback {
   left:auto!important; 
}

.form-control-mandatory {
        display:inline;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}



div.main-footer {
    float:left;
}

a.bookmark {
    top:-55px;
    display:block;
    position:relative;
    visibility:hidden;
}

.btn-EditApplication {
    float:right;    
}

.panel-title {    
    float:left;
    vertical-align:middle;
}
.panel-heading {
    overflow:auto;       
    cursor:pointer;
}


.panel-heading a:hover, .panel-heading a:focus {
    color: #16345A;
}


.panel-search {
   border-color:#ddd;
}

.panel-search > .panel-heading {
    background-color:#5B9BD5;
    color:white;
    border-color:#ddd;
}

.panel-search > .panel-collapse > .panel-body {
    background-color:#D2DEEF;   
    border-color:#ddd;
}

.panel-heading-option > .panel-heading{
  padding-top: 10px;
  padding-bottom: 5px;
}

.panel-body-option {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
}

.panel-body-select {
  bottom: 25px;
  position: absolute;
  right: 0;
}

.ui-slider-range {
    background-color:#5B9BD5;  
}

.ui-widget-header {
    background:#5B9BD5;  
    border:solid 1px #5B9BD5;
    color:black;
}

div.large-button {
    height:75px;
    width:275px;    
    text-align:center;    
    padding-top:15px;
    margin:5px;      
    margin-top:15px;          
    font-weight:600;
    font-size:x-large;
    color:White;    
    transition: opacity 0.5s; 
    border-radius:15px;
}

div.large-button:hover {
    opacity:0.5;
    transition: opacity 0.5s;
    cursor:pointer;
}


div.large-button > img {
    max-height:49px;    
}

div.large-button.green {
    background-color:#94C55E;
}

div.large-button.blue {
    background-color:#6CBEC2;
}

div.large-button.red {
    background-color:#D84687;
}

div.large-button.orange {
    background-color:#FF9A2C;
}


div.large-button > img {
    margin-right:20px;
}


/*
* Off Canvas
* --------------------------------------------------
*/
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        transition: all 0.25s ease-out 0s;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
    }

    .row-offcanvas-right.active {
        right: 50%;
    }

    .sidebar-offcanvas {
        position: relative;
        top: 0;        
    }
}

.pull-right {
	margin-right:15px;
}

input.currency-field {
    text-align:right;
    max-width:110px;
}

/*
 * Wizrd progress bar
 * --------------------------------------------------
 */
.occam-wizard {margin-top: 15px; text-align:center;}
.occam-wizard-Panel {margin-top: 15px; }
.occam-wizard-button {margin-bottom: 15px;}
.occam-wizard a {padding: 12px 12px 10px 12px; margin-right:5px; background:#efefef; position:relative; display:inline-block; text-decoration: none; }
.occam-wizard a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.occam-wizard a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.occam-wizard a:first-child:before {border:none;}
.occam-wizard a:last-child:after {border:none;}

.occam-wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.occam-wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.occam-wizard .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
.occam-wizard a:first-child .badge {margin-left:0;}

.occam-wizard .current {background:#007ACC; color:#fff;}
.occam-wizard .current:after {border-left-color:#007ACC;}

div.wizard-buttons.form-group {
    margin-left:0px;
    margin-right:0px;
}

div.addguarantor-error{
    display:none;
}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;    
    opacity: 0;    
    cursor: inherit;    
}

div.photo-details {
    margin:15px;     
}

#CurrentPhoto {
    margin-bottom:15px;
}

.date-panel {
    max-height: 150px;
}

.date-promo-panel {
    max-height: 150px;
}

/* Mobile Styles */
/* Styles that are applied when at 768px or lower.*/
@media screen and (max-width: 992px) {
    .date-promo-panel {
        max-height: 275px;
    }
}

@media screen and (max-width: 992px) {
    .date-panel {
        max-height: 235px;
    }
}

/* Ensure that the date picker is always on top of other elements.
 * This needs important since it is dynamically set in an inline style.
*/
.ui-datepicker {
    z-index:1000!important;
}

.search-panel-row {
    max-height: 50px;
}

.form-inline .form-group {    
    margin-bottom: 15px;
    margin-top: 15px;    
}

input.form-checkbox {
    width:auto;
    margin-top:0px;
}

/* This file controls the layout of the pages, but not the look of the content */
.pageWrapper {

}

#contentWrapper {
    display:none;
}

.contentWrapper {    
    margin-top:25px;
    background-color:white;    
}

.sidebar-offcanvas {    
    width:250px;   
    border-radius:10px;
    padding:0px;    
    float:left;    
}

.sidebar-maincontent{
    padding:0px;
    height:100%;        
    margin-left:250px;    
}

.content-aligntop {
    vertical-align: top;
    display: table-row;
}

@media (max-width: 768px) {
    .sidebar-offcanvas {
        width:100%;
    }

    .sidebar-maincontent {
        width:100%;
        margin-left:0px;  
    }
}


.sidebar-content {    
    padding:10px;
    border-radius:10px;
    margin-top:15px;
    margin-bottom:15px;    
}

.sidebar-search-content {    
    margin-right:15px;    
}

.occam-block {
    height:200px;
    width:256px;
    padding:10px;    
    border-radius:15px;
    margin:10px;
    background-color:#5B9BD5;      
}

.occam-block-double-height {
    height:420px;      
}

.occam-block.occam-block-menu {
    background-color:#E7E9E9;
}

.occam-block.occam-block-login {
    background-color:#E7E9E9;                    
    display:table;
}

.occam-block-login-inner {  
  vertical-align: middle;  
  display: table-cell;  
}

.occam-block.occam-block-large {           
    width:532px;      
    padding:0px;
}

.occam-block.occam-block-small {               
    padding:0px;
	border-radius:15px;    
    background-color:#FFFFFF;                
}


.occam-block.occam-block-help {
    background-color:#DEEBF7;            
}

.occam-block.occam-block-other {
    background-color:#EAFFE2;             
}

.occam-block.occam-block-faq {
    background-color:#FFE4EA;                
}

.occam-block-img {
    width:100%;
    height:100%;
}

.occam-block.occam-block-large > a img {
   width:100%;
    height:100%;    
	border-radius:15px;
}

.occam-block.occam-block-small > img {
   width:100%;
    height:100%;
    border-radius:15px;
}

.form-horizontal {
    margin-left: 0px;
    margin-right:0px;
}

.row {
    margin-left: 0px;
    margin-right:0px;
}

.displaytext {
    width:100%;
    max-width:100%;
    height:150px;    
    resize:none;
}

.pathwayblock {
    background-color: #d2deef;    
    width: 250px;
    height: 250px;
    margin: 10px;
    display: inline-block;
    padding: 15px;
    border-radius: 20px;
    color: black;
    vertical-align: top;
}

.pathwayblock.Undergraduate {
    background-color:#005C85;
}

.pathwayblock.Postgraduates {
    background-color:#FF6666;
}

.pathwayblock.Warden {
    background-color:#FF6666;
}

.occam-carousel {
	height:450px;   
}

.occam-carousel-image {
	height:100%;       
    margin:auto;
    max-height:350px;
}

.occam-carousel-thumbnail-image {
	height:auto;       
    width:auto;   
    margin:auto;
    max-height:65px;
    max-width:80px;
}

.imageGroup {
    background-color:#5B9BD5;
    margin-bottom:15px;
    padding:0px;
    margin-right:5px;
}

ol.carousel-indicators {
    left: 0;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-height: 110px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width:100%;
    bottom:0px;
}

.carousel-indicators li {
    margin: 0 0 5px;
}

@media (max-width: 768px) {

    .occam-carousel {
        height: 250px;
    }

    .occam-carousel-image {
	    max-height:250px!important;     
    }

    .occam-block {
        width:100%;
    }  
    
    .occam-block.occam-block-large {
        width:100%;
        padding:20px;
    }       

    .occam-block.occam-block-large.hide-small {
        display:none;
    }

    .occam-block.occam-block-large-resized {
        display:inline-block;
    }

    .occam-block.occam-block-large > a img {
       width:100%;
        height:auto;    
        display: block;
        margin: 0 auto;
        clear: right;
	
    }

    .occam-block.occam-block-large-resized > a img {
       width:auto;
        height:100%;    
        display: block;
        margin: 0 auto;
        clear: right;
	    border-radius:15px;
    }

    .occam-block.occam-block-small > img {
       width:auto;
        height:100%;
        border-radius:15px;
        display: block;
        margin: 0 auto;
        clear: right;
    }

    .occam-block-login-inner {  
        width:100%;
    }

}


@media (min-width: 769px) {
    .carousel-indicators li {
        text-indent: 0;
        width: 90px;
        height: 100%;
        border: none;
        background-color: transparent;
    }

    .carousel-indicators li.active {
        text-indent: 0;
        width: 90px;
        height: 100%;
        border: none;
        background-color: transparent;
    }

    .occam-block.occam-block-large-resized {
        display:none;
    }

   
}

#slider label {
  position: absolute;
  width: 20px;
  margin-top: -20px;
  margin-left: -10px;
  text-align: center;
}


#slider.ArrivalTimeSlider {
    margin-top: 25px;
}

.product-grid {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.product-item {
    display: block;
    border-color: #c8c8c8;
    border-style: solid;
    border-width: 1px 1px 2px;
    float: left;
    list-style-type: none;
    margin: 1px 1px 0px 0px;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}

.product-image {
    height: 100px;
    margin: 0 0 .4em;
    text-align: center;
}

.product-cart-image {
    height: 50px;
    margin: 0 0 .4em;
    text-align: center;
}

.product-title {
    word-wrap: break-word;
    text-align: center;
}

.product-quantity {
    min-width: 55px;
    text-align: right;
}

.product-cart-quantity {
    float: right;
}

.product-cart-amount {
  text-align: right;
}

.product-cart-quantity-group {
    padding-top: 10px;
    vertical-align: text-bottom;  
}

.room-quantity {
    min-width: 45px;
    text-align: right;
}

.basket-quantity {
    min-width: 55px;
    text-align: right;
}


.wizard-button {
    display: block;
}

/* Mobile Styles */
/* Styles that are applied when at 768px or lower.*/
@media screen and (max-width: 768px) {
    .product-cart-image {
        display: none;
    }

    .product-cart-quantity {
        float:none
    }

    .product-cart-quantity-group {
        padding-top: 0px;
        vertical-align: text-bottom;  
    }

    .product-cart-amount {
      text-align: left;
    }

}


.occam-payment-plan {
    display: inline-block;
    margin: 15px;
    width: 450px;
}

/* Mobile Styles */
/* Styles that are applied when at 768px or lower.*/
@media screen and (max-width: 768px) {

    .occam-payment-plan {        
        width: 97%;
    }
}

.no-padding {
    padding:0px;

}

.payment-method {
    margin-left:15px;
    margin-top:10px;
}


body {
    padding-right: 0px;
    padding-left: 0px;
}

/*Home Page (Student)*/
div#HomeCarousel.carousel.slide img {
    height: 740px;
    width: 100%;
}

.carousel-control.left.home, .carousel-control.right.home {
    background-image: none;
    opacity: .9;
    width:170px;
}

.carousel-control .glyphicon-chevron-left.home, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right.home, .carousel-control .icon-next {
    background-color: #777777;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin-right: -86px;
    margin-left: -86px;
    opacity: .8;
}

.container-fluid.home {
    padding-left: 0px;
    padding-right: 0px;
    margin-left:-15px;
    margin-right:-15px;
}

.overlay-top a, .overlay-bottom a {
    color: white;
    padding-left: 10px;
}

.overlay-bottom a {
    font-weight: bold;
}

    .overlay-top a:hover, .overlay-bottom a:hover {
        text-decoration: none;
    }

.overlay-top a {
    border: 2px solid white;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.background-top {
    background-color: #777777;
    opacity: .8;
    height: 175px;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.overlay-top {
    position: absolute;
    z-index: 12;
    width: 100%;
    color: white;
    top: 10%;
    height: 125px;
}

.overlay-bottom {
    position: absolute;
    z-index: 12;
    color: white;
    left: 38%;
    margin-top: 693px;
    background-color: #777777;
    opacity: .8;
    z-index: 12;
}

.link-1 {
    width: 250px;
}

.link-2 {
    width: 250px;
    border-left: 2px solid #4A4A4A;
}

.link-1, .link-2 {
    display: inline-block;
    height: 48px;
    padding-top: 15px;
}

.left.homecontent {
    float: left;
    margin-left: 20px;
    padding-top: 27px;
}

.right.homecontent {
    float: right;
    opacity: 1;
    padding-top: 77px;
    padding-right: 140px;
}

.left-content, .right-content {
    display: inline-block;
}

.right-content {
    float: right;
}

/*Home Page (Guarantor*/
.overlay-main-guarantor{
	background-color: #777777;
	opacity: .8;
	height: 370px;
	position:absolute;
 	width:335px;
	color: white;
	left: 42%;
	margin-top: 123px;
}

.overlay-main a{
	color: white;
}

.overlay-main h1{
	margin-top: 0px
}

.overlay-main-content{
	padding: 21px;
	text-align: center;
	padding-top: 32px;
}

.guarantor-home-image img{
	width: 100%;
    height: 740px;
}

.btn-primary.guarantor-home{
	background: none;
	border: 2px solid white;
	border-radius: 12px;
	margin-left: 142px;
	height: 30px;
	margin-top: 14px;
	padding-top: 2px;
}


/*Loggedin Home Page (Student)*/
div.home-blocks {
    margin-left: 75px;
}

div.col-sm-4.occam-block.occam-block-apply,
div.col-sm-4.occam-block.occam-block-view,
div.col-sm-4.occam-block.occam-block-statement,
div.col-sm-4.occam-block.occam-block-help {
    height: 350px;
    width: 225px;
    border-radius: 0px;
    color: white;
}

div.col-sm-4.occam-block.occam-block-apply {
    background-color: #6cbec2;
}

div.col-sm-4.occam-block.occam-block-view {
    background-color: #e49a2c;
}

div.col-sm-4.occam-block.occam-block-statement {
    background-color: #94csse;
}

div.col-sm-4.occam-block.occam-block-help {
    background-color: #d84687;
}

div.col-sm-4.occam-block img {
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

div.col-sm-4.occam-block.occam-block-view img {
    height: 200px;
    width: 175px;
    margin-top: -25px;
}

div.col-sm-4.occam-block.occam-block-view h2 {
    margin-top: -20px;
}

div.col-sm-4.occam-block p {
    font-size: 20px;
    margin-top: 15px;
}

div.col-sm-4.occam-block h2 {
    margin-top: 35px;
}

div.col-sm-4.occam-block p, div.col-sm-4.occam-block h2 {
    margin-left: 10px;
    margin-right: 10px;
}

div.col-sm-4.occam-block a:hover {
    text-decoration: none;
}

div.arrows {
    float: right;
    font-size: 30px;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 10px;
}



/*Loggedin Home Page (Guarantor)*/
.home-guarantor-guarantee-block, .home-guarantor-help-block {
    height: 400px;
    width: 500px;
    display: inline-block;
    color: white;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 1px;
}

    .home-guarantor-guarantee-block img, .home-guarantor-help-block img {
        display: block;
        margin: auto;
        height: 200px;
        margin-top: 20px;
    }

    .home-guarantor-guarantee-block h2, .home-guarantor-guarantee-block p, .home-guarantor-help-block h2, .home-guarantor-help-block p {
        margin-left: 45px;
    }

    .home-guarantor-guarantee-block p, .home-guarantor-help-block p {
        font-size: 20px;
    }

.home-guarantor-guarantee-block {
    background-color: #6CBEC2;
    padding-top: 21px;
}

.home-guarantor-help-block {
    background-color: #E49A2C;
    margin-right: 20px;
}

.home-guarantor-guarantee-block h2 {
    margin-top: 0px;
}

div.arrows {
    margin-right: 45px;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

/*Login Page (Student)*/
.form-group.login-page {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    background-color: #e7e6e6;
    height: 330px;
    width: 540px;
}

.control-label.login-page {
    width: 170px;
    text-align: left;
}

.col-sm-10.login {
    width: 370px;
}

a#forgottenPasswordLink.col-sm-offset-2.col-sm-10 {
    margin-left: -0.333%;
}

.col-xs-offset-2.col-sm-10.button {
    margin-left: -0.333%;
}

/*Login Page (Guarantor)*/
.main-right-content{
	float: none;
	width: 100%;
}

.form-group.guarantor.login-page{
	width: 97%;
	padding-top: 20px;
    padding-left: 20px;
}

.form-group.login-page h2{
	margin-top: 0px;
}

/*Map on Search Results*/
iframe {
    width: 100%;
    margin-top: -10px;
}

.col-sm-6.col-xs-12.map {
    width: 49%;
    padding-right: 0px;
}


/*Dropdown*/
.licence-dropdown {
    color: black;
}



.bg-success.arrival, .bg-danger.photo {
    background-color: #EAEFF7;
}


.has-success .form-control, .has-error .form-control {
    border-color: #ccc;
}

.home-mobile-view {
    display: none;
}

.sidebar-offcanvas-header {
    display: none;
}

.page-header-small {
    display: none;
}

.sidebar-offcanvas-header img {
    height: 20px;
}

.sidebar-offcanvas-header {
    background-color: #5B9BD5;
    margin-bottom: -15px;
}

.sidebar-offcanvas-content {
    text-align: right;
    color: white;
    padding: 5px;
}


.btn-primary.toggle {
    display: inline-block;
    margin: 8px;
}

.panel-heading.inventory {
    display: inline-block;
    vertical-align: middle;
}

.new-user {
    padding-bottom: 10px;
}

/*Pathway Block*/
.pathwayblock-link {
    position: relative;
    text-align: left;
}

.pathway-wrapper {
    text-align: center;
}

.pathwayblock {
    text-align: center;
}

.pathwayblock-link:hover, .pathwayblock-link.hover, .pathwayblock-link:active, .pathwayblock-link.active, .pathwayblock-link:focus, .pathwayblock-link.focus {
    text-decoration: none;
}

/* Search filter */
div.filter-button {
    background-color:#5b9bd5;
    text-align:right;
    color:white;
    padding:8px;
    cursor:pointer;
}

div.filter-button img {
    height:20px;
}

div.sidebar-search-content {
    padding-bottom:0px;

}

#searchResults {
    display: inline-block;
    width: 890px;
}

@media screen and (max-height: 826px) {
    .overlay-top {
        top: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .form-group.login-page {
        width: 440px;
    }

    div.sidebar {
        width: 25%;
    }

    #searchResults {
        width: 70%;
    }
}

@media screen and (max-width: 1193px) {
    

    .overlay-top {
        top: 15%;        
    }

    .overlay-bottom {
        left: 30%;
    }

    .carousel-control .glyphicon-chevron-left.home, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right.home, .carousel-control .icon-next {
        margin-right: -71px;
        margin-left: -71px;
    }

    div.sidebar {
        width:25%;
    }

    #searchResults {        
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    .home-mobile-view {
        display: inherit;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-computer-view {
        display: none;
    }    

    #searchResults {
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
    .form-group.login-page {
        width: 330px;
    }

    .home-image img {
        width: 100%;
    }    
}

@media screen and (max-width: 768px) {

    #searchResults {
        display: inline-block;
        width: 100%;
    }
  

    table.occam-table thead.status {
        display: block;
    }

    .sidebar-offcanvas-header {
        display: inherit;
    }

    .shortTableData.mobile {
        border-top-width: 0px !important;
    }

    .page-header-small {
        display: inherit;
    }

    .page-header-large {
        display: none;
    }

    .home-image img {
        width: 100%;
    }

    .home-page-text p {
        margin-top: 10px;
        text-align: center;
    }

    .mobile-search .btn-primary, .login-button .btn-primary, .new-user .btn-primary {
        width: 100%;
    }

    .login-button {
        margin-top: 10px;
    }

    div.home-blocks {
        margin-left: 115px;
    }


    .form-group.login-page {
        width: 330px;
    }


    .sidebar-offcanvas {
        background-color: #D2DEEF;
        border-radius: 0px;
        margin-bottom: -10px;
    }

    .btn-primary.form-control.mobile {
        border-radius: 30px;
        width: 94%;
        margin-left: 15px;
    }

    .btn-primary.mobile {
        border-radius: 30px;
    }

    .occam-table.results {
        margin-left: -10px;
    }

    table.occam-table div.tableData.mobile {
        float: left;
    }

    .col-sm-1.mobile {
        width: 50px;
        display: inline-block;
        padding-left: 25px;
    }

    .col-sm-10.mobile {
        padding-left: 25px;
    }

    .sidebar-content {
        padding: 0px;
        padding-left: 15px;
    }

    .sidebar-content.sidebar-results {
        padding: 0px;
        padding-left: 0px;
    }

    .sidebar-offcanvas {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .hidden-sm.hidden-md.hidden-lg.mobile {
        border-top: 0px;
    }

    .licence-dropdown {
        display: inline-block !important;
    }

    .EndDate-mobile {
        display: inline-block;
    }

    table.occam-table.mobile-view thead {
        display: table-caption;
    }

    table.occam-table.mobile-view tbody tr {
        border-bottom: 2px solid white;
    }


        table.occam-table.mobile-view tbody tr td:first-child {
            background-color: #D2DEEF;
            color: black;
            border-style: none;
        }

    table.occam-table.mobile-view tbody td {
        display: table-cell;
    }

    table.occam-table.mobile-view tbody td {
        width: 50px;
        padding-left: 0px;
    }

        table.occam-table.mobile-view tbody td.mobile {
            width: 250px;
        }

    .table-tick-box.mobile {
        float: right;
    }

    .p-table-mobile {
        margin-top: -10px;
    }

    .attribute-table-mobile {
        margin-top: -20px;
    }

    .form-control.attribute {
        display: inline;
    }

    .occam-sub-table.dashboard thead {
        display: inline;
    }

    .occam-table.results {
        width: 103%
    }

    .occam-table.mobile-view th {
        width: 688px !important;
    }

    .home-blocks a:hover {
        text-decoration: none;
    }

    .col-sm-6.col-xs-12.map {
        width: 100%;
        padding: 0px;
    }
}

@media screen and (max-width: 748px) {
    .left-content, .right-content {
        width: 100%;
    }

    .form-group.login-page {
        width: 95%;
    }

    .right-content {
        float: none;
    }
}

@media screen and (max-width: 415px) {
    .occam-table.results {
        width: 107%
    }

    div.home-blocks {
        margin-left: 25px;
    }

    .occam-table.mobile-view th {
        width: 326px !important;
    }

    .table-tick-box.mobile {
        margin-top: -20px;
    }
}

@media screen and (max-width: 376px) {


    .col-sm-10.login {
        width: 280px;
    }
}

@media screen and (max-width: 332px) {
    .occam-table.results {
        width: 108%
    }

    .form-group.login-page {
        width: 275px;
        margin-left: 0px;
        padding-left: 10px;
        margin-right: 0px;
        height: 325px;
    }

    .occam-table.mobile-view th {
        width: 251px !important;
    }

    .home-blocks {
        margin-left: 0px !important;
    }
}

/*Footer Styles */
.main-footer {
    background-color: #101010;
    color: #fff;
    width: 100%;
}

div.language-footer {
    background-color: #101010;
    color: #fff;    
    text-align: right;
}

.contact-us, .legal {
    padding-left: 190px;
}

.follow-us, .room-service {
    padding-left: 290px;
}

@media screen and (max-width: 992px) {

    .contact-us, .legal {
        padding-left: 100px;
    }

    .follow-us, .room-service {
        padding-left: 90px;
    }
}

@media screen and (max-width: 768px) {

    .contact-us, .legal {
        padding-left: 30px;
    }

    .follow-us, .room-service {
        padding-left: 30px;
    }
}

@media screen and (min-width: 768px) {


    .follow-us, .room-service {
        padding-left: 190px;
    }
}

/* Heading Styles */

.navbar-brand {
    padding-top: 0px;
}


/* Booking notes payment plan group */
.payment-plan-group {
    margin:0px;
    padding-right:0px;
}


@media screen and (max-width: 768px) {

    .payment-plan-group {
        padding-left:0px;
    }
}

div.wait-indicator {
    display:none;
}

div.wait-indicator > img {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

div.wait-indicator > p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    margin-top:5px;
    font-weight:bold;
    font-size:large;
}

ol.breadcrumb {
    margin-top:15px;
}

/* Styles for tables within the Occam portal. 
 * It contains the following (search for the name to find where the values are defined)
 *  1) Table Styles
 *  2) Header Styles
 *  3) Row Styles
 *  4) Column Styles
 *  5) Sub Table Styles
 *  6) Sub Table Styles - Header
 *  7) Sub Table Styles - Columns
 *  8) Button Styles
 *  9) Small Table
 *  10) Mobile Styles
 *  11) Mobile Styles - Header
 *  12) Mobile Styles - Columns
 *  13) Mobile Styles - Columns Full Row
 *  14) Mobile Styles - Table Contents
 *  15) Mobile Styles - Sub Table
*/
/* Table Styles */
table {
    width: 100%;    
}

table.occam-table
{
      margin-bottom:15px;
      margin-top:15px;   
      border-collapse:collapse; 
	  /*min-width: max-content;*/
}
th.table-long {
    min-width: 430px;
}
table.occam-table.occam-column-table
{
      margin-bottom:5px;
      margin-top:0px;   
      border-collapse:collapse;   
}

/* Header Styles. These are the styles for headings in tables */

/* Hides a header div on the induction page.*/
div.thead-div 
{ 
    display: none; 
}

/* The standard header for any occam table. */
table.occam-table th
{
      background-color:#5B9BD5;
      padding:2px;
      border-bottom: 2px solid white;
      color:white;      
}

/* Any buttons displayed in the table header need to be placed correctly. */
th.occam-table-button-header {
    min-width:20%;    
    text-align:center;
}


/* On the search results page, some of the rows in the table are "header" rows
 * for each result. So we need to give that the colour of a heading.
*/
table.occam-table tr.resultHeading td
{
      background-color:#5B9BD5;
      padding:2px;
      border-bottom: 2px solid white;
      border-top:10px solid white;
      color:white;           
}


/* Row Styles */
/* This is the summary row on tables that have a total at the bottom, such as the application payment
 * page.
*/
table.occam-table tr.summary-row > td {
	background-color:#648EC8;    
    color:white;
}

/* This is a warning row, if there is a reason to highlight a row in the table. */
table.occam-table tr.warningRow td
{
      background-color:#FF7D7D;      
}

/* This is a row that needs to be highlighted, but not warned about. So it's a different colour.*/
table.occam-table tr.highlight td {
    background-color:#ff6666;     
}

/* Column styles */
/* The standard column in an Occam table.*/
table.occam-table td
{
      background-color:#D2DEEF;
      border: 2px solid white;
      padding:5px;            
}

/* When in some cases when there is just a single column in the grid, we want to add a border.
*/
td.single-row-column {
    border:solid white 2px;
}


/* When a grid is marked as empty we want to center the text in it. */
td.empty-grid {
    text-align:center;
}

/* Currency column values should be aligned to the right. */
td.currency-column {
    text-align:right;
}

th.currency-column {
    text-align: right;
}

input.table-date {
    width:125px;
	display:inline-block;	
}


/* Make sure that images are aligned in the center when in a table */
.imagecolumn {
    text-align:center;
}

td.image-top-column {
    vertical-align : top;
    text-align:center;
}

td.imagecolumn > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.occam-table img {
    max-width:150px;
    max-height:150px;
}

table.occam-table img.attribute-img {
    max-width:30px;
    max-height:30px;
    margin:5px;
}


/* Sub Table Styles */
/* Ensure that the borders are not visible for the sub table. */
table.occam-table table.occam-sub-table
{
    border-collapse: collapse;
    border-style: hidden;
}

/* Sub Table Styles - Header */
/* The heading for any sub table */
table.occam-table table.occam-sub-table th
{
      background-color:#D2DEEF;
      border: 2px solid white;      
      padding:5px;
      color:black;
      font-weight:normal;
      font-style: italic;
}

/* In any column that contains a sub table, we want to ensure there is no padding
 * so that everything aligns correctly.
*/
table.occam-table .sub-table-container-column
{      
      padding:0px;
}

/* Sub Table Styles - Columns */
table.occam-table table.occam-sub-table td
{
      background-color:#EAEFF7;
      border: 2px solid white;
      padding:5px;
}

/* When there is a nested column (such as the catering/service details in search results),
 * we want to be able to display those columns differently.
*/
table.occam-table td.subColumn
{
     background-color:#EAEFF7;
     border: 2px solid white;
     padding-bottom:0px;
}


/* Button Styles */
/* Any buttons in the table want to be placed in the correct position. */
div.table-button {       
   margin:auto;         
   padding:5px;
}

div.more-information-toggle {
	text-align:center;
	background-color:#D8D8D8;
	height:100%;
	width:100%;
	display:inline-block;		
}

div.more-information-toggle-click-area
{
	cursor:pointer;
}

div.more-information-details {	
	background-color:#fff;
	margin:5px;
	display:none;
	padding:10px;
}

td.more-information-column-small
{
	display:none;
}	

table.occam-table tbody tr.subTableRow button 
{ 
    width:100%;
}

table.occam-table tbody tr.basket-row button 
{ 
    width:100%;
}

/* Small Table */
table.occam-table.occam-table-small
{
    margin-top:0px;
    font-size:small;
}


/* Mobile Styles */
/* Styles that are applied when at 768px or lower.*/
@media screen and (max-width: 768px) { 
            
    table.occam-table td.more-information-column {
		display:none;
	}

    /* Mobile Styles - Header*/
    /* We hide the head row when we switch to a smaller sive. Since the first column will become the header.
    */
    table.occam-table thead 
    { 
        display: none; 
    }
    
    div.thead-div 
    { 
        display: block; 
    }

    table.occam-table div.tableData
    {                        
        display:inline-block;
    }

    /* Mobile Styles - Columns */
    /* The column styles here adjust the columns so that each column is on its own row, with the
     * data-th attribute as the caption to the left.
    */
    table.occam-table tbody td 
    { 
        display: block; 
        padding: .8rem; 
        border: 0px;
    }

    table.occam-table tbody tr.basket-row 
    { 
        border: 2px solid white;
    }

    .table-column-light {
        background-color:#D2DEEF;
        color:black;        
    }

    table.occam-table tbody tr td:first-child 
    { 
        background-color:#5B9BD5;
        padding:2px;      
        color:white;            
        border-style: solid;
        border-color: white;
        border-top-width:10px;                
    }

    table.occam-table tbody td:before 
    {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 12rem;     
        vertical-align:top;   
       
    }


    /* Mobile column styles here adjust the columns so that they display correctly for the subTableRow used in CL search screen.
    */

    table.occam-table div.tableData.fullWidthTableData
    {                        
        display:block;
    }

    table.occam-table tbody tr.subTableRow td:first-child 
    { 
        background-color:#D2DEEF;
        padding:5px;      
        color:black;            
        border: 2px solid white;
    }

    table.occam-table tbody tr.subTableRow td
    {
          background-color:#D2DEEF;
          border: 2px solid white;
          border-top-width:0px;                
          padding:5px;            
    }

    table.occam-table tbody tr.subTableRow td.subColumn
    {
         background-color:#EAEFF7;
         border: 2px solid white;
         border-top-width:0px;                
         padding-bottom:3px;
    }

    /* Mobile Styles - Columns Full Row */
    /* In some cases if there is just a single column for the entire
     * row (not column row as above), we need to adjust the column
     * so that the caption text is hidden and the column fills the entire row.
     * An example of this is in the InspectionRoom page.
    */
    table.occam-table tbody td.single-row-column:before 
    {        
        display: none;                   
    }

    table.occam-table td.single-row-column a 
    { 
        width:auto;
        float:right;
    }

    table.occam-table td.single-row-column span 
    {
        display: inline-block;
        margin-top: 8px;
    }

    table.occam-table tbody td.single-row-column {
        border-style: solid;
        border-color: white;            
        border-top-width:2px;          
        height:75px;               
    }

    
    /* Mobile Styles - Table Contents*/
    /* Ensure that buttons and links span the full width of the table
     * when in mobile view.
    */
    table.occam-table button 
    { 
        width:98%;
    }

    table.occam-table a 
    { 
        width:98%;
    }
    
    table.occam-table.occam-table-small {        
        font-size:inherit;
    }

     
    /* Make sure that images are sized correctly on the mobile screen. */       
    table.occam-table img {
        max-width:250px;
        max-height:250px;
    }

    /* Currency should be aligned to the left on mobile */
    td.currency-column {
        text-align:left;
    }

    th.currency-column {
        text-align: left;
    }

    /* Mobile Styles - Sub Table */
    table.occam-table table.occam-sub-table td.occam-sub-table-data-column {
        background-color:#EAEFF7;
        color:black;        
    }

    table.occam-table td.sub-table-container-column table.occam-sub-table td:first-child  {        
        border-top:2px;
        border-style: solid;
        border-color: white;
    }
    
    table.occam-table .sub-table-container-header
    {      
      display:none;
    }

    table.occam-table .sub-table-container-column
    {      
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;            
    }        
}

/* Styles for buttons within the Occam portal. Other buttons are currently defined in occam.css.
 * It contains the following (search for the name to find where the values are defined)
 *  1) Task Group Summary
*/

/* Task Group Summary */
div.group-summary {
    white-space:nowrap;
    overflow-x:auto;
}

div.group-summary-button {
    display:inline-block;
    height:85px;
    background-color:#d2deef;
    min-width:250px;
    text-align:center;
    margin-top:25px;
    margin-left:15px;
    margin-bottom:15px;
    cursor:pointer;
    transition:opacity 0.5s;
    font-size:large;
    font-weight:bold;
    padding-top:20px;
    
}

div.group-summary-button:hover {    
    transition:opacity 0.5s;    
    opacity:0.6;
}

div.group-summary-selected {
    background-color:#5b9bd5;
}

div.item-list-group {
    height:250px;
    overflow-y:scroll;
    overflow-x:hidden;
}

div.item-list-item-header {
    background-color:#d2deef;
    padding:5px;
}

span.item-list-item-attachment {
    float:right;
}

div.item-list-item {
    margin:5px;
}

div.new-list-item {
    display:none;
}

div.new-list-item-buttons {
    
    padding:5px;
}

/*Fonts*/
@font-face {
    font-family: Roboto-light;
    font-weight: 300;
    font-style: normal;
    src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2"),url(data:application/font-woff;charset=utf-8;base64,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) format("woff")
}

/*Header/Navbar Styles*/
/*Navbar Text*/
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a.active {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: white;
        text-decoration: none;
        background-color: #005C85;
        height: 100%;
    }

.navbar-text {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-top: 45px;
    line-height: 20px;
}

.navbar-inverse .navbar-text {
    color: white;
}

.dropdown-menu {
    padding: 0px;
}

    /*Navbar Dropdown Links*/
    .dropdown-menu > li > a {
        text-decoration: none;
        color: white !important;
        background-color: #005C85 !important;
    }

        .dropdown-menu > li > a:hover {
            color: white;
            text-decoration: none;
            background-color: #006E9F !important;
        }

/*Dropdown Toggle*/
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #006E9F;
    color: white;
}

/*Navbar Background*/
.navbar {
    background-color: #002E3B;
    border-color: #002E3B;
}

/*University Logo*/
.navbar-header img {
    height: 48px;
    width: 220px;
	margin-top: 15px;
}

/*navbar position*/
.navbar-collapse.collapse {
    height: 80px !important;
}

.navbar-nav {
    float: right;
}

/*Mobile Narbar Icon*/
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-inverse .navbar-toggle {
    background-color: #002E3B;
    border-color: #002E3B;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #002E3B;
        border-color: #002E3B;
    }

/*Header/Navbar Mobile View*/
@media screen and (max-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 7.5px 0px;
        width: 100%;
    }

    .navbar-collapse.collapse {
        height: auto !important;
    }

    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:active,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a.active {
        padding-top: 15px;
    }

    .navbar-collapse.collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-header {
        height: 80px;
    }

    .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-text {
        margin-top: 15px;
        margin-left: 15px;
        width: 100%;
    }
}

/*Body*/
body {
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 17px;
    color: black;
    background-color: white !important;
}

@media screen and (max-width: 768px) {
    .container-fluid.home {
        margin-top: 20px !important;
    }
}

/*Text*/
/*Headings*/
h1, h2, h3, h4, h5 {
    color: black;
    font-family: Roboto-light;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 19px;
}

.pathwayblock h3 {
    color: white;
}

/*2016 Style Relevant*/
.overlay-top {
    width: auto;
    right: 0;
    margin-right: 150px;
    margin-top: 70px;
}

.left.homecontent, .right.homecontent {
    float: none
}

    .left.homecontent h1 {
        color: white;
        font-size: 50px;
        margin-left: 10px;
        position: relative;
        z-index: 1;
    }

    .left.homecontent p {
        margin-top: 13px;
        margin-left: 10px;
        position: relative;
        z-index: 1;
    }

.right.homecontent {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0px;
}

.carousel-control .glyphicon-chevron-left.home, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right.home, .carousel-control .icon-next {
    background: none;
    border: 2px solid white;
    padding-top: 4px;
    opacity: 1;
}

.overlay-top a {
    border-color: #E73238;
    background-color: #E73238;
    text-decoration: none;
}

    .overlay-top a:hover {
        color: white;
        text-decoration: none;
    }

.home-blocks h2 {
    color: white;
}

/*Introduction h2 links*/
h2 > a {
    font-size: 24px;
    color: black;
    text decoraction: none;
}

/*Payment Plan Options Page Headings*/
div.panel-heading-option > h4.panel-title > a {
    color: black;
}

/*Paragraphs*/
.alert-danger {
    color: black;
}

.alert-success {
    color: black;
}

/*Links*/
a, u, .text-primary {
    text-decoration: underline;
    color: #005c84;
}

    a:hover, u:hover, a.text-primary:hover {
        color: #0091D2;
        text-decoration: underline;
    }

/*2016 Style Relevant*/
/*Home Page Links*/
.overlay-bottom {
    text-align: center;
}

.background-bottom {
    background-color: black;
    opacity: .5;
    position: absolute;
    margin-top: -49px;
    z-index: -1;
    height: 48px;
    width: 504px;
}

.overlay-bottom {
    background: none;
    opacity: .9;
}

    .overlay-bottom a {
        text-decoration: none;
    }

        .overlay-bottom a:hover {
            color: white;
            text-decoration: none;
        }

/*Contact Details Link*/
.nav-pills > li > a {
    color: #005c84;
    border: 2px solid #005c84;
    text-decoration: underline;
}

    .nav-pills > li > a:hover {
        color: #0091D2;
        text-decoration: underline;
        border-color: #0091D2;
    }

/*2016 Styles Relevent*/
/*Photo/Induction Warning*/
.bg-success.arrival, .bg-danger.photo {
    background-color: #F2F2F2;
}

/*Buttons*/
.btn, .btn:active, .btn.active, .btn:focus, btn.focus, .btn:disabled, .btn.disabled {
    text-decoration: none;
    border-radius: 2px;
    font-size: 14.4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 20px;
}

.btn-primary, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary:active, .btn-primary.active, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active,
.btn-primary:focus, .btn-primary.focus, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #e73238;
    border-color: #e73238;
}

    .btn-primary:hover {
        background-color: #e73238;
        border-color: #e73238;
        opacity: .9
    }

.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger:focus, btn-danger.focus, .btn-danger:disabled, .btn-danger.disabled {
    background: none;
    border-color: black;
    color: black;
}

    .btn-danger:hover {
        background: none;
        border-color: black;
        opacity: .9;
        color: black;
    }

.btn-success, .btn-success[disabled], fieldset[disabled] .btn-success,
.btn-success:active, .btn-success.active, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active,
.btn-success:focus, .btn-success.focus, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus,
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled, .btn-success:disabled {
    background-color: #002e3b;
    border-color: #002e3b;
}

    .btn-success:hover {
        background-color: #002e3b;
        border-color: #002e3b;
        opacity: .9;
    }

/*Panel Buttons (don't really need changing)*/
div.panel-heading > .btn.btn-primary.btn-EditApplication {
    height: 20px;
    padding: 0px 12px;
    font-size: 15px;
}


/*Finance Buttons*/
div.large-button.blue,
div.large-button.orange,
div.large-button.green,
div.large-button.red {
    background-color: #005C85;
    border-color: #005C85;
    color: white;
}

/*Contact Details Button*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #E73238;
    text-decoration: none;
    border-color: #E73238;
}

    .nav-pills > li.active > a:hover {
        color: white;
        background-color: #E73238;
        opacity: .9;
    }

/*2016 Styles Relevent*/
/*Loggedin Home Boxes*/
.home-blocks a {
    text-decoration: none;
}

div.home-blocks {
    margin-left: 0px;
}

div.col-sm-4.occam-block.occam-block-apply,
div.col-sm-4.occam-block.occam-block-view,
div.col-sm-4.occam-block.occam-block-statement,
div.col-sm-4.occam-block.occam-block-help,
div.col-sm-4.occam-block.occam-block-service-desk {
    background-color: #005C85;
    height: 350px;
    width: 208px;
    border-radius: 0px;
    color: white;
    margin: 7px;
}

    div.col-sm-4.occam-block.occam-block-view img {
        height: 100px;
        width: auto;
        margin-top: 20px;
    }

    div.col-sm-4.occam-block.occam-block-view h2 {
        margin-top: 35px;
    }

    div.col-sm-4.occam-block.occam-block-help p {
        margin-bottom: 40px;
    }

/*Pathway Application Block*/
.pathwayblock {
    background-color: #005C85;
    color: white;
}

/*Arrows Showing Page Steps*/
.occam-wizard a {
    padding: 12px 12px 10px 12px;
    margin-right: 5px;
    background: #cccecf;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: white;
}

    .occam-wizard a:before {
        width: 0px;
        height: 0px;
        border-top: 20px inset transparent;
        border-bottom: 25px inset transparent;
        border-left: 20px solid #fff;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }

    .occam-wizard a:after {
        width: 0px;
        height: 0px;
        border-top: 20px inset transparent;
        border-bottom: 25px inset transparent;
        border-left: 20px solid #cccecf;
        position: absolute;
        content: "";
        top: 0;
        right: -20px;
        z-index: 2;
    }

.occam-wizard .current {
    background: #3CBAC6;
    color: #fff;
}

    .occam-wizard .current:after {
        border-left-color: #3CBAC6;
    }
    /*Arrow Badges*/
    .occam-wizard .current .badge {
        background-color: #3CBAC6
    }

.badge {
    background-color: #777777
}



/*Property Search Filter Options*/
/*Title Links*/
.panel-title > a {
    color: black;
    text-decoration: none;
}

/*Header*/
.panel-search > .panel-heading {
    background-color: #f4f4f4;
    border: 1px solid #dadada;
}

/*Inner*/
.panel-search > .panel-collapse > .panel-body {
    background-color: white
}

/*2016 Styles Relevent*/
/*Mobile View*/
@media screen and (max-width: 768px) {
    /*Dropdown Filter Bar*/
    div.filter-button {
        background-color: #f4f4f4;
        border: 1px solid #dadada;
        color: black
    }

    /*Main Content Dropdown*/
    .sidebar-offcanvas {
        background-color: white;
        border: 1px solid #dadada;
    }
}

/*View Application Headings*/
.panel-default > .panel-heading {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid #dadada;
}

/*Calendar Top Bar*/
.ui-datepicker .ui-datepicker-header {
    background-color: #f4f4f4;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #6BB7D6;
}

.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 {
    border: 1px solid #e73238;
    background: none;
    background-color: white;
    color: #e73238;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #e73238;
    color: #e73238;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    color: #6BB7D6;
    border-color: #6BB7D6;
}

/*Add Guarantor Header*/
.modal-header {
    background-color: #f4f4f4;
    color: black;
}

/*Search Silder Background Colour*/
div.ui-slider-range, div.ui-slider {
    background-color: #ffffff;
    background-image: none;
}

/*Tables*/
/*Table Header*/
table.occam-table th {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid #dadada;
}

/*Left Hand Column*/
table.occam-table td {
    border: 1px solid #dadada;
    background: none;
}

/*Row Borders*/
table.occam-table tr {
    border: 1px solid #dadada;
}

/*Sub Table Headers*/
table.occam-table table.occam-sub-table th {
    border: 1px solid #dadada;
    color: black;
    background: none;
}

/*Sub Table Rows*/
table.occam-table table.occam-sub-table td {
    border: 1px solid #dadada;
    background: none;
}

table.occam-table td.subColumn {
    background: none;
    border: 1px solid #dadada;
}

/*Summary and Results Rows (Last Rows)*/
table.occam-table tr.summary-row > td {
    background-color: #f4f4f4;
    color: black;
}

table.occam-table tr.resultHeading td {
    color: black;
    background-color: #f4f4f4;
    border: 1px solid #dadada;
}

/*2016 Styles Relevent*/
/*Mobile View Rows*/
table.occam-table.mobile-view tbody tr td:first-child {
    background: none;
}

/*Mobile Table Header*/
@media screen and (max-width: 768px) {
    table.occam-table tbody tr td:first-child {
        background-color: #f4f4f4;
        padding: 2px;
        color: black;
        border-style: solid;
        border-color: white;
        border-top-width: 10px;
    }
}

/*Image Carousel*/
.occam-carousel {
    background-color: #f4f4f4;
}

/*Footer Styles To Go Here*/
div.main-footer {
    float: none;
    background-color: #002e3b;
    height: 311px;
}

.footer-content {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    margin: auto;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 260px;
}

    .footer-content span {
        color: #99ABB1;
    }

    .footer-content h2 {
        color: white;
        font-size: 16px;
        font-weight: 600;
        margin-top: 0px;
    }

    .footer-content p {
        margin: 0px;
    }

.col-sm-6.social {
    float: right;
    text-align: right;
}

    .col-sm-6.social h2 {
        margin-right: 82px;
    }

.social-media a {
    width: 42px;
    height: 42px;
    font-size: 22px;
}

.fa {
    width: 42px;
    height: 42px;
    font-size: 22px !important;
    text-align: right;
    color: #74C9E5;
}

    .fa:hover {
        color: #9FDAED;
    }

.footer-meta-content {
    color: #2B6476;
    margin: auto;
    width: 80%;
    font-size: 14px;
    height: 50px;
    padding-top: 13px;
}

.col-sm-6.RS {
    float: right;
    text-align: right;
}

.footer-meta-line {
    border: 1px solid #004255;
}

.RS-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .RS-mobile {
        display: inherit;
    }

    .col-sm-6.RS {
        display: none;
    }

    .col-sm-6.social {
        float: left;
        text-align: left;
        margin-top: 15px;
    }

    .fa {
        text-align: left;
    }

    .footer-content {
        height: 443px;
    }

    div.main-footer {
        height: 494px;
    }
}

/*Language Control*/
.language-footer {
    display: none;
}

/*Extra Layout For Footer If Needed*/
.footer-wraper {
    display: inline-block;
}

/*Terms and conditions on offer page*/
.col-sm-1.terms {
    padding-right: 0px;
    width: 50px;
    padding-top: 50px;
}

.col-sm-11.terms {
    padding-left: 25px;
}

@media screen and (max-width: 991px) {
    .col-sm-1.terms {
        padding-top: 83px;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-12.terms {
        display: flex;
    }

    .col-sm-1.terms {
        padding-top: 0px;
    }

    .col-xs-offset-2.col-sm-10 {
        margin-left: 10%;
    }
}

/*Padding for login boxes*/
.form-group.login-page {
    padding-top: 20px;
}

@media screen and (max-width: 332px) {
    .form-group.login-page {
        padding-top: 15px;
    }
}

/*home page button width*/
.mobile-search .btn-success, .login-button .btn-success, .new-user .btn-success {
    width: 100%;
}

/*height of login boxes*/
@media screen and (max-width: 911px) {
    .form-group.login-page {
        height: 373px;
    }
}

@media screen and (max-width: 332px) {
    .form-group.login-page {
        height: 358px;
    }
}

/*search results page fixes*/
td.shortTableData h3 {
    margin-top: 10px;
}

.resultstableheader {
    padding-left: 15px;
}

/*Results details fixes*/
@media screen and (max-width: 768px) {
    .results-start-date {
        display: inline-block
    }
}

/*new mobile layout for loggedin home page*/
@media screen and (max-width: 768px) {
    div.col-sm-4.occam-block p {
        display: none;
    }

    div.col-sm-4.occam-block h2 {
        display: inline-block;
        margin-top: 0px;
    }

    div.home-blocks {
        margin-left: 0px;
    }

    div.col-sm-4.occam-block {
        width: 100% !important;
        height: 75px !important;
        padding-top: 17px !important;
    }

        div.col-sm-4.occam-block img {
            height: 50px;
            display: inline-block;
            margin-top: -12px;
        }

        div.col-sm-4.occam-block.occam-block-view h2 {
            margin-top: 2px
        }

        div.col-sm-4.occam-block.occam-block-view img {
            height: 50px;
            width: auto;
            margin-top: -7px;
        }

    div.arrows {
        margin-top: 0px;
    }
}

/*dashboard fixes*/
@media screen and (max-width: 768px) {
    table.occam-table table.occam-sub-table td.occam-sub-table-data-column {
        border: none !important;
    }

    table.occam-table tbody.dashboard td:before {
        content: inherit;
    }

    .dashboard-session {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
}

/*preference fixes*/
@media screen and (max-width: 768px) {
    td.addpreference {
        border-top: 0px !important;
    }

        td.addpreference::before {
            content: inherit !important;
        }

    tr.Category1 td.mobile-category {
        border-top: 0px !important;
    }

    table.occam-table.mobile-view tbody tr {
        border-bottom: 1px solid #dadada;
    }

    .attribute-table-mobile {
        color: black;
    }
}

/*Terms and conditions page fixes*/
.form-horizontal .has-feedback .form-control-feedback {
    position: static;
    float: right;
    display: inline-block;
    margin-top: 39px;
    Margin-right: -34px;
}

@media screen and (max-width: 998px) {
    .form-horizontal .has-feedback .form-control-feedback {
        margin-top: 73px;
    }
}

@media screen and (max-width: 768px) {
    .form-horizontal .has-feedback .form-control-feedback {
        margin-top: -8px;
    }

    .col-sm-11.terms {
        padding-right: 27px;
    }
}

/*Payment plans options table mobile*/
/*To fix issue on payment options table*/
@media screen and (max-width: 768px) {
    .payment-options-mobile {
        display: table-cell !important;
        border: 2px solid #A8A8A8 !important;
    }

        .payment-options-mobile::before {
            display: table-column-group !important;
        }

    .payment-options-thead {
        display: table-header-group !important;
    }

    .payment-options-mobile:first-child {
        background-color: #f4f4f4 !important;
        border-style: initial !important;
        color: #575757 !important;
    }

    .panel-body-select {
        bottom: -8px;
    }

    .payment-options-mobile.summary, .payment-options-mobile.summary:first-child {
        background-color: #3EAEE4 !important;
        color: white !important;
    }
}

/*housing hand/guarantor mobile fix*/
@media screen and (max-width: 768px) {
    .content-aligntop {
        display: table !important;
        width: 100%;
    }

    .col-sm-6.content-aligntop {
        width: 100%;
    }
}

/*line on pathway blocks*/
.pathwayblock-link {
    text-decoration: none;
}

/*center preference buttons*/
.preferences-down {
    max-width: 137px;
    margin: auto;
}

.preferences-up {
    max-width: 119px;
    margin: auto;
}

/*guarantor page*/
.form-control-feedback.glyphicon.glyphicon-ok, .form-control-feedback.glyphicon.glyphicon-remove {
    position: absolute;
    right: 0;
    display: block;
    margin-top: 0px;
}


/*image caption on carousel*/
.carousel-caption {
    padding-bottom: 5px;
    padding-top: 0px;
    margin-bottom: -20px;
    background-color: #002E3B;
    width: 100%;
    left: 0%;
    right: 0%;
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        margin-bottom: -3px;
    }

    ol.carousel-indicators {
        max-height: 62px;
        height: 62px;
    }
}

@media screen and (max-width: 768px) {
    td.hidden-sm.hidden-md.hidden-lg.search-mobile-header {
        border-top-width: 0px;
    }

        td.hidden-sm.hidden-md.hidden-lg.search-mobile-header:before {
            content: inherit;
        }
}

table.occam-sub-table {
    border: 1px solid #dadada;
}

/*!
 *  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('../font-awesome/fontawesome-webfont.eot');
  src: url('../font-awesome/fontawesome-webfont.eot') format('embedded-opentype'), url('../font-awesome/fontawesome-webfont.woff2') format('woff2'), url('../font-awesome/fontawesome-webfont.woff') format('woff'), url('../font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/fontawesome-webfont.svg') 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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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;
}

