@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");

/* -------------Arabic----------- */

@font-face {
	font-family: 'Tajawal';
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/fonts/Tajawal-Regular.ttf") format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Tajawal';
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/fonts/Tajawal-Medium.ttf") format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Tajawal';
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/fonts/Tajawal-Bold.ttf") format('truetype');
	font-weight: 700;
}

@font-face {
    font-family: 'icofont';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/icofonts/icofont.eot");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/icofonts/icofont.eot?#iefix") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/icofonts/icofont.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/icofonts/icofont.woff") format('woff'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/icofonts/icofont.ttf") format('truetype');        
    font-weight: normal;
    font-style: normal;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/
/*************************************************** MAIN RULES **********************************************************/
body {
    font-family: 'Montserrat', Tajawal, Helvetica, sans-serif;
    font-size: 18px;
	color: #1D2428;
    -webkit-text-size-adjust: 100%;
    background: #ffffff !important;
}

.ar-ae .subscription-section {
    float: left;
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    text-align: left;
}

.ar-ae .tabItem,
.body-rtl .footer,
.ar-ae .modal-title {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

.check-subscription-link {
    padding-bottom: 8px;
    font-weight: bold;

    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: #1d2428;
    text-decoration: none;
    font-weight: normal;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
}
.next-event div.lable {
    font-weight: normal;
    padding-bottom: 15px;
    font-size: 20px;
    color: #1d2428 !important;
}
.main-heading {
    background: #ffffff !important;
    color: #000!important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 20px;
    padding-bottom: 20px!important;
}

/*********************************************** END OF MAIN RULES *******************************************************/
.eupagination>li:last-child>a, .eupagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */

/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/
.time-line-item:hover {
    /* background-color: #EDEDED !important;
    color: #000; */
    background-color: #ffffff1a;
    color: #1D2428;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #ffffff1a;
    color: #1D2428;
}
.modal-dialog {
    color: #ffffff;
}
/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    padding: 0.8em;
    border: 1px solid #ffffff1a !important;
    font-weight: normal;
    height: auto;
    line-height: normal;
    background: #000000;
    color: #fff;
    letter-spacing: 0;
    font-family: inherit;
    font-size: inherit;
    border-radius: 4em;
    min-width: 150px;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s, border 0.5s, padding 0.25s;
}

.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: #d9d8d6;
    color: #000000;
    border-color: #d9d8d6;
}

/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
body.body-rtl .tabs li {
    float: none !important;
}

.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;
}

.ar-ae .tabs {
    text-align: center;
}

.tabs li {
    float: none;
 
    display: inline-block;
}

.form .label {
    color: #fff;
}

.select-option-title {
    color: #fff;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
    padding: 0 10px;
    font-size: 18px;
    margin-right: 1em;
    text-decoration: none;
    font-weight: 500!important;
    font-style: normal;
    background: rgba(155,159,162,.06);
    border: 0;
    color: #ffffff;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
}

.tabItem:hover {
    color: #1d2428!important;
    background: rgba(155,159,162,.06);
    border-bottom: 2px solid #00ff4a;
}

.tab-active {
    color: #1d2428!important;
    cursor: default;
    background-color: rgba(155,159,162,.06);
    position: relative;
    top: 0px;
    left: 0px;
    border-bottom: 2px solid #00ff4a;
}


/* 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 #231F20 !important;
    transition: background 0.5s;
    color: #000000;
    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: bold;
    text-transform: capitalize;
    color: #ffffff;
    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;
    background: #1D2428;
}

.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
    font-family: inherit;
    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.16em;
    box-sizing: border-box;
    
    color: #ffffff;
    font-family: inherit;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px #dee2e6 solid;
    /* border-top: 2px #703081 solid; */
    border-radius: 0;
    height: 40px;
}

.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;
}
.next-event {
    font-size: 18px;
    padding-bottom: 20px;
}
.etooltip .tip-arrow {
    background: transparent;
}

/************************************************* 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: 18px; */
    }
}

@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: 5px !important;
    line-height: 2;
}

.headline-left .date-time {
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 18px;
    direction: ltr;
}

