@import url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/dc-nctop/fonts.css");

/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-size: 16px;
    font-family: Gotham A,Gotham B,Roboto,sans-serif;
    color: #0F2147 !important;
    background: transparent;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: Gotham A,Gotham B,Roboto,sans-serif;
    color: #0F2147 !important;
}
.wrapper {
    width: 100%;
    max-width:970px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
.footer a:link,
.footer a:visited,
.footer .hyperlink,
.footer .check-subscription-link {
    color: #0F2147;
    text-decoration: underline;
}
.footer a:hover,
.footer a:active,
.footer .hyperline:active,
.footer .hyperlink:active,
.footer .check-subscription-link:hover {
    text-decoration: none;
	color: #58baac;
}
.footer {
    padding: 0em;
    font-size: 14px;
}
/*********************************************** 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: 500;
    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: 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: #DBDBDB;
}
.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;
}
.filter-type .selected .type-filter-name {
    font-weight: 500;
    text-decoration: none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #DBDBDB;
}
.calendar-time-line .current-month {
    font-weight: 500;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
.subscription-header, .export-header {
    font-size: 1.16em;
    font-weight: 500;
}
.check-subscription-link .link {
    font-weight: 500;
}
.check-subscription-link {
    color: #0F2147;
}
.check-subscription-link:hover {
    color: #58baac;
}
.headline .headline-left {
    margin-top: 0.6em;
}
.content-headline .headline {
    padding:0;
}
.headline-left .date-time {
    font-size:1.1em;
    color: #58baac;
    font-weight: normal;
}
.headline-left .event-name,
.headline-left .date-time {
    padding-top:0;
    padding-bottom: 0;
}
.event-name {
    font-size: 1.25em;
    color: #0F2147 !important;
}
.headline-right .event-type {
    font-weight: normal;
    color: #0F2147;
    font-size: 1.1em;
}
/* 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: 1em;
    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: #585852!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: none !important;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
}
.presentation {

}

/* 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 #0F2147;
    padding-bottom: 0.6em;
}
/* 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: #585852;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em 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: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 {
    background: #fff;
    color: #0F2147 !important;
    border: 1px solid #0F2147;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    padding: 0.55em 2em;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/* button.btn.btn-primary.btn-subscribe:before {
    font-size: 14px;
    content: url("//gamma.euroland.com/tools/fincalendar2/Config/Company/d-rwe/chevron-right.svg");
    margin-right: 6px;
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 25px;
} */
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #0F2147;
    color:#58baac !important;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    font-size: 0;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    font-size: 16px;
    text-decoration: none;
    font-weight:normal;
    font-style: normal;
    background: transparent;
    border: 1px solid #0F2147;
    color: #0F2147!important;
    outline: none;
    margin-right:1px;
    position: relative;
    top: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.da-dk .tabItem {
    width: 200px;
}
.en-gb .tabItem {
    width: 160px;
}

.tab-active {
    color: #58baac!important;
    cursor: default;
    background-color: #0F2147;
	position: relative;
	top: 0px;
	left: 0px;
}


.tabItem:hover {
    background: #0F2147;
	
	text-decoration: none;
	font-style: normal;
	
	color: #58baac!important;
}
/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
    margin-right:5px;
}
.year-filter ul li a {
    height: auto;
    line-height: normal;

    text-decoration: none;
    font-style: normal;
    background: transparent;
    font-size: 1.25em;
    font-weight: normal;
    transition: background 0.5s;
    color: #0F2147;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a:hover {
    color: #0F2147;
    
}

.year-filter .selected  a  {
    color: #0F2147;
    font-weight: 500;
}


/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: none;
}

