@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");

@font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
 @font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Poppins-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Muller-Regular';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Muller_Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face{
	font-family:"Muller-ExtraBold";
	font-weight:normal;
	font-style:normal;
	font-display:swap;
	src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-bafarb/fonts/Muller_Bold.ttf") format("truetype");
}


/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    font-family: 'Poppins', sans-serif !important;
    font-weight:400;
    font-size: 16px;
    color: #212529;
}
.wrapper {
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
.check-subscription-link {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
    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: #063451;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px ;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
	color: #063451;
    text-decoration: none;
}
.main-heading {
    color: #212529 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 20px;

}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */

/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/
.time-line-item:hover {
    background-color: #063451!important;
    color: #ffffff;
}
/*************************************************** BUTTONS *************************************************************/

/************************************************ 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;
    margin: -2.2px;
    display:inline-block;
}
.tabItem {
}

.tabItem:hover {
}

.tab-active {
}


/* 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 #212529 !important;
    transition: background 0.5s;
    color: #4e4e4e;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #212529;
    color: #fff;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
}
.tabItem {
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #212529;
    font-family: inherit;
    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: inherit;
    text-transform: uppercase;
    font-weight: normal;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #212529;
    padding: 1em 0 1em 0;
}
.form input,
.form select {

    padding: 0 0.16em;
    box-sizing: border-box;
    font-size: 16px;
    color: #212529;
    font-family: inherit;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px #e2e2e2 solid;
    border-radius: 0px;
    height: 45px;

}
.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 #212529;
    -webkit-box-shadow: 0 0.08em 0.32em #212529;
}
.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: 16px;
    }
}
@media(max-width:640px) {
    li.type {
        width: 50%!important
    }
}

@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: #212529;
    font-size: 13px;
	direction: ltr;
}
.headline-left .event-name {
    color: #063451 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-family: inherit;
}
/*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 #212529 !important;
    transition: background 0.5s;
    background: transparent;
    color: #212529;
    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: #2C2E30;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px !important;

}
.year-filter .selected {
    font-weight: bold;
    text-decoration: underline!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: #063451;
    border-color: #063451;
    
}
.eupagination>li:last-child>a, .eupagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.check-subscription-link {
    font-weight: normal;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #063451;

}

.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;
}
.button-wrraper {
    text-align: center;
    padding: 16px 0 16px 0em;
}
.filter-type ul li{
    padding-left: 0;    
}

.content-headline {
    margin-left: 0; 
    border-left: 0; 
    border-right: 0; 
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.content-headline .headline {
    padding: 0;
}

/* redesign */
.content-headline {
    margin-left: 21px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.box-border {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

* {
    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.active.tab-active {
}

a.tabItem.second-heading {
}

body .hyperlink{
    color: #212529 !important;
}
body .hyperlink:hover{
    color: #0074a7!important;
}

body .cookies-box a {
    color: #212529  !important;
}
body .cookies-box a:hover{
    color: #0074a7!important;
}

.google-recapcha {
    display: none;
}

.form .label {
    width: 23%;
}
.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: 414px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}

.tab-active {
    background-color: #FFF;
    color: #212529 !important;
}

a.tabItem.second-heading.active.tab-active:hover {
}

.tabs {
    border-bottom: 1px solid #e0e0e0;
}

.google-recapcha>div {
    display: none;
}

a.tabItem:before{
}
a.tabItem:hover:before {
}

a.tabItem.second-heading.active.tab-active:before {
}

a.tabItem.second-heading:before {
}
*{
    outline: 0;
}

.btn:active, .btn.active {
    background-image: none!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

footer.footer {
    font-size: 14px;
}

.supply-by-box a {
    font-size: 14px !important;
}

body .cookies-box a {
    font-size: 14px !important;
}

a[aria-controls=UpcomingEventsContainer]:before {
    width: calc(100% - 45px)!important;
}

span.bold-title {
    position: relative;
    top: 3px;
}

.subscribe-actions {
    margin-bottom: 16px;
}

@media (max-width:375px){
  
}

@media (max-width:520px){
.tabs {
    text-align: center!important;
    }
}

/* @media (max-width: 580px) {
    .tabs li {
        width: 80%;
    }
    .tabs {
        text-align: center !important;
    }
    
} */




/* LAST MOD */
.time-line-item:hover {
    background-color: #063451 !important;
    color: #ffffff;
}

.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus {
}
.btn, .btn-primary {
}
.calendar-time-line .current-month .time-line-item {
    background-color: #063451;
    color: #FFFFFF;
}
.btn:active, .btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover {
}
.tabs {
    border-bottom: 0px solid #e0e0e0;
}
.tabs{
    text-align: center;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.87em !important;
    padding-right: 1em;
    padding-bottom: 0.87em !important;
    padding-left: 1em;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    border-radius: 3px;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.0em;
    text-transform: none;
    color: #212529;
    font-style: normal;
    text-decoration: none;
    border-top: 0.08em solid #212529;
    border-right: 0.08em solid #212529;
    border-bottom: 0.08em solid #212529;
    border-left: 0.08em solid #212529;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    min-width: 13em;
}
.tabItem:hover {
    background: #063451 !important;
    color: #FFFFFF !important;
    /* border: 1px solid #063451 !important; */
}
.tab-active {
    background: #063451 !important;
    color: #FFFFFF !important;
    border: 1px solid #063451 !important;
}
.tabs li {
    float: none;
    margin: 0px !important;
    display: inline-block;
}
.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: #063451;
    border-color: #063451;
}
.eupagination>li>a:hover, .eupagination>li>span:hover, .eupagination>li>a:focus, .eupagination>li>span:focus {
    color: #FFFFFF !important;
    background-color: #063451;
    border: 1px solid #063451 !important;
}
.eupagination>.disabled>span:hover, .eupagination>.disabled>a:hover {
    border: 1px solid #063451 !important;
    color: #FFFFFF !important;
    background: #063451 !important;
}
body .cookies-box a:hover {
    color: #063451 !important;
    text-decoration: underline;
}
.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus {
}
.headline-right .event-type {
    color: #063451;
}
@media (max-width: 479px){
#PastEventsContainer .list-file-attachment {
    /* text-align: left; */
    text-align: right;
    margin-top: -34px;
}
.headline-left .event-name {
    width: 63%;
}

.headline-right .event-type {
    position: relative;
    top: -58px;
}
#PastEventsContainer .headline .headline-right {
    width: 100% !important;
    float: none;
    margin-top: 0px;
    height: 0px;
}

.headline .headline-right {
    margin-top: 30px;
}
}
@media screen and (max-width:360px){
    .headline-left .event-name {
        width: 55%;
    }
}
.content-headline {
    margin-left: 0px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

a:hover, a:active, .hyperline:active, .hyperlink:active, .check-subscription-link:hover {
    color: #063451 !important;
    text-decoration: none;
}
.time-line-item {
    padding-top: 5px;
    margin: -1px 0 0 -1px;
    border: solid 1px #e0e0e0;
    text-align: center;
}

/* 
CUSTOM CHECKBOX FC */

/* .checkbox-event-type li label .checkbox-checked + span:nth-child(2):before {
    content: "";
    position: absolute;
    left: -29px;
    top: -5px;
    width: 27px;
    height: 25px;
    background: transparent;
    padding-top: 0;
    padding-left: 0;
    background-image: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/ae-upp/fc22.png") !important;
    background-size: 100% 100%;
    display: inline-block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

.checkbox-event-type li label span:nth-child(2):before {
    position: absolute;
    content: "";
    left: -29px;
    top: -5px;
    content: "";
    width: 27px;
    height: 25px;
    background: transparent;
    background-image: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/ae-upp/fc33.png") !important;
    background-size: 100% 100%;
    display: inline-block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
} */

/* .period .radio + span:before {

    position: absolute;
    left: -8px;
    top: 17px;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 30px;
    border: 1px solid #9d9d9c;
    background: #fff;
} */

/* .period .radio-checked + span:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 17px;
    width: 19px;
    font-size: 7px;
    height: 19px;
    background: transparent;
    padding-top: 2px;
    padding-left: 2px;
    background-image: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/ae-upp/fc44.png") !important;
    background-size: 100% 100%;
    display: inline-block;
} */

.checkbox-event-type li label span:nth-child(2) {
    position: relative;
    margin-left: 0px;
}

/* .checkbox {
    background: none;
} */

.preference-period {
    text-align: center;
}

/* span.radio {
    display: none;
} */

.checkbox-wrapper {
    overflow: inherit;
    line-height: 1.25em;
}

span.radio, span.checkbox, span.event-name, span.color-box {
    vertical-align: initial;
}

li.type {
    overflow-x: unset;
}

.period .radio + span {
    border-bottom: 4px solid transparent;
    padding: 1em 0em;
    display: inline-block;
}
.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus{
}
.btn:active, .btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover{
}
.tabItem{
}
a.tabItem.second-heading.active.tab-active {
}
.tabItem:hover{
}
.events-container {
    margin-top: 10px;
}

.tabs {
    border-bottom: 0px solid #e7e7e7;
}
.tabItem {
}
@media screen and (max-width:350px){

}
.main-heading {
    display: none;
}
.headline-right .event-type {
    color: #212529;
    font-weight: 500 !important;
}
.headline-left .date-time {
    color: #212529;
    font-size: 17px;
}
span.type-filter-name {
    color: #212529;
}
a#\32 {
    color: #212529;
}

.subscribe-content-wrapper .bold-title {
    font-weight: 500;
}
@media screen and (max-width:408px){
    .event-type > span {
        display: none;
    }
}
@media screen and (max-width:353px){
    .tabItem {
        margin: 10px 24px !important;
    }
}
@media screen and (max-width:750px){

}
.filter-type ul li {
    padding: 2px 10px 2px 2px;
}
.year-filter ul li {
    margin-right: 0px;
}
@media screen and (max-width:479px){
    .row-control {
        padding: 16px 0 16px 0;
    }
}

.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {

}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
}   