.headline-left .event-name {
    color: #1d2428 !important;
    margin: 0 0 0px 0 !important;
    padding: 0 !important;
    font-weight: normal;
}

/*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: 0em solid #000 !important;
    transition: background 0.5s;
    background: transparent;
    color:#1d2428;
    font-weight: normal;
    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: #2C2E30;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.year-filter .selected {
    font-weight: bold;
    text-decoration: none !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: #fff;
    cursor: default;
    background-color: #323E48;
    border-color: #323E48;
}

/*
@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;
    }
}*/

.ar-ae .tabs li {
    float: none;
    float: none;

    display: inline-block;


}

.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*/

/*Arabic*/
.ar-ae .check-subscription-link {
    text-align: left;
}

.ar-ae .tabs {
    text-align: center;
}

/*Arabic End*/


.button-wrraper {
    text-align: center;
    padding: 15px 0 15px 1em;
}

.ar-ae .button-wrraper {
    text-align: left;
    padding: 15px 0 15px 7.2em;
}
/*
@media (max-width: 580px) and (min-width: 0px) {
    .tabs li {
        display: inline-block;
        width: 70%;
        margin-bottom: 20px;
        text-align: center;
        height: auto !important;
        margin: 0;
        border: 0.08em solid #323E48!important;
    }

    .tabs {
        border-bottom: 0 !important;
    }

    .tabItem {
        width: 100%!important;
        margin: 0 auto;
        border: 0.08em solid #323E48!important;
    }

    .tab-active {
        width: 100%!important;
        border: 0.08em solid #323E48!important;
    }

    .button-wrraper {
        padding: 12px 0 0 0;
    }

    .ar-ae .button-wrraper {
        padding: 15px 0 15px 50px;
    }

    .tabItem:hover {
        color: #323E48 !important;
        border: 0.08em solid #323E48;
    }

    a.tabItem.second-heading.active.tab-active {
        color: #fff !important;
        background: #323E48;
        margin-bottom: 0;
    }

    .ar-ae .button-wrraper {
        padding: 15px 0 15px 71px;
    }
}*/

/*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 {
        border: 0px;
        width: 82%;
    }

    .button-wrraper {
        padding: 12px 0 0 0;
    }
}

/*Modification*/
.filter-type ul li {
    padding-left: 0;
}

.content-headline {
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
}

.content-headline .headline {
    padding: 0;
}

/* redesign */
.content-headline {
    margin-left: 0;
    border-bottom: 1px solid #323E48;
}

