﻿
.over {
 cursor: pointer !important;
}
a.foo {
    font-size: 30px;
}
.info {
    float: left;
	height: 20px;
    width: 21px;
    background-image: url('../../images/video_camera_24.png');
    background-size: 14px 14px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.liveStreaming {
 cursor: pointer !important;
 height: 13px;
 width: 75px;
 }
.divDescription {
  position: absolute;
  background-color: #f2f2f2;
  overflow: auto;
  border: 1px solid #000;
  padding: 0.2em 0.5em;
}
.loadingData{
  background-image: url('../../images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 25px;
}
 .panel  {
            margin-top: 0 !important;
             border: 0;
        }
/**/
.panel-default > .panel-heading-custom {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,50afdb+100 */
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(80,175,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(80,175,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(80,175,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(80,175,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(80,175,219,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(80,175,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#50afdb',GradientType=0 ); /* IE6-9 */

    font-weight: bold;
}
#accordion > .panel {
    
 border:solid gray 1px !important;
}


#accordion a {
    outline: 0;
    text-decoration: none !important;
    display: block;
    color: #fff !important;
    padding: 2px;
    position: relative;
    font-size: 1.4em;
    font-weight: 400;
    }
 .btn-custom {
    color: #fff !important;
    background-color:  rgba(83,203,241,1) !important;
    border-color:rgb(0, 0, 0) !important;
    font-weight: bold;
}
  .link-streaming {
     color: #fff !important;
 }
#accordion a.webLink {
     color: #040000 !important;
    font-size: 1em;
 }