/* ============ Start of jquery-ui-1.11.2.custom.min.css ============ */
/*! jQuery UI - v1.11.2 - 2015-01-13
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 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-clearfix {
    min-height: 0
}

.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
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.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-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.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-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.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-dialog {
    overflow: hidden;
    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-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.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 {
    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-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-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-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    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: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.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;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url("https://images.staticjw.com/lyn/8134/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("https://images.staticjw.com/lyn/8156/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("https://images.staticjw.com/lyn/3469/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    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 {
    border: 1px solid #999;
    background: #dadada url("https://images.staticjw.com/lyn/7068/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.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 {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url("https://images.staticjw.com/lyn/3689/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("https://images.staticjw.com/lyn/9963/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("https://images.staticjw.com/lyn/7252/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.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("https://images.staticjw.com/lyn/3953/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("https://images.staticjw.com/lyn/3953/ui-icons_222222_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("https://images.staticjw.com/lyn/7901/ui-icons_888888_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("https://images.staticjw.com/lyn/9377/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("https://images.staticjw.com/lyn/9377/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("https://images.staticjw.com/lyn/7017/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("https://images.staticjw.com/lyn/9901/ui-icons_cd0a0a_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("https://images.staticjw.com/lyn/7407/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("https://images.staticjw.com/lyn/7407/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

/*
     FILE ARCHIVED ON 14:44:28 Nov 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:02:03 May 14, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 51.058 (3)
  esindex: 0.011
  captures_list: 79.819
  CDXLines.iter: 22.213 (3)
  PetaboxLoader3.datanode: 66.241 (4)
  exclusion.robots: 0.342
  exclusion.robots.policy: 0.329
  RedisCDXSource: 2.381
  PetaboxLoader3.resolve: 56.035
  load_resource: 83.615
*/
/* ============ End of jquery-ui-1.11.2.custom.min.css ============ */

/* ============ Start of cms.css ============ */
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
    font-size: 13px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.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 .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}


.modal .close:hover,
.modal .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.modal .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.modal .btn-primary.active {
    color: rgba(255, 255, 255, 0.75);
}

.modal .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.modal .btn-primary:hover,
.modal .btn-primary:focus,
.modal .btn-primary:active,
.modal .btn-primary.active,
.modal .btn-primary.disabled,
.modal .btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.modal .btn-primary:active,
.modal .btn-primary.active {
    background-color: #003399 \9;
}

input[type=image].public-cms {
    outline: none;
    width: auto;
}

.row-fluid {
    width: 100%;
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
}

.modal-body label,
.modal-body input,
.modal-body button,
.modal-body select,
.modal-body textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    display: block;
}

.modal-body textarea,
.modal-body input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: none;
}


.modal-body .radio,
.modal-body .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

.modal-body .radio input[type="radio"],
.modal-body .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.modal-body .controls > .radio:first-child,
.modal-body .controls > .checkbox:first-child {
    padding-top: 5px;
}

.modal-body .radio.inline,
.modal-body .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.modal-body .radio.inline + .radio.inline,
.modal-body .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

.modal ul {
    list-style: none;
}

.modal ul.radio li {
    float: none;
    border-right: none;
}

.modal legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.modal button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 10%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/*
     FILE ARCHIVED ON 15:18:15 Nov 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:02:05 May 14, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 530.828 (3)
  esindex: 0.005
  captures_list: 545.641
  CDXLines.iter: 11.142 (3)
  PetaboxLoader3.datanode: 667.013 (4)
  exclusion.robots: 0.284
  exclusion.robots.policy: 0.274
  RedisCDXSource: 0.777
  PetaboxLoader3.resolve: 162.248
  load_resource: 300.32
*/
/* ============ End of cms.css ============ */

/* ============ Start of main.css ============ */
body {
    font-family: Calibri;
    font-size: 15px;
    line-height: 150%;
    color: #212121;
    padding: 0;
    margin: 20px 0;
    background-color: #e8ebe9;
}

.print-only {
    display: none;
}

/*  [common]  */
.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.w100 {
    width: 100%;
}

a {
    color: #006fb9;
    text-decoration: none;
    font-size: 15px;
}

a:hover {
    color: #006fb9;
    text-decoration: underline;
}

/*h1 a,
h2 a,
h3 a,
h4 a {
    font-weight: normal;
}*/

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: underline;
    /*font-weight: normal;*/
}

/*  [/common]  */

/*  [fonts]  */

h1, h2, h3, h4 {
    margin: 0;
    line-height: 130%;
}


h1 {
    margin: 0 0 0.8em 0;
    color: #789c35;
    font-family: Calibri;
    font-weight: bold;
    font-size: 26px;
}

h1 a,
.content-item-inner h1 a {
    margin: 0 0 0.8em 0;
    color: #006fb9;
    font-family: Calibri;
    font-weight: bold;
    font-size: 26px;
}

h2 {
    margin: 0.25em 0;
    font-size: 18px;
    font-family: Calibri;
    font-weight: bold;
    color: #789c35;
    background-color: none;
}

h2 a {
    margin: 0.25em 0;
    font-size: 18px;
    font-family: Calibri;
    font-weight: bold;
    color: #006fb9;
    background-color: none;
}

h3 {
    font-family: Calibri;
    font-size: 15px;
    margin: 10px 0 5px 0;
    color: #212121;
    font-weight: bold;
    background-color: none;
}

h3 a {
    font-family: Calibri;
    font-size: 15px;
    margin: 10px 0 5px 0;
    color: #006fb9;
    font-weight: bold;
    background-color: none;
}

h3.jasennys {
    margin: 10px 0 5px 0;
}