.box-border {
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

* {
    outline: 0;
}

.expand-collapse>.exco-text {
    width: 20px;
    height: 25px;
}

.content-headline .headline {
    padding: 10px;
}

.content-headline.box-border {
    margin-left: 21px;
}


a.tabItem.second-heading {
    text-align: center;
}

body .hyperlink {
    color: #00ff4a !important;
}

body .hyperlink:hover {
    color: #00ff4a !important;
    text-decoration: underline;
}

body .cookies-box a {
    color: #00ff4a !important;
}

body .cookies-box a:hover {
    color: #00ff4a !important;
    text-decoration: underline;
}

.google-recapcha {
    display: none;
}

.form .label {
    width: 23%;
}

/*arabic*/

.events-scroller {
    margin-left: -9px;
}

@media (max-width:414px) {
    .ar-ae .tabItem {
    }

    .ar-ae .button-wrraper {
        padding: 15px 0 15px 55px;
    }
}

* {
    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: 414px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    
}




.tabs {
    border-bottom: 0;
    width: auto;
    margin: 0 auto;
}

.ar-ae .tabs {
    width: auto;
}

.tabs li {
    margin: 0!important;
}

.google-recapcha>div {
    display: none;
}
/*
@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;
}

@media (max-width:480px) {

    .btn,
    .btn-primary,
    .btn-submit,
    .btn-cancel,
    .btn:focus,
    .btn-primary:focus,
    .btn-submit:focus,
    .btn-cancel:focus {
        padding: 10px 35px;
    }

    .ar-ae .btn,
    .ar-ae .btn-primary,
    .ar-ae .btn-submit,
    .ar-ae .btn-cancel,
    .ar-ae .btn:focus,
    .ar-ae .btn-primary:focus,
    .ar-ae .btn-submit:focus,
    .ar-ae .btn-cancel:focus {
        padding: 10px 24px;
    }
}

@media (max-width: 479px) {
    .form .input {
        width: 100% !important;
        display: inline-table;
    }

    .btn-submit,
    .btn-cancel,
    .btn-ok {
        margin-left: -4px;
        margin-bottom: 10px;
    }
}

.btn-default:hover {
    color: #fff;
}

.form input,
.form select {
    color: #333;
}

.ar-ae div#subscriptionModal {
    padding-left: 0 !important;
}

.supply-by-box a {
    font-size: 13px !Important;
}

body .cookies-box a {
    font-size: 13px !important;
}

/* btn */
/* .en-gb .btn:before {
    content: " ";
    position: absolute;
    top: 18.5px;
    left: 0px;
    margin-left: 0em;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #FF375E;
    border-top: 5px solid transparent;
}
.ar-ae .btn:before {
    content: " ";
    position: absolute;
    top: 18.5px;
    right: 0px;
    margin-left: 0em;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #FF375E;
    border-top: 5px solid transparent;
}
.btn {
    position: relative;
    top: 0;
    left: 0;
    letter-spacing: 0.65px;
}


.btn:hover {
    padding: 15.5px 1px 15.5px 13px;
}


.btn:hover:before {
    transform: translateX(12px);
    content: '';
    -webkit-transition: all .5s ease;
} */

footer.footer {
    font-size: 14px;
}

.check-subscription-link .link:hover {
    text-decoration: underline;
}

* {
    outline: 0;
}
/*
input.btn.btn-default.btn-cancel {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/arrow.jpg");
    background-position-y: 14px;
    background-position-x: -7px;
    background-size: 25px 20px;
    background-repeat: no-repeat;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}*/

.btn:active,
.btn.active {
    /* background-image: none!important; */
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.ar-ae .btn:hover:before {
    transform: translateX(-12px);
    content: '';
    -webkit-transition: all .5s ease;
}
/*
.ar-ae input.btn.btn-default.btn-cancel {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-multi/arrowleft.jpg");
}*/

.ar-ae .btn:hover {
    /* padding: 15.5px 13px 15.5px 1px; */
}
/*
@media(max-width:480px){
    a.tabItem.second-heading.active.tab-active {
        text-align: center;
        color: #ffffff!important;
        border-top: 0.08em solid #323E48!important;
        border-right: 0.08em solid #323E48!important;
        border-bottom: 0.08em solid #323E48!important;
        border-left:0.08em solid #323E48!important;
        border-radius: 0;
        margin-top: 0;
    }
    a.tabItem.second-heading.active.tab-active:hover {
        background: #323E48;
    }
    .tabItem {
        font-size: 18px;
    }
}
*/

.btn-cancel:before,
.btn-submit:before {
    display: none;
}

.expand-collapse:hover>.exco-text {
    color: #323E48;
}
.content-headline {
    padding-left: 0;
}
.expand-collapse>.exco-text {
    width: 20px;
    height: 20px;
}
.expand-collapse.expand>.exco-text {
    border-right-color: #fff;
    color: #323E48;
}

body.ar-ae .content-headline, body.ku-arab-iq .content-headline {
    margin-left: 0;
    margin-right: 0px;
    padding-bottom: 5px;
}

.ar-ae .content-headline {
    padding-left: 0;
}

body.ar-ae .headline-right .event-type, body.ku-arab-iq .headline-right .event-type {
    font-weight: normal;

}
/*
@media (max-width:580px) {
    a.tabItem.second-heading.active.tab-active {
        text-align: center;
        border-top: 0em solid #323E48;
        border-right: 0em solid #323E48;
        border-bottom: 0.18em solid #323E48;
        border-left: 0em solid #323E48;
        border-radius: 0;
        margin-top: 4px;
    } 
    .tabs {
        text-align: center!important;
    }
    a.tabItem.second-heading.active.tab-active:hover {
        background: #323E48;
    }
}

*/
.show-hide-toggle {
    display: block!important;
}

span.exco-text {
    display: none!important;
}
.main-heading {
       /* display: none!important; */
       font-size: 27px!important;
       font-weight: 500;
       margin-bottom: 0em!important;
}

.color-dot-box {
    font-size: 24px;
    font-family: inherit!important;
}


.headline-right .event-type {
    font-weight: normal;
    font-size: 18px;
    padding-top: 10px;
}
.content-headline {
    background: #ffffff;
    padding-bottom: 18px;
}


@media (max-width: 479px) {
    .ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: right!important;
        margin-top: -28px;
    }
}

* {
    outline: 0;
}

.footer {
    margin-bottom: 30px;
}

.color-dot-box {
    padding-top: 0.5em;
}

.date-time,
.headline-right .event-type {
    font-weight: normal!important;
    margin-bottom: 5px;
}

.time-line-item {
    line-height: 0.8;
}

a.tabItem.second-heading.active.tab-active:hover {
    opacity: 1!important;
}

.tabItem:hover:not(.tabItem-active) {
    /* opacity: 0.7; */
}

.preference-period {
    margin-top: 1em;
}

body.body-rtl .tabs {
    float: none !important;
}


.radio {
    background: none;
    display: none;
}

.period {
    text-transform: capitalize;
    margin-right: 5px;
    border-bottom: 4px solid transparent;
}

.period .radio + span {
    border-bottom: 0;
    padding: 1em 2em;
    display: inline-block;
}

.period .radio-checked + span {
    padding: 0.8em  2em 0.6em 1em;
    background: #ffffff;
    border-radius: 0;
    border-left: 4px solid #00ff4a;
    color: #000000;
}

.period .radio + span:before {
    /* content: "";
    border: 1px solid #ccc;
    left: 0px;
    top: 12px;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1);
    position: absolute; */
}

.period .radio-checked + span:after {
    content: "\eed6";
    font-family: icofont;
    color: #000000;
    font-size:18px;
    right: 10px;
    top: 13px;
    position: absolute;
}

.checkbox-wrapper {
    overflow: inherit;
    line-height: 1.25em
}


li.type {
    overflow-x: unset;
}

nav.year-filter {
    display: inline-block;
}

.filter-type .clear-both ul li {
    margin: 0 3px;
    background: rgba(155,159,162,.06);
    padding: 5px 40px!important;
    position: relative;
}
.filter-type ul li {
    float: none;
    display: inline-block;
}

.filter-type .clear-both ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    
}

