@font-face {
    font-family: 'GESSTwo';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/GESSTwoLight.otf") format('opentype');
    font-weight: normal; 
}
@font-face {
    font-family: 'GESSTwo';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/GESSTwoBold.otf") format('opentype');
    font-weight: bold; 
}
@font-face {
    font-family: 'GESSTwo';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/GESSTwoMedium.otf") format('opentype');
        font-weight: 300; 
}

@font-face {
    font-family: 'Bliss';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/BlissProBold.otf"),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/BlissProExtraBold.otf") format('opentype');
        font-weight: bold;
}

@font-face {
    font-family: 'Bliss';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/BlissProLight.otf"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/BlissProLightItalic.otf") format('opentype');
        font-weight: normal;
}

@font-face {
    font-family: 'Bliss';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/BlissProMedium.otf"),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/ae-adib/fonts/BlissProMediumItalic.otf") format('opentype');
    font-weight: 300;
}

body.en-gb {
	margin: 0px;
    font-family: Bliss, sans-serif;	
}

body.ar-ae {
	margin: 0px;
	font-family: GESSTwo, sans-serif!important;
}


body,
.form input, .form select {
	font-size: 16px;
	color: #6F6F6F;
}


.ar-ae .subscription-section {
    float: left;
    text-align: left;
}


.form input, .form select {
    border: 0.08em solid #878787;
    box-shadow: none !important;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s;
    color: #042f58;
}
.calendar-time-line .current-month {
    font-weight: normal;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding: 0;
}

.tabs-wrapper {
    margin: 1em 0 1.5em 0;
    border-bottom: 0px solid #E1E1E1;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size:0;
}
.ar-ae .tabs{
    text-align: right;
}
.tabs li {
	float: none;
	display: inline-block;	
	margin: 0px;
    width: auto;
    box-sizing: border-box;
}
.tabItem {
    height: auto;
    line-height: normal;
	padding: 15px 12px!important;
    text-decoration: none;
    font-weight: 700!important;
    font-style: normal;
    background: transparent;
    border: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: solid 1px #fff;
	border-left: solid 1px #d8d8d8;
    text-transform: uppercase;
    transition: none;
    font-size: 15px;
    background: #F3F3F3;
    color: #004989!important;
    text-transform: capitalize;
    outline: none;
    margin: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-align: left;
    min-width: 11em;
}
.ar-ae .tabItem{
    text-align: right;
    border-left: solid 1px #fff;
	border-right: solid 1px #d8d8d8;
}
.tabItem:hover {
	background: #DEDEDE;
	color: #004989;	
}

.tab-active {
    color: #004989 !important;
    background: #DEDEDE;
    cursor: default;
}
.tab-active:before {
	
	content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 0;
	margin-left: 12px;
	
	border-left: 16.5px solid transparent; 
	border-right: 16.5px solid transparent; 
	border-top: 14px solid #DEDEDE;
}
.ar-ae .tab-active:before{
    right: 0;
	margin-right: 12px;
	
	border-left: 16.5px solid transparent; 
	border-right: 16.5px solid transparent; 
	border-top: 14px solid #DEDEDE;
}
body.body-rtl .tabs li {
    float: none !important;
}
.btn {
    font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #009ee3;
	text-transform: none;
	padding: 12px 10px!important;
	
	border: 0.08em solid #009ee3;	
    border-radius: 5px;
	background: #FFF;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
	text-decoration: none;
    margin-bottom: 10px;
    box-shadow:none;
    min-width: 9em;
}
.btn:hover,
.btn:active,
.btn:focus {
	background: #009ee3;
	color: #FFFFFF;
	border-color: #009ee3;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;

}
.headline-left .date-time,
.subscription-header, .export-header,
.next-event div.lable,
.next-event div.date-time {
    color: #000;
}
.headline-right .event-type {
    color: #000;
    font-weight: normal;
}

