@charset "utf-8";
/*quick fix sign in modal and theme css rule conflict*/
	.modal-backdrop.in {
		z-index:-1!important;
	}
	.modal-open .congress-region {
		opacity: initial;
	}
a{
	-webkit-transition:all .2s ease-in-out !important;
	-moz-transition:all .2s ease-in-out !important;
	-o-transition:all .2s ease-in-out !important;
	-ms-transition:all .2s ease-in-out !important;
}

.channel .content-header h1 {
    text-align:right !important;
}

table thead th{
	background-color:#004667 !important;
	padding:5px !important;
}

/*Results font icons: Restricted content, Slides, Video, Voiceover, Q&A, Ask a question, Abstract*/
.icon-esc178, .icon-esc69, .icon-esc76, .icon-esc48, .icon-esc100, .icon-esc30, .icon-esc44 {
	color:#004667;
}
a .icon-esc178, a .icon-esc69,  a .icon-esc76, a .icon-esc48, a .icon-esc100,a .icon-esc30, a .icon-esc44  {
	font-size:1.5em;
}

/*Resource Types Checkboxes*/
#essentials4uSearch.search-toolbar .form-control-wrap label {
    width: 130px !important;
}

/*TAB NEWS*/
.publication-list .tab-head{
	background-color:#004667 !important;
}

.publication-list .tab-head div, .publication-list ul.table div.pres {
	padding:5px !important;
}
.publication-list li.clearfix {
		padding:0;
}

/*TAB SCIENTIFIC NEWS*/
.welcomeBlockType2.calendars-standard li.clearfix {
    padding: 5px;
}

/*TAB CLINICAL CASES*/
.calendars-standard ul li div{
	padding:5px !important;
}

/*Abstract supplement*/
.teaserContainer{
	background-color:#ececec;
}

/*Tab View this publication*/
.viewpub{
	text-align:left;
	width:40% !important;
	background-color:#ececec !important;
	overflow:hidden;
	border-radius:15px;
	margin:40px 0 40px 0;
}
.viewpub td{
	text-align:center !important;
}
.viewpub th{
	text-align:center !important;
}

/*Tab Presenter*/
.tabpresenter{
	text-align:right;
	width:40% !important;
	background-color:#ececec !important;
	overflow:hidden;
	border-radius:15px;
	margin:40px 0 40px 0;
}

.tabpresenter td{
	text-align:center !important;
}
.tabpresenter th{
	text-align:center !important;
}

.text-content img {
	float:none !important;
	margin:0px !important;
}

/*BACKGROUND IMAGE*/
#contentsection{
	background: url(https://www.escardio.org/static_file/Escardio/Web/Themes/Essentials4U/pattern-essentials.png) top left repeat , url(https://www.escardio.org/static_file/Escardio/Web/Themes/Essentials4U/ehra-essentials4u_bkg.jpg) no-repeat;
	/*background-color:#edf1f0;*/
	/*background-position-y:500px;*/
}

/*BACKGROUND BLOCKS*/
.bg-white, .congress-region {
    opacity: 0.95;
}

/*BACKGROUND FOCUS-ON*/
.whyattend li div .text {
	background:#004667 !important;
}

/*SIGNUP BOX*/
.col-md-10 .highlight {
	margin-bottom:30px;
	background: #FFF!important;
	border: 3px solid #004667 ;
}

.btn{
    display:inline-block !important;
    box-sizing:border-box !important;
    z-index:1 !important;
    background:#fff !important;
    color:#004667 !important;
	font-weight:400 !important;
    text-transform:none !important;
    text-decoration:none !important;
	text-align:center !important;
    border-radius:3px !important;
    border:1px solid !important;
    padding:15px 20px 16px 20px !important;
    min-width:200px !important;
}

.btn-trq{
	background-color:transparent !important;
	border-color:#004667 !important;
}
.btn-trq:hover{
	background-color:#004667 !important;
	border-color:#004667 !important;
	color:#fff !important;
}

/*Bouton Search*/ 
input[type="submit"] {
	width:10em;
    height:3em;
    padding-top:10px !important;
}