﻿.table td {
    vertical-align: middle;
}

.cevaplar {
    display: block;
    text-align: left;
}

.table {
    margin-bottom: 2px;
    margin-top: 5px;
}

.pager {
    margin-bottom: 4px;
    margin-top: 4px;
}

.soru {
    border: solid 1px #ddd;
    background-color: #f9f9f9;
    padding: 4px;
    margin: 4px 0 4px 0;
    font-size: 100%;
}

#tablecontainer {
    min-height: 250px;
}

.progress {
    display: none;
}

.videocontainer {
    position: relative;
    width: 300px;
    height: 410px;
    float: left;
    margin: 5px;
    border: solid 1px #bbb;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    color: #000;
}

.videocontainer {
    height: auto;
    min-height: 300px;
}

    .videocontainer a {
        color: #004A7F;
    }

        .videocontainer a:hover {
            color: #007ED8;
        }

    .videocontainer h5 {
        height: 36px;
        border: solid 0px #ccc;
        overflow: hidden;
        margin-top: -2px;
        padding: 2px;
        padding-bottom: 4px;
        color: #000;
        border-bottom: dashed 1px #999;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        width: 296px;
    }

    .videocontainer img {
        position: relative;
        width: 296px;
        height: 168px;
        margin: 0;
    }

    .videocontainer .duration {
        position: absolute;
        right: 3px;
        top: 140px;
        background-color: Black;
        color: White;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 1.2rem;
        padding: 2px;
        text-shadow: 0 0 10px #000, 0 0 5px #000;
        background-color: rgba(0,0,0,0.3);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px #666;
    }

    .videocontainer h5 {
        font-size: 14px;
        color: var(--bs-heading-color);
        margin: 5px;
    }


.thumbnailcontainer {
    border: solid 1px rgba(0,0,0,0.0);
    color: #555;
}

.statistics {
    padding: 10px;
    padding-top: 0;
}

.like, .dislike {
    padding-left: 25px;
    min-height: 22px;
    display: none;
}

.like {
    background: rgba(0, 0, 0, 0) url("images/like.png") no-repeat scroll;
}

.channel {
    max-height: 20px;
    overflow: hidden;
}

.listchannelvideos {
    max-height: 20px;
    overflow: hidden;
}

.subtitles {
    max-height: 20px;
    overflow: hidden;
}

.dislike {
    background: rgba(0, 0, 0, 0) url("images/dislike.png") no-repeat scroll;
    margin-left: 10px;
}

.deletebutton {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(255, 255, 255,255) url("images/cross.png") no-repeat scroll;
    width: 16px;
    height: 16px;
}

.watchoncssclasscontainer {
    position: absolute;
    width: 100%;
    height: 168px;
    top: 0%;
    display: none;
    background-color: rgba(0,0,0,0.3);
}

.watchoncssclass {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color: White;
    text-shadow: 0 0 10px #000, 0 0 5px #000;
}

.btndownload {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.thumbnailcontainer a:hover .watchoncssclasscontainer {
    display: block;
}

.videocontainer .thumbnailcontainer:hover {
    -webkit-box-shadow: 0px 0px 7px -1px rgba(138,133,138,1);
    -moz-box-shadow: 0px 0px 7px -1px rgba(138,133,138,1);
    box-shadow: 0px 0px 7px -1px rgba(138,133,138,1);
    border: solid 1px #aaa;
}

.videocontainer:hover {
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.14);
}

.trending {
    background-image: url("images/trendingup.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 16px;
}

.trendingdown {
    background-image: url("images/trendingdown.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 16px;
}

.trendingsame {
    background-image: url("images/trendingsame.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 16px;
}

.titlesub {
    color: Red;
    text-align: center;
}

#divlblsortby {
    max-height: 100px;
    overflow-y: scroll;
}

#tablecontainer {
    text-align: center;
}

.videocontainer h5 {
    width: 99%;
}

.videocontainer img {
    width: 100%;
}

@media (width <= 810px) {
    .videocontainer {
        text-align: left;
        margin-top: 10px;
        width: 48%;
    }
}

@media (width <= 550px) {
    .videocontainer {
        float: none;
        text-align: left;
        margin: 5px auto;
        margin-top: 10px;
        width: 100%;
        max-width: 400px;
    }
}
