/*--Player SD--*/
.sd_player{
min-width: 300px;
width: 100%;
height: 100%;
overflow: hidden;
font-family: Arial, sans-serif;
font-size: 12px;
background-color: #ecf0f1;
}
.sd_player *{
margin: 0;
padding: 0;
}
.sd_player a{
text-decoration: none;
}
.sd_player li{
list-style: none;
}
.sd_video{
width: 100%;
background-color: #000;
position: relative;
overflow: hidden;
}
.sd_loading{
position: absolute;
bottom: 0px;
right: 0px;
color: red;
z-index: 9999;
display: none;
background-color: transparent;
padding: 5px;
margin: auto;
width: 52%;
top: 45%;
}
.sd_video iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
display: none;
background-color: #000;
}
.sd_server{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
display: none;
}
.sd_server video{
width: 100%;
height: 100%;
background-color: #000;
}
.sd_list {
padding:0px !important;
width: 100%;
overflow: auto;
}
.sd_list{
border-top: 1px solid #333;
background-color: #000;
}
.sd_list li{
clear: both;
border-left: 5px solid #bdbfbf;
border-bottom: 1px solid #4c4d4d;
overflow: hidden;
cursor: pointer;
}

.sd_list .selected{
border-left:5px solid rgb(254, 13, 13); 
background-color: #5b5b5b;
}

.sd_list img{
float: left;
width: 50px;
height: 45px;
}
.sd_list .selected img{animation: flash 4.1s infinite; 
}
.sd_list .selected .fa {animation: flash 2s ease infinite; animation passing 2s linear infinite;; 
}
.sd_list div{
text-indent: 10px;
color: #000;
}
.sd_list div h5{
width: 100%;
font-size: 100% ;
text-align:left;
height:25px;
margin:0px;
color: #000;
}
.sd_list div p{
width: 100%;
color: #2b2c2c;
padding:15px;
margin:0px;
font-size: 100%;
}
.sd_list div p:hover{
    background-color: #303030;
}
.sd_control {
width: 100%;
height: 25px;
color:#fff;
line-height: 25px;
background-color: #262626;
border-top-style: dotted;
border-top-color:rgba(0, 0, 0, 0.06);
border-top-width:2.5px;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.sd_btn{
height: 23px;
line-height: 20px;
padding: 5px 8px;
background-color: #000000;
cursor: pointer;
border-color:rgba(0, 0, 0, 0.37);
border-width:2.5px;
margin-left: 2px;
margin-right: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
text-transform: uppercase;
}
.sd_control  .active{
background-color: #0379bc;
color:#fff;
}
.sd_desktop .sd_video{
float: left;
height: 100%;
}
.sd_desktop .sd_videos{
float: left;
height: 100%;
}
.sd_desktop .sd_btn span{
display: none;
}
.sd_desktop .sd_list{
border-top: 0;
}
.sd_desktop .sd_btn{
padding: 2px 10px;
margin-left: 5px;
margin-right: 5px;
}
.sd_player .fa{
margin-left: 0px;
}
.sd_player i.fa.fa-youtube{color:#DA5E4C}
.sd_player .fa.fa-facebook-official{color:#365899}
.sd_player i.fa.fa-vimeo-square{color:#008080}
.sd_player i.fa.fa-cloud-upload {color: red;}
.sd_player i.fa.fa-video-camera {color: green;}
.sd_player i.fa.fa-odnoklassniki {color:#EE8208;}
.sd_player i.fa.fa-check-square{color:#A6FF1D}
.sd_player .fa.fa-cloud-download {color: red;}
.sd_player i.fa.fa-caret-square-o-right{color:#A6FF1D}
.sd_player i.fa.fa-mixcloud {color: #A6FF1D}
.sd_player i.fa.fa-film {color: red}
.sd_player i.fa.fa-sellsy {color: #365899}
.sd_player i.fa.fa-heart {color: red}