.filter-type .clear-both ul .selected a:before {
    width: 100%;
    z-index: -1;
    border: 0;
    border-radius: 0;
    height: 34px;
    top: -2px;
    border-bottom: 1px solid #75fb67;
}

.year-filter .selected a:after {
    content: "\eed6";
    font-family: icofont;
    right: 14px;
    top: 6px;
    position: absolute;
    font-size: 18px;
    color: #000000;
}
#PastEventsContainer .filter-type .clear-both {
    text-align: center;
    margin-bottom: .5em;
    margin-top: 1em;
  }
.color-box {
    /* margin-bottom: 4px; */
}
.modal-body span.color-box {
    margin-bottom: 1px;
}

.time-line-item {
    border: 1px solid #323E48;
}

.modal-header {
    background: #1D2428;
}

.checkbox.checkbox-checked:before {
    background: #ffffff1a;
}

.checkbox:before {
    display: block;
    content: " ";
    position: absolute;
    top: -1px;
    border: 1px solid #4c5a7a;
    left: 0px;
    background: #ffffff1a;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}

.checkbox-checked:after {
    content: "\eed6";
    font-family: icofont;
    font-size: 18px;
    position: absolute;
    top: 0;
    border: 0px solid #ccc;
    left: 0px;
    color: #FFFFFF;
    box-sizing: border-box;
    font-weight: 400;
    background: #ffffff1a;
}

.checkbox {
    background: none;
}

.etooltip {
    color: #000;
}

@media (max-width: 520px) {
    .tabs {
        text-align: center!important;
    }
}
