@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/sf-atr/sf-atr.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
	font-family: "Atria";
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-atr/fonts/AtriaDisplay-Beta02Heavy.otf") format('opentype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Minion";
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-atr/fonts/MinionVariableConcept-Roman.otf") format('opentype');
	font-style: normal;
	font-weight: 500;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family:'Minion', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #272727;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family:'Minion', Arial, Helvetica, sans-serif;
    color: #272727;
}
.wrapper {
    width: 100%;
    max-width:1185px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #272727;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
	color: #231F20;
}
.footer {
    padding: 0em;
    font-size: 13px !important;
}
/*********************************************** 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: #272727;
}
.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: 0.08em solid #DBDBDB;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #D60042;
    color: #ffffff;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #DBDBDB;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #D60042;
    color:#ffffff;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #272727;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #272727!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: 4px solid  #EAEFDA;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 4px solid  #EAEFDA;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    /* border-bottom: 0.22em solid #D60042; */
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight:normal;
    padding: 3px 9px;
    margin-left: 3px;
    line-height: normal;
    color: #231F20;
    text-decoration: none;
    background-color: transparent;
    border: 0em solid #DBDBDB;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    font-weight: bold;
    background: #FBCCD8;
    text-decoration: initial;
    color: #231F20;
    border-radius: 20px;
    border: 0em solid #FBCCD8;
}
.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;
    font-weight: bold;
    background: #FBCCD8;
    text-decoration: initial;
    color: #231F20;
    border-radius: 20px;
    border: 0em solid #FBCCD8;
}
.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;
}
.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;
    display: none !important;
  }
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,.btn-primary
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    background: #D60042;
    color: #ffffff !important;
    padding: 14.5px;
    border: 0px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    border:1px solid #D60042;
    border-radius: 8px;
   
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #ffffff !important;
    color: #D60042 !important;
    border:1px solid #D60042;
}   
/************************************************ 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;
}
.tabs li {
    float: none;
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
	line-height: normal;
	font-family: 'Atria', Arial, Helvetica, sans-serif !important;
	padding-top: 0em !important;
	padding-bottom: 0em !important;
	padding-left: 0em;
	padding-right: 0em;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	text-transform: uppercase !important;
	background: transparent;
	border: 0em solid #DBDBDB;
	color: #94AF48 !important;	
	margin-right:40px;
	position: relative;
	top: 0;
	left: 0.08em;
}
.tab-active {
    background: #ffffff;
        font-family: 'Atria', Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	border-bottom:3px solid #94AF48;
	color:#94AF48!important;
}
/* .tab-active:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #DBDBDB;
} */

.tabItem:hover {
    background: #ffffff;
	text-decoration: none;
    font-family: 'Atria', Arial, Helvetica, sans-serif !important;
	font-weight:normal;
	font-style: normal;
	border-bottom:3px solid #94AF48;
	color:#94AF48!important;
}
/* 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 #DBDBDB;
    transition: background 0.5s;
    color: #272727;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #DBDBDB;
}
/* 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: #94AF48;
    color: #272727;
}
.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 #DBDBDB;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #272727;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #A8A9A3;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}
/***************************************** 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 #003E5C;
    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 #DBDBDB;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}
.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: left;
    }
    .export-types {
        padding-bottom: inherit;
    }
}
/*END*/
/* *************New Modifications***************** */
.main-heading{
    display:none;
}

/* *********pagination********** */
.page.prev a {
   display: none;
}
.page.last {
   display: none;
}
.page.next{
    content: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-atr/arrow_btn.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 28px;
    position: absolute;
}
  /* *********** */
  @media(max-width:500px){
    .tabs li{
        display: block;
       }
    .tabItem:hover,.tab-active{
        background-color: #94AF48 !important;
        color: #ffffff !important;
        padding:1em;
        border-bottom:0em;
    }
    .tabItem{
        border:1px solid #94AF48;
        margin-right: 2em;
        margin-left: 2em;
        padding: 1em !important;
        margin-bottom: 0.5em;
    }
    
    }
     a:visited, .hyperlink, .check-subscription-link{
        color:#272727 !important ;
    }
    .download-event {
        margin-top: 4px !important;
      }
 @media(max-width:479px){
    .download-event {
        margin-top: -27px !important;
      }
 }

