@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;
}

/*Clinical cases*/
div.title.col-sm-6.col-md-6 a:hover {
	color:#851736 !important;
}

.channel .content-header h1 {
    text-align: right !important;
}

/*TAB*/
table thead th{
	background-color:#851736 !important;
	padding:5px !important;
}

.container tbody tr:hover {
    background-color: rgba(234,204,204,0.4) !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:#851736;
}
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:#851736 !important;
}

.publication-list .tab-head div, .publication-list ul.table div.pres {
	padding:5px !important;
}
.publication-list li.clearfix {
		padding:0;
}

/*TAB CLINICAL CASES*/
.calendars-standard ul li div{
	padding:5px !important;
}

.publication-list li:hover {
    background-color: rgba(234,204,204,0.4) !important;
}

/*Abstract supplement*/
.teaserContainer{
	background-color:#ececec;
}

/*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/acvc-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:#851736 !important;
}

/*SIGNUP BOX*/
.col-md-10 .highlight {
	margin-bottom:30px;
	background: #FFF!important;
	border: 3px solid #851736 ;
}

.btn{
    display:inline-block !important;
    box-sizing:border-box !important;
    z-index:1 !important;
    background:#fff !important;
    color:#851736 !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:#851736 !important;
}
.btn-trq:hover{
	background-color:#851736 !important;
	border-color:#851736 !important;
	color:#fff !important;
}

/*Bouton Search*/
input[type="submit"] {
	width:10em;
    height:3em;
    padding-top:10px !important;
}