.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus{
    font-family: "Muller-ExtraBold", sans-serif !important;
    font-family: "Muller-ExtraBold", sans-serif !important;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: 400;
    color: #063451;
    text-transform: none;
    margin: 0em;
    padding: 1em 1em 1em 1em;
    border: 1px solid #000000;
    background: #FFFFFF;
    border-radius: 0 !important;
    transition: all .25s;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
    background: #063451;
    background: -moz-linear-gradient(45deg,#063451 50%,transparent 50%);
    background: -webkit-gradient(45deg,color-stop(50%,#063451),color-stop(50%,transparent));
    background: -webkit-linear-gradient(45deg,#063451 50%,transparent 50%);
    background: -o-linear-gradient(45deg,#063451 50%,transparent 50%);
    background: -ms-linear-gradient(45deg,#063451 50%,transparent 50%);
    background: linear-gradient(45deg,#063451 50%,rgba(0,0,0,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#063451",endColorstr="transparent",GradientType=0);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 240%,100%;
    clear: both;
    color: #063451;
    cursor: pointer;
    font-family: "Muller-ExtraBold",sans-serif;
    font-weight: 400;
    letter-spacing: .0925rem;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px !important;
}
.btn:active, .btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover{
    background-position: left;
    color: #fff;
    text-decoration: none !important;
}
.btn-primary:active, .btn-submit:active, .btn-cancel:active{
    background: #063451 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    border-color: #063451 !important;
}

@media screen and (max-width:505px){
    .tabItem {
        padding-top: 0.87em !important;
        padding-right: 1em;
        padding-bottom: 0.87em !important;
        padding-left: 1em;
        margin-top: 5px;
        margin-right: 7px;
        margin-bottom: 5px;
        margin-left: 7px;
    }
}

.content-headline {
    margin-left: 13px;
}
.expand-collapse>.exco-text {
    width: 20px;
    height: 20px;
}
.expand-collapse.expand>.exco-text {
    border-right-color: #e0e0e0;
    color: #209ef7;
}
.color-dot-box .display-none {
    width: 7px;
    height: 7px;
    display: inline-block;
}
span.color-dot {
    display: none;
}


/* 3-13 */

.content-headline {
    margin-left: 25px;
}
.expand-collapse {
    left: 10px;
}
a#\32 {
    color: #006BFF;
}

@media screen and (max-width:346px){
    .button-wrraper .btn-submit, 
    .button-wrraper .btn-cancel, 
    .button-wrraper .btn-ok {
        box-sizing: border-box;
        width: 160px !important;
        margin: 2px 0px;
    }
}
