@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/es-cma/es-cma.css */
@font-face {
    font-family: 'MapfreText';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/fonts/MapfreText-300-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MapfreText';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/fonts/MapfreText-400-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: 400;
}

@font-face {
    font-family: 'MapfreText';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/fonts/MapfreText-500-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MapfreText';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/fonts/MapfreText-700-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/
/*************************************************** MAIN RULES **********************************************************/
body {
    font-family: 'MapfreText', sans-serif;
    font-size: 16px !important;
    color: #1A1A1A;
}

.wrapper {
    width: 100%;
    max-width: 934px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

.check-subscription-link {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal !important;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}

.subscription-header,
.export-header {
    font-weight: normal;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #A0001C;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px !important;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    color: #DF0027;
    text-decoration: none;
}

.main-heading {
    color: #1A1A1A !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'MapfreText', sans-serif;

}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */

/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/
.time-line-item:hover {
    background-color: #f1f1f1 !important;
    color: #1A1A1A;
}

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    width: 200px;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    padding: 15.4px 17.5px;
    border: 1px solid #DF0027;
    border-radius: 32px;
    background: #DF0027;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    height: auto;
    line-height: normal;
    text-decoration: none;
}

.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    text-decoration: none;
    background: #A0001C;
    color: #fff;
    border: 1px solid #A0001C;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active {
    background: #40000B;
    color: #fff;
    border: 1px solid #40000B;
    padding: 17.5px !important;
}

.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    background: #DF0027;
    color: #fff;
    border: 1px solid #DF0027;
    outline: solid 2px #0D82BD;
    outline-offset: 2px;
}

.btn::after {
    position: relative;
    display: inline-block;
    content: '';
    top: 28%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 20px;
}

input[type="button"].btn,
input[type="button"].btn-primary,
input[type="button"].btn-submit,
input[type="button"].btn-cancel {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/arrow.svg");
    background-repeat: no-repeat;
    background-position: 149px 21px;
    background-size: 15px 14px;
}

/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}

.tabs {
    text-align: center;
    font-size: 0px !important;
    position: relative;
    z-index: 0;
    background-color: #DF0027 !important;
    border-radius: 100px;
    padding: 8.5px 13px !important;
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    background: #fff;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
}

.tabItem,
.tab-active {
    height: auto;
    line-height: normal;
    padding: 6px 23px !important;
    margin: 0.0em 10px;
    border-radius: 50px;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    color: #FFFFFF !important;
    font-style: normal;
    text-decoration: none;
    border: 0em solid #FFFFFF;
    background: transparent;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    width: 184px;
    background-color: #DF0027 !important;
}

.tabItem::after {
    display: block;
    content: "";
    height: 2px;
    background-color: transparent;
    position: absolute;
    width: 25%;
    margin-top: 15.5px;
    left: 38%;
}

.tab-active::after {
    display: block;
    content: "";
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    width: 25%;
    margin-top: 15.5px;
    left: 38%;
}

.tabItem:hover::after {
    background-color: #FFFFFF !important;
}

.tab-active {
    font-weight: bold !important;
}

/* 
.tabItem:hover,
.tabItem:active,
.tab-active,
.tab-active:hover {
    opacity: 1;
    background: #C4EAFF;
    border: 0em solid #FFFFFF;
    color: #000000 !important;
    text-decoration: none;
    font-style: normal;
    z-index: 9;
} */

.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 #FFFFFF;

}


/* YEAR BUTTONS */
.year-filter ul::before,
.year-filter ul::after {
    box-sizing: border-box;
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}

.year-filter ul {
    margin: 1em 0;
}

.year-filter ul li {
    padding: 0;
    margin-right: 13px;
    display: inline-block;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0.5em 1em !important;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    background: transparent;
    border: 0.04em solid #1A1A1A !important;
    transition: background 0.5s;
    color: #1A1A1A;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a.selected {
    background: #231F20;
    color: #fff;
}

/* 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: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #1A1A1A;
    font-family: 'MapfreText', sans-serif;
    padding-top: 0em;
    padding-bottom: 0;
}

.modal-header .close {
    margin-top: 0.1em;
    font-size: 1.5em;
    line-height: 0.25em;
}

li.type {
    width: 50%;
    padding: 0.5em 0;
    white-space: normal;
}

.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;
    font-family: 'MapfreText', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #231F20;
    padding: 1em 0 1em 0;
}

.form input,
.form select {

    font-size: 1em;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: 16px;
    color: #1A1A1A;
    font-family: 'MapfreText', sans-serif;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0.16em solid #8D8D8D;
    /*border-top: 2px #703081 solid;*/
    border-radius: 32px;
    height: 54px;
}

.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 0px solid #a1a1a1 !important;
}

.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
}