h4 {
    color: #5a5a5a;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

h4 a {
    color: #006fb9;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

h4.content {
    color: #5a5a5a;
}

p {
    margin: 0 0 5px 0;
}

/* 'h4' to look like 'strong' in sidebar */
div.sidebar div.content-item div.content-item-inner h4 {
    color: #5a5a5a;
    margin: 5px 0 0 0;
}

div.sidebar div.content-item div.content-item-inner strong {
    color: #212121;
}

.content-main a {
    color: #006FB9;
}

.content-main ul.vertical li a {
    color: #006FB9;
    font-weight: bold;
}

.content-item .box-text a {
    font-weight: bold;
}


/*  [/fonts]  */

/*  [page layout]  */
.wrapper {
    width: 940px;
    background: #fff;
    margin: 0 auto;
    padding: 9px 19px 19px 19px;
    border: 1px solid #ccc;
    border-radius: 3px;
    zoom: 1;
}

.layout {
    padding: 0px;
    float: left;
    width: 100%;
    background-color: #fff;
}

.search {
    width: 179px;
}

.header {
    width: 100%;
    overflow: hidden;
}

.header-top {
    font-size: 11px;
    line-height: 11px;
    padding: 3px 0 7px 0;
    border-bottom: 1px solid #eee;
}

.header-top a {
    color: #006fb9;
    font-family: Calibri;
    font-size: 12px;
}

.logo {
    width: 207px;
}

.header-middle .left {
    /*width: 21.135%;
        margin-right: 0.515%*/
}

.header-middle .right {
    /*width: 78.35%;*/
}

.top-navi {
    width: 100%;
    position: relative;
    padding: 10px 0;
    margin: 1px 0 0 0;
    background: #006fb9 url(https://images.staticjw.com/lyn/9355/bg-menu.png) repeat-x 0 0;
}

.breadcrumb {
    font-size: 11px;
    color: #ccc;
    margin-bottom: -5px;
    overflow: hidden;
    padding: 5px 0 0 0;
}

.breadcrumb ul.horizontal li {
    padding: 0px 5px 0px 0;
    font-family: Calibri;
    font-size: 12px;
    color: #006fb9;
}

.breadcrumb a {
    font-family: Calibri;
    font-size: 12px;
}

.main {
    margin: 20px 0;
}

.main .sidebar {
    width: 172px;
}

.main .content-main {
    float: left;
    width: 556px;
    margin-right: 20px;
    padding-left: 20px;
    border-top: 6px solid #a3c266;
}

.frontpage .content-main {
    width: 556px;
    margin: 0 20px 0 0;
    padding-left: 0;
    border-top: 0 solid #ccc;
}

.frontpage .content-aside {
    width: 364px;
}

/*  [/page layout]  */

/*  [search]  */
input.queryfield {
    width: 67%;
    border: solid 1px #ccc;
    font-size: 12px;
    padding: 2px 3px;
    float: left;
    margin-right: 0.2em;
}

.en-US input.queryfield {
    width: 60%;
}

input.button {
    border: solid 1px #ccc;
    padding: 2px 5px;
    font-size: 12px;
}

.search a {
    display: block;
}

/*  [/search]  */

/*  [images]  */
a img {
    border: none;
}

.image img {
    width: 100%;
}

.image.logo {
    /*max-width: 205px;*/
}

/*  /[images]  */

/*  [lists]  */
ul.horizontal, ul.vertical {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.horizontal li {
    float: left;
    padding: 5px 0 5px 10px;
}

ul.horizontal li.share {
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
    padding: 5px 10px 5px 0;
}

.content-item ul.vertical li {
    padding: 3px 0;
}

.header-top .fleft ul.horizontal li:first-child,
.top-navi li:first-child, .footer ul.horizontal li:first-child,
.breadcrumb ul li:first-child {
    padding-left: 0;
}

.top-navi ul.horizontal {
    padding: 0 10px 0 10px;
    margin: 0;
}

.top-navi ul.horizontal li {
    padding: 0;
    margin: 0 1px 0 0;
    border: none;
}

.top-navi ul.horizontal li:last-child {
    border: none;
}

.top-navi li a,
.top-navi li span
{
    border: solid 0px #ccc;
    padding: 0px 9px;
    margin: 0 1px 0 0;
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.top-navi li a.current,
.top-navi li a.selected,
.top-navi li a:hover,
.top-navi li span.current,
.top-navi li span.selected,
.top-navi li span:hover
{
    color: #006fb9;
    background: #fff;
}

.top-navi li.home a,
.top-navi li.home span
{
    width: 21px;
    text-indent: -9999px;
    background: url(https://images.staticjw.com/lyn/1470/icon-home.png) no-repeat 50% 0;
}

.top-navi li.home a.current,
.top-navi li.home a.selected,
.top-navi li.home a:hover,
.top-navi li.home span.current,
.top-navi li.home span.selected,
.top-navi li.home span:hover
{
    background: #fff url(https://images.staticjw.com/lyn/1470/icon-home.png) no-repeat 50% -30px;
}

/*  [/lists]  */

.content-item {
    margin-bottom: 5px;
}

.content-picture {
    width: 40%;
    float: right;
    margin-left: 1.5%;
    display: table;
}

.content-picture-new-left {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    display: table;
}

.content-picture-new-center {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.content-picture-new-right {
    margin-top: 10px;
    float: right;
    margin-left: 5px;
    display: table;
}

.content-picture-new-left img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100%;
}

.content-picture-new-center img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100%;
}

.content-picture-new-right img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100%;
}

.content-aside .content-picture-new-left img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.content-aside .content-picture-new-center img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.content-aside .content-picture-new-right img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.content-picture-new-left + h2,
.content-picture-new-right + h2,
.content-picture-new-center + h2 {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0;
}

.content-picture-text {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 150%;
    color: #888;
    clear: both;
    display: table-caption;
    caption-side: bottom;
}

.content {
}

.navi-left {
    border-top: 6px solid #a3c266;
}

.navi-left ul.vertical li a {
    color: #333;
    text-decoration: none;
}

.navi-left ul.vertical li a:hover {
    text-decoration: underline;
}

.navi-left ul.vertical li {
    padding: 0;
}

.navi-left ul.vertical li a {
    display: block;
    padding: 5px 10px;
}

.navi-left ul.vertical ul li a {
    padding: 5px 10px 5px 25px;
    background-image: url(https://images.staticjw.com/lyn/9969/bullet-submenu.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

.navi-left ul.vertical ul ul li a {
    padding: 5px 10px 5px 35px;
    background-position: 25px 8px;
}

.navi-left ul.vertical ul ul ul li a {
    padding: 5px 10px 5px 45px;
    background-position: 35px 8px;
}

.navi-left ul.vertical li.active-trail {
    font-weight: bold;
    background: #f7fada;
    border: solid 1px #ccc;
    border-width: 0 1px 1px 1px;
}

.navi-left ul.vertical ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f7fada;
}

.navi-left ul.vertical ul li {
    padding-right: 0;
}

.navi-left ul.vertical ul li:last-child {
    border-bottom: none;
}

.navi-left ul li,
ul.separated li {
    border-bottom: solid 1px #ccc;
}

.content-item.box-content .separated.vertical li {
    padding: 0.25rem 0;
}

ul.separated.vertical li {
    padding: 15px 0;
}

ul.separated li:last-child {
    border-bottom: none;
}

.navi-left ul.vertical ul.level3, .navi-left ul.vertical ul.level3 li.active-trail {
    background-color: #f7fada;
}

.navi-left ul.vertical ul.level4, .navi-left ul.vertical ul.level4 li.active-trail {
    background-color: #f7fada;
}

.navi-left ul.vertical ul.level5, .navi-left ul.vertical ul.level5 li.active-trail {
    background-color: #f7fada;
}

.box-content {
    border-radius: 0px;
}

.content-item.box-content {
    border-radius: 0px;
}

.box-content .content-item-inner {
}

.top-navi li a {
    border-radius: 3px;
}

.header-middle .right .search {
    border-radius: 3px;
}

/*  [/css3]  */

/*  [box-content]  */

/*PERUSBOKSI HARMAALLA VIIVALLA - EI KEHYST� EIK� TAUSTAA*/
.box-content {
    /*padding:10px 0 10px 0;
        border-top: solid 6px #ddd;*/
    border-bottom: solid 0px #aba395;
}

.content-item.box-content {
    padding: 10px 0 0 0;
    border-top: solid 3pt #a3c266;
    border-bottom: none;
}

.box-content .content-item-inner {
    padding: 0 0 3px 0;
    border: 1px solid #ccc;
    border-width: 0;
}

.box-content .title {
    font-weight: bold;
    overflow: hidden;
    float: none;
}


/*COLOR 1*/
.box-content.color-1 {
    padding: 0;
    border-top: solid 6px #a3c266;
}

.box-content.color-1 .content-item-inner {
    background-color: #f7fada;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.box-content.color-1 h3.title {
    color: #3480ad;
}

/*COLOR 2*/
.box-content.color-2 {
    padding: 0;
    border-top: solid 6px #a3c266;
}

.box-content.color-2 .content-item-inner {
    background-color: #fff;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.box-content.color-2 h3.title {
    color: #3480ad;
}

/*COLOR 3*/
.box-content.color-3 {
    padding: 0;
    border: none;
}

.box-content.color-3 .content-item-inner {
    padding: 10px 5px;
    background-color: #fff;
    border: none;
}

.box-content.color-3 h3.title {
    color: #3480ad;
}

/*COLOR 4*/
.box-content.color-4 {
    padding: 0;
    border: none;
}

.box-content.color-4 .content-item-inner {
    padding: 10px 5px;
    background-color: #fff;
    border: none;
}

.box-content.color-4 h3.title {
    color: #3480ad;
}

/*COLOR 5*/
.box-content.color-5 {
    padding: 0;
    border-top: solid 6px #006fb9;
}

.box-content.color-5 .content-item-inner {
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.box-content.color-5 h3.title {
    color: #3480ad;
}

/*COLOR 6*/
.box-content.color-6 {
    padding: 0;
    border-top: solid 6px #006fb9;
}

.box-content.color-6 .content-item-inner {
    padding: 10px 5px;
    background-color: #f7fada;
    border: 1px solid #ccc;
}

.box-content.color-6 h3.title {
    color: #3480ad;
}

/* H�iri�tilanteet */
.box-content.color-7 {
    padding: 10px 0 0 0;
    border-top: solid 6px #fd020e;
}

.box-content.color-7 .content-item-inner {
    padding: 0 0 10px 0;
    border: 1px solid #ccc;
    border-width: 0;
}

.box-content.color-7 h3.title {
    color: #fd020e;
}

/*NOSTOBOKSI - .lift*/
.lift .box-content {
    padding: 15px 0 0px 0;
    border-top: solid 1px #ccc;
}

.lift .box-content:first-child {
    border-top: solid 6px #ccc;
}

.lift a {
}


.box-content a.lnk {
    color: #006fb9;
    font-weight: normal;
    margin-bottom: 10px;
}

.box-content .title.rss h3 {
    float: left;
    padding: 6px 10px 0 0px;
}

/*  [/box-content]  */


.main .box-content.with-picture {
}

.main .box-content.box-content.with-picture .box-picture {
    float: right;
}

.main .box-content .box-picture {
    margin-left: 10px;
    margin-bottom: 10px;
}

.main .box-content .text {
    margin-bottom: 10px;
}

.main .content-item {
    clear: both;
}

.current {
    background-color: #f2f2f2;
}


/*  [footer]  */

.themebottom {
    width: 100%;
    overflow: hidden;
}

.themebottom .image img {
    width: auto;
}

.footer {
    background: #a3c266;
    min-height: 200px;
    color: #fff;
    font-size: 15px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p {
    color: #fff;
}

.footer h3,
.footer h4 {
    font-size: 15px;
    text-transform: uppercase;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer ul.horizontal li {
    /*width: 22%;
    margin-left: 2%;*/
    width: 214px;
    border-left: 1px solid #b6e8fb;
    padding-left: 9px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.footer ul.horizontal li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.footer .padder {
    padding: 10px;
}

.footer h3 {
    margin-bottom: 0.5em;
}

/*  [/footer]  */


.content-item a {
    /*text-decoration: underline;*/
}

.ingress {
    /*font-style: italic;*/
}

.extra-navi {
    padding-top: 0px;
    margin: 1px 0 0 0;
    line-height: 20px;
    color: #fff;
    background-color: #AFDEF9;
    overflow: hidden;
}

.extra-navi a {
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    /*float:left;*/
    background: url(https://images.staticjw.com/lyn/7251/bullet-white.png) no-repeat 0 40%;
    background-color: #AFDEF9;
}


.box-content .title h3,
.content-item h3.title {
    color: #3480AD;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-item h2.title {
    font-size: 18px;
    font-weight: bold;
    color: #789c35;
    display: inline;
    text-transform: none;
}

.content-item h2.title a {
    color: #006fb9;
    text-decoration: none;
    font-weight: bold;
}

.content-item h2.title a:hover {
    color: #006fb9;
    text-decoration: underline;
}

.content-item .content {
    margin-top: 5px;
}

.content-item .content p {
    margin: 0.5em 0 0 0;
}

.page-contents p {
    margin: 0.75em 0 0 0;
}

.lift .item .content {
    margin-top: 5px;
}

.content-item .lift .item {
    margin-bottom: 20px;
}

.content-item .lift.content-list .item {
    margin: 0 0 5px 0;
}

.bottom .item {
    margin: 0 0 5px 0;
}

.bottom .item a {
    font-weight: bold;
}

.content-item .date {
    color: #999;
}

.content-item .padder {
    float: left;
}

.content-item .content imgx {
    float: right;
    border: solid 2px #f00;
}

.content img.fright {
    margin: 0 0 0 10px;
}

.content img.fleft {
    margin: 0 10px 0 0;
}

/*  [header custom]  */

.header-middle {
    background: #fff;
    position: relative;
    min-height: 140px;
}

.header-middle .left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 310px;
    height: 140px;
    background: url(https://images.staticjw.com/lyn/5248/bg-top-left.png) no-repeat;
}

.header-middle .left .image.logo {
    max-width: 240px;
}

.header-middle .left .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.header-middle .right {
    position: absolute;
    float: none;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.header-middle .right .search {
    padding: 12px 10px 8px;
    background: #006fb9;
    overflow: hidden;
}

.header-middle .right .search .queryfield {
    border-color: #fff;
    color: #888;
}

.header-middle .right .search .button {
    background: #a3c266;
    border-color: #a3c266;
    color: #fff;
    cursor: pointer;
    float: right;
}

.header-middle .right .search a {
    color: #fff;
    margin: 5px 0 0 0;
    float: left;
}


.header-middle .image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.header-middle .image-bg img {
    width: 940px;
    height: 140px;
}

.header-middle .image-bg .title {
    position: absolute;
    top: 75%;
    font-size: 20px;
    color: #000;
    left: 22%;
    font-family: 'Century Gothic';
    z-index: 3;
}

/*  [/header custom]  */

.main .sidebar .content-item:first-child .content,
    /*.main .content-main .content-item:first-child .content,*/
.content-item .content:first-child {
    margin-top: 0;
}

body.frontpage .content-main h3.title {
    margin-bottom: 0.5em;
}

.page-languages ul li:first-child {
    padding-left: 0;
}

/*-------Haku dialogi---------------------------*/

.dialog {
    background-color: #ffffff;
    text-align: left;
}

.dialog-content {
    float: left;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.dialog-content table.subjects {
    margin-bottom: 10px;
}

.dialog-content table.subjects td {
    padding: 2px;
}

.dialog-content table.subjects th {
    padding-left: 7px;
    padding-right: 5px;
}

.subjects-category, .subjects-selected {
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #B8B8B8;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #E5E5E5;
    height: 180px;
    width: 150px;
    padding: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: url('https://images.staticjw.com/lyn/7973/textarea_white_bg.png');
    background-repeat: no-repeat;
    color: #2F2B2B;
    cursor: pointer;
    /*white-space: nowrap;	*/
}

.subjects-category ul, .subjects-selected ul {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.subjects-category ul li, .subjects-selected ul li {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.10em;
}

.subjects-category ul li.selected {
    background-color: #cccccc;
}

.subjects-category ul li:hover, .subjects-selected ul li:hover {
    background-color: #000000;
    color: #ffffff;
}

.subjects-selected ul li {
    padding-left: 15px;
    background-image: url('https://images.staticjw.com/lyn/8941/cross_red.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    border-bottom: 0px solid #D7D7D7;
    border-top: 0px solid #FFFFFF;
}

.faded {
    background-image: none;
    background-color: transparent;
    border-style: none;
    height: auto;
    overflow: auto;
}

.no-border {
    border-style: none;
}

.ui-widget-overlay-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.ui-autocomplete.ui-menu {
    z-index: 10 !important;
}


/*HAUT*/

#Main_Main_pnlSearch {
    border-top: 6px solid #006fb9;
}

#Main_Main_pnlSearch .sidebar-search {
    background: #f2f1ef;
    padding: 10px;
    border: 0 solid #ccc;
    border-width: 0 0 1px 0;
}

.sidebar-search table {
    border-collapse: collapse;
    border-spacing: 0;
}

#Main_Main_pnlSearch .sidebar-search input[type=text] {
    width: 148px;
}

#Main_Main_pnlSearch .sidebar-search .header-text {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3480ad;
    margin: 0 0 5px 0;
}

#Main_Main_inputBtnSearch {
    background-color: #006fb9;
    padding: 5px 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

#Main_Main_inputBtnSearch:hover {
    background-color: #fff;
    color: #006fb9;
}

#Main_Main_inputBtnClear {
    background: none;
    border: none;
    font-size: 11px;
    color: #006fb9;
    cursor: pointer;
}

#Main_Main_inputBtnClear:hover {
    color: #fff;
}


#Main_Main_pnlSearchResults {
}

#Main_Main_pnlSearchResults table td {
    padding: 10px 0 10px 0;
}

#Main_Main_pnlSearchResults table td > a {
    font-weight: bold;
}

#Main_Main_pnlSearchResults table td:last-child {
}

#Main_Main_pnlSearchResults table p {
    margin: 0 0 0 0;
}

#Main_Main_pnlSearchResults .datatable2-big .header-row td {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
}

