.video-player-download-link {
    background: #0151b2;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 14px/16px iransansmedium;
    margin-left: 7px;
    padding: 8px;
    position: relative;
    /*float: right;*/
}
.video-share-code {
    background: #0151b2;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font: 14px/17px iransansmedium;
    /* height: 32px; */
    padding: 8px;
    text-decoration: none;
}
.video-share-code:hover,.video-player-download-link:hover,.video-share-code:focus,.video-player-download-link:focus{
    color: #eee;
}
.video-tool-box{
    /*float: right;*/
    margin-bottom: 10px;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
}
.fa_share_2x{
    display: inline;
    float: right;
    margin-left: 5px;
    vertical-align: middle;
}
.video_share_tag_box.open-tag-box {
    float: right;
    width: 100%;
}

.video_share_tag_box.open-tag-box > textarea {
    float: right;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #fff;
    padding: 9px;
    background: #999999;
    border: 1px solid #555;
    max-width: 100%;
    font-size: 11px;
}
.main-div-download-qualities {
    display: block;
    right: 0;
    position: absolute;
    top: 34px;
    opacity: 0;
    width: 140px;
    padding-bottom: 5px;
    z-index: 999;
}
.main-div-download-qualities span {
    text-align: right;
}
.main-div-download-qualities span i {
    color: #dedede;
    display: block;
    font-size: 20px;
    height: 8px;
    margin-right: 22px;
}
.div-download-quality {
    padding: 10px 0 10px 0;
    background: #DEDEDE;
    border-radius: 3px;
    box-shadow: 0.5px 0.5px 2px 0.5px #666;
    width: 140px;
    display: block;
    overflow: hidden;
    text-align: center;

}
.div-download-quality > a:first-child {
    border-top :#D1D1D1 1px solid;
}
.div-download-quality > a {
    color: #555;
    display: block;
    width: 100%;
    padding: 7px 0;
    border-bottom :#D1D1D1 1px solid;
}
.div-download-quality > a:hover {
    background: #F4F4F4;
}
.visible-download-box{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}
.hide-download-box{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.video_share_tag_box.close-tag-box {
    display: none;
}
.videojs_main{
    position: relative;
    width: 100% !important;
}
.view_stat{
    position: absolute;
    top: 10px;
    left: 30px;
    color: #fff;
}