.filter-type a {
    font-size: 1.25em;
}
/* 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: #0F2147;
}

.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;
}
.button-wrapper {
    text-align: center;
}

.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;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #0F2147;
    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;
}

.mail-apple {
    background: url("//gamma.euroland.com/tools/FinCalendar2/config/company/dc-nctop/icons/icalender_icon.svg") no-repeat center; 
    background-size: 60px 60px;
}
.mail-google {
    background: url("//gamma.euroland.com/tools/FinCalendar2/config/company/dc-nctop/icons/Google-Calendar-icon.svg") no-repeat center; 
    background-size: 60px 60px;
}
.mail-outlook {
    background: url("//gamma.euroland.com/tools/FinCalendar2/config/company/dc-nctop/icons/outlook-logo-vector.svg") no-repeat center; 
    background-size: 35px 35px;
}
.export-section .export-icon {
    background-size: 35px 35px;
    padding:0;
}
.export-icon.mail-google,
.export-icon.mail-apple {
    background-size: 60px 60px;
}

.download-event .export-icon {
    width:35px;
    height:35px;
}

/***************************************** 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: 100%!important;
        display: block;
    }
    .event-name {
        font-size: 1em;
    }
}

@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;
    }
    .export-section {
        float: none;
    }
    .subscription-section {
        display: block;
        float: none;
        text-align:center;
    }
    .btn, 
    .btn-primary,
    .btn:focus,
    .btn:active {
        width: 60%;
        font-size: 13px;
        margin-bottom: 3px;
    }
    .tabs {
        text-align: center;
    }
    .tabs li {
        display: block;
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }
    .tabs {
        border-bottom: none;
    }
    .export-section {
        margin-bottom: 15px;
    }
    .tabItem {
        box-sizing: border-box;
        margin-right: 0;
        font-size: 13px;
        width: 100% !important;
    }

    .filter-type ul li {
        display: block !important;
    }
    
}
@media (max-width:400px) {
    .headline-right .event-type {
        font-size: 14px;
    }
    .filter-type a {
        font-size: 1em;
    }
    .subscription-header, .export-header {
        font-size: 1em;
    }
}


@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;
    }
    .subscription-section .subscription-header {
        text-align: center;
        width: 100%!important;
        float: none;
        font-size: 14px;
        font-weight: 500;
    }
}
/*END*/

.btn-default:hover {
    color: #FFF;
}

/*
.btn-submit:before {
    font-size: 16px;
    content: "\0276D";
    margin-right: 6px;
    font-family: FontAwesome;
}
*/


/* .checkbox {
    background: none;
}

.checkbox:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 15px;
    height: 15px;
    font-size: 13px;
    border-radius: 3px;
    padding-top: 1px;
    padding-left: 1px;
    border: 0.08em solid #ccc;
    background: transparent;
}

.checkbox-checked:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    width: 15px;
    font-size: 13px;
    height: 15px;
    background: transparent;
    padding-top: 1px;
    padding-left: 1px;
    color: #32b4e6;
}
.checkbox-wrapper {
    outline: none;
} */


/* 

.radio {
    background: transparent;
    line-height: 0.9em;
}
.radio:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 0.08em solid #ccc;
    background: transparent;
}




.radio-checked:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    font-size: 9px;
    height: 15px;
    background: transparent;
    color: #32b4e6;
}


 */

.event-row {
    border-bottom: 1px solid #BEBFB8;
}


.subscribe-checking .form .label {
    width: inherit;
    text-align: center;
    padding-right: 0px; 
}
.subscribe-checking .row-control,
.confirm-registration .button {
    text-align: center;
}

.show-hide-toggle {
    display: block!important;
}

button.expand-collapse {
    display: none!important;
}

.content-headline {
    margin-left: 1em!important;
}


/*
.radio {
    background: none;
    line-height: 1em;
    font-size: 9px;
}

.radio:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 15px;
    height: 15px;
    font-size: 9px;
    border-radius: 10px;
    border: 0.08em solid #ccc;
    background: transparent;
}

.radio-checked:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    font-size: 9px;
    height: 15px;
    background: transparent;
    color: #32b4e6;
}
*/