.headline-left .date-time {
    font-weight: normal;
}
.headline-left .event-name {
    font-weight: bold;
}
.eupagination>li>a, .eupagination>li>span,
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #5b5b5b;
	text-transform: none;
	padding: 7px 10px;
	border: 1px solid #ccc;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background: #fff;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    box-shadow:none;
    margin: 1px;
}
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    color: #5b5b5b;
}
.eupagination>li>a:focus, .eupagination>li>span:focus,
.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:focus, .eupagination>.active>span:focus
.eupagination>.active>a:hover, .eupagination>.active>span:hover,
.eupagination>li>a:hover, .eupagination>li>span:hover,
.eupagination>.active>a:hover {
    background: #fff;
	color: #5b5b5b;
	border-color: #ccc;
    border-bottom: 2px solid #003a70!important;
    transition: all 0.3s ease-in;
    border: 1px  solid #ccc;
}
.eupagination > li:last-child > a, .eupagination > li:last-child > span {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.eupagination > li:first-child > a, .eupagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.ar-ae .eupagination > li:last-child > a, .ar-ae .eupagination > li:last-child > span {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.ar-ae .eupagination > li:first-child > a, .ar-ae .eupagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.filter-type ul li {
    padding: 5px;
}

html .modal a, html .hyperlink, html .disclaimer-box a, html .cookies-box a,
.check-subscription-link .link {
    color: #6F6F6F !important;
    font-weight: normal;
    text-decoration: none;
}
html .modal a:hover, html .hyperlink:hover, html .disclaimer-box a:hover, html .cookies-box a:hover,
.check-subscription-link .link:hover {
    color: #002F69 !important;
    font-weight: none;
    text-decoration: none;
}
.content-headline {
    border-bottom: 2px solid #cecece;
}
.subscription-header,
.filter-type .selected .type-filter-name,
.subscribe-event-title {
    font-weight: normal;
}

.time-line-item {
	padding-top: 10px;
}
.button-wrraper {

    text-align: center;
    padding: 15px 0 15px 0;
    margin-left: 78px;

}
.box-border {
    border-left: 2px solid #cecece!important;
    border-right: 2px solid #cecece !important;
}
.event-row.first .box-border {
    border-top: 2px solid #cecece;
}

.footer {
    font-size: 13px;
}
@media (max-width: 320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        text-align: center;
        width: 100%!important;
        padding-top: 10px!important;
    }
}
@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none !important;
    }
}
@media (max-width: 479px){
    .input-control .button-wrraper {
        margin-left: -17px!important;
        margin-top: 10px!important;
    }
    .subscribe-checking-wrapper .button-wrraper {
        margin-left: -7px!important;
    }
}

.type-filter-name{
    text-decoration: none;
    color: #474747;
}
.type-filter-name:hover,
.filter-type .selected .type-filter-name {
    text-decoration: none;
    background: #FFFFFF;
	color: #002F69;
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0em solid #FFFFFF;
	border-left: 0em solid #FFFFFF;
}


.time-line-item {
	padding-top: 10px;
}
@media (max-width: 320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        text-align: center;
        width: 100%!important;
        padding-top: 10px!important;
    }
}
@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none !important;
    }
}

.check-subscription-link {
    font-size: 15px;
}
.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

.google-recapcha {
    display: none!important;
}

body.body-rtl .tabs {
    float: none!important;
}

.content-headline {
    margin-left: 0;
}

body.ar-ae .content-headline, body.ku-arab-iq .content-headline {
    margin-left: 0;
    margin-right: 0;
}

.content-headline .headline {
    padding-left: 0;
}

.ar-ae .content-headline .headline {
    padding-right: 0;
}

.expand-collapse>.exco-text {
    color: #8c8c8c;
}
.headline-right .event-type{
    color: #6F6F6F;
    font-weight: normal !important;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #6F6F6F;
    color: #fff;
}

.time-line-item:hover {
    background-color: #6F6F6F;
    color: #fff;
}

.content-headline {
    border-left: 0;
    border-right: 0;
}

.headline-left .date-time {
    font-size: 14px;
}

.filter-type .selected .type-filter-name {
    font-weight: bold;
    text-decoration: underline;
    color: #002F69 !important;
}
.main-heading {
    display: none;
}
.btn-subscribe {
    min-width: 130px;
}

.headline-left .date-time {
    font-weight: normal;
    margin-left: 30px;
}

.headline-left .date-time {
    font-weight: normal;
    margin-left: 30px;
}

.headline-left .event-name {
    margin-left: 30px;
    color: #003878;
}

.headline-left .location {
    margin-left: 30px;
}

.ar-ae .headline-left .location {
    margin-right: 30px;
}


.ar-ae .headline-left .event-name {
    margin-right: 30px;
}

.ar-ae .headline-left .date-time {
    margin-right: 30px;
}

.expand-collapse>.exco-text {
    height: 25px;
}

input.EurolandTools-TotalReturnAndDividends-CalculatorTab-Input {
    font-size: inherit;
    padding: 5px;
}



