* {
    margin: 0;
}
html, body {
    height: 100%;
}

.hidden {
	display:none;
}
.SpeakerList {
	padding-top: 20px;
	padding-bottom: 80px;
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.footer {
    bottom: 60px;
    height: 0;
    left: 0;
    position: relative;
    width: 100%;
	
}
.imagemenu {
	max-height: 32px;
	max-width: 32px;
}

/* CARD */

hr {
    border-top: 1px solid #007bff;
    width:70%;
}

a {color: #000;}

.mycard {
		padding-bottom: 10px;
}
.card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	color: #333;

}
.card-tags {
	display:block;
}
.card-bar {
    background-color: rgba(0,145,51,0.8);
    height: 20px;
    padding: 2px;	
}
.card-bar span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.7em;
    color: black;
}
.card-body {
	padding: 0.5rem 1.25rem  !important;
}
.card-button {
	color: #666;
}
.nomeRelatore {
    position: relative;
    color: rgba(0,0,0,0.7);
    padding: 0px;
   	text-align: Left;
    left: 0px;
    top: 10px;
    height: 1.4em;
    width: 100%;
    font-size: 1.2em;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
	border-top: 1px solid red;
}
.Affiliazione {
    position: relative;
    color: rgba(0,0,0,0.7);
    padding: 0px;
    text-align: Left;
    left: 0px;
    top: 10px;
    height: 2.5em;
    width: 100%;
    font-weight: normal;
    font-size: 1.0em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2em;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}

address{
  margin-bottom: 0px;
}
.videoTag {
	margin-left: 5px;
	color: rgba(0,0,0,0.8);
}

.liveVideoContainer {
	background-color: #fff;
}
.card .tag {
    color: #fff;
    background: #ff3333;
    font-size: 0.7em;
    font-weight: 700;
    left: 0px;
    text-transform: uppercase;
    top: 0px;
    z-index: 999;
}

.card .tag .pulse {
    border-color: #fff;
    left: 0.1em;
    top: 0.2em;
}
.card .pulse {
    border-radius: 999999px;
    float: left;
    height: 12px;
    line-height: 12px;
    margin: 0px 6px 0 0;
    position: relative;
    text-align: center;
    width: 12px;
}
.card .tag .pulse .inner {
    background: #ebebeb;
}

.card .pulse .inner {
    animation: pulse 2s infinite;
    background-color: #fff;
    border-radius: 99999px;
    height: 1em;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: opacity 0.3s;
    width: 1em;
}

@keyframes pulse {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.header-bar-live {
	color: #fff;
	border: none !important;
    height: 30px;
	padding: 7px 7px 0px 5px;
	border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-bar-live {
	color: rgba(0,0,0,0.7);
    background-color: rgba(0,0,0,.03) !important;
	border: none !important;
    height: 30px;
    padding: 2px;	
}
.card-bar-live span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.7em;
}