.bottoni_linea {
    float: left; 
    margin-right: 3px;
}

.botton_confirm {
    margin-top: 170px;
    margin-left: 320px;
}

.trow_details {
    padding-right: 0 !important;
}

.trow_details > div {
    padding-left: 30px;
}

.panel-heading > h4 {
    margin: 2px 0;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip-inner {
  color: #fff;
  background-color: #555;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #555;
}
.tooltip.right .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #555;
}
.tooltip.left .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #555;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #555;
}

.heading-title{font-size:24px;float:left;}
.heading-table{float:right;}
.heading-row {margin-right:20px;}
.heading-caption{width:70px;float:left;text-align:left;padding-right:5px;}
.heading-text{float:left}

.youtube-wrapper img {display: block;height: auto;width: 100%;}
.youtube-wrapper span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(../img/selfie_off_youtube.png) no-repeat center center;
}
.col-video{margin-bottom:15px;margin-top:15px;}
.container video {max-width:100%;max-height:100%;width:100%;margin-left:auto;margin-right:auto;margin-top:10px}
.container-video{padding:30px;padding-top:15px;padding-bottom:15px;}
.container-videoDetail{padding:10%;padding-top:15px;padding-bottom:15px;}
.overlay {
    margin-top:1%;
    margin-bottom:1%;
    width: 100%;
    height: 90%;
    margin-left:auto;
    margin-right:auto;
    background: #fff;
    z-index: 10;
}
.status-icon {
    width:30px;
    height:30px;
    text-align:center;
    border-radius:3px;
    display:inline-block;
    font-size:15px;
    font-weight:700;
    line-height:30px
}
.status-icon-red {
    background-color: #ff2d55;
    color: white;
}
.status-icon-grey {
    background-color: gray;
    color:white;
}
.status-icon-yellow {
    background-color:yellow;
}
.status-icon-green {
    background-color: #4cd964;
    color: white;
}