@charset "UTF-8";
/* small info texts 14px / 16px = 0.875em */
/* default size, copy size */
/* H4 in the basic content */
/* Portlet title (H2) in the side column */
/* H3 in the basic content */
/* Portlet title (H2) in the middle column */
/* H2 in the basic content */
/*Site title */
/* H1 page title */
/* green portlet background */
/* "main" green, portlet headings */
/* green hover */
/*darker green border for buttons */
/* green border used for nav separator and button border*/
/* basic portlet background */
/* lines, separators */
/* special portlet header bg */
/* gray border*/
/* dates */
/* warning background */
/* warning */
/* warning hover */
/* default radius for every element*/
/*border radius templates*/
/*
* Include this where main content is shown.
*/
/*
* Include this where main content is shown.
*/
/*
* Global asset publisher styles.
*/
/*
* Color scheme styles
*/
/*
* IE8 colorscheme
*/
/*
* Styles for side navigation desktop
*/
/* Colors and mixins for the STM footer. Copied from Valvira */
/*
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/*
* Modified for THL
*
* Author: Jari Ruokonen
*/
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
 * clear child float (pika-lendar), using the famous micro clearfix hack
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  font-family: SourceSansPro-Semibold, sans-serif; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev, .pika-next {
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0 !important;
  background: none;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
  background: none;
  color: transparent; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  *left: 0; }
  .pika-prev:before,
  .is-rtl .pika-next:before {
    position: relative;
    top: 16px;
    left: 15px;
    display: block;
    content: "\f137";
    font-family: FontAwesome;
    font-size: 18px;
    color: #333333; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  *right: 0; }
  .pika-next:before,
  .is-rtl .pika-prev:before {
    position: relative;
    top: 16px;
    left: -28px;
    display: block;
    content: "\f138";
    font-family: FontAwesome;
    font-size: 18px;
    color: #333333; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  margin: 1px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  width: 95%;
  color: black;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  background: #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-shadow: none;
  font-family: SourceSansPro-Semibold, sans-serif; }
  .pika-button:hover {
    background: none;
    color: black;
    background: #c7c7c7; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  border: 1px solid #303030;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #519b2f; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #519b2f;
  box-shadow: none; }

.is-endrange .pika-button {
  color: #fff;
  background: #519b2f;
  box-shadow: none; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