#Main_Main_pnlSearchResults .page-list-controls table td {
    padding: 0 0 0 0;
    line-height: 21px;
}

.page-list-controls table td.selected {
    font-weight: bold;
}

.page-list-controls table td.selected a {
    color: #000;
}

#Main_Main_pnlSearchResults .page-list-controls table td,
#Main_Main_pnlSearchResults .page-list-controls table td a {
    padding: 0 0 0 0;
    margin: 0 2px;
    line-height: 21px;
}


#Main_Main_searchCalendar {
    width: 152px;
    margin: 0 0 10px 0;
    border: none;
}

#Main_Main_pnlAdvancedSearch {
    margin: 0 0 1em 0;
}


/*TAPAHTUMAT*/
.event-info {
    border-top: 6px solid #a3c266;
    background: #f2f1ef;
    padding: 10px;
}

.event-info table {
    width: 100%;
}

.event-info .name {
    font-weight: bold;
}


/*MISC*/
.datatable2-big table {
    width: 100%;
}

.page-languages {
    overflow: hidden;
}

.page-languages ul.horizontal {
}

.page-languages ul.horizontal li {
    padding: 2px 5px;
    background: #f2f1ef;
    color: #999;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.page-languages ul li:first-child {
    /*padding-left: 0;*/
}

