@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/pt-son/pt-son.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css?family=Fira+Sans:400,700");
@font-face {
    font-family: 'PolySans-Median';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/pt-son/Fonts/PolySans-Median.otf") format('Opentype');
	font-style: normal;
    font-weight: normal;
}
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
	font-family:  'PolySans-Median' !important;
	font-size: 16px;
	font-weight: 400;
	color: #000F64;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
	font-family:  'PolySans-Median' !important;
	font-size: 16px;
	font-weight: 400;
	color: #000F64;
}
.wrapper {
    max-width: 100%;
    width: 1200px;
    margin:5px auto;
    position: relative;
    padding: 5px !important;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #000F64;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
	color: #0073FF;
}
.footer {
    padding: 0em;
    font-size: 13px;
    margin-right: 10px;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 1em;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #000F64;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
}
/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.75em;
    margin: -0.08em 0 0 -0.08em;
    border: 1px solid #E1E1E1;
    text-align: center;
    transition: background 0.5s;
    line-height: 29px;
    height: 41px;
  }
.time-line-item:hover {
    background-color: #E1E1E1;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #E1E1E1;
    margin: 2px;
    margin-top: -1px;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #000F64;
}
.calendar-time-line .year {
    font-size: 14px;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #000F64;
    font-size: 16px;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 1px solid #E1E1E1;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #E1E1E1;
    border-right-color: #E1E1E1;
    color: #000F64!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 2.5em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 1px solid #E1E1E1;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 0em solid #7FC0D4;
    padding-bottom: 0em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight:bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #000F64;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #E1E1E1;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #E1E1E1;
    color: #000F64!important;
}
.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
    z-index: 2;
    color: #000F64;
    cursor: default;
    background-color: #E1E1E1;
    border-color: #E1E1E1;
    font-weight:bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right:0;
}
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: none;
    margin: 0.5em 0em;
    padding: 16px;
    border: 0em solid #0073FF;
    border-radius: 100px;
    background: #0073FF;
    transition: background-color ease-in .2s;
    text-decoration: none;
    width: 13em !important;
    white-space: inherit;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    text-decoration: none;
    background: #004EAD;
    color: #FFFFFF;
    border-color: #004EAD;
    cursor: pointer;
} 
.pt-pt .btn,
.pt-pt .btn-primary,
.pt-pt .btn-submit,
.pt-pt .btn-cancel,
.pt-pt .btn:focus,
.pt-pt .btn-primary:focus,
.pt-pt .btn-submit:focus,
.pt-pt .btn-cancel:focus {
width: 18em !important;
}
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align:center;
    font-size:0;
    border-bottom: 0px solid #E1E1E1;
}
.tabs li {
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding: 0.9em !important;
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    color: #000F64;
    font-style: normal;
    text-decoration: none;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    border: 1px solid #000F64;
    top: 0;
    left: 0em;
    width: 9em;
}
.tab-active, .tabItem:hover {
    background: #0073FF;
    color: #FFFFFF !important;
    border: 1px solid #0073FF;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-decoration: none;
}
.tab-active::before, .tabItem:hover::before {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: 0em;
    background: #E4610F;
    border: 0px solid #E4610F;
}

/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
    line-height: 3em;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0.16em solid #000F64;
    transition: background 0.5s;
    color: #000F64;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #E1E1E1;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: none;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #000F64;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
}
.checkbox-event-type {
    padding: 0;
}
label {
    vertical-align: text-top;
}
.modal-body {
    position: relative;
    padding: 1em;
}
.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0.16em solid #E1E1E1;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #000F64;
    font-size: 16px;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E1E1E1;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
    text-align: left !important;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 0.08em solid #E1E1E1;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #E1E1E1;
    -webkit-box-shadow: 0 0.08em 0.32em #E1E1E1;
}
.etooltip .tip-arrow {
    background:transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) { 
    li.type {
        width: 50%!important
    }
}
@media (max-width:479px) { 
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
}
@media (max-width:320px) { 
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: center;
    }
    .export-types {
        padding-bottom: inherit;
    }
    .check-subscription-link{
        margin-left: -154px !important;
    }
    .section-header {
        margin-left: 11px;
      }
      .subscription-section .subscription-header {
        text-align: center;
        width: 100% !important;
        float: center;
      }
}
/*END*/

/*************************************custom phrases*************************************/

.main-heading {
    display: none;
  }

.calendar-time-line .current-month .time-line-item, .time-line-item:hover {
    color: #fff;
  }
.time-line-item:hover {
    background-color: #000F64;
    color: #fff;
    font-weight: 700;
  }
  .check-subscription-link{
      font-size: 13px;
      font-weight: 400;
      margin-left: 20px !important;
  }

  .check-subscription-link:hover{
    text-decoration: underline;
}

.cookies-box a:hover, .hyperlink:hover {
    text-decoration: underline !important;
}

.events-container {
    padding-top: 0px !important;
}

.google-recapcha>div {
    color: #000F64 !important;
}
.modal .close{
    color: #000F64 !important;
}
.calendar-time-line {
    padding-right: 10px;
  }
  .subscription-section {
    padding-right: 10px;
  }
  .color-box {
    vertical-align: middle;
}
.year-filter .selected a,.year-filter ul li a:hover {
    background: #000F64;
    color: #fff;
  }
  .type-filter-name {
    vertical-align: middle;
  }
/*************************************Media Query***********************************/
@media ( max-width: 414px) { 

    .tab-active:before, .tabItem:hover::before {
        display: none;
    }
    .tabs li {
        margin: 1px;
        width: 48%;
        display: inline-block;
    }
    .tabs {
        border-bottom: 0px solid #ccc;
        text-align: center;
    }
}
@media ( max-width: 423px) { 
    .button-wrraper::after {
        top: -43px !important;
        left: -57px !important;
      }
    }
@media ( max-width: 400px) { 
    .tabs li {
        margin: 1px;
        width: 92%;
        display: inline-block;
    }
    .tabItem {
        width: 86%;
        margin: 5px;
    }
}
@media ( max-width: 387px) { 
    .button-wrraper::after {
        top: -61px !important;
        left: -81px !important;
      }
      .button-wrraper {
        text-align: left;
        padding: 0px;
      }
    }
    .btn.btn-default.btn-cancel {
        padding: 16px 32px !important;
      }
      .section-header.subscription-header {
        display: none;
      }
