:root {
    --abm-color-primary: #ef7622;
    --abm-color-primary-hover: #c3601b;
    --swal2-confirm-button-background-color: var(--abm-color-primary) !important;
}


a:hover {
    /*color: #ffffff !important;*/
}

.ad-comp img{max-width:100%;}
.alert {
    border-radius: 0px;
    text-align: center;
     background-image: none !important;
     margin-bottom: 2px;
}
.event-header .banner{
	text-align: center;
}
.modal-dialog{
	left:50%;
	margin-left:-300px;
	position: absolute;
	top:50%;
}
.logo_link{
	z-index: 10;
	margin-top: 27px;
    position: relative;
}
.ad-comp {
	background: none!important;
}

.footer_logo {
	width: 180px;
	float: left;
	margin-right: 25px;
}

.footer_logo img {
	width: 180px;
}

.is-fk-user {
    background-color: var(--abm-color-primary) !important;
    padding: 5px 10px 2px !important;
    color: #fff;
}



.search_results_section  ul.summary a
{
	color: var(--abm-color-primary);
}
.search_results_section  ul.summary a:hover
{
	color: var(--abm-color-primary-hover);
}


.search_results_section .article-list li {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    margin: 0 0 2px;
    overflow: auto;
    padding: 25px 15px;
    position: relative;
}
.search_results_section  .article-list li h2 a {
    color: #151515;
}

.search_results_section .article-list li figure img
{
	  max-width: 100%;
}
.search_results_section .article-list li figure {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: left;
    height: 40px;
    margin-right: 15px;
    width: 40px;
}
.search_results_section  .article-list li h2
{
	   float: right;
    font-size: 15px;
    margin: 0 0 5px;
    width: calc(100% - 60px);
}
.search_results_section .article-list li h4, .search_results_section .article-list li p {
    float: right;
    font-size: 14px;
    width: calc(100% - 60px);
}

.search_results_section .article-list li p.page {
    bottom: 15px;
    position: absolute;
    right: 15px;
    width: auto;
}
.search_results_section .article-list li p {
    color: #666;
    margin: 0;
}
.search_results_section .article-list li h4, .search_results_section .article-list li p {
    float: right;
    font-size: 14px;
    width: calc(100% - 60px);
}



#download_button.affix-bottom {
    position: relative;
    background: white;
}

.check_download_pdf_article {
    position: absolute!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    height: 20px!important;
}

#download_button .download-button {
    background: #ececec;
    padding: 20px;
}


.download_pdf {
    /* margin: 0 0 2px 0; */
    /*background: #eee;*/
    /* padding: 55px;
    position: relative;
    overflow: auto; */
}

.affix {
    top: 10px;
    /*bottom: 10%;*/
}

.summary-left {
    /*background: white;*/
}





/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    }
}



.full-width {
    width: 100% !important;
}


.event-header[data-event-id="469"] .banner
{
    background: #3b3635 !important;
}
.event-header[data-event-id="469"] .event-header-info .event-logo figure,
section#main-banner[data-event-id="469"] .banner-right
{
    background: #202020 !important;
}









ul.timeline {
    padding-left: 0;
    list-style: none;
}
ul.timeline li div.year {
    float: left;
    padding: 15px 18px 5px 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    width: 8%;
    background: white;
    position: relative;
}

ul.timeline li div.name {
    float: left;
    width: 90%;
    font-size: 21px;
    padding: 10px 14px 15px;
    font-weight: 600;
    line-height: 26px;
    background: #f0f0f0;
    border-left: 10px solid #dadada;
}
ul.timeline li div.name:hover {
    background: #dcdcdc;
}
ul.timeline li div.name a {
    color: #000;
}
ul.timeline li div.name small {
    font-size: 65%;
    font-weight: 100;
    margin-right: 10px;
}
ul.timeline li {
    float: left;
    width: 100%;
    padding: 5px 10px 7px;
    margin-bottom: 30px;
}


.line-time:before {
    content: " ";
    border-left: dashed 2px #bbbbbb;
    float: left;
    width: 50px;
    height: 120px;
    position: absolute;
    margin-left: 2.5%;
}

.swal2-title {
    margin-bottom: 9px !important;
    font-size: 21px !important;
    margin-top: 10px !important;
}

.swal2-popup {
    /*width: 430px !important;*/
    padding: 22px 16px !important;
}

div#swal2-html-container {
    font-size: 14px !important;
    text-align: left;
    line-height: 22px;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-deny,
.swal2-styled.swal2-cancel
{
    font-size: 13px !important;
}


.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}


button.no-button {
    background: none;
    border: 0;
    padding: 0;
}
.precontent a,
button.no-button
{
    color: var(--abm-color-primary);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
{
    color: #fff !important;
    background-color: var(--abm-color-primary);
}

.btn-default {
    text-shadow: 0 1px 5px rgb(0 0 0 / 46%) !important;
    color: #ffffff !important;
}


#download_button.affix {
    width: 270px;
    float: right;
    right: 0%;
    z-index: 99;
    padding: 0 10px !important;
    margin: 0 !important;
}

ul.issue-submenu li a {
    padding: 5px 13px !important;
}
    ul.issue-submenu li a:hover,
    ul.issue-submenu li a.active {
        background-color: #eee !important;
    }


.article-page a.btn.locked, .article-page button.btn.locked {
    background-image: url(/media/assets/front/img/pdf-iconlock.png);
}


.banner-left {
    height: auto !important;
    min-height: 320px !important;
    padding-bottom: 20px !important;
}