.page-languages ul.horizontal li.separator {
    background: none;
}

.page-categories {
    /*visibility:hidden;*/
}

.page-categories .header {
    font-weight: bold;
}

.page-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-categories ul li {
    display: inline;
}

.page-categories .box-title-date2 {
    font-size: 12px;
}

td.indicator-image {
    width: 22px;
}

/*FIXES*/
img {
}

.content-main img {
    max-width: 100% !important;
}

.content-main table {
    border-collapse: collapse;
    /*border-color:#ddd;
	border-width:1px;*/
    max-width: 100% !important;
}

.content-main table td {
    vertical-align: top;
}


table ul {
    padding: 0 0 0 30px;
    margin: 0;
}


iframe {
    max-width: 100% !important;
    border: none;
}


/*FINLEX*/

ul.finlex-Items {
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #eee;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: inherit !important;
    border: 0px solid #999999 !important;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

.ajax__tab_xp .ajax__tab_body a.title {
    cursor: pointer;
}

.ajax__tab_xp .ajax__tab_body .finlex-Description {
    margin: 1em 0 1em 0;
}

.ajax__tab_xp .ajax__tab_body .finlex-List {
    margin: 0.5em 0 1em 0;
}

.ajax__tab_xp .ajax__tab_header {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    padding-right: 4px;
    background: #eee !important;
    height: auto !important;
    margin: 0 5px 5px 0;
    border-radius: 5px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    padding-left: 3px;
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: auto !important;
    padding: 4px;
    margin: 0px;
    background: none !important;
}

/*ACTIVE*/
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    background: #009ddf !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: none !important;
    color: #fff;
    outline: none !important;
}


