/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
	font-family: 'HCo Gotham';
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/fonts/Gotham-Black_Web.woff2") format('woff2'),
		url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/fonts/Gotham-Black_Web.woff") format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/fonts/Gotham-Medium_Web.woff2") format('woff2'),
		url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/fonts/Gotham-Medium_Web.woff") format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/fonts/Gotham-Book_Web.woff2") format('woff2'),
		url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/fonts/Gotham-Book_Web.woff") format('woff');
	font-weight: 400;
	font-style: normal;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-size: 16px;
	font-family: HCo Gotham, sans-serif;
    color: #4B4B4B;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
	font-family: HCo Gotham, sans-serif;
    color: #4B4B4B;
}
.wrapper {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #4B4B4B;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
	color: #203171;
}
.footer {
    padding: 0em;
    padding-top: 3em;
    font-size: 12px;

}
/*********************************************** 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: #003E5C;
}
.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: 1em;
    padding-bottom: 0.25em;
    margin: -1px 0 0 -1px;
    border: 0px solid #e1e1e1;
    text-align: center;
    transition: background 0s;
    font-size: 14px;
}
.time-line-item:hover {
    background-color: #f2f2f2;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0px solid #DBDBDB;
    border-radius: 40px;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #203171;
    color: #FFFFFF;
    font-weight: 500;
}
.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: #585852;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
    margin-left: 5px;
    margin-top: 0px;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #585852!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 0px solid #e1e1e1;
    padding-bottom: 0.5em;
    padding-top: 0em;
}
.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #bebfb8;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 0px solid #e1e1e1;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight:500;
    padding: 0.55em 1em;
    margin-left: -1px;
    line-height: normal;
    color: #585852;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #DBDBDB;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #DBDBDB;
    color: #585852!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: #585852;
    cursor: default;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    font-weight:500;
}
.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 {
    padding: 0.6em 1.0em 0.6em 1.0em;
	border: 0.08em solid #203171;	
	border-radius: 0px !important;
	background: #203171;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: 500;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    text-transform: none;
    transition: background 0.5s;
    font-family: inherit;
    width: 165px;
    margin: 2px;
}
.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: #FFFFFF;
	color: #203171;
	border-color: #203171;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 0em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 0em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 1.0em;
    border-bottom: 1px solid #e1e1e1;	
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
	line-height: normal;
	
	padding-top: 1.0em !important;
	padding-right: 1.0em;
	padding-bottom: 0.3em !important;
	padding-left: 1.0em;
	
	text-decoration: none;
	font-family: inherit;
	font-weight: 500;
	font-size: 1.0em;
	font-style: normal;
	
	background: #FFFFFF;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	color: #203171 !important;
	
	margin-top: 0.0em;
    margin-right: 0.08em;
    margin-bottom: 0.0em;
    margin-left: 0.08em;

	position: relative;
	top: 0;
	left: 0em;

    text-transform: uppercase !important;
    font-family: HCo Gotham, sans-serif;
}
.tabItem:hover {
    background: #FFFFFF;
	color: #203171;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	/* border-bottom: 0.3em solid #6E63D3; */
	border-left: 0em solid #FFFFFF;
	
	text-decoration: none;
	font-style: normal;
	
	z-index: 9;
	position: relative;
    text-transform: uppercase !important;
    font-family: HCo Gotham, sans-serif;
}

.tab-active,
.tab-active:hover {
    background: #FFFFFF !important;
	color: #203171 !important;	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0.3em solid #6E63D3;
	border-left: 0em solid #FFFFFF;

	position: relative;
	top: 0px;
	left: 0px;

    z-index: 10;
    text-transform: uppercase !important;
    font-family: HCo Gotham, sans-serif;
}
.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: 0em solid #DBDBDB;
}