/***************************************** 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 #231F20;
    -webkit-box-shadow: 0 0.08em 0.32em #231F20;
}

.etooltip .tip-arrow {
    background: transparent;
}

body,
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
}

.headline .headline-right {
    float: right;
    display: inline-block;
}

/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media (max-width: 768px) and (min-width: 0) {

    body,
    .tabItem,
    .tab-active,
    .form input,
    .form select,
    .next-event {
        font-size: 16px;
    }
}

@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: right;
    }

    .export-types {
        padding-bottom: inherit;
    }
}

.time-line-month-name {
    padding: 0px !important;
    height: 25px !important;
}

.headline-left .date-time {
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    color: #1A1A1A;
    font-size: 16px;
    direction: ltr;
}

.headline-left .event-name {
    color: #1A1A1A !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-weight: bold;
    font-family: 'MapfreText', sans-serif;
}

/*END*/
.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 1px solid #a1a1a1;
}

.tabs-wrapper {
    margin: 7px 0px -1px 0;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0 !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: 00em solid #1A1A1A !important;
    transition: background 0.5s;
    background: transparent;
    color: #1A1A1A;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
}

.eupagination>li>a,
.eupagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1A1A1A;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.year-filter .selected {
    font-weight: bold;
    text-decoration: underline !important;
}

.eupagination>.active>a,
.eupagination>.active>span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #A0001C;
    border-color: #A0001C;
}

.eupagination>.active>a:hover,
.eupagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #A0001C;
    border-color: #A0001C;
}

.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #A0001C;
    border-color: #A0001C;
}

@media (min-width: 0px) and (max-width: 360px) {
    .tabs li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        height: auto !important;
    }

    .tabs {
        line-height: auto !important;
        height: auto !important;
        border-bottom: solid 0px #d9d9d9;
        min-height: auto;
        text-align: center;
    }
}


.check-subscription-link {

    font-weight: normal;

}

body.body-rtl .subscription-section {
    float: left;
    text-align: left;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #ffffff;

}

.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    margin-left: 0;
    outline:
        none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.eupagination>li {
    display: inline;
    outline: none !important;
}


.eupagination>.disabled>span,
.eupagination>.disabled>span:hover,
.eupagination>.disabled>span:focus,
.eupagination>.disabled>a,
.eupagination>.disabled>a:hover,
.eupagination>.disabled>a:focus {
    cursor: default;
    outline: none !important;
}



/*Modification*/

.button-wrraper {
    text-align: center;
    padding: 15px 0 15px 1em;
}


@media (max-width: 580px) and (min-width: 0px) {
    .tabs li {
        text-align: center;
        display: table;
        margin: 0 auto;
        min-width: 270px;
        margin-top: 5px;
    }

    .tabs {
        border-bottom: 0 !important;
        background-color: #FFF !important;
    }

    .tabItem {
        border: 0px;
        margin: 0 auto;
        background-color: #fff !important;
        color: #DF0027 !important;
        padding: 16px 23px !important;
    }

    .tab-active {
        background-color: #DF0027 !important;
        color: #FFF !important;
        border-radius: 32px;
        padding: 16px 23px !important;
    }

    .button-wrraper {
        padding: 12px 0 0 0;
    }

    /* .tabItem:hover {
        background: #ffffff;
        border: 1px solid #E2DEDE !important;
    }

    a.tabItem.second-heading.active.tab-active {
        border: 1px solid #E2DEDE;
        border-bottom: 0.16em solid #D81E05 !important;
    } */
}

/*Iphone 5*/
@media (max-width:320px) {

    .btn,
    .btn-primary,
    .btn-submit,
    .btn-cancel,
    .btn:focus,
    .btn-primary:focus,
    .btn-submit:focus,
    .btn-cancel:focus {
        min-width: 0 !important;
    }

    /* .tabItem {
        width: 80.9%;
    } */

    .tab-active {
        border-bottom: 0;
        /* width: 81%; */
        margin: 0 auto;
    }

    .button-wrraper {
        padding: 12px 0 0 0;
    }

    a.tabItem.second-heading {
        /* margin-bottom: 5px; */
    }
}

/*Modification*/
.filter-type ul li {
    padding-left: 0;
}

.content-headline {
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 5px;
}

.content-headline .headline {
    padding: 0;
}

/* redesign */
.content-headline {
    margin-left: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 5px;
}