/*HANKKEET*/
.project-info {
    overflow: hidden;
    padding: 10px 10px 5px 10px;
    margin: 0 0 20px 0;
    background: #f2f1ef;
}

.project-info div {
    margin: 0 0 5px 0;
}

.project-info div.clear {
    margin: 0 0 0 0;
}

.project-info .name {
    font-weight: bold;
    margin: 0 0.5em 0 0;
}

.project-info .value {
    color: #666;
}


/*SIVUKARTTA*/
.sitemap ul {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0.5em 0 1em 0;
}

.sitemap ul img {
    margin-right: 5px;
}

/* Mobile Navigation */
.nav-mobile {
    display: none; /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #006fb9 url('https://images.staticjw.com/lyn/5433/nav.png') no-repeat center center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/*ALUETIETO*/
/*#Main_Main_ctl00_divColor {
	border-top:6px solid #6aae22;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px;
	background-color: #f0f7e8;
}*/


.comments-list table {
    width: 100%;
}

.comments-list td,
.forum-comments-list td {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #D1D1D1;
    vertical-align: middle;
}

.comments-list tr.odd,
.forum-comments-list tr.odd {
    background-color: #F4F4F4;
}

.comments-list td.header-1 {
    font-size: 1.20em;
    width: 110px;
    font-weight: bold;
}

.comments-list td.header-2,
.forum-header-replycount,
.forum-header-viewcount {
    font-size: 1.20em;
    color: #000000;
    font-weight: bold;
}

.comments-list .comment,
.forum-comments-list .comment {
    padding-right: 30px;
    vertical-align: top;
}

.comments-list .comment,
.forum-header-viewcount,
.comments-list .header-2 {
    padding-left: 10px;
}

.contentcomment .help {
    font-size: 0.9em;
    color: #666;
}

.comments-write table {
    table-layout: fixed;
}

.comments-write td {
    vertical-align: top;
}

.comments-write td.firstcolumn {
    width: 250px;
}

.comments-write .name {
    float: left;
}

.comments-write .comment {
    float: left;
}

.comments-zerocomments {
    font-weight: bold;
}

.forum-thread-list tr {
    border-bottom: 1px solid #CECECE;
}

.forum-thread-replycount,
.forum-thread-viewcount {
    text-align: center;
}

.newThread a {
    font-weight: bold;
}

.comments-name {
    width: 220px;
    font-size: 1.1em;
    background: #ffffff;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.comments-text {
    width: 100%;
    height: 170px;
    font-size: 1.1em;
    background: #ffffff;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    resize: none;
}

.comments-checkbox {
    margin-top: 4px;
    margin-bottom: 4px;
}

.linklist-item a {
    display: block;
    background: url('https://images.staticjw.com/lyn/9051/bg-list-item.png') no-repeat 0 4px;
    /*padding: 0px 0 0px 15px;*/
    padding: 0 0 5px 15px;
}

.archive-accordion .accordion-header {
    cursor: pointer;
    border-bottom: solid 1px #ccc;
    background: #fff;
    color: #333;
    margin: 0 0;
    padding: 5px 0;
}

.archive-accordion .accordion-header.selected {
    background: #e8f3e9;
}

.archive-accordion .accordion-container {
    padding: 3px 0;
}

.comment-button {
    /*background:#98c10f;*/
    background: #6aae22;
    padding: 5px 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}

.comment-button:hover {
    background: #0069B0;
    color: #fff;
}


.blogitem {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}


.blogitem > .title {
    font-weight: bold;
}

.firstBlogItemTitle a {
    color: #006fb9;
    font-size: 18px;
    margin: 0 0 0 0;
}

.firstBlogItemTitle a:hover {
    color: #006fb9;
    text-decoration: underline;
}

.firstblogitemlift {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.page-shareandprint {
    overflow: hidden;
    zoom: 1;
}

.calendar {
    background-color: #fff;
}

.calendar table {
    width: 172px;
    border-collapse: collapse;
}

.calendar td {
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #212121;
    background-color: #fff;
    font-size: 11px;
}

.calendar td.selected {
    background-color: #789c35;
}

.calendar td.inactiveday {
    background-color: #ebebeb;
}

.calendar td.today {
    background-color: #c1c0bf;
}

.calendar td a:link, .calendar td a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
}

.calendar .calendar td a:hover {
    color: #3480ad;
    font-weight: normal;
    text-decoration: underline;
}

.calendar td.selected a:link, .calendar td.selected a:hover, .calendar td.selected a:visited {
    color: #FFFFFF;
}

.calendar .header1 {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #006fb9;
}

.calendar .header1 a {
    font-size: 1.20em;
}

.calendar .header1 a:link, .calendar .header1 a:hover, .calendar .header1 a:visited {
    color: #fff;
    font-weight: bold;
}

.calendar .header2 {
    font-weight: bold;
}

.calendar .header2 a {
    font-size: 1.20em;
}

.calendar .header2 a:link, .calendar .header2 a:hover, .calendar .header2 a:visited {
    color: #000000;
    font-weight: bold;
}

.ui-widget.ui-datepicker {
    font-size: 0.9em;
    width: auto;
    max-width: 210px;
}

div#map-coordinates {
    font-size: 0.75em;
    display: none;
}