/* 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: 500;
    font-style: normal;
    background: transparent;
    border: 1px solid #2B2D33;
    transition: background 0.5s;
    color: #2B2D33;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li.selected a {
    background: #7a99ac;
    border: 1px solid #7a99ac;
    color: #fff;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
/* 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: #003E5C;
    color: #333;
}
.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: 1px solid #e1e1e1;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #333;
    font-size: 1em;
    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;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 1px solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 1px 0.32em #003E5C;
    -moz-box-shadow: 0 1px 0.32em #DBDBDB;
    -webkit-box-shadow: 0 1px 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: right;
        width: 100% !important;
        padding-top: 0em !important;
        text-align: right;
    }
    .export-types {
        padding-bottom: inherit;
    }
    .check-subscription-link {
        text-align: left;
    }
    .subscription-section .subscription-header {
        text-align: right !important;
        width: 100% !important;
        float: right !important;
    }
}

@media(max-width:500px) { 
    .tabs li {
        display: block;
        margin: 0 auto !important;
        width: 70%;
        min-width: 270px;
    }
    .tabs {
        width: 100%;
        text-align: center;
        border-bottom: 0px solid #e0e0e0;
    }
    .tabItem {
        border: 0.08em solid #E1E1E1;
        min-width: 170px;
        margin: 5px;
        padding-bottom: 1em !important;
    }
    .tabItem:hover {
        background: #203171 !important;
        color: #FFFFFF !important;
        border: 0.08em solid #203171;
    }
    
    .tab-active {
        background: #203171 !important;
        color: #FFFFFF !important;
        border: 0.08em solid #203171;
    }
}
/*END*/


.headline-left .event-name{
    color: #203171;
}
.event-row.odd{
    background: #f5f5f5;
}
.color-box{
    border-radius: 40px;
    margin-top: -4px;
}
.check-subscription-link{
    font-weight: normal;
    text-align: right;
}
.subscription-header{
    font-weight: normal;
}
.headline-left .date-time{
    font-weight: normal;
}
.headline-right .event-type{
    font-weight: normal;
}
.time-line-item.odd{
    background: #f5f5f5;
}
.headline-left .date-time{
    display: inline-block;
    width: 150px;
}
.headline-left .event-name{
    display: inline-block;
}
.headline-right .event-type{
    padding-bottom: 0px;
    padding-top: 0px;
}
.content-headline .headline{
    padding-left: 50px;
}
a.export-icon.mail-google:before{

}

.mail-apple{
    width: 39px;
    height: 32px;
    right: 4px;
    top: 5px;
    position: relative;
	background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/calendar.png");
    cursor: pointer;
}
.mail-google{
    width: 39px;
    height: 32px;
    right: 4px;
    top: 5px;
    position: relative;
	background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/calendar.png");
    cursor: pointer;
}
.mail-outlook{
    width: 39px;
    height: 32px;
    right: 4px;
    top: 5px;
    position: relative;
	background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-ckn/envelope.PNG");
    cursor: pointer;
}
.download-event .export-icon{
    width: 39px;
    height: 32px;
}
.export-types.download-event, .headline-right .event-type{
    display: inline-block;

}
.headline .headline-right{
    text-align: right;
    display: inline-block;
}
.headline .headline-left{
    display: inline-block;
}
.export-types .export-icon{
    margin: -5px 5px;
}
.headline-right .event-type{
    padding-right: 15px;
}
.download-event{
    margin-bottom: 0px;
}

.calendar-time-line {
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
    display: none;
}

/* ---------------------changes------------------------- */

.pager, .circle-pager {
    margin-bottom: 5em;
}

.export-and-subscription {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
}

.subscribe-content-wrapper .visibility-hidden {
    margin-top: 10px;
}
span.color-box {
    display: none!important;
}
span.type-filter-name {
    text-decoration: underline;
}

/********** ADDTIONAL **********/

.headline .headline-left {
    margin-top: 6px;
}
.download-event{
    margin-bottom: 10px;
}
.headline .headline-right{
    margin-top: -7px;
}
div#PastEventsContainer .headline .headline-right {
    margin-top: 4px;
}
div#PastEventsContainer .headline .headline-left {
    margin-top: 1px;
}
.date-time {
    vertical-align: middle;
}
.event-name {
    vertical-align: middle;
}
.event-type {
    vertical-align: middle;
}

/**** 14-5-24  change******/

.next-event div.lable {
display: none !important;
}
li.type{
    white-space: wrap !important;
}
