﻿
.mesajdiv:not([class*="bg-"]) {
    background-color: #333333;
}

.mesajdiv {
    visibility: hidden;
    min-width: 250px;
    margin-left: -150px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99;
    left: 47%;
    bottom: 30px;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .mesajdiv {
        left: 55%;
    }

    .bx-controls-direction {
        display: none;
    }
}

.mesajdiv.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}



.font8 {
    font-size: 8px !important
}

.font9 {
    font-size: 9px !important
}

.font10 {
    font-size: 10px !important
}

.font11 {
    font-size: 11px !important
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px !important
}

.font14 {
    font-size: 14px !important
}

.font16 {
    font-size: 16px !important
}

.font18 {
    font-size: 18px !important
}

.font20 {
    font-size: 20px !important
}

.font22 {
    font-size: 22px !important
}

.font24 {
    font-size: 24px !important
}

.font26 {
    font-size: 26px !important
}

.font28 {
    font-size: 28px !important
}

i:not(.nomargin) {
    margin-right: 5px;
}

.bootbox-body {
    text-align: center;
    font-size: 14px;
}

.icon-btn {
    background: none;
    border: none;
}

.control-label {
    color: #808080
}

.uploader {
    cursor: pointer
}

.paylasimmedya {
    text-align: center;
    display: block;
}

    .paylasimmedya *:first-child {
        max-height: 97px;
        max-width: 130px;
        vertical-align: middle;
        border-radius: 3px;
    }


.paylasimitem {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

    .paylasimitem .paylasimlink img {
        min-height: 200px;
    }

.background-effect {
    background-image: linear-gradient(to bottom right, rgba(0,47,75,0.1), rgba(220,66,37,0.1));
}

.paylasimlink {
    display: block;
}

    .paylasimlink video, .paylasimlink img {
        height: auto;
        max-height: 400px;
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

a {
    -webkit-touch-callout: none !important;
}

.video-play {
    position: absolute;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url(owl.video.play.png) no-repeat;
    background-size: 60px 60px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.r-10 {
    right: 10px;
}

.b-10 {
    bottom: 10px;
}

.l-10 {
    left: 10px;
}

.t-10 {
    top: 10px;
}

.mythumbnail {
    /*mb-5 display-inline-block position-relative*/
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
    max-width: 128px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
}

    .mythumbnail .video-play {
        height: 36px;
        width: 36px;
        left: 50%;
        top: 50%;
        margin-left: -18px;
        margin-top: -18px;
        background: url(owl.video.play.png) no-repeat;
        background-size: 36px 36px;
    }

.height-fill {
    height: 100%;
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}

.hidden-pdf-toolbar {
    background-color: #fff;
    top: 10px;
    height: 48px;
    position: absolute;
    right: 11px;
    width: 42px;
    border-radius: 3px;
}

.logo-dark img {
    -webkit-filter: drop-shadow(0 0 20px #fff);
    filter: drop-shadow(0 0 1px #fff);
    width: 210px;
}

.media-list.chat-list .media {
    margin-right: 30px;
    margin-left: 5px;
}

    .media-list.chat-list .media.reversed {
        margin-left: 30px;
        margin-right: 5px;
    }

    .media-list.chat-list .media:not(.reversed) .okundu {
        display: none;
    }

#dtmesajlar_filter input, #dtmesajlar_filter label {
    width: 100%;
    display: block;
}

#dtmesajlar_filter {
    margin-bottom: 0;
    float: none;
}

/*#dtmesajlar > thead > tr > th {
    border-bottom: 0;
}*/

/*@media (max-width: 769px) {
    .content {
        padding: 0 5px 20px 5px;
    }
}*/


.medya-obj {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 1px 1px 0;
}

    .medya-obj .link-obj {
        display: block;
        width: 100%;
        height: 100%;
    }

    .medya-obj .play-obj {
        position: absolute;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform .1s ease;
        height: 36px;
        width: 36px;
        left: 50%;
        top: 50%;
        margin-left: -18px;
        margin-top: -18px;
        background: url(owl.video.play.png) no-repeat;
        background-size: 36px 36px;
    }


.txteditor {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

    .txteditor:focus, .txteditor:active {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .panel-body, .panel-heading {
        padding:10px;
    }

.content {
    padding: 0 10px 60px 10px;
}

.modal-header .close {
    top: 5px;
    margin-top: 0;
    padding: 2px;
    font-weight: bold;
    font-size: 30px;
    z-index: 1;
}