/*
     FILE ARCHIVED ON 15:14:01 Nov 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:02:06 May 14, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 98.265 (3)
  esindex: 0.009
  captures_list: 127.756
  CDXLines.iter: 12.897 (3)
  PetaboxLoader3.datanode: 117.937 (5)
  exclusion.robots: 0.345
  exclusion.robots.policy: 0.33
  RedisCDXSource: 11.112
  PetaboxLoader3.resolve: 67.013 (2)
  load_resource: 91.095
*/
/* ============ End of main.css ============ */

/* ============ Start of carousel.css ============ */
/*	[img-carousel]	*/
body.js #pnlJqCarousel .functions {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0px;
    z-index: 100;
    /*background: #eee;*/
    /* height: 25px; */
    /*border-bottom: 1px solid #ddd;*/
}

body.js #pnlJqCarousel .functions a.prev {
    background: url('https://images.staticjw.com/lyn/9556/btn-prev.png') no-repeat 0 0;
}

body.js #pnlJqCarousel .functions a.next {
    background: url('https://images.staticjw.com/lyn/9351/btn-next.png') no-repeat 0 0;
}

body.js #pnlJqCarousel {
    position: relative;
    border: 0px solid #e0e0e0;
}

body.js #pnlJqCarousel #slides {
    float: left;
    width: 100%;
}

body.js #pnlJqCarousel .slide {
    display: none;
    z-index: 1;
    text-align: center;
    position: absolute;
    width: 100%;
}


body.js #pnlJqCarousel .slide {
    position: relative;
}


/*	[current position]	*/
body.js #pnlJqCarousel .position {
    text-align: right;
    padding-right: 10px;
    color: #ccc;
    font-weight: bold;
}

body.js #pnlJqCarousel .position span {
    background-image: url('https://images.staticjw.com/lyn/8864/icon-img-item-alt.png');
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 3px;
    cursor: pointer;
}

body.js #pnlJqCarousel .position span.current {
    background: url('https://images.staticjw.com/lyn/2370/icon-img-item.png') no-repeat 0 0;
}

/*	[/current position]	*/
/*	[/img-carousel]	*/


/*	[mods]	*/
body.js #pnlJqCarousel .slide {
    text-align: left;
}

#pnlJqCarousel {
    background: #fff;
}


#pnlJqCarousel #slides {
    width: 100%;
    padding: 0;
}


.slide .txt-content h2 {
    font-size: 20px;
    font-weight: normal;
    color: #5F9ACD;
    margin: 0 0 0.5em 0;
}

.slide .txt-content {
    font-size: 0.9em;
    line-height: auto;
}

.slide .no-bg-img {
    float: left;
    background: #fff;
}

.slide a img,
.slide a .full-slide {
    border: none;
    cursor: pointer;
}

.full-slide,
.full-slide a {
    width: 100%;
    cursor: pointer;
    position: absolute;
}


.slide a {
    overflow: hidden;
}

.slide .img-content {
    z-index: 1;
}

.slide .img-content img {
    width: 100%;
}