.box-border {
    border-left: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

* {
    outline: 0;
}

.expand-collapse>.exco-text {
    width: 20px;
    height: 25px;
}

.content-headline .headline {
    padding: 10px;
}

.content-headline.box-border {
    margin-left: 21px;
}

body .hyperlink {
    color: #A0001C !important;
}

body .hyperlink:hover {
    color: #DF0027 !important;
}

body .cookies-box a {
    color: #A0001C !important;
    font-size: 13px !important;
}

body .cookies-box a:hover {
    color: #DF0027 !important;
}

.footer {
    font-size: 13px
}

.google-recapcha {
    display: none;
}

.form .label {
    width: 23%;
}

/*arabic*/

.events-scroller {
    margin-left: -9px;
}


* {
    outline: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 320px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 413px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* .tab-active {
    background-color: #FFF;
    color: #1f1f1f !important;
    border-bottom: 0.16em solid #D81E05 !important;
}

a.tabItem.second-heading.active.tab-active:hover {
    background: #fff;
    border-bottom: 0.16em solid #D81E05 !important;
    border: 1px solid #E2DEDE;
} */

/*
.tabs {
    border-bottom: 1px solid #e1e1e1;
}
*/

/* .tabs li {
    margin-bottom: -5.6px;
} */

.google-recapcha>div {
    display: none;
}


@media (max-width:375px) {}

@media (max-width:520px) {
    .tabs {
        text-align: center !important;
    }
}


* {
    outline: 0;
}

.btn:active,
.btn.active {
    background-image: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.content-headline .headline {
    padding: 10px;
    /* padding-left: 30px; */
}

.expand-collapse>.exco-text {
    width: 20px;
    height: 21px;
    color: #1A1A1A;
    border: 1px solid #d6d6d6;
}

.checkbox {
    position: relative;
    content: "";
    left: 1px;
    top: -1px;
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #1a1a1a;
    background: #fff;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -webkit-appearance: none;
}

.radio {
    position: relative;
    content: "";
    left: 1px;
    top: -1px;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #1a1a1a;
    background: #fff;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -webkit-appearance: none;
}

.checkbox-checked::after {
    content: "";
    position: absolute;
    left: -1px;
    top: -2px;
    content: "";
    width: 19px;
    height: 20px;
    background-size: cover;
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/checked_def.svg");
    background-size: 19px;
    background-position: 46% 1px;
    background-repeat: no-repeat;
    background-color: #E8FFEE !important;
    border-radius: 4px;
}

.radio-checked::after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    content: "";
    width: 22px;
    height: 23px;
    background-size: cover;
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/es-cma/checked_def.svg");
    background-size: 20px;
    background-position: 46% 1px;
    background-repeat: no-repeat;
    background-color: #E8FFEE !important;
    border-radius: 4px;
}

.radio-checked::after {
    border-radius: 10px !important;
}

.subscription-section .subscription-header {
    display: none;
}

.preference-period {
    margin-top: 4px;
}

@media (max-width: 460px) {
    .subscription-section {
        float: left !important;
        margin-top: 8px;
    }
}

.checkbox-wrapper>label {
    display: inline-block;
    height: auto;
}

.checkbox-event-type .color-box {
    top: 3px;
}

.your-preferences .checkbox:before {
    top: -4px;
    left: 0px;
}

.your-preferences .checkbox-checked::after {
    bottom: 3px;
}


/* RESPONSIVE */

@media (max-width: 767px) {
    .modal-dialog {
        margin: 10px auto;
        padding: 0;
    }

    div#subscriptionModal {
        padding: 10px !important;
    }
}

@media screen and (max-width: 500px) {

    .preference-period {
        text-align: left;
    }

    .period {
        display: inline-block;
        height: auto;
    }
}

@media screen and (max-width: 499px) {

    .headline .headline-right {
        margin-top: 0;
    }

    #UpcomingEventsContainer .headline-right .download-event {
        margin-top: -14px;
    }

    li.type {
        width: 100% !important;
    }

    .headline-right .event-type {}

    #PastEventsContainer .list-file-attachment {
        text-align: right;
    }
}


@media (max-width: 479px) {
    #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
    }
}

@media screen and (max-width: 498px) {
    .export-types .export-icon {
        margin: 12px 10px 0 0px;
    }
}

@media screen and (max-width: 400px) {
    .type-filter li {
        width: 90%;
    }
}

@media (max-width:320px) {
    .form input {
        width: 90% !important;
    }

    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
    }

    .export-types {
        padding-bottom: inherit;
    }

    .check-subscription-link {
        text-align: left;
    }

    .subscription-section .subscription-header {
        width: 100% !important;
    }

    .subscription-section {
        bottom: -9em;
    }

    .subscription-section {
        float: left;
        text-align: left;
    }
}

.row-control {
    height: auto;
}

.headline .headline-left {
    float: none;
    display: inline-block;
}

@media (max-width: 478px) {
    .modal-content .modal-body .button-wrraper .btn-cancel {
        margin-bottom: 12px;
    }
}

@media (max-width: 720px) {
    li.type {
        width: 50% !important;
    }
}

@media (max-width: 506px) {
    .preference-period {
        text-align: left;
    }

    body.body-rtl .preference-period {
        text-align: right;
    }
}

@media (max-width: 480px) {
    #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
        margin-top: 0;
    }

    body.ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: left !important;
        margin-top: 0;
    }

    .headline .headline-right {
        width: 34% !important;
    }

    .headline .headline-left {
        width: 62% !important;
    }

    #PastEventsContainer .headline .headline-right {
        width: 34% !important;
        float: right;
    }

    .preference-period {
        padding: 0;
    }
}

button.expand-collapse {
    display: none !important;
}

.show-hide-toggle {
    display: block !important;
}

.link-location,
.attachments {
    padding-top: 0px;
    padding-bottom: 0px;
}
