﻿body{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5 ;
    overflow-x: hidden;
}

h1 {
    color:#75CBFF;
    margin-bottom: 16px;
}
.content-section h1:first-child {color: #004B93;}

h2{
	color:#004B93;
}

a, h6{
	color:#004B93;
}

p {
    color: #333;
}

img {
	max-width:100%;
	height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.clear{clear:both;}

.imgLeft{
	float:left;
	margin: 5px 20px 5px 0;
}
.imgRight{
	float:right;
	margin: 5px 0 5px 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-container > a,
.text-container > p > a { 
	/*text-decoration: underline; */
}

a {
    transition: 0.5s;
}

a:hover{
	color:#75CBFF;
}

a:hover, a:focus{
	text-decoration: none;
}

.nav-tabs a:hover {
    color: #333;
}

#map img {
    max-width: none;
}
.form-horizontal .control-label {
	text-align: left;
}

.bold{
	font-weight:700;
}

area {
    outline:none;
}

/* SECTIONS */
.society {
    background-color: #18B6EC;
}

.congress {
    background-color: #18B6EC;
}

.events {
    background-color: #18B6EC;
}

.academy {
    background-color: #18B6EC;
}

.urcade {
    background-color: #18B6EC;
}

.ucare {
    background-color: #18B6EC;
}

.foundation {
    background-color: #18B6EC;
}

.news {
    background-color: #18B6EC;
}


/* SEARCH */
.ulSearch li a {
	display:block;
	background-color:#ffffff;
	padding:10px;
}

.ulSearch li a.society, .searchtitle.society {color:#18B6EC;transition: 0.5s;}
.ulSearch li a.society:hover{color:#333;}

.ulSearch li a.congress, .searchtitle.congress {color:#1883C5;transition: 0.5s;}
.ulSearch li a.congress:hover{color:#333;}

.ulSearch li a.academy, .searchtitle.academy {color:#1662AD;transition: 0.5s;}
.ulSearch li a.academy:hover{color:#333;}

.ulSearch li a.ucare, .searchtitle.ucare {color:#1D3D8C;transition: 0.5s;}
.ulSearch li a.ucare:hover{color:#333;}

.ulSearch li a.foundation, .searchtitle.foundation {color:#262C7A;transition: 0.5s;}
.ulSearch li a.foundation:hover{color:#333;}

.ulSearch li a.news, .searchtitle.news {color:#191d50;transition: 0.5s;}
.ulSearch li a.news:hover{color:#333;}

.searchtitle {
    text-transform: uppercase;
    background-color: #ffffff !important;
}

/* SLIDING MENU */
.menu_cache {
	background-color: #fff;
	border-left: 1px solid #617fb1;
    border-bottom: 1px solid #617fb1;
    color: #000;
    position: fixed;
    right: -284px;
	/*top: 0;*/
	height: 470px;
    width: 284px;
    z-index: 1150;
}
.menu_cache .top {
	background-color: #356eac;
	color: #fff;
	padding: 27px 18px;
	text-transform: uppercase;
}
.menu_cache .top .title {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	padding-left: 30px;
	text-transform: uppercase;
}
.menu_cache .top .title.contact {
	background: url(../img/icons/icon-contact.png) no-repeat center left;
}
.menu_cache .top .title.inthenews {
	background: url(../img/icon_inthenews_title.png) no-repeat center left;
}
.menu_cache .top .title.agenda {
	background: url(../img/icon_agenda_title.png) no-repeat center left;
}
.menu_cache .top .title.journal {
	background: url(../img/icon_journal_title.png) no-repeat center left;
}
.menu_cache .top .closex {
	float: right;
	font-size: 15px;
	color: #fff;
    transition: 0.5s;
}
.menu_cache .top .closex:hover {
	text-decoration: none;
}
.menu_cache .top2 {
	background-color: #d5e1ec;
	border-bottom: 1px solid #617fb1;
	color: #3d72a8;
	font-size: 15px;
	padding: 14px 18px 9px;
	text-transform: uppercase;
}
.menu_cache .top2 a {
	color: #3d72a8;
	display: inline-block;
    margin: 8px 14px 0 0;
    transition: 0.5s;
}
.menu_cache .top2 a.hover {
	font-weight: bold;
}

.menu_cache .innercontent {
	color: #9c9d9a;
	font-size: 12px;
	padding: 18px 18px 0 18px;
	padding-right: 0;
	height: 456px;
}
.menu_cache .innercontent p {
	color: #9c9d9a !important;
	font-size: 12px !important;
}
.menu_cache .innercontent a {
	color: #0f5b9e;
}
.menu_cache .hr {
	height: 1px;
	background-color: #204a91;
	color: #204a91;
	border: 0 none;
	margin: 20px 0;
}

/* SPONSORS */
.sponsors-section {
    margin-top: 20px;
    padding: 0px 12% 20px 12%;
}

.sponsor-society-contributors {
    padding: 0px 19% 40px 17%;
}

.sponsors-section .sponsors-grid > div {
    margin: 16px 0;
    height: 5.5vw;
}

.sponsors-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sponsors-section .sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    align-items: center;
    gap: 16px;
}

.sponsors-section .sponsors-grid > div.separator {
    border-left: solid 1px #cacaca;
}

.sponsors-grid .colspan-1 { grid-column: span 1; }
.sponsors-grid .colspan-2 { grid-column: span 2; }
.sponsors-grid .colspan-3 { grid-column: span 3; }

.scale-07 { transform: scale(0.7)!important; }
.scale-08 { transform: scale(0.8)!important; }
.scale-09 { transform: scale(0.9)!important; }
.scale-11 { transform: scale(1.1)!important; }
.scale-12 { transform: scale(1.2)!important; }
.scale-13 { transform: scale(1.3)!important; }

.sponsors-section a {
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
 	filter: grayscale(1);
    transition: 0s;
}

.sponsors-section a:hover {
 	filter: none;
}

.astellas{background-image:url("../img/sponsors/astellas.png?v=5");}
.bristolms{background-image:url("../img/sponsors/bms.png?v=5");}
.coloplast{background-image:url("../img/sponsors/coloplast.png?v=5");}
.gsk{background-image: url('../img/sponsors/gsk.png?v=5');}
.pfizer{background-image: url('../img/sponsors/pfizer.png?v=5');}
.storz{background-image: url('../img/sponsors/storz.png?v=5');}
.olympus{background-image: url('../img/sponsors/olympus.png?v=5');}
.roche {background-image: url('../img/sponsors/roche.png?v=5');}
.sanofi{background-image: url('../img/sponsors/sanofi.png?v=5');}
.merck {background-image: url('../img/sponsors/merck.png?v=5');}
.ydeal{background-image: url('../img/sponsors/ydeal.png?v=5');}
.boston{background-image: url('../img/sponsors/bostonsx.png?v=5');}
.neotract{background-image: url('../img/sponsors/neotract.png?v=5');}
.medtronic{background-image: url('../img/sponsors/medtronic.png?v=5');}
.pfabre{background-image: url('../img/sponsors/pfabre.png?v=6');}
.merck-pfizer{background-image: url('../img/sponsors/merck-pfizer.png?v=5');}
.seagen{background-image: url('../img/sponsors/seagen.png?v=5');}
.exact{background-image: url('../img/sponsors/exact.png?v=5');}
.storzmedical{background-image: url('../img/sponsors/storzmedical.png?v=5');}
.janssen{background-image: url('../img/sponsors/janssen.png?v=5');}
.janssen-oncology{background-image: url('../img/sponsors/janssen-oncology.png?v=5');}
.procept{background-image: url('../img/sponsors/procept.png?v=5');}
.laborie{background-image: url('../img/sponsors/laborie.png');}
.ssii{background-image: url('../img/sponsors/ssii.png');}


.sponsors-grid .colspan-title {
    text-transform: uppercase;
    color: #004b93;
    padding-bottom: 10px;
    text-align:center
}

.title-society-contributors,
.sponsors-grid .colspan-title.visible-xs{
    margin-top: 30px;
    text-transform: uppercase;
    color: #004b93;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2.5rem;
}

.title-society-contributors::before,
.title-society-contributors::after, 
.sponsors-grid .colspan-title.visible-xs::before,
.sponsors-grid .colspan-title.visible-xs::after {
    content: "";
    border-top: 0.1rem double #cacaca;
    align-self: center;
}

@media (min-width: 950px) and (max-width: 1359px) {
    .sponsors-section {
        padding: 40px 0%;
    }
    .sponsor-society-contributors {
        padding: 0px 7% 40px 7%;
    }
    .scale-08 { transform: scale(1)!important; }
    .scale-10 { transform: scale(1.1)!important; }
}

@media (min-width: 760px) and (max-width: 949px) {
    .sponsors-section {
        padding: 40px 0%;
    }
    .sponsor-society-contributors {
        padding: 0px 7% 40px 7%;
    }
}

/* SIDEBAR */
.lateral-menu h6 {
    text-transform:uppercase;
    color: #004B93;
    font-size: 20px;
    text-align: center;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 20px;
}
.lateral-menu h6.first {
    margin-top: 0;
}

/* ads */
.sda_img {
    margin-bottom: 40px;
}
    .sda_img a {
        display: block;
        text-align: center;
    }
    .sda_img img {
        max-width: 275px;
    }

.sda_img.full {
    width: 100%;
    height: 95px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top:16px;
}

.sda_img.full a{
    display:block;
    height:100%;
}

/* social */
.lateral-menu .social_wrapper {
    display: flex;
    justify-content: space-evenly;
}
    .lateral-menu .social {
        display: inline-block;
        width: 32px;
        height: 32px;
    }

/* twitter */
.twitter-block {
    max-width: 340px;
    min-height:300px;
}

/* mailchimp */
.mc_form {
    padding: 0;
    margin-bottom:40px;
}
.ml-form-recaptcha{ 
    max-width:250px;
}


/* ACCORDION */
.panel-default > .panel-heading {
	padding: 15px;
    border-radius: 0;
	cursor: pointer;
    transition: 0.5s;
}
.panel-heading:hover {
	background-color: #e2e2e2;
}
.panel-group .panel {
    border-radius: 0;
}


/* NEWS & EVENTS */
.row.eventsgrid h1{border-bottom:solid 1px #004b93; padding-bottom:14px;padding-top: 40px;}
.row.eventsgrid:first-child h1 {
    padding-top: 0;
}
.row.eventsgrid .col-md-4 img {
    position: relative;
    max-width: 300px;
    width: 100%;
}

.columns-news {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.newsblock {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    width: 48%;
    box-sizing: border-box;
    border-bottom: solid 1px #cacaca;
    border-bottom: none;
}

.newsblock:nth-last-of-type(-n+2) {
    border-bottom: none;
}

.newsimg {
    width: 100%;
    height: 185px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.home .newsimg {
    background-position: center top;
}

.newstitle {
    color: #004b93;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 12px;
    line-height: 26px;
}

.newsdate {
    float: left;
    padding-right: 12px;
    border-right: solid 1px #a3a3a3;
    font-size: 13px;
    line-height: 13px;
    margin-top:10px;
}

.newslink {
    float: left;
    padding-left: 12px;
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
}

.newsarchive {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: solid 1px #82bae6;
}

.newsblock:after,
.newsarchive:after {
    content: "";
    display: table;
    clear: both;
}

    .newsarchive .newsimg {
        float: left;
        width: 40%;
        height: 145px;
        margin-right: 3%;
    }
    .newsarchive .newstitle {
        margin-top: 0;
    }
    .newsarchive .newcontent {
        float: left;
        width: 57%;
    }

.newspaginationwrapper {
    text-align: center;
    margin-bottom: 60px;
}
.newspagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .newspagination li {
        display: inline-block;
        width:50px;
        border:solid 1px #ccc; 
        text-align:center;
        transition: 0.5s;
    }

        .newspagination li a {
            display:block;
            padding:10px;
            color: #333;
            text-decoration: none;
        }
            .newspagination li:hover {
                background-color: #f5f5f5;
            }
            .newspagination li:hover a{
                color: #004B93;
            }
            .newspagination li.active {
                background-color: #004B93;
            }
            .newspagination li.active a{
                color: #fff;
            }



a.blog_postN,
a.blog_postP {
    display: block;
    float: left;
    width: 49%;
    margin-right: 1%;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    margin-top:20px;
    text-decoration: none;
}
a.blog_postN {
    float: right;
    margin-right: 0;
    margin-left: 1%;
}
    a.blog_postN::before {
        content: "Next news →";
        display: block;
        padding-bottom: 8px;
    }
    a.blog_postP::before {
        content: "← Previous news";
        display: block;
        padding-bottom: 8px;
    }

/* BOARD */
.board-link {
    cursor: pointer;
}
.board-link-popup{transition: 0.5s; }
.board-link div, .board-link-email div, .board-link-popup div {
    display: block;
    margin-top: -66px;
    padding: 3px 0 3px 8px;
    background: url(../img/bg_dark.png);
    position: relative;
    color: white;
    line-height: 1.3;
    font-size: 13px;
}
.board-link > span, .board-link-email > span, .board-link-popup > span {
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 10pt;
	display: block;
	line-height: 15px;
	padding-bottom: 0;
	margin-top: -4px;
    min-height: 80px;
}
.board-link-popup span.small {
	text-transform: initial;
	font-size: 9pt;
	display: block;
	padding-top: 3px;
}
.board-link-email {
	display:block;
}
.board-link img {
	width: 100%;
	height: auto;
    max-height: none;
}
.board-link-center img {
	min-height:initial;
}
.board-link-popup:hover img.grayin {
	opacity: 0.4;
    filter: alpha(opacity=40);
}
.modal-dialog {
    width: 80%;
    background: #fff;
	border: none;
    box-shadow: 4px 4px 8px #0000007d;
    padding: 0px;
}
.modal-dialog .image {
    display: inline-block;
    float: left;
    max-width: 200px;
    padding: 27px 30px 10px 0;
}
.modal-content {
    border-radius: 0;
}
/*center modal*/
    .modal {
        text-align: center;
    }

    @media screen and (min-width: 768px) { 
        .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
        }
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
/*center modal end*/

.grayout {
	opacity: 0.4;
    filter: alpha(opacity=40);
	padding:1px;
	border:solid 1px #ccc;
}
.grayout_wrapper{
	padding:0px !important;
	margin:0px !important;
	background:#ccc !important;
}
.board-link-popup:hover img.grayout {
	opacity: 1;
    filter: alpha(opacity=100);
}
.grayin {
	opacity: 1;
    filter: alpha(opacity=100);
	padding:1px;
	border:solid 1px #ccc;
}
    img.grayin  {
        transition: 0.5s;
    }
.grayin_wrapper{
    display: inline !important;
	padding:0px !important;
	margin:0px !important;
	background:#fff !important;
}
.grayin_wrapper img.grayin {
    display: inline-block;
    width:100%;
    height:auto;
}
    .board-link-popup span.icud {
        min-height: 120px;
    }

/* map back top */
.bck-top {
    float: right;
    font-size: 12px;
}

/* sliding pop up */
.arrow-box {
    position: relative;
    margin-top: 30px;
    display: none;
}

.arrow-box:after, .arrow-box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after {
	border-width: 23px;
	margin-left: -23px;
}
.arrow-box:before {
	border-width: 26px;
	margin-left: -26px;
}


.arrow-box.first:after, .arrow-box.first:before{
	left:8%;
}

.arrow-box.second:after, .arrow-box.second:before{
	left:29%;
}

.arrow-box.third:after, .arrow-box.third:before{
	left:50%;
}

.arrow-box.fourth:after, .arrow-box.fourth:before{
	left:71%;
}

.arrow-box.fifth:after, .arrow-box.fifth:before{
	left:92%;
}
.arrow-box {
	background: #eee;
	border-top: 2px solid #aaa;
	border-bottom:2px solid #aaa;
}

.arrow-box{
	margin-bottom: 30px;
    padding: 30px 0;
}

.arrow-box p, .txt-box p{
	color:#444;
}
    .arrow-box .pull-left {
        padding: 0 40px;
    }

    .arrow-box .image {
        width: 20%;
        padding-top: 20px;
        padding-right: 0;
    }

    .arrow-box .text {
        width: 80%;
    }

/* --- section style overwrite --- */
.arrow-box, .txt-box {
	background: #f5f5f5;
	border-top: 2px solid #1662ad;
	border-bottom:2px solid #1662ad;
}

    .arrow-box p, .txt-box p {
        color: #333333;
    }

    .arrow-box:after {
        border-bottom-color: #f5f5f5;
    }
    .arrow-box:before {
        border-bottom-color: #1662ad;
    }

/* ICUD */
#icud-popup, #icud-email-popup, #icud-popup2 {
	display:none;
	position:absolute;
	width:208px;
	height:204px;
	background:url('../img/icud-popup.jpg') no-repeat left top;
	z-index: 9;
    transition: 0.5s;
}
#icud-email-popup {
	background:url('../img/icud-email-popup.jpg') no-repeat left top;
}
#icud-popup2 {
	background:url('../img/icud-popup2.jpg') no-repeat left top;
}
#icud-popup:hover {
	background:url('../img/icud-popup.jpg') no-repeat right top;
}
#icud-email-popup:hover {
	background:url('../img/icud-email-popup.jpg') no-repeat right top;
}
#icud-popup2:hover {
	background:url('../img/icud-popup2.jpg') no-repeat right top;
}

/* TABLE */
.tblStyle{
	border-right:solid 1px #75CBFF; /*#07559b*/
	border-top:solid 1px #fff;
	width:100%;
}

.tblStyle th{
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	padding:8px;
}

.tblStyle td{
	border-left:solid 1px #75CBFF;
	border-bottom:solid 1px #75CBFF;
	padding:8px;
}

.tblStyle th:first-child{
	border-left:solid 1px #75CBFF;
}

.tblStyle th{
	background-color:#75CBFF;
	color:#ffffff;
}


.tblProg th{
	background-color:#777;
	color:#ffffff;
}
.tblProg{
	border-right:solid 1px #fff;
	border-top:solid 1px #fff;
	width:100%;
	border-right-style:none;
}
.tblProg p{
	margin:0px;
	padding:0px;
}

.tblProg th{
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	padding:8px;
	border-left-style:none;
}

.tblProg td{
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	padding:8px;
	border-left-style:none;
}

.tblProg th:first-child{
	border-left:solid 1px #fff;
	border-left-style:none;
}

.tblProg th{
	background-color:#777;
	color:#ffffff;
}


/* TBL CLINICAL */
.tbl_clinicaltrial {
	width:100%;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

.tbl_clinicaltrial th,
.tbl_clinicaltrial td {
	padding:10px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

.tbl_clinicaltrial th {
	width:25%;
	background-color:#fafafa;
}

/* PDF - TEMPLATE */
.pdf-link {
	padding: 11px 40px 11px 0;
	background:url('../img/icons/icon-pdf.png') no-repeat right center;
    transition: 0.5s;
}
.pdf-link:hover {
	background:url('../img/icons/icon-pdf-on.png') no-repeat right center;
}

.fivecolumns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .fivecolumns .col-lg-2 {
        width:25%;
    }
}
@media (min-width: 1500px) {
    .fivecolumns .col-lg-2 {
        width:20%;
    }
}

@media (max-width: 1800px) {.newsimg {height: 164px;}}
@media (max-width: 1700px) {.newsimg {height: 151px;}}
@media (max-width: 1600px) {.newsimg {height: 138px;}}
@media (max-width: 1500px) {.newsimg {height: 125px;}}
@media (max-width: 1400px) {.newsimg {height: 112px;}}
@media (max-width: 1300px) {.newsimg {height: 125px;}}
@media (max-width: 1200px) {.newsimg {height: 112px;}}
@media (max-width: 1100px) {.newsimg {height: 99px;}}
@media (max-width: 1024px) {.newsimg {height: 185px;}}
@media (max-width: 620px) {.newsimg {height: 200px;}}
@media (max-width: 520px) {.newsimg {height: 168px;}}
@media (max-width: 420px) {.newsimg {height: 136px;}}
@media (max-width: 320px) {.newsimg {height: 104px;}}

@media (max-width: 1024px) {
    .newsblock {
        width: 100%;
    }
    .home .newsimg {
        background-position: left top;
    }
}

@media (max-width: 991px) {
    .row.eventsgrid .col-md-4 img {
        position: relative;
        padding:10px 0;
        display:none;
    }
}

@media (max-width: 950px) {
    .board-link div, .board-link-email div, .board-link-popup div {
        font-size: 16px;
    }
    .board-link img {
        max-height: none;
    }

    .row.eventsgrid .col-md-4,
    .row.eventsgrid .col-md-8 {
        width:100%;
    }
}
@media (max-width: 768px) {
    .sponsors-section {
        padding: 0px 1%;
    }
    .sponsors-section .sponsors-grid > div {
        height: 10vw;
    }
    .sponsors-section .sponsors-grid > div.separator {
        border: none;
    }
    .sponsors-section .sponsors-grid {
        grid-template-columns: 1fr;
    }
    
    .sponsors-grid .colspan-1, .sponsors-grid .colspan-2, .sponsors-grid .colspan-3 { grid-column: span 1; }
    .scale-07, .scale-08, .scale-09, .scale-11, .scale-12, .scale-13 { transform: scale(1)!important; }
}
@media (max-width: 767px) {
    .sponsors-grid .colspan-title.visible-xs {
        display: grid !important;
    }
}
@media (max-width: 767px) {
    .imgRight, .imgLeft {
        max-width: 50%;
        height: auto;
    }
    .board-link img {
        max-height: none;
    }
}
@media (max-width: 400px) {
    .sponsors-section {
        padding: 0px 3%;
    }
    .sponsors-section .sponsors-grid > div {
        height: 18vw;
        flex-basis: 100%;
    }
}