/*.slide .txt-content
{
    background: #fff;
    position: absolute;
    z-index: 20;
    top: 70%;
    height: 30%;
    width: 100%;
    opacity: 0.85;
    filter: alpha(opacity=85);
    overflow: hidden;
}*/

/*Carousel update 2014*/
.slide .txt-content {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    overflow: hidden;
    padding: 0 0 10px;
    position: absolute;
    right: 0;
    text-align: left;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

.slide .txt-content .padder {
    padding: 10px;
}

/*	[/mods]	*/


body.js #pnlJqCarousel .position {
    z-index: 200;
    float: none;
    text-align: center;
    margin-top: 5px;
}


.func.prev-btn {
    float: left;
    margin-left: 10px;
}

.func.next-btn {
    float: right;
    margin-right: 10px;
}

#pnlJqCarousel .slide a img {
    width: 100%;
    overflow: hidden;
    /*max-height: 151px;*/
}

body.js #pnlJqCarousel .functions input {
    display: block;
    font-weight: bold;
    z-index: 100;
    border: solid 1px #0067b4;
    cursor: pointer;
    /*border-radius: 7px;
		background-color: #f5f5f5;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #0067b4;
    color: #fff;
}

body.js #pnlJqCarousel .functions input:hover {
    background-color: #fff;
    color: #0067b4;
}

body.js #pnlJqCarousel .functions {
    min-height: 24px;
}


/* ----------- */
body.js #pnlJqCarousel .slide,
.full-slide,
.full-slide a {
    position: relative;
}

body.js #pnlJqCarousel {
    height: auto;
    float: left;
    overflow: hidden;
}

body.js #pnlJqCarousel #slides .slide .img-content,
.full-slide,
.full-slide a {
    height: auto;
}

body.js #pnlJqCarousel .slide {
    height: auto;
    max-height: 280px;
}

#pnlJqCarousel .slide a img {
    overflow: hidden;
}

/*	[/dimensions]	*/

#pnlJqCarousel {
    margin-bottom: 0;
    width: 100%;
}

body.js #pnlJqCarousel #slides {
    max-height: 280px;
    overflow: hidden;
}

/*not in use */
body.content-page.js #pnlJqCarousel #slides {
    max-height: 280px;
}

body.js .content-aside #pnlJqCarousel #slides {
    max-height: 188px;
}

/*
     FILE ARCHIVED ON 15:06:55 Nov 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:02:08 May 14, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 37.805 (3)
  esindex: 0.009
  captures_list: 59.48
  CDXLines.iter: 15.097 (3)
  PetaboxLoader3.datanode: 61.457 (5)
  exclusion.robots: 0.445
  exclusion.robots.policy: 0.427
  RedisCDXSource: 2.002
  PetaboxLoader3.resolve: 37.369 (2)
  load_resource: 71.243
*/
/* ============ End of carousel.css ============ */

/* ============ Start of Portlet.css ============ */
.Portlet {
    background-color: #DEDEDE;
    margin-bottom: 5px;
    clear: both;
}

.EditPortlet {
    background-color: #DEDEDE;
    min-width: 600px;
    border-radius: 5px;
    padding: 20px 5px 5px 5px;
    z-index: 5000;
}

.AddablePortlet {
    z-index: 81;
    border: 1px solid #888888;
    background-color: #888888;
    cursor: move;
    border-radius: 2px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
    min-width: 150px;
}

.MovablePortlet {
    cursor: move;
}

#PortletCatalog {
    position: fixed;
    display: block;
    z-index: 80;
    float: left;
    max-width: 500px;
    min-height: 200px;
    border: 2px solid #bbbbbb;
    border-radius: 4px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-image: url('https://images.staticjw.com/lyn/5796/stripes.gif');
    background-color: rgba(255, 255, 255, 0.85);
    background-repeat: repeat;
}

#PortletCatalogHeader {
    cursor: move;
}

.PortletZone {
    display: block;
    float: left;
    width: 100%;
    min-height: 50px;
    border: 2px dashed #bbbbbb;
    border-radius: 4px;
    margin-top: 1px;
    margin-bottom: 1px;
    background: transparent url('https://images.staticjw.com/lyn/5796/stripes.gif') repeat;
}

/* fixed width for portlet zones in sidebars */
.sidebar-left .PortletZone, .content-sidebar .PortletZone, .sidebar-left #PortletCatalog, .content-sidebar #PortletCatalog {
    width: 195px;
}

/* small padding for portlet zone's own header */
.PortletZone > h2, #PortletCatalog > h2 {
    padding-left: 10px;
}

.RemovePortlet {
    display: inline-block;
    float: right;
    padding-right: 3px;
    background-color: #888888;
}

a.RemovePortlet:link, a.RemovePortlet:visited, a.RemovePortlet:active {
    color: #ffffff;
}

