@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/bm-bdrill/bm-bdrill.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #194D60;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #194D60;
}
.wrapper {
    width: 100%;
    max-width:none;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #0069ff;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
	color: #0d479b;
}
.footer {
    padding: 0em;
}
/*********************************************** 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: 0.75em;
    margin: -0.08em 0 0 -0em;
    border: 0.08em solid #B4B4B4;
    text-align: center;
    transition: background 0.5s;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #B4B4B4;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item, .time-line-item:hover  {
    background-color: #0d479b;
  color: #fff;
  border: 0.08em solid #0d479b;
}

.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: #194D60;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #B4B4B4;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #B4B4B4;
    border-right-color: #B4B4B4;
    color: #194D60!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 2px solid #B4B4B4;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em 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: 0em solid #7FC0D4;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    background-color: transparent;
    color: #194D60;
    border: 0px solid #B4B4B4;
    padding: 15px;
    font-family: inherit;
    font-size: 18px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 100px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 0em;
    height: 21px;
    width: 21px;
    line-height: 20px;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #0069FF;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.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;
    background-color: #0069FF;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 100px;
    border-bottom-right-radius:100px;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    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: #0069FF;
    color: #fff !important;
    padding:24px 48px 24px 48px;
    border: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize !important;
    border-radius: 5px;
    height: auto;
    line-height: normal;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #0D479B;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.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;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: 9px;
  line-height: 10px;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  background: #0069FF;
  border: 0.16em solid #0069FF;
  transition: background 0.5s, color 0.5s, border 0.5s;
  color: #fff !important;
  position: relative;
  top: 0;
  /* left: 0.08em; */
  padding: 24px 48px 24px 48px !important;
  margin-left: 18px;
  margin-right: 18px;
  border-radius: 5px;
  font-size: 18px !important;
}
.tab-active {
    color: #fff;
    cursor: default;
    font-weight:400;
    background-color: #0E2C5D;
	position: relative;
	top: 0px;
	left: 0px;
    border-color: #0E2C5D;
}
.tab-active:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 0em solid transparent; 
	border-right: 0em solid transparent; 
	border-top: 0em solid #B4B4B4;
}

.tabItem:hover {
    color: #fff;
    cursor: default;
    font-weight:400;
    background-color: #0E2C5D;
	position: relative;
	top: 0px;
	left: 0px;
    border-color: #0E2C5D;
}
/* 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: bold;
    font-style: normal;
    background: #0069FF;
  border: 0.16em solid #0069FF;
    transition: background 0.5s;
    color: #fff;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a:hover {
    border-color: #0d479b;
    background: #0d479b;
  }
  .year-filter .selected a {
    background: #0E2C5D;
    border-color:#0E2C5D ;
}
/* 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: 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: 0.16em solid #B4B4B4;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #194D60;
  font-size: 18px;
  padding: 16px 48px 18px 48px;
  box-sizing: border-box;
  background: #F6FCFF;
  border: 2px solid #0069FF;
  height: 63px;
  border-radius: 5px;
}
.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: 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 #B4B4B4;
    -webkit-box-shadow: 0 0.08em 0.32em #B4B4B4;
}
.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: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
    }
    .export-types {
        padding-bottom: inherit;
    }

}
/*END*/


/* ************************************* new modifications ********************************* */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300 !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    height: 63px !important;
    line-height: 15px !important;
  }
  .footer{
    font-size: 13px;
  }
  .btn.btn-primary.btn-more-event.display-none {
    display: none;
  }
  .headline-left .date-time {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
  }
  .headline-left .event-name{
    color: #0069FF;
  }
  .headline-right .event-type {
    font-weight: 400;
    text-align: right;
    word-wrap: break-word;
    color: #082835;
  }
  .event-row.focus .content-headline{
    border-right-width: 0px !important;
  border-right-color: transparent !important;
  }
  .calendar-time-line .current-month {
    font-weight: normal;
  }
  .subscription-header, .export-header {
    font-weight: 400;
    color: #082835;
  }

  .checkbox{
    line-height: 16px !important;
    margin-right: 5px !important;
    display: inline-block !important;
    background: #F6FCFF !important;
    position: relative !important;
    width: 32px;
	height: 32px;
    border-radius: 5px;
    border: 2px solid #0E2C5D !important;
    z-index: 0 !important;
}
span.checkbox.checkbox-checked::after{
    content: "";
	background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/bm-bdrill/./Tick.png");
	background-repeat: repeat;
	background-size: auto;
	background-size: 20px;
	background-repeat: no-repeat;
    top: 7px;
    left: 6px;
    width: 20px !important;
    height: 16px !important;
    display: inline-block !important;
    font-size: 24px;
    z-index: 1;
    position: absolute;
}
li.type {
    white-space: normal;
  }
  .row-control{
    padding: 1.5em 0;
  }
  .main-heading {
    display: none;
  }
  .next-event div.lable,.next-event div.date-time, .next-event div.event-name{
    color: #082835;
  }
  @media(max-width:540px){
    .tabItem{
        width: 154px;
        margin: 10px !important;
        line-height: 5px;
        padding: 25px 35px 25px 35px !important;
    }
  }
  @media(max-width:580px){
    .form input, .form select{
        padding: 16px 24px 18px 24px; 
    }
    .row-control {
        padding: 1.5em 0 3.5em;
      } 
  }
  @media(max-width:422px){
    .btn-submit, .btn-cancel{
        margin: 5px;
    }
  }
    @media(max-width:400px){
        .btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus {
            padding: 10px 34px 10px 34px;
            height: 50px !important;
        }
        .tabItem{
        padding: 20px 35px 20px 35px !important;
        }
  }
