* {
    margin: 0;
}
html, body {
    height: 100%;
}
#rotateScreen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
}
#phoneContainer {
	background-color: #000;
	height:100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.modal-backdrop
{
    opacity:0.7 !important;
}
.imagefloatButtonContainer {
    width: 100%;
    height: 100%;
	padding: 15px;
}
.imagefloatButtonContainer img {
	max-width: 70%;
	max-height: 70%;
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}
.error {
	color: #f00;
}
.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
}
.rotate90 {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

.hidden {
	display:none;
}
.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 {
 width: 100%;
 position: fixed;
 bottom: 0px;
}*/

.footer {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}
.imagemenu {
	max-height: 32px;
	max-width: 32px;
}
/* AGGIUNTA PER INSERIRE IL BORDO NEI FORM DI REGISTRAZIONE E UPDATE */
legend {
	border-bottom: 1px solid #e5e5e5;
}

/* CARD */

hr {
    border-top: 1px solid #007bff;
    width:70%;
}

a {color: #000;}

.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: 0px;
    height: 1.4em;
    width: 100%;
    font-size: 0.9em;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.titoloRelazione {
    position: relative;
    color: rgba(0,0,0,0.7);
    padding: 0px;
    text-align: Left;
    left: 0px;
    top: 0px;
    height: 2.5em;
    width: 100%;
    font-weight: lighter;
    font-size: 0.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1em;
}
.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);
}

#author a{
  color: #fff;
  text-decoration: none;
}

.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;
}

@media screen and (orientation:portrait) {
	.rotateScreen {
		display: block !important;
	}
}
/* landscape */
@media screen and (orientation:landscape) {
	.rotateScreen {
		display: none !important;
	}
}