.PortletContent {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

.PortletContent input {
    /*width: 500px;*/
    overflow: hidden;
}

.PortletHeader {
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #888888;
    color: #ffffff;
    border-radius: 2px;
    clear: both;
    padding-left: 5px;
    padding-top: 2px;
}

.DroppableZone {
    background: transparent url('https://images.staticjw.com/lyn/6878/stripes_grey.gif') repeat;
}

.DroppableZoneTarget {
    background: #bbbbbb none repeat;
}

.ui-widget-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.PortletActionButtons {
}

.PortletActionButtons a:link, .PortletActionButtons a:visited, .PortletActionButtons a:active {
    color: #ffffff;
    font-size: 0.80em;
    display: inline-block;
}

.PortletState {
    margin-left: 5px;
    color: #dddddd;
    font-size: 0.80em;
}

.ui-dialog {
    z-index: 4500;
}

/*
     FILE ARCHIVED ON 14:34:39 Nov 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:02:10 May 14, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 260.289 (3)
  esindex: 0.015
  captures_list: 319.372
  CDXLines.iter: 17.238 (3)
  PetaboxLoader3.datanode: 449.093 (5)
  exclusion.robots: 0.365
  exclusion.robots.policy: 0.351
  RedisCDXSource: 36.467
  PetaboxLoader3.resolve: 77.322
  load_resource: 281.254
*/
/* ============ End of Portlet.css ============ */

/* ============ Start of poc-mq.css ============ */
@media only screen
    /*and (min-width : 320px)*/
and (max-width: 690px)
    /*and (orientation : portrait)*/ {
    body {
        margin: 0;
    }

    .frontpage .content-aside {
        width: 100%;
    }

    .logo {
        width: auto;
        max-width: 240px;
    }

    .layout {
        width: 100%;
    }

    table {
        width: 100% !important;
        max-width: 100% !important;
    }

    .content-main table img,
    table img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .wrapper {
        border: none;
        width: auto;
        max-width: 100%;
        border-radius: 0;
    }

    ul.horizontal li {
        float: none;
        padding-left: 0;
        text-align: center;
    }

    .navi-left li {
        text-align: center;
    }

    .main .sidebar,
    .main .content-main,
        /*.header-middle .left,
        .header-middle .right,*/
    .frontpage .content-main,
    .frontpage .columns-2 ul.item-wrap > li {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    .main .content-main {
        border: none;
    }

    .header-middle .image-bg {
    }

    .header-middle .image-bg img {
    }

    .header-middle .image-bg .title,
    .header-middle .image-bg .title2 {
        display: none;
    }

    .header-middle .right {
        z-index: 2;
    }

    .frontpage .columns-2 ul.item-wrap > li.even {
        margin-left: 0;
    }

    .header-top .fleft,
    .header-top .fright {
        width: 100%;
        float: left;
    }

    .header-top ul.horizontal li {
        float: left;
        margin: 0 10px 0 0;
    }

    .top-navi {
        margin: 10px 0 0 0;
        background: none;
        padding: 0;
    }

    .top-navi ul.horizontal {
        padding: 0;
    }

    .top-navi ul.horizontal li {
        border: none;
        margin: 0 0 1px 0;
    }

    .top-navi li a {
        background-color: #006fb9;
        margin-right: 0;
    }

    .top-navi li a.current,
    .top-navi li a.selected,
    .top-navi li a:hover {
        color: #fff;
        background: #218b29;
    }

    .top-navi li.home a {
        width: auto;
        text-indent: -9999px;
        background: #006fb9 url(https://images.staticjw.com/lyn/5796/icon-home.png) no-repeat 50% 0;
    }

    .top-navi li.home a.current,
    .top-navi li.home a.selected,
    .top-navi li.home a:hover {
        background: #218b29 url(https://images.staticjw.com/lyn/5796/icon-home.png) no-repeat 50% 00px;
    }

    .footer .fleft {
        float: none;
    }

    .breadcrumb ul.horizontal li {
        float: left;
        padding-right: 5px;
    }

    .sidebar .content-item {
        /*display: none;*/
    }

    .sidebar.aside {
        border-top: solid 1px #ccC;
        padding-top: 2em;
    }

    .sidebar.aside .content-item,
    .sidebar .content-item.navi-left {
        display: block;
    }

    .no-mq {
        display: none;
    }

    body .footer li {
        width: 100%;
        margin-left: 0;
        float: none;
        text-align: left;
    }

    .footer ul.horizontal li {
        width: auto;
        border-left: none;
        border-bottom: 1px solid #ccc;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .footer ul.horizontal li:last-child {
        border-bottom: 0px solid #ccc;
        padding-bottom: 20px;
    }

    /* Uusi mobiilinavi */
    .nav-mobile {
        display: block;
    }

    .nav {
        width: 100%;
        padding: 40px 0 0;
    }

    .nav-list {
        display: none;
    }

    .nav-active {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    /* Uusi mobiilinavi END */
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 0 55px !important;
    }

    .page-shareandprint ul.horizontal li div.no-print {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 650px) {
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 0 30px !important;
    }
}

@media only screen and (max-width: 630px) {
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 0 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    /*Carousel update 2014*/
    .slide .txt-content {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    body {
        margin: 0;
    }

    img {
        max-width: 100%;
    }

    .content-picture-new-left,
    .content-picture-new-right,
    .content-picture-new-center {
        display: block;
        /*float: none;*/
    }

    .content-picture-new-left img {
        max-width: 100% !important;
        height: auto !important;
        width: auto;
        display: block;
    }

    .content-picture-new-center img {
        max-width: 100% !important;
        height: auto !important;
        width: auto;
        display: block;
    }

    .content-picture-new-right img {
        max-width: 100% !important;
        height: auto !important;
        width: auto;
        display: block;
    }

    .content-picture-text {
        display: block;
    }

    .content-item {
        max-width: 100%;
    }

    .header-middle .left {
        position: relative;
        left: auto;
        top: auto;
        z-index: 2;
        width: 100%;
        height: auto;
        background: none;
        float: none;
    }

    .header-middle .left .image.logo {
        width: auto;
        max-width: 207px;
    }

    .header-middle .left .logo {
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 5px;
    }

    .header-middle .right {
        position: relative;
        float: none;
        right: auto;
        top: auto;
        z-index: 1;
    }

    .header-middle .right .search {
        padding: 12px 10px 8px;
        background: #fff;
        float: none;
        width: auto;
    }

    .header-middle .image-bg {
        display: none;
    }

    .header-middle .image-bg img {
    }

    .wrapper {
        padding: 5px 10px 10px 10px;
    }

    .header-middle .right .search .queryfield {
        border-color: #006fb9;
        float: none;
    }

    .header-middle .right .search .button {
        border-color: #006fb9;
        background: #006fb9;
        color: #fff;
        float: none;
    }

    .header-middle .right .search a {
        color: #006fb9;
    }

    /* Uusi mobiilinavi */
    .nav-mobile {
        display: block;
    }

    .nav {
        width: 100%;
        padding: 40px 0 0;
    }

    .nav-list {
        display: none;
    }

    .nav-active {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

}