/* 
    Created on : 7 juin 2017, 17:52:25
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/*
 * VARIABLES
 */
/* -------------------------------------------------- */
/*
 * DIALOG
 */
.tim--modules {
  position: fixed;
  left: 1rem;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -moz-transition: transform 0.15s linear, -moz-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear, -moz-transform 0.15s linear, -o-transform 0.15s linear;
  -webkit-animation: showTim 0.3s forwards;
  -moz-animation: showTim 0.3s forwards;
  -o-animation: showTim 0.3s forwards;
  animation: showTim 0.3s forwards; }
  @media (min-width: 500px) {
    .tim--modules {
      width: 6rem;
      height: 8.5rem; } }
  .tim--modules:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

@-webkit-keyframes showTim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@-moz-keyframes showTim {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@-o-keyframes showTim {
  0% {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@keyframes showTim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

/* Common styles */
.timTasksTitle,
.timSettingsTitle,
.timFaqTitle {
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: 3rem;
  line-height: 3rem; }
  @media (min-width: 600px) {
    .timTasksTitle,
    .timSettingsTitle,
    .timFaqTitle {
      padding: 1rem 1rem 1rem 3.5rem;
      height: auto;
      line-height: initial; } }

.timContentWrapper .timContentTitle {
  position: relative; }
  @media (min-width: 600px) {
    .timContentWrapper .timContentTitle {
      padding-left: 3.5rem; } }

.timTitle {
  position: relative; }

.timContentWrapper {
  background-color: #fff;
  height: 100%;
  min-height: 270px;
  max-height: -webkit-calc(100% - 3rem);
  max-height: -moz-calc(100% - 3rem);
  max-height: calc(100% - 3rem);
  overflow: auto;
  position: relative; }
  @media (min-width: 600px) {
    .timContentWrapper {
      max-height: -webkit-calc(100% - 5rem);
      max-height: -moz-calc(100% - 5rem);
      max-height: calc(100% - 5rem); } }

.tim-dialog__avatar {
  position: absolute;
  bottom: 100%;
  margin-bottom: -1.2rem;
  z-index: -1;
  left: 0;
  width: 3rem; }
  @media (min-width: 600px) {
    .tim-dialog__avatar {
      width: 6rem;
      z-index: 0;
      left: 0;
      bottom: -0.5rem;
      margin-bottom: auto; } }
  @media (min-width: 850px) {
    .tim-dialog__avatar {
      width: 7rem; } }
  .tim-dialog__avatar svg {
    max-width: 100%; }

.tim-dialog__title-text--desktop {
  display: none; }
  @media (min-width: 600px) {
    .tim-dialog__title-text--desktop {
      display: block;
      padding-left: 4rem;
      line-height: 1.1; } }

@media (min-width: 600px) {
  .tim-dialog__title-text--mobile {
    display: none; } }

/*--------------*/
.ui-dialog.ui-timDialog {
  width: 90% !important;
  max-width: 800px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  height: 90% !important;
  top: 1.5rem !important;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: visible !important; }
  @media (min-width: 600px) {
    .ui-dialog.ui-timDialog {
      top: 0 !important; } }

.timDialog {
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  overflow: visible !important; }

/*
 * TABS
 */
.timTabsSelectorWrapper {
  text-align: right;
  padding-right: 3.5rem; }
  @media (min-width: 600px) {
    .timTabsSelectorWrapper {
      padding-right: 0; } }
  .timTabsSelectorWrapper .tabSelector {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    vertical-align: top;
    background: #d0ecf9;
    margin-left: 3px; }
    .timTabsSelectorWrapper .tabSelector:not(.timFace) {
      cursor: pointer; }
    .timTabsSelectorWrapper .tabSelector img,
    .timTabsSelectorWrapper .tabSelector svg {
      width: 100%;
      height: 100%; }
    .timTabsSelectorWrapper .tabSelector svg * {
      stroke: #0074b5;
      stroke-width: 2px; }
    @media (min-width: 600px) {
      .timTabsSelectorWrapper .tabSelector {
        width: 3.5rem;
        height: 3.5rem; } }
  .timTabsSelectorWrapper .tabSelector.timFace {
    position: relative;
    background: #f1f4f5;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .timTabsSelectorWrapper .tabSelector:hover {
    background: #00a8ea; }
    .timTabsSelectorWrapper .tabSelector:hover svg * {
      stroke: #d0ecf9; }

.tim-dialog__setting-title, .headline, .taskTitle {
  font-weight: bold; }

.tim-dialog__setting-explanation {
  font-size: 0.875rem;
  margin-top: 0.3rem;
  line-height: 1.4; }

.tabSelector.active {
  background: #00a8ea; }
  .tabSelector.active svg * {
    stroke: #d0ecf9; }

.timClose {
  width: 3.5rem;
  height: 3rem;
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  right: 0; }
  .timClose img,
  .timClose svg {
    width: 100%;
    height: 100%; }
  @media (min-width: 600px) {
    .timClose {
      position: static;
      margin-left: auto;
      height: 3.5rem;
      padding: 0; } }

.timTabsWrapper {
  height: -webkit-calc(100% - 3rem);
  height: -moz-calc(100% - 3rem);
  height: calc(100% - 3rem);
  background: #00a8ea;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75) !important; }
  @media (min-width: 700px) {
    .timTabsWrapper {
      padding: 1.5rem 1rem 1rem 1rem; } }

.timTabsWrapper iframe {
  max-width: 100%; }

.timTabsWrapper img {
  max-width: 100%;
  height: auto; }

.timTab {
  display: none;
  height: 100%; }

.timTab.active {
  display: block; }

/*
 * TASKS
 */
.timTask {
  cursor: pointer; }
  .timTask .timTask {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .timTask .timTasksList {
    padding-left: 1rem; }

.timTaskGroup:not(:last-of-type) {
  border-bottom: 1px solid lightgray; }

.timTaskGroupsList {
  padding: 0 1rem; }

.timTaskGroup {
  display: block;
  border-bottom: 1px solid lightgray; }

.timTaskGroupContent {
  position: relative;
  border-bottom: 1px solid lightgray; }

.moreTasksBar--is-new {
  background-color: #f2f2f2; }
  .moreTasksBar--is-new:hover {
    background-color: #ededed; }

.moreTasksBar:hover {
  background-color: #ededed; }

.timTaskGroupTitle--article {
  padding-left: 3rem; }

.moreTasksBar {
  cursor: pointer;
  padding: 1rem 3rem 1rem 0.4rem; }

.toggleTasks {
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 0rem;
  top: 0.75rem;
  margin: auto;
  background-image: url("../../../img/cms/icons/svg/liv_plus.svg") !important;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .toggleTasks:hover {
    color: red; }

.toggleTasksMinus {
  background-image: url("../../../img/cms/icons/svg/liv_minus.svg") !important; }

.lessTasks {
  display: none; }

.timTasksList {
  display: none;
  margin: 1em 0; }

.timTaskDate {
  display: block;
  margin-bottom: 0.5rem; }

.timTaskText {
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 0.85rem; }
  .timTaskText strong {
    font-weight: bold; }

.tim__past-tasks-date {
  display: block;
  font-size: 0.8rem; }

.tim__past-tasks-text {
  font-weight: 400; }

.loadMoreTasks {
  margin: 1rem 0 2rem 0; }

.timTaskRss {
  background: #fff; }
  @media (min-width: 600px) {
    .timTaskRss {
      padding-left: 3.5rem; } }

.timRssDate {
  margin-bottom: 0.3rem;
  font-size: 0.85rem; }

.timRssTitle {
  font-weight: bold;
  margin-bottom: 0.4em; }
  @media (min-width: 600px) {
    .timRssTitle {
      position: relative; }
      .timRssTitle .timContentTitleIcon {
        left: -3rem; } }

.timRssTextAndImg {
  min-height: 150px;
  overflow: hidden;
  margin: 0.6rem 0;
  line-height: 1.3; }

.timRssImg {
  max-width: 50%;
  max-height: 120px;
  display: block;
  margin-bottom: 0.5rem; }
  @media (min-width: 600px) {
    .timRssImg {
      float: right;
      margin-left: 1rem;
      margin-bottom: 10px; } }

.timTaskAction .confirmation-button {
  margin: 0 0.5rem 0 0;
  font-size: 0.8rem; }

.ui-dialog.timRssViewDialog .ui-dialog-titlebar {
  padding: 1em; }

.ui-dialog.timRssViewDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: inline-block; }

.timRssView iframe {
  width: 100%;
  height: 100%; }

/* article buttons */
.article-buttons {
  display: table;
  margin: 0 -1rem 0 0; }
  .article-buttons button {
    display: table-cell;
    height: 2.5rem;
    line-height: 2.5rem; }
    .article-buttons button + button {
      margin-left: 0.2rem; }

.article-buttons__text {
  display: none; }
  @media (min-width: 600px) {
    .article-buttons__text {
      display: inline-block; } }

.taskTitle {
  margin: 1rem 0 0.5rem 0; }

.timTaskEventInfos .description, .timTaskEventInfos .eventTime, .timTaskEventInfos .location {
  font-size: 1rem;
  margin-bottom: 0.5rem; }

.timTaskNewsInfos {
  margin-bottom: 1rem; }
  .timTaskNewsInfos .headline {
    margin: 1rem 0 0.5rem 0; }
  .timTaskNewsInfos .news_content {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .timTaskNewsInfos .news_content + a {
    color: blue;
    font-size: 0.8rem;
    text-decoration: underline; }

/*
 * FAQS
 */
.timFaq:first-child {
  margin-top: 0; }

.timFaq:first-child {
  margin-bottom: 0; }

.timFaqQuestion {
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 1rem 1rem 4rem;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .timFaqQuestion:hover {
    text-decoration: underline; }

.timContentTitleIcon {
  width: 2rem;
  margin-right: 5px;
  position: absolute;
  top: 20%;
  left: 1rem; }
  .timContentTitleIcon--article {
    top: 0.75rem;
    left: 0.5rem; }
  .timContentTitleIcon svg * {
    fill: none;
    stroke: #66db3b;
    stroke-width: 3px; }

.timContentTitleIcon.none {
  display: none !important; }

.timFaqResponse {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  padding: 0rem 1rem;
  line-height: 1.4;
  border-left: 3px solid #E2E5EB; }
  @media (min-width: 600px) {
    .timFaqResponse {
      padding-left: 10px;
      margin-left: 30px; } }
  .timFaqResponse p, .timFaqResponse .article-attachments {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px; }
  .timFaqResponse a {
    color: #0074B5;
    text-decoration: none; }
  .timFaqResponse em {
    font-style: italic; }
  .timFaqResponse strong {
    font-weight: bold; }
  .timFaqResponse sub, .timFaqResponse sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .timFaqResponse sup {
    top: -0.5em; }
  .timFaqResponse sub {
    bottom: -0.25em; }
  .timFaqResponse ul, .timFaqResponse ol {
    list-style-position: inside;
    padding: 0 15px; }
  .timFaqResponse code, .timFaqResponse pre {
    font-family: monospace, monospace;
    font-size: 1em; }
  .timFaqResponse pre {
    background: #f9f9f9;
    border: 1px solid #e3e4e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
    margin: 1em 0px; }
  .timFaqResponse blockquote {
    border-left: 1px solid #e3e4e8;
    color: #999;
    font-style: italic;
    padding: 0 15px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; }
  .timFaqResponse h1, .timFaqResponse h2, .timFaqResponse h3, .timFaqResponse h4, .timFaqResponse h5, .timFaqResponse h6 {
    font-weight: bold; }
  .timFaqResponse h1 {
    font-size: 120%; }
  .timFaqResponse h2 {
    font-size: 110%; }
  .timFaqResponse h3 {
    font-size: 100%; }
  .timFaqResponse h4 {
    font-size: 90%; }
  .timFaqResponse h5 {
    font-size: 80%; }
  .timFaqResponse h6 {
    font-size: 70%; }

.tim-help {
  padding: 1rem; }

.tim--notasks__title {
  text-align: center;
  font-weight: 100;
  font-size: 1.5rem;
  font-style: italic;
  padding: 3rem 0;
  border-bottom: 1px solid lightgray;
  margin: 1rem 0rem 2rem 0rem; }

/*
 * Tawk.io integrtion
 */
.tawkWrapper {
  height: 300px;
  width: 100%;
  display: none; }

.tawkIframe {
  width: 100%;
  height: 100%;
  border: none; }

.tawkChatBox {
  width: 100%;
  height: 100%; }
  .tawkChatBox iframe:first-of-type {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important; }
  .tawkChatBox iframe:nth-of-type(2) {
    position: absolute !important;
    width: 100% !important;
    height: 42px !important;
    top: 0 !important;
    left: 0 !important; }

/*
 *
 * SETTINGS
 *
 */
.timSettingsList {
  padding: 1rem; }

.timSetting {
  padding: 0rem 0rem 1rem 75px;
  background-color: #fff;
  position: relative; }
  .timSetting:not(:first-of-type) {
    margin-top: 1rem; }
  .timSetting:not(:last-of-type) {
    border-bottom: 1px solid lightgray; }

.settingInput {
  position: absolute;
  left: 1.5rem;
  top: 0%; }

/*
 *
 *
 * SWITCHES
 *
 *
 */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s; }

.slick-slide {
  max-height: 78vh; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s; }

input:checked + .slider.blue {
  background-color: #2196F3; }

input:checked + .slider.green {
  background-color: #71bf44; }

input:checked + .slider.orange {
  background-color: #ff6600; }

/*input:not(:checked) + .slider.disabled{
	background-color: #ff9999;
}*/
input:not(:checked) + .slider {
  background-color: red; }

/*input:focus + .slider {
	box-shadow: 0 0 1px red;
}*/
input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -o-transform: translateX(13px);
  transform: translateX(13px); }

/* Rounded sliders */
.slider.round {
  -webkit-border-radius: 17px;
  border-radius: 17px; }

.slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/*

	no-task list styles // import from new landing

*/
.tim__title--first {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 100;
  text-align: center;
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -1px; }
  @media (min-width: 550px) {
    .tim__title--first {
      font-size: 1.7rem; } }

.tim__title--first-notasks {
  margin-bottom: 2rem;
  display: block;
  text-align: left; }

.landing-modal__icon-container {
  width: 6rem;
  height: 6rem;
  margin: auto; }

.landing-modal__heading {
  text-align: center;
  text-transform: uppercase;
  color: #434b5b;
  margin: 0 0 0.3rem 0; }

.landing-modal__subheading {
  font-weight: bold; }

.landing-modal__list {
  padding-left: 3rem; }
  .landing-modal__list h3:not(.landing-modal__subheading) {
    position: relative;
    padding-left: 40px;
    text-align: left;
    color: #434b5b;
    margin-bottom: 0.3rem; }
    .landing-modal__list h3:not(.landing-modal__subheading):before {
      position: absolute;
      left: 0;
      top: -2px;
      display: block;
      content: "";
      width: 31px;
      height: 31px;
      background: url(/img/cms/icons/svg/checkmark_circular_start.svg) no-repeat;
      -webkit-background-size: 32px 32px;
      -o-background-size: 32px;
      background-size: 32px; }
  .landing-modal__list p {
    font-weight: 100;
    line-height: 1.4; }

.timTaskGroupsList .landing-modal__list {
  max-width: 550px;
  margin: auto; }

.landing-modal__list-item {
  padding-bottom: 1.5rem; }

.landing-modal__list-item:last-of-type {
  margin-bottom: 1.5rem; }

.landing-modal__subheading {
  color: #434b5b;
  margin-bottom: 0.3rem;
  position: relative; }

.landing-modal__list-icon {
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -1rem 10px 0 0;
  width: 2rem;
  height: 2rem; }
  .landing-modal__list-icon svg * {
    fill: none;
    stroke: #66db3b;
    stroke-width: 5px; }

.landing-modal__text {
  font-size: 0.925rem;
  margin: 0;
  font-weight: 100;
  line-height: 1.4; }
