/* Minification failed. Returning unminified contents.
(55668,72): run-time error CSS1046: Expect comma, found '19'
(55668,77): run-time error CSS1046: Expect comma, found ')'
(55668,91): run-time error CSS1046: Expect comma, found '17'
(55668,96): run-time error CSS1046: Expect comma, found ')'
(55956,82): run-time error CSS1046: Expect comma, found '36'
(55956,87): run-time error CSS1046: Expect comma, found ')'
(59062,86): run-time error CSS1046: Expect comma, found '56'
(59062,91): run-time error CSS1046: Expect comma, found ')'
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('/static/forum/fonts/FontAwesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/static/forum/fonts/FontAwesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/static/forum/fonts/FontAwesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/static/forum/fonts/FontAwesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/static/forum/fonts/FontAwesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/static/forum/fonts/FontAwesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f
}

.hljs, .hljs-tag, .hljs-subst {
    color: #f8f8f2
}

.hljs-strong, .hljs-emphasis {
    color: #a8a8a2
}

.hljs-bullet, .hljs-quote, .hljs-number, .hljs-regexp, .hljs-literal, .hljs-link {
    color: #ae81ff
}

.hljs-code, .hljs-title, .hljs-section, .hljs-selector-class {
    color: #a6e22e
}

.hljs-strong {
    font-weight: bold
}

.hljs-emphasis {
    font-style: italic
}

.hljs-keyword, .hljs-selector-tag, .hljs-name, .hljs-attr {
    color: #f92672
}

.hljs-symbol, .hljs-attribute {
    color: #66d9ef
}

.hljs-params, .hljs-class .hljs-title {
    color: #f8f8f2
}

.hljs-string, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable {
    color: #e6db74
}

.hljs-comment, .hljs-deletion, .hljs-meta {
    color: #75715e
}

@font-face {
  font-family: 'icomoon';
  src:  url('/static/forum/fonts/icomoon/icomoon.eot?rvy9zt');
  src:  url('/static/forum/fonts/icomoon/icomoon.eot?rvy9zt#iefix') format('embedded-opentype'),
    url('/static/forum/fonts/icomoon/icomoon.ttf?rvy9zt') format('truetype'),
    url('/static/forum/fonts/icomoon/icomoon.woff?rvy9zt') format('woff'),
    url('/static/forum/fonts/icomoon/icomoon.svg?rvy9zt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e94a";
}
.icon-twitter:before {
  content: "\e94a";
}
.icon-box-view:before {
  content: "\e93c";
  color: #7f7f7f;
}
.icon-list-view:before {
  content: "\e93d";
  color: #bebebe;
}
.icon-dotted-square:before {
  content: "\e924";
}
.icon-double-check:before {
  content: "\e923";
  color: #999;
}
.icon-huawei:before {
  content: "\e900";
  color: #f00;
}
.icon-eye:before {
  content: "\e952";
}
.icon-views:before {
  content: "\e952";
}
.icon-edit:before {
  content: "\e944";
}
.icon-one-finger-click:before {
  content: "\e93e";
}
.icon-grid:before {
  content: "\e937";
}
.icon-icons:before {
  content: "\e937";
}
.icon-checkmark:before {
  content: "\e92c";
}
.icon-info:before {
  content: "\e929";
}
.icon-tags:before {
  content: "\e901";
}
.icon-prices:before {
  content: "\e901";
}
.icon-chat:before {
  content: "\e902";
}
.icon-comments:before {
  content: "\e902";
}
.icon-bubble:before {
  content: "\e902";
}
.icon-talk:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\e96a";
}
.icon-share-2:before {
  content: "\e963";
}
.icon-copy:before {
  content: "\e964";
}
.icon-minus:before {
  content: "\e961";
}
.icon-check-square:before {
  content: "\e95d";
}
.icon-keyboard_arrow_up:before {
  content: "\e95e";
}
.icon-keyboard_arrow_down:before {
  content: "\e95f";
}
.icon-ios_share:before {
  content: "\e95b";
}
.icon-refresh1:before {
  content: "\e942";
}
.icon-check:before {
  content: "\e941";
}
.icon-notifications_on:before {
  content: "\e93a";
}
.icon-notifications_none:before {
  content: "\e93b";
}
.icon-arrow-right-thick:before {
  content: "\e936";
}
.icon-chevron-right:before {
  content: "\e92f";
}
.icon-chevron-left:before {
  content: "\e930";
}
.icon-chevron-down:before {
  content: "\e931";
}
.icon-chevron-up:before {
  content: "\e932";
}
.icon-clear:before {
  content: "\e933";
}
.icon-close:before {
  content: "\e933";
}
.icon-cancel:before {
  content: "\e934";
}
.icon-tablet:before {
  content: "\e92e";
}
.icon-folder_shared:before {
  content: "\e926";
}
.icon-timeline:before {
  content: "\e925";
}
.icon-local_grocery_store:before {
  content: "\e903";
}
.icon-shopping_cart:before {
  content: "\e903";
}
.icon-favorite_outline:before {
  content: "\e904";
}
.icon-favorite:before {
  content: "\e905";
}
.icon-tablet_mac:before {
  content: "\e906";
}
.icon-desktop_windows:before {
  content: "\e907";
}
.icon-person_remove:before {
  content: "\e908";
}
.icon-person_remove_alt_1:before {
  content: "\e908";
}
.icon-person_add_alt_1:before {
  content: "\e909";
}
.icon-person:before {
  content: "\e90a";
}
.icon-account_tree:before {
  content: "\e90b";
}
.icon-mode_comment:before {
  content: "\e90c";
}
.icon-chart-bar:before {
  content: "\e969";
}
.icon-dot-single:before {
  content: "\e962";
}
.icon-dots-horizontal-triple:before {
  content: "\e93f";
}
.icon-folder:before {
  content: "\e90d";
}
.icon-notifications-outline:before {
  content: "\e90e";
}
.icon-notifications:before {
  content: "\e90f";
}
.icon-enter:before {
  content: "\e968";
}
.icon-forward:before {
  content: "\e955";
}
.icon-right:before {
  content: "\e955";
}
.icon-arrow-right:before {
  content: "\e955";
}
.icon-reply:before {
  content: "\e956";
}
.icon-left:before {
  content: "\e956";
}
.icon-arrow-left:before {
  content: "\e956";
}
.icon-arrow-down:before {
  content: "\e957";
}
.icon-down:before {
  content: "\e957";
}
.icon-download:before {
  content: "\e957";
}
.icon-bottom:before {
  content: "\e957";
}
.icon-arrow-up:before {
  content: "\e959";
}
.icon-up:before {
  content: "\e959";
}
.icon-upload:before {
  content: "\e959";
}
.icon-top:before {
  content: "\e959";
}
.icon-enlarge:before {
  content: "\e95a";
}
.icon-expand:before {
  content: "\e95a";
}
.icon-maximize:before {
  content: "\e95a";
}
.icon-fullscreen:before {
  content: "\e95a";
}
.icon-whatsapp:before {
  content: "\e94b";
}
.icon-brand:before {
  content: "\e94b";
}
.icon-social:before {
  content: "\e94b";
}
.icon-twitter1:before {
  content: "\e94c";
}
.icon-brand1:before {
  content: "\e94c";
}
.icon-tweet:before {
  content: "\e94c";
}
.icon-social1:before {
  content: "\e94c";
}
.icon-facebook:before {
  content: "\e94e";
}
.icon-brand2:before {
  content: "\e94e";
}
.icon-social2:before {
  content: "\e94e";
}
.icon-clock:before {
  content: "\e948";
}
.icon-time:before {
  content: "\e948";
}
.icon-schedule:before {
  content: "\e948";
}
.icon-fire:before {
  content: "\e939";
}
.icon-arrow-right1:before {
  content: "\e935";
}
.icon-right-quote:before {
  content: "\e927";
}
.icon-left-quote:before {
  content: "\e928";
}
.icon-at:before {
  content: "\e91c";
}
.icon-email:before {
  content: "\e91c";
}
.icon-spin:before {
  content: "\e91d";
}
.icon-refresh:before {
  content: "\e91d";
}
.icon-reload:before {
  content: "\e91d";
}
.icon-synchronize:before {
  content: "\e91d";
}
.icon-loop:before {
  content: "\e91d";
}
.icon-newspaper:before {
  content: "\e91e";
}
.icon-history:before {
  content: "\e94d";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-drawer:before {
  content: "\e95c";
}
.icon-search:before {
  content: "\e986";
}
.icon-cog:before {
  content: "\e994";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-eye1:before {
  content: "\e9ce";
}
.icon-eye-plus:before {
  content: "\e9cf";
}
.icon-eye-minus:before {
  content: "\e9d0";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-info1:before {
  content: "\ea0c";
}
.icon-loop1:before {
  content: "\ea2d";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-android:before {
  content: "\eac0";
}
.icon-angle-double-right:before {
  content: "\e966";
}
.icon-angle-double-left:before {
  content: "\e967";
}
.icon-bar-chart:before {
  content: "\e965";
}
.icon-check-square-o:before {
  content: "\e960";
}
.icon-file-text:before {
  content: "\e953";
}
.icon-image:before {
  content: "\e954";
}
.icon-photo:before {
  content: "\e954";
}
.icon-picture-o:before {
  content: "\e954";
}
.icon-shopping-bag:before {
  content: "\e950";
}
.icon-retweet:before {
  content: "\e951";
}
.icon-envelope:before {
  content: "\e94f";
}
.icon-commenting-o:before {
  content: "\e949";
}
.icon-chevron-right1:before {
  content: "\e947";
}
.icon-group:before {
  content: "\e946";
}
.icon-chevron-circle-right:before {
  content: "\e945";
}
.icon-clipboard:before {
  content: "\e943";
}
.icon-paste:before {
  content: "\e943";
}
.icon-external-link:before {
  content: "\e940";
}
.icon-th-list:before {
  content: "\e938";
}
.icon-logout:before {
  content: "\e92d";
}
.icon-calendar-o:before {
  content: "\e92a";
}
.icon-calendar:before {
  content: "\e92b";
}
.icon-bookmark-o:before {
  content: "\e91f";
}
.icon-star-o:before {
  content: "\e920";
}
.icon-bookmark:before {
  content: "\e921";
}
.icon-star:before {
  content: "\e922";
}
.icon-caret-right:before {
  content: "\e910";
}
.icon-caret-left:before {
  content: "\e911";
}
.icon-caret-up:before {
  content: "\e912";
}
.icon-caret-down:before {
  content: "\e913";
}
.icon-thumbs-o-down:before {
  content: "\e914";
}
.icon-thumbs-o-up:before {
  content: "\e915";
}
.icon-thumbs-down:before {
  content: "\e916";
}
.icon-thumbs-up:before {
  content: "\e917";
}
.icon-exclamation-triangle:before {
  content: "\e918";
}
.icon-warning:before {
  content: "\e918";
}
.icon-address-card-o:before {
  content: "\e919";
}
.icon-vcard-o:before {
  content: "\e919";
}
.icon-mail-reply:before {
  content: "\e91a";
}
.icon-reply1:before {
  content: "\e91a";
}
.icon-commenting:before {
  content: "\e91b";
}
.tmIcon {
    background: url('/static/forum/img/sprite/icons.png') no-repeat top left;
    display: inline-block;
}
.tmIcon.raised-hand {
    background-position: 0 0;
    width: 86px;
    height: 100px;
}
.tmIcon.son-acilan-konular {
    background-position: -91px 0;
    width: 24px;
    height: 23px;
}
.tmIcon.soket-koptu {
    background-position: -91px -28px;
    width: 24px;
    height: 23px;
}
.tmIcon.zincir {
    background-position: -91px -56px;
    width: 14px;
    height: 35px;
}
.tmIcon.custom-notification {
    background-position: -120px 0;
    width: 21px;
    height: 20px;
}
.tmIcon.custom-notification-active {
    background-position: -120px -25px;
    width: 21px;
    height: 20px;
}
.tmIcon.yanitla {
    background-position: -120px -50px;
    width: 20px;
    height: 20px;
}
.tmIcon.alert {
    background-position: -120px -75px;
    width: 20px;
    height: 20px;
}
.tmIcon.apple {
    background-position: 0 -105px;
    width: 16px;
    height: 20px;
}
.tmIcon.takip-et {
    background-position: -21px -105px;
    width: 18px;
    height: 17px;
}
.tmIcon.takip-et-process {
    background-position: -44px -105px;
    width: 19px;
    height: 16px;
}
.tmIcon.android {
    background-position: -146px 0;
    width: 16px;
    height: 19px;
}
.tmIcon.huawei {
    background-position: -68px -105px;
    width: 20px;
    height: 15px;
}
.tmIcon.yukseliste {
    background-position: -93px -105px;
    width: 21px;
    height: 14px;
}
.tmIcon.konudaki-populer-mesajlar {
    background-position: -146px -24px;
    width: 16px;
    height: 18px;
}
.tmIcon.user-notification-icon-active {
    background-position: -146px -47px;
    width: 15px;
    height: 18px;
}
.tmIcon.uyeyi-blokla {
    background-position: -146px -70px;
    width: 16px;
    height: 16px;
}
.tmIcon.uyeye-posta-gonder {
    background-position: -146px -91px;
    width: 16px;
    height: 16px;
}
.tmIcon.takip-et-2 {
    background-position: 0 -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.takip-et-2-revert {
    background-position: -21px -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.sahte-uyelik-bildir {
    background-position: -42px -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.mesaji-forumdaki-birine-ilet {
    background-position: -63px -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.mesaj-baglantisini-kopyala {
    background-position: -84px -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.konuyu-sikayet-et {
    background-position: -105px -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.imzayi-rapor-et {
    background-position: -126px -130px;
    width: 16px;
    height: 16px;
}
.tmIcon.eposta-aboneligi {
    background-position: -167px 0;
    width: 16px;
    height: 16px;
}
.tmIcon.brain {
    background-position: -167px -21px;
    width: 16px;
    height: 16px;
}
.tmIcon.uyari-ceza-ver {
    background-position: -167px -42px;
    width: 16px;
    height: 15px;
}
.tmIcon.konu-sahibinin-mesajlari {
    background-position: -167px -62px;
    width: 15px;
    height: 16px;
}
.tmIcon.takip-et-revert {
    background-position: -167px -83px;
    width: 15px;
    height: 15px;
}
.tmIcon.takip-et-revert-orange {
    background-position: -167px -103px;
    width: 15px;
    height: 15px;
}
.tmIcon.uyeye-mesaj-gonder {
    background-position: -167px -123px;
    width: 16px;
    height: 14px;
}
.tmIcon.revizyon-goster {
    background-position: -119px -105px;
    width: 16px;
    height: 14px;
}
.tmIcon.konuyu-gizle {
    background-position: 0 -151px;
    width: 16px;
    height: 14px;
}
.tmIcon.konuyu-favori-ekle {
    background-position: -21px -151px;
    width: 16px;
    height: 14px;
}
.tmIcon.konuyu-duzenle {
    background-position: -42px -151px;
    width: 16px;
    height: 14px;
}
.tmIcon.konudaki-mesajlarim {
    background-position: -147px -130px;
    width: 14px;
    height: 16px;
}
.tmIcon.konudaki-linkli-mesajlar {
    background-position: -63px -151px;
    width: 16px;
    height: 14px;
}
.tmIcon.konuyu-sil {
    background-position: -84px -151px;
    width: 15px;
    height: 14px;
}
.tmIcon.ip-islemleri {
    background-position: -104px -151px;
    width: 15px;
    height: 14px;
}
.tmIcon.xte-paylas {
    background-position: -124px -151px;
    width: 14px;
    height: 14px;
}
.tmIcon.user-notification {
    background-position: -143px -151px;
    width: 12px;
    height: 14px;
}
.tmIcon.birthday {
    background-position: -160px -151px;
    width: 12px;
    height: 14px;
}
.tmIcon.badge-icon {
    background-position: -188px 0;
    width: 12px;
    height: 14px;
}
.tmIcon.notification-icon {
    background-position: -146px -112px;
    width: 13px;
    height: 11px;
}
.tmIcon.notification-icon-active {
    background-position: 0 -170px;
    width: 13px;
    height: 11px;
}
.tmIcon.none-notification {
    background-position: -188px -19px;
    width: 11px;
    height: 12px;
}
.tmIcon.none-notification-active {
    background-position: -188px -36px;
    width: 11px;
    height: 12px;
}
.tmIcon.rozet-istatistik {
    background-position: -188px -53px;
    width: 11px;
    height: 11px;
}
.tmIcon.facebookta-paylas {
    background-position: -188px -69px;
    width: 8px;
    height: 14px;
}
    
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tmIcon {
        background: url('/static/forum/img/sprite/icons-retina.png') no-repeat top left;
        background-size: 205px 186px;
    }
}
@charset "UTF-8";

/* Reset */
body {
    color: #000000;
    font: 11px Verdana;
    background-color: #febf55;
    padding: 0;
    position: relative;
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.mt-20 {
    margin-top: 20px !important;
}

.fw-normal {
    font-weight: normal !important;
}

    .fw-normal.red {
        color: red !important;
    }

.red {
    color: red !important;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a:visited {
    color: blue;
}

a:link {
    color: #000000;
}

a:hover {
    color: red;
}

.b {
    font-weight: bold;
}

.no-border {
    border: none !important;
}

.align-right {
    text-align: right !important;
}

.alticizili {
    text-decoration: underline;
}

    .alticizili a {
        text-decoration: underline;
    }

.bosalt {
    clear: both;
}

.kirmizi {
    color: red !important;
}

.yesil {
    color: green !important;
}
/* Reset */

/* Special */
.Career {
    line-height: 45px !important;
}

.All-Notification {
    visibility: hidden;
}

.Select-Notification {
    visibility: hidden;
}

.None {
    visibility: hidden;
    display: none !important;
}

.Fight {
    visibility: visible;
    display: block !important;
}

.TTNET-Sponsor {
    float: left;
}

.yukarisabitle {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 10px #999;
}

.logodivyukselt {
    margin-top: 25px;
}
/* Bar yukarı sabitlendiğinde bu class DH-Logo classına verilecek. */
.gizlikullanici {
    color: #AB2323 !important;
}

.adminkullanici {
    color: green !important;
}
/* Special */

.dhfull {
    width: 100%;
    height: auto;
    float: left
}

    .dhfull .dhorta {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .dhfull .dhorta {
        max-width: 2000px;
    }

/* Header */

header {
    width: 100%;
    float: left;
    position: relative;
    min-width: 1210px;
    font-family: Arial;
    margin: 0 0 20px 0;
}

    header .ust.golge {
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

    header .ust {
        margin: 0 auto;
        width: 100%;
        float: left;
        min-width: 1200px;
        background-color: #f1f1f1;
        border-bottom: 1px solid #ccc;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 2.5%;
        box-sizing: border-box;
        z-index: 9999;
    }

        header .ust .container {
            max-width: 2000px;
            margin: 0 auto;
        }

        header .ust .logo {
            float: left;
            padding: 7px 10px 2px 0;
            -webkit-transition: 0.15s all ease;
            transition: 0.15s all ease;
        }

@media screen and (min-width:2048px) {
    body {
        max-width: initial;
    }

    header .yonetici-menu .container,
    header nav.alt .container {
        max-width: 2000px;
        margin: 0 auto;
    }
}

header .ust .logo img {
    height: 48px;
    width: auto;
    display: inline-block;
}

    header .ust .logo img.text-logo {
        height: 30px;
        margin: -50px 0 0 6px;
        vertical-align: middle;
    }

header .ust .sag {
    float: right;
    margin: 0;
}

    header .ust .sag .giris {
        float: left;
        padding: 0 11px 0 0;
        margin: 13px 0;
        position: relative;
    }

        header .ust .sag .giris:after {
            content: '';
            position: absolute;
            top: 6px;
            bottom: 6px;
            right: 0;
            width: 2px;
            background-color: #dedede;
            border-radius: 1px;
        }

.input-style {
    float: left;
    outline: none;
    margin: 0 7px 0 0;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 6px 12px;
    line-height: 14px;
    font-size: 15px;
    font-family: Arial;
    color: #333;
    width: 122px;
    box-sizing: border-box;
}

    .input-style::placeholder {
        color: #ccc;
    }

    .input-style:-ms-input-placeholder {
        color: #ccc;
    }

    .input-style::-ms-input-placeholder {
        color: #ccc;
    }

header .ust .sag .giris .input-tut {
    position: relative;
    display: inline-block;
}

    header .ust .sag .giris .input-tut .input-style {
        padding: 6px 30px 6px 12px;
    }

    header .ust .sag .giris .input-tut .unuttum {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 3px;
        bottom: 3px;
        width: 25px;
        height: 25px;
        background-color: #f1f1f1;
        border-radius: 3px;
        text-align: center;
    }

        header .ust .sag .giris .input-tut .unuttum:hover {
            background-color: #dedede;
        }

        header .ust .sag .giris .input-tut .unuttum img {
            display: inline-block;
            margin: 3px 0;
            width: 16px;
            height: auto;
        }

header .ust .sag .giris .girisyap-buton {
    outline: none;
    border: none;
    border-radius: 3px;
    float: right;
    color: #fff;
    padding: 5px 9px;
    line-height: 21px;
    font-size: 15px;
    font-family: Arial;
    background-image: linear-gradient(to top, #ff4f4f 0, #f88c4e 100%);
    cursor: pointer;
    border: none;
}

    header .ust .sag .giris .girisyap-buton:hover {
        background-image: linear-gradient(to top, #f30 0, #f88c4e 100%);
    }

    header .ust .sag .giris .girisyap-buton img {
        float: right;
        margin: 1px 0 0 5px;
        width: 20px;
        height: auto;
    }

header .ust .sag .baglan {
    font-size: 15px;
    font-family: Arial;
    line-height: 31px;
    color: #999;
    float: left;
    display: inline-block;
    position: relative;
    padding: 0 5px 0 0;
    margin: 13px 0 13px 12px;
}

    header .ust .sag .baglan:after {
        content: '';
        position: absolute;
        top: 6px;
        Bottom: 6px;
        right: 0;
        width: 2px;
        background-color: #dedede;
        border-radius: 1px;
    }

    header .ust .sag .baglan a {
        float: right;
        background-color: #fff;
        width: 30px;
        Height: 30px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin: 0 5px 0 0;
        text-align: center;
    }

        header .ust .sag .baglan a:hover {
            background-image: linear-gradient(to bottom, #fff 0, #dedede 100%);
        }

        header .ust .sag .baglan a img {
            display: inline-block;
            margin: 5px 0;
            width: 20px;
            height: auto;
        }

        header .ust .sag .baglan a:first-child img {
            margin: 7px 0;
        }

        header .ust .sag .baglan a:last-child {
            margin: 0 5px 0 12px;
        }

header .ust .sag .yeni-kayit {
    float: left;
    margin: 13px 0 13px 10px;
    background-image: linear-gradient(to top, rgba(255, 79, 79, 0.3) 0%, rgba(248, 140, 78, 0.3) 100%);
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    font-family: Arial;
    background-color: #a19393;
}

    header .ust .sag .yeni-kayit:hover {
        background-image: linear-gradient(to top, rgba(167, 7, 7, 0.16) 0%, rgba(248, 140, 78, 0.3) 100%);
    }

    header .ust .sag .yeni-kayit a {
        color: #fff;
        display: inline-block;
        padding: 5px 12px;
    }

    header .ust .sag .yeni-kayit img {
        float: left;
        margin: 1px 5px 1px 0;
        width: 18px;
        height: auto;
    }

header .alt {
    width: 100%;
    float: left;
    background-color: #dedede;
    box-sizing: border-box;
    margin: 60px 0 0 0;
}

header nav.alt {
    width: 100%;
    min-width: 1210px;
    float: left;
    padding: 5px 2.5%;
    box-sizing: border-box;
}

    header nav.alt a {
        float: left;
        background-color: #d6d6d6;
        padding: 0 10px;
        border-radius: 14px;
        color: #666;
        font-size: 15px;
        line-height: 28px;
        font-family: Arial;
        margin: 1px 4px 0 0;
    }

    header nav.alt > a:hover {
        background-color: #fff;
    }

    header nav.alt span.acilir:hover > a {
        background-color: #fff;
    }

    header nav.alt a.sag {
        float: right;
        margin: 0 0 0 4px;
    }

    header nav.alt span.acilir a {
        margin: 1px 0 0 0;
    }

header.serbest .ust {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
}

header.serbest .alt {
    margin: 0
}

header nav.alt span.acilir {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 4px 0 0;
    z-index: 9999;
}

    header nav.alt span.acilir img {
        float: right;
        margin: 12px 0 0 6px;
    }

header nav.alt .takip {
    float: right;
    color: #999;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px 0 0;
    position: relative;
    ;
    margin: 0 6px 0 0;
}

    header nav.alt .takip:after {
        content: '';
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 0;
        width: 2px;
        background-color: #ccc;
        border-radius: 1px;
    }

    header nav.alt .takip a {
        float: right;
        width: 30px;
        height: 30px;
        border-radius: 3px;
        border: 1px solid #ddd;
        background-color: #d6d6d6;
        text-align: center;
        padding: 0;
        margin: 0 0 0 5px;
        box-sizing: border-box;
    }

        header nav.alt .takip a img {
            display: inline-block;
            margin: 4px 0;
            width: 20px;
            height: auto;
        }

        header nav.alt .takip a:nth-child(2) img {
            margin: 4px 0;
        }

        header nav.alt .takip a:first-child img {
            margin: 4px 0;
        }

        header nav.alt .takip a:hover {
            background-color: #fff;
        }

header nav.alt span.acilir ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}

    header nav.alt span.acilir ul span {
        float: left;
        box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.2);
        border: 1px solid #cccccc;
        background-color: #f1f1f1;
        margin: 5px 0 0 0;
        padding: 10px 0;
        min-width: 180px;
        border-radius: 6px;
    }

    header nav.alt span.acilir ul li {
        width: 100%;
        float: left;
    }

        header nav.alt span.acilir ul li a {
            line-height: 30px;
            width: 100%;
            float: left;
            padding: 0 11px;
            box-sizing: border-box;
            background: none;
            border-radius: 0;
            margin: 0;
        }

            header nav.alt span.acilir ul li a:hover {
                background-color: #fff;
            }

            header nav.alt span.acilir ul li a span.sayi {
                line-height: 12px;
                border-radius: 11px;
                background-color: #d8d8d8;
                float: right;
                color: #333;
                font-size: 12px;
                padding: 4px 7px;
                margin: 4px -6px 0 4px;
                min-width: auto;
                box-shadow: none
            }

    header nav.alt span.acilir ul span:after {
        content: '';
        position: absolute;
        top: -2px;
        left: 16px;
        width: 0;
        height: 0;
        border-bottom: 8px solid #f1f1f1;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    header nav.alt span.acilir ul span:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 14px;
        width: 0;
        height: 0;
        border-bottom: 10px solid #ccc;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }

header nav.alt span.acilir:hover > ul {
    display: inline-block;
}

header .ust .foruma-git {
    float: left;
    padding: 12px 0 0 0;
    position: relative;
    transition: 0.15s all ease;
}

    header .ust .foruma-git .tut {
        position: relative;
        display: inline-block;
    }

    header .ust .foruma-git .input-style {
        float: left;
        width: 140px;
        height: 32px;
        box-sizing: border-box;
        padding: 0 30px 0 11px;
    }

    header .ust .foruma-git .ara {
        position: absolute;
        cursor: pointer;
        top: 3px;
        right: 10px;
        bottom: 3px;
        width: 26px;
        Height: 26px;
        background-color: #f1f1f1;
        border-radius: 3px;
        text-align: center;
    }

        header .ust .foruma-git .ara img {
            display: inline-block;
            margin: 3px 0;
            width: 17px;
            Height: auto;
        }

        header .ust .foruma-git .ara:hover {
            background-color: #dedede;
        }

    header .ust .foruma-git .arama-kontrol {
        float: right;
        position: relative;
    }

        header .ust .foruma-git .arama-kontrol .kutu {
            cursor: pointer;
            background-color: #dedede;
            height: 32px;
            border-radius: 0 3px 3px 0;
            width: 25px;
            text-align: center;
            margin: 0 0 0 -8px;
        }

        header .ust .foruma-git .arama-kontrol img {
            margin: 12px 0;
        }

        header .ust .foruma-git .arama-kontrol .liste {
            left: -20px;
            cursor: default;
        }

            header .ust .foruma-git .arama-kontrol .liste .list-ust span {
                color: #ff6600;
                cursor: pointer;
            }

            header .ust .foruma-git .arama-kontrol .liste ul {
                padding: 10px 12px;
                display: inline-block;
                float: left;
            }

                header .ust .foruma-git .arama-kontrol .liste ul li {
                    text-align: left;
                    position: relative;
                    margin: 0 0 8px 0;
                }

                    header .ust .foruma-git .arama-kontrol .liste ul li:last-child {
                        margin: 0;
                    }

                    header .ust .foruma-git .arama-kontrol .liste ul li label {
                        font-size: 15px;
                        color: #333;
                        line-height: 24px;
                        cursor: pointer;
                    }

                        header .ust .foruma-git .arama-kontrol .liste ul li label input[type="radio"] {
                            visibility: hidden;
                            position: absolute;
                            left: -9999px;
                            top: -999px;
                        }

                            header .ust .foruma-git .arama-kontrol .liste ul li label input[type="radio"]:checked ~ .checkmark {
                                position: relative;
                                background-image: linear-gradient(to top, #ff4f4f 0, #f88c4e 100%);
                                background-color: #999;
                                border: 1px solid #ff3300;
                            }

                                header .ust .foruma-git .arama-kontrol .liste ul li label input[type="radio"]:checked ~ .checkmark:after {
                                    position: absolute;
                                    content: '';
                                    width: 14px;
                                    height: 14px;
                                    background-image: linear-gradient(to top, #ff4f4f 0, #f88c4e 100%);
                                    border-radius: 50%;
                                    top: 2px;
                                    left: 2px;
                                    background-color: #ce621b;
                                    border: 2px solid #fff;
                                    box-shadow: inset 0 0 5px 0 rgba(255,51,0,1);
                                }

                        header .ust .foruma-git .arama-kontrol .liste ul li label .checkmark {
                            float: left;
                            margin: 0 8px 0 0;
                            background-color: #fff;
                            background-image: linear-gradient(to top, rgba(255, 255, 255, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%);
                            width: 22px;
                            height: 22px;
                            border: 1px solid #ccc;
                            display: inline-block;
                            border-radius: 50%;
                        }

    header .ust .foruma-git .liste {
        position: absolute;
        margin: 14px 0 0 0;
        left: 0;
        top: 100%;
        box-shadow: 3px 4px 7px rgba(0, 1, 0, 0.3);
        border: 1px solid #ccc;
        background-color: #fff;
        width: 300px;
        border-radius: 5px;
    }

        header .ust .foruma-git .liste .list-ust {
            width: 100%;
            float: left;
            line-height: 28px;
            border-bottom: 1px solid #ccc;
            padding: 6px 12px;
            box-sizing: border-box;
        }

            header .ust .foruma-git .liste .list-ust b {
                float: left;
                font-size: 15px;
                color: #333;
            }

            header .ust .foruma-git .liste .list-ust span {
                float: right;
                color: #999;
                font-size: 12px;
            }

        header .ust .foruma-git .liste .icerik {
            width: 100%;
            float: left;
            padding: 5px 0;
            max-height: 160px;
            overflow: auto;
        }

            header .ust .foruma-git .liste .icerik::-webkit-scrollbar-track {
                border-radius: 5px;
                background-color: transparent;
            }

            header .ust .foruma-git .liste .icerik::-webkit-scrollbar {
                width: 5px;
                background-color: transparent;
            }

            header .ust .foruma-git .liste .icerik::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background-color: rgba(51, 51, 51, 0.40);
            }

            header .ust .foruma-git .liste .icerik a.tek {
                width: 100%;
                float: left;
                padding: 0 12px;
                line-height: 30px;
                box-sizing: border-box;
                font-size: 15px;
                color: #333 !important;
            }

                header .ust .foruma-git .liste .icerik a.tek span.sonuc {
                    float: left;
                    width: 190px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                header .ust .foruma-git .liste .icerik a.tek span.bolum {
                    float: right;
                    width: 80px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: right;
                    color: #999;
                }

                header .ust .foruma-git .liste .icerik a.tek b {
                    color: #ff6600;
                }

                header .ust .foruma-git .liste .icerik a.tek:hover {
                    background-color: #eee;
                }

        header .ust .foruma-git .liste:after {
            content: '';
            position: absolute;
            top: -8px;
            left: 16px;
            right: initial;
            width: 0;
            height: 0;
            border-bottom: 8px solid #fff;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

        header .ust .foruma-git .liste:before {
            content: '';
            position: absolute;
            top: -10px;
            left: 14px;
            right: initial;
            width: 0;
            height: 0;
            border-bottom: 10px solid #ccc;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }


.populerkonu .liste {
    position: absolute;
    margin: 14px 0 0 0;
    left: 330px;
    top: 100%;
    box-shadow: 3px 4px 7px rgba(0,1,0,.3);
    border: 1px solid #ccc;
    background-color: #fff;
    width: 300px;
    border-radius: 5px;
    z-index: 99999;
}

    .populerkonu .liste .list-ust {
        width: 100%;
        float: left;
        line-height: 28px;
        border-bottom: 1px solid #ccc;
        padding: 6px 12px;
        box-sizing: border-box
    }

        .populerkonu .liste .list-ust b {
            float: left;
            font-size: 15px;
            color: #333
        }

        .populerkonu .liste .list-ust span {
            float: right;
            color: #999;
            font-size: 12px
        }

    .populerkonu .liste .icerik {
        width: 100%;
        float: left;
        padding: 5px 0;
        max-height: 160px;
        overflow: auto
    }

        .populerkonu .liste .icerik::-webkit-scrollbar-track {
            border-radius: 5px;
            background-color: transparent
        }

        .populerkonu .liste .icerik::-webkit-scrollbar {
            width: 5px;
            background-color: transparent
        }

        .populerkonu .liste .icerik::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: rgba(51,51,51,.4)
        }

        .populerkonu .liste .icerik a.tek {
            width: 100%;
            float: left;
            padding: 0 12px;
            line-height: 30px;
            box-sizing: border-box;
            font-size: 15px;
            color: #333 !important
        }

            .populerkonu .liste .icerik a.tek span.sonuc {
                float: left;
                width: 190px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .populerkonu .liste .icerik a.tek span.bolum {
                float: right;
                width: 80px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: right;
                color: #999
            }

            .populerkonu .liste .icerik a.tek b {
                color: #f60
            }

            .populerkonu .liste .icerik a.tek:hover {
                background-color: #eee
            }

    .populerkonu .liste:after {
        content: '';
        position: absolute;
        top: -8px;
        left: 16px;
        right: initial;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }

    .populerkonu .liste:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 14px;
        right: initial;
        width: 0;
        height: 0;
        border-bottom: 10px solid #ccc;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent
    }


header .ust .sag .uye {
    float: right;
    padding: 10px 0;
    -webkit-transition: 0.15s all ease;
    transition: 0.15s all ease;
}

    header .ust .sag .uye .cikis {
        margin: 5px 0;
        float: right;
        color: #fff;
        font-size: 15px;
        line-height: 17px;
        font-family: Arial;
        border-radius: 3px;
        background-color: #999999;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
        padding: 5px 11px;
    }

        header .ust .sag .uye .cikis:hover {
            background-image: linear-gradient(to top, rgba(41, 32, 32, 0.52) 0, rgba(255, 255, 255, 0.2) 100%);
        }

        header .ust .sag .uye .cikis img {
            float: right;
            margin: 0 0 0 4px;
            width: 20px;
            height: auto;
        }

    header .ust .sag .uye .avatar {
        float: right;
        border-radius: 50%;
        position: relative;
        margin: 0 19px 0 0;
        padding: 0;
        border: 1px solid #dedede;
    }

        header .ust .sag .uye .avatar:after {
            content: '';
            position: absolute;
            right: -9px;
            top: 6px;
            bottom: 6px;
            width: 2px;
            background-color: #dedede;
            border-radius: 1px;
        }

        header .ust .sag .uye .avatar img {
            width: 38px;
            height: 38px;
            float: left;
            border-radius: 50%;
            object-fit: cover;
        }

        header .ust .sag .uye .avatar:hover {
            border: 1px solid #f60;
        }

        header .ust .sag .uye .avatar:active {
            border: 1px solid #333;
        }

        header .ust .sag .uye .avatar span {
            display: inline-block;
            border-radius: 50%;
            background-color: #fd7356;
            font-size: 18px;
            text-align: center;
            line-height: 40px;
            width: 40px;
            height: 40px;
            color: #fff;
            padding: 0;
        }


    header .ust .sag .uye .bildirimler {
        float: right;
        color: #fff;
        padding: 3px 0 0 0;
        transition: 0.15s all ease;
        font-size: 15px;
        line-height: 22px;
        margin: 0 10px 0 0;
        font-family: Arial;
        position: relative;
        z-index: 9999;
        box-sizing: border-box;
    }

        header .ust .sag .uye .bildirimler .bildirim-ac {
            padding: 5px 8px;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px;
            float: left;
            background-color: #999999;
            background-image: linear-gradient(to top, #ff4f4f 0%, #f88c4e 100%);
            height: 22px;
        }

        header .ust .sag .uye .bildirimler img.icon {
            float: left;
            width: 18px;
            height: auto;
        }

        header .ust .sag .uye .bildirimler.yok {
            padding: 0;
            height: 32px;
            margin: 3px 10px 0 0;
        }

header.daralt .ust .sag .uye .bildirimler.yok {
    margin: 0px 10px 0 0;
}

header .ust .sag .uye .bildirimler.yok .bildirim-ac {
    background-color: #dedede;
    background-image: none;
    padding: 5px 8px;
}

header .ust .sag .uye .bildirimler.yok img.icon {
    margin: 0;
}

header .ust .sag .uye .bildirimler:hover .bildirim-ac {
    background-image: linear-gradient(to top, #f30 0, #f88c4e 100%);
}

header .ust .sag .uye .bildirimler.yok:hover .bildirim-ac {
    background-image: none;
    background-color: #ccc;
}

header .ust .sag .uye .bildirimler .count-1 {
    width: 18px;
    height: 18px;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    background-color: red;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: -8px;
    top: -9px;
}

header .ust .sag .uye .bildirimler .count-2 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    background-color: #f60;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 18px;
    position: absolute;
    right: -8px;
    bottom: -6px;
}



header.daralt .ust .sag .uye .bildirimler .count-1 {
    top: 1px;
    right: -5px;
}

header.daralt .ust .sag .uye .bildirimler .count-2 {
    bottom: 0;
    right: -11px;
}




header .ust .sag .ana-menu {
    float: right;
    padding: 13px 0 12px 0;
    -webkit-transition: 0.15s all ease;
    transition: 0.15s all ease;
}

    header .ust .sag .ana-menu a {
        position: relative;
        float: left;
        margin: 0 10px 0 0;
        border-radius: 3px;
        background-color: #dedede;
        font-family: Arial;
        font-size: 15px;
        color: #333;
        padding: 0 10px;
        line-height: 32px;
    }

    header .ust .sag .ana-menu > a:hover {
        background-color: #d8d8d8;
    }

    header .ust .sag .ana-menu span.acilir:hover > a {
        background-color: #d8d8d8;
    }

    header .ust .sag .ana-menu span.acilir {
        display: inline-block;
        position: relative;
        float: left;
        margin: 0 10px 0 0;
    }

        header .ust .sag .ana-menu span.acilir a {
            margin: 0;
        }

            header .ust .sag .ana-menu span.acilir a img {
                margin: 13px 0 7px 5px;
                float: right;
                width: 9px;
                height: auto;
            }

        header .ust .sag .ana-menu span.acilir ul {
            display: none;
            position: absolute;
            top: 100%;
            left: -10px;
            z-index: 99;
        }

            header .ust .sag .ana-menu span.acilir ul span.bg {
                padding: 8px 0;
                border-radius: 3px;
                float: left;
                margin: 14px 0 0 0;
                min-width: 180px;
                background: #dedede;
                border: 1px solid #ccc;
                z-index: 99999999;
                width: 160px;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
                box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.2)
            }

        header .ust .sag .ana-menu span.acilir.tek {
            display: inline-block;
            position: relative;
            float: left;
            margin: 0 10px 0 0;
        }

            header .ust .sag .ana-menu span.acilir.tek a.beyaz {
                background-color: #fff !important;
                border: 1px solid #c7c6c4;
                border-radius: 5px;
                padding: 0;
            }

            header .ust .sag .ana-menu span.acilir.tek img {
                margin: 7px;
                height: 15px;
                width: 15px;
            }

    header .ust .sag .ana-menu a.one-cikar {
        display: inline-block;
        position: relative;
        height: 33px;
        padding: 1px;
        float: left;
        margin: 0 10px 0 0;
        border: 1px solid #c7c6c4;
        border-radius: 5px;
        background-color: #fff;
    }

        header .ust .sag .ana-menu a.one-cikar .sol {
            padding-left: 14px;
            width: 100px;
            line-height: 27px;
        }

        header .ust .sag .ana-menu a.one-cikar .sag {
            height: 27px;
            line-height: 27px;
        }

            header .ust .sag .ana-menu a.one-cikar .sag img {
                margin-top: 10px;
            }

                header .ust .sag .ana-menu a.one-cikar .sag img.resim1 {
                    display: inline-block;
                }



                header .ust .sag .ana-menu a.one-cikar .sag img.resim2 {
                    display: none;
                }

            header .ust .sag .ana-menu a.one-cikar .sag span {
                color: #fff;
            }

header .ust .forum-title {
    float: left;
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    top: 18px;
    max-width: calc(100% - 1060px);
}

    header .ust .forum-title a {
        float: left;
        text-decoration: none;
        color: #666666;
        font-size: 18px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

        header .ust .forum-title a:hover {
            background-color: transparent !important;
        }

header .ust .sag .ana-menu span.acilir ul span.bg:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 16px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #dedede;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

header .ust .sag .ana-menu span.acilir ul span.bg:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

header .ust .sag .ana-menu span.acilir ul span.bg.scroll-kontrol {
    max-height: 340px;
    overflow-y: hidden;
}

    header .ust .sag .ana-menu span.acilir ul span.bg.scroll-kontrol:hover {
        overflow: auto;
    }

    header .ust .sag .ana-menu span.acilir ul span.bg.scroll-kontrol::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: transparent;
    }

    header .ust .sag .ana-menu span.acilir ul span.bg.scroll-kontrol::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    header .ust .sag .ana-menu span.acilir ul span.bg.scroll-kontrol::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(51, 51, 51, 0.40);
    }

header .ust .sag .ana-menu span.acilir ul li {
    width: 100%;
    float: left;
    margin: 2px 0;
}

    header .ust .sag .ana-menu span.acilir ul li:hover {
        background-color: #f1f1f1;
    }

    header .ust .sag .ana-menu span.acilir ul li a {
        line-height: 22px;
        width: 100%;
        float: left;
        padding: 4px 11px;
        box-sizing: border-box;
        background: none;
        border-radius: 0;
        margin: 0;
    }

header .ust .sag .ana-menu span.acilir:hover > ul {
    display: inline-block;
}

header .ust .sag .ana-menu a .sayi {
    -webkit-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -9px;
    right: -9px;
    background-image: linear-gradient(to top, #ff4f4f 0, #f88c4e 100%);
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    line-height: 22px;
    text-align: center;
}

header .ust .sag .uye .bildirimler .title strong {
    color: #000;
}

header .yonetici-menu {
    width: 100%;
    float: left;
    padding: 0 2.5%;
    box-shadow: 0 1px 0 #e3a34c;
    background-color: #eaac53;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}

    header .yonetici-menu nav {
        width: 100%;
        float: left;
        position: relative;
        box-sizing: border-box;
    }

        header .yonetici-menu nav > a {
            position: relative;
            float: left;
            border-radius: 14px;
            background-color: #edc387;
            padding: 4px 10px;
            color: #b27c2f;
            font-size: 15px;
            line-height: 20px;
            margin: 6px 4px 6px 0;
        }

            header .yonetici-menu nav > a:hover {
                background-color: #fdd499;
            }

            header .yonetici-menu nav > a span.sayi {
                line-height: 12px;
                border-radius: 11px;
                background-color: #ddb070;
                float: right;
                color: #b27c2f;
                font-size: 12px;
                padding: 4px 7px;
                margin: 0 -6px 0 4px;
            }

            header .yonetici-menu nav > a img {
                float: right;
                margin: 8px 2px 8px 5px;
            }

        header .yonetici-menu nav span.acilir {
            position: relative;
            cursor: pointer;
            float: left;
            border-radius: 14px;
            background-color: #edc387;
            padding: 3px 3px 3px 11px;
            color: #b27c2f;
            font-size: 14px;
            line-height: 20px;
            margin: 6px 4px 6px 0;
            z-index: 9;
        }

            header .yonetici-menu nav span.acilir a {
                color: #b27c2f
            }

            header .yonetici-menu nav span.acilir:hover {
                background-color: #fdd499;
            }

            header .yonetici-menu nav span.acilir span.sayi {
                line-height: 14px;
                border-radius: 11px;
                background-color: #ddb070;
                float: right;
                color: #b27c2f;
                font-size: 12px;
                padding: 4px 7px;
                margin: 0 0 0 4px;
            }

            header .yonetici-menu nav span.acilir img {
                float: right;
                margin: 8px 2px 8px 5px;
                width: 9px;
                height: auto;
            }

            header .yonetici-menu nav span.acilir.tek {
                padding: 3px 10px;
                line-height: 22px;
                z-index: 9999;
            }

                header .yonetici-menu nav span.acilir.tek img {
                    margin: 9px 2px 7px 5px;
                }

            header .yonetici-menu nav span.acilir ul {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 99;
                margin: -1px 0 0 0;
            }

                header .yonetici-menu nav span.acilir ul span.bg {
                    float: left;
                    margin: 7px 0 0 0;
                    min-width: 180px;
                    background: #dedede;
                    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.2);
                    border: 1px solid #e3a34c;
                    background-color: #edc387;
                    z-index: 99999999;
                    width: 180px;
                    padding: 10px 0;
                    border-radius: 6px;
                }

            header .yonetici-menu nav span.acilir.sag {
                margin: 6px 0 6px 0;
                padding: 3px 10px;
                float: right;
                line-height: 22px;
            }

                header .yonetici-menu nav span.acilir.sag img {
                    margin: 10px 2px 7px 5px;
                }

            header .yonetici-menu nav span.acilir ul li {
                width: 100%;
                float: left;
            }

                header .yonetici-menu nav span.acilir ul li:hover {
                    background-color: #fdd499;
                }

                header .yonetici-menu nav span.acilir ul li a {
                    line-height: 30px;
                    width: 100%;
                    float: left;
                    padding: 0 11px;
                    box-sizing: border-box;
                    background: none;
                    border-radius: 0;
                    margin: 0;
                    color: #b27c2f;
                }

            header .yonetici-menu nav span.acilir:hover > ul {
                display: inline-block;
            }

            header .yonetici-menu nav span.acilir ul span:after {
                content: '';
                position: absolute;
                top: 0;
                left: 16px;
                width: 0;
                height: 0;
                border-bottom: 8px solid #edc387;
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
            }

            header .yonetici-menu nav span.acilir ul span:before {
                content: '';
                position: absolute;
                top: -2px;
                left: 14px;
                width: 0;
                height: 0;
                border-bottom: 10px solid #e3a34c;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
            }

            header .yonetici-menu nav span.acilir.sag ul {
                left: initial;
                right: 0;
                z-index: 889;
            }

                header .yonetici-menu nav span.acilir.sag ul span:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 16px;
                    left: initial;
                    width: 0;
                    height: 0;
                    border-bottom: 8px solid #edc387;
                    border-right: 8px solid transparent;
                    border-left: 8px solid transparent;
                }

                header .yonetici-menu nav span.acilir.sag ul span:before {
                    content: '';
                    position: absolute;
                    top: -2px;
                    right: 14px;
                    left: initial;
                    width: 0;
                    height: 0;
                    border-bottom: 10px solid #e3a34c;
                    border-right: 10px solid transparent;
                    border-left: 10px solid transparent;
                }

            header .yonetici-menu nav span.acilir ul li a .sayi {
                float: initial;
                display: inline-block;
            }

header.daralt .ust .logo {
    padding: 1px 10px 0 0;
    height: 38px;
    overflow: hidden;
}

header.daralt .ust .foruma-git {
    padding: 3px 0;
}

    header.daralt .ust .foruma-git .liste {
        top: 40px;
        margin: 0;
    }

header.daralt .ust .sag .ana-menu {
    padding: 7px 0;
}

header.daralt .ust .sag .uye {
    margin: 0 0;
    padding: 0;
}

header.daralt .ust .sag .ana-menu span.acilir ul {
    margin: -8px 0 0 0;
}

header.daralt .ust .sag .ana-menu a {
    line-height: 26px;
    margin: 0px 10px 0 0;
}

    header.daralt .ust .sag .ana-menu a .sayi {
        top: -7px;
    }

header.daralt .ust .sag .giris {
    margin: 3px 0;
}

header.daralt .ust .sag .baglan {
    margin: 3px 0 3px 12px;
}

header.daralt .ust .sag .yeni-kayit {
    margin: 3px 0 3px 10px;
}

header.daralt .ust .sag .uye .bildirimler {
    line-height: 17px;
    padding: 7px 0;
}

header.daralt .ust .sag .ana-menu span.acilir a img {
    margin: 11px 0 7px 5px;
}

header.daralt .ust .sag .uye .bildirimler img.icon {
    margin: -2px 0 0 0;
}

header.daralt .ust .sag .uye .bildirimler.yok img.icon {
    margin: -2px 0 0 0;
}

header.daralt .ust .sag .uye .bildirimler .bildirim-ac {
    padding: 3px 8px;
    height: 20px;
}

header .bildirimler.notification .bildirim-list {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 15px 0 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    width: 410px;
    box-shadow: 3px 4px 7px rgba(0, 1, 0, 0.3);
}

    header .bildirimler.notification .bildirim-list.none {
        display: none;
    }

    header .bildirimler.notification .bildirim-list.block {
        display: inline-block;
    }

    header .bildirimler.notification .bildirim-list .bil-ust {
        width: 100%;
        float: left;
        height: 40px;
        padding: 12px 13px;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
    }

        header .bildirimler.notification .bildirim-list .bil-ust .baslik {
            float: left;
            line-height: 16px;
            font-size: 15px;
            color: #333;
            font-weight: bold;
            margin: 0 6px 0 0;
        }

        header .bildirimler.notification .bildirim-list .bil-ust .refresh {
            display: inline-block;
            width: 15px;
            height: 15px;
            float: left;
        }

            header .bildirimler.notification .bildirim-list .bil-ust .refresh.spinner {
                width: 38px;
                Height: 38px;
                margin: -11px 0 0 -9px;
                cursor: default;
            }

        header .bildirimler.notification .bildirim-list .bil-ust .sag {
            float: right;
            color: #ccc;
            font-size: 12px;
            margin: -3px 0 0 0;
        }

            header .bildirimler.notification .bildirim-list .bil-ust .sag a {
                color: #ff6600;
                line-height: 22px;
                display: inline-block;
                margin: 0 5px 0 0;
            }

                header .bildirimler.notification .bildirim-list .bil-ust .sag a:last-child {
                    margin: 0 0 0 6px;
                }

                header .bildirimler.notification .bildirim-list .bil-ust .sag a:hover {
                    text-decoration: underline;
                }

    header .bildirimler.notification .bildirim-list .icerik {
        position: relative;
        width: 100%;
        float: left;
        max-height: 429px;
        overflow: auto;
    }

        header .bildirimler.notification .bildirim-list .icerik .tek {
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
            border-bottom: 1px solid #ccc;
        }

            header .bildirimler.notification .bildirim-list .icerik .tek:last-child {
                border: none;
            }

            header .bildirimler.notification .bildirim-list .icerik .tek:hover {
                background-color: #f8f8f8;
            }

            header .bildirimler.notification .bildirim-list .icerik .tek.yeni {
                background-color: #fff3e1;
            }

                header .bildirimler.notification .bildirim-list .icerik .tek.yeni:hover {
                    background-color: #f5e9d7;
                }

            header .bildirimler.notification .bildirim-list .icerik .tek .baslik {
                width: 100%;
                float: left;
                font-size: 15px;
                color: #666;
                line-height: 18px;
            }

                header .bildirimler.notification .bildirim-list .icerik .tek .baslik span {
                    color: #ff6600;
                    font-weight: bold;
                }

                header .bildirimler.notification .bildirim-list .icerik .tek .baslik b {
                    color: #333;
                }

            header .bildirimler.notification .bildirim-list .icerik .tek .detay {
                width: 100%;
                float: left;
                color: #999;
                font-size: 12px;
                margin: 7px 0 0 0;
            }

                header .bildirimler.notification .bildirim-list .icerik .tek .detay img {
                    float: left;
                    margin: 2px 5px 0 0;
                    height: 15px;
                    width: auto;
                }

    header .bildirimler.notification .bildirim-list .bil-alt {
        position: relative;
        width: 100%;
        float: left;
        border-radius: 0 0 5px 5px;
        font-weight: bold;
        text-align: center;
        color: #ff6600;
        font-size: 12px;
        padding: 8px 5px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
    }

        header .bildirimler.notification .bildirim-list .bil-alt:hover {
            opacity: 0.8;
        }

        header .bildirimler.notification .bildirim-list .bil-alt img {
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0 0 0;
        }

        header .bildirimler.notification .bildirim-list .bil-alt span {
            font-weight: normal;
            color: #999;
        }

    header .bildirimler.notification .bildirim-list:after {
        content: '';
        position: absolute;
        top: -8px;
        right: 10px;
        left: initial;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    header .bildirimler.notification .bildirim-list:before {
        content: '';
        position: absolute;
        top: -10px;
        right: 8px;
        left: initial;
        width: 0;
        height: 0;
        border-bottom: 10px solid #ccc;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }


    header .bildirimler.notification .bildirim-list .bil-alt:after {
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        height: 15px;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        content: '';
    }


    header .bildirimler.notification .bildirim-list .icerik.none {
        display: none;
    }

    header .bildirimler.notification .bildirim-list .icerik::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: transparent;
    }

    header .bildirimler.notification .bildirim-list .icerik::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    header .bildirimler.notification .bildirim-list .icerik::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(51, 51, 51, 0.40);
    }

header.daralt .bildirimler.notification .bildirim-list {
    top: calc(100% - 12px);
}


header .bildirimler.notification .bildirim-list .notification-tab {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}

    header .bildirimler.notification .bildirim-list .notification-tab li {
        border-right: 1px solid #ccc;
        width: 25%;
        float: left;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        box-sizing: border-box;
        padding: 8px 0;
        cursor: pointer;
    }

        header .bildirimler.notification .bildirim-list .notification-tab li:last-child {
            border-right: none;
        }

        header .bildirimler.notification .bildirim-list .notification-tab li span {
            width: 18px;
            height: 18px;
            border-radius: 8px;
            background-color: #999999;
            font-size: 11px;
            font-weight: 400;
            color: #fff !important;
            text-align: center;
            line-height: 18px;
            display: inline-block;
            margin: -2px 0 0 0;
            vertical-align: middle;
        }

            header .bildirimler.notification .bildirim-list .notification-tab li span.red {
                background-color: #ff0000;
            }

            header .bildirimler.notification .bildirim-list .notification-tab li span.orange {
                background-color: #ff6600;
            }

            header .bildirimler.notification .bildirim-list .notification-tab li span.green {
                background-color: #5cad64;
            }

        header .bildirimler.notification .bildirim-list .notification-tab li.active {
            background-image: linear-gradient(to top, #ffffff 0%, #dfdfdf 100%);
            color: #ff6600;
        }

header .one-cikar {
    padding: 1px;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    margin: 7px 0 0 0;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #cac6bf;
    background-color: #fff;
}

    header .one-cikar .sol {
        position: relative;
        float: left;
        width: 88px;
        text-align: left;
        line-height: 22px;
        padding: 0 0 0 6px;
        box-sizing: border-box;
        color: #999;
    }

    header .one-cikar .sag {
        width: 88px;
        float: right;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
        font-size: 16px;
        background: rgb(246,181,73); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(246,181,73,1) 0%, rgba(197,127,12,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(246,181,73,1) 0%,rgba(197,127,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(246,181,73,1) 0%,rgba(197,127,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b549', endColorstr='#c57f0c',GradientType=0 ); /* IE6-9 */
    }


        header .one-cikar .sag img {
            float: left;
            margin: 8px 0px 0 10px;
            display: none;
        }

        header.one-cikar .sag .resim1 {
            display: inline-block;
        }

    header.one-cikar.aktif .sag .resim1 {
        display: none;
    }

    header.one-cikar.aktif .sag .resim2 {
        display: inline-block;
    }

    header .one-cikar.aktif {
        border: 1px solid #fdad58;
        background: #fff;
    }

        header .one-cikar.aktif .sol {
            color: #ff9a22;
            padding: 0 0 0 6px !important;
            font-weight: bold;
            width: 100px;
        }

        header .one-cikar.aktif .sag {
            color: #ff9a22;
            background: #fff;
        }

            header .one-cikar.aktif .sag span {
                color: #ff9a22 !important;
            }

.one-cikar.aktif .sag img {
    margin: 5px 0px 0 10px;
}

header .ust .sag .ana-menu a.one-cikar.aktif .sag img.resim1 {
    display: none;
}

header .ust .sag .ana-menu a.one-cikar.aktif .sag img.resim2 {
    display: inline-block;
    margin: 0 !important;
    float: none;
}

header .one-cikar .sol:before {
    content: 'Öne Çıkar';
    position: relative;
}

header .one-cikar.aktif .sol:before {
    content: 'Öne Çıkardın'
}

/* Header */

/* Footer */
footer {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 50px;
}

    footer .footericerik {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

        footer .footericerik a {
            text-align: center;
        }

        footer .footericerik .Sponsor {
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

        footer .footericerik p {
            color: #fff;
        }
/* Footer */

/* ANASAYFA */

/* Duyuru */
.dhorta .dhduyuru {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #D0D0D0;
    display: inline-block;
    min-width: 980px;
    margin: 30px 0 0 0;
}

.dhduyuru .duyurufull {
    width: 100%;
    height: 24px;
    float: left;
    background-color: #DFDFDF;
    border-bottom: 1px solid #D0D0D0;
}

.duyurufull .forumduyuru {
    font: bold 10pt Verdana;
    color: #FF6000;
    margin: 4px;
    float: left;
}

.dhduyuru .duyurufull img {
    float: left;
    margin: 6px 4px 0 4px;
}

.duyurufull .ozelsayfa {
    float: left;
    font: bold 10pt Verdana;
    margin: 3px 4px 0 0;
}

.dhduyuru .duyurufull i {
    float: left;
    margin-top: 5px;
}
/* Duyuru */

/* Sol Sayfa Detay*/
.dhorta .sayfafull {
    width: 100%;
    height: auto;
    float: left;
    min-width: 980px;
}

    .dhorta .sayfafull.sf.uclu {
        min-width: 1328px !important;
    }

.sayfafull .soltaraf {
    min-width: 760px;
    width: calc(100% - 210px);
    height: auto;
    float: left;
}

.soltaraf .populerkonu {
    min-width: 790px;
    margin-bottom: 17px;
    border: 1px solid #d0d0d0;
    font-family: Arial,Verdana;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}

.populerkonu .enust {
    width: 100%;
    float: left;
    background-color: #ededed;
    border-bottom: 1px solid #ddd;
    line-height: 36px;
    padding: 0 9px 0 9px;
    box-sizing: border-box;
    position: relative;
}

.enust img {
    float: left;
    margin: 12px 14px 10px 0;
    max-width: 22px;
}

.enust .sagayasla .counter {
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #999;
    margin: 0 10px 0 0;
}

    .enust .sagayasla .counter i {
        font-size: 16px;
        float: left;
        margin: 9px 5px 0 0;
    }

.enust h1 {
    position: relative;
    float: left;
    margin: 0;
    font-size: 15px;
    color: #424242;
}

    .enust h1 a,
    .enust h1 a:visited {
        color: #424242;
    }
    .enust h1 .topic-list-link {
        text-decoration: underline;
    }

    .enust h1 .bu-nedir {
        font-weight: bold;
        position: relative;
        border-radius: 50%;
        border: 2px solid #999;
        width: 19px;
        height: 19px;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        box-sizing: border-box;
        line-height: 8px;
        float: right;
        margin: 9px 5px 0 6px;
        color: #999;
        font-size: 13px;
        cursor: pointer;
    }

        .enust h1 .bu-nedir:hover:after {
            content: 'Öne çıkarma hakkında';
            position: absolute;
            top: 25px;
            left: 50%;
            transform: translate(-50%,0);
            color: #fff;
            font-weight: normal;
            white-space: nowrap;
            background-color: rgba(0,0,0,0.70);
            border-radius: 20px;
            padding: 9px 15px;
        }

        .enust h1 .bu-nedir:hover:before {
            content: '';
            position: absolute;
            top: 17px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-bottom: 8px solid rgba(0,0,0,0.70);
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    .enust h1 .bu-nedir-konu-oneri:hover:after {
        content: 'Konu önerileri hakkında';
    }

    .enust h1 .beta {
        position: relative;
        bottom: 12px;
        right: 11px;
        color: #ff6600;
        width: 5px;
        display: inline-block;
        font-size: 11px;
    }

.enust .sagayasla {
    float: right;
}

    .enust .sagayasla .info {
        position: relative;
        top: 7px;
        color: #999999;
        font-size: 11px;
        display: inline-block;
        width: 510px;
        line-height: 15px;
        text-align: right;
    }

.sagayasla .populer-button {
    margin: 0 3px 0 0;
    font-size: 12px;
    color: #707070;
    padding: 2px 4px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    border-radius: 3px;
    background-color: #fff;
}

.populer-button.active {
    border: 1px solid #ff8f3c;
    background-color: #ffa13c;
    color: #fff;
}

    .populer-button.active.tum {
        background-color: #ff6600;
        border: 1px solid #ea6913;
    }

        .populer-button.active.tum:hover {
            opacity: 1;
        }

.populer-button.gizle {
    border: 1px solid #787878;
    background-color: #787878;
    color: #fff;
}

.sagayasla .populer-button:last-child {
    margin: 0 0 0 25px;
}

.populerkonu .enust .sagayasla .one-cik-bilgi {
    color: #999;
    font-size: 13px;
    font-family: Arial;
    float: left;
}

    .populerkonu .enust .sagayasla .one-cik-bilgi a {
        color: #333;
        text-decoration: underline;
    }

    .populerkonu .enust .sagayasla .one-cik-bilgi span {
        font-weight: bold;
        border-radius: 50%;
        border: 2px solid #999;
        width: 19px;
        height: 19px;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        box-sizing: border-box;
        line-height: 8px;
        float: left;
        margin: 7px 5px 0 0;
    }

.populerkonu .populersatir .one-cikar {
    padding: 1px;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    margin: 7px 0 0 0;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #cac6bf;
    background-color: #fff;
}

.altyazi {
    display: block;
    color: #999;
    font-size: 11px;
    margin-top: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 20px 0 0 12px;
}

    .altyazi a {
        color: #999;
    }

        .altyazi a:hover {
            text-decoration: underline;
        }

.populerkonu .populersatir .one-cikar .sol {
    position: relative;
    float: left;
    width: 88px;
    text-align: left;
    line-height: 22px;
    padding: 0 0 0 6px;
    box-sizing: border-box;
    color: #999;
}

.populerkonu .populersatir .one-cikar .sag {
    width: 88px;
    float: right;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    background: rgb(246,181,73); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,181,73,1) 0%, rgba(197,127,12,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,181,73,1) 0%,rgba(197,127,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,181,73,1) 0%,rgba(197,127,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b549', endColorstr='#c57f0c',GradientType=0 ); /* IE6-9 */
}

    .populerkonu .populersatir .one-cikar .sag img {
        float: left;
        margin: 8px 0px 0 10px;
        display: none;
    }

    .populerkonu .populersatir .one-cikar .sag .resim1 {
        display: inline-block;
    }

.populerkonu .populersatir .one-cikar.aktif .sag .resim1 {
    display: none;
}

.populerkonu .populersatir .one-cikar.aktif .sag .resim2 {
    display: inline-block;
}

.populerkonu .populersatir .one-cikar.aktif {
    border: 1px solid #fdad58;
    background: #fff;
}

    .populerkonu .populersatir .one-cikar.aktif .sol {
        color: #ff9a22;
        padding: 0 0 0 6px;
        font-weight: bold;
    }

    .populerkonu .populersatir .one-cikar.aktif .sag {
        color: #ff9a22;
        background: #fff;
    }

        .populerkonu .populersatir .one-cikar.aktif .sag img {
            margin: 5px 0px 0 10px;
        }

.populerkonu .populersatir .one-cikar .sol:before {
    content: 'Öne Çıkar';
    position: relative;
}

.populerkonu .populersatir .one-cikar.aktif .sol:before {
    content: 'Öne Çıkardın'
}

.populerkonu.onecikan .populersatir .baslik-tut {
    float: left;
    width: 100%;
    max-width: calc(100% - 550px);
    padding: 10px 0;
}

    .populerkonu.onecikan .populersatir .baslik-tut .populerbaslik {
        width: auto;
        max-width: calc(100% - 50px);
    }

        .populerkonu.onecikan .populersatir .baslik-tut .populerbaslik:hover {
            text-decoration: underline;
        }

    .populerkonu.onecikan .populersatir .baslik-tut .onecikansonmesaj {
        padding: 2px 7px 2px 0;
    }

    .populerkonu.onecikan .populersatir .baslik-tut .bilgi-satiri {
        width: 100%;
        float: left;
        color: #949494;
        font-size: 13px;
        padding: 7px 10px 2px 10px;
    }

        .populerkonu.onecikan .populersatir .baslik-tut .bilgi-satiri a {
            font-weight: bold;
            color: #949494;
        }

            .populerkonu.onecikan .populersatir .baslik-tut .bilgi-satiri a:hover {
                text-decoration: underline;
            }

.populerkonu.onecikan .populersatir .toplammesaj {
    position: absolute;
    right: 190px;
    top: 50%;
    transform: translate(0,-50%);
}

.populerkonu.onecikan .populersatir .one-cikar {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0;
}


.populer-button:hover {
    opacity: 0.8;
}

.populerkonu .populerbasliklar {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    float: left;
    line-height: 22px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.populerbasliklar span {
    float: left;
    color: #515151;
    font-size: 11px;
    font-weight: bold;
    padding-left: 35px;
}

.toplammesaj {
    float: right;
    color: #515151;
    font-size: 11px;
    font-weight: bold;
    margin-right: 30px;
    width: 190px;
    text-align: left;
}

.onlinekullanici {
    float: right;
    color: #515151;
    font-size: 11px;
    font-weight: bold;
    width: 106px;
    text-align: right;
}

    .onlinekullanici.orange {
        color: #ff8400;
    }

.oneributonlari {
    float: right;
    font-size: 11px;
    font-weight: bold;
    width: 200px;
    text-align: center;
}

    .oneributonlari .oneributonu {
        display: inline-block;
        border-radius: 5px;
        font-size: 12px;
        padding: 5px 10px 5px 5px;
        background: #fff;
        letter-spacing: 0.24px;
        margin-top: 5px;
        line-height: 10px;
    }

        .oneributonlari .oneributonu img {
            height: 10px;
        }

        .oneributonlari .oneributonu.onayla {
            border: 1px solid #85C77C;
            color: #85C77C;
        }

        .oneributonlari .oneributonu:before {
            background-size: 10px 10px;
            display: inline-block;
            width: 12px;
            height: 10px;
            background-repeat: no-repeat;
            content: "";
        }

        .oneributonlari .oneributonu.onayla:before {
            background-image: url("/static/forum/img/tick2.png");
        }

        .oneributonlari .oneributonu.onayla:hover {
            background-image: linear-gradient(to top, #35e059 0%, #3d941f 100%);
            color: #fff;
        }

            .oneributonlari .oneributonu.onayla:hover:before {
                background-image: url("/static/forum/img/icon-tick-white.png");
            }

        .oneributonlari .oneributonu.reddet {
            border: 1px solid #EE1E1E;
            color: #EE1E1E;
        }

            .oneributonlari .oneributonu.reddet:before {
                background-image: url("/static/forum/img/close2.png");
            }

            .oneributonlari .oneributonu.reddet:hover {
                background-image: linear-gradient(to top, #f61e1e 0%, #941f1f 100%);
                color: #fff;
            }

                .oneributonlari .oneributonu.reddet:hover:before {
                    background-image: url("/static/forum/img/icon-close-white2.png");
                }

        .oneributonlari .oneributonu.onayla.secili {
            background-image: linear-gradient(to top, #35e059 0%, #3d941f 100%);
            color: #fff;
        }

        .oneributonlari .oneributonu.reddet.secili {
            background-image: linear-gradient(to top, #f61e1e 0%, #941f1f 100%);
            color: #fff;
        }

            .oneributonlari .oneributonu.reddet.secili:before {
                background-image: url("/static/forum/img/icon-close-white2.png");
            }

        .oneributonlari .oneributonu.onayla.secili:before {
            background-image: url("/static/forum/img/icon-tick-white.png");
        }

.kategorikutu {
    margin-top: 5px;
    float: right;
    max-width: 200px;
    white-space: nowrap;
}

.aciliszamani {
    float: right;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

    .aciliszamani span {
        color: #aaa;
        text-decoration: underline;
        font-weight: 400;
        display: inline-block;
        margin-top: 10px;
    }

.populerkonu .populersatir {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #dddddd;
    padding: 0 9px;
    box-sizing: border-box;
}

    .populerkonu .populersatir .onecikansonmesaj {
        float: left;
        padding: 13px 7px 13px 0;
        margin: 0px 0 0 8px !important;
    }

.populerkonu a:visited div {
    color: blue !important;
}

.populerkonu a:hover div.populerbaslik {
    color: red !important;
}

.populerkonu .eniyiforumlar a:visited {
    color: blue !important;
}

.populerkonu .eniyiforumlar a:hover {
    color: red !important;
}

.populersatir .populerdurum {
    padding: 10.5px 0;
    width: 23px;
    float: left;
    text-align: center;
    margin: 0;
    height: 17px;
}

    .populersatir .populerdurum img {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 12px;
    }

.toplammesaj .baslik-1 {
    width: 90px;
    float: left;
    text-align: right;
}

.toplammesaj .baslik-2 {
    float: left;
    width: 73px;
    text-align: left;
    white-space: nowrap;
}

.toplammesaj .baslik-ayarla {
    float: left;
    margin: 0 11px;
}

.populersatir .konu-resim {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin: 0px 0 0 12px;
}

.populersatir .toplammesaj {
    margin-right: 22px;
    padding: 10.5px 0;
    width: 190px;
}

.populersatir .populerbaslik {
    width: 100%;
    float: left;
    margin: 0 0 0 12px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.populerBaslikHover:hover {
    text-decoration: underline;
}

.toplammesaj .mesaj-1 {
    width: 75px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    color: #ff8400;
    float: left;
    margin-left: 6px;
}

.toplammesaj .mesaj-2 {
    width: 73px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #515151;
    float: left;
}

.toplammesaj .mesajayarla {
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #515151;
    margin: 0 11px;
}

.onlinekullanici .kullanici-1 {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}

.kullanici-1 a {
    color: #999999;
}

.populersatir .yeni-konugizle {
    border: 1px solid #ffa13c;
    box-sizing: border-box;
    border-radius: 2px;
    transition-delay: 0.2s;
    transform: translate(0,-50%);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 22px;
    height: 22px;
    background: url(/static/forum/img/konugizle.png) center center no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.yeni-konugizle:hover > img {
    display: none !important;
}

.populersatir:hover > .yeni-konugizle {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.5s;
}

.populersatir .onlinekullanici {
    padding: 10.5px 0;
}

.satirikapla > .populerbaslik:hover {
    text-decoration: underline;
}

.dahafazlagoster {
    width: 100%;
    float: left;
    height: 38px;
    margin: 0;
    background-color: #fbfbfb;
    color: #aaaaaa;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
}

    .dahafazlagoster img {
        margin: -1px 5px;
    }

.kim-nerede .populersatir .satirikapla {
    max-width: calc(100% - 145px) !important;
}

.populersatir .satirikapla {
    float: left;
    padding: 10.5px 0;
    max-width: calc(100% - 500px);
}

    .populersatir .satirikapla .altyazi {
        font-size: 13px !important;
    }

.populerkonu.forum .populerbaslik {
    margin: 3px 30px 3px 15px;
}

.populerkonu.forum .toplammesaj {
    padding: 3px 0;
}

.populerkonu.forum .onlinekullanici {
    padding: 3px 0;
}

.populerkonu.forum .yeni-konugizle {
    top: 19px;
    left: 11px;
}

.populerkonu.forum .populerbasliklar .onlinekullanici {
    padding: 0 !important;
}

.populerkonu.forum .onlinekullanici.w-40 {
    width: 40px;
    margin: 0 10px;
    text-align: center;
    color: #999;
}

.populerkonu.forum .populerbasliklar .onlinekullanici.w-40 {
    color: #515151;
}

.p-0 {
    padding: 0 !important;
}

.populerkonu.forum .onlinekullanici.p-0 .anaforumkutu {
    margin: 0;
}

.populerkonu.forum .populerbasliklar .toplammesaj {
    padding: 0 !important;
}

.anaforumkutu {
    white-space: nowrap;
    width: 210px;
    float: right;
    padding: 7px 0;
    margin-right: 20px;
}

.anaforum {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    font-weight: normal;
    padding: 5px 5px;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-size: 12px;
    color: #aaaaaa !important;
}

.populerkonu.forum .populerbaslik {
    width: calc(100% - 45px);
}

.populerkonu.forum .populerdurum {
    margin: 8px 0;
    padding: 0;
}

.populerkonu.forum .onlinekullanici {
    padding: 12px 0;
}

.populerkonu.forum .toplammesaj {
    padding: 12px 0;
}

.anaforumagit {
    padding: 8px 0;
    float: left;
}

    .anaforumagit:hover > .populerbaslik {
        text-decoration: underline;
    }
.populerkonu .enust.has-filter-order-and-technology-option .h1-container {
    height: 32px;
    display: flex;
    align-items: center;
    width: calc(100% - 565px);
    float: left;
}
 .populerkonu .enust.has-filter-order-and-technology-option .h1-container h1{
	line-height: 16px;
	padding: 4px 0 1px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
 }
.populerkonu .enust.has-filter-order-and-technology-option h1 {
    width: calc(100% - 560px);
    line-height: 16px;
    padding: 2px 0;
}

.eniyiforumlar {
    font-weight: bold;
    font-size: 14px;
    color: #424242;
    width: 100%;
    float: left;
    min-height: 50px;
    height: auto;
    background-color: #fbfbfb;
    padding: 15px 10px;
    box-sizing: border-box;
    line-height: 18px
}

    .eniyiforumlar img {
        float: left;
        margin: -2px 14px 0 0;
    }

    .eniyiforumlar h4 {
        font-size: 15px;
        color: #ffa13c;
        float: left;
        margin: 0 20px 0 0;
        padding: 0;
        font-weight: normal;
    }

    .eniyiforumlar a {
        margin-top: 2px;
        margin-right: 10px;
        font-weight: bold;
        display: inline-block;
        font-size: 14px;
        color: #424242;
        position: relative;
    }

        .eniyiforumlar a span {
            white-space: nowrap;
            font-weight: normal;
            z-index: 999;
            display: none;
            left: 0;
            top: 26px;
            position: absolute;
            font-size: 12px;
            color: #ffffff;
            padding: 3px 7px;
            background-color: rgba(0,0,0,0.80);
        }

            .eniyiforumlar a span:after {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 8px;
                margin-left: -8px;
                width: 0;
                height: 0;
                border-bottom: 8px solid rgba(0,0,0,0.80);
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
            }

        .eniyiforumlar a:hover > span {
            display: block;
        }


    .eniyiforumlar .gizlenen-git {
        float: right;
        font-size: 12px;
        color: #707070;
        padding: 4.5px 4px;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        background-color: #fff;
        margin: -27px 0 0 0;
    }

    .eniyiforumlar .bosalt {
        clear: inherit;
    }

.populerkonukapat {
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    right: 4.5px;
    bottom: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #FF6000;
    visibility: hidden;
    line-height: 13px;
    display: inline-block;
}

    .populerkonukapat span {
        float: left;
        text-align: center;
        font: 9px Verdana;
        color: #fff;
        width: 100%;
        line-height: 13px;
        display: inline-block;
    }

.populerkonu-Satir .populerkonu-Sutun-1:hover > .populerkonukapat {
    visibility: visible;
}

.populerkonu.forum .populersatir .populerdurum img {
    width: 21px;
    height: 21px;
}

.populerkonu-More {
    width: 100%;
    height: 30px;
    float: left;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    background-color: #fff;
}

.More-Button {
    width: calc(100% - 12px);
    background-color: #f1f1f1;
    float: left;
    text-align: center;
    border-radius: 3px;
    line-height: 22px;
    border: 1px solid #ccc;
    margin: 5px 5px 0 5px;
    color: #000000;
}

    .More-Button:hover {
        color: #000;
        font-weight: bold;
        box-shadow: 0 0 10px #ccc;
        background: #fff;
    }

.soltaraf .forumicerigi {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #D0D0D0;
    margin-top: 15px;
}

.soltaraf .forumicerigibaslik {
    width: 100%;
    height: 22px;
    float: left;
    background-color: #DFDFDF;
    border-bottom: 1px solid #D0D0D0;
}

.forumicerigibaslik .forumicerigibaslik-1 {
    width: calc(70% - 3px);
    float: left;
    height: 22px;
    border-right: 1px solid #D0D0D0;
    text-align: center;
    color: #FF6000;
    font: bold 10pt Verdana;
    line-height: 22px;
}

.forumicerigibaslik .forumicerigibaslik-2 {
    width: 7.5%;
    float: left;
    height: 22px;
    border-right: 1px solid #D0D0D0;
    text-align: center;
    color: #FF6000;
    font: bold 10pt Verdana;
    line-height: 22px;
}

.forumicerigibaslik .forumicerigibaslik-3 {
    width: 15%;
    float: left;
    height: 22px;
    text-align: center;
    color: #FF6000;
    font: bold 10pt Verdana;
    line-height: 22px;
}

.forumicerigi .anakonu {
    width: 100%;
    float: left;
    height: 22px;
    background-color: #DCDCDC;
    font: bold 10pt Verdana;
    line-height: 22px;
    margin: 0;
    border-bottom: 1px solid #D0D0D0;
}

    .forumicerigi .anakonu img {
        float: left;
        margin: 6.5px 6.5px 0 6.5px;
    }

    .forumicerigi .anakonu a {
        color: #FF6000;
    }

.forumicerigi .forumkonusu {
    min-height: 45px;
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #D0D0D0;
}

.forumkonusu .forumkonusudosya {
    width: 3%;
    float: left;
    height: auto;
    text-align: center;
    min-height: 17px;
    border-right: 1px solid #D0D0D0;
}

    .forumkonusu .forumkonusudosya img {
        margin-top: 5px;
    }

.forumkonusu .forumkonusuicerigi {
    width: calc(67% - 4px);
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
}

.forumkonusu .forumkonusayisi {
    width: 7.5%;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    font: 11px verdana;
    text-align: center;
    position: relative;
}

    .forumkonusu .forumkonusayisi span {
        position: absolute;
        left: 0;
        right: 0;
        line-height: 26px;
        top: 50%;
        margin-top: -13px;
    }

.forumkonusu .forumkonususonmesaj {
    width: 15%;
    float: left;
    height: auto;
    position: relative;
}

.forumkonususonmesaj .sonmesajdetay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -21px;
    text-align: center;
}

.forumkonusuicerigi .forumkonusubaslik {
    font: 10pt Verdana;
    margin: 3px 0 0 5px;
    float: left;
}

.forumkonusu .forumkonusuicerigi span {
    font: 11px verdana;
    width: 98%;
    float: left;
    margin: 3px 0 5px 5px;
    line-height: 14px;
}

.forumkonusuicerigi hr {
    color: #000;
    outline: none;
    margin: 0 0 0 6px;
    width: calc(100% - 12px);
    border: none;
    float: left;
    border-top: 1px solid rgb(128, 128, 128);
}

.forumkonususonmesaj .sonmesaj {
    word-wrap: break-word;
    text-align: center;
    line-height: 14px;
}
/* Sol Sayfa Detay*/

/* Sağ Sayfa Detay */
.sayfafull .sagtaraf {
    width: 173px;
    height: auto;
    float: right;
    margin-top: 10px;
}

.sayfafull .sagtaraf.module-feed {
    margin-top: 0;
}

.sayfafull .sagtaraf-classic-module {
    display: none;
}

.sagtaraf .sagtaraf-feed-module {
    display: none;
}

.sagtaraf.module-classic .sagtaraf-classic-module,
.sagtaraf.module-notab .sagtaraf-classic-module {
    display: block;
}

.sagtaraf.module-feed .sagtaraf-feed-module {
    display: block;
}

.sagreklam {
    padding-bottom: 6.5px;
    width: 100%;
    float: left;
    height: auto;
    background-color: #F1F1F1;
    position: relative;
    z-index: 99;
}

    .sagreklam span {
        width: 100%;
        height: 17px;
        float: left;
        background-color: #dfdfdf;
        color: #FF6000;
        text-align: center;
        border-bottom: 1px solid #d0d0d0;
        line-height: 17px
    }
/* Sağ Sayfa Detay */

/* Forum İstatistik */
.sayfafull .forumistatistik {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
    border: 1px solid #D0D0D0;
    background-color: #F1F1F1;
}

    .sayfafull .forumistatistik h1 {
        width: calc(100% - 23px);
        height: auto;
        float: left;
        background-color: gainsboro;
        background-image: url('/static/forum/img/icon1.gif');
        background-position: center left 5px;
        background-repeat: no-repeat;
        font: bold 10pt Verdana;
        color: rgb(255, 96, 0);
        margin: 0;
        padding-left: 23px;
        line-height: 27px;
        border-bottom: 1px solid #D0D0D0;
    }

    .sayfafull .forumistatistik span {
        width: 99%;
        float: left;
        height: auto;
        font: 11px Verdana;
        padding: 6px;
    }

        .sayfafull .forumistatistik span img {
            float: left;
            margin-right: 6px
        }

    .sayfafull .forumistatistik p {
        float: left;
        margin: 6px 3px 0 7px;
    }

        .sayfafull .forumistatistik p img {
            float: left;
            margin-right: 3px;
        }

.sayfafull .sunucubilgi {
    font: 10px Verdana;
    float: left;
    margin: 3px;
    width: 100%;
}

.sayfafull .yenimesaj {
    float: left;
    font: 10px Verdana;
    margin: 25px 5px 5px 0;
}

    .sayfafull .yenimesaj img {
        float: left;
        margin-right: 5px;
    }
/* Forum İstatistik */

/* Footer Kullanıcı İsimleri */
.sayfafull .kullanicidetay {
    /*margin-top: 20px;*/
    width: 100%;
    height: auto;
    float: left;
    background-color: #F1F1F1;
    padding-bottom: 10px;
    border: 1px solid #D0D0D0;
}

    .sayfafull .kullanicidetay h1 {
        width: calc(100% - 23px);
        height: auto;
        float: left;
        background-color: gainsboro;
        background-image: url('/static/forum/img/icon1.gif');
        background-position: center left 5px;
        background-repeat: no-repeat;
        font: bold 10pt Verdana;
        color: rgb(255, 96, 0);
        margin: 0 0 5px 0;
        padding-left: 23px;
        line-height: 27px;
    }

.kullanicidetay .kullaniciadi {
    width: calc(100% - 10px);
    float: left;
    height: auto;
    padding: 0 5px 0 5px;
    line-height: 14px;
    display: inline-block;
}

    .kullanicidetay .kullaniciadi .kullanicimobil {
        background: url(/static/forum/img/Forum-Mobil.gif) no-repeat left;
        padding-left: 11px;
    }

    .kullanicidetay .kullaniciadi .kullanicitablet {
        background: url(/static/forum/img/Forum-Tablet.gif) no-repeat left;
        padding-left: 11px;
    }

    .kullanicidetay .kullaniciadi .kullaniciIos {
        background: url(/static/forum/img/Forum-Ios.gif) no-repeat left;
        padding-left: 11px;
    }

    .kullanicidetay .kullaniciadi .kullaniciandroid {
        background: url(/static/forum/img/Forum-Android.gif) no-repeat left;
        padding-left: 11px;
    }

    .kullanicidetay .kullaniciadi hr {
        float: left;
        border: none;
        border-top: 1px solid #d0d0d0;
        width: 100%;
    }

/* Footer Kullanıcı İsimleri */

/* Sağ Alt Takip Et */
.c2 {
    font: 8pt Verdana;
}

.smtakip {
    display: inline-block;
    width: 336px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #f1f1f1;
    font-family: Verdana, Geneva, sans-serif;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 10px #ccc;
    font-size: 13px;
}

    .smtakip img {
        border-radius: 5px;
    }

    .smtakip a {
        text-decoration: none;
    }

.smtitle {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    background: #dcdcdc;
    line-height: 16px;
}

    .smtitle .l {
        display: inline-block;
        float: left;
        color: #ff6000;
        font-weight: bold;
        margin: 0 10px;
    }

    .smtitle .r {
        display: inline-block;
        float: right;
        padding: 0 4px;
        color: #000;
        background: #bcbcbc;
        font-size: 10px;
        margin: 0 4px;
    }

.smliste {
    display: inline-block;
    width: 336px;
    padding: 0;
}

.smplatform {
    display: inline-block;
    width: 310px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 5px 13px;
}

.smlogo {
    display: inline-block;
    float: left;
    margin: 6px;
    width: 32px;
    height: 32px;
}

    .smlogo:hover {
        opacity: 0.7;
    }

.smsite {
    display: inline-block;
    float: left;
    margin: 10px 0 0 0;
    line-height: 13px;
    color: #000;
}

    .smsite:hover {
        color: #666;
    }

    .smsite .u {
        display: block;
        font-weight: bold;
    }

    .smsite .a {
        display: block;
        font-size: 10px;
    }

.smbuton {
    display: inline-block;
    float: right;
    height: 20px;
    margin: 11px 10px 0 0;
}

.smbutonlar {
    display: inline-block;
    width: 310px;
    margin: 0 10px 10px 10px;
}

.smnotnow {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    line-height: 16px;
    background: #dcdcdc;
    border-radius: 5px;
    font-size: 10px;
    padding: 0 7px;
    color: #666;
}

.smliste .kulakcikli-dh {
    width: 336px;
    height: 277px;
    background-color: #f1f1f1;
    float: left;
    position: relative;
    overflow: hidden;
}

.smliste .carpi {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #e7e7e7;
    content: '\2716';
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    font-weight: 700;
    z-index: 210000001;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
    color: #000;
    display: list-item;
    list-style-type: none;
    box-sizing: border-box;
    top: -8px;
    left: -8px;
}

    .smliste .carpi img {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 .07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }

/* Sağ Alt Takip Et */

/* ANASAYFA */

/* KONU LİSTESİ */ /* kl = konulistesi*/
.kl-basligi {
    font: 20px Verdana;
    margin: 0;
}

.kl-ustu {
    min-width: 980px;
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    margin-top: 20px;
}

    .kl-ustu.fixed {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        background-color: #febf55;
        z-index: 99999;
        padding: 10px 0;
        -webkit-box-shadow: 0px 2px 24px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 24px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 24px 3px rgba(0,0,0,0.75);
    }

        .kl-ustu.fixed .kl-container {
            width: 95%;
            margin: 0 auto;
        }

.degisiklireklam img {
    padding: 3px;
}

.kl-ustu .close-kl-ust {
    display: none;
}

.kl-ustu.fixed .close-kl-ust {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    background-color: #00000070;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    cursor: pointer;
}

.kl-ustu .close-kl-ust img {
    height: 12px;
    vertical-align: bottom;
}

.kl-ustu .module-content {
    width: 840px;
    float: left;
}

    .kl-ustu .module-content .widget-1 {
        margin: 0 15px;
    }

.konudakikullanici {
    height: auto;
    float: right;
    line-height: 15px;
    width: calc(100% - 1000px);
    display: inline-block;
    text-align: left;
    max-height: 250px;
    overflow: hidden;
}

    .konudakikullanici.extend {
        width: calc(100% - 850px) !important;
    }

.reklamkullanicikapsam .degisiklireklam {
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    text-align: left;
}

    .reklamkullanicikapsam .degisiklireklam.kucukreklam {
        float: left;
        text-align: left;
    }

.konudakikullanici.daralt {
    width: calc(100% - 330px);
    float: right;
}

@media screen and (max-width:1300px) {
    .reklamkullanicikapsam .degisiklireklam.kucukreklam {
        width: 300px;
    }

    .konudakikullanici {
        width: 100%;
    }

    .reklamkullanicikapsam .degisiklireklam .reklam-kutu {
        text-align: center;
    }
}

.konudakikullanici .konudakitoplamkullanici {
    width: 100%;
    float: left;
    height: auto;
    line-height: 17px;
    margin-top: 15px;
}

    .konudakikullanici .konudakitoplamkullanici img {
        margin: 3px 2px 0 4px;
    }

.konudakikullanici #gizlenecek-kisim {
    width: 100%;
    max-height: 194px;
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .konudakikullanici #gizlenecek-kisim .dahaazgoster {
        cursor: pointer;
    }

    .konudakikullanici #gizlenecek-kisim #golgemsi {
        width: 120px;
        position: absolute;
        text-align: right;
        right: 0;
        bottom: -1px;
        height: 15px;
        cursor: pointer;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febf55+0,febf55+51&0+0,1+27 */
        background: -moz-linear-gradient(left, rgba(254,191,85,0) 0%, rgba(254,191,85,1) 27%, rgba(254,191,85,1) 51%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(254,191,85,0) 0%,rgba(254,191,85,1) 27%,rgba(254,191,85,1) 51%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(254,191,85,0) 0%,rgba(254,191,85,1) 27%,rgba(254,191,85,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00febf55', endColorstr='#febf55',GradientType=1 ); /* IE6-9 */
    }

.kl-hakkinda {
    min-width: 980px;
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
}

    .kl-hakkinda .kl-secenek {
        padding: 3px 0 3px 0;
        font-size: 12px;
        background: #f1f1f1;
        border-radius: 3px;
        border: 1px solid #ccc;
        float: right;
        line-height: 20px;
    }

        .kl-hakkinda .kl-secenek ul li {
            float: left;
            margin-right: 8px;
        }

            .kl-hakkinda .kl-secenek ul li:first-child {
                margin-left: 8px;
            }

            .kl-hakkinda .kl-secenek ul li img {
                float: left;
                margin: 4px 3px 0 3px;
            }

.forumlistesi {
    min-width: 980px;
    display: inline-block;
    width: 100%;
    padding: 4px 0 0 0;
    line-height: 16px;
    font-size: 11px;
    color: #000;
    margin-top: 13px;
}

    .forumlistesi .forumnames {
        display: inline-block;
        padding: 0 0 0 15px;
        margin: 0 0 0 5px;
        position: relative;
    }

        .forumlistesi .forumnames a h2 {
            font-weight: normal;
            display: inline-block;
            font-size: 11px;
            margin: 0;
        }

        .forumlistesi .forumnames .dal {
            width: 9px;
            height: 20px;
            display: inline-block;
            position: absolute;
            left: 2px;
            top: -10px;
            background: url(https://icon.donanimhaber.com/tt-altforum.png) left top no-repeat;
        }

.forumyonlendirici {
    min-width: 760px;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

.kl-btn {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    padding: 0 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    border-bottom: 1px solid #fff;
    border-top: none;
    position: relative;
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .kl-btn img {
        float: left;
        margin: 4px 5px 0 5px;
    }

.forumdizin {
    float: left;
    font-weight: bold;
    line-height: 22px;
}

.sayfasiralama {
    display: inline-block;
    float: right;
    margin: 2px 0 9px 10px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
}

    .sayfasiralama span {
        display: inline-block;
        float: left;
        margin: 2px 3px 0 0;
        height: 16px;
        line-height: 16px;
    }

    .sayfasiralama a {
        display: inline-block;
        float: left;
        margin: 2px 0 0 2px;
        background: #f1f1f1;
        height: 16px;
        line-height: 16px;
        padding: 0 4px;
        border-radius: 3px;
    }

    .sayfasiralama .aktif {
        background: #000;
        color: #fff;
        font-size: 11px;
    }

    .sayfasiralama .sayfa-git {
        float: left;
        font-weight: normal;
    }

        .sayfasiralama .sayfa-git input[type="text"] {
            width: 30px;
            border: 1px solid #ccc;
        }

        .sayfasiralama .sayfa-git button {
            border: 1px solid #ccc;
            padding: 0 4px;
            margin-right: 10px;
            margin-left: 2px;
            -webkit-appearance: none;
            background-color: #ddd;
        }

.soltaraf .etiketlistesi {
    width: 100%;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 0 0 0;
    line-height: 20px;
    font-size: 11px;
    color: #000;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.etiketlistesi .etiketadi {
    display: inline-block;
    float: left;
    margin: 0 0 1px 10px;
}

.etiketlistesi .etiketekle {
    display: inline-block;
    float: left;
    margin: 0 0 5px 10px;
}

.mevcutetiket {
    display: inline-block;
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.etiketadi .secilenetiket {
    background: #f00;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 0 4px;
    border-radius: 3px;
    margin: 0 5px 4px 0;
}

.secilenetiket .etiketikaldir {
    background: #fff;
    color: #f00;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 3px;
}

.etiketadi .etiketturu {
    display: inline-block;
    float: left;
    background: #dedede;
    padding: 0 4px;
    border-radius: 3px;
    margin: 0 5px 4px 0;
    font-weight: bold;
    color: #f60;
}

.etiketadi .sehirsec {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 18px;
    background: #fff;
    border-radius: 3px;
    margin: 0 5px 4px 0;
    border: none;
    outline: none;
    font-size: 11px;
}

.etiketadi .ilanturu {
    display: inline-block;
    float: left;
    background: #fff;
    padding: 0 4px;
    border-radius: 3px;
    margin: 0 5px 4px 0;
}

.etiketekle .etiketeklekutu {
    display: inline-block;
    float: left;
    width: 140px;
    height: 20px;
    line-height: 18px;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px;
    border: none;
    outline: none;
    font-size: 11px;
}

.soltaraf .kl-tablo {
    width: 100%;
    height: auto;
    float: left;
}

.kl-tablo .kl-basliklari {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #DFDFDF;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
}

.kl-basliklari a {
    display: inline-block;
    color: #FF6000;
    letter-spacing: -0.25px;
    cursor: default;
}

.kl-basliklari .kl-konu {
    padding: 6px 0 6px 4px;
}

.kl-img {
    width: 26px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    position: relative;
    text-align: center;
}

.kl-konu {
    line-height: 16px;
    padding: 6px 0 6px 4px;
    width: calc(100% - 548px);
    height: auto;
    float: left;
    position: relative;
    border-right: 1px solid #D0D0D0;
    word-break: break-word;
}

.ustkonularigoster {
    position: absolute;
    right: 3px;
    top: 0;
    color: #000 !important;
    font-weight: normal !important;
    line-height: 21px;
    font-size: 10px !important;
}

.kl-yazar img {
    max-width: 100px !important;
    max-height: 20px !important;
}

.kl-yazar, .kl-sonmesaj {
    width: 190px;
    position: relative;
    text-align: center;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
}

.kl-sonmesaj {
    width: 180px !important;
}

.kl-cevap, .kl-okunma {
    position: relative;
    text-align: center;
    width: 70px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
}

    .kl-cevap span, .kl-okunma span, .kl-yazar span, .kl-cevap-okuma span, .bossicak {
        letter-spacing: -0.25px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        line-height: 26px;
        margin-top: -13px;
    }

    .kl-cevap.cevap-count span {
        letter-spacing: -1px;
    }

.kl-sonmesaj img {
    float: right;
    margin: 8px 0 0 3px;
}

.kl-icerik {
    width: 100%;
    float: left;
    height: auto;
    font-family: Verdana !important;
}

    .kl-icerik .kl-icerik-satir {
        background-color: #f1f1f1;
        width: 100%;
        height: auto;
        float: left;
        min-height: 25px;
        display: flex;
        border-bottom: 1px solid #D0D0D0;
    }

        .kl-icerik .kl-icerik-satir.sabitkonu {
            background-color: #F9F9F9;
        }

.kl-icerik-satir .konulistesi-img {
    width: 26px
}

.kl-icerik-satir.mesaj-yok {
    background-color: #D0D0D0;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    width: 100%;
}

.kl-icerik-satir .konukapat.gizli {
    background-color: green;
}

.kl-icerik .reklam {
    background-color: #fff;
}

.reklam a {
    font-weight: bold;
    font-size: 12px;
}

.kl-konu a {
    font-weight: bold;
    font-size: 12px;
}

    .kl-konu a h3 {
        margin: 0;
        font-size: 12px;
        display: inherit;
        word-break: break-word;
    }

.kl-icerik .kl-icerik-satir.eskikonu .kl-konu a h3 {
    font-weight: normal;
}

.ilkokunmamismesaj {
    margin-right: 3px;
}

.kl-icerik .kl-sonmesaj span {
    text-align: right;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 10px;
}

.kl-img .imgtitle-ortala {
    position: absolute;
    top: 50%;
    line-height: 15px;
    margin-top: -7.5px;
    left: 0;
    right: 0;
}

.altsayfalar {
    float: left;
    font-weight: normal !important;
    font: 10px Verdana !important;
    color: #5e5e5e;
    margin: 3px 0 0px 0px;
}

    .altsayfalar a {
        font-weight: normal !important;
        font: 10px Verdana !important;
        color: #5e5e5e;
    }

.sonmesajagit {
    margin: 2px 0 0 3px !important;
}

.reklam .kl-sonmesaj span {
    text-align: right;
    float: right;
    line-height: 22px;
    margin: 0 10px 0 0;
    position: relative;
    top: 0;
}

.eskikonu a {
    font-weight: normal !important;
}

.videohaber .kl-konu a {
    color: red !important;
    font-weight: bold !important;
}

.sayfanumaralandirma {
    position: relative;
    width: 100%;
    float: left;
    height: 22px;
    text-align: center;
    color: #FF6000;
    background-color: #DFDFDF;
    font: bold 10pt Verdana;
    line-height: 22px;
}

    .sayfanumaralandirma a {
        color: #FF6000;
        font: bold 10pt Verdana;
    }

    .sayfanumaralandirma .left {
        float: left;
        display: inline-block;
        border-right: 1px solid #d0d0d0;
        width: 50%;
        box-sizing: border-box;
    }

    .sayfanumaralandirma .right {
        color: #000;
        width: 50%;
        text-align: right;
        float: right;
        padding: 0 10px;
        box-sizing: border-box;
    }

.dhbscvideo {
    width: 100%;
    min-width: 740px;
    display: inline-block;
    background: none repeat scroll 0% 0% rgb(241, 241, 241);
    border-bottom: 1px solid rgb(222, 222, 222);
    float: left;
    margin-top: 30px;
}

.altkisim {
    min-width: 980px;
    width: 100%;
    float: left;
    height: auto;
}

    .altkisim .altkisimdetay {
        margin-top: 10px;
        float: left;
        background: #f1f1f1;
        display: inline-block;
        border: 1px solid #ccc;
        width: 260px;
    }

    .altkisim span {
        float: left;
        width: 100%;
        background: #DFDFDF;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-weight: bold;
        color: #f60;
        font-size: 13px;
        line-height: 24px;
    }

.altkisimdetay .kutu {
    margin: 10px;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    width: 220px;
    outline: none;
    color: #999;
    background: #fff;
}

.altkisim .sag {
    float: right;
    position: relative;
}

    .altkisim .sag .liste {
        display: inline-block;
        border: 1px solid #ccc;
        line-height: 20px;
        width: calc(100% - 30px);
        color: #999;
        background: #f1f1f1;
        position: absolute;
        top: 56px;
        left: 10px;
        text-align: left;
    }

        .altkisim .sag .liste .tek-sec {
            display: inline-block;
            width: 208px;
            padding: 0 5px 0 15px;
            color: #999;
            background: #f1f1f1;
        }

            .altkisim .sag .liste .tek-sec:hover {
                background: #fff;
                color: #000;
            }

        .altkisim .sag .liste p {
            float: left;
            margin: 0;
            padding: 0 0 0 5px;
        }

.altkisim .arama {
    margin-top: 10px;
    margin-right: 10px;
    width: 170px;
    float: right;
    background: #f1f1f1;
    display: inline-block;
    border: 1px solid #ccc;
}

.arama .butonara {
    margin: 10px 0 10px 0;
    display: inline-block;
    float: left;
    padding: 0 5px;
    height: 26px;
    line-height: 22px;
    width: 30px;
    border: none;
    font-size: 11px;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #ccc;
    border-left: none;
}

.arama .kutu {
    margin: 10px 0 10px 10px;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    width: 108px;
    outline: none;
    color: #999;
    background: #fff;
}

.kl-icerik-satir:hover > .kl-konu .konukapat {
    display: block;
}

.konukapat {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #FF6000;
    display: none;
    line-height: 13px;
    float: right;
    margin: 3px 4px 0 4px;
}

    .konukapat span {
        float: left;
        text-align: center;
        font: 9px Verdana;
        color: #fff;
        width: 100%;
        line-height: 13px;
    }

.konulistesi-adminkontrol {
    float: right;
    margin: 1px 5px 0 0;
}

.adminsecenek {
    margin-right: 15px;
}

    .adminsecenek img {
        margin-top: 2px !important
    }

.sabitkonu {
    font-weight: normal !important;
    font-size: 9px !important;
}

    .sabitkonu a {
        font-weight: normal !important;
        font-size: 9px !important;
    }

.sabitkonu-reklam a {
    font-size: 12px;
    font-weight: normal;
}

.sabitkonu .altsayfalar {
    font-size: 9px !important;
}

.ownership-mark-all {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.action-button {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #fc8c44, #ff5149);
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    margin: 0 0 20px 0;
    cursor: pointer;
    border: none;
    outline: none;
}


    .action-button.circle {
        border-radius: 100%;
        height: 20px;
        width: 20px;
        padding: 1px;
        border: none;
    }

        .action-button.circle img {
            height: 11px;
            vertical-align: 2px;
        }

    .action-button.accept {
        background-color: #2dcc71;
    }

    .action-button.decline {
        background-color: #e74c3c;
    }

.filter-menu {
    display: inline-block;
    padding: 10px 5px 10px 5px;
}

    .filter-menu a.filter-item {
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        margin-right: 10px;
        padding: 10px 0 10px 0;
    }

        .filter-menu a.filter-item.active {
            color: #f46504;
            font-weight: 700;
            border-bottom: 3px solid #f46504;
        }

table .line-text {
    display: block;
}

    table .line-text.info {
        color: #999999;
    }

    table .line-text.subject-info {
        color: #666666;
    }

    table .line-text.accepted {
        color: #00b74e;
        font-weight: 700;
    }

    table .line-text.declined {
        color: #ff0000;
        font-weight: 700;
    }

/* KONU LİSTESİ */

/* İKİNCİ EL*/ /* ie = İkinci El */
.ikinciel .soltaraf {
    width: calc(100% - 373px) !important;
    min-width: auto;
}

.ikinciel .sagtaraf {
    margin-top: 7px !important;
}

.ikinciel .kl-konu {
    width: calc(100% - 477px);
}

.ie-navigasyon {
    float: left;
    width: 243px;
    height: auto;
    margin: 0 10px 0 0;
}

.tree-ul .daralt .aktif {
    color: red;
}

.ie-navigasyon .tree {
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    float: left;
}

.ie-navigasyon .baslik {
    width: 94%;
    text-align: center;
    font-size: 13px;
    color: #f60;
    line-height: 16px;
    padding: 4px 3%;
    margin: 0 0 3px 0;
    background: #dedede;
    font-weight: bold;
}

.ie-navigasyon .tree .baslik a {
    color: #f60;
}

.ie-navigasyon .tree-ul {
    width: 97%;
    padding-left: 3%;
    background-color: #F1F1F1;
    float: left;
    text-align: left;
    margin: 0;
    position: relative;
}

    .ie-navigasyon .tree-ul a {
        box-sizing: border-box;
        float: left;
        width: 100%;
        font-size: 11px;
        color: #000;
        line-height: 13px;
        font-weight: bold;
    }

.tree-ul li > .sub-menu {
    width: 94%;
    padding-left: 6%;
}

    .tree-ul li > .sub-menu a {
        font-weight: normal;
    }

.tree-ul .daralt > a {
    font-weight: bold !important;
    background: url(https://icon.donanimhaber.com/treeless.png) 4px 6px no-repeat !important;
    padding: 5px 0 5px 22px;
}

.tree-ul .genislet > a {
    font-weight: bold !important;
    background: url(https://icon.donanimhaber.com/treemore.png) 4px 6px no-repeat !important;
    padding: 5px 0 5px 22px;
}

.tree-ul li > .sub-menu > li a {
    background: url(https://icon.donanimhaber.com/dallananmesaj-sol.png) 8px 5px no-repeat;
    padding: 5px 0 5px 22px;
}

.ozel-baslik {
    font-size: 13px;
    background: #dedede;
    text-align: center;
    font-weight: bold;
    color: #f60;
    line-height: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.ie-navigasyon .kutu {
    float: left;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
}

.kutu .sehirsec {
    margin: 4px 5px 5px 5px;
    width: 170px;
    float: left;
}

.kutu .tek {
    width: 100%;
    float: left;
    padding: 4px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

    .kutu .tek input {
        border: none;
        outline: none;
    }

.ie-navigasyon .kutu ul li {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-left: 8px;
    text-align: left;
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

    .ie-navigasyon .kutu ul li:last-child {
        border: none;
    }

    .ie-navigasyon .kutu ul li.dahasi {
        background-color: #d0d0d0;
    }

    .ie-navigasyon .kutu ul li input[type="text"] {
        float: left;
        width: calc(100% - 8px);
        box-sizing: border-box;
        margin: 0 0 8px 0;
        padding: 1px 3px;
    }

.ref-kapsam {
    min-width: 95px;
    display: inline-block;
    float: right;
    margin: 2px 2px 0 2px;
}

.ref-sag {
    float: right;
    position: relative;
    background: #fff;
    padding: 2px 2px 2px 0;
    border-radius: 3px;
    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 11px;
    color: #000 !important;
    cursor: help;
}

.ref-sayi {
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 3px 0 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f1f1f1;
}

.ref-sag img {
    display: inline-block;
    float: left;
    margin: 1px 1px 0 0;
}

.ilan-konumu {
    float: right;
    margin: 2px 0 0 2px;
}

    .ilan-konumu a {
        font-weight: normal !important;
        font-size: 10px !important;
    }

.kl-cevapveokuma {
    width: 69px;
    height: auto;
}
/* İKİNCİ EL*/

/* KONU İCİ */ /* ki = Konu İçi */
.ki-btn {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

#ki-adminyonet {
    float: right;
    display: inline-block;
}

.kl-hakkinda ul li {
    float: left;
    margin-right: 5px;
}

    .kl-hakkinda ul li img {
        float: left;
        margin-right: 5px;
    }

.ki-arama {
    min-width: 980px;
    width: 100%;
    float: left;
    height: 41px;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 40px;
    border-bottom: 1px dotted #FFF;
    background: #DEDEDE;
    display: inline-block;
    margin-bottom: 5px;
}
/*.ki-arama .aramaayari{float: right;font-weight: bold;}
.ki-arama .aramaayari a{ cursor: pointer;}
.ki-arama .aramaayari img{float:right;margin: 11px 17px 11px 5px;}*/
.ki-giris {
    color: #FF6000;
    width: 150px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.ki-mesaj {
    color: #FF6000;
    width: calc(100% - 151px);
    height: auto;
    float: left;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.ki-cevapsahibi {
    width: 150px;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

    .ki-cevapsahibi .ki-kullaniciadi {
        width: 100%;
        float: left;
        margin-top: 5px;
        word-break: break-word;
    }

        .ki-cevapsahibi .ki-kullaniciadi a {
            max-width: 100%;
            float: left;
            word-wrap: break-word;
        }

    .ki-cevapsahibi .ki-unvan {
        width: 100%;
        float: left;
    }

    .ki-cevapsahibi .ki-unvanimg {
        float: left;
        width: 100%;
        margin: 2px 0 8px 0;
    }

    .ki-cevapsahibi .ki-unvan .badge-signup {
        color: #873332;
        font-size: 11px;
        font-weight: bold;
    }

        .ki-cevapsahibi .ki-unvan .badge-signup img {
            display: inline-block;
            vertical-align: middle;
        }

    .ki-cevapsahibi .ki-avatar {
        float: left;
        /*width: 100%;*/
    }

        .ki-cevapsahibi .ki-avatar img {
            max-width: 100%;
        }

    .ki-cevapsahibi .ki-mesajsayisi {
        width: 100%;
        float: left;
        margin-top: 3px;
    }

    .ki-cevapsahibi .ki-notgonder {
        width: 100%;
        float: left;
        margin: 5px 0 1px 0;
    }

    .ki-cevapsahibi .ki-kullanicisocial {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .ki-cevapsahibi .message-count {
        width: 100%;
        float: left;
    }

        .ki-cevapsahibi .message-count .line {
            width: 100%;
            float: left;
            margin: 18px 0 0 0;
            color: #000000;
            font-size: 11px;
            line-height: 14px;
        }

            .ki-cevapsahibi .message-count .line:last-child {
                margin-bottom: 18px;
            }

            .ki-cevapsahibi .message-count .line.grey {
                color: #777777;
            }

            .ki-cevapsahibi .message-count .line span.offline {
                color: #ff0000;
            }

            .ki-cevapsahibi .message-count .line span.online {
                color: green;
            }

.ki-cevapicerigi {
    width: calc(100% - 151px);
    height: auto;
    float: left;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.ki-cevaphakkinda {
    width: 100%;
    float: left;
    height: auto;
    margin: 2px 0 0 2px;
    border-bottom: 1px solid #D0D0D0;
    line-height: 26px;
}

.ki-cevaptarihi img {
    float: left;
    margin: 2px;
}

.ki-mesajsecenekleri {
    float: right;
    margin-right: 10px;
}

    .ki-mesajsecenekleri li {
        float: left;
        margin: 0 3px 0 3px;
        position: relative;
    }

        .ki-mesajsecenekleri li img {
            float: left;
            margin: 3px 3px 0 0;
        }

        .ki-mesajsecenekleri li a {
            font-size: 10px;
            line-height: 23px;
            float: left;
            position: relative;
        }

.like-unlike {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    padding-bottom: 10px;
}

.line-unlike.gelen-cevap .begendim {
    height: 13px;
}

.line-unlike.gelen-cevap .begenmesayisi {
    line-height: 14px;
}

.like-unlike h2 {
    float: left;
    height: auto;
    line-height: 25px;
    border-bottom: 1px solid #D0D0D0;
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 24px);
}

.secilen-yorum {
    width: 100%;
    float: left;
    height: auto;
}

    .secilen-yorum .yorum {
        width: 100%;
        float: left;
        line-height: 16px;
        height: auto;
        font-size: 12px;
        padding: 5px 0 15px 15px;
        box-sizing: border-box;
        font-family: Verdana, Geneva;
    }

.yorum .yoruma-git {
    height: 14px;
    line-height: 11px;
    display: inline-block;
    background: url(/static/forum/img/yeni-yorum.png) left top no-repeat;
    float: right;
    padding-left: 17px;
    font-size: 11px;
    color: #666;
    margin: 0 15px 5px 5px;
}

    .yorum .yoruma-git.bahsedilen {
        background: url(/static/forum/img/reply-all.png) left top no-repeat;
        background-size: 13px;
        cursor: pointer;
    }

.yorum .yorum-kaldir {
    height: 17px;
    line-height: 16px;
    display: inline-block;
    background: url(/static/forum/img/m-sil-2.png) left top no-repeat;
    float: right;
    padding-left: 20px;
    font-size: 11px;
    color: #666;
    margin: -1px 15px 5px 5px;
}

.secilen-yorum .bilgi {
    font-size: 12px;
    color: #999;
    width: 100%;
    display: inline-block;
    line-height: 14px;
    text-align: right;
    margin-top: 3px;
    opacity: 0.5;
    padding: 0 0 10px 15px;
    box-sizing: border-box;
}

.bilgi .yorumun-devami, .tek .alt .yorumun-devami {
    background: url('/static/forum/img/yorum-devami.gif') no-repeat center left;
    float: left;
    padding-left: 15px;
    font-weight: bold;
    font-size: 11px;
}

.secilen-yorum:hover > .bilgi {
    opacity: 1;
}

.ki-cevapicerigi .icerik {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 13px;
    float: left;
    padding: 7px 5px;
    width: 100%;
    box-sizing: border-box;
}

    .ki-cevapicerigi .icerik table {
        width: 100%;
        float: left;
    }

    .ki-cevapicerigi .icerik iframe {
        max-width: 100%;
    }


    .ki-cevapicerigi .icerik .reply-line {
        width: 100%;
        float: left;
        margin: 0 0 12px 0;
    }

        .ki-cevapicerigi .icerik .reply-line .button-reply {
            float: right;
            font-size: 11px;
            color: #666;
            font-weight: 400;
            line-height: 24px;
            cursor: pointer;
            margin: 0 0 0 10px;
        }

            .ki-cevapicerigi .icerik .reply-line .button-reply b {
                color: #000;
            }

            .ki-cevapicerigi .icerik .reply-line .button-reply .icon {
                float: left;
                margin: 6px 4px 0 0;
            }

            .ki-cevapicerigi .icerik .reply-line .button-reply .avatar {
                width: 24px;
                height: 24px;
                border-radius: 50%;
                display: inline-block;
                vertical-align: middle;
                margin: 0 0;
                text-align: center;
                color: #fff;
                background-color: #7f49f8;
                font-size: 13px;
                text-transform: uppercase;
            }

    .ki-cevapicerigi .icerik .mesaj-ici-resim {
        position: relative;
        display: inline-block;
        margin: 0 0 38px 0;
        cursor: pointer;
    }

        .ki-cevapicerigi .icerik .mesaj-ici-resim img {
            position: relative;
            z-index: 99;
        }

        .ki-cevapicerigi .icerik .mesaj-ici-resim .galeri-resimi-begen {
            position: absolute;
            right: 5px;
            bottom: -29px;
            background-color: #fff;
            border-radius: 5px;
            padding: 12px 6px 7px 10px;
            font-size: 14px;
            border: 1px solid #d0d0d0;
            cursor: pointer;
            font-weight: bold;
            font-family: Arial;
            text-align: center;
        }

            .ki-cevapicerigi .icerik .mesaj-ici-resim .galeri-resimi-begen .like {
                height: 15px;
                float: left;
                padding: 1px 11px 1px 27px;
                background: url(/static/forum/img/yeni-like-bos.png) no-repeat center left 6px;
                color: #000;
            }

            .ki-cevapicerigi .icerik .mesaj-ici-resim .galeri-resimi-begen.aktif .like {
                background: url(/static/forum/img/yeni-like-turuncu.png) no-repeat center left 6px;
                color: #f60;
            }



.bilgi .yorum-hakkinda {
    float: right;
}

.begendim {
    background: url('/static/forum/img/yeni-begen.png')no-repeat left center;
    width: 26px;
    height: 16px;
    float: left;
    padding: 0px 0 0 16px;
}

.begenmedim {
    background: url('/static/forum/img/yeni-begen-bos.png')no-repeat left center;
    width: 35px;
    height: 16px;
    float: left;
    padding: 0px 0 0 18px;
}

.begenmesayisi {
    color: #000;
    display: inline-block;
    float: left;
    line-height: 19px;
    height: 16px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #CCC;
}

.yorum-hakkinda .yorumcu-kullanici {
    line-height: 17px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 12px;
}

.like-unlike .yorum_cizgi {
    border: 0;
    height: 1px;
    background: #D0D0D0;
    margin-left: 12px;
    float: left;
    width: calc(100% - 24px);
}

.cevap-date {
    float: right;
    margin: 0 8px 0 5px;
}

.cevaplarigoster {
    margin: 10px 0 10px 0;
}
/*Cevaplar gosterildiği zaman bu class renklendir classına eklenecek.*/

.ikide1renk {
    width: 100%;
    float: left;
    height: auto;
}

    .ikide1renk .renklendir {
        float: left;
        width: 100%;
    }

        .ikide1renk .renklendir:nth-child(odd) .kl-icerik-satir {
            background-color: #F1F1F1;
        }

        .ikide1renk .renklendir:nth-child(even) .kl-icerik-satir {
            background-color: #DCDCDC;
        }

        .ikide1renk .renklendir:nth-child(odd) .mesajbegen {
            background: #dedede;
        }

        .ikide1renk .renklendir:nth-child(even) .mesajbegen {
            background: #f1f1f1;
        }

        .ikide1renk .renklendir:nth-child(odd) .kaccevapgeldi {
            background: #dedede;
        }

        .ikide1renk .renklendir:nth-child(even) .kaccevapgeldi {
            background: #f1f1f1;
        }

        .ikide1renk .renklendir.gizle .ki-unvan {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-unvanimg {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-avatar {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-mesajsayisi {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-notgonder {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-cevaphakkinda {
            display: none;
        }

        .ikide1renk .renklendir.gizle .mesaj-altkisim {
            display: none;
        }

        .ikide1renk .renklendir.gizle .gizli-icerik {
            font-weight: bold;
            margin: 5px 0 0 0;
        }

        .ikide1renk .renklendir.sikayet {
            background-color: lightyellow;
        }

        .ikide1renk .renklendir.isaretli .kl-icerik-satir {
            background-color: #ffdede;
        }

        .ikide1renk .renklendir.onecikarilanmesaj .kl-icerik-satir {
            background-color: #FFE6BD;
        }

.ki-cevapicerigi .onecikarikon {
    width: 100%;
    float: left;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

    .ki-cevapicerigi .onecikarikon img {
        width: 20px;
        float: right;
    }



.mesajbegen {
    float: right;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    height: 19px;
    margin-right: 5px;
}

.kaccevapgeldi {
    float: right;
    padding: 1px 10px 1px 14px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    margin: 10px 5px 0 0;
}

    .kaccevapgeldi img {
        float: left;
        margin: 2px 5px 0 0;
    }
/*Iframe*/ .player-abone {
    width: 580px;
    margin: 0 auto 0 auto;
    padding: 3px 10px;
    background: #dedede;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

    .player-abone span {
        float: left;
        margin-left: 100px;
        display: inline-block;
    }

    .player-abone div {
        vertical-align: central;
        line-height: 24px;
        margin-right: 100px !important;
        float: right;
        display: inline-block;
    }

#pnlNewVideoPlayer {
    width: 100%;
    float: left;
    height: auto;
}

.multimention-tipbox {
    position: absolute;
    top: -80px;
    right: -40px;
    background: #fff;
    border: 1px solid #f30;
    border-radius: 10px;
    padding: 7px 10px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    width: 300px;
    z-index: 9999;
    display: inline-block;
    box-shadow: 0 0 20px #999;
    word-wrap: break-word;
    text-align: left;
}

    .multimention-tipbox:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #f30 transparent transparent transparent;
        bottom: -20px;
        right: 40px;
    }

    .multimention-tipbox:hover {
        box-shadow: 0 0 20px #ffdfa9;
    }

    .multimention-tipbox span {
        cursor: pointer;
        float: right;
        display: inline-block;
        background: #999;
        color: #fff;
        padding: 0 5px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: bold;
        margin: -3px -6px 0 0;
    }

        .multimention-tipbox span:active {
            background: #000;
        }

.paylastik {
    background: #f90;
    border-radius: 3px;
}

.uyaripuani {
    width: 100px;
    height: 10px;
    display: inline-block;
    background: #ccc;
    margin: 10px 0 10px 0;
    position: relative;
}

    .uyaripuani span, .uyaripuani div, .uyaripuani a {
        display: inline-block;
    }

    .uyaripuani .up {
        float: left;
        width: 10px;
        height: 10px;
    }

        .uyaripuani .up.l1 {
            background: #F8F8F8;
        }

        .uyaripuani .up.l2 {
            background: #F3F3F3;
        }

        .uyaripuani .up.l3 {
            background: #EBEBEB;
        }

        .uyaripuani .up.l4 {
            background: #E5E5E5;
        }

        .uyaripuani .up.l5 {
            background: #B1B1B1;
        }

        .uyaripuani .up.l6 {
            background: #ADADAD;
        }

        .uyaripuani .up.l7 {
            background: #A3A3A3;
        }

        .uyaripuani .up.l8 {
            background: #9E9E9E;
        }

        .uyaripuani .up.l9 {
            background: #949494;
        }

        .uyaripuani .up.l10 {
            background: #777777;
        }

        .uyaripuani .up.l1.aktif {
            background: #389C30;
        }

        .uyaripuani .up.l2.aktif {
            background: #4CD81C;
        }

        .uyaripuani .up.l3.aktif {
            background: #6CEB53;
        }

        .uyaripuani .up.l4.aktif {
            background: #A1FF00;
        }

        .uyaripuani .up.l5.aktif {
            background: #E0FF00;
        }

        .uyaripuani .up.l6.aktif {
            background: #FFFD00;
        }

        .uyaripuani .up.l7.aktif {
            background: #FFDD00;
        }

        .uyaripuani .up.l8.aktif {
            background: #FFB600;
        }

        .uyaripuani .up.l9.aktif {
            background: #FF7600;
        }

        .uyaripuani .up.l10.aktif {
            background: #FF0004;
        }

    .uyaripuani .up-durum {
        width: 10px;
        height: 15px;
        position: absolute;
        top: 3px;
        left: -5px;
        background: url(/static/forum/img/up-durum.png) center top no-repeat;
    }

        .uyaripuani .up-durum.l1 {
            left: 5px;
        }

        .uyaripuani .up-durum.l2 {
            left: 15px;
        }

        .uyaripuani .up-durum.l3 {
            left: 25px;
        }

        .uyaripuani .up-durum.l4 {
            left: 35px;
        }

        .uyaripuani .up-durum.l5 {
            left: 45px;
        }

        .uyaripuani .up-durum.l6 {
            left: 55px;
        }

        .uyaripuani .up-durum.l7 {
            left: 65px;
        }

        .uyaripuani .up-durum.l8 {
            left: 75px;
        }

        .uyaripuani .up-durum.l9 {
            left: 85px;
        }

        .uyaripuani .up-durum.l10 {
            left: 95px;
        }

    .uyaripuani .nedir {
        position: absolute;
        top: 20px;
        left: 0;
        background: #fff;
        border: 2px solid #dedede;
        border-radius: 3px;
        font-size: 11px;
        padding: 5px;
        z-index: 999;
        display: none;
        width: 126px;
        box-shadow: 0 0 5px #ccc;
    }

    .uyaripuani:hover > .nedir {
        display: inline-block;
    }


.ki-cevapsahibi .tercihlerim {
    margin: 5px 0;
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
}


.tercihlerim .gorsel {
    cursor: pointer;
    width: 30px;
    height: 30px;
    float: left;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    border-radius: 3px;
}

.tercihlerim .sistemler {
    z-index: 9999999;
    display: none;
    position: absolute;
    top: 0;
    left: 40px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
    width: 460px;
    font-family: Verdana, Geneva, sans-serif;
    box-shadow: 5px 5px 5px #CCC;
}

.sistemler .tabler {
    width: 460px;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    background: #F1F1F1;
    border-bottom: 1px solid #DEDEDE;
}

    .sistemler .tabler a {
        opacity: 1;
        cursor: pointer;
        color: #000;
        padding: 5px 10px;
        display: inline-block;
        float: left;
        background: #FFF;
    }

        .sistemler .tabler a.pasif {
            opacity: 0.2;
        }

    .sistemler .tabler .kapat {
        background: #CCC;
        color: #000;
        font-weight: bold;
        float: right;
        padding: 1px 5px;
        margin: 4px;
        font-size: 10px;
        cursor: pointer;
    }

.sistemler .liste {
}

    .sistemler .liste.ilk .eleman {
        cursor: default;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        line-height: 16px;
        padding: 5px 1%;
        background: #FFF;
        border-bottom: 1px solid #DEDEDE;
        color: #333;
    }

        .sistemler .liste.ilk .eleman .baslik {
            display: inline-block;
            float: left;
            font-size: 18px;
            line-height: 30px;
            font-weight: bold;
        }

    .sistemler .liste.iki .eleman {
        cursor: default;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        line-height: 16px;
        padding: 5px 1%;
        background: #FFF;
        border-bottom: 1px solid #DEDEDE;
        color: #333;
        position: relative;
    }

        .sistemler .liste.iki .eleman:hover {
            background-color: #f1f1f1;
        }

        .sistemler .liste.iki .eleman .baslik {
            display: inline-block;
            float: left;
            font-size: 13px;
            font-weight: bold;
        }

            .sistemler .liste.iki .eleman .baslik span {
                color: #666;
                font-weight: normal;
                display: block;
                font-size: 11px;
                line-height: 14px;
            }

    .sistemler .liste .eleman img {
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
/* blocked member start */
.blocked-member {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 5px;
    padding: 10px 0 10px 0;
}

    .blocked-member.closed {
        border-bottom: none;
        margin-bottom: 5px;
    }

    .blocked-member a {
        color: #000;
        font-weight: 700;
        text-decoration: underline;
    }

    .blocked-member span {
        color: #666;
        padding-left: 10px;
    }

    .blocked-member .actions {
        float: right;
        padding: 0 15px 0 0;
    }

        .blocked-member .actions a {
            font-weight: 400;
            text-decoration: underline;
            font-size: 13px;
            font-family: Verdana;
            padding: 0 0 0 5px;
        }

            .blocked-member .actions a:first-child {
                border-right: 1px solid #000;
                padding-right: 10px;
            }

.kl-icerik-satir.closed {
    background-color: #DCDCDC;
}

.content-holder {
    display: block;
}

    .content-holder.hidden {
        display: none;
    }
/* blocked member end */


.ki-cevapsahibi .firmaise {
    width: 100%;
    float: left;
    background-color: #fff;
    line-height: 20px;
}

.firmaise span {
    border-top: 1px solid #ccc;
    font-weight: bold;
    background: #F1F1F1;
    padding: 0 5px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.firmaise b {
    width: 100%;
    float: left;
    padding: 0 0 0 3px;
    box-sizing: border-box;
}

.firmaise a {
    max-width: 100%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    padding: 0 4px;
    box-sizing: border-box;
}

.notlar {
    width: 100%;
    float: left;
    line-height: 11px;
    margin: 0 0 5px 0;
    font-size: 10px;
    font-weight: bold;
    color: #f00 !important;
}

    .notlar img {
        float: left;
        margin: -1px 5px 0 0;
    }

.like-unlike.onde {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    background: #FFE6BD !important;
}

li.bildirimli {
    background-color: #f1f1f1;
    text-align: center;
    line-height: 25px;
    height: 52px !important;
    color: #4c4c4c;
    font-size: 12px;
    padding: 0 8px 0 8px;
    box-sizing: border-box;
}

    li.bildirimli a {
        width: auto !important;
        height: auto !important;
        float: left;
        border: 1px solid #f19700;
        padding: 0 11px !important;
        line-height: 20px !important;
    }

        li.bildirimli a:nth-child(2) {
            border-right: none;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        li.bildirimli a:nth-child(3) {
            border-right: none;
        }

        li.bildirimli a:nth-child(4) {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        li.bildirimli a.aktif {
            background-color: #f19700 !important;
            ;
            color: #fff;
        }

        li.bildirimli a:hover {
            background-color: rgba(241, 151, 0, 0.15);
        }

/*.konuiciarama{display:none;padding: 10px 0;line-height: 30px;width:100%;float:left;height:auto;border:1px solid #d0d0d0;background-color:#f1f1f1;margin-bottom: 5px;text-align: center;}*/

.bolum-uzak {
    margin-top: 10px;
    color: #990000;
    font-weight: bold;
    padding: 0 5px 0 0;
}

.uzaklas {
    color: #666666;
    margin-top: 10px;
    display: inline-block;
}

pre {
    color: black;
    background-color: #efefef;
    font: 12px "Courier New";
    overflow: auto;
    width: 600px;
    height: 300px;
    line-height: 1.4;
    padding: 4px;
    margin: 5px;
    border: 1px solid #a17026;
}

.imajayarkapsam {
    display: inline-block;
    margin: 5px;
}

.sag-alt-uyari {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 300px;
}

    .sag-alt-uyari .uyari {
        width: 100%;
        box-sizing: border-box;
    }

.genel-uyari {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    width: 300px;
}

    .genel-uyari.sag-alt-uyari {
        bottom: 50px;
        right: 20px;
    }

    .genel-uyari.sol-ust-uyari {
        top: 70px;
        left: 49px;
    }

    .genel-uyari.sol-alt-uyari {
        bottom: 50px;
        left: 49px;
    }

    .genel-uyari .uyari {
        width: 100%;
        box-sizing: border-box;
    }

    .genel-uyari .yeni-mesaj {
        background-color: #f60;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block;
        margin: 0 0 10px 0;
        float: left;
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    }

        .genel-uyari .yeni-mesaj:hover {
            opacity: 0.9;
        }

        .genel-uyari .yeni-mesaj a {
            color: #fff;
            font-family: Arial;
            font-size: 16px;
            display: inline-block;
            line-height: 25px;
        }

        .genel-uyari .yeni-mesaj img.kapat {
            float: right;
            margin: 0 0 0 10px;
            width: 15px;
            height: auto;
            cursor: pointer;
            background-color: #bd5710;
            padding: 5px;
            border-radius: 5px;
        }

        .genel-uyari .yeni-mesaj img.asagi {
            display: inline-block;
            vertical-align: middle;
            margin: -3px 0 0 6px;
        }

.soltaraf .ara-yenimesaj-tut {
    width: 100%;
    float: left;
    text-align: center;
    height: 65px;
}

.soltaraf .ara-yenimesaj {
    box-sizing: border-box;
    margin: 0 0 10px;
    background-color: #eb8d58;
    width: 95%;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px
}

    .soltaraf .ara-yenimesaj span.ikon {
        position: relative;
        height: 45px;
        width: 19px;
        display: inline-block;
        vertical-align: middle;
        margin: -5px 0 0 0;
    }

    .soltaraf .ara-yenimesaj img {
        position: absolute;
        left: 0;
        width: 12px;
        height: auto;
    }

        .soltaraf .ara-yenimesaj img.up {
            top: 10px;
        }

        .soltaraf .ara-yenimesaj img.down {
            bottom: 10px;
        }

.soltaraf .ara-yenimesaj {
    animation: highlight2 5s;
}

/* KONU İCİ */

/* İKİNCİ EL KONU İÇİ */
.etiketayari {
    min-width: 980px;
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0 0 0;
}

.etiket-baslik {
    background: #dedede;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #f60;
    padding: 4px;
    float: left;
}

.etiketayari-full {
    min-width: 980px;
    width: 100%;
    height: auto;
    float: left;
    background: #F1F1F1;
    font-weight: bold;
}

    .etiketayari-full a {
        float: left;
        line-height: 23px;
        margin: 0 8px 0 5px;
    }

.etiketoner {
    background: #dedede;
    float: left;
    padding-right: 5px;
    line-height: 21px;
    border: 1px solid #ccc;
}

    .etiketoner img {
        float: left;
        margin: 4px 5px 0 5px;
    }

    .etiketoner:hover {
        background: #f1f1f1;
        color: #f60;
    }

.kullanicidetay-baslik {
    color: #777;
    display: inline-block;
}

.durumune {
    color: red;
}

.ki-notgonder a {
    float: left;
    margin-right: 5px;
}

.uyari {
    width: calc(100% - 45px);
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 10pt;
    line-height: 14pt;
    display: inline-block;
    margin: 0 0 10px 0;
    text-align: center;
    background-image: linear-gradient(to bottom,#ffffff 0,#dedede 100%);
    border: 1px solid #f1f1f1;
    color: #666666;
}

    .uyari.yesil {
        background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
        border: 1px solid #b2dba1;
        color: #3c763d;
    }

    .uyari.kirmizi {
        background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
        border: 1px solid #dca7a7;
        color: #a94442;
    }

    .uyari.sari {
        background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
        border: 1px solid #f5e79e;
        color: #8a6d3b;
    }

    .uyari .buy-button {
        border-radius: 15px;
        background-color: #8db571;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #fff;
        line-height: 14px;
        display: inline-block;
        padding: 5px 14px;
        margin: -3px 0 -3px 3px;
    }

        .uyari .buy-button img {
            float: left;
            margin: 0 7px 0 0;
            height: 12px;
        }

@media screen and (max-width:1235px) {
    .uyari .buy-button {
        margin: 3px 0 0 0;
    }
}

.quote {
    border: 1px Solid #505050;
    background-color: #ffffff;
    width: auto;
    min-width: 85%;
    max-width: 95%;
    margin: 0 2px 10px 27px;
    padding: 5px;
    color: #505050;
    font: 11px Verdana;
    display: inline-block;
}

.bumesajdabahsedilen {
    display: inline-block;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    float: left;
    color: #000;
    padding: 5px 10px;
    width: auto;
}

    .bumesajdabahsedilen a {
        font-weight: bold;
        color: #000;
        text-decoration: underline;
        background: url(/static/forum/img/mesaji-ac-3.png) right no-repeat;
        padding: 0 16px 0 0;
    }

.ikide1renk .renklendir:nth-child(odd) .bumesajdabahsedilen {
    background: #dedede;
}

.ikide1renk .renklendir:nth-child(even) .bumesajdabahsedilen {
    background: #f1f1f1;
}

.ikide1renk .renklendir.vurgula {
    background-color: #ff0;
}


    .ikide1renk .renklendir.vurgula .kl-icerik-satir {
        animation: fadein 1s;
        -moz-animation: fadein 1s; /* Firefox */
        -webkit-animation: fadein 1s; /* Safari and Chrome */
        -o-animation: fadein 1s; /* Opera */
    }

@keyframes highlight {
    0% {
        background-color: #ff0;
        box-shadow: 0 0 50px #ff0;
    }

    100% {
        background: none;
        box-shadow: none;
    }
}

@keyframes highlight {
    0% {
        background-color: #ff0;
        box-shadow: 0 0 50px #ff0;
    }

    100% {
        background: none;
        box-shadow: none;
    }
}

@keyframes highlight2 {
    0% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    12% {
        box-shadow: 0 0 80px #f60;
        padding: 0;
        width: 95%;
    }

    24% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    36% {
        box-shadow: 0 0 80px #f60;
        padding: 0;
        width: 95%;
    }

    48% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    60% {
        box-shadow: 0 0 80px #f60;
        padding: 0;
        width: 95%;
    }

    72% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    84% {
        box-shadow: 0 0 80px #f60;
        padding: 0;
        width: 95%;
    }

    100% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.konuiciimg {
    float: left;
    margin: 10px 10px 10px 0;
}
/* İKİNCİ EL KONU İÇİ */

/* SICAKFIRSAT */
.sicakfirsat .kl-sicaklik {
    position: relative;
    text-align: center;
    width: 70px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    padding: 8px 0 8px 5px;
    box-sizing: border-box;
}

.sicakfirsat .kl-konu {
    width: calc(100% - 618px);
}

.coksicakspan {
    background: #f00;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 3px;
    margin: 2px 0 0 5px;
    display: inline-block;
    float: left;
}

.sicakspan {
    background: #f90;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 3px;
    margin: 2px 0 0 5px;
    display: inline-block;
    float: left;
}

.azsicakspan {
    background: #5baede;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 3px;
    margin: 2px 0 0 5px;
    display: inline-block;
    float: left;
}

.sicaklik-ortala {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
}

.sicakfirsat .kl-basliklari .kl-sicaklik {
    padding: 0;
}

.sicakfirsat .kl-sicaklik img {
    float: left;
}
/* SICAKFIRSAT */

/* YENİ KONU AÇ */
.yenikonuac {
    width: 100%;
    height: auto;
    float: left;
    background: #f1f1f1;
    border: 1px solid #D0D0D0;
}

    .yenikonuac .yenimesajbaslik {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        background: #DFDFDF;
        color: #FF6000;
        font: bold 10pt Verdana;
        line-height: 24px;
        border-bottom: 1px solid #D0D0D0;
    }

.yenikonusatir {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    border-bottom: 1px solid #D0D0D0;
}

    .yenikonusatir .yenikonusutun1 {
        width: 210px;
        height: auto;
        float: left;
        text-align: left;
        vertical-align: top;
        border-right: 1px solid #D0D0D0;
        padding: 5px 0 0 5px;
        box-sizing: border-box;
    }

    .yenikonusatir .yenikonusutun2 {
        line-height: 24px;
        width: calc(100% - 220px);
        height: auto;
        float: left;
        padding: 5px 0 5px 5px;
    }

.mesajemoji {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    text-align: center;
}

    .mesajemoji .emoji-1 {
        width: 48%;
        height: auto;
        float: left;
        margin-right: 4%;
        text-align: center;
        margin-top: 5px;
    }

    .mesajemoji .emoji-2 {
        width: 48%;
        height: auto;
        float: left;
        text-align: center;
        margin-top: 5px;
    }

    .mesajemoji .emoji-daha {
        margin-top: 8px;
        background: #dedede;
        border-radius: 5px;
        padding: 0 5px;
        line-height: 16px;
        height: 16px;
        display: inline-block;
    }

.uploadtek {
    width: 420px;
    height: 99px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    background: #fff url(/static/forum/img/24-1yukleniyor.gif) 40px center no-repeat;
    border: 1px solid #dedede;
    font-family: Verdana, Geneva, sans-serif;
}

    .uploadtek .ekle {
        width: 120px;
        height: 90px;
        display: inline-block;
        background: #fff url(/static/forum/img/mesajafotoekle.png);
    }

        .uploadtek .ekle input {
            width: 120px;
            height: 90px;
            opacity: 0;
        }

    .uploadtek .kutular {
        width: 285px;
        height: 90px;
        float: right;
        display: inline-block;
        margin: 0 5px 0 0;
        cursor: default;
    }

        .uploadtek .kutular .link {
            width: 285px;
            height: 24px;
            margin: 5px 0 0 0;
            font-size: 9px;
            line-height: 12px;
            display: inline-block;
        }

            .uploadtek .kutular .link .buton {
                width: 80px;
                height: 22px;
                font-size: 10px;
                float: right;
                margin: 0 0 0 5px;
            }

            .uploadtek .kutular .link .kutu {
                width: 110px;
                height: 20px;
                float: right;
                display: inline-block;
                background: #f1f1f1;
                color: #333;
                border: 1px solid #ccc;
                font-size: 10px;
                padding: 0 5px;
            }

.haberet {
    border: 1px solid #ccc;
    line-height: 18px;
    height: 26px;
    padding: 0 4px;
    width: 220px;
    outline: none;
    color: #666;
}

    .haberet:focus {
        color: #000;
    }

.birdaha {
    float: left;
    margin: 5px 5px 5px 0;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 5px 0 24px;
    color: #333;
    overflow: hidden;
    background: #fff url(/static/forum/img/icon-mentionbirdaha.png) 5px center no-repeat;
}

    .birdaha:hover {
        color: #000;
    }

.yenikonusutun2 .videoyukle {
    height: 24px;
    line-height: 24px;
    padding-left: 18px;
    text-decoration: none;
    font-size: 11px;
    color: #000;
    display: inline-block;
    background: url(/static/forum/img/videoyukle.gif) left no-repeat;
}

.yenikonubutonlar {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin: 8px 0 8px 0;
}
/* YENİ KONU AÇ */

/* ALINTI */
.kronolojik-full {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    border-bottom: 1px solid #D0D0D0;
}

.kronolojiksira {
    width: 100%;
    float: left;
    height: auto;
    line-height: 24px;
    color: #FF6000;
    border-bottom: 1px solid #D0D0D0;
    font-weight: bold;
    font-size: 10pt;
    padding-left: 10px;
    box-sizing: border-box;
}

.kronolojikkullanici {
    width: 330px;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
}

    .kronolojikkullanici span {
        line-height: 24px;
        float: left;
        border-bottom: 1px solid #D0D0D0;
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
    }

.kronolojikmesaj {
    width: calc(100% - 331px);
    float: left;
    height: auto;
}

    .kronolojikmesaj div[id^="lastMessage"] {
        display: table;
    }

    .kronolojikmesaj span:not([class^="ql-"]):not([class^="hljs-"]):not(.alinticik) {
        line-height: 24px;
        float: left;
        border-bottom: 1px solid #D0D0D0;
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .kronolojikmesaj span.mention, .kronolojikmesaj span.mention span, .kronolojikmesaj ul > li > span, .kronolojikmesaj span.ql-emoji > span, .kronolojikmesaj .ql-code-title span, .kronolojikmesaj .ql-spoiler-title span, .kronolojikmesaj .ql-quote-title span {
        width: auto !important;
        padding: 0 !important;
        border: none !important;
        float: none !important;
    }

    .kronolojikmesaj .kronolojikmesaj-text {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font: 12px Verdana;
    }

        .kronolojikmesaj .kronolojikmesaj-text div.ql-quote-title span, .kronolojikmesaj .kronolojikmesaj-text div.ql-facebook span {
            line-height: normal;
            float: none;
            border-bottom: none;
            width: auto;
            padding: 0;
        }

        .kronolojikmesaj .kronolojikmesaj-text div.ql-editor {
            padding: 0 !important;
        }

            .kronolojikmesaj .kronolojikmesaj-text div.ql-editor .fb-post {
                width: 500px;
            }

            .kronolojikmesaj .kronolojikmesaj-text div.ql-editor .fb-video {
                width: 560px;
            }

        .kronolojikmesaj .kronolojikmesaj-text table {
            border-spacing: 0;
        }
/* ALINTI */
/* CEVAPLANAN */
.replyMessageContent.truncated {
    max-height: 100px !important;
    overflow: hidden !important;
}

.yorum .icerik-after, .icerik .icerik-after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    border-bottom: 1px solid transparent;
    border-radius: 12px;
    content: '';
    background: -moz-linear-gradient(top, rgba(225,225,225,0) 0%, rgba(225,225,225,0.5) 50%, rgba(225,225,225,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225,225,225,0) 0%,rgba(225,225,225,0.5) 50%, rgba(225,225,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225,225,225,0) 0%,rgba(225,225,225,0.5) 50%, rgba(225,225,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.cevaplananmesaj {
    width: 99.5%;
    margin: 11px 0 20px 0;
    position: relative;
}

.devambut, #devambut {
    position: relative;
}

.mentionTipBox {
    bottom: 30px;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 7px 10px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    z-index: 9999;
    display: inline-block;
    box-shadow: 0 0 20px #999;
    width: 100%;
    box-sizing: border-box;
}

    .mentionTipBox #icerik-kes {
        width: 100%;
        float: left;
    }

        .mentionTipBox #icerik-kes.truncated {
            max-height: 200px !important;
            overflow: hidden !important;
        }

        .mentionTipBox #icerik-kes #icerik-after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100px;
            border-bottom: 1px solid transparent;
            border-radius: 12px;
            content: '';
            background: -moz-linear-gradient(top, rgba(210,210,210,0) 0%, rgba(210,210,210,0.5) 50%, rgba(210,210,210,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(210,210,210,0) 0%,rgba(210,210,210,0.5) 50%, rgba(210,210,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(210,210,210,0) 0%,rgba(210,210,210,0.5) 50%, rgba(210,210,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
        }

    .mentionTipBox .devambut {
        margin: 12px 0 0 0;
        cursor: pointer;
        background-color: #f1f1f1;
        color: #000;
        padding: 3px 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        float: left;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        position: relative;
    }

        .mentionTipBox .devambut img {
            margin: -2px 0 0 6px;
            vertical-align: middle;
        }

    .mentionTipBox::after {
        position: absolute;
        bottom: 0;
        content: "";
        width: 0;
        height: 0;
        border-width: 12px;
        border-style: solid;
        border-color: #999 transparent transparent transparent;
        bottom: -21px;
        left: 20px;
    }

.mentionsatiri {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 2px 0;
}

#cevaplananTipbox {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 7px 10px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    width: 240px;
    z-index: 9999;
    display: inline-block;
    box-shadow: 0 0 20px #999;
}

.mentionsatiri .kimi {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}

.mentionsatiri .kaldir {
    float: left;
    margin: 0 5px 0 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #333;
    overflow: hidden;
    background: #fff url(/static/forum/img/icon-mentionkaldir.png) 4px center no-repeat;
    position: relative;
}

.mentionsatiri .ekle {
    float: left;
    margin: 0 5px 0 0;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 5px 0 24px;
    color: #333;
    overflow: hidden;
    background: #fff url(/static/forum/img/icon-mentionekle.png) 4px center no-repeat;
}

.yenikonusutun2 .kutu {
    border: 1px solid #ccc;
    line-height: 18px;
    height: 26px;
    padding: 0 4px;
    width: 220px;
    outline: none;
    color: #666;
}

#cevaplananTipbox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    bottom: -20px;
    left: 50px;
}

#cevaplananTipbox:hover {
    box-shadow: 0 0 20px #ffdfa9;
}

#cevaplananTipbox span {
    cursor: pointer;
    float: right;
    display: inline-block;
    background: #999;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    margin: -3px -6px 0 0;
}

.mentionsatiri .kimi .eklendi {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 16px;
    background: #f6f6f0 url(/static/forum/img/icon-mentioneklendi.png) 4px no-repeat;
    padding: 0 4px 0 18px;
    font-size: 10px;
    color: #666;
    border-radius: 3px;
    line-height: 16px;
}
/* CEVAPLANAN */

/* ŞİKAYET ET*/
.yenikonuac .nickdegisimi {
    width: 100%;
    float: left;
    line-height: 18px;
    height: auto;
    border-bottom: 1px solid #D0D0D0;
    color: #FF0000;
    font-weight: bold;
    padding: 2px;
    box-sizing: border-box;
}

.nickdegisimi a {
    color: #990000;
}
/* ŞİKAYET ET*/

/* ADRES DEFTERİ */
.adres-defteri {
    margin-top: 15px;
    width: 100%;
    height: auto;
    float: left;
    min-width: 980px;
    background: #dedede;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}

    .adres-defteri ul {
        width: 100%;
        float: left;
    }

        .adres-defteri ul li:nth-child(even) .herbirkullanici {
            float: right;
        }

        .adres-defteri ul li:nth-child(odd) .herbirkullanici {
            float: left;
        }

        .adres-defteri ul li:hover > .herbirkullanici {
            background: #fefefe;
        }

    .adres-defteri .herbirkullanici {
        width: 49%;
        height: 64px;
        background: #f1f1f1;
        border-radius: 3px;
        margin-bottom: 10px;
    }

.herbirkullanici .avatar {
    display: inline-block;
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 10px 0 0;
    background: #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .herbirkullanici .avatar img {
        float: left;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.herbirkullanici .kullanicibilgileri {
    width: auto;
    height: 64px;
    float: left;
}

.kullanicibilgileri a {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px;
    float: left;
}

.kullanicibilgileri span {
    display: inline-block;
    font: 11px verdana;
}

    .kullanicibilgileri span img {
        float: left;
        margin-top: 2px;
    }

.herbirkullanici .kabulet-reddet {
    float: right;
    width: auto;
    height: 22px;
    margin: 21px 10px 0 0;
}

.kabulet-reddet a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    box-shadow: 0 0 5px #f1f1f1;
    border-radius: 3px;
    float: left;
}

.kabulet-reddet .kabul-button {
    background: #f60;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 12px;
    font-weight: bold;
}

.kabulet-reddet .reddet-button {
    background: #ccc;
    color: #333;
    font-size: 10px;
    font-weight: bold;
}

.modifybuttons {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    background: #ecb04b;
}

    .modifybuttons .bilgi {
        display: inline-block;
        float: left;
        margin: 0 5px 0 10px;
        font-size: 11px;
        font-weight: bold;
        color: #000;
    }

    .modifybuttons .addsome {
        float: left;
        display: inline-block;
        margin: 0 5px 0 5px;
        position: relative;
    }

    .modifybuttons .button {
        display: inline-block;
        float: left;
        margin: 0 0 0 5px;
        background: #f1f1f1;
        border-radius: 3px;
        padding: 0 7px;
        font-size: 11px;
        font-weight: bold;
        color: #333;
    }

        .modifybuttons .button.right {
            float: right;
            margin: 0 5px 0 0;
        }

    .modifybuttons .bilgi.right {
        float: right;
        margin: 0 5px 0 0;
    }

    .modifybuttons .search {
        float: left;
        display: inline-block;
        margin: 0 5px 0 5px;
        position: relative;
    }

        .modifybuttons .search .box {
            display: inline-block;
            float: left;
            border: 1px solid #ccc;
            border-right: none;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            line-height: 24px;
            height: 24px;
            padding: 0 5px;
            width: 120px;
            margin: 0;
            outline: none;
            color: #999;
            background: #f1f1f1;
        }

        .modifybuttons .search .button {
            display: inline-block;
            float: right;
            padding: 0 5px;
            line-height: 22px;
            height: 24px;
            border: none;
            font-size: 11px;
            color: #000;
            background: #f1f1f1;
            margin: 0;
            cursor: pointer;
            border-radius: 0;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border: 1px solid #ccc;
            border-left: none;
        }

    .modifybuttons .addsome .box {
        display: inline-block;
        float: left;
        border: 1px solid #ccc;
        min-width: 240px;
        border-right: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        line-height: 24px;
        height: 24px;
        padding: 0 0 0 5px;
        width: 120px;
        margin: 0;
        outline: none;
        color: #333;
        background: #f1f1f1;
    }

.arkadascheck {
    height: 21px;
    width: 21px;
}
/* ADRES DEFTERİ */

/* MESAJIMIN GEÇTİĞİ KONU */
.okundusay {
    float: right;
    line-height: 17px;
    margin-right: 3px;
}

    .okundusay img {
        float: left;
    }

.siralamaolcutu {
    font-weight: bold;
    float: left;
    line-height: 20px;
    margin-right: 10px;
}

.fulle {
    width: 100% !important;
}

.mesajlarim .mesajlarimbaslik .mesaj-konu.fulle {
    width: 100%;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
}

.mesajfiltrele {
    float: right;
    font-weight: normal;
}

.selectfiltre {
    margin-right: 10px;
}

.mesajlarim {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    background-color: #F1F1F1;
    border: 1px solid #D0D0D0;
    min-width: 980px;
}

    .mesajlarim.ayir {
        margin: 15px 0 0 0 !important;
    }

    .mesajlarim .mesajlarimbaslik {
        width: 100%;
        height: 25px;
        float: left;
        background-color: #DFDFDF;
        line-height: 25px;
        text-align: center;
        color: #ff6000;
        font-weight: bold;
        font-size: 12px;
    }

.mesajlarimbaslik a {
    color: #ff6000;
    font-size: 12px;
    display: inline-block;
}

    .mesajlarimbaslik a img {
        float: right;
        margin: 6px 0 0 2px;
    }

.mesaj-kapat, .mesaj-klasor {
    position: relative;
    width: 50px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
}

.mesaj-forum, .mesaj-benimmesajim, .mesaj-sonmesaj {
    text-align: center;
    line-height: 28px;
    position: relative;
    width: 11%;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    font-size: 12px;
}

.mesaj-yazar {
    position: relative;
    text-align: center;
    line-height: 28px;
    width: 17%;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    font-size: 12px;
    overflow: hidden;
    word-break: break-all;
    padding: 0 8px 0 8px;
    box-sizing: border-box;
}

.mesaj-konu {
    position: relative;
    box-sizing: border-box;
    line-height: 28px;
    width: calc(50% - 185px);
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    font-size: 12px;
}

.mesajlarim-satir {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    min-height: 38px;
    border-bottom: 1px solid #D0D0D0;
}

.klasor-img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7.5px 0 0 -7.5px;
}

.yaziyikucult {
    font-size: 11px;
}

.sonmesaj-ortala {
    line-height: 12px;
    text-align: right;
    margin-top: 12px;
    transform: translate(0,-50%);
    right: 3px;
}

.sonmesaj-img {
    float: right;
    margin: 3px;
}

.mgenislet a, .mgenislet span {
    text-align: center;
    position: absolute;
    top: 50%;
    line-height: 15px;
    margin-top: -7.5px;
    left: 0;
    right: 0;
}

.konugenislet {
    line-height: 16px;
    padding: 11px 0 11px 10px;
}

.alintigoster {
    position: absolute;
    line-height: 15px;
    top: 50%;
    margin-top: -7.5px;
    right: 5px;
}

.konugenislet .konuadi {
    max-width: calc(100% - 130px);
    float: left;
    width: auto;
}

.konugenislet .sayfasayisi {
    float: left;
    width: calc(100% - 130px);
    color: #5e5e5e;
    font-size: 9px;
}

.alintilar {
    width: calc(100% - 130px);
    height: auto;
    float: left;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 20px;
    box-sizing: border-box;
}

.mesaj-forum a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mesaj-yeni {
    width: 6%;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    position: relative;
}

.goruntuleme .mesaj-konu {
    width: calc(44% - 108px);
}

.goruntuleme .populerkonukapat {
    background-color: #5FB15F;
}

.klasor-bilgilendirme {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 7px;
}

    .klasor-bilgilendirme li {
        float: left;
        margin-right: 7px;
    }

        .klasor-bilgilendirme li img {
            float: left;
            margin-right: 5px;
            margin-top: -1px;
        }

/* MESAJIMIN GEÇTİĞİ KONU */

/* FAVORİLERİM */
.favorilerim .mesaj-kapat {
    width: 25px;
    min-width: 25px;
}

.favorilerim .mesaj-bildirim {
    width: 6%;
    float: left;
    height: auto;
    position: relative;
}

.favorilerim .mesaj-sec {
    width: 30px;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    display: flex;
}

.favorilerim .mesaj-konu {
    width: calc(49% - 98px);
}

.favorilerim .mesaj-kapat a {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    right: 0;
}

.favorilerim .silsec {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 30px;
}

.silsec .silsec-check {
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    top: 50%;
    margin: -6px 0 0 -6px;
}

.favorilerim .mesajlarimbaslik {
    display: flex;
}

.favorilerim .mesaj-klasor {
    min-width: 40px;
    width: 40px;
}

.favorilerim .secilenisil {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 18px;
    top: 50%;
    margin: -10px 0 0 -14px;
    font-size: 12px;
}

.ackapaswitch {
    width: 52px;
    height: 22px;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -26px;
    position: absolute;
}

.favorilerim .favoriadim {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 9px;
}

.favoriadim img {
    float: left;
    margin: 2px 1px 0 0;
}

.butunbildirimlerikapat {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 11px;
}

.favbuttons {
    border: 1px solid #ecb04b;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    padding: 5px 0;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    background: #ecb04b;
}

    .favbuttons .not {
        display: inline-block;
        float: left;
        margin: 2px 5px 0 10px;
    }

    .favbuttons .button {
        display: inline-block;
        float: left;
        margin: 0 0 0 5px;
        background: #f1f1f1;
        border-radius: 3px;
        padding: 1.5px 7px;
        font-size: 11px;
        font-weight: bold;
        color: #333;
    }

        .favbuttons .button.active {
            background: #fff url(/static/forum/img/fav-aktifsiralama.png) 5px no-repeat;
            color: #000;
            padding-left: 25px;
        }

.switch {
    display: inline-block;
    width: 35px;
    height: 16px;
    background: #ccc;
    margin: 4px 3px 0 12px;
    border-radius: 7px;
    border: 1px solid #fff;
}

    .switch span {
        display: inline-block;
        width: 14px;
        height: 12px;
        background: #dedede;
        border: 1px solid #fff;
        border-radius: 5px;
        margin: 1px;
    }

    .switch.acik {
        background-image: -ms-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: -moz-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: -o-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1020, color-stop(0, #FEBF55), color-stop(1, #FF6600));
        background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
    }

        .switch.acik:hover {
            background: #f80;
        }

        .switch.acik span {
            float: right;
            background: #666;
        }

    .switch.kapali {
        background-image: -ms-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: -moz-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: -o-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1020, color-stop(0, #FFFFFF), color-stop(1, #DEDEDE));
        background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
    }

        .switch.kapali:hover {
            background: #dedede;
        }

        .switch.kapali span {
            float: left;
            background: #999;
        }

.switchmass {
    display: inline-block;
    width: 35px;
    height: 16px;
    background: #ccc;
    margin: 4px 3px 0 12px;
    border-radius: 7px;
    border: 1px solid #fff;
}

    .switchmass span {
        display: inline-block;
        width: 14px;
        height: 12px;
        background: #dedede;
        border: 1px solid #fff;
        border-radius: 5px;
        margin: 1px;
    }

    .switchmass.acik {
        background-image: -ms-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: -moz-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: -o-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1020, color-stop(0, #FEBF55), color-stop(1, #FF6600));
        background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
        background-image: radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
    }

        .switchmass.acik:hover {
            background: #f80;
        }

        .switchmass.acik span {
            float: right;
            background: #666;
        }

    .switchmass.kapali {
        background-image: -ms-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: -moz-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: -o-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1020, color-stop(0, #FFFFFF), color-stop(1, #DEDEDE));
        background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
        background-image: radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
    }

        .switchmass.kapali:hover {
            background: #dedede;
        }

        .switchmass.kapali span {
            float: left;
            background: #999;
        }

.favaratut {
    float: right;
    position: relative;
    margin-right: 10px;
}

    .favaratut input[type=text] {
        border: 1px solid #e0a034;
        border-radius: 5px;
        padding: 5px 40px 5px 5px;
        outline: none;
        box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.13);
    }

    .favaratut button {
        position: absolute;
        width: 39px;
        height: 27px;
        cursor: pointer;
        right: 0;
        top: 0;
        background: url('/static/forum/img/favarabutton.png')no-repeat center center;
        border: none;
        outline: none;
        background-color: rgba(189, 189, 189, 0.26);
        border-radius: 0 5px 5px 0;
    }
/* FAVORİLERİM */

/* TASLAKLARIM */
.taslaklarim .forumyonlendirici {
    margin-top: 0;
}

.taslaklarim .taslak-filtre {
    float: right;
}

.taslak-filtre .delete {
    margin-right: 5px;
    background: #900 url(/static/forum/img/gem_remove.png) center left 6px no-repeat;
    color: #fff;
    line-height: 24px;
    height: 24px;
    margin-top: 0;
    padding-left: 22px;
    width: 0;
    overflow: hidden;
}

.taslaklarim .mesaj-tarih {
    width: 220px;
    float: left;
    height: auto;
    position: relative;
}

    .taslaklarim .mesaj-tarih span {
        line-height: 14px;
        top: 50%;
        right: 10px;
        margin-top: -7px;
        width: 100%;
        text-align: right;
        position: absolute
    }

.taslaklarim .mesaj-konu {
    width: calc(66% - 268px);
}
/* TASLAKLARIM */

/* GEÇMİŞ */
.gecmis h1 {
    width: 100%;
    float: left;
    height: auto;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 20px;
}

    .gecmis h1 img {
        float: left;
        margin: 1px 3px 1px 1px;
    }

.gecmis .infobuttons {
    float: left;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    background: #ecb04b;
}

.infobuttons .button {
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    background: #f1f1f1;
    border-radius: 3px;
    padding: 0 7px;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

    .infobuttons .button.deactive {
        background: #dedede;
        color: #999;
        pointer-events: none;
    }

.infobuttons .search {
    float: left;
    display: inline-block;
    margin: 0 5px 0 5px;
    position: relative;
}

    .infobuttons .search .box {
        display: inline-block;
        float: left;
        border: 1px solid #ccc;
        border-right: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        line-height: 24px;
        height: 22px;
        padding: 0 5px;
        width: 120px;
        margin: 0;
        outline: none;
        color: #999;
        background: #f1f1f1;
    }

.infobuttons .iconbilgiler {
    display: inline-block;
    float: left;
}

.iconbilgiler .iconbilgi {
    margin: 3px 0 0 5px;
    display: inline-block;
    float: left;
    background: #f90;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    cursor: pointer;
}

    .iconbilgiler .iconbilgi.aktif {
        background: #fff;
        border: 1px solid #fff;
        box-shadow: 0 0 7px #fff;
    }

.infobuttons .lastvisit {
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
}

.infobuttons .button .gecmisdurum {
    display: inline-block;
    float: right;
    width: 50px;
    height: 16px;
    background: #ccc;
    margin: 4px 3px 0 12px;
    border-radius: 5px;
    border: 1px solid #fff;
}

    .infobuttons .button .gecmisdurum.kapali {
        background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, #FFFFFF 0%, #DEDEDE 100%);
    }

    .infobuttons .button .gecmisdurum span {
        display: inline-block;
        width: 18px;
        height: 12px;
        background: #dedede;
        border: 1px solid #fff;
        border-radius: 3px;
        margin: 1px;
    }

    .infobuttons .button .gecmisdurum.kapali span {
        float: left;
        background: #999;
        border: 1px solid #999;
    }

    .infobuttons .button .gecmisdurum.acik {
        background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, #FEBF55 0%, #FF6600 100%);
    }

        .infobuttons .button .gecmisdurum.acik span {
            float: right;
        }

.gecmis .day {
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: block;
    padding: 3px 53px;
    line-height: 20px;
    font-size: 12px;
    background: #dedede;
    font-weight: bold;
    color: #000;
}

.gecmis .gecmis-satir {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 4px 0;
    line-height: 17px;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #dedede;
}

    .gecmis .gecmis-satir:nth-child(2n+2) {
        background-color: #f1f1f1;
    }

    .gecmis .gecmis-satir:nth-child(2n+1) {
        background-color: #fff;
    }

.gecmis-satir .select-item {
    width: 18px;
    float: left;
    margin-left: 5px;
    visibility: hidden;
}

.gecmis-satir:hover > .select-item {
    visibility: visible;
}

.select-item input:checked {
    visibility: visible !important;
}

.gecmis-satir .gecmis-tarihi {
    float: left;
    margin-left: 6px;
    color: #666;
    font-size: 12px;
    width: 40px;
    text-align: center;
}

.gecmis-satir .gecmis-icon {
    float: left;
    margin-left: 6px;
    width: 16px;
}

.gecmis-satir .gecmis-konu {
    float: left;
    margin-left: 6px;
    color: #333;
}

    .gecmis-satir .gecmis-konu a {
        float: left;
    }

.gecmis-konu .icondetay {
    margin: 1px 0 0 5px;
    display: inline-block;
    float: left;
    cursor: help;
    background: #dedede;
    padding: 3px;
    border-radius: 3px;
}

    .gecmis-konu .icondetay:hover {
        background: #ccc;
    }

.gecmis .gecmis-sonmesaj {
    float: left;
    font-size: 10px;
    margin-left: 10px;
}

.gecmis-sonmesaj a {
    float: right !important;
    background: url(/static/forum/img/sonmesaj2.gif) right 4px no-repeat;
    padding-right: 16px;
}

.gecmis-satir .gecmis-yildiz {
    float: right;
    margin-right: 6px;
}

.gecmis-yildiz a {
    width: 16px;
    height: 16px;
    float: left;
}

.gecmis-yildiz .yildizekle {
    background: url(/static/forum/img/yildizekle.png)center center no-repeat;
}

    .gecmis-yildiz .yildizekle:hover {
        background: url(/static/forum/img/yildizli.png)center center no-repeat;
    }

.gecmis-yildiz .yildizkaldir {
    background: url(/static/forum/img/yildizli.png)center center no-repeat;
}

    .gecmis-yildiz .yildizkaldir:hover {
        background: url(/static/forum/img/yildizekle.png)center center no-repeat;
    }

.gecmis-sonmesaj img {
    float: left;
    margin-top: 2px;
}

.gecmis .dahaeski {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    background: #ecb04b;
}

.dahaeski a {
    display: inline-block;
    float: left;
    margin: 0 0 0 15px;
    font-weight: bold;
}

.dahaeski .prev {
    background: url(/static/forum/img/history-back.png) left no-repeat;
    padding: 0 0 0 20px;
}
/* GEÇMİŞ */

/* HESAP ETKİNLİĞİ */
.hesapetkinlik h1 {
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    font-weight: normal;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 20px;
}

.hesapetkinlik .altbilgi {
    text-align: center;
    float: left;
    margin-top: 7px;
    width: 100%;
    display: inline-block;
    font: 12px Verdana;
}

.hesapetkinlik .infobuttons {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    background: #ecb04b;
    margin-top: 25px;
}

.hesapetkinlik .day {
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: block;
    padding: 3px 5px;
    line-height: 20px;
    font-size: 12px;
    background: #dedede;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #d0d0d0;
}

    .hesapetkinlik .day .icmetin {
        margin: 0 7px;
    }

.hesapetkinlik .hesap-satir {
    display: flex;
    font-size: 12px;
    width: 100%;
    float: left;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #d0d0d0;
}

    .hesapetkinlik .hesap-satir:nth-child(2n+1) {
        background-color: #f1f1f1;
    }

    .hesapetkinlik .hesap-satir:nth-child(2n+2) {
        background-color: #ffffff;
    }

.hesap-satir .hesap-tarayici, .hesap-satir .hesap-aktiflik {
    padding-left: 10px;
    box-sizing: border-box;
    width: 14%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
}

.hesap-satir .hesap-konum, .hesap-satir .hesap-zaman {
    padding-left: 10px;
    box-sizing: border-box;
    width: 32%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
}

.hesap-satir .hesap-surum {
    padding-left: 10px;
    box-sizing: border-box;
    width: calc(7% - 5px);
    float: left;
    height: auto;
    text-align: center;
}

    .hesap-satir .hesap-surum img {
        padding: 3px 0 3px 0px;
    }

.hesapetkinlik .page {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    background: #ecb04b;
}

    .hesapetkinlik .page .altic {
        margin: 0 10px;
    }
/* HESAP ETKİNLİĞİ */

/* İKİNCİ EL YENİ KONU AÇ */
.radiotutucu {
    float: left;
    display: inline-block;
}

    .radiotutucu .sec {
        float: left;
        display: inline-block;
        margin: 4px 3px 0 0;
    }

    .radiotutucu label {
        float: left;
        display: inline-block;
        line-height: 22px;
        margin: 0 10px 0 0;
    }

.etikethelp {
    background: #f60;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 16px;
    font-weight: bold;
    cursor: help;
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 13px;
}

.konuacuyari {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #f00;
    background: #feeeee;
    font-weight: bold;
    padding: 20px !important;
}
/* İKİNCİ EL YENİ KONU AÇ */

/* ÜYE LİSTESİ */
.uyelistesifiltre {
    box-sizing: border-box;
    margin-top: 16px;
    width: 100%;
    display: inline-block;
    padding: 5px 0 0 0;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    background: #ecb04b;
}

    .uyelistesifiltre .blok {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
    }

    .uyelistesifiltre .not {
        display: inline-block;
        float: left;
        margin: 0 5px 5px 10px;
    }

    .uyelistesifiltre .secmeli {
        display: inline-block;
        float: left;
        margin: 0 0 5px 5px;
    }

        .uyelistesifiltre .secmeli select {
            display: inline-block;
            margin: 0;
            padding: 3px 4px 3px 4px;
            border-radius: 3px;
            font-size: 11px;
            font-weight: bold;
            color: #333;
            height: 24px;
            border: none;
            background: #f1f1f1;
            outline: none;
        }

    .uyelistesifiltre .button {
        display: inline-block;
        float: left;
        margin: 0 0 5px 5px;
        background: #f1f1f1;
        border-radius: 3px;
        padding: 0 7px;
        font-size: 11px;
        font-weight: bold;
        color: #333;
    }

        .uyelistesifiltre .button:hover {
            background: #fff;
            color: #000;
        }

        .uyelistesifiltre .button.active {
            background: #fff url(/static/forum/img/fav-aktifsiralama.png) 5px no-repeat;
            color: #000;
            padding-left: 25px;
        }

.uyebul {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    padding: 5px;
    box-sizing: border-box;
}

    .uyebul .uyearama {
        float: left;
        height: 30px;
        padding: 0 5px;
        font-size: 16px;
        color: #333;
        outline: none;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #ccc;
        width: calc(100% - 250px);
    }

    .uyebul .uyebuton1 {
        height: 30px;
        width: 100px;
        margin: 0 0 0 5px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        float: left;
        background: #f60;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        outline: none;
    }

    .uyebul .uyebuton2 {
        height: 30px;
        line-height: 30px;
        width: 140px;
        margin: 0 0 0 5px;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        float: left;
        background: #dedede;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        outline: none;
        text-align: center;
    }

.uyelistesi {
    width: 100%;
    height: auto;
    float: left;
    padding: 0.5%;
    box-sizing: border-box;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

    .uyelistesi .uyekutu {
        position: relative;
        width: 33%;
        float: left;
        height: 120px;
        margin: 0 0.2% 5px 0;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

.uyekutu .uye-left {
    padding: 1% 0 0 1%;
    float: left;
    width: 15%;
    box-sizing: border-box;
}

.uye-left .uye-avatar {
    width: 100%;
    height: auto;
    float: left;
}

.uye-avatar img {
    max-width: 60px;
    max-height: 60px;
    float: left;
    border-radius: 2px;
}

.uyekutu .uye-social {
    float: left;
    width: 60px;
}

    .uyekutu .uye-social a {
        float: left;
        margin: 3px 6px 0 0;
    }

.uye-social a:nth-child(3n+3) {
    margin-right: 0;
}

.uyekutu .uye-right {
    width: 85%;
    float: left;
    height: 100%;
    padding: 1% 1% 0 0;
    box-sizing: border-box;
    position: relative;
}

.uye-right h1 {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.uye-right .uye-satir {
    float: left;
    width: 100%;
    height: 17px;
    line-height: 17px;
    margin-top: 4px;
}

.uye-right .uyesec {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 10px;
    color: #999;
    line-height: 12px;
}

.uyekutu .simgeli {
    position: absolute;
    top: 10px;
    right: 10px;
}

.uyekutu .mesajsayisi {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 12px;
}

.uyelistesi-alt {
    width: 100%;
    float: left;
    height: 28px;
    background-color: #d0d0d0;
    line-height: 28px;
}

.uyelistesi-yasla {
    float: right;
    margin-right: 7px;
}
/* ÜYE LİSTESİ */

/* YENİ KAYİT 1 */
.forumanlasmasi {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
}

    .forumanlasmasi h1 {
        width: 100%;
        float: left;
        text-align: center;
        background-color: #DFDFDF;
        color: #FF6000;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        border-bottom: 1px solid #d0d0d0;
        margin: 0;
    }

.kayitasamasi {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}

    .kayitasamasi .kayitortala {
        width: 520px;
        height: auto;
        margin: 10px auto;
    }

.kayitortala .kayitasama-1 {
    width: 90px;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 15px;
    text-align: center;
}

    .kayitortala .kayitasama-1.active {
        font-weight: bold;
    }

    .kayitortala .kayitasama-1 .kayitno {
        width: 20px;
        height: 100%;
        float: left;
    }

    .kayitortala .kayitasama-1 .kayitadi {
        float: left;
        width: 70px;
    }

.kayitortala .kayitok {
    float: left;
    margin: 11px 11px 0 11px;
}

.forumanlasmasi .anlasmadetayi {
    width: 100%;
    height: 400px;
    float: left;
    overflow: auto;
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #fff;
}
/* YENİ KAYİT 1 */

/* YENİ KAYİT 2 */
.forumanlasmasi .uyelik-satir {
    width: 100%;
    float: left;
    height: auto;
    min-height: 40px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
}

.uyelik-satir .uyelik-istenen {
    width: 25%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
}

.uyelik-satir .uyelik-verilen {
    width: 75%;
    float: left;
    height: auto;
}

.uyelik-istenen span {
    font: 11px verdana;
    color: #000;
    font-weight: bold;
    top: 50%;
    left: 25px;
    position: absolute;
    line-height: 16px;
    margin-top: -8px;
}

.uyelik-verilen .connect-facebook {
    float: left;
    margin: 5px 20px 5px 20px;
}

.uyelik-verilen span {
    float: left;
    line-height: 15px;
    width: 44%;
    padding: 5px 0 5px 0;
}

.uyelik-verilen .yenikayit-input {
    width: 270px;
    height: 20px;
    margin: 10px;
    float: left
}

.uyelik-verilen .sifreguvenligi {
    margin: 5px 0 0 5px;
    width: 270px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

    .uyelik-verilen .sifreguvenligi.girilmedi {
        background-color: red;
    }

    .uyelik-verilen .sifreguvenligi.zayif {
        background-color: #FF7E00;
    }

    .uyelik-verilen .sifreguvenligi.orta {
        background-color: #FFC20E;
    }

    .uyelik-verilen .sifreguvenligi.guvenli {
        background-color: #FFF210;
    }

    .uyelik-verilen .sifreguvenligi.cokiyi {
        background-color: #A8E61D;
    }

.uyelik-verilen .sifretavsiye {
    padding: 12.5px 0 0 12.5px;
    margin-left: 12.5px;
}

.uyelik-verilen .onaylamakodu {
    float: left;
    margin: 7px;
}

.uyelik-verilen .koddinle {
    line-height: 40px;
    float: left;
}

    .uyelik-verilen .koddinle img {
        float: left;
        margin-top: 12px;
    }
/* YENİ KAYİT 2 */

/* KULLANICI PROFİLİ */
.profile-new {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background: #ecaf48;
    text-align: left;
    border-radius: 7px;
    padding: 10px 0 0 0;
    word-wrap: break-word;
}

    .profile-new div, .profile-new span, .profile-new a, .profile-new img, .profile-new p {
        display: inline-block;
    }

    .profile-new .left-column {
        width: 30%;
        float: left;
        margin: 0 0 0 1%;
    }

        .profile-new .left-column .userinfo {
            width: 94%;
            margin: 0 0 10px 0;
            padding: 10px 3% 5px 3%;
            background: #f1f1f1;
            border-radius: 3px;
            text-align: center;
        }

            .profile-new .left-column .userinfo .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
                text-align: left;
            }

                .profile-new .left-column .userinfo .title .linkler {
                    float: right;
                    font-size: 12px;
                    font-weight: normal;
                    margin: 0 0 0 10px;
                    display: none;
                }

            .profile-new .left-column .userinfo:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .left-column .userinfo .list {
                width: 100%;
                font-size: 11px;
            }

                .profile-new .left-column .userinfo .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 5px 0;
                }

                    .profile-new .left-column .userinfo .list .line span {
                        width: 100%;
                        font-weight: bold;
                    }

                    .profile-new .left-column .userinfo .list .line.nickname {
                        font-size: 18px;
                        line-height: 20px;
                    }

                    .profile-new .left-column .userinfo .list .line.banned {
                        color: #f00;
                    }

                        .profile-new .left-column .userinfo .list .line.banned span {
                            font-size: 13px;
                        }

                    .profile-new .left-column .userinfo .list .line.star {
                        margin: 0 0 3px 0;
                    }

                    .profile-new .left-column .userinfo .list .line.rank {
                        margin: 0 0 5px 0;
                    }

        .profile-new .left-column .box {
            width: 94%;
            margin: 0 0 10px 0;
            padding: 10px 3% 5px 3%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .left-column .box.moderation {
                background: #ffedce;
            }

            .profile-new .left-column .box.addition {
                background: #fff;
                margin: -15px 0 10px 0;
            }

            .profile-new .left-column .box.subscription {
                background: #f1f1f1;
                margin: -15px 0 10px 0;
                padding-bottom: 10px;
            }

                .profile-new .left-column .box.subscription .follow {
                    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF ), color-stop(1, #CCCCCC ));
                    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
                    float: right;
                    color: #333;
                    font-weight: bold;
                    padding: 0 13px;
                    font-size: 14px;
                    font-family: Arial, Helvetica, sans-serif;
                    border-radius: 5px;
                    line-height: 30px;
                    height: 30px;
                    border: 1px solid #DEDEDE;
                }

                    .profile-new .left-column .box.subscription .follow:hover {
                        border: 1px solid #999;
                    }

                    .profile-new .left-column .box.subscription .follow.unfollow {
                        background-image: -ms-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: -moz-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: -o-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8AA00 ), color-stop(1, #A67E00 ));
                        background-image: -webkit-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: linear-gradient(to bottom, #E8AA00 0%, #A67E00 100%);
                        color: #fff;
                        border: 1px solid #E8AA00;
                    }

                        .profile-new .left-column .box.subscription .follow.unfollow:hover {
                            border: 1px solid #856500;
                        }

                .profile-new .left-column .box.subscription .numbers {
                    float: left;
                    margin: 3px 10px 0 0;
                }

                    .profile-new .left-column .box.subscription .numbers .number {
                        float: left;
                        font-size: 28px;
                        line-height: 24px;
                        font-weight: bold;
                        color: #333;
                        margin: 0 5px 0 0;
                    }

                    .profile-new .left-column .box.subscription .numbers .type {
                        float: left;
                        font-size: 10px;
                        line-height: 12px;
                        color: #333;
                    }

                        .profile-new .left-column .box.subscription .numbers .type.middle {
                            line-height: 24px;
                        }

            .profile-new .left-column .box .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .left-column .box .title .linkler {
                    float: right;
                    font-size: 12px;
                    font-weight: normal;
                    margin: 0 0 0 10px;
                    display: none;
                }

            .profile-new .left-column .box:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .left-column .box .list {
                width: 100%;
                font-size: 11px;
            }

                .profile-new .left-column .box .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 5px 0;
                }

                    .profile-new .left-column .box .list .line a.profil {
                        float: right;
                        color: #424242;
                    }

                    .profile-new .left-column .box .list .line img {
                        float: left;
                        margin: 0 5px 0 0;
                        width: 16px;
                        height: 16px;
                    }

                    .profile-new .left-column .box .list .line a {
                        display: inline;
                    }

                    .profile-new .left-column .box .list .line input {
                        display: inline-block;
                        float: right;
                        outline: none;
                    }

                .profile-new .left-column .box .list .box-photo {
                    width: 32%;
                    max-height: 130px;
                    overflow: hidden;
                    margin: 0 1px 5px 1%;
                    float: left;
                }

                    .profile-new .left-column .box .list .box-photo span.text {
                        background-color: #ffffff;
                        font-size: 11px;
                        text-align: center;
                        padding: 3px 5px;
                        box-sizing: border-box;
                        border-radius: 3px 3px 0 0;
                        line-height: 13px;
                        width: 100%;
                        float: left;
                    }

                    .profile-new .left-column .box .list .box-photo a {
                        width: 100%;
                    }

                    .profile-new .left-column .box .list .box-photo img {
                        width: 100%;
                    }

        .profile-new .left-column .friends {
            width: 94%;
            margin: 0 0 10px 0;
            padding: 10px 3% 5px 3%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .left-column .friends .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .left-column .friends .title span {
                    margin: 0 0 0 5px;
                    background: #dedede;
                    border-radius: 5px;
                    padding: 0 4px;
                    line-height: 20px;
                    font-weight: normal;
                    font-size: 12px;
                }

            .profile-new .left-column .friends .list {
                width: 100%;
                font-size: 11px;
            }

                .profile-new .left-column .friends .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 5px 0;
                }

                    .profile-new .left-column .friends .list .line img {
                        float: left;
                        margin: 0 5px 0 0;
                        width: 16px;
                        height: 16px;
                    }

                    .profile-new .left-column .friends .list .line a {
                        display: inline;
                    }

                .profile-new .left-column .friends .list .friend {
                    width: 100%;
                    line-height: 32px;
                    margin: 0 0 10px 0;
                    font-size: 12px;
                }

                    .profile-new .left-column .friends .list .friend img {
                        float: left;
                        margin: 0 10px 0 0;
                        width: 32px;
                        height: 32px;
                    }

                    .profile-new .left-column .friends .list .friend a {
                        display: inline;
                        font-weight: bold;
                    }

                        .profile-new .left-column .friends .list .friend a span {
                            font-weight: normal;
                            font-size: 11px;
                        }

    .profile-new .right-feed {
        width: 67%;
        float: right;
        margin: 0 1% 0 0;
    }

        .profile-new .right-feed .tabs {
            width: 96%;
            margin: 0 2% -2px 2%;
            border-radius: 3px;
        }

            .profile-new .right-feed .tabs a {
                float: left;
                padding: 0 20px;
                line-height: 24px;
                font-size: 12px;
                font-weight: bold;
                background: #fff;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                margin: 0 15px 0 0;
                color: #666;
                border: 1px solid #fff;
                border-bottom: none;
            }

                .profile-new .right-feed .tabs a:hover {
                    background: #f1f1f1;
                    color: #000;
                }

                .profile-new .right-feed .tabs a.active {
                    background: #f1f1f1;
                    border: 1px solid #f1f1f1;
                    border-bottom: none;
                    color: #000;
                }

        .profile-new .right-feed .box {
            width: 98%;
            margin: 0 0 10px 0;
            padding: 10px 1% 5px 1%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .right-feed .box.moderation {
                background: #ffedce;
            }

            .profile-new .right-feed .box .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .right-feed .box .title .warning {
                    font-weight: normal;
                    font-size: 12px;
                    color: #ccc;
                }

            .profile-new .right-feed .box:hover > .title .warning {
                color: #f00;
            }

            .profile-new .right-feed .box .title .filter {
                float: right;
                margin: 0 0 0 10px;
            }

                .profile-new .right-feed .box .title .filter select {
                    outline: none;
                }

                .profile-new .right-feed .box .title .filter.oldstyle {
                    font-size: 12px !important;
                    font-weight: normal;
                    color: #999;
                }

                    .profile-new .right-feed .box .title .filter.oldstyle .aktif {
                        font-weight: bold;
                        background: #999;
                        padding: 0 7px;
                        border-radius: 3px;
                        color: #fff;
                    }

                .profile-new .right-feed .box .title .filter a img {
                    float: left;
                    display: inline-block;
                    margin: 2px 2px 0 0;
                }

            .profile-new .right-feed .box .title .linkler {
                float: right;
                font-size: 12px;
                font-weight: normal;
                margin: 0 0 0 10px;
                display: none;
            }

            .profile-new .right-feed .box:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .right-feed .box .list {
                width: 100%;
                font-size: 12px;
            }

                .profile-new .right-feed .box .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 10px 0;
                    position: relative;
                }

                    .profile-new .right-feed .box .list .line img {
                        float: left;
                        margin: 0 5px 0 0;
                        width: 16px;
                        height: 16px;
                    }

                    .profile-new .right-feed .box .list .line .deletethis {
                        position: absolute;
                        top: 0;
                        right: 0;
                        background: #ccc;
                        color: #333;
                        padding: 0 3px;
                        border-radius: 3px;
                        font-weight: bold;
                        font-size: 10px;
                        visibility: hidden;
                    }

                .profile-new .right-feed .box .list:hover > .line .deletethis {
                    visibility: visible;
                }

                .profile-new .right-feed .box .list .line .deletethis:hover {
                    background: #f00;
                    color: #fff;
                }

                .profile-new .right-feed .box .list .line .stats {
                    float: right;
                    margin: 0 20px 0 10px;
                    font-size: 11px;
                    color: #666;
                }

                    .profile-new .right-feed .box .list .line .stats .baska {
                        float: right;
                        display: inline-block;
                        background: #fff;
                        font-weight: bold;
                        color: #333;
                        padding: 0 4px;
                        margin: 0 0 0 4px;
                        border-radius: 3px;
                        cursor: help;
                        position: relative;
                    }

                        .profile-new .right-feed .box .list .line .stats .baska .gosterelim {
                            display: inline-block;
                            position: absolute;
                            top: -6px;
                            right: -5px;
                            background: #fff;
                            border: 2px solid #ccc;
                            border-radius: 5px;
                            padding: 4px 10px;
                            width: 260px;
                            text-align: center;
                            color: #333;
                            font-weight: normal;
                            visibility: hidden;
                        }

                        .profile-new .right-feed .box .list .line .stats .baska:hover > .gosterelim {
                            visibility: visible;
                        }

                .profile-new .right-feed .box .list .line.imza {
                    width: 690px;
                    background: #f1f1f1;
                }

                    .profile-new .right-feed .box .list .line.imza img {
                        width: auto;
                        height: auto;
                        float: inherit;
                    }

                .profile-new .right-feed .box .list .line.hakkinda img {
                    width: auto;
                    height: auto;
                    float: inherit;
                }

                .profile-new .right-feed .box .list .line textarea {
                    width: 100% !important;
                    min-height: 160px;
                    line-height: 16px;
                    outline: none;
                }

                .profile-new .right-feed .box .list .line a {
                    display: inline;
                }

                .profile-new .right-feed .box .list .summary {
                    width: 100%;
                    line-height: 16px;
                    margin: -5px 0 15px 0;
                    color: #999;
                    font-size: 11px !important;
                }

                    .profile-new .right-feed .box .list .summary a {
                        color: #999;
                    }

                        .profile-new .right-feed .box .list .summary a:hover {
                            color: #f00;
                        }

        .profile-new .right-feed .choices {
            width: 98%;
            margin: 0 0 10px 0;
            padding: 10px 1% 0 1%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .right-feed .choices .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .right-feed .choices .title .filter {
                    float: right;
                    margin: 0 0 0 10px;
                }

                    .profile-new .right-feed .choices .title .filter select {
                        outline: none;
                    }

                .profile-new .right-feed .choices .title .linkler {
                    float: right;
                    font-size: 12px;
                    font-weight: normal;
                    margin: 0 0 0 10px;
                    display: none;
                }

            .profile-new .right-feed .choices:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .right-feed .choices .list {
                width: 100%;
                font-size: 12px;
            }

                .profile-new .right-feed .choices .list .line {
                    width: 33%;
                    float: left;
                    line-height: 15px;
                    margin: 0 0 15px 0;
                    height: 30px;
                    overflow: hidden;
                }

                    .profile-new .right-feed .choices .list .line img {
                        float: left;
                        margin: 0 10px 0 0;
                        width: 30px;
                        height: 30px;
                        border-radius: 5px;
                    }

                    .profile-new .right-feed .choices .list .line a {
                        display: inline;
                    }


div#user-ref {
    background: url(https://forum.donanimhaber.com/img/ref-background.gif) top repeat-x #FFF;
    border: 1px solid #CCC;
    border-width: 0 1px 2px 1px;
    padding: 5px;
    margin: 5px 5px 8px 5px;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

dl.ref-rating {
    width: 12%;
}

dl.ref-rating, dl.ref-product, dl.ref-comment {
    margin: 0 5px;
    float: left;
    border-right: 1px solid #fff;
    min-height: 40px;
}

    dl.ref-rating dd, dl.ref-product dd, dl.ref-comment dd {
        margin: 0 0 5px 0;
        font-weight: bold;
    }

.profile-new div, .profile-new span, .profile-new a, .profile-new img, .profile-new p {
    display: inline-block;
}

dl.ref-product {
    width: 40%;
}

/* KULLANICI PROFİLİ */

/* KONU İÇİ KULANICI TAKİBİ*/
.akisdetay {
    Margin: 0 0 0 5px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    position: relative;
}

    .akisdetay .toplam {
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: inline-block;
        background: #FFF;
        color: #f30;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border-radius: 3px;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
    }

        .akisdetay .toplam:hover {
            background: #ccc;
            color: #000;
        }

        .akisdetay .toplam.active {
            background: #dedede;
            color: #000;
        }

    .akisdetay .yeni {
        position: absolute;
        top: -4px;
        right: -4px;
        height: 13px;
        padding: 0 3px;
        line-height: 13px;
        font-size: 10px;
        color: #fff !important;
        background: #f30;
        border-radius: 6px;
    }

    .akisdetay .akisozet {
        width: 440px;
        position: absolute;
        top: 28px;
        left: -1px;
        background: #fff;
        box-shadow: 5px 5px 5px #ccc;
        line-height: 14px;
        font-size: 11px;
        border: 1px solid #ccc;
        z-index: 9999;
    }

        .akisdetay .akisozet .tek {
            width: 420px;
            display: inline-block;
            padding: 10px;
            background: #fff;
            border-bottom: 1px solid #ccc;
        }

            .akisdetay .akisozet .tek span {
                width: 390px;
                display: inline-block;
                font-size: 13px;
                margin: 3px 0 0 20px;
                font-weight: bold;
                line-height: 16px;
            }

                .akisdetay .akisozet .tek span .fotolar img {
                    max-width: 100px !important;
                    max-height: 80px !important;
                }

            .akisdetay .akisozet .tek.ilk {
                width: 420px;
                font-weight: bold;
                padding: 10px 10px;
                font-size: 14px;
                background: none !important;
                box-shadow: none !important;
            }

            .akisdetay .akisozet .tek.son {
                text-align: center;
                padding: 8px 10px;
            }

        .akisdetay .akisozet .statuses {
            background: #f1f1f1;
            padding: 10px 0 0 0;
            border-bottom: 1px solid #ccc;
            display: inline-block;
            width: 440px;
        }

        .akisdetay .akisozet .tek.status {
            background: #fff !important;
            border: 1px solid #ccc;
            border-radius: 8px;
            margin: 0 10px 10px 10px;
            width: 400px;
        }

        .akisdetay .akisozet .tek a.takip {
            float: right;
            font-weight: normal;
            font-size: 10px;
        }

        .akisdetay .akisozet .tek img {
            box-shadow: none;
            float: left;
            margin: 0 5px 0 0;
            background: none;
        }

        .akisdetay .akisozet .tek:hover {
            background: #f1f1f1;
        }
/* KONU İÇİ KULANICI TAKİBİ*/

/* KULLANICI PROFİLİ TAKİP SİSTEMİ */
.takipakis {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background: #ecaf48;
    text-align: left;
    border-radius: 7px;
    padding: 10px 0 0 0;
    word-wrap: break-word;
}

    .takipakis div, .takipakis span, .takipakis a, .takipakis img, .takipakis p {
        display: inline-block;
    }

    .takipakis a {
        color: #000;
    }

.info {
    font: 11px Verdana;
    display: inline-block;
}

.takipakissol {
    width: 30%;
    float: left;
    margin: 0 0 0 1%;
}

    .takipakissol .userinfo {
        width: 94%;
        margin: 0 0 10px 0;
        padding: 10px 3% 5px 3%;
        background: #f1f1f1;
        border-radius: 3px;
        text-align: center;
    }

        .takipakissol .userinfo .title {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px 0;
            line-height: 20px;
            border-bottom: 1px solid #ccc;
            padding: 0 0 5px 0;
            text-align: left;
        }

            .takipakissol .userinfo .title .linkler {
                float: right;
                font-size: 12px;
                font-weight: normal;
                margin: 0 0 0 10px;
                display: none;
            }

        .takipakissol .userinfo:hover > .title .linkler {
            display: inline-block;
        }

        .takipakissol .userinfo .list {
            width: 100%;
            font-size: 11px;
        }

            .takipakissol .userinfo .list .line {
                width: 100%;
                line-height: 16px;
                margin: 0 0 5px 0;
            }

                .takipakissol .userinfo .list .line span {
                    width: 100%;
                    font-weight: bold;
                }

                .takipakissol .userinfo .list .line.nickname {
                    font-size: 18px;
                    line-height: 20px;
                }

                .takipakissol .userinfo .list .line.banned {
                    color: #f00;
                }

                    .takipakissol .userinfo .list .line.banned span {
                        font-size: 13px;
                    }

                .takipakissol .userinfo .list .line.star {
                    margin: 0 0 3px 0;
                }

                .takipakissol .userinfo .list .line.rank {
                    margin: 0 0 5px 0;
                }

    .takipakissol .box {
        width: 94%;
        margin: 0 0 10px 0;
        padding: 10px 3% 5px 3%;
        background: #f1f1f1;
        border-radius: 3px;
    }

        .takipakissol .box.addition {
            background: #fff;
            margin: -15px 0 10px 0;
        }

        .takipakissol .box.subscription {
            background: #f1f1f1;
            margin: -15px 0 10px 0;
            padding-bottom: 10px;
        }

            .takipakissol .box.subscription .follow {
                background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF ), color-stop(1, #CCCCCC ));
                background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
                float: right;
                color: #333;
                font-weight: bold;
                padding: 0 13px;
                font-size: 14px;
                font-family: Arial, Helvetica, sans-serif;
                border-radius: 5px;
                line-height: 30px;
                height: 30px;
                border: 1px solid #DEDEDE;
            }

                .takipakissol .box.subscription .follow:hover {
                    border: 1px solid #999;
                }

                .takipakissol .box.subscription .follow.unfollow {
                    background-image: -ms-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                    background-image: -moz-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                    background-image: -o-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8AA00 ), color-stop(1, #A67E00 ));
                    background-image: -webkit-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                    background-image: linear-gradient(to bottom, #E8AA00 0%, #A67E00 100%);
                    color: #fff;
                    border: 1px solid #E8AA00;
                }

                    .takipakissol .box.subscription .follow.unfollow:hover {
                        border: 1px solid #856500;
                    }

            .takipakissol .box.subscription .numbers {
                float: left;
                margin: 3px 10px 0 0;
            }

                .takipakissol .box.subscription .numbers .number {
                    float: left;
                    font-size: 28px;
                    line-height: 24px;
                    font-weight: bold;
                    color: #333;
                    margin: 0 5px 0 0;
                }

                .takipakissol .box.subscription .numbers .type {
                    float: left;
                    font-size: 10px;
                    line-height: 12px;
                    color: #333;
                }

                    .takipakissol .box.subscription .numbers .type.middle {
                        line-height: 24px;
                    }

        .takipakissol .box .title {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px 0; /*text-align:center;*/
            line-height: 20px;
            border-bottom: 1px solid #ccc;
            padding: 0 0 5px 0;
        }

            .takipakissol .box .title .linkler {
                float: right;
                font-size: 12px;
                font-weight: normal;
                margin: 0 0 0 10px;
                display: none;
            }

        .takipakissol .box:hover > .title .linkler {
            display: inline-block;
        }

        .takipakissol .box .list {
            width: 100%;
            font-size: 11px;
        }

            .takipakissol .box .list .line {
                width: 100%;
                line-height: 16px;
                margin: 0 0 5px 0;
            }

                .takipakissol .box .list .line img {
                    float: left;
                    margin: 0 5px 0 0;
                    width: 16px;
                    height: 16px;
                }

                .takipakissol .box .list .line a {
                    display: inline;
                }

                .takipakissol .box .list .line input {
                    display: inline-block;
                    float: right;
                    outline: none;
                }

            .takipakissol .box .list .box-photo {
                width: 32%;
                max-height: 100px;
                overflow: hidden;
                margin: 0 1px 5px 1%;
                float: left;
            }

                .takipakissol .box .list .box-photo a {
                    width: 100%;
                }

                .takipakissol .box .list .box-photo img {
                    width: 100%;
                }

    .takipakissol .followers {
        width: 94%;
        margin: 0 0 10px 0;
        padding: 10px 3% 5px 3%;
        background: #f1f1f1;
        border-radius: 3px;
    }

        .takipakissol .followers .title {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px 0; /*text-align:center;*/
            line-height: 20px;
            border-bottom: 1px solid #ccc;
            padding: 0 0 5px 0;
        }

            .takipakissol .followers .title span {
                margin: 0 0 0 5px;
                background: #dedede;
                border-radius: 5px;
                padding: 0 4px;
                line-height: 20px;
                font-weight: normal;
                font-size: 12px;
            }

        .takipakissol .followers .list {
            width: 100%;
            font-size: 11px;
        }

            .takipakissol .followers .list .line {
                width: 100%;
                line-height: 16px;
                margin: 0 0 5px 0;
            }

                .takipakissol .followers .list .line img {
                    float: left;
                    margin: 0 5px 0 0;
                    width: 16px;
                    height: 16px;
                }

                .takipakissol .followers .list .line a {
                    display: inline;
                }

            .takipakissol .followers .list .person {
                width: 100%;
                line-height: 32px;
                margin: 0 0 5px 0;
                font-size: 12px;
            }

                .takipakissol .followers .list .person .avatar {
                    float: left;
                    margin: 0 10px 0 0;
                    width: 50px;
                    height: 50px;
                    padding: 2px;
                    background: #fff;
                    border-radius: 5px;
                }

                    .takipakissol .followers .list .person .avatar img {
                        width: 50px;
                        height: 50px;
                    }

                .takipakissol .followers .list .person .info {
                    float: left;
                    font-size: 12px;
                    width: 70%;
                }

                    .takipakissol .followers .list .person .info .who {
                        display: block;
                        margin: 5px 0;
                    }

                        .takipakissol .followers .list .person .info .who a {
                            font-size: 14px;
                            font-weight: bold;
                        }

                    .takipakissol .followers .list .person .info .numbers {
                        width: 100%;
                        font-size: 10px;
                    }

    .takipakissol .istatistikler {
        width: 94%;
        margin: 0 0 10px 0;
        padding: 10px 3% 5px 3%;
        background: #f1f1f1;
        border-radius: 3px;
    }

        .takipakissol .istatistikler .title {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px 0; /*text-align:center;*/
            line-height: 20px;
            border-bottom: 1px solid #ccc;
            padding: 0 0 5px 0;
        }

            .takipakissol .istatistikler .title span {
                margin: 0 0 0 5px;
                background: #dedede;
                border-radius: 5px;
                padding: 0 4px;
                line-height: 20px;
                font-weight: normal;
                font-size: 12px;
            }

        .takipakissol .istatistikler .list {
            width: 100%;
            font-size: 11px;
        }

            .takipakissol .istatistikler .list .line {
                width: 100%;
                line-height: 16px;
                margin: 0 0 5px 0;
            }

                .takipakissol .istatistikler .list .line img {
                    float: left;
                    margin: 0 5px 0 0;
                    width: 16px;
                    height: 16px;
                }

                .takipakissol .istatistikler .list .line a {
                    display: inline;
                }

            .takipakissol .istatistikler .list .tek {
                width: 100%;
                line-height: 15px;
                margin: 0 0 10px 0;
                font-size: 11px;
            }

.takipakissag {
    width: 67%;
    float: right;
    margin: 0 1% 0 0;
}

    .takipakissag a:hover {
        text-decoration: underline !important;
    }

    .takipakissag .title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        margin: 5px 0 0 0;
    }

        .takipakissag .title .anabaslik {
            float: left;
            margin: 0 10px;
        }

    .takipakissag .tursecim {
        font-weight: bold;
        font-size: 12px;
        margin: 0 0 0 5px;
    }

        .takipakissag .tursecim a {
            float: left;
            background: #fff;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            margin: 0 0 0 10px;
            line-height: 26px;
            padding: 0 10px;
        }

            .takipakissag .tursecim a.aktif {
                background: #dedede;
                border: 1px solid #ccc;
                border-bottom: none;
                margin-bottom: -1px;
                z-index: 4;
                position: relative;
            }

    .takipakissag .title .filter {
        float: right;
        margin: 0 5px 0 10px;
    }

        .takipakissag .title .filter select {
            outline: none;
        }

        .takipakissag .title .filter.oldstyle {
            font-size: 12px !important;
            font-weight: normal;
            color: #999;
        }

            .takipakissag .title .filter.oldstyle .aktif {
                font-weight: bold;
                background: #999;
                padding: 0 7px;
                border-radius: 3px;
                color: #fff;
            }

    .takipakissag .paylasimolustur {
        display: inline-block;
        width: 100%;
        border-radius: 3px;
        background: #f1f1f1;
        margin: 0 0 10px 0;
        border: 1px solid #fff;
        z-index: 3;
        position: relative;
    }

        .takipakissag .paylasimolustur .paylasim {
            background: #dedede;
            border: 1px solid #ccc;
            padding: 5px;
            width: 100% !important;
            border-radius: 5px;
            position: relative;
            margin: 0 5px;
            width: calc(100% - 22px) !important;
            width: -moz-calc(100% - 22px) !important;
            width: -webkit-calc(100% - 22px) !important;
            width: -o-calc(100% - 22px) !important;
            width: calc(100% - 22px) !important;
        }

            .takipakissag .paylasimolustur .paylasim.fotograf {
                background: #dedede;
                margin-top: -6px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                border-top: none;
                padding-top: 2px;
            }

            .takipakissag .paylasimolustur .paylasim textarea {
                width: 100% !important;
                border-radius: 3px;
                border: 1px solid #ccc;
                outline: none;
                padding: 5px;
                font-size: 13px;
                color: #333;
                line-height: 18px;
                min-height: 36px;
            }

            .takipakissag .paylasimolustur .paylasim .tek {
                width: 80px;
                height: 45px;
                overflow: hidden;
                position: relative;
                display: inline-block;
                float: left;
                margin: 0 5px 0 0;
                background: #fff url(img/24-1yukleniyor.gif) 40px center no-repeat;
                border: 1px solid #dedede;
                font-family: Verdana, Geneva, sans-serif;
                border-radius: 4px;
                overflow: hidden;
            }

                .takipakissag .paylasimolustur .paylasim .tek img {
                    width: 80px;
                    height: 45px;
                }

                .takipakissag .paylasimolustur .paylasim .tek .ekle {
                    width: 80px;
                    height: 45px;
                    display: inline-block;
                    background: #fefefe url(/static/forum/img/mesajafotoekle2.png) center no-repeat;
                }

                    .takipakissag .paylasimolustur .paylasim .tek .ekle:active {
                        background: #f1f1f1 url(/static/forum/img/mesajafotoekle2.png) center no-repeat;
                    }

                .takipakissag .paylasimolustur .paylasim .tek .kaldir {
                    width: 110px;
                    height: 16px;
                    line-height: 16px;
                    padding: 0 5px;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    display: inline-block;
                    background: #fff;
                    color: #000;
                    font-size: 10px;
                    text-decoration: none;
                    display: none;
                }

                    .takipakissag .paylasimolustur .paylasim .tek .kaldir span {
                        font-weight: bold;
                        color: #f00;
                    }

                .takipakissag .paylasimolustur .paylasim .tek:hover > .kaldir {
                    display: inline-block;
                }

        .takipakissag .paylasimolustur .paylas {
            margin: 6px 0 5px 0;
            font-size: 12px;
            width: 100% !important;
            position: relative;
            position: relative;
        }

            .takipakissag .paylasimolustur .paylas .onayla {
                float: left;
                line-height: 20px;
                margin: 5px 0 0 5px;
            }

                .takipakissag .paylasimolustur .paylas .onayla input {
                    float: left;
                    margin: 4px 3px 0 5px;
                }

                .takipakissag .paylasimolustur .paylas .onayla a {
                    text-decoration: underline;
                }

            .takipakissag .paylasimolustur .paylas .gonder {
                float: right;
                line-height: 16px;
            }

                .takipakissag .paylasimolustur .paylas .gonder input {
                    padding: 0 20px;
                    height: 28px;
                    font-size: 12px;
                    font-weight: bold;
                    cursor: pointer;
                    background: #f60;
                    border: 1px solid #f30;
                    color: #fff;
                    border-radius: 3px;
                    outline: none;
                    margin: 0 5px 1px 0;
                }

                    .takipakissag .paylasimolustur .paylas .gonder input:hover {
                        box-shadow: 0 1px 2px #999;
                    }

                    .takipakissag .paylasimolustur .paylas .gonder input:active {
                        border: 1px solid #f60;
                        box-shadow: none;
                        margin: 1px 5px 0 0;
                    }

    .takipakissag .paylasimlar {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
    }

        .takipakissag .paylasimlar .update {
            width: 100%;
            background: #f1f1f1;
            border-radius: 3px;
            margin: 0 0 10px 0;
            border: 1px solid #fff;
        }

            .takipakissag .paylasimlar .update .info {
                width: 100% !important;
                position: relative;
                line-height: 20px;
            }

                .takipakissag .paylasimlar .update .info .avatar {
                    width: 30px;
                    height: 30px;
                    border-radius: 4px;
                    overflow: hidden;
                    background: #fff;
                    padding: 2px;
                    z-index: 3;
                    float: left;
                    border: 1px solid #ccc;
                    margin: 5px;
                }

                    .takipakissag .paylasimlar .update .info .avatar img {
                        width: 30px;
                        height: 30px;
                        border-radius: 3px;
                    }

                .takipakissag .paylasimlar .update .info .nick {
                    font-size: 14px;
                    font-weight: bold;
                    float: left;
                    margin: 12px 0 0 0;
                }

            .takipakissag .paylasimlar .update .line {
                background: #fff;
                border: 1px solid #ccc;
                padding: 5px 0 5px 0;
                width: 100% !important;
                border-radius: 4px;
                position: relative;
                margin: 0 0 5px 5px;
                line-height: 16px;
                width: calc(100% - 12px) !important;
                width: -moz-calc(100% - 12px) !important;
                width: -webkit-calc(100% - 12px) !important;
                width: -o-calc(100% - 12px) !important;
                width: calc(100% - 12px) !important;
            }

                .takipakissag .paylasimlar .update .line:hover {
                    position: relative;
                    z-index: 2;
                }

                .takipakissag .paylasimlar .update .line.yorumyazdi {
                    background: #fff8eb !important;
                }

                .takipakissag .paylasimlar .update .line.konupaylasti {
                    background: #f6fff3 !important;
                }

                .takipakissag .paylasimlar .update .line.favoriekledi {
                    background: #fff4f4 !important;
                }

                .takipakissag .paylasimlar .update .line.durumpaylasti {
                    background: #edfaff !important;
                }

                .takipakissag .paylasimlar .update .line .olay {
                    margin: 0 10px 0 10px;
                    font-size: 14px;
                    line-height: 18px;
                    position: relative;
                    display: inline-block;
                    width: 100%;
                    color: #666;
                    padding: 4px 0;
                    width: calc(100% - 20px) !important;
                    width: -moz-calc(100% - 20px) !important;
                    width: -webkit-calc(100% - 20px) !important;
                    width: -o-calc(100% - 20px) !important;
                    width: calc(100% - 20px) !important;
                }

                    .takipakissag .paylasimlar .update .line .olay .turicon {
                        float: right;
                        margin: 1px 0 0 5px;
                    }

                    .takipakissag .paylasimlar .update .line .olay .acikca {
                        float: left;
                        width: calc(100% - 80px) !important;
                        width: -moz-calc(100% - 80px) !important;
                        width: -webkit-calc(100% - 80px) !important;
                        width: -o-calc(100% - 80px) !important;
                        width: calc(100% - 80px) !important;
                    }

                        .takipakissag .paylasimlar .update .line .olay .acikca a {
                            font-weight: bold;
                        }

                    .takipakissag .paylasimlar .update .line .olay .zaman {
                        float: right;
                        font-size: 11px;
                        color: #000;
                    }

                .takipakissag .paylasimlar .update .line .ozet {
                    line-height: 16px;
                    margin: 5px 10px 5px 10px;
                    color: #666;
                    font-size: 11px;
                    width: 100%;
                    width: calc(100% - 20px) !important;
                    width: -moz-calc(100% - 20px) !important;
                    width: -webkit-calc(100% - 20px) !important;
                    width: -o-calc(100% - 20px) !important;
                    width: calc(100% - 20px) !important;
                }

                    .takipakissag .paylasimlar .update .line .ozet .devami {
                        color: #000;
                        text-decoration: underline;
                    }

                .takipakissag .paylasimlar .update .line.onizlemeli {
                    position: relative;
                }

                    .takipakissag .paylasimlar .update .line.onizlemeli .onizlemesi {
                        width: 160px;
                        height: 90px;
                        float: left;
                        border-radius: 4px;
                        border: 1px solid #ccc;
                        overflow: hidden;
                        margin: 0 0 0 5px;
                    }

                        .takipakissag .paylasimlar .update .line.onizlemeli .onizlemesi img {
                            width: 160px;
                        }

                    .takipakissag .paylasimlar .update .line.onizlemeli .olay {
                        float: right;
                        width: calc(100% - 190px) !important;
                        width: -moz-calc(100% - 190px) !important;
                        width: -webkit-calc(100% - 190px) !important;
                        width: -o-calc(100% - 190px) !important;
                        width: calc(100% - 190px) !important;
                    }

                    .takipakissag .paylasimlar .update .line.onizlemeli .ozet {
                        float: right;
                        width: calc(100% - 190px) !important;
                        width: -moz-calc(100% - 190px) !important;
                        width: -webkit-calc(100% - 190px) !important;
                        width: -o-calc(100% - 190px) !important;
                        width: calc(100% - 190px) !important;
                    }

                .takipakissag .paylasimlar .update .line .fotolar {
                    display: inline-block;
                    margin: 0 8px;
                }

                    .takipakissag .paylasimlar .update .line .fotolar .foto {
                        width: 160px;
                        height: 90px;
                        overflow: hidden;
                        position: relative;
                        display: inline-block;
                        float: left;
                        margin: 0 5px 5px 0;
                        background: #fff url(img/24-1yukleniyor.gif) 40px center no-repeat;
                        border: 1px solid #ccc;
                        overflow: hidden;
                        border-radius: 3px;
                        overflow: hidden;
                    }

                        .takipakissag .paylasimlar .update .line .fotolar .foto a {
                            width: 160px;
                            height: 90px;
                            color: #999;
                            background: #f1f1f1;
                        }

                            .takipakissag .paylasimlar .update .line .fotolar .foto a:hover {
                                color: #000;
                            }

                        .takipakissag .paylasimlar .update .line .fotolar .foto img {
                            width: 160px;
                        }

                        .takipakissag .paylasimlar .update .line .fotolar .foto .xtanedaha {
                            width: 160px;
                            position: absolute;
                            top: 25px;
                            left: 0;
                            text-align: center;
                            line-height: 18px;
                            font-size: 12px;
                        }

                            .takipakissag .paylasimlar .update .line .fotolar .foto .xtanedaha strong {
                                font-size: 14px;
                            }

                .takipakissag .paylasimlar .update .line .aksiyonlar {
                    position: absolute;
                    top: -21px;
                    right: 5px;
                    visibility: hidden;
                }

                .takipakissag .paylasimlar .update .line:hover > .aksiyonlar {
                    visibility: visible;
                }

                .takipakissag .paylasimlar .update .line .aksiyonlar a {
                    border: 1px solid #ccc;
                    border-bottom: none;
                    line-height: 12px;
                    padding: 4px 7px;
                    background: #fff;
                    border-top-left-radius: 4px;
                    border-top-right-radius: 4px;
                    margin: 0 5px 0 0;
                    float: left;
                    box-shadow: 0 -2px 3px #f1f1f1;
                    font-weight: bold;
                }

                    .takipakissag .paylasimlar .update .line .aksiyonlar a:hover {
                        box-shadow: 0 -2px 3px #999;
                    }

                .takipakissag .paylasimlar .update .line.yorumyazdi .aksiyonlar a {
                    background: #fff8eb !important;
                }

                .takipakissag .paylasimlar .update .line.konupaylasti .aksiyonlar a {
                    background: #f6fff3 !important;
                }

                .takipakissag .paylasimlar .update .line.favoriekledi .aksiyonlar a {
                    background: #fff4f4 !important;
                }

                .takipakissag .paylasimlar .update .line.durumpaylasti .aksiyonlar a {
                    background: #edfaff !important;
                }

                .takipakissag .paylasimlar .update .line .aksiyonlar a.yoket {
                    background: #CCC !important;
                    color: #000 !important;
                    font-weight: normal !important;
                }

        .takipakissag .paylasimlar .dahacok {
            line-height: 16px;
            padding: 5px 10px 5px 5px;
            background: #febf55;
            border-radius: 4px;
            border: 1px solid #ffd690;
        }

            .takipakissag .paylasimlar .dahacok img {
                float: left;
                margin: 0 5px 0 0;
            }

            .takipakissag .paylasimlar .dahacok strong {
                float: left;
            }
/* KULLANICI PROFİLİ TAKİP SİSTEMİ*/

/* ÖZEL MESAJ */
.inboxYeni {
    width: 100%;
    min-width: 1000px;
    margin: 0 auto 10px auto;
    font-family: Verdana, Geneva, sans-serif;
}

    .inboxYeni .inboxDarSol {
        width: 40%;
        float: left;
        display: inline-block;
    }

.inboxDarSol .topluislemsol {
    font-size: 11px;
    background: #dedede;
    width: 98%;
    display: inline-block;
    margin-left: 0 !important;
    padding-bottom: 3px;
    padding-left: 2%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
}

    .inboxDarSol .topluislemsol .islem {
        color: #333;
        display: inline-block;
        margin: 2px 5px 0 5px;
        float: left;
        line-height: 19px;
    }

        .inboxDarSol .topluislemsol .islem select {
            height: 20px;
            font-size: 11px;
            padding: 0;
            outline: none;
        }

    .inboxDarSol .topluislemsol a {
        text-decoration: none;
        color: #000;
        font-size: 11px;
        background: #dedede;
        padding: 0 4px;
        margin: 3px 3px 0 0;
        border-radius: 3px;
        display: inline-block;
        float: left;
        line-height: 18px;
    }

        .inboxDarSol .topluislemsol a:hover {
            color: #F00;
            background: #fff;
        }

        .inboxDarSol .topluislemsol a img {
            float: left;
            display: inline-block;
            margin: 5px 4px 0 0;
        }

.inboxYeni .solMenu {
    width: 100%;
    float: left;
    display: inline-block;
}

    .inboxYeni .solMenu .baslik {
        width: 100%;
        display: inline-block;
        background: #dfdfdf;
        border: 1px solid #d0d0d0;
        border-top: none;
        text-align: center;
        color: #ff6000;
        font-weight: bold;
        height: 24px;
        line-height: 28px;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .inboxYeni .solMenu .baslik.alternatif {
            text-align: left;
            padding: 0 2%;
            width: 96%;
            background: #f1f1f1;
            height: 32px;
            line-height: 34px;
            font-size: 18px;
            color: #333;
        }

            .inboxYeni .solMenu .baslik.alternatif span {
                float: right;
                font-size: 11px;
            }

    .inboxYeni .solMenu .yenimesaj {
        margin: 0 !important;
        width: 98%;
        padding: 5px 1%;
        float: left;
        display: inline-block;
        background: #dedede;
        border: 1px solid #d0d0d0;
        line-height: 22px;
        color: #f60;
        font-family: Arial, Helvetica, sans-serif;
        background-image: linear-gradient(left, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
        background-image: -o-linear-gradient(left, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
        background-image: -moz-linear-gradient(left, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
        background-image: -webkit-linear-gradient(left, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
        background-image: -ms-linear-gradient(left, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
        background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(222,222,222)),color-stop(1, rgb(255,255,255)));
    }

        .inboxYeni .solMenu .yenimesaj a {
            text-decoration: none;
            background: #f90;
            font-size: 14px;
            color: #fff;
            display: inline-block;
            float: right;
            margin: 0 0 0 5px;
            padding: 5px 13px;
            border-radius: 5px;
            font-weight: bold;
            line-height: 24px;
            height: 22px;
        }

            .inboxYeni .solMenu .yenimesaj a img {
                float: left;
                display: inline-block;
                margin: 4px 4px 0 0;
            }

            .inboxYeni .solMenu .yenimesaj a:hover {
                box-shadow: 0 4px 5px #ccc;
                background-image: linear-gradient(bottom, rgb(255,0,0) 0%, rgb(255,183,0) 100%);
                background-image: -o-linear-gradient(bottom, rgb(255,0,0) 0%, rgb(255,183,0) 100%);
                background-image: -moz-linear-gradient(bottom, rgb(255,0,0) 0%, rgb(255,183,0) 100%);
                background-image: -webkit-linear-gradient(bottom, rgb(255,0,0) 0%, rgb(255,183,0) 100%);
                background-image: -ms-linear-gradient(bottom, rgb(255,0,0) 0%, rgb(255,183,0) 100%);
                background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255,0,0)),color-stop(1, rgb(255,183,0)));
            }

            .inboxYeni .solMenu .yenimesaj a:active {
                background: #f30;
                box-shadow: none;
            }

        .inboxYeni .solMenu .yenimesaj .not {
            float: left;
            display: inline-block;
            font-size: 11px;
            color: #666;
            line-height: 14px;
            margin: 2px 0 0 1%;
            font-family: Verdana, Geneva, sans-serif;
        }

    .inboxYeni .solMenu .tek {
        width: 100%;
        float: left;
        display: inline-block;
        background: #F1F1F1;
        border: 1px solid #d0d0d0;
        border-top: none;
        line-height: 22px;
    }

        .inboxYeni .solMenu .tek.aktif {
            background: #fff;
        }

        .inboxYeni .solMenu .tek.yuksek {
            border: 1px solid #d0d0d0;
            background: #fff;
        }

        .inboxYeni .solMenu .tek:hover {
            background: #fff;
        }

        .inboxYeni .solMenu .tek span {
            display: inline-block;
            text-decoration: none;
            margin: 0 10px;
            font-size: 11px;
            color: #000;
            float: left;
        }

            .inboxYeni .solMenu .tek span img {
                display: inline-block;
                float: left;
                margin: 3px 4px 0 0;
            }

        .inboxYeni .solMenu .tek.yuksek span {
            line-height: 30px !important;
            height: 30px !important;
            font-size: 13px;
        }

            .inboxYeni .solMenu .tek.yuksek span img {
                display: inline-block;
                float: left;
                margin: 7px 4px 0 0;
            }

        .inboxYeni .solMenu .tek b {
            color: #333;
            font-size: 9px;
            float: right;
            display: inline-block;
            margin-right: 10px;
            font-weight: normal;
        }

        .inboxYeni .solMenu .tek.yuksek b {
            line-height: 25px !important;
            height: 30px !important;
            font-size: 20px;
        }

        .inboxYeni .solMenu .tek span a {
            margin: auto;
            font-size: 9px;
        }

        .inboxYeni .solMenu .tek.incesatirbuton {
            text-align: center;
            font-size: 10px;
            background: #dedede;
            color: #666;
            text-decoration: none;
            border: 1px solid #ccc;
            border-top: none;
            line-height: 18px;
            cursor: pointer;
        }

            .inboxYeni .solMenu .tek.incesatirbuton:hover {
                background: #fff;
            }

    .inboxYeni .solMenu .ekle {
        width: 100%;
        float: left;
        display: inline-block;
        background: #f1f1f1;
        border: 1px solid #ccc;
        border-top: none;
        padding: 4px 0;
    }

        .inboxYeni .solMenu .ekle .kutu {
            width: 60%;
            float: left;
            display: inline-block;
            height: 22px;
            line-height: 22px;
            margin: 0 0 0 5px;
            border: none;
            padding: 0 1%;
            font-size: 11px;
            color: #666;
        }

        .inboxYeni .solMenu .ekle .buton {
            width: 34%;
            float: right;
            display: inline-block;
            height: 22px;
            line-height: 22px;
            font-size: 11px;
            margin: 0 5px 0 0;
            padding: 0;
            background: #dedede;
            border: none;
            cursor: pointer;
            font-weight: bold;
        }

    .inboxYeni .solMenu .ara {
        width: 100%;
        float: left;
        display: inline-block;
        background: #f1f1f1;
        border: 1px solid #ccc;
        border-top: none;
        padding: 4px 0;
    }

        .inboxYeni .solMenu .ara .kutu {
            width: 28%;
            float: left;
            display: inline-block;
            height: 22px;
            line-height: 22px;
            margin: 0 0 0 5px; /*border:none;*/
            padding: 0 1%;
            font-size: 12px;
            color: #666;
        }

            .inboxYeni .solMenu .ara .kutu.genis {
                width: 50%;
            }

        .inboxYeni .solMenu .ara .buton {
            float: left;
            display: inline-block;
            height: 28px;
            line-height: 22px;
            font-size: 11px;
            margin: -1px 0 0 5px;
            padding: 4px 8px; /*background:#dedede; border:none; cursor:pointer;*/
            font-weight: bold;
        }

.inboxYeni .mesajListeDar {
    width: 100%;
    float: left;
    display: inline-block;
    background: #f1f1f1;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    max-height: 640px;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
}

    .inboxYeni .mesajListeDar .tek {
        margin: 0 !important;
        width: 100%;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #ccc; /*padding:5px 0;*/
        position: relative;
        background: #fff;
    }

        .inboxYeni .mesajListeDar .tek:hover {
            background: #fafafa;
        }

    .inboxYeni .mesajListeDar .yenimesaj {
        background: #fff4e3;
        border-bottom: 1px solid #dedede;
    }

    .inboxYeni .mesajListeDar .aktif {
        background: #F7FFDA;
        border-bottom: 1px solid #dedede;
    }

    .inboxYeni .mesajListeDar .tek .sol {
        width: 10%;
        float: right;
        display: inline-block;
    }

        .inboxYeni .mesajListeDar .tek .sol .durum {
            width: 16px;
            height: 16px;
            padding: 12px 5px;
            float: left;
            display: inline-block;
            text-align: center;
        }

        .inboxYeni .mesajListeDar .tek .sol .avatar, .inboxYeni .mesajListeDar .tek .sol .avatarsiz {
            width: 58px;
            height: 58px;
            float: left;
            display: inline-block;
            text-align: center;
            position: absolute;
            top: 5px;
            right: 5px;
            background: #fff;
            overflow: hidden;
            border-radius: 50%;
            object-fit: cover;
        }

            .inboxYeni .mesajListeDar .tek .sol .avatar img {
                width: 58px;
                height: 58px;
                object-fit: cover;
            }

    .inboxYeni .mesajListeDar .tek.yenimesaj .sol .avatar, .inboxYeni .mesajListeDar .tek.yenimesaj .sol .avatarsiz {
        opacity: 1;
    }

    .inboxYeni .mesajListeDar .tek.aktif .sol .avatar, .inboxYeni .mesajListeDar .tek.aktif .sol .avatarsiz {
        opacity: 1;
    }

    .inboxYeni .mesajListeDar .tek .sol .zaman {
        float: right;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 7px;
        line-height: 13px;
        color: #666;
    }

    .inboxYeni .mesajListeDar .tek .sag {
        width: 85%;
        float: left;
        display: inline-block;
    }

        .inboxYeni .mesajListeDar .tek .sag .baslik {
            width: 70%;
            float: left;
            display: inline-block;
            font-size: 14px;
            margin-top: 7px;
            margin-left: 10px;
            line-height: 16px;
            height: 16px;
            overflow: hidden;
            color: #333;
            font-family: Arial, Helvetica, sans-serif;
        }

            .inboxYeni .mesajListeDar .tek .sag .baslik a {
                text-decoration: none;
                color: #000;
            }

            .inboxYeni .mesajListeDar .tek .sag .baslik .konu {
                margin-right: 5px;
                float: left;
                display: inline-block;
            }

    .inboxYeni .mesajListeDar .tek.yenimesaj .sag .baslik .konu {
        font-weight: bold;
    }

    .inboxYeni .mesajListeDar .tek:hover > .sag .baslik .konu {
        color: #f30;
    }

    .inboxYeni .mesajListeDar .tek .sag .baslik .konu img {
        margin-right: 5px;
        float: left;
        display: inline-block;
    }

    .inboxYeni .mesajListeDar .tek .sag .baslik .isim {
        margin-right: 5px;
    }

    .inboxYeni .mesajListeDar .tek .sag .zaman {
        color: #999;
        font-size: 11px;
        position: absolute;
        top: 10px;
        right: 70px;
    }

        .inboxYeni .mesajListeDar .tek .sag .zaman .sec {
            float: right;
            display: inline-block;
            margin: 0 0 0 8px;
            padding: 0;
        }

    .inboxYeni .mesajListeDar .tek .sag .baslik a:hover {
        color: #F00;
    }

    .inboxYeni .mesajListeDar .tek .sag .yeni {
        color: #000;
    }

        .inboxYeni .mesajListeDar .tek .sag .yeni a {
            color: #333;
        }

    .inboxYeni .mesajListeDar .tek .sag .icerik {
        width: 90%;
        float: left;
        display: inline-block;
        font-size: 11px;
        margin: 3px 0 7px 10px;
        color: #999;
    }

        .inboxYeni .mesajListeDar .tek .sag .icerik .bilgiler {
            width: 100%;
            display: inline-block;
            margin: 0 0 3px 0;
            line-height: 16px;
        }

        .inboxYeni .mesajListeDar .tek .sag .icerik .kesit {
            width: 100%;
            display: inline-block;
            line-height: 14px;
            word-wrap: break-word;
        }

        .inboxYeni .mesajListeDar .tek .sag .icerik .online {
            float: left;
            width: 8px;
            height: 8px;
            margin: 3px 4px 0 2px;
            box-shadow: 0 0 2px #666;
            border: 1px solid #060;
            border-radius: 8px;
            display: inline-block;
            background: #0C0;
        }

        .inboxYeni .mesajListeDar .tek .sag .icerik .isim {
            float: left;
            display: inline-block;
            margin: 0 5px 0 0;
            color: #f60;
            font-weight: bold;
        }

        .inboxYeni .mesajListeDar .tek .sag .icerik img {
            float: left;
            display: inline-block;
            margin: 4px 5px 0 0;
        }

    .inboxYeni .mesajListeDar .tek .sag .sil {
        width: 16px;
        height: 16px;
        margin: 2px 1px 0 2px;
        display: inline-block;
    }

    .inboxYeni .mesajListeDar .tek .sag .sec {
        width: 16px;
        height: 16px;
        margin: 0 3px 0 0;
        display: inline-block;
    }

    .inboxYeni .mesajListeDar .tek.dahafazla {
        text-align: center;
        font-size: 11px;
        color: #999;
        background: #f1f1f1;
        border-bottom: none;
        line-height: 25px;
    }

.inboxYeni .mesajListe {
    width: 69%;
    float: right;
    display: inline-block;
    background: #f1f1f1;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

    .inboxYeni .mesajListe .tek {
        width: 100%;
        float: left;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

    .inboxYeni .mesajListe .yenimesaj {
        background: #FFF;
        border-bottom: 1px solid #dedede;
    }

    .inboxYeni .mesajListe .tek .sol {
        width: 10%;
        float: left;
        display: inline-block;
    }

        .inboxYeni .mesajListe .tek .sol .durum {
            width: 16px;
            height: 16px;
            padding: 12px 5px;
            float: left;
            display: inline-block;
            text-align: center;
        }

        .inboxYeni .mesajListe .tek .sol .avatar, .inboxYeni .mesajListe .tek .sol .avatarsiz {
            width: 40px;
            height: 40px;
            float: left;
            display: inline-block;
            text-align: center;
            background: #F1F1F1;
            border-radius: 50%;
        }

            .inboxYeni .mesajListe .tek .sol .avatar img {
                max-width: 40px;
                max-height: 40px;
            }

        .inboxYeni .mesajListe .tek .sol .isim {
            float: right;
            display: inline-block;
            margin-left: 5px;
            font-size: 12px;
            height: 14px;
            margin-top: 6px;
            line-height: 14px;
            overflow: hidden;
            font-weight: bold;
            color: #333;
        }

        .inboxYeni .mesajListe .tek .sol .zaman {
            float: right;
            display: inline-block;
            margin-left: 5px;
            font-size: 11px;
            margin-bottom: 7px;
            line-height: 13px;
            color: #666;
        }

    .inboxYeni .mesajListe .tek .sag {
        width: 89%;
        min-width: 450px;
        float: right;
        display: inline-block;
    }

        .inboxYeni .mesajListe .tek .sag .baslik {
            width: 96%;
            float: left;
            display: inline-block;
            font-size: 12px;
            margin-top: 5px;
            line-height: 16px;
            color: #333;
        }

            .inboxYeni .mesajListe .tek .sag .baslik a {
                text-decoration: none;
                color: #333;
            }

            .inboxYeni .mesajListe .tek .sag .baslik .isim {
                font-weight: bold;
                margin-right: 5px;
            }

            .inboxYeni .mesajListe .tek .sag .baslik .zaman {
                margin: 0 10px;
                color: #666;
                font-size: 11px;
                float: right;
            }

            .inboxYeni .mesajListe .tek .sag .baslik a:hover {
                color: #F00;
            }

        .inboxYeni .mesajListe .tek .sag .yeni {
            color: #000;
        }

            .inboxYeni .mesajListe .tek .sag .yeni a {
                color: #333;
            }

        .inboxYeni .mesajListe .tek .sag .icerik {
            width: 96%;
            float: left;
            display: inline-block;
            font-size: 12px;
            margin-bottom: 5px;
            line-height: 16px;
            color: #999;
        }

        .inboxYeni .mesajListe .tek .sag .sil {
            width: 16px;
            height: 16px;
            margin: 2px 1px 0 2px;
            display: inline-block;
        }

        .inboxYeni .mesajListe .tek .sag .sec {
            width: 16px;
            height: 16px;
            margin: 0 3px 0 0;
            display: inline-block;
        }

.inboxYeni .inboxAlt {
    width: 59%;
    float: right;
    display: inline-block;
    background: #dfdfdf;
    border: 1px solid #d0d0d0;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.inboxYeni .inboxUst {
    width: 59%;
    float: right;
    display: inline-block;
    background: #dfdfdf;
    border: 1px solid #d0d0d0;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
}

    .inboxYeni .inboxUst .sol {
        float: left;
        margin-left: 10px;
    }

    .inboxYeni .inboxUst .sol {
        text-decoration: none;
        color: #000;
        font-size: 10px;
    }

        .inboxYeni .inboxUst .sol a {
            text-decoration: none;
            color: #000;
            font-size: 10px;
            margin: 0 5px;
        }

            .inboxYeni .inboxUst .sol a:hover {
                color: #F00;
            }

    .inboxYeni .inboxUst .sag {
        float: right;
        text-decoration: none;
        font-weight: bold;
        color: #000;
        font-size: 10px;
        margin-right: 10px;
    }

        .inboxYeni .inboxUst .sag a {
            text-decoration: none;
            color: #666;
            font-weight: normal;
            font-size: 10px;
            margin-left: 3px;
        }

            .inboxYeni .inboxUst .sag a:hover {
                color: #F00;
            }

        .inboxYeni .inboxUst .sag span {
            display: inline-block;
            width: 5px;
        }

.inboxYeni .topluislem {
    float: left;
    margin-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 11px;
}

    .inboxYeni .topluislem .tasi {
        background: url(/static/forum/img/move.png) left 3px no-repeat;
        padding-left: 10px;
        margin-left: 5px;
        color: #333;
    }

        .inboxYeni .topluislem .tasi select {
            height: 20px;
            font-size: 11px;
            padding: 0;
            outline: none;
        }

    .inboxYeni .topluislem a {
        text-decoration: none;
        color: #000;
        font-size: 11px;
        background: #dedede;
        padding: 0 4px;
        margin: 3px 3px 0 0;
        border-radius: 3px;
        display: inline-block;
        float: left;
        line-height: 18px;
    }

        .inboxYeni .topluislem a:hover {
            color: #F00;
            background: #fff;
        }

        .inboxYeni .topluislem a img {
            float: left;
            display: inline-block;
            margin: 5px 4px 0 0;
        }

.inboxYeni .sayfalamaUst {
    float: right;
    margin: 3px 5px 0 5px;
}

    .inboxYeni .sayfalamaUst .buton {
        float: left;
        font-size: 11px;
        padding: 0 4px;
        line-height: 16px;
        border: 1px solid #ccc;
        ;
        background: #f1f1f1;
        display: inline-block;
        margin: 0 0 0 3px;
        border-radius: 3px;
        cursor: pointer;
        color: #666;
        text-decoration: none;
    }

        .inboxYeni .sayfalamaUst .buton:hover {
            background: #fff;
        }

        .inboxYeni .sayfalamaUst .buton.aktif {
            background: #ccc;
            color: #000;
            font-weight: bold;
        }

    .inboxYeni .sayfalamaUst .bosluk {
        float: left;
        font-size: 11px;
        padding: 0 4px;
        line-height: 16px;
        display: inline-block;
        margin: 0 0 0 3px;
        border-radius: 3px;
        cursor: pointer;
        color: #666;
        text-decoration: none;
    }

.inboxYeni .mesajDetay {
    width: 59%;
    float: right;
    display: inline-block;
    background: #FFF;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

    .inboxYeni .mesajDetay .bilgi {
        width: 98%;
        display: inline-block;
        background: #fff;
        padding: 0 1%;
        color: #999;
        border-top: 1px solid #D0D0D0;
        background-image: linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -o-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -webkit-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -ms-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(240,240,240)),color-stop(0.6, rgb(255,255,255)));
    }

        .inboxYeni .mesajDetay .bilgi .baslik {
            float: left;
            width: 98%;
            display: inline-block;
            font-size: 18px;
            color: #f60 !important;
            font-weight: bold;
            line-height: 22px;
            padding: 5px 1% 6px 1%;
            font-family: Arial, Helvetica, sans-serif;
        }

            .inboxYeni .mesajDetay .bilgi .baslik a {
                text-decoration: none;
                color: #333;
            }

                .inboxYeni .mesajDetay .bilgi .baslik a:hover {
                    color: #F00;
                }

            .inboxYeni .mesajDetay .bilgi .baslik img {
                float: left;
                display: inline-block;
                margin: 2px 5px 0 0;
            }

        .inboxYeni .mesajDetay .bilgi .kim {
            float: right;
            line-height: 34px;
            display: inline-block;
            width: 100%;
            font-size: 12px;
            color: #999;
            font-weight: normal;
            margin: 5px 0 0 0;
        }

            .inboxYeni .mesajDetay .bilgi .kim .person {
                float: left;
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url(/static/forum/img/mesajlasilan.png) no-repeat;
                margin: 8px 6px 0 0;
            }

            .inboxYeni .mesajDetay .bilgi .kim a {
                color: #333;
                text-decoration: none;
                font-weight: bold;
            }

                .inboxYeni .mesajDetay .bilgi .kim a:hover {
                    color: #f60;
                }

            .inboxYeni .mesajDetay .bilgi .ayril:hover {
                width: auto;
                color: #f30 !important;
            }

        .inboxYeni .mesajDetay .bilgi .sesli-sessiz {
            line-height: 16px;
            float: right;
            border: 1px solid #dedede;
            border-radius: 3px;
            padding: 8px 15px 8px 10px;
            margin: 0 10px 0 0;
            font-weight: normal !important;
            color: #333;
            cursor: pointer;
            position: relative;
        }

            .inboxYeni .mesajDetay .bilgi .sesli-sessiz img {
                margin: 2px 5px 0 0;
                width: 13px;
            }

            .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul {
                display: none;
                position: absolute;
                left: 0;
                top: 100%;
                border-radius: 4px;
                width: 100%;
                background-color: #fff;
                box-shadow: 2px 2px 6px 0 rgba(50,50,50,.4);
                border: 1px solid #f19700;
                z-index: 9
            }

                .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul li {
                    width: 100%;
                    float: left;
                }

                    .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul li a {
                        width: 100%;
                        float: left;
                        padding: 4px 5px;
                        font-weight: normal;
                        box-sizing: border-box;
                        text-align: center;
                        font-size: 12px !important;
                        font-family: Arial;
                    }

                        .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul li a:hover {
                            color: #333;
                            background-color: #f1f1f1;
                        }
            /*.inboxYeni .mesajDetay .bilgi .sesli-sessiz ul li:last-child a{border-bottom: none;}*/

            .inboxYeni .mesajDetay .bilgi .sesli-sessiz:hover ul {
                display: inline-block;
            }

    .inboxYeni .mesajDetay .tek {
        width: 100%;
        float: left;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid #DEDEDE;
        background: #FFF;
    }

    .inboxYeni .mesajDetay .gri {
        background: #F1F1F1;
    }

    .inboxYeni .mesajDetay .tek.bilgisatiri {
        font-size: 12px;
        color: #666;
        line-height: 16px;
        box-sizing: border-box;
        background-image: linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -o-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -webkit-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -ms-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 63%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(240,240,240)),color-stop(0.6, rgb(255,255,255)));
    }

        .inboxYeni .mesajDetay .tek.bilgisatiri a {
            color: #333;
            text-decoration: none;
        }

            .inboxYeni .mesajDetay .tek.bilgisatiri a:hover {
                color: #f30;
            }

    .inboxYeni .mesajDetay .tek .sayfalama {
        float: right;
        margin: 0 10px 0 0;
    }

        .inboxYeni .mesajDetay .tek .sayfalama .buton {
            float: left;
            font-size: 11px;
            padding: 0 4px;
            line-height: 16px;
            border: 1px solid #ccc;
            ;
            background: #f1f1f1;
            display: inline-block;
            margin: 0 0 0 3px;
            border-radius: 3px;
            cursor: pointer;
            color: #666;
            text-decoration: none;
        }

            .inboxYeni .mesajDetay .tek .sayfalama .buton:hover {
                background: #fff;
            }

            .inboxYeni .mesajDetay .tek .sayfalama .buton.aktif {
                background: #ccc;
                color: #000;
                font-weight: bold;
            }

        .inboxYeni .mesajDetay .tek .sayfalama .bosluk {
            float: left;
            font-size: 11px;
            padding: 0 4px;
            line-height: 16px;
            display: inline-block;
            margin: 0 0 0 3px;
            border-radius: 3px;
            cursor: pointer;
            color: #666;
            text-decoration: none;
        }

    .inboxYeni .mesajDetay .tek .sol {
        width: 64px;
        float: left;
        display: inline-block;
        margin: 0 0 0 10px;
    }

        .inboxYeni .mesajDetay .tek .sol .avatar, .inboxYeni .mesajDetay .tek .sol .avatarsiz {
            width: 64px;
            height: 64px;
            float: left;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            object-fit: cover;
        }

            .inboxYeni .mesajDetay .tek .sol .avatar img {
                width: 64px;
                height: 64px;
                border-radius: 50%;
                object-fit: cover;
            }

    .inboxYeni .mesajDetay .tek .sag {
        width: calc(100% - 115px);
        float: right;
        display: inline-block;
        margin: 0 1% 0 0;
    }

        .inboxYeni .mesajDetay .tek .sag .isim {
            width: 100%;
            float: left;
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
            font-weight: bold;
            color: #333;
        }

            .inboxYeni .mesajDetay .tek .sag .isim a {
                text-decoration: none;
                color: #333;
            }

                .inboxYeni .mesajDetay .tek .sag .isim a:hover {
                    color: #F00;
                }

            .inboxYeni .mesajDetay .tek .sag .isim .online {
                float: left;
                width: 8px;
                height: 8px;
                margin: 3px 4px 0 2px;
                box-shadow: 0 0 2px #666;
                border: 1px solid #060;
                border-radius: 8px;
                display: inline-block;
                background: #0C0;
            }

            .inboxYeni .mesajDetay .tek .sag .isim .offline {
                float: left;
                width: 8px;
                height: 8px;
                margin: 3px 4px 0 2px;
                box-shadow: 0 0 2px #666;
                border: 1px solid #890000;
                border-radius: 8px;
                display: inline-block;
                background: #F00;
            }

            .inboxYeni .mesajDetay .tek .sag .isim .buton {
                font-weight: normal;
                float: right;
                display: inline-block;
                margin: 0 0 0 5px;
                background: #f1f1f1;
                color: #333;
                border: 1px solid #ccc;
                height: 13px;
                line-height: 13px;
                font-size: 10px;
                padding: 0 4px;
                border-radius: 3px;
                display: none;
            }

    .inboxYeni .mesajDetay .tek.gri .sag .isim .buton {
        background: #fff;
    }

    .inboxYeni .mesajDetay .tek:hover > .sag .isim .buton {
        display: inline-block;
    }

    .inboxYeni .mesajDetay .tek .sag .isim .zaman {
        float: right;
        display: inline-block;
        margin: 0 0 0 5px;
        font-size: 11px;
        height: 14px;
        line-height: 13px;
        overflow: hidden;
        color: #999;
        text-align: right;
        font-weight: normal;
    }

    .inboxYeni .mesajDetay .tek .sag .isim .sec {
        float: right;
        display: inline-block;
        margin: 1px 0 0 5px;
        padding: 0;
    }

    .inboxYeni .mesajDetay .tek .sag .isim .rutbe {
        margin: 0;
        font-weight: normal;
        color: #000;
        font-size: 11px;
    }

        .inboxYeni .mesajDetay .tek .sag .isim .rutbe img {
            margin: 2px 0 0 0;
            vertical-align: text-bottom;
        }

    .inboxYeni .mesajDetay .tek .sag .isim .yeniuye {
        font-weight: normal;
        color: #fff;
        font-size: 10px;
        background: #f00;
        padding: 0 3px;
        border-radius: 3px;
    }

    .inboxYeni .mesajDetay .tek .sag .isim .kayittarihi {
        margin: 0 0 0 10px;
        font-weight: normal;
        color: #666;
        font-size: 11px;
        visibility: hidden;
    }

    .inboxYeni .mesajDetay .tek:hover > .sag .isim .kayittarihi {
        visibility: visible;
    }

    .inboxYeni .mesajDetay .tek .sag .icerik {
        width: 100%;
        float: left;
        display: inline-block;
        font-size: 12px;
        margin: 5px 0 0 0;
        line-height: 16px;
        overflow: hidden;
        color: #333;
    }

    .inboxYeni .mesajDetay .tek .sag .emoji {
        font-size: 30px;
        line-height: 40px;
    }

    .inboxYeni .mesajDetay .tek .sag .icerik img {
        max-width: 80%;
        margin: 10px 0;
    }

    .inboxYeni .mesajDetay .tek .sag .mesajgonder {
        width: 100%;
        float: left;
        display: inline-block;
        font-size: 12px;
        height: 14px;
        line-height: 14px;
        overflow: hidden;
        font-weight: bold;
        color: #333;
    }

    .inboxYeni .mesajDetay .tek .sag .mesajin {
        width: 95%;
        float: left;
        display: inline-block;
        font-size: 12px;
        margin: 5px 0 0 0;
        line-height: 16px;
        color: #333;
    }

        .inboxYeni .mesajDetay .tek .sag .mesajin .bbnote {
            float: left;
            margin: 5px 10px 0 0;
        }

        .inboxYeni .mesajDetay .tek .sag .mesajin .kutu {
            width: 100% !important;
            height: 150px;
            padding: 2px;
            font-size: 12px;
            line-height: 16px;
        }

            .inboxYeni .mesajDetay .tek .sag .mesajin .kutu.hizlicevap {
                height: 50px;
            }

        .inboxYeni .mesajDetay .tek .sag .mesajin .buton {
            float: right;
            margin: 5px 0 0 5px;
            background: #f60;
            color: #fff;
            border-radius: 5px;
            padding: 0 10px;
            border: none;
            height: 28px;
            line-height: 28px;
            cursor: pointer;
            font-weight: bold;
            border: 1px solid rgb(255, 51, 0);
            float: right;
        }

            .inboxYeni .mesajDetay .tek .sag .mesajin .buton.pasif {
                background: #f1f1f1;
                color: #666;
                font-weight: normal;
                border: 1px solid #ccc;
            }

        .inboxYeni .mesajDetay .tek .sag .mesajin .pgdButton {
            font-size: 11px;
            padding: 0 5.5px;
            line-height: 16px;
            border: 1px solid #ccc;
            ;
            background: #f1f1f1;
            float: left;
            display: inline-block;
            margin: 0 3px 3px 0;
            border-radius: 3px;
            cursor: pointer;
            color: #666;
        }

            .inboxYeni .mesajDetay .tek .sag .mesajin .pgdButton:hover {
                background: #fff;
                color: #000;
            }

    .inboxYeni .mesajDetay .tek .sag .smileys {
        display: inline-block;
        width: 100%;
        margin: 10px 0 5px 0;
    }

        .inboxYeni .mesajDetay .tek .sag .smileys a {
            text-decoration: none;
            text-align: left;
            color: #333;
            display: inline-block;
            float: left;
            margin: 0 5px 5px 0;
        }

    .inboxYeni .mesajDetay .tek .sag .verilen {
        width: 95%;
        float: left;
        display: inline-block;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        overflow: hidden;
        font-weight: bold;
        color: #333;
    }

    .inboxYeni .mesajDetay .tek .sag .istenen {
        width: 95%;
        position: relative;
        float: left;
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        color: #333;
        margin: 5px 0;
    }

        .inboxYeni .mesajDetay .tek .sag .istenen .kutu {
            float: left;
            margin-right: 5px;
            width: 100%;
            border-radius: 5px;
            border: 1px solid #d0d0d0;
            box-sizing: border-box;
            padding: 10px 7px;
            font-size: 14px;
            line-height: 16px;
            outline: none;
        }

        .inboxYeni .mesajDetay .tek .sag .istenen .buton {
            background: #f60;
            color: #fff;
            border-radius: 5px;
            padding: 0 10px;
            height: 28px;
            line-height: 28px;
            cursor: pointer;
            font-weight: bold;
            border: 1px solid rgb(255, 51, 0);
            position: absolute;
            top: 5px;
            right: 5px;
        }

    .inboxYeni .mesajDetay .bilgi .ayril {
        float: right;
        display: inline-block;
        font-size: 11px;
        color: #333 !important;
        line-height: 16px;
        background: url(/static/forum/img/ayril.png) 5px center no-repeat;
        padding-left: 20px;
        height: 16px;
        width: auto;
        overflow: hidden;
        border: 1px solid #dedede;
        border-radius: 3px;
        padding: 8px 15px 8px 30px;
        margin: -2px -10px 0 0;
        font-weight: normal;
    }

    .inboxYeni .mesajDetay .tek .sag .istenen .kisi {
        position: absolute;
        top: 8px;
        left: 7px;
        border-radius: 5px;
        padding: 2px 5px;
        background-color: #eff2f7;
        border: 1px solid #ccd5e4;
    }

        .inboxYeni .mesajDetay .tek .sag .istenen .kisi img {
            float: Right;
            cursor: pointer;
            margin: 3px 0 0 5px;
        }

    .inboxYeni .mesajDetay .tek .sag .istenen .tahminler {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

        .inboxYeni .mesajDetay .tek .sag .istenen .tahminler li {
            width: 100%;
            cursor: pointer;
            float: left;
            border-bottom: 1px solid #d0d0d0;
            background-color: #f1f1f1;
            padding: 4px 5px;
            box-sizing: border-box;
        }

            .inboxYeni .mesajDetay .tek .sag .istenen .tahminler li:hover {
                background-color: #d9d9d9;
            }

                .inboxYeni .mesajDetay .tek .sag .istenen .tahminler li:hover > a {
                    color: red;
                }

    .inboxYeni .mesajDetay .tek#yaziyor-bilgi {
        -moz-transition: height 0.3s ease;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
        height: 0;
        border: none;
        background-color: #f1f1f1;
        padding: 0;
        font-size: 12px;
        color: #777;
    }

        .inboxYeni .mesajDetay .tek#yaziyor-bilgi.goster {
            height: 30px;
            border-bottom: 1px solid #dedede;
        }

        .inboxYeni .mesajDetay .tek#yaziyor-bilgi b {
            color: #000;
        }

        .inboxYeni .mesajDetay .tek#yaziyor-bilgi .sag {
            padding: 7px 0;
        }

/* ÖZEL MESAJ */

/* FOTOĞRAFLAR */
.profile-new .right-feed .photo-tek {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

.profile-new .right-feed .photo-gorsel {
    display: inline-block;
    float: left;
    width: 20%;
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

    .profile-new .right-feed .photo-gorsel img {
        width: 90% !important;
        height: auto !important;
    }

    .profile-new .right-feed .photo-gorsel .onizleme {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 86%;
        padding: 0 2%;
        font-size: 10px;
        display: none !important;
    }

    .profile-new .right-feed .photo-gorsel:hover > .onizleme {
        display: inline-block !important;
    }

.profile-new .right-feed .photo-linkler {
    display: inline-block;
    float: right;
    width: 40%;
}

    .profile-new .right-feed .photo-linkler .link {
        width: 335px;
        height: 24px;
        margin: 5px 0 0 0;
        font-size: 9px;
        line-height: 12px;
        display: inline-block;
        background: #f1f1f1 !important;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }

        .profile-new .right-feed .photo-linkler .link .boyut {
            float: right;
            width: 60px;
            margin: 0 0 0 5px;
            line-height: 22px;
        }

        .profile-new .right-feed .photo-linkler .link .kutu {
            font-family: verdana;
            width: 210px;
            height: 20px;
            float: right;
            display: inline-block;
            background: #fff;
            color: #333;
            border: 1px solid #ccc;
            font-size: 10px;
            padding: 0 5px;
        }

.profile-new .right-feed .photo-digerbilgi {
    display: inline-block;
    float: left;
    width: 40%;
}
/* FOTOĞRAFLAR */

/* ETKİNLİKLER TAKVİMİ*/
.etkinlikler {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
}

    .etkinlikler * {
        display: inline-block;
    }

    .etkinlikler a {
        text-decoration: none;
    }

    .etkinlikler .filtreler {
        width: 100%;
        padding: 5px 0;
        font-size: 12px;
        background: #ecb04c;
        border-left: 1px solid #ecb04c;
        border-right: 1px solid #ecb04c;
        border-bottom: 1px solid #d0d0d0;
    }

        .etkinlikler .filtreler .sekil {
            float: left;
            height: 24px;
            line-height: 24px;
            margin: 0 0 0 10px;
        }

            .etkinlikler .filtreler .sekil span {
                float: left;
                margin: 0 10px 0 0;
            }

            .etkinlikler .filtreler .sekil a {
                color: #000;
                background: #f1f1f1;
                border-radius: 3px;
                padding: 0 5px;
                float: left;
                margin: 0 5px 0 0;
                font-weight: bold;
            }

                .etkinlikler .filtreler .sekil a.aktif {
                    padding-left: 25px;
                    background: #fff url(/static/forum/img/tikle.png) 5px no-repeat;
                }

        .etkinlikler .filtreler .yonlen {
            float: right;
            height: 24px;
            line-height: 24px;
        }

            .etkinlikler .filtreler .yonlen a {
                color: #000;
                background: #f1f1f1;
                border-radius: 3px;
                padding: 0 5px;
                margin: 0 5px 0 0;
                float: left;
            }

    .etkinlikler .gunlerdenne {
        width: 100%;
        height: 20px;
        line-height: 20px;
        padding: 5px 0;
        font-size: 12px;
        background: #dfdfdf;
        border: 1px solid #d0d0d0;
        border-top: none;
    }

        .etkinlikler .gunlerdenne .tarih {
            float: left;
            margin: 0 0 0 10px;
            color: #000;
            font-size: 14px;
            font-weight: bold;
        }

    .etkinlikler .etkinlikliste {
        width: 100%;
        background: #fff;
        border-left: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        font-size: 14px;
        line-height: 18px;
    }

        .etkinlikler .etkinlikliste .tek {
            border-bottom: 1px solid #d0d0d0;
            padding: 10px;
            position: relative;
            width: calc(100% - 20px) !important;
            width: -moz-calc(100% - 20px) !important;
            width: -webkit-calc(100% - 20px) !important;
            width: -o-calc(100% - 20px) !important;
            width: calc(100% - 20px) !important;
        }

            .etkinlikler .etkinlikliste .tek.bugunrenk {
                background: #fff8ed;
            }

            .etkinlikler .etkinlikliste .tek .etkinlikyok {
                color: #999;
            }

            .etkinlikler .etkinlikliste .tek .gorsel {
                position: absolute;
                top: 10px;
                left: 10px;
            }

            .etkinlikler .etkinlikliste .tek .konu {
                margin: 0 10px 5px 70px;
                width: 70%;
                width: calc(100% - 80px) !important;
                width: -moz-calc(100% - 80px) !important;
                width: -webkit-calc(100% - 80px) !important;
                width: -o-calc(100% - 80px) !important;
                width: calc(100% - 80px) !important;
                font-size: 20px;
                color: #ff3300;
                font-weight: bold;
                line-height: 24px;
            }

                .etkinlikler .etkinlikliste .tek .konu a {
                    color: #ff3300;
                }

                    .etkinlikler .etkinlikliste .tek .konu a:hover {
                        color: #f60;
                    }

            .etkinlikler .etkinlikliste .tek .onbilgi {
                margin: 0 10px 5px 70px;
                width: 70%;
                width: calc(100% - 80px) !important;
                width: -moz-calc(100% - 80px) !important;
                width: -webkit-calc(100% - 80px) !important;
                width: -o-calc(100% - 80px) !important;
                width: calc(100% - 80px) !important;
                font-size: 14px;
                color: #000;
                line-height: 18px;
            }

                .etkinlikler .etkinlikliste .tek .onbilgi a {
                    color: #000;
                    text-decoration: underline;
                }

            .etkinlikler .etkinlikliste .tek .aciklama {
                margin: 10px 10px 10px 70px;
                width: 70%;
                width: calc(100% - 80px) !important;
                width: -moz-calc(100% - 80px) !important;
                width: -webkit-calc(100% - 80px) !important;
                width: -o-calc(100% - 80px) !important;
                width: calc(100% - 80px) !important;
                font-size: 12px;
                color: #666;
                line-height: 16px;
            }

                .etkinlikler .etkinlikliste .tek .aciklama a {
                    color: #666;
                    text-decoration: underline;
                }

            .etkinlikler .etkinlikliste .tek .butonlar {
                margin: 5px 10px 5px 70px;
                width: 70%;
                width: calc(100% - 80px) !important;
                width: -moz-calc(100% - 80px) !important;
                width: -webkit-calc(100% - 80px) !important;
                width: -o-calc(100% - 80px) !important;
                width: calc(100% - 80px) !important;
                font-size: 12px;
                color: #000;
                line-height: 24px;
            }

                .etkinlikler .etkinlikliste .tek .butonlar a {
                    color: #000;
                    border-radius: 3px;
                    background: #f1f1f1;
                    border: 1px solid #dedede;
                    height: 24px;
                    padding: 0 7px;
                    margin: 0 10px 0 0;
                    float: left;
                }

                .etkinlikler .etkinlikliste .tek .butonlar .not {
                    font-size: 12px;
                    float: left;
                }

    .etkinlikler .etkinliktakvim {
        width: 100%;
        background: #fff;
        border-left: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        font-size: 14px;
        line-height: 18px;
    }

        .etkinlikler .etkinliktakvim .gunadlari {
            width: 100%;
            border-bottom: 1px solid #d0d0d0;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
        }

            .etkinlikler .etkinliktakvim .gunadlari .gunadi {
                width: 14.1%;
                float: left;
                border-right: 1px solid #dedede;
                padding: 5px 0;
                color: #999;
            }

                .etkinlikler .etkinliktakvim .gunadlari .gunadi.sonuncu {
                    border-right: none;
                }

        .etkinlikler .etkinliktakvim .haftasatiri {
            width: 100%;
            border-bottom: 1px solid #d0d0d0;
            font-size: 14px;
            line-height: 18px;
        }

            .etkinlikler .etkinliktakvim .haftasatiri .tekgun {
                width: 12%;
                width: calc(14.1% - 20px) !important;
                width: -moz-calc(14.1% - 20px) !important;
                width: -webkit-calc(14.1% - 20px) !important;
                width: -o-calc(14.1% - 20px) !important;
                width: calc(14.1% - 20px) !important;
                float: left;
                border-right: 1px solid #dedede;
                padding: 5px 10px;
                color: #000;
                height: 120px;
                overflow: hidden;
                position: relative;
            }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun.baskaay {
                    background: #f1f1f1;
                }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun.bugunrenk {
                    background: #fff8ed;
                }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun.sonuncu {
                    border-right: none;
                }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun .no {
                    width: 100%;
                    color: #000;
                    line-height: 18px;
                    margin: 0 0 4px 0;
                }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun.baskaay .no {
                    color: #999;
                }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun .no .bugunmetni {
                    float: right;
                }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline {
                    width: 100%;
                    color: #999;
                    line-height: 17px;
                    max-height: 34px;
                    overflow: hidden;
                    margin: 0 0 4px 0;
                    position: relative;
                }

                    .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline:hover {
                        color: #f30;
                    }

                    .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline.simgeli {
                        height: 34px;
                        width: calc(100% - 35px) !important;
                        width: -moz-calc(100% - 35px) !important;
                        width: -webkit-calc(100% - 35px) !important;
                        width: -o-calc(100% - 35px) !important;
                        width: calc(100% - 35px) !important;
                        padding-left: 35px;
                    }

                    .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline .saati {
                        color: #000;
                    }

                    .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline:hover .saati {
                        text-decoration: underline;
                    }

                    .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline .simgesi {
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 0;
                        top: 3px;
                    }

                        .etkinlikler .etkinliktakvim .haftasatiri .tekgun .etkinlikline .simgesi img {
                            width: 30px;
                            height: 30px;
                        }

                .etkinlikler .etkinliktakvim .haftasatiri .tekgun .dahafazlasi {
                    position: absolute;
                    bottom: 10px;
                    right: 10px;
                    font-size: 10px;
                    color: #000;
                    line-height: 10px;
                }

                    .etkinlikler .etkinliktakvim .haftasatiri .tekgun .dahafazlasi:hover {
                        text-decoration: underline;
                    }
/* ETKİNLİKLER TAKVİMİ*/

/* ÇEK İLAN AÇ */
.ilanozetvitrin {
    width: 100%;
}

    .ilanozetvitrin *:not(script) {
        display: inline-block;
    }

    .ilanozetvitrin .sol {
        width: 48%;
        float: left;
        margin: 0 20px 5px 0;
    }

    .ilanozetvitrin .sag {
        width: 48%;
        float: left;
        margin: 0 0 5px 0;
    }

    .ilanozetvitrin .nedir {
        width: 100%;
        margin: 0 0 10px 0;
        font-weight: bold;
        font-size: 14px;
        color: #333;
    }

    .ilanozetvitrin .bbcode {
        width: 100%;
        margin: 0 0 10px 0;
        font-weight: bold;
        font-size: 14px;
    }

    .ilanozetvitrin .kutu {
        width: 100%;
        height: 180px;
        background: #fff;
        margin: 0 0 10px 0;
    }

    .ilanozetvitrin .onizlemebasligi {
        width: 100%;
        width: 394px;
        background: #ccc;
        border-bottom: 10px solid #ccc;
        padding: 11px 11px 0 11px;
        font-weight: bold;
        font-family: Verdana;
        font-size: 15px;
        line-height: 20px;
        white-space: normal;
        height: 40px;
        overflow: hidden;
    }

    .ilanozetvitrin .onizleme {
        line-height: 13px;
        width: 100%;
        width: 414px;
        min-height: 260px;
        background: #f1f1f1;
        border: 1px solid #ccc;
        padding: 5px 0;
        display: inline-block;
        position: relative;
    }

        .ilanozetvitrin .onizleme:before {
            content: '';
            background: rgba(255,255,255,0.80);
            position: absolute;
            top: 249px;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .ilanozetvitrin .onizleme .makas {
            width: 100%;
            height: 1px;
            display: inline-block;
            position: absolute;
            top: 248px;
            left: 0;
            border-bottom: 1px dashed #999;
        }

            .ilanozetvitrin .onizleme .makas:before {
                content: '';
                width: 24px;
                height: 18px;
                background: url(/static/forum/img/vitrinmetni-kes.png);
                position: absolute;
                top: -8px;
                left: -8px;
            }

            .ilanozetvitrin .onizleme .makas:after {
                content: 'Mesajınızın buraya kadarı vitrinde görünecektir.';
                position: absolute;
                top: 2px;
                right: 0;
                background: #fff;
                padding: 3px 5px; /*border-bottom-left-radius:3px; border-left:1px dashed #999; border-bottom:1px dashed #999;*/
            }

    .ilanozetvitrin .alt {
        width: 100%;
    }

        .ilanozetvitrin .alt .buton {
            float: left;
            margin: 0 10px 0 0;
        }

    .ilanozetvitrin .vitrinmetni {
        margin: 10px 10px 10px 10px;
        overflow: hidden;
    }

        .ilanozetvitrin .vitrinmetni img {
            max-width: 100%;
        }
/* ÇEK İLAN AÇ */

/* ÇEK SATIŞ */
.ikinciel .ie-navigasyon {
    color: #000;
    display: inline-block;
    float: left;
    font-weight: normal;
}

.sayfafull.cek .ie-navigasyon {
    width: 273px;
}

.sayfafull.cek .soltaraf {
    float: right;
    width: calc(100% - 290px) !important;
}
/*.ikinciel-sol div, .ikinciel-sol a, .ikinciel-sol span {display:inline-block;}
.ikinciel-sol .bolme {width:95%; background:#f1f1f1; border:1px solid #ccc; margin:0 0 10px 0; }
.ikinciel-sol .bolme .baslik {width:100%; text-align:center; font-size:13px; color:#f60; line-height:16px; padding:4px 0; background:#dedede; font-weight:bold; }
.ikinciel-sol .bolme .tek {width:96%; text-align:left; font-size:12px; color:#000; line-height:16px; padding:4px 2%; border-top:1px solid #ccc; }
.ikinciel-sol .bolme .tek.active {background:#fff; font-weight:bold;}
.ikinciel-sol .bolme .tek .value {float:left; margin:0 4px;}
.ikinciel-sol .bolme .tek .remove {float:right; background:#ccc; color:#000; border-radius:3px; padding:0 4px; font-size:10px; }
.ikinciel-sol .bolme .tek .remove:hover {background:#f00; color:#fff;}
.ikinciel-sol .bolme .tek select {width:100%;font-size:12px; outline:none; text-align:right !important;}

.ikinciel-sol .tree {width:95%; background:#f1f1f1; border:1px solid #ccc; margin:0 0 10px 0;}
.ikinciel-sol .tree .baslik {width:94%; text-align:center; font-size:13px; color:#f60; line-height:16px; padding:4px 3%; margin:0 0 3px 0; background:#dedede; font-weight:bold; }
.ikinciel-sol .tree .baslik a {color:#f60;}
.ikinciel-sol .tree .tek {width:96%; text-align:left; font-size:11px; color:#000; line-height:13px; padding:0 2%; margin:0 0 0 0; position:relative; }
.ikinciel-sol .tree .tek a {background:url(https://icon.donanimhaber.com/dallananmesaj-sol.png) 8px 5px no-repeat; padding:5px 0 5px 22px; margin:0 1%; display:block; }
.ikinciel-sol .tree .tek a.aktif {font-weight:bold; color:#f00;}
.ikinciel-sol .tree .tek.genislet a {background:url(https://icon.donanimhaber.com/treemore.png) 4px 6px no-repeat; font-weight:bold; }
.ikinciel-sol .tree .tek.daralt a {background:url(https://icon.donanimhaber.com/treeless.png) 4px 6px no-repeat; font-weight:bold; }
.ikinciel-sol .tree .tek.sifir {width:98%; padding-left:2%;}
.ikinciel-sol .tree .tek.bir {margin: 0 !important;}*/
#leftwrapper .menu .tek {
    float: left;
    background-color: #f1f1f1;
    width: 100%;
    line-height: 22px;
    padding: 3px 5px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

    #leftwrapper .menu .tek input {
        width: 160px;
        border: none;
        outline: none;
    }

#leftwrapper ul, #leftwrapper ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#leftwrapper {
    width: 100%;
    margin: 10px 0;
    font-size: 0.8125em;
    display: inline-block;
}

    #leftwrapper .menu {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        border-bottom: none;
        display: inline-block;
    }

        #leftwrapper .menu li {
            width: 100%;
            display: inline-block;
            float: left;
        }

        #leftwrapper .menu > li > a {
            float: left;
            background-color: #f1f1f1;
            width: 100%;
            line-height: 22px;
            padding: 3px 0;
            display: inline-block;
            position: relative;
            font-family: Verdana;
            color: #000;
            font-weight: bold;
            border-bottom: 1px solid #ccc;
            font-size: 13px;
        }

            #leftwrapper .menu > li > a .menu-ok {
                position: absolute;
                right: 9px;
                top: 12px;
                height: 6px;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

.active .menu-ok {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#leftwrapper .menu > li > a .menu-ok img {
    float: left;
}

#leftwrapper .menu .catname {
    margin: 0 50px 0 10px;
    float: left;
    display: inline-block;
}

#leftwrapper .menu ul li {
    display: inline-block;
    width: 100%;
}

    #leftwrapper .menu ul li a {
        background: #fff;
        border-bottom: 1px solid #dedede;
        width: 100%;
        width: calc(100% - 20px) !important;
        width: -moz-calc(100% - 20px) !important;
        width: -webkit-calc(100% - 20px) !important;
        width: -o-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
        line-height: 22px;
        position: relative;
        font-family: Verdana;
        font-size: 12px;
        color: #333;
        display: inline-block;
        padding: 3px 10px;
    }

        #leftwrapper .menu ul li a:hover {
            color: #000;
            text-decoration: underline;
        }

#leftwrapper .menu .active {
    background: #DEDEDE !important;
}

#leftwrapper .menu > li > a:hover, #leftwrapper .menu > li > a.active {
    background-color: #F1F1F1;
}

#leftwrapper .menu > li > a span {
    font-size: 11px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    background: #dedede;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    color: #333;
    border-radius: 3px;
}

#leftwrapper .menu > li > a:hover span, #leftwrapper .menu > li a.active span {
    color: #000;
}

#leftwrapper .menu > li > ul li:hover a,
#leftwrapper .menu > li > ul li:hover a span,
#leftwrapper .menu > li > ul li:hover a:before {
    color: #32373D;
}

#leftwrapper .menu ul > li > a span {
    font-size: 11px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    background: #f1f1f1;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    color: #333;
    border-radius: 3px;
}

.ilantek .ilantekgizle {
    float: right;
    margin: 0px 5px;
    color: #000 !important;
}

    .ilantek .ilantekgizle img {
        float: left;
        margin-right: 5px;
    }

.ilantek .ilantekfav {
    float: right;
    margin: 0px 5px;
}

    .ilantek .ilantekfav img {
        float: left;
    }

.ilantek {
    display: inline-block;
    margin: 0 20px 20px 0;
    background: #f1f1f1;
    border: 1px solid #ccc;
    float: left;
}

    .ilantek * {
        display: inline-block;
    }

    .ilantek .baslik {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
    }

        .ilantek .baslik .konuadi {
            margin: 6px 10px;
            min-height: 40px;
            word-break: break-word;
        }

    .ilantek .baslikalti {
        width: 100%;
        font-size: 10px;
        line-height: 17px;
        background: #dedede;
        border-bottom: 1px solid #ccc;
        padding: 3px 0;
    }

        .ilantek .baslikalti .sayfalama {
            margin: 0 0 0 10px;
            float: left;
        }

        .ilantek .baslikalti .yonetim {
            margin: 0 5px 0 0;
            float: right;
        }

        .ilantek .baslikalti .guncelleme {
            margin: 0 10px 0 0;
            float: right;
        }

    .ilantek .ilangovde {
        width: 100%;
        font-size: 11px;
        line-height: 17px;
        border-bottom: 1px solid #ccc;
        padding: 10px 0 0 0;
        position: relative;
    }

        .ilantek .ilangovde div:not(.cek-devamgoryukari):not(.cek-devamgor), .ilantek .ilangovde p, .ilantek .ilangovde hr {
            display: block;
        }

        .ilantek .ilangovde .vitrinmetni {
            width: 100%;
            position: relative;
            word-break: break-word;
            padding: 5px 10px 10px 10px;
            height: 274px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .ilantek .ilangovde .vitrinmetni .cek-devamgor {
                position: absolute;
                right: 0px;
                bottom: 0px;
                width: 100%;
                text-align: center;
                background: -moz-linear-gradient(top, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 50%);
                background: -webkit-linear-gradient(top, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 50%);
                background: linear-gradient(to bottom, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 50%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
                height: 50px;
            }

.ilantekshadow {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
}

.ilantek .ilangovde table {
    width: 100%;
    float: left;
}

.ilantek .ilangovde .vitrinmetni .cek-devamgor a {
    cursor: pointer;
    width: 100%;
    height: 100%;
    line-height: 65px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

    .ilantek .ilangovde .vitrinmetni .cek-devamgor a:hover {
        text-decoration: underline;
    }

    .ilantek .ilangovde .vitrinmetni .cek-devamgor a img {
        margin-left: 10px;
    }

.cek-devamgoryukari {
    height: 30px;
    position: relative;
    width: 100%;
    text-align: center;
}

    .cek-devamgoryukari a {
        line-height: 30px;
        cursor: pointer;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        font-family: Arial;
    }

        .cek-devamgoryukari a:hover {
            text-decoration: underline;
        }

.ilantek .ilangovde .vitrinmetni img {
    max-width: 100%;
}

.ilantek .ilangovde .vitrinalt {
    height: 40px;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
    position: relative;
}

.ilantek .ilangovde .ayrac {
    position: absolute;
    top: 0;
    left: 4px;
    width: 60%;
    height: 1px;
    border-top: 1px solid #666;
}

.ilantek .ilangovde .detayagit {
    position: absolute;
    bottom: 7px;
    left: 7px;
    font-weight: bold;
    background: #fff;
    color: #000;
    border-radius: 3px;
    padding: 0 4px;
    border: 1px solid #dedede;
    line-height: 23px;
}

    .ilantek .ilangovde .detayagit:hover {
        background: #dedede;
    }

.ilantek .ilangovde .ilanetiket {
    position: absolute;
    bottom: 11px;
    right: 11px;
}

    .ilantek .ilangovde .ilanetiket a {
        background-color: #fff;
        border-radius: 3px;
        padding: 0 4px 0 4px;
        line-height: 16px;
        margin: 0 0 0 2px;
        font-size: 10px;
        color: #000;
        border: 1px solid #dedede;
        float: left;
    }

        .ilantek .ilangovde .ilanetiket a:hover {
            background-color: #fff;
        }

    .ilantek .ilangovde .ilanetiket .tagmore {
        background-color: #dedede;
        cursor: help;
    }

.ilantek .ilansahibi {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    background: #dedede;
    padding: 5px 0;
    position: relative;
    min-height: 40px;
}

    .ilantek .ilansahibi .avatar {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5px;
        left: 5px;
    }

        .ilantek .ilansahibi .avatar img {
            width: 40px;
            height: 40px;
            object-fit: cover;
        }

    .ilantek .ilansahibi .kullanicinick {
        float: left;
        margin: 3px 0;
        display: block;
        margin: 3px 45px 3px 55px;
        min-width: 55%;
    }

        .ilantek .ilansahibi .kullanicinick .onlineuser {
            float: left;
            margin: 3px 5px 0 0;
            width: 8px;
            height: 8px;
            background: #0C0;
            border-radius: 5px;
            border: 1px solid #090;
        }

        .ilantek .ilansahibi .kullanicinick .offlineuser {
            float: left;
            margin: 3px 5px 0 0;
            width: 8px;
            height: 8px;
            background: red;
            border-radius: 5px;
            border: 1px solid red;
        }

    .ilantek .ilansahibi .bilgileri {
        float: left;
        display: block;
        margin: 0 10px 0 55px;
        min-width: 55%;
    }

        .ilantek .ilansahibi .bilgileri .rutbe {
            float: left;
            margin: 0 5px 0 0;
        }

        .ilantek .ilansahibi .bilgileri .yildiz {
            float: left;
            margin: 2px 10px 2px 0;
        }

        .ilantek .ilansahibi .bilgileri .mesajsayi {
            float: left;
            margin: 0 5px 0 0;
        }

        .ilantek .ilansahibi .bilgileri .refsayi {
            float: left;
            margin: 0 5px 0 0;
            font-weight: bold;
        }

        .ilantek .ilansahibi .bilgileri .refyildiz {
            float: left;
            margin: 3px 10px 2px 0;
        }

            .ilantek .ilansahibi .bilgileri .refyildiz img {
                float: left;
                margin: 0 2px 0 0;
            }

    .ilantek .ilansahibi .mesajgonder {
        position: absolute;
        top: 7px;
        right: 5px;
        width: 16px;
        height: 16px;
    }

    .ilantek .ilansahibi .dukkanagit {
        position: absolute;
        top: 7px;
        right: 25px;
        width: 16px;
        height: 16px;
    }
/* ÇEK SATIŞ */

/* PAYLAŞ */
.mesaj-paylas {
    width: 500px;
    display: inline-block;
    float: left;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ECAF48;
    background: #dedede;
}

    .mesaj-paylas .baslik {
        width: 480px;
        padding: 3px 10px;
        line-height: 20px;
        background: #dfdfdf;
        font-weight: bold;
        color: #f60;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

    .mesaj-paylas .nerede {
        width: 500px;
        line-height: 20px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #D0D0D0;
        background: #ECAF48;
    }

        .mesaj-paylas .nerede span {
            float: left;
            margin: 5px 0 0 5px;
            padding: 0 5px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            text-decoration: none;
            color: #000;
            font-weight: normal;
        }

        .mesaj-paylas .nerede a {
            float: left;
            margin: 5px 0 0 5px;
            background: #dedede;
            padding: 3px 6px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            text-decoration: none;
            color: #000;
            margin-bottom: -1px;
            border: 1px solid #D0D0D0;
            border-bottom: none;
        }

            .mesaj-paylas .nerede a:hover {
                background: #F1F1F1;
            }

        .mesaj-paylas .nerede .aktif {
            background: #F1F1F1;
        }

        .mesaj-paylas .nerede a img {
            float: left;
            margin: 2px 3px 0 0;
        }

    .mesaj-paylas .bilgisatiri {
        width: 480px;
        padding: 5px 10px;
        line-height: 16px;
        background: #F1F1F1;
        color: #000;
        font-size: 12px;
    }

        .mesaj-paylas .bilgisatiri a {
            color: #000;
        }

    .mesaj-paylas .kimle {
        width: 490px;
        padding: 4px 5px;
        line-height: 24px;
        background: #dedede;
        color: #000;
        font-size: 12px;
        position: relative;
    }

        .mesaj-paylas .kimle .kutu {
            width: 460px;
            border: none;
            padding: 0 25px 0 5px;
            line-height: 24px;
            height: 24px;
            font-size: 12px;
            background: #fff url(/static/forum/img/user_16.png) 470px 5px no-repeat;
        }

        .mesaj-paylas .kimle .liste {
            width: 490px;
            line-height: 24px;
            position: absolute;
            top: 28px;
            left: 4px;
            background: #ffefb8;
            border: 1px solid #e0ca7e;
            max-height: 140px;
            overflow-x: hidden;
            overflow-y: scroll;
        }

            .mesaj-paylas .kimle .liste .tek {
                width: 480px;
                padding: 0 5px;
                cursor: pointer;
            }

                .mesaj-paylas .kimle .liste .tek:hover {
                    width: 480px;
                    padding: 0 5px;
                    background: #fff7da;
                }

    .mesaj-paylas .konu {
        width: 460px;
        padding: 0 9px;
        line-height: 24px;
        background: #f1f1f1;
        color: #000;
        font-size: 12px;
        border: 1px dashed #ccc;
        margin: 5px 10px;
        border-radius: 5px;
        box-shadow: 3px 3px 0 #ccc;
    }

        .mesaj-paylas .konu .konuadi {
            width: 460px;
            font-size: 16px;
            font-weight: bold;
            margin: 7px 0 3px 0;
            line-height: 22px;
            color: #000;
        }

        .mesaj-paylas .konu .bilgiler {
            width: 460px;
            font-size: 11px;
            margin: 0 0 4px 0;
            line-height: 16px;
            color: #333;
        }

        .mesaj-paylas .konu .ozet {
            width: 460px;
            font-size: 11px;
            margin: 0 0 10px 0;
            line-height: 14px;
            color: #999;
            max-height: 28px;
            overflow: hidden;
        }

    .mesaj-paylas .butonlar {
        width: 490px;
        padding: 0 5px;
        height: 34px;
        color: #000;
        font-size: 12px;
        background: #ECAF48;
    }

        .mesaj-paylas .butonlar .buton {
            float: right;
            margin: 5px 0 0 5px;
            line-height: 22px;
            height: 24px;
            padding: 0 5px 0 25px;
            font-size: 13px;
            font-weight: bold;
            background: #fff url(/static/forum/img/check.png) 5px center no-repeat;
            color: #666;
            border: 1px solid #ccc;
            cursor: pointer;
            border-radius: 3px;
        }

            .mesaj-paylas .butonlar .buton:hover {
                background: #f1f1f1 url(/static/forum/img/check.png) 5px center no-repeat;
                color: #333;
            }

            .mesaj-paylas .butonlar .buton:active {
                background: #dedede url(/static/forum/img/check.png) 5px center no-repeat;
            }

            .mesaj-paylas .butonlar .buton.onemli {
                color: #fff;
                border: 1px solid #f00;
                background: #f85032;
            }

                .mesaj-paylas .butonlar .buton.onemli:hover {
                    background: #f30;
                }

                .mesaj-paylas .butonlar .buton.onemli:active {
                    background: #333;
                    border: 1px solid #000;
                }

        .mesaj-paylas .butonlar .not {
            float: left;
            margin: 2px 0 0 0;
            line-height: 24px;
            color: #000;
            font-size: 13px;
            margin: 5px 0 0 5px;
        }

    .mesaj-paylas .notekle {
        width: 490px;
        padding: 4px 5px;
        line-height: 24px;
        background: #dedede;
        color: #000;
        font-size: 12px;
        position: relative;
    }

        .mesaj-paylas .notekle .kutu {
            width: 480px !important;
            border: none;
            padding: 4px 5px;
            line-height: 20px;
            height: 40px;
            font-size: 12px;
            font-family: Tahoma, Verdana, Geneva, sans-serif;
        }

    .mesaj-paylas div::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .mesaj-paylas div::-webkit-scrollbar-button:start:decrement,
    ::-webkit-scrollbar-button:end:increment {
        height: 0;
        display: block;
        background-color: transparent;
    }

    .mesaj-paylas div::-webkit-scrollbar-track-piece {
        background-color: #ffefb8;
        -webkit-border-radius: 5px;
    }

    .mesaj-paylas div::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: #f90;
        -webkit-border-radius: 5px;
    }
/* PAYLAŞ */

/* GRUP DETAY */
.groupmessage {
    float: left;
    display: inline-block;
    Width: 60%;
    width: -moz-calc(100% - 303px);
    width: -webkit-calc(100% - 303px);
    width: -o-calc(100% - 303px);
    width: calc(100% - 303px);
}

    .groupmessage * {
        max-width: 100%;
    }

.groupinfo {
    float: right;
    display: inline-block;
    margin: 10px;
    border-radius: 7px;
    width: 280px;
    line-height: 20px;
}

    .groupinfo .box {
        width: 94%;
        margin: 0 0 10px 0;
        padding: 10px 3% 10px 3%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        display: inline-block;
    }

    .groupinfo .title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 0;
        position: relative;
    }

        .groupinfo .title .linkler {
            float: right;
            font-size: 12px;
            font-weight: normal;
            margin: 0 0 0 10px;
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
        }

        .groupinfo .title .yonetimlink {
            width: 20px;
            position: absolute;
            top: -3px;
            right: -28px;
            font-size: 12px;
            font-weight: normal;
        }

        .groupinfo .title .aramaLink {
            width: 20px;
            position: absolute;
            top: 25px;
            right: -28px;
            font-size: 12px;
            font-weight: normal;
        }

        .groupinfo .title .yonetimlink .duzenle {
            background: #fff url(/static/forum/img/group-editbox.png) center no-repeat;
            display: inline-block;
            margin: 0 0 5px 0;
            width: 20px;
            height: 22px;
            color: #000 !important;
            overflow: hidden;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border: 1px solid #ccc;
            text-align: center;
        }

        .groupinfo .title .aramaLink .arama {
            background: #fff url(/static/forum/img/ara-icon.png) center no-repeat;
            display: inline-block;
            margin: 0 0 5px 0;
            width: 20px;
            height: 22px;
            color: #000 !important;
            overflow: hidden;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border: 1px solid #ccc;
            text-align: center;
        }

        .groupinfo .title .yonetimlink .duzenle:hover {
            background: #f60 url(/static/forum/img/group-editbox.png) center no-repeat;
        }

        .groupinfo .title .aramaLink .arama:hover {
            background: #f60 url(/static/forum/img/ara-icon.png) center no-repeat;
        }

    .groupinfo .more {
        width: 100%;
        line-height: 16px;
        margin: 5px 0;
        display: inline-block;
    }

        .groupinfo .more img {
            float: left;
            margin: 0 5px 0 0;
            width: 16px;
            height: 16px;
        }

    .groupinfo .gelisim {
        width: 96%;
        padding: 3px 2%;
        line-height: 16px;
        margin: 5px 0 3px 0;
        display: inline-block;
        background: #f1f1f1;
        border-radius: 3px;
        text-align: center;
    }

    .groupinfo .cover {
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin: 0 0 -1px -1px;
        text-align: center;
        background: #dedede;
    }

        .groupinfo .cover img {
            max-width: 100%;
            max-height: 280px;
        }

    .groupinfo .subscription {
        margin: 0 0 10px 0;
        padding-bottom: 10px;
    }

        .groupinfo .subscription .follow {
            background-image: -ms-linear-gradient(top, #F90 0%, #F60 100%);
            background-image: -moz-linear-gradient(top, #F90 0%, #F60 100%);
            background-image: -o-linear-gradient(top, #F90 0%, #F60 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F90 ), color-stop(1, #F60 ));
            background-image: -webkit-linear-gradient(top, #F90 0%, #F60 100%);
            background-image: linear-gradient(to bottom, #F90 0%, #F60 100%);
            color: #fff !important;
            float: right;
            color: #333;
            font-weight: bold;
            padding: 0 10px;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            border-radius: 5px;
            line-height: 30px;
            border: 1px solid #f60;
        }

            .groupinfo .subscription .follow:hover {
                border: 1px solid #f90;
            }

            .groupinfo .subscription .follow.unfollow {
                background: #f1f1f1;
                color: #000 !important;
                border: 1px solid #dedede;
                font-weight: normal;
                font-size: 12px;
            }

                .groupinfo .subscription .follow.unfollow:hover {
                    border: 1px solid #999;
                }

        .groupinfo .subscription .secret {
            padding-left: 28px;
            position: relative;
        }

        .groupinfo .subscription .follow.secret .simge {
            position: absolute;
            top: 6px;
            left: 8px;
            background: url(/static/forum/img/groupfollowsecret.png) left top no-repeat;
            display: inline-block;
            width: 16px;
            height: 16px;
        }

        .groupinfo .subscription .follow.unfollow.secret .simge {
            background: url(/static/forum/img/groupfollowsecretB.png) left top no-repeat;
        }

        .groupinfo .subscription .numbers {
            float: left;
            margin: 3px 10px 0 0;
        }

            .groupinfo .subscription .numbers .number {
                float: left;
                font-size: 28px;
                line-height: 24px;
                font-weight: bold;
                color: #333;
                margin: 0 5px 0 0;
            }

            .groupinfo .subscription .numbers .type {
                float: left;
                font-size: 10px;
                line-height: 12px;
                color: #333;
            }

                .groupinfo .subscription .numbers .type.middle {
                    line-height: 24px;
                }

    .groupinfo .invite input {
        display: inline-block;
    }

    .groupinfo .invite .kutu {
        float: left;
        border: none;
        background: #f1f1f1;
        border-radius: 3px;
        color: #000;
        line-height: 24px;
        height: 24px;
        padding: 3px 5px;
        margin: 3px 0;
        width: 220px;
        font-size: 12px;
        border: 1px solid #ccc;
    }

    .groupinfo .invite .button {
        background-image: -ms-linear-gradient(top, #F90 0%, #F60 100%);
        background-image: -moz-linear-gradient(top, #F90 0%, #F60 100%);
        background-image: -o-linear-gradient(top, #F90 0%, #F60 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F90 ), color-stop(1, #F60 ));
        background-image: -webkit-linear-gradient(top, #F90 0%, #F60 100%);
        background-image: linear-gradient(to bottom, #F90 0%, #F60 100%);
        color: #fff !important;
        float: right;
        color: #333;
        font-weight: bold;
        padding: 0 13px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 5px;
        line-height: 24px;
        border: 1px solid #f60;
    }

        .groupinfo .invite .button:hover {
            border: 1px solid #f90;
        }

    .groupinfo .members {
        width: 94%;
        margin: 0 0 10px 0;
        padding: 10px 3% 5px 3%;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #ccc;
    }

        .groupinfo .members .tek {
            width: 100%;
            line-height: 32px;
            margin: 0 0 5px 0 !important;
            display: inline-block;
            font-size: 12px;
        }

            .groupinfo .members .tek .avatar {
                float: left;
                height: 40px;
                width: 40px;
                overflow: hidden;
                text-align: center;
            }

                .groupinfo .members .tek .avatar img {
                    height: 40px;
                }

            .groupinfo .members .tek .kullanici {
                float: left;
                margin: 0 0 0 8px;
                padding: 2px 0 0 0;
                width: 140px;
            }

                .groupinfo .members .tek .kullanici .nick {
                    line-height: 20px;
                    font-weight: bold;
                    color: #000;
                    font-size: 14px;
                }

                    .groupinfo .members .tek .kullanici .nick a {
                        color: #000;
                    }

                    .groupinfo .members .tek .kullanici .nick .online {
                        background: #0C0;
                        width: 8px;
                        height: 8px;
                        border-radius: 8px;
                        margin: 0 4px 0 0;
                        box-shadow: 0 0 2px #666;
                        border: 1px solid #060;
                    }

                .groupinfo .members .tek .kullanici .gorev {
                    display: inline-block;
                    font-size: 12px;
                    color: #666;
                    line-height: 15px;
                }

        .groupinfo .members.yoneticiler .tek .avatar {
            height: 24px;
            width: 24px;
        }

            .groupinfo .members.yoneticiler .tek .avatar img {
                height: 24px;
            }

        .groupinfo .members.yoneticiler .tek .kullanici .nick {
            font-size: 12px;
        }

    .groupinfo .box .list .box-photo {
        width: 85px;
        height: 85px;
        overflow: hidden;
        margin: 0 0 2px 2px;
        float: left;
    }

        .groupinfo .box .list .box-photo a {
            width: 100%;
        }

            .groupinfo .box .list .box-photo a:hover {
                opacity: 0.8;
            }

        .groupinfo .box .list .box-photo img {
            width: 100%;
        }

        .groupinfo .box .list .box-photo.yuzde {
            width: 110px;
            height: auto;
            overflow: inherit;
            margin: 0 20px 5px 0;
        }

            .groupinfo .box .list .box-photo.yuzde img {
                width: 75%;
            }

    .groupinfo .box .list .box-video {
        width: 129px;
        height: 73px;
        overflow: hidden;
        margin: 0 0 2px 2px;
        float: left;
        position: relative;
    }

        .groupinfo .box .list .box-video span {
            width: 100%;
        }

        .groupinfo .box .list .box-video img {
            width: 129px;
            height: 73px;
        }

        .groupinfo .box .list .box-video .baslik {
            width: 119px;
            height: 63px;
            padding: 5px;
            background: #000;
            color: #fff !important;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.8;
            visibility: hidden;
        }

        .groupinfo .box .list .box-video:hover > .baslik {
            visibility: visible;
        }

        .groupinfo .box .list .box-video.yuzde {
            width: 100%;
            height: auto;
            overflow: inherit;
            margin: 0 0 5px 0;
        }

    .groupinfo .box .links {
        width: 100%;
        font-size: 12px;
        display: inline-block;
    }

        .groupinfo .box .links .line {
            width: 100%;
            line-height: 16px;
            margin: 0 0 10px 0;
        }

            .groupinfo .box .links .line img {
                float: left;
                margin: 0 5px 0 0;
                width: 16px;
                height: 16px;
            }

    .groupinfo .onaylanmali {
        background: #fff4e3;
        line-height: 24px;
        text-align: center;
    }

        .groupinfo .onaylanmali .title {
            text-align: left;
        }

        .groupinfo .onaylanmali a {
            background: #fff;
            color: #000 !important;
            display: inline-block;
            width: 100%;
            float: left;
            text-align: center;
            margin: 0 5px 5px -1px;
            line-height: 20px;
            border-radius: 3px;
            font-weight: bold;
            border: 1px solid #ccc;
        }

            .groupinfo .onaylanmali a:hover {
                background: #f90;
                color: #fff !important;
                border: 1px solid #f60;
            }

    .groupinfo .onaylanacak {
        background: #dedede;
        margin-top: -13px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .groupinfo .onaylanacak .title {
            font-size: 12px;
        }

    .groupinfo .eylem {
        display: inline-block;
        float: right;
    }

        .groupinfo .eylem a {
            width: 16px;
            height: 16px;
            line-height: 16px;
            color: #fff !important;
            display: inline-block;
            border-radius: 5px;
            background: #333;
            padding: 2px 2px;
            margin: 0 0 0 5px;
            border: 2px solid #fff;
        }

            .groupinfo .eylem a:hover {
                border: 2px solid #666;
            }

        .groupinfo .eylem .onayla {
            background: #9ad100 url(/static/forum/img/group-onayla.png) center no-repeat;
            width: 32px;
        }

        .groupinfo .eylem .reddet {
            background: #f00 url(/static/forum/img/group-reddet.png) center no-repeat;
        }

        .groupinfo .eylem .yoksay {
            background: #999 url(/static/forum/img/group-yoksay.png) center no-repeat;
        }

.arama {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

    .arama input[type="search"] {
        width: 80%;
        height: 35px;
        line-height: 35px;
        padding: 3px;
        border: 1px solid #e2e2e2;
        font-weight: bold;
        color: #1d1d1d;
        outline: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-right: none;
    }

    .arama input[type="button"] {
        width: 20%;
        height: 35px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #F1F1F1;
        border: 1px solid #DEDEDE;
        outline: none;
        cursor: pointer;
    }

        .arama input[type="button"]:hover {
            border: 1px solid #999999;
        }

.aramaOrta input[type="search"] {
    width: 90%;
}

.aramaOrta input[type="button"] {
    width: 10%;
}

.aramaSonuc {
    width: 100%;
    background-color: #fff;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    position: absolute;
}

    .aramaSonuc .sonucTek a {
        border-bottom: 1px solid #e2e2e2;
        height: 20px;
        line-height: 20px;
        padding: 5px;
        font-size: 11px;
        display: block;
    }

        .aramaSonuc .sonucTek a:hover, .aramaSonuc .tumSonuclar a:hover {
            background-color: #EFEFEF;
        }

    .aramaSonuc .tumSonuclar a {
        padding: 5px 0;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

.box .anket .secenek {
    display: block;
    margin-bottom: 2px;
}

.box .anket h1 {
    font-size: 12px;
}

.box .anket input[type="button"] {
    margin: 10px 0 0 5px;
    height: 30px;
    background-color: #F1F1F1;
    border: 1px solid #DEDEDE;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

    .box .anket input[type="button"]:hover {
        border: 1px solid #999999;
    }

.box .anket .oncekiAnket {
    padding-left: 5px;
}

    .box .anket .oncekiAnket h1 {
        font-size: 12px;
        font-weight: bold;
        margin: 15px 0 0;
    }

    .box .anket .oncekiAnket a {
        font-size: 11px;
        color: #676767;
        text-decoration: underline;
        display: block;
    }

        .box .anket .oncekiAnket a:hover {
            text-decoration: none;
        }

.anketSonuclar {
    width: 100%;
    margin-top: 10px;
}

    .anketSonuclar .anketSonuc {
        margin-bottom: 5px;
    }

        .anketSonuclar .anketSonuc span {
            background-color: #0060B9;
            height: 10px;
            width: 210px;
            display: block;
        }

.modulIcerik img {
    max-width: 100%;
}

.groupbottom {
    width: 100%;
}

    .groupbottom .box {
        width: 96%;
        margin: 0 0 10px 0;
        padding: 10px 2% 10px 2%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        display: inline-block;
    }

        .groupbottom .box.moderation {
            background: #ffedce;
        }

        .groupbottom .box .title {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px 0;
            line-height: 20px;
            border-bottom: 1px solid #ccc;
            padding: 0 0 5px 0;
            position: relative;
        }

            .groupbottom .box .title .linkler {
                float: right;
                font-size: 12px;
                font-weight: normal;
                margin: 0 0 0 10px;
                display: inline-block;
                font-family: Arial, Helvetica, sans-serif;
            }

    .groupbottom .title .yonetimlink {
        float: right;
        font-size: 12px;
        font-weight: normal;
        margin: 0 0 0 5px;
    }

    .groupbottom .title .aramaLink {
        float: right;
        font-size: 12px;
        font-weight: normal;
        margin: 0 0 0 5px;
    }

    .groupbottom .title .yonetimlink .duzenle {
        background: #fff url(/static/forum/img/group-editbox.png) center no-repeat;
        display: inline-block;
        margin: -3px 0 0 5px;
        width: 20px;
        height: 22px;
        color: #000 !important;
        overflow: hidden;
        border-radius: 3px;
        border: 1px solid #ccc;
        text-align: center;
    }

    .groupbottom .title .aramaLink .arama {
        background: #fff url(/static/forum/img/ara-icon.png) center no-repeat;
        display: inline-block;
        margin: -3px 0 0 5px;
        width: 20px;
        height: 22px;
        color: #000 !important;
        overflow: hidden;
        border-radius: 3px;
        border: 1px solid #ccc;
        text-align: center;
    }

    .groupbottom .title .yonetimlink .duzenle:hover {
        background: #f60 url(/static/forum/img/group-editbox.png) center no-repeat;
    }

    .groupbottom .title .aramaLink .arama:hover {
        background: #f60 url(/static/forum/img/ara-icon.png) center no-repeat;
    }

    .groupbottom .gelisim {
        width: 96%;
        padding: 3px 2%;
        line-height: 16px;
        margin: 5px 0;
        display: inline-block;
        background: #f1f1f1;
        border-radius: 3px;
        text-align: center;
    }

    .groupbottom .box .list {
        width: 100%;
        font-size: 12px;
    }

        .groupbottom .box .list .line {
            width: 100%;
            line-height: 16px;
            margin: 0 0 10px 0;
        }

            .groupbottom .box .list .line img {
                float: left;
                margin: 0 5px 0 0;
                width: 16px;
                height: 16px;
            }

            .groupbottom .box .list .line.imza {
                width: 690px;
                background: #f1f1f1;
            }

                .groupbottom .box .list .line.imza img {
                    width: auto;
                    height: auto;
                    float: inherit;
                }

            .groupbottom .box .list .line.hakkinda img {
                width: auto;
                height: auto;
                float: inherit;
            }

            .groupbottom .box .list .line textarea {
                width: 100% !important;
                min-height: 160px;
                line-height: 16px;
                outline: none;
            }

        .groupbottom .box .list .summary {
            width: 100%;
            line-height: 16px;
            margin: -5px 0 15px 0;
            color: #999;
            font-size: 11px !important; /*max-height:32px; overflow:hidden;*/
        }

            .groupbottom .box .list .summary a {
                color: #999;
            }

                .groupbottom .box .list .summary a:hover {
                    color: #f00;
                }
    /*ONAY OLAYLARI*/
    .groupbottom .onaylanacak {
        background: #dedede;
        margin-top: -13px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .groupbottom .onaylanacak .title {
            font-size: 12px;
        }

    .groupbottom .eylem {
        display: inline-block;
        float: right;
    }

        .groupbottom .eylem a {
            width: 16px;
            height: 16px;
            line-height: 16px;
            color: #fff !important;
            display: inline-block;
            border-radius: 5px;
            background: #333;
            padding: 2px 2px;
            margin: 0 0 0 5px;
            border: 2px solid #fff;
        }

            .groupbottom .eylem a:hover {
                border: 2px solid #666;
            }

        .groupbottom .eylem .onayla {
            background: #9ad100 url(/static/forum/img/group-onayla.png) center no-repeat;
            width: 32px;
        }

        .groupbottom .eylem .reddet {
            background: #f00 url(/static/forum/img/group-reddet.png) center no-repeat;
        }

        .groupbottom .eylem .yoksay {
            background: #999 url(/static/forum/img/group-yoksay.png) center no-repeat;
        }

.acilirpencere {
    display: inline-block;
    width: 760px;
    max-height: 500px;
    overflow-y: scroll;
    padding: 15px 20px;
}

    .acilirpencere .title {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 0;
        position: relative;
    }

    .acilirpencere .siraliliste {
        width: 100%;
        display: inline-block;
    }

    .acilirpencere .grupicisayfa {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0;
        font-weight: bold;
    }

        .acilirpencere .grupicisayfa span {
            float: left;
            margin: 0 4px 3px 2px;
        }

        .acilirpencere .grupicisayfa a {
            float: left;
            background: #f1f1f1;
            color: #000 !important;
            padding: 0 6px;
            height: 18px;
            margin: 0 3px 3px 0;
            border-radius: 3px;
            display: inline-block;
            font-size: 11px;
        }

            .acilirpencere .grupicisayfa a:hover {
                background: #DEDEDE;
            }

            .acilirpencere .grupicisayfa a.aktif {
                background: #000;
                color: #fff !important;
            }

    .acilirpencere .members {
        width: 100%;
    }

        .acilirpencere .members .tek {
            width: 100%;
            line-height: 32px;
            margin: 0 0 5px 0 !important;
            display: inline-block;
            font-size: 12px;
            border-bottom: 1px dashed #dedede;
            padding: 0 0 5px 0;
            position: relative;
        }

            .acilirpencere .members .tek .avatar {
                float: left;
                height: 40px;
                width: 40px;
                overflow: hidden;
                text-align: center;
            }

                .acilirpencere .members .tek .avatar img {
                    height: 40px;
                }

            .acilirpencere .members .tek .kullanici {
                float: left;
                margin: 0 0 0 8px;
                padding: 2px 0 0 0;
                width: 140px;
            }

                .acilirpencere .members .tek .kullanici .nick {
                    line-height: 20px;
                    font-weight: bold;
                    color: #000;
                    font-size: 14px;
                }

                    .acilirpencere .members .tek .kullanici .nick a {
                        color: #000;
                    }

                    .acilirpencere .members .tek .kullanici .nick .online {
                        background: #0C0;
                        width: 8px;
                        height: 8px;
                        border-radius: 8px;
                        margin: 0 4px 0 0;
                        box-shadow: 0 0 2px #666;
                        border: 1px solid #060;
                    }

                .acilirpencere .members .tek .kullanici .gorev {
                    display: inline-block;
                    font-size: 12px;
                    color: #666;
                    line-height: 15px;
                }

    .acilirpencere .siraliliste {
        width: 100%;
    }

        .acilirpencere .siraliliste .tekfoto {
            line-height: 32px;
            margin: 0 5px 5px 0;
            display: inline-block;
            float: left;
            font-size: 12px;
            position: relative;
        }

            .acilirpencere .siraliliste .tekfoto .box-photo {
                width: 180px;
                height: 180px;
                overflow: hidden;
                float: left;
            }

                .acilirpencere .siraliliste .tekfoto .box-photo a {
                    width: 100%;
                }

                    .acilirpencere .siraliliste .tekfoto .box-photo a:hover {
                        opacity: 0.8;
                    }

                .acilirpencere .siraliliste .tekfoto .box-photo img {
                    width: 100%;
                }

                .acilirpencere .siraliliste .tekfoto .box-photo.yuzde {
                    width: 110px;
                    height: auto;
                    overflow: inherit;
                    margin: 0 20px 5px 0;
                }

                    .acilirpencere .siraliliste .tekfoto .box-photo.yuzde img {
                        width: 75%;
                    }

            .acilirpencere .siraliliste .tekfoto .eylem {
                position: absolute;
                top: 5px;
                right: 5px;
            }

        .acilirpencere .siraliliste .tekvideo {
            line-height: 32px;
            margin: 0 5px 5px 0;
            display: inline-block;
            float: left;
            font-size: 12px;
            position: relative;
        }

            .acilirpencere .siraliliste .tekvideo .box-video {
                width: 180px;
                height: 120px;
                overflow: hidden;
                float: left;
            }

                .acilirpencere .siraliliste .tekvideo .box-video span {
                    width: 100%;
                }

                .acilirpencere .siraliliste .tekvideo .box-video img {
                    width: 180px;
                    height: 120px;
                }

                .acilirpencere .siraliliste .tekvideo .box-video .baslik {
                    width: 170px;
                    padding: 5px;
                    background: #000;
                    color: #fff !important;
                    font-size: 14px;
                    line-height: 18px;
                    overflow: hidden;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    opacity: 0.8;
                    visibility: hidden;
                }

                .acilirpencere .siraliliste .tekvideo .box-video:hover > .baslik {
                    visibility: visible;
                }

            .acilirpencere .siraliliste .tekvideo .eylem {
                position: absolute;
                top: 5px;
                right: 5px;
            }

    .acilirpencere .links {
        width: 100%;
        font-size: 12px;
        display: inline-block;
    }

        .acilirpencere .links .line {
            width: 100%;
            line-height: 20px;
            margin: 0 0 5px 0 !important;
            display: inline-block;
            font-size: 12px;
            border-bottom: 1px dashed #dedede;
            padding: 0 0 5px 0;
            position: relative;
        }

            .acilirpencere .links .line img {
                float: left;
                margin: 3px 5px 0 0;
                width: 16px;
                height: 16px;
            }

    .acilirpencere .summary {
        width: 100%;
        line-height: 16px;
        margin: -5px 0 15px 0;
        background: #f1f1f1;
        display: inline-block;
        border-bottom: 1px dashed #dedede;
        color: #999;
        font-size: 11px !important; /*max-height:32px; overflow:hidden;*/
    }

        .acilirpencere .summary a {
            color: #999;
        }

            .acilirpencere .summary a:hover {
                color: #f00;
            }

    .acilirpencere .eylem {
        display: inline-block;
        float: right;
    }

        .acilirpencere .eylem a {
            width: 16px;
            height: 16px;
            line-height: 16px;
            color: #fff !important;
            display: inline-block;
            border-radius: 5px;
            background: #333;
            padding: 2px 2px;
            margin: 0 0 0 5px;
            border: 2px solid #fff;
        }

            .acilirpencere .eylem a:hover {
                border: 2px solid #666;
            }

        .acilirpencere .eylem .onayla {
            background: #9ad100 url(/static/forum/img/group-onayla.png) center no-repeat;
            width: 32px;
        }

        .acilirpencere .eylem .reddet {
            background: #f00 url(/static/forum/img/group-reddet.png) center no-repeat;
        }

        .acilirpencere .eylem .yoksay {
            background: #999 url(/static/forum/img/group-yoksay.png) center no-repeat;
        }

        .acilirpencere .eylem .yoneticiyap {
            background: #f60 url(/static/forum/img/group-yoneticiyap.png) center no-repeat;
        }
/* GRUP DETAY */

/* KANAL ABONELİĞİ  */
.videobottom {
    float: right;
    width: 580px;
    display: inline-block;
    line-height: 24px;
    border-radius: 5px;
    margin: 15px 0 10px 0;
    padding: 0 10px;
}

    .videobottom * {
        display: inline-block;
    }

    .videobottom .subscribe {
        float: left;
        font-size: 12px;
        padding: 5px;
        background: #fefefe;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #dedede;
    }

        .videobottom .subscribe .buton {
            float: left;
            padding: 0 10px;
            background: #f60;
            color: #fff;
            border-radius: 3px;
            font-weight: bold;
            margin: 0 10px 0 0;
            font-size: 12px;
        }

            .videobottom .subscribe .buton:hover {
                background: #f70;
            }

            .videobottom .subscribe .buton:active {
                background: #f50;
            }

            .videobottom .subscribe .buton.pasif {
                background: #dedede;
                color: #666;
                min-width: 150px;
                text-align: center;
            }

                .videobottom .subscribe .buton.pasif:hover {
                    background: #fff;
                }

                .videobottom .subscribe .buton.pasif:active {
                    background: #ccc;
                    color: #000;
                }

                .videobottom .subscribe .buton.pasif .once {
                    display: inline-block;
                }

                .videobottom .subscribe .buton.pasif:hover > .once {
                    display: none;
                }

                .videobottom .subscribe .buton.pasif .sonra {
                    display: none;
                }

                .videobottom .subscribe .buton.pasif:hover > .sonra {
                    display: inline-block;
                }

            .videobottom .subscribe .buton .sayi {
                float: right;
                background: #fff;
                color: #f60;
                line-height: 18px;
                margin: 3px -6px 3px 7px;
                border-radius: 3px;
                padding: 0 4px;
                font-size: 10px;
            }

            .videobottom .subscribe .buton.pasif .sayi {
                color: #666;
                background: #f1f1f1;
            }

        .videobottom .subscribe .neye {
            float: left;
            margin: 0 5px 0 0;
            font-weight: bold;
        }

    .videobottom .quality {
        float: right;
        font-size: 12px;
        padding: 5px;
        background: #F60;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #fff;
        position: relative;
    }

        .videobottom .quality:hover {
            background: #F50;
        }

        .videobottom .quality .qgoster {
            color: #fff;
        }

        .videobottom .quality .nedir {
            float: left;
            margin: 0 10px 0 5px;
            font-weight: bold;
            font-size: 10px;
            line-height: 12px;
        }

        .videobottom .quality .mainfilter {
            display: inline-block;
            float: right;
            font-weight: bold;
        }

            .videobottom .quality .mainfilter span {
                float: left;
                display: inline-block;
                color: #333;
                padding: 0 7px;
                border-radius: 3px;
                background: #fff;
                margin: 0;
            }

        .videobottom .quality .sagadayali .mainfilter {
            margin: 0 0 0 5px;
        }

        .videobottom .quality:hover > .mainfilter a {
            background: #dedede;
        }

        .videobottom .quality .subfilter {
            position: absolute;
            left: 0;
            top: 32px;
            right: 0;
            display: inline-block;
            z-index: 9999;
            border-radius: 3px;
            overflow: hidden;
            box-shadow: 0 4px 5px #999;
            visibility: hidden;
        }

        .videobottom .quality:hover > .subfilter {
            visibility: visible;
        }

        .videobottom .quality .subfilter a {
            width: 100%;
            color: #666;
            font-size: 12px;
            height: auto;
            line-height: 16px;
            background: #fff;
            color: #333;
            padding: 7px 0;
            border: none;
            border-radius: 0;
            margin: 0;
            text-align: center;
            font-weight: normal;
        }

            .videobottom .quality .subfilter a:hover {
                background: #dedede;
                color: #333;
            }

            .videobottom .quality .subfilter a:active {
                background: #FFC;
                color: #000;
            }

            .videobottom .quality .subfilter a.secili {
                background: #f1f1f1 url(/static/forum/img/oynaticitercihi.png) 3px center no-repeat;
                color: #f50;
                font-weight: bold;
            }

.dizi-sosyal {
    margin-left: 0.5%;
    width: 99%;
    background: #f1f1f1;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-bottom: none;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

    .dizi-sosyal .bildirim {
        float: left;
        display: inline-block;
        font-size: 20px;
        color: #000;
        line-height: 24px;
        margin: 0 0 0 10px;
    }

        .dizi-sosyal .bildirim a span {
            font-weight: bold;
        }

    .dizi-sosyal .takipbuton {
        float: right;
        display: inline-block;
        line-height: 24px;
        margin: 0 5px 0 0;
    }

        .dizi-sosyal .takipbuton a {
            background: #f60;
            display: inline-block;
            color: #fff;
            padding: 0 10px;
            border-radius: 5px;
            font-weight: bold;
            background-image: -ms-linear-gradient(top left, #FF9900 0%, #FF3300 100%);
            background-image: -moz-linear-gradient(top left, #FF9900 0%, #FF3300 100%);
            background-image: -o-linear-gradient(top left, #FF9900 0%, #FF3300 100%);
            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FF9900), color-stop(1, #FF3300));
            background-image: -webkit-linear-gradient(top left, #FF9900 0%, #FF3300 100%);
            background-image: linear-gradient(to bottom right, #FF9900 0%, #FF3300 100%);
        }

            .dizi-sosyal .takipbuton a:hover {
                background: #f30;
            }

    .dizi-sosyal .takipsayi {
        float: right;
        display: inline-block;
        font-size: 15px;
        color: #09F;
        line-height: 24px;
        font-weight: bold;
        margin: 0 5px 0 0;
        background: #fff;
        padding: 0 5px 0 0;
        border-radius: 5px;
    }

        .dizi-sosyal .takipsayi strong {
            background: #09F;
            display: inline-block;
            color: #fff;
            padding: 0 5px;
            border-radius: 5px;
        }

.dizi-sosyal-aciklama {
    margin: 0 0 10px 0.5%;
    width: 99%;
    background: #f1f1f1;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-top: none;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .dizi-sosyal-aciklama .metin {
        margin: 0 10px;
        display: inline-block;
    }
/* KANAL ABONELİĞİ  */

/* POPULER KONULAR */
.mesaj-benimmesajim span {
    position: absolute;
    top: 50%;
    line-height: 15px;
    margin-top: -7.5px;
    left: 0;
    right: 0;
}

.daha-populer {
    position: absolute;
    right: 0;
    bottom: -20px;
    font: bold 10pt Verdana;
}
/* POPULER KONULAR */

/* AYARLAR */

/*.ayarlarmenu {height:25px;line-height:25px;padding:0 10px 0 10px;box-sizing:border-box;width:100%;float:left;background: #dfdfdf;text-align: center;font-size: 12px;font-weight: bold;border:1px solid #d0d0d0;}
.ayarlarmenu span{cursor:pointer;color: #ff6032;float:left;padding:0 10px 0 10px;height: 21px;line-height: 21px;margin-top: 1px;}
.ayarlarmenu span:hover{color: #ff6032;}
.ayarlarmenu span.active{background-color:#CCC;}
.ayarlarmenu span#active{background-color:#CCC;}
.profilbilgileri{display:none;width:100%;float:left;height:auto;margin-top:10px;}
.profilbilgileri h1{height:24px;width:100%;float:left;text-align:center;color:#ff6032;background-color:#DFDFDF;margin:0;font: bold 10pt Verdana;line-height:24px;}
#menu1{display:block;}
.profil-satir{width:100%;height:auto;display: flex;float:left;background-color:#F1F1F1;border-bottom:1px solid #d0d0d0;}
.profil-satir .profil-sol{position:relative;width:calc(20% - 1px);min-height:25px;height:auto;float:left;border-right:1px solid #d0d0d0;padding-left:5px;box-sizing: border-box;}
.profil-satir .profil-sag{width:80%;height:auto;float:left;padding:5px 0 5px 5px;box-sizing: border-box;}
.profil-satir .ayarlar-kutu{float: left;}
.profil-sol span{position:absolute;left:5px;top:5px;}
.profil-sag hr{border: 0;height: 1px;background: #d0d0d0;}
#noAvatar{border:1px solid #000;width:62px;height:62px;display:none;}
#avataryukle {width:100%;height:auto;float:left;margin-top:10px;display:none;}
#avatarsec {width:100%;height:auto;float:left;margin-top:10px;display:none;}
.avatar-klasor{padding: 5px 0 5px 0;box-sizing:border-box;width:20%;height:auto;float:left;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;text-align:center;}
#menu6 .profil-satir{padding:5px 0 5px 0;color:#666;font-size:11px;display: inline-block;}
.tercih-img{float:left;margin: 0 5px 0 15px;}
#menu6 .profil-satir a{font-size: 13px;font-weight: bold;}
#menu6 .profil-satir a:hover{text-decoration:underline;color:#000;}
#menu6 .profil-satir a:visited{color:#000;}
.profil-satir .link {display: inline-block;float: right;opacity: 0.3;margin: 4px 15px 0 0;}
.profil-satir .link a{font-size: 10px !important;font-weight: normal !important;}
.link .duzenle {padding-left: 13px;background: url(/static/forum/img/duzenle-tek.png) left no-repeat;}
.link .sil {padding-left: 12px;background: url(/static/forum/img/sil-tek.png) left no-repeat;}
.link .ekle {padding-left: 13px;background: url(/static/forum/img/ekle-tek.png) left no-repeat;}
.belirsiz{color:red;}
.tercih-detay{float:left;}
#menu6 .profil-satir:hover > .link{opacity:1;}
#menu6.profilbilgileri{height:600px;overflow:auto;}*/

.ayarlar-sayfasi {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    font-family: Arial;
}

    .ayarlar-sayfasi .ayarlarmenu {
        width: 100%;
        float: left;
        background-color: #f1f1f1;
        padding: 6px 6px 0 6px;
        box-sizing: border-box;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.ayarlarmenu span {
    padding: 14px 11px;
    float: left;
    cursor: pointer;
    color: #282828;
    font-weight: bold;
    font-size: 15px;
    margin-right: 11px;
}

    .ayarlarmenu span.active {
        color: #ec741d;
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.ayarlar-sayfasi .ayarlar-content {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.ayar-satir {
    width: 100%;
    float: left;
    line-height: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 6px;
    box-sizing: border-box;
}

    .ayar-satir .ayar-sol {
        width: 259px;
        float: left;
        color: #585858;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;
    }

    .ayar-satir .ayar-sag {
        width: calc(100% - 259px);
        float: left;
        color: #585858;
        font-size: 14px;
        line-height: 28px;
    }

        .ayar-satir .ayar-sag a {
            color: #585858;
        }

        .ayar-satir .ayar-sag .baglan {
            color: #fff;
            font-size: 10px;
            font-weight: bold;
            padding: 8px;
            float: right;
            border-radius: 3px;
            line-height: 12px;
        }

            .ayar-satir .ayar-sag .baglan.facebook {
                background-color: #385284;
                margin-right: 5px;
            }

            .ayar-satir .ayar-sag .baglan.twitter {
                background-color: #49aee3;
                margin-right: 5px;
            }

            .ayar-satir .ayar-sag .baglan.google {
                background-color: #DC4A38;
            }

        .ayar-satir .ayar-sag input[type="text"] {
            border: 1px solid #d8d8d8;
            box-shadow: inset 0px 0px 32px -10px rgba(0,0,0,0.13);
            outline: none;
            padding: 5px 10px;
            border-radius: 5px;
            color: #585858;
            font-size: 14px;
            float: left;
            margin-right: 10px;
        }

    .ayar-satir select {
        color: #585858;
        margin-right: 10px;
        float: left;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        box-shadow: inset 0px 0px 32px -10px rgba(0,0,0,0.13);
        padding: 4px 8px;
        outline: none;
    }

    .ayar-satir .ayar-sol span {
        font-weight: normal;
        line-height: 17px;
    }

    .ayar-satir .ayar-sag .button {
        cursor: pointer;
        color: #ffffff;
        font-size: 13px;
        background-color: #e68526;
        border-radius: 5px;
        padding: 6px 11px;
        margin-left: 10px;
    }

    .ayar-satir .ayar-sag input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
    }

    .ayar-satir .ayar-sag input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
    }

    .ayar-satir .ayar-sag input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
    }

    .ayar-satir .checktut {
        position: relative;
        float: left;
        margin: 2px 10px 0 0;
    }

        .ayar-satir .checktut .radiocheck {
            visibility: hidden;
        }

        .ayar-satir .checktut .label:hover::after {
            opacity: 0.5;
        }

        .ayar-satir .checktut input[type=checkbox]:checked + .label:after {
            opacity: 1;
        }

        .ayar-satir .checktut input[type=radio]:checked + .label:after {
            opacity: 1;
        }

        .ayar-satir .checktut.radio .label {
            border-radius: 50%;
        }

        .ayar-satir .checktut .label {
            z-index: 9;
            cursor: pointer;
            position: absolute;
            width: 15px;
            height: 15px;
            top: 3px;
            left: 4px;
            background: #f2f2f2;
            border: 1px solid #dfdfdf;
            border-radius: 4px;
            -webkit-box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
            box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
        }

            .ayar-satir .checktut .label:after {
                opacity: 0;
                content: '';
                position: absolute;
                width: 13px;
                height: 13px;
                background-color: #F5792A;
                top: 1px;
                left: 1px;
                border-radius: 4px;
            }

        .ayar-satir .checktut.radio .label:after {
            border-radius: 50%;
        }

    .ayar-satir .ayar-sag .cerceveye-al {
        border-radius: 5px;
        width: 500px;
        float: left;
    }

.cerceveye-al .textarea-ust {
    width: 100%;
    float: left;
    height: 35px;
    padding: 0 13px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.textarea-ust .editor-button {
    float: left;
    margin-right: 2px;
    width: 28px;
    text-align: center;
    padding: 3.5px;
}

    .textarea-ust .editor-button:hover {
        background-color: #f1f1f1;
    }

.editor-button.bold {
    font-size: 18px;
    font-weight: bold;
}

.editor-button.italic {
    font-size: 18px;
    font-style: italic;
}

.editor-button.underline {
    font-size: 18px;
    text-decoration: underline;
}

.textarea-ust .editor-button img {
    float: left;
    margin: 7px 5px;
}

.textarea-ust .diger {
    float: right;
    color: #e68526 !important;
    font-size: 13px;
    margin: 3.5px 0 0 0;
}

.ayar-satir .ayar-sag .cerceveye-al textarea {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    box-shadow: inset 0px 0px 32px -10px rgba(0,0,0,0.13);
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    min-height: 163px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    color: #585858;
    font-size: 14px;
    font-family: Arial;
    line-height: 18px;
}

.ayar-satir .ayar-sag .sistemtercih {
    color: #e68526;
}

.ayarlar-sayfasi .buttonlar {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 20px;
}

    .ayarlar-sayfasi .buttonlar a {
        float: right;
        margin-right: 10px;
    }

    .ayarlar-sayfasi .buttonlar .active {
        float: left;
        margin-right: 0;
        background-color: #e68526;
    }

.buttonlar a {
    color: #ffffff;
    font-size: 13px;
    background-color: #a2a2a2;
    border-radius: 5px;
    padding: 6px 11px;
    margin-left: 10px;
}

.ayarlar-content#menu2 input[type="text"] {
    width: 300px;
}

.soltut {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.ayarlar-content.tercihler .ayar-satir {
    color: #585858;
    font-size: 14px;
    line-height: 28px;
}

    .ayarlar-content.tercihler .ayar-satir h2 {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

.ayarlar-content.tercihler .tercihler-tut {
    width: 100%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

    .ayarlar-content.tercihler .tercihler-tut h4 {
        width: 100%;
        float: left;
        margin: 5px 0 5px 0;
    }

.ayar-sag .mevcutavatar {
    width: 64px;
    height: 64px;
    float: left;
    border-radius: 3px;
}

.ayar-sag .avatar-yukle {
    margin-left: 9px;
    float: left;
    padding: 16px 26px;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.avatar-yukle a {
    cursor: pointer;
    padding: 2.5px 11px;
    float: left;
    background-color: #ec741d;
    color: #fff !important;
    font-size: 14px;
    border-radius: 3px;
}

.hazir-avatar {
    font-family: Arial;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
}
    /*.ayarlar-content .hazir-avatar.sec{display:none;}
.ayarlar-content .hazir-avatar.yukle{display:none;}
.ayarlar-content .hazir-avatar.eposta{display:none;}
.ayarlar-content .hazir-avatar.sifre{display:none;}*/
    .hazir-avatar .popup-kutu {
        box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.35);
        width: 580px;
        height: 496px;
        background-color: #f4f4f4;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 3px;
        margin: -248px 0 0 -290px;
        padding: 10px 15px 24px 15px;
        box-sizing: border-box;
    }

        .hazir-avatar .popup-kutu h5 {
            margin: 0 0 30px 0;
            float: left;
            width: 100%;
            position: relative;
            text-align: center;
            font-size: 14px;
            color: #585858;
            font-weight: normal;
        }

            .hazir-avatar .popup-kutu h5 a {
                cursor: pointer;
                position: absolute;
                right: 0;
                top: 0;
                width: 18px;
                height: 18px;
                background: url('/static/forum/img/popup-close.png') no-repeat center center;
            }

        .hazir-avatar .popup-kutu .klasor {
            cursor: pointer;
            width: 138px;
            height: 64px;
            float: left;
            margin-right: 10px;
            text-align: center;
            color: #585858;
            font-size: 13px;
        }

        .hazir-avatar .popup-kutu .avatarimsi {
            width: 64px;
            height: 64px;
            float: left;
            margin: 0 10px 10px 0;
            border-radius: 3px;
            cursor: pointer;
        }

            .hazir-avatar .popup-kutu .avatarimsi.select {
                border: 4px solid #ff7210;
                box-sizing: border-box;
            }

        .hazir-avatar .popup-kutu .scrollicin {
            float: left;
            width: calc(100% - 1px);
            overflow-x: hidden;
            overflow-y: auto;
            height: 370px;
            margin-bottom: 20px;
        }

.scrollicin::-webkit-scrollbar {
    width: 17px;
    position: absolute;
}

.scrollicin::-webkit-scrollbar-track {
    background-color: #e9e9e9;
    border-radius: 3px;
}

.scrollicin::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    border-radius: 3px;
}

.hazir-avatar .popup-kutu .bunukullan {
    background-color: #ff7210;
    border-radius: 3px;
    float: right;
    padding: 8px 38px;
    font-size: 13px;
    color: #ffffff;
}

.hazir-avatar .popup-kutu .kirpbut {
    background-color: #ff7210;
    border-radius: 3px;
    float: left;
    padding: 8px 38px;
    font-size: 13px;
    color: #ffffff;
}

    .hazir-avatar .popup-kutu .kirpbut.pasif {
        background-color: #adadad;
        float: right;
    }

.hazir-avatar .popup-kutu .crop-kutusu {
    height: 394px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.hazir-avatar.yukle .popup-kutu h5 {
    margin: 0 0 15px 0;
}

.ayar-satir .eposta-sifre {
    cursor: pointer;
    float: left;
    color: #585858;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.ayarlar-content.bildirimler .ayar-satir .ayar-sol {
    width: 350px;
}

.ayarlar-content.bildirimler .ayar-satir .ayar-sag {
    width: calc(100% - 350px);
}

.ayarlar-content.sistemtercih iframe::-webkit-scrollbar {
    width: 0.5em;
    position: absolute;
}

.ayarlar-content.sistemtercih iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.ayarlar-content.sistemtercih iframe::-webkit-scrollbar-thumb {
    background-color: rgba(147, 148, 149, 0.84);
    border-radius: 15px;
}

.hazir-avatar.eposta .popup-kutu {
    height: 250px;
    margin: -125px 0 0 -290px;
}

.hazir-avatar.sifre .ayar-sag .guvenlik {
    width: 230px;
    height: 15px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    background-color: red;
    line-height: 15px;
    border-radius: 5px;
}

.guvenlik.zayif {
    background-color: rgb(255, 126, 0) !important;
}

.guvenlik.orta {
    background-color: rgb(255, 194, 14) !important;
}

.guvenlik.guvenli {
    background-color: #D5E02A !important;
}

.guvenlik.cokiyi {
    background-color: #45CA45 !important;
}

.hazir-avatar.sifre .popup-kutu {
    height: 290px;
    margin: -145px 0 0 -290px;
}

    .hazir-avatar.sifre .popup-kutu h5, .hazir-avatar.eposta .popup-kutu h5 {
        font-size: 15px;
        font-weight: bold;
    }

    .hazir-avatar.sifre .popup-kutu input[type="text"], .hazir-avatar.eposta .popup-kutu input[type="text"] {
        width: 230px;
    }

    .hazir-avatar.sifre .popup-kutu .ayar-sol, .hazir-avatar.eposta .popup-kutu .ayar-sol {
        font-weight: normal;
    }

.ayar-satir .bol2 {
    margin-right: 40px;
    float: left;
}

    .ayar-satir .bol2 img {
        float: left;
        margin: 10px 5px;
        opacity: 0.9;
        border-radius: 5px;
    }

.telefonac textarea {
    border: 1px solid #d8d8d8;
    box-shadow: inset 0px 0px 32px -10px rgba(0,0,0,0.13);
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: #585858;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 150px;
}

.telefonac .popup-kutu {
    height: 380px;
    margin: -190px 0 0 -290px;
}

.talep-uyari {
    width: 100%;
    float: left;
    background-color: rgba(255, 114, 0, 0.76);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 0 10px 0;
}
/* AYARLAR */

/* Sistem Tercihi*/
.TabbedPanels {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 100%;
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
}

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    margin: 0px 1px 0px 0px;
    font: bold 0.7em sans-serif;
    background-color: #DDD;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    line-height: 20px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    outline: none;
}

.yeniekle {
    padding-left: 30px;
    background: #DDD url(https://icon.donanimhaber.com/systems/ekle-sistem.png) 10px no-repeat;
}

.TabbedPanelsBaslik {
    position: relative;
    top: 1px;
    float: right;
    padding: 4px 10px;
    margin: 0px 2px 0px 0px;
    font: bold 0.7em sans-serif;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;
    font-size: 15px;
    line-height: 20px;
    font-family: Verdana, Geneva, sans-serif;
}

.TabbedPanelsGeri {
    display: inline-block;
    float: right;
    display: inline-block;
    line-height: 20px;
    background: #F1F1F1;
    margin: 5px 10px 0 10px;
    padding-left: 20px;
    background: url(https://icon.donanimhaber.com/systems/geri-sistem.png) left no-repeat;
    font-size: 12px;
    font-weight: bold;
}

.TabbedPanelsTabHover {
    background-color: #CCC;
}

.TabbedPanelsTabSelected {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}

.TabbedPanelsContentGroup {
    clear: both;
    border-top: solid 1px #DEDEDE;
    background-color: #EEE;
}

.TabbedPanelsContent {
    overflow: hidden;
}

.VTabbedPanels {
    overflow: hidden;
    zoom: 1;
}

    .VTabbedPanels .TabbedPanelsTabGroup {
        float: left;
        width: 10em;
        height: 20em;
        background-color: #EEE;
        position: relative;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        border-left: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
    }

    .VTabbedPanels .TabbedPanelsTab {
        float: none;
        margin: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .VTabbedPanels .TabbedPanelsTabSelected {
        background-color: #EEE;
        border-bottom: solid 1px #999;
    }

    .VTabbedPanels .TabbedPanelsContentGroup {
        clear: none;
        float: left;
        padding: 0px;
        width: 30em;
        height: 20em;
    }

.sistem_liste {
    width: 100%;
    background: #FFF;
    display: inline-block;
}

.sistem_ust {
    width: 98%;
    display: inline-block;
    line-height: 20px;
    padding: 5px 1%;
    background: #F1F1F1;
    border-bottom: 1px solid #CCC;
}

    .sistem_ust .baslik {
        display: inline-block;
        float: left;
        font-size: 15px;
        font-weight: bold;
    }

    .sistem_ust .link {
        display: inline-block;
        float: right;
        font-size: 12px;
        font-weight: bold;
    }

        .sistem_ust .link a {
            display: inline-block;
            float: left;
            margin-left: 20px;
        }

        .sistem_ust .link .ekle {
            padding-left: 20px;
            background: url(https://icon.donanimhaber.com/systems/ekle-sistem.png) left no-repeat;
        }

        .sistem_ust .link .geri {
            padding-left: 20px;
            background: url(https://icon.donanimhaber.com/systems/geri-sistem.png) left no-repeat;
        }

.sistem_liste .tek {
    width: 98%;
    display: inline-block;
    line-height: 16px;
    padding: 5px 1%;
    background: #FFF;
    border-bottom: 1px solid #DEDEDE;
    color: #666;
}

    .sistem_liste .tek .simge {
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

        .sistem_liste .tek .simge img {
            width: 30px;
            height: 30px;
        }

    .sistem_liste .tek .baslik {
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: bold;
    }

        .sistem_liste .tek .baslik span {
            color: #666;
            font-weight: normal;
            display: block;
            font-size: 11px;
            line-height: 14px;
        }

            .sistem_liste .tek .baslik span.belirtilmemis {
                color: #F00;
            }

    .sistem_liste .tek .link {
        display: inline-block;
        float: right;
        font-size: 10px;
        opacity: 0.3;
    }

        .sistem_liste .tek .link a {
            display: inline-block;
            float: right;
            margin-left: 10px;
        }

        .sistem_liste .tek .link .duzenle {
            padding-left: 13px;
            background: url(https://icon.donanimhaber.com/systems/duzenle-tek.png) left no-repeat;
        }

        .sistem_liste .tek .link .ekle {
            padding-left: 13px;
            background: url(https://icon.donanimhaber.com/systems/ekle-tek.png) left no-repeat;
        }

        .sistem_liste .tek .link .sil {
            padding-left: 12px;
            background: url(https://icon.donanimhaber.com/systems/sil-tek.png) left no-repeat;
        }

    .sistem_liste .tek:hover > .link {
        opacity: 1;
    }

.sistem_liste .yeni {
    width: 98%;
    display: inline-block;
    line-height: 16px;
    padding: 5px 1%;
    background: #F1F1F1;
    color: #333;
    border-bottom: 1px dashed #CCC;
}

    .sistem_liste .yeni .verilen {
        display: inline-block;
        float: left;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        width: 80%;
    }

        .sistem_liste .yeni .verilen select {
            width: 98%;
            margin-top: 3px;
        }

    .sistem_liste .yeni .istenen {
        display: inline-block;
        float: right;
        width: 20%;
    }

.sistem_duzenle {
    width: 100%;
    float: left;
    background-color: #F1F1F1;
}

    .sistem_duzenle .tek {
        width: 98%;
        display: inline-block;
        line-height: 16px;
        padding: 5px 1%;
        background: #FFF;
        border-bottom: 1px solid #DEDEDE;
        color: #333;
    }

    .sistem_duzenle .mevcut {
        border-bottom: 1px dashed #CCC;
    }

    .sistem_duzenle .tek .simge {
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

        .sistem_duzenle .tek .simge img {
            width: 30px;
            height: 30px;
        }

    .sistem_duzenle .tek .baslik {
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: bold;
        width: 30%;
    }

        .sistem_duzenle .tek .baslik span {
            color: #666;
            font-weight: normal;
            display: block;
            font-size: 11px;
            line-height: 14px;
        }

    .sistem_duzenle .tek .verilen {
        display: inline-block;
        float: left;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        width: 30%;
    }

        .sistem_duzenle .tek .verilen input {
            width: 80%;
        }

    .sistem_duzenle .tek .istenen {
        display: inline-block;
        float: right;
        width: 70%;
    }

        .sistem_duzenle .tek .istenen input {
            width: 80%;
        }

    .sistem_duzenle .tek .simgeler {
        display: inline-block;
        float: right;
        width: 70%;
    }

        .sistem_duzenle .tek .simgeler input {
            display: inline-block;
            float: left;
            margin: 7px 2px 0 0;
        }

        .sistem_duzenle .tek .simgeler img {
            display: inline-block;
            float: left;
            margin: 0 5px 0 0;
            border-right: 1px solid #CCC;
            padding-right: 5px;
        }

    .sistem_duzenle .tek .link {
        display: inline-block;
        float: right;
        font-size: 10px;
    }

        .sistem_duzenle .tek .link a {
            display: inline-block;
            float: right;
            margin-left: 10px;
        }

        .sistem_duzenle .tek .link .sil {
            padding-left: 12px;
            background: url(https://icon.donanimhaber.com/systems/sil-tek.png) left no-repeat;
        }

    .sistem_duzenle .butonlar {
        width: 98%;
        display: inline-block;
        line-height: 16px;
        padding: 5px 1%;
    }
/* Sistem Tercihi */

/* DÜKKANIM */
#content-right {
    float: right;
    width: 30%;
}

div.rightBox {
    padding: 5px;
    border: 1px dotted #ccc;
    background: url(http://img.donanimhaber.com/img/BannerBg.jpg) repeat-x top #FFF;
    margin-bottom: 10px;
}

    div.rightBox p {
        margin: 0;
        height: 45px;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    }

    div.rightBox dl {
        margin: 0;
        font-size: 12px;
    }

        div.rightBox dl dt {
            margin-bottom: 5px;
        }

            div.rightBox dl dt.nick {
                font-size: 16px;
                font-weight: bold;
            }

            div.rightBox dl dt a {
                text-decoration: none;
                color: #232323;
                border-bottom: 1px dotted #666;
            }

        div.rightBox dl.last dt {
            background: url(http://img.donanimhaber.com/img/RightListing.png) left no-repeat;
            padding-left: 20px;
            height: 16px;
            font-size: 12px;
            ;
            margin-bottom: 10px;
        }

            div.rightBox dl.last dt a {
                text-decoration: none;
                line-height: 15px;
            }

div.mini-kprofili {
    width: 100%;
    border: 1px solid #ccc;
    font-family: Verdana, Geneva, sans-serif;
    background: #f1f1f1;
    margin-bottom: 10px;
}

    div.mini-kprofili div.header {
        background: #e4e4e4;
        font-weight: bold;
        font-size: 12px;
        padding: 5px;
        border-bottom: 1px solid #ccc;
        color: #000
    }

    div.mini-kprofili dl {
        margin: 0;
        padding: 0;
    }

    div.mini-kprofili div.baslik, div.mini-kprofili div.puan {
        float: left;
        width: 50%;
    }

        div.mini-kprofili div.baslik dt.header, div.mini-kprofili div.puan dt.header {
            background: #eee;
            border-bottom: 1px solid #CCC;
        }

        div.mini-kprofili div.baslik dt, div.mini-kprofili div.puan dt {
            display: block;
            padding: 5px;
            font-size: 11px;
            color: #3F3F3F;
            line-height: 16px;
        }
/* DÜKKANIM */

/* NİCK DEĞİŞİMİ */
.nick {
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
}

    .nick h1 {
        float: left;
        margin: 0;
        color: #f60;
        font-weight: normal;
        font-size: 20px;
        width: 100%;
    }

    .nick span {
        float: left;
        margin-top: 10px;
    }
/* NİCK DEĞİŞİMİ */

/* FORUM DESTEK */
.forumdestek {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 10px;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
}

    .forumdestek h1 {
        height: 24px;
        width: 100%;
        float: left;
        text-align: center;
        color: #ff6032;
        background-color: #DFDFDF;
        margin: 0;
        font: bold 10pt Verdana;
        line-height: 24px;
    }

    .forumdestek .forumdestek-sol {
        float: left;
        width: 47%;
        height: auto;
        padding: 7px;
        box-sizing: border-box;
    }

.forumdestek-sol span, .forumdestek-sag span {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.forumdestek .forumdestek-sag {
    float: left;
    width: 53%;
    height: auto;
    box-sizing: border-box;
    padding-top: 7px;
}

.forumdestek-sol .form-tablo {
    width: 350px;
    height: auto;
    float: left;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.form-tablo p {
    padding-left: 7px;
    line-height: 18px;
    margin: 0;
    width: 50%;
    float: left;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

    .form-tablo p:nth-child(2n+2) {
        border-right: none;
    }

.destek-satir {
    width: 100%;
    float: left;
    height: auto;
    font-size: 13px;
    display: flex;
    min-height: 36px;
}

    .destek-satir.destek-baslik {
        min-height: auto;
        background-color: #DFDFDF;
        color: #f60;
        font: bold 10pt Verdana;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

i.kirmizi {
    color: red;
}

i.yesil {
    color: green;
}

.destek-satir .destek-durum {
    position: relative;
    width: 10%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.destek-satir .destek-mesaj {
    position: relative;
    width: 40%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.destek-satir .destek-sahip {
    position: relative;
    width: 20%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.destek-satir .destek-olusturma, .forumdestek .destek-son {
    position: relative;
    width: 15%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.destek-satir span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 14px;
}

.destek-son span {
    text-align: right;
    margin-top: -14px;
    padding-right: 7px;
    top: 50%;
}

.destek-mesaj span {
    text-align: left;
    padding-left: 5px;
}

.destek-durum span, .destek-sahip span, .destek-olusturma span {
    margin-top: -7px;
    top: 50%;
}

.paddingayarla {
    padding: 11px 0 11px 0;
}

.paddingayarla2 {
    padding: 11px 5px 11px 5px;
}

.destekmesaj {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
    margin-top: 10px;
}

.destekmesaj-satir {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #d0d0d0;
}

    .destekmesaj-satir .destekmesaj-giris {
        padding: 5px 0 5px 10px;
        line-height: 15px;
        width: 20%;
        float: left;
        height: auto;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

    .destekmesaj-satir .destekmesaj-mesaj {
        width: 80%;
        float: left;
        height: auto;
        line-height: 15px;
        padding: 5px 0 5px 10px;
        font-size: larger;
        box-sizing: border-box;
    }

.baslikd {
    color: #f60;
    font: bold 10pt Verdana;
    background-color: #dfdfdf;
}

.destekortala {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

    .destekortala img {
        margin: 5px 5px 0 5px;
    }

.destek-left {
    float: left;
}

.destek-right {
    float: right;
}

.destek-buton {
    margin: 15px 5px 0 5px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    height: 30px;
    padding: 0 10px;
}
/* FORUM DESTEK */

/* E-POSTA ÜYELİK */
.kontrolpanelim {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
}

    .kontrolpanelim h1 {
        float: left;
        padding: 0 15px 0 15px;
        box-sizing: border-box;
        background-color: #dfdfdf;
        width: 100%;
        height: 24px;
        border-bottom: 1px solid #d0d0d0;
        line-height: 24px;
        color: #f60;
        margin: 0;
        text-align: center;
        font-size: 14px;
    }

.kontrol-satir {
    width: 100%;
    float: left;
    height: auto;
    line-height: 24px;
    border-bottom: 1px solid #d0d0d0;
}

    .kontrol-satir.baslik {
        background-color: #dfdfdf;
        text-align: center;
    }

        .kontrol-satir.baslik img {
            vertical-align: middle;
        }

.kontrol-profil, .kontrol-gelen, .kontrol-email, .kontrol-adres, .kontrol-forum, .kontrol-anahtar {
    float: left;
    border-right: 1px solid #d0d0d0;
    width: 16.6%;
    box-sizing: border-box;
}

.kontrol-abone, .kontrol-kim {
    position: relative;
    width: 15%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #d0d0d0;
    line-height: 12px;
    padding: 6px 0 6px 0;
}

.kontrol-mailal {
    position: relative;
    width: 4%;
    float: left;
    height: auto;
    box-sizing: border-box;
    border-right: 1px solid #d0d0d0;
    line-height: 12px;
    padding: 6px 0 6px 0;
}

.kontrol-konu {
    padding: 6px 5px 6px 5px;
    width: 45%;
    height: auto;
    float: left;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
    line-height: 12px;
}

.kontrol-forumneresi {
    position: relative;
    padding: 6px 0 6px 5px;
    width: 21%;
    height: auto;
    float: left;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
    line-height: 12px;
}

.kontrol-abone, .kontrol-mailal {
    text-align: center;
}

.kontrol-kim {
    padding-left: 5px;
}

.kontrol-satir .radiocheck {
    width: 12px;
    height: 12px;
    top: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    left: 50%;
}

.kontrol-forumneresi a, .kontrol-kim a {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
}

.uyekonular .kontrol-satir {
    display: flex;
}

.uyekonular h1 {
    text-align: left;
}

.uyekonular .baslik {
    text-align: left;
    font: 10px Verdana;
}
/* E-POSTA ÜYELİK */



/* NİCK DEĞİŞİM TALEBİ */
.nicka {
    color: #990000 !important;
    font-size: 16px;
    font-weight: bold;
}

.kullanicidegisim {
    width: 20%;
    text-align: center;
}

.sonicerik img {
    float: right;
    margin: 3px;
}

.kural1 {
    padding: 3px 0 3px 0;
}
/* NİCK DEĞİŞİM TALEBİ */

/* ŞİKAYET LİSTESİ */
.sikayet-satir {
    width: 100%;
    float: left;
    height: auto;
    line-height: 12px;
    display: flex;
    border-bottom: 1px solid #d0d0d0;
    font-size: 13px;
}

    .sikayet-satir.baslik {
        background-color: #dfdfdf;
        text-align: center;
        color: #f60;
        font-weight: bold;
        font-size: 10pt;
    }

.sikayet-durum, .sikayet-oncelik, .sikayet-sayisi, .sikayet-forum {
    position: relative;
    padding: 6px 0 6px 0;
    width: 8%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.sikayet-satir .destekortala img {
    margin: 0 5px 0 5px;
}

.sikayet-mesaj {
    padding: 6px 10px 6px 10px;
    position: relative;
    width: 31%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.sikayet-sahip, .sikayet-son {
    position: relative;
    padding: 6px 0 6px 0;
    width: 11%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.sikayet-olusum {
    position: relative;
    padding: 6px 0 6px 0;
    width: 15%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.sikayet-mesaj p {
    margin: 5px 0 0 0;
    font-size: 11px;
}

.sikayet-satir a {
    font-size: 11px;
}

.sikayet-durum span, .sikayet-oncelik span, .sikayet-forum span, .sikayet-sayisi span, .sikayet-sahip span, .sikayet-olusum span, .sikayet-son span {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.sikayet-son.no-border span {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
    text-align: right;
}
/* ŞİKAYET LİSTESİ */

/* TUM UYE LİSTESİ*/
.tumuyelistesi {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}

    .tumuyelistesi h1 {
        width: 100%;
        font-size: 10pt;
        margin: 0;
        height: auto;
        line-height: 24px;
        float: left;
        background-color: #dfdfdf;
    }

        .tumuyelistesi h1 span {
            color: #f60;
        }

        .tumuyelistesi h1 a {
            font-weight: normal;
            font-size: 11px;
        }

    .tumuyelistesi .uyelistesi-ust {
        width: 100%;
        float: left;
        height: auto;
        background-color: #f1f1f1;
        border: 1px solid #d0d0d0;
    }

    .tumuyelistesi .top-bol3 {
        background-color: #F1F1F1;
        width: 33.333%;
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
    }

.gelismisarama {
    width: 100%;
    float: left;
    height: auto;
}

.gelismis-satir {
    display: flex;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d0d0d0;
    background-color: #f1f1f1;
    height: 27px;
}

    .gelismis-satir .gelismis-1 {
        font-size: 13px;
        text-align: left;
        width: 35%;
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
        line-height: 15px;
        padding: 6px 0 6px 8px;
    }

    .gelismis-satir .gelismis-2 {
        text-align: left;
        width: 15%;
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
        line-height: 18px;
        padding: 4px 0 4px 8px;
    }

    .gelismis-satir .gelismis-3 {
        text-align: left;
        width: 35%;
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
        line-height: 15px;
        padding: 4px 0 4px 8px;
    }

    .gelismis-satir .gelismis-4 {
        text-align: left;
        width: 15%;
        float: left;
        box-sizing: border-box;
        line-height: 15px;
        padding: 4px 0 4px 8px;
    }

    .gelismis-satir .gelismis-3 input {
        height: 19px;
    }

    .gelismis-satir .gelismis-2 .select-ayarla {
        height: 19px;
    }

.gelismis-3 span {
    float: left;
    line-height: 18px;
}

.gelismis-3 .gelismis-check {
    float: left;
    margin: 0 5px 0 0;
}

.gelismis-satir .buttons {
    height: 19px;
    margin: 4px;
}

.toplamuye {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 10px;
}

.uye-satir {
    font-size: 13px;
    width: 100%;
    float: left;
    height: auto;
    background-color: #F1F1F1;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #d0d0d0;
}

    .uye-satir.baslik {
        background-color: #DFDFDF;
        line-height: 28px;
    }

    .uye-satir .uye-kontak {
        padding-left: 10px;
        width: 20%;
        float: left;
        height: auto;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

    .uye-satir .uye-giris {
        padding-left: 10px;
        width: 20%;
        float: left;
        height: auto;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

    .uye-satir .uye-mesaj {
        padding-left: 10px;
        width: 20%;
        float: left;
        height: auto;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

    .uye-satir .uye-katilim {
        padding-left: 10px;
        width: 20%;
        float: left;
        height: auto;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

    .uye-satir .uye-sehir {
        padding-left: 10px;
        width: 20%;
        float: left;
        height: auto;
        box-sizing: border-box;
    }

    .uye-satir.baslik span {
        font-weight: bold;
        font-size: 10pt;
        color: #ff6000;
        display: inline-block;
    }

        .uye-satir.baslik span .span-left {
            float: left;
        }

        .uye-satir.baslik span .span-right {
            float: right;
        }

        .uye-satir.baslik span img {
            margin: 6px 5px 0 5px;
        }

.uye-kontak a img {
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.sonrakibutton {
    width: 100%;
    float: left;
    text-align: center;
}
/* TUM UYE LİSTESİ*/

/* Forum Kuralları */
.forumkurallari {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
}

    .forumkurallari h1 {
        box-sizing: border-box;
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #d0d0d0;
        background-color: #DFDFDF;
        color: #FF6000;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .forumkurallari .forumkurali {
        width: 99%;
        margin: 0.5% 0.5%;
        float: left;
        border: 1px solid #d0d0d0;
        background-color: #fff;
        box-sizing: border-box;
        padding: 5px;
        box-sizing: border-box;
    }
/* Forum Kuralları */

/* SSS */
.sss {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
}

    .sss h1 {
        width: 100%;
        margin: 0;
        background-color: #dfdfdf;
        height: auto;
        float: left;
        line-height: 24px;
        text-align: center;
        color: #f60;
        font-size: 10pt;
    }

    .sss h3 {
        margin: 0;
        width: 100%;
        float: left;
        padding-left: 10px;
        box-sizing: border-box;
        color: #000;
        font-size: 10pt;
        background-color: #dcdcdc;
        line-height: 24px;
        border-bottom: 1px solid #d0d0d0;
        border-top: 1px solid #d0d0d0;
    }

    .sss ul {
        list-style-type: disc !important;
        width: 100%;
        float: left;
        padding: 10px 40px;
        font-size: 13px;
    }

.sss-detay-soru {
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.sss-detay-cevap {
    width: 100%;
    float: left;
    height: auto;
    font-size: 13px;
    padding: 5px 10px;
    box-sizing: border-box;
}
/* SSS */

/* Uyarı Listesi */
.uyarifiltrele {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 5px;
    box-sizing: border-box;
}

.uyari-son {
    position: relative;
    padding: 6px 0 6px 0;
    width: 11%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

    .uyari-son span {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -6px;
    }

        .uyariayar .sikayet-sayisi span a, .uyariayar .sikayet-sahip span a, .uyari-son span a {
            font-size: 13px !important;
        }

.uyariayar .sikayet-mesaj {
    width: 39%;
}

.adminozeluyari {
    width: 50%;
    Float: right;
    height: auto;
}

    .adminozeluyari span {
        font-size: 11px;
        float: left;
        margin-right: 8px;
        line-height: 19px;
        font-weight: bold;
    }

    .adminozeluyari input {
        float: right;
        margin-right: 8px;
    }

.uyari-yonlendirme {
    float: right;
    line-height: 40px;
}

    .uyari-yonlendirme a {
        font-size: 13px;
        font-weight: bold;
        margin: 0 15px;
    }

.destekmesaj h1 {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    color: #f60;
    font-size: 10pt;
    background-color: #dfdfdf;
    border-bottom: 1px solid #d0d0d0;
    line-height: 24px;
}

.uyarici-kullanici {
    width: 240px;
    height: 86px;
    float: left;
    border: 1px solid #d0d0d0;
    margin: 15px;
}

    .uyarici-kullanici .avatar {
        width: 64px;
        height: 64px;
        float: left;
        margin: 8px;
    }

    .uyarici-kullanici .kullanici-sag {
        float: left;
        margin-top: 8px;
        line-height: 15px;
    }

.kullanici-sag a {
    font-weight: bold;
}

.uyari-hakkinda {
    width: 613px;
    height: 97px;
    float: left;
    border: 1px solid #d0d0d0;
    margin: 15px 0 0 5px;
}

    .uyari-hakkinda span {
        width: 100%;
        float: left;
        height: auto;
        line-height: 15px;
        border-bottom: 1px solid #d0d0d0;
        padding-left: 5px;
        box-sizing: border-box;
    }

        .uyari-hakkinda span:last-child {
            border-bottom: none;
        }
/* Uyarı Listesi */

/* Yönetici Kadrosu */
.yonetimkadrosu {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #d0d0d0;
}

.yonetimkadrosu-ust {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0 0 0;
}

    .yonetimkadrosu-ust .yonetici-durum {
        background: #f1f1f1;
        padding: 0 10px;
        font-size: 11px;
        -webkit-box-shadow: inset -2px -3px 3px #999999;
        -moz-box-shadow: inset -2px -3px 3px #999999;
        box-shadow: inset -2px -3px 3px #999999;
        font-weight: bold;
        border-right: 1px solid #666633;
        border-bottom: 1px solid #666633;
        border-radius: 10px;
        border-left: 1px solid #9b9b5a;
        border-top: 1px solid #9b9b5a;
        height: 18px;
        float: left;
        line-height: 18px;
        margin: 5px 3px 5px 0;
        display: inline-block;
    }

.cevrimicigoster {
    color: #669933 !important;
}

.tumunugoster {
    color: #666 !important;
}

.yonetici-durum img {
    float: left;
    margin: 1px 0 0 0;
}

.forumfiltrele {
    float: right;
    line-height: 30px;
}

.yonetimkadrosu h1 {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    text-align: center;
    color: #f60;
    font-size: 10pt;
    line-height: 24px;
    background-color: #dfdfdf;
    border-bottom: 1px solid #d0d0d0;
}

.yonetimkadrosu ul li {
    width: 100%;
    float: left;
    height: auto;
}

    .yonetimkadrosu ul li .avatar {
        width: 40px;
        height: 40px;
        Float: left;
        margin: 5px;
    }

    .yonetimkadrosu ul li .yonetici-hakkinda {
        padding-bottom: 5px;
        position: relative;
        width: calc(100% - 50px);
        margin-top: 5px;
        float: left;
    }

.yonetici-hakkinda .yonetici-adi {
    font-weight: bold;
    font-size: 16px;
    float: left;
    line-height: 22px;
}

.yonetici-hakkinda .yonetici-id {
    color: #999;
    font-size: 13px;
    float: left;
    line-height: 22px;
    margin: 1px 0 0 10px;
}

.yonetici-hakkinda strong {
    color: #666;
    margin-right: 10px;
}

.yonetici-hakkinda span {
    display: inline-block;
    float: left;
    line-height: 13px;
    color: #333;
}

.yonetimkadrosu ul li:nth-child(even) {
    background-color: #dedede;
}

.yonetimkadrosu ul li:nth-child(odd) {
    background-color: #f1f1f1;
}

.yonetici-hakkinda .baglantilar {
    position: absolute;
    right: 7px;
    top: 0px;
}
/* Yönetici Kadrosu*/

/* İstatistik */
.istatistiksayfasi {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
}

    .istatistiksayfasi h1 {
        width: 100%;
        float: left;
        text-align: center;
        line-height: 25px;
        background-color: #DFDFDF;
        border-bottom: 1px solid #d0d0d0;
        color: #f60;
        font-size: 10pt;
        margin: 0;
    }

    .istatistiksayfasi .istatistik-satir {
        width: 100%;
        float: left;
        height: auto;
        line-height: 22px;
        border-bottom: 1px solid #d0d0d0;
    }

.istatistik-satir .istatistik-baslik {
    width: 80%;
    float: left;
    box-sizing: border-box;
    padding-left: 8px;
    font-weight: bold;
    font-size: 11px;
    border-right: 1px solid #d0d0d0;
}

.istatistik-satir .istatistik-sayisalveri {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 11px;
}

.istatistiksayfasi .istatistik-satir:last-child {
    border-bottom: none;
}

.istatistik-sol, .istatistik-sag {
    width: 50%;
    float: left;
    height: auto;
    padding: 7px;
    box-sizing: border-box;
}

    .istatistik-sol .istatistik-cubuk, .istatistik-sag .istatistik-cubuk {
        width: 70%;
        float: left;
        line-height: 15px;
    }

.istatistik-cubuk span {
    height: 15px;
    float: left;
    border: 1px solid #000;
    background-color: #000;
}

.istatistik-sol .istatistik-verisi {
    width: 30%;
    float: left;
    line-height: 15px;
}

.istatistik-verileri {
    width: 100%;
    float: left;
    margin-bottom: 2px;
}

.istatistik-sol b, .istatistik-sag b {
    float: left;
    margin-bottom: 8px;
}
/* İstatistik */

/* Onay Bekleyenler */
.onaybekleyenler {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
}

    .onaybekleyenler .radiocheck {
        margin-top: 8px;
    }

    .onaybekleyenler .onay-satir {
        line-height: 15px;
        display: flex;
        width: 100%;
        Float: left;
        Height: auto;
        border-bottom: 1px solid #d0d0d0;
    }

        .onaybekleyenler .onay-satir.baslik {
            line-height: 29px;
            background-color: #DFDFDF;
            color: #f60;
            text-align: center;
            font-weight: bold;
            font-size: 10pt;
        }

    .onaybekleyenler .onay-check {
        text-align: center;
        width: 2%;
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

    .onaybekleyenler .onay-mesaj {
        padding-left: 6px;
        width: 48%;
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
    }

.onay-forum, .onay-islemler, .onay-gonderici, .onay-tarih {
    padding-left: 6px;
    width: 12.5%;
    float: left;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.onay-islemler {
    text-align: center;
    padding-top: 10px;
}

.onay-satir.baslik .onay-islemler {
    padding-top: 0;
}

.onay-gonderici {
    line-height: 15px;
}

.onay-satir.baslik .onay-gonderici {
    line-height: 29px;
}

.onaybekleyenler .onaylama-button {
    width: 100%;
    Float: left;
    text-align: center;
    line-height: 31px;
    color: #f60;
    font-weight: bold;
    background-color: #DFDFDF;
}
/* Onay Bekleyenler */

/* Nick İşlemleri */
.nickislem {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
}

    .nickislem .nick-alt-ust {
        width: 100%;
        float: left;
        background-color: #dfdfdf;
        height: 26px;
        padding: 2px 5px;
        box-sizing: border-box;
    }

.nick-alt-ust .radiocheck {
    float: left;
    margin: 4px 5px 0 0;
}

.nickislem .nick-satir {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #d0d0d0;
    line-height: 25px;
}

.nick-satir .radiocheck {
    float: left;
    margin: 6px 5px;
}

.onayred {
    border-left: 1px solid #d0d0d0;
    float: right;
    height: 25px;
    padding: 4px 3px;
    box-sizing: border-box;
}

.nick-satir .icerik {
    border-top: 1px solid #d0d0d0;
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    line-height: 25px;
    font-size: 12px;
}

/* Nick İşlemleri */

/* Geçici Banlılar */
.gecicibanlilar {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
}

    .gecicibanlilar .banli-satir {
        display: flex;
        width: 100%;
        Float: left;
        height: auto;
        border-bottom: 1px solid #d0d0d0;
    }

.banli-satir div {
    padding: 5px;
}

.banli-satir.baslik div {
    padding: 0;
}

.banli-satir .banlibol5 {
    width: 20%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.banli-satir.baslik {
    font-size: 10pt;
    background-color: #dfdfdf;
    color: #f60;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}
/* Geçici Banlılar */

/* Hızlı İmza Onayla */
.imzaonayla {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

    .imzaonayla .imza-alt-ust {
        padding-left: 10px;
        box-sizing: border-box;
        width: 100%;
        float: left;
        height: auto;
        background-color: #dfdfdf;
        line-height: 26px;
    }

        .imzaonayla .imza-alt-ust span {
            float: right;
            margin-right: 5px;
            color: #666;
            font-size: 10px;
        }

.imza-alt-ust span a {
    color: #000;
}

.imzaonayla .imza-satir {
    display: flex;
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #d0d0d0;
}

.imza-satir .imza-check {
    text-align: center;
    vertical-align: middle;
    width: 3%;
    float: left;
    height: auto;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.imza-satir .imza-text {
    width: 97%;
    float: left;
    height: auto;
}

.imza-text span {
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    Float: left;
    background-color: #f1f1f1;
    line-height: 24px;
    padding-left: 10px;
    box-sizing: Border-box;
}

.imza-text p {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 5.5px 10px;
    box-sizing: border-box;
}
/* Hızlı İmza Onayla */

/* Fake Bildirim*/
.imza-text .ipkontrol {
    float: left;
    height: 24px;
    border-right: 1px solid #d0d0d0;
    margin-right: 10px;
}

.ipkontrol img {
    margin: 4px 10px 0 0;
}

.fakebildirim .imza-text {
    width: 100%;
}
/* Fake Bildirim*/

/* Konu Devir */
.konudevir {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
}

    .konudevir .konudevir-satir {
        display: flex;
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 1px solid #d0d0d0;
    }

        .konudevir .konudevir-satir.baslik {
            line-height: 10px;
            font-size: 10pt;
            text-align: center;
            background-color: #dfdfdf;
            color: #f60;
            font-weight: bold;
        }

.konudevir-satir .konudevir-15 {
    width: 15%;
    Float: left;
    border-right: 1px solid #d0d0d0;
    padding: 8px;
    box-sizing: border-box;
}

.konudevir-satir .konudevir-14 {
    width: 14%;
    Float: left;
    border-right: 1px solid #d0d0d0;
    padding: 8px;
    box-sizing: border-box;
}

.konudevir-15 a {
    font-weight: bold;
}
/* Konu Devir */

/* Forum Grubu */
.forumgrup .banlibol5 {
    text-align: center;
}
/* Forum Grubu */

/* BENİM FORUMLARIM-Agaç */
.benimforumlarim {
    width: 100%;
    Float: left;
    height: auto;
}

    .benimforumlarim .sag-forum {
        width: 67.5%;
        Float: left;
        height: auto;
        background-color: #fff;
        border-radius: 5px;
    }

        .benimforumlarim .sag-forum h1 {
            line-height: 25px;
            font-family: Arial;
            font-size: 18px;
            color: #282828;
            width: 100%;
            float: left;
            height: auto;
            background-color: #f1f1f1;
            padding: 15px 13px;
            margin: 0;
            box-sizing: border-box;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

.sag-forum .yildiz {
    float: left;
    margin: 0 12px 0 0;
}

.sag-forum img {
    float: left;
    margin: 7px 9px 0 0;
}

.sag-forum .listegorunumu {
    color: #868686;
    font-size: 13px;
    float: right;
    display: inline-block;
    font-weight: normal;
}

.sag-forum .agaclik {
    font-family: Arial;
    width: 100%;
    float: left;
    height: auto;
    padding: 22px 53px;
    box-sizing: border-box;
    margin: 0;
}

.agaclik h3 {
    color: #2c2c2c;
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.agaclik .ana-ul {
    float: left;
    width: 100%;
    margin-left: 10px;
}

    .agaclik .ana-ul > li {
        float: left;
        width: 100%;
        line-height: 23px;
        position: relative;
        list-style-type: none;
    }

        .agaclik .ana-ul > li .labela {
            float: left;
            font-size: 15px;
            color: #e9741d;
            font-weight: bold;
        }

        .agaclik .ana-ul > li > .alt-ul {
            float: left;
            width: 100%;
            padding: 5px 33px;
            box-sizing: border-box;
        }

            .agaclik .ana-ul > li > .alt-ul li {
                float: left;
                width: 100%;
                line-height: 23px;
                position: relative;
                list-style-type: none;
            }

                .agaclik .ana-ul > li > .alt-ul li .labela {
                    font-weight: normal;
                }

            .agaclik .ana-ul > li > .alt-ul span {
                float: left;
                margin: 3px 0 0 15px;
                font-weight: bold;
                color: #2a2a2a;
                font-size: 11px;
                line-height: 19px;
                padding: 0 6px;
                background-color: #eeeeee;
                border-radius: 5px;
            }

.agaclik .radiocheck {
    float: left;
    margin: 5px 7px 0 7px;
    outline: none;
}

.secilenler {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.secilenlera {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 5px 11px;
    box-sizing: border-box;
    background-color: #e4662a;
    border-radius: 5px;
    font-family: Arial;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .secilenlera:hover {
        background-color: rgba(228, 102, 42, 0.85);
    }

.dahafazlayok:hover {
    background-color: rgba(184,184,184,0.85) !important;
}

.benimforumlarim .sol-forum {
    width: 30%;
    Float: right;
    height: auto;
}

.sol-forum .favori-listesi {
    padding: 50px 0;
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 31px;
    text-align: center;
    font-family: Arial;
}

.favori-listesi h2 {
    color: #636363;
    font-size: 28px;
    margin: 0;
    width: 100%;
    float: left;
}

    .favori-listesi h2 span {
        color: #e4662a;
    }

.favori-listesi p {
    color: #4b4b4b;
    font-size: 15px;
    margin: 0;
    width: 100%;
    float: left;
}

.favori-listesi img {
    margin: 20px 0 0 -150px;
}

.favoriforumlariniz {
    width: 100%;
    Float: left;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    font-family: Arial;
}

    .favoriforumlariniz h4 {
        width: 100%;
        float: left;
        height: auto;
        margin: 0;
        padding: 15px;
        line-height: 25px;
        background-color: #f1f1f1;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-sizing: border-box;
        font-size: 18px;
        color: #282828;
    }

        .favoriforumlariniz h4 img {
            float: left;
            margin-right: 17px;
        }

        .favoriforumlariniz h4 a {
            float: right;
            font-size: 14px;
            color: #7e7e7e;
            font-weight: normal;
        }

    .favoriforumlariniz ul {
        padding: 20px 15px;
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

        .favoriforumlariniz ul li {
            position: relative;
            width: 100%;
            float: left;
            line-height: 27px;
            list-style-type: none;
        }

            .favoriforumlariniz ul li .favoria {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: calc(100% - 90px);
                float: left;
                font-size: 15px;
                font-weight: bold;
                color: #e4662a;
            }

            .favoriforumlariniz ul li .radiocheck {
                float: left;
                margin: 7px 5px 0 0;
                display: none;
            }

        .favoriforumlariniz ul hr {
            width: 160px;
            float: left;
            border: 0;
            height: 1px;
            background: #e0e0e0;
        }

        .favoriforumlariniz ul li .favoricikar {
            line-height: 25px;
            font-size: 12px;
            float: right;
            border-radius: 8px;
            color: #fff;
            background-color: #e4662a;
            padding: 0 10px;
            box-sizing: border-box;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .favoriforumlariniz ul li .favoricikar:hover {
                background-color: rgba(228, 102, 42, 0.85);
                -webkit-transition: all 0.1s linear;
                -moz-transition: all 0.1s linear;
                -o-transition: all 0.1s linear;
                transition: all 0.1s linear;
            }

        .favoriforumlariniz ul li:hover > .favoricikar {
            display: block;
        }

        .favoriforumlariniz ul li .favoricikar img {
            float: left;
            margin: 3px 10px 0 0;
        }

        .favoriforumlariniz ul li .label2:hover::after {
            opacity: 0.5;
        }

        .favoriforumlariniz ul li input[type=checkbox]:checked + .label2:after {
            opacity: 1;
        }

        .favoriforumlariniz ul li #checkboxFiveInput {
            left: -4px;
            top: -5px;
        }

        .favoriforumlariniz ul li .label2 {
            z-index: 9;
            cursor: pointer;
            position: absolute;
            width: 15px;
            height: 15px;
            top: 5px;
            left: -3px;
            background: #fff;
            border: 1px solid #dfdfdf;
            border-radius: 4px;
            -webkit-box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
            box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
            display: none;
        }

            .favoriforumlariniz ul li .label2:after {
                opacity: 0;
                content: '';
                position: absolute;
                width: 13px;
                height: 13px;
                background-color: #F5792A;
                top: 1px;
                left: 1px;
                border-radius: 4px;
            }

.ana-ul li .label:hover::after {
    opacity: 0.5;
}

.ana-ul li input[type=checkbox]:checked + .label:after {
    opacity: 1;
}

.ana-ul li #checkboxFiveInput {
    left: -4px;
    top: -5px;
}

.ana-ul li .label {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 4px;
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px -10px rgba(0,0,0,0.75);
}

    .ana-ul li .label:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        background-color: #F5792A;
        top: 1px;
        left: 1px;
        border-radius: 4px;
    }

/* BENİM FORUMLARIM-Agaç */

/* BENİM FORUMLARIM-Liste */
.inputyerlestir {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 2px 0;
}

    .inputyerlestir .forumara {
        box-sizing: border-box;
        outline: none;
        width: 100%;
        float: left;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        line-height: 15px;
        padding: 10px 12px 10px 37px;
        ;
        -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.22);
        -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.22);
        box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.22);
        background: url('/static/forum/img/fav-search.png')no-repeat left 8px center;
        background-color: #fff;
    }
/*.inputyerlestir .forumara-button{cursor:pointer;position: absolute;left: 0;top: 2px;width: 37px;height: 33px;background: url('/static/forum/img/fav-search.png')no-repeat center center;border: none;outline: none;}*/
.listegorunumu-forum {
    width: 100%;
    float: left;
    height: auto;
    font-family: Arial;
}

    .listegorunumu-forum ul {
        width: 100%;
        float: left;
        padding: 8px 32px;
        box-sizing: border-box;
    }

        .listegorunumu-forum ul li {
            width: 100%;
            float: left;
            margin-top: 22px;
        }

    .listegorunumu-forum .fav-eklecikar {
        width: 77px;
        float: left;
        margin-top: 20px;
    }

.fav-eklecikar a {
    float: left;
    line-height: 25px;
    color: #e4662a;
    font-size: 15px;
    padding-left: 33px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .fav-eklecikar a:hover {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.fav-eklecikar .bosise {
    background: url('/static/forum/img/fav-ekle.png')no-repeat left center;
}

    .fav-eklecikar .bosise:hover {
        background: url('/static/forum/img/fav-cikar-2.png')no-repeat left center;
    }

.fav-eklecikar .doluise {
    background: url('/static/forum/img/fav-cikar-2.png')no-repeat left center;
}

    .fav-eklecikar .doluise:hover {
        background: url('/static/forum/img/fav-ekle.png')no-repeat left center;
    }

.listegorunumu-forum .konudetay {
    width: calc(100% - 77px);
    float: left;
    padding-left: 22px;
    box-sizing: border-box;
}

.konudetay .konubasligi {
    float: left;
    margin: 0 0 3px 0;
    color: #e4662a;
    font-size: 19px;
    font-weight: bold;
}

    .konudetay .konubasligi:hover {
        text-decoration: underline;
    }

.konudetay h5 {
    width: 100%;
    float: left;
    margin: 0 0 7px 0;
    font-weight: normal;
    color: #4b4b4b;
    font-size: 15px;
}

.konudetay span {
    float: left;
    color: #868686;
    font-size: 12px;
    margin-right: 25px;
}

    .konudetay span:last-child {
        margin-right: 0;
    }

    .konudetay span img {
        margin: 0 9px 0 0;
    }

.listegorunumu-forum ul li hr {
    border: 0;
    height: 1px;
    background: #e9e9e9;
    width: 400px;
    Float: left;
    margin-left: 77px;
    margin-top: 20px;
}

.listegorunumu-forum ul li:last-child hr {
    display: none;
}

.secilenlera.dahafazlayok {
    background-color: #b8b8b8;
}

/* BENİM FORUMLARIM-Liste */

/* KONU İÇİ - REVİZE */
.yonetimacilir ul li:last-child a {
    color: #4c4c4c !important;
}

.yonetimacilir .konuozel-buton {
    color: #333 !important;
    border: 1px solid #000000 !important;
}

.yonetimacilir .konuozel-acilir ul {
    border: 1px solid #000000 !important;
}

.konuyaozel:hover > .konuozel-acilir {
    top: 33px;
    height: auto;
}

.yenimenu-revize {
    float: right;
    width: auto;
    height: auto;
    font-family: Arial;
}

    .yenimenu-revize .konusayilari {
        float: left;
    }

.konusayilari .cevapsayisi {
    float: left;
    color: #373737;
    font-size: 13px;
    margin: 0 15px 0 0;
}

.sayisal-text b {
    color: #000;
    font-size: 14px;
}

.cevapsayisi .sayisalresim {
    float: left;
    height: auto;
    width: auto;
}

.sayisalresim img {
    float: left;
}

.cevapsayisi .sayisal-text {
    float: left;
    margin: 0 0 0 7px;
}

.konuyaozel {
    float: left;
    position: relative;
    margin-top: -2px;
    margin-left: 7px;
}

.konuozel-buton {
    cursor: pointer;
    width: 160px;
    height: 34px;
    float: left;
    border: 1px solid #f19700;
    border-radius: 3px;
    background-color: #fff;
    color: #e77800;
    font-size: 13px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 8px 0 8px;
    box-sizing: border-box;
    text-align: left;
}

.konuozel-icon {
    float: right;
    margin-top: 11px;
}

.konuozel-buton i {
    float: right;
    color: #e77800;
    font-size: 25px;
    margin: 4px 0;
}

.konuozel-icon {
    float: right;
    margin-top: 11px;
}

.konuozel-acilir {
    width: 160px;
    position: absolute;
    left: 0;
    top: 33px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    height: 0;
    -webkit-box-shadow: 0px 6px 17px 0px rgba(142, 142, 142, 0.58);
    -moz-box-shadow: 0px 6px 17px 0px rgba(142, 142, 142, 0.58);
    box-shadow: 0px 6px 17px 0px rgba(142, 142, 142, 0.58);
    overflow: hidden;
    z-index: 10000003;
}

    .konuozel-acilir ul {
        padding: 0 0 5px 0;
        border: 1px solid #f19700;
        float: left;
        border-radius: 3px;
    }

        .konuozel-acilir ul li {
            float: left;
            width: 100%;
            height: 26px;
        }

            .konuozel-acilir ul li a {
                line-height: 25px;
                height: 100%;
                color: #4c4c4c;
                font-size: 12px;
                float: left;
                width: 100%;
                padding: 0 8px 0 8px;
                box-sizing: border-box;
                text-align: left;
            }

                .konuozel-acilir ul li a span {
                    width: 15px;
                    margin: 6px 8px 0 0;
                    float: left;
                }

            .konuozel-acilir ul li:hover {
                background-color: #f1f1f1;
            }

            .konuozel-acilir ul li:last-child a {
                color: red;
            }

            .konuozel-acilir ul li:last-child {
                margin-bottom: 0;
            }

.asagi-git {
    width: 34px;
    height: 34px;
    float: left;
    border: 1px solid #f19700;
    border-radius: 3px;
    box-sizing: border-box;
    margin: -2px 0 0 7px;
    background-color: #fff;
    opacity: 0.60;
}

    .asagi-git img {
        float: left;
        margin: 7px 0 0 8.5px;
    }

.yukari-git {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    border: 1px solid #f19700;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0.60;
}

    .yukari-git img {
        float: left;
        margin: 7px 0 0 8.5px;
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        transform: rotate(180deg);
    }

.bildirim-tutucu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 420px;
    height: auto;
}

    .bildirim-tutucu.kisalt {
        max-height: 395px;
    }

    .bildirim-tutucu::-webkit-scrollbar {
        width: 0.5em;
        position: absolute;
    }

    .bildirim-tutucu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        border-radius: 15px;
    }

    .bildirim-tutucu::-webkit-scrollbar-thumb {
        background-color: rgba(147, 148, 149, 0.84);
        border-radius: 15px;
    }

.mesaj-altkisim {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    margin: 20px 0;
}

    .mesaj-altkisim .altkisim-sol {
        float: left;
        margin-top: 5px;
    }

    .mesaj-altkisim .altkisim-sag {
        float: right;
    }

.mesaj-hakkinda {
    line-height: 16px;
    font-size: 12px;
    color: #000;
    float: left;
    margin-right: 15px;
    background-color: #F8F8F8;
    padding: 5px 7px;
    border-radius: 5px;
}

    .mesaj-hakkinda a {
        color: #000;
    }

    .mesaj-hakkinda img {
        float: left;
        width: 16px;
    }
/*.altkisim-sol .mesaj-hakkinda a{font-weight: bold;color:#000;text-decoration: underline;}
.altkisim-sol .mesaj-hakkinda img{float:left;margin:1px 4px 0 0;}*/
.koyu {
    background-color: rgba(220, 220, 220, 0.57) !important;
}

.mesaj-hakkinda span {
    font-weight: bold;
}

.altkisim-sag .mesaj-topluluk {
    position: relative;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.mesaj-topluluk .like {
    height: 15px;
    float: left;
    padding: 4px 9px 4px 27px;
    background: url("/static/forum/img/yeni-like.png") no-repeat center left 6px;
}

.mesaj-topluluk .sinema {
    width: 45px;
    height: 17px;
    float: left;
    padding: 4px 5px 4px 5px;
    background: url("/static/forum/img/sinema-2.png") no-repeat left 6px top 3px;
    text-align: right;
}

    .mesaj-topluluk .sinema.bossa {
        background: url("/static/forum/img/sinema-1.png") no-repeat left 6px top 3px;
    }

.mesaj-topluluk .like.bossa {
    background: url("/static/forum/img/yeni-like-bos.png") no-repeat center left 6px;
}

    .mesaj-topluluk .like.bossa:hover {
        background: url("/static/forum/img/yeni-like-bos-hover.png") no-repeat center left 6px;
        color: #000;
    }

.mesaj-topluluk .like:hover {
    background: url("/static/forum/img/yeni-like-hover.png") no-repeat center left 6px;
    color: #000;
}

.mesaj-topluluk .like img {
    float: left;
    margin: 1px 5px 0 0;
}

.mesaj-topluluk .fav {
    height: 25px;
    float: left;
    padding: 4px 13px 4px 13px;
    background: url("/static/forum/img/fav-icon2.png") no-repeat top 4px center;
    box-sizing: border-box;
}

    .mesaj-topluluk .fav.bossa {
        background: url("/static/forum/img/fav-icon.png") no-repeat top 4px center;
    }

        .mesaj-topluluk .fav.bossa:hover {
            background: url("/static/forum/img/fav-icon2.png") no-repeat top 4px center;
        }

    .mesaj-topluluk .fav:hover {
        background: url("/static/forum/img/fav-icon.png") no-repeat top 4px center;
    }

    .mesaj-topluluk .fav img {
        float: left;
        margin: 1px 5px 0 0;
    }

.mesaj-topluluk .paylas {
    float: left;
}

.mesaj-topluluk span {
    float: left;
    margin: 4px 0 0 0;
    color: #e3e3e3;
    font-weight: normal;
}

.ikide1renk .renklendir:nth-child(even) .mesaj-topluluk {
    background-color: #f8f8f8;
}
/*.ikide1renk .renklendir:nth-child(even) .mesaj-topluluk span{color:#ccc;}*/
.mesaj-topluluk a {
    color: #454545;
    line-height: 17px;
}

.mesaj-topluluk .paylas a {
    float: left;
    width: 20px;
    height: 25px;
}

.mesaj-topluluk .paylas .facebook {
    margin-left: 3px;
    margin-right: 5px;
    background: url('/static/forum/img/yeni-face.png') no-repeat center center;
}

    .mesaj-topluluk .paylas .facebook:hover {
        background: url('/static/forum/img/yeni-face-hover.png') no-repeat center center;
    }

.mesaj-topluluk .paylas .twitter {
    margin-right: 3px;
    background: url('/static/forum/img/yeni-twitter-logo2.png') no-repeat center center;
}

    .mesaj-topluluk .paylas .twitter:hover {
        background: url('/static/forum/img/yeni-twitter-logo3.png') no-repeat center center;
    }

.oy-veren {
    position: absolute;
    top: 25px;
    left: -420px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
    display: inline-block;
    width: 460px;
    font-family: Verdana, Geneva, sans-serif;
    box-shadow: 5px 5px 5px #CCC;
    z-index: 9999999999;
}

    .oy-veren .tabler {
        width: 460px;
        display: inline-block;
        line-height: 16px;
        font-size: 12px;
        color: #000;
        background: #F1F1F1;
        border-bottom: 1px solid #DEDEDE;
    }

        .oy-veren .tabler a {
            color: #000;
            padding: 5px 10px;
            display: inline-block;
            float: left;
            background: #FFF;
            cursor: default;
        }

        .oy-veren .tabler .kapat {
            background: #CCC;
            color: #000;
            font-weight: bold;
            float: right;
            padding: 1px 5px;
            margin: 4px;
            font-size: 10px;
            cursor: pointer;
        }

    .oy-veren .listeler {
        display: none;
    }

    .oy-veren .liste, .oy-veren .listegoster {
        width: 460px;
        display: inline-block;
        line-height: 16px;
        font-size: 12px;
        color: #000;
        background: #FFF;
        height: auto;
        max-height: 410px;
        overflow-x: auto;
    }

        .oy-veren .liste, .oy-veren .listegoster::-webkit-scrollbar {
            width: 0.5em;
            position: absolute;
        }

        .oy-veren .liste, .oy-veren .listegoster::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
            border-radius: 15px;
        }

        .oy-veren .liste, .oy-veren .listegoster::-webkit-scrollbar-thumb {
            background-color: rgba(147, 148, 149, 0.84);
            border-radius: 15px;
        }

            .oy-veren .liste a, .oy-veren .listegoster a {
                color: #000;
            }

            .oy-veren .liste .tek, .oy-veren .listegoster .tek {
                width: 98%;
                display: inline-block;
                line-height: 16px;
                padding: 5px 1%;
                background: #FFF;
                border-bottom: 1px solid #DEDEDE;
                color: #333;
                position: relative;
            }

                .oy-veren .listegoster .tek:last-child {
                    border-bottom: none;
                }

                .oy-veren .liste .tek:hover, .oy-veren .listegoster .tek:hover {
                    background: #F1F1F1;
                }

                .oy-veren .liste .tek .simge, .oy-veren .listegoster .tek .simge {
                    display: inline-block;
                    float: left;
                    width: 30px;
                    height: 30px;
                    margin-right: 5px;
                }

                    .oy-veren .liste .tek .simge img, .oy-veren .listegoster .tek .simge img {
                        width: 30px;
                        height: 30px;
                    }

                .oy-veren .liste .tek .baslik, .oy-veren .listegoster .tek .baslik {
                    display: inline-block;
                    float: left;
                    font-size: 13px;
                    font-weight: bold;
                }

                    .oy-veren .liste .tek .baslik span, .oy-veren .listegoster .tek .baslik span {
                        color: #666;
                        font-weight: normal;
                        display: block;
                        font-size: 11px;
                        line-height: 30px;
                    }

            .oy-veren .liste .aktif, .oy-veren .listegoster .aktif {
                width: 98%;
                display: inline-block;
                line-height: 16px;
                padding: 5px 1%;
                background: #FFF;
                border-bottom: 1px solid #DEDEDE;
                color: #333;
            }

                .oy-veren .liste .aktif .simge, .oy-veren .listegoster .aktif .simge {
                    display: inline-block;
                    float: left;
                    width: 30px;
                    height: 30px;
                    margin-right: 5px;
                }

                    .oy-veren .liste .aktif .simge img, .oy-veren .listegoster .aktif .simge img {
                        width: 30px;
                        height: 30px;
                    }

                .oy-veren .liste .aktif .baslik, .oy-veren .listegoster .aktif .baslik {
                    display: inline-block;
                    float: left;
                    font-size: 18px;
                    line-height: 30px;
                    font-weight: bold;
                }

                    .oy-veren .liste .aktif .baslik span, .oy-veren .listegoster .aktif .baslik span {
                        color: #666;
                        font-weight: normal;
                    }

    .oy-veren span a img {
        margin: 8px 5px 0 0;
    }

    .oy-veren .baslik a {
        text-decoration: none;
        color: rgb(0, 0, 0);
        opacity: 1;
        float: left;
        line-height: 35px;
    }

    .oy-veren .tek span a {
        float: right;
        opacity: 1;
    }

    .oy-veren .tek span {
        margin: 3px 0 0 0;
        float: right;
    }

    .oy-veren .oyverenavatar {
        width: 35px;
        float: left;
        margin-right: 5px;
    }

.adminozel {
    margin-right: 10px;
    padding: 3.5px 5px;
}

    .adminozel a {
        margin-right: 5px;
    }

        .adminozel a:last-child {
            margin-right: 0px;
        }

    .adminozel img {
        width: 15px;
    }

.sagayasla {
    float: right;
    font-weight: normal;
}

.filtre-h2 {
    margin: 0px 0 10px 11px;
    padding: 2px 0;
}

    .filtre-h2 .sagayasla .populer-button:last-child {
        margin: 0;
    }
/* KONU İÇİ - REVİZE */

/* KONU LİSTELE - REVİZE */

.forumaramodul {
    border-bottom: 0 !important;
    background-color: #ececec;
}

    .forumaramodul .kl-konu {
        width: calc(100% - 34px) !important;
        border-right: 0;
        border-bottom: 1px solid #D0D0D0;
    }

    .forumaramodul .kl-img {
        border-right: 0 !important;
    }

    .forumaramodul .kl-konu .ilgilibolum {
        color: #4a4a4a;
        font-size: 11px;
        float: left;
        letter-spacing: -0.15px;
    }

    .forumaramodul .kl-konu .ilgilibolumadi {
        margin-left: 10px;
        color: #101010;
        font-size: 11px;
        font-weight: bold;
        padding: 3px 5px;
        border-radius: 5px;
        background-color: #e3e3e3;
    }

.forumaramodul-detay .kl-img {
    border-right: 0 !important;
}

.forumaramodul-detay {
    border-bottom: 0 !important;
    background-color: #ececec;
}

    .forumaramodul-detay .kl-konu {
        margin-left: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .forumaramodul-detay .kl-konu, .forumaramodul-detay .kl-yazar, .forumaramodul-detay .kl-cevap, .forumaramodul-detay .kl-okunma, .forumaramodul-detay .kl-cevap-okuma, .forumaramodul-detay .kl-sonmesaj {
        border-bottom: 1px solid #d0d0d0 !important;
    }

        .forumaramodul-detay .kl-sonmesaj .modul-nick {
            padding: 6px 0;
            float: left;
            width: 85%;
            text-align: right;
        }

        .forumaramodul-detay .kl-sonmesaj .sonmesaj {
            float: right;
            width: auto;
            margin: 7px 5px 0 0;
        }

.sicakfirsatise .kl-sicaklik {
    padding: 5px 0;
    text-align: center;
    width: 70px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

    .sicakfirsatise .kl-sicaklik img {
        display: inline-block;
        float: left;
        margin-left: 5px;
    }

.sicakfirsatise .kl-konu {
    width: calc(100% - 508px);
    margin-left: 0px;
}
/* KONU LİSTELE - REVİZE */

/* MEDİA SCREEN */

@media only screen and (min-width: 0) and (max-width: 1220px) {
    .sayfafull .soltaraf {
        width: calc(100% - 205px);
    }
}
/*@media screen and (max-width: 1280px) {.menu-new .search {display:none; } }*/
@media screen and (max-width: 1070px) {
    .menu-new .right {
        display: none !important;
    }
}

@media screen and (min-width: 1630px) {
    .ilantek {
        width: calc(33.3% - 22px) !important;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1629px) {
    .ilantek {
        width: calc(49.9% - 22px) !important;
    }
}

@media screen and (min-width: 360px) and (max-width: 1100px) {
    .ilantek {
        width: 100%;
        width: calc(100% - 22px) !important;
        width: -moz-calc(100% - 22px) !important;
        width: -webkit-calc(100% - 22px) !important;
        width: -o-calc(100% - 22px) !important;
        width: calc(100% - 22px) !important;
    }

        .ilantek .baslik .konuadi {
            min-height: inherit;
        }
}

@media screen and (max-width: 1140px) {
    .eniyiforumlar a {
        font-size: 12px;
    }

    .populersatir .populerbaslik {
        font-size: 12px;
    }

    .anaforumkutu {
        width: 170px;
    }

    .populersatir .satirikapla {
        max-width: 300px;
    }
}

@media screen and (max-width: 1150px) {
    .favori-listesi img {
        margin: 20px 0 0 -110px;
    }
}

@media screen and (max-width: 1449px) {
    .eniyiforumlar {
        height: auto;
        min-height: 50px;
    }
    /*.eniyiforumlar .bosalt{clear:both;}
.eniyiforumlar a{margin-top:10px;}
.eniyiforumlar .gizlenen-git{margin:0;}*/
}
/* MEDİA SCREEN */

/* GAT CSS */
.gatEkrani {
    width: 95%;
    display: inline-block;
    margin: 10px 0;
}

    .gatEkrani .sanalpazarGiris {
        width: 33%;
        display: inline-block;
        float: left;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        background: #F1F1F1 url(/static/forum/img/sp-girislogo.png) 20px 45px no-repeat;
        padding-bottom: 5px;
    }

        .gatEkrani .sanalpazarGiris .title {
            width: 100%;
            background: #DEDEDE;
            color: #FF6000;
            font: bold 10pt Verdana;
            display: inline-block;
            line-height: 22px;
            margin-bottom: 10px;
            border-bottom: 1px solid #CCC;
        }

        .gatEkrani .sanalpazarGiris .not {
            width: 70%;
            display: inline-block;
            line-height: 16px;
            margin: 0 10% 10px 20%;
        }

        .gatEkrani .sanalpazarGiris .satir {
            width: 100%;
            display: inline-block;
            line-height: 22px;
            margin-bottom: 5px;
        }

            .gatEkrani .sanalpazarGiris .satir span {
                display: inline-block;
                float: left;
                width: 48%;
                text-align: right;
                padding-right: 2%;
            }

            .gatEkrani .sanalpazarGiris .satir input {
                display: inline-block;
                float: left;
            }

    .gatEkrani .sanalpazarKayit {
        width: 65%;
        display: inline-block;
        float: right;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        background: #F1F1F1 url(/static/forum/img/sp-girislogo.png) 20px 45px no-repeat;
    }

        .gatEkrani .sanalpazarKayit .title {
            width: 100%;
            background: #DEDEDE;
            color: #FF6000;
            font: bold 10pt Verdana;
            display: inline-block;
            line-height: 22px;
            margin-bottom: 10px;
            border-bottom: 1px solid #CCC;
        }

        .gatEkrani .sanalpazarKayit .not {
            width: 70%;
            display: inline-block;
            line-height: 16px;
            margin: 0 10% 10px 20%;
        }

        .gatEkrani .sanalpazarKayit .satir {
            width: 100%;
            display: inline-block;
            line-height: 22px;
            margin-bottom: 5px;
        }

            .gatEkrani .sanalpazarKayit .satir span {
                display: inline-block;
                float: left;
                width: 48%;
                text-align: right;
                padding-right: 2%;
            }

            .gatEkrani .sanalpazarKayit .satir input {
                display: inline-block;
                float: left;
            }

    .gatEkrani .sanalpazarDogrulama {
        width: 100%;
        display: inline-block;
        float: left;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        background: #F1F1F1 url(/static/forum/img/sp-girislogo.png) 20px 30px no-repeat;
        padding-bottom: 5px;
    }

        .gatEkrani .sanalpazarDogrulama .title {
            width: 100%;
            background: #DEDEDE;
            color: #FF6000;
            font: bold 10pt Verdana;
            display: inline-block;
            line-height: 22px;
            margin-bottom: 5px;
            border-bottom: 1px solid #CCC;
        }

        .gatEkrani .sanalpazarDogrulama .not {
            width: 100%;
            display: inline-block;
            line-height: 16px;
            margin-bottom: 5px;
        }

        .gatEkrani .sanalpazarDogrulama .satir {
            display: inline-block;
            line-height: 22px;
            margin-bottom: 5px;
        }

.gatResimEkle {
    height: 80px;
    min-width: 80px;
    display: inline-block;
    float: left;
    border: 1px solid #CCC;
    box-shadow: 0 0 5px #CCC;
    position: relative;
    margin-right: 5px;
}

    .gatResimEkle .ekle {
        position: absolute;
        width: 68px;
        text-align: center;
        top: 30px;
        left: 5px;
        line-height: 20px;
        box-shadow: 0 0 5px #FFF;
        background: #FFF;
        color: #000;
        border: 1px solid #CCC;
        border-radius: 5px;
    }

        .gatResimEkle .ekle:hover {
            background: #DEDEDE;
            color: #000;
        }

    .gatResimEkle .sil {
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        line-height: 14px;
        padding: 0 3px;
        background: #666;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
    }

    .gatResimEkle .vitrin {
        position: absolute;
        text-align: center;
        left: 2px;
        bottom: 5px;
    }

    .gatResimEkle img {
        height: 80px;
    }

.gatTekKapsam {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 13px;
    position: relative;
}

.gatnumber {
    position: absolute;
    top: 20px;
    right: 10px;
    display: inline-block;
    font-size: 120px;
    color: #000;
    opacity: 0.1;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

.gatdurum {
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: inline-block;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

    .gatdurum a {
        color: #093 !important;
    }

.gatSerbestAlan {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .gatSerbestAlan .baslik {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 19px;
        background: #CCC;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #333;
    }

        .gatSerbestAlan .baslik .sirano {
            display: inline-block;
            float: left;
            background: #666;
            color: #FFF;
            padding: 5px 10px;
            font-size: 18px;
            font-weight: bold;
        }

        .gatSerbestAlan .baslik .title {
            display: inline-block;
            float: left;
            padding: 5px 0;
            margin: 0 0 0 10px;
        }

        .gatSerbestAlan .baslik .uyari {
            display: inline-block;
            float: left;
            margin: 8px 0 0 10px;
            background: #DEDEDE url(/static/forum/img/gat-basliktick.png) right no-repeat;
            color: #333;
            padding: 0 18px 0 7px;
            border-right: 5px solid #DEDEDE;
            border-radius: 7px;
            font-size: 11px;
            line-height: 17px;
        }

        .gatSerbestAlan .baslik .oklar {
            display: inline-block;
            float: right;
            padding: 5px 0;
            margin: 0 10px 0 5px;
        }

            .gatSerbestAlan .baslik .oklar a {
                display: inline-block;
                float: left;
                margin: 3px 0 0 5px;
            }

                .gatSerbestAlan .baslik .oklar a.cevirGuvenli {
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    background: url(/static/forum/img/cepbekcisiB.gif);
                }

                    .gatSerbestAlan .baslik .oklar a.cevirGuvenli:hover {
                        background: url(/static/forum/img/cepbekcisiA.gif);
                    }

                .gatSerbestAlan .baslik .oklar a.cevirNormal {
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    background: url(/static/forum/img/cepbekcisiA.gif);
                }

                    .gatSerbestAlan .baslik .oklar a.cevirNormal:hover {
                        background: url(/static/forum/img/cepbekcisiB.gif);
                    }

                .gatSerbestAlan .baslik .oklar a.sanalpazarListele {
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    background: url(/static/forum/img/cepbekcisi-listeleB.gif);
                }

                    .gatSerbestAlan .baslik .oklar a.sanalpazarListele:hover {
                        background: url(/static/forum/img/cepbekcisi-listeleA.gif);
                    }

    .gatSerbestAlan .aciklama {
        width: 100%;
        display: inline-block;
        padding: 0 140px 0 10px;
    }

    .gatSerbestAlan .butonlar {
        display: inline-block;
        float: right;
    }

        .gatSerbestAlan .butonlar a {
            background: #DEDEDE;
            border: 1px solid #CCC;
            padding: 0 6px;
            line-height: 24px;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
        }

            .gatSerbestAlan .butonlar a:hover {
                background: #FFF;
            }

.gatDetay {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

    .gatDetay .resimler {
        width: 50%;
        max-width: 480px;
        display: inline-block;
        float: left;
    }

        .gatDetay .resimler .buyuk {
            width: 100%;
            display: inline-block;
            border: 1px solid #DEDEDE;
            padding: 1%;
        }

            .gatDetay .resimler .buyuk img {
                width: 100%;
            }

        .gatDetay .resimler .onizlemeler {
            width: 100%;
            display: inline-block;
            border-top: none;
            padding: 3px 0 3px 2%;
        }

            .gatDetay .resimler .onizlemeler .tek {
                width: 24%;
                display: inline-block;
                float: left;
                border-top: 2px solid #F1F1F1;
                margin-right: 1%;
                cursor: pointer;
            }

                .gatDetay .resimler .onizlemeler .tek img {
                    width: 100%;
                    display: inline-block;
                }

            .gatDetay .resimler .onizlemeler .aktif {
                border-top: 2px solid #999;
            }

    .gatDetay .bilgiler {
        width: 49%;
        display: inline-block;
        float: left;
        border-top: 1px solid #DEDEDE;
        margin-left: 1%;
    }

        .gatDetay .bilgiler .tek {
            width: 99%;
            display: inline-block;
            border-bottom: 1px solid #DEDEDE;
            line-height: 16px;
            padding: 5px 0 5px 1%;
        }

            .gatDetay .bilgiler .tek .verilen {
                width: 30%;
                float: left;
                display: inline-block;
                font-weight: bold;
                font-size: 12px;
            }

            .gatDetay .bilgiler .tek .istenen {
                width: 69%;
                float: right;
                display: inline-block;
            }

                .gatDetay .bilgiler .tek .istenen .teklifgor {
                    font-size: 18px;
                    font-weight: bold;
                    float: right;
                    display: inline-block;
                }

                .gatDetay .bilgiler .tek .istenen .fiyat {
                    font-size: 18px;
                    font-weight: bold;
                }

            .gatDetay .bilgiler .tek.rezerve {
                line-height: 20px;
            }

                .gatDetay .bilgiler .tek.rezerve img {
                    display: inline-block;
                    float: right;
                    margin: 0 5px 0 0;
                }

        .gatDetay .bilgiler .butonlar {
            width: 99%;
            display: inline-block;
            line-height: 16px;
            padding: 5px 0 0 1%;
        }

            .gatDetay .bilgiler .butonlar a {
                display: inline-block;
                float: left;
                margin: 0 5px 5px 0;
            }

            .gatDetay .bilgiler .butonlar .miktar {
                display: inline-block;
                float: left;
                margin: 0 10px 0 0;
                font-weight: bold;
                width: 30%;
            }

        .gatDetay .bilgiler .pazarlik {
            width: 99%;
            display: inline-block;
            line-height: 16px;
            padding: 0 0 5px 1%;
        }

            .gatDetay .bilgiler .pazarlik span {
                float: left;
                display: inline-block;
                font-weight: bold;
                font-size: 12px;
                line-height: 26px;
                margin-right: 10px;
            }

.gatTeklifler {
    width: 100%;
    display: block;
    line-height: 20px;
    margin: 0 0 20px 0;
}

    .gatTeklifler table {
        width: 98%;
        margin: 0 1% 10px 1%;
        border: 2px solid #ccc;
        border-bottom: 2px solid #febf55;
        border-radius: 10px;
        background: #FFF;
        min-width: 600px;
        box-shadow: 0 0 10px #CCC;
    }

        .gatTeklifler table .nedir {
            width: 100%;
            background: #DEDEDE;
            font-size: 12px;
            color: #000;
        }

            .gatTeklifler table .nedir th {
                color: #000;
                padding: 10px 5px;
                border-right: 1px solid #CCC;
            }

        .gatTeklifler table .veren {
            width: 20%;
            line-height: 30px;
            border-top: 1px solid #DEDEDE;
        }

        .gatTeklifler table .alan {
            width: 20%;
            line-height: 30px;
            border-top: 1px solid #DEDEDE;
        }

        .gatTeklifler table .fiyat {
            width: 18%;
            border-top: 1px solid #DEDEDE;
        }

        .gatTeklifler table .durum {
            width: 30%;
            text-align: center;
            padding: 5px 0;
            border-top: 1px solid #DEDEDE;
        }

            .gatTeklifler table .durum img {
                margin-top: 5px;
                display: inline-block;
            }

        .gatTeklifler table .tarih {
            width: 12%;
            text-align: center;
            border: none !important;
            border-top: 1px solid #DEDEDE !important;
        }

        .gatTeklifler table tr td {
            padding: 0 5px;
            font-size: 12px;
            border-right: 1px solid #ccc;
            position: relative;
        }

            .gatTeklifler table tr td.font10 {
                font-size: 10px;
                text-align: center;
                border-top: 1px solid #DEDEDE;
            }

            .gatTeklifler table tr td.bold {
                font-weight: bold;
                border-top: 1px solid #DEDEDE;
            }

            .gatTeklifler table tr td.olur {
                text-align: center;
                border-top: 1px solid #DEDEDE;
            }

                .gatTeklifler table tr td.olur textarea {
                    width: 210px;
                    height: 60px;
                    margin-bottom: 5px;
                }

            .gatTeklifler table tr td.yasla {
                text-align: right;
                border-top: 1px solid #DEDEDE;
            }

                .gatTeklifler table tr td.yasla img {
                    display: inline-block;
                    float: left;
                }

            .gatTeklifler table tr td.buton {
                text-align: center;
            }

            .gatTeklifler table tr td.onayred {
                line-height: 16px;
                font-size: 10px;
                padding-left: 5px;
                text-align: center;
                padding-bottom: 5px;
            }

                .gatTeklifler table tr td.onayred a {
                    display: inline-block;
                    margin-right: 10px;
                }

                .gatTeklifler table tr td.onayred img {
                    float: left;
                    margin: 0 5px;
                    display: inline-block;
                }

            .gatTeklifler table tr td .tutar {
                display: inline-block;
                float: left;
                line-height: 20px;
            }

            .gatTeklifler table tr td .notvar {
                display: inline-block;
                float: right;
                cursor: help;
                position: relative;
            }

                .gatTeklifler table tr td .notvar .not {
                    display: inline-block;
                    width: 246px;
                    padding: 10px;
                    border-radius: 10px;
                    position: absolute;
                    top: -30px;
                    left: -120px;
                    font-weight: normal;
                    font-size: 11px;
                    color: #333;
                    line-height: 16px;
                    background: #FFF;
                    box-shadow: 0 0 10px #ccc;
                    z-index: 9999;
                    visibility: hidden;
                }

                .gatTeklifler table tr td .notvar:hover > .not {
                    visibility: visible;
                }

            .gatTeklifler table tr td .notSon {
                display: inline-block;
                width: 280%;
                padding: 10px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                position: absolute;
                top: 30px;
                left: -2px;
                font-weight: normal;
                font-size: 11px;
                color: #333;
                line-height: 16px;
                background: #FFF;
                box-shadow: 0 5px 10px #ccc;
                z-index: 9999;
                border: 2px solid #febf55;
                border-top: none;
            }

    .gatTeklifler .notSonVar {
        height: 60px;
        display: inline-block;
        width: 20px;
    }

.gatButonlar {
    width: 98%;
    padding: 10px 0 0 0;
    display: inline-block;
    border-top: 1px solid #CCC;
}

    .gatButonlar .buton {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .gatButonlar .aciklama {
        display: inline-block;
        float: left;
        font-size: 10px;
        line-height: 20px;
    }

.gatListeSimge {
    font-weight: bold;
    color: #008000 !important;
}

.gatKonuListe {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px 10px;
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 10px;
    width: 98%;
}

    .gatKonuListe .not {
        font-weight: bold;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px;
        background: url(/static/forum/img/basliktakiilanlar.png) left no-repeat;
    }

    .gatKonuListe .tek {
        display: inline-block;
        width: 96%;
        line-height: 20px;
        margin: 5px 0 0 2%;
        padding-left: 20px;
        background: url(/static/forum/img/listeitem.png) left no-repeat;
        border-top: 1px solid #DEDEDE;
    }

        .gatKonuListe .tek .sirano {
            display: inline-block;
            float: left;
            background: #666;
            color: #FFF;
            padding: 0 5px;
            border-radius: 3px;
            line-height: 14px;
            margin: 3px 5px 0 0;
            font-size: 10px;
        }

        .gatKonuListe .tek:hover > .sirano {
            background: #F00;
        }

        .gatKonuListe .tek .title {
            display: inline-block;
            float: left;
        }

        .gatKonuListe .tek .git {
            display: inline-block;
            float: right;
            padding-right: 20px;
            background: url(/static/forum/img/ilanagit.gif) right 5px no-repeat;
            font-size: 10px;
            line-height: 24px;
            height: 20px;
            overflow: hidden;
        }

    .gatKonuListe .tekbilgi {
        display: inline-block;
        width: 95%;
        line-height: 16px;
        margin: 0 0 0 20px;
        padding-left: 20px;
        font-size: 11px;
        color: #000;
    }

        .gatKonuListe .tekbilgi .edit {
            font-style: italic;
            color: #666;
        }

.gatPanel {
    width: 95%;
    margin: 0 auto;
}

    .gatPanel .title {
        width: 100%;
        text-align: left;
        font-size: 20px;
        font-family: Verdana, Geneva, sans-serif;
        color: #000;
        display: inline-block;
        margin: 0 0 20px 0;
    }

    .gatPanel .ilanlar {
        width: 100%;
        display: inline-block;
    }

        .gatPanel .ilanlar .ayrac {
            height: 370px;
            display: inline-block;
            float: left;
        }

        .gatPanel .ilanlar .tek {
            width: 240px;
            display: inline-block;
            border: 1px solid #ccc;
            background: #F1F1F1;
            margin: 0 30px 20px 0;
            float: left;
            border-radius: 5px;
            box-shadow: 0 0 10px #999;
        }

            .gatPanel .ilanlar .tek .baslik {
                width: 230px;
                display: inline-block;
                font-size: 14px;
                font-weight: bold;
                line-height: 18px;
                height: 36px;
                overflow: hidden;
                margin: 5px;
                color: #000;
            }

            .gatPanel .ilanlar .tek:hover > .baslik {
                color: #F00;
            }

            .gatPanel .ilanlar .tek .merkez {
                width: 240px;
                display: inline-block;
                position: relative;
            }

            .gatPanel .ilanlar .tek .gorsel {
                width: 240px;
                height: 120px;
                display: inline-block;
                background: #FFF;
                padding: 5px 0;
            }

                .gatPanel .ilanlar .tek .gorsel img {
                    max-width: 240px;
                    max-height: 120px;
                    display: inline-block;
                }

            .gatPanel .ilanlar .tek .golge {
                width: 240px;
                height: 100px;
                display: inline-block;
                background: url(/static/forum/img/ilangolge.png) left bottom repeat-x;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 9995;
            }

            .gatPanel .ilanlar .tek .fiyat {
                display: inline-block;
                font-size: 11px;
                color: #333;
                position: absolute;
                left: -10px;
                bottom: 10px;
                background: #F1F1F1;
                border: 1px solid #FFF;
                padding: 3px 5px;
                line-height: 13px;
                text-align: left;
                border-radius: 5px;
                box-shadow: 0 0 10px #ccc;
                z-index: 9996;
            }

                .gatPanel .ilanlar .tek .fiyat b {
                    display: inline-block;
                    font-size: 14px;
                    color: #F60;
                }

            .gatPanel .ilanlar .tek .teklif {
                display: inline-block;
                font-size: 11px;
                color: #333;
                position: absolute;
                right: -10px;
                bottom: 10px;
                background: #FFF;
                border: 1px solid #FFF;
                padding: 3px 5px;
                line-height: 13px;
                text-align: left;
                border-radius: 5px;
                box-shadow: 0 0 10px #ccc;
                text-align: right;
                z-index: 9996;
            }

                .gatPanel .ilanlar .tek .teklif b {
                    display: inline-block;
                    font-size: 14px;
                    color: #f00;
                }

            .gatPanel .ilanlar .tek .tarih {
                width: 240px;
                display: inline-block;
                font-size: 11px;
                color: #000;
                text-align: center;
                margin: 0 0 0 0;
                background: #DEDEDE;
                padding: 3px 0;
            }

            .gatPanel .ilanlar .tek .teklifler {
                width: 240px;
                display: inline-block;
                font-size: 11px;
                color: #333;
                text-align: center;
                padding: 5px 0;
                background: #FFF;
            }

            .gatPanel .ilanlar .tek .adet {
                width: 240px;
                display: inline-block;
                font-size: 11px;
                color: #333;
                text-align: center;
                padding: 5px 0;
                border-top: 1px solid #DEDEDE;
            }

            .gatPanel .ilanlar .tek .git {
                width: 210px;
                display: inline-block;
                font-size: 11px;
                line-height: 18px;
                color: #333;
                text-align: center;
                margin: 0 20px 5px 20px;
                background: #FFF;
                border: 1px solid #CCC;
                border-radius: 5px;
            }

            .gatPanel .ilanlar .tek:hover > .git {
                background: #DEDEDE;
                color: #000;
            }

.gatPMiframe {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

/* GAT CSS */



/* 07.01.2016 - Onur ÇETİN - Hızlı Konu Başlat */

.hizlikonubaslat {
    width: 100%;
    float: left;
    background-color: #fff;
    font-family: Arial;
    margin-bottom: 25px;
}

    .hizlikonubaslat .kapalidurum {
        width: 100%;
        float: left;
        background-color: #ededed;
        padding: 17px 10px;
        box-sizing: border-box;
    }

.kapalidurum img {
    width: 30px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}

.kapalidurum .hizlikonubasligi {
    outline: none;
    width: calc(100% - 40px);
    float: left;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 6.5px;
    box-sizing: border-box;
    line-height: 15px;
    box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.13);
    font-size: 15px;
    font-weight: bold;
    color: #101010;
}

.hizlikonubaslat .acikdurum {
    display: none;
    width: 100%;
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
}

.acikdurum .topbol2 {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
}

    .acikdurum .topbol2:nth-child(2) {
        margin-right: 0;
    }

.topbol2 .konuicerigi {
    font-weight: bold;
    font-family: Arial;
    width: 100%;
    float: left;
    height: 240px;
    min-height: 240px;
    max-width: 100%;
    min-width: 100%;
    outline: none;
    border: 1px solid #dedede;
    border-radius: 1px;
    padding: 16px 11px;
    box-sizing: border-box;
    color: #101010;
    font-size: 14px;
    box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.13);
}

.konuicerigi::-moz-placeholder {
    font-family: Arial;
}

.konuicerigi::-webkit-input-placeholder {
    font-family: Arial;
}

.konuicerigi::-webkit-scrollbar {
    width: 0.5em;
    position: absolute;
}

.konuicerigi::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.konuicerigi::-webkit-scrollbar-thumb {
    background-color: rgba(147, 148, 149, 0.84);
    border-radius: 15px;
}


.topbol2 .boldsecenek {
    background-color: #fcfcfc;
    margin: 0 4px 0 0;
    float: left;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #929292;
    padding: 4px 9px;
}

.topbol2 .italicsenecek {
    background-color: #fcfcfc;
    margin: 0 4px 0 0;
    float: left;
    font-family: Verdana;
    font-style: italic;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #929292;
    padding: 3.5px 9px;
}

.topbol2 .cizilisecenek {
    background-color: #fcfcfc;
    margin: 0 4px 0 0;
    float: left;
    font-family: Verdana;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #929292;
    padding: 3.5px 9px;
    text-decoration: underline;
}

.topbol2 .ekleme {
    background-color: #fcfcfc;
    margin: 0 4px 0 0;
    float: left;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #000;
    padding: 5px 6px;
    line-height: 14px;
    color: #929292;
    font-size: 11px;
}

    .topbol2 .ekleme img {
        float: left;
        margin-right: 4px;
    }

    .topbol2 .ekleme:hover, .topbol2 .italicsenecek:hover, .topbol2 .boldsecenek:hover, .topbol2 .cizilisecenek:hover {
        background-color: #f1f1f1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .topbol2 .ekleme.link img {
        margin-right: 0;
        padding-top: 1px;
    }

.forumbelirle {
    width: 100%;
    float: left;
}

    .forumbelirle h1 {
        font-size: 14px;
        color: #fea03c;
        margin: 0 0 10px 0;
        font-weight: normal;
        float: left;
        width: 100%;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .forumbelirle .forumsec {
        margin-bottom: 30px;
        width: 350px;
        float: left;
        border: 1px solid #dedede;
        border-radius: 5px;
        padding: 6.5px 38px 6.5px 6.5px;
        box-sizing: border-box;
        line-height: 15px;
        box-shadow: inset 0px 0px 20px -6px rgba(0,0,0,0.13);
        font-size: 15px;
        color: #000;
        outline: none;
    }

    .forumbelirle .forumetiket {
        cursor: pointer;
        font-size: 12px;
        color: #707070;
        float: left;
        padding: 7px 8px;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin: 0 6px 9px 0;
    }

        .forumbelirle .forumetiket:hover {
            background-color: #f7f7f7;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.hizlikonubaslat hr {
    border: 0;
    height: 1px;
    background-color: #eaeaea;
    width: calc(100% - 30px);
    float: left;
    margin: 0px 15px 30px 15px;
}

.hizlikonubaslat .ikincielse {
    display: none;
    width: 100%;
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
}

.ikincielse .bottombol4 {
    width: calc(25% - 35px);
    float: left;
    margin-right: 35px;
}

.bottombol4 h3 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    color: #101010;
    font-size: 14px;
    font-weight: normal;
}

    .bottombol4 h3 a {
        position: relative;
        color: #ffffff;
        font-weight: bold;
        padding: 1px 4px;
        background-color: #6c6c6c;
        border-radius: 3px;
        cursor: help;
    }

        .bottombol4 h3 a .yardimaciklama {
            font-weight: normal;
            display: none;
            position: absolute;
            width: 300px;
            left: 12px;
            top: 0px;
            background-color: #6C6C6C;
            border-radius: 5px;
            color: #fff;
            padding: 8px;
        }

        .bottombol4 h3 a:hover > .yardimaciklama {
            display: block;
        }

.bottombol4 select {
    margin-bottom: 10px;
    color: #101010;
    font-size: 13px;
    float: left;
    width: auto;
    min-width: 74%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 4px 0 4px 5px;
    outline: none;
}

.bottombol4 .kimoder {
    cursor: pointer;
    color: #101010;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    float: left;
    padding: 6px 10px;
    margin: 0 10px 10px 0;
}

.bottombol4 .kimodertutucu {
    position: relative;
    float: left;
}

.bottombol4 .urundurumu {
    float: left;
    width: 176px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 6.5px;
    box-sizing: border-box;
    line-height: 15px;
    box-shadow: inset 0px 0px 18px -6px rgba(0,0,0,0.13);
    font-size: 15px;
    color: #000;
    outline: none;
}

.hizliradio {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.kimodertutucu input[type=radio]:checked + label {
    border: 1px solid #ff8f3c;
    background-color: #ffa13c;
    color: #fff;
}

.kimodertutucu input[type=radio]:checked:hover + label {
    border: 1px solid #ff8f3c;
    background-color: #ffa13c;
    color: #fff;
}

.kimodertutucu input[type=radio] + label:hover {
    border: 1px solid rgba(255, 143, 60, 0.26);
    background-color: rgba(255, 161, 60, 0.4);
    color: #fff;
}

.urundurumu.fiyat {
    background: url(/static/forum/img/tlicon.png)no-repeat center right 10px;
    padding: 6.5px 28px 6.5px 6.5px
}

.bottombol4 .gsmicin {
    width: 210px;
    float: left;
    position: relative;
}

.gsmicin input {
    color: #101010;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 6.5px 6.5px 6.5px 85px;
    letter-spacing: 5px;
    box-sizing: border-box;
    line-height: 15px;
    box-shadow: inset 0px 0px 20px -6px rgba(0,0,0,0.13);
    outline: none;
}

.gsmicin span {
    position: absolute;
    color: #101010;
    font-size: 13px;
    font-weight: bold;
    top: 8px;
    left: 10px;
}

.gsmicin button {
    cursor: pointer;
    color: #fff;
    background-color: #b4b4b4;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 5px 3px;
    position: absolute;
    top: 4px;
    right: 5px;
}

.gsmicin span article {
    float: right;
    line-height: 14px;
    margin-left: 5px;
    background: url('/static/forum/img/gsmbackground.png') no-repeat center bottom -1px;
}

.gsmbilgi {
    width: 100%;
    float: left;
    color: #101010;
    font-size: 14px;
    margin: 20px 0 0 0;
}

    .gsmbilgi.red {
        color: red !important;
    }

.hizlikonubaslat .hizli-onizleme {
    cursor: pointer;
    float: right;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background-color: #d7d7d7;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 23px;
    outline: none;
    margin: 20px 13px 13px 0;
}

.hizlikonubaslat .hizli-baslat {
    cursor: pointer;
    float: right;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    background-color: #acacac;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 23px;
    outline: none;
    margin: 20px 13px 13px 0;
}

.topbol2 .ekletutucu {
    float: left;
    width: 70%;
    position: relative;
    margin-top: 10px;
}

    .topbol2 .ekletutucu input {
        width: 135px;
        float: left;
        border: 1px solid #dedede;
        border-radius: 5px;
        padding: 5px 6.5px 5px 6.5px;
        box-sizing: border-box;
        line-height: 15px;
        box-shadow: inset 0px 0px 20px -6px rgba(0,0,0,0.13);
        font-size: 12px;
        color: #101010;
        outline: none;
    }

    .topbol2 .ekletutucu button {
        cursor: pointer;
        margin: 0 0 0 8px;
        background-color: #dbdbdb;
        color: #000;
        border: none;
        outline: none;
        float: left;
        border-radius: 5px;
        padding: 6px 4px;
        font-size: 11px;
    }

.ekletutucu .metioneklendi {
    float: left;
    padding: 3px 6px;
    background-color: #ffa13c;
    border: 1px solid #ff8f3c;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
}

    .ekletutucu .metioneklendi .eklenenavatar {
        height: 15px;
        width: auto;
        float: left;
        margin: 0 8px 0 0;
    }

    .ekletutucu .metioneklendi .metionkaldir {
        float: right;
        margin: 2.6px 1px 0 7px;
    }

.metioneklendi a {
    color: #fff;
}

.ekletutucu.resim input {
    width: 150px;
}

.topbol2 .metionayir {
    width: 294px;
    margin: 10px 0 0 0;
}

.taslakhakkinda {
    float: right;
    color: #2e2e2e;
    font-size: 11px;
    margin: 9px 5px 0 0px;
}

.radiotutucu2 {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

    .radiotutucu2 input[type="radio"] {
        display: none;
    }

        .radiotutucu2 input[type="radio"] + label {
            color: #101010;
            font-size: 14px;
            padding-left: 25px;
        }

            .radiotutucu2 input[type="radio"] + label span {
                background-color: #ffffff;
                border-radius: 50%;
                border: 1px solid #c9c9c9;
                width: 13px;
                height: 13px;
                position: absolute;
                left: 4px;
                top: 1px;
            }

            .radiotutucu2 input[type="radio"] + label:hover > span {
                background-color: rgba(255,161,60,0.5);
            }

        .radiotutucu2 input[type="radio"]:checked + label span {
            background-color: #ffa13c;
        }

.acikdurumbutton {
    width: 100%;
    float: left
}

    .acikdurumbutton span {
        color: #f02222;
        font-size: 15px;
        float: right;
        line-height: 15px;
        padding: 30px 0 23px 0;
        margin-right: 15px;
    }

.forumsec.seculen {
    border: 1px solid red;
}

.forumbelirle .forumbelirletut {
    float: left;
    position: relative;
}

.forumbelirletut a {
    position: absolute;
    top: 0;
    righT: 0;
}

.yazisecenekleri {
    width: 100%;
    background-color: #eeeeee;
    padding: 7px 8px 6px 8px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #dedede;
    border-top: none;
}

.ekletutucu.resim .metioneklendi .eklenenavatar {
    height: 30px;
}

.ekletutucu.resim .metioneklendi {
    line-height: 30px;
}

    .ekletutucu.resim .metioneklendi .metionkaldir {
        margin: 0px 1px 0 8px;
    }

.resimmesaj {
    margin: 7px 0 0 8px !important;
}

.hizli-baslat.active {
    background-color: #ffa13c;
    border: 1px solid #ff8f3c;
}

@media screen and (min-width: 0px) and (max-width: 1366px) {
    .ikincielse .bottombol4 {
        width: calc(25% - 15px);
        margin-right: 15px;
    }

    .bottombol4 select {
        min-width: 90%;
    }

    .bottombol4 .urundurumu {
        width: 90%;
    }
}

@media screen and (max-width: 1150px) {
    .bottombol4 .gsmicin {
        width: 100%;
    }

    .gsmicin span {
        font-size: 12px;
        line-height: 16px;
    }

        .gsmicin span article {
            background: none;
            margin-left: 1px;
        }

    .gsmicin input {
        letter-spacing: 0.60px;
        padding: 6.5px 6.5px 5px 81px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1101px) {
    .bottombol4 .kimoder {
        padding: 6px 6.9px;
    }
}


/* 07.01.2016 - Onur ÇETİN - Hızlı Konu Başlat - END */



/*.populerkonu .populerkonubaslik{width:100%;height:28px;float:left;background-color: #DFDFDF;border-bottom: 1px solid #D0D0D0;}
.populerkonubaslik .populerkonubaslik-1{width:63%;height: auto;float:left;border-right: 1px solid #D0D0D0;}
.populerkonubaslik-1 span{font: bold 10pt Verdana;color:FF6000;float:left;margin-left: 5px;line-height: 28px;text-align: left;}
.populerkonubaslik-1 .zamansec{float:right;width: auto;border:1px solid #cccccc;border-radius: 2px;background-color: #fff;margin-top: 5.4px;margin-right: 5.4px;}
.populerkonubaslik-1 .zamansec li{float:left;padding: 0 4px 0 4px;line-height: 16px;border-right: 1px solid #cccccc;}
.populerkonubaslik-1 .zamansec li a{color:#666;font-weight:bold;font-size: 11px;font-family: Arial;}
.populerkonubaslik-1 .zamansec li:last-child{border:none;}
.populerkonubaslik-1 .zamansec li:hover{background-color: #f1f1f1;}
.populerkonubaslik-1 .zamansec .active{background-color:#ccc;}
.populerkonubaslik-1 .zamansec .active a{color:#333;}
.populerkonubaslik .populerkonubaslik-2{width: 12%;height: auto;float:left;border-right: 1px solid #D0D0D0;}
.populerkonubaslik-2 span{font: bold 10pt Verdana;color:FF6000;float:left;margin-left: 5px;line-height: 28px;text-align: center;width: 100%;}
.populerkonu .populerkonu-Satir{width: 100%;height:24px;float:left;background-color: #F1F1F1;border-bottom: 1px solid #D0D0D0;}
.populerkonu-Satir .populerkonu-Sutun-Box{width: 2.4%;height:24px;float:left;display: inline-block;border-right: 1px solid #D0D0D0;position: relative;}
.populerkonu-Satir .populerkonu-Sutun-Box img{position: absolute;top: 3px;left: 0;bottom: 0;right: 0;margin: 0 auto;}
.populerkonu-Satir .populerkonu-Sutun-1{position:relative;width: calc(60.6% - 6px);height:24px;float:left;display: inline-block;border-right: 1px solid #D0D0D0;line-height:24px;padding-left:5px;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}*/
/*.populerkonu-Satir .populerkonu-Sutun-2{width: 12%;height:24px;float:left;display: inline-block;border-right: 1px solid #D0D0D0;line-height: 24px;text-align: center;}
.populerkonu-Satir .populerkonu-Sutun-2 a{text-align: right;float: right;}
.populerkonu-Satir .populerkonu-Sutun-2 img{float:right;margin: 8px;}
.populerkonu .Satir-Ul{width: 100%;float:left;height: auto;}
.populerkonu .Satir-Ul li{width: 100%;float:left;height: auto;}
.populerkonu .Satir-Ul li:last-child .populerkonu-Satir{border:none;}*/

/* Gizlenen Konular */

.gizlenen-konular h1 {
    font-size: 20px;
    font-weight: normal;
}

.gizlenen-konular .gizliforum {
    border-bottom: 1px solid #d0d0d0;
}

.gizlenen-konular .mesaj-benimmesajim {
    width: 8.5%;
}

.gizlenen-konular .mesaj-sonmesaj {
    width: 19%;
}

.gizlenen-konular .mesajlarim .mesajlarim-satir:last-child {
    border-bottom: none;
}

.gizlenen-konular .konugenislet .konuadi {
    max-width: inherit;
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}

.gizlenen-konular .konugenislet .sayfasayisi {
    width: auto;
    float: inherit;
}

    .gizlenen-konular .konugenislet .sayfasayisi:hover {
        color: #000;
    }

.gizlenen-konular .klasor-img {
    margin: -12.5px 0 0 -12.5px;
}

.gizlenen-konular .mesaj-konu {
    width: calc(64% - 2px);
    text-align: left;
    padding: 0 0 0 10px;
}

.gizlenen-konular .goster-gizle {
    position: absolute;
    color: #000;
    right: 6.5px;
    top: 6.5px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    line-height: 27px;
    padding: 0 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(223,223,223,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(223,223,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(223,223,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}

    .gizlenen-konular .goster-gizle:active {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfdf+0,ffffff+100&1+0,0+100 */
        background: -moz-linear-gradient(top, rgba(223,223,223,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(223,223,223,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

    .gizlenen-konular .goster-gizle img {
        float: left;
        margin: 0 5px 0 0;
    }

    .gizlenen-konular .goster-gizle span {
        position: absolute;
        top: 0;
        right: calc(100% + 10px);
        white-space: nowrap;
        background-color: #F1F1F1;
    }

.sayfafull.gizlenen-konular .sayfa-notu {
    width: 100%;
    float: left;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 14px;
}

/* Gizlenen Konular */

/*Favorilerim Revize*/

.sayfafull.favorilerim {
}

.mesaj-yazar {
    width: 14%;
}

.sayfafull.favorilerim .mesajlarim {
    margin: 0;
}

.favorilerim .mesaj-konu {
    width: calc(45% - 98px);
}

.mesaj-sonmesaj {
    width: 18%;
}
/*.sayfafull.favorilerim .mesajlarim-satir:last-child{border-bottom:none;}*/
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #sortable li {
        width: 100%;
        float: left;
    }

/*Favorilerim Revize*/

/* Galeri Modu */

.konuyaozel.galerimod img {
    float: left;
    margin: 7px 7px 0 0;
}

.konuyaozel.galerimod .yeni-tag {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #e85700;
    border-radius: 3px;
    color: #fff;
    font-family: Arial;
    padding: 2px 3px;
    font-weight: bold;
    font-size: 11px;
}

.galerimod .konuozel-buton {
    width: 165px;
}

.forum-galeri {
    display: none;
    padding: 20px;
    top: 30px !important;
}

.konuyaozel.galerimod:hover .forum-galeri {
    display: inline-block;
}

.konuyaozel .konuozel-acilir .baslik {
    background-color: #f1f1f1;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 24px;
}

.konuyaozel .konuozel-acilir .alt {
    padding: 5px 7px;
    box-sizing: border-box;
    display: flex;
    height: auto;
    background-color: #f1f1f1;
    margin: 0 0 -5px 0;
    border-radius: 0 0 5px 5px;
}

    .konuyaozel .konuozel-acilir .alt .check {
        float: left;
        width: 20px;
        position: relative;
        margin: 2px 7px 0 0;
        cursor: pointer;
    }

        .konuyaozel .konuozel-acilir .alt .check input[type="checkbox"] {
            visibility: hidden;
            position: absolute;
            left: -99999px;
            top: -9999px;
        }

        .konuyaozel .konuozel-acilir .alt .check .kutu {
            border-radius: 4px;
            border: 1px solid #333;
            width: 15px;
            height: 15px;
            display: inline-block;
            position: relative;
        }

.konuozel-acilir .alt .check input[type="checkbox"]:checked ~ label.kutu:after {
    position: absolute;
    left: 2px;
    top: -2px;
    content: "\2713";
    font-weight: bold;
    font-size: 14px;
}

.konuyaozel .konuozel-acilir .alt .text {
    float: left;
    font-size: 9px;
    color: #999;
    cursor: pointer;
}

    .konuyaozel .konuozel-acilir .alt .text b {
        font-size: 12px;
        color: #000;
        line-height: 20px;
    }

.forum-galeri .ust .ayar:hover .konuozel-acilir.galeri {
    display: inline-block;
}

.konuozel-acilir.galeri {
    height: 139px;
    left: initial;
    right: -7px;
    display: none;
    top: 14px;
    padding: 25px 15px;
    background: none;
    box-sizing: content-box;
    box-shadow: none;
}

    .konuozel-acilir.galeri ul {
        background-color: #fff;
        box-shadow: 0px 6px 17px 0px rgba(142, 142, 142, 0.58);
        overflow: hidden;
    }

.forum-galeri .ust .ayar:hover .konuozel-acilir.galeri:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 19px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #f60;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.forum-galeri .konuozel-acilir.galeri ul li a span {
    background: none !important;
    padding: 0;
}


.galerilistele {
    box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.3);
    width: 448px;
    padding: 32px 8px 8px 8px;
    border: 1px solid #e97800;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    float: left;
}

.forum-galeri .ust {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 28px;
    z-index: 99;
    line-height: 16px;
}

    .forum-galeri .ust span {
        float: left;
        background-color: #f60;
        color: #fff;
        padding: 0 5px;
        border-radius: 3px;
    }

    .forum-galeri .ust .ayar {
        float: right;
        position: absolute;
        right: 0;
        top: -7px;
        cursor: pointer;
        padding: 4px 10px;
    }

        .forum-galeri .ust .ayar img {
            margin: 0;
        }

.galerilistele .forum-galeri-main {
    float: left;
    margin: 0 8px 0 0 !important;
    background-size: cover !important;
}

    .galerilistele .forum-galeri-main:last-child {
        margin: 0 !important;
    }

.galerilistele:before {
    width: 33px;
    height: 23px;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -16.5px;
    background: url(/static/forum/img/tooltip.png) center center no-repeat;
    content: '';
}

.galerilistele .forum-galeri-main {
    position: relative;
}

    .galerilistele .forum-galeri-main span {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.39);
        color: #fff;
        font-size: 31px;
        font-weight: bold;
        text-align: center;
        padding: 56.5px 0;
        box-sizing: border-box;
    }

.konuyaozel .konuozel-buton span {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    line-height: 13px;
    margin: 7px 10px;
    font-family: Arial;
    float: right;
}

/* Galeri Modu */


/*.favorilerim2{border:1px solid #d0d0d0;font-family:Arial;border-radius: 3px;}
.favorilerim2 h1{border-bottom:1px solid #d0d0d0;overflow:hidden;width:100%;float:left;background-color:#EDEDED;margin:0;color:#424242;font-size: 18px;padding:3px;box-sizing:border-box;line-height:28px;}
.favorilerim2 h1 img{float:left;margin:-5px 10px 0 5px;}
.favorilerim2 .favaratut{margin-right:0;}
.favorilerim2 .favaratut input[type=text]{border:1px solid #d0d0d0;}
.favorilerim2 .secenekler{border-bottom:1px solid #d0d0d0;width:100%;float:left;background-color:#F8F8F8;padding:4px 6px;box-sizing:border-box;}
.favorilerim2 .secenekler .left{float:left;}
.favorilerim2 .secenekler .right{float:right;}
.secenekler span{margin-right:5px;line-height: 22px;color: #515151;font-size: 12px;font-weight: bold;float:left;}
.secenekler .button {display: inline-block;float:left;margin: 0 0 0 5px;background: #DCDCDC;border-radius: 3px;padding:5px 7px;font-size: 11px;font-weight: bold;color: #333;}
.secenekler .button.active {background: #fff url(/static/forum/img/fav-aktifsiralama.png) 5px no-repeat;color: #000;padding-left: 25px;}

.favorilerim2 .mesajlarim-satir{background-color:#fff;}
.favorilerim2 .mesaj-sec{min-height:28px;width:30px;float:left;height:auto;border-right: 1px solid #D0D0D0;display: flex;}
.favorilerim2 .mesaj-kapat{min-height:28px;width:25px;min-width: 25px;}
.favorilerim2 .mesaj-kapat a {text-align: center;position:absolute;top:50%;margin-top:-8px;left:0;right:0;}
.favorilerim2 .mesaj-bildirim{width:6%;float:left;height:auto;position:relative;}
.favorilerim2 .mesaj-konu{width: calc(50% - 130px);padding: 3px 0 3px 10px;box-sizing: border-box;}
.favorilerim2 .mesaj-klasor{min-height: 28px;}
.favorilerim2 .silsec{position: relative;width: 100%;height: auto;min-width: 30px;}
.favorilerim2 .mesaj-yeni{min-height: 28px;text-align: center;line-height: 28px;}
.favorilerim2 .mesaj-bildirim{min-height: 28px;text-align: center;line-height: 28px;}
.favorilerim2 .secilenisil {position: absolute;left: 50%;width: 28px;height: 18px;top: 50%;margin: -10px 0 0 -14px;}
.silsec .silsec-check{position: absolute;left: 50%;width: 12px;height: 12px;top: 50%;margin: -6px 0 0 -6px;}
.favorilerim2 .basliklar{padding:0;color:#f60;font-size: 13px !important;}
.favorilerim2 .favoriadim {position: absolute;right: 5px;bottom: 0;font-size: 9px;}
.favorilerim2 .konugenislet .konuadi {max-width: calc(100% - 80px);float: left;width: 100%;}*/


/*Login*/

.login-ekrani {
    float: left;
    width: 100%;
}

    .login-ekrani .baslik {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        background: #DFDFDF;
        color: #FF6000;
        font: bold 10pt Verdana;
        line-height: 24px;
        border-bottom: 1px solid #D0D0D0;
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }

.loginsatir {
    background-color: #F1F1F1;
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    border-bottom: 1px solid #D0D0D0;
}

    .loginsatir .loginsutun1 {
        width: 210px;
        height: auto;
        float: left;
        text-align: left;
        vertical-align: top;
        border-right: 1px solid #D0D0D0;
        padding: 10px 0 10px 10px;
        box-sizing: border-box;
    }

    .loginsatir .loginsutun2 {
        line-height: 24px;
        width: calc(100% - 201px);
        height: auto;
        float: left;
        padding: 5px 0 5px 5px;
    }

    .loginsatir label {
        float: left;
        margin: 2px 0 0 0;
    }

    .loginsatir input[type="checkbox"] {
        float: left;
    }

.loginbutonlar {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin: 8px 0 8px 0;
}
/*Login*/

.ceksatiskapsam {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.sikayet-var {
    display: inline-block;
    position: relative;
    width: 17px;
    height: 12px;
}

    .sikayet-var img {
        position: absolute;
        top: 0;
        left: 2px;
    }

.cozulen-sikayet {
    float: right;
    position: relative;
    margin: -2px 5px 0 5px;
}

    .cozulen-sikayet span {
        position: absolute;
        top: 0;
        left: 5px;
        color: #fff;
        font-size: 10px;
        line-height: 20px;
        width: 20px;
        text-align: center;
    }

.gizlenen-konular .baslik {
    font-size: 14px;
    display: inline-block;
    float: left;
    text-align: left;
    font-weight: bold;
    margin: 10px 0 10px 10px;
}

.beta-etiket {
    color: #fff;
    font-family: Arial;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 13px;
    display: inline-block;
    margin-right: 8px;
}

    .beta-etiket.arsiv {
        background-color: #949494;
    }

    .beta-etiket.hata {
        background-color: #fe0000;
    }

    .beta-etiket.oneri {
        background-color: #0260fe;
    }

    .beta-etiket.tamam {
        background-color: #09a42c;
    }

    .beta-etiket.diger {
        background-color: #b39c12;
    }

.admin-sayac {
    width: 100%;
    float: left;
}

    .admin-sayac a {
        float: left;
        cursor: pointer;
    }

.forumicerigi .durum {
    display: inline-block;
    color: #000 !important;
    padding: 0 3px;
    font-weight: normal;
    font-size: 11px;
    margin: 0 0 0 3px;
    line-height: 17px;
}

    .forumicerigi .durum.yesil {
        background-color: #00FF00;
    }

    .forumicerigi .durum.kirmizi {
        background-color: #FF0E00;
        color: #fff !important;
    }

    .forumicerigi .durum.turuncu {
        background-color: #FF5A00;
        color: #fff !important;
    }

    .forumicerigi .durum.sari {
        background-color: #FFE600;
        color: #fff !important;
    }

.forumkonusuicerigi .durum {
    margin: 3px 0 0 3px;
}

.sayfafull.property.reklamsiz .soltaraf {
    width: calc(100% - 253px);
}

.sayfafull.property .soltaraf {
    width: calc(100% - 435px);
}

.sayfafull.reklamsiz .soltaraf {
    width: 100%;
}

.sayfafull.uzat .kl-konu {
    width: calc(100% - 474px);
}

/* Konu Detay Yeni Menü*/

.mButon {
    min-width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    padding: 2px 3px;
    background-position: left bottom;
    margin: 0 0 0 3px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 3px;
}

    .mButon.right {
        float: right;
        width: auto;
        margin: 0 3px 0 0;
    }

    .mButon img {
        float: left;
        margin: 0 2px 0 0;
        width: 16px;
    }

    .mButon.info {
        background: none;
    }

        .mButon.info .yeni-etiket {
            display: inline-block;
            background-color: #f60;
            padding: 0px 5px;
            border-radius: 5px;
            color: #fff;
            float: left;
            margin: 0 5px 0 0;
        }

            .mButon.info .yeni-etiket img {
                width: 12px;
                height: auto;
                margin: 2px 5px 2px 0;
            }


.gorev-menu {
    float: right;
    position: relative;
    margin: 1px 0 0 4px;
    line-height: 11px;
}

    .gorev-menu [type="checkbox"] {
        position: absolute;
        left: -9999px;
    }

    .gorev-menu label {
        float: right;
        padding: 3px 5px;
        font-size: 9px;
        background-color: #FFFFFF;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #f19700;
        color: #f19700;
    }

    .gorev-menu ul {
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        display: none;
        width: 210px;
        position: absolute;
        right: 0;
        top: 23px;
        padding: 10px 0;
        list-style-type: none;
        background-color: #fff;
        border: 1px solid #ffa953;
        border-radius: 5px;
        z-index: 999999;
    }

        .gorev-menu ul li {
            margin: 0 0 1px 0;
            line-height: 15px;
            width: 100%;
            float: left;
            text-align: left;
            padding: 0;
            box-sizing: border-box;
            margin-bottom: 1px;
        }

            .gorev-menu ul li:last-child {
                margin-bottom: 0;
            }

            .gorev-menu ul li img {
                float: left;
                margin: 0 10px 0 0;
                width: 16px;
            }

            .gorev-menu ul li a {
                float: left;
                color: #0e0e0e;
                font-size: 11px;
                width: 100%;
                line-height: 16px;
                padding: 4px 10px;
                box-sizing: border-box;
            }

            .gorev-menu ul li:hover {
                background-color: #f1f1f1;
            }

    .gorev-menu [type="checkbox"]:checked ~ ul {
        display: block;
    }

    .gorev-menu.yonetici [type="checkbox"]:checked ~ label {
        background-color: #D0D0D0;
    }

    .gorev-menu [type="checkbox"]:checked ~ label {
        background-color: #D0D0D0;
        color: #000;
    }

.mButon.right {
    margin: -2px 3px 0 0;
}

.gorev-menu.yonetici {
    float: left;
    margin: 0;
}

    .gorev-menu.yonetici label {
        line-height: 11px;
        color: #000;
        border: 1px solid #a5a5a5;
        border-radius: 3px;
        background-color: #ffffff;
        float: left;
        margin: 1px 0 0 0;
    }

        .gorev-menu.yonetici label img {
            margin: 3px 0 0 5px;
        }

    .gorev-menu.yonetici ul {
        left: 0;
        right: inherit;
    }

    .gorev-menu.yonetici ul {
        top: 23px;
    }

.gorev-menu label img {
    margin: 3px 0 0 5px;
    float: right;
}
/* Konu Detay Yeni Menü*/

/*Avantajix*/
.avantajx {
    width: 643px;
    height: 150px;
    display: inline-block;
    border: 5px solid #FE0000;
    background: #febf55 url(https://icon.donanimhaber.com/avantajx.jpg) no-repeat;
    position: absolute;
    top: 30px;
    box-shadow: 0 0 20px #666;
    z-index: 9999999;
    right: 0px;
}

    .avantajx .gfKapat {
        width: 24px;
        height: 24px;
        line-height: 20px;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: -29px;
        background: #f00;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 19px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer;
        box-shadow: 0 0 10px #666;
        z-index: 9998;
        font-family: Arial, Helvetica, sans-serif;
    }

    .avantajx .logo {
        width: 23px;
        height: 148px;
        display: inline-block;
        float: left;
        margin: 1px 0 1px 1px;
    }

    .avantajx .sol {
        width: 20px;
        height: 148px;
        display: inline-block;
        float: left;
    }

        .avantajx .sol .prev {
            width: 18px;
            height: 41px;
            display: inline-block;
            float: left;
            margin: 1px;
            cursor: pointer;
        }

    .avantajx .sag {
        width: 20px;
        height: 148px;
        display: inline-block;
        float: left;
    }

        .avantajx .sag .next {
            width: 18px;
            height: 41px;
            display: inline-block;
            float: left;
            margin: 1px;
            cursor: pointer;
        }

        .avantajx .sag .disabled {
            visibility: hidden !important;
        }

        .avantajx .sag .devami {
            width: 18px;
            height: 81px;
            display: inline-block;
            float: left;
            margin: 1px;
        }

    .avantajx .ilanlar {
        width: 569px;
        height: 146px;
        display: inline-block;
        float: left;
        margin: 1px 0 1px 10px;
        position: relative;
        overflow: hidden;
        left: 5px;
    }

        .avantajx .ilanlar .ogeler {
            width: 21000em;
            clear: both;
            position: absolute;
        }

            .avantajx .ilanlar .ogeler .sayfa {
                float: left;
                width: 569px;
            }

                .avantajx .ilanlar .ogeler .sayfa .tek {
                    width: 132px;
                    height: 115px;
                    display: inline-block;
                    float: left;
                    margin: 7px 10px 0 0;
                    position: relative;
                }

                    .avantajx .ilanlar .ogeler .sayfa .tek .onizleme {
                        width: 131px;
                        height: 49px;
                        display: inline-block;
                    }

                        .avantajx .ilanlar .ogeler .sayfa .tek .onizleme img {
                            width: 131px;
                            height: 49px;
                            display: inline-block;
                        }

                    .avantajx .ilanlar .ogeler .sayfa .tek .bilgiler {
                        width: 132px;
                        display: inline-block;
                        font-size: 11px;
                        text-align: center;
                        font-family: Arial;
                        line-height: 12px;
                        font-weight: bold;
                    }

                        .avantajx .ilanlar .ogeler .sayfa .tek .bilgiler .baslik {
                            width: 131px;
                            display: inline-block;
                            color: #FFF;
                            position: absolute;
                            bottom: 0px;
                            left: 0;
                            background: #1D8A04;
                            height: 38px;
                            padding-top: 7px;
                            font-size: 16px;
                            top: 51px;
                            line-height: 17px;
                        }

                    .avantajx .ilanlar .ogeler .sayfa .tek:hover > .bilgiler .baslik {
                        opacity: 1;
                        background: #164005;
                    }

                    .avantajx .ilanlar .ogeler .sayfa .tek .bilgiler .indirim {
                        display: none;
                        color: #FFF;
                        position: absolute;
                        top: 51px;
                        left: 0;
                        padding: 2px 0 2px 0;
                        background: rgb(255, 170, 0);
                        font-size: 11px;
                        width: 132px;
                    }

                    .avantajx .ilanlar .ogeler .sayfa .tek .bilgiler .fiyat {
                        display: inline-block;
                        overflow: hidden;
                        position: absolute;
                        color: #FFF;
                        background: #000;
                        bottom: 40px;
                        right: 0;
                        padding: 2px;
                        font-size: 10px;
                        opacity: 0.2;
                    }

                    .avantajx .ilanlar .ogeler .sayfa .tek:hover > .bilgiler .fiyat {
                        background: #F00;
                        bottom: 38px;
                        right: -2px;
                        opacity: 1;
                        font-size: 14px;
                        padding: 5px;
                    }

                    .avantajx .ilanlar .ogeler .sayfa .tek .bilgiler .fiyat span {
                        font-size: 10px;
                    }

                    .avantajx .ilanlar .ogeler .sayfa .tek .bilgiler .stok {
                        display: inline-block;
                        display: none;
                        font-weight: normal;
                        top: 0;
                        left: 0;
                        height: 20px;
                        position: absolute;
                        height: 20px;
                        line-height: 20px;
                        padding: 0 5px;
                        background: #F1F1F1;
                        color: #d18a15;
                        visibility: hidden;
                    }

                    .avantajx .ilanlar .ogeler .sayfa .tek:hover > .bilgiler .stok {
                        visibility: visible;
                    }

    .avantajx .avslogan {
        position: absolute;
        top: 109px;
        left: 59px;
        background: black;
        color: white;
        padding: 6px 0px 12px 4px;
        font-weight: bold;
        width: 553px;
        text-align: center;
        height: 22px;
        font-size: 21px;
        padding-bottom: 13px;
    }

        .avantajx .avslogan .harekete-gec a {
            text-decoration: none;
            color: #FFF;
        }

/*Avantajix*/

/*Hepsiburada*/

.hepsiburadaGF {
    width: 643px;
    height: 150px;
    display: inline-block;
    border: 5px solid #febf55;
    border-radius: 10px;
    border-top-right-radius: 0;
    background: #febf55 url(https://icon.donanimhaber.com/hepsiburada.jpg) no-repeat;
    position: absolute;
    top: 30px;
    right: 20px;
    box-shadow: 0 0 20px #666;
    z-index: 9999999;
}

    .hepsiburadaGF .gfKapat {
        width: 24px;
        height: 24px;
        line-height: 20px;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: -29px;
        background: #f00;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 19px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer;
        box-shadow: 0 0 10px #666;
        z-index: 9998;
        font-family: Arial, Helvetica, sans-serif;
    }

    .hepsiburadaGF .logo {
        width: 23px;
        height: 148px;
        display: inline-block;
        float: left;
        margin: 1px 0 1px 1px;
    }

    .hepsiburadaGF .sol {
        width: 20px;
        height: 148px;
        display: inline-block;
        float: left;
    }

        .hepsiburadaGF .sol .prev {
            width: 18px;
            height: 41px;
            display: inline-block;
            float: left;
            margin: 1px;
            cursor: pointer;
        }

    .hepsiburadaGF .sag {
        width: 20px;
        height: 148px;
        display: inline-block;
        float: left;
    }

        .hepsiburadaGF .sag .next {
            width: 18px;
            height: 41px;
            display: inline-block;
            float: left;
            margin: 1px;
            cursor: pointer;
        }

        .hepsiburadaGF .sag .disabled {
            visibility: hidden !important;
        }

        .hepsiburadaGF .sag .devami {
            width: 18px;
            height: 81px;
            display: inline-block;
            float: left;
            margin: 1px;
        }

    .hepsiburadaGF .ilanlar {
        width: 569px;
        height: 146px;
        display: inline-block;
        float: left;
        margin: 1px 0 1px 10px;
        position: relative;
        overflow: hidden;
    }

        .hepsiburadaGF .ilanlar .ogeler {
            width: 21000em;
            clear: both;
            position: absolute;
        }

            .hepsiburadaGF .ilanlar .ogeler .sayfa {
                float: left;
                width: 569px;
            }

                .hepsiburadaGF .ilanlar .ogeler .sayfa .tek {
                    width: 132px;
                    height: 132px;
                    display: inline-block;
                    float: left;
                    margin: 7px 10px 0 0;
                    position: relative;
                }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .onizleme {
                        width: 132px;
                        height: 132px;
                        display: inline-block;
                    }

                        .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .onizleme img {
                            width: 130px;
                            height: 130px;
                            border: 1px solid #DEDEDE;
                            display: inline-block;
                        }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .bilgiler {
                        width: 132px;
                        display: inline-block;
                        font-size: 11px;
                        text-align: center;
                        font-family: Arial;
                        line-height: 12px;
                        font-weight: bold;
                    }

                        .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .bilgiler .baslik {
                            width: 132px;
                            display: inline-block;
                            color: #FFF;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            background: #000;
                            padding: 3px 0;
                            opacity: 0.8;
                            font-weight: bold;
                        }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek:hover > .bilgiler .baslik {
                        opacity: 1;
                        background: #e28f06;
                        font-weight: bold;
                    }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .bilgiler .indirim {
                        display: inline-block;
                        color: #FFF;
                        position: absolute;
                        top: 20px;
                        left: 0;
                        padding: 2px;
                        background: #e28f06;
                        font-size: 10px;
                    }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .bilgiler .fiyat {
                        display: inline-block;
                        overflow: hidden;
                        position: absolute;
                        color: #FFF;
                        background: #000;
                        bottom: 40px;
                        right: 0;
                        padding: 2px;
                        font-size: 10px;
                        opacity: 0.2;
                    }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek:hover > .bilgiler .fiyat {
                        background: #F00;
                        bottom: 38px;
                        right: -2px;
                        opacity: 1;
                        font-size: 14px;
                        padding: 5px;
                    }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .bilgiler .fiyat span {
                        font-size: 10px;
                    }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek .bilgiler .stok {
                        display: inline-block;
                        display: none;
                        font-weight: normal;
                        top: 0;
                        left: 0;
                        height: 20px;
                        position: absolute;
                        height: 20px;
                        line-height: 20px;
                        padding: 0 5px;
                        background: #F1F1F1;
                        color: #d18a15;
                        visibility: hidden;
                    }

                    .hepsiburadaGF .ilanlar .ogeler .sayfa .tek:hover > .bilgiler .stok {
                        visibility: visible;
                    }

/*Hepsiburada*/

/*Facebox*/

.kararti {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 999999999;
    display: none;
}

    .kararti.aktif {
        display: inline-block;
    }

        .kararti.aktif .facebox {
            display: inline-block;
        }

.facebox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 0;
    padding: 10px;
    background: #f1f1f1;
    width: 370px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.4);
    z-index: 99999999;
}

    .facebox .baslik {
        font-size: 17px;
        font-weight: bold;
    }

    .facebox .gsm {
        font-size: 12px;
    }

        .facebox .gsm input {
            border-radius: 3px;
            border: 1px solid #d0d0d0;
            line-height: 24px;
            width: 40px;
        }

    .facebox a {
        width: 100%;
        float: left;
        color: #000;
        line-height: 16px;
    }

        .facebox a.kapat {
            text-align: right;
            font-size: 18px;
            padding: 5px 0;
            width: auto;
            display: inline-block;
            float: right;
        }

    .facebox hr {
        width: 100%;
        float: left;
        height: 1px;
        background-color: #000;
        border: none;
    }

    .facebox.paylas {
        width: 532px;
    }
/*Facebox*/

/* Anket */

.anket {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #F1F1F1;
    border-bottom: 1px solid #d0d0d0;
}

    .anket p.anket-h1 {
        font-weight: bold;
        color: #FF6000;
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #d0d0d0;
        background-color: #DFDFDF;
        font-size: 14px;
        line-height: 22px;
        position: relative;
    }

    .anket .anket-gizle {
        font-weight: normal;
        font-size: 12px;
        padding: 0 5px;
        height: 18px;
        line-height: 21px;
        color: #000;
        position: absolute;
        right: 5px;
        top: 1px;
    }

    .anket ul {
        width: 100%;
        float: left;
    }

        .anket ul li {
            margin: 0 0 10px 0;
            display: inline-block;
            width: 100%;
            float: left;
        }

    .anket button {
        display: inline-block;
        margin: 10px 0;
    }

    .anket a {
        line-height: 22px;
    }

    .anket span {
        width: 100%;
        text-align: right;
        float: left;
        margin: 10px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .anket li .oyver {
        display: inline-block;
    }

        .anket li .oyver input[type="radio"] {
            float: left;
        }

        .anket li .oyver label {
            line-height: 17px;
        }

    .anket.sonuc .baslangic {
        background: url('/static/forum/img/vote_left.gif') no-repeat center center;
        display: inline-block;
        float: left;
        width: 6px;
        height: 17px;
    }

    .anket.sonuc .bitis {
        background: url('/static/forum/img/vote_right.gif') no-repeat center center;
        display: inline-block;
        float: left;
        width: 6px;
        height: 17px;
    }

    .anket.sonuc li .oyver label {
        float: left;
        width: 50%;
        text-align: right;
    }

    .anket.sonuc .oysayisi {
        float: left;
        height: 17px;
        background: url('/static/forum/img/vote_center.gif') repeat-x center center;
    }

    .anket.sonuc .oyver {
        width: 100%;
        float: left;
    }

        .anket.sonuc .oyver p {
            float: left;
            line-height: 17px;
            margin: 0 0 0 5px;
        }
/* Anket */

/*BÖLÜM ARAMA SONUÇ EKRANI*/

.arama-sonuc .mesaj-ikon {
    width: 53px;
    float: left;
    border-right: 1px solid #d0d0d0;
    position: relative;
}

    .arama-sonuc .mesaj-ikon img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7.5px 0 0 -7.5px;
    }

.arama-sonuc .mesaj-forum, .arama-sonuc .mesaj-yazar, .arama-sonuc .mesaj-sonmesaj {
    width: 210px;
    line-height: 38px;
}

.arama-sonuc .mesaj-sayac {
    float: left;
    border-right: 1px solid #d0d0d0;
    width: 150px;
    text-align: center;
    line-height: 38px;
}

.arama-sonuc .mesaj-konu {
    width: calc(100% - 861px);
}

.arama-sonuc .mesajlarimbaslik .mesaj-sayac, .arama-sonuc .mesajlarimbaslik .mesaj-yazar, .arama-sonuc .mesajlarimbaslik .mesaj-forum, .arama-sonuc .mesajlarimbaslik .mesaj-sonmesaj {
    line-height: 28px;
}

.arama-sonuc .mesaj-konu a {
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    float: left;
    line-height: 18px;
    word-break: break-word;
}

.arama-sonuc .aranan-kelime {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0 0 10px 0;
}

/*BÖLÜM ARAMA SONUÇ EKRANI*/



/*YAZILIM TARAFINDAN GELEN*/

.userSignature {
    width: 100%;
    display: table;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.gizle .userSignature {
    display: none;
}

.userSignature img {
    display: inline-block;
}

.userSignature a {
    display: inline-block;
}

.tekoneriContanier {
    max-width: 220px;
    position: relative
}

    .tekoneriContanier .list {
        position: absolute;
        width: 100%;
        display: none;
    }

.tekoneri {
    width: 100%;
    padding: 5px;
    background: #e2e2e2;
    float: left;
    border-bottom: 1px solid #9a9a9a;
}

.userItem {
    margin-top: 5px;
}

    .userItem:first-child {
        margin-top: 0;
    }

.mentionMemberContanier .userItem div {
    float: left;
    margin-right: 5px;
    position: relative;
}

.added {
    float: right;
}

.ekle:hover > .kaldir {
    display: block;
}

.kaldir {
    position: absolute;
    width: 120px;
    left: 0;
    bottom: 0;
    background: #fff;
    display: block;
}

    .kaldir span {
        color: #ff0000;
    }

.kl-icerik-satir table {
    width: 100%;
}

img.countme {
    max-width: 100%;
}

.select-this-as-popup img {
    max-width: 100%;
    height: auto;
}

.ki-cevapicerigi .icerik div img {
    max-width: 100%;
    height: auto;
}

.x_quote {
    border: 1px Solid #505050;
    background-color: #ffffff;
    width: 85%;
    margin: 2px;
    padding: 5px;
    color: #505050;
    font: 11px Verdana;
}

.gsmNoExtTrial {
    background: #feeeee url(https://icon.donanimhaber.com/icon-kirmizitick.png) 5px no-repeat;
    color: #000;
    padding: 5px 0 5px 24px !important;
}

.gmNoExtSuccess {
    background: #efffd5 url(https://icon.donanimhaber.com/icon-yesiltick.png) 5px no-repeat;
    color: #000;
    padding: 5px 0 5px 24px !important;
}

.err {
    background: #feeeee !important;
}

.uyari {
    width: calc(100% - 42px);
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 10pt;
    line-height: 14pt;
    background-image: linear-gradient(to bottom,#ffffff 0,#dedede 100%);
    border: 1px solid #f1f1f1;
    color: #666666;
    display: inline-block;
    margin: 0 0 10px 0;
    text-align: center;
}

.lastProduct {
    width: calc(100% - 10px);
    float: left;
    margin: 5px;
}

    .lastProduct ul {
        list-style: disc;
        margin: 0px 20px;
    }

        .lastProduct ul li {
            margin: 5px;
            font-weight: bold;
        }

.selecttagcat {
    line-height: 20px;
}

    .selecttagcat label {
        float: left;
        display: inline-block;
        line-height: 22px;
        margin: 0 10px 0 0;
    }

.coksicak {
    line-height: 21px !important;
    font-weight: normal;
    padding: 0 16px 0 25px;
    float: left;
    background: url(https://icon.donanimhaber.com/hot1.png) 5px no-repeat;
}

.coksicakspan {
    background: #f00;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 3px;
    padding: 0 3px;
    margin: 2px 5px 2px 5px !important;
}

.coksicak p {
    margin: 0 0 0 5px;
    float: right;
    line-height: 25px;
}

.sicak {
    line-height: 21px !important;
    font-weight: normal;
    padding: 0 16px 0 25px;
    float: left;
    background: url(https://icon.donanimhaber.com/hot2.png) 5px no-repeat;
}

.sicakspan {
    background: #f90;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 3px;
    padding: 0 3px;
    margin: 2px 5px 2px 5px !important;
}

.sicak p {
    margin: 0 0 0 5px;
    float: right;
    line-height: 25px;
}

.azsicak {
    line-height: 21px !important;
    font-weight: normal;
    padding: 0 16px 0 25px;
    float: left;
    background: url(https://icon.donanimhaber.com/hot3.png) 5px no-repeat;
}

.azsicakspan {
    background: #5baede;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 3px;
    padding: 0 3px;
    margin: 2px 5px 2px 5px !important;
}

.azsicak p {
    margin: 0 0 0 5px;
    float: right;
    line-height: 25px;
}

.mesaj-ici a {
    color: blue !important;
}

.topluislemsol {
    display: none !important;
}



.logo.bayrak {
    background: url(https://icon.donanimhaber.com/logo-dh-bayrak.png) center center no-repeat;
}

/*İSKELET VE SAYFALAMA*/
.sayfacik {
    width: 100%;
    float: left;
}

    .sayfacik .sayfa-baslik-numarasi {
        display: inline-block;
        margin: 0;
        float: left;
        line-height: 23px;
    }

.iskelet {
    width: 100%;
    float: left;
    background-color: #ececec;
    height: 210px;
    position: relative;
    overflow: hidden;
}

    .iskelet .gecis {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 210px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }

    .iskelet .top {
        width: 100%;
        height: 30px;
        background-color: #d5d5d5;
        float: left;
    }

    .iskelet .sol {
        width: 125px;
        height: 170px;
        float: left;
        background-color: #e1e1e1;
        padding: 4px 18px;
        box-sizing: border-box;
    }

        .iskelet .sol .satir1 {
            width: 80px;
            height: 20px;
            float: left;
            margin: 0 0 5px 0;
            background-color: #bbbbbb;
        }

        .iskelet .sol .satir2 {
            width: 60px;
            height: 20px;
            float: left;
            margin: 0 0 5px 0;
            background-color: #bbbbbb;
        }

        .iskelet .sol .avatar {
            width: 79px;
            height: 79px;
            float: left;
            background-color: #bbbbbb;
            /*border-radius: 50%;*/
        }

    .iskelet .sag {
        width: calc(100% - 125px);
        float: left;
    }

        .iskelet .sag .secenekler {
            width: 100%;
            float: left;
            height: 30px;
            background-color: #e6e6e6;
            padding: 5px;
            box-sizing: border-box;
        }

            .iskelet .sag .secenekler .secenek {
                width: 50px;
                height: 20px;
                float: right;
                background-color: #bbbbbb;
                margin: 0 5px 0 0;
            }

                .iskelet .sag .secenekler .secenek:first-child {
                    float: left;
                }

        .iskelet .sag .icerik {
            width: 100%;
            float: left;
            height: 140px;
            position: relative;
        }

            .iskelet .sag .icerik .kutu {
                position: absolute;
                bottom: 10px;
                right: 10px;
                width: 150px;
                height: 25px;
                border-radius: 5px;
                background-color: #bbbbbb;
            }

.ara-hizlicevap {
    margin: 3px 0 0 10px;
    float: right;
    cursor: pointer;
}

.ara-hizlicevap-kutu {
    display: none;
    margin: 5px 0 0 0;
}
/*İSKELET VE SAYFALAMA*/

/*İKİNCİ EL TOP 20*/

.top-tab {
    width: 100%;
    float: left;
    background-color: #fcfcfc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 5px 1px 0 1px;
    box-sizing: border-box;
    position: relative;
    height: 38px;
}

    .top-tab a {
        cursor: pointer;
        color: #848484;
        font-size: 10.64px;
        padding: 15px 0;
        box-sizing: border-box;
        text-align: center;
        margin: 0 0 0 -18px;
    }

        .top-tab a#aylik-btn {
            width: 65px;
            height: 35px;
            background: url('/static/forum/img/ay-yil.png');
            position: absolute;
            top: 1px;
            left: 5px;
        }

        .top-tab a#yillik-btn {
            width: 65px;
            height: 35px;
            background: url('/static/forum/img/ay-yil.png');
            position: absolute;
            top: 1px;
            left: 73px;
        }

        .top-tab a#tum-zamanlar {
            width: 129px;
            height: 35px;
            background: url('/static/forum/img/tum-zamanlar.png');
            position: absolute;
            top: 1px;
            left: 118px;
        }

        .top-tab a#aylik-btn.active {
            background: url('/static/forum/img/ay-yil-aktif.png');
            color: #212121;
            z-index: 99;
            top: 2px;
        }

        .top-tab a#yillik-btn.active {
            background: url('/static/forum/img/ay-yil-aktif.png');
            color: #212121;
            z-index: 99;
            top: 2px;
        }

        .top-tab a#tum-zamanlar.active {
            background: url('/static/forum/img/tum-zamanlar-aktif.png');
            color: #212121;
            z-index: 99;
            top: 2px;
        }

.top20 {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .top20 li {
        width: 100%;
        float: left;
        padding: 6px 6px 13px 6px;
        border-bottom: 1px solid #cccccc;
        box-sizing: border-box;
        position: relative;
    }

        .top20 li:last-child {
            border-bottom: none;
        }

        .top20 li .avatar {
            float: left;
            margin: 3px 6px 0 0;
        }

            .top20 li .avatar img {
                float: left;
                width: 24px;
                height: 24px;
                border-radius: 3px;
            }

        .top20 li .kullanici-adi {
            width: calc(100% - 30px);
            float: left;
        }

            .top20 li .kullanici-adi a {
                color: #333333;
                font-size: 13px;
                font-weight: bold;
                float: left;
            }

                .top20 li .kullanici-adi a:hover {
                    text-decoration: underline;
                }

        .top20 li .rutbe {
            color: #585858;
            font-size: 12px;
        }

    .top20 .ref-sag {
        margin: -2px 0 0 0px;
        cursor: pointer;
    }

    .top20 .siralama {
        line-height: 12px;
        width: 25px;
        height: 18px;
        background: url('/static/forum/img/siralama2.png');
        position: absolute;
        left: 0;
        bottom: 0;
        color: #979797;
        font-size: 10px;
        font-weight: bold;
        padding: 4px 7px 0 0;
        box-sizing: border-box;
        text-align: center;
    }

#aylik {
    display: none;
}

#yillik {
    display: none;
}
/*İKİNCİ EL TOP 20*/


/* LIGHTBOX BİLDİRİL - 25.11.2016 */

.lightbox {
    display: none;
    background: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.lightbox-panel {
    Display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    max-height: 500px;
    background: #f1f1f1;
    padding: 10px 15px 10px 15px;
    box-shadow: 0 0 20px #fff;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: scroll;
}

.lightboxliste {
    display: inline-block;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
}

    .lightboxliste a {
        text-decoration: none;
    }

    .lightboxliste .tek {
        width: 98%;
        margin: 5px 1%;
        display: inline-block;
        border-top: 1px solid #ccc;
        padding-top: 5px;
    }

        .lightboxliste .tek .baslik {
            line-height: 18px;
            width: 100%;
            display: inline-block;
            font-size: 13px;
        }

            .lightboxliste .tek .baslik img {
                margin: 5px 7px 0 0;
                width: 10px;
                height: 10px;
                vertical-align: top;
                float: left;
            }

            .lightboxliste .tek .baslik .alintisayi {
                float: right;
                margin-left: 20px;
            }

        .lightboxliste .tek .bilgiler {
            line-height: 16px;
            width: 100%;
            display: inline-block;
            font-size: 11px;
        }
/* LIGHTBOX BİLDİRİL - 25.11.2016 */

/*AYRICA BAKINIZ*/

.lnk-bkz {
    width: calc(100% - 62px);
    float: left;
    background: #f1f1f1;
    font-family: Arial;
    font-size: 15px;
    line-height: 18pt;
    position: relative;
    margin: 20px 30px 20px 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ababab;
}

    .lnk-bkz:hover {
        opacity: 0.9;
    }

    .lnk-bkz:active {
        box-shadow: none;
    }

    .lnk-bkz .not {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        float: left;
        background: #ababab;
        color: #ffffff;
        width: calc(20% - 20px);
        padding: 5px 10px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -15px 0 0 0;
        font-size: 14px;
    }

    .lnk-bkz .hedef {
        float: right;
        width: calc(80% - 50px);
        padding: 8px 20px;
        color: #f5792a;
        font-weight: bold;
        margin: 0 5px;
        line-height: 18px;
    }

    .lnk-bkz.alve .not {
        width: 20%;
    }

/*AYRICA BAKINIZ*/

/*KEYİF*/

.keyif {
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #d7d1ca;
    background-color: #fffbf3;
    margin: 20px 0 0 -2px;
}

    .keyif:hover {
        background-color: #fffbf3;
    }

    .keyif p {
        width: 100%;
        float: left;
        color: #333333;
        margin: 0 0 22px 0;
        font-size: 13px;
    }

        .keyif p img {
            margin: -4px 0 0 0;
            vertical-align: middle;
            margin-left: 3px;
        }

    .keyif .keyif-button {
        border-radius: 5px;
        float: left;
        margin: 0 10px 0 0;
        text-decoration: none;
        font-family: Arial;
        font-size: 15px;
    }

.keyif-button.uye {
    background-color: #ffa13c;
    color: #fff;
    padding: 5px 20px 4px 5px;
    line-height: 17px;
    box-shadow: 0px 0px 26px -8px rgba(204,72,15,1);
}

    .keyif-button.uye img {
        float: left;
        margin: -2px 7px 0 5px;
    }

.keyif-button.degil {
    border: 1px solid #d7d1ca;
    color: #8b8a8a;
    padding: 4px 10.5px;
    background-color: rgba(255,255,255,0.72);
}

.keyif-gosterme {
    float: right;
    color: #717171 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    margin: 5px 6px 0 0;
}

/*KEYİF*/

.yt-player {
    position: relative;
    display: inline-block;
    margin: 5px;
    width: 640px;
    height: 360px;
}

    .yt-player .play-button {
        position: absolute;
        background-image: url(/static/forum/img/youtube-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 68px;
        height: 48px;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -34px
    }

    .yt-player .video-title {
        width: 100%;
        float: left;
        height: 50px;
        background: -moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=0)
    }

        .yt-player .video-title h3 {
            color: #e6e6e6;
            padding: 12px 5px 12px 12px;
            margin: 0;
            font-family: Roboto,Arial,Helvetica,sans-serif;
            font-weight: 400;
            max-height: 47px;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%;
            overflow: hidden;
            text-align: left;
            font-size: 19px
        }

            .yt-player .video-title h3:hover {
                color: #fff
            }

    .yt-player a:hover .play-button {
        background-image: url(/static/forum/img/youtube-icon-red.png) !important
    }

    .yt-player .yt-player-error {
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 0 5px;
        line-height: 14px;
        font-size: 10px;
        font-weight: 700;
        color: #fff !important;
        background: rgba(255,0,0,0.80);
        border-radius: 5px;
        white-space: nowrap
    }

    .yt-player .yt-player-thumbnail {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center
    }

.ki-btn {
    position: relative;
}

    .ki-btn#onecikar {
        margin-right: 10px;
        width: 131px;
    }

        .ki-btn#onecikar #onecikarscriptkontrol {
            height: 18px;
            cursor: pointer;
        }

        .ki-btn#onecikar:hover > .onecikar-oy {
            background: #fff;
        }

    .ki-btn .onecikar-oy {
        width: 100%;
        position: absolute;
        left: 0;
        top: -49px;
        box-sizing: border-box;
        border: 1px solid #898944;
        border-radius: 8px;
        height: 46px;
        color: #c77828;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
        font-family: Tahoma;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    }

        .ki-btn .onecikar-oy.bgsiz {
            background: #fff;
        }

.onecikar-oy span {
    color: #838383;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
}

.ki-btn#onecikar #onecikar-ilgi {
    border: 1px solid #cac6bf;
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    font-family: Arial;
    font-size: 13px;
    padding: 9px 0 12px 0;
    width: 183px;
    z-index: 999;
    text-align: center;
    line-height: 16px;
    color: #333;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
}

    .ki-btn#onecikar #onecikar-ilgi a {
        color: #333;
        text-decoration: underline;
        line-height: 17px;
    }

    .ki-btn#onecikar #onecikar-ilgi:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-bottom: 10px solid #cac6bf;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }

    .ki-btn#onecikar #onecikar-ilgi:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .ki-btn#onecikar #onecikar-ilgi .ilgikapat {
        position: absolute;
        right: 2px;
        top: 3px;
        border-radius: 5px;
        background-color: #c77828;
        color: #fff;
        width: 12px;
        height: 12px;
        line-height: 11px;
        text-align: center;
        font-size: 11px;
        cursor: pointer
    }

/* popularite */

.onecikar-oy span {
    color: #838383;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
}

    .onecikar-oy span strong {
        color: #010101;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

.popularite {
    position: absolute;
    float: left;
    display: inline-block;
    bottom: 0;
    top: -49px;
    right: 0;
    left: 150px;
    min-width: 180px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #998043;
    background-color: #939393;
    background-image: linear-gradient(to top, #cff7a1 0%, #ffffd2 100%);
}

    .popularite img {
        position: absolute;
        top: 5px;
        left: 10px;
    }

    .popularite .title {
        color: #696060;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.22px;
        display: inline-block;
        position: absolute;
        top: 5px;
        width: 100%;
        left: 35px;
    }

    .popularite .order {
        color: #69965b;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.28px;
        display: inline-block;
        width: auto;
        float: left;
    }

    .popularite .info {
        color: #c4740a;
        font-family: Verdana;
        font-size: 10px;
        font-weight: 400;
        font-family: Verdana;
        letter-spacing: 0.2px;
        display: inline-block;
        width: auto;
        float: left;
    }

        .popularite .info strong {
            color: #000;
        }

.sayisalresim.anlikrekor {
    font-size: 16px;
    margin-top: 5px;
    color: #000000;
    font-weight: 600;
}

/* popularite end */

.yenilenen-mesaj {
    float: right;
    position: relative;
    cursor: help;
    margin: -1px 0 0 0;
}

    .yenilenen-mesaj .icon-menu {
        position: relative;
        color: #666 !important;
        border: 1px solid #666;
        font-size: 12px;
        padding: 1px 0 1px 0;
        margin: 1px 0 0 0;
        width: 13px;
        height: 13px;
        float: left;
    }

        .yenilenen-mesaj .icon-menu i {
            width: calc(100% - 4px);
            height: 1px;
            position: absolute;
            left: 2px;
            right: 2px;
            top: 5px;
            background-color: #666;
        }

        .yenilenen-mesaj .icon-menu:after {
            content: '';
            width: calc(100% - 4px);
            height: 1px;
            position: absolute;
            left: 2px;
            right: 2px;
            top: 8px;
            background-color: #666;
        }

        .yenilenen-mesaj .icon-menu:before {
            content: '';
            width: calc(100% - 4px);
            height: 1px;
            position: absolute;
            left: 2px;
            right: 2px;
            top: 11px;
            background-color: #666;
        }

    .yenilenen-mesaj .icon-pencil {
        position: absolute;
        width: 15px;
        height: 15px;
        border: 1px solid #666;
        background-color: #ebebeb;
        text-align: center;
        border-radius: 50%;
        font-size: 6px;
        right: -10px;
        bottom: -4px;
        padding: 1px 0;
        box-sizing: border-box;
        margin: 0;
        line-height: 9px !important;
        color: #666;
    }

        .yenilenen-mesaj .icon-pencil:before {
            content: '';
            position: absolute;
            width: 2px;
            height: 8px;
            background-color: #666;
            top: 2px;
            left: 6px;
            transform: rotate(33deg);
        }

        .yenilenen-mesaj .icon-pencil:after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 2px;
            border-style: solid;
            border-width: 0 2px 2px 2px;
            border-color: transparent transparent #666 transparent;
        }

    .yenilenen-mesaj:after {
        content: attr(data-title);
        position: absolute;
        left: 50%;
        top: 25px;
        white-space: nowrap;
        transform: translate(-50%,0);
        background-color: #dfdfdf;
        color: #000;
        border-radius: 2px;
        padding: 2px 5px;
        z-index: 999999;
        display: none;
    }

    .yenilenen-mesaj:before {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid#dfdfdf;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        display: none;
    }

    .yenilenen-mesaj:hover:after, .yenilenen-mesaj:hover:before {
        display: inline-block;
    }


.sagtaraf .footer-sponsor {
    width: 100%;
    float: left;
    padding: 5px 6.5px;
    box-sizing: border-box;
}

    .sagtaraf .footer-sponsor a {
        margin: 0 0 5px 0;
        display: inline-block;
    }

.tt-iskelet {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    margin: 0 0 10px 0;
    border: 1px solid #d0d0d0;
}

    .tt-iskelet .satir {
        width: 100%;
        float: left;
        height: 40px;
        border-bottom: 1px solid #d0d0d0;
    }

        .tt-iskelet .satir div {
            position: relative;
        }

        .tt-iskelet .satir .kutu1 {
            width: 27px;
            height: 100%;
            border-right: 1px solid #d0d0d0;
            float: left;
        }

            .tt-iskelet .satir .kutu1:before {
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                background-color: #c5c5c5;
                top: 12px;
                left: 5.5px;
            }

        .tt-iskelet .satir .kutu2 {
            width: calc(100% - 552px);
            border-right: 1px solid #d0d0d0;
            float: left;
            height: 100%
        }

            .tt-iskelet .satir .kutu2:before {
                content: '';
                position: absolute;
                background-color: #dfdfdf;
                height: 16px;
                width: 80%;
                top: 12px;
                left: 10px;
            }

        .tt-iskelet .satir .kutu3 {
            width: 190px;
            float: left;
            border-right: 1px solid #d0d0d0;
            height: 100%;
        }

            .tt-iskelet .satir .kutu3:before {
                content: '';
                position: absolute;
                background-color: #dfdfdf;
                height: 16px;
                width: 90px;
                top: 12px;
                right: 50px;
            }

        .tt-iskelet .satir .kutu4 {
            width: 70px;
            float: left;
            border-right: 1px solid #d0d0d0;
            height: 100%;
        }

            .tt-iskelet .satir .kutu4:before {
                content: '';
                position: absolute;
                height: 16px;
                width: 30px;
                top: 12px;
                left: 20px;
                background-color: #dfdfdf;
            }

        .tt-iskelet .satir .kutu5 {
            width: 190px;
            height: 100%;
            float: left;
        }

            .tt-iskelet .satir .kutu5:before {
                content: '';
                position: absolute;
                background-color: #dfdfdf;
                top: 6px;
                right: 10px;
                width: 150px;
                height: 14px;
            }

            .tt-iskelet .satir .kutu5:after {
                content: '';
                position: absolute;
                background-color: #dfdfdf;
                top: 23px;
                right: 10px;
                width: 80px;
                height: 12px;
            }

        .tt-iskelet .satir:nth-child(2) .kutu2:before {
            width: 90%;
        }

        .tt-iskelet .satir:nth-child(3) .kutu2:before {
            width: 60%;
        }

        .tt-iskelet .satir:nth-child(4) .kutu2:before {
            width: 75%;
        }

        .tt-iskelet .satir:nth-child(5) .kutu2:before {
            width: 40%;
        }


.msg ul {
    padding: 0 0 0 20px;
}

    .msg ul li {
        list-style-type: disc;
    }

#pageskin {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999999;
    overflow: hidden;
}

    #pageskin .tepe {
        height: 44px;
        background-color: #e8e8e8;
        min-width: 800px;
        border-bottom: 1px solid #999;
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0 0 10px 0;
    }

        #pageskin .tepe .logo {
            float: left;
            background-color: #febf55;
            padding-left: 40px;
        }

        #pageskin .tepe .devam {
            float: right;
            line-height: 44px;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #e8e8e8;
            min-width: 150px;
            background-color: #e8e8e8;
            padding-right: 40px;
            padding-left: 40px;
            background: url(/static/forum/img/reklamGec.gif) center top no-repeat;
        }

            #pageskin .tepe .devam a {
                cursor: pointer;
                float: right;
                line-height: 44px;
                font-family: Verdana, Geneva, sans-serif;
                font-size: 18px;
                text-decoration: none;
                color: #666;
            }

#reklamAlani {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-reklam {
    max-width: 800px;
    max-height: 600px;
    margin-left: 40px;
    margin-right: 40px;
    margin: 0 auto;
}

/*iPad için css*/

[id*=" Tablet-"], [id^=Tablet-] {
    display: none;
}

[id*=" Masaustu-"], [id^=Masaustu-] {
    display: inline-block;
}

#Masaustu-Sosyal {
    float: left;
}

#Masaustu-loginkismi {
    width: 100%;
    float: left;
}

#Masaustu-menunew {
    width: 100%;
    float: left;
}

.yonetim-fonksiyon {
    display: none;
}

/*.populersatir . {
    display: none;
}*/
/*iPad için css*/

.bar-reklam {
    width: 100%;
    float: left;
    border-radius: 3px;
    min-width: 980px;
    text-align: center;
    margin: 15px 0 0 0
}

    .bar-reklam img {
        display: inline-block;
    }


.populerkonu.reaksiyon .enust img {
    margin: 8px 14px 8px 0
}

.populerkonu.reaksiyon .populerbasliklar .toplammesaj {
    width: 130px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin-right: 90px;
}

.populerkonu.reaksiyon .populersatir .toplammesaj {
    width: 130px;
    margin-right: 90px;
}

    .populerkonu.reaksiyon .populersatir .toplammesaj .reak-ikon {
        float: left;
        margin: 0 5px 0 0;
    }

.populerkonu.reaksiyon .populersatir .toplammesaj {
    color: #999;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
}

    .populerkonu.reaksiyon .populersatir .toplammesaj b {
        color: #333;
    }

.populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti {
    float: left;
    color: #999;
    font-size: 13px;
    margin: 5px 0 0 11px;
}

    .populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti a {
        color: #999;
    }

        .populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti a:hover {
            text-decoration: underline;
        }

    .populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti .kaynak {
        margin: 0 2px 0 0;
    }

        .populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti .kaynak.ozel {
            border-radius: 1px;
            background-color: #f1f1f1;
            color: #333;
            padding: 2px 4px;
            display: inline-block;
        }

            .populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti .kaynak.ozel:hover {
                text-decoration: none;
                background-color: #ececec;
            }

            .populerkonu.reaksiyon .populersatir .satirikapla .baslik-alti .kaynak.ozel .icon-link {
                float: right;
                margin: 1px 0 0 6px;
            }

.populerkonu.reaksiyon .populersatir .populerbaslik:hover {
    text-decoration: underline;
}

.populerkonu.reaksiyon .populersatir .toplammesaj:hover {
    opacity: 0.7;
}

.ki-cevaptarihi .konuacan {
    color: #f60;
    border: 1px solid #f60;
    float: left;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 5px;
    margin: 0 0 0 4px;
}

    .ki-cevaptarihi .konuacan img {
        float: right;
        margin: 3px 0 0 3px;
        width: 13px;
        height: 13px;
    }


.soltaraf .populerkonu.forum.lokasyon {
}

    .soltaraf .populerkonu.forum.lokasyon .enust img {
        margin: 8px 14px 6px 0;
    }

    .soltaraf .populerkonu.forum.lokasyon .dallanan-konum {
        width: 100%;
        float: left;
        position: relative;
    }

        .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul {
            width: 100%;
            float: left;
            padding: 10px 5px 2px 5px;
            box-sizing: border-box;
        }

            .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li {
                width: 100%;
                float: left;
            }

                .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > a {
                    color: #000000;
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 16px;
                    padding: 5px;
                    float: left;
                }

                    .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > a > img {
                        float: left;
                        width: 20px;
                        border-radius: 3px;
                        margin: -3px 5px 0 0;
                    }

                .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul {
                    width: 100%;
                    float: left;
                    position: relative;
                }

                    .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul:before {
                        content: '';
                        position: absolute;
                        top: -1px;
                        left: 0;
                        right: 0;
                        height: 1px;
                        width: 100%;
                        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&0+0,1+13,1+100 */
                        background: -moz-linear-gradient(left, rgba(243,243,243,0) 0%, rgba(243,243,243,1) 13%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
                        background: -webkit-linear-gradient(left, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 13%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
                        background: linear-gradient(to right, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 13%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
                    }

                    .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul > li {
                        width: calc(100% - 30px);
                        float: left;
                        border-bottom: 1px solid #f3f3f3;
                        margin: 0 0 0 30px;
                        box-sizing: border-box;
                        position: relative;
                    }

                        .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul > li:last-child {
                            border: none;
                        }

                        .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul > li:before {
                            content: '';
                            position: absolute;
                            left: -11px;
                            top: 13px;
                            width: 9px;
                            height: 7px;
                            background: url("/static/forum/img/dallananmesaj-sol.png");
                            background-size: cover;
                            background-position: center center;
                            background-repeat: no-repeat;
                        }

                        .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul > li > a {
                            color: #000000;
                            font-size: 14px;
                            line-height: 20px;
                            padding: 9px 20px 9px 9px;
                            float: left;
                        }

        .soltaraf .populerkonu.forum.lokasyon .dallanan-konum ul li .onlinekullanici {
            color: #999;
            font-size: 12px;
            font-weight: normal;
            padding: 12px 6px;
        }

        .soltaraf .populerkonu.forum.lokasyon .dallanan-konum > ul > li > ul > li > a img {
            float: left;
            width: 20px;
            border-radius: 3px;
            margin: 0 5px 0 0;
        }

    .soltaraf .populerkonu.forum.lokasyon .dahafazlagoster {
        border-top: 1px solid #ddd;
    }

    .soltaraf .populerkonu.forum.lokasyon .dallanan-konum ul li a:hover {
        text-decoration: underline;
    }


.lokasyonlistekapsam {
    width: 100%;
    float: left;
}

.sayfafull.cek .soltaraf {
    min-width: initial;
}

@media screen and (min-width: 1630px) {
    .lokasyonlistekapsam .ilantek:nth-child(3n+3) {
        margin: 0 0 20px 0;
    }

    .lokasyonlistekapsam .ilantek {
        width: calc(33.3% - 15px) !important;
    }
}

@media screen and (max-width: 1629px) and (min-width: 1101px) {
    .lokasyonlistekapsam .ilantek:nth-child(2n+2) {
        margin: 0 0 20px 0;
    }

    .lokasyonlistekapsam .ilantek {
        width: calc(50% - 12px) !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 360px) {
    .lokasyonlistekapsam .ilantek {
        width: 100% !important;
        margin: 0 0 20px 0;
    }
}

.lokasyonlistekapsam .ilantek .kapak-gorseli {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 10px 0;
}

    .lokasyonlistekapsam .ilantek .kapak-gorseli img {
        max-width: 100%;
        border-radius: 3px;
    }

    .lokasyonlistekapsam .ilantek .kapak-gorseli .etiket {
        position: absolute;
        right: 10px;
        top: 0;
        padding: 10px;
    }

        .lokasyonlistekapsam .ilantek .kapak-gorseli .etiket div {
            color: #fff;
            font-size: 12px;
            font-family: Arial;
            border-radius: 2px;
            background-color: #e2706e;
            padding: 2px 5px;
        }

    .lokasyonlistekapsam .ilantek .kapak-gorseli .konum {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
    }

        .lokasyonlistekapsam .ilantek .kapak-gorseli .konum div {
            border-radius: 2px;
            color: #fff;
            font-size: 12px;
            padding: 2px 5px;
            background-color: rgba(0, 0, 0, 0.40);
        }

            .lokasyonlistekapsam .ilantek .kapak-gorseli .konum div img {
                width: 14px;
                float: left;
                margin: 2px 5px 0 0;
            }

.lokasyonlistekapsam .ilantek .ilangovde .vitrinmetni {
    color: #333;
    font-size: 14px;
    line-height: 19px;
    font-family: Arial;
    height: 60px;
}

.lokasyonlistekapsam .ilantek .ilansahibi .avatar img {
    border-radius: 50%;
}

.lokasyonlistekapsam .ilantek .baslikalti .sayfalama {
    margin: 2px 0 2px 10px;
}

.lokasyonlistekapsam .ilantek .baslikalti .guncelleme {
    margin: 2px 10px 2px 0;
}

.lokasyonlistekapsam .ilantek .ilangovde .vitrinmetni:after {
    content: '';
    width: 100%;
    height: 21px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&0.35+1,1+87,1+87 */
    background: -moz-linear-gradient(top, rgba(241,241,241,0.35) 0%, rgba(241,241,241,0.35) 1%, rgba(241,241,241,1) 87%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241,241,241,0.35) 0%,rgba(241,241,241,0.35) 1%,rgba(241,241,241,1) 87%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241,241,241,0.35) 0%,rgba(241,241,241,0.35) 1%,rgba(241,241,241,1) 87%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.etiketayari-full.lokasyonetiket a {
    float: initial;
    display: inline-block;
}

.ki-cevapicerigi .icerik .liste-maddesi {
    float: left;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .ki-cevapicerigi .icerik .liste-maddesi .ust-kisim {
        width: 100%;
        float: left;
        margin: 0 0 5px 0;
        font-weight: bold;
        color: #333;
        font-family: Arial;
        font-size: 22px;
        line-height: 34px;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .ki-cevapicerigi .icerik .liste-maddesi .ust-kisim > span {
            color: #afafaf;
            font-size: 30px;
            float: left;
            margin: 0 10px 0 0;
        }

        .ki-cevapicerigi .icerik .liste-maddesi .ust-kisim .adresvedetay {
            float: right;
            font-size: 13px;
            font-weight: normal;
            color: #777 !important;
            position: relative;
            cursor: pointer;
        }

    .ki-cevapicerigi .icerik .liste-maddesi .liste-kapak {
        width: 400px;
        float: left;
        margin: 0 0 5px 0;
        position: relative;
    }

.mesaj-altkisim .altkisim-sag .mesaj-hakkinda-topla {
    float: left;
}

.ki-cevapicerigi .icerik .liste-maddesi .liste-kapak .puan {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 40px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.ki-cevapicerigi .icerik .liste-maddesi .bilgi {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.ki-cevapicerigi .icerik .liste-maddesi.resimsiz .bilgi {
    padding: 0 60px 0 0;
}

    .ki-cevapicerigi .icerik .liste-maddesi.resimsiz .bilgi .yesil {
        width: 40px;
        height: 40px;
        background-color: #f1f1f1;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        text-align: center;
        line-height: 40px;
        font-family: Arial;
        font-weight: bold;
        font-size: 16px;
    }

.yapisanreklam.tuttur {
    position: fixed;
    margin: 0 !important;
    top: 45px;
    left: initial;
    width: 173px;
}

.sayfafull.sf.uclu .main-col-3 .yapisanreklam.tuttur {
    position: absolute !important;
}

.sagtaraf .sagreklam .sonradanfooter {
    width: 100%;
    padding: 0 5px;
    float: left;
    box-sizing: border-box;
    word-wrap: break-word;
    margin: 10px 0 0 0;
}

    .sagtaraf .sagreklam .sonradanfooter a img {
        margin: 0 4px 0 0;
    }

    .sagtaraf .sagreklam .sonradanfooter a {
        line-height: 20px;
    }

.lokasyonlisteac .kutucuk {
    width: 500px;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #d0d0d0;
    font-family: Arial;
    margin: 0 15px 15px 0;
}

    .lokasyonlisteac .kutucuk span.numara {
        float: left;
        font-size: 22px;
        font-weight: bold;
        color: #ababab;
        letter-spacing: 1px;
    }

    .lokasyonlisteac .kutucuk .satir {
        width: 100%;
        float: left;
        position: relative;
        margin: 0 0 7px 0;
    }

        .lokasyonlisteac .kutucuk .satir label {
            float: left;
            font-weight: bold;
            font-size: 13px;
            margin: 0 10px 0 0;
            padding: 2.5px 0;
            width: 245px;
        }

        .lokasyonlisteac .kutucuk .satir input[type="text"] {
            float: left;
            padding: 6px 3px;
            border-radius: 2px;
            border: 1px solid #d0d0d0;
            width: calc(100% - 263px);
        }

        .lokasyonlisteac .kutucuk .satir textarea {
            float: left;
            padding: 6px 3px;
            border-radius: 2px;
            border: 1px solid #d0d0d0;
            width: calc(100% - 263px);
            height: 50px;
            resize: none;
            font-family: Arial;
        }

        .lokasyonlisteac .kutucuk .satir .istek {
            float: left;
            width: 100%;
            font-size: 14px;
            margin: 5px 0 7px 0;
            color: #888;
        }

        .lokasyonlisteac .kutucuk .satir .listeekle {
            cursor: pointer;
            float: right;
            padding: 5px 10px;
            background-image: linear-gradient(180deg, #eeaf3b 0%, #cc8e21 100%);
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            border-radius: 2px;
        }

        .lokasyonlisteac .kutucuk .satir:last-child {
            margin: 10px 0 0 0;
        }

        .lokasyonlisteac .kutucuk .satir.yuklenmisresim {
            width: 100%;
            height: 150px;
            float: left;
            position: relative;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }

            .lokasyonlisteac .kutucuk .satir.yuklenmisresim .resim {
                width: 220px;
                position: relative;
                height: 100%;
                display: inline-block;
                border-radius: 5px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .lokasyonlisteac .kutucuk .satir.yuklenmisresim .kapat {
                position: absolute;
                top: 10px;
                right: 10px;
                border-radius: 5px;
                background-color: red;
                width: 30px;
                height: 30px;
                text-align: center;
                padding: 5px 0;
                box-sizing: border-box;
            }

            .lokasyonlisteac .kutucuk .satir.yuklenmisresim .kapak {
                position: absolute;
                left: 10px;
                bottom: 10px;
                border-radius: 3px;
                background-color: #fff;
                font-size: 13px;
                color: #FB8E46;
                padding: 0 10px;
                line-height: 18px;
                cursor: pointer;
            }

                .lokasyonlisteac .kutucuk .satir.yuklenmisresim .kapak.aktif {
                    background-color: #fb8e46;
                    color: #fff;
                }

    .lokasyonlisteac .kutucuk.eklenmis .satir .listeekle {
        background-image: linear-gradient(180deg, #f71212 0%, #a52626 100%);
    }

.ki-cevapicerigi .icerik .detay-kutu {
    cursor: default;
    width: 500px;
    margin: 0 10px 0 0;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 10px 35px 10px;
    box-sizing: border-box;
    color: #000;
    z-index: 9999;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
    float: left;
    position: absolute;
    right: 100%;
    top: -10px;
}

    .ki-cevapicerigi .icerik .detay-kutu:After {
        content: '';
        position: absolute;
        top: 18px;
        left: 100%;
        width: 0;
        height: 0;
        border-left: 8px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .ki-cevapicerigi .icerik .detay-kutu h3 {
        float: left;
        margin: 0 0 10px 0;
        position: relative;
        width: calc(100% - 30px);
        padding: 0 0 5px 0;
    }

    .ki-cevapicerigi .icerik .detay-kutu span.kapat {
        float: right;
        background-color: red;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 4px 0;
        box-sizing: border-box;
        border-radius: 5px;
        margin: 3px 0;
    }

    .ki-cevapicerigi .icerik .detay-kutu h3:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,7db9e8+100&1+0,0+61,0+61 */
        background: -moz-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(166,202,231,0) 61%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(229,229,229,1) 0%,rgba(166,202,231,0) 61%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(229,229,229,1) 0%,rgba(166,202,231,0) 61%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    }

    .ki-cevapicerigi .icerik .detay-kutu .satir {
        width: 100%;
        float: left;
        position: relative;
        line-height: 20px;
        margin: 0 0 15px 0;
        font-size: 14px;
    }

    .ki-cevapicerigi .icerik .detay-kutu .detay-resim {
        width: 400px;
        float: left;
        border-radius: 2px;
        height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 0 10px 0;
    }

    .ki-cevapicerigi .icerik .detay-kutu .satir .iletisimsatir {
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
    }

        .ki-cevapicerigi .icerik .detay-kutu .satir .iletisimsatir img {
            float: left;
            margin: 0 5px 0 0;
        }

        .ki-cevapicerigi .icerik .detay-kutu .satir .iletisimsatir a {
            color: #000 !important;
        }

    .ki-cevapicerigi .icerik .detay-kutu .satir .puansatir {
        width: 400px;
        display: table;
        margin: 5px 0 0 0;
    }

        .ki-cevapicerigi .icerik .detay-kutu .satir .puansatir .puan {
            float: left;
            width: 70px;
        }

        .ki-cevapicerigi .icerik .detay-kutu .satir .puansatir .neresi {
            float: left;
            font-weight: bold;
            color: #000 !important;
        }

            .ki-cevapicerigi .icerik .detay-kutu .satir .puansatir .neresi img {
                height: 14px;
                float: right;
                margin: 3px 5px;
            }

        .ki-cevapicerigi .icerik .detay-kutu .satir .puansatir .kackisi {
            float: right;
            color: #ccc;
        }

    .ki-cevapicerigi .icerik .detay-kutu .satir.galeri {
    }

        .ki-cevapicerigi .icerik .detay-kutu .satir.galeri .mekan-galeri {
            width: 100%;
            float: left;
            white-space: nowrap;
            overflow-x: auto;
            margin: 5px 0 0 0;
        }

            .ki-cevapicerigi .icerik .detay-kutu .satir.galeri .mekan-galeri .gorsel {
                width: 210px;
                height: 100px;
                display: inline-block;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                border-radius: 2px;
            }

    .ki-cevapicerigi .icerik .detay-kutu .satir.ekleyen a {
        font-weight: bold;
        color: #000 !important;
    }

    .ki-cevapicerigi .icerik .detay-kutu .satir.ekleyen .dipnot {
        width: 100%;
        float: left;
        color: #999;
        margin: 10px 0 0 0;
    }

.mesaj-topluluk .like.yukselt {
    background: url(/static/forum/img/yukselt-aktif.png) no-repeat center left 3px;
    background-size: 22px;
    color: #f98e48;
}

.mesaj-topluluk .like.bossa.yukselt {
    background: url(/static/forum/img/yukselt.png) no-repeat center left 3px;
    background-size: 22px;
    color: #000;
}

.secilen-yorum .yorum-yaz {
    width: 100%;
    float: left;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    position: relative;
}

    .secilen-yorum .yorum-yaz textarea {
        font-family: Arial;
        resize: none;
        width: 100%;
        height: 130px;
        box-sizing: border-box;
        padding: 8px 8px 44px 8px;
    }

    .secilen-yorum .yorum-yaz a {
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        background-color: #F98E48;
        border-bottom: 2px solid #a25e31;
        padding: 5px 13px;
        font-family: Arial;
    }

.yenikonusatir .yenikonusutun2 .diger-etiket-goster {
    float: left;
    border-radius: 5px;
    background-color: #dfdfdf;
    padding: 2px 8px;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    margin: 5px 0 0 0;
}

    .yenikonusatir .yenikonusutun2 .diger-etiket-goster:hover {
        text-decoration: underline;
    }

.ki-cevapicerigi .icerik .detay-kutu .satir.daha-sonra {
    margin: 0;
    padding: 7px;
    background-color: #f1f1f1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}

    .ki-cevapicerigi .icerik .detay-kutu .satir.daha-sonra .buton {
        cursor: pointer;
        float: left;
        border-radius: 2px;
        border: 1px solid #d0d0d0;
        background-color: #dfdfdf;
        padding: 5px 7px;
        line-height: 18px;
    }

        .ki-cevapicerigi .icerik .detay-kutu .satir.daha-sonra .buton img {
            float: left;
            margin: 1px 5px 0 0;
        }

    .ki-cevapicerigi .icerik .detay-kutu .satir.daha-sonra a {
        float: right;
        line-height: 30px;
        color: #000 !important;
        text-decoration: underline;
    }

.klasor-img .begendigim-resim {
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: -7px;
}



/*Hakkımızda*/


.sayfaDetay .hakkimizda {
    width: 100%;
    padding: 10px 10px 10px 1px;
    background: #FFF;
    display: inline-block;
}

    .sayfaDetay .hakkimizda .sol {
        width: calc(100% - 250px);
        display: inline-block;
        float: left;
    }

        .sayfaDetay .hakkimizda .sol .baslik {
            width: 98%;
            display: inline-block;
            float: left;
            font-size: 12px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
            font-family: Georgia, "Times New Roman", Times, serif;
            text-shadow: 1px 1px 2px #666;
            color: #FFF;
            background: #F60;
            padding-left: 10px;
            margin: 0 0 10px 9px;
        }

        .sayfaDetay .hakkimizda .sol .kadro {
            width: 98%;
            display: inline-block;
            float: left;
        }

            .sayfaDetay .hakkimizda .sol .kadro .tekA {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #C60;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .tekB {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #F00;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .tekC {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #000;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .tekD {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #9C0;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .tekE {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #060;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .tekF {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #CCC;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .tekG {
                width: calc(50% - 15px);
                height: 140px;
                display: inline-block;
                float: left;
                margin: 0 0 10px 10px;
                background: #F1F1F1;
                border-left: 4px solid #06C;
                padding-left: 1px;
            }

            .sayfaDetay .hakkimizda .sol .kadro .avatar {
                width: 140px;
                height: 140px;
                border-radius: 75px;
                margin: 0 2px 0 3px;
                overflow: hidden;
                display: inline-block;
                background: #ccc url(https://static.donanimhaber.com/avatar/avatarYok.jpg) left top no-repeat;
                float: left;
            }

                .sayfaDetay .hakkimizda .sol .kadro .avatar img {
                    width: 140px;
                    height: 140px;
                }

            .sayfaDetay .hakkimizda .sol .kadro .detay {
                width: calc(100% - 159px);
                height: 126px;
                margin: 2px;
                padding: 5px;
                display: inline-block;
                background: #FFF;
                float: left;
            }

                .sayfaDetay .hakkimizda .sol .kadro .detay .isim {
                    width: 100%;
                    display: inline-block;
                    font-weight: bold;
                    font-size: 22px;
                    line-height: 26px;
                    color: #333;
                }

                    .sayfaDetay .hakkimizda .sol .kadro .detay .isim a {
                        color: #333;
                    }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .isim a:hover {
                            color: #000;
                        }

                    .sayfaDetay .hakkimizda .sol .kadro .detay .isim .nick {
                        display: inline-block;
                        float: right;
                        font-size: 14px;
                        margin: 0 5px 0 0;
                        color: #999;
                        padding: 0;
                        background: none;
                        width: auto;
                    }

                .sayfaDetay .hakkimizda .sol .kadro .detay .pozisyon {
                    width: 436px;
                    display: inline-block;
                    font-size: 14px;
                    color: #666;
                    line-height: 18px;
                    margin-bottom: 5px;
                    display: block;
                }

                .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya {
                    width: 436px;
                    display: inline-block;
                    font-size: 13px;
                    color: #666;
                    line-height: 18px;
                    margin: 0 0 5px 0;
                }

                    .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a {
                        width: 16px;
                        height: 16px;
                        float: left;
                        margin: 0 5px 5px 0;
                    }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.forum {
                            background: url(https://static.donanimhaber.com/img/icon/forum.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.blog {
                            background: url(https://static.donanimhaber.com/img/icon/blog.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.delicious {
                            background: url(https://static.donanimhaber.com/img/icon/delicious.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.digg {
                            background: url(https://static.donanimhaber.com/img/icon/digg.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.facebook {
                            background: url(https://static.donanimhaber.com/img/icon/facebook.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.flickr {
                            background: url(https://static.donanimhaber.com/img/icon/flickr.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.friendfeed {
                            background: url(https://static.donanimhaber.com/img/icon/friendfeed.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.lastfm {
                            background: url(https://static.donanimhaber.com/img/icon/lastfm.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.linkedin {
                            background: url(https://static.donanimhaber.com/img/icon/linkedin.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.twitter {
                            background: url(https://static.donanimhaber.com/img/icon/twitter.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.vimeo {
                            background: url(https://static.donanimhaber.com/img/icon/vimeo.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.wave {
                            background: url(https://static.donanimhaber.com/img/icon/wave.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.youtube {
                            background: url(https://static.donanimhaber.com/img/icon/youtube.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.deviantart {
                            background: url(https://static.donanimhaber.com/img/icon/deviantart.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.behance {
                            background: url(https://static.donanimhaber.com/img/icon/behance.gif);
                        }

                        .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya a.instagram {
                            background: url(https://static.donanimhaber.com/img/icon/instagram.gif);
                        }

                .sayfaDetay .hakkimizda .sol .kadro .detay .takipbuton {
                    display: inline-block;
                    width: 176px;
                    overflow: hidden;
                }

    .sayfaDetay .hakkimizda .sag {
        width: 250px;
        display: inline-block;
        float: right;
        margin-bottom: 10px;
    }

        .sayfaDetay .hakkimizda .sag .acikPozisyonlar {
            width: 250px;
            display: inline-block;
            float: left;
            margin-bottom: 10px;
            background: #f1f1f1;
            text-align: left;
        }

            .sayfaDetay .hakkimizda .sag .acikPozisyonlar .baslik {
                width: 220px;
                display: inline-block;
                float: left;
                height: 24px;
                line-height: 24px;
                font-family: Georgia, "Times New Roman", Times, serif;
                text-shadow: 1px 1px 2px #666;
                font-size: 12px;
                font-weight: bold;
                color: #FFF;
                background: #F60 url(/static/forum/img/midi-pozisyon.gif) 10px no-repeat;
                padding-left: 30px;
            }

            .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul {
                list-style: none;
                margin: 0;
                margin-top: 5px;
                padding: 0;
                font-size: 13px;
                width: 210px;
                padding: 0 10px;
                display: inline-block;
            }

                .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li {
                    width: 230px;
                    margin-bottom: 5px;
                    padding-bottom: 5px;
                    border-bottom: 1px solid #FFF;
                    float: left;
                    display: inline-block;
                    color: #333;
                }

                    .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li .pozisyon {
                        width: 230px;
                        font-weight: bold;
                        float: left;
                        display: inline-block;
                        font-size: 12px;
                        line-height: 18px;
                    }

                        .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li .pozisyon a {
                            text-decoration: none;
                            color: #333;
                        }

                            .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li .pozisyon a:hover {
                                text-decoration: underline;
                                color: #000;
                            }

                    .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li .detay {
                        width: 230px;
                        font-weight: normal;
                        float: left;
                        display: inline-block;
                        font-size: 11px;
                        line-height: 16px;
                    }

            .sayfaDetay .hakkimizda .sag .acikPozisyonlar .baslikAlt {
                width: 230px;
                background: #FFF;
                display: inline-block;
                float: left;
                height: 20px;
                line-height: 20px;
                padding: 0 10px;
                font-weight: bold;
                font-size: 12px;
                color: #000;
                margin-top: -6px;
                text-align: left;
            }

            .sayfaDetay .hakkimizda .sag .acikPozisyonlar .basvuruDetay {
                width: 230px;
                font-weight: normal;
                float: left;
                display: inline-block;
                font-size: 12px;
                line-height: 16px;
                padding: 0 10px;
                color: #666;
                margin: 5px 0;
            }


        .sayfaDetay .hakkimizda .sag .istatistik {
            width: 250px;
            display: inline-block;
            float: left;
            margin-bottom: 10px;
            text-align: left;
        }

            .sayfaDetay .hakkimizda .sag .istatistik .baslik {
                width: 220px;
                display: inline-block;
                float: left;
                height: 24px;
                line-height: 24px;
                font-family: Georgia, "Times New Roman", Times, serif;
                text-shadow: 1px 1px 2px #666;
                font-size: 12px;
                font-weight: bold;
                color: #FFF;
                background: #F60 url(/static/forum/img/midi-istatistik.gif) 10px no-repeat;
                padding-left: 30px;
            }

            .sayfaDetay .hakkimizda .sag .istatistik .icerik {
                width: 250px;
                display: inline-block;
                float: left;
                background: #f1f1f1;
            }

                .sayfaDetay .hakkimizda .sag .istatistik .icerik .grafik {
                    width: 230px;
                    display: inline-block;
                    text-align: center;
                    padding: 10px;
                }

                .sayfaDetay .hakkimizda .sag .istatistik .icerik .detay {
                    width: 250px;
                    display: inline-block;
                    padding: 5px 0;
                    border-top: 1px solid #FFF;
                }

                    .sayfaDetay .hakkimizda .sag .istatistik .icerik .detay .bilgi {
                        width: 230px;
                        display: inline-block;
                        float: left;
                        font-size: 12px;
                        line-height: 20px;
                        padding: 0 10px;
                    }

                        .sayfaDetay .hakkimizda .sag .istatistik .icerik .detay .bilgi p {
                            width: 130px;
                            display: inline-block;
                            float: left;
                            font-size: 12px;
                            line-height: 20px;
                            background: #f1f1f1;
                            font-weight: bold;
                        }

                .sayfaDetay .hakkimizda .sag .istatistik .icerik .sonizlenenler {
                    width: 250px;
                    display: inline-block;
                    padding: 10px 0;
                    border-top: 1px solid #FFF;
                }

                    .sayfaDetay .hakkimizda .sag .istatistik .icerik .sonizlenenler .sivBaslik {
                        font-weight: bold;
                        font-size: 13px;
                        color: #000;
                        padding: 0 10px;
                        margin: 0 0 5px 0;
                    }

                    .sayfaDetay .hakkimizda .sag .istatistik .icerik .sonizlenenler .videoTek {
                        width: 230px;
                        padding: 0 10px;
                        font-size: 12px;
                        line-height: 16px;
                        display: inline-block;
                        margin-top: 5px;
                    }

                        .sayfaDetay .hakkimizda .sag .istatistik .icerik .sonizlenenler .videoTek .videoisim {
                            float: left;
                            width: 190px;
                        }

                        .sayfaDetay .hakkimizda .sag .istatistik .icerik .sonizlenenler .videoTek p {
                            float: right;
                            width: 40px;
                            text-align: right;
                        }

/*Hakkımızda*/

.ki-cevapsahibi .beta-tester {
    width: 100%;
    float: left;
    color: #999;
    font-size: 10px;
    padding: 0 0 15px 0;
}

    .ki-cevapsahibi .beta-tester hr {
        width: 21px;
        border: none;
        height: 1px;
        background-color: #999;
        display: inline-block;
        margin: 0 61px 6px 61px;
    }

    .ki-cevapsahibi .beta-tester .ikon {
        margin: -3px 1px 0 0;
        vertical-align: middle;
    }

    .ki-cevapsahibi .beta-tester .link-ikon {
        display: inline-block;
        margin: 0 0 0 0;
    }

.ayrac-ekle {
    float: left;
    padding: 3px 0 0 5px;
    cursor: pointer;
    position: relative;
}

    .ayrac-ekle img {
        width: 18px;
    }

    .ayrac-ekle.pasif img.bos {
        display: inline-block;
    }

    .ayrac-ekle.pasif img.dolu {
        display: none;
    }

    .ayrac-ekle.aktif img.dolu {
        display: inline-block;
    }

    .ayrac-ekle.aktif img.bos {
        display: none;
    }

    .ayrac-ekle:hover:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 8px solid rgba(0, 0, 0, 0.70);
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .ayrac-ekle:hover:after {
        content: 'Ayraç Ekle';
        position: absolute;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.70);
        padding: 5px 11px;
        top: 23px;
        z-index: 999;
        color: #fff;
        white-space: nowrap;
        font-family: Arial;
        font-size: 12px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .ayrac-ekle.aktif:hover:after {
        content: 'Ayraç Eklendi';
    }



.favorilerim.one-cikardiklarim .mesaj-bildirim {
    width: calc(13% + 55px);
    text-align: center;
}

.favorilerim.one-cikardiklarim .one-cikar {
    padding: 1px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #cac6bf;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
}

    .favorilerim.one-cikardiklarim .one-cikar .sol {
        position: relative;
        float: left;
        width: 88px;
        text-align: left;
        line-height: 22px;
        padding: 0 0 0 6px;
        box-sizing: border-box;
        color: #999;
    }

    .favorilerim.one-cikardiklarim .one-cikar .sag {
        width: 88px;
        float: right;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
        font-size: 16px;
        background: rgb(246,181,73); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(246,181,73,1) 0%, rgba(197,127,12,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(246,181,73,1) 0%,rgba(197,127,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(246,181,73,1) 0%,rgba(197,127,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b549', endColorstr='#c57f0c',GradientType=0 ); /* IE6-9 */
    }

        .favorilerim.one-cikardiklarim .one-cikar .sag img {
            float: left;
            margin: 8px 0px 0 10px;
            display: none;
        }

        .favorilerim.one-cikardiklarim .one-cikar .sag .resim1 {
            display: inline-block;
        }

    .favorilerim.one-cikardiklarim .one-cikar.aktif .sag .resim1 {
        display: none;
    }

    .favorilerim.one-cikardiklarim .one-cikar.aktif .sag .resim2 {
        display: inline-block;
    }

    .favorilerim.one-cikardiklarim .one-cikar.aktif {
        border: 1px solid #fdad58;
        background: #fff;
    }

        .favorilerim.one-cikardiklarim .one-cikar.aktif .sol {
            color: #ff9a22;
            padding: 0 0 0 6px;
            font-weight: bold;
        }

        .favorilerim.one-cikardiklarim .one-cikar.aktif .sag {
            color: #ff9a22;
            background: #fff;
        }

            .favorilerim.one-cikardiklarim .one-cikar.aktif .sag img {
                margin: 5px 0px 0 10px;
            }

    .favorilerim.one-cikardiklarim .one-cikar .sol:before {
        content: 'Öne Çıkar';
        position: relative;
    }

    .favorilerim.one-cikardiklarim .one-cikar.aktif .sol:before {
        content: 'Öne Çıkardın'
    }

.favorilerim.one-cikardiklarim .mesaj-konu {
    width: calc(70% - 98px);
}

.favorilerim.one-cikardiklarim .konugenislet .konuadi {
    max-width: 100%;
}

.favorilerim.one-cikardiklarim .mesaj-yazar {
    width: 13%;
}


/*21.07.2017 - Reddit Eklemeleri*/

/*tt*/

.sayfafull .soltaraf .tablo-sol {
    width: 300px;
    float: right;
    margin: 0 -10px 0 0;
}

    .sayfafull .soltaraf .tablo-sol .kutu {
        width: 100%;
        float: left;
        background-color: #f2f2f2;
        margin: 0 0 20px 0;
    }

        .sayfafull .soltaraf .tablo-sol .kutu .baslik {
            width: 100%;
            float: left;
            background-color: #e0e0e0;
            line-height: 28px;
            color: #fa6906;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            margin: 0 0 10px 0;
            padding: 0 10px;
            box-sizing: border-box;
        }

            .sayfafull .soltaraf .tablo-sol .kutu .baslik a {
                float: right;
                color: #999;
                font-size: 11px;
                text-decoration: underline;
                font-weight: normal;
                position: relative;
            }

                .sayfafull .soltaraf .tablo-sol .kutu .baslik a.tooltip:hover:after {
                    content: attr(data-description);
                    position: absolute;
                    background-color: #fffffd;
                    border: 1px solid #a8a8a8;
                    color: #000;
                    font-size: 12px;
                    right: 0px;
                    top: 25px;
                    width: 229px;
                    padding: 10px;
                    line-height: 16px;
                    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.35);
                }

                .sayfafull .soltaraf .tablo-sol .kutu .baslik a img {
                    width: 11px;
                    float: right;
                    margin: 7px 0 0 5px;
                }

            .sayfafull .soltaraf .tablo-sol .kutu .baslik span {
                font-size: 11px;
                font-weight: normal;
                float: right;
            }

        .sayfafull .soltaraf .tablo-sol .kutu .fav-but {
            width: calc(100% - 30px);
            float: left;
            margin: 0 15px 10px 15px;
            border-radius: 3px;
            background-color: #fff;
            border: 1px solid #fa6906;
            padding: 7px 10px;
            box-sizing: border-box;
            color: #fa6906;
            font-size: 13px;
            line-height: 20px;
        }

            .sayfafull .soltaraf .tablo-sol .kutu .fav-but:hover {
                box-shadow: inset -1px -1px 5px 0px rgba(0,0,0,0.1);
                background-color: #f9f9f9;
            }

            .sayfafull .soltaraf .tablo-sol .kutu .fav-but:active {
                background-color: #fff;
            }

            .sayfafull .soltaraf .tablo-sol .kutu .fav-but img {
                float: left;
                width: 21px;
                height: auto;
                margin: 0 10px 0 0;
            }

            .sayfafull .soltaraf .tablo-sol .kutu .fav-but span {
                float: right;
                color: #cacaca;
                font-size: 13px;
            }

            .sayfafull .soltaraf .tablo-sol .kutu .fav-but.pasif {
                background-color: #cacaca;
                border: 1px solid #bbb;
                color: #7f7f7f;
                width: calc(100% - 60px) !important;
                margin: 0 0 10px 15px !important;
            }

    .sayfafull .soltaraf .tablo-sol .bell-link {
        width: 30px;
        display: inline-block;
        margin: 7px;
    }

    .sayfafull .soltaraf .tablo-sol .kutu .fav-but.pasif:hover {
        background-color: #d6d2d2;
    }

    .sayfafull .soltaraf .tablo-sol .kutu .fav-but.pasif:active {
        background-color: #cacaca;
    }

    .sayfafull .soltaraf .tablo-sol .kutu .fav-but.pasif span {
        color: #afafaf;
    }

    .sayfafull .soltaraf .tablo-sol .kutu .aciklama {
        width: 100%;
        float: left;
        color: #999;
        font-size: 12px;
        padding: 0 15px 15px 15px;
        box-sizing: border-box;
    }

        .sayfafull .soltaraf .tablo-sol .kutu .aciklama a {
            text-decoration: underline;
        }

    .sayfafull .soltaraf .tablo-sol .kutu hr {
        width: calc(100% - 20px);
        margin: 10px 10px;
        float: left;
        border: none;
        height: 1px;
        background-color: #dfdfdf;
    }

    .sayfafull .soltaraf .tablo-sol .kutu ul {
        width: 100%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .sayfafull .soltaraf .tablo-sol .kutu ul li {
            width: 100%;
            float: left;
            margin: 0 0 5px 0;
        }

            .sayfafull .soltaraf .tablo-sol .kutu ul li a.kullaniciadi {
                float: left;
                color: #000;
                font-weight: bold;
                font-size: 14px;
            }

                .sayfafull .soltaraf .tablo-sol .kutu ul li a.kullaniciadi:hover {
                    color: red;
                }

                .sayfafull .soltaraf .tablo-sol .kutu ul li a.kullaniciadi span {
                    color: #999;
                    font-weight: normal;
                }

            .sayfafull .soltaraf .tablo-sol .kutu ul li a.kullanicimesaj {
                float: right;
            }

            .sayfafull .soltaraf .tablo-sol .kutu ul li a.altforum {
                font-size: 14px;
                color: #000;
                float: left;
                padding: 4px 0;
            }

                .sayfafull .soltaraf .tablo-sol .kutu ul li a.altforum:hover {
                    color: red;
                }

            .sayfafull .soltaraf .tablo-sol .kutu ul li .mesajsayisi {
                float: right;
                font-size: 13px;
                color: #000;
                padding: 4px 0;
            }

                .sayfafull .soltaraf .tablo-sol .kutu ul li .mesajsayisi.bos {
                    color: #999;
                }

.sayfafull .soltaraf .tablo-kismi {
    width: calc(100% - 305px);
    float: left;
    background-color: #f2f2f2;
    min-width: 932px;
}

    .sayfafull .soltaraf .tablo-kismi .ust-kisim {
        width: 100%;
        float: left;
        background-color: #dfdfdf;
        height: 50px;
    }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .ortak {
            float: left;
            border-right: 1px solid #d0d0d0;
            font-size: 12px;
            line-height: 50px;
            text-align: center;
            box-sizing: border-box;
        }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .one-cikar {
            width: 70px;
            color: #666;
        }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler {
            width: calc(100% - 350px);
            text-align: left;
            padding: 0 5px;
        }

            .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler span {
                float: left;
                padding: 0 8px;
                cursor: pointer;
                color: #666;
                font-size: 13px;
                position: relative;
            }

                .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler span:hover {
                    opacity: 0.8;
                }

                .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler span.sureklibold {
                    font-weight: bold;
                    color: #333;
                }

                    .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler span.sureklibold.aktif:after {
                        content: '';
                        position: absolute;
                        top: 100%;
                        left: 8px;
                        right: 8px;
                        height: 3px;
                        background-color: #e46d2d;
                        margin: -3px 0 0 0;
                    }

                .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler span.aktif {
                    color: #e46d2d;
                }

                .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler span i {
                    position: absolute;
                    top: 9px;
                    right: -7px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    border: 1px solid #ccc;
                    background-color: rgba(255,255,255,.5);
                    font-size: 9px;
                    line-height: 15px;
                    text-align: center;
                    font-style: normal;
                }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .ortak .filtre {
            float: right;
            color: #999;
            font-size: 12px;
            line-height: 20px;
            padding: 5px 0;
            text-align: center;
        }

            .sayfafull .soltaraf .tablo-kismi .ust-kisim .ortak .filtre select {
                width: 100px;
                float: right;
                border: 1px solid #c8c8c8;
                border-radius: 3px;
                padding: 2px 0;
                margin: -1px 0 0 0;
                outline: none;
                background: #fefefe;
                background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7 100%);
                background: -webkit-linear-gradient(top, #fefefe 0%,#e7e7e7 100%);
                background: linear-gradient(to bottom, #fefefe 0%,#e7e7e7 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 );
            }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .cevap-okunma {
            width: 60px;
            color: #fa6906;
        }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .son-mesaj {
            border: none;
            width: 160px;
            text-align: right;
            color: #fa6906;
            padding: 0 13px 0 0;
        }

            .sayfafull .soltaraf .tablo-kismi .ust-kisim .son-mesaj a {
                color: #fa6906;
            }

    .sayfafull .soltaraf .tablo-kismi .satir {
        width: 100%;
        float: left;
        border-top: 1px solid #d0d0d0;
        display: flex
    }

        .sayfafull .soltaraf .tablo-kismi .satir .ortak {
            float: left;
            border-right: 1px solid #d0d0d0;
            box-sizing: border-box;
        }

        .sayfafull .soltaraf .tablo-kismi .satir .one-cikar {
            width: 70px;
            text-align: center;
            padding: 16px 0;
            color: #666;
            font-size: 15px;
            font-weight: bold;
            cursor: pointer;
            position: relative;
        }

            .sayfafull .soltaraf .tablo-kismi .satir .one-cikar .oysuz {
                width: 7px;
                height: 7px;
                display: inline-block;
                border-radius: 50%;
                background-color: #666;
            }

            .sayfafull .soltaraf .tablo-kismi .satir .one-cikar.aktif {
                color: #e46d2d;
            }

            .sayfafull .soltaraf .tablo-kismi .satir .one-cikar img {
                width: 25px;
                display: inline-block;
                margin: 0 0 2px 0;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translate(-50%, 0);
            }

        .sayfafull .soltaraf .tablo-kismi .satir .konu {
            width: calc(100% - 350px);
            padding: 0 0 0 15px;
        }

            .sayfafull .soltaraf .tablo-kismi .satir .konu.resimli {
                padding: 0;
            }

            .sayfafull .soltaraf .tablo-kismi .satir .konu .resim {
                position: relative;
                width: 80px;
                height: 80px;
                float: left;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                margin: 0 15px 0 0;
            }

                .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but {
                    position: absolute;
                    background-color: #f1f1f1;
                    border-radius: 5px 0 0 0;
                    border-top: 1px solid #d0d0d0;
                    border-left: 1px solid #d0d0d0;
                    width: 25px;
                    height: 25px;
                    right: 0;
                    bottom: 0;
                    text-align: center;
                    padding: 5px 0;
                    box-sizing: border-box;
                    cursor: pointer;
                }

                    .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but .resim1 {
                        width: 15px;
                        height: auto;
                        display: inline-block;
                    }

                    .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but.tekresim .resim1 {
                        width: 18px;
                    }

                    .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but .resim2 {
                        position: absolute;
                        width: 7px;
                        right: -1px;
                        Bottom: 2px;
                    }

                    .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but .resim3 {
                        display: none;
                    }

                    .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but.carpi {
                        background-color: #d0d0d0;
                    }

                        .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but.carpi .resim3 {
                            width: 15px;
                            height: auto;
                            display: inline-block;
                        }

                        .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but.carpi .resim2 {
                            display: none;
                        }

                        .sayfafull .soltaraf .tablo-kismi .satir .konu .resim .resim-but.carpi .resim1 {
                            display: none;
                        }

        .sayfafull .soltaraf .tablo-kismi .satir .ortak .acilan-kisim {
            width: 100%;
            float: left;
            display: none;
        }

            .sayfafull .soltaraf .tablo-kismi .satir .ortak .acilan-kisim .icerik {
                width: calc(100% - 95px);
                float: right;
                padding: 0 10px 10px 0;
                box-sizing: border-box;
            }

.custom-carousel {
    width: 100%;
    float: left;
}

    .custom-carousel figure {
        display: none;
    }

    .custom-carousel .forum-galeri-main img {
        width: auto !important;
        height: auto !important;
        max-height: 100% !important;
        max-width: 100% !important;
        border-radius: 0;
    }

    .custom-carousel a.forum-galeri-main {
        height: auto;
        background-size: initial;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .custom-carousel .resimler {
        width: 100%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
    }

    .custom-carousel .resim-slide {
        display: inline-block;
        width: 100%;
        padding-bottom: 75%;
        position: relative;
    }

        .custom-carousel .resim-slide img {
            position: absolute;
            max-height: 100%;
            max-width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .custom-carousel .yonlendirme {
        width: 100%;
        float: left;
        position: relative;
    }

        .custom-carousel .yonlendirme .onceki {
            float: left;
            font-size: 13px;
            color: #666 !important;
            padding: 5px 5px 5px 0;
        }

        .custom-carousel .yonlendirme .sonraki {
            float: right;
            font-size: 13px;
            color: #ff6600 !important;
            font-weight: bold;
            padding: 5px 0 5px 5px;
        }

        .custom-carousel .yonlendirme .sayilar {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            font-size: 14px;
        }

.sayfafull .soltaraf .tablo-kismi .satir .konu.resimli .sag {
    width: calc(100% - 95px);
}

.sayfafull .soltaraf .tablo-kismi .satir .konu .sag {
    float: left;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    display: table;
    position: relative;
}

    .sayfafull .soltaraf .tablo-kismi .satir .konu .sag .dikey-ortala {
        vertical-align: middle;
        display: table-cell;
        height: 63px;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .konu .sag .konu-adi {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        max-width: calc(100% - 30px);
        float: left;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
    }

        .sayfafull .soltaraf .tablo-kismi .satir .konu .sag .konu-adi:hover {
            color: red;
        }
        .sayfafull .soltaraf .tablo-kismi .satir .konu .sag .konu-adi:visited {
            color: blue;
        }

.sayfafull .soltaraf .tablo-kismi .satir .sag .alt {
    width: 100%;
    float: left;
    margin: 4px 0 0 0;
    color: #999;
    font-size: 13px;
    position: relative;
}

    .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .kisitla {
        float: left;
        max-width: calc(100% - 160px);
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .kullaniciadi {
        color: #333;
    }

        .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .kullaniciadi:hover {
            color: red;
        }

    .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .kategori {
        color: #e77f40;
    }

        .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .kategori:hover {
            text-decoration: underline;
        }

    .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .baglanti {
        margin: 1px 11px 0 0;
        color: #e46d2d;
        font-size: 12px;
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        right: 0;
        bottom: 2px;
    }

        .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .baglanti:hover {
            text-decoration: underline;
        }

        .sayfafull .soltaraf .tablo-kismi .satir .sag .alt .baglanti img {
            width: 11px;
            height: auto;
            float: left;
            margin: 2px 5px 0 0;
        }

.sayfafull .soltaraf .tablo-kismi .satir .cevap-okunma {
    color: #000;
    width: 60px;
    text-align: center;
    line-height: 70px;
}

.sayfafull .soltaraf .tablo-kismi .satir .son-mesaj {
    float: right;
    border: none;
    padding: 19px 10px 19px 5px;
    box-sizing: border-box;
    text-align: right;
    line-height: 16px;
    color: #000;
    font-size: 12px;
    width: 160px;
}

    .sayfafull .soltaraf .tablo-kismi .satir .son-mesaj a {
        color: #000;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }

        .sayfafull .soltaraf .tablo-kismi .satir .son-mesaj a:hover {
            color: red;
        }

.sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu {
    position: absolute;
    top: 0;
    right: 0;
}

    .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu input[type="checkbox"] {
        position: absolute;
        left: -99999px;
        top: -9999px;
        visibility: hidden;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu label {
        padding: 10px;
        display: inline-block;
        cursor: pointer;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu input[type="checkbox"]:checked ~ .acilir-menu {
        display: inline-block;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu {
        display: none;
        z-index: 99;
        position: absolute;
        width: 156px;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #f19700;
        right: 0;
        top: 100%;
        margin: 3px 0 0 0;
        box-shadow: 0px 6px 17px 0px rgba(142, 142, 142, 0.58)
    }

        .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu:after {
            content: '';
            position: absolute;
            bottom: 100%;
            right: 7px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #f90;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

        .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li {
            float: left;
            width: 100%;
            height: 30px;
            list-style-type: none;
        }

            .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li:hover {
                background-color: #f1f1f1;
            }

            .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li a {
                line-height: 30px;
                height: 100%;
                color: #4c4c4c;
                font-size: 12px;
                float: left;
                width: 100%;
                padding: 0 8px 0 8px;
                box-sizing: border-box;
            }

                .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li a img {
                    float: left;
                    margin: 8px 7px 0 0;
                }

            .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li.yonetim {
                background-color: #f1f1f1;
                padding: 0 8px;
                box-sizing: border-box;
            }

                .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li.yonetim a {
                    width: auto;
                    text-align: center;
                    margin: 0 2px 0 0;
                }

                    .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li.yonetim a:hover {
                        background-color: #dadada;
                    }

                    .sayfafull .soltaraf .tablo-kismi .satir .sag .sag-menu .acilir-menu li.yonetim a img {
                        float: initial;
                        display: inline-block;
                        margin: 8px 0;
                    }

.forumlistesi .forumnames .yeni-alt {
    border: 1px solid #c79135;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0;
    position: relative;
}

    .forumlistesi .forumnames .yeni-alt .alt-ac:hover {
        background-color: #f5b447;
        color: #000;
    }

    .forumlistesi .forumnames .yeni-alt .alt-nedir:hover {
        color: #000;
    }

    .forumlistesi .forumnames .yeni-alt .alt-ac {
        border-radius: 5px;
        border-right: 1px solid #c79135;
        padding: 0 8px;
        margin: 0 3px 0 0;
        float: left;
    }

    .forumlistesi .forumnames .yeni-alt .alt-nedir {
        display: inline-block;
        padding: 0px 8px 0 4px;
        color: #c79135;
    }

        .forumlistesi .forumnames .yeni-alt .alt-nedir span {
            display: none;
            position: absolute;
            right: -260px;
            top: -60px;
            width: 250px;
            color: #000;
            background-color: #eddec5;
            border: 1px solid #a8a8a8;
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
            font-size: 12px;
            line-height: 18px;
            padding: 5px 10px;
        }

        .forumlistesi .forumnames .yeni-alt .alt-nedir:hover span {
            display: inline-block;
        }

.forumlistesi .forumnames .istek-gor {
    color: #000;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 8px;
}

    .forumlistesi .forumnames .istek-gor b {
        text-decoration: underline;
    }

    .forumlistesi .forumnames .istek-gor:hover {
        text-decoration: underline;
    }

@media screen and (max-width:1490px) {
    .sayfafull .soltaraf .tablo-kismi .ust-kisim .one-cikar {
        width: 50px;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .one-cikar {
        width: 70px;
        text-align: center;
        padding: 16px 0;
        color: #666;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

        .sayfafull .soltaraf .tablo-kismi .satir .one-cikar img {
            width: 20px;
        }

    .sayfafull .soltaraf .tablo-kismi .ust-kisim .son-mesaj {
        width: 140px;
    }

    .sayfafull .soltaraf .tablo-kismi .satir .son-mesaj {
        width: 140px;
        font-size: 11px;
    }

    .sayfafull .soltaraf .tablo-kismi {
        min-width: 892px;
    }

        .sayfafull .soltaraf .tablo-kismi .ust-kisim .secenekler {
            width: calc(100% - 310px);
        }

        .sayfafull .soltaraf .tablo-kismi .satir .konu {
            width: calc(100% - 310px);
        }

    .sayfafull .soltaraf .tablo-kismi {
        width: calc(100% - 340px);
    }

    .sayfafull.altforumlu {
        min-width: 1380px !important;
    }

        .sayfafull.altforumlu .soltaraf {
            min-width: 1190px !important;
            width: calc(100% - 245px);
        }
}

.forumsimgesigovde {
    overflow: hidden;
    min-width: 450px;
}

    .forumsimgesigovde .info {
        color: #999;
        font-size: 13px;
        font-family: verdana;
        margin: 0;
        float: left;
        line-height: 18px;
        display: inline-block;
        width: 100%;
    }

        .forumsimgesigovde .info .infoikon {
            display: inline-block;
            margin: 1px 5px 0 0;
            float: left;
        }

        .forumsimgesigovde .info .vurgula {
            color: #ff7800;
        }

    .forumsimgesigovde .sutun1 {
        width: 347px;
        height: 118px;
        float: left;
        padding: 0 5px 0 0;
    }

        .forumsimgesigovde .sutun1 .simgeekle {
            width: 100%;
            background-color: #fff;
            height: 106px;
            border-radius: 4px;
            border: 1px solid #c8c8c8;
        }

            .forumsimgesigovde .sutun1 .simgeekle .simgeikon {
                padding: 15px 10px 0 25px;
                width: 90px;
                float: left;
                text-align: center;
            }

            .forumsimgesigovde .sutun1 .simgeekle .butonlar {
                overflow: hidden;
                width: 200px;
                float: right;
                padding: 25px 20px 0 0;
            }

    .forumsimgesigovde .sutun2 {
        overflow: hidden;
        height: 106px;
        border-radius: 4px;
        border: 1px solid #c8c8c8;
        background-color: #e4e4e4;
    }

        .forumsimgesigovde .sutun2 p {
            overflow: hidden;
            margin: 0px;
            color: #000000;
            font-size: 13px;
            line-height: 15px;
            padding: 16px 13px;
        }

        .forumsimgesigovde .sutun2 .simgeler {
            overflow: hidden;
            padding: 0 13px;
        }

            .forumsimgesigovde .sutun2 .simgeler .simge {
                margin: 0 4px 0 0;
            }


/*tt*/

/*anasayfa*/

.forumicerigi .anakonu .yeni-alt {
    float: right;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

    .forumicerigi .anakonu .yeni-alt a {
        font-weight: normal;
        color: #000;
        font-size: 12px;
        line-height: 19px;
        display: inline-block;
        position: relative;
    }

    .forumicerigi .anakonu .yeni-alt .ac {
        padding: 0 7px;
        background-color: #fff;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        z-index: 9;
    }

    .forumicerigi .anakonu .yeni-alt .nedir {
        background-color: #cfcfcf;
        border-radius: 0 5px 5px 0;
        width: 25px;
        text-align: center;
        margin: 0px 0 0 -7px;
        z-index: 8;
    }

        .forumicerigi .anakonu .yeni-alt .nedir:hover:after {
            content: attr(data-description);
            position: absolute;
            right: -220px;
            top: 21px;
            box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.35);
            padding: 10px;
            line-height: 16px;
            background-color: #fffffd;
            border: 1px solid #a8a8a8;
            color: #000;
            font-size: 12px;
            width: 220px;
            text-align: left;
        }

.soltaraf .populerkonu .enust .hizli-filtre {
    float: left;
    margin: 0 25px;
    width: calc(100% - 681px);
    max-width: 690px;
}

    .soltaraf .populerkonu .enust .hizli-filtre input[type="text"] {
        display: inline-block;
        width: 100%;
        border: 1px solid #fe7800;
        background-color: #fff;
        padding: 5px 10px;
        box-sizing: border-box;
        outline: none;
    }

@media screen and (max-width:1366px) {
    .soltaraf .populerkonu .enust .hizli-filtre {
        width: calc(100% - 565px);
        max-width: 400px;
    }

    .soltaraf.mini .populerkonu {
        min-width: initial;
        width: 100% !important;
        margin: 0 0 20px 0;
        box-sizing: border-box;
    }
    
    .sagtaraf.wide{
        margin:0 0 0 13px;
    }
}

.sayfafull .soltaraf .hizli-forum-arama {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}

    .sayfafull .soltaraf .hizli-forum-arama .bilgi-satir {
        width: 100%;
        Float: left;
        color: #000;
        font-size: 13px;
    }

    .sayfafull .soltaraf .hizli-forum-arama .input-tut {
        position: relative;
        display: inline-block;
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
    }

    .sayfafull .soltaraf .hizli-forum-arama input[type="text"] {
        width: calc(100% + 2px);
        float: left;
        box-sizing: border-box;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.64) 0%, rgba(215, 215, 215, 0.64) 100%);
        border: 1px solid #999;
        font-size: 16px;
        font-family: Arial;
        padding: 12px 55px 12px 10px;
        outline: none;
    }

    .sayfafull .soltaraf .hizli-forum-arama .hizli-arama-git {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 10px;
        background: none;
        outline: none;
        border: none;
        cursor: pointer;
    }

    .sayfafull .soltaraf .hizli-forum-arama .tahminler {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: calc(100% + 2px);
        background-color: #fff;
        padding: 3px;
        box-sizing: border-box;
        border: 1px solid #999;
        z-index: 99;
        box-shadow: 0px 7px 9px 5px rgba(0,0,0,0.2);
    }

        .sayfafull .soltaraf .hizli-forum-arama .tahminler li {
            width: 100%;
            float: left;
        }

            .sayfafull .soltaraf .hizli-forum-arama .tahminler li a {
                width: 100%;
                float: left;
                color: #666;
                font-size: 14px;
                padding: 14px 12px;
                box-sizing: border-box;
                font-weight: bold;
                font-family: Arial;
            }

                .sayfafull .soltaraf .hizli-forum-arama .tahminler li a:hover {
                    background-color: #eee;
                }

                .sayfafull .soltaraf .hizli-forum-arama .tahminler li a b {
                    color: #000;
                }

                .sayfafull .soltaraf .hizli-forum-arama .tahminler li a .alt-forum {
                    color: #999;
                    font-size: 13px;
                    display: inline-block;
                    font-weight: normal;
                }

                .sayfafull .soltaraf .hizli-forum-arama .tahminler li a .favori-sayisi {
                    float: right;
                    color: #999;
                    font-weight: normal;
                }


/*anasayfa*/

/*yeniac*/

.sayfafull .uyarilar {
    width: 100%;
    float: left;
}

    .sayfafull .uyarilar .kutu {
        width: 100%;
        float: left;
        padding: 16px 17px 16px 70px;
        box-sizing: border-box;
        font-size: 13px;
        position: relative;
        line-height: 17px;
        background-color: #f1f1f1;
        border: 1px solid #c8c8c8;
        color: #000;
        margin: 0 0 24px 0;
    }

        .sayfafull .uyarilar .kutu a {
            text-decoration: underline;
            color: #000;
        }

        .sayfafull .uyarilar .kutu.kirmizi {
            background-color: #ff0000;
            border: 1px solid #c01919;
            color: #fff !important;
        }

        .sayfafull .uyarilar .kutu img {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translate(0,-50%);
        }

        .sayfafull .uyarilar .kutu.kirmizi a {
            color: #fff;
        }

.sayfafull .altforumac select {
    width: 350px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    float: lef;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 3px 0;
    margin: 0 10px 0 0;
    outline: none;
}

.sayfafull .altforumac .yenikonusatir .yenikonusutun2 {
    padding: 5px;
}

.sayfafull .altforumac .yenikonusutun2 .kutu {
    border: none;
    width: auto;
    color: #000;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}

    .sayfafull .altforumac .yenikonusutun2 .kutu input[type="radio"] {
        float: left;
    }

    .sayfafull .altforumac .yenikonusutun2 .kutu label {
        font-weight: bold;
        font-size: 13px;
    }

.sayfafull .altforumac .yenikonusutun2 .inputstyle {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    width: 100%;
    line-height: 32px;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    float: left;
}

.sayfafull .altforumac .yenikonusutun2 .baslik {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    line-height: 16px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.sayfafull .altforumac .yenikonusutun2 .tut {
    position: relative;
    display: inline-block;
    float: left;
}

    .sayfafull .altforumac .yenikonusutun2 .tut .liste {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #f1f1f1;
        border: 1px solid #d0d0d0;
        border-top: none;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
        z-index: 99;
    }

        .sayfafull .altforumac .yenikonusutun2 .tut .liste li {
            width: 100%;
            float: left;
            border-bottom: 1px solid #d0d0d0;
        }

            .sayfafull .altforumac .yenikonusutun2 .tut .liste li a {
                width: 100%;
                float: left;
                padding: 3px 6px;
                box-sizing: border-box;
                color: #000;
                font-size: 12px;
                line-height: 35px;
            }

                .sayfafull .altforumac .yenikonusutun2 .tut .liste li a:hover {
                    background-color: #f8f8f8;
                }

                .sayfafull .altforumac .yenikonusutun2 .tut .liste li a img {
                    width: 35px;
                    height: 35px;
                    float: left;
                    margin: 0 10px 0 0;
                }

.sayfafull .altforumac .yenikonusutun2 .textareastyle {
    width: 100%;
    float: left;
    height: 112px;
    resize: none;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
    font-family: Arial;
    padding: 4px 5px;
}

.sayfafull .altforumac .yenikonusutun2 .ek-kutu {
    float: left;
    background-color: #e4e4e4;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    margin: 0 0 0 10px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 5px 4px 12px;
}

    .sayfafull .altforumac .yenikonusutun2 .ek-kutu a {
        float: right;
        background-color: #ff0000;
        color: #fff;
        border-radius: 5px;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        margin: 0px 0 0px 11px;
        padding: 3px 8px;
    }

.sayfafull .altforumac .yenikonusatir.butonlar {
    text-align: center;
    display: inline-block;
    padding: 15px 0;
}

.butonlar .btn {
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    border: 1px solid #cecece;
    background-color: #fffefb;
    padding: 5px 8px;
    display: inline-block;
    margin: 0 5px 0 0;
    z-index: 9;
    position: relative;
}

    .butonlar .btn.yesil {
        background-color: #1ca425;
        color: #fff !important;
    }

    .butonlar .btn.turuncu {
        background-color: #ff7800;
        color: #fff;
    }

    .butonlar .btn:hover {
        opacity: 0.8;
    }

.sayfafull .taslak-not {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    padding: 10px 0;
}

    .sayfafull .taslak-not a {
        color: #000;
        text-decoration: underline;
    }
/*yeniac*/

/*panel*/

.alt-forum-onerileri {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #d1d1d1;
    background-color: #f2f2f2;
}

    .alt-forum-onerileri .baslik {
        width: 100%;
        float: left;
        text-align: center;
        background-color: #e0e0e0;
        border-bottom: 1px solid #d1d1d1;
        font-size: 14px;
        color: #FF6000;
        font-weight: bold;
        line-height: 24px;
    }

    .alt-forum-onerileri .menuler {
        width: 100%;
        float: left;
    }

        .alt-forum-onerileri .menuler .tab {
            float: left;
        }

            .alt-forum-onerileri .menuler .tab a {
                color: #666666;
                font-size: 13px;
                float: left;
                margin: 0 5px 0 0;
                padding: 12px 9px;
                position: relative;
            }

                .alt-forum-onerileri .menuler .tab a.aktif {
                    color: #f46504;
                    font-weight: bold;
                }

                    .alt-forum-onerileri .menuler .tab a.aktif:after {
                        content: '';
                        position: absolute;
                        left: 8px;
                        right: 8px;
                        height: 3px;
                        bottom: 0;
                        background-color: #f46504;
                    }

                .alt-forum-onerileri .menuler .tab a:hover {
                    text-decoration: underline;
                }

                .alt-forum-onerileri .menuler .tab a.aktif:hover {
                    text-decoration: none;
                }

        .alt-forum-onerileri .menuler .sunasirala {
            float: right;
            color: #666;
            font-size: 13px;
            font-weight: bold;
            padding: 7px 10px;
        }

            .alt-forum-onerileri .menuler .sunasirala select {
                border: 1px solid #c8c8c8;
                border-radius: 3px;
                background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
                display: inline-block;
                padding: 3px 4px;
            }

.btn-style-renkli {
    display: inline-block;
    background-color: #f1f1f1;
    border: 1px solid #b3b3b3;
    border-radius: 11px;
    color: #d47e14 !important;
    padding: 0 10px;
    margin: 0 0 0 5px;
}

    .btn-style-renkli b {
        color: #509f20;
    }

    .btn-style-renkli span {
        color: #7a7a7a;
    }

    .btn-style-renkli:hover {
        background-color: #f8f8f8;
    }

.forumdizin .alt-forum-arama {
    display: inline-block;
}

    .forumdizin .alt-forum-arama input[type="text"] {
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        background-color: #fff;
        outline: none;
        display: inline-block;
        padding: 3px 0;
        margin: 0 0 0 10px;
    }

    .forumdizin .alt-forum-arama button {
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 6px;
        margin: 0 0 0 -5px;
        border-left: 1px solid #d0d0d0;
    }

.alt-forum-onerileri .tablo-baslik {
    width: 100%;
    float: left;
    background-color: #e0e0e0;
}

    .alt-forum-onerileri .tablo-baslik div {
        border-right: 1px solid #d0d0d0;
        float: left;
        line-height: 26px;
        color: #FF6000;
        font-weight: bold;
        text-align: center;
        font-size: 13px;
        box-sizing: border-box;
    }

.alt-forum-onerileri .durum {
    width: 120px;
}

.alt-forum-onerileri .forumadi {
    width: calc(100% - 680px);
}

.alt-forum-onerileri .oneren {
    width: 160px;
}

.alt-forum-onerileri .zaman {
    width: 210px;
}

.alt-forum-onerileri .tablo-baslik .yanit a {
    text-decoration: underline;
    color: #FF6000;
}

.alt-forum-onerileri .yanit {
    width: 190px;
}

.alt-forum-onerileri .satir {
    width: 100%;
    float: left;
    min-height: 42px;
    display: flex;
    border-bottom: 1px solid #d0d0d0;
}

    .alt-forum-onerileri .satir > div {
        float: left;
        border-right: 1px solid #d0d0d0;
        box-sizing: border-box;
        position: relative;
    }

    .alt-forum-onerileri .satir .durum {
        text-align: center;
        line-height: 16px;
        font-size: 12px;
    }

    .alt-forum-onerileri .satir .forumadi {
        position: relative;
    }

        .alt-forum-onerileri .satir .forumadi .yonetim-ozel {
            position: absolute;
            right: 8px;
            top: 8px;
            color: #999;
            font-size: 11px;
            width: 110px;
            text-align: right;
        }

        .alt-forum-onerileri .satir .forumadi .yonetim-panelinde-gor {
            position: absolute;
            right: 9px;
            top: 9px;
            border-radius: 11px;
            border: 1px solid #b3b3b3;
            background-color: #fff;
            font-size: 11px !important;
            color: #55a825;
            font-size: 14px;
            display: inline-block;
            padding: 4px 13px;
            font-weight: bold;
        }

        .alt-forum-onerileri .satir .forumadi .ortala {
            padding: 0 0 0 10px;
        }

        .alt-forum-onerileri .satir .forumadi a {
            box-sizing: border-box;
            font-size: 13px;
            float: left;
            padding: 13px 0 13px 10px;
        }

    .alt-forum-onerileri .satir .ortala {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%;
        left: 0;
        color: #999;
        font-size: 11px;
    }

        .alt-forum-onerileri .satir .ortala span.siyah {
            color: #000;
        }

        .alt-forum-onerileri .satir .ortala span.mavi {
            color: #002aff;
        }

        .alt-forum-onerileri .satir .ortala span {
            font-size: 13px;
        }

    .alt-forum-onerileri .satir .oneren {
        text-align: center;
        font-weight: bold;
    }

    .alt-forum-onerileri .satir .zaman {
        text-align: center;
    }

        .alt-forum-onerileri .satir .zaman .ortala {
            color: #000;
        }

    .alt-forum-onerileri .satir .yanit {
        box-sizing: border-box;
        text-align: right;
        border: none;
    }

        .alt-forum-onerileri .satir .yanit .ortala {
            left: initial;
            right: 10px;
            color: #000;
        }

        .alt-forum-onerileri .satir .yanit a {
            font-weight: bold;
        }

.sari {
    color: #f9a704;
}
/*panel*/


/*istek detayi*/

.istek-cevap-uyari {
    width: 100%;
    float: left;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px 0;
}

    .istek-cevap-uyari b {
        color: #ff0000;
        font-weight: bold;
    }

    .istek-cevap-uyari a {
        text-decoration: underline;
        color: #000;
    }

.yenikonuac.hizlicevap .ayir {
    width: calc(100% - 310px);
    float: left;
}

.yenikonuac.hizlicevap .ozel-cevaplar {
    width: 300px;
    float: right;
}

    .yenikonuac.hizlicevap .ozel-cevaplar b {
        width: 100%;
        float: left;
        color: #000;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .yenikonuac.hizlicevap .ozel-cevaplar a {
        display: inline-block;
        background-color: #fffefb;
        border: 1px solid #cecece;
        border-radius: 5px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        font-family: Arial;
        margin: 0 5px 5px 0;
        padding: 2px 8px;
    }

.yenikonuac.hizlicevap.destekmesaj-satir .ozel-cevaplar {
    margin: 10px 0 0 0;
}

    .yenikonuac.hizlicevap.destekmesaj-satir .ozel-cevaplar a {
        padding: 7px 8px;
    }

.yenikonuac.hizlicevap .butonlar a {
    border: 1px solid #cecece;
    border-radius: 5px;
    float: left;
    margin: 0 5px 5px 0;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    padding: 2px 8px;
}

.yenikonuac.hizlicevap.destekmesaj-satir .butonlar a {
    padding: 7px 8px;
}

.yenikonuac.hizlicevap .butonlar a.turuncu {
    background-color: #ff7800;
}

.yenikonuac.hizlicevap .butonlar a.yesil {
    background-color: #1ca425;
}

.yenikonuac.hizlicevap .butonlar a.kirmizi {
    background-color: #a00002;
}

.yenikonuac.hizlicevap .butonlar a.gri {
    background-color: #545454;
}

.yenikonuac.hizlicevap .butonlar a.beyaz {
    background-color: #fffefb;
    color: #000 !important;
}

.yenikonuac.hizlicevap .butonlar a.yesil2 {
    background-color: #03620a;
}

.yenikonuac.hizlicevap .butonlar a.kirmizi2 {
    background-color: #630506;
}

.yenikonuac.hizlicevap .butonlar a.siyah {
    background-color: #000000;
}

.yenikonuac.hizlicevap .butonlar a.gri2 {
    background-color: #cfcfcf;
    color: #000 !important;
}

.mesaj-altkisim .alt-uyari {
    width: 100%;
    float: left;
    line-height: 20px;
    font-size: 13px;
}

/*istek detayi*/

/*düzenleme ekrani*/

.sayfafull .altforumac .yenikonusutun2 #aciklama-sayac {
    float: right;
    width: 100px;
    color: #000;
    font-size: 13px;
    line-height: 32px;
}

/*düzenleme ekrani*/

/*icerik oluştur*/

.yenikonusatir .yenikonusutun2.hangi-forumda span {
    float: left;
    line-height: 34px;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.yenikonusatir .yenikonusutun2.hangi-forumda .input-tut {
    float: left;
    position: relative;
}

    .yenikonusatir .yenikonusutun2.hangi-forumda .input-tut .tahminler {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #e4e4e4;
        border: 1px solid #d0d0d0;
        border-radius: 2px;
        width: 100%;
        box-sizing: border-box;
        margin: -1px 0 0 0;
        display: none;
    }

    .yenikonusatir .yenikonusutun2.hangi-forumda .input-tut input[type="text"]:focus ~ .tahminler {
        display: inline-block;
    }

    .yenikonusatir .yenikonusutun2.hangi-forumda .input-tut .tahminler li {
        width: 100%;
        float: left;
        margin: 0 0 3px 0;
        border-bottom: 1px solid #d0d0d0;
    }

        .yenikonusatir .yenikonusutun2.hangi-forumda .input-tut .tahminler li:last-child {
            border: none;
        }

        .yenikonusatir .yenikonusutun2.hangi-forumda .input-tut .tahminler li a {
            width: 100%;
            float: left;
            padding: 3px 6px;
            box-sizing: border-box;
            color: #000;
        }

            .yenikonusatir .yenikonusutun2.hangi-forumda .input-tut .tahminler li a:hover {
                background-color: #f8f8f8;
            }

.yenikonusatir .yenikonusutun2.kutuweight .kutu label {
    font-weight: normal;
}

.sayfafull .altforumac .yenikonusutun2 .uyarilar {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 0 5px 7px;
    box-sizing: border-box;
}

    .sayfafull .altforumac .yenikonusutun2 .uyarilar img {
        float: left;
        margin: 3px 5px 0 0;
    }

.sayfafull .altforumac .yenikonusutun2 .uyarilar2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 13px;
    padding: 5px 0 5px 7px;
    box-sizing: border-box;
}

    .sayfafull .altforumac .yenikonusutun2 .uyarilar2 img {
        float: left;
        margin: 4px 5px 0 0;
    }

    .sayfafull .altforumac .yenikonusutun2 .uyarilar2 a {
        font-weight: bold;
        text-decoration: underline;
    }

.sayfafull .altforumac .yenikonusutun2 .uyarilar3 {
    width: 100%;
    float: left;
    color: #ff0000;
    padding: 5px 0 5px 7px;
    box-sizing: border-box;
}

    .sayfafull .altforumac .yenikonusutun2 .uyarilar3 img {
        float: left;
        margin: 4px 5px 0 0;
    }

.sayfafull .altforumac .yenikonusutun2 .kutu input[type="checkbox"] {
    float: left;
    margin: 3px 5px 0 0;
}

.yenikonusatir .yenikonusutun2 #baglantiaciklamasi-span {
    float: right;
    font-size: 13px;
    color: #ff0000;
}

/*icerik oluştur*/


/*OpenGraph*/

.opengraph-content {
    width: calc(100% - 30px);
    float: left;
    display: flex;
    background-color: #fff;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
    position: relative;
    margin: 0 30px 30px 0;
    font-family: Arial;
}

.resimli .content-gorsel {
    width: 210px;
    height: 210px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-sol, .content-sag {
    float: left;
    position: relative;
    z-index: 9;
}

.content-sag {
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
    width: calc(100% - 201px);
}

.resimli .content-sag h1, .resimsiz .content-sag h1 {
    float: left;
    margin: 0;
    font-size: 29px;
    font-weight: bold;
}

    .resimli .content-sag h1 a, .resimsiz .content-sag h1 a {
        color: #111 !important;
        text-decoration: none;
    }

.resimli .content-sag p, .resimsiz .content-sag p {
    color: #666666;
    font-size: 15px;
    width: 100%;
    float: left;
    margin: 10px 0 30px 0;
    line-height: 16px;
    max-height: 64px;
    overflow: hidden;
}

.resimli .content-sag .paylas-link-tut, .resimsiz .content-sag .paylas-link-tut {
    float: left;
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: calc(100% - 30px);
}

.paylas-link-tut .paylas-link:hover {
    text-decoration: underline !important;
}

.paylas-link-tut .paylas-link {
    color: #111 !important;
    font-size: 19px;
    text-decoration: none;
    width: auto;
    max-width: calc(100% - 48px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('/static/forum/img/share-icon.png') no-repeat center right;
    padding-right: 25px;
}

.content .sag-menu .menu-ac {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
}

.opengraph-content .content-sag div.content-h1 {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 94%;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.opengraph-content .sag-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}

.opengraph-content .acilir-menu {
    z-index: 99;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fffff7;
    border-radius: 5px;
    border: 1px solid #e6e6d3;
    padding: 10px;
    box-shadow: 0px 9px 27px -4px rgba(0,0,0,0.1);
}

    .opengraph-content .acilir-menu .ilk-satir {
        width: 100%;
        float: left;
        color: #cccccc;
        font-size: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
        cursor: pointer;
    }

.ilk-satir img {
    float: right;
    margin: 4px 4px 0 0;
}

.opengraph-content .acilir-menu ul {
    list-style-type: none;
    padding: 10px 0 0 0;
    float: left;
    margin: 0;
}

.acilir-menu ul li {
    width: 100%;
    Float: left;
    list-style-type: none;
}

    .acilir-menu ul li a {
        color: #111 !important;
        font-size: 15px;
        text-decoration: None;
        white-space: nowrap;
        width: 100%;
        float: left;
        line-height: 26px;
    }

        .acilir-menu ul li a:hover {
            text-decoration: underline;
        }

.show {
    display: block !important;
}

.opengraph-content .content-sag div.content-h1 a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 0) and (max-width: 480px) {
    .content-sol, .content-sag {
        width: 100%;
    }

    .opengraph-content .content-gorsel {
        width: 100% !important;
        height: 150px !important;
        border-right: none !important;
    }

    .opengraph-content {
        display: inline-block;
    }

    .content-sag {
        padding: 10px;
    }

    .resimli .content-sag .paylas-link-tut, .resimsiz .content-sag .paylas-link-tut, .resimli-alternatif .content-sag .paylas-link-tut {
        left: 10px !important;
        bottom: 10px !important;
        right: 10px !important;
    }

    .resimli .content-sag p, .resimsiz .content-sag p {
        margin: 10px 0 30px 0;
        font-size: 14px;
    }

    .resimli .content-sag h1 {
        font-size: 20px;
    }

    .acilir-menu ul li a {
        font-size: 13px;
    }

    .opengraph-content .acilir-menu .ilk-satir {
        font-size: 13px;
    }

    .paylas-link-tut .paylas-link {
        font-size: 14px !important;
    }

    .resimli-alternatif .paylas-link-tut .paylas-link {
        background: url('/static/forum/img/opengraph-share-icon-white.png') no-repeat top 1px right !important;
        background-size: 16px auto !important;
    }

    .resimli .paylas-link-tut .paylas-link, .resimsiz .paylas-link-tut .paylas-link {
        background: url('/static/forum/img/opengraph-share-icon.png') no-repeat top 1px right !important;
        background-size: 16px auto !important;
    }

    .opengraph-content .content-sag div.content-h1 {
        text-overflow: inherit;
        overflow: hidden;
        white-space: inherit;
    }

    .content-sol {
        border-bottom: 1px solid #fff;
    }

    .opengraph-content {
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 800px) {
    .opengraph-content .content-gorsel {
        width: 130px !important;
        height: 130px !important;
    }

    .content-sag {
        padding: 10px;
    }

    .resimli .content-sag .paylas-link-tut, .resimsiz .content-sag .paylas-link-tut {
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .resimli .content-sag h1 a, .resimsiz .content-sag h1 a, .resimli-alternatif .content-sag h1 a {
        font-size: 19px;
    }

    .resimli .content-sag p, .resimsiz .content-sag p, .resimli-alternatif .content-sag p {
        font-size: 13px !important;
        margin: 4px 0 0 0 !important;
        max-height: 32px !important;
    }

    .acilir-menu ul li a {
        font-size: 14px;
    }

    .opengraph-content .acilir-menu .ilk-satir {
        font-size: 14px;
    }

    .paylas-link-tut .paylas-link {
        font-size: 14px !important;
    }

    .opengraph-content .sag-menu {
        right: 15px;
        top: 15px;
    }

    .opengraph-content .acilir-menu {
        top: -10px;
        right: -10px;
    }

    .resimli-alternatif .paylas-link-tut .paylas-link {
        background: url('/static/forum/img/opengraph-share-icon-white.png') no-repeat top 1px right !important;
        background-size: 16px auto !important;
    }

    .resimli .paylas-link-tut .paylas-link, .resimsiz .paylas-link-tut .paylas-link {
        background: url('/static/forum/img/opengraph-share-icon.png') no-repeat top 1px right !important;
        background-size: 16px auto !important;
    }

    .resimsiz .content-sag p {
        margin: 4px 0 20px 0 !important;
    }

    .opengraph-content .content-sag .paylas-link-tut {
        left: 10px !important;
        bottom: 10px !important;
    }

    .ayarmenu label {
        top: 0;
        right: 0;
    }

    .opengraph-container {
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
    .opengraph-content .content-gorsel {
        width: 160px !important;
        height: 160px !important;
    }

    .content-sag {
        padding: 13px;
    }

    .resimli .content-sag .paylas-link-tut, .resimsiz .content-sag .paylas-link-tut {
        left: 15px;
        bottom: 15px;
        font-size: 17px;
    }

    .resimli .content-sag p {
        line-height: 16px;
        max-height: 48px;
        overflow: hidden;
        font-size: 14px;
    }

    .acilir-menu ul li a {
        font-size: 14px;
    }

    .opengraph-content .acilir-menu .ilk-satir {
        font-size: 14px;
    }

    .resimli .content-sag h1, .resimli-alternatif .content-sag h1, .resimsiz .content-sag h1 {
        font-size: 18px !important;
    }

    .resimli .paylas-link-tut .paylas-link, .resimli-alternatif .paylas-link-tut .paylas-link, .resimsiz .paylas-link-tut .paylas-link {
        font-size: 16px !important;
        ;
    }

    .resimli .content-sag p, .resimli-alternatif .content-sag p, .resimsiz .content-sag p {
        font-size: 14px !important;
        max-height: 48px !important;
    }

    .resimli .content-sag .paylas-link-tut, .resimli-alternatif .content-sag .paylas-link-tut, .resimsiz .content-sag .paylas-link-tut {
        left: 15px !important;
        bottom: 15px !important;
    }
}

.resimli-alternatif .content-gorsel {
    width: 210px;
    height: 210px;
    float: left;
    background: url('/static/forum/img/Layer-1.jpg')no-repeat center center;
    background-size: cover;
    border-right: 1px solid #fff;
}

.resimli-alternatif .content-sag h1 {
    float: left;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    z-index: 9;
    position: relative;
}

    .resimli-alternatif .content-sag h1 a {
        color: #fff !important;
        text-decoration: none;
    }

.resimli-alternatif .content-sag p {
    color: #cccccc;
    font-size: 15px;
    width: 100%;
    float: left;
    margin: 10px 0 30px 0;
    z-index: 9;
    position: relative;
    line-height: 16px;
    max-height: 64px;
    overflow: hidden;
}

.resimli-alternatif .content-sag .paylas-link-tut {
    float: left;
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: calc(100% - 20px);
    z-index: 9;
}

.resimli-alternatif .paylas-link-tut .paylas-link {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    width: auto;
    max-width: calc(100% - 48px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('/static/forum/img/share-icon-white.png') no-repeat top 2px right;
    font-size: 19px;
}

.resimli-alternatif .background {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    overflow: hidden;
}

.resimli-alternatif .background-mask {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.85;
}

.resimsiz .content-sag p {
    margin: 10px 0 40px 0;
}

.resimli-alternatif * {
    color: #fff;
}

.ayarmenu label {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    text-align: right;
    z-index: 9;
}

    .ayarmenu label img {
        float: right;
        margin: 10px 5px;
    }

.ayarmenu [type="checkbox"]:checked + label {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px !important;
}

.ayarmenu {
    position: absolute;
    top: 0px;
    right: 0;
    width: 10px;
}

    .ayarmenu [type="checkbox"] {
        position: absolute;
        left: -9999px;
    }

    .ayarmenu input[type="checkbox"] ~ .diyalog {
        display: none;
    }

    .ayarmenu [type="checkbox"]:checked ~ .diyalog {
        display: block;
    }

.opengraph-content.video .content-gorsel {
    position: relative;
}

    .opengraph-content.video .content-gorsel img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        border-radius: 11px;
    }

.opengraph-content.video .videoembed {
    display: none;
    float: left;
    position: relative;
}

    .opengraph-content.video .videoembed iframe {
        max-width: initial;
        float: left;
    }

    .opengraph-content.video .videoembed .kapat {
        position: absolute;
        right: 8px;
        top: 8px;
        border-radius: 5px;
        background-color: #f00;
        padding: 5px 6px;
        cursor: pointer;
    }

        .opengraph-content.video .videoembed .kapat img {
            width: 20px;
        }
/*OpenGraph*/

.loading-tut {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0;
    height: 43px;
}

.loading-style,
.loading-style:before,
.loading-style:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loading-style {
    color: #FFBE63;
    font-size: 10px;
    margin: -25px 0 0 0;
    display: inline-block;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loading-style:before,
    .loading-style:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loading-style:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading-style:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/*21.07.2017 - Reddit Eklemeleri*/



.forum-galeri {
    height: auto;
    position: absolute;
    top: 52px;
    z-index: 10000003;
    left: 50%;
    transform: translate(-50%,0)
}

    .forum-galeri a {
        display: block;
        float: left;
        width: 171px;
        line-height: 0
    }

a.forum-galeri-main {
    width: 144px;
    height: 113px
}

.forum-galeri-main img {
    width: 144px !important;
    height: 113px !important;
    border-radius: 2px;
    margin: 0 !important
}

.forum-galeri figure {
    display: none
}

.pswp {
    z-index: 99999999 !important;
}

.pswp__caption__center {
    max-width: 100% !important;
}

.pswp__counter {
    left: 50% !important;
    transform: translate(-50%,0);
    font-size: 17px !important;
    padding: 3px 10px !important;
}

    .pswp__counter a img {
        width: 15px;
        margin: 0 !important;
    }

.dropdown {
    z-index: 99999999;
    background-color: #222;
    color: #ccc;
    border-radius: 5px;
    width: 160px;
    height: 30px;
    position: relative;
    margin: 8px 5px;
    float: left;
}

.dg {
    padding: 8px !important;
    position: relative;
    display: block;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    cursor: pointer;
}

.icon-up {
    display: inline-block
}

    .icon-up img {
        width: 12px;
        margin: -1px 0 0 5px !important;
    }

.open > .dropdown-menu1 {
    display: block
}

.dropdown-menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 158px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #333;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu1 li {
        padding: 8px 12px;
        text-decoration: none;
        font-size: 13px;
        line-height: 13px;
        color: rgba(255,255,255,.75);
        width: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }

        .dropdown-menu1 li:hover {
            background-color: #474747;
        }

        .dropdown-menu1 li a {
            color: rgba(255,255,255,.75)
        }

    .dropdown-menu1 .divider {
        background-color: rgba(255,255,255,.14);
        width: 100%;
        height: 1px;
        padding: 0 !important
    }

.pswp__caption__center span {
    cursor: pointer;
    color: #fff;
}

.pswp__caption small {
    color: #fff !important;
    opacity: .6;
    font-size: 12px !important;
}

.galeri-alti {
    width: 100%;
    float: left;
}

    .galeri-alti .sag {
        float: left;
    }

.pswp__button {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
}

    .pswp__button img {
        margin: 0 !important;
    }

.pswp-button--begen {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

    .pswp-button--begen img {
        width: 30px;
        float: left;
        margin: 0 10px 0 0 !important;
    }

.pswp__button.pswp__button--fav {
    background: none;
}


#galeri-modul {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

    #galeri-modul .kutu {
        max-width: 615px;
        width: 100%;
        display: inline-block;
        border: 1px dashed #f60;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 2px;
    }

        #galeri-modul .kutu h4 {
            width: 100%;
            float: left;
            margin: 0 0 10px 0;
            text-align: left;
            line-height: 24px;
            color: #333;
        }

            #galeri-modul .kutu h4 img {
                float: left;
                margin: 0 10px 0 0;
                width: 24px;
            }

            #galeri-modul .kutu h4 span {
                font-size: 12px;
                color: #666;
                font-weight: normal;
            }


    #galeri-modul .galeri-kutusu {
        width: 100%;
        float: left;
        display: inline-block;
        margin: 0 0 15px;
        padding: 0 10px;
        box-sizing: border-box;
    }

        #galeri-modul .galeri-kutusu .detay-resim {
            display: none;
            float: left;
            padding: 2px 2px 0 0;
            box-sizing: border-box;
            margin: 0;
            position: relative;
        }

            #galeri-modul .galeri-kutusu .detay-resim img {
                border-radius: 0;
                visibility: hidden;
                position: absolute;
                width: 100%;
            }

            #galeri-modul .galeri-kutusu .detay-resim a {
                width: 100%;
                height: 100%;
                float: left;
            }

            #galeri-modul .galeri-kutusu .detay-resim.kucuk {
                width: 25%;
                height: 151px;
            }

            #galeri-modul .galeri-kutusu .detay-resim:nth-child(1) {
                width: 50%;
                height: auto;
            }

            #galeri-modul .galeri-kutusu .detay-resim.normal {
                width: 33.33%;
                height: 210px;
            }

            #galeri-modul .galeri-kutusu .detay-resim .resim {
                width: 100%;
                height: 100%;
                background-size: cover !important;
                background-position: center !important;
                background-repeat: no-repeat !important;
            }

            #galeri-modul .galeri-kutusu .detay-resim:nth-child(1),
            #galeri-modul .galeri-kutusu .detay-resim:nth-child(2),
            #galeri-modul .galeri-kutusu .detay-resim:nth-child(3),
            #galeri-modul .galeri-kutusu .detay-resim:nth-child(4),
            #galeri-modul .galeri-kutusu .detay-resim:nth-child(5) {
                display: block;
            }

            #galeri-modul .galeri-kutusu .detay-resim .galeri-link {
                position: absolute;
                left: 0px;
                bottom: -21%;
                margin: 0;
                background-color: #f60;
                border-radius: 3px;
                color: #fff;
                padding: 0px 4px;
                box-sizing: border-box;
                font-size: 12px !important;
                text-align: left;
                width: calc(100% - 3px);
                line-height: 24px;
                height: 19%;
                display: flex;
                align-items: center;
                cursor: pointer;
            }

                #galeri-modul .galeri-kutusu .detay-resim .galeri-link i {
                    font-size: 13px;
                    float: left;
                    margin: -1px 5px 0 0;
                }

                #galeri-modul .galeri-kutusu .detay-resim .galeri-link span {
                    float: right;
                    width: calc(100% - 52px);
                    text-align: right;
                }

            #galeri-modul .galeri-kutusu .detay-resim .resim {
                height: auto !important;
                padding-bottom: 80%;
                margin: 0;
            }

            #galeri-modul .galeri-kutusu .detay-resim:nth-child(1) .resim {
                padding-bottom: 65%;
            }

            #galeri-modul .galeri-kutusu .detay-resim.kucuk {
                height: auto !important;
            }


@media screen and (min-width: 800px) {
}

@media screen and (min-width: 700px) and (max-width: 799px) {

    .galeri-kutusu .detay-resim.kucuk {
        height: 140px !important;
    }

    .galeri-kutusu .detay-resim:nth-child(1) {
        height: auto !important;
    }

    .galeri-kutusu .detay-resim.normal {
        height: 190px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 699px) {

    .galeri-kutusu .detay-resim.kucuk {
        height: 120px !important;
    }

    .galeri-kutusu .detay-resim:nth-child(1) {
        height: auto !important;
    }

    .galeri-kutusu .detay-resim.normal {
        height: 170px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
    .galeri-kutusu .detay-resim:nth-child(1) {
        height: auto !important;
    }

    .galeri-kutusu .detay-resim.kucuk {
        height: 100px !important;
    }

    .galeri-kutusu .detay-resim.normal {
        height: 150px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 750px) {
    #galeri-modul {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

.ya-saas-widget__input-wrapper .liste {
    background-color: #dedede;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 2px 2px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    border-radius: 3px;
    margin: 2px 0 0 0;
    width: 100%;
    max-height: 330px;
    overflow-x: auto;
    z-index: 9999;
}

    .ya-saas-widget__input-wrapper .liste .tek {
        margin: 2px 0;
        font-size: 15px;
        display: block;
        border-radius: 3px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ccc !important;
        background: #f1f1f1;
        padding: 7px 5px;
        color: #666;
    }

        .ya-saas-widget__input-wrapper .liste .tek b {
            color: #000;
        }

        .ya-saas-widget__input-wrapper .liste .tek:hover {
            background: #fff;
            color: #000;
        }

        .ya-saas-widget__input-wrapper .liste .tek:last-child {
            border-bottom: none !important;
        }

        .ya-saas-widget__input-wrapper .liste .tek span {
            display: inline-block;
            margin: 0 1px;
            font-size: 12px;
            color: #999;
        }

.dhsearchbar {
    display: inline-block;
    width: 100%;
    min-width: 768px;
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 10px 0 20px 0;
    text-align: left;
}

    .dhsearchbar .searchbaslik {
        display: inline-block;
        float: left;
        margin: 5px 10px;
    }

        .dhsearchbar .searchbaslik .Top {
            display: block;
            font-weight: bold;
            color: #000;
            font-size: 13px;
            line-height: 14px;
        }

        .dhsearchbar .searchbaslik .Bottom {
            display: block;
            color: #f60;
            font-size: 10px;
            line-height: 11px;
        }

    .dhsearchbar .searchbaslik2 {
        display: inline-block;
        float: left;
        margin: 5px 0;
        font-size: 13px;
    }

        .dhsearchbar .searchbaslik2 span {
            display: inline-block;
            float: left;
            margin: 0 5px 0 0;
            background: #f1f1f1;
            border-radius: 5px;
            line-height: 14px;
            padding: 5px 7px;
            cursor: pointer;
        }

            .dhsearchbar .searchbaslik2 span:hover {
                display: inline-block;
                background: #ffffff;
                background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            }

            .dhsearchbar .searchbaslik2 span:active {
                display: inline-block;
                background: #ccc;
            }

            .dhsearchbar .searchbaslik2 span.Aktif {
                display: inline-block;
                background: #dedede;
            }




.logoutuyarisi {
    position: relative;
    display: inline-block;
}

    .logoutuyarisi .uyar {
        display: none;
    }

    .logoutuyarisi.ver .uyar {
        display: inline-block;
    }

    .logoutuyarisi.ver .uyar {
        cursor: default;
        border: 1px solid #cac6bf;
        position: absolute;
        left: 50%;
        top: calc(100% + 8px);
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 5px;
        font-family: Arial;
        font-size: 13px;
        padding: 9px 0 12px 0;
        width: 183px;
        z-index: 999;
        text-align: center;
        line-height: 16px;
        color: #333;
        box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
    }

        .logoutuyarisi.ver .uyar a {
            color: #333;
            text-decoration: underline;
            line-height: 17px;
        }

        .logoutuyarisi.ver .uyar:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-bottom: 10px solid #cac6bf;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }

        .logoutuyarisi.ver .uyar:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #fff;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

        .logoutuyarisi.ver .uyar .uyarkapat {
            position: absolute;
            right: 2px;
            top: 3px;
            border-radius: 5px;
            background-color: #c77828;
            color: #fff;
            width: 12px;
            height: 12px;
            line-height: 11px;
            text-align: center;
            font-size: 11px;
            cursor: pointer
        }

#kullaniciadiinput {
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

#baglantigoster, #standartgoster, #baglantiuyari, #standartuyari, #baglanti2 {
    display: none;
}


.uygulama-tanitim {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px;
    box-sizing: border-box;
}

    .uygulama-tanitim .sol hr {
        width: 100%;
        height: 1px;
        float: left;
        border: none;
        background-color: #000;
    }

    .uygulama-tanitim .sol {
        width: 45%;
        float: left;
    }

        .uygulama-tanitim .sol h2 {
            width: 100%;
            float: left;
            font-size: 60px;
            color: #000;
            letter-spacing: -1.20px;
            margin: 0 0 45px 0;
        }

        .uygulama-tanitim .sol span {
            width: 78%;
            float: left;
            font-size: 15px;
            color: #000;
            margin: 0 0 45px 0;
            display: block;
        }

        .uygulama-tanitim .sol .butonlar {
            width: 100%;
            float: left;
            margin: 0 0 25px 0;
        }

            .uygulama-tanitim .sol .butonlar a {
                float: left;
                margin: 0 13px 0 0;
            }

    .uygulama-tanitim .sag {
        float: right;
        width: 55%;
        text-align: right
    }

    .uygulama-tanitim .sol span.cizili {
        width: auto;
        max-width: 100%;
        position: relative;
    }
    /*.uygulama-tanitim .sol span.cizili:after{content:'';width:100%;position: absolute;left:0;right:0;bottom:-8px;height: 1px;background-color: #000;}*/
    .uygulama-tanitim .sol span.gec {
        width: 60%;
        color: rgba(0,0,0,0.60);
        margin: 10px 0 0 0;
    }

        .uygulama-tanitim .sol span.gec a {
            text-decoration: underline;
            color: rgba(0,0,0,0.60);
        }


@media screen and (max-width:1300px) {
    .uygulama-tanitim .sol h2 {
        font-size: 45px;
    }
}

.karesag {
    display: none;
}

.normalsag {
    display: inline-block;
}

@media screen and (min-width:1367px) {
    .sayfafull.kare .soltaraf {
        width: calc(100% - 340px);
    }

    .sayfafull.kare .sagtaraf {
        width: 313px;
    }

    .karesag {
        display: inline-block;
        ;
    }

    .normalsag {
        display: none;
    }

    .sayfafull.kare .sagtaraf .footer-sponsor {
        text-align: center;
    }

    .sayfafull.kare .yapisanreklam.tuttur {
        width: 313px;
    }
}

.sifreuyari {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

    .sifreuyari h4 {
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        float: left;
        margin: 10px 0 10px 0;
    }

    .sifreuyari a.button {
        display: inline-block;
        margin: 10px 5px 3px 5px;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        background-color: #ffa40a;
        padding: 6px 15px;
    }

    .sifreuyari span.not {
        font-weight: normal;
        color: #9c9c9c;
        font-size: 12px;
        margin: 10px 0 0 0;
        display: inline-block;
    }


.ozelmesaj-guvenlik {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #eaad53;
}

    .ozelmesaj-guvenlik span.aciklama {
        width: 100%;
        float: left;
        padding: 23px 25px;
        box-sizing: border-box;
        color: #000;
        font-family: 'Verdana';
        font-size: 20px;
        line-height: 31px;
    }

    .ozelmesaj-guvenlik .alt {
        width: 100%;
        float: left;
        padding: 6px 24px;
        box-sizing: border-box;
        background-color: #fff;
        border-top: 1px solid #d0d0d0;
        border-radius: 0 0 5px 5px;
        color: #000;
        font-family: 'Verdana';
        font-size: 20px;
        line-height: 31px;
    }

        .ozelmesaj-guvenlik .alt span.numara {
            float: left;
            padding: 6px 0;
            margin: 0 12px 0 0;
        }

        .ozelmesaj-guvenlik .alt .input-tut {
            display: inline-block;
            position: relative;
            float: left;
            margin: 0 16px 0 0;
        }

            .ozelmesaj-guvenlik .alt .input-tut .input-numura {
                background-color: #f1f1f1;
                float: left;
                border-radius: 10px;
                border: 1px solid #b2b2b2;
                background-image: linear-gradient(to top, #fff 0%, #d7d7d7 100%);
                outline: none;
                color: #000;
                padding: 9px 123px 9px 12px;
                width: 238px;
                box-sizing: border-box;
                font-size: 20px;
                font-family: 'Verdana';
            }

            .ozelmesaj-guvenlik .alt .input-tut .buton-onay {
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                outline: none;
                cursor: pointer;
                border-radius: 10px;
                background-color: #f1f1f1;
                background-image: linear-gradient(to top, #ff8534 0%, #fcbd5e 100%);
                border: 1px solid #b2b2b2;
                font-size: 20px;
                font-family: 'Verdana';
                padding: 0 20px;
                font-weight: bold;
                color: #fff;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            }

                .ozelmesaj-guvenlik .alt .input-tut .buton-onay:hover {
                    background: #ff8534;
                    background: -moz-linear-gradient(top, #ff8534 0%, #fcbd5e 100%);
                    background: -webkit-linear-gradient(top, #ff8534 0%,#fcbd5e 100%);
                    background: linear-gradient(to bottom, #ff8534 0%,#fcbd5e 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8534', endColorstr='#fcbd5e',GradientType=0 );
                }

                .ozelmesaj-guvenlik .alt .input-tut .buton-onay:active {
                    opacity: 0.8;
                }

        .ozelmesaj-guvenlik .alt span.hak {
            color: #ccc;
            float: left;
            padding: 6px 0;
        }

.ozelmesaj-iskelet {
    width: 100%;
    float: left;
    background-color: #e4e4e4;
    height: 83px;
    padding: 13px 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
}

    .ozelmesaj-iskelet .avatar {
        width: 58px;
        height: 58px;
        float: right;
        background-color: #d0d0d0;
        border-radius: 50%;
    }

    .ozelmesaj-iskelet .sol {
        width: calc(100% - 68px);
        float: left;
    }

        .ozelmesaj-iskelet .sol .baslik {
            width: calc(100% - 150px);
            height: 16px;
            background-color: #d1d1d1;
            margin: 0 0 5px 0;
            display: block;
        }

        .ozelmesaj-iskelet .sol .kullanici {
            width: 80px;
            height: 16px;
            background-color: #d1d1d1;
            display: block;
        }

        .ozelmesaj-iskelet .sol .icerik {
            width: calc(100% - 78px);
            height: 16px;
            background-color: #d1d1d1;
            margin: 5px 0 0 0;
            display: block;
        }

.inboxYeni .mesajDetay .tek.iskelet {
    padding: 10px;
    box-sizing: border-box;
    height: 92px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d0d0d0;
}

    .inboxYeni .mesajDetay .tek.iskelet .avatar {
        width: 64px;
        height: 64px;
        float: left;
        background-color: #d0d0d0;
        border-radius: 50%;
    }

    .inboxYeni .mesajDetay .tek.iskelet .sag {
        width: calc(100% - 115px);
        float: right;
    }

        .inboxYeni .mesajDetay .tek.iskelet .sag .kullanici {
            width: 220px;
            float: left;
            height: 16px;
            background-color: #d0d0d0;
        }

        .inboxYeni .mesajDetay .tek.iskelet .sag .aciklama {
            width: 100%;
            float: left;
            background-color: #d0d0d0;
            height: 16px;
            margin: 10px 0 0 0;
        }

        .inboxYeni .mesajDetay .tek.iskelet .sag .aciklama2 {
            width: calc(100% - 180px);
            float: left;
            background-color: #d0d0d0;
            height: 16px;
            margin: 10px 0 0 0;
        }


@media screen and (max-width:1280px) {
    .user .info a {
        padding: 1px 0;
    }

    .user .info img {
        margin: 0;
    }

    .user .info a strong {
        display: none;
    }

    .search .box {
        width: 75px;
        font-size: 11px;
    }
}

.click-bilgi {
    border-radius: 10px;
    background-color: #e0e0e0;
    color: #808080;
    padding: 0 8px;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    margin: 0 0 0 3px;
    cursor: default;
    position: relative;
    line-height: 19px;
}

    .click-bilgi img {
        float: left;
        margin: 0 3px 0 0;
        opacity: 0.6;
        width: 19px;
    }

    .click-bilgi:hover:after {
        content: attr(data-title);
        position: absolute;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%,0);
        top: 100%;
        background-color: rgba(0, 0, 0, 0.80);
        color: #fff;
        border-radius: 8px;
        padding: 3px 6px;
        margin: 8px 0 0 0;
    }

    .click-bilgi:hover:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid rgba(0, 0, 0, 0.80);
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }


@keyframes new-message {
    0% {
        background: #a3ffa5;
        box-shadow: 0 0 50px #a3ffa5;
    }

    100% {
        background: none;
        box-shadow: none;
    }
}

.new-message {
    animation: new-message 1s;
}


.gizlenen-konular.forum-bolum .mesajlarimbaslik .mesaj-konu {
    width: calc(50% - 2px)
}

.gizlenen-konular.forum-bolum .mesaj-konu.konugenislet {
    width: calc(50% - 2px)
}

.populerkonu.onecikan.karsilastirma .populersatir .toplammesaj {
    right: 11px;
}

.alinti-loading {
    width: 85%;
    float: left;
    background-color: #f1f1f1;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
}

    .alinti-loading .satir {
        float: left;
        background-color: #e0e0e0;
        display: inline-block;
        margin: 0 0 10px 0;
    }

        .alinti-loading .satir.bir {
            width: 150px;
            height: 18px;
        }

        .alinti-loading .satir.iki {
            width: 250px;
            height: 18px;
        }

        .alinti-loading .satir.uc {
            width: 85%;
            height: 21px;
            margin: 0 0 5px;
        }

        .alinti-loading .satir.dort {
            width: 50%;
            height: 21px;
            margin: 0 0 0;
        }


.ki-btn.new-btn {
    border: 1px solid #848484;
    background-color: #f1f2f2;
    border-radius: 10px;
    color: #629642;
    font-weight: bold;
    font-family: verdana;
    padding: 0 10px;
    line-height: 18px;
    box-shadow: inset -4px -4px 5px 0px rgba(0,0,0,0.3);
    z-index: 997;
}

    .ki-btn.new-btn img {
        height: 18px;
        display: inline-block;
        width: auto;
        float: left;
        margin: 0 5px 0 0;
    }

    .ki-btn.new-btn span {
        color: #C5793A;
    }

.ki-btn#onecikar #onecikarscriptkontrol {
    border: 1px solid #848484;
    background-color: #f1f2f2;
    border-radius: 10px;
    color: #629642;
    font-weight: bold;
    font-family: verdana;
    padding: 0 10px;
    line-height: 17px;
    box-shadow: inset -4px -4px 5px 0px rgba(0,0,0,0.3);
    font-size: 13px;
    text-align: center;
}

    .ki-btn#onecikar #onecikarscriptkontrol i {
        border-color: transparent transparent #c87829 transparent;
        border-style: solid;
        border-width: 6px;
        width: 0px;
        height: 0px;
        display: inline-block;
    }

#konuyu-ters-cevir {
    position: relative;
    ;
    width: 34px;
    height: 34px;
    float: left;
    background-color: #000106;
    border: 1px solid #000;
    border-radius: 4px;
    background-image: url('/static/forum/img/konuyu-ters-cevir-aktif.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: -8px 8px 0 0;
}

    #konuyu-ters-cevir:hover:after {
        content: 'Tersten sıralama "AKTİF"';
        font-weight: normal;
        position: absolute;
        border-radius: 20px;
        background-color: rgba(0,0,0,0.80);
        top: 48px;
        left: 50%;
        transform: translate(-50%,0);
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        z-index: 9999;
        width: 112px;
        text-align: center;
    }

    #konuyu-ters-cevir:hover:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid rgba(0,0,0,0.80);
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    #konuyu-ters-cevir.aktif:hover:after {
        content: 'Konudaki mesajları tersten sırala';
    }

    #konuyu-ters-cevir.aktif {
        border: 1px solid #000000;
        background-color: #fff;
        background-image: url('/static/forum/img/konuyu-ters-cevir.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

.soltaraf .siralama-bar {
    width: 100%;
    float: left;
    z-index: 99;
    position: relative;
    font-family: Arial;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin: 0 0 15px 0;
    padding: 3px 3px 3px 11px;
    box-sizing: border-box;
}

    .soltaraf .siralama-bar .sol {
        float: left;
        font-weight: bold;
        font-size: 17px;
        color: #999;
    }

        .soltaraf .siralama-bar .sol b {
            color: #000;
        }

        .soltaraf .siralama-bar .sol .button {
            cursor: pointer;
            display: inline-block;
            background-color: #ff5a1c;
            border: 1px solid #e15c2a;
            border-radius: 5px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            padding: 5px 11px;
            transition: all 0.1s ease;
        }

            .soltaraf .siralama-bar .sol .button:hover {
                background-color: #e15c2a;
                border: 1px solid #ff5a1c;
            }

    .soltaraf .siralama-bar .mesaj-button {
        cursor: pointer;
        float: right;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 10px;
        box-sizing: border-box;
    }

        .soltaraf .siralama-bar .mesaj-button img {
            float: left;
            margin: 5px 11px 5px 0;
        }

            .soltaraf .siralama-bar .mesaj-button img.aktif {
                transform: rotate(180deg);
            }

        .soltaraf .siralama-bar .mesaj-button b {
            color: #000;
            font-size: 17px;
            letter-spacing: -0.8px;
            float: left;
            line-height: 19px;
        }

        .soltaraf .siralama-bar .mesaj-button span.kim {
            display: inline-block;
            margin: 0 0 0 19px;
            color: #999;
            font-size: 14px;
            line-height: 19px;
        }

            .soltaraf .siralama-bar .mesaj-button span.kim i {
                width: 19px;
                height: 19px;
                display: inline-block;
                font-style: normal;
                background-color: #999;
                border-radius: 50%;
                color: #fff;
                line-height: 19px;
                text-align: center;
                font-size: 12px;
            }

            .soltaraf .siralama-bar .mesaj-button span.kim img {
                width: 19px;
                height: 19px;
                display: inline-block;
                border-radius: 50%;
                margin: 0;
            }

            .soltaraf .siralama-bar .mesaj-button span.kim span {
                display: inline-block;
                margin: 0 0 0 4px;
                color: #666;
                font-size: 14px;
            }

.like-unlike.konunun-ilk-mesaji {
    display: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: calc(100% - 50px);
    margin: -25px 25px 25px 25px;
    position: relative;
    z-index: 9;
    padding: 8px 0 0 0;
}

    .like-unlike.konunun-ilk-mesaji .begenmesayisi {
        margin: -3px 0 0 5px;
    }

    .like-unlike.konunun-ilk-mesaji .begendim {
        width: 16px;
        padding: 0;
        margin: -3px 3px 0 0;
    }

@media only screen and (max-width: 1366px) {

    .soltaraf .siralama-bar .sol {
        font-size: 12px;
    }

        .soltaraf .siralama-bar .sol .button {
            font-size: 12px;
            padding: 5px 6px;
        }

    .soltaraf .siralama-bar .mesaj-button b {
        font-size: 13px;
        line-height: 20px;
    }

    .soltaraf .siralama-bar .mesaj-button span.kim span {
        font-size: 13px;
    }

    .soltaraf .siralama-bar .mesaj-button span.kim {
        margin: 0 0 0 10px;
        font-size: 13px;
    }

    .soltaraf .siralama-bar .mesaj-button {
        padding: 3px 6px;
    }
}

/* KULLANICI PROFİLİ */
.profile-new {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background: #ecaf48;
    text-align: left;
    border-radius: 7px;
    padding: 10px 0 0 0;
    word-wrap: break-word;
}

    .profile-new div, .profile-new span, .profile-new a, .profile-new img, .profile-new p {
        display: inline-block;
    }

    .profile-new .left-column {
        width: 30%;
        float: left;
        margin: 0 0 0 1%;
    }

        .profile-new .left-column .userinfo {
            width: 94%;
            margin: 0 0 10px 0;
            padding: 10px 3% 5px 3%;
            background: #f1f1f1;
            border-radius: 3px;
            text-align: center;
        }

            .profile-new .left-column .userinfo .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
                text-align: left;
            }

                .profile-new .left-column .userinfo .title .linkler {
                    float: right;
                    font-size: 12px;
                    font-weight: normal;
                    margin: 0 0 0 10px;
                    display: none;
                }

            .profile-new .left-column .userinfo:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .left-column .userinfo .list {
                width: 100%;
                font-size: 11px;
            }

                .profile-new .left-column .userinfo .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 5px 0;
                }

                    .profile-new .left-column .userinfo .list .line span {
                        width: 100%;
                        font-weight: bold;
                    }

                        .profile-new .left-column .userinfo .list .line span.avatarsiz {
                            /*border-radius: 50%;*/
                            width: 64px;
                            height: 64px;
                            line-height: 64px;
                            font-size: 32px;
                            text-align: center;
                            font-weight: normal;
                        }

                    .profile-new .left-column .userinfo .list .line.nickname {
                        font-size: 18px;
                        line-height: 20px;
                    }

                    .profile-new .left-column .userinfo .list .line.banned {
                        color: #f00;
                    }

                        .profile-new .left-column .userinfo .list .line.banned span {
                            font-size: 13px;
                        }

                    .profile-new .left-column .userinfo .list .line.star {
                        margin: 0 0 3px 0;
                    }

                    .profile-new .left-column .userinfo .list .line.rank {
                        margin: 0 0 5px 0;
                    }

        .profile-new .left-column .box {
            width: 94%;
            margin: 0 0 10px 0;
            padding: 10px 3% 5px 3%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .left-column .box.moderation {
                background: #ffedce;
            }

            .profile-new .left-column .box.addition {
                background: #fff;
                margin: -15px 0 10px 0;
            }

            .profile-new .left-column .box.subscription {
                background: #f1f1f1;
                margin: -15px 0 10px 0;
                padding-bottom: 10px;
            }

                .profile-new .left-column .box.subscription .follow {
                    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF ), color-stop(1, #CCCCCC ));
                    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
                    background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
                    float: right;
                    color: #333;
                    font-weight: bold;
                    padding: 0 13px;
                    font-size: 14px;
                    font-family: Arial, Helvetica, sans-serif;
                    border-radius: 5px;
                    line-height: 30px;
                    height: 30px;
                    border: 1px solid #DEDEDE;
                }

                    .profile-new .left-column .box.subscription .follow:hover {
                        border: 1px solid #999;
                    }

                    .profile-new .left-column .box.subscription .follow.unfollow {
                        background-image: -ms-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: -moz-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: -o-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8AA00 ), color-stop(1, #A67E00 ));
                        background-image: -webkit-linear-gradient(top, #E8AA00 0%, #A67E00 100%);
                        background-image: linear-gradient(to bottom, #E8AA00 0%, #A67E00 100%);
                        color: #fff;
                        border: 1px solid #E8AA00;
                    }

                        .profile-new .left-column .box.subscription .follow.unfollow:hover {
                            border: 1px solid #856500;
                        }

                .profile-new .left-column .box.subscription .numbers {
                    float: left;
                    margin: 3px 10px 0 0;
                }

                    .profile-new .left-column .box.subscription .numbers .number {
                        float: left;
                        font-size: 28px;
                        line-height: 24px;
                        font-weight: bold;
                        color: #333;
                        margin: 0 5px 0 0;
                    }

                    .profile-new .left-column .box.subscription .numbers .type {
                        float: left;
                        font-size: 10px;
                        line-height: 12px;
                        color: #333;
                    }

                        .profile-new .left-column .box.subscription .numbers .type.middle {
                            line-height: 24px;
                        }

            .profile-new .left-column .box .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .left-column .box .title .linkler {
                    float: right;
                    font-size: 12px;
                    font-weight: normal;
                    margin: 0 0 0 10px;
                    display: none;
                }

            .profile-new .left-column .box:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .left-column .box .list {
                width: 100%;
                font-size: 11px;
            }

                .profile-new .left-column .box .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 5px 0;
                }

                    .profile-new .left-column .box .list .line a.profil {
                        float: right;
                        color: #424242;
                    }

                    .profile-new .left-column .box .list .line img {
                        float: left;
                        margin: 0 5px 0 0;
                        width: 16px;
                        height: 16px;
                    }

                    .profile-new .left-column .box .list .line a {
                        display: inline;
                    }

                    .profile-new .left-column .box .list .line input {
                        display: inline-block;
                        float: right;
                        outline: none;
                    }

                .profile-new .left-column .box .list .box-photo {
                    width: 32%;
                    max-height: 130px;
                    overflow: hidden;
                    margin: 0 1px 5px 1%;
                    float: left;
                }

                    .profile-new .left-column .box .list .box-photo span.text {
                        background-color: #ffffff;
                        font-size: 11px;
                        text-align: center;
                        padding: 3px 5px;
                        box-sizing: border-box;
                        border-radius: 3px 3px 0 0;
                        line-height: 13px;
                        width: 100%;
                        float: left;
                    }

                    .profile-new .left-column .box .list .box-photo a {
                        width: 100%;
                    }

                    .profile-new .left-column .box .list .box-photo img {
                        width: 100%;
                    }

        .profile-new .left-column .friends {
            width: 94%;
            margin: 0 0 10px 0;
            padding: 10px 3% 5px 3%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .left-column .friends .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .left-column .friends .title span {
                    margin: 0 0 0 5px;
                    background: #dedede;
                    border-radius: 5px;
                    padding: 0 4px;
                    line-height: 20px;
                    font-weight: normal;
                    font-size: 12px;
                }

            .profile-new .left-column .friends .list {
                width: 100%;
                font-size: 11px;
            }

                .profile-new .left-column .friends .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 5px 0;
                }

                    .profile-new .left-column .friends .list .line img {
                        float: left;
                        margin: 0 5px 0 0;
                        width: 16px;
                        height: 16px;
                    }

                    .profile-new .left-column .friends .list .line a {
                        display: inline;
                    }

                .profile-new .left-column .friends .list .friend {
                    width: 100%;
                    line-height: 32px;
                    margin: 0 0 10px 0;
                    font-size: 12px;
                }

                    .profile-new .left-column .friends .list .friend img {
                        float: left;
                        margin: 0 10px 0 0;
                        width: 32px;
                        height: 32px;
                        object-fit: cover;
                        /*border-radius: 50%;*/
                    }

                    .profile-new .left-column .friends .list .friend a {
                        display: inline;
                        font-weight: bold;
                    }

                        .profile-new .left-column .friends .list .friend a span {
                            font-weight: normal;
                            font-size: 11px;
                        }

    .profile-new .right-feed {
        width: 67%;
        float: right;
        margin: 0 1% 0 0;
    }

        .profile-new .right-feed .tabs {
            width: 96%;
            margin: 0 2% -2px 2%;
            border-radius: 3px;
        }

            .profile-new .right-feed .tabs a {
                float: left;
                padding: 0 20px;
                line-height: 24px;
                font-size: 12px;
                font-weight: bold;
                background: #fff;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                margin: 0 15px 0 0;
                color: #666;
                border: 1px solid #fff;
                border-bottom: none;
            }

                .profile-new .right-feed .tabs a:hover {
                    background: #f1f1f1;
                    color: #000;
                }

                .profile-new .right-feed .tabs a.active {
                    background: #f1f1f1;
                    border: 1px solid #f1f1f1;
                    border-bottom: none;
                    color: #000;
                }

        .profile-new .right-feed .box {
            width: 98%;
            margin: 0 0 10px 0;
            padding: 10px 1% 5px 1%;
            background: #f1f1f1;
            border-radius: 3px;
        }

            .profile-new .right-feed .box.moderation {
                background: #ffedce;
            }

            .profile-new .right-feed .box .title {
                width: 100%;
                font-size: 16px;
                font-weight: bold;
                margin: 0 0 10px 0;
                line-height: 20px;
                border-bottom: 1px solid #ccc;
                padding: 0 0 5px 0;
            }

                .profile-new .right-feed .box .title .warning {
                    font-weight: normal;
                    font-size: 12px;
                    color: #ccc;
                }

            .profile-new .right-feed .box:hover > .title .warning {
                color: #f00;
            }

            .profile-new .right-feed .box .title .filter {
                float: right;
                margin: 0 0 0 10px;
            }

                .profile-new .right-feed .box .title .filter select {
                    outline: none;
                }

                .profile-new .right-feed .box .title .filter.oldstyle {
                    font-size: 12px !important;
                    font-weight: normal;
                    color: #999;
                }

                    .profile-new .right-feed .box .title .filter.oldstyle .aktif {
                        font-weight: bold;
                        background: #999;
                        padding: 0 7px;
                        border-radius: 3px;
                        color: #fff;
                    }

                .profile-new .right-feed .box .title .filter a img {
                    float: left;
                    display: inline-block;
                    margin: 2px 2px 0 0;
                }

            .profile-new .right-feed .box .title .linkler {
                float: right;
                font-size: 12px;
                font-weight: normal;
                margin: 0 0 0 10px;
                display: none;
            }

            .profile-new .right-feed .box:hover > .title .linkler {
                display: inline-block;
            }

            .profile-new .right-feed .box .list {
                width: 100%;
                font-size: 12px;
            }

                .profile-new .right-feed .box .list .line {
                    width: 100%;
                    line-height: 16px;
                    margin: 0 0 10px 0;
                    position: relative;
                }

                    .profile-new .right-feed .box .list .line img {
                        float: left;
                        margin: 0 5px 0 0;
                        width: 16px;
                        height: 16px;
                    }

                    .profile-new .right-feed .box .list .line .deletethis {
                        position: absolute;
                        top: 0;
                        right: 0;
                        background: #ccc;
                        color: #333;
                        padding: 0 3px;
                        border-radius: 3px;
                        font-weight: bold;
                        font-size: 10px;
                        visibility: hidden;
                    }

                .profile-new .right-feed .box .list:hover > .line .deletethis {
                    visibility: visible;
                }

                .profile-new .right-feed .box .list .line .deletethis:hover {
                    background: #f00;
                    color: #fff;
                }

                .profile-new .right-feed .box .list .line .stats {
                    float: right;
                    margin: 0 20px 0 10px;
                    font-size: 11px;
                    color: #666;
                }

                    .profile-new .right-feed .box .list .line .stats .baska {
                        float: right;
                        display: inline-block;
                        background: #fff;
                        font-weight: bold;
                        color: #333;
                        padding: 0 4px;
                        margin: 0 0 0 4px;
                        border-radius: 3px;
                        cursor: help;
                        position: relative;
                    }

                        .profile-new .right-feed .box .list .line .stats .baska .gosterelim {
                            display: inline-block;
                            position: absolute;
                            top: -6px;
                            right: -5px;
                            background: #fff;
                            border: 2px solid #ccc;
                            border-radius: 5px;
                            padding: 4px 10px;
                            width: 260px;
                            text-align: center;
                            color: #333;
                            font-weight: normal;
                            visibility: hidden;
                        }

                        .profile-new .right-feed .box .list .line .stats .baska:hover > .gosterelim {
                            visibility: visible;
                        }


header .ust .sag .uye .bildirimler:hover .bildirim-ac {
    background-image: linear-gradient(to top, #f30 0%, #f88c4e 100%);
}

header .ust .sag .uye .bildirimler.yok:hover {
    background-image: none;
}


.profile-new .right-feed .box .list .line.imza {
    width: 690px;
    background: #f1f1f1;
}

    .profile-new .right-feed .box .list .line.imza img {
        width: auto;
        height: auto;
        float: inherit;
    }

.profile-new .right-feed .box .list .line.hakkinda img {
    width: auto;
    height: auto;
    float: inherit;
}

.profile-new .right-feed .box .list .line textarea {
    width: 100% !important;
    min-height: 160px;
    line-height: 16px;
    outline: none;
}

.profile-new .right-feed .box .list .line a {
    display: inline;
}


.profile-new .right-feed .box .list .summary {
    width: 100%;
    line-height: 16px;
    margin: -5px 0 15px 0;
    color: #999;
    font-size: 11px !important;
}

    .profile-new .right-feed .box .list .summary a {
        color: #999;
    }

        .profile-new .right-feed .box .list .summary a:hover {
            color: #f00;
        }

.profile-new .right-feed .box .list .arkadas-kutu {
    width: calc(33.3% - 20px);
    float: left;
    margin: 10px 10px 10px 10px;
}

    .profile-new .right-feed .box .list .arkadas-kutu:nth-child(3n+3) {
        margin: 10px 0 10px 10px;
    }

    .profile-new .right-feed .box .list .arkadas-kutu img {
        float: left;
        width: 64px;
        height: 64px;
    }

    .profile-new .right-feed .box .list .arkadas-kutu .sag {
        width: calc(100% - 74px);
        float: right;
    }

        .profile-new .right-feed .box .list .arkadas-kutu .sag a {
            font-weight: bold;
            color: #000;
        }

            .profile-new .right-feed .box .list .arkadas-kutu .sag a:hover {
                color: red;
            }

        .profile-new .right-feed .box .list .arkadas-kutu .sag .rutbe {
            width: 100%;
            float: left;
        }

        .profile-new .right-feed .box .list .arkadas-kutu .sag .yildiz {
            display: inline-block;
        }

            .profile-new .right-feed .box .list .arkadas-kutu .sag .yildiz img {
                width: auto;
                height: auto;
            }

        .profile-new .right-feed .box .list .arkadas-kutu .sag .mesaj {
            width: 100%;
            float: left;
        }

        .profile-new .right-feed .box .list .arkadas-kutu .sag .select {
            width: 100%;
            float: left;
        }

            .profile-new .right-feed .box .list .arkadas-kutu .sag .select input[type="checkbox"] {
                margin: 5px 0 0 0;
            }

.profile-new .right-feed .choices {
    width: 98%;
    margin: 0 0 10px 0;
    padding: 10px 1% 0 1%;
    background: #f1f1f1;
    border-radius: 3px;
}

    .profile-new .right-feed .choices .title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 0;
    }

        .profile-new .right-feed .choices .title .filter {
            float: right;
            margin: 0 0 0 10px;
        }

            .profile-new .right-feed .choices .title .filter select {
                outline: none;
            }

        .profile-new .right-feed .choices .title .linkler {
            float: right;
            font-size: 12px;
            font-weight: normal;
            margin: 0 0 0 10px;
            display: none;
        }

    .profile-new .right-feed .choices:hover > .title .linkler {
        display: inline-block;
    }

    .profile-new .right-feed .choices .list {
        width: 100%;
        font-size: 12px;
    }

        .profile-new .right-feed .choices .list .line {
            width: 33%;
            float: left;
            line-height: 15px;
            margin: 0 0 15px 0;
            height: 30px;
            overflow: hidden;
        }

            .profile-new .right-feed .choices .list .line img {
                float: left;
                margin: 0 10px 0 0;
                width: 30px;
                height: 30px;
                border-radius: 5px;
            }

            .profile-new .right-feed .choices .list .line a {
                display: inline;
            }


div#user-ref {
    background: url(https://forum.donanimhaber.com/img/ref-background.gif) top repeat-x #FFF;
    border: 1px solid #CCC;
    border-width: 0 1px 2px 1px;
    padding: 5px;
    margin: 5px 5px 8px 5px;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

dl.ref-rating {
    width: 12%;
}

dl.ref-rating, dl.ref-product, dl.ref-comment {
    margin: 0 5px;
    float: left;
    border-right: 1px solid #fff;
    min-height: 40px;
}

    dl.ref-rating dd, dl.ref-product dd, dl.ref-comment dd {
        margin: 0 0 5px 0;
        font-weight: bold;
    }

.profile-new div, .profile-new span, .profile-new a, .profile-new img, .profile-new p {
    display: inline-block;
}

dl.ref-product {
    width: 40%;
}

.gallery {
    max-width: 800px;
    width: 100%;
    height: auto;
    float: left
}

    .gallery a {
        display: block;
        float: left;
        margin: 0 12px 12px 0;
        width: 171px;
        line-height: 0
    }

    .gallery .fulle, .gallery .fulle img {
        width: 100%;
        height: auto;
    }

a.gallery__img--main {
    width: auto;
    height: auto
}

.profil-gallery a {
    width: 32% !important;
    height: 130px;
    overflow: hidden;
    margin: 0 1px 5px 1% !important;
    float: left;
}

.profil-gallery figure {
    display: inline-block;
    width: 100%;
    float: left;
    color: #333;
    margin: 0;
    padding: 5px;
    line-height: 14px;
    box-sizing: border-box;
    background-color: #fff;
}

    .profil-gallery figure span {
        background-color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        box-sizing: border-box;
        width: 100%;
        float: left;
    }
/* KULLANICI PROFİLİ */


.widget-pop {
    position: relative;
}

.widget-open {
    position: absolute;
    left: 0;
    top: 23px;
    display: none;
    width: 643px;
    height: 150px;
    z-index: 9999;
}


.gallery {
    max-width: 800px;
    width: 100%;
    height: auto;
    float: left
}

    .gallery a {
        display: block;
        float: left;
        margin: 0 12px 12px 0;
        width: 171px;
        line-height: 0
    }

    .gallery .fulle, .gallery .fulle img {
        width: 100%;
        height: auto;
    }

a.gallery__img--main {
    width: auto;
    height: auto
}

.cimri-kutu {
    width: 643px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #2289cb;
    float: left;
    background-color: #fff
}

    .cimri-kutu .yan {
        width: 50px;
        height: 100%;
        float: left;
        background-color: #2289cb;
        position: relative;
    }

        .cimri-kutu .yan img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .cimri-kutu .alt {
        width: calc(100% - 50px);
        float: left;
        padding: 0 18px 4px 0;
        box-sizing: border-box;
    }

        .cimri-kutu .alt .buton {
            display: inline-block;
            float: left;
            background-color: #488ccb;
            border-radius: 6px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            padding: 5px 7px;
            margin: 0 0 0 110px;
            line-height: 14px;
            font-family: arial;
        }

        .cimri-kutu .alt .logo {
            float: right;
        }

    .cimri-kutu .ust {
        width: calc(100% - 50px);
        float: left;
        height: 107px;
        padding: 0 0 10px 0;
        box-sizing: border-box;
    }

        .cimri-kutu .ust .yan-ok {
            float: left;
            height: 100%;
            width: 24px;
            position: relative;
        }

            .cimri-kutu .ust .yan-ok.sag {
                float: right;
                cursor: pointer;
            }

            .cimri-kutu .ust .yan-ok img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

        .cimri-kutu .ust .slide {
            width: calc(100% - 48px);
            float: left;
            padding: 7px 0 0 0;
            white-space: nowrap;
            overflow: hidden;
        }

            .cimri-kutu .ust .slide .kutu {
                width: 90px;
                display: inline-block;
                line-height: 14px;
                float: initial;
            }

                .cimri-kutu .ust .slide .kutu .resim {
                    width: 100%;
                    height: 55px;
                    float: left;
                    position: relative;
                }

                    .cimri-kutu .ust .slide .kutu .resim img {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                    }

                .cimri-kutu .ust .slide .kutu .text {
                    width: 100%;
                    float: left;
                    color: #337ec1;
                    font-size: 10pt;
                    margin: 10px 0 0 0;
                    text-align: center;
                    white-space: normal;
                }
/*Facebox*/


#facebox {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 9999;
    width: auto;
    height: auto;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: 11px solid rgba(0, 0, 0, 0.60);
}

    #facebox .popup {
        position: relative;
        padding: 20px;
    }

        #facebox .popup .ust {
            width: 100%;
            float: left;
            margin: 0 0 10px 0;
        }

        #facebox .popup .alt {
            width: 100%;
            float: left;
            margin: 10px 0 0 0;
            border-top: 1px solid #d0d0d0;
            padding: 10px 0 0 0;
            text-align: right;
        }

            #facebox .popup .alt img {
                cursor: pointer;
            }

        #facebox .popup ul li a {
            color: #000;
            line-height: 16px;
        }

            #facebox .popup ul li a:hover {
                color: blue;
            }
/*Facebox*/

/* KONU İCİ */ /* ki = Konu İçi */
.ki-btn {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

#ki-adminyonet {
    float: right;
    display: inline-block;
}

.kl-hakkinda ul li {
    float: left;
    margin-right: 5px;
}

    .kl-hakkinda ul li img {
        float: left;
        margin-right: 5px;
    }

.ki-arama {
    min-width: 980px;
    width: 100%;
    float: left;
    height: 41px;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 40px;
    border-bottom: 1px dotted #FFF;
    background: #DEDEDE;
    display: inline-block;
    margin-bottom: 5px;
}
/*.ki-arama .aramaayari{float: right;font-weight: bold;}
.ki-arama .aramaayari a{ cursor: pointer;}
.ki-arama .aramaayari img{float:right;margin: 11px 17px 11px 5px;}*/
.ki-giris {
    color: #FF6000;
    width: 150px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.ki-mesaj {
    color: #FF6000;
    width: calc(100% - 151px);
    height: auto;
    float: left;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.ki-cevapsahibi {
    width: 150px;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

    .ki-cevapsahibi .ki-kullaniciadi {
        width: 100%;
        float: left;
        margin-top: 5px;
        word-break: break-word;
    }

        .ki-cevapsahibi .ki-kullaniciadi a {
            max-width: 100%;
            float: left;
            word-wrap: break-word;
        }

    .ki-cevapsahibi .ki-unvan {
        width: 100%;
        float: left;
    }

    .ki-cevapsahibi .ki-unvanimg {
        float: left;
        width: 100%;
        margin: 2px 0 8px 0;
    }

    .ki-cevapsahibi .ki-avatar {
        float: left;
        margin-right: calc(100% - 64px);
        /*width: 100%;*/
    }

        .ki-cevapsahibi .ki-avatar img {
            max-width: 100%;
            /*border-radius: 50%;*/
            width: 64px;
            height: 64px;
            object-fit: cover;
        }

        .ki-cevapsahibi .ki-avatar .avatarsiz {
            width: 64px;
            height: 64px;
            /*border-radius: 50%;*/
            line-height: 64px;
            font-size: 32px;
            color: white;
            text-align: center;
            display: inline-block;
        }

    .ki-cevapsahibi .ki-mesajsayisi {
        width: 100%;
        float: left;
        margin-top: 6px;
    }

    .ki-cevapsahibi .ki-notgonder {
        width: 100%;
        float: left;
        margin: 5px 0 1px 0;
    }

    .ki-cevapsahibi .ki-kullanicisocial {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }



.bday-popover-title {
    position: absolute;
    left: 50px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    border-radius: 14px;
    background: #fff;
    top: 40px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
}

    .bday-popover-title img {
        display: inline-block;
        line-height: 30px;
        padding-left: 6px;
        padding-top: 4px;
        width: auto !important;
        height: auto !important;
        border-radius: 0 !important;
    }

.bday-popover-wrapper {
    position: initial;
}

.bday-popover-content {
    text-align: center;
    opacity: 1;
    visibility: hidden;
    position: absolute;
    left: -14px;
    transform: translate(0, 10px);
    background-color: #000;
    padding: 12px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 135px;
    top: 75px;
}

    .bday-popover-content::before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #000 transparent;
    }

.bday-popover-wrapper:hover .bday-popover-content {
    z-index: 10;
    opacity: 0.8;
    visibility: visible;
    border-radius: 10px;
    color: #fff;
}

.ki-cevapicerigi {
    width: calc(100% - 151px);
    height: auto;
    float: left;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.ki-cevaphakkinda {
    width: 100%;
    float: left;
    height: auto;
    margin: 2px 0 0 2px;
    border-bottom: 1px solid #D0D0D0;
    line-height: 26px;
}

/*.ki-cevaptarihi img {
    float: left;
    margin: 5px;
}*/

.ki-mesajsecenekleri {
    float: right;
    margin-right: 10px;
}

    .ki-mesajsecenekleri li {
        float: left;
        margin: 0 3px 0 3px;
        position: relative;
    }

        .ki-mesajsecenekleri li img {
            float: left;
            margin: 3px 3px 0 0;
        }

        .ki-mesajsecenekleri li a {
            font-size: 10px;
            line-height: 23px;
            float: left;
            position: relative;
        }

.like-unlike {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    padding-bottom: 0;
}

.line-unlike.gelen-cevap .begendim {
    height: 13px;
}

.line-unlike.gelen-cevap .begenmesayisi {
    line-height: 14px;
}

.like-unlike h2 {
    float: left;
    height: auto;
    line-height: 25px;
    border-bottom: 1px solid #D0D0D0;
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 24px);
}

.secilen-yorum {
    width: 100%;
    float: left;
    height: auto;
}

    .secilen-yorum .yorum {
        width: 100%;
        float: left;
        line-height: 16px;
        height: auto;
        font-size: 12px;
        padding: 5px 0 15px 15px;
        box-sizing: border-box;
        font-family: Verdana, Geneva;
    }

.yorum .yoruma-git {
    height: 14px;
    line-height: 11px;
    display: inline-block;
    background: url(/static/forum/img/yeni-yorum.png) left top no-repeat;
    float: right;
    padding-left: 17px;
    font-size: 11px;
    color: #666;
    margin: 0 15px 5px 5px;
}

    .yorum .yoruma-git.bahsedilen {
        background: url(/static/forum/img/reply-all.png) left top no-repeat;
        background-size: 13px;
        cursor: pointer;
    }

.yorum .yorum-kaldir {
    height: 17px;
    line-height: 16px;
    display: inline-block;
    background: url(/static/forum/img/m-sil-2.png) left top no-repeat;
    float: right;
    padding-left: 20px;
    font-size: 11px;
    color: #666;
    margin: -1px 15px 5px 5px;
}

.secilen-yorum .bilgi {
    font-size: 12px;
    color: #999;
    width: 100%;
    display: inline-block;
    line-height: 14px;
    text-align: right;
    margin-top: 3px;
    opacity: 0.5;
    padding: 0 0 10px 15px;
    box-sizing: border-box;
}

.bilgi .yorumun-devami, .tek .alt .yorumun-devami {
    background: url('/static/forum/img/yorum-devami.gif') no-repeat center left;
    float: left;
    padding-left: 15px;
    font-weight: bold;
    font-size: 11px;
}

.secilen-yorum:hover > .bilgi {
    opacity: 1;
}

.ki-cevapicerigi .icerik {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 13px;
    float: left;
    padding: 7px 5px;
    width: 100%;
    box-sizing: border-box;
}

    .ki-cevapicerigi .icerik table {
        width: 100%;
        float: left;
    }

    .ki-cevapicerigi .icerik iframe {
        max-width: 100%;
    }

    .ki-cevapicerigi .icerik .mesaj-ici-resim {
        position: relative;
        display: inline-block;
        margin: 0 0 38px 0;
        cursor: pointer;
    }

        .ki-cevapicerigi .icerik .mesaj-ici-resim img {
            position: relative;
            z-index: 99;
        }

        .ki-cevapicerigi .icerik .mesaj-ici-resim .galeri-resimi-begen {
            position: absolute;
            right: 5px;
            bottom: -29px;
            background-color: #fff;
            border-radius: 5px;
            padding: 12px 6px 7px 10px;
            font-size: 14px;
            border: 1px solid #d0d0d0;
            cursor: pointer;
            font-weight: bold;
            font-family: Arial;
            text-align: center;
        }

            .ki-cevapicerigi .icerik .mesaj-ici-resim .galeri-resimi-begen .like {
                height: 15px;
                float: left;
                padding: 1px 11px 1px 27px;
                background: url(/static/forum/img/yeni-like-bos.png) no-repeat center left 6px;
                color: #000;
            }

            .ki-cevapicerigi .icerik .mesaj-ici-resim .galeri-resimi-begen.aktif .like {
                background: url(/static/forum/img/yeni-like-turuncu.png) no-repeat center left 6px;
                color: #f60;
            }



.bilgi .yorum-hakkinda {
    float: right;
}

.begendim {
    background: url('/static/forum/img/yeni-begen.png')no-repeat left center;
    width: 26px;
    height: 16px;
    float: left;
    padding: 0px 0 0 16px;
}

.begenmedim {
    background: url('/static/forum/img/yeni-begen-bos.png')no-repeat left center;
    width: 35px;
    height: 16px;
    float: left;
    padding: 0px 0 0 18px;
}

.begenmesayisi {
    color: #000;
    display: inline-block;
    float: left;
    line-height: 19px;
    height: 16px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #CCC;
}

.yorum-hakkinda .yorumcu-kullanici {
    line-height: 17px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 12px;
}

.like-unlike .yorum_cizgi {
    border: 0;
    height: 1px;
    background: #D0D0D0;
    margin-left: 12px;
    float: left;
    width: calc(100% - 24px);
}

.cevap-date {
    float: right;
    margin: 0 8px 0 5px;
}

.cevaplarigoster {
    margin: 10px 0 10px 0;
}
/*Cevaplar gosterildiği zaman bu class renklendir classına eklenecek.*/

.ikide1renk {
    width: 100%;
    float: left;
    height: auto;
}

    .ikide1renk .renklendir {
        float: left;
        width: 100%;
    }

        .ikide1renk .renklendir.bosluk {
            margin: 0 0 10px 0;
        }

        .ikide1renk .renklendir:nth-child(odd) .kl-icerik-satir {
            background-color: #F1F1F1;
        }

        .ikide1renk .renklendir:nth-child(even) .kl-icerik-satir {
            background-color: #DCDCDC;
        }

        .ikide1renk .renklendir:nth-child(odd) .mesajbegen {
            background: #dedede;
        }

        .ikide1renk .renklendir:nth-child(even) .mesajbegen {
            background: #f1f1f1;
        }

        .ikide1renk .renklendir:nth-child(odd) .kaccevapgeldi {
            background: #dedede;
        }

        .ikide1renk .renklendir:nth-child(even) .kaccevapgeldi {
            background: #f1f1f1;
        }

        .ikide1renk .renklendir.gizle .ki-unvan {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-unvanimg {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-avatar {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-mesajsayisi {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-notgonder {
            display: none;
        }

        .ikide1renk .renklendir.gizle .ki-cevaphakkinda {
            display: none;
        }

        .ikide1renk .renklendir.gizle .mesaj-altkisim {
            display: none;
        }

        .ikide1renk .renklendir.gizle .gizli-icerik {
            font-weight: bold;
            margin: 5px 0 0 0;
        }

        .ikide1renk .renklendir.isaretli .kl-icerik-satir {
            background-color: #ffdede;
        }

        .ikide1renk .renklendir.onecikarilanmesaj .kl-icerik-satir {
            background-color: #FFE6BD;
        }

.ki-cevapicerigi .onecikarikon {
    width: 100%;
    float: left;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

    .ki-cevapicerigi .onecikarikon img {
        width: 20px;
        float: right;
    }



.mesajbegen {
    float: right;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    height: 19px;
    margin-right: 5px;
}

.kaccevapgeldi {
    float: right;
    padding: 1px 10px 1px 14px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    margin: 10px 5px 0 0;
}

    .kaccevapgeldi img {
        float: left;
        margin: 2px 5px 0 0;
    }
/*Iframe*/ .player-abone {
    width: 580px;
    margin: 0 auto 0 auto;
    padding: 3px 10px;
    background: #dedede;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

    .player-abone span {
        float: left;
        margin-left: 100px;
        display: inline-block;
    }

    .player-abone div {
        vertical-align: central;
        line-height: 24px;
        margin-right: 100px !important;
        float: right;
        display: inline-block;
    }

#pnlNewVideoPlayer {
    width: 100%;
    float: left;
    height: auto;
}

.multimention-tipbox {
    position: absolute;
    top: -80px;
    right: -40px;
    background: #fff;
    border: 1px solid #f30;
    border-radius: 10px;
    padding: 7px 10px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    width: 300px;
    z-index: 9999;
    display: inline-block;
    box-shadow: 0 0 20px #999;
    word-wrap: break-word;
    text-align: left;
}

    .multimention-tipbox:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #f30 transparent transparent transparent;
        bottom: -20px;
        right: 40px;
    }

    .multimention-tipbox:hover {
        box-shadow: 0 0 20px #ffdfa9;
    }

    .multimention-tipbox span {
        cursor: pointer;
        float: right;
        display: inline-block;
        background: #999;
        color: #fff;
        padding: 0 5px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: bold;
        margin: -3px -6px 0 0;
    }

        .multimention-tipbox span:active {
            background: #000;
        }

.paylastik {
    background: #f90;
    border-radius: 3px;
}

.uyaripuani {
    width: 100px;
    height: 10px;
    display: inline-block;
    background: #ccc;
    margin: 10px 0 10px 0;
    position: relative;
}

    .uyaripuani span, .uyaripuani div, .uyaripuani a {
        display: inline-block;
    }

    .uyaripuani .up {
        float: left;
        width: 10px;
        height: 10px;
    }

        .uyaripuani .up.l1 {
            background: #F8F8F8;
        }

        .uyaripuani .up.l2 {
            background: #F3F3F3;
        }

        .uyaripuani .up.l3 {
            background: #EBEBEB;
        }

        .uyaripuani .up.l4 {
            background: #E5E5E5;
        }

        .uyaripuani .up.l5 {
            background: #B1B1B1;
        }

        .uyaripuani .up.l6 {
            background: #ADADAD;
        }

        .uyaripuani .up.l7 {
            background: #A3A3A3;
        }

        .uyaripuani .up.l8 {
            background: #9E9E9E;
        }

        .uyaripuani .up.l9 {
            background: #949494;
        }

        .uyaripuani .up.l10 {
            background: #777777;
        }

        .uyaripuani .up.l1.aktif {
            background: #389C30;
        }

        .uyaripuani .up.l2.aktif {
            background: #4CD81C;
        }

        .uyaripuani .up.l3.aktif {
            background: #6CEB53;
        }

        .uyaripuani .up.l4.aktif {
            background: #A1FF00;
        }

        .uyaripuani .up.l5.aktif {
            background: #E0FF00;
        }

        .uyaripuani .up.l6.aktif {
            background: #FFFD00;
        }

        .uyaripuani .up.l7.aktif {
            background: #FFDD00;
        }

        .uyaripuani .up.l8.aktif {
            background: #FFB600;
        }

        .uyaripuani .up.l9.aktif {
            background: #FF7600;
        }

        .uyaripuani .up.l10.aktif {
            background: #FF0004;
        }

    .uyaripuani .up-durum {
        width: 10px;
        height: 15px;
        position: absolute;
        top: 3px;
        left: -5px;
        background: url(/static/forum/img/up-durum.png) center top no-repeat;
    }

        .uyaripuani .up-durum.l1 {
            left: 5px;
        }

        .uyaripuani .up-durum.l2 {
            left: 15px;
        }

        .uyaripuani .up-durum.l3 {
            left: 25px;
        }

        .uyaripuani .up-durum.l4 {
            left: 35px;
        }

        .uyaripuani .up-durum.l5 {
            left: 45px;
        }

        .uyaripuani .up-durum.l6 {
            left: 55px;
        }

        .uyaripuani .up-durum.l7 {
            left: 65px;
        }

        .uyaripuani .up-durum.l8 {
            left: 75px;
        }

        .uyaripuani .up-durum.l9 {
            left: 85px;
        }

        .uyaripuani .up-durum.l10 {
            left: 95px;
        }

    .uyaripuani .nedir {
        position: absolute;
        top: 20px;
        left: 0;
        background: #fff;
        border: 2px solid #dedede;
        border-radius: 3px;
        font-size: 11px;
        padding: 5px;
        z-index: 999;
        display: none;
        width: 126px;
        box-shadow: 0 0 5px #ccc;
    }

    .uyaripuani:hover > .nedir {
        display: inline-block;
    }

.ki-cevapsahibi .tercihlerim {
    margin: 5px 0;
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
}

.tercihlerim .gorsel {
    cursor: pointer;
    width: 30px;
    height: 30px;
    float: left;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    border-radius: 3px;
}

.tercihlerim .sistemler {
    z-index: 9999999;
    display: none;
    position: absolute;
    top: 0;
    left: 40px;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
    width: 460px;
    font-family: Verdana, Geneva, sans-serif;
    box-shadow: 5px 5px 5px #CCC;
}

.sistemler .tabler {
    width: 460px;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    background: #F1F1F1;
    border-bottom: 1px solid #DEDEDE;
}

    .sistemler .tabler a {
        opacity: 1;
        cursor: pointer;
        color: #000;
        padding: 5px 10px;
        display: inline-block;
        float: left;
        background: #FFF;
    }

        .sistemler .tabler a.pasif {
            opacity: 0.2;
        }

    .sistemler .tabler .kapat {
        background: #CCC;
        color: #000;
        font-weight: bold;
        float: right;
        padding: 1px 5px;
        margin: 4px;
        font-size: 10px;
        cursor: pointer;
    }

.sistemler .liste {
}

    .sistemler .liste.ilk .eleman {
        cursor: default;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        line-height: 16px;
        padding: 5px 1%;
        background: #FFF;
        border-bottom: 1px solid #DEDEDE;
        color: #333;
    }

        .sistemler .liste.ilk .eleman .baslik {
            display: inline-block;
            float: left;
            font-size: 18px;
            line-height: 30px;
            font-weight: bold;
        }

    .sistemler .liste.iki .eleman {
        cursor: default;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        line-height: 16px;
        padding: 5px 1%;
        background: #FFF;
        border-bottom: 1px solid #DEDEDE;
        color: #333;
        position: relative;
    }

        .sistemler .liste.iki .eleman:hover {
            background-color: #f1f1f1;
        }

        .sistemler .liste.iki .eleman .baslik {
            display: inline-block;
            float: left;
            font-size: 13px;
            font-weight: bold;
        }

            .sistemler .liste.iki .eleman .baslik span {
                color: #666;
                font-weight: normal;
                display: block;
                font-size: 11px;
                line-height: 14px;
            }

    .sistemler .liste .eleman img {
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

.ki-cevapsahibi .firmaise {
    width: 100%;
    float: left;
    background-color: #fff;
    line-height: 20px;
}

.firmaise span {
    border-top: 1px solid #ccc;
    font-weight: bold;
    background: #F1F1F1;
    padding: 0 5px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.firmaise b {
    width: 100%;
    float: left;
    padding: 0 0 0 3px;
    box-sizing: border-box;
}

.firmaise a {
    max-width: 100%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    padding: 0 4px;
    box-sizing: border-box;
}

.notlar {
    width: 100%;
    float: left;
    line-height: 11px;
    margin: 0 0 5px 0;
    font-size: 10px;
    font-weight: bold;
    color: #f00 !important;
}

    .notlar img {
        float: left;
        margin: -1px 5px 0 0;
    }

.like-unlike.onde {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    background: #FFE6BD !important;
}

li.bildirimli {
    background-color: #f1f1f1;
    text-align: center;
    line-height: 25px;
    height: 52px !important;
    color: #4c4c4c;
    font-size: 12px;
    padding: 0 8px 0 8px;
    box-sizing: border-box;
}

    li.bildirimli a {
        width: auto !important;
        height: auto !important;
        float: left;
        border: 1px solid #f19700;
        padding: 0 11px !important;
        line-height: 20px !important;
    }

        li.bildirimli a:nth-child(2) {
            border-right: none;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        li.bildirimli a:nth-child(3) {
            border-right: none;
        }

        li.bildirimli a:nth-child(4) {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        li.bildirimli a.aktif {
            background-color: #f19700 !important;
            ;
            color: #fff;
        }

        li.bildirimli a:hover {
            background-color: rgba(241, 151, 0, 0.15);
        }

/*.konuiciarama{display:none;padding: 10px 0;line-height: 30px;width:100%;float:left;height:auto;border:1px solid #d0d0d0;background-color:#f1f1f1;margin-bottom: 5px;text-align: center;}*/

.bolum-uzak {
    margin-top: 10px;
    color: #990000;
    font-weight: bold;
    padding: 0 5px 0 0;
}

.uzaklas {
    color: #666666;
    margin-top: 10px;
    display: inline-block;
}

pre {
    color: black;
    background-color: #efefef;
    font: 12px "Courier New";
    overflow: auto;
    width: 600px;
    height: 300px;
    line-height: 1.4;
    padding: 4px;
    margin: 5px;
    border: 1px solid #a17026;
}

.imajayarkapsam {
    display: inline-block;
    margin: 5px;
}

.sag-alt-uyari {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 300px;
}

    .sag-alt-uyari .uyari {
        width: 100%;
        box-sizing: border-box;
    }

    .sag-alt-uyari .yeni-mesaj {
        background-color: #f60;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block;
        margin: 0 0 10px 0;
        float: right;
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    }

        .sag-alt-uyari .yeni-mesaj:hover {
            opacity: 0.8;
        }

        .sag-alt-uyari .yeni-mesaj a {
            color: #fff;
            font-family: Arial;
            font-size: 16px;
            display: inline-block;
            line-height: 25px;
        }

        .sag-alt-uyari .yeni-mesaj img.kapat {
            float: right;
            margin: 0 0 0 10px;
            width: 15px;
            height: auto;
            cursor: pointer;
            background-color: #bd5710;
            padding: 5px;
            border-radius: 5px;
        }

        .sag-alt-uyari .yeni-mesaj img.asagi {
            display: inline-block;
            vertical-align: middle;
            margin: -3px 0 0 6px;
        }

.soltaraf .ara-yenimesaj span.ikon {
    position: relative;
    height: 45px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
}

.soltaraf .ara-yenimesaj img {
    position: absolute;
    left: 0;
    width: 12px;
    height: auto;
}

    .soltaraf .ara-yenimesaj img.up {
        top: 10px;
    }

    .soltaraf .ara-yenimesaj img.down {
        bottom: 10px;
    }
/* KONU İCİ */

/*KONUYU TERS CEVIR VE SIRALAMA*/
#konuyu-ters-cevir {
    position: relative;
    width: 29px;
    height: 34px;
    float: left;
    background-color: #000106;
    border: 1px solid #000;
    border-radius: 4px;
    background-image: url('/static/forum/img/konuyu-ters-cevir-aktif.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: -8px 8px 0 0;
}

    #konuyu-ters-cevir:hover:after {
        content: 'Tersten sıralama "AKTİF"';
        font-weight: normal;
        position: absolute;
        border-radius: 20px;
        background-color: rgba(0,0,0,0.80);
        top: 48px;
        left: 50%;
        transform: translate(-50%,0);
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        z-index: 9999;
        width: 112px;
        text-align: center;
    }

    #konuyu-ters-cevir:hover:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid rgba(0,0,0,0.80);
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    #konuyu-ters-cevir.aktif:hover:after {
        content: 'Konudaki mesajları tersten sırala';
    }

    #konuyu-ters-cevir.aktif {
        border: 1px solid #000000;
        background-color: #fff;
        background-image: url('/static/forum/img/konuyu-ters-cevir.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

.soltaraf .siralama-bar {
    width: 100%;
    float: left;
    z-index: 99;
    position: relative;
    font-family: Arial;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin: 0 0 15px 0;
    padding: 3px 3px 3px 11px;
    box-sizing: border-box;
}

    .soltaraf .siralama-bar .sol {
        float: left;
        font-weight: bold;
        font-size: 17px;
        color: #999;
    }

        .soltaraf .siralama-bar .sol b {
            color: #000;
        }

        .soltaraf .siralama-bar .sol .button {
            cursor: pointer;
            display: inline-block;
            background-color: #ff5a1c;
            border: 1px solid #e15c2a;
            border-radius: 5px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            padding: 5px 11px;
            transition: all 0.1s ease;
        }

            .soltaraf .siralama-bar .sol .button:hover {
                background-color: #e15c2a;
                border: 1px solid #ff5a1c;
            }

    .soltaraf .siralama-bar .mesaj-button {
        cursor: pointer;
        float: right;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 10px;
        box-sizing: border-box;
    }

        .soltaraf .siralama-bar .mesaj-button img {
            float: left;
            margin: 5px 11px 5px 0;
        }

            .soltaraf .siralama-bar .mesaj-button img.aktif {
                transform: rotate(180deg);
            }

        .soltaraf .siralama-bar .mesaj-button b {
            color: #000;
            font-size: 17px;
            letter-spacing: -0.8px;
            float: left;
            line-height: 19px;
        }

        .soltaraf .siralama-bar .mesaj-button span.kim {
            display: inline-block;
            margin: 0 0 0 19px;
            color: #999;
            font-size: 14px;
            line-height: 19px;
        }

            .soltaraf .siralama-bar .mesaj-button span.kim i {
                width: 19px;
                height: 19px;
                display: inline-block;
                font-style: normal;
                background-color: #999;
                border-radius: 50%;
                color: #fff;
                line-height: 19px;
                text-align: center;
                font-size: 12px;
            }

            .soltaraf .siralama-bar .mesaj-button span.kim img {
                width: 19px;
                height: 19px;
                display: inline-block;
                border-radius: 50%;
                margin: 0;
            }

            .soltaraf .siralama-bar .mesaj-button span.kim span {
                display: inline-block;
                margin: 0 0 0 4px;
                color: #666;
                font-size: 14px;
            }
/*KONUYU TERS CEVIR VE SIRALAMA*/


/*gece modu */

.standart-arkaplana-donus {
    color: #000;
    float: right;
    margin: 0 0 0 20px;
}

    .standart-arkaplana-donus .nedir {
        font-weight: bold;
        line-height: 34px;
        font-size: 14px;
    }

    .standart-arkaplana-donus .dugme {
        float: right;
        margin: 0 0 0 10px;
    }

.dugme {
    position: relative;
    width: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

    .dugme.kucuk {
        width: 50px;
    }

.dugme-cb {
    display: none;
}

.dugme-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ff6600;
    border-radius: 20px;
    background: #ff6600;
}

.dugme.kucuk .dugme-label {
    border: none;
}

.dugme-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
}

    .dugme-inner:before, .dugme-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 11pt;
        color: #ffffff;
        font-weight: bold;
        box-sizing: border-box;
    }

.dugme.kucuk .dugme-inner:before, .dugme.kucuk .dugme-inner:after {
    height: 22px;
    line-height: 22px;
    font-size: 7pt;
    font-weight: normal;
}

.dugme-inner:before {
    content: "Açık";
    padding-left: 10px;
    background: #ff6600;
    color: #ffffff;
}

.dugme-inner:after {
    content: "-";
    padding-right: 15px;
    background: #333333;
    color: #fff;
    text-align: right;
}

.dugme-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
}

.dugme.kucuk .dugme-switch {
    right: 26px;
    width: 14px;
    margin: 3px;
}

.dugme.kucuk .dugme-inner:before {
    padding-left: 7px;
}

.dugme-cb:checked + .dugme-label .dugme-inner {
    margin-left: 0;
}

.dugme-cb:checked + .dugme-label .dugme-switch {
    right: 0px !important;
}

.dugme-cb:disabled + .dugme-label {
    opacity: 0.3;
}

/*genel*/

body.gecemodu {
    background: #000;
}

/*anasayfa*/

.gecemodu .admin-sayac,
.gecemodu .yenimesaj,
.gecemodu .sunucubilgi {
    color: #fff;
}

/*konu detayÄ± (aÅŸaÄŸÄ±dakilerin bazÄ±sÄ± konu listesini de ilgilendiriyor)*/



.gecemodu .forumdizin,
.gecemodu .forumdizin a,
.gecemodu .sayisal-text,
.gecemodu .sayisal-text b,
.gecemodu .sayfasiralama,
.gecemodu .konudakikullanici,
.gecemodu .konudakikullanici a,
.gecemodu footer,
.gecemodu footer a,
.gecemodu .kl-basligi,
.gecemodu .forumnames,
.gecemodu .forumnames a,
.gecemodu .sayfa-baslik-numarasi,
.gecemodu .standart-arkaplana-donus {
    color: #fff !important;
}


.gecemodu .sayisal-resim img {
    fill: #ccc;
}


.gecemodu .sayfasiralama .aktif {
    background: #666;
}

.gecemodu .konudakikullanici #gizlenecek-kisim #golgemsi {
    display: none;
}

.gecemodu #gizlenen-getir {
    font-weight: bold;
    background: #ccc;
    color: #000;
    padding: 0 5px;
    border-radius: 3px;
}

/*gece modu */

/*Yeni Şikayet Sistemi*/

.yapay-zeka-sikayet .infobar {
    width: calc(100% - 20px);
    margin: 10px;
    height: 35px;
    text-align: center;
    float: left;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #a94a0b;
}

    .yapay-zeka-sikayet .infobar span {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 10px;
        background-color: #f60;
    }

    .yapay-zeka-sikayet .infobar b {
        color: #333;
        font-family: Arial;
        font-size: 22px;
        position: relative;
        z-index: 999;
        line-height: 35px;
    }

.oncelikli-uyari {
    width: calc(100% - 20px);
    height: 35px;
    text-align: center;
    float: left;
    margin: 10px 10px 10px 10px;
}

    .oncelikli-uyari .uyari {
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        padding: 0;
        width: 100%;
        float: left;
        margin: 0;
        border-radius: 10px;
    }

        .oncelikli-uyari .uyari b {
            font-size: 26px;
            vertical-align: middle;
            margin: -5px 6px 0 0;
            display: inline-block;
        }

.tespit-kategori {
    width: 100%;
    float: left;
    font-family: Arial;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 10px;
}

    .tespit-kategori .select {
        width: 350px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        border-radius: 3px;
        display: inline-block;
        margin: 5px 0 0 0;
        outline: none;
    }

.destekmesaj-satir .destekmesaj-mesaj {
}

.destekmesaj-satir.karar {
    float: right;
    margin: 10px 0;
    border: none;
    display: inline-block;
}

    .destekmesaj-satir.karar a {
        font-family: Arial;
        width: 150px;
        margin: 0 10px 0 0;
        float: right;
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 25px;
        font-weight: bold;
    }

        .destekmesaj-satir.karar a.turuncu {
            background-color: #f60;
            border: 1px solid #b96608;
        }

        .destekmesaj-satir.karar a.gri {
            background-color: #565656;
            border: 1px solid #333;
        }

        .destekmesaj-satir.karar a:hover {
            opacity: 0.9;
        }
/*Yeni Şikayet Sistemi*/




/* DH Search */



.dhsearch {
    min-width: 700px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 10px 0 20px 0;
}

    .dhsearch .search {
        display: inline-block;
        padding: 0 370px 0 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        border: none;
        font-size: 15px;
        letter-spacing: 0.14px;
        font-family: Arial;
        background-image: url(/static/forum/img/fav-search.png);
        background-repeat: no-repeat;
        background-position: left;
        background-position-x: 10px;
    }

        .dhsearch .search:focus {
            outline: none;
        }

    .dhsearch .search-icon {
        height: 20px;
        width: 20px;
        z-index: 888;
        display: inline-block;
        position: relative;
        left: 12px;
        top: 32px;
    }

    .dhsearch .dropdown {
        cursor: pointer;
        z-index: 888;
        display: inline-block;
        background: none;
        position: absolute;
        padding-right: 20px;
        width: 201px;
        height: 30px;
        top: -4px;
        right: 136px;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

        .dhsearch .dropdown .dropdown-menu {
            display: none;
            height: auto;
            width: 220px;
            background-color: #f1f1f1;
            margin-top: 3px;
            border-radius: 10px;
            border: 1px solid #dedede;
            -webkit-box-shadow: 1px 3px 10px 0px rgba(50, 50, 50, 0.46);
            -moz-box-shadow: 1px 3px 10px 0px rgba(50, 50, 50, 0.46);
            box-shadow: 1px 3px 10px 0px rgba(50, 50, 50, 0.46);
        }

            .dhsearch .dropdown .dropdown-menu .list {
                color: #999999;
                font-size: 14px;
                letter-spacing: 0.14px;
            }

                .dhsearch .dropdown .dropdown-menu .list li {
                    padding: 7px 10px 7px 20px;
                    border-bottom: 1px solid #E6E6E6;
                    border-radius: 5px;
                }

                    .dhsearch .dropdown .dropdown-menu .list li:last-child {
                        border: none;
                    }

                    .dhsearch .dropdown .dropdown-menu .list li:hover {
                        background-color: #e0e0e0;
                    }

                .dhsearch .dropdown .dropdown-menu .list .selected {
                    background-color: #e0e0e0;
                    cursor: default;
                }

        .dhsearch .dropdown .title {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: inline-block;
            padding: 0 20px 0 20px;
            color: #999999;
            background-color: #f1f1f1;
            width: 180px;
            height: 30px;
            top: -4px;
            right: 136px;
            line-height: 30px;
            border-radius: 20px;
            border: 1px solid #dedede;
            font-family: Arial;
            font-size: 15px;
            letter-spacing: 0.14px;
        }

            .dhsearch .dropdown .title:hover {
                background-color: #e9e8e8;
            }

            .dhsearch .dropdown .title .dropdown-icon {
                height: 10px;
                width: 16px;
                position: absolute;
                right: 5px;
                top: 11px;
            }

    .dhsearch .search-button {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 126px;
        height: 30px;
        border-radius: 20px;
        background-image: linear-gradient(135deg, #f9893f 0%, #e95450 100%);
        text-align: center;
        line-height: 30px;
        font-weight: 700;
        font-family: Arial;
        letter-spacing: 0.14px;
        font-size: 15px;
        color: #ffffff;
    }

        .dhsearch .search-button:hover {
            background-image: linear-gradient(135deg, #e4772f 0%, #d84e4a 100%);
        }

        .dhsearch .search-button .search-icon {
            position: absolute;
            top: 5px;
            left: 5px;
        }

        .dhsearch .search-button span {
            padding: 0 0 0 10px;
        }

    .dhsearch .info {
        width: 100%;
        text-align: center;
        opacity: 0.4;
        color: #000000;
        font-size: 12px;
        letter-spacing: 0.15px;
        margin: 0;
        padding: 5px 0 0 0;
    }

        .dhsearch .info a {
            cursor: pointer;
            font-weight: 700;
            text-decoration: underline;
        }
/* DH Search */


/*Yeni Yanıt*/

.yanit-liste {
    width: 100%;
    float: left;
    position: relative;
    font-family: Arial;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0;
    border-radius: 0 0 5px 5px;
    padding-bottom: 15px;
    border-bottom: none;
}

    .yanit-liste.cevap {
        border: none;
        background-color: #f1f1f1;
        padding: 0 0 15px 0;
        display: none;
    }

        .yanit-liste.cevap.aktif {
            display: inline-block;
            padding-bottom: 0;
        }

    .yanit-liste:not(.cevap)::after {
        content: '';
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 15px;
        background-color: #febf55;
    }

    .yanit-liste .tepe {
        padding: 2px 5px 2px 10px;
        width: 100%;
        float: left;
        box-shadow: 0 1px 0 #c9c9c9;
        box-sizing: border-box;
        background-color: #dedede;
    }

        .yanit-liste .tepe h2 {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            margin: 0;
            padding: 3px 0;
            display: inline-block;
            margin: 0 10px 0 0;
        }

.buton-yanit {
    border-radius: 12px;
    background-color: #ccc;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666 !important;
    padding: 4px 11px;
    display: inline-block;
    height: 24px;
    box-sizing: border-box;
    line-height: 14px;
}

    .buton-yanit img {
        float: left;
        margin: 0px 5px 0 0;
    }

        .buton-yanit img.aktif {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .buton-yanit:hover {
        opacity: 0.8;
    }

    .buton-yanit.beyaz {
        border-radius: 12px;
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
    }

    .buton-yanit.aktif {
        color: #fff !important;
        border-radius: 12px;
        border: 1px solid #fff;
        background-color: #fff;
        background-image: linear-gradient(to top, #f88c4e 0%, #ff4f4f 100%);
    }

.yanit-liste .tepe .filtreler {
    float: right;
}

.yanit-liste .tek {
    width: 100%;
    float: left;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}

    .yanit-liste .tek:last-child {
        border: none;
    }

    .yanit-liste .tek.alintili {
        padding: 10px 20px;
    }

    .yanit-liste .tek .icerik {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #000;
    }


        .yanit-liste .tek .icerik table {
            width: 100%;
        }

        .yanit-liste .tek .icerik input[type=checkbox] {
            opacity: 0;
            position: absolute;
            pointer-events: none;
        }

        .yanit-liste .tek .icerik input:focus ~ label {
            outline: -webkit-focus-ring-color auto 5px;
        }

        .yanit-liste .tek .icerik input:checked + div.icerik-content {
            height: auto;
            max-height: 100%;
        }

        .yanit-liste .tek .icerik input:checked ~ label,
        div.icerik-content:not(.truncated) ~ label {
            display: none;
        }

        .yanit-liste .tek .icerik .yorumun-devami, .tek .alt .yorumun-devami {
            float: left;
            color: #000;
            font-weight: bold;
            line-height: 24px;
            font-size: 14px;
            position: relative;
            left: 0;
            top: 35px;
            cursor: pointer;
            z-index: 1
        }

            .yanit-liste .tek .icerik .yorumun-devami:hover, .tek .alt .yorumun-devami:hover {
                text-decoration: underline;
            }

        .yanit-liste .tek .icerik div.icerik-content {
            width: 100%;
            float: left;
            max-height: 100px;
            margin: 0;
            padding: 0;
            overflow: hidden;
            display: block;
            text-overflow: ellipsis;
            word-wrap: break-word;
        }

            .yanit-liste .tek .icerik div.icerik-content + .icerik-after {
                display: none;
                width: 100%;
                position: absolute;
                left: -22px;
                right: 0;
                top: 73px;
                bottom: 0;
                height: 100px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                border-bottom-left-radius: 24px;
                border-bottom-right-radius: 24px;
                padding: 0 23px;
                content: '';
                background: -moz-linear-gradient(top, rgba(225,225,225,0) 0%, rgba(225,225,225,0.5) 50%, rgba(225,225,225,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(225,225,225,0) 0%,rgba(225,225,225,0.5) 50%, rgba(225,225,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(225,225,225,0) 0%,rgba(225,225,225,0.5) 50%, rgba(225,225,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
            }

            .yanit-liste .tek .icerik div.icerik-content.truncated + .icerik-after {
                display: block;
            }

            .yanit-liste .tek .icerik div.icerik-content + .icerik-after.reply-after {
                background: -moz-linear-gradient(top, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 25%, rgba(220,220,220,0.5) 50%, rgba(220,220,220,0.75) 75%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 25%, rgba(220,220,220,0.5) 50%, rgba(220,220,220,0.75) 75%, rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(220,220,220,0) 0%, rgba(220,220,220,0.25) 25%, rgba(220,220,220,0.5) 50%, rgba(220,220,220,0.75) 75%, rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }
            /*yanit-liste .tek .icerik div.icerik-content.truncated ~ .yorumun-devami::before {
                content: ". . .";
                font-size: 14px;
                position: absolute;
                bottom: 30px;
            }*/
            .yanit-liste .tek .icerik div.icerik-content .ql-editor {
                padding: 0 !important;
            }

                .yanit-liste .tek .icerik div.icerik-content .ql-editor span.mention a {
                    text-decoration: none;
                }

        .yanit-liste .tek .icerik.serbest div.icerik-content {
            height: auto;
            max-height: 100%;
        }

        .yanit-liste .tek .icerik a {
            text-decoration: underline;
        }

            .yanit-liste .tek .icerik a.mention {
                color: #f60;
                font-weight: bold;
                text-decoration: none;
            }

                .yanit-liste .tek .icerik a.mention:hover {
                    text-decoration: underline;
                }

        .yanit-liste .tek .icerik img {
            display: inline-block;
        }

            .yanit-liste .tek .icerik img.emoji {
                max-height: 18px;
                width: auto;
            }

        .yanit-liste .tek .icerik .mesaj-ici-resim, .yanit-liste .tek .icerik .psimg {
            background-color: #f1f1f1;
            cursor: pointer;
            border-radius: 10px;
            text-align: center;
            position: relative;
            height: 210px;
            width: 210px;
            padding: 5px;
            float: left;
            margin: 10px 10px 0 0;
            display: table;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            justify-content: center;
        }

            .yanit-liste .tek .icerik .mesaj-ici-resim:hover, .yanit-liste .tek .icerik .psimg:hover {
                background-color: #ccc;
            }

            .yanit-liste .tek .icerik .mesaj-ici-resim img, .yanit-liste .tek .icerik .psimg img {
                width: 100%;
                height: 100%;
                /*                object-fit: cover;*/
                display: inline-block;
                border-radius: 10px;
                vertical-align: middle;
                box-sizing: border-box;
            }

            .yanit-liste .tek .icerik .psimg.readonly {
                float: none !important;
            }

                .yanit-liste .tek .icerik .psimg.readonly img.ql-image {
                    margin: 0 !important;
                    padding: 0 !important;
                    display: inline-block !important;
                }

            .yanit-liste .tek .icerik .mesaj-ici-resim span, .yanit-liste .tek .icerik .psimg span {
                position: absolute;
                bottom: 5px;
                left: 50%;
                transform: translate(-50%, 0);
                padding: 0 8px;
                border-radius: 10px;
                background-color: #000;
                opacity: 0.8;
                color: #fff;
                font-size: 12px;
                line-height: 14px;
            }


        .yanit-liste .tek .icerik .kullanici-yaniti {
            float: right;
            display: block;
            color: #999;
            font-size: 14px;
            text-decoration: none;
            margin: 0 0 10px 0;
        }

            .yanit-liste .tek .icerik .kullanici-yaniti:hover {
                text-decoration: underline;
            }

            .yanit-liste .tek .icerik .kullanici-yaniti .icon {
                float: left;
                margin: 0 5px 0 0;
            }

            .yanit-liste .tek .icerik .kullanici-yaniti .avatar {
                width: 24px;
                height: 24px;
                border-radius: 50%;
                display: inline-block;
                line-height: 24px;
                text-align: center;
                color: #fff;
                background-color: #d0d0d0;
                vertical-align: middle;
                margin: -4px 0 0 0;
                object-fit: cover;
            }

        .yanit-liste .tek .icerik blockquote {
            display: none;
            width: 100%;
            float: left;
            margin: 0 0 20px 0;
            box-sizing: border-box;
            padding: 20px;
            border-radius: 5px;
            border: 1px solid #dedede;
            background-color: #f1f1f1;
        }

            .yanit-liste .tek .icerik blockquote.aktif {
                display: inline-block;
            }

            .yanit-liste .tek .icerik blockquote .bilgiler {
                width: 100%;
                float: left;
                font-size: 14px;
                line-height: 24px;
                color: #999;
            }

                .yanit-liste .tek .icerik blockquote .bilgiler a {
                    font-weight: bold;
                    color: #000;
                    text-decoration: none;
                }

                    .yanit-liste .tek .icerik blockquote .bilgiler a:hover {
                        text-decoration: underline;
                    }

            .yanit-liste .tek .icerik blockquote.no-trunc div.alinti-icerik {
                width: 100%;
                float: left;
                margin: 20px 0;
                height: auto;
                max-height: 100%;
            }

                .yanit-liste .tek .icerik blockquote.no-trunc div.alinti-icerik p {
                    font-size: 13px !important;
                }

            .yanit-liste .tek .icerik blockquote a.yerinde-gor {
                float: left;
                color: #000;
                font-weight: bold;
                line-height: 24px;
                font-size: 14px;
                text-decoration: none;
            }

                .yanit-liste .tek .icerik blockquote a.yerinde-gor:hover {
                    text-decoration: underline;
                }

                .yanit-liste .tek .icerik blockquote a.yerinde-gor img {
                    float: left;
                    margin: 7px 5px 0 0;
                }

    .yanit-liste .tek .alt {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        position: relative;
    }



        .yanit-liste .tek .alt .mesaj-bilgi {
            float: right;
        }

            .yanit-liste .tek .alt .mesaj-bilgi .gelen-yanit {
                float: left;
                line-height: 24px;
                font-size: 14px;
                color: #999;
                font-weight: bold;
                margin: 0 20px 0 0;
            }

                .yanit-liste .tek .alt .mesaj-bilgi .gelen-yanit img {
                    float: left;
                    margin: 0 5px 0 0;
                }

                .yanit-liste .tek .alt .mesaj-bilgi .gelen-yanit:hover {
                    text-decoration: underline;
                }

            .yanit-liste .tek .alt .mesaj-bilgi .kullanici {
                float: left;
                font-weight: bold;
                font-size: 14px;
                line-height: 24px;
                margin: 0 20px 0 0;
            }

                .yanit-liste .tek .alt .mesaj-bilgi .kullanici img, .yanit-liste .tek .alt .mesaj-bilgi .kullanici .avatarsiz, .bilgiler img.avatar, .bilgiler span.avatarsiz {
                    float: right;
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    margin: 0 0 0 5px;
                    object-fit: cover;
                }

                .yanit-liste .tek .alt .mesaj-bilgi .kullanici .avatarsiz {
                    line-height: 24px;
                    color: #fff;
                    text-align: center;
                    font-size: 14px;
                }

            .yanit-liste .tek .alt .mesaj-bilgi .tarih {
                font-size: 14px;
                color: #999;
                float: left;
                margin: 0 10px 0 0;
                line-height: 24px;
            }

                .yanit-liste .tek .alt .mesaj-bilgi .tarih:hover {
                    text-decoration: underline;
                }

            .yanit-liste .tek .alt .mesaj-bilgi .secenek-menu {
                float: left;
                margin: 0 15px 0 0;
                position: relative;
                padding: 1px 9px;
                cursor: pointer;
                background-color: transparent;
                border: none;
                outline: none;
            }

                .yanit-liste .tek .alt .mesaj-bilgi .secenek-menu .acilir-menu-1 {
                    right: -8px;
                }

                    .yanit-liste .tek .alt .mesaj-bilgi .secenek-menu .acilir-menu-1:focus {
                        outline: none;
                    }

            .yanit-liste .tek .alt .mesaj-bilgi .begeni {
                float: left;
                font-size: 16px;
                line-height: 24px;
                color: #999;
                font-weight: bold;
            }

                .yanit-liste .tek .alt .mesaj-bilgi .begeni.aktif {
                    color: #f60;
                }

                .yanit-liste .tek .alt .mesaj-bilgi .begeni img {
                    float: left;
                    margin: -1px 5px 0 0;
                }

    .yanit-liste .tek.daha {
        text-align: center;
        padding: 20px 10px;
    }

        .yanit-liste .tek.daha a.button-type-1 {
            float: initial;
            display: inline-block;
            font-size: 16px;
            padding: 9px 73px;
        }

            .yanit-liste .tek.daha a.button-type-1 img {
                margin: 4px 7px 0 0;
            }
/*Yeni Yanıt*/

/*Acilir Menu*/
.acil-menu:hover .bg {
    opacity: 1
}

.acilir-menu-1 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99
}

    .acilir-menu-1.aktif {
        display: inline-block
    }

    .acilir-menu-1 span.bg.scroll-kontrol {
        padding: 8px 0;
        border-radius: 6px;
        float: left;
        margin: 14px 0 0;
        min-width: 180px;
        background: #dedede;
        border: 1px solid #ccc;
        z-index: 99999999;
        width: 160px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        box-shadow: 3px 4px 7px rgba(0,0,0,0.2);
        max-height: 340px;
        overflow-y: hidden
    }

    .acilir-menu-1 li {
        width: 100%;
        float: left
    }

        .acilir-menu-1 li a {
            line-height: 22px;
            width: 100%;
            float: left;
            padding: 4px 11px;
            box-sizing: border-box;
            background: none;
            border-radius: 0;
            margin: 0;
            font-family: Arial;
            font-weight: 400 !important;
            font-size: 15px;
            color: #333 !important;
            position: relative
        }

        .acilir-menu-1 li:hover {
            background-color: #f1f1f1
        }

            .acilir-menu-1 li:hover > a {
                text-decoration: none !important
            }

    .acilir-menu-1 span.bg.scroll-kontrol:hover {
        overflow: auto
    }

    .acilir-menu-1 span.bg.scroll-kontrol::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: transparent
    }

    .acilir-menu-1 span.bg.scroll-kontrol::-webkit-scrollbar {
        width: 5px;
        background-color: transparent
    }

    .acilir-menu-1 span.bg.scroll-kontrol::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(51,51,51,0.40)
    }

    .acilir-menu-1 span.bg:after {
        content: '';
        position: absolute;
        top: 7px;
        right: 11px;
        width: 0;
        height: 0;
        border-bottom: 8px solid #dedede;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }

    .acilir-menu-1 span.bg:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 9px;
        width: 0;
        height: 0;
        border-bottom: 10px solid #ccc;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent
    }

.yanit-liste .acilir-menu-1 span {
    background-color: #fff !important;
    text-align: right;
    border: 1px solid #333 !important;
}

    .yanit-liste .acilir-menu-1 span.bg:before {
        border-bottom: 10px solid #333;
    }

    .yanit-liste .acilir-menu-1 span.bg:after {
        border-bottom: 8px solid #fff;
    }
/*Acilir Menu*/

/* Daha fazla buton*/
.button-type-1 {
    position: relative;
    float: left;
    cursor: pointer;
    color: #000 !important;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 0 10px 0 0;
    padding: 9px 16px;
    box-sizing: border-box;
}

    .button-type-1 img {
        float: left;
        margin: 0 7px 0 0;
    }

    .button-type-1 span {
        float: left;
        line-height: 20px;
        color: #000;
        font-size: 16px;
    }

    .button-type-1.gri {
        border: 1px solid #e8e8e8;
        background-color: #e8e8e8;
    }

        .button-type-1.gri span {
            color: #999;
        }

    .button-type-1.yazisiz {
        padding: 9px !important;
    }

        .button-type-1.yazisiz img {
            margin: 0;
        }

    .button-type-1:hover {
        background-color: #f1f1f1;
    }

        .button-type-1:hover span {
            opacity: 0.7;
        }

    .button-type-1.gri:hover {
        border: 1px solid rgba(232, 232, 232, 0.7);
        background-color: rgba(232, 232, 232, 0.7);
    }
/*Daha fazla buton*/

.yazilim-sponsor {
    text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #999;
    font-size: 10px;
    font-weight: 400;
    margin: 10px 0;
    background-color: #f2f2f2;
}

    .yazilim-sponsor span {
        font-size: 12px;
        color: #2384c6;
    }
/*Öne çıkan ve populerler teknoloji filtresi */
.enust .sagayasla .forum-filter {
    border-radius: 17px;
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 31px;
    margin: 2px 15px 0 0;
    padding: 0 15px 0 10px;
}

    .enust .sagayasla .forum-filter.active {
        border-color: #f5be7a;
    }

    .enust .sagayasla .forum-filter .forum-filter-switch {
        pointer-events: none;
        box-shadow: 0 0 2px rgba(1, 2, 2, 0.25);
        border: 1px solid #dfdfdf;
        vertical-align: middle;
        background-color: #bababa;
        background-image: radial-gradient(circle 13px at center, rgba(255, 255, 255, 0.05) 0%, rgba(1, 2, 2, 0.05) 100%);
        display: inline-block;
        height: 25px;
        width: 40px;
        border-radius: 20px;
    }

        .enust .sagayasla .forum-filter .forum-filter-switch:before {
            content: "";
            height: 25px;
            width: 25px;
            margin-bottom: 1px;
            background-color: #fff;
            display: inline-block;
            border-radius: 100%;
            box-shadow: 1px 2px 4px rgba(1, 2, 2, 0.35);
        }

        .enust .sagayasla .forum-filter .forum-filter-switch.passive:before {
            float: left;
        }

        .enust .sagayasla .forum-filter .forum-filter-switch.active:before {
            float: right;
        }

        .enust .sagayasla .forum-filter .forum-filter-switch.active {
            background-color: #ffa126;
        }

.enust .it-wont-be-persistent {
    position: relative;
}

.it-wont-be-persistent:hover {
    z-index: 9
}

.enust .it-wont-be-persistent:hover:after {
    content: 'Bu seçiminiz hatırlanmayacaktır';
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%,0);
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.70);
    border-radius: 20px;
    padding: 0 15px;
}

.enust .it-wont-be-persistent:hover:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid rgba(0,0,0,0.70);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.enust .it-wont-be-persistent-konu-oneri:hover:after {
    content: 'Konu önerileri hakkında';
}

/*Öne çıkan ve populerler teknoloji filtresi */

/* konuyu sahiplen btn */

.ownership {
    border-radius: 16px;
    height: 32px;
    color: #fff;
    border: 2px solid #2c5b69;
    background-color: #008db6;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -95px;
    padding: 0 10px 0 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ownership:before {
        position: absolute;
        left: 3px;
        top: 3px;
        content: url('/static/forum/img/icon-ownership.png')
    }

    .ownership b {
        font-size: 14px;
        font-weight: 400;
        display: block
    }

    .ownership span.os-info {
        font-size: 10px
    }

    .ownership span.qm-rigth {
        display: inline-block;
        line-height: 30px;
        border-radius: 15px;
        border: 2px solid #e1a12c;
        background-color: #2c5b69;
        height: 30px;
        position: absolute;
        top: -0.5px;
        right: -25px;
        width: 100px;
        z-index: -1;
        text-align: right;
        padding: 0 7px 0 0;
        font-size: 20px
    }

    .ownership .os-request {
        width: 428px;
        height: 222px;
        border-radius: 10px;
        border: 1px solid #2c5b69;
        background-color: #f1f1f1;
        position: absolute;
        z-index: 9999;
        top: 40px;
        left: 0;
        padding: 10px;
        cursor: auto
    }

        .ownership .os-request.close {
            display: none
        }

        .ownership .os-request .os-request-title {
            color: #000000;
            font-size: 13px
        }

        .ownership .os-request textarea {
            box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.24);
            border-radius: 3px;
            border: 1px solid #bababa;
            background-color: #fff;
            display: block;
            width: calc(100% - 5px);
            margin-top: 10px;
            resize: none;
            height: 100px
        }

        .ownership .os-request .os-request-info {
            display: block;
            color: #999999;
            font-size: 11px;
            margin-top: 8px
        }

        .ownership .os-request .os-send-request {
            position: absolute;
            bottom: 10px;
            display: inline-block;
            height: 15px;
            border-radius: 5px;
            border: 2px solid #2c5b69;
            background-color: #008db6;
            padding: 5px 10px 6px;
            color: #fff;
            font-size: 14px
        }

        .ownership .os-request .os-cancel {
            text-decoration: underline;
            color: #000;
            position: absolute;
            bottom: 15px;
            right: 10px;
            font-size: 14px
        }

/* konuyu sahiplen btn end */

span.msg div.ql-container {
    position: static;
}

/*yeni hızlı cevap*/

.ki-hizli-cevap {
    display: block;
    background-color: #F1F1F1;
    float: left;
    width: 100%;
}

    .ki-hizli-cevap .avatarsiz {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 10px;
        text-align: center;
        border-radius: 50%;
        background-color: #A2A2A2;
        color: #fff;
        font-size: 28px;
        line-height: 40px;
        font-family: 'lucida_granderegular';
    }

    .ki-hizli-cevap img {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        padding: 10px;
    }

    .ki-hizli-cevap input {
        border: 1px solid #dedede;
        background-color: #feffff;
        font-size: 16px;
        height: 40px;
        width: calc(100% - 180px);
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 0 0;
    }

        .ki-hizli-cevap input::placeholder {
            padding-left: 10px;
        }

    .ki-hizli-cevap button {
        display: inline-block;
        width: 90px;
        height: 44px;
        border-radius: 20px;
        border: 1px solid #A4A4A4;
        background-color: #A2A2A2;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        vertical-align: top;
        margin: 10px 0 0 5px;
    }

        .ki-hizli-cevap button:hover {
            background-color: #a7a7a7;
        }

.ikide1renk .renklendir:nth-child(odd) .ki-hizli-cevap {
    background: #F1F1F1;
}

.ikide1renk .renklendir:nth-child(even) .ki-hizli-cevap {
    background: #DCDCDC;
}
/*yeni hızlı cevap end*/




.covid-container {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .covid-container .covid-header {
        border: solid 1px #ccc;
        height: 30px;
        background-color: #ccc;
        padding: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        .covid-container .covid-header img.covid-icon {
            display: inline-block;
            vertical-align: middle;
        }

        .covid-container .covid-header span.title {
            font-weight: 700;
            font-size: 12px;
            vertical-align: middle;
            line-height: 30px;
        }

        .covid-container .covid-header a.close {
            position: absolute;
            right: 10px;
            top: 7px;
            font-size: 12px;
            color: #999;
            font-family: Verdana;
        }

            .covid-container .covid-header a.close img {
                vertical-align: middle;
                margin-left: 2px;
                position: relative;
                bottom: 1px;
            }

    .covid-container .covid-content {
        border: solid 1px #dedfe0;
        background-color: #f0f1f2;
        padding: 10px 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .covid-container .covid-content > div {
            position: relative;
            padding: 10px;
            display: inline-block;
            width: calc(100% - 20px);
            border-bottom: solid 1px #dedfe0;
            font-size: 12px;
            color: #000;
        }

    .covid-container .hot-content-container.show-less > div:nth-of-type(1n+4) {
        display: none;
    }

    .covid-container .hot-content-container.show-less > div:nth-child(3) {
        border-bottom: none;
        padding-bottom: 0;
    }




.hot-content-container > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.editor-content-container > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.covid-container .covid-content > div:first-child {
    padding-top: 0;
}

    .covid-container .covid-content > div:first-child .date {
        top: 0;
    }

.covid-container .covid-content > div > b:hover,
.covid-container .covid-content > div > a:hover {
    text-decoration: underline;
}

.covid-container .covid-content > div > b > a {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50%;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

.covid-container .covid-content > div .content {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(50% - 200px);
    vertical-align: middle;
    color: #999999;
    font-family: Verdana;
    font-size: 14px;
}

.covid-container .covid-content > div .right-info {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
}

    .covid-container .covid-content > div .right-info.date {
        color: #999999;
    }

    .covid-container .covid-content > div .right-info.sponsor {
        color: #ea604d;
    }

.covid-container a.show-more {
    position: absolute;
    color: #000;
    bottom: -20px;
    left: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #dedfe1;
    padding: 3px 5px;
    font-size: 12px;
    font-family: Verdana;
}

div:nth-child(3) a.show-more {
    position: absolute;
    color: #000;
    bottom: -20px;
    left: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #dedfe1;
    padding: 3px 5px;
    font-size: 12px;
    font-family: Verdana;
}

.covid-container a.show-more:before {
    content: "Daha Fazla Göster"
}

.covid-container a.show-more img {
    display: inline-block;
    height: 6px;
}

.covid-container a.show-more.less img {
    transform: rotate(180deg);
}

.covid-container a.show-more.less:before {
    content: "Daralt"
}

.covid-container #editor-hot .covid-content > div .content:hover {
    text-decoration: none
}

#trend-link .covid-content > div > img:first-child {
    vertical-align: middle;
    max-width: 20px;
    max-height: 20px;
}

#trend-link .covid-content > div > img:last-child {
    max-width: 18px;
    max-height: 18px;
    float: right;
}

#trend-link .covid-content > div > .right-info.date {
    right: 30px;
}

#trend-link .covid-header span.title {
    color: #ff0000;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
}

.covid-container .covid-header .head-tab {
    width: 100%;
    float: left;
}

    .covid-container .covid-header .head-tab .button {
        width: 50%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
        cursor: pointer;
    }



        .covid-container .covid-header .head-tab .button .covid-icon.red {
            display: none;
        }

        .covid-container .covid-header .head-tab .button.active .covid-icon {
            display: none;
        }

            .covid-container .covid-header .head-tab .button.active .covid-icon.red {
                display: inline-block;
            }

        .covid-container .covid-header .head-tab .button.active {
            background-color: #dedfe1;
            border-color: #dedfe1;
            padding: 3px 10px;
            border-radius: 5px 5px 0 0;
            margin: -5px 0;
        }

            .covid-container .covid-header .head-tab .button.active span.title {
                color: red !important;
            }

        .covid-container .covid-header .head-tab .button span.title {
            color: #000 !important;
        }

.hot-topic-list.covid-container {
    float: left;
    width: 60%;
    margin: 5px 0 40px 5%;
}

.hot-topic-list.widget-1 {
    width: 25%;
    margin: 0 5% 0 0;
    float: right;
}

    .hot-topic-list.widget-1 .select-1 select {
        height: 16px;
        border-radius: 3px;
        border: 1px solid #cccccc;
        background-color: #f1f1f1;
        font-size: 9px;
        padding: 0 20px 0 0;
        float: right;
    }

    .hot-topic-list.widget-1 .description {
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        float: left;
        margin: 15px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .hot-topic-list.widget-1 .v2-table.hot-topic-users {
        background: transparent;
    }

        .hot-topic-list.widget-1 .v2-table.hot-topic-users .tr .line .col .user .nickname {
            text-align: left;
        }

        .hot-topic-list.widget-1 .v2-table.hot-topic-users.cols-3 .tr .col.col-1 {
            width: calc(100% - 110px)
        }

    .hot-topic-list.widget-1 .v2-table .tr .line {
        display: block;
    }

    .hot-topic-list.widget-1 .v2-table .tr .col.col-3 {
        width: 70px;
        float: right;
    }

    .hot-topic-list.widget-1 .v2-table.hot-topic-users .tr .line .icn-box {
        background-color: #fff;
    }

    .hot-topic-list.widget-1 .v2-table.hot-topic-users .tr .link {
        width: 100%;
        float: left;
        color: #000000;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        padding: 5px 0 5px 33px;
        box-sizing: border-box;
        margin: 8px 0;
    }



#trend-link .covid-content > div > img:first-child {
    vertical-align: middle;
    max-width: 20px;
    max-height: 20px;
}

#trend-link .covid-content > div > img:last-child {
    max-width: 18px;
    max-height: 18px;
    float: right;
}

#trend-link .covid-content > div > .right-info.date {
    right: 30px;
}

#trend-link .covid-header span.title {
    color: #ff0000;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
}
/* EASY CATEGORIES  */
.easy-category-content {
    max-width: 1920px;
}

.easy-category-container {
    display: flex;
    flex-wrap: wrap;
}

.easy-category {
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: #d9a859;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    cursor: pointer;
    width: 182px;
    height: 136px;
}

    .easy-category.selected {
        background-color: #a22b1b;
    }

    .easy-category .easy-category-title {
        height: 30px;
        line-height: 30px;
        color: #ffffff;
        font-family: Verdana;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.96px;
        text-align: center;
    }

        .easy-category .easy-category-title span {
            background-image: url('/static/forum/img/icon-tick-white.png');
            width: 15px;
            height: 10px;
            background-size: 15px 10px;
            display: none;
            margin-right: 5px;
        }

    .easy-category.selected span {
        display: inline-block;
    }


.easy-category-button {
    width: 159px;
    height: 36px;
    border: 1px solid #ac6c1b;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

    .easy-category-button span {
        width: 127px;
        height: 14px;
        color: #cf8139;
        font-family: Verdana;
        font-size: 13px;
        font-weight: 700;
        line-height: 15.88px;
        letter-spacing: 0.52px;
    }

.easy-category-warning {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}

    .easy-category-warning span {
        color: #999;
        font: 16px Helvetica;
    }

#FavoriteForumTopics .populerbaslik {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #FavoriteForumTopics .populerbaslik :hover {
        text-decoration: underline;
    }

#FavoriteForumTopics .populersatir .baslik-tut {
    float: left;
    width: 100%;
    max-width: calc(100% - 550px);
    padding: 10px 0;
}

    #FavoriteForumTopics .populersatir .baslik-tut .bilgi-satiri {
        width: 100%;
        float: left;
        color: #949494;
        font-size: 13px;
        padding: 7px 10px 2px 10px;
    }

        #FavoriteForumTopics .populersatir .baslik-tut .bilgi-satiri a {
            color: #949494;
            font-size: 13px;
            text-decoration: none;
        }

            #FavoriteForumTopics .populersatir .baslik-tut .bilgi-satiri a:hover {
                text-decoration: underline;
            }
/* EASY CATEGORIES END */
/* Cookie Kutu */
.cookie-kutu {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    width: 475px;
    height: 120px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    display: none;
}

    .cookie-kutu .dh-cookie {
        width: 102px;
        height: 62px;
        padding: 30px 0 0 9px;
    }

    .cookie-kutu .govde {
        display: inline-block;
        width: 317px;
        height: 36px;
        float: right;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.13px;
        line-height: 18px;
        padding: 18px 38px 66px 0;
    }

        .cookie-kutu .govde .butonlar {
            white-space: nowrap;
            padding: 15px 0 0 0;
        }

            .cookie-kutu .govde .butonlar .cookie-buton {
                display: inline-block;
                width: 157px;
                height: 30px;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.13px;
                text-align: center;
                line-height: 28px;
                cursor: pointer;
            }

                .cookie-kutu .govde .butonlar .cookie-buton.onay {
                    color: #fff;
                    margin-right: 21px;
                    background-image: linear-gradient(135deg, #f28743 0%, #ee5347 100%);
                }

                .cookie-kutu .govde .butonlar .cookie-buton.info {
                    color: #999999;
                    font-weight: 400;
                    background-image: linear-gradient(-45deg, #f1f1f1 0%, #dedede 100%);
                }

    .cookie-kutu .kapat {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        font-size: 16pt;
        background-image: linear-gradient(135deg, #f28743 0%, #ee5347 100%)
    }

        .cookie-kutu .kapat .carpi {
            height: 16px;
            width: 16px;
            padding: 7px;
        }
/* Cookie Kutu */
/* google news subscribe button */
.google-news-subscribe-button {
    padding: 0 3px;
    height: 18px;
    display: inline-block;
    background-color: white;
    float: right;
    margin-right: 5px;
    text-decoration: none;
    border: solid 1px #d6cdbd;
    border-radius: 3px;
    margin-top: -3px;
}

    .google-news-subscribe-button > span {
        font-size: 11px;
        line-height: 18px;
        color: black;
        float: left;
    }

    .google-news-subscribe-button > img {
        height: 14px;
        width: 80px;
        float: right;
        padding: 3px 0 0 5px;
    }
/* google news subscribe button end */

.qbr {
    margin-left: 30px;
    width: 5px;
    height: 26px;
    background: #000;
    display: inline-block;
    margin-top: -26px;
    position: absolute;
}

name {
    margin-left: 4px;
}

.avatarsiz {
    /*font-family: 'lucida_granderegular' !important;*/
    font-family: inherit !important;
    text-align: center !important;
    /*color: white !important;*/
}


.ki-mesajsayisi-relative {
    position: relative;
}

.member-stat {
    display: inline-block;
}

    .member-stat .member-stat-inner {
        display: none;
    }

    .member-stat:hover .member-stat-inner {
        display: inline-block;
        width: 240px;
        background: #000;
        opacity: 0.7;
        position: absolute;
        left: 0;
        top: 32px;
        border-radius: 5px;
    }

    .member-stat:hover::before {
        width: 22px;
        height: 16px;
        position: absolute;
        top: 18px;
        z-index: 999999999;
        left: 87px;
        background: url(https://mobile.donanimhaber.com/static/mobile/img/member-info-triangle.png) center center no-repeat;
        content: '';
        opacity: 0.7;
    }

span.member-stat-inner-row {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}

span.member-stat-inner-1 {
    width: 60%;
    display: inline-block;
    float: left;
}

span.member-stat-inner-2 {
    display: inline-block;
    float: left;
}

span.member-stat-inner-3 {
    display: inline-block;
    float: right;
    padding-right: 10px;
    font-weight: bold;
}

/* member card start */

#member-card-container {
    position: absolute;
    z-index: 9999;
    display: none;
}

#member-card {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    height: 272px;
    position: relative;
    border-radius: 6px;
}

    #member-card.top {
        margin-top: 8px;
    }

    #member-card.top {
        margin-bottom: 8px;
    }

        #member-card.top:before {
            content: '';
            position: absolute;
            top: -8px;
            left: 46px;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: #bbb;
            border-top: 0;
            margin-left: -20px;
        }

        #member-card.top:after {
            content: '';
            position: absolute;
            top: -8px;
            left: 46px;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: white;
            border-top: 0;
            margin-left: -20px;
            margin-top: 1px;
        }

    #member-card.bottom:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 46px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: #bbb;
        border-bottom: 0;
        margin-left: -20px;
    }

    #member-card.bottom:after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 46px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: white;
        border-bottom: 0;
        margin-left: -20px;
    }

    #member-card .member-card-left {
        background-color: white;
        border: 1px solid #dedede;
        border-radius: 6px 0 0 6px;
        height: 100%;
        width: 243px;
    }

.member-card-header {
    border-bottom: 1px solid #dedede;
    padding: 9px 11px 6px 11px;
}

    .member-card-header .member-card-image {
        width: 42px;
        height: 42px;
        float: left;
        overflow: hidden;
        border-radius: 50%;
        font-size: 18px;
    }

        .member-card-header .member-card-image span {
            line-height: 42px;
            height: 100%;
            width: 100%;
            text-align: center;
            display: inline-block;
        }

        .member-card-header .member-card-image > img {
            width: 42px;
            height: 42px;
        }

    .member-card-header .member-card-info {
        width: calc(100% - 42px);
        float: left;
        margin-top: 4px;
    }

        .member-card-header .member-card-info > a {
            line-height: 17px;
            display: inline-block;
            height: 17px;
            overflow: hidden;
            padding-left: 5px;
            font-size: 14px;
            font-weight: bold;
            color: black;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            width: 100%;
        }

        .member-card-header .member-card-info > div {
            padding-left: 5px;
            font-size: 11px;
            line-height: 15px;
            color: #999;
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 400;
        }

        .member-card-header .member-card-info .damga:after {
            content: ".";
            position: relative;
            bottom: 3px;
            left: 2px;
            padding: 0 5px 0 2px;
        }

.member-card-statistic {
    padding: 14px 11px 13px 11px;
    display: block;
}

    .member-card-statistic > div {
        width: 33%;
        float: left;
    }

        .member-card-statistic > div > div:first-child {
            font-size: 15px;
            line-height: 15px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }

        .member-card-statistic > div > .statistic-description {
            font-size: 11px;
            line-height: 14px;
            color: #999;
            margin-top: 8px;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 400;
        }

.member-card-buttons {
    padding: 0 11px;
}

    .member-card-buttons a {
        margin-bottom: 10px;
        border: 1px solid #df7618;
        border-radius: 5px;
        height: 34px;
        color: #df7618;
        font-size: 14px;
        line-height: 34px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        float: none !important;
        font-family: Arial, Helvetica, sans-serif;
    }

        .member-card-buttons a label {
            cursor: pointer;
        }

        .member-card-buttons a.active {
            border-color: #ccc;
            color: #ccc;
            background-color: #f1f1f1;
        }

        .member-card-buttons a.follow-button {
            display: none;
        }

    .member-card-buttons.follow .follow {
        display: inherit;
    }

    .member-card-buttons.following .unfollow {
        display: inherit;
    }

    .member-card-buttons.waiting .waiting {
        display: inherit;
    }

    .member-card-buttons.rejected .rejected {
        display: inherit;
    }

    .member-card-buttons.login-required a.login-required {
        display: inherit;
    }

#member-card-signature {
    position: relative;
    width: 243px;
    background-color: white;
    border-radius: 0 6px 6px 0;
    border: 1px solid #dedede;
    border-left: 0px;
    height: 100%;
    overflow: hidden;
}

.signature-title {
    width: 33px;
    border-radius: 0 0 3px;
    background-color: #dedede;
    font-size: 11px;
    padding: 5px;
    z-index: 1;
}

#signature-top {
    position: absolute;
    top: 0;
    left: 0;
}

#signature-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 0 0;
}

.user-signature {
    max-width: 100%;
    padding: 25px 10px;
    word-break: break-word;
    height: calc(100% - 50px);
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .user-signature > table {
        margin: auto;
    }

    .user-signature::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    .user-signature::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(51,51,51,.4);
    }

    .user-signature::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: transparent;
    }
/* member card end */

/* indirim kodu butonu */
.discount-button > img {
    vertical-align: middle;
    margin-top: -3px;
    width: 15px;
    height: 17px;
}

.mentionMember {
    font-weight: bold;
}

    .mentionMember:hover {
        text-decoration: underline;
    }


/*Crypto Icons*/

.bg-paribu_logo {
    width: 100px;
    height: 20px;
    background: url('/static/forum/img/crypto-module-sprite.png') -10px -10px;
    display: inline-block;
}

.bg-right_arrow_crypto_icon {
    width: 11px;
    height: 18px;
    background: url('/static/forum/img/crypto-module-sprite.png') -130px -55px;
    display: inline-block;
}

.bg-up_crypto_icon {
    width: 13px;
    height: 8px;
    background: url('/static/forum/img/crypto-module-sprite.png') -137px -95px;
    display: inline-block;
}

.bg-down_crypto_icon {
    width: 13px;
    height: 8px;
    background: url('/static/forum/img/crypto-module-sprite.png') -10px -140px;
    display: inline-block;
}

.bg-coin_icon {
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
}

.populerkonu.crypto {
    border-radius: 5px;
    border: 1px solid #dedede;
}

.crypto-content {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    box-sizing: border-box;
    font-family: Arial;
    position: relative;
}

    .crypto-content .head {
        width: 100%;
        float: left;
        padding: 5px 10px 5px 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #dedede;
    }

        .crypto-content .head h3 {
            margin: 0;
            float: left;
            font-size: 15px;
            font-weight: bold;
            line-height: 26px;
        }

            .crypto-content .head h3 a {
                color: #333;
            }

            .crypto-content .head h3 img {
                float: left;
                margin: 0 10px 0 0;
            }

        .crypto-content .head .powered-by {
            float: right;
            font-size: 14px;
            color: #97a926;
        }

            .crypto-content .head .powered-by .bg-right_arrow_crypto_icon {
                margin: 0 0 0 3px;
            }

            .crypto-content .head .powered-by .bg-paribu_logo {
                float: left;
                margin: 1px 5px 0 0;
            }

    .crypto-content .shadow {
        position: absolute;
        top: 37px;
        bottom: 0;
        z-index: 1;
        width: 170px;
        border-radius: 0 0 4px 0;
        right: 0;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.21) 100%);
    }

    .crypto-content ul {
        border-radius: 3px;
        background-color: #fff;
        width: 100%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

        .crypto-content ul li {
            width: 18%;
            display: inline-block;
            box-sizing: border-box;
            padding: 8px 0 8px 20px;
            position: relative;
        }

            .crypto-content ul li a {
                width: 100%;
                float: left;
            }

            .crypto-content ul li:after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                width: 1px;
                background-color: #ccc;
            }

            .crypto-content ul li:last-child:after {
                content: initial;
            }

            .crypto-content ul li .name {
                font-size: 17px;
                letter-spacing: -0.41px;
                color: #999;
                margin: 0 0 10px 0;
                display: inline-block;
                white-space: initial;
            }

            .crypto-content ul li .middle i {
                float: left;
                margin: 0 5px 0 0;
            }

            .crypto-content ul li .middle .price {
                font-size: 26px;
                font-weight: bold;
                letter-spacing: -0.63px;
                color: #000;
                float: left;
                line-height: 30px;
                margin: -3px 0 0 0;
            }

            .crypto-content ul li .percent {
                font-size: 17px;
                letter-spacing: -0.41px;
                float: left;
                margin: 5px 0 0 0;
                line-height: 20px;
                width: 100%;
            }

                .crypto-content ul li .percent.green {
                    color: #21a621;
                }

                .crypto-content ul li .percent.red {
                    color: #ff0000;
                }

                .crypto-content ul li .percent i {
                    margin: -1px 0 0 10px;
                    vertical-align: middle;
                }

.paribu-powered-by-button {
    border-radius: 3px;
    background-color: #97a63d;
    padding: 5px 7px 5px 7px;
    font-size: 12px;
    letter-spacing: 0.17px;
    color: #ffffff !important;
    height: 28px;
    display: inline-block;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
    margin: -1px 0 0 0;
    vertical-align: middle;
}

    .paribu-powered-by-button .logo {
        float: left;
        margin: 0 5px 0 0;
    }

    .paribu-powered-by-button .arrow {
        border-radius: 3px;
        background-color: #747c34;
        float: right;
        width: 40px;
        text-align: center;
        position: absolute;
        right: -37px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

        .paribu-powered-by-button .arrow img {
            display: inline-block;
            margin: 8px 0 0 0;
            vertical-align: middle;
        }

    .paribu-powered-by-button .text {
        float: left;
        line-height: 28px;
    }


.crypto-table {
    width: 100%;
    float: left;
}

    .crypto-table .head {
        border-bottom: solid 1px #dedede;
        background-color: #e9e9e9;
        width: 100%;
        float: left;
        font-size: 11px;
        color: #333333;
        line-height: 24px;
    }

    .crypto-table .column {
        width: 30%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
        line-height: 18px;
        font-family: Arial;
        font-size: 11px;
        color: #333333;
    }

        .crypto-table .column:nth-child(1) {
            width: 40%;
        }

        .crypto-table .column.text-right {
            text-align: right;
        }

    .crypto-table ul li {
        width: 100%;
        float: left;
        padding: 7px 0;
        border-bottom: solid 1px #dedede;
    }

        .crypto-table ul li:last-child {
            border: none;
        }

        .crypto-table ul li .symbol {
            font-weight: bold;
            color: #000;
        }

            .crypto-table ul li .symbol .icon-container {
                float: left;
                margin: 0 4px 0 0;
                width: 16px;
                text-align: center;
                height: auto;
                background: none;
                line-height: initial;
                border: none;
            }

            .crypto-table ul li .symbol img {
                height: 16px;
            }

        .crypto-table ul li .percent.red {
            color: #ff0000;
        }

        .crypto-table ul li .percent.green {
            color: #5ab404;
        }

    .crypto-table .more {
        width: 100%;
        float: left;
        border: solid 1px #dedede;
        background-color: #ffffff;
        padding: 5px;
        box-sizing: border-box;
        margin: 0 0 -6.5px 0;
        position: relative;
    }

        .crypto-table .more:after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 100%;
            content: '';
            background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0), #e9e9e9 70%);
            height: 37px;
        }

        .crypto-table .more .paribu-logo {
            height: 13px;
            float: left;
        }

        .crypto-table .more span {
            border: none;
            background: none;
            color: #97a926;
            font-size: 11px;
            width: auto;
            height: auto;
            float: right;
            line-height: 12px;
        }

            .crypto-table .more span img {
                float: right;
                margin: 0 0 0 5px;
                height: 12px;
            }

.populerkonular-content {
    width: 100%;
    float: left;
}

@media only screen and (min-width: 1920px) {
    .crypto-content ul li .name {
        font-size: 14px;
    }

    .crypto-content ul li {
        padding: 8px 0 8px 15px;
    }

        .crypto-content ul li .middle .price {
            font-size: 24px;
        }
}

@media only screen and (min-width: 2000px) {
    .two-column-media-selector .populerkonular-content {
        width: calc(100% + 20px);
        margin: 0 0 0 -20px;
    }

    .two-column-media-selector .soltaraf .populerkonu {
        min-width: auto;
        width: calc(50% - 25px);
        margin: 0 0 20px 20px;
        box-sizing: border-box;
    }

    .two-column-media-selector .enust h1 {
        font-size: 14px;
    }

    .two-column-media-selector .eniyiforumlar {
        height: auto;
        position: relative;
    }

        .two-column-media-selector .eniyiforumlar .gizlenen-git {
            position: absolute;
            right: 5px;
            top: 50%;
            margin: 0;
            transform: translate(0,-50%);
        }

    .two-column-media-selector .populersatir .satirikapla {
        max-width: calc(100% - 510px);
    }

        .two-column-media-selector .populersatir .satirikapla.resimli {
            max-width: calc(100% - 545px);
        }

    .two-column-media-selector .kim-nerede .populersatir .satirikapla.resimli {
        max-width: calc(100% - 155px) !important;
    }

    .two-column-media-selector .populerkonu.topic-suggestion .populersatir .satirikapla {
        max-width: calc(100% - 560px);
    }

    .two-column-media-selector .populerkonu.forum:not(.lokasyon) .anaforumagit {
        width: calc(100% - 580px);
    }

    .two-column-media-selector .populerkonu.forum:not(.lokasyon) .populerbaslik {
        width: 100%;
    }

    .two-column-media-selector .populerkonu.onecikan .populersatir .baslik-tut {
        max-width: calc(100% - 320px);
    }

    .two-column-media-selector .populerkonu.reaksiyon .populersatir .satirikapla {
        max-width: calc(100% - 260px);
    }
}

@media only screen and (max-width: 1230px) {
    .crypto-content ul li {
        padding: 8px 0 8px 10px;
    }

        .crypto-content ul li .name {
            font-size: 15px;
        }

        .crypto-content ul li .middle .price {
            font-size: 24px;
            line-height: 33px;
        }
}

/*owl carousel*/
.carousel-tut {
    width: 100%;
    float: left;
    position: relative
}

    .carousel-tut .gallery {
        display: none
    }

    .carousel-tut .gorsel-ac {
        position: absolute;
        padding: 11px 24px;
        left: 50%;
        transform: translate(-50%,0);
        bottom: 20px;
        background-color: rgba(0,0,0,0.7);
        border-radius: 5px;
        color: #fff;
        z-index: 9999;
        font-size: 16px;
        font-weight: 700
    }

        .carousel-tut .gorsel-ac img {
            float: left;
            margin: 0 9px 0 0
        }

.owl-nav button {
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 87px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99999999;
    border: none !important
}

    .owl-nav button.owl-next {
        right: 0;
        background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0.7) 100%) !important
    }

    .owl-nav button img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .owl-nav button.owl-prev {
        left: 0;
        background-image: linear-gradient(to right,rgba(0,0,0,7) 0%,rgba(0,0,0,0.5) 55%,rgba(0,0,0,0.0) 100%) !important
    }

.owl-dots {
    display: none
}

.owl-carousel.owl-theme {
    width: 100%;
    float: left;
    /*margin: 20px 0 0*/
}

    .owl-carousel.owl-theme .resim-slide {
        display: inline-block;
        width: 100%;
        padding-bottom: 40%;
        position: relative;
        border-radius: 5px
    }

        .owl-carousel.owl-theme .resim-slide img {
            position: absolute;
            max-height: 100%;
            max-width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: auto;
        }

.owl-next.disabled, .owl-prev.disabled {
    display: none;
}

.msg, .ki-cevapicerigi .icerik table, .msg, .ki-cevapicerigi .icerik table caption, .ki-cevapicerigi .icerik table tbody, .ki-cevapicerigi .icerik table tbody tr, .ki-cevapicerigi .icerik table tbody tr td, .kronolojikmesaj-text, .kronolojikmesaj-text table, .kronolojikmesaj-text table tbody, .kronolojikmesaj-text table tbody tr, .kronolojikmesaj-text table tbody tr td {
    display: block !important;
    width: 100% !important;
}

    .ki-cevapicerigi .icerik table.portal-news-message tbody tr td {
        display: table-cell !important;
        width: auto !important;
    }

    .ki-cevapicerigi .icerik table.portal-news-message tbody tr {
        display: table-row !important;
        width: auto !important;
    }

    .ki-cevapicerigi .icerik table.portal-news-message .msg table table {
        display: table !important;
    }

    .ki-cevapicerigi .icerik table.portal-news-message .msg table tbody,
    .ki-cevapicerigi .icerik table.portal-news-message .msg table thead,
    .ki-cevapicerigi .icerik table.portal-news-message .msg table tfoot {
        display: table-row-group !important;
    }

    .ki-cevapicerigi .icerik table.portal-news-message tbody caption {
        display: table-caption !important;
    }

/*alt forum ek css*/
.forumturugovde {
    width: auto;
    display: flex;
}

    .forumturugovde .forumturu {
        display: inline-block;
        width: calc(50% - 35px);
        min-width: 484px;
        border-radius: 4px;
        border: 1px solid #c8c8c8;
        background-color: #ffffff;
        margin: 0 15px 0 0;
    }

        .forumturugovde .forumturu .sutun1 {
            float: left;
            width: 200px;
        }

        .forumturugovde .forumturu .sutun2 {
            float: right;
            width: calc(100% - 210px);
        }

    .forumturugovde .arkaplangri {
        background-color: #e4e4e4;
    }

    .forumturugovde .forumturu .baslik {
        width: 138px;
        height: 11px;
        color: #000000;
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
    }

    .forumturugovde .forumturu .sutun1 .ikon {
        width: 128px;
        height: 104px;
        padding: 103px 0 0 35px;
        border-right: 3px;
        float: left;
    }

    .forumturugovde .forumturu .divider {
        width: 3px;
        height: 158px;
        border-radius: 2px;
        background-color: #cccccc;
        margin: 81px 0 0 189px;
        border: none;
    }

    .forumturugovde .forumturu p {
        width: 259px;
        height: 211px;
        color: #000000;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        padding: 40px 0 0 12px;
    }

    .forumturugovde .forumturu .secim {
        width: 100%;
        margin-top: 20px;
        float: right;
    }

        .forumturugovde .forumturu .secim .secbutonu {
            cursor: pointer;
            outline: none;
            border: none;
            width: 43px;
            height: 22px;
            border-radius: 5px;
            background-color: #000000;
            color: #fff;
            border-radius: 5px;
            margin: 0 0 10px 210px;
        }

        .forumturugovde .forumturu .secim .secilibutonu {
            cursor: pointer;
            outline: none;
            border: none;
            background-color: #26A22F;
            width: 53px;
            height: 22px;
            color: #ffffff;
            font-family: Verdana;
            font-size: 13px;
            font-weight: 400;
            line-height: 14px;
            border-radius: 5px;
            margin: 0 0 10px 210px;
        }

    .forumturugovde .forumturu .sutun2 .aciklamasi {
        line-height: 14px;
        font-size: 13px;
    }

/*reklam container css fix*/
div[id^=message-adds] {
    display: inline-block !important;
}

/* portal haberleri tablo taşma problemi için */
.portal-news-message table tbody tr td {
    padding: 0;
}

.portal-news-message figure {
    margin: 0;
}

/* Bildirimler Mobile */


.menubasligi {
    width: 100%;
    float: left;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #f4b348;
    background: -moz-linear-gradient(top, rgba(244, 179, 72, 1) 0%, rgba(209, 141, 27, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 179, 72, 1) 0%, rgba(209, 141, 27, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 179, 72, 1) 0%, rgba(209, 141, 27, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4b348', endColorstr='#d18d1b', GradientType=0)
}

    .menubasligi img {
        float: left;
        margin: 0 7px 0 0;
    }

.yeni-bildirimler {
    width: 100%;
    float: left;
    font-family: Arial;
    background-color: #fff
}

    .yeni-bildirimler #tum-bildirim,
    .yeni-bildirimler #okunmamis {
        width: 100%;
        float: left;
        padding: 0 5px 15px 5px;
        box-sizing: border-box;
        position: relative
    }

    .yeni-bildirimler .bildirim-line {
        width: 100%;
        margin: 0 0 5px 0;
        float: left;
        border-radius: 3px;
        padding: 5px;
        box-sizing: border-box
    }

        .yeni-bildirimler .bildirim-line span {
            font-size: 18px;
            float: left;
            margin: 0 5px 0 0
        }

.bildirim-line a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
    float: left;
    padding: 5px;
    width: 100%;
    box-sizing: border-box
}

.bildirim-line.yeni {
    background-color: rgba(255, 102, 0, .2)
}

.bildirim-line .zaman span {
    background: #f60;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 20px;
    margin: 0 5px 0 0
}

.bildirim-line .zaman {
    font-size: 10px;
    color: #666;
    float: right;
    line-height: 20px
}

.bildirim-line.daha-fazla {
    text-align: center;
    color: #fff;
    padding: 0;
    background-color: #f60
}

    .bildirim-line.daha-fazla div {
        width: auto;
        border-radius: 3px;
        padding: 3px 6px;
        display: inline-block;
        line-height: 18px
    }

.yeni-bildirimler .bildirim-line span.baslik,
.yeni-bildirimler .bildirim-line span.baslik span {
    font-size: 13px;
    float: initial;
    margin: 0;
    background: none !important;
    border: none !important
}

    .yeni-bildirimler .bildirim-line span.baslik span {
        font-weight: bold
    }

        .yeni-bildirimler .bildirim-line span.baslik span.text {
            font-weight: normal
        }

.yeni-bildirimler .notification-tab {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

    .yeni-bildirimler .notification-tab li {
        border-right: 1px solid #ccc;
        width: 33.33%;
        float: left;
        text-align: center;
        font-size: 14px !important;
        font-weight: bold;
        color: #000;
        box-sizing: border-box;
        padding: 10px 0;
        cursor: pointer;
    }

        .yeni-bildirimler .notification-tab li:last-child {
            border-right: none;
        }

        .yeni-bildirimler .notification-tab li span {
            width: 18px;
            height: 18px;
            border-radius: 8px;
            background-color: #999999;
            font-size: 10px !important;
            font-weight: 400;
            color: #fff;
            text-align: center;
            line-height: 18px;
            display: inline-block;
            margin: -2px 0 0 0;
            vertical-align: middle;
        }

            .yeni-bildirimler .notification-tab li span.red {
                background-color: #ff0000;
            }

            .yeni-bildirimler .notification-tab li span.orange {
                background-color: #ff6600;
            }

        .yeni-bildirimler .notification-tab li.active {
            background-image: linear-gradient(to top, #ffffff 0%, #dfdfdf 100%);
            color: #ff6600;
        }

.satir-buton {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 9px 5px 8px 5px;
    box-sizing: border-box;
    float: left;
}

    .satir-buton a i {
        color: #fff;
        float: left;
        margin: -1px 8px 0 2px;
        font-size: 16px
    }

.turuncu-buton-2 {
    cursor: pointer;
    text-decoration: none;
    float: left;
    padding: 6px 5px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    background-color: #f9982f;
    outline: none
}

    .turuncu-buton-2 img {
        max-height: 14px;
        float: left;
        margin: 0 5px 0 0;
    }

.mr-10 {
    margin-right: 10px;
}

/* portal bildirim barı start */
.push-notification {
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
}

    .push-notification .placeholder {
        width: 100%;
        float: left;
        height: 0px;
    }

    .push-notification .content {
        width: 100%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
        border-radius: 9px;
        background-color: #fff;
        float: left;
        padding: 4px;
        box-sizing: border-box;
        margin: 0 0 20px 0;
        font-family: Arial;
    }

    .push-notification .right {
        width: 160px;
        float: right;
        position: relative;
    }

        .push-notification .right .img {
            width: 100%;
            height: 84px;
            float: left;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 9px;
        }

        .push-notification .right span {
            position: absolute;
            right: -4px;
            top: 5px;
            background-color: #ff0000;
            line-height: 25px;
            font-weight: 500;
            color: #fff;
            font-size: 13px;
            padding: 0 6px;
        }

    .push-notification .left {
        width: calc(100% - 200px);
        float: left;
        min-height: 84px;
        position: relative;
    }

        .push-notification .left .title {
            color: #333;
            font-size: 32px;
            font-weight: bold;
            padding: 0 0 0 20px;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translate(0, -50%);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .push-notification .left .title img {
                display: inline-block;
                max-height: 40px;
                vertical-align: middle;
                margin: -5px 0 0 0;
            }

    .push-notification .close-button {
        float: right;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        background-color: #f37a2b;
        text-align: center;
        cursor: pointer;
        display: none;
    }

        .push-notification .close-button img {
            width: 14px;
            display: inline-block;
            margin: 5px 0;
        }

header.serbest .push-notification.mini:not(.none) .content {
    top: 0;
}

.push-notification.mini:not(.none) .content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 5px 5px;
    background-color: #fff3eb;
    position: fixed;
    top: 40px;
    width: 940px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 11px 10px 8px 10px;
    z-index: 999;
    margin: 0;
}

.push-notification.mini:hover:not(.none) .content {
    background-color: #dedede;
}

.push-notification.mini .placeholder {
    height: 112px;
}

.push-notification.mini.none .placeholder {
    display: none;
}

.push-notification.mini:not(.none) .right {
    display: none;
}

.push-notification.mini:not(.none) .left {
    width: 100%;
    min-height: 24px;
}

    .push-notification.mini:not(.none) .left .title {
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        padding: 0;
    }

        .push-notification.mini:not(.none) .left .title img {
            max-height: 26px;
            margin: -3px 0 0 0;
        }

.push-notification.mini:not(.none) a {
    width: calc(100% - 30px);
    float: left;
}

.push-notification.mini:hover:not(.none) .close-button {
    display: inline-block;
}

.push-notification-content {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999999;
    width: 345px;
}

    .push-notification-content .notification {
        width: 100%;
        float: left;
        padding: 5px;
        box-sizing: border-box;
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        margin: 20px 0 0 0;
        display: flex;
    }

        .push-notification-content .notification.grey {
            background-color: #f1f1f1;
        }

        .push-notification-content .notification .img {
            float: left;
            width: 110px;
            height: 110px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            margin: 0 10px 0 0;
        }

        .push-notification-content .notification .right {
            width: calc(100% - 120px);
            float: left;
            position: relative;
            font-family: "Arial";
        }

            .push-notification-content .notification .right .top {
                color: #999;
                font-size: 11px;
                font-weight: 400;
                width: 100%;
                float: left;
            }

            .push-notification-content .notification .right .time {
                position: absolute;
                right: 10px;
                bottom: 7px;
                color: #999;
                font-size: 11px;
                font-weight: 400;
            }

            .push-notification-content .notification .right .title {
                color: #000;
                font-size: 15px;
                font-weight: bold;
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                transform: translate(0, -50%);
                padding: 12px 0;
            }

            .push-notification-content .notification .right .close-button {
                position: absolute;
                right: -3px;
                top: -3px;
                width: 24px;
                height: 24px;
                border-radius: 0 0 0 5px;
                border: 1px solid #ccc;
                background-color: #fff;
                text-align: center;
                cursor: pointer;
            }

                .push-notification-content .notification .right .close-button img {
                    display: inline-block;
                    width: 14px;
                    margin: 5px 0;
                }

        .push-notification-content .notification.none {
            display: none;
        }
/* portal bildirim barı end */

.login-warning {
    width: 100%;
    display: inline-block;
    border: solid 1px #d2d3d4;
    background-color: #feffff;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 10px;
}

    .login-warning p {
        font-size: 14px;
        margin: 0 0 20px 0;
        color: #000;
        font-family: Verdana, Arial;
        line-height: 18px;
    }

        .login-warning p span {
            margin: 0 75px 0 0;
            line-height: 22px;
            display: inline-block;
        }

    .login-warning .btn {
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        font-family: Arial;
        border-radius: 5px;
        display: inline-block;
        line-height: 40px;
        padding: 0 21px;
        margin: 0 20px 0 0;
        cursor: pointer;
    }

        .login-warning .btn.green {
            background-color: #78b400;
        }

        .login-warning .btn.red {
            background-color: #d55d5d;
            margin: 0;
        }

/* Takip Ettiklerim */

.page-title-style-1 {
    float: left;
    height: auto;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 20px;
}

.forums-peoples-follow .page-config {
    float: right;
    margin: 20px 0 0 0;
}

    .forums-peoples-follow .page-config .config-box {
        float: left;
        padding: 0 30px 0 0;
        position: relative;
    }

        .forums-peoples-follow .page-config .config-box:after {
            content: '';
            position: absolute;
            right: 15px;
            top: -3px;
            bottom: -3px;
            width: 1px;
            background-color: #cd9642;
        }

        .forums-peoples-follow .page-config .config-box:last-child {
            padding: 0;
        }

            .forums-peoples-follow .page-config .config-box:last-child:after {
                content: initial;
            }

        .forums-peoples-follow .page-config .config-box > span {
            color: #956927;
            line-height: 12.74px;
            letter-spacing: -0.26px;
            margin: 0 10px 0 0;
        }

.brown-button {
    border-radius: 4px;
    border: 1px solid #966924;
    background-color: #cd9642;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.26px;
    display: inline-block;
    line-height: 17px;
    padding: 2px 8px;
}

    .brown-button img {
        float: left;
        margin: 0 8px 0 0;
    }

.bordered-button-style {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    background-color: #fffefd;
    color: #666 !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.26px;
    padding: 3px 8px;
    display: inline-block;
}

    .bordered-button-style.orange {
        border: 1px solid #df8415;
        background-color: #fb9b2a;
        color: #fff !important;
    }

.threads-table {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

    .threads-table .head {
        width: 100%;
        float: left;
        border: 1px solid #dedede;
        background-color: #f8f8f8;
        box-sizing: border-box;
    }

        .threads-table .head .cell {
            line-height: 23px;
            float: left;
            color: #333333;
            font-weight: bold;
            font-family: 'Arial';
            letter-spacing: 0.28px;
        }

            .threads-table .head .cell.cell-1 {
                padding: 0 10px 0 93px;
            }

    .threads-table .cell {
        padding: 0 10px;
        margin: 0 20px 0 0;
        box-sizing: border-box;
        float: left;
        position: relative;
    }

        .threads-table .cell.cell-4 {
            margin: 0;
        }

        .threads-table .cell.cell-2 {
            float: right;
            width: 145px;
        }

        .threads-table .cell.cell-4 {
            float: right;
            width: 120px;
            text-align: right;
        }

        .threads-table .cell.cell-3 {
            float: right;
            width: 145px;
        }


    .threads-table .cell-2,
    .threads-table .cell-3 {
        text-align: center;
    }

    .threads-table .table-body .line {
        border-bottom: 1px solid #dedede;
        background-color: #fff;
        width: 100%;
        float: left;
        height: 78px;
    }

        .threads-table .table-body .line .cell.cell-image {
            padding: 0;
            margin: 0 5px 0 0;
        }

            .threads-table .table-body .line .cell.cell-image .image-box {
                float: left;
                width: 78px;
                height: 78px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                background-color: #f4f4f4;
                position: relative;
            }

                .threads-table .table-body .line .cell.cell-image .image-box.avatar {
                    background-size: inherit;
                }

                    .threads-table .table-body .line .cell.cell-image .image-box.avatar span {
                        width: 52px;
                        height: 52px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        background-color: #dad4d4;
                        border-radius: 50%;
                        color: #fff;
                        font-size: 27px;
                        text-align: center;
                        line-height: 52px;
                    }

        .threads-table .table-body .line .cell.cell-1 .title {
            color: #333333;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: -0.34px;
            font-family: 'Arial';
            position: absolute;
            left: 10px;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
        }

            .threads-table .table-body .line .cell.cell-1 .title .time {
                color: #adadad;
                font-weight: normal;
                display: inline-block;
            }

        .threads-table .table-body .line .cell {
            height: 100%;
        }

            .threads-table .table-body .line .cell.cell-1 {
                width: calc(100% - 560px);
            }

            .threads-table .table-body .line .cell .link,
            .threads-table .table-body .line .cell .last-message,
            .threads-table .table-body .line .cell .rank {
                position: absolute;
                left: 10px;
                right: 10px;
                top: 50%;
                transform: translate(0, -50%);
            }

                .threads-table .table-body .line .cell .link .no-image > span:first-child {
                    width: 31px;
                    height: 31px;
                    border-radius: 50%;
                    display: inline-block;
                    text-align: center;
                    line-height: 31px;
                    background-color: #dad4d4;
                    color: #777;
                }

                .threads-table .table-body .line .cell .link a {
                    color: #000;
                    font-size: 13px;
                }

            .threads-table .table-body .line .cell .last-message {
                color: #999;
            }

                .threads-table .table-body .line .cell .last-message a {
                    color: #999;
                    word-break: break-word;
                }

    .threads-table .cell .rank span {
        display: inline-block;
    }

    .threads-table .cell .rank .one {
        width: 40px;
        text-align: right;
        margin: 0 5px 0 0;
    }

    .threads-table .table-body .line .cell .rank .one {
        font-weight: bold;
        color: #f17838;
    }

    .threads-table .cell .rank .two {
        width: 60px;
        text-align: left;
        margin: 0 0 0 5px;
    }

    .threads-table .table-body .line .cell .link img {
        border-radius: 50%;
        width: 31px;
        height: 31px;
        display: inline-block;
    }

    .threads-table .table-body .line .cell .link span {
        color: #f17838;
        font-weight: bold;
        line-height: 20px;
        font-size: 13px;
        display: block;
    }

    .threads-table .table-body .line.loading,
    .threads-table .table-body .line.loading .cell.cell-image .image-box {
        background-color: #fbfbfb;
    }

        .threads-table .table-body .line.loading .cell .title {
            color: #bbbbbb;
            font-size: 18px;
        }
/* /Takip Ettiklerim */

.amazon-prime {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #fff;
    font-family: Arial;
    margin: 0 0 17px 0;
}

    .amazon-prime .left {
        float: left;
    }

    .amazon-prime .right {
        float: right;
    }

    .amazon-prime .title,
    .amazon-prime .content {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .amazon-prime .title {
        border-radius: 5px 5px 0 0;
        border: 1px solid #dedede;
        background-color: #ebebeb;
        padding: 4px 10px;
    }

        .amazon-prime .title .left img {
            float: left;
            margin: 5px 8px 0 0
        }

        .amazon-prime .title .left span {
            color: #333;
            font-weight: bold;
            line-height: 24px;
            font-size: 15px;
            float: left;
            margin: 2px 0 0 0;
        }

        .amazon-prime .title .right a {
            display: inline-block;
            padding: 4px 0 0 0;
        }

        .amazon-prime .title .right .arrow {
            float: right;
            transform: rotate(-90deg);
            margin: 3px 0 0 0;
        }

        .amazon-prime .title .right .logo {
            float: left;
        }

        .amazon-prime .title .right span {
            float: left;
            color: #232f3f;
            font-size: 12px;
            margin: 0 5px;
        }

    .amazon-prime .content {
        padding: 10px;
    }

        .amazon-prime .content .left {
            width: 420px;
        }

        .amazon-prime .content .right {
            width: calc(100% - 421px);
            padding: 0 35px 0;
            box-sizing: border-box;
        }

        .amazon-prime .content .slogan-img {
            float: left;
            margin: 0 10px 0 0;
        }

        .amazon-prime .content .counter-content {
            float: left;
            width: calc(100% - 164px);
            margin: 10px 0 0 0;
        }

            .amazon-prime .content .counter-content .counter {
                width: 250px;
                float: left;
                border-radius: 5px;
                background-color: #23305d;
                padding: 5px;
                box-sizing: border-box;
                font-size: 15px;
                height: 36px;
            }

                .amazon-prime .content .counter-content .counter .number {
                    float: left;
                    width: 30px;
                    height: 26px;
                    border-radius: 3px;
                    background-color: #ffffff;
                    color: #23305d;
                    font-weight: bold;
                    line-height: 26px;
                    text-align: center;
                }

                .amazon-prime .content .counter-content .counter .text {
                    float: left;
                    margin: 0 13px 0 5px;
                    line-height: 26px;
                    color: #fff;
                }

                    .amazon-prime .content .counter-content .counter .text.minute {
                        margin: 0 0 0 5px;
                    }

            .amazon-prime .content .counter-content .slogan {
                color: #0096d6;
                font-size: 16px;
                display: inline-block;
                margin: 12px 0 0 0;
            }

    .amazon-prime .amazon-item {
        width: 100%;
        float: left;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .amazon-prime .amazon-item .product-image {
            float: left;
            border-radius: 5px;
            border: 1px solid #dedede;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            width: 80px;
            height: 80px;
            margin: 0 15px 0 0;
            box-sizing: border-box;
        }

        .amazon-prime .amazon-item .detail {
            width: calc(100% - 95px);
            float: left;
        }

            .amazon-prime .amazon-item .detail a {
                color: #23305d;
                font-size: 17px;
                width: 100%;
                float: left;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin: 0 0 10px 0;
                min-height: 40px;
            }

            .amazon-prime .amazon-item .detail .price {
                float: left;
                color: #aa280e;
                font-size: 22px;
                letter-spacing: -0.53px;
            }

            .amazon-prime .amazon-item .detail .old-price {
                float: right;
                color: #999;
                font-size: 13px;
                letter-spacing: -0.31px;
                margin: 0 0 0 10px;
            }

                .amazon-prime .amazon-item .detail .old-price span {
                    font-size: 11px;
                    display: block;
                }

            .amazon-prime .amazon-item .detail .discount {
                float: right;
                color: #333;
                font-size: 19px;
                letter-spacing: -0.46px;
                margin: 3px 0 0 0;
            }

    .amazon-prime .owl-carousel.owl-theme {
        margin: 0;
    }

    .amazon-prime .owl-nav button {
        background-image: none !important;
        width: 35px;
    }

        .amazon-prime .owl-nav button.owl-next {
            right: -35px;
        }

        .amazon-prime .owl-nav button img {
            display: none;
        }

        .amazon-prime .owl-nav button:after {
            content: '';
            background-image: url('/static/forum/img/right-big.png');
            width: 18px;
            height: 30px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .amazon-prime .owl-nav button.owl-prev {
            left: -35px;
        }

            .amazon-prime .owl-nav button.owl-prev:after {
                transform: translate(-50%, -50%)rotate(180deg);
            }

    .amazon-prime.started .content .left {
        width: 218px;
    }

        .amazon-prime.started .content .left .slogan-img {
            margin: 0;
        }

    .amazon-prime.started .content .right {
        width: calc(100% - 220px);
    }

.amazon-prime-mini {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 10px 0 0 0;
    position: relative;
}


    .amazon-prime-mini .title {
        width: 100%;
        float: left;
        box-shadow: 0 1px 0 #cdcdcd;
        background-color: #dcdcdc;
        line-height: 24px;
        color: #fd4400;
        font-size: 12px;
        height: auto;
        border: none;
        text-align: center;
    }

    .amazon-prime-mini .title-img {
        width: 100%;
        float: left;
    }

    .amazon-prime-mini .started {
        width: 100%;
        float: left;
        background-color: #212b3e;
        color: #fff;
        font-size: 10px;
        font-family: Arial;
        font-weight: bold;
        border: none;
        line-height: 22px;
        height: auto;
        text-align: center;
        position: relative;
    }

    .amazon-prime-mini .early {
        position: relative;
        height: 0;
        width: 100%;
        float: left;
    }

        .amazon-prime-mini .early:before {
            content: 'kalan süre';
            position: absolute;
            right: 2px;
            top: -12px;
            color: #232f3d;
            font-size: 10px;
            line-height: 10px;
            font-weight: normal;
        }

    .amazon-prime-mini .bottom {
        border: 1px solid #dedede;
        width: 100%;
        float: left;
        text-align: center;
        line-height: 23px;
        font-family: Arial;
    }

        .amazon-prime-mini .bottom a {
            color: #999;
        }

            .amazon-prime-mini .bottom a img {
                vertical-align: middle;
            }

    .amazon-prime-mini .product {
        width: 100%;
        float: left;
        margin: 15px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .amazon-prime-mini .product a {
            width: 100%;
            float: left;
        }

        .amazon-prime-mini .product .product-image {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            margin: 0 10px 0 0;
            float: left;
            border: 1px solid #dedede;
        }

        .amazon-prime-mini .product .product-title {
            float: left;
            width: calc(100% - 53px);
            color: #23305d;
            font-family: Arial;
            font-size: 11px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin: 2px 0 0 0;
        }

        .amazon-prime-mini .product .price {
            width: 100%;
            float: left;
            margin: 15px 0 0 0;
        }

            .amazon-prime-mini .product .price .left {
                width: 50%;
                float: left;
                font-family: Arial;
            }

                .amazon-prime-mini .product .price .left .current-price {
                    color: #aa280e;
                    font-size: 15px;
                    width: 100%;
                    float: left;
                    font-weight: bold;
                }

                .amazon-prime-mini .product .price .left .discount {
                    font-size: 10px;
                    color: #333;
                }

            .amazon-prime-mini .product .price .old-price {
                float: right;
                color: #999999;
                font-size: 10px;
                text-align: right;
                line-height: 14px;
            }

    .amazon-prime-mini .counter {
        max-width: calc(100% - 10px);
        margin: 7px 0 0 8px;
        float: left;
        border-radius: 3px;
        background-color: #23305d;
        padding: 3px;
        box-sizing: border-box;
        font-size: 11px;
        height: 22px;
    }

        .amazon-prime-mini .counter .number {
            float: left;
            width: 18px;
            height: 16px;
            border-radius: 3px;
            background-color: #ffffff;
            color: #23305d;
            font-weight: bold;
            line-height: 16px;
            text-align: center;
        }

        .amazon-prime-mini .counter .text {
            float: left;
            margin: 0 7px 0 5px;
            line-height: 16px;
            color: #fff;
            font-size: 9px;
        }

            .amazon-prime-mini .counter .text.minute {
                margin: 0 0 0 5px;
            }

.amazon-prime .owl-stage-outer {
    display: inherit;
}

.msg > div > table {
    float: none !important;
}

.tooltip-text {
    cursor: pointer;
    position: relative
}

    .tooltip-text:hover:before {
        content: '';
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid rgba(0, 0, 0, 0.80);
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }

    .tooltip-text:hover:after {
        content: attr(data-text);
        line-height: 16px;
        font-weight: 400;
        position: absolute;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.80);
        top: 24px;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        z-index: 9999;
        width: 112px;
        white-space: pre-line;
        text-align: center
    }

    .tooltip-text.top:hover:after {
        top: initial;
        bottom: 100%;
    }

    .tooltip-text.top:hover:before {
        top: initial;
        bottom: 18px;
        transform: rotate(180deg);
    }

    .tooltip-text.beyaz:hover:after {
        background-color: #fff;
        border: 1px solid #cac6bf;
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
        color: #000;
    }

    .tooltip-text.beyaz:hover:before {
        border-bottom: 8px solid #cac6bf;
    }

.forum-stream .stream-box-content{
    float:left;
    width:calc(33.33% - 13.34px);
}
    .forum-stream .stream-box {
        border-radius: 5px;
        border: 1px solid #d0a86c;
        background-color: #f6f6f6;
    width:100%;
        float: left;
        margin: 0 0 20px 0;
        padding: 12px 12px 0 12px;
        box-sizing: border-box;
        font-family: Arial;
    }

@media screen and (max-width:1500px) {
    .forum-stream .stream-box-content{
        width:calc(50% - 10px);
    }
}

.forum-stream .stream-box .thumbnail{
    width: calc(100% + 24px);
    float: left;
    margin: -12px 0 10px -12px;
    position:relative;
    text-align:center;
    height: 197px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius:4px 5px 0 0;
    cursor: pointer;
}
.forum-stream .stream-box .shared-info{
        width: 100%;
    float: left;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    color: #666;
    margin: 0 0 6px 0;
}
.forum-stream .stream-box .shared-info img.share{
    float:left;
    margin:0 5px 0 0;
}
.forum-stream .stream-box .shared-info img.info{
    display:inline-block;
    margin: -1px 0 0 5px;
    vertical-align: middle;
}


.forum-stream .stream-box .head {
    width: 100%;
    float: left;
    padding:0 20px 0 0;
    box-sizing:border-box;
    position:relative;
}

.forum-stream .stream-box .head .forum{
    width:100%;
    float:left;
    font-size: 12px;
    color: #666;
    margin:0 0 6px 0;
}
.forum-stream .stream-box .head .forum a{
    color: #666;
    text-decoration: none;
}
.forum-stream .stream-box .head .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
        float: left;
}
.forum-stream .stream-box .head .menu{
    position:absolute;
    right:0;
    top:2px;
}
.forum-stream .stream-box .head .menu img{
    cursor:pointer;
}
.forum-stream .stream-box .head .menu .acilir-menu-1{
    right:-16px;
}
.forum-stream .stream-box .head .menu .acilir-menu-1 span.bg:before{
    right:7px;
}
.forum-stream .stream-box .middle{
    float:left;
    width:100%;
    margin:11px 0 0 0;
}
.forum-stream .stream-box .middle .avatar{
    float:left;
    margin:0 5px 0 0;
    cursor: pointer;
}
.forum-stream .stream-box .middle .avatar img{
    width:24px;
    height:24px;
        border-radius: 50%;
    float:left;
}
.forum-stream .stream-box .middle .avatar.no-avatar{
    border-radius: 50%;
    border: solid 1px #e8e8e8;
    background-color: #2b153e;
    box-sizing: border-box;
    line-height:22px;
        text-align: center;
    font-size: 14px;
        font-weight: bold;
    color:#fff;
    width: 24px;
    height: 24px;
    }
.forum-stream .stream-box .middle .username{
    width:calc(100% - 30px);
    float:left;
        }
.forum-stream .stream-box .middle .username .nickname{
    font-size: 14px;
    color: #333;
    float:left;
    line-height:24px;
        }
.forum-stream .stream-box .middle .username span.time{
        float: right;
    font-size: 14px;
    color: #999;
    line-height:24px;
}
.forum-stream .stream-box .middle .username .follow{
    float:left;
    width:26px;
    height:17px;
    text-align:center;
    border-radius: 5px;
    border: solid 1px #999;
    box-sizing:border-box;
    margin:3px 0 3px 5px;
    cursor: pointer;
    }
.forum-stream .stream-box .middle .username .follow.active{
    border-color:#fd6301;
        }
.forum-stream .stream-box .middle .username .follow img{
    width:18px;
    height:13px;
    display: inline-block;
    vertical-align: middle;
    margin:2px 0;

}







        .forum-stream .stream-box .head .text .bottom {
            width: 100%;
            float: left;
        }

            .forum-stream .stream-box .head .text .bottom .username {
                float: left;
                color: #666666;
                font-size: 16px;
                font-weight: 700;
                margin: 0 6px 0 0;
            }

            .forum-stream .stream-box .head .text .bottom .forum {
                float: left;
                color: #999999;
                font-size: 16px;
            }

                .forum-stream .stream-box .head .text .bottom .forum a {
                    font-weight: bold;
                    color: #999999;
                }

            .forum-stream .stream-box .head .text .bottom .right {
                float: right;
            }

                .forum-stream .stream-box .head .text .bottom .right .time {
                    float: left;
                    color: #999999;
                    font-size: 16px;
                }

                .forum-stream .stream-box .head .text .bottom .right .menu {
                    position: relative;
                    float: left;
                    padding: 0 7px;
                    margin: 0 0 0 3px;
                }

.forum-stream .stream-box .content {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    max-height: 255px;
    overflow: hidden;
}
.forum-stream .stream-box .content table tr td{
    padding:0;
}
    .forum-stream .stream-box .content.opacity {
        max-height: 250px;
        overflow: hidden;
    }

        .forum-stream .stream-box .content.opacity:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 87px;
            background-image: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.75) 55%, #f6f6f6 100%);
            border-radius: 5px;
        }

    .forum-stream .stream-box .content p {
    color: #666;
    font-size: 14px;
    line-height:18px;
    width:100%;
    float:left;
    margin:10px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .forum-stream .stream-box .content .feed-table {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        word-break: break-word;
    }
.forum-stream .stream-box .bottom-line {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0;
    margin:5px 0;
    }

    .forum-stream .stream-box .bottom-line .link {
        float: left;
        margin: 5px 15px 5px 0;
        color: #999999;
        font-size: 16px;
        position: relative;
        cursor: pointer;
    }

        .forum-stream .stream-box .bottom-line .link.active {
            font-weight: 700;
            color: #000000;
        }

        .forum-stream .stream-box .bottom-line .link img {
            float: left;
            margin: 1px 7px 0 0;
        }

    .forum-stream .stream-box .bottom-line .stream-like {
        float: right;
        border-radius: 15px;
        border: 1px solid #dedede;
        background-color: #ffffff;
        color: #000000;
        font-size: 16px;
        padding: 4px 10px;
        cursor: pointer;
    }

        .forum-stream .stream-box .bottom-line .stream-like img {
            vertical-align: middle;
            display: inline-block;
            margin: -2px 7px 0 7px;
        }

.forum-stream .stream-box .bottom-line .stream-like.passive{
    color:#999;
}
        .forum-stream .stream-box .bottom-line .stream-like.v2 {
            border: none;
            background-color: transparent;
            padding: 5px 10px;
    line-height:21px;
}
.forum-stream .stream-box .bottom-line .stream-like.v2.passive{
    color:#999;
        }

            .forum-stream .stream-box .bottom-line .stream-like.v2 img {
                margin: 2px 5px 0 0px;
                float: left;
            }

        .forum-stream .stream-box .bottom-line .stream-like.active {
            background-color: #fd6301;
            border-color: #fd6301;
            color: #fff;
        }

        .forum-stream .stream-box .bottom-line .stream-like.v2.active {
            border: none;
            background-color: transparent;
            color: #fd6301;
        }

.forum-stream .stream-box .head.v2 {
    padding: 0 0 12px 49px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 12px 0;
}

    .forum-stream .stream-box .head.v2:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #dedede;
        height: 1px;
        left: 49px;
    }

    .forum-stream .stream-box .head.v2 .forum {
        float: left;
        color: #999999;
        font-size: 16px;
        margin: 0 6px 0 0;
    }

        .forum-stream .stream-box .head.v2 .forum a {
            color: #999999;
            font-weight: bold;
        }

    .forum-stream .stream-box .head.v2 .link {
        float: left;
        margin: 0 3px 0 0;
    }

    .forum-stream .stream-box .head.v2 .right {
        float: right;
    }

        .forum-stream .stream-box .head.v2 .right .time {
            float: left;
            color: #999999;
            font-size: 16px;
        }

        .forum-stream .stream-box .head.v2 .right .menu {
            position: relative;
            float: left;
            padding: 0 7px;
            margin: 0 0 0 3px;
        }

.forum-stream .stream-box .head .bottom .forum .link {
    display: inline-block;
}

.forum-stream .stream-box .content iframe {
    border-radius: 5px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.forum-stream .stream-box .content object {
    border-radius: 5px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.forum-stream .stream-box .content-video iframe {
    border-radius: 5px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    height: 500px;
}

.forum-stream .stream-box .content-video object {
    border-radius: 5px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    height: 500px;
}


.forum-stream .stream-box.loading{

}

.forum-stream .stream-box.loading .thumbnail{
    background-color: #ccc;
}
.forum-stream .stream-box.loading span.forum span{
    width: 194px;
    height: 14px;
    background-color: #ccc;
}
.forum-stream .stream-box.loading .title span.one{
    width: 315px;
    height: 22px;
    background-color: #ccc;
    margin:0 0 1px 0;
    float:left;
}
.forum-stream .stream-box.loading .title span.two{
    width: 265px;
    height: 22px;
    background-color: #ccc;
    float:left;
}
.forum-stream .stream-box.loading .middle .avatar{
    width: 24px;
    height: 24px;
    background-color: #ccc;
    border-radius:50%;
}
.forum-stream .stream-box.loading .middle .nickname span{
    width: 87px;
    height: 14px;
    background-color: #ccc;
    float:left;
    margin:5px 0;
}
.forum-stream .stream-box.loading .middle .time{
    width: 38px;
    height: 14px;
    background-color: #ccc;
    margin:5px 0;
}
.forum-stream .stream-box.loading .content span.one{
    width: 303px;
    height: 14px;
    background-color: #ccc;
    float:left;
    margin:10px 0 3px -2px;
}
.forum-stream .stream-box.loading .content span.two{
    width: 322px;
    height: 14px;
    background-color: #ccc;
    float:left;
    margin:0 0 3px -2px;
}
.forum-stream .stream-box.loading .content span.three{
    width: 268px;
    height: 14px;
    background-color: #ccc;
    float:left;
    margin:0 0 0 -2px;
}
.forum-stream .stream-box.loading .bottom-line span.one{
    width: 47px;
    height: 14px;
    background-color: #ccc;
    margin-right:15px;
    float:left;
    margin-top:7px;
    margin-bottom:9px;
}
.forum-stream .stream-box.loading .bottom-line span.two{
    width: 47px;
    height: 14px;
    background-color: #ccc;
    margin-right:15px;
    margin-top:7px;
    margin-bottom:9px;
    float:left;
}
.forum-stream .stream-box.loading .bottom-line span.three{
    width: 14px;
    height: 14px;
    background-color: #ccc;
    margin-right:15px;
    margin-top:7px;
    margin-bottom:9px;
    float:left;
}
.forum-stream .stream-box.loading .bottom-line span.four{
    width: 14px;
    height: 14px;
    background-color: #ccc;
    margin-top:7px;
    margin-bottom:9px;
    float:left;
}
.forum-stream .stream-box.loading .bottom-line span.five{
    width: 47px;
    height: 14px;
    background-color: #ccc;
    margin-top:7px;
    margin-bottom:9px;
    float:right;
}

.extarnal-link-module {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #fff;
    display: flex;
    margin: 0 0 20px 0;
}

    .extarnal-link-module .img {
        float: left;
        border-radius: 5px;
        width: 260px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 10px 0 0;
    }

    .extarnal-link-module .text {
        float: left;
        width: calc(100% - 270px);
        padding: 10px 10px 10px 0;
        box-sizing: border-box;
        font-family: Arial;
    }

        .extarnal-link-module .text .title {
            color: #4a90e2;
            width: 100%;
            float: left;
            font-size: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 23px;
            font-weight: bold;
        }

        .extarnal-link-module .text .description {
            width: 100%;
            float: left;
            color: #999;
            font-size: 16px;
            margin: 10px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 23px;
        }

        .extarnal-link-module .text .link {
            width: 100%;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #000;
            font-size: 16px;
            font-weight: 700;
        }

            .extarnal-link-module .text .link img {
                float: left;
                margin: 1px 5px -1px 0px;
            }



.forum-stream .stream-box .carousel-tut {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
}

    .forum-stream .stream-box .carousel-tut .gallery {
        display: none
    }

    .forum-stream .stream-box .carousel-tut .gorsel-ac {
        position: absolute;
        padding: 11px 24px;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
        color: #fff;
        z-index: 9999;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
    }

        .forum-stream .stream-box .carousel-tut .gorsel-ac img {
            float: left;
            margin: 0 8px 0 0;
        }

.forum-stream .stream-box .owl-nav button {
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 87px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99999999;
    border: none !important
}

    .forum-stream .stream-box .owl-nav button.owl-next {
        right: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%) !important
    }

    .forum-stream .stream-box .owl-nav button img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .forum-stream .stream-box .owl-nav button.owl-prev {
        left: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 7) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.0) 100%) !important
    }

.forum-stream .stream-box .owl-dots {
    display: none
}

.forum-stream .stream-box .owl-carousel.owl-theme {
    width: 100%;
    float: left;
    margin: 20px 0 0
}

    .forum-stream .stream-box .owl-carousel.owl-theme .resim-slide {
        display: inline-block;
        width: 100%;
        padding-bottom: 56.25%;
        position: relative;
        border-radius: 5px
    }

        .forum-stream .stream-box .owl-carousel.owl-theme .resim-slide img {
            position: absolute;
            max-height: 100%;
            max-width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto
        }

.homepage-tab {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}

    .homepage-tab .tabs {
        float: left;
        position: relative
    }

        .homepage-tab .tabs:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            background-color: #dbdbdb;
            right: 0;
        }

    .homepage-tab .tab {
        float: left;
        background-image: linear-gradient(180deg, #735934 0%, #563518 100%);
        border: 1px solid #999999;
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.63px;
        margin: 0 12px 0 0;
        border-radius: 15px 15px 0 0;
        padding: 12px 33px;
        cursor: pointer;
        position: relative;
    }

        .homepage-tab .tab:nth-child(2n+2) {
            margin: 0;
        }

        .homepage-tab .tab img.black {
            display: none;
            position: relative;
            display: inline-block;
            cursor: pointer;
            margin: -1px 0 -2px -2px
        }

        .homepage-tab .tab img {
            float: right;
            margin: 3px 0 -4px 8px;
        }

        .homepage-tab .tab.active {
            background-image: linear-gradient(180deg, #ffffff 0%, #dbdbdb 100%);
            border: 1px solid #d0d0d0;
            color: #000000;
        }

            .homepage-tab .tab.active img.black {
                display: inline-block;
            }

            .homepage-tab .tab.active img.white {
                display: none;
            }

        .homepage-tab .tab .tooltip {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

            .homepage-tab .tab .tooltip:hover .tooltip-text {
                display: block;
            }

            .homepage-tab .tab .tooltip .tooltip-text {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                background-color: rgba(0, 0, 0, 80%);
                position: absolute;
                color: #ffffff;
                font-family: Arial;
                font-size: 13px;
                font-weight: 400;
                text-align: center;
                border-radius: 10px;
                padding: 10px 15px;
                letter-spacing: 0;
                width: 266px;
                box-sizing: border-box;
                z-index: 999;
                left: 50%;
                transform: translate(-50%,0);
                top: 100%;
                margin: 10px 0 0 0;
                display: none;
            }

                .homepage-tab .tab .tooltip .tooltip-text:before {
                    content: '';
                    position: absolute;
                    top: -12px;
                    left: 50%;
                    margin: 0 0 0 -2px;
                    width: 0;
                    height: 0;
                    border-width: 6px;
                    border-style: solid;
                    border-color: transparent transparent rgba(0, 0, 0, 0.80) transparent;
                }

                .homepage-tab .tab .tooltip .tooltip-text:after {
                    content: initial !important;
                }

        .homepage-tab .tab .count {
            position: absolute;
            right: -10px;
            top: -6px;
            border-radius: 20px;
            border: 1px solid #8d6235;
            background-color: #ff0000;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: -0.5px;
            padding: 2px 5px;
        }

        .homepage-tab .tab.active .count {
            display: none;
        }

#forum-stream {
    width: 100%;
}

#classic-homepage {
    display: none;
}

#forum-stream .bottom-line .acilir-menu-1 {
    right: 10px;
    margin: -4px 0 0 0;
}

    #forum-stream .bottom-line .acilir-menu-1 span.bg:before {
        right: 7px;
    }

#forum-stream .acilir-menu-1

#forum-stream .acilir-menu-1 span.bg.scroll-kontrol:before {
    right: 7px;
}

#forum-stream .acilir-menu-1 span.bg.scroll-kontrol:after {
    right: 9px;
}


.homepage-tab {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}

    .homepage-tab .tabs {
        float: left;
        position: relative
    }

        .homepage-tab .tabs:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            background-color: #dbdbdb;
            right: 0;
        }

    .homepage-tab .tab {
        float: left;
        background-image: linear-gradient(180deg, #735934 0%, #563518 100%);
        border: 1px solid #999999;
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.63px;
        margin: 0 12px 0 0;
        border-radius: 15px 15px 0 0;
        padding: 12px 33px;
        cursor: pointer;
        position: relative;
    }

        .homepage-tab .tab:nth-child(2n+2) {
            margin: 0;
        }

        .homepage-tab .tab img.black {
            display: none;
        }

        .homepage-tab .tab img {
            float: right;
            margin: 3px 0 -4px 8px;
        }

        .homepage-tab .tab.active {
            background-image: linear-gradient(180deg, #ffffff 0%, #dbdbdb 100%);
            border: 1px solid #d0d0d0;
            color: #000000;
        }

            .homepage-tab .tab.active img.black {
                display: inline-block;
            }

            .homepage-tab .tab.active img.white {
                display: none;
            }

        .homepage-tab .tab .tooltip {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

            .homepage-tab .tab .tooltip:hover .tooltip-text {
                display: block;
            }

            .homepage-tab .tab .tooltip .tooltip-text {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                background-color: rgba(0, 0, 0, 80%);
                position: absolute;
                color: #ffffff;
                font-family: Arial;
                font-size: 13px;
                font-weight: 400;
                text-align: center;
                border-radius: 10px;
                padding: 10px 15px;
                letter-spacing: 0;
                width: 266px;
                box-sizing: border-box;
                z-index: 999;
                left: 50%;
                transform: translate(-50%,0);
                top: 100%;
                margin: 10px 0 0 0;
                display: none;
            }

                .homepage-tab .tab .tooltip .tooltip-text:before {
                    content: '';
                    position: absolute;
                    top: -12px;
                    left: 50%;
                    margin: 0 0 0 -2px;
                    width: 0;
                    height: 0;
                    border-width: 6px;
                    border-style: solid;
                    border-color: transparent transparent rgba(0, 0, 0, 0.80) transparent;
                }

                .homepage-tab .tab .tooltip .tooltip-text:after {
                    content: initial !important;
                }

        .homepage-tab .tab .count {
            position: absolute;
            right: -10px;
            top: -6px;
            border-radius: 20px;
            border: 1px solid #8d6235;
            background-color: #ff0000;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: -0.5px;
            padding: 2px 5px;
        }

        .homepage-tab .tab.active .count {
            display: none;
        }

#forum-stream {
    width: 100%;
}

#classic-homepage {
    display: none;
}

#forum-stream .bottom-line .acilir-menu-1 {
    right: 10px;
    margin: -4px 0 0 0;
}

    #forum-stream .bottom-line .acilir-menu-1 span.bg:before {
        right: 7px;
    }

#forum-stream .acilir-menu-1

#forum-stream .acilir-menu-1 span.bg.scroll-kontrol:before {
    right: 7px;
}

#forum-stream .acilir-menu-1 span.bg.scroll-kontrol:after {
    right: 9px;
}



.orange-check .form-group {
}

    .orange-check .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .orange-check .form-group label {
        position: relative;
        cursor: pointer;
        color: #916c37;
        font-size: 15px;
        letter-spacing: -0.47px;
        font-family: Arial;
    }

        .orange-check .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin: -3px 5px 0 0;
            width: 15px;
            height: 15px;
            border: 1px solid #a98044;
            border-radius: 3px;
        }

    .orange-check .form-group input:checked + label:before {
        background-color: #a98044;
    }

    .orange-check .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        left: 6px;
        width: 3px;
        height: 8px;
        border: solid #febf55;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.homepage-tab .orange-check {
    float: right;
    padding: 16px 0;
}

.v2-table .tr a.subject-name:visited {
    color: blue;
}

.v2-table .tr a.subject-name:hover {
    color: red;
}

.last-messages .v2-table .tr .sub .text a:visited {
    color: blue !important;
}

.last-messages .v2-table .tr .sub .text a:hover {
    color: red !important;
}

.last-messages .v2-table .tr .col .align.middle .nickname:hover {
    color: red !important;
}

.konuyaozel.v4 {
}

    .konuyaozel.v4 .konuozel-buton {
        font-size: 11px;
        font-weight: normal;
        line-height: 14px;
        padding: 0 10px;
        border: 1px solid #e69818;
        position: relative;
    }

        .konuyaozel.v4 .konuozel-buton .grey {
            float: left;
            color: #999;
            padding: 2px 0 0 0;
            width: calc(100% - 25px);
        }

        .konuyaozel.v4 .konuozel-buton .orange {
            float: left;
            color: #e77800;
            width: calc(100% - 25px);
        }

        .konuyaozel.v4 .konuozel-buton img {
            width: 15px;
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translate(0,-50%);
            margin: 0;
        }

    .konuyaozel.v4 .konuozel-acilir {
        border-radius: 3px;
        border: 1px solid #e69818;
        background-color: #ffffff;
        width: 100%;
        display: none;
    }

        .konuyaozel.v4 .konuozel-acilir ul {
            width: 100%;
            padding: 0;
            border: none;
        }

            .konuyaozel.v4 .konuozel-acilir ul li {
                height: auto;
                border-bottom: 1px solid #dedede
            }

                .konuyaozel.v4 .konuozel-acilir ul li:last-child {
                    border: none;
                }

                .konuyaozel.v4 .konuozel-acilir ul li a {
                    padding: 0;
                }

                    .konuyaozel.v4 .konuozel-acilir ul li a .konuozel-buton {
                        border: none;
                        font-size: 9px;
                        padding: 3px 10px;
                    }

        .konuyaozel.v4 .konuozel-acilir .konuozel-buton {
            line-height: 12px;
            background-color: transparent;
        }

            .konuyaozel.v4 .konuozel-acilir .konuozel-buton img {
                right: 16px;
            }

            .konuyaozel.v4 .konuozel-acilir .konuozel-buton .grey {
                padding: 3px 0 0 0;
                font-size: 10px;
            }

            .konuyaozel.v4 .konuozel-acilir .konuozel-buton .grey {
                color: #e77800;
            }

            .konuyaozel.v4 .konuozel-acilir .konuozel-buton.passive .grey {
                color: #000000;
            }

            .konuyaozel.v4 .konuozel-acilir .konuozel-buton .orange {
                color: #666;
            }

    .konuyaozel.v4 .konuozel-buton:hover > .konuozel-acilir {
        display: block;
        height: auto;
    }


.ki-cevapsahibi .follow-account {
    width: 100%;
    float: left;
    margin: 3px 0 0 0;
}

    .ki-cevapsahibi .follow-account .text {
        color: #666666;
        font-size: 11px;
        float: left;
        line-height: 14px;
    }

    .ki-cevapsahibi .follow-account .button {
        float: left;
        margin: 0 0 0 4px;
        position: relative;
        cursor: pointer;
    }

        .ki-cevapsahibi .follow-account .button img {
        }

        .ki-cevapsahibi .follow-account .button .tooltip {
            background-color: rgba(0, 0, 0, 70%);
            position: absolute;
            left: 50%;
            top: 25px;
            color: #ffffff;
            font-size: 9px;
            letter-spacing: -0.22px;
            text-align: center;
            border-radius: 5px;
            padding: 6px;
            white-space: nowrap;
            transform: translate(-50%,0);
            margin: 0 0 0 -2px;
            z-index: 999;
            display: none;
        }

            .ki-cevapsahibi .follow-account .button .tooltip:before {
                content: "";
                position: absolute;
                top: -20px;
                left: 50%;
                width: 0;
                height: 0;
                margin-left: -10px;
                border-width: 10px;
                border-style: solid;
                border-color: transparent transparent rgba(0, 0, 0, 70%) transparent;
            }

        .ki-cevapsahibi .follow-account .button:hover .tooltip {
            display: block;
        }



.remove-account-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, 0.7);
}

    .remove-account-popup .popup-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 617px;
        height: 417px;
        background-color: #f1f1f1;
    }

        .remove-account-popup .popup-content .head {
            background-color: #dfdfdd;
            width: 100%;
            float: left;
            border-bottom: 1px solid #febf55;
            color: #df6319;
            font-size: 13px;
            font-weight: 700;
            text-align: center;
            padding: 3px 0;
        }

        .remove-account-popup .popup-content .content {
            width: 350px;
            margin: 0 auto 0 auto;
            height: 100%;
            padding: 52px 0 0 0;
            box-sizing: border-box;
            position: relative;
        }

            .remove-account-popup .popup-content .content .input-title {
                color: #333333;
                font-size: 13px;
                letter-spacing: -0.41px;
                width: 100%;
                float: left;
                margin: 0 0 7px 0;
            }

            .remove-account-popup .popup-content .content .remove-account {
                width: 100%;
                float: left;
                background-color: #fff;
                border-radius: 5px;
                color: #030303;
                letter-spacing: -0.36px;
                font-size: 15px;
                padding: 5px 15px;
                margin: 0 0 9px 0;
                line-height: 30px;
                margin-left: -15px;
            }

            .remove-account-popup .popup-content .content p {
                font-size: 13px;
                color: #999999;
                width: 100%;
                padding: 0 6px;
                box-sizing: border-box;
                letter-spacing: -0.38px;
                text-align: center;
                float: left;
            }

            .remove-account-popup .popup-content .content .red-text {
                color: #f00;
                font-weight: bold;
            }

            .remove-account-popup .popup-content .content .action {
                background-image: linear-gradient(180deg, #acacac 0%, #7d7d7d 100%);
                border-radius: 3px;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                display: inline-block;
                padding: 7px 34px;
                position: absolute;
                bottom: 30px;
                left: 50%;
                transform: translate(-50%,0);
                cursor: pointer;
                white-space: nowrap;
            }

                .remove-account-popup .popup-content .content .action.passive {
                    background-color: #cccccc;
                    border: 1px solid #dedede;
                    color: #999999;
                    background-image: none;
                }

.remove-account .form-switch i::before {
    background-color: #f1f1f1;
}

.remove-account-popup .popup-content .phone-check {
    width: 100%;
    float: left;
}

    .remove-account-popup .popup-content .phone-check .number {
        float: left;
        color: #000000;
        font-size: 15px;
        letter-spacing: -0.36px;
        line-height: 34px;
        margin: 0 6px 0 0;
    }

    .remove-account-popup .popup-content .phone-check .phone-input {
        float: left;
        width: 34px;
        height: 34px;
        border-radius: 5px;
        background-color: #fff;
        line-height: 34px;
        text-align: center;
        border: none;
        outline: none;
        margin: 0 0 0 7px;
        color: #000000;
        font-size: 15px;
        letter-spacing: -0.36px;
    }

        .remove-account-popup .popup-content .phone-check .phone-input::placeholder {
            color: #cccccc;
        }

    .remove-account-popup .popup-content .phone-check .button {
        float: right;
        color: #f88d49;
        font-size: 17px;
        letter-spacing: -0.41px;
        line-height: 34px;
    }

.remove-account-popup .popup-content .notification-alert {
    color: #000000 !important;
    font-size: 10px !important;
    letter-spacing: -0.29px !important;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    text-align: left !important;
}

.remove-account-popup .popup-content .content p.fix-bottom-p {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0
}

.remove-account-popup .popup-content .phone-check .button.grey {
    color: #999999;
}

.remove-account-popup .popup-content .input-content {
    width: 100%;
    float: left;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    margin: 7px 0 0 -15px;
    height: 44px;
}

    .remove-account-popup .popup-content .input-content .input {
        width: 100%;
        float: left;
        background-color: transparent;
        padding: 10px 60px 10px 0;
        box-sizing: border-box;
        border: none;
        outline: none;
        color: #000;
        font-size: 15px;
        letter-spacing: -0.36px;
        line-height: 22px;
    }

    .remove-account-popup .popup-content .input-content .button {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #f88d49;
        font-size: 17px;
        letter-spacing: -0.41px;
    }

    .remove-account-popup .popup-content .input-content .input::placeholder {
        color: #cccccc;
    }

    .remove-account-popup .popup-content .input-content .button.grey {
        color: #999999;
    }

.remove-account-popup .popup-content.last-step .content {
    width: 442px;
}

    .remove-account-popup .popup-content.last-step .content .p-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

        .remove-account-popup .popup-content.last-step .content .p-center .grey {
            padding: 0 80px;
        }

.konuyaozel.v5 {
}

    .konuyaozel.v5 .button {
        border-radius: 3px;
        border: 1px solid #e69818;
        background-color: #ffffff;
        float: left;
        height: 34px;
        padding: 3px 11px 3px 8px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .konuyaozel.v5.link-topic .button {
        width: 97px;
    }

    .konuyaozel.v5 .button img {
        float: left;
        width: 16px;
        margin: 0 7px 0 0;
        padding: 6px 0;
    }

    .konuyaozel.v5 .text {
        color: #999999;
        font-size: 11px;
        float: right;
    }

    .konuyaozel.v5.notification .button {
        padding: 3px 6px;
    }

        .konuyaozel.v5.notification .button img {
            width: 22px;
            height: 22px;
            padding: 2px 0;
        }

        .konuyaozel.v5.notification .button .text {
            float: left;
        }

.dugme.kucuk.v3 {
    width: 31px;
}

    .dugme.kucuk.v3 .dugme-switch {
        width: 14px;
        height: 14px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.1), 0 3px 1px rgba(0, 0, 0, 0.05);
        border: 1px solid #000000;
        right: 14px;
        box-sizing: border-box;
        margin: 1px;
    }

    .dugme.kucuk.v3 .dugme-label {
        height: 16px;
    }

    .dugme.kucuk.v3 .dugme-inner:after {
        background-color: #ccc;
    }

    .dugme.kucuk.v3 .dugme-inner:before {
        content: '';
    }

.konuyaozel.v5.notification .dugme {
    float: right;
    margin: 5px 0 5px 10px;
    pointer-events: none;
}

.konuyaozel.v5.notification.active .button, .konuyaozel.v5.link-topic.active .button {
    border: 1px solid #333333;
    background-color: #ffffff;
}

    .konuyaozel.v5.notification.active .button .text, .konuyaozel.v5.link-topic.active .text {
        color: #000;
    }

    .konuyaozel.v5.notification.active .button .passive, .konuyaozel.v5.link-topic.active .passive {
        display: none;
    }

    .konuyaozel.v5.notification.active .button .active, .konuyaozel.v5.link-topic.active .active {
        display: block;
    }

.konuyaozel.v5.notification .button .active, .konuyaozel.v5.link-topic .active {
    display: none;
}

.konuyaozel .tooltip {
    position: absolute;
    width: 220px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 29%);
    background-color: rgba(0, 0, 0, 70%);
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
    z-index: 9;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    padding: 14px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 16px;
    margin: 10px 0 0 0;
    display: none;
}

    .konuyaozel .tooltip:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-bottom: 8px solid rgba(0, 0, 0, 70%);
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        bottom: 100%;
    }

.konuyaozel.active-t .tooltip {
    display: block;
}

.konuyaozel-tut {
    float: right;
}

.image-link-area .box span {
    background-color: transparent;
    border: none;
    height: auto;
}

.image-link-area {
    width: 100%;
    float: left;
    background-color: #fff;
}

    .image-link-area .box {
        width: 100%;
        float: left;
        border: 1px solid #999999;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

.sagreklam .image-link-area .box:last-child {
    border-top: none;
}

.image-link-area .box .title {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.image-link-area .box .thumbnail {
    display: inline-block;
    margin: 10px 0 0 0;
}

.image-link-area .box .old-price {
    color: #ff0000;
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0 0;
}

    .image-link-area .box .old-price img {
        display: inline-block;
    }

    .image-link-area .box .old-price span {
        width: auto;
        float: initial;
        position: relative;
    }

        .image-link-area .box .old-price span:before {
            content: '';
            width: 100%;
            height: 1px;
            background-color: rgba(0, 0, 0, 80%);
            position: absolute;
            top: 7px;
            right: 0;
            left: 0;
            transform: rotate(-8deg);
        }

.image-link-area .box .discount-button {
    width: 100%;
    float: left;
    background-color: #37a228;
    border-radius: 5px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0 0;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}

.image-link-area .box .link {
    width: 100%;
    float: left;
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin: 10px 0 4px 0;
}

.sagreklam .image-link-area {
    width: calc(100% - 10px);
    margin: 5px 5px;
}



.ikisayfaarasi .image-link-area {
    width: 900px;
    height: unset;
    float: initial;
    display: inline-block;
    margin: 40px 0;
    border: 1px solid #999;
}

.ikisayfaarasi .page-between-box {
    text-align: center;
    width: 100%;
    float: left;
}

.ikisayfaarasi .image-link-area .box {
    box-sizing: border-box;
    width: 33.33%;
}

.ikisayfaarasi .image-link-area .box {
    border: none;
    border-right: 1px solid #999;
}

    .ikisayfaarasi .image-link-area .box:last-child {
        border-right: none
    }

    .ikisayfaarasi .image-link-area .box .title {
        height: 29px
    }

    .ikisayfaarasi .image-link-area .box .thumbnail {
        max-height: 140px;
    }

.image-link-area .box .discount-button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/static/forum/img/discount-button-right.png);
    width: 13px;
    height: 13px;
}

.useful-message-button {
    color: #666666 !important;
    font-size: 11px !important;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 16px;
    float: right;
    margin: 9px 2px 10px 20px;
    cursor: pointer;
    font-weight: normal !important;
}

    .useful-message-button:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        background-image: url('/static/forum/img/grey-star.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .useful-message-button.none-icon:before {
        content: initial;
    }

    .useful-message-button.active {
        color: #ff8300;
    }

    .useful-message-button.blue {
        color: #0301f1;
    }

    .useful-message-button.active:before {
        background-image: url('/static/forum/img/orange-star.png');
    }

.soltaraf .populerkonu.with-useful-message-button .populersatir .satirikapla {
    width: calc(100% - 555px);
}

.soltaraf .populerkonu .useful-message-button-tooltip:after {
    width: 220px;
    top: 35px;
}

.soltaraf .populerkonu .useful-message-button-tooltip:before {
    top: 27px;
}

.kl-icerik .kl-icerik-satir .useful-message-button {
    margin: 1px 5px 0 5px
}

    .kl-icerik .kl-icerik-satir .useful-message-button:before {
        top: -2px;
    }

.kl-icerik .kl-icerik-satir .useful-message-button-tooltip:after {
    width: 220px;
    top: 35px;
}

.kl-icerik .kl-icerik-satir .useful-message-button-tooltip:before {
    top: 27px;
}

.widget-1 {
    width: 375px;
    float: left;
    border-radius: 5px;
    background-color: #eef2f3;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

    .widget-1 .v2-table, .v2-table.hot-topic-users .tr .line .icn-box {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .widget-1 .head {
        width: 100%;
        float: left;
        background-color: #dfdfdf;
        border-radius: 5px 5px 0 0;
        padding: 7px 10px;
        box-sizing: border-box;
    }

        .widget-1 .head .title {
            float: left;
            color: #ff6000;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
        }

        .widget-1 .head span {
            float: right;
            color: #000;
            font-size: 12px;
        }

            .widget-1 .head span.grey {
                color: #666666;
            }

    .widget-1 .list {
        width: 100%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .widget-1 .topic {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d8d8d8;
        padding: 12px 5px 9px;
        box-sizing: border-box;
    }

        .widget-1 .topic:last-child {
            border: none;
        }

        .widget-1 .topic .icn {
            float: left;
            width: 16px;
            height: 16px;
            margin: 0 8px 0 0;
        }

        .widget-1 .topic .left {
            float: left;
            width: calc(100% - 40px);
        }

            .widget-1 .topic .left .title {
                color: #000;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: -0.29px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
                float: left;
            }

            .widget-1 .topic .left .description {
                color: #666666;
                font-size: 12px;
                letter-spacing: -0.29px;
                width: 100%;
                float: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin: 3px 0 0 0;
            }

        .widget-1 .topic .bottom {
            width: 100%;
            float: left;
            margin: 5px 0 0 0;
            padding: 0 10px;
            box-sizing: border-box;
        }

            .widget-1 .topic .bottom .view {
                float: right;
                color: #999999;
                font-size: 10px;
                letter-spacing: -0.24px;
            }







.konuyaozel.v2 .konuozel-acilir p {
    color: #666;
    font-family: "Arial";
    font-size: 9px;
    margin: 5px 0 0 0;
    line-height: 12px;
}

.konuyaozel.v3 .konuozel-buton, .konuyaozel.v3 .konuozel-acilir {
    width: 192px
}

    .konuyaozel.v3 .konuozel-buton .konuozel-icon {
        margin-top: 6px;
    }

    .konuyaozel.v3 .konuozel-acilir .left {
        float: left;
        width: calc(100% - 25px);
    }

    .konuyaozel.v3 .konuozel-acilir li {
        height: auto;
        margin: 10px 0 3px 0
    }

        .konuyaozel.v3 .konuozel-acilir li a > img {
            float: right;
            margin: 8px 0 0 0;
        }

    .konuyaozel.v3 .konuozel-acilir .left .title {
        float: left;
        width: 100%;
        color: #000000;
        font-family: "Arial";
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
    }

    .konuyaozel.v3 .konuozel-acilir .left .text {
        float: left;
        width: 100%;
        color: #666;
        font-family: "Arial";
        font-size: 9px;
        margin: 0;
        line-height: 12px
    }

    .konuyaozel.v3 .konuozel-acilir .left .title.active {
        color: #e77800;
    }
.konuozel-buton.mini {
    width: 125px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.konuyaozel.v2.passive .konuozel-buton {
    border-radius: 2px;
    border: 1px solid #ffffff;
    background-color: #dedede;
    line-height: 22px;
    color: #000;
}

    .konuyaozel.v2.passive .konuozel-buton .text2 {
        position: absolute;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        bottom: 9px;
    }


.hot-topic-list-left {
    float: left;
    width: 70% !important;
}

    .hot-topic-list-left > div, .hot-topic-list-left .soltaraf {
        min-width: initial !important
    }

.hot-topic-list-right {
    float: right;
    width: 28%;
}

    .hot-topic-list-right .head {
        width: 100%;
        float: left;
        background-color: #dfdfdf;
        line-height: 30px;
        color: #ff6000;
        font-weight: 700;
        font-size: 14px;
        padding: 0 15px;
        box-sizing: border-box;
    }

        .hot-topic-list-right .head i {
            float: right;
            padding: 5px 6px;
            color: #000;
            font-size: 20px;
            cursor: pointer;
        }

            .hot-topic-list-right .head i.icon-notifications {
                color: #f78d49;
            }

    .hot-topic-list-right .desc {
        width: 100%;
        float: left;
        padding: 0 15px;
        margin: 8px 0 18px 0;
        box-sizing: border-box;
    }

        .hot-topic-list-right .desc .text {
            color: #000000;
            font-size: 12px;
            width: 100%;
            float: left;
            margin: 0 0 13px 0;
        }

        .hot-topic-list-right .desc .box {
            float: left;
            color: #000000;
            font-size: 12px;
            margin: 0 10px 0 0;
        }

            .hot-topic-list-right .desc .box i {
                float: left;
                font-size: 14px;
                margin: 0 5px 0 0;
            }

        .hot-topic-list-right .desc .opportunity {
            float: right;
            position: relative;
            font-size: 12px;
            letter-spacing: 0.17px;
            padding: 1px 0 0 7px;
            border-left: 1px solid #000;
        }

    .hot-topic-list-right .list {
        width: 100%;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
    }

.topic-box {
    float: left;
    width: calc(50% - 5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 0 0 12px 0;
    margin: 0 10px 20px 0;
}

    .topic-box:nth-child(2n+2) {
        margin: 0 0 20px 0;
    }

    .topic-box .img {
        float: left;
        width: 100%;
        position: relative;
    }

        .topic-box .img img {
            width: 100%;
            float: left;
        }

        .topic-box .img .eye {
            position: absolute;
            left: 5px;
            bottom: 5px;
            border-radius: 5px;
            background-color: rgba(0, 0, 0, 0.3);
            color: rgba(255, 255, 255, 90%);
            font-size: 11px;
            letter-spacing: -0.32px;
            line-height: 20px;
            padding: 0 4px;
        }

            .topic-box .img .eye i {
                float: right;
                color: rgba(255, 255, 255,0.9);
                font-size: 16px;
                margin: 2px 0 0 6px;
            }

    .topic-box .title {
        width: 100%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.34px;
        margin: 14px 0 40px 0;
    }

    .topic-box .star {
        float: right;
        color: #999999;
        margin: 0 10px 0 0;
        font-size: 11px;
    }

        .topic-box .star i {
            color: #f78d49;
            float: left;
            font-size: 13px;
            margin: 0 4px 0 0;
        }

    .topic-box .time {
        float: left;
        color: #999999;
        font-size: 11px;
        margin: 0 0 0 10px;
    }

    .topic-box.loading .img {
        width: 100%;
        height: 99px;
        background-color: #dfdfdf;
    }

    .topic-box.loading span {
        background-color: #dfdfdf;
        height: 19px;
        float: left;
        margin-bottom: 4px
    }

        .topic-box.loading span.one {
            width: 100%;
        }

        .topic-box.loading span.two {
            width: 84px;
            margin-right: 7px;
        }

        .topic-box.loading span.three {
            width: 44px;
            margin-right: 7px;
        }

        .topic-box.loading span.four {
            width: 57px;
        }

    .topic-box.loading .star {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .topic-box.loading .star span {
            height: 15px;
            background-color: #dfdfdf;
            float: left;
        }

            .topic-box.loading .star span.one {
                width: 74px;
            }

            .topic-box.loading .star span.one {
                width: 39px;
                float: right;
            }


.hot-topic-list-left .hot-content-list {
    background: #fff !important;
}

    .hot-topic-list-left .hot-content-list .icn-box {
        background-color: transparent !important;
        margin: 3px 6px 0 6px !important;
    }

        .hot-topic-list-left .hot-content-list .icn-box i {
            color: #ccc;
            font-size: 24px;
        }

    .hot-topic-list-left .hot-content-list .col .img {
        width: 90px;
        height: 52px;
        float: left;
        border-radius: 5px;
        border: 3px solid #dedede;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 15px 0 0;
    }

    .hot-topic-list-left .hot-content-list .col .left {
        width: calc(100% - 111px);
        float: left;
        text-align: left;
        margin: 3px 0 0 0;
    }

        .hot-topic-list-left .hot-content-list .col .left .title {
            color: #000000;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: -0.44px;
            line-height: 18px;
            width: 100%;
            float: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .hot-topic-list-left .hot-content-list .col .left .description {
            width: 100%;
            float: left;
            color: #666666;
            letter-spacing: -0.38px;
            font-size: 13px;
            margin: 5px 0 15px 0;
        }

            .hot-topic-list-left .hot-content-list .col .left .description .link {
                width: 100%;
                float: left;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .hot-topic-list-left .hot-content-list .col .left .description a {
                text-decoration: underline;
                color: #666666;
            }

            .hot-topic-list-left .hot-content-list .col .left .description i {
                font-size: 15px;
                vertical-align: middle;
                font-weight: bold;
            }

    .hot-topic-list-left .hot-content-list .col-2 span {
        color: #000000;
        font-size: 13px;
        letter-spacing: -0.38px;
        line-height: 18px;
    }

.v2-table.hot-topic-users.hot-content-list .col-2 {
    width: 140px;
}

    .v2-table.hot-topic-users.hot-content-list .col-2 span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.v2-table.hot-topic-users.hot-content-list.cols-3 .tr .col.col-1 {
    width: calc(100% - 365px) !important;
}

.v2-table.hot-topic-users.hot-content-list.cols-3 .col-1 {
    width: calc(100% - 330px);
}

.v2-table.hot-topic-users.hot-content-list .col-3 {
}

    .v2-table.hot-topic-users.hot-content-list .col-3 span {
        color: #000000 !important;
        font-size: 13px;
        letter-spacing: -0.38px;
        line-height: 18px;
    }

    .v2-table.hot-topic-users.hot-content-list .col-3 a {
        display: block;
        color: #999999;
    }

.v2-table.hot-topic-users.hot-content-list .head {
    margin: 0;
}

.v2-table.hot-topic-users.hot-content-list .tr {
    padding: 17px 10px 2px 10px;
    border-bottom: 1px solid #dedede;
}

.hot-topic-list-left .hot-content-list .tr.visited .col .left .title {
    color: #0000ff;
}

.hot-topic-list-left .hot-content-list .tr.red .col .left .title {
    color: #ff0000;
}

.hot-topic-list-left .hot-content-list .tr.extended {
    background-color: #f1f1f1;
}


.hot-topic-list-left .hot-content-list .tr .linked-message {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    margin: 0 0 10px 0;
}

    .hot-topic-list-left .hot-content-list .tr .linked-message .left {
        color: #666666;
        font-size: 13px;
        float: left;
    }

    .hot-topic-list-left .hot-content-list .tr .linked-message .close {
        float: right;
        color: #666666;
        font-size: 13px;
        cursor: pointer;
    }

        .hot-topic-list-left .hot-content-list .tr .linked-message .close i {
            float: right;
            font-size: 20px;
            margin: -1px 0 0 5px;
        }

    .hot-topic-list-left .hot-content-list .tr .linked-message .message {
        width: 100%;
        float: left;
        border-radius: 5px;
        background-color: #ffffff;
        border: 2px solid #dedede;
        padding: 6px;
        box-sizing: border-box;
        color: #000000;
        font-size: 13px;
        margin: 7px 0 0 0;
    }

    .hot-topic-list-left .hot-content-list .tr .linked-message .go-message {
        float: left;
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: -0.38px;
        line-height: 18px;
        margin: 10px 0 0 0;
        text-decoration: none;
    }

        .hot-topic-list-left .hot-content-list .tr .linked-message .go-message i {
            margin: -2px 0 0 8px;
            float: right;
            font-size: 21px;
        }

.hot-topic-list-left .hot-content-list .tr.extended .col-2, .hot-topic-list-left .hot-content-list .tr.extended .col-3 {
    max-height: 77px;
}

.v2-table.hot-topic-users.hot-content-list .col-2 span a i.icon-arrow-right-thick {
    color: #999;
    font-size: 16px;
    vertical-align: middle;
    margin: -4px 0 0px 0;
    display: inline-block;
}

.hot-topic-list-left .hot-content-list .tr.loading {
    background-color: #f1f1f1;
}

    .hot-topic-list-left .hot-content-list .tr.loading .icn-box {
        width: 24px;
        height: 24px;
        border-radius: 5px;
        background-image: linear-gradient(270deg, #c9c9c9 0%, #999999 100%);
    }

    .hot-topic-list-left .hot-content-list .tr.loading .img {
        border: 2px solid #cccccc;
        background-image: linear-gradient(270deg, #f1f1f1 0%, #cccccc 100%);
    }

    .hot-topic-list-left .hot-content-list .tr.loading .title span {
        width: 344px;
        height: 16px;
        border-radius: 9px;
        background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        margin: 5px 0 0 0;
        max-width: 100%;
    }

    .hot-topic-list-left .hot-content-list .tr.loading .link {
        width: 529px;
        height: 16px;
        border-radius: 9px;
        background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        margin: 5px 0 0 0;
        max-width: 100%;
    }

.v2-table.hot-topic-users.hot-content-list .tr.loading .col-2 span {
    left: 50%;
    transform: translate(-50%,-50%)
}

.v2-table.hot-topic-users.hot-content-list .tr.loading .col-3 .one {
    width: 165px;
    height: 16px;
    border-radius: 9px;
    background-image: linear-gradient(to right, #b5b5b5 0%, #dedede 100%);
    margin: 8px 0 8px 0;
}

.v2-table.hot-topic-users.hot-content-list .tr.loading .col-3 .two {
    width: 77px;
    height: 16px;
    border-radius: 9px;
    background-image: linear-gradient(to right, #b5b5b5 0%, #dedede 100%);
}

.hot-topic-list-left {
    position: relative;
}

    .hot-topic-list-left .forumyonlendirici {
        width: calc(100% - 130px)
    }

        .hot-topic-list-left .forumyonlendirici.full {
            width: 100% !important;
        }

    .hot-topic-list-left .list-type {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

        .hot-topic-list-left .list-type span {
            float: left;
            color: #000;
            font-size: 10px;
            font-weight: 700;
            line-height: 20px;
        }

        .hot-topic-list-left .list-type a.active {
            color: #000;
        }

        .hot-topic-list-left .list-type a {
            float: left;
            margin: 0 0 0 10px;
        }

            .hot-topic-list-left .list-type a i {
                font-size: 23px;
                color: #7f7f7f;
            }

            .hot-topic-list-left .list-type a.active i {
                color: #000;
            }

            .hot-topic-list-left .list-type a i.icon-grid {
                font-size: 37px;
                margin: -7px;
                vertical-align: middle;
                float: left;
            }

.hot-content-list.grid {
    background: transparent !important;
}

    .hot-content-list.grid .box {
        border: 1px solid #cccccc;
        background-color: #f1f1f1;
        float: left;
        width: calc(33.33% - 13.33px);
        margin: 0 20px 20px 0;
        box-sizing: border-box;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

        .hot-content-list.grid .box:nth-child(3n+3) {
            margin: 0 0 20px 0;
        }

        .hot-content-list.grid .box .head {
            width: 100%;
            padding: 15px;
            box-sizing: border-box;
            background-color: #f1f1f1;
        }

            .hot-content-list.grid .box .head .title {
                color: #000000;
                font-size: 15px;
                font-weight: 700;
                line-height: 20px;
                word-break: break-word;
            }

        .hot-content-list.grid .box .description {
            width: 100%;
            float: left;
            border-top: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            background-color: #dedede;
            padding: 5px 15px;
            box-sizing: border-box;
            color: #000000;
            font-size: 10px;
        }

            .hot-content-list.grid .box .description .left {
                float: left;
            }

            .hot-content-list.grid .box .description .right {
                float: right;
            }

                .hot-content-list.grid .box .description .right a {
                    color: #000
                }

        .hot-content-list.grid .box .link-content {
            width: 100%;
            float: left;
            padding: 15px;
            box-sizing: border-box;
        }

            .hot-content-list.grid .box .link-content .link2 {
                background-color: #dedede;
                border-radius: 5px;
                width: 100%;
                float: left;
                padding: 2px;
                box-sizing: border-box;
            }

                .hot-content-list.grid .box .link-content .link2 .img {
                    width: 100%;
                    padding-top: 55%;
                    background-position: center center;
                    background-size: contain;
                    background-repeat: no-repeat;
                    float: left;
                    border-radius: 5px;
                    position: relative;
                }

                .hot-content-list.grid .box .link-content .link2 .white {
                    background-color: #fff;
                    border-radius: 5px;
                    width: 100%;
                    float: left;
                }

                .hot-content-list.grid .box .link-content .link2 .bottom {
                    width: 100%;
                    float: left;
                    padding: 9px 8px;
                    box-sizing: border-box;
                }

                    .hot-content-list.grid .box .link-content .link2 .bottom .icn {
                        width: 40px;
                        height: 40px;
                        border-radius: 24px;
                        background-color: #dedede;
                        text-align: center;
                        float: left;
                        margin: 0 10px 0 0;
                    }

                        .hot-content-list.grid .box .link-content .link2 .bottom .icn i {
                            color: #999999;
                            font-size: 24px;
                            line-height: 40px;
                        }

                    .hot-content-list.grid .box .link-content .link2 .bottom .right {
                        float: left;
                        width: calc(100% - 50px);
                        color: #000000;
                        font-weight: 700;
                        font-size: 13px;
                        padding: 4px 0 3px 0;
                    }

                        .hot-content-list.grid .box .link-content .link2 .bottom .right span {
                            color: #999999;
                            font-weight: normal;
                            width: 100%;
                            float: left;
                            margin: 2px 0 0 0;
                        }

                .hot-content-list.grid .box .link-content .link2 .url {
                    width: 100%;
                    float: left;
                    padding: 10px;
                    box-sizing: border-box;
                }

                    .hot-content-list.grid .box .link-content .link2 .url a {
                        color: #4a90e2;
                        font-size: 13px;
                        text-decoration: underline;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

            .hot-content-list.grid .box .link-content .topic {
                width: 100%;
                float: left;
                padding: 15px 0;
                box-sizing: border-box;
            }

                .hot-content-list.grid .box .link-content .topic .left {
                    width: calc(100% - 140px);
                    float: left;
                    color: #000000;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-size: 10px;
                }

                .hot-content-list.grid .box .link-content .topic .button {
                    border-radius: 2px;
                    border: 1px solid #dedede;
                    background-color: #ffffff;
                    color: #000000;
                    font-size: 11px;
                    font-weight: 700;
                    float: right;
                    padding: 5px 18px;
                }

        .hot-content-list.grid .box.loading .head .one {
            width: 296px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            margin: 0 0 2px;
            display: inline-block;
            max-width: 100%;
        }

        .hot-content-list.grid .box.loading .head .two {
            width: 148px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            display: inline-block;
        }

        .hot-content-list.grid .box.loading .description .left {
            width: 87px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        }

        .hot-content-list.grid .box.loading .description .right {
            width: 87px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        }

        .hot-content-list.grid .box.loading .link-content .link2 .img {
            background-color: #dedede;
        }

        .hot-content-list.grid .box.loading .link-content .link2 .bottom .icn {
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        }

        .hot-content-list.grid .box.loading .link-content .link2 .bottom .right .one {
            width: 87px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            display: block;
            float: initial;
        }

        .hot-content-list.grid .box.loading .link-content .link2 .bottom .right .two {
            width: 127px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            display: block;
            float: initial;
        }

        .hot-content-list.grid .box.loading .link-content .link2 .url .one {
            width: 311px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            max-width: 100%;
            display: inline-block;
        }

        .hot-content-list.grid .box.loading .link-content .link2 .url .two {
            display: inline-block;
            width: 75px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        }

        .hot-content-list.grid .box.loading .link-content .link2 .url .three {
            display: inline-block;
            width: 28px;
            height: 16px;
            border-radius: 9px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        }

        .hot-content-list.grid .box.loading .link-content .link2 .url {
            padding: 3px 10px;
        }

.hot-topic-list-left.full {
    width: 100% !important;
}

.hot-content-list.grid .box .link-content .link2 .img.no-img {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f1f1f1 100%);
    border-radius: 5px;
}

    .hot-content-list.grid .box .link-content .link2 .img.no-img::before {
        content: '';
        background-image: url('/static/forum/img/tag-icon.png');
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 59px;
        height: 64px;
        background-position: center center;
    }

.notification-tooltip {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.29);
    border: 1px solid #dedede;
    background-color: #ffffff;
    width: 165px;
    height: 125px;
    padding: 8px 6px 25px 6px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    z-index: 1499;
}

    .notification-tooltip:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .notification-tooltip:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-top: 9px solid #dedede;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
    }

    .notification-tooltip .description {
        width: 100%;
        padding: 0 7px;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 0 8px 0;
    }

    .notification-tooltip .link {
        float: left;
        border-radius: 3px;
        border: 1px solid #cccccc;
        background-color: #f1f1f1;
        color: #999999;
        font-size: 10px;
        padding: 3px 3px;
        box-sizing: border-box;
        line-height: 20px;
        margin: 0 1px;
    }

        .notification-tooltip .link img {
            float: left;
        }

        .notification-tooltip .link:hover {
            opacity: 0.8;
        }

    .notification-tooltip .close {
        position: absolute;
        right: 2px;
        top: 2px;
        width: 11px;
        height: 11px;
        border-radius: 3px;
        background-color: #c77a2e;
        cursor: pointer;
        text-align: center;
    }

        .notification-tooltip .close img {
            vertical-align: middle;
            margin: -3px 0 0 0;
        }

    .notification-tooltip .more {
        position: absolute;
        right: 4px;
        bottom: 4px;
        text-decoration: underline;
        color: #999999;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

.tag-ad {
    float: left;
    margin: 3px 0 0 0;
    position: relative;
    font-family: Arial;
}

    .tag-ad .button {
        width: 100px;
        height: 18px;
        background-color: #507517;
        border-radius: 3px;
        white-space: nowrap;
        overflow: hidden;
        padding: 1px;
        box-sizing: border-box;
        line-height: 16px;
        color: #fff;
        font-size: 10px;
        text-overflow: ellipsis;
        cursor: pointer;
        width: auto;
        padding: 0 9px;
    }

    .tag-ad.binance .button {
        background-color: #000;
    }

    .tag-ad .button img {
        float: left;
        height: 16px;
        width: auto;
        margin: 0 3px 0 0;
        height: 12px;
        margin: 3px 0;
    }

    .category-sponsor .content, .tag-ad .content {
        width: 450px;
        height: 190px;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0);
        background-color: #fff;
        border: 2px solid #507517;
        border-radius: 5px;
        margin: 7px 0 0 0;
        display: none;
        z-index: 999999;
    }

        .category-sponsor .content.active, .tag-ad .content.active {
            display: block;
        }

        .category-sponsor .content:before, .tag-ad .content:before {
            content: '';
            position: absolute;
            top: -14px;
            left: 50%;
            width: 0;
            height: 0;
            border-width: 6px;
            margin-left: -3px;
            border-style: solid;
            border-color: transparent transparent #000 transparent;
        }

        .category-sponsor .content .head, .tag-ad .content .head {
            width: 100%;
            float: left;
            border-radius: 2px 2px 0 0;
            background-color: #507517;
            padding: 6px 9px;
            box-sizing: border-box;
        }

            .category-sponsor .content .head > img, .tag-ad .content .head > img {
                float: left;
                height: 24px;
                width: auto;
                margin: 0 9px 0 0;
            }

            .category-sponsor .content .head .title, .tag-ad .content .head .title {
                float: left;
                color: #fff;
                font-size: 12px;
                line-height: 14px;
            }

            .category-sponsor .content .head .close, .tag-ad .content .head .close {
                float: right;
                border-radius: 3px;
                background-color: rgba(0, 0, 0, 20%);
                width: 24px;
                height: 24px;
                text-align: center;
                cursor: pointer;
            }

                .category-sponsor .content .head .close img, .tag-ad .content .head .close img {
                    width: 12px;
                    height: auto;
                    margin: -4px 0 0 0;
                    float: initial;
                    vertical-align: middle;
                }

    .category-sponsor .news, .tag-ad .news {
        float: left;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

        .category-sponsor .news .box, .tag-ad .news .box {
            float: left;
            width: 130px;
            margin: 0 5px 0 0;
            background-color: transparent;
            padding: 0;
            border-radius: initial;
        }

            .category-sponsor .news .box img, .tag-ad .news .box img {
                width: 100%;
                float: left;
                border-radius: 5px;
                margin: 0 0 6px 0;
            }

            .category-sponsor .news .box p, .tag-ad .news .box p {
                font-size: 10px;
                color: #333;
                line-height: 12px;
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

        .category-sponsor .news .more, .tag-ad .news .more {
            width: 24px;
            height: 73px;
            float: left;
            background-color: #507517;
            border-radius: 3px;
            position: relative;
            padding: 0;
            margin: 0;
        }

            .category-sponsor .news .more img, .tag-ad .news .more img {
                margin: 0;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }


    .category-sponsor.blue .content, .tag-ad.blue .content {
        border-color: #2755ab;
    }

        .category-sponsor.blue .content .head, .tag-ad.blue .content .head {
            background-color: #2755ab;
        }

    .category-sponsor.blue .news .more, .tag-ad.blue .news .more {
        background-color: #2755ab;
    }

    .category-sponsor.blue .button, .tag-ad.blue .button {
        background-color: #2755ab;
    }


.category-sponsor .content .head a {
    background: none;
    padding: 0;
    margin: 0;
}

    .category-sponsor .content .head a img {
        margin: 6px 0 6px 0;
        vertical-align: middle;
    }

.category-sponsor.hover:hover > .content {
    display: block;
}

header nav.alt .category-sponsor {
    float: left;
    position: relative;
}

    header nav.alt .category-sponsor .button {
        width: 28px;
        height: 28px;
        border-radius: 3px;
        background-color: #d6d6d6;
        display: inline-block;
        position: relative;
        margin: 0 5px 0 0;
        cursor: pointer;
    }

        header nav.alt .category-sponsor .button:last-child {
            margin: 0;
        }

        header nav.alt .category-sponsor .button img {
            max-width: 28px;
            max-height: 28px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: auto;
            margin: 0;
        }

    header nav.alt .category-sponsor .tag-ad {
        margin: 0;
    }

.category-sponsor .content .head .close img {
    margin: 5px 0 0 0;
}

.category-sponsor .content {
    margin: 5px 0 0 -5px;
}

.color-999 {
    color: #999 !important;
}

.post .ana-kutu .satir.thumbnail-upload .input-upload input {
    text-overflow: ellipsis;
}

.post .ana-kutu .satir.thumbnail-upload .input-upload .progress-bar {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #f48c52;
    background-color: #eeeeee;
    height: 60px;
    color: #000000;
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
    font-family: Arial;
    padding: 0 11px 0 18px;
    box-sizing: border-box;
    position: relative;
}

    .post .ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .text {
        position: relative;
        z-index: 2;
    }

    .post .ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #f48c52;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        z-index: 1px;
    }

    .post .ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .percent {
        position: absolute;
        z-index: 2;
        font-size: 28px;
        color: #000000;
        font-weight: bold;
        top: 14px;
        right: 85px;
        line-height: 30px;
    }

.post .ana-kutu .satir.thumbnail-upload .post-image-box {
    width: 200px;
    height: 113px;
}

    .post .ana-kutu .satir.thumbnail-upload .post-image-box .description {
        text-align: center;
        font-weight: bold;
    }

.want-to-subscribe {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999999999;
}

    .want-to-subscribe .content {
        width: 345px;
        height: 425px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        background-color: #ffffff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .want-to-subscribe .content .head {
            width: 100%;
            float: left;
            color: #fb630e;
            font-size: 14px;
            font-weight: 700;
            background-color: #dfdfdf;
            line-height: 35px;
            border-radius: 5px 5px 0 0;
            text-align: center;
        }

        .want-to-subscribe .content .description {
            width: 100%;
            float: left;
            padding: 0 15px;
            box-sizing: border-box;
            margin: 15px 0;
            color: #000000;
            font-size: 13px;
            text-align: center;
            margin: 15px 0;
        }

        .want-to-subscribe .content .box {
            width: calc(100% - 40px);
            margin: 0 20px 10px 20px;
            border-radius: 5px;
            border: 1px solid #dedede;
            padding: 6px 15px;
            box-sizing: border-box;
            float: left;
            font-size: 14px;
            color: #030303;
            letter-spacing: -0.34px;
            line-height: 20px;
        }

            .want-to-subscribe .content .box i {
                float: left;
                font-size: 20px;
                margin: 0 10px 0 0;
            }

                .want-to-subscribe .content .box i.icon-favorite {
                    color: #9a221c;
                    ;
                }

        .want-to-subscribe .content .info {
            color: #999999;
            font-size: 12px;
            width: 100%;
            float: left;
            text-align: center;
            padding: 0 18px;
            box-sizing: border-box;
            margin: 5px 0 0 0;
        }

        .want-to-subscribe .content .buttons {
            float: left;
            width: 100%;
            text-align: center;
            margin: 15px 0 25px 0;
        }

        .want-to-subscribe .content > .bottom {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 0 0 5px 5px;
            background-color: #dedede;
            height: 95px;
            padding: 11px 15px 16px 15px;
            box-sizing: border-box;
        }

            .want-to-subscribe .content > .bottom .description {
                margin: 0 0 10px 0;
            }

        .want-to-subscribe .content .social {
            width: 100%;
            float: left;
            text-align: center;
        }

            .want-to-subscribe .content .social a {
                display: inline-block;
                border-radius: 3px;
                border: 1px solid #cccccc;
                background-color: #ffffff;
                box-sizing: border-box;
                padding: 3px 4px;
                color: #666666;
                font-size: 10px;
                line-height: 16px;
            }

                .want-to-subscribe .content .social a img {
                    height: 16px;
                    vertical-align: middle;
                }

.dh-orange-button {
    border-radius: 3px;
    border: 1px solid #e39a1e;
    background-color: #e39a1e;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 10px 22px;
    cursor: pointer;
}

    .dh-orange-button.ghost {
        border: 1px solid #e39a1e;
        background-color: #ffffff;
        color: #e17b02;
    }

    .dh-orange-button.v2 {
        border-radius: 15px;
        background-color: #f78d49;
        font-size: 12px;
        font-weight: normal;
        padding: 7px 22px;
        border: none;
    }

        .dh-orange-button.v2.passive {
            background-color: #999;
        }

            .dh-orange-button.v2.passive i {
                font-size: 18px;
                vertical-align: middle;
                margin: -3px 0 -2px 0;
                display: inline-block;
            }

.page-between-tag {
    width: 100%;
    float: left;
    margin: 30px 0;
}

    .page-between-tag .title {
        font-size: 17px;
        letter-spacing: -0.54px;
        color: #000;
        width: 100%;
        float: left;
        font-weight: normal;
        margin: 0 0 5px 0;
    }

    .page-between-tag ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .page-between-tag ul li {
            float: left;
            margin: 10px 10px 0 0;
        }

            .page-between-tag ul li a {
                border-radius: 23px;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
                border: solid 1px #dedede;
                background-color: #fff;
                float: left;
                font-size: 11px;
                color: #666;
                letter-spacing: -0.16px;
                padding: 5px 9px;
                max-width: 230px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                box-sizing: border-box;
                font-family: Arial, Helvetica, sans-serif
            }

                .page-between-tag ul li a:hover {
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
                    border: solid 1px #ccc;
                    background-color: #dcdcdc;
                    color: #222;
                }

    .page-between-tag.v2 {
        position: relative;
    }

        .page-between-tag.v2 ul {
            white-space: nowrap;
            overflow-x: auto;
            width: calc(100% - 80px);
            position: relative;
            -ms-overflow-style: none; /* Internet Explorer 10+ */
            scrollbar-width: none; /* Firefox */
        }

            .page-between-tag.v2 ul::-webkit-scrollbar {
                display: none; /* Safari and Chrome */
            }

        .page-between-tag.v2 .arrows:after {
            content: '';
            background-image: linear-gradient(to right, rgba(254, 191, 85, 0) 0%, #febf55 100%);
            position: absolute;
            left: -26px;
            top: 0;
            bottom: 0;
            width: 36px;
        }

        .page-between-tag.v2 ul li {
            float: initial;
            display: inline-block;
        }

        .page-between-tag.v2 .arrows {
            position: absolute;
            right: 0;
            bottom: -4px;
        }

            .page-between-tag.v2 .arrows .button {
                border-radius: 5px;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
                background-color: #fff;
                width: 36px;
                height: 36px;
                float: left;
                margin: 0 0 0 10px;
                cursor: pointer;
            }

                .page-between-tag.v2 .arrows .button.passive {
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
                    background-color: #ccc;
                }

                    .page-between-tag.v2 .arrows .button.passive img {
                        opacity: 0.5;
                    }

.message-line-ghost.v2 {
    height: 310px;
}

    .message-line-ghost.v2 .buttons {
        width: 100%;
        float: left;
        margin: 25px 0;
        padding: 0 0 0 13px;
        box-sizing: border-box;
    }

.page-between-tag.v2 ul.full-width {
    width: 100% !important;
}

.have-new-message {
    border-radius: 100px;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px 5px 6px;
    z-index: 99999999;
    cursor: pointer;
}

    .have-new-message .avatar {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        box-sizing: border-box;
        float: left;
        margin: 0 0 0 -12px;
    }

        .have-new-message .avatar:first-child {
            margin: 0;
        }

    .have-new-message .icon {
        float: right;
        margin: 5px 0 4px 0;
    }

    .have-new-message .text {
        float: left;
        margin: 0 10px;
        line-height: 30px;
    }

.new-message-line {
    width: 100%;
    position: relative;
    float: left;
    margin: 40px 0;
}

    .new-message-line:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 2px;
        border-radius: 4px;
        background-color: #8d6a2e;
    }

    .new-message-line:after {
        content: 'Yeni Mesajlar';
        position: absolute;
        left: 50%;
        top: 0;
        padding: 0 22px;
        transform: translate(-50%, 0);
        font-weight: bold;
        color: #8d6a2e;
        font-size: 16px;
        background-color: rgb(254, 191, 85);
        margin: -10px 0 0 0;
    }

.new-message-box {
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    padding: 22px 0;
    display: flex;
    margin: 10px 0;
}

    .new-message-box .left {
        width: 172px;
        float: left;
        position: relative;
    }

        .new-message-box .left img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 48px;
            height: auto;
        }

    .new-message-box .right {
        float: right;
        width: calc(100% - 173px);
    }

        .new-message-box .right .title {
            color: #666666;
            font-size: 24px;
            font-weight: 700;
            width: 100%;
            float: left;
            margin: 0 0 18px 0;
        }

        .new-message-box .right .description {
            width: 100%;
            float: left;
            color: #666666;
            font-size: 13px;
        }

.message-line-ghost {
    width: 100%;
    float: left;
    height: 246px;
    background-color: #f1f1f1;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #D0D0D0
}

    .message-line-ghost .left {
        float: left;
        width: 150px;
        border-right: 1px solid #d0d0d0;
        padding: 6px;
        box-sizing: border-box;
        height: 100%;
    }

        .message-line-ghost .left span {
            background-color: #dcdcdc;
            display: block;
        }

            .message-line-ghost .left span.one {
                width: 75px;
                height: 18px;
                margin: 0 0 5px 0;
            }

            .message-line-ghost .left span.two {
                width: 48px;
                height: 11px;
                margin: 0 0 3px 0;
            }

            .message-line-ghost .left span.three {
                width: 59px;
                height: 11px;
                margin: 0 0 10px 0;
            }

            .message-line-ghost .left span.profile-image {
                width: 60px;
                height: 60px;
                margin: 0 0 21px 0;
            }

            .message-line-ghost .left span.four {
                width: 123px;
                height: 11px;
                margin: 0 0 3px 0;
            }

            .message-line-ghost .left span.five {
                width: 104px;
                height: 11px;
                margin: 0 0 21px 0;
            }

            .message-line-ghost .left span.six {
                width: 123px;
                height: 11px;
                margin: 0 0 3px 0;
            }

            .message-line-ghost .left span.seven {
                width: 104px;
                height: 11px;
                margin: 0 0 31px 0;
            }

    .message-line-ghost .right {
        float: left;
        width: calc(100% - 150px);
    }

        .message-line-ghost .right .top {
            width: 100%;
            float: left;
            padding: 6px 15px;
            box-sizing: border-box;
            border-bottom: 1px solid #d0d0d0;
        }

            .message-line-ghost .right .top span {
                background-color: #dcdcdc;
            }

                .message-line-ghost .right .top span.one {
                    width: 104px;
                    height: 18px;
                    float: left;
                }

                .message-line-ghost .right .top span.two {
                    width: 128px;
                    height: 18px;
                    float: right;
                    margin: 0 0 0 8px;
                }

                .message-line-ghost .right .top span.three {
                    width: 71px;
                    height: 18px;
                    float: right;
                }

        .message-line-ghost .right .title {
            float: left;
            margin: 35px 0 0 0;
            padding: 0 20px;
            box-sizing: border-box;
        }

            .message-line-ghost .right .title img {
                float: left;
                width: auto;
                height: 48px;
                margin: 0 10px 0 0;
            }

            .message-line-ghost .right .title span {
                color: #999999;
                font-size: 24px;
                font-weight: 700;
                float: left;
                line-height: 48px;
            }

        .message-line-ghost .right .description {
            width: 100%;
            float: left;
            margin: 48px 0 0 0;
            color: #666666;
            font-size: 13px;
            padding: 0 20px;
            box-sizing: border-box;
        }

            .message-line-ghost .right .description.text-black {
                color: #000;
            }

            .message-line-ghost .right .description a {
                color: #000;
                text-decoration: underline;
            }

        .message-line-ghost .right .four {
            float: right;
            width: 132px;
            height: 18px;
            background-color: #dcdcdc;
            margin: 20px 15px 0 0;
        }

    .message-line-ghost.v2 {
        height: 310px;
    }

        .message-line-ghost.v2 .buttons {
            width: 100%;
            float: left;
            margin: 25px 0;
            padding: 0 0 0 13px;
            box-sizing: border-box;
        }

        .message-line-ghost.v2 .link-topic,
        .message-line-ghost.v2 .notification-tooltip {
            display: none;
        }

    .message-line-ghost.hot.v2 {
        height: 360px;
    }

.checking-new-message {
    width: 100%;
    float: left;
    margin: 25px 0 30px 0;
    text-align: center;
}

    .checking-new-message .box {
        width: 858px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 12px 19.5px 12px 19px;
        border-radius: 10px;
        border: solid 1px #cc9e50;
        background-color: #e8b051;
        max-width: 100%;
        display: inline-block;
    }

    .checking-new-message.mini .box {
        width: 480px !important;
    }

        .checking-new-message .box img {
            float: left;
            width: 20px;
            height: 20px;
            margin: 0 10px 0 0;
        }

        .checking-new-message .box .text {
            color: #644a1d;
            font-family: Verdana;
            font-size: 13px;
            float: left;
            max-width: calc(100% - 170px);
            text-align: left;
        }

        .checking-new-message .box .dont-show-again {
            float: right;
            font-family: Verdana;
            font-size: 13px;
            color: #644a1d;
            text-decoration: underline;
            cursor: pointer;
        }

.soltaraf.mini{
    width:calc(100% - 334px);
    float:left;
    min-width: auto;
}
.sagtaraf.wide{
    width:300px;
    float:right;
    margin:0 0 0 34px;
}

.widget-2{
    width:100%;
    float:left;
    position:relative;
    border-radius: 5px;
    border: solid 1px #d0a86c;
    background-color: #f6f6f6;
    font-family:Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
}
.widget-2 .order-section{
    height:29px;
}
.widget-2 .order-section .move-up>img{
    margin:-6px 0 0 0;
}
.widget-2 .order-section .move.move-down img{
    margin:7px 0 0 0;
}
.widget-2 .order-section img{
    margin:10px 0 0 0;
}
.widget-2 .head{
    width:100%;
    float:left;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 0 #c9c9c9;
    background-color: #ededed;
    padding:3px 5px 3px 10px;
    box-sizing:border-box;
}
.widget-2 .head > .icon{
    float:left;
    margin:8px 9px 0 0;
    width:21px;
}
#RecentTopicsFeedModule .head > .icon{
    margin:4px 9px 0 0;
}
.widget-2 .head .title{
    float:left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin:5px 0 0 0;
}
.widget-2 .head .order-menu{
    padding:7px 8px 10px 8px;
}
.widget-2 .line{
    width:100%;
    float:left;
    border-bottom:1px solid #dedede;
    padding:13px 11px 8px 11px;
    box-sizing:border-box;
}
.widget-2 .line .left{
    float:left;
    margin:0 9px 0 0;
}
.widget-2 .line .left .status{
    float:left;
}
.widget-2 .line .right{
    width:calc(100% - 30px);
    float:right;
}
.widget-2 .line .right .title{
    font-size: 14px;
    font-weight: bold;
    line-height:18px;
    color: #000;
    float:left;
}
.widget-2 .line .right .bottom{
    float:left;
    margin:3px 0 0 0;
    width:100%;
}
.widget-2 .line .right .bottom.half{
    width:calc(100% - 73px)
}
.widget-2 .line .right .bottom .description{
    float:left;
    font-size: 13px;
    letter-spacing: -0.38px;
    color: #999;
    line-height:17px;
}
.widget-2 .line .right .right-buttons .description{
    float:left;
    font-size: 13px;
    letter-spacing: -0.38px;
    color: #999;
    line-height:17px;
    margin:9px 0 0 0;
}
.widget-2 .line .right .bottom .push-topic{
    float:right;
}
.widget-2 .more{
    width:100%;
    float:left;
    text-align:center;
    padding:9px 10px 11px;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    box-sizing:border-box;
    cursor: pointer;
}
.widget-2 .more img{
    margin:-1px 10px 0;
    vertical-align:middle;
}

.widget-2.v2 .line .left .status{
    width:24px;
    height:24px;
    border-radius:3px;
}
.widget-2.v2 .line .right{
    width:calc(100% - 35px);
}
.widget-2 .line .right .right-buttons{
    float:right;
    width:72px;
}
.widget-2 .fav-button{
    border-radius: 15px;
    border: solid 1px #000;
    background-color: #fff;
    font-size: 14px;
    color:#000;
    display:inline-block;
    padding:3px 10px;
    width:72px;
    box-sizing:border-box;
    text-align:center;
    margin:0 0 -5px 0;
    cursor: pointer;
}
.widget-2 .fav-button.passive{
    border: solid 1px #e8e8e8;
    background-color: #dedede;
    color:#999;
}
.widget-2 .fav-button.follow{
    width:92px;
}
.widget-2 .fav-button.follow img {
    float:left;
    margin:2px 2px -2px 0;
}
.widget-2 .right .right-buttons .favorite-count{
    width:72px;
    text-align:center;
    margin:5px 0 0 0;
}
.widget-2.v2 .line .right .title{
    max-width:calc(100% - 72px);
}
.widget-2 .tabs{
    width:100%;
    float:left;
    padding:8px 0 0 0;
    background-color: #dedede;
    margin:1px 0 0 0;
}
.widget-2 .tabs .button{
    font-size: 14px;
    font-weight: bold;
    color: #777;
    border-radius: 5px 5px 0 0;
    background-image: linear-gradient(to top, #ccc, #ccc);
    float:left;
    margin:0 0 0 10px;
    padding:7px 15px;
    cursor:pointer;
}
.widget-2 .tabs .button.active{
    color:#000;
    background-color: #f6f6f6;
    background-image:none;
    padding:9px 15px;
    margin:-4px 0 0 10px;
}

.widget-2.v3 .left {
    margin:0 12px 0 0;
}
.widget-2.v3 .left .avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    border: solid 1px #dedede;
    box-sizing: border-box;
    cursor: pointer;
}
.widget-2.v3 .left .avatar.no-avatar{
    background-color: #f60;
    text-align:center;
    line-height:38px;
    font-weight:bold;
    color:#fff;
    font-size:22px;
}
.widget-2.v3 .right{
    width:calc(100% - 53px)
}
.widget-2.v3 .bottom .description{
    font-style: oblique;
}
.widget-2.v3 .right .leftt{
    float:left;
    max-width:calc(100% - 121px)
}
.widget-2.v3 .right .info{
    font-size: 14px;
    color:#000;
    float:left;
    width:100%;
}
.widget-2.v3 .right .rightt{
    float:right;
    padding:4px 0 0 0;
}
.widget-2.v3 .right .rightt .ignore-button{
    float: right;
    padding: 2px;
    margin: 2px 0 2px 8px;
    font-size: 16px;
    cursor: pointer;
}
.widget-2.v3 .right .rightt .ignore-button.passive{
    color:#999;
}
.widget-2.v3 .line{
    padding:13px 11px 13px 11px;
}
.widget-2.v3 .line .right .title{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-2.v4 .line .left .status{
    width: 16px;
    height:16px;
}
.widget-2.v4 .line .right .title{
    max-width:95%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-family: Verdana;
}
.widget-2.v4 .line .right > .description{
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    letter-spacing: -0.29px;
    color: #666;
    font-family: Verdana;
    font-size: 12px;
    float:left;
    margin:3px 0 0 0;
}
.widget-2.v4 .line .right .bottom .description{
    float:right;
}
.widget-2.v4 .line .right .bottom{
    margin:5px 0 0 0;
}
.widget-2.v4 .line .left{
    margin:1px 4px 0 0;
}
.widget-2.v4 .line .right{
    width:calc(100% - 21px)
}
.widget-2.v5 .main-title{
    width:100%;
    float:left;
    font-size: 14px;
    color: #999;
    margin:3px 0 8px 0;
    line-height:18px;
}
.widget-2.v5 .main-title a{
    color:#000;
    font-weight:bold;
}
.widget-2.v5 .message{
    width:100%;
    float:left;
    margin:8px 0 8px 0;
    font-size: 14px;
    color:#000;
    font-style: oblique;
    line-height:18px;
}
.widget-2.v5 .message i{
    float:left;
    color:#000;
    font-size:18px;
    margin:0 3px 0 0;
}
.widget-2.v5 .message span{
    font-style: normal;
    color: #999;
}
.widget-2.v5 .message .text{
    float:right;
    width:calc(100% - 25px);
}

.widget-2.v5 .message .text a {
    cursor: pointer;
    color: #000;
}

.push-topic{
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f5b345, #c7800e);
    display:inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding:3px 8px 3px 7px;
    cursor:pointer;
}
.push-topic img{
    float:left;
    margin:3px 8px 0 0;
}
.push-topic.active{
    border: solid 1px #e5a132;
    background-color: #fff;
    background-image: none;
    color:#e5a132;
}
.push-topic.active img{
    float:right;
    margin:0 0 0 8px;
}
#feedTopModulesContainer .populerkonu {
    width: 100%;
} 
.pull-right {
    float: right !important;
}
.refresh-suggestion {
    float:left;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    line-height:18px
}
.refresh-suggestion i{
    float:left;
    margin:0 5px 0 0;
    font-size:18px;
}
.refresh-suggestion.passive{
    color: #999;
    font-weight: normal;
}

/* YENİ EKLEMELER */

.mb-30 {
    margin-bottom: 30px !important;
}

.sf .checking-new-message.grey {
    margin: 0 0 20px 0;
}

    .sf .checking-new-message.grey .box {
        border: solid 1px #ccc;
        background-color: #dedede;
        width: 904px;
    }

    .sf .checking-new-message.grey .text, .sf .checking-new-message.grey .dont-show-again {
        color: #000
    }


.post .ana-kutu .satir .search-line {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

    .post .ana-kutu .satir .search-line .textbox-style-1 {
        width: 350px;
    }

.post .ana-kutu .satir .sag .more-input {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: left;
    cursor: pointer;
}

    .post .ana-kutu .satir .sag .more-input img {
        float: left;
        margin: 5px 8px 0 0;
    }

    .post .ana-kutu .satir .sag .more-input span {
        text-decoration: underline;
    }

.post .ana-kutu .satir .sag .minify-area {
    width: 100%;
    float: left;
    max-height: 81px;
    overflow: hidden;
}



.kl-icerik .kl-icerik-satir .useful-message-button-tooltip.sf {
    position: absolute;
    right: 0;
    bottom: 3px;
}

.useful-message-button.red {
    color: #ff0000 !important
}

.useful-message-button.blue {
    color: #0301f1 !important
}

.kl-btn > i {
    float: left;
    margin: 4px 5px 0 5px;
    line-height: 16px;
    font-size: 16px;
}

.kl-btn img {
    max-width: 15px;
}

.sf-tabs {
    width: 100%;
    float: left;
    margin: 22px 0 0 0;
}

    .sf-tabs .tab {
        float: left;
        margin: 0 0 -1px 0;
    }

        .sf-tabs .tab li {
            float: left;
            margin: 4px 0 0 10px;
            border-radius: 5px 5px 0 0;
            background-image: linear-gradient(to top, #ccc, #ccc);
        }

            .sf-tabs .tab li a {
                padding: 8px 18.5px 7px;
                color: #777;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                letter-spacing: 0.5px;
                font-family: Arial, Helvetica, sans-serif;
                display: inline-block;
            }

            .sf-tabs .tab li.active {
                background-image: linear-gradient(to bottom, #f1f1f1, #dedede);
                margin: 0 0 0 10px;
            }

                .sf-tabs .tab li.active a {
                    color: #000;
                    padding: 10px 18.5px 9px;
                }

    .sf-tabs .buttons {
        float: right;
    }

        .sf-tabs .buttons .kl-btn {
            margin: 0 10px 5px 0;
            color: black;
        }

.sayfafull.sf.uclu {
    min-width: 1330px !important;
}

.sayfafull.sf:not(.konuici) .soltaraf {
    width: calc(100% - 400px);
}

    .sayfafull.sf .soltaraf.full {
        width: 100%;
    }

.sayfafull.sf:not(.konuici) .sagtaraf {
    width: 373px;
}

.sayfafull.sf.konuici .sagtaraf {
    margin-top: 10px;
}

.sayfafull.sf.konuici.reklamsiz .sagtaraf {
    display: none;
}

.sayfafull.sf.konuici.reklamsiz .soltaraf {
    width: 100%;
}

.sayfafull.sf.konuici .sf-tabs {
    margin: 10px 0 0 0;
}
.sayfafull.sf.uclu .soltaraf{
    width:calc(100% - 570px);
}
.sayfafull.sf.uclu .sagtaraf{
    float:left;
    margin:0 0 0 20px
}
.sayfafull.sf.uclu .main-col-3 {
    margin-top: 10px;
    width: 160px;
    float: right;
    position: relative;
}

.sayfafull.sf .main-col-3 {
    width: 160px;
    float: right;
}

.sayfafull.sf.uclu.reklamsiz:not(.konuici) .main-col-3 {
    display: none;
}

.sayfafull.sf.uclu.reklamsiz:not(.konuici) .soltaraf {
    width: calc(100% - 394px);
}

.sayfafull.sf.uclu:not(.konuici) .soltaraf {
    min-width: 586px;
}

.sayfafull.sf.uclu:not(.konuici) .sagtaraf {
    margin: 10px 0 0 20px
}


.kl-tablo.col-4 .kl-basliklari .kl-cevap-okuma {
    float: left;
    text-align: center;
    width: 110px;
    border-right: 1px solid #D0D0D0;
    height: auto;
    position: relative;
}

.kl-tablo.col-4 .kl-basliklari .kl-konu {
    width: calc(100% - 440px);
}

.kl-tablo.col-4 .kl-yazar {
    width: 115px;
}

    .kl-tablo.col-4 .kl-yazar span {
        padding: 0 5px;
    }

.kl-tablo.col-4 .kl-cevap-okuma {
    width: 110px;
    position: relative;
    text-align: center;
    border-right: 1px solid #D0D0D0;
}

.kl-tablo.col-4 .kl-icerik .kl-konu {
    width: calc(100% - 440px);
}

.sayfafull.sf.uclu .forumyonlendirici {
    min-width: initial;
}

@media only screen and (max-width: 1300px) {
    .sayfafull.sf.uclu .kl-tablo.col-4 .kl-yazar {
        display: none
    }

    .sayfafull.sf.uclu .kl-tablo.col-4 .kl-basliklari .kl-konu, .sayfafull.sf.uclu .kl-tablo.col-4 .kl-icerik .kl-konu {
        width: calc(100% - 326px);
    }

    .sayfafull.sf.uclu .forumyonlendirici .sayfasiralama {
        margin: 8px 0 9px 10px
    }
}

.sf-right-module {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #d0a86c;
    background-color: #f6f6f6;
}

    .sf-right-module > .head {
        width: 100%;
        float: left;
        padding: 7px 15px;
        box-sizing: border-box;
        box-shadow: 0 1px 0 0 #c9c9c9;
        background-color: #dedede;
        border-radius: 5px 5px 0 0;
    }

        .sf-right-module > .head .title {
            font-size: 14px;
            font-weight: bold;
            color: #ff6000;
            float: left;
        }

        .sf-right-module > .head .link {
            float: right;
            font-size: 11px;
            color: #000;
            text-decoration: underline;
            position: relative;
            margin: 0 0 0 20px;
            padding: 2px 0;
        }

        .sf-right-module > .head .checkbox {
            float: right;
        }

            .sf-right-module > .head .checkbox label {
                font-size: 11px;
                color: #000;
                line-height: 18px;
                float: right;
                margin: 0 0 0 3px;
            }

    .sf-right-module .share-list {
        width: 100%;
        float: left;
    }

        .sf-right-module .share-list .item {
            width: 100%;
            float: left;
            padding: 16px 16px 10px 16px;
            box-sizing: border-box;
            border-bottom: 1px solid #dedede;
        }

            .sf-right-module .share-list .item .head {
                width: 100%;
                float: left;
                font-size: 13px;
                color: #000;
                line-height: 24px;
                margin: 0 0 10px 0;
            }

                .sf-right-module .share-list .item .head .user {
                    float: left;
                    font-weight: bold;
                    color: #000;
                }

                    .sf-right-module .share-list .item .head .user .avatar {
                        float: left;
                        width: 24px;
                        height: 24px;
                        border-radius: 50%;
                        margin: 0 10px 0 0;
                    }

            .sf-right-module .share-list .item .info {
                width: 100%;
                float: left;
                margin: 12px 0 0 0;
            }

                .sf-right-module .share-list .item .info .date {
                    float: left;
                    font-size: 11px;
                    color: #999;
                    line-height: 22px;
                }

.sf-question-button {
    float: right;
    border-radius: 5px;
    border: solid 1px #dedede;
    background-color: #fff;
    padding: 3px 7px;
}

    .sf-question-button img {
        float: left;
        margin: 0 5px 0 0;
    }

.sf-right-module .loading {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    padding: 15px 0;
}

    .sf-right-module .loading img {
        width: 30px;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

.sf .product-box {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: solid 3px #dedede;
    background-color: #fff;
    padding: 7px 7px 10px 7px;
    box-sizing: border-box;
}

    .sf .product-box .left {
        float: left;
        width: 56px;	
        height:56px;
        position:relative;
    }

        .sf .product-box .left .thumbnail {
            width:auto;
            height:auto;
            max-width:56px;
            max-height:56px;
            border-radius: 5px;
            position:absolute;
            left:50%;
            top:50%;
            transform:translate(-50%, -50%)
        }

    .sf .product-box .right {
        width: calc(100% - 65px);
        float: right;
    }

        .sf .product-box .right .top {
            width:100%;
            float:left;
            margin:0 0 5px 0;
            position: relative;
            padding:0 20px 0 0;
            box-sizing:border-box;
        }

            .sf .product-box .right .top .product-name {
                width: 90%;
                float: left;
                font-size: 13px;
                color: #000;
                word-wrap: break-word;
            }

    .sf .product-box .opportunity-menu {
        position: absolute;
        right: 0;
        top: 0;
    }

    .sf .product-box.v2 {
        margin: 15px 0 0 0;
    }

        .sf .product-box.v2 .left {
            width: 90px;
        }

            .sf .product-box.v2 .left .thumbnail {
                width: 90px;
                height: 90px;
            }

        .sf .product-box.v2 .right {
            width: calc(100% - 102px)
        }

            .sf .product-box.v2 .right .middle .link {
                margin: 7px 0 0 0;
                float: left;
                max-width: calc(100% - 250px)
            }

            .sf .product-box.v2 .right .middle .url {
                text-overflow: initial;
                max-width: initial;
            }

        .sf .product-box.v2 .middle .buttons {
            width: auto;
            float: right;
            margin: 0;
        }

        .sf .product-box.v2 .right .top .product-name {
            font-size: 17px;
            font-weight: bold;
            margin: 12px 0 0 0;
            width: calc(100% - 40px);
        }

        .sf .product-box.v2 .sf-notification-button {
            margin: 9px 0 0 0;
        }

        .sf .product-box.v2 .right .full-link {
            width: 100%;
            float: left;
            margin: 5px 0 5px 0;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .sf .product-box.v2 .right .full-link a.link {
                font-size: 13px;
                color: #4a90e2;
                text-decoration: underline;
            }



.opportunity-menu {
    float: right;
    padding: 3px 1px;
    position: relative;
}

    .opportunity-menu .button {
        color: #ccc;
        font-size: 24px;
        cursor: pointer;
    }

    .opportunity-menu ul {
        position: absolute;
        right: -6px;
        top: 15px;
        border-radius: 5px;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
        border: solid 1px #ccc;
        background-color: #dedede;
        margin: 0;
        padding: 9px 0;
        width: 243px;
        z-index: 9;
        display: none;
    }

        .opportunity-menu ul.active {
            display: block;
        }

        .opportunity-menu ul:before {
            content: '';
            position: absolute;
            bottom: 100%;
            right: 8px;
            width: 0;
            height: 0;
            border-bottom: 10px solid #ccc;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent
        }

        .opportunity-menu ul:after {
            content: '';
            position: absolute;
            bottom: 100%;
            right: 10px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #dedede;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent
        }

        .opportunity-menu ul li {
            width: 100%;
            float: left;
            margin: 2px 0;
        }

            .opportunity-menu ul li a {
                padding: 5px 13px;
                width: 100%;
                float: left;
                box-sizing: border-box;
                font-size: 15px;
                font-family: Arial, Helvetica, sans-serif;
                color: #333;
            }

.sf .product-box .right .middle {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

    .sf .product-box .right .middle .icon {
        float: left;
        width: 16px;
        height: 16px;
    }

    .sf .product-box .right .middle .url {
        float: left;
        text-overflow: ellipsis;
        max-width: calc(100% - 45px);
        overflow: hidden;
        font-size: 13px;
        color: #999;
        line-height: 16px;
        margin: 0 5px;
    }

    .sf .product-box .right .middle .link > i {
        float: left;
        line-height: 16px;
        color: #999;
        font-size: 14px;
    }

.sf .product-box .right .buttons {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.sf-product-box-button {
    float: left;
    cursor: pointer;
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 13px;
    color: #999;
    padding: 6px 9px;
    margin: 0 10px 0 0;
}

    .sf-product-box-button img, .sf-product-box-button i {
        float: left;
        color: #999;
        font-size: 16px;
        width: 16px;
        margin: 0 5px 0 0;
    }

    .sf-product-box-button.refresh {
        margin: 0;
        padding: 9px 6px 8px 6px;
    }

        .sf-product-box-button.refresh img, .sf-product-box-button.refresh i {
            margin: 0;
        }

    .sf-product-box-button.active {
        border: solid 1px #f6873e;
        color: #f78d49;
        background-color: #fff;
    }

        .sf-product-box-button.active i {
            color: #f78d49;
        }

.sf .friend-suggestion {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #dedede;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
    margin: 0 0 5px 0;
}

    .sf .friend-suggestion > .head {
        width: calc(100% + 20px) !important;
        float: left;
        box-shadow: 0 1px 0 0 #c9c9c9;
        background-color: #f1f1f1;
        border-radius: 5px 5px 0 0;
        font-size: 14px !important;
        font-weight: bold;
        color: #ff6000 !important;
        margin: 0 0 0 -10px !important;
        padding: 8px;
        box-sizing: border-box;
    }

    .sf .friend-suggestion .carousel {
        width: calc(100% + 10px);
        float: left;
        margin: 10px 0 15px 0;
    }

.sf .friend-box {
    float: left;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 0 0;
}

    .sf .friend-box .avatar {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
    }

    .sf .friend-box .nickname {
        margin: 15px 0 11px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.34px;
        color: #030303;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space:nowrap;
    }

    .sf .friend-box .description {
        font-size: 11px;
        letter-spacing: -0.27px;
        color: #999;
        margin: 0 0 12px 0;
        display: inline-block;
    }

    .sf .friend-box.ghost {
        text-align: center;
    }

        .sf .friend-box.ghost > * {
            display: inline-block;
        }

        .sf .friend-box.ghost .avatar {
            width: 60px;
            height: 60px;
            border: solid 1px #fff5ef;
            background-color: #f1f1f1;
            margin: 0 0 11px 0;
        }

        .sf .friend-box.ghost span.one {
            width: 93px;
            height: 13px;
            border-radius: 3px;
            background-color: #dedede;
            margin: 0 0 6px 0;
        }

        .sf .friend-box.ghost span.two {
            width: 83px;
            height: 13px;
            border-radius: 3px;
            background-color: #f1f1f1;
            margin: 0 0 -2px 0;
        }

        .sf .friend-box.ghost span.three {
            width: 69px;
            height: 13px;
            border-radius: 3px;
            background-color: #f1f1f1;
            margin: 0 0 6px 0;
        }

        .sf .friend-box.ghost span.button {
            width: 93px;
            height: 30px;
            border-radius: 15px;
            background-color: #dedede;
        }


.sf .follow-button {
    border-radius: 15px;
    border: solid 1px #dedede;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    color: #999;
    padding: 7px 13px 7px 11px;
    display: inline-block;
}

    .sf .follow-button img {
        float: left;
        margin: 0 5px 0 0;
        width: 16px !important;
    }

    .sf .follow-button.active {
        border: solid 1px #f78d49;
        background-color: #f78d49;
        width: 30px;
        height: 30px;
        padding: 0;
        text-align: center;
    }

        .sf .follow-button.active img {
            float: initial;
            margin: 6px 0;
            vertical-align: middle;
            display: inline-block
        }

.refresh-suggestion {
    float: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    line-height: 18px
}

    .refresh-suggestion i {
        float: left;
        margin: 0 5px 0 0;
        font-size: 18px;
    }

    .refresh-suggestion.passive {
        color: #999;
        font-weight: normal;
    }

.sf .friend-suggestion .owl-nav button {
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: initial;
    transform: translate(0,-50%);
    border-radius: 50%;
    background-image: none !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff !important;
}

    .sf .friend-suggestion .owl-nav button img {
        display: none;
    }

    .sf .friend-suggestion .owl-nav button:after {
        font-family: 'icomoon' !important;
        font-size: 22px;
        font-weight: bold;
        color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .sf .friend-suggestion .owl-nav button.owl-prev:after {
        content: "\e930";
    }

    .sf .friend-suggestion .owl-nav button.owl-next:after {
        content: "\e92f";
    }

    .sf .friend-suggestion .owl-nav button.owl-prev {
        margin: 0 0 0 -5px;
    }

    .sf .friend-suggestion .owl-nav button.owl-next {
        margin: 0 0 0 5px;
    }

.centered-module {
    width: 100%;
    float: left;
    text-align: center;
}

.sf .follow-suggestion2 {
    max-width: 900px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #d0a86c;
    background-color: #f6f6f6;
    display: inline-block;
    margin: 40px 0;
}

    .sf .follow-suggestion2 .head {
        border-radius: 5px 5px 0 0;
        box-shadow: 0 1px 0 0 #c9c9c9;
        background-color: #dedede;
        width: 100%;
        float: left;
        padding: 7px 10px;
        box-sizing: border-box;
    }

        .sf .follow-suggestion2 .head .title {
            float: left;
            color: #ff6000;
            font-size: 14px;
            font-weight: bold;
        }

        .sf .follow-suggestion2 .head .refresh-suggestion {
            float: right;
        }

    .sf .follow-suggestion2 .box {
        width: 33.33%;
        box-sizing: border-box;
        float: left;
        border-right: 1px solid #c9c9c9;
        padding: 11px 11px 14px 11px;
        text-align: left;
    }

        .sf .follow-suggestion2 .box:last-child {
            border: none;
        }

        .sf .follow-suggestion2 .box .avatar {
            float: left;
            width: 40px;
            margin: 0 11px 0 0;
        }

            .sf .follow-suggestion2 .box .avatar .img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                float: left;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                font-family: Arial;
                text-align: center;
                line-height: 40px;
            }

        .sf .follow-suggestion2 .box .top {
            width: calc(100% - 52px);
            float: right;
        }

            .sf .follow-suggestion2 .box .top .left {
                width: calc(100% - 95px);
                float: left;
                font-size: 13px;
            }

                .sf .follow-suggestion2 .box .top .left .nickname {
                    font-weight: bold;
                    color: #000;
                    max-width: 100%;
                    float: left;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .sf .follow-suggestion2 .box .top .left .info {
                    float: left;
                    width: 100%;
                    color: #000;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .sf .follow-suggestion2 .box .top .follow-button {
                float: right;
            }

        .sf .follow-suggestion2 .box .description {
            width: calc(100% - 52px);
            float: right;
            font-size: 13px;
            color: #999;
        }


.sf .opportunity-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99999999;
}

    .sf .opportunity-popup .content {
        border-radius: 5px;
        border: solid 1px #999;
        background-color: #f6f6f6;
        width: 375px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .sf .opportunity-popup .content > .head {
            width: 100%;
            float: left;
            border-radius: 5px 5px 0 0;
            box-shadow: 0 1px 0 0 #c9c9c9;
            background-color: #dedede;
            padding: 9px;
            box-sizing: border-box;
            z-index: 9;
            position: relative;
        }

            .sf .opportunity-popup .content > .head .title {
                float: left;
                padding: 6px 0 6px 6px;
                font-size: 18px;
                font-weight: bold;
                color: #ff6000;
            }

            .sf .opportunity-popup .content > .head .close {
                float: right;
                width: 34px;
                height: 34px;
                background-color: #f60;
                border-radius: 50%;
                color: #fff;
                font-size: 24px;
                text-align: center;
                cursor: pointer;
            }

                .sf .opportunity-popup .content > .head .close i {
                    line-height: 34px;
                    font-weight: bold;
                }

        .sf .opportunity-popup .content .container {
            width: 100%;
            float: left;
            padding: 10px 10px 0 10px;
            box-sizing: border-box;
            max-height: 510px;
            overflow-y: auto;
            margin: 0 0 10px 0;
        }

    .sf .opportunity-popup .info-box {
        width: 100%;
        float: left;
        border-radius: 5px;
        background-color: #dedede;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 0 10px 0;
    }

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.sf .opportunity-popup .info-box.black p, .sf .opportunity-popup .info-box.black .hide-button {
    color: #333;
}

.sf .opportunity-popup .info-box p {
    float: left;
    padding: 0;
    margin: 0 0 12px 0;
    width: 100%;
    font-size: 14px;
    color: #666;
}

.sf .opportunity-popup .info-box .hide-button {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

.sf .opportunity-popup .link-box {
    width: 100%;
    float: left;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #f78d49;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

    .sf .opportunity-popup .link-box .title {
        float: left;
        padding: 8px 0 0 5px;
        font-size: 13px;
        letter-spacing: -0.41px;
        color: #fff;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 0 15px 0;
    }

    .sf .opportunity-popup .link-box .input-area {
        position: relative;
        width: 100%;
        float: left;
    }

        .sf .opportunity-popup .link-box .input-area .link-input {
            width: 100%;
            float: left;
            border-radius: 5px;
            box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
            border: solid 1px #ccc;
            background-color: #fff;
            padding: 15px 45px 15px 15px;
            box-sizing: border-box;
            font-size: 16px;
            letter-spacing: -0.47px;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            outline: none;
        }

            .sf .opportunity-popup .link-box .input-area .link-input::placeholder {
                color: #999;
            }

        .sf .opportunity-popup .link-box .input-area .paste-text {
            position: absolute;
            right: 15px;
            top: 10px;
            color: #f78d49;
            font-size: 26px;
            cursor: pointer;
        }

            .sf .opportunity-popup .link-box .input-area .paste-text.passive {
                color: #999;
            }

    .sf .opportunity-popup .link-box.added {
        border-radius: 5px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

        .sf .opportunity-popup .link-box.added .title {
            color: #ff6600;
        }

            .sf .opportunity-popup .link-box.added .title.grey {
                color: #666 !important;
            }

        .sf .opportunity-popup .link-box.added .input-area .link-input {
            box-shadow:none;
            border:none;
            cursor: default;
            pointer-events: none;
            color:#000;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 5px 26px 5px 5px;
        }

        .sf .opportunity-popup .link-box.added .input-area .paste-text {
            top: -3px;
            right: 0;
        }

        .sf .opportunity-popup .link-box.added.update .input-area .link-input {
            box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
            border: solid 1px #ccc;
            background-color: #fff;
            padding: 16px 40px 15px 15px;
            border-radius: 5px;
            cursor: unset;
            pointer-events: initial;
        }

        .sf .opportunity-popup .link-box.added.update .input-area .paste-text {
            color: #000;
            top: 9px;
            right: 16px;
        }

.sf-right-module .opportunity-popup .preview {
    margin: 0 0 20px 0 !important;
    padding: 0;
}

.sf .opportunity-popup .preview {
    width: 100%;
    float: left;
}

.sf .opportunity-popup .preview .ql-container.ql-bubble a.og-link2{
	text-align:center;
	float:left;
	width:90px;
	height:90px;
}
.sf .opportunity-popup .preview .ql-container.ql-bubble a.og-link2 img{
	float:initial;
	display:inline-block;
}

    .sf .opportunity-popup .preview .title {
        margin: 0 0 10px 10px;
        float: left;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: -0.41px;
        color: #666;
        font-family: Arial, Helvetica, sans-serif
    }

    .sf .opportunity-popup .preview .box {
        width: 100%;
        float: left;
        border-radius: 5px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }

    .sf .opportunity-popup .preview.loading.active .box:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        background-image: url('/static/forum/img/loading-animation.png');
        background-repeat: repeat-x;
        background-size: cover;
        background-position: 0px 0px;
        animation: animatedBackground 0.5s linear infinite;
        -moz-animation: animatedBackground 0.5s linear infinite;
        -webkit-animation: animatedBackground 0.5s linear infinite;
        -ms-animation: animatedBackground 0.5s linear infinite;
        -o-animation: animatedBackground 0.5s linear infinite;
    }


@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -355px 0;
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -355px 0;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -355px 0;
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -355px 0;
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -355px 0;
    }
}

.sf .opportunity-popup .preview .box .detail {
    width: 100%;
    float: left;
    border-radius: 5px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 2px 2px 0 2px;
}

    .sf .opportunity-popup .preview .box .detail .top {
        border-radius: 5px;
        background-color: #fff;
        padding: 8px;
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

        .sf .opportunity-popup .preview .box .detail .top .left {
            float: left;
            width: 90px;
            height: 90px;
            margin: 0 12px 0 0;
            border-radius: 5px;
            background-color: #f1f1f1;
        }

        .sf .opportunity-popup .preview .box .detail .top .right {
            width: calc(100% - 103px);
            float: right;
        }

            .sf .opportunity-popup .preview .box .detail .top .right span {
                background-color: #f1f1f1;
                height: 15px;
                display: block;
            }

            .sf .opportunity-popup .preview .box .detail .top .right .one {
                margin: 9px 0 4px 0;
                width: 159px;
            }

            .sf .opportunity-popup .preview .box .detail .top .right .two {
                width: 186px;
                margin: 0 0 4px 0;
            }

            .sf .opportunity-popup .preview .box .detail .top .right .three {
                width: 135px;
                margin: 0 0 4px 0;
            }

            .sf .opportunity-popup .preview .box .detail .top .right .four {
                width: 55px;
                margin: 0 4px 0 0;
                display: inline-block
            }

            .sf .opportunity-popup .preview .box .detail .top .right .five {
                width: 55px;
                display: inline-block
            }

    .sf .opportunity-popup .preview .box .detail .bottom {
        width: 100%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }

        .sf .opportunity-popup .preview .box .detail .bottom .one {
            width: 275px;
            height: 16px;
            background-color: #fff;
            float: left;
        }

.sf .opportunity-popup .preview .box .buttons {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

    .sf .opportunity-popup .preview .box .buttons span {
        float: left;
        background-color: #f1f1f1;
    }

    .sf .opportunity-popup .preview .box .buttons .one {
        width: 106px;
        height: 30px;
        margin: 0 10px 0 0;
        border-radius: 5px;
    }

    .sf .opportunity-popup .preview .box .buttons .two {
        width: 94px;
        height: 30px;
        border-radius: 5px;
    }

    .sf .opportunity-popup .preview .box .buttons .three {
        float: right;
        background-color: #f1f1f1;
        margin: 7px 0;
        width: 82px;
        height: 16px;
    }

.sf .opportunity-popup .preview.loading {
    margin: 0 0 6px;
}

.sf .opportunity-popup .action-button {
    width:calc(100% - 20px);
    float: left;
    border-radius: 20px;
    line-height: 40px;
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.2);
    background-color: #f78d49;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    margin:0 0 10px 10px;
}

    .sf .opportunity-popup .action-button.passive {
        background-color: #ccc;
        color: #999 !important;
    }

.sf .opportunity-popup .preview .ql-editor-popup {
    padding: 10px;
    box-sizing: border-box;
}

    .sf .opportunity-popup .preview .ql-editor-popup .ql-og-popup {
        width: 100%;
        background-color: #f1f1f1;
        padding: 2px;
        box-sizing: border-box;
        margin: 0;
    }

        .sf .opportunity-popup .preview .ql-editor-popup .ql-og-popup a.og-link {
            border: none;
            font-size: 15px;
            font-family: Arial, Helvetica, sans-serif
        }

.sf .opportunity-popup .preview .ql-og-popup.v2 div.og-title span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.sf .opportunity-popup .preview .ql-og-popup.v2 div.og-title {
    min-height: 74px;
}

.sf .opportunity-popup .preview .ql-editor-popup .ql-og-popup div.og-description {
    padding: 0px 8px 16px 15px !important;
    border-radius: 0 0 5px 0 !important;
}

.sf .opportunity-popup .preview .buttons {
    width: 100%;
    float: left;
    padding: 0 0 12px;
    position: relative;
}

    .sf .opportunity-popup .preview .buttons:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        border-radius: 1px;
        background-color: #dedede;
    }

.sf .opportunity-popup .preview.loading .buttons:after {
    content: initial;
}

.sf .opportunity-popup .preview .opportunity-description {
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
}

    .sf .opportunity-popup .preview .opportunity-description .head {
        width: 100%;
        float: left;
        margin: 0 0 5px 0;
    }

        .sf .opportunity-popup .preview .opportunity-description .head .count {
            float: right;
            font-size: 13px;
            letter-spacing: -0.41px;
            text-align: right;
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
        }

    .sf .opportunity-popup .preview .opportunity-description .description-input {
        border-radius: 5px;
        box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        border: solid 1px #ccc;
        background-color: #fff;
        outline: none;
        width: 100%;
        float: left;
        height: 65px;
        max-height: 120px;
        padding: 15px;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #333;
        resize: none;
    }

        .sf .opportunity-popup .preview .opportunity-description .description-input::placeholder {
            color: #999;
        }

.sf .opportunity-popup .preview .ql-og-popup.v2 .og-full-image {
    border-radius: 0 0 0 5px !important;
}


.ql-og-popup.v2 {
    display: inline-block
}

    .ql-og-popup.v2 .og-full-image {
        width: 90px;
        height: 90px !important;
        float: left;
        padding: 8px 0 8px 8px !important;
        margin: 0 !important;
        box-sizing: content-box;
        background-color: #fff;
        border: none !important;
        border-radius: 0 !important
    }

    .ql-og-popup.v2 .og-description {
        color: #999;
        font-size: 13px;
        float: right;
        width: calc(100% - 98px);
        padding: 0px 8px 8px 15px !important;
        border: none !important;
        border-radius: 0 !important;
    }

        .ql-og-popup.v2 .og-description img {
            float: left;
            border-radius: 50%;
            margin: 0 5px 0 0;
            width: 16px;
            height: 16px;
        }

    .ql-og-popup.v2 div.og-title, .ql-og-popup.v2 div.og-full-image, .ql-og-popup.v2 div.og-title span, .ql-og-popup.v2 .og-description, .ql-og-popup.v2 div.og-description span {
        display: inline-block !important;
    }

    .ql-og-popup.v2 div.og-title {
        width: calc(100% - 98px);
        float: right;
        padding: 18px 10px 8px 15px;
        border: none !important;
        border-radius: 0 !important;
        min-height: 82px;
    }

        .ql-og-popup.v2 div.og-title span {
            width: 100% !important;
            top: initial !important;
            margin: 0 !important;
        }

    .ql-og-popup.v2 a.og-link:after {
        content: initial !important;
    }

    .ql-og-popup.v2 a.og-link:before {
        content: initial !important;
    }

    .ql-og-popup.v2 a.og-link {
        float: left;
    }


    .ql-og-popup.v2 .price-detail {
        width: 100%;
        float: left;
        position: relative;
        padding: 8px;
        background-color: #fff;
        border-top: 10px solid #fff;
    }

        .ql-og-popup.v2 .price-detail:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            transform: translate(-50%, 0);
            width: 120px;
            height: 2px;
            border-radius: 1px;
            background-color: #dedede;
        }

        .ql-og-popup.v2 .price-detail .left {
            color: #ef2032;
            font-size: 10px;
            float: left;
            width: 120px;
            margin: 10px 0 0 0;
        }

            .ql-og-popup.v2 .price-detail .left i {
                font-size: 16px;
                float: left;
                margin: 0 5px 0 0;
            }

        .ql-og-popup.v2 .price-detail .price-history {
            float: right;
            margin: 1px 0 0 0;
            width: 72px;
            cursor: pointer;
        }

            .ql-og-popup.v2 .price-detail .price-history .title {
                float: left;
                width: 100%;
                color: #666666;
                font-size: 8px;
                line-height: 12px;
                margin: 0 0 2px 0;
            }

                .ql-og-popup.v2 .price-detail .price-history .title i {
                    float: right;
                    font-size: 12px;
                    margin: 0 0 0 5px;
                }

            .ql-og-popup.v2 .price-detail .price-history:hover > .price-graphic {
                display: block;
            }

            .ql-og-popup.v2 .price-detail .price-history .price-graphic {
                position: absolute;
                left: 100%;
                top: 50%;
                transform: translate(0,-50%);
                border: 2px solid #d8d8d8;
                background-color: #fff;
                border-radius: 5px;
                width: 250px;
                padding: 10px 9px;
                box-sizing: border-box;
                margin: 8px 0 0 6px;
                display: none;
            }

                .ql-og-popup.v2 .price-detail .price-history .price-graphic:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 100%;
                    margin-top: -10px;
                    width: 0;
                    height: 0;
                    border-right: 10px solid #d8d8d8;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                .ql-og-popup.v2 .price-detail .price-history .price-graphic:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 100%;
                    margin-top: -8px;
                    width: 0;
                    height: 0;
                    border-right: 8px solid #fff;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                }

                .ql-og-popup.v2 .price-detail .price-history .price-graphic .graphic-content {
                    width: 100%;
                    float: left;
                    height: 114px;
                }


                .ql-og-popup.v2 .price-detail .price-history .price-graphic .graphic-title {
                    color: #666;
                    font-size: 12px;
                    width: 100%;
                    float: left;
                }

                .ql-og-popup.v2 .price-detail .price-history .price-graphic .price-summary {
                    width: 100%;
                    float: left;
                    border-top: 2px solid #d8d8d8;
                    padding: 10px 0 0 0;
                }

                    .ql-og-popup.v2 .price-detail .price-history .price-graphic .price-summary .line {
                        width: 100%;
                        float: left;
                        color: #999999;
                        font-size: 12px;
                    }

                        .ql-og-popup.v2 .price-detail .price-history .price-graphic .price-summary .line .left-text {
                            float: left;
                        }

                        .ql-og-popup.v2 .price-detail .price-history .price-graphic .price-summary .line .right {
                            float: right;
                            font-weight: bold;
                        }

        .ql-og-popup.v2 .price-detail .price {
            float: right;
            margin: 7px 10px 5px 0;
        }

            .ql-og-popup.v2 .price-detail .price span {
                display: block;
                text-align: right;
            }

            .ql-og-popup.v2 .price-detail .price .new-price {
                color: #0f670f;
                font-size: 13px;
                font-weight: 700;
            }

            .ql-og-popup.v2 .price-detail .price .old-price {
                text-decoration: line-through;
                color: #666;
                font-size: 10px;
            }

            .ql-og-popup.v2 .price-detail .price .price-title {
                color: #666666;
                font-size: 10px;
                margin: 2px 5px 2px 0;
                float: left;
            }

    .ql-og-popup.v2 > .buttons {
        width: calc(100% - 4px);
        float: left;
        height: 40px;
        border-radius: 5px;
        background-color: #ccc;
        padding: 5px 10px;
        box-sizing: border-box;
        margin: 0 2px 2px 2px;
    }

    .ql-og-popup.v2 .og-full-image .post-image.null-image {
        border-radius: 5px;
        border: 2px solid #cccccc;
        background-image: linear-gradient(180deg, #f9f9f9 0%, #f1f1f1 100%);
        position: relative;
        width: 100%;
        height: 100%;
        float: left;
    }

        .ql-og-popup.v2 .og-full-image .post-image.null-image:before {
            content: '';
            width: 34px;
            height: 34px;
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            background-image: url('../img/tag-icon.png');
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
        }

.ikide1renk .between-message {
    width: 100%;
    float: left;
    text-align: center;
}

.sf-links-tt {
    width: 100%;
    float: left;
}

    .sf-links-tt .filter-buttons {
        width: 100%;
        float: left;
        border-radius: 10px;
        background-color: #dedede;
        border-radius: 5px 5px 0 0;
        padding: 6px 10px;
        box-sizing: border-box;
    }

        .sf-links-tt .filter-buttons .button {
            float: left;
            padding: 4px 16px;
            border-radius: 5px;
            background-color: #f1f1f1;
            font-family: Arial;
            font-size: 14px;
            color: #666;
            margin: 0 10px 0 0;
        }

            .sf-links-tt .filter-buttons .button.active {
                color: #333;
                background-color: #fff;
            }

    .sf-links-tt .links-content {
        width: 100%;
        float: left;
        border: solid 1px #ccc;
        background-color: #f6f6f6;
        border-radius: 0 0 5px 5px;
        box-sizing: border-box;
        padding: 20px 20px;
    }

        .sf-links-tt .links-content .loading {
            margin: 190px 0;
            text-align: center;
            font-size: 14px;
            color: #999;
            width: 100%;
            float: left;
        }

            .sf-links-tt .links-content .loading img {
                width: 30px;
                display: inline-block;
            }

            .sf-links-tt .links-content .loading span {
                width: 100%;
                float: left;
                margin: 3px 0 0 0;
            }


    .sf-links-tt .link-view {
        margin: 0 10px 20px 10px;
        max-width: calc(33.33% - 20px)
    }

@media only screen and (max-width: 1582px) {
    .sf-links-tt .link-view {
        max-width: calc(50% - 20px);
    }
}


.link-view {
    float: left;
    background-color: #dedede;
    border-radius: 5px;
    width: 100%;
    max-width: 340px;
    box-sizing: border-box;
    border: solid 2px #ccc;
}

    .link-view.highlight {
        box-shadow: 0 0 15px 0 #f78d49;
        border: solid 2px #f78d49;
    }

    .link-view .thumnail {
        width: 100%;
        float: left;
        background-image: linear-gradient(to bottom, #f9f9f9, #f1f1f1);
        border-radius: 3px 3px 5px 5px;
        position: relative;
    }

        .link-view .thumnail .bg {
            width: 100%;
            padding-top: 56.25%;
            float: left;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 3px 3px 5px 5px;
        }

        .link-view .thumnail.null-image .bg {
            background-size: auto;
        }

    .link-view .link-detail {
        width: 100%;
        float: left;
        background-color: #fff;
        padding: 9px 8px;
        box-sizing: border-box;
    }

        .link-view .link-detail .head {
            width: 100%;
            float: left;
        }

            .link-view .link-detail .head .icon {
                float: left;
                width: 40px;
                height: 40px;
                background-color: #f1f1f1;
                border-radius: 50%;
                position: relative;
            }

                .link-view .link-detail .head .icon img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                }

                .link-view .link-detail .head .icon i {
                    color: #999;
                    font-size: 24px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

            .link-view .link-detail .head .site-name {
                float: right;
                width: calc(100% - 50px);
                font-size: 13px;
                font-weight: bold;
                color: #000;
                margin: 3px 0 1px 0;
            }

            .link-view .link-detail .head .site-description {
                float: right;
                width: calc(100% - 50px);
                color: #999;
                font-size: 13px;
            }

        .link-view .link-detail .link-title {
            width: 100%;
            float: left;
            margin: 10px 0 0 0;
        }

            .link-view .link-detail .link-title .title {
                float: left;
                width: calc(100% - 50px);
                font-size: 13px;
                color: #000;
                position: relative;
            }

                .link-view .link-detail .link-title .title span.vertical-align {
                    position: absolute;
                    left: 0;
                    right: 0;
                    width: 100%;
                    top: 50%;
                    transform: translate(0, -50%);
                    word-wrap: break-word;
                }

.sf-notification-button {
    float: right;
    border-radius: 50%;
    border: solid 1px #f78d49;
    background-color: #fff;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

    .sf-notification-button i {
        font-size: 22px;
        line-height: 26px;
        color: #f78d49;
    }

    .sf-notification-button.active {
        background-color: #f78d49;
    }

        .sf-notification-button.active i {
            color: #fff;
        }

    .sf-notification-button.passive-grey {
        border: solid 1px #999;
    }

    .sf-notification-button.active.passive-grey {
        border: solid 1px #f78d49;
    }

    .sf-notification-button.passive-grey i {
        color: #999;
    }

    .sf-notification-button.active.passive-grey i {
        color: #fff;
    }


.link-view .price-detail {
    width: 100%;
    float: left;
    position: relative;
    padding: 8px;
    background-color: #fff;
    margin: 0 0 2px 0;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}

    .link-view .price-detail:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 3px;
        transform: translate(-50%, 0);
        width: 120px;
        height: 2px;
        border-radius: 1px;
        background-color: #dedede;
    }

    .link-view .price-detail .left {
        color: #ef2032;
        font-size: 10px;
        float: left;
        width: 155px;
        margin: 10px 0 0 0;
    }

        .link-view .price-detail .left.full {
            width: 100%;
        }

        .link-view .price-detail .left .price-tag-icon {
            width: 12px;
            height: 12px;
            float: left;
            margin: 0 5px 0 0;
        }

        .link-view .price-detail .left i {
            font-size: 16px;
            float: left;
            margin: -2px 5px 0 0;
        }

        .link-view .price-detail .left .date {
            width: 100%;
            float: left;
            padding: 0 0 0 20px;
            box-sizing: border-box;
            color: #666;
        }

            .link-view .price-detail .left .date.non-tag {
                padding: 0;
                margin: 7px 0 0 0;
            }

    .link-view .price-detail .price-history {
        float: right;
        margin: 1px 0 0 0;
        width: 72px;
        cursor: pointer;
    }

        .link-view .price-detail .price-history .title {
            float: left;
            width: 100%;
            color: #666666;
            font-size: 8px;
            line-height: 12px;
            margin: 0 0 2px 0;
        }

            .link-view .price-detail .price-history .title i {
                float: right;
                font-size: 12px;
                margin: 0 0 0 5px;
                opacity: 0.8;
            }

        .link-view .price-detail .price-history .price-history-graphic-image {
            width: 100%;
            height: 24px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            float: left;
            border: 1px solid #dadada;
        }

        .link-view .price-detail .price-history .price-graphic-content {
            display: none;
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translate(0,-50%);
            width: 250px;
            padding: 0 0 0 20px;
            margin: 4px 0 0 -20px;
            box-sizing: content-box;
            z-index: 99;
        }
        .link-view .price-detail .price-history.top-tooltip .price-graphic-content{
            transform: none;
            top: initial;
            right: 4px;
            bottom: 50px;
            left: initial;
        }
        .link-view .price-detail .price-history.top-tooltip .price-graphic:before{
            transform: rotate(-90deg);
            right: 59px;
            top: initial;
            bottom: -13px;
        }
        .link-view .price-detail .price-history.top-tooltip .price-graphic:after{
            transform: rotate(-90deg);
            right: 60px;
            top: initial;
            bottom: -10px;
        }

        .link-view .price-detail .price-history:hover > .price-graphic-content {
            display: block !important;
        }

        .link-view .price-detail .price-history .price-graphic {
            border: 2px solid #d8d8d8;
            background-color: #fff;
            border-radius: 5px;
            width: 100%;
            float: left;
            padding: 10px 9px;
            box-sizing: border-box;
            margin: 8px 0 0 6px;
        }

            .link-view .price-detail .price-history .price-graphic:before {
                content: '';
                position: absolute;
                top: 50%;
                right: 100%;
                margin-top: -10px;
                width: 0;
                height: 0;
                border-right: 10px solid #d8d8d8;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                margin-right: -28px;
            }

            .link-view .price-detail .price-history .price-graphic:after {
                content: '';
                position: absolute;
                top: 50%;
                right: 100%;
                margin-top: -8px;
                width: 0;
                height: 0;
                border-right: 8px solid #fff;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                margin-right: -28px;
            }

            .link-view .price-detail .price-history .price-graphic .graphic-content {
                width: 100%;
                float: left;
                height: auto;
            }


            .link-view .price-detail .price-history .price-graphic .graphic-title {
                color: #666;
                font-size: 12px;
                width: 100%;
                float: left;
            }

            .link-view .price-detail .price-history .price-graphic .price-summary {
                width: 100%;
                float: left;
                border-top: 2px solid #d8d8d8;
                padding: 10px 0 0 0;
            }

                .link-view .price-detail .price-history .price-graphic .price-summary .line {
                    width: 100%;
                    float: left;
                    color: #999999;
                    font-size: 12px;
                }

                    .link-view .price-detail .price-history .price-graphic .price-summary .line .left-text {
                        float: left;
                    }

                    .link-view .price-detail .price-history .price-graphic .price-summary .line .right {
                        float: right;
                        font-weight: bold;
                        color: #666;
                    }

            .link-view .price-detail .price-history .price-graphic .follow-link {
                width: 100%;
                float: left;
                padding: 10px 0 0 0;
                margin: 10px 0 0 0;
                border-top: 1px solid #d8d8d8;
            }

                .link-view .price-detail .price-history .price-graphic .follow-link .button {
                    width: 100%;
                    float: left;
                    border-radius: 15px;
                    border: solid 1px #f78d49;
                    background-color: #fff;
                    text-align: center;
                    color: #f78d49;
                    font-size: 14px;
                    font-family: Arial, Helvetica, sans-serif;
                    padding: 5px 0;
                }

                    .link-view .price-detail .price-history .price-graphic .follow-link .button.active {
                        background-color: #f78d49;
                        color: #fff;
                    }

                    .link-view .price-detail .price-history .price-graphic .follow-link .button i {
                        vertical-align: middle;
                        margin: -4px 0 0 7px;
                        display: inline-block;
                        font-size: 20px;
                    }

                .link-view .price-detail .price-history .price-graphic .follow-link p.description {
                    width: 100%;
                    float: left;
                    margin: 10px 0 0 0;
                    letter-spacing: 0.25px;
                    color: #999;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 13px;
                    line-height: 18px;
                }

                    .link-view .price-detail .price-history .price-graphic .follow-link p.description a {
                        text-decoration: underline;
                        font-weight: bold;
                        color: #999;
                    }

        .link-view .price-detail .price-history .date-range {
            width: 100%;
            float: left;
            padding: 10px 0;
        }

            .link-view .price-detail .price-history .date-range span {
                position: relative;
                font-size: 12px;
                color: #666;
                width: auto;
                margin: 0;
            }

                .link-view .price-detail .price-history .date-range span:before {
                    content: '';
                    position: absolute;
                    top: -9px;
                    width: 2px;
                    height: 10px;
                    background-color: #d8d8d8;
                }

                .link-view .price-detail .price-history .date-range span.left:before {
                    left: 3px;
                }

                .link-view .price-detail .price-history .date-range span.right:before {
                    right: 8px;
                }

                .link-view .price-detail .price-history .date-range span.left {
                    float: left;
                }

                .link-view .price-detail .price-history .date-range span.right {
                    float: right;
                    font-weight: bold;
                }

    .link-view .price-detail .price {
        float: right;
        margin: 7px 10px 5px 0;
    }

        .link-view .price-detail .price span {
            display: block;
            text-align: right;
        }

        .link-view .price-detail .price .new-price {
            color: #0f670f;
            font-size: 13px;
            font-weight: 700;
        }

            .link-view .price-detail .price .new-price.extra-margin {
                margin: 10px 0 0 0;
            }

        .link-view .price-detail .price .old-price {
            text-decoration: line-through;
            color: #666;
            font-size: 10px;
        }

        .link-view .price-detail .price .price-title {
            color: #666666;
            font-size: 10px;
            margin: 2px 5px 2px 0;
            float: left;
        }

    .link-view .price-detail .left-content {
        width: calc(100% - 85px);
        float: left;
        padding: 7px 0 0 0;
    }

        .link-view .price-detail .left-content.full {
            width: 100%;
        }

    .link-view .price-detail .top, .link-view .price-detail .bottom {
        width: 100%;
        float: left;
    }

        .link-view .price-detail .top .left {
            float: left;
            color: #666;
            margin: 4px 0 0 0;
            padding: 0 0 0 21px;
            box-sizing: border-box;
            width: auto;
        }

            .link-view .price-detail .top .left.no-tag {
                padding: 0;
                margin: 12px 0 0 0;
            }

        .link-view .price-detail .top .right {
            float: right;
        }

        .link-view .price-detail .bottom .left {
            float: left;
            margin: 3px 0 0 0;
        }

        .link-view .price-detail .bottom .right {
            float: right;
        }

        .link-view .price-detail .top .new-price {
            color: #0f670f;
            font-size: 13px;
            font-weight: 700;
        }

            .link-view .price-detail .top .new-price.no-old-price {
                margin: 9px 0 -9px 0;
                float: left;
            }

        .link-view .price-detail .bottom .right .old-price {
            text-decoration: line-through;
            color: #666;
            font-size: 10px;
        }

.link-view > .bottom {
    width: 100%;
    float: left;
    background-color: #dedede;
    padding: 10px 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

    .link-view > .bottom .full-link {
        width: 100%;
        float: left;
        min-height: 48px
    }

        .link-view > .bottom .full-link a {
            color: #4a90e2;
            font-size: 13px;
            text-decoration: underline;
            word-wrap: break-word;
            line-break: anywhere;
        }

    .link-view > .bottom .action-buttons {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
    }

    .link-view > .bottom .related-topics {
        width: 100%;
        float: left;
        color: #666;
        font-size: 10px;
        margin: 10px 0 0 0;
        position: relative;
    }

        .link-view > .bottom .related-topics .left {
            position: absolute;
            left: 0;
            max-width: calc(100% - 50px);
        }

        .link-view > .bottom .related-topics .right {
            float: right;
            position: relative;
            background-color: #dedede;
            padding: 0 0 0 5px;
        }

        .link-view > .bottom .related-topics .left a {
            float: left;
            color: #666;
            text-decoration: underline;
            cursor: pointer;
        }

        .link-view > .bottom .related-topics .left span {
            float: left;
            position: relative;
            width:calc(100% - 45px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .link-view > .bottom .related-topics .right:after {
            content: '';
            position: absolute;
            left: -60px;
            top: 0;
            bottom: 0;
            width: 60px;
            background-image: linear-gradient(to right, rgba(222, 222, 222, 0) 10%, #dedede 80%, #dedede);
        }

        .link-view > .bottom .related-topics .right a {
            float: left;
            color: #666;
            text-decoration: underline;
            margin: 0 5px 0 0;
            cursor: pointer;
        }

.kl-ustu.sf {
    margin: 20px 0 30px 0;
}

.sf-right-module .link-content {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    z-index:9;
}

    .sf-right-module .link-content.opportunity-popup {
        height: initial;
        background-color: initial;
        position: relative;
        width: 100%;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
    }

        .sf-right-module .link-content.opportunity-popup.mini {
            height: 240px;
            overflow: hidden;
        }

            .sf-right-module .link-content.opportunity-popup.mini:after {
                content: '';
                left: 0;
                bottom: 0;
                right: 0;
                height: 147px;
                position: absolute;
                background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0) 53%, #eaeaea 100%);
                border-radius: 0 0 5px 5px;
            }

            .sf-right-module .link-content.opportunity-popup.mini .info-box {
                display: none;
            }

.forumyonlendirici.bottom .forumdizin {
    width: 100%;
    float: left;
}

.opportunity-box {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

    .opportunity-box:after {
        content: '';
        position: absolute;
        left: -12px;
        right: -12px;
        bottom: 0;
        height: 1px;
        background-color: #dedede;
    }

    .opportunity-box > .head {
        width: 100%;
        float: left;
    }

        .opportunity-box > .head .avatar {
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

            .opportunity-box > .head .avatar img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
            }

        .opportunity-box > .head > .left {
            float: left;
            margin: 0 0 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
        }

            .opportunity-box > .head > .left .nickname {
                font-weight: bold;
                color: #000;
                margin: 4px 0 0 0;
                display: inline-block;
            }

            .opportunity-box > .head > .left .description {
                color: #999;
                margin: 5px 0 0 0;
            }

        .opportunity-box > .head > .right {
            float: right;
            position: relative;
        }

            .opportunity-box > .head > .right .date {
                float: right;
                font-size: 16px;
                color: #999;
            }

            .opportunity-box > .head > .right .opportunity-menu {
                float: right;
                margin: -5px 0 0 5px;
            }

            .opportunity-box > .head > .right .sf-question-button {
                position: absolute;
                bottom: -18px;
                right: 0;
                white-space: nowrap;
                padding: 3px 9px 3px 9px;
                line-height: 14px
            }

.sf.profil-sag .kutu {
    border: none;
}

    .sf .profil-sag .kutu .head {
        width: 100%;
        float: left;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 1px 0 0 #c9c9c9;
        background-color: #f1f1f1;
        padding: 0 8px;
        box-sizing: border-box;
    }

        .sf .profil-sag .kutu .head .baslik {
            float: left;
            width: auto;
            border: none;
            background-color: transparent;
            font-family: Verdana;
            font-size: 14px;
        }

        .sf .profil-sag .kutu .head .refresh-suggestion {
            float: right;
            padding: 7px 0;
        }

    .sf .profil-sag .kutu .content {
        width: 100%;
        float: left;
        border-radius: 0 0 5px 5px;
        border: solid 1px #ccc;
        background-color: #dedede;
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }

        .sf .profil-sag .kutu .content .friend-box {
            margin: 0 20px 20px 0;
            font-family: Verdana;
        }

            .sf .profil-sag .kutu .content .friend-box:nth-child(2n+2) {
                margin: 0 0 20px 0;
            }

.sf.profil-sayfasi .kl-btn {
    padding: 0 10px 0 3px;
    letter-spacing: 0.4px;
}

.sf.profil-sayfasi .product-box {
    font-family: Verdana;
}

.sf.profil-sayfasi .opportunity-box > .head > .right {
    min-width: 170px;
}



.soltaraf.mini {
    width: calc(100% - 334px);
    float: left;
}

.sagtaraf.wide {
    width: 300px;
    float: right;
    margin: 0 0 0 34px;
}

.widget-2 {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 5px;
    border: solid 1px #d0a86c;
    background-color: #f6f6f6;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
}

    .widget-2 .order-section {
        height: 29px;
    }

        .widget-2 .order-section .move-up > img {
            margin: -6px 0 0 0;
        }

        .widget-2 .order-section .move.move-down img {
            margin: 7px 0 0 0;
        }

        .widget-2 .order-section img {
            margin: 10px 0 0 0;
        }

    .widget-2 .head {
        width: 100%;
        float: left;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 1px 0 0 #c9c9c9;
        background-color: #ededed;
        padding: 3px 5px 3px 10px;
        box-sizing: border-box;
    }

        .widget-2 .head > .icon {
            float: left;
            margin: 8px 9px 0 0;
            width: 21px;
        }

            .widget-2 .head > .icon.last-opened-topics {
                margin: 4px 9px 0 0;
            }

        .widget-2 .head .title {
            float: left;
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin: 5px 0 0 0;
        }

        .widget-2 .head .order-menu {
            padding: 7px 8px 10px 8px;
        }

    .widget-2 .line {
        width: 100%;
        float: left;
        border-bottom: 1px solid #dedede;
        padding: 13px 11px 8px 11px;
        box-sizing: border-box;
    }

        .widget-2 .line .left {
            float: left;
            margin: 0 9px 0 0;
        }

            .widget-2 .line .left .status {
                float: left;
            }

        .widget-2 .line .right {
            width: calc(100% - 30px);
            float: right;
        }

            .widget-2 .line .right .title {
                font-size: 14px;
                font-weight: bold;
                line-height: 18px;
                color: #000;
                float: left;
            }

            .widget-2 .line .right .bottom {
                width: 100%;
                float: left;
                margin: 3px 0 0 0;
            }

                .widget-2 .line .right .bottom .description {
                    float: left;
                    font-size: 13px;
                    letter-spacing: -0.38px;
                    color: #999;
                    line-height: 17px;
                }

                .widget-2 .line .right .bottom .push-topic {
                    float: right;
                }

    .widget-2 > .more {
        width: 100%;
        float: left;
        text-align: center;
        padding: 9px 10px 11px;
        font-size: 14px;
        font-weight: bold;
        color: #999;
        box-sizing: border-box;
    }

        .widget-2 > .more img {
            margin: -1px 10px 0;
            vertical-align: middle;
        }

    .widget-2.v2 .line .left .status {
        width: 24px;
        height: 24px;
        border-radius: 3px;
    }

    .widget-2.v2 .line .right {
        width: calc(100% - 35px);
    }

    .widget-2 .fav-button {
        border-radius: 15px;
        border: solid 1px #000;
        background-color: #fff;
        font-size: 14px;
        color: #000;
        display: inline-block;
        padding: 3px 10px;
        width: 72px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 0 -5px 0;
    }

        .widget-2 .fav-button.passive {
            border: solid 1px #e8e8e8;
            background-color: #dedede;
            color: #999;
        }

        .widget-2 .fav-button.follow {
            width: 92px;
        }

            .widget-2 .fav-button.follow img {
                float: left;
                margin: 2px 2px -2px 0;
            }

    .widget-2 .description.favorite-count {
        width: 72px;
        text-align: center;
        margin: 5px 0 0 0;
    }

    .widget-2.v2 .line .right .title {
        max-width: calc(100% - 72px);
    }

    .widget-2 .tabs {
        width: 100%;
        float: left;
        padding: 8px 0 0 0;
        background-color: #dedede;
    }

        .widget-2 .tabs .button {
            font-size: 14px;
            font-weight: bold;
            color: #777;
            border-radius: 5px 5px 0 0;
            background-image: linear-gradient(to top, #ccc, #ccc);
            float: left;
            margin: 0 0 0 10px;
            padding: 7px 15px;
            cursor: pointer;
        }

            .widget-2 .tabs .button.active {
                color: #000;
                background-color: #f6f6f6;
                background-image: none;
                padding: 9px 15px;
                margin: -4px 0 0 10px;
            }

    .widget-2.v3 .left {
        margin: 0 12px 0 0;
    }

        .widget-2.v3 .left .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: solid 1px #dedede;
            box-sizing: border-box;
        }

            .widget-2.v3 .left .avatar.no-avatar {
                background-color: #f60;
                text-align: center;
                line-height: 38px;
                font-weight: bold;
                color: #fff;
                font-size: 22px;
            }

    .widget-2.v3 .right {
        width: calc(100% - 53px)
    }

    .widget-2.v3 .bottom .description {
        font-style: oblique;
    }

    .widget-2.v3 .right .leftt {
        float: left;
        max-width: calc(100% - 121px)
    }

    .widget-2.v3 .right .info {
        font-size: 14px;
        color: #000;
        float: left;
        width: 100%;
    }

    .widget-2.v3 .right .rightt {
        float: right;
        padding: 4px 0 0 0;
    }

        .widget-2.v3 .right .rightt .ignore-button {
            float: right;
            padding: 2px;
            margin: 2px 0 2px 8px;
            font-size: 16px;
        }

            .widget-2.v3 .right .rightt .ignore-button.passive {
                color: #999;
            }

    .widget-2.v3 .line {
        padding: 13px 11px 13px 11px;
    }

        .widget-2.v3 .line .right .title {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .widget-2.v4 .line .left .status {
        width: 16px;
        height: 16px;
    }

    .widget-2.v4 .line .right .title {
        max-width: 95%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: Verdana;
    }

    .widget-2.v4 .line .right > .description {
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: -0.29px;
        color: #666;
        font-family: Verdana;
        font-size: 12px;
        float: left;
        margin: 3px 0 0 0;
    }

    .widget-2.v4 .line .right .bottom .description {
        float: right;
    }

    .widget-2.v4 .line .right .bottom {
        margin: 5px 0 0 0;
    }

    .widget-2.v4 .line .left {
        margin: 1px 4px 0 0;
    }

    .widget-2.v4 .line .right {
        width: calc(100% - 21px)
    }

    .widget-2.v5 .main-title {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #999;
        margin: 3px 0 8px 0;
        line-height: 18px;
    }

        .widget-2.v5 .main-title a {
            color: #000;
            font-weight: bold;
        }

    .widget-2.v5 .message {
        width: 100%;
        float: left;
        margin: 8px 0 8px 0;
        font-size: 14px;
        color: #000;
        font-style: oblique;
        line-height: 18px;
    }

        .widget-2.v5 .message i {
            float: left;
            color: #000;
            font-size: 18px;
            margin: 0 3px 0 0;
        }

        .widget-2.v5 .message span {
            font-style: normal;
            color: #999;
        }

        .widget-2.v5 .message .text {
            float: right;
            width: calc(100% - 25px);
        }

.sagtaraf footer {
    margin: 10px 0 30px 0;
    font-size: 14px;
    letter-spacing: -0.6px;
    text-align: center;
}

    .sagtaraf footer a {
        text-decoration: underline;
    }

.push-topic {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f5b345, #c7800e);
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 3px 8px 3px 7px;
    cursor: pointer;
}

    .push-topic img {
        float: left;
        margin: 3px 8px 0 0;
    }

    .push-topic.active {
        border: solid 1px #e5a132;
        background-color: #fff;
        background-image: none;
        color: #e5a132;
    }

        .push-topic.active img {
            float: right;
            margin: 0 0 0 8px;
        }


@media screen and (max-width:1366px) {
    .homepage-tab .tab {
        font-size: 14px;
    }

    .soltaraf.mini .populerkonu {
        min-width: initial;
        width: 100%;
        box-sizing: border-box;
    }

    .sagtaraf.wide {
        margin: 0 0 0 13px;
    }
}


/* .sf-right-module .link-add{
	width:100%;
	float:left;
	position:relative;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #f78d49;
	box-sizing: border-box;
	margin:0 0 29px 0;
}
.sf-right-module .link-add .link-input{
	width:100%;
	float:left;
	padding:15px;
	border-radius:5px;
	box-sizing:border-box;
	border:none;
	outline:none;
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	font-size: 16px;
	letter-spacing: -0.47px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.sf-right-module .link-add .link-input::placeholder{
	color: #999;
	font-family:Arial, Helvetica, sans-serif
} */

.link-view-container {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

/* YENİ EKLEMELER (11/07/2023) */

.finger-click {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background-color: #f1f1f1;
    font-size: 10px;
    color: #999;
    padding: 0 3px;
    pointer-events: none;
}

    .finger-click i {
        font-size: 12px;
        color: #999;
        float: left;
        margin: 0 2px 0 0;
    }

.ql-og-popup.v2 {
    display: inline-block
}

    .ql-og-popup.v2 .og-full-image {
        width: 90px;
        height: 90px !important;
        float: left;
        padding: 8px 0 8px 8px !important;
        margin: 0 !important;
        box-sizing: content-box;
        background-color: #fff;
        border: none !important;
        border-radius: 0 !important
    }

    .ql-og-popup.v2 .og-description {
        color: #999;
        font-size: 13px;
        float: right;
        width: calc(100% - 98px);
        padding: 0px 8px 8px 15px !important;
        border: none !important;
        border-radius: 0 !important;
    }

        .ql-og-popup.v2 .og-description img {
            float: left;
            border-radius: 50%;
            margin: 0 5px 0 0;
            width: 16px;
            height: 16px;
        }

    .ql-og-popup.v2 div.og-title, .ql-og-popup.v2 div.og-full-image, .ql-og-popup.v2 div.og-title span, .ql-og-popup.v2 .og-description, .ql-og-popup.v2 div.og-description span {
        display: inline-block !important;
    }

    .ql-og-popup.v2 div.og-title {
        width: calc(100% - 98px);
        float: right;
        padding: 18px 10px 8px 15px;
        border: none !important;
        border-radius: 0 !important;
        min-height: 82px;
    }

        .ql-og-popup.v2 div.og-title span {
            width: 100% !important;
            top: initial !important;
            margin: 0 !important;
        }

    .ql-og-popup.v2 a.og-link:after {
        content: initial !important;
    }

    .ql-og-popup.v2 a.og-link:before {
        content: initial !important;
    }

    .ql-og-popup.v2 a.og-link {
        float: left;
    }


.ql-mention-list-container {
    max-height: 300px;
    overflow: auto
}

.ql-mention-list-item span {
    max-width: 196px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ql-tweet,
.ql-youtube,
.ql-instagram,
.ql-vimeo,
.ql-dailymotion,
.ql-facebook,
.ql-imdb,
.ql-dhvideo,
.ql-streamable {
    display: inline-block;
    width: 100%;
    margin: 10px 0
}

    .ql-tweet iframe,
    .ql-tweet .twitter-tweet,
    .ql-youtube iframe,
    .ql-dhvideo iframe,
    .ql-instagram iframe,
    .ql-vimeo iframe,
    .ql-dailymotion iframe,
    .ql-facebook iframe,
    .ql-imdb iframe,
    .ql-streamable iframe {
        border: none
    }

    .ql-imdb > iframe {
        display: block !important;
        margin: auto !important
    }

    .ql-tweet .twitter-tweet {
        display: inherit !important;
        margin: inherit !important;
        float: inherit !important
    }

.ql-editor-popup iframe,
.ql-editor-popup .twitter-tweet {
    pointer-events: none
}

.ql-editor-popup .notblocked iframe,
.ql-editor-popup .notblocked .twitter-tweet {
    position: relative !important;
    pointer-events: auto !important
}

.ql-container-popup.ql-bubble-popup:not(.ql-disabled) a {
    white-space: normal;
    word-break: break-all
}

    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a::before {
        word-break: normal
    }

#textarea-emoji {
    top: 36px;
    right: 20px
}

.textarea-emoji-control {
    right: 20px
}

    .textarea-emoji-control:hover,
    #emoji-close-div:hover {
        cursor: pointer
    }

.emoji_completions {
    z-index: 1
}

[id^=editor_],
#vitrinEditor,
#vitrinPreview {
    height: auto;
    min-height: 100%;
    border: .5px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff
}

#vitrinEditor {
    min-height: auto
}

    #vitrinEditor .ql-editor-popup {
        min-height: 283px
    }

#vitrinPreview {
    min-height: auto
}

    #vitrinPreview .ql-editor-popup {
        background: #f1f1f1;
        min-height: 283px;
        height: 283px;
        overflow-y: hidden
    }

        #vitrinPreview .ql-editor-popup.ql-blank::before,
        #vitrin-baslik::placeholder {
            color: #999
        }

[id^=editor-overlay] {
    background: #e3e3e3;
    opacity: .75;
    width: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    padding: 0 10px;
    cursor: not-allowed;
    z-index: 1000
}

.ql-bubble-popup .ql-tooltip {
    white-space: normal;
    z-index: 100;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    min-width: 325px
}

.ql-tooltip-arrow {
    border-bottom-color: #000 !important
}

.ql-toolbar button,
.ql-color-picker {
    width: 30px !important;
    height: 28px !important
}

    .ql-color-picker .ql-picker-label {
        outline: none !important
    }

        .ql-color-picker .ql-picker-label svg {
            height: 100% !important
        }

.ql-picker.ql-expanded .ql-picker-options {
    margin-top: 6px !important
}

.ql-picker-options {
    background: #000 !important
}

.ql-formats {
    margin: 6px 11px 6px 11px !important
}

.ql-editor-popup {
    position: relative;
}

    .ql-editor-popup.readonly {
        min-height: 100%;
        padding: 10px !important
    }

        .ql-editor-popup.readonly > * {
            cursor: auto
        }

        .ql-editor-popup.readonly a {
            cursor: pointer;
            width: 100%;
        }

blockquote .ql-editor-popup.readonly {
    padding: 0 10px !important;
    font: 11px Verdana !important
}

.ql-editor-popup pre.ql-syntax {
    height: auto;
    min-height: 62px
}

.ql-spoiler-preview div.buttons,
.ql-quote-preview div.buttons {
    display: table;
    width: 640px;
    table-layout: fixed;
    border-collapse: separate
}

.ql-spoiler-preview button,
.ql-quote-preview button {
    display: table-cell;
    float: none;
    width: 318px;
    color: #333;
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #a8a8a8;
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold
}

    .ql-spoiler-preview button:hover,
    .ql-quote-preview button:hover {
        background-color: #e9e9e9
    }

    .ql-spoiler-preview button.ql-,
    .ql-quote-preview button.ql-ok {
        float: left
    }

        .ql-spoiler-preview button.ql-ok i,
        .ql-quote-preview button.ql-ok i {
            color: green
        }

    .ql-spoiler-preview button.ql-cancel,
    .ql-quote-preview button.ql-cancel {
        float: right
    }

        .ql-spoiler-preview button.ql-cancel i,
        .ql-quote-preview button.ql-cancel i {
            color: red
        }

.ql-spoiler-preview .inner-editor,
.ql-quote-preview .quote-editor {
    overflow-y: auto;
    width: 640px;
    height: 200px;
    background: #fff;
    border: 1px solid #000;
    cursor: text;
    color: #000
}

.ql-quote-preview .quote-editor {
    resize: none
}

.spoiler-visible {
    display: initial !important
}

.ql-editor-popup span.mention {
    display: inline-block;
    width: auto
}

    .ql-editor-popup span.mention a {
        text-decoration: none
    }

    .ql-editor-popup span.mention[data-mention-hidden="1"] {
        display: none
    }

.ql-editor-popup a.readonly {
    cursor: pointer !important
}

.ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=small]::before,
.ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-value="small"]::before {
    content: 'Küçük'
}

.ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=medium]::before,
.ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-value="normal"]::before {
    content: 'Normal'
}

.ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=large]::before,
.ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-value="large"]::before {
    content: 'Büyük'
}

.editorloader {
    opacity: 1;
    z-index: 1001;
    position: relative;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #ee6349;
    width: 70px;
    height: 70px;
    left: 45%;
    top: 35%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.dh-editor-insert-plugin {
    outline: 0 solid transparent
}

    .dh-editor-insert-plugin .clearfix::after,
    .dh-editor-insert-plugin .clearfix::before,
    .dh-editor-insert-plugin::after,
    .dh-editor-insert-plugin::before {
        content: " ";
        display: table;
        clear: both
    }

    .dh-editor-insert-plugin progress {
        display: block;
        margin: 1em auto
    }

    .dh-editor-insert-plugin .hide {
        display: none
    }

    .dh-editor-insert-plugin.dh-editor-placeholder::after {
        padding: 1em 0
    }

    .dh-editor-insert-plugin .dh-insert-buttons {
        position: absolute;
        color: #ddd;
        font-size: .9em;
        left: -45px;
        top: 14px;
        display: block;
        margin-top: 0
    }

        .dh-editor-insert-plugin .dh-insert-buttons button {
            display: block;
            margin: 0 5px;
            cursor: pointer;
            color: #ddd;
            background: #fff;
            width: 40px;
            height: 40px;
            box-sizing: border-box;
            border-radius: 20px;
            border: 1px solid #000;
            line-height: 10px;
            text-align: center;
            padding: 0;
            outline: none
        }

        .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-show {
            font-size: 25px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: transform 100ms;
            transition: transform 100ms
        }

            .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-show span {
                display: block;
                margin-top: -4px
            }

            .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-show.dh-insert-buttons-rotate {
                -webkit-transition: transform 250ms;
                transition: transform 250ms;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

        .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons {
            margin: 0;
            padding: 0;
            list-style: none;
            display: none;
            position: relative;
            z-index: 2;
            left: 55px;
            top: -40px
        }

            .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li {
                display: inline-block;
                margin: 0
            }

                .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li .fa {
                    font-size: 15px
                }

        .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-show {
            box-sizing: border-box;
            display: block;
            width: 40px;
            height: 40px;
            margin-top: -10px;
            border: 1px solid #000;
            background-color: #fff;
            border-radius: 50%;
            font-size: 25px;
            line-height: 28px;
            text-align: center;
            text-decoration: none;
            -webkit-transition: transform 250ms;
            transition: transform 250ms;
            outline: none
        }

            .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-show img {
                display: inline-block;
                margin: 8px 0
            }

        .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons {
            margin: 0;
            padding: 0;
            list-style: none;
            display: none;
            position: relative;
            z-index: 2;
            left: 55px;
            top: -40px
        }

            .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li {
                display: inline-block;
                background-color: transparent;
                float: left
            }

                .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li a {
                    box-sizing: border-box;
                    display: inline-block;
                    margin: 0 5px;
                    width: 40px;
                    height: 40px;
                    border-radius: 20px;
                    border: 1px solid #000;
                    font-size: 20px;
                    line-height: 28px;
                    text-align: center
                }

                    .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li a:hover {
                        background-color: transparent
                    }

                    .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li a img {
                        display: inline-block;
                        margin: 8px 0
                    }

        .dh-editor-insert-plugin .dh-insert-buttons a {
            text-decoration: underline;
            cursor: pointer
        }

        .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li a .fa {
            font-size: 15px
        }

        .dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-show.dh-insert-buttons-rotate {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

.editable p {
    margin: 20px 0
}

.dh-editor-insert-plugin .dh-insert-buttons .dh-insert-buttons-addons li:first-child button {
    margin: 0 5px 0 15px
}

.readonly.psimg {
    cursor: pointer !important;
    position: relative;
    display: contents
}

    .readonly.psimg img {
        cursor: pointer !important
    }

.ql-editor-popup.ql-blank::before {
    font-style: normal;
    top: 12px
}

.ql-editor-popup quote,
.ql-editor-popup spoiler {
    display: block
}

.ql-editor-popup quoteitem,
.ql-editor-popup spoileritem {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0
}

.ql-editor-popup quote.ql-quote,
.ql-editor-popup spoiler.ql-spoiler {
    background-color: #e8e8e8 !important;
    border: none !important;
    padding: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    border-radius: 5px !important
}

.ql-editor-popup pre.ql-syntax {
}

.ql-editor-popup spoiler.ql-spoiler.readonly[data-spoiler-hidden="1"] {
    width: 262px
}

.ql-editor-popup spoiler.ql-spoiler.readonly {
    cursor: pointer
}

    .ql-editor-popup spoiler.ql-spoiler.readonly spoileritem {
        display: none
    }

.ql-quote div.ql-quote-title,
.ql-spoiler div.ql-spoiler-title,
.ql-syntax div.ql-code-title {
    display: block
}

    .ql-quote div.ql-quote-title h4,
    .ql-quote div.ql-quote-title span,
    .ql-spoiler div.ql-spoiler-title h4,
    .ql-spoiler div.ql-spoiler-title span,
    .ql-syntax div.ql-code-title h4,
    .ql-syntax div.ql-code-title span {
        display: inline
    }

.ql-code-title {
    padding-bottom: 5px
}

.ql-editor-popup quote.ql-quote.readonly quoteitem:first-of-type::before {
    content: '“'
}

.ql-editor-popup quote.ql-quote.readonly quoteitem:last-of-type::after {
    content: '”'
}

.ql-editor-popup .instagram-media {
    border: 1px solid #e1e8ed
}

.ql-container-popup.ql-bubble-popup:not(.ql-disabled) a::before {
    content: attr(data-href)
}

.ql-container-popup.ql-bubble-popup:not(.ql-disabled) span.mention a::before {
    content: attr(href)
}

.ql-editor-popup.readonly a::before,
.ql-editor-popup.readonly a::after {
    content: none !important
}

.ql-editor-popup pre.ql-syntax {
    width: auto
}

.ql-container-popup.ql-bubble-popup:not(.ql-disabled) .ql-editor-popup a.ql-sil::before,
.ql-container-popup.ql-bubble-popup:not(.ql-disabled) .ql-editor-popup a.ql-sil::after {
    content: none !important
}

.ql-editor-popup a.ql-sil {
    text-align: center;
    text-decoration: none;
    position: relative !important;
    float: right;
    top: -20px;
    cursor: pointer;
    padding: 3px 5px;
    background-color: #ccc;
    border-radius: 5px
}

.ql-editor-popup .ql-syntax a.ql-sil {
    top: -25px
}

.ql-editor-popup ql-syntax a.ql-sil {
    padding-top: 0
}

.ql-editor-popup a.ql-sil:hover {
    color: #666
}

/* .ql-editor-popup .ql-og-popup *{
    pointer-events:none
} */
.ql-editor-popup .ql-og-popup a.og-sil {
    pointer-events: auto
}

.ql-editor-popup.readonly .ql-og-popup * {
    pointer-events: auto
}

.ql-editor-popup .ql-og-popup {
    position: relative;
    width: 345px;
    border-color: #ccc;
    border-radius: 5px;
    background-color: #dedede;
    margin-bottom: 22px
}

    .ql-editor-popup .ql-og-popup a.og-link {
        width: 100%;
        padding: 12.5px;
        font-family: Verdana;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a90e2;
        display: block;
        border: 2px solid #ccc;
        border-top: none;
        border-bottom: none;
        border-radius: 0;
    }

    .ql-editor-popup .ql-og-popup div.og-video {
        text-align: center;
        margin: 0 auto;
        height: 195px;
        max-height: 400px;
        border: 2px solid #ccc;
        border-radius: 5px
    }

        .ql-editor-popup .ql-og-popup div.og-video iframe {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            border-radius: 5px;
            border-bottom: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0
        }

    .ql-editor-popup .ql-og-popup div.og-title {
        position: relative;
        border-radius: 5px;
        border: 2px solid #ccc;
        background-color: #fff;
        padding: 8px;
        min-height: 58px;
        display: flex
    }

        .ql-editor-popup .ql-og-popup div.og-title.with-description {
            border-bottom: none;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .ql-editor-popup .ql-og-popup div.og-title.with-video, .ql-editor-popup .ql-og-popup div.og-title.with-full-image {
            border-top: none;
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .ql-editor-popup .ql-og-popup div.og-title img {
            width: 90px;
            height: 90px;
            object-fit: contain;
            display: inline-flex !important;
            -ms-align-items: center;
            -webkit-align-items: center;
            align-items: center
        }

            .ql-editor-popup .ql-og-popup div.og-title img.rounded {
                border-radius: 50%;
                width: 24px;
                height: 24px;
                background-color: #f1f1f1;
                padding: 8px;
                box-sizing: content-box;
            }

        .ql-editor-popup .ql-og-popup div.og-title span {
            position: relative;
            top: -8px;
            display: inline-flex !important;
            -ms-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            font-weight: bold;
            margin-left: 5px;
            width: calc(100% - 100px)
        }

            .ql-editor-popup .ql-og-popup div.og-title span.withoutsub {
                top: 0
            }

            .ql-editor-popup .ql-og-popup div.og-title span.with-video, .ql-editor-popup .ql-og-popup div.og-title span.with-full-image {
                width: calc(100% - 50px)
            }

            .ql-editor-popup .ql-og-popup div.og-title span.without-image {
                width: 100%
            }

            .ql-editor-popup .ql-og-popup div.og-title span.ql-og-popup-title-sub {
                position: absolute;
                float: left;
                left: 49px;
                top: 31px;
                color: #999999;
                font-size: 13px;
                font-weight: normal;
            }

    .ql-editor-popup .ql-og-popup div.og-description {
        padding: 0 8px 8px 8px;
        border: 2px solid #ccc;
        background-color: #fff;
        border-top: none;
        border-bottom: none;
        word-break: break-word;
        max-height: 250px;
        overflow: hidden;
    }

        .ql-editor-popup .ql-og-popup div.og-description span {
            display: inline-flex !important;
            -ms-align-items: baseline;
            -webkit-align-items: baseline;
            align-items: baseline;
            width: calc(100% - 40px);
        }

        .ql-editor-popup .ql-og-popup div.og-description .notification-button {
            float: right;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: solid 1px #f78d49;
            background-color: #fff;
            text-align: center;
            box-sizing: border-box;
            cursor: pointer;
        }

            .ql-editor-popup .ql-og-popup div.og-description .notification-button:hover {
                background-color: rgba(249, 141, 73, 0.08);
            }

            .ql-editor-popup .ql-og-popup div.og-description .notification-button i {
                color: #f88d49;
                line-height: 30px;
                font-size: 22px;
                margin: -2px 0 0 0;
                display: inline-block;
            }

    .ql-editor-popup .ql-og-popup div.og-full-image {
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        display: flex;
        height: 100%;
        max-height: 400px;
        border: 2px solid #ccc;
        border-radius: 8px 8px 0 0;
        border-bottom: none;
    }

.og-full-image .og-link2 {
    width: 100%;
    background-color: #fff;
}

.ql-editor-popup .ql-og-popup div.og-full-image img {
    /* height:100%; */
    object-fit: cover;
    border-radius: 5px;
    border-bottom: none;
    float: left;
}

.ql-editor-popup .ql-og-popup span.hide-preview {
    width: 180px;
    height: 16px;
    border-radius: 100px;
    background-color: #ccc;
    position: relative;
    float: right;
    font-size: 11px;
    text-align: right;
    right: -18px;
    padding-right: 6px;
    top: -9px;
    color: #666
}

.ql-editor-popup .ql-og-popup a.og-sil {
    position: relative;
    top: -18px;
    float: right;
    left: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f96f4f;
    color: #666;
    text-decoration: none;
    text-align: center;
    z-index: 1
}

    .ql-editor-popup .ql-og-popup a.og-sil::before, .ql-editor-popup .ql-og-popup a.og-sil::after {
        content: none
    }

    .ql-editor-popup .ql-og-popup a.og-sil img {
        width: 18px;
        position: relative;
        top: 5px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

.ql-editor-popup .ql-og-popup .action-buttons {
    background-color: transparent;
    border: 2px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    width: 100%;
    margin: 0;
    padding: 0 10px 10px 10px;
    height: auto;
}

    .ql-editor-popup .ql-og-popup .action-buttons .sf-product-box-button, .ql-editor-popup .ql-og-popup .action-buttons .sf-product-box-button i, .ql-editor-popup .ql-og-popup .action-buttons .sf-product-box-button img {
        float: initial;
        display: inline-block;
        vertical-align: middle;
    }

        .ql-editor-popup .ql-og-popup .action-buttons .sf-product-box-button.refresh {
            padding: 6px;
        }

    .ql-editor-popup .ql-og-popup .action-buttons .sf-product-box-button {
        padding: 5px 9px 6px 9px;
        margin: 0 5px 0 0;
    }

.ql-editor-popup h5 {
    font-weight: normal;
    font-size: .85em
}

.ql-header img {
    content: url("/static/forum/editor/img/font_kucult.png")
}

.ql-header.ql-active img {
    content: url("/static/forum/editor/img/font_buyult.png")
}

.ql-editor-popup .ql-emoji {
    vertical-align: inherit
}

    .ql-editor-popup .ql-emoji .ap {
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle;
        vertical-align: -moz-middle-with-baseline
    }

#quill-editor {
    position: relative
}

.mention {
    color: #0366d6
}

.completions {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25)
}

    .completions > li {
        margin: 0;
        padding: 0
    }

        .completions > li > button {
            box-sizing: border-box;
            height: 2em;
            padding: .25em .5em;
            margin: 0;
            display: block;
            width: 100%;
            text-align: left;
            border: none;
            background: none
        }

            .completions > li > button:hover {
                background: #ddd
            }

            .completions > li > button:focus {
                background: #ddd;
                outline: none
            }

            .completions > li > button > .matched {
                font-weight: bold;
                color: #000
            }

            .completions > li > button > * {
                vertical-align: middle
            }

.emoji_completions {
    list-style: none;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 6px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12)
}

    .emoji_completions li {
        margin: 2px 0;
        padding: 0;
        display: inline-block
    }

        .emoji_completions li:not(:last-of-type) {
            margin-right: 3px
        }

    .emoji_completions > li > button {
        box-sizing: border-box;
        padding: 3px 2px 6px;
        margin: 0;
        display: block;
        width: 100%;
        text-align: left;
        border: none;
        background: #efefef;
        border-radius: 3px
    }

        .emoji_completions > li > button:hover {
            background: #2d9ee0;
            color: #fff
        }

        .emoji_completions > li > button:focus {
            background: #2d9ee0;
            outline: none;
            color: #fff
        }

        .emoji_completions > li > button.emoji-active {
            background: red;
            background: #2d9ee0;
            outline: none;
            color: #fff
        }

        .emoji_completions > li > button > .matched {
            font-weight: bold
        }

        .emoji_completions > li > button > * {
            vertical-align: middle
        }

.ico {
    margin-right: 5px;
    font-size: 18px;
    line-height: 0;
    vertical-align: middle
}

#emoji-palette {
    position: absolute;
    max-width: 250px;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .15)
}

.bem {
    font-size: 24px;
    width: 34px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 2px
}

#tab-filters {
    width: 210px;
    margin: 0 auto;
    margin-top: 20px
}

.emoji-tab {
    display: inline-table;
    text-align: center;
    width: 30px;
    height: 100%;
    min-height: 30px;
    cursor: pointer
}

#tab-toolbar {
    background-color: #f7f7f7;
    padding: 4px 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

    #tab-toolbar ul {
        margin: 0;
        padding: 0
    }

    #tab-toolbar .active {
        border-bottom: 3px solid #2ab27b
    }

#tab-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 220px;
    overflow-y: scroll;
    padding: 2px;
    background: #fff
}

#quill-editor x-contain,
contain {
    background: #fb8;
    display: block
}

#quill-editor table {
    width: 100%;
    border-collapse: collapse
}

    #quill-editor table td {
        border: 1px solid #000;
        padding: 5px;
        height: 25px
    }

.ql-editor-popup {
    min-height: 350px;
    overflow-y: visible;
    word-wrap: break-word;
    font: 13px Verdana !important
}

.ql-container-popup {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

    .ql-container-popup.ql-disabled .ql-tooltip {
        visibility: hidden
    }

    .ql-container-popup.ql-disabled .ql-editor-popup ul[data-checked] > li::before {
        pointer-events: none
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

    .ql-clipboard p {
        margin: 0;
        padding: 0
    }

.ql-editor-popup > * {
    cursor: text
}

.ql-editor-popup p,
.ql-editor-popup ol,
.ql-editor-popup ul,
.ql-editor-popup pre,
.ql-editor-popup blockquote,
.ql-editor-popup h1,
.ql-editor-popup h2,
.ql-editor-popup h3,
.ql-editor-popup h4,
.ql-editor-popup h5,
.ql-editor-popup h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor-popup ol,
.ql-editor-popup ul {
    padding-left: 1.5em
}

    .ql-editor-popup ol > li,
    .ql-editor-popup ul > li {
        list-style-type: none
    }

        .ql-editor-popup ul > li::before {
            content: '•'
        }

    .ql-editor-popup ul[data-checked=true],
    .ql-editor-popup ul[data-checked=false] {
        pointer-events: none
    }

        .ql-editor-popup ul[data-checked=true] > li *,
        .ql-editor-popup ul[data-checked=false] > li * {
            pointer-events: all
        }

        .ql-editor-popup ul[data-checked=true] > li::before,
        .ql-editor-popup ul[data-checked=false] > li::before {
            color: #777;
            cursor: pointer;
            pointer-events: all
        }

        .ql-editor-popup ul[data-checked=true] > li::before {
            content: '☑'
        }

        .ql-editor-popup ul[data-checked=false] > li::before {
            content: '☐'
        }

.ql-editor-popup li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor-popup li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor-popup li.ql-direction-rtl::before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor-popup ol li:not(.ql-direction-rtl),
.ql-editor-popup ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor-popup ol li.ql-direction-rtl,
.ql-editor-popup ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor-popup ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

    .ql-editor-popup ol li:before {
        content: counter(list-0, decimal) '. '
    }

    .ql-editor-popup ol li.ql-indent-1 {
        counter-increment: list-1
    }

        .ql-editor-popup ol li.ql-indent-1:before {
            content: counter(list-1, lower-alpha) '. '
        }

    .ql-editor-popup ol li.ql-indent-1 {
        counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-2 {
        counter-increment: list-2
    }

        .ql-editor-popup ol li.ql-indent-2:before {
            content: counter(list-2, lower-roman) '. '
        }

    .ql-editor-popup ol li.ql-indent-2 {
        counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-3 {
        counter-increment: list-3
    }

        .ql-editor-popup ol li.ql-indent-3:before {
            content: counter(list-3, decimal) '. '
        }

    .ql-editor-popup ol li.ql-indent-3 {
        counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-4 {
        counter-increment: list-4
    }

        .ql-editor-popup ol li.ql-indent-4:before {
            content: counter(list-4, lower-alpha) '. '
        }

    .ql-editor-popup ol li.ql-indent-4 {
        counter-reset: list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-5 {
        counter-increment: list-5
    }

        .ql-editor-popup ol li.ql-indent-5:before {
            content: counter(list-5, lower-roman) '. '
        }

    .ql-editor-popup ol li.ql-indent-5 {
        counter-reset: list-6 list-7 list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-6 {
        counter-increment: list-6
    }

        .ql-editor-popup ol li.ql-indent-6:before {
            content: counter(list-6, decimal) '. '
        }

    .ql-editor-popup ol li.ql-indent-6 {
        counter-reset: list-7 list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-7 {
        counter-increment: list-7
    }

        .ql-editor-popup ol li.ql-indent-7:before {
            content: counter(list-7, lower-alpha) '. '
        }

    .ql-editor-popup ol li.ql-indent-7 {
        counter-reset: list-8 list-9
    }

    .ql-editor-popup ol li.ql-indent-8 {
        counter-increment: list-8
    }

        .ql-editor-popup ol li.ql-indent-8:before {
            content: counter(list-8, lower-roman) '. '
        }

    .ql-editor-popup ol li.ql-indent-8 {
        counter-reset: list-9
    }

    .ql-editor-popup ol li.ql-indent-9 {
        counter-increment: list-9
    }

        .ql-editor-popup ol li.ql-indent-9:before {
            content: counter(list-9, decimal) '. '
        }

.ql-editor-popup .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor-popup li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor-popup .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor-popup li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor-popup .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor-popup li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor-popup .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor-popup li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor-popup .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor-popup li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor-popup .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor-popup li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor-popup .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor-popup li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor-popup .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor-popup li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor-popup .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor-popup li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor-popup .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor-popup li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor-popup .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor-popup li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor-popup .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor-popup li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor-popup .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor-popup li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor-popup .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor-popup li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor-popup .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor-popup li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor-popup .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor-popup li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor-popup .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor-popup li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor-popup .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor-popup li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor-popup .ql-video {
    display: block;
    max-width: 100%
}

    .ql-editor-popup .ql-video.ql-align-center {
        margin: 0 auto
    }

    .ql-editor-popup .ql-video.ql-align-right {
        margin: 0 0 0 auto
    }

.ql-editor-popup .ql-bg-black {
    background-color: #000
}

.ql-editor-popup .ql-bg-red {
    background-color: #e60000
}

.ql-editor-popup .ql-bg-orange {
    background-color: #f90
}

.ql-editor-popup .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor-popup .ql-bg-green {
    background-color: #008a00
}

.ql-editor-popup .ql-bg-blue {
    background-color: #06c
}

.ql-editor-popup .ql-bg-purple {
    background-color: #93f
}

.ql-editor-popup .ql-color-white {
    color: #fff
}

.ql-editor-popup .ql-color-red {
    color: #e60000
}

.ql-editor-popup .ql-color-orange {
    color: #f90
}

.ql-editor-popup .ql-color-yellow {
    color: #ff0
}

.ql-editor-popup .ql-color-green {
    color: #008a00
}

.ql-editor-popup .ql-color-blue {
    color: #06c
}

.ql-editor-popup .ql-color-purple {
    color: #93f
}

.ql-editor-popup .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor-popup .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor-popup .ql-size-small {
    font-size: .75em
}

.ql-editor-popup .ql-size-large {
    font-size: 1.5em
}

.ql-editor-popup .ql-size-huge {
    font-size: 2.5em
}

.ql-editor-popup .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor-popup .ql-align-center {
    text-align: center
}

.ql-editor-popup .ql-align-justify {
    text-align: justify
}

.ql-editor-popup .ql-align-right {
    text-align: right
}

.ql-editor-popup.ql-blank::before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

    .ql-snow.ql-toolbar button svg,
    .ql-snow .ql-toolbar button svg {
        float: left;
        height: 100%
    }

    .ql-snow.ql-toolbar button:active:hover,
    .ql-snow .ql-toolbar button:active:hover {
        outline: none
    }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c
}

    .ql-snow.ql-toolbar button:hover .ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
        fill: #06c
    }

    .ql-snow.ql-toolbar button:hover .ql-stroke,
    .ql-snow .ql-toolbar button:hover .ql-stroke,
    .ql-snow.ql-toolbar button:focus .ql-stroke,
    .ql-snow .ql-toolbar button:focus .ql-stroke,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
        stroke: #06c
    }

@media(pointer:coarse) {

    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444
        }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444
        }
}

.ql-snow {
    box-sizing: border-box
}

    .ql-snow * {
        box-sizing: border-box
    }

    .ql-snow .ql-hidden {
        display: none
    }

    .ql-snow .ql-out-bottom,
    .ql-snow .ql-out-top {
        visibility: hidden
    }

    .ql-snow .ql-tooltip {
        position: absolute;
        transform: translateY(10px)
    }

        .ql-snow .ql-tooltip a {
            cursor: pointer;
            text-decoration: none
        }

        .ql-snow .ql-tooltip.ql-flip {
            transform: translateY(-10px)
        }

    .ql-snow .ql-formats {
        display: inline-block;
        vertical-align: middle
    }

        .ql-snow .ql-formats:after {
            clear: both;
            content: '';
            display: table
        }

    .ql-snow .ql-stroke {
        fill: none;
        stroke: #444;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2
    }

    .ql-snow .ql-stroke-miter {
        fill: none;
        stroke: #444;
        stroke-miterlimit: 10;
        stroke-width: 2
    }

    .ql-snow .ql-fill,
    .ql-snow .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow .ql-empty {
        fill: none
    }

    .ql-snow .ql-even {
        fill-rule: evenodd
    }

    .ql-snow .ql-thin,
    .ql-snow .ql-stroke.ql-thin {
        stroke-width: 1
    }

    .ql-snow .ql-transparent {
        opacity: .4
    }

    .ql-snow .ql-direction svg:last-child {
        display: none
    }

    .ql-snow .ql-direction.ql-active svg:last-child {
        display: inline
    }

    .ql-snow .ql-direction.ql-active svg:first-child {
        display: none
    }

    .ql-snow .ql-editor-popup h1 {
        font-size: 2em
    }

    .ql-snow .ql-editor-popup h2 {
        font-size: 1.5em
    }

    .ql-snow .ql-editor-popup h3 {
        font-size: 1.17em
    }

    .ql-snow .ql-editor-popup h4 {
        font-size: 1em
    }

    .ql-snow .ql-editor-popup h5 {
        font-size: .83em
    }

    .ql-snow .ql-editor-popup h6 {
        font-size: .67em
    }

    .ql-snow .ql-editor-popup a {
        text-decoration: underline
    }

    .ql-snow .ql-editor-popup blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px
    }

    .ql-snow .ql-editor-popup code,
    .ql-snow .ql-editor-popup pre {
        background-color: #f0f0f0;
        border-radius: 3px
    }

    .ql-snow .ql-editor-popup pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px
    }

    .ql-snow .ql-editor-popup code {
        font-size: 85%;
        padding: 2px 4px
    }

    .ql-snow .ql-editor-popup pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible
    }

    .ql-snow .ql-editor-popup img {
        max-width: 100%
    }

    .ql-snow .ql-picker {
        color: #444;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle
    }

    .ql-snow .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%
    }

        .ql-snow .ql-picker-label::before {
            display: inline-block;
            line-height: 22px
        }

    .ql-snow .ql-picker-options {
        background-color: #fff;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap
    }

        .ql-snow .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #ccc;
        z-index: 2
    }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #ccc
        }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #ccc
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: 100%;
        z-index: 1
    }

    .ql-snow .ql-color-picker,
    .ql-snow .ql-icon-picker {
        width: 28px
    }

        .ql-snow .ql-color-picker .ql-picker-label,
        .ql-snow .ql-icon-picker .ql-picker-label {
            padding: 2px 4px
        }

            .ql-snow .ql-color-picker .ql-picker-label svg,
            .ql-snow .ql-icon-picker .ql-picker-label svg {
                right: 4px
            }

        .ql-snow .ql-icon-picker .ql-picker-options {
            padding: 4px 0
        }

        .ql-snow .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px
        }

        .ql-snow .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px
        }

        .ql-snow .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0;
            width: 16px
        }

    .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px
    }

    .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
        content: attr(data-label)
    }

    .ql-snow .ql-picker.ql-header {
        width: 98px
    }

        .ql-snow .ql-picker.ql-header .ql-picker-label::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item::before {
            content: 'Normal'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            content: 'Heading 1'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            content: 'Heading 2'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            content: 'Heading 3'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            content: 'Heading 4'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            content: 'Heading 5'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            content: 'Heading 6'
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            font-size: 2em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            font-size: 1.5em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            font-size: 1.17em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            font-size: 1em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            font-size: .83em
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            font-size: .67em
        }

    .ql-snow .ql-picker.ql-font {
        width: 108px
    }

        .ql-snow .ql-picker.ql-font .ql-picker-label::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item::before {
            content: 'Sans Serif'
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            content: 'Serif'
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            content: 'Monospace'
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            font-family: Georgia, Times New Roman, serif
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            font-family: Monaco, Courier New, monospace
        }

    .ql-snow .ql-picker.ql-size {
        width: 98px
    }

        .ql-snow .ql-picker.ql-size .ql-picker-label::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item::before {
            content: 'Normal'
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            content: 'Small'
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            content: 'Large'
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            content: 'Huge'
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            font-size: 10px
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            font-size: 18px
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            font-size: 32px
        }

    .ql-snow .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff
    }

    .ql-snow .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000
    }

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px
}

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 15px
    }

    .ql-toolbar.ql-snow .ql-picker-label {
        border: 1px solid transparent
    }

    .ql-toolbar.ql-snow .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: rgba(0, 0, 0, .2) 0 2px 8px
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
        border-color: #ccc
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc
    }

    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
        border-color: #000
    }

    .ql-toolbar.ql-snow + .ql-container-popup.ql-snow {
        border-top: 0
    }

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

    .ql-snow .ql-tooltip::before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px
    }

    .ql-snow .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0;
        padding: 3px 5px;
        width: 170px
    }

    .ql-snow .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top
    }

    .ql-snow .ql-tooltip a.ql-action::after {
        border-right: 1px solid #ccc;
        content: 'Edit';
        margin-left: 16px;
        padding-right: 8px
    }

    .ql-snow .ql-tooltip a.ql-remove::before {
        content: 'Remove';
        margin-left: 8px
    }

    .ql-snow .ql-tooltip a {
        line-height: 26px
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-preview,
    .ql-snow .ql-tooltip.ql-editing a.ql-remove {
        display: none
    }

    .ql-snow .ql-tooltip.ql-editing input[type=text] {
        display: inline-block
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
        border-right: 0;
        content: 'Save';
        padding-right: 0
    }

    .ql-snow .ql-tooltip[data-mode=link]::before {
        content: "Enter link:"
    }

    .ql-snow .ql-tooltip[data-mode=formula]::before {
        content: "Enter formula:"
    }

    .ql-snow .ql-tooltip[data-mode=video]::before {
        content: "Enter video:"
    }

.ql-snow a {
    color: #06c
}

.ql-container-popup.ql-snow {
    border: 1px solid #ccc
}

.ql-container-popup {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

    .ql-container-popup.ql-disabled .ql-tooltip {
        visibility: hidden
    }

    .ql-container-popup.ql-disabled .ql-editor-popup ul[data-checked] > li::before {
        pointer-events: none
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

    .ql-clipboard p {
        margin: 0;
        padding: 0
    }

.ql-editor-popup {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    /* white-space: pre-wrap; */
    word-wrap: break-word
}

    .ql-editor-popup > * {
        cursor: text
    }

    .ql-editor-popup p,
    .ql-editor-popup ol,
    .ql-editor-popup ul,
    .ql-editor-popup pre,
    .ql-editor-popup blockquote,
    .ql-editor-popup h1,
    .ql-editor-popup h2,
    .ql-editor-popup h3,
    .ql-editor-popup h4,
    .ql-editor-popup h5,
    .ql-editor-popup h6 {
        margin: 0;
        padding: 0;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
    }

    .ql-editor-popup ol,
    .ql-editor-popup ul {
        padding-left: 1.5em
    }

        .ql-editor-popup ol > li,
        .ql-editor-popup ul > li {
            list-style-type: none
        }

            .ql-editor-popup ul > li::before {
                content: '•'
            }

        .ql-editor-popup ul[data-checked=true],
        .ql-editor-popup ul[data-checked=false] {
            pointer-events: none
        }

            .ql-editor-popup ul[data-checked=true] > li *,
            .ql-editor-popup ul[data-checked=false] > li * {
                pointer-events: all
            }

            .ql-editor-popup ul[data-checked=true] > li::before,
            .ql-editor-popup ul[data-checked=false] > li::before {
                color: #777;
                cursor: pointer;
                pointer-events: all
            }

            .ql-editor-popup ul[data-checked=true] > li::before {
                content: '☑'
            }

            .ql-editor-popup ul[data-checked=false] > li::before {
                content: '☐'
            }

    .ql-editor-popup li::before {
        display: inline-block;
        white-space: nowrap;
        width: 1.2em
    }

    .ql-editor-popup li:not(.ql-direction-rtl)::before {
        margin-left: -1.5em;
        margin-right: .3em;
        text-align: right
    }

    .ql-editor-popup li.ql-direction-rtl::before {
        margin-left: .3em;
        margin-right: -1.5em
    }

    .ql-editor-popup ol li:not(.ql-direction-rtl),
    .ql-editor-popup ul li:not(.ql-direction-rtl) {
        padding-left: 1.5em
    }

    .ql-editor-popup ol li.ql-direction-rtl,
    .ql-editor-popup ul li.ql-direction-rtl {
        padding-right: 1.5em
    }

    .ql-editor-popup ol li {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0
    }

        .ql-editor-popup ol li:before {
            content: counter(list-0, decimal) '. '
        }

        .ql-editor-popup ol li.ql-indent-1 {
            counter-increment: list-1
        }

            .ql-editor-popup ol li.ql-indent-1:before {
                content: counter(list-1, lower-alpha) '. '
            }

        .ql-editor-popup ol li.ql-indent-1 {
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-2 {
            counter-increment: list-2
        }

            .ql-editor-popup ol li.ql-indent-2:before {
                content: counter(list-2, lower-roman) '. '
            }

        .ql-editor-popup ol li.ql-indent-2 {
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-3 {
            counter-increment: list-3
        }

            .ql-editor-popup ol li.ql-indent-3:before {
                content: counter(list-3, decimal) '. '
            }

        .ql-editor-popup ol li.ql-indent-3 {
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-4 {
            counter-increment: list-4
        }

            .ql-editor-popup ol li.ql-indent-4:before {
                content: counter(list-4, lower-alpha) '. '
            }

        .ql-editor-popup ol li.ql-indent-4 {
            counter-reset: list-5 list-6 list-7 list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-5 {
            counter-increment: list-5
        }

            .ql-editor-popup ol li.ql-indent-5:before {
                content: counter(list-5, lower-roman) '. '
            }

        .ql-editor-popup ol li.ql-indent-5 {
            counter-reset: list-6 list-7 list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-6 {
            counter-increment: list-6
        }

            .ql-editor-popup ol li.ql-indent-6:before {
                content: counter(list-6, decimal) '. '
            }

        .ql-editor-popup ol li.ql-indent-6 {
            counter-reset: list-7 list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-7 {
            counter-increment: list-7
        }

            .ql-editor-popup ol li.ql-indent-7:before {
                content: counter(list-7, lower-alpha) '. '
            }

        .ql-editor-popup ol li.ql-indent-7 {
            counter-reset: list-8 list-9
        }

        .ql-editor-popup ol li.ql-indent-8 {
            counter-increment: list-8
        }

            .ql-editor-popup ol li.ql-indent-8:before {
                content: counter(list-8, lower-roman) '. '
            }

        .ql-editor-popup ol li.ql-indent-8 {
            counter-reset: list-9
        }

        .ql-editor-popup ol li.ql-indent-9 {
            counter-increment: list-9
        }

            .ql-editor-popup ol li.ql-indent-9:before {
                content: counter(list-9, decimal) '. '
            }

    .ql-editor-popup .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em
    }

    .ql-editor-popup li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em
    }

    .ql-editor-popup .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em
    }

    .ql-editor-popup li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em
    }

    .ql-editor-popup .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em
    }

    .ql-editor-popup li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em
    }

    .ql-editor-popup .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em
    }

    .ql-editor-popup li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em
    }

    .ql-editor-popup .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em
    }

    .ql-editor-popup li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em
    }

    .ql-editor-popup .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em
    }

    .ql-editor-popup li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em
    }

    .ql-editor-popup .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em
    }

    .ql-editor-popup li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em
    }

    .ql-editor-popup .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em
    }

    .ql-editor-popup li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em
    }

    .ql-editor-popup .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em
    }

    .ql-editor-popup li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em
    }

    .ql-editor-popup .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em
    }

    .ql-editor-popup li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em
    }

    .ql-editor-popup .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em
    }

    .ql-editor-popup li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em
    }

    .ql-editor-popup .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em
    }

    .ql-editor-popup li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em
    }

    .ql-editor-popup .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em
    }

    .ql-editor-popup li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em
    }

    .ql-editor-popup .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em
    }

    .ql-editor-popup li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em
    }

    .ql-editor-popup .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em
    }

    .ql-editor-popup li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em
    }

    .ql-editor-popup .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em
    }

    .ql-editor-popup li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em
    }

    .ql-editor-popup .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em
    }

    .ql-editor-popup li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em
    }

    .ql-editor-popup .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em
    }

    .ql-editor-popup li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em
    }

    .ql-editor-popup .ql-video {
        display: block;
        max-width: 100%
    }

        .ql-editor-popup .ql-video.ql-align-center {
            margin: 0 auto
        }

        .ql-editor-popup .ql-video.ql-align-right {
            margin: 0 0 0 auto
        }

    .ql-editor-popup .ql-bg-black {
        background-color: #000
    }

    .ql-editor-popup .ql-bg-red {
        background-color: #e60000
    }

    .ql-editor-popup .ql-bg-orange {
        background-color: #f90
    }

    .ql-editor-popup .ql-bg-yellow {
        background-color: #ff0
    }

    .ql-editor-popup .ql-bg-green {
        background-color: #008a00
    }

    .ql-editor-popup .ql-bg-blue {
        background-color: #06c
    }

    .ql-editor-popup .ql-bg-purple {
        background-color: #93f
    }

    .ql-editor-popup .ql-color-white {
        color: #fff
    }

    .ql-editor-popup .ql-color-red {
        color: #e60000
    }

    .ql-editor-popup .ql-color-orange {
        color: #f90
    }

    .ql-editor-popup .ql-color-yellow {
        color: #ff0
    }

    .ql-editor-popup .ql-color-green {
        color: #008a00
    }

    .ql-editor-popup .ql-color-blue {
        color: #06c
    }

    .ql-editor-popup .ql-color-purple {
        color: #93f
    }

    .ql-editor-popup .ql-font-serif {
        font-family: Georgia, Times New Roman, serif
    }

    .ql-editor-popup .ql-font-monospace {
        font-family: Monaco, Courier New, monospace
    }

    .ql-editor-popup .ql-size-small {
        font-size: .75em
    }

    .ql-editor-popup .ql-size-large {
        font-size: 1.5em
    }

    .ql-editor-popup .ql-size-huge {
        font-size: 2.5em
    }

    .ql-editor-popup .ql-direction-rtl {
        direction: rtl;
        text-align: inherit
    }

    .ql-editor-popup .ql-align-center {
        text-align: center
    }

    .ql-editor-popup .ql-align-justify {
        text-align: justify
    }

    .ql-editor-popup .ql-align-right {
        text-align: right
    }

    .ql-editor-popup.ql-blank::before {
        color: rgba(0, 0, 0, .6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px
    }

.ql-bubble-popup.ql-toolbar:after,
.ql-bubble-popup .ql-toolbar:after {
    clear: both;
    content: '';
    display: table
}

.ql-bubble-popup.ql-toolbar button,
.ql-bubble-popup .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

    .ql-bubble-popup.ql-toolbar button svg,
    .ql-bubble-popup .ql-toolbar button svg {
        float: left;
        height: 100%
    }

    .ql-bubble-popup.ql-toolbar button:active:hover,
    .ql-bubble-popup .ql-toolbar button:active:hover {
        outline: none
    }

.ql-bubble-popup.ql-toolbar input.ql-image[type=file],
.ql-bubble-popup .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-bubble-popup.ql-toolbar button:hover,
.ql-bubble-popup .ql-toolbar button:hover,
.ql-bubble-popup.ql-toolbar button:focus,
.ql-bubble-popup .ql-toolbar button:focus,
.ql-bubble-popup.ql-toolbar button.ql-active,
.ql-bubble-popup .ql-toolbar button.ql-active,
.ql-bubble-popup.ql-toolbar .ql-picker-label:hover,
.ql-bubble-popup .ql-toolbar .ql-picker-label:hover,
.ql-bubble-popup.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble-popup .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble-popup.ql-toolbar .ql-picker-item:hover,
.ql-bubble-popup .ql-toolbar .ql-picker-item:hover,
.ql-bubble-popup.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble-popup .ql-toolbar .ql-picker-item.ql-selected {
    color: #fff
}

    .ql-bubble-popup.ql-toolbar button:hover .ql-fill,
    .ql-bubble-popup .ql-toolbar button:hover .ql-fill,
    .ql-bubble-popup.ql-toolbar button:focus .ql-fill,
    .ql-bubble-popup .ql-toolbar button:focus .ql-fill,
    .ql-bubble-popup.ql-toolbar button.ql-active .ql-fill,
    .ql-bubble-popup .ql-toolbar button.ql-active .ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-bubble-popup.ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-bubble-popup.ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-bubble-popup.ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-bubble-popup.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
    .ql-bubble-popup .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
        fill: #fff
    }

    .ql-bubble-popup.ql-toolbar button:hover .ql-stroke,
    .ql-bubble-popup .ql-toolbar button:hover .ql-stroke,
    .ql-bubble-popup.ql-toolbar button:focus .ql-stroke,
    .ql-bubble-popup .ql-toolbar button:focus .ql-stroke,
    .ql-bubble-popup.ql-toolbar button.ql-active .ql-stroke,
    .ql-bubble-popup .ql-toolbar button.ql-active .ql-stroke,
    .ql-bubble-popup.ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-bubble-popup .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-bubble-popup.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-bubble-popup .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-bubble-popup.ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-bubble-popup .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-bubble-popup.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-bubble-popup .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-bubble-popup.ql-toolbar button:hover .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar button:hover .ql-stroke-miter,
    .ql-bubble-popup.ql-toolbar button:focus .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar button:focus .ql-stroke-miter,
    .ql-bubble-popup.ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-bubble-popup.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-bubble-popup.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-bubble-popup.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-bubble-popup.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
    .ql-bubble-popup .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
        stroke: #fff
    }

@media(pointer:coarse) {

    .ql-bubble-popup.ql-toolbar button:hover:not(.ql-active),
    .ql-bubble-popup .ql-toolbar button:hover:not(.ql-active) {
        color: #ccc
    }

        .ql-bubble-popup.ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-bubble-popup .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-bubble-popup.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
        .ql-bubble-popup .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #ccc
        }

        .ql-bubble-popup.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-bubble-popup .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-bubble-popup.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
        .ql-bubble-popup .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #ccc
        }
}

.ql-bubble-popup {
    box-sizing: border-box
}

    .ql-bubble-popup * {
        box-sizing: border-box
    }

    .ql-bubble-popup .ql-hidden {
        display: none
    }

    .ql-bubble-popup .ql-out-bottom,
    .ql-bubble-popup .ql-out-top {
        visibility: hidden
    }

    .ql-bubble-popup .ql-tooltip {
        position: absolute;
        transform: translateY(10px)
    }

        .ql-bubble-popup .ql-tooltip a {
            cursor: pointer;
            text-decoration: none
        }

        .ql-bubble-popup .ql-tooltip.ql-flip {
            transform: translateY(-10px)
        }

    .ql-bubble-popup .ql-formats {
        display: inline-block;
        vertical-align: middle
    }

        .ql-bubble-popup .ql-formats:after {
            clear: both;
            content: '';
            display: table
        }

    .ql-bubble-popup .ql-stroke {
        fill: none;
        stroke: #ccc;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2
    }

    .ql-bubble-popup .ql-stroke-miter {
        fill: none;
        stroke: #ccc;
        stroke-miterlimit: 10;
        stroke-width: 2
    }

    .ql-bubble-popup .ql-fill,
    .ql-bubble-popup .ql-stroke.ql-fill {
        fill: #ccc
    }

    .ql-bubble-popup .ql-empty {
        fill: none
    }

    .ql-bubble-popup .ql-even {
        fill-rule: evenodd
    }

    .ql-bubble-popup .ql-thin,
    .ql-bubble-popup .ql-stroke.ql-thin {
        stroke-width: 1
    }

    .ql-bubble-popup .ql-transparent {
        opacity: .4
    }

    .ql-bubble-popup .ql-direction svg:last-child {
        display: none
    }

    .ql-bubble-popup .ql-direction.ql-active svg:last-child {
        display: inline
    }

    .ql-bubble-popup .ql-direction.ql-active svg:first-child {
        display: none
    }

    .ql-bubble-popup .ql-editor-popup h1 {
        font-size: 2em
    }

    .ql-bubble-popup .ql-editor-popup h2 {
        font-size: 1.5em
    }

    .ql-bubble-popup .ql-editor-popup h3 {
        font-size: 1.17em
    }

    .ql-bubble-popup .ql-editor-popup h4 {
        font-size: 1em
    }

    .ql-bubble-popup .ql-editor-popup h5 {
        font-size: .83em
    }

    .ql-bubble-popup .ql-editor-popup h6 {
        font-size: .67em
    }

    .ql-bubble-popup .ql-editor-popup a {
        text-decoration: underline
    }

    .ql-bubble-popup .ql-editor-popup blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px
    }

        .ql-bubble-popup .ql-editor-popup blockquote.tiktok-embed {
            border-left: none;
            margin: 0;
            padding: 0
        }

    .ql-bubble-popup .ql-editor-popup code,
    .ql-bubble-popup .ql-editor-popup pre {
        background-color: #f0f0f0;
        border-radius: 3px
    }

    .ql-bubble-popup .ql-editor-popup pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px
    }

    .ql-bubble-popup .ql-editor-popup code {
        font-size: 85%;
        padding: 2px 4px
    }

    .ql-bubble-popup .ql-editor-popup pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible
    }

    .ql-bubble-popup .ql-editor-popup img {
        max-width: 100%
    }

    .ql-bubble-popup .ql-picker {
        color: #ccc;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle
    }

    .ql-bubble-popup .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%
    }

        .ql-bubble-popup .ql-picker-label::before {
            display: inline-block;
            line-height: 22px
        }

    .ql-bubble-popup .ql-picker-options {
        background-color: #444;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap
    }

        .ql-bubble-popup .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px
        }

    .ql-bubble-popup .ql-picker.ql-expanded .ql-picker-label {
        color: #777;
        z-index: 2
    }

        .ql-bubble-popup .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #777
        }

        .ql-bubble-popup .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #777
        }

    .ql-bubble-popup .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: 100%;
        z-index: 1
    }

    .ql-bubble-popup .ql-color-picker,
    .ql-bubble-popup .ql-icon-picker {
        width: 28px
    }

        .ql-bubble-popup .ql-color-picker .ql-picker-label,
        .ql-bubble-popup .ql-icon-picker .ql-picker-label {
            padding: 2px 4px
        }

            .ql-bubble-popup .ql-color-picker .ql-picker-label svg,
            .ql-bubble-popup .ql-icon-picker .ql-picker-label svg {
                right: 4px
            }

        .ql-bubble-popup .ql-icon-picker .ql-picker-options {
            padding: 4px 0
        }

        .ql-bubble-popup .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px
        }

        .ql-bubble-popup .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px
        }

        .ql-bubble-popup .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0;
            width: 16px
        }

    .ql-bubble-popup .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px
    }

    .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-bubble-popup .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-bubble-popup .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
        content: attr(data-label)
    }

    .ql-bubble-popup .ql-picker.ql-header {
        width: 98px
    }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item::before {
            content: 'Normal'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            content: 'Heading 1'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            content: 'Heading 2'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            content: 'Heading 3'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            content: 'Heading 4'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            content: 'Heading 5'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            content: 'Heading 6'
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            font-size: 2em
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            font-size: 1.5em
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            font-size: 1.17em
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            font-size: 1em
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            font-size: .83em
        }

        .ql-bubble-popup .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            font-size: .67em
        }

    .ql-bubble-popup .ql-picker.ql-font {
        width: 108px
    }

        .ql-bubble-popup .ql-picker.ql-font .ql-picker-label::before,
        .ql-bubble-popup .ql-picker.ql-font .ql-picker-item::before {
            content: 'Sans Serif'
        }

        .ql-bubble-popup .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
        .ql-bubble-popup .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            content: 'Serif'
        }

        .ql-bubble-popup .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
        .ql-bubble-popup .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            content: 'Monospace'
        }

        .ql-bubble-popup .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            font-family: Georgia, Times New Roman, serif
        }

        .ql-bubble-popup .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            font-family: Monaco, Courier New, monospace
        }

    .ql-bubble-popup .ql-picker.ql-size {
        width: 98px
    }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-label::before,
        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item::before {
            content: 'Normal'
        }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            content: 'Small'
        }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            content: 'Large'
        }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            content: 'Huge'
        }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            font-size: 10px
        }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            font-size: 18px
        }

        .ql-bubble-popup .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            font-size: 32px
        }

    .ql-bubble-popup .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff
    }

    .ql-bubble-popup .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000
    }

    .ql-bubble-popup .ql-toolbar .ql-formats {
        margin: 8px 12px 8px 0
    }

        .ql-bubble-popup .ql-toolbar .ql-formats:first-child {
            margin-left: 12px
        }

    .ql-bubble-popup .ql-color-picker svg {
        margin: 1px
    }

    .ql-bubble-popup .ql-color-picker .ql-picker-item.ql-selected,
    .ql-bubble-popup .ql-color-picker .ql-picker-item:hover {
        border-color: #fff
    }

    .ql-bubble-popup .ql-tooltip {
        background-color: #444;
        border-radius: 25px;
        color: #fff
    }

    .ql-bubble-popup .ql-tooltip-arrow {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: " ";
        display: block;
        left: 50%;
        margin-left: -6px;
        position: absolute
    }

    .ql-bubble-popup .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
        border-bottom: 6px solid #444;
        top: -6px
    }

    .ql-bubble-popup .ql-tooltip.ql-flip .ql-tooltip-arrow {
        border-top: 6px solid #444;
        bottom: -6px
    }

    .ql-bubble-popup .ql-tooltip.ql-editing .ql-tooltip-editor {
        display: block
    }

    .ql-bubble-popup .ql-tooltip.ql-editing .ql-formats {
        visibility: hidden
    }

    .ql-bubble-popup .ql-tooltip-editor {
        display: none
    }

        .ql-bubble-popup .ql-tooltip-editor input[type=text] {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 13px;
            height: 100%;
            outline: none;
            padding: 10px 20px;
            position: absolute;
            width: 100%
        }

        .ql-bubble-popup .ql-tooltip-editor a {
            top: 10px;
            position: absolute;
            right: 20px
        }

            .ql-bubble-popup .ql-tooltip-editor a:before {
                color: #ccc;
                content: "×";
                font-size: 16px;
                font-weight: bold
            }

.ql-container-popup.ql-bubble-popup:not(.ql-disabled) a {
    position: relative;
    white-space: normal;
}

    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a::before {
        background-color: #444;
        border-radius: 15px;
        top: -5px;
        font-size: 12px;
        color: #fff;
        content: attr(href);
        font-weight: normal;
        overflow: hidden;
        padding: 5px 15px;
        text-decoration: none;
        z-index: 1
    }

    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a::after {
        border-top: 6px solid #444;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        top: 0;
        content: " ";
        height: 0;
        width: 0
    }

    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a::before,
    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a::after {
        left: 0;
        margin-left: 50%;
        position: absolute;
        transform: translate(-50%, -100%);
        transition: visibility 0s ease 200ms;
        visibility: hidden
    }

    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a:hover::before,
    .ql-container-popup.ql-bubble-popup:not(.ql-disabled) a:hover::after {
        visibility: hidden
    }


/* YENİ EKLEMELER BİTİŞ (11/07/2023) */

.sf .follow-suggestion2 {
    max-width: 900px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #d0a86c;
    background-color: #f6f6f6;
    display: inline-block;
    margin: 40px 0;
}

    .sf .follow-suggestion2 .head {
        border-radius: 5px 5px 0 0;
        box-shadow: 0 1px 0 0 #c9c9c9;
        background-color: #dedede;
        width: 100%;
        float: left;
        padding: 7px 10px;
        box-sizing: border-box;
    }

        .sf .follow-suggestion2 .head .title {
            float: left;
            color: #ff6000;
            font-size: 14px;
            font-weight: bold;
        }

        .sf .follow-suggestion2 .head .refresh-suggestion {
            float: right;
        }

    .sf .follow-suggestion2 .box {
        width: 33.33%;
        box-sizing: border-box;
        float: left;
        border-right: 1px solid #c9c9c9;
        padding: 11px 11px 14px 11px;
        text-align: left;
    }

        .sf .follow-suggestion2 .box:last-child {
            border: none;
        }

        .sf .follow-suggestion2 .box .avatar {
            float: left;
            width: 40px;
            margin: 0 11px 0 0;
        }

            .sf .follow-suggestion2 .box .avatar .img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                float: left;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                font-family: Arial;
                text-align: center;
                line-height: 40px;
            }

        .sf .follow-suggestion2 .box .top {
            width: calc(100% - 52px);
            float: right;
        }

            .sf .follow-suggestion2 .box .top .left {
                width: calc(100% - 95px);
                float: left;
                font-size: 13px;
            }

                .sf .follow-suggestion2 .box .top .left .nickname {
                    font-weight: bold;
                    color: #000;
                    max-width: 100%;
                    float: left;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .sf .follow-suggestion2 .box .top .left .info {
                    float: left;
                    width: 100%;
                    color: #000;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .sf .follow-suggestion2 .box .top .follow-button {
                float: right;
            }

        .sf .follow-suggestion2 .box .description {
            width: calc(100% - 52px);
            float: right;
            font-size: 13px;
            color: #999;
        }

.bildirim-list .icerik .empty-state{
    width:100%;
    float:left;
    text-align:center;
    font-family: Arial;
    padding:30px 0;

}
.bildirim-list .icerik .empty-state .title{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.2px;
    color: #666;
    width:100%;
    float:left;
}
.bildirim-list .icerik .empty-state .description{
    font-size: 12px;
    letter-spacing: -0.16px;
    color: #999;
    width:100%;
    float:left;
}
.bildirim-list .icerik .empty-state .title.link{
    font-size: 12px;
    color: #f60;
    text-decoration:underline
}

.pull-left {
    float: left;
}

.pull-right {
    float: right !important;
}

.konuyaozel-tut .detail-search{
	float:left;
	margin:-2px 0 0 0;
}
.konuyaozel-tut .detail-search .search-content{
	width:160px;
	height:34px;
	box-sizing:border-box;
	float:left;
	position:relative;
	border-radius: 3px;
	box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
	border: solid 1px #ee980a;
	background-color: #fff;
}
.konuyaozel-tut .detail-search .search-content .search-text{
	font-family: Arial;
	font-size: 13px;
	color: #000;
	padding:9px 0 8px 10px;
	border-radius: 3px;
	border:none;
	outline:none;
	box-sizing: border-box;
	max-width: calc(100% - 35px);
	background-color: transparent;
}
.konuyaozel-tut .detail-search .search-content .search-text::placeholder{
	color:#666;
}
.konuyaozel-tut .detail-search .search-content .search-button{
	float:right;
	border-radius: 0 2px 2px 0;
	width:32px;
	height:32px;
	text-align:center;

}
.konuyaozel-tut .detail-search .search-content .search-button i{
	font-size:16px;
	color:#999;
	line-height:32px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	float: right;
        margin: 0 6px 0 0;
}
.konuyaozel-tut .detail-search .search-content .search-button.active{
  background-color: #ee980a;
}
.konuyaozel-tut .detail-search .search-content .search-button.active i{
	color:#fff;
}
.konuyaozel-tut .detail-search .search-content.cancel{
	border-color:#333;
}
.konuyaozel-tut .detail-search .search-content.cancel .search-button{
	background-color: #333;
}
.konuyaozel-tut .detail-search .search-content.cancel .search-button i{
	color:#fff;
	font-size:20px;
}

.search-no-result{
	width:100%;
	float:left;
	text-align:center;
	font-family:Verdana;
	margin:30px 0;
}
.search-no-result .content{
	width:800px;
	border:1px solid #cc9e50;
	background-color: #e8b051;
	border-radius:10px;
	display:inline-block;
	padding:20px 118px;
	box-sizing:border-box;
}
.search-no-result .content img{
	display:inline-block;
}
.search-no-result .content .text{
	width:100%;
	float:left;
	margin:17px 0 17px 0;
	color:#644a1d;
	font-size:17px;
}
.search-no-result .content .dont-show-again{
	color:#644a1d;
	font-size:17px;
	text-decoration: underline;
	cursor:pointer;
}
.search-no-result .content .dont-show-again a{
	color:#644a1d;
}
.search-no-result .content .dont-show-again a:hover,.search-no-result .content .dont-show-again a:visited{
	color:#644a1d;
}
.sonradanfooter{
    width:100%;
    padding:4px;
    box-sizing:border-box;
    float:left;
}
.sonradanfooter div {
    width: 100% !important;
    height: auto !important;
}

.sonradanfooter div img {
    width: 100% !important;
    height: auto !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.main-col-3 .yapisanreklam {
    background: none !important;
}
.main-col-3 .yapisanreklam.tuttur{
    width:160px;
    margin: 50px 0 0 0 !important;
}
.main-col-3 .col-bottom-text{
    width:100%;
    float:left;
    margin:20px 0 0 0;
    color:#000;		
    font-size:12px;
    text-align: center;
    line-height: 18px;
}
.main-col-3 .col-bottom-text a{
    color: black;
    text-decoration: underline;
}

.s-w-l {
    text-decoration: underline;
}

.more-badge {
    border-radius: 7px;
    border: solid 2px #999;
    background-color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    font-family: Arial;
    padding: 4px 7px 3px 7px;
    display: inline-block;
    box-sizing: border-box;
    margin: -24px 0 0 1px;
    vertical-align: middle;
    color: #999 !important;
    line-height: 23px;
}

    .more-badge:hover {
        text-decoration: none !important;
    }

        .more-badge:hover .tooltip {
            display: block;
        }

    .more-badge img {
        float: left;
        margin: 0 4px 0 0
    }

    .more-badge .tooltip {
        display: none;
        border-radius: 4px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.29);
        background-color: rgba(0, 0, 0, .7);
        box-sizing: border-box;
        position: absolute;
        font-family: Verdana;
        letter-spacing: -0.22px;
        text-align: center;
        color: #fff;
        left: 75%;
        transform: translate(-50%, 0);
        top: 100%;
        width: 100px;
        font-size: 9px;
        padding: 4px;
        margin: 8px 0 0 0;
        word-wrap: break-word;
        white-space: normal;
        line-height: 12px;
        font-weight: 1;
    }

        .more-badge .tooltip.extend {
            left: 87% !important;
        }

        .more-badge .tooltip:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            width: 0;
            height: 0;
            border-bottom: 5px solid rgba(0, 0, 0, .7);
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

.badge-list {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-gap: 10px;
    margin: 0 0 5px 0
}

.badge .star {
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
    top: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.badge {
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 20px;
    border: solid 5px;
    background-color: #fff;
    position: relative;
    float: left;
    margin: 0 0 5px 0;
}

.sortable .badge {
    cursor: pointer;
}

.badge img {
    max-width: 60px;
    max-height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: -9px 0 0 0;
}

.badge .title {
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: Arial;
    color: #333;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.badge .tooltip {
    display: none;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.29);
    background-color: rgba(0, 0, 0, .7);
    padding: 5px;
    width: 180px;
    box-sizing: border-box;
    position: absolute;
    font-family: Verdana;
    font-size: 9px;
    letter-spacing: -0.22px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
    margin: 16px 0 0 0;
}

    .badge .tooltip:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-bottom: 5px solid rgba(0, 0, 0, .7);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

.badge .level {
    position: absolute;
    border-radius: 8px;
    width: 80px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-family: Arial;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 2px 0;
}

.badge.high-level, .badge.progress {
    margin-bottom: 25px;
}

    .badge.high-level:after {
        content: "en üst seviyede";
        position: absolute;
        left: -5px;
        right: 0;
        bottom: -29px;
        border-radius: 10px;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial;
        text-align: center;
        color: #fff;
        padding: 4px 0;
        width: 120px;
    }

    .badge.high-level .tooltip, .badge.progress .tooltip {
        margin: 34px 0 0 0;
    }


.badge-list-p {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
    font-size: 16px;
    color: #000;
    font-family: Arial;
}

.badge .progress-bar {
    display: none;
    border-radius: 10px;
    border: solid 2px;
    background-color: #ccc;
    width: 120px;
    text-align: center;
    color: #333;
    font-size: 10px;
    font-family: Arial;
    position: absolute;
    left: -5px;
    right: 0;
    box-sizing: border-box;
    bottom: -29px;
    padding: 2px 0;
}

    .badge .progress-bar .bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 10px;
        background-color: #fff;
        z-index: 1px;
    }

    .badge .progress-bar .level-text {
        position: relative;
        z-index: 2;
    }

    .badge-list-p.passive {
        color: #999;
    }

.badge.passive {
    background-color: #f1f1f1;
    border-color: #ccc !important;
}

    .badge.passive .level {
        background-color: #ccc !important;
    }

    .badge.passive .progress-bar {
        border-color: #ccc !important;
    }

    .badge.passive img {
        filter: grayscale(1)
    }


.badge:hover {
    z-index: 99;
}

    .badge:hover .tooltip {
        display: block;
    }

    .badge:hover .progress-bar {
        display: block;
    }

.badge.mini {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border-width: 2px;
    margin: 0 5px 0 0;
}

    .badge.mini img {
        margin: 0;
        max-width: 20px;
        max-height: 20px;
    }

    .badge.mini .tooltip {
        width: 100px;
        font-size: 9px;
        padding: 4px;
        margin: 10px 0 0 0;
        word-wrap: break-word;
        white-space: normal;
        line-height: 12px;
    }

    .badge.mini.tegmen img {
        max-width: 30px;
        margin: 2px 0 0 0 !important;
    }

    .badge.mini.tegmen .star {
        height: 4px;
        top: 5px !important;
    }

.user-badges .badge.mini {
    margin: 0 1px 0 0;
}

.badge.konu-acici, .badge.konu-acici .progress-bar {
    border-color: #3498db
}

    .badge.konu-acici .level, .badge.konu-acici.high-level:after {
        background-color: #3498db
    }

.badge.cok-begenilen, .badge.cok-begenilen .progress-bar {
    border-color: #ff5050
}

    .badge.cok-begenilen .level, .badge.cok-begenilen.high-level:after {
        background-color: #ff5050
    }

.badge.mudavim, .badge.mudavim .progress-bar {
    border-color: #2ecb71
}

    .badge.mudavim .level, .badge.mudavim.high-level:after {
        background-color: #2ecb71
    }

.badge.mekanin-sahibi, .badge.mekanin-sahibi .progress-bar {
    border-color: #ffc10a
}

    .badge.mekanin-sahibi .level, .badge.mekanin-sahibi.high-level:after {
        background-color: #ffc10a
    }

.badge.takdirci, .badge.takdirci .progress-bar {
    border-color: #1872d9
}

    .badge.takdirci .level, .badge.takdirci.high-level:after {
        background-color: #1872d9
    }

.badge.vefali, .badge.vefali .progress-bar {
    border-color: #00c89f
}

    .badge.vefali .level, .badge.vefali.high-level:after {
        background-color: #00c89f
    }

.badge.gececi, .badge.gececi .progress-bar {
    border-color: #7269af
}

    .badge.gececi .level, .badge.gececi.high-level:after {
        background-color: #7269af
    }

.badge.gezgin, .badge.gezgin .progress-bar {
    border-color: #f78d49
}

    .badge.gezgin .level, .badge.gezgin.high-level:after {
        background-color: #f78d49
    }

.badge.el-ustunde, .badge.el-ustunde .progress-bar {
    border-color: #5f7cf9
}

    .badge.el-ustunde .level, .badge.el-ustunde.high-level:after {
        background-color: #5f7cf9
    }

.badge.geek, .badge.geek .progress-bar {
    border-color: #3f3a34
}

    .badge.geek .level, .badge.geek.high-level:after {
        background-color: #3f3a34
    }

.badge.teknolojisever, .badge.teknolojisever .progress-bar {
    border-color: #904646
}

    .badge.teknolojisever .level, .badge.teknolojisever.high-level:after {
        background-color: #904646
    }

.badge.firsatci, .badge.firsatci .progress-bar {
    border-color: #ff0000
}

    .badge.firsatci .level, .badge.firsatci.high-level:after {
        background-color: #ff0000
    }

.badge.fotografci, .badge.fotografci .progress-bar {
    border-color: #e875ae
}

    .badge.fotografci .level, .badge.fotografci.high-level:after {
        background-color: #e875ae
    }

.badge.oyuncu, .badge.oyuncu .progress-bar {
    border-color: #34ff22
}

    .badge.oyuncu .level, .badge.oyuncu.high-level:after {
        background-color: #34ff22
    }

.badge.sinefil, .badge.sinefil .progress-bar {
    border-color: #fccb7e
}

    .badge.sinefil .level, .badge.sinefil.high-level:after {
        background-color: #fccb7e
    }

.badge.sporcu, .badge.sporcu .progress-bar {
    border-color: #692702
}

    .badge.sporcu .level, .badge.sporcu.high-level:after {
        background-color: #692702
    }

.badge.tegmen, .badge.tegmen .progress-bar {
    border-color: #ff6600
}

    .badge.tegmen .level, .badge.tegmen.high-level:after {
        background-color: #ff6600
    }

.badge.dhnin-gururu, .badge.dhnin-gururu .progress-bar {
    border-color: #b71c1c
}

    .badge.dhnin-gururu .level, .badge.dhnin-gururu.high-level:after {
        background-color: #b71c1c
    }

.badge-tm-border {
    width: 150px;
    float: left;
    margin: 10px 0 0 0;
    border-top: 1px solid #d0d0d0;
    position: relative;
    left: -5px;
    margin-top: auto;
}

.user-badges {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #d0d0d0;
}

    .user-badges .badge .tooltip {
        font-size: 9px;
        width: 180px;
        padding: 6px 5px;
        top: initial;
        bottom: 100%;
        margin: 0 0 10px 0;
    }

        .user-badges .badge .tooltip:after {
            transform: rotate(180deg);
            bottom: initial;
            top: 100%;
        }

        .user-badges .badge .tooltip.left {
            right: initial;
            left: -40px;
            transform: none;
        }

            .user-badges .badge .tooltip.left:after {
                right: initial;
                left: 56px;
            }

    .user-badges a.link {
        width: 100%;
        float: left;
        margin: 10px 0 0 2px;
        font-size: 11px;
        letter-spacing: -0.27px;
        color: #999;
        line-height: 12px;
    }

        .user-badges a.link img {
            width: 12px;
            margin: -1px 5px 0 0;
            float: left;
        }

.sayfafull.sf:not(.konuici):not(.uclu):not(.reklamsiz) .soltaraf {
    width: calc(100% - 180px);
}

.sayfafull.sf:not(.konuici):not(.uclu).reklamsiz .soltaraf {
    width: 100%;
}

.sayfafull.sf:not(.konuici):not(.uclu) .sagtaraf {
    display: none;
}

.artificial-intelligence-answer-content{
	width:100%;
	float:left;
	text-align:center;
}
.artificial-intelligence-answer{
    box-shadow: 0 1px 0 0 #dedede;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
	font-family:Arial;
	display:inline-block;
	text-align:left;
	width:100%;
}
.artificial-intelligence-answer .head{
    border-radius: 5px 5px 0 0;
    background-color: #dedede;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    padding: 0 10px 0 19px;
}
.artificial-intelligence-answer .head > i{
    float: left;
    margin: 7px 10px 0 0;
}
.artificial-intelligence-answer .head .tm-process-menu{
    float: right;
}
.artificial-intelligence-answer .head .tm-process-menu label i{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    float: right;
    font-size: 24px;
    color: #999;
    margin: -2px 0;
}
.artificial-intelligence-answer .head .tm-process-menu .menu{
    margin: 1px 3px 0 0;
}
.artificial-intelligence-answer .content{
    padding: 0 15px 15px 15px;
    display: flex;
    flex-direction: column;
}
.artificial-intelligence-answer .content p, .artificial-intelligence-answer .content ul{
    font-size: 14px;
    color: #000;
    margin: 15px 0;
}
.artificial-intelligence-answer .content ul{
	list-style-type: disc;
	padding-inline-start: 40px;
    display:inline-block;

}
.artificial-intelligence-answer .content p b{
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
}
.artificial-intelligence-answer .content .collapse-button{
    margin: 5px auto 0 auto;
    border-radius: 5px;
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ccc;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    z-index: 9;
}
.artificial-intelligence-answer.minify{
    max-width: 970px;
    margin: 0 auto 30px auto;
}
.artificial-intelligence-answer.minify .head{
    background-color: #f1f1f1;
    text-align: center;
}
.artificial-intelligence-answer.minify .head .tm-process-menu{
    display: none;
}
.artificial-intelligence-answer.minify .head > i{
    float: initial;
    vertical-align: middle;
    margin: -4px 6px 0 0;
}
.artificial-intelligence-answer.minify .content .text{
    height: 60px;
    overflow: hidden;
    padding: 15px 0 0 0;
    position: relative;
}
.artificial-intelligence-answer.minify .content .text:after{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0) 20%, #f5f5f5 88%, #f5f5f5);
}
.artificial-intelligence-answer.minify .content .text p{
    margin: 0;
    float: left;
}
.artificial-intelligence-answer.minify .content .text p b{
    float: left;
    margin: 0;
    width: auto;
}
.artificial-intelligence-answer.minify .content .text p br{
    display: none;
}
.artificial-intelligence-answer.minify .content .collapse-button{
    margin: -18px auto 0 auto;
}

.tm-process-menu{
    padding: 0;
    margin: 0 0 0 10px;
    position: relative;
    float: left;
}
.tm-process-menu label{
    cursor: pointer;
    float: left;
    padding: 5px 5px 5px 11px;
}
.tm-process-menu .process-menu-input{
    position: absolute;
    visibility: hidden;
    left: -9999px;
    top: -9999px;
}
.tm-process-menu .menu{
    position: absolute;
    right: -12px;
    top: 100%;
    margin: 10px 0 0 0;
    border-radius: 3px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px #ccc;
    background-color: #fff;
    width: 220px;
    padding: 5px 0;
    display: none;
    z-index: 9;
}
.tm-process-menu .process-menu-input:checked ~ .menu{
    display: block;
}
.tm-process-menu .menu:before{
    content: '';
    position: absolute;
    bottom: 100%;
    right: 15px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.tm-process-menu .menu:after{
    content: '';
    position: absolute;
    top: -8px;
    right: 17px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tm-process-menu .menu li{
    width: 100%;
    float: left;
    margin: 0 0 1px 0;
}
.tm-process-menu .menu li:last-child{
    margin: 0;
}
.tm-process-menu .menu li a{
    padding: 2px 7px;
    width: 100%;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    font-weight: normal;
}
.tm-process-menu .menu li a:hover{
    text-decoration: underline;
}
.tm-process-menu .menu li.isAdmin a{
    color: #f00;
}
.tm-process-menu .menu li.grey a{
    color: #999;
}
.tm-process-menu .menu li.grey a i{
    font-size: 16px;
}
.tm-process-menu .menu li a > .icon {
    float: left;
    width: 18px;
    height: 18px;
    position: relative;
    margin: 0 7px 0 0;
}
.tm-process-menu .menu li a > .icon i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.tm-process-menu label i{
    margin: 0 0 0 4px;
}

.sayfafull.sf.hideFollowColumn .kl-tablo .kl-yazar {
    width: 160px;
}

.sayfafull.sf.hideFollowColumn .kl-tablo .kl-konu {
    width: calc(100% - 515px);
}

.post.old-editor.ana-kutu {
    font-family: Arial;
}

.post.old-editor.ana-kutu .satir {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
}

    .post.old-editor.ana-kutu .satir .search-line {
        width: 100%;
        float: left;
        margin: 0 0 20px 0
    }

        .post.old-editor.ana-kutu .satir .search-line .textbox-style-1 {
            width: 350px
        }

    .post.old-editor.ana-kutu .satir .sag.border-bottom {
        border-bottom: 1px solid #dedede;
        padding: 0 0 15px 0
    }

    .post.old-editor.ana-kutu .satir .sol {
        width: 200px;
        float: left;
        text-align: right;
        text-transform: uppercase;
        font-size: 12px;
        color: #999
    }

        .post.old-editor.ana-kutu .satir .sol.pt20 {
            padding-top: 20px
        }

    .post.old-editor.ana-kutu .satir .sag {
        width: calc(100% - 410px);
        margin: 0 0 0 10px;
        float: left;
        position: relative
    }

        .post.old-editor.ana-kutu .satir .sag .more-input {
            color: #000;
            font-weight: bold;
            font-size: 16px;
            width: 100%;
            float: left;
            cursor: pointer
        }

            .post.old-editor.ana-kutu .satir .sag .more-input img {
                float: left;
                margin: 5px 8px 0 0
            }

            .post.old-editor.ana-kutu .satir .sag .more-input span {
                text-decoration: underline
            }

        .post.old-editor.ana-kutu .satir .sag .minify-area {
            width: 100%;
            float: left;
            max-height: 81px;
            overflow: hidden
        }

        .post.old-editor.ana-kutu .satir .sag .alan {
            float: left;
            margin: 0 20px 10px 0
        }

            .post.old-editor.ana-kutu .satir .sag .alan input[type="radio"] {
                display: inline-block;
                margin: 0 6px 0 0
            }

            .post.old-editor.ana-kutu .satir .sag .alan label {
                display: inline-block;
                font-size: 16px;
                color: #000;
                vertical-align: middle;
                margin: -7px 0 0 0
            }

        .post.old-editor.ana-kutu .satir .sag .mention-user {
            height: 40px;
            border-radius: 20px;
            border: 1px solid #e1e1e1;
            background-color: #fff;
            float: left;
            padding: 3px;
            box-sizing: border-box;
            margin: 0 0 0 10px
        }

            .post.old-editor.ana-kutu .satir .sag .mention-user .avatar {
                width: 34px;
                height: 34px;
                border-radius: 50%;
                float: left;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                line-height: 34px;
                color: #fff
            }

                .post.old-editor.ana-kutu .satir .sag .mention-user .avatar img {
                    max-height: 34px;
                    border-radius: 50%
                }

            .post.old-editor.ana-kutu .satir .sag .mention-user .nickname {
                float: left;
                margin: 0 10px;
                color: #000;
                font-size: 16px;
                line-height: 32px;
                font-weight: bold
            }

            .post.old-editor.ana-kutu .satir .sag .mention-user .ekle {
                float: left;
                width: 34px;
                height: 20px;
                border-radius: 10px;
                background-image: linear-gradient(135deg,#f9893f 0%,#e95450 100%);
                position: relative;
                margin: 6px 10px 0 0;
                cursor: pointer
            }

                .post.old-editor.ana-kutu .satir .sag .mention-user .ekle:after {
                    content: 'Ekle';
                    width: 10px;
                    color: #fff;
                    border-radius: 3px;
                    position: absolute;
                    left: 35%;
                    top: 50%;
                    transform: translate(-50%,-50%)
                }

    .post.old-editor.ana-kutu .satir .konu-basligi {
        width: 100%;
        float: left;
        padding: 13px 20px;
        box-sizing: border-box;
        font-size: 28px;
        color: #000;
        font-weight: bold
    }

    .post.old-editor.ana-kutu .satir .kalan-karakter {
        float: left;
        margin: 0 0 0 10px;
        line-height: 60px;
        font-size: 12px;
        color: #999
    }

    .post.old-editor.ana-kutu .satir .konu-detayi {
        width: 100%;
        font-family: Arial;
        resize: none;
        min-height: 350px;
        float: left;
        font-size: 16px;
        color: #000;
        padding: 20px;
        box-sizing: border-box
    }

        .post.old-editor.ana-kutu .satir .konu-detayi.hizli-yanit {
            min-height: 250px
        }

    .post.old-editor.ana-kutu .satir .taslak-bilgi {
        position: absolute;
        right: -180px;
        bottom: 10px;
        width: 170px;
        font-size: 12px;
        color: #999;
        line-height: 16px
    }

        .post.old-editor.ana-kutu .satir .taslak-bilgi span {
            color: #000;
            width: 100%;
            float: left
        }

    .post.old-editor.ana-kutu .satir .input-bilgi {
        display: inline-block;
        width: 10%;
        float: right;
        padding: 10px 0 0 10px;
        font-family: Arial;
    }

    .post.old-editor.ana-kutu .satir .bilgi {
        float: left;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        font-size: 12px;
        font-weight: 400
    }

    .post.old-editor.ana-kutu .satir .ipucu {
        float: left;
        font-size: 12px;
        color: #999;
        width: 170px;
        margin: 10px 10px 0 10px
    }

        .post.old-editor.ana-kutu .satir .ipucu img {
            float: left;
            margin: -2px 8px 0 0;
            cursor: pointer
        }

        .post.old-editor.ana-kutu .satir .ipucu.pasif .a {
            display: none
        }

        .post.old-editor.ana-kutu .satir .ipucu.aktif .a {
            display: inline-block
        }

        .post.old-editor.ana-kutu .satir .ipucu.aktif .p {
            display: none
        }

        .post.old-editor.ana-kutu .satir .ipucu span.baslik {
            color: #000;
            float: left;
            line-height: 20px
        }

        .post.old-editor.ana-kutu .satir .ipucu span.aciklama {
            width: 100%;
            float: left;
            margin: 11px 0 0 0
        }

            .post.old-editor.ana-kutu .satir .ipucu span.aciklama a {
                color: #999;
                text-decoration: underline
            }

        .post.old-editor.ana-kutu .satir .ipucu.anket-ipucu {
            margin: -8px 10px 0 10px
        }

            .post.old-editor.ana-kutu .satir .ipucu.anket-ipucu .aciklama {
                margin: 0 0 0 0
            }

    .post.old-editor.ana-kutu .satir .text-muted {
        color: #999;
        font-size: 16px;
        line-height: 10px
    }

    .post.old-editor.ana-kutu .satir .input-upload {
        position: relative
    }

        .post.old-editor.ana-kutu .satir .input-upload input {
            padding: 13px 235px 13px 20px !important;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .post.old-editor.ana-kutu .satir .input-upload .upload-button {
            position: absolute;
            right: 0;
            top: 9px;
            font-family: Arial;
            margin-top: 5px;
        }

    .post.old-editor.ana-kutu .satir.thumbnail-upload .input-upload input {
        text-overflow: ellipsis
    }

    .post.old-editor.ana-kutu .satir .konu-basligi.textbox-style-1 {
        outline: none;
        border-radius: 5px;
        border: 1px solid #e1e1e1;
        background-color: #fff
    }

        .post.old-editor.ana-kutu .satir .konu-basligi.textbox-style-1::-webkit-input-placeholder {
            color: #ccc
        }

        .post.old-editor.ana-kutu .satir .konu-basligi.textbox-style-1::-moz-placeholder {
            color: #ccc
        }

        .post.old-editor.ana-kutu .satir .konu-basligi.textbox-style-1:-ms-input-placeholder {
            color: #ccc
        }

        .post.old-editor.ana-kutu .satir .konu-basligi.textbox-style-1:-moz-placeholder {
            color: #ccc
        }

        .post.old-editor.ana-kutu .satir .konu-basligi.textbox-style-1:focus {
            border: 1px solid #ccc
        }

    .post.old-editor.ana-kutu .satir.thumbnail-upload .post-image-box {
        width: 200px;
        height: 113px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .post.old-editor.ana-kutu .satir.thumbnail-upload .post-image-box .description {
            text-align: center;
            font-weight: bold
        }

.post.old-editor .post-image-box {
    width: 210px;
    height: 137px;
    border: 1px solid #f48c52;
    float: left;
    border-radius: 10px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 20px 0 0
}

    .post.old-editor .post-image-box:last-child {
        margin: 0
    }

    .post.old-editor .post-image-box .trash {
        width: 37px;
        height: 37px;
        background-color: #000;
        border-radius: 10px;
        position: absolute;
        right: 15px;
        top: 15px;
        text-align: center
    }

        .post.old-editor .post-image-box .trash img {
            display: inline-block;
            margin: 5px 0 0 0
        }

    .post.old-editor .post-image-box .description {
        border-radius: 10px;
        background-color: #000;
        opacity: .8;
        position: absolute;
        left: 5px;
        bottom: 5px;
        right: 5px;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        padding: 3px 8px;
        box-sizing: border-box;
        font-family: Arial;
    }

    .post.old-editor .post-image-box.loading .loading-bar {
        background-color: #f48c52;
        float: left;
        height: 100%;
        border-radius: 10px
    }

    .post.old-editor .post-image-box.loading .loading-status {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 40px;
        color: #000
    }

.post.old-editor.ana-kutu .satir.thumbnail-upload .input-upload .progress-bar {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 1px solid #f48c52;
    background-color: #eee;
    height: 60px;
    color: #000;
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
    font-family: Arial;
    padding: 0 11px 0 18px;
    box-sizing: border-box;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .post.old-editor.ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .text {
        position: relative;
        z-index: 2
    }

    .post.old-editor.ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #f48c52;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        z-index: 1px
    }

    .post.old-editor.ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .percent {
        position: absolute;
        z-index: 2;
        font-size: 28px;
        color: #000;
        font-weight: bold;
        top: 14px;
        right: 85px;
        line-height: 30px
    }
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-between-module .widget-2 {
	margin: 0;
	max-width: 930px;
	float: initial;
	text-align: left;
	display: inline-block;
}
.page-between-module .widget-2 .line .right {
	width: 100%;
	padding: 0 9px;
	box-sizing: border-box;
}
.page-between-module .widget-2 .line .right .bottom {
	width: auto;
	float: right;
	margin: 0;
	line-height: 18px;
}
.page-between-module .widget-2 .line .right .title {
	width: calc(100% - 130px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page-between-module .widget-2 .head {
	padding-left: 20px;
}
.page-between-module .widget-2>.more{
	padding: 6px 10px 6px;
}
.page-between-module .widget-2>.more i {
	font-size: 32px;
	vertical-align: middle;
	margin: -4px 0 0 0;
	display: inline-block;
}
.page-between-module {
    width: 100%;
    float: left;
    margin: 30px 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.tt-degisiklireklam {
    width:970px !important;
    height:250px !important;
    margin: 0 10px 10px 0 !important;
}

.dark-mode {
    border-radius: 16px;
    background-color: #d6d6d6;
    float: right;
    padding: 1px 2px 1px 15px;
    width: 98px;
    box-sizing: border-box;
    margin: 1px 0;
}

    .dark-mode .title {
        float: left;
        font-size: 10px;
        color: #666;
        width: 26px;
        margin: 2px 9px 2px 0;
        cursor: pointer;
    }

    .dark-mode .form-switch {
        margin: 0;
    }

        .dark-mode .form-switch i {
            margin-right: 0;
        }

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch .text {
        line-height: 26px;
        color: #444;
        font-size: 14px;
        float: left;
        margin: 0 10px 0 0;
    }

m-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

    .form-switch i::before {
        content: "";
        position: absolute;
        left: 0;
        width: 42px;
        height: 22px;
        background-color: #f1f1f1;
        border-radius: 11px;
        transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
        transition: all 0.25s linear;
    }

    .form-switch i::after {
        content: "";
        position: absolute;
        left: 0;
        width: 22px;
        height: 22px;
        background-color: #fff;
        border-radius: 11px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
        transform: translate3d(2px, 2px, 0);
        transition: all 0.2s ease-in-out;
    }

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    display: none;
}

    .form-switch input:checked + i {
        background-color: #f76f25;
    }

        .form-switch input:checked + i::before {
            transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
        }

        .form-switch input:checked + i::after {
            transform: translate3d(22px, 2px, 0);
        }

div.mini-kref {
    width: 100%;
    border: 1px solid #ccc;
    font-family: Verdana, Geneva, sans-serif;
    background: #f1f1f1;
    margin-bottom: 10px;
}

    div.mini-kref div {
        display: block;
        font-size: 12px;
        padding: 5px;
        color: #3f3f3f;
    }

        div.mini-kref div span {
            line-height: 17px;
            margin-right: 5px;
            font-weight: bold;
        }

        div.mini-kref div dl {
            margin: 0;
            padding: 0;
        }

            div.mini-kref div dl dt a {
                color: #069;
                text-decoration: none;
            }

                div.mini-kref div dl dt a.urun {
                    font-weight: bold;
                }

            div.mini-kref div dl b {
                margin-right: 5px;
            }

#content-left {
    float: left;
    width: 69%;
}

div.leftBox {
    padding: 5px 10px;
    border: 1px solid #F60;
    background: url(https://img.donanimhaber.com/img/BannerBgOrange.jpg) repeat-x top #FFF;
    margin-bottom: 20px;
    position: relative;
}

    div.leftBox img {
        max-width: 100%;
    }

    div.leftBox div.statusSOLD, div.leftBox div.statusRESERVED, div.leftBox div.statusAVAILABLE {
        float: right;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        padding: 0 3px;
        line-height: 16px;
        border: 1px solid #FFF;
        color: #FFF;
    }

    div.leftBox div.statusSOLD {
        background-color: #C00;
    }

    div.leftBox div.statusRESERVED {
        background-color: #F60;
    }

    div.leftBox div.statusAVAILABLE {
        background-color: #0C3;
    }

    div.leftBox p {
        height: 45px;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        padding-right: 80px;
    }

    div.leftBox span {
        font-size: 12px;
    }

    div.leftBox .info {
        background: url(https://img.donanimhaber.com/img/warning.png) no-repeat left #FFFFE1;
        padding-left: 30px;
        border: 1px dashed #ccc;
        margin-bottom: 15px;
        height: 25px;
    }

        div.leftBox .info b {
            font-size: 11px;
        }

    div.leftBox .date-time {
        position: absolute;
        right: 5px;
        top: 30px;
        font-size: 11px;
        background-color: #F30;
        color: #FFF;
        padding: 2px;
        border: 1px solid #FFF;
    }

    div.leftBox .dashboard {
        bottom: 0;
        left: 0;
        background-color: #F6F6F6;
        border-top: 1px solid #ccc;
        width: 100%;
        height: 20px;
        margin-top: 10px;
    }

        div.leftBox .dashboard ul {
            margin-left: 5px;
        }

            div.leftBox .dashboard ul li {
                display: inline;
                margin-right: 10px;
                padding-left: 18px;
            }

            div.leftBox .dashboard ul a {
                font-size: 10px;
                text-decoration: none;
                color: #1F1F1F;
                font-weight: bold;
            }

            div.leftBox .dashboard ul li.refresh {
                background: url(https://img.donanimhaber.com/img/refresh.gif) bottom left no-repeat
            }

            div.leftBox .dashboard ul li.go {
                background: url(https://img.donanimhaber.com/img/go.png) bottom left no-repeat
            }

            div.leftBox .dashboard ul li.mail {
                background: url(https://img.donanimhaber.com/img/mail.gif) bottom left no-repeat;
            }

            div.leftBox .dashboard ul li.print {
                background: url(https://img.donanimhaber.com/img/print.gif) bottom left no-repeat;
            }

            div.leftBox .dashboard ul li.report {
                background: url(https://img.donanimhaber.com/img/report.gif) left no-repeat;
                height: 16px;
            }

            div.leftBox .dashboard ul li.delete {
                background: url(https://img.donanimhaber.com/img/delete.gif) bottom left no-repeat
            }

.hata-sayfasi {
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px 0 30px 0;
}

    .hata-sayfasi span.one {
        font-size: 120px;
        font-weight: bold;
        color: #d7410b;
    }

    .hata-sayfasi span.two {
        font-size: 20px;
        color: #333;
    }

.yorum .yoruma-git i {
    float: left;
    margin: 0 5px 0 0;
    font-size: 12px;
}

.bilgi .yorumun-devami i {
    float: left;
    font-size: 12px;
    margin: 1px 3px 0 0;
}

.birdaha i {
    font-size: 14px;
    margin: 5px 5px 0 0;
    float: left;
}

/*v2 css*/

.v2-text-red {
    color: #ff0000 !important;
}

.v2-text-blue {
    color: #0000ff !important;
}

.v2-text-999 {
    color: #999 !important;
}

.v2-text-black {
    color: #000 !important;
}

.v2-text-align-left {
    text-align: left !important;
}

.v2-text-align-right {
    text-align: right !important;
}

.v2-mt-50 {
    margin-top: 50px !important
}

.v2-mt-36 {
    margin-top: 36px !important
}

.v2-text-underline {
    text-decoration: underline !important;
}

.v2-pull-left {
    float: left !important;
}

.v2-pull-right {
    float: right !important;
}

.v2-ml-3 {
    margin-left: 3px !important
}

.v2-ml-10 {
    margin-left: 10px !important
}

.v2-ml-15 {
    margin-left: 15px !important
}

.v2-mt-15 {
    margin-top: 15px !important
}

.v2-mt-20 {
    margin-top: 20px !important
}

.v2-mt-26 {
    margin-top: 26px !important
}

.v2-lh-22 {
    line-height: 22px;
}

.v2-py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.v2-pr-0 {
    padding-right: 0px !important;
}

.v2-pr-5 {
    padding-right: 5px !important;
}

.v2-pl-10 {
    padding-left: 10px !important;
}

.v2-my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    margin-right: -16px;
}

.v2-my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.v2-display-inline-block {
    display: inline-block;
}

.v2-fw-400 {
    font-weight: 400 !important;
}

.v2-opacity-06 {
    opacity: 0.6;
}

.v2-rotate--90 {
    transform: rotate(-90deg);
    display: inline-block;
}

.v2-rotate-90 {
    transform: rotate(90deg);
    display: inline-block;
}

.v2-page-title {
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .v2-page-title .v2-button {
        float: right;
    }

    .v2-page-title .check-1 {
        float: left;
        padding: 8px 0 6px 0;
        margin: 1px 0 0 0;
    }

.v2-title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    float: left;
    margin: 0 20px 0 0;
    line-height: 30px;
}

.v2-button {
    border-radius: 3px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    background-color: #333;
    display: inline-block;
    padding: 7px 15px;
}

    .v2-button i {
        float: left;
        font-size: 15px;
        color: #fff;
        margin: 0 5px 0 0;
    }

    .v2-button.grey-gradient {
        background-image: linear-gradient(180deg, #acacac 0%, #7d7d7d 100%);
    }

    .v2-button.opacity-4-white {
        background-color: rgba(255, 255, 255, 0.4);
        color: #000;
    }

    .v2-button.fav-button {
        width: 130px;
        padding: 7px 15px 7px 10px;
        box-sizing: border-box;
    }

        .v2-button.fav-button i {
            font-size: 18px;
            margin-top: -1px;
        }

.v2-tab-button {
    cursor: pointer;
    display: inline-block;
    background-image: linear-gradient(180deg, #f1f1f1 0%, #dedede 100%);
    border-radius: 5px 5px 0 0;
    color: #999;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 23px;
}

    .v2-tab-button i {
        color: rgba(153, 153, 153, 0.99);
        font-size: 24px;
        float: left;
        margin: 0 5px 0 0;
    }

    .v2-tab-button .count {
        float: right;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0 6px;
        height: 20px;
        border-radius: 10px;
        margin: 2px 0 0 5px;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        font-weight: normal;
    }

    .v2-tab-button i.icon-drawer {
        margin-top: -3px;
    }

    .v2-tab-button.active {
        background-image: linear-gradient(to top, #f4b148 0%, #d28d1e 100%);
        color: #fff;
    }

        .v2-tab-button.active i {
            color: #fff;
        }

.v2-select {
    position: relative;
    display: inline-block;
}

    .v2-select .select-box {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        background-color: #fff;
        min-width: 130px;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 6px 30px 6px 10px;
        margin: 0;
        box-sizing: border-box;
        border: none;
        outline: none;
        /* for Firefox */
        -moz-appearance: none;
        /* for Chrome */
        -webkit-appearance: none;
    }
        /* For IE10 */
        .v2-select .select-box::-ms-expand {
            display: none;
        }

    .v2-select:after {
        content: "\e913";
        font-family: 'icomoon' !important;
        color: #ccc;
        font-size: 18px;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        right: 10px;
    }

.v2-search-input {
    position: relative;
    display: inline-block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}

    .v2-search-input .textbox {
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        width: 100%;
        padding: 7px 64px 7px 10px;
        box-sizing: border-box;
    }

    .v2-search-input .button {
        position: absolute;
        right: 2px;
        top: 2px;
        bottom: 2px;
        border-radius: 3px;
        background-color: #dedede;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 5px 15px;
        cursor: pointer;
    }

.v2-notification-box {
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    padding: 15px 10px 15px 10px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    cursor:pointer;
}

    .v2-notification-box .avatar {
        float: left;
        position: relative;
        margin: 0 10px 0 0;
    }

        .v2-notification-box .avatar .avatar-photo {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background-color: #4a90e2;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: -0.44px;
            line-height: 34px;
            text-align: center;
        }

        .v2-notification-box .avatar i {
            width: 20px;
            height: 20px;
            background-color: #fff;
            border-radius: 50%;
            position: absolute;
            right: -5px;
            bottom: -5px;
            z-index: 9;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
        }

    .v2-notification-box .detail {
        float: left;
        width: calc(100% - 44px);
    }

        .v2-notification-box .detail .head {
            width: 100%;
            float: left;
            margin: 0 0 5px 0;
        }

            .v2-notification-box .detail .head .title {
                color: #000;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: -0.38px;
                float: left;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .v2-notification-box .detail .head .date {
                float: right;
                color: #000;
                font-size: 13px;
                font-weight: 400;
                letter-spacing: -0.38px;
                max-width: 61px;
                position: relative;
                box-sizing: border-box;
            }

                .v2-notification-box .detail .head .date.now {
                    padding: 0 10px 0 0;
                }

                    .v2-notification-box .detail .head .date.now:after {
                        content: '';
                        position: absolute;
                        width: 6px;
                        height: 6px;
                        background-color: #f88d49;
                        border-radius: 50%;
                        top: 50%;
                        transform: translate(0,-50%);
                        right: 0;
                    }

        .v2-notification-box .detail .description {
            width:100%;
            float:left;
            color: #999;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: -0.35px;
            line-height: 16px;
            word-wrap: break-word;

            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .v2-notification-box.passive, .v2-notification-box.passive .avatar i {
        background-color: #f1f1f1;
    }

        .v2-notification-box.passive .avatar .avatar-photo {
            filter: grayscale(100%);
        }

        .v2-notification-box.passive .head .title {
            color: #666;
        }

        .v2-notification-box.passive .head .date {
            color: #999;
        }

    .v2-notification-box.notification-box-2 {
        padding: 10px 10px 10px 15px;
    }

        .v2-notification-box.notification-box-2 .detail {
            width:calc(100% - 95px);
            padding: 4px 0 0 0;
            position: relative;
            height: 90px;
            box-sizing: border-box;
        }

            .v2-notification-box.notification-box-2 .detail .head .title {
                white-space: initial;
            }

        .v2-notification-box.notification-box-2 .img {
            width: 90px;
            height: 90px;
            float: right;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 5px;
            position: relative;
        }

            .v2-notification-box.notification-box-2 .img:after {
                content: attr(data-title);
                position: absolute;
                right: 2px;
                top: 2px;
                background-color: rgba(0, 0, 0, 0.5);
                border-radius: 5px;
                color: #fff;
                font-size: 13px;
                font-weight: 400;
                letter-spacing: -0.38px;
                line-height: 16px;
                padding: 2px 5px;
            }

        .v2-notification-box.notification-box-2 .detail .description {
            position: absolute;
            left: 0;
            bottom: 4px;
            color: #666;
        }

        .v2-notification-box.notification-box-2.passive .img {
            filter: grayscale(100%);
        }

    .v2-notification-box.loading {
        background-color: #f1f1f1;
    }

        .v2-notification-box.loading .avatar {
            width: 34px;
            height: 34px;
            border-radius: 17px;
            background-image: linear-gradient(270deg, #c9c9c9 0%, #999999 100%);
        }

        .v2-notification-box.loading .detail span {
            border-radius: 9px;
            height: 16px;
            float: left;
        }

            .v2-notification-box.loading .detail span.one {
                background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
                width: 203px;
                margin: 0 0 28px 0;
            }

            .v2-notification-box.loading .detail span.two {
                float: right;
                width: 28px;
                background-image: linear-gradient(to right, #b5b5b5 0%, #dedede 100%);
                margin: 0 0 28px 0;
            }

            .v2-notification-box.loading .detail span.three {
                width: 126px;
                background-image: linear-gradient(270deg, #9f9f9f 0%, #666666 100%);
                margin: 0 4px 4px 0
            }

            .v2-notification-box.loading .detail span.four {
                background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
                width: 126px;
                margin: 0 0 4px 0;
            }

            .v2-notification-box.loading .detail span.five {
                width: 77px;
                background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
                margin: 0 4px 0 0;
            }

            .v2-notification-box.loading .detail span.six {
                width: 77px;
                background-image: linear-gradient(270deg, #c9c9c9 0%, #999999 100%);
            }

    .v2-notification-box.notification-box-2.loading .detail span {
        float: left;
        height: 16px;
        border-radius: 9px;
    }

        .v2-notification-box.notification-box-2.loading .detail span.one {
            width: 203px;
            background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            display: block;
            margin: 0 0 3px 0;
        }

    .v2-notification-box.notification-box-2.loading .head span.two {
        width: 126px;
        background-image: linear-gradient(270deg, #9f9f9f 0%, #666666 100%);
        margin: 0 3px 3px 0;
    }

    .v2-notification-box.notification-box-2.loading .head span.three {
        width: 100px;
        background-image: linear-gradient(270deg, #f1f1f1 0%, #dedede 100%);
        margin: 0 0 3px 0;
    }

    .v2-notification-box.notification-box-2.loading .head span.four {
        width: 77px;
        background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
        margin: 0 3px 0 0;
    }

    .v2-notification-box.notification-box-2.loading .head span.five {
        width: 77px;
        background-image: linear-gradient(270deg, #c9c9c9 0%, #999999 100%);
    }

    .v2-notification-box.notification-box-2.loading .detail .description {
        width: 134px;
        float: left;
        height: 16px;
        border-radius: 9px;
        background-image: linear-gradient(270deg, #f1f1f1 0%, #dedede 100%);
    }

    .v2-notification-box.notification-box-2.loading .img {
        background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
    }

        .v2-notification-box.notification-box-2.loading .img:after {
            width: 33px;
            height: 20px;
            border-radius: 5px;
            background-image: linear-gradient(270deg, #d3d3d3 0%, #bfbfbf 100%);
            right: 3px;
            top: 3px;
        }

.check-1 {
    display: inline-block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

    .check-1 input {
        position: absolute;
        visibility: hidden;
    }

    .check-1 label {
        line-height: 14px;
        cursor: pointer;
        color: #000;
        font-size: 14px;
    }

        .check-1 label .box {
            width: 12px;
            height: 12px;
            border-radius: 3px;
            border: 1px solid #000;
            float: left;
            box-sizing: border-box;
            margin: 0 8px 0 0;
            position: relative;
        }

    .check-1 input:checked ~ label .box:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
    }

.v2-page-content {
    width: 100%;
    float: left;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #dedede;
    box-sizing: border-box;
    padding: 2px;
}

.v2-notification-archive {
    margin: 48px 0 0 0;
    padding: 0 10px 10px 10px;
}

    .v2-notification-archive .col {
        width: 25%;
        float: left;
        margin: -48px 0 0 0;
        padding: 0 24px 0 0;
        box-sizing: border-box;
    }

        .v2-notification-archive .col:last-child {
            padding: 0;
        }

        .v2-notification-archive .col .v2-tab-button {
            width: 100%;
            box-sizing: border-box;
        }

        .v2-notification-archive .col .options {
            float: left;
            width: 100%;
            margin: 10px 0;
        }

            .v2-notification-archive .col .options .check-1 {
                float: left;
                padding: 8px 0 6px 6px
            }

            .v2-notification-archive .col .options .v2-button {
                float: right;
            }
            .v2-notification-archive .col .options .v2-button.disable{
                cursor:not-allowed;
                opacity:0.2
            }

        .v2-notification-archive .col .notifications {
            width: 100%;
            float: left;
            max-height: 850px;
            overflow-y: auto;
            padding: 0 5px 0 0;
            box-sizing: border-box;
            min-height:912px;
            scrollbar-color: #999 #dedede;
            scrollbar-width: thin;
        }



            .v2-notification-archive .col .notifications::-webkit-scrollbar-track {
                background-color: #dedede;
            }

            .v2-notification-archive .col .notifications::-webkit-scrollbar {
                width: 3px;
                background-color: #dedede;
            }

            .v2-notification-archive .col .notifications::-webkit-scrollbar-thumb {
                background-color: #999;
                border-radius: 2px;
            }

​
.v2-notification-archive .col .notifications .v2-notification-box {
    float: left;
    margin: 0 0 2px 0;
}

        .v2-notification-archive .col .saw-all {
            width: 100%;
            float: left;
            margin: 28px 0 15px 0;
            text-align: center;
        }

            .v2-notification-archive .col .saw-all i {
                font-size: 64px;
                display: inline-block;
            }

            .v2-notification-archive .col .saw-all span {
                width: 100%;
                float: left;
                margin: 26px 0 0 0;
                color: #999;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: 400;
                letter-spacing: -0.41px;
            }

.v2-table {
    width: 100%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}

    .v2-table .head {
        width: 100%;
        float: left;
        margin: 15px 0;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .v2-table .col {
        float: left;
        margin: 0 5px 0 0;
        box-sizing: border-box;
    }

        .v2-table .col:last-child {
            margin: 0;
        }

    .v2-table .col-1 {
        width: calc(100% - 515px);
    }

    .v2-table .col-2 {
        width: 120px;
    }

    .v2-table .col-3 {
        width: 180px;
    }

    .v2-table .tr .col-2 {
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .v2-table .tr .col-3 {
        width: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .v2-table .col-4 {
        width: 200px;
    }

    .v2-table .head .col {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        min-height: 16px;
        position : relative;
    }

    .v2-table .head .col-1 {
        padding: 0 0 0 45px
    }

    .v2-table .tr {
        width: 100%;
        float: left;
        /* height: 50px; */
        border-radius: 5px;
        background-color: #fff;
        padding: 7px 10px;
        box-sizing: border-box;
        margin: 0 0 2px 0;
    }

        .v2-table .tr:nth-last-child(2) {
            margin: 0;
        }

        .v2-table .tr.suggestionData:nth-last-child(2) {
            margin: 0 0 2px 0;
        }

        .v2-table .tr .line {
            width: 100%;
            float: left;
            display: flex;
        }

        .v2-table .tr .icn-box {
            float: left;
            padding: 4px 0;
            color: #ccc;
            font-size: 24px;
            margin: 0 15px 0 5px;
            min-width: 24px;
            position: relative;
        }

            .v2-table .tr .icn-box > i {
                position: relative;
            }

            .v2-table .tr .icn-box.shopping .big {
                position: absolute;
                right: -4px;
                bottom: -7px;
                color: #fff;
                font-size: 18px;
            }

            .v2-table .tr .icn-box.shopping .small {
                position: absolute;
                right: -2px;
                bottom: -6px;
                color: #ccc;
                font-size: 14px;
            }

            .v2-table .tr .icn-box .icon-caret-up {
                font-size: 40px;
                margin: -8px 0 0 0;
                float: left;
            }

        .v2-table .tr .subject-name {
            color: #000;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: -0.44px;
            line-height: 18px;
            padding: 7px 0;
            float: left;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .v2-table .tr .no-link-text {
            font-size: 15px;
            float: left;
            margin: 0px 0 0 5px;
            padding: 7px 0;
            line-height: 20px;
        }

        .v2-table .tr .col {
            color: #000;
            letter-spacing: -0.41px;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            position: relative;
            min-height: 18px;
        }

            .v2-table .tr .col.col-1 {
                width: calc(100% - 560px);
            }
            /* .v2-table .tr .col.col-2,.v2-table .tr .col.col-3{
	padding:9px 0
} */
            .v2-table .tr .col .link {
                display: block;
                color: #999;
                letter-spacing: -0.41px;
            }

                .v2-table .tr .col .link:hover {
                    color: #f00;
                }

            .v2-table .tr .col .last-message-link {
                display: block;
                color: #000;
                letter-spacing: -0.41px;
            }

                .v2-table .tr .col .last-message-link:hover {
                    color: #f00;
                }

            .v2-table .tr .col .icon-bin2 {
                float: left;
                vertical-align: middle;
                margin: 9px 0 0 7px;
                cursor: pointer;
                color: #f00;
            }
                .v2-table .tr .col .icon-bin2.delete-draft {
                    margin: 1px 0 0 5px;
                    padding: 7px 0;
                }

        .v2-table .tr.loading {
            background-color: #f1f1f1;
            padding: 12px 10px 9px 10px;
            margin: 2px 0 0 0;
        }

            .v2-table .tr.loading .icn-box {
                width: 24px;
                height: 24px;
                background-image: linear-gradient(270deg, #c9c9c9 0%, #999999 100%);
                border-radius: 5px;
                padding: 0;
                margin: 0 15px 0 5px;
            }

            .v2-table .tr.loading .col {
                margin: 4px 0;
            }

                .v2-table .tr.loading .col.col-1 {
                    width: calc(100% - 545px);
                }

                .v2-table .tr.loading .col span {
                    border-radius: 5px;
                    float: left;
                }

            .v2-table .tr.loading .col-1 span {
                width: 203px;
                height: 16px;
                border-radius: 9px;
                background-image: linear-gradient(270deg, #e8e8e8 0%, #cccccc 100%);
            }

            .v2-table .tr.loading .col-2 span, .v2-table .tr.loading .col-3 span {
                width: 108px;
                height: 16px;
                border-radius: 9px;
                background-image: linear-gradient(to right, #b5b5b5 0%, #dedede 100%);
                float: initial;
                display: inline-block
            }

            .v2-table .tr.loading .col-4 span {
                width: 165px;
                height: 16px;
                border-radius: 9px;
                background-image: linear-gradient(to right, #b5b5b5 0%, #dedede 100%);
                float: right;
            }

        .v2-table .tr .col .align {
            position: absolute;
            left: 0;
            right: 0;
        }

            .v2-table .tr .col .align.middle {
                top: 50%;
                transform: translate(0,-50%);
            }

                .v2-table .tr .col .align.middle .nickname {
                    float: right;
                    color: #999
                }

        .v2-table .tr .col .history-eye {
            font-size: 15px;
            color: #ccc;
            vertical-align: middle;
            margin: -2px 0 0 0;
            display: inline-block;
        }

        .v2-table .tr.loading {
            display: inline-block;
        }

    .v2-table.cols-5 .col-4 {
        width: 136px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .v2-table.cols-5 .col-5 {
        width: 200px;
    }

    .v2-table.cols-5 .col-1 {
        width: calc(100% - 656px);
    }

    .v2-table.cols-5 .tr .col.col-1 {
        width: calc(100% - 700px);
    }

    .v2-table.hidden-topics .tr .col .subject-name {
        /*max-width: calc(100% - 50px)*/
    }

    .v2-table.hidden-topics .tr .col .eye {
        color: #f00;
        font-size: 15px;
        float: left;
        padding: 10px 0 5px 0;
        margin: 0 0 0 5px;
        cursor: pointer;
    }

    .v2-table.cols-5 .tr.loading .col-4 span {
        float: initial;
        display: inline-block;
        width: 118px;
    }

    .v2-table.cols-5 .tr.loading .col-5 span {
        width: 165px;
        height: 16px;
        border-radius: 9px;
        background-image: linear-gradient(to right, #b5b5b5 0%, #dedede 100%);
        float: right;
    }

    .v2-table.cols-5 .tr.loading .col {
        margin: 4px 5px 4px 0;
    }

    .v2-table.cols-5 .tr.loading .col-5 {
        float: right;
        margin: 4px 0;
    }

    .v2-table .col-1 .quotes {
        width: 100%;
        float: left;
        text-align: left;
    }

        .v2-table .col-1 .quotes .quote-line {
            width: 100%;
            float: left;
            font-size: 13px;
            letter-spacing: -0.38px;
            line-height: 18px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            color: #000;
        }

    .v2-table .tr.can-be-deleted .line .col-1 .quotes .quote-line:hover, .v2-table .tr.can-be-deleted .line .col-1 .quotes .quote-line:hover a {
        /*color: #f00;*/
    }

    .v2-table .tr.can-be-deleted .line .col-1 .quotes .quote-line .icon-bin2, .v2-table .tr .sub-line .col .icon-bin2 {
        float: initial;
        color: #f00;
        margin: -3px 0 0 5px;
        vertical-align: middle;
        /*display: none;*/
    }

    .v2-table .tr .sub-line .col .icon-bin2 {
        float: left;
        margin: 0 0 0 5px;
    }

    .v2-table .tr.can-be-deleted .line .col-1 .quotes .quote-line:hover .icon-bin2, .v2-table .tr .sub-line:hover .col .icon-bin2 {
        /*display: inline-block;*/
    }

    .v2-table .tr.can-be-deleted .col .align.middle {
        font-size: 13px;
    }

    .v2-table .tr.can-be-deleted .col-1 .quotes .quote-line span.single-line {
        float: left;
        /*max-width: calc(100% - 100px);*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 5px 0 0;
    }

            .v2-table .col-1 .quotes .quote-line a {
                font-weight: bold;
            }

        .v2-table .col-1 .quotes .see-all {
            display: block;
            color: #999;
            margin: 2px 0 0 0;
            float: left;
            cursor: pointer;
        }

            .v2-table .col-1 .quotes .see-all i {
                vertical-align: middle;
                margin: 0 0 0 2px;
            }

    .v2-table.cols-3 .col-1 {
        width: calc(100% - 310px);
    }

    .v2-table.cols-3 .tr .col.col-1 {
        width: calc(100% - 355px);
    }


    /* .v2-table .tr.loading .col-1,.v2-table .tr.loading .col-4{
	padding:9px 0;
} */

    .v2-table .tr .sub {
        width: 100%;
        float: left;
        padding: 0 0 5px 44px;
        box-sizing: border-box;
    }

        .v2-table .tr .sub .sub-line {
            float: left;
            width: 100%;
            margin: 0 0 5px 0;
        }

            .v2-table .tr .sub .sub-line:last-child {
                margin: 0;
            }

            .v2-table .tr .sub .sub-line .col .align, .v2-table .tr .sub .col .text {
                font-size: 13px;
            }

            .v2-table .tr .sub .sub-line .col.col-1:hover, .v2-table .tr .sub .sub-line .col.col-1:hover a {
                /*color: #f00;*/
            }

        .v2-table .tr .sub .col .text {
            float: left;
            white-space: nowrap;
            /*max-width: calc(100% - 100px);*/
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .v2-table .tr .sub .col.col-1 {
            width: calc(100% - 515px);
        }

    .v2-table .tr .col .history-icon {
        color: #999;
        font-size: 24px;
    }

        .v2-table .tr .col .history-icon:before {
            color: #999;
        }

    .v2-table.fav-table .line .col-1 {
        width: calc(100% - 570px);
    }

    .v2-table.fav-table .line .col-2 {
        width: 130px
    }

.v2-tabs {
    width: 100%;
    float: left;
    margin: -50px 0 0 0;
    padding: 0 12px;
    box-sizing: border-box;
}

    .v2-tabs .v2-tab-button {
        float: left;
        margin: 0 15px 0 0;
    }

.v2-empty-area {
    width: 100%;
    float: left;
    height: 256px;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.41px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

    .v2-empty-area i {
        display: block;
        color: #999;
        font-size: 64px;
        margin: 0 0 20px 0;
    }

    .v2-empty-area .center {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

    .v2-empty-area span {
        display: block;
    }


.v2-table .tr.account-activity.active .subject-name {
    color: #ff0000;
}

.v2-table .tr.account-activity .col-1 .logout {
    float: right;
    font-size: 21px;
    padding: 5px;
    margin: 0 30px 0 0;
}

.v2-table .tr.account-activity.active .col-1 .logout {
    color: #ff0000;
}


.switch-box {
    position: relative;
    width: 80px;
}

    .switch-box.mini {
        width: 50px;
    }

.switch-box-cb {
    display: none;
}

.switch-box-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ff6600;
    border-radius: 20px;
    background: #ff6600;
}

.switch-box.mini .switch-box-label {
    border: none;
}

.switch-box-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
}

    .switch-box-inner:before,
    .switch-box-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 11pt;
        color: #ffffff;
        font-weight: bold;
        box-sizing: border-box;
    }

.switch-box.mini .switch-box-inner:before,
.switch-box.mini .switch-box-inner:after {
    height: 22px;
    line-height: 22px;
    font-size: 7pt;
    font-weight: normal;
}

.switch-box-inner:before {
    content: "Açık";
    padding-left: 10px;
    background: #ff6600;
    color: #ffffff;
}

.switch-box-inner:after {
    content: "-";
    padding-right: 15px;
    background: #333333;
    color: #fff;
    text-align: right;
}

.switch-box-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
}

.switch-box.mini .switch-box-switch {
    right: 26px;
    width: 14px;
    margin: 3px;
}

.switch-box.mini .switch-box-inner:before {
    padding-left: 7px;
}

.switch-box-cb:checked + .switch-box-label .switch-box-inner {
    margin-left: 0;
}

.switch-box-cb:checked + .switch-box-label .switch-box-switch {
    right: 0px;
}

.switch-box-cb:disabled + .switch-box-label {
    opacity: 0.3;
}

.v2-date-picker {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

    .v2-date-picker .button {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        background-color: #fff;
        float: left;
        padding: 7px 12px;
        cursor: pointer;
    }

        .v2-date-picker .button .value {
            float: left;
            color: #000;
            font-size: 14px;
        }

        .v2-date-picker .button i {
            float: right;
            color: #ccc;
            font-size: 18px;
            margin: -2px 0 0 15px;
        }

    .v2-date-picker .box {
        position: absolute;
        right: 0;
        top: 100%;
        margin: 5px 0 0 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        background-color: #fff;
        width: 466px;
        box-sizing: border-box;
        padding: 10px;
        z-index: 999;
        display: none;
    }

    .v2-date-picker.active .box {
        display: block;
    }

    .v2-date-picker .box:before {
        content: "";
        position: absolute;
        top: -11px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    .v2-date-picker .box .head {
        width: 100%;
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

        .v2-date-picker .box .head i {
            float: left;
            font-size: 16px;
            margin: 0 5px 0 0;
            width: auto;
        }

    .v2-date-picker .box .date {
        float: left;
        margin: 0 8px 0 0;
    }

        .v2-date-picker .box .date .title {
            display: block;
            font-size: 14px;
            color: #000;
            margin: 0 0 10px 0;
        }

.v2-single-date-box {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    float: left;
    width: 170px;
    position: relative;
    box-sizing: border-box;
}

    .v2-single-date-box input {
        border: none;
        outline: none;
        color: #000;
        font-size: 14px;
        padding: 6px 10px;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .v2-single-date-box:after {
        content: "\e92a";
        position: absolute;
        right: 7px;
        top: 6px;
        color: #ccc;
        font-size: 16px;
        font-family: 'icomoon' !important;
        pointer-events: none;
    }

.v2-date-picker {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

    .v2-date-picker .button {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        background-color: #fff;
        float: left;
        padding: 7px 12px;
        cursor: pointer;
    }

        .v2-date-picker .button .value {
            float: left;
            color: #000;
            font-size: 14px;
        }

        .v2-date-picker .button i {
            float: right;
            color: #ccc;
            font-size: 18px;
            margin: -2px 0 0 15px;
        }

    .v2-date-picker .box {
        position: absolute;
        right: 0;
        top: 100%;
        margin: 5px 0 0 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        background-color: #fff;
        width: 466px;
        box-sizing: border-box;
        padding: 10px;
        z-index: 999;
        display: none;
    }

    .v2-date-picker.active .box {
        display: block;
    }

    .v2-date-picker .box:before {
        content: "";
        position: absolute;
        top: -11px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    .v2-date-picker .box .head {
        width: 100%;
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

        .v2-date-picker .box .head i {
            float: left;
            font-size: 16px;
            margin: 0 5px 0 0;
            width: auto;
        }

    .v2-date-picker .box .date {
        float: left;
        margin: 0 8px 0 0;
    }

        .v2-date-picker .box .date .title {
            display: block;
            font-size: 14px;
            color: #000;
            margin: 0 0 10px 0;
        }

.v2-single-date-box {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    float: left;
    width: 170px;
    position: relative;
    box-sizing: border-box;
}

    .v2-single-date-box input {
        border: none;
        outline: none;
        color: #000;
        font-size: 14px;
        padding: 6px 10px;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .v2-single-date-box:after {
        content: "\e92a";
        position: absolute;
        right: 7px;
        top: 6px;
        color: #ccc;
        font-size: 16px;
        font-family: 'icomoon' !important;
        pointer-events: none;
    }


.v2-title.light {
    font-size: 20px;
    font-weight: normal;
}

.v2-button.orange-white {
    border-radius: 2px;
    border: 1px solid #e69818;
    background-color: #ffffff;
    color: #e77800;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

    .v2-button.orange-white i {
        font-size: 19px;
        color: #e77800;
        margin: -1px 5px 0 0;
    }

.v2-page-content.type-2 {
    border: none;
}

.v2-table.hot-topic-users .tr .line .icn-box {
    width: 25px;
    height: 30px;
    border-radius: 5px;
    background-color: #f1f1f1;
    line-height: 30px;
    text-align: center;
    color: #f37829;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0 5px 0 0;
}

.v2-table.hot-topic-users .tr .line .col .user {
    float: left;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

    .v2-table.hot-topic-users .tr .line .col .user .nickname {
        float: left;
        color: #333333;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: -0.36px;
        line-height: 30px;
        position: relative;
        z-index: 4;
    }

        .v2-table.hot-topic-users .tr .line .col .user .nickname span {
            display: inline-block;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 9px;
            color: #ffffff;
            font-size: 9px;
            font-weight: 700;
            line-height: 14px;
            padding: 0 8px;
            margin: -2px 0px 0 3px;
            vertical-align: middle;
        }

    .v2-table.hot-topic-users .tr .line .col .user .bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 3px;
        z-index: 3;
        display: none;
    }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-1 {
            display: block;
            background-color: #feb998;
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-2 {
            display: block;
            background-color: rgba(254, 185, 152, 0.9);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-3 {
            display: block;
            background-color: rgba(254, 185, 152, 0.8);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-4 {
            display: block;
            background-color: rgba(254, 185, 152, 0.7);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-5 {
            display: block;
            background-color: rgba(254, 185, 152, 0.6);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-6 {
            display: block;
            background-color: rgba(254, 185, 152, 0.6);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-7 {
            display: block;
            background-color: rgba(254, 185, 152, 0.5);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-8 {
            display: block;
            background-color: rgba(254, 185, 152, 0.4);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-9 {
            display: block;
            background-color: rgba(254, 185, 152, 0.3);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-10 {
            display: block;
            background-color: rgba(254, 185, 152, 0.2);
        }

        .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-11 {
            display: block;
            background-color: rgba(254, 185, 152, 0.2);
        }

.v2-table .tr .col .align.middle.orange {
    color: #f37829;
}

    .v2-table .tr .col .align.middle.orange i {
        float: right;
        color: #ff6000;
        font-size: 15px;
        margin: 1px 0 0 7px;
    }

.v2-table .tr .col-1 .trash-icon {
    display: none;
    float: initial;
    margin: -2px 5px 0 5px;
}

.v2-table .tr:hover .col-1 .trash-icon {
    display: inline-block;
    margin: 1px 5px 0 0;
}

.v2-table .tr .col-1 .trash-icon-2 {
    visibility: hidden;
}

.v2-table .tr .col-1 .flexible {
    display: flex;
    float: left;
    max-width: 100%;
}

.quotes > :last-child {
    margin-bottom: 5px !important;
}

.font-verdana {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.line .align-middle-2 {
    display: flex;
    max-width: max-content;
    max-height: max-content;
}

.sub-line .align-middle-2 {
    display: flex;
    max-width: max-content;
    max-height: max-content;
    font-size: 13px;
}

.subLine .align-middle-2 {
    display: flex;
    max-width: max-content;
    max-height: max-content;
    font-size: 13px;
}

.v2-table .head .col .arrow {
    cursor: pointer;
    transform: rotate(90deg);
    display: inline-block
}

    .v2-table .head .col .arrow.rotate {
        transform: rotate(-90deg);
    }

.v2-table.hot-topic-users .head .col {
    font-size: 14px;
}

.v2-table.hot-topic-users .col-2 {
    width: 180px;
}

.v2-table.hot-topic-users.cols-3 .col-1 {
    width: calc(100% - 370px);
}

.v2-table.hot-topic-users.cols-3 .tr .col.col-1 {
    width: calc(100% - 415px);
}

.v2-table.hot-topic-users .head .col-1 {
    padding: 0 0 0 30px
}

.v2-table.hot-topic-users .tr {
    padding: 2px 10px;
    margin: 0;
    background-color: transparent;
}

.v2-table.hot-topic-users {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 30%, rgba(222,222,222,1) 70%, rgba(255,255,255,1) 100%);
}

    .v2-table.hot-topic-users .head {
        background-color: #dedede;
        margin: 0 0 5px 0;
        padding: 15px 12px;
    }

    .v2-table.hot-topic-users .konuyaozel {
        position: absolute;
      /*  right: 100%;*/
    top: -8px;
    margin: 0 10px 0 0
}

        .v2-table.hot-topic-users .konuyaozel ul li {
            margin: 2px 0;
            padding: 7px 0;
        }

    .v2-table.hot-topic-users .konuozel-acilir ul li a span {
        margin: 0px 8px 0 0;
    }

.last-messages .v2-table .tr .line {
    float: left;
    display: inline-block;
}

    .last-messages .v2-table .tr .line:first-child {
        width: calc(100% - 350px);
    }

    .last-messages .v2-table .tr .line .col.col-1 {
        width: calc(100% - 50px);
    }

.last-messages .v2-table .tr .sub {
    width: calc(100% - 50px);
}

.last-messages .v2-table .tr .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.last-messages .v2-table .tr .sub {
    padding: 0;
}

.last-messages .v2-table .tr .flex .line:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 300px;
}

.last-messages .v2-table .head .col-1 {
    padding: 0 30px 0 45px;
    width: calc(100% - 311px);
}

.last-messages .v2-table .tr .sub .col.col-1 {
    width: 100% !important;
}

.last-messages .v2-table .tr .sub .col .text {
    text-overflow: initial;
    overflow: initial;
    white-space: initial;
    text-align: left;
    position: relative;
}

    .last-messages .v2-table .tr .sub .col .text .title {
        max-width: 100%;
        cursor: pointer;
    }

    .last-messages .v2-table .tr .sub .col .text.two-line .title {
        max-height: 36px;
        display: inline-block;
        overflow: hidden;
    }

    .last-messages .v2-table .tr .sub .col .text.two-line .message-link {
        position: absolute;
        right: 0;
        bottom: 3px;
        background-color: #fff;
        padding: 0 0 0 17px;
        margin: 0 !important;
    }

        .last-messages .v2-table .tr .sub .col .text.two-line .message-link:after {
            content: '...';
            position: absolute;
            left: 2px;
            bottom: 0;
        }

.last-messages .v2-table .tr .sub .sub-line .col.col-1:hover, .last-messages .v2-table .tr .sub .sub-line .col.col-1:hover a {
    color: #000;
}

.v2-page-content.v3 {
    border: solid 1px #d0a86c;
    background-color: #f6f6f6;
    padding: 20px;
}

.v2-page-title.v3 {
    margin: 16px 0 36px 0;
}

    .v2-page-title.v3 .v2-title {
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

@media screen and (max-width:1600px) {
    .v2-tab-button{
        padding: 11px 15px;
    }
}
@media screen and (max-width:1500px) {
    .v2-tab-button{
        font-size: 16px;
    }
}
@media screen and (max-width:1400px) {
    .v2-tab-button{
        padding: 11px 10px;
        font-size:14px;
    }
    .v2-tab-button .count{
        font-size: 10px;
    }
    .v2-tab-button i{
        font-size: 20px;
        margin: 1px 5px 0 0;
    }
}


@media screen and (max-width:1300px) {
    .v2-tab-button{
        padding: 11px 5px;
    }
    .v2-notification-archive .col .options .v2-button{
        width: 45px;
        overflow: hidden;
        height: 30px;
        text-indent: -999999999px;
        box-sizing: border-box;
    }
    .v2-notification-archive .col .options .v2-button i{
        text-indent: initial
    }
}
.okundusay {
    float: right;
    line-height: 17px;
    margin-right: 3px;
}

    .okundusay img {
        float: left;
    }

.siralamaolcutu {
    font-weight: bold;
    float: left;
    line-height: 20px;
    margin-right: 10px;
}

.fulle {
    width: 100% !important;
}

.mesajfiltrele {
    float: right;
    font-weight: normal;
}

.selectfiltre {
    margin-right: 10px;
}

.mesajlarim {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    background-color: #F1F1F1;
    border: 1px solid #D0D0D0;
    min-width: 980px;
}

    .mesajlarim.cevaplananlar .mesaj-konu {
        width: calc(47% - 105px);
    }

    .mesajlarim.cevaplananlar .sonmesaj-ortala {
        right: 10px;
    }

    .mesajlarim.cevaplananlar .mesaj-benimmesajim, .mesajlarim.cevaplananlar .mesaj-sonmesaj {
        text-align: right;
        padding: 0 10px 0 0;
        box-sizing: border-box;
    }

    .mesajlarim.cevaplananlar.eksik .mesaj-konu {
        width: calc(53% - 105px);
    }

    .mesajlarim .mesajlarimbaslik {
        width: 100%;
        height: 25px;
        float: left;
        background-color: #DFDFDF;
        line-height: 25px;
        text-align: center;
        color: #ff6000;
        font-weight: bold;
        font-size: 12px;
    }

.mesajlarimbaslik a {
    color: #ff6000;
    font-size: 12px;
    display: inline-block;
}

    .mesajlarimbaslik a img {
        float: right;
        margin: 6px 0 0 2px;
    }

.mesaj-kapat, .mesaj-klasor {
    position: relative;
    width: 50px;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
}

.mesaj-forum, .mesaj-benimmesajim, .mesaj-sonmesaj {
    text-align: center;
    line-height: 28px;
    position: relative;
    width: 11% !important;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    font-size: 12px;
}

.mesaj-yazar {
    position: relative;
    text-align: center;
    line-height: 28px;
    width: 14%;
    height: auto;
    float: left;
    border-right: 1px solid #D0D0D0;
    font-size: 12px;
    overflow: hidden;
    word-break: break-all;
    padding: 0 8px 0 8px;
    box-sizing: border-box;
}

.mesaj-konu {
    position: relative;
    box-sizing: border-box;
    line-height: 28px;
    width: calc(50% - 185px);
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    font-size: 12px;
}

.mesajlarim-satir {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    min-height: 38px;
    border-bottom: 1px solid #D0D0D0;
}

.klasor-img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7.5px 0 0 -7.5px;
}

.yaziyikucult {
    font-size: 11px;
}

.sonmesaj-ortala {
    line-height: 12px;
    text-align: right;
    margin-top: 12px;
    right: 3px;
}

.sonmesaj-img {
    float: right;
    margin: 3px;
}

.mgenislet a, .mgenislet span {
    text-align: center;
    position: absolute;
    top: 50%;
    line-height: 15px;
    margin-top: -7.5px;
    left: 0;
    right: 0;
}

.konugenislet {
    line-height: 16px;
    padding: 11px 0 11px 10px;
}

.alintigoster {
    position: absolute;
    line-height: 15px;
    top: 50%;
    margin-top: -7.5px;
    right: 5px;
}

.konugenislet .konuadi {
    max-width: calc(100% - 130px);
    float: left;
    width: auto;
}

.konugenislet .sayfasayisi {
    float: left;
    width: calc(100% - 130px);
    color: #5e5e5e;
    font-size: 9px;
}

.alintilar {
    width: calc(100% - 130px);
    height: auto;
    float: left;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 20px;
    box-sizing: border-box;
}

.mesaj-forum a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mesaj-yeni {
    width: 6%;
    float: left;
    height: auto;
    border-right: 1px solid #D0D0D0;
    position: relative;
}

.goruntuleme .mesaj-konu {
    width: calc(44% - 108px);
}

.goruntuleme .populerkonukapat {
    background-color: #5FB15F;
}

.klasor-bilgilendirme {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 7px;
}

    .klasor-bilgilendirme li {
        float: left;
        margin-right: 7px;
    }

        .klasor-bilgilendirme li img {
            float: left;
            margin-right: 5px;
            margin-top: -1px;
        }

.DH-Reklam-1{width: calc(100% - 239px);float:left;height: auto;margin-top: 5px;}
.DH-Reklam-1 .DH-Reklam-1-Alan{width: 728px;height:90px;margin: 0 auto;background: #F9E0B6;}
.DH-Reklam-1 .DH-Reklam-1-Alan h1{width:100%;float:left;text-align:center;color:#000;font-size:32px;}
.DH-Reklam-2{width: 100%;float:left;height: 98px;background-color: #F1F1F1;}
.DH-Reklam-2 .DH-Reklam-2-Alan{width: 520px;height:40px;margin: 4px auto;background: #F9E0B6;}
.DH-Reklam-2 .DH-Reklam-2-Alan h1{width:100%;float:left;text-align:center;color:#000;font-size:16px;}
.DH-Reklam-3{width: 160px;height:600px;text-align: center;float:left;margin: 6.5px 6.5px 0 6.5px;background-color:#F9E0B6;}
.DH-Reklam-3 h1{    margin: 258px 0 0 0;float:left;}
.DH-Reklam-4, .Forum_Anasayfa_YeniMasthead_1, .Forum_Anasayfa_YeniMasthead_2, .Forum_Anasayfa_YeniMasthead_3 {width: 100%;height: auto;float:left;text-align: center;}
.Forum_Anasayfa_YeniMasthead_1 div:first-child, .Forum_Anasayfa_YeniMasthead_2 div:first-child, .Forum_Anasayfa_YeniMasthead_3 div:first-child {margin: 0 auto 15px auto !important}
.DH-Reklam-4 .DH-Reklam-4-Alan{width: 970px;height:250px;margin:25px auto;background-color:#F9E0B6;}
.DH-Reklam-4 .DH-Reklam-4-Alan h1{width:100%;float:left;text-align:center;color:#000;font-size:32px;margin: 115px 0 0 0;}
.DH-Reklam-5{width: 100%;float:left;height:auto;}
.DH-Reklam-5-Alan{width:728px;height:90px;margin:0 auto;background: #F9E0B6;}
.DH-Reklam-5-Alan h1{text-align: center;line-height: 90px;}
.DH-Reklam-6{width: 100%;float:left;height:auto;}
.DH-Reklam-6-Alan{width:728px;height:90px;margin:0 auto;background: #F9E0B6;}
.DH-Reklam-6-Alan h1{text-align: center;line-height: 90px;}
.DH-Reklam-7{width: 300px;height:250px;float:left;}
.DH-Reklam-7 h1{text-align: center;line-height:110px;}
.DH-Reklam-8{width: calc(100% - 350px);height: auto;float:right;}
.DH-Reklam-8-Alan{width: 728px;height:90px;margin: 0 auto;background: #F9E0B6;}
.DH-Reklam-8-Alan h1{text-align: center;line-height:90px;margin: 10px auto 10px auto;margin: 0;}
.DH-Reklam-9{width: 100%;float:left;height:auto;/*margin-bottom: 15px;*/margin-top:15px;}
.DH-Reklam-9-Alan{width:728px;height:90px;margin:0 auto;background: #F9E0B6;}
.DH-Reklam-9-Alan h1{text-align: center;line-height: 90px;}
.dhsearchbar #ya_tsw {display:inline-block; float:right; margin:5px 5px 0 0; height:30px; padding:0; width: calc(100% - 380px) !important; width: -moz-calc(100% - 380px) !important; width: -webkit-calc(100% - 380px) !important; width: -o-calc(100% - 380px) !important; width: calc(100% - 380px)!important; }
#ya_tsw .ya-search-widget {display:inline-block; position:inherit; background:none; width:100%; }
#ya_tsw .ya-search-widget .ya-search-widget__input-wrapper {display:inline-block; float:left; position:inherit; top:inherit; right:inherit; left:inherit; bottom:inherit; height:27px; line-height:26px; width: calc(100% - 80px) !important; width: -moz-calc(100% - 80px) !important; width: -webkit-calc(100% - 80px) !important; width: -o-calc(100% - 80px) !important; width: calc(100% - 80px) !important; }
#ya_tsw .ya-search-widget .ya-search-widget__input {display:inline-block; float:left; position:inherit; top:inherit; right:inherit; left:inherit; bottom:inherit; height:25px; line-height:14px; padding:5px; border:1px solid #ffdb4c; outline:none;  font-size:13px; color:#c3c3c3; }
#ya_tsw .ya-search-widget .ya-search-widget__input:focus {color:#000; }
#ya_tsw .ya-search-widget .ya-search-widget__button {display:inline-block; float:left; position:relative; top:inherit; right:inherit; left:inherit; bottom:inherit; width:60px; height:25px; line-height:22px; cursor:pointer; color:#000; font-size:14px; background:#ffdb4c; border:none; border-radius:0}
#ya_tsw .ya-search-widget .ya-search-widget__button:active {background:#dedede; }
#ya_tsw .ya-search-widget .ya-search-widget__button:after { content: ''; position: absolute; top: 50%; left: 100%; margin-top: -13px; width: 0; height: 0; border-left: 6px solid #FFDB4C; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
#ya_tsw .ya-search-widget .ya-search-widget__button:active:after {border-left: 6px solid #dedede; }
.ya-saas-widget{position:relative;z-index:0;height:24px;margin:0 10px 0 0;font:13px Arial,Helvetica,sans-serif;background:#ffdb4c}
.ya-saas-widget:after{position:absolute;z-index:-1;top:0;right:-12px;bottom:0;left:auto;width:24px;height:24px;content:'';background:inherit;-webkit-transform:rotate(45deg) skew(18.435deg,18.435deg) scale(.53);-ms-transform:rotate(45deg) skew(18.435deg,18.435deg) scale(.53);transform:rotate(45deg) skew(18.435deg,18.435deg) scale(.53)}
.ya-saas-widget__input-wrapper{position:absolute;top:2px;right:80px;bottom:2px;left:2px}
.ya-saas-widget__input{box-sizing:border-box;width:100%;height:20px;margin:0;padding:6px 30px 6px 10px;cursor:text;line-height:20px;color:#999;border:0;outline:0;background:#fff}
.ya-saas-widget__button{position:absolute;z-index:1;top:0;right:1px;bottom:0;width:80px;cursor:pointer;text-align:center;font:inherit;color:inherit;border:0;outline:0;background:0 0}
.ya-saas-widget__button:active{color:red}
.ya-search-paranja{position:fixed;z-index:998;top:0;left:0;width:0;height:100%;opacity:0;background:#000;background:rgba(0,0,0,.5);-webkit-transition:opacity .1s ease-in-out;-moz-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;filter:alpha(opacity=0)}.ya-search-paranja_opened{width:100%;cursor:pointer;opacity:1;filter:alpha(opacity=50)}
.ya-search-frame-wrapper{position:fixed;z-index:999;top:0;right:-100%;overflow-y:scroll;width:600px;height:100%;-webkit-transition:right .1s ease-in-out;-moz-transition:right .1s ease-in-out;-o-transition:right .1s ease-in-out;transition:right .1s ease-in-out;-webkit-overflow-scrolling:touch}.ya-search-frame-wrapper_opened{right:0}
.ya-search-frame{width:100%;height:100%}

.share_popup_box {
    display: none;
    position: absolute;
    z-index: 97;
    width: 180px;
    height: 40px;
}

.share_popup_box_container {
    position: relative;
}

.share_popup_box_hovered:hover {
    background-color: #FFF;
    opacity: 0.4;
    filter: alpha(opacity=40);
    border-radius: 3px;
}
.share_popup_box .aksiyon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 175px;
    margin: 0 0 0 -85px;
    padding: 5px 5px 5px 0;
    background: #f60;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

    .share_popup_box .aksiyon:after {
        position: absolute;
        margin: 0 0 0 -11px;
        content: "";
        bottom: -20px;
        left: 50%;
        border-width: 10px;
        border-style: solid;
        border-color: #f60 transparent transparent transparent;
    }

    .share_popup_box .aksiyon a {
        display: inline-block;
        width: 30px;
        height: 24px;
        float: left;
        margin: 0 0 0 5px;
        border-radius: 4px;
    }

        .share_popup_box .aksiyon a:hover {
            background: #f80;
        }

        .share_popup_box .aksiyon a:active {
            background: #333;
        }

        .share_popup_box .aksiyon a img {
            width: 20px;
            height: 20px;
            margin: 2px 5px;
        }

        .share_popup_box .aksiyon a.gizle {
            width: 16px;
            height: 16px;
            line-height: 12px;
            font-size: 20px;
            text-align: center;
            position: absolute;
            top: 0;
            right: -18px;
            background: #f60;
            color: #fff !important;
        }

            .share_popup_box .aksiyon a.gizle:hover {
                background: #333;
            }

        .share_popup_box .aksiyon a.kapa {
            width: 16px;
            height: 16px;
            line-height: 14px;
            font-size: 12px;
            text-align: center;
            position: absolute;
            bottom: 0;
            right: -18px;
            background: #f60;
            color: #fff !important;
        }

            .share_popup_box .aksiyon a.kapa:hover {
                background: #333;
            }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
body.gece-modu {
    background-color: #111;
    color: #ccc;
}

.gece-modu a:link, .gece-modu a:visited {
    color: #ccc;
}

.gece-modu header .ust {
    background-color: #171717;
    border-color: #171717
}

.gece-modu header .alt {
    background-color: #1a1a1a;
}

.gece-modu header .ust .logo img.text-logo {
    display: none;
}

.gece-modu header nav.alt a {
    background-color: #222;
    color: #fff;
}

.gece-modu header nav.alt span.acilir:hover > a {
    background-color: #222;
    color: #fff;
    opacity: 0.8;
}

.gece-modu .dhsearch .search {
    background-color: #222;
    color: #fff;
}

.gece-modu .dhsearch .dropdown .title, .gece-modu .dhsearch .dropdown .title:hover {
    background-color: #171717;
    border-color: #111;
}

    .gece-modu .dhsearch .dropdown .title:hover {
        opacity: 0.8;
    }

.gece-modu .login-warning {
    border: solid 1px #222;
    background-color: #1a1a1a;
}

    .gece-modu .login-warning p {
        color: #ccc;
    }

.gece-modu .quick-open-topic-button {
    background-image: linear-gradient(to bottom, #aaa, #666);
    border: none;
}

    .gece-modu .quick-open-topic-button:hover {
        background-image: linear-gradient(to bottom, #666, #aaa);
    }

    .gece-modu .quick-open-topic-button.ilk:hover {
        background-image: none;
        background-color: #222;
        opacity: 0.9;
    }

.gece-modu .profil-sol.yarim .quick-open-topic-button p {
    color: #000 !important
}

.gece-modu .profil-sol.yarim .quick-open-topic-button.ilk p {
    color: #999 !important;
}

.gece-modu .homepage-tab .tabs:after {
    background-color: #444;
}

.gece-modu .homepage-tab .tab.active {
    background-image: linear-gradient(to bottom, #777, #444);
    color: #fff;
    border: none;
}

.gece-modu .homepage-tab .tab {
    background-image: linear-gradient(to bottom, #444, #222);
    color: #999;
    border: none;
}

.gece-modu .widget-2 {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .widget-2 .head {
        background-color: #333;
        box-shadow: none;
    }

        .gece-modu .widget-2 .head .title {
            color: #ccc;
        }

.gece-modu .order-menu {
    background-color: #131313 !important;
}

.gece-modu .widget-2 .line .right .title {
    color: #ccc;
}

.gece-modu .widget-2 .line {
    border-color: #333;
}

.gece-modu .push-topic.active {
    background-color: #333;
    border-color: #333;
}

.gece-modu .widget-2 > .more {
    color: #ccc;
}

.gece-modu .order-menu ul {
    background-color: #333 !important;
    border-color: #222 !important;
}

    .gece-modu .order-menu ul li {
        border-color: #222 !important;
    }

        .gece-modu .order-menu ul li a {
            color: #999 !important;
        }

.gece-modu .up-arrow:before {
    border-bottom-color: #222 !important;
}

.gece-modu .up-arrow:after {
    border-bottom-color: #333 !important;
}

.gece-modu .order-menu ul li:hover {
    background-color: #444 !important;
}

.gece-modu .widget-2 .tabs {
    background-color: #171717;
}

    .gece-modu .widget-2 .tabs .button.active {
        background-color: #666;
        color: #fff
    }

    .gece-modu .widget-2 .tabs .button {
        background-color: #333;
        background-image: none;
        color: #ccc;
    }

.gece-modu .widget-2 .fav-button.passive {
    background-color: #333;
    color: #999;
    border-color: #333;
}

.gece-modu .widget-2 .fav-button {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.gece-modu .refresh-suggestion {
    color: #ccc;
}

.gece-modu .widget-2.v3 .right .info {
    color: #666
}

.gece-modu .widget-2.v5 .main-title a {
    color: #fff;
}

.gece-modu .widget-2.v5 .message {
    color: #ccc;
}

    .gece-modu .widget-2.v5 .message i {
        color: #fff;
    }

.gece-modu .sagtaraf footer, .gece-modu .sagtaraf footer a {
    color: #fff;
}

.gece-modu .push-notification .content {
    background-color: #1a1a1a;
}

.gece-modu .push-notification .left .title {
    color: #fff;
}

.gece-modu .dhsearch .info, .gece-modu .dhsearch .info a {
    color: #ccc;
}

.gece-modu .forum-stream .stream-box {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .forum-stream .stream-box .head .forum {
        color: #999;
    }

    .gece-modu .forum-stream .stream-box .head .title {
        color: #fff;
    }

    .gece-modu .forum-stream .stream-box .middle .username .nickname {
        color: #ccc;
    }

    .gece-modu .forum-stream .stream-box .content p {
        color: #ccc;
    }

    .gece-modu .forum-stream .stream-box .bottom-line .link.active {
        color: #ccc;
    }

    .gece-modu .forum-stream .stream-box .bottom-line .stream-like {
        border-color: #333;
        background-color: #171717;
        color: #ccc;
    }

        .gece-modu .forum-stream .stream-box .bottom-line .stream-like.active img {
            filter: none
        }

    .gece-modu .forum-stream .stream-box .shared-info {
        color: #999;
    }

    .gece-modu .forum-stream .stream-box .shared-info {
        border-color: #111;
    }

    .gece-modu .forum-stream .stream-box.loading .thumbnail, .gece-modu .forum-stream .stream-box.loading .title span, .gece-modu .forum-stream .stream-box.loading .content span, .gece-modu .forum-stream .stream-box.loading .middle .nickname span, .gece-modu .forum-stream .stream-box.loading .middle .avatar, .gece-modu .forum-stream .stream-box.loading .middle .time, .gece-modu .forum-stream .stream-box.loading .bottom-line span {
        background-color: #111 !important
    }

.gece-modu .push-notification.mini:not(.none) .content {
    background-color: #222;
}

.gece-modu .push-notification.mini:not(.none) .left .title {
    color: #fff;
}

.gece-modu header .ust .sag .baglan a {
    background-color: #222;
    border-color: #222;
}

.gece-modu header .ust .sag .baglan:after, .gece-modu header .ust .sag .giris:after {
    background-color: #222;
}

.gece-modu header .ust .sag .yeni-kayit {
    background-image: none;
    background-color: #222;
}

    .gece-modu header .ust .sag .yeni-kayit a {
        color: #ccc;
    }

.gece-modu .covid-container .covid-content {
    background-color: #171717 !important;
    border: none !important;
}

    .gece-modu .covid-container .covid-content > div {
        border-color: #111;
    }

        .gece-modu .covid-container .covid-content > div > b > a {
            color: #ccc !important;
        }

    .gece-modu .covid-container .covid-content ul li {
        border-color: #444 !important;
    }

        .gece-modu .covid-container .covid-content ul li a, .gece-modu .covid-container .covid-content ul li a b {
            color: #ccc !important;
        }

.gece-modu #trend-link .covid-header .button.active span.title {
    color: #fff !important
}

.gece-modu .covid-container .covid-header .head-tab .button.active {
    background-color: #666;
    border-color: #666;
}

.gece-modu #trend-link .covid-header span.title {
    color: #ccc !important
}

.gece-modu .covid-container .covid-header {
    background-color: #333 !important;
    border-color: #333 !important;
}

.gece-modu .covid-container a.show-more {
    background-color: #222 !important;
    color: #ccc !important;
}

.gece-modu .dhorta .dhduyuru {
    border-color: #171717;
}

.gece-modu .dhduyuru .duyurufull {
    background-color: #171717;
    border-color: #171717;
}

.gece-modu .duyurufull .forumduyuru {
    color: #fff;
}

.gece-modu .duyurufull .ozelsayfa, .gece-modu .dhduyuru .duyurufull i, .gece-modu .canliyayinbar .ayrinti .bilgi {
    color: #ccc;
}

.gece-modu .canliyayinbar {
    background-color: #1a1a1a;
}

.gece-modu .dhduyuru .duyurufull img {
    filter: grayscale(100%);
}

.gece-modu .canliyayinbar:hover {
    background-color: #222;
}

.gece-modu .soltaraf .populerkonu {
    background-color: #222;
    border-color: #333;
}

.gece-modu .populerkonu .enust {
    background-color: #333;
    border-color: #333;
}

.gece-modu .populerkonu .populerbasliklar {
    background-color: #444;
    border-color: #444;
}

.gece-modu .enust h1, .gece-modu .enust h1 a {
    color: #ff6600;
}

.gece-modu .populerbasliklar span, .gece-modu .onlinekullanici, .gece-modu .toplammesaj, .gece-modu .aciliszamani, .gece-modu .oneributonlari, .gece-modu .populerkonu.forum .populerbasliklar .onlinekullanici.w-40 {
    color: #999;
}

    .gece-modu .onlinekullanici a {
        color: #999;
    }

.gece-modu .sagayasla .populer-button {
    background-color: #222;
    color: #999;
    border-color: #222;
}

.gece-modu .populer-button.active {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.gece-modu .populerkonu .populersatir {
    border-color: #333;
}

.gece-modu .populersatir .populerbaslik {
    color: #ccc;
}

.gece-modu .altyazi, .gece-modu .toplammesaj .mesaj-2 {
    color: #999
}

.gece-modu .dahafazlagoster {
    background-color: #333;
    color: #ccc
}

.gece-modu .one-cikar {
    background-color: #191919 !important;
    border-color: #191919 !important;
}

    .gece-modu .one-cikar .sol {
        color: #fff !important;
    }

    .gece-modu .one-cikar.aktif {
        background-color: #333 !important;
        border-color: #333 !important;
    }

        .gece-modu .one-cikar.aktif .sol {
            color: #ff9a22 !important;
        }

        .gece-modu .one-cikar.aktif .sag {
            color: #ff9a22 !important;
            background: none !important;
        }

.gece-modu .populerkonu.onecikan .populersatir .one-cikar .sag {
    color: #fff;
}

.gece-modu .enust .sagayasla .forum-filter {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.gece-modu .anaforum {
    background-color: #333;
    color: #ccc !important;
}

.gece-modu .populerkonu .populersatir .anaforumagit .populerbaslik {
    color: #ccc;
}

.gece-modu .dahafazlagoster {
    border: none !important;
}

.gece-modu .soltaraf .populerkonu .enust .hizli-filtre input[type="text"] {
    background-color: #222;
    border-color: #111;
}

.gece-modu .eniyiforumlar {
    background-color: #222;
}

    .gece-modu .eniyiforumlar a {
        color: #ccc;
    }

    .gece-modu .eniyiforumlar .gizlenen-git {
        border-color: #222;
        background-color: #111;
    }

.gece-modu .populerkonu.best-useful-message-writer .populersatir a {
    color: #999
}

.gece-modu .amazon-prime {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .amazon-prime .title {
        background-color: #333;
        border-color: #333;
    }

        .gece-modu .amazon-prime .title .left span, .gece-modu .amazon-prime .title .right span {
            color: #ccc;
        }

.gece-modu .admin-sayac a {
    color: #ccc;
}

.gece-modu .soltaraf .forumicerigi {
    border-color: #333;
}

.gece-modu .soltaraf .forumicerigibaslik {
    background-color: #444;
    border-color: #444;
}

.gece-modu .forumicerigibaslik .forumicerigibaslik-1, .gece-modu .forumicerigibaslik .forumicerigibaslik-2, .gece-modu .forumicerigibaslik .forumicerigibaslik-3 {
    border-color: #444;
}

.gece-modu .forumicerigi .anakonu {
    background-color: #333;
    border-color: #333;
}

.gece-modu .forumicerigi .forumkonusu {
    background-color: #222;
    border-color: #333;
}

.gece-modu .forumkonusu .forumkonusudosya, .gece-modu .forumkonusu .forumkonusuicerigi, .gece-modu .forumkonusu .forumkonusayisi, .gece-modu .forumkonusuicerigi hr {
    border-color: #333;
}

.gece-modu .forumkonusuicerigi .forumkonusubaslik {
    color: #ccc;
}

.gece-modu .forumkonusu .forumkonusuicerigi span, .gece-modu .forumkonusu .forumkonusuicerigi span a, .gece-modu .forumkonusu .forumkonusayisi span, .gece-modu .forumkonususonmesaj .sonmesaj {
    color: #999
}

.gece-modu .sayfafull .kullanicidetay h1, .gece-modu .sayfafull .forumistatistik h1 {
    background-color: #444;
}

.gece-modu .sayfafull .kullanicidetay, .gece-modu .sayfafull .forumistatistik {
    border-color: #333;
    background-color: #222;
}

.gece-modu .kullanicidetay .kullaniciadi strong, .gece-modu .kullanicidetay .kullaniciadi a {
    color: #999
}

.gece-modu .kullanicidetay .kullaniciadi hr {
    border-color: #333;
}

.gece-modu .sayfafull .forumistatistik h1 {
    border-color: #444;
}

.gece-modu .sayfafull .forumistatistik {
    color: #999;
}

    .gece-modu .sayfafull .sunucubilgi, .gece-modu .sayfafull .yenimesaj, .gece-modu footer .footericerik p, .gece-modu .sayfafull .forumistatistik a {
        color: #ccc;
    }

.gece-modu footer .footericerik, .gece-modu footer .footericerik a {
    color: #999
}

.gece-modu .sagtaraf .sagreklam {
    background-color: #333;
}

    .gece-modu .sagtaraf .sagreklam span {
        background-color: #444;
        border-color: #444;
    }

.gece-modu header .yonetici-menu {
    background-color: #1f1f1f;
    box-shadow: none;
}

    .gece-modu header .yonetici-menu nav > a, .gece-modu header .yonetici-menu nav span.acilir {
        background-color: #191919;
        color: #fff;
    }

        .gece-modu header .yonetici-menu nav > a:hover, .gece-modu header .yonetici-menu nav span.acilir:hover {
            opacity: 0.9;
            background-color: #191919;
        }

        .gece-modu header .yonetici-menu nav > a span.sayi, .gece-modu header .yonetici-menu nav span.acilir span.sayi {
            background-color: #333;
            color: #fff;
        }

        .gece-modu header .yonetici-menu nav span.acilir img {
            filter: grayscale(1);
        }

        .gece-modu header .yonetici-menu nav span.acilir ul span.bg, .gece-modu header nav.alt span.acilir ul span, .gece-modu .dhsearch .dropdown .dropdown-menu, .gece-modu header .ust .foruma-git .liste, .gece-modu header .bildirimler.notification .bildirim-list {
            background-color: #191919;
            border-color: #111;
            box-shadow: 1px 3px 10px 0px rgba(4, 4, 4, 46%);
        }

        .gece-modu header .yonetici-menu nav span.acilir ul li a, .gece-modu header .yonetici-menu nav span.acilir a {
            color: #fff;
        }

        .gece-modu header .yonetici-menu nav span.acilir ul span:before, .gece-modu header .yonetici-menu nav span.acilir.sag ul span:before, .gece-modu header nav.alt span.acilir ul span:before, .gece-modu header .ust .foruma-git .liste:before, .gece-modu header .bildirimler.notification .bildirim-list:before {
            border-bottom-color: #111;
        }

        .gece-modu header .yonetici-menu nav span.acilir ul span:after, .gece-modu header .yonetici-menu nav span.acilir.sag ul span:after, .gece-modu header nav.alt span.acilir ul span:after, .gece-modu header .ust .foruma-git .liste:after, .gece-modu header .bildirimler.notification .bildirim-list:after {
            border-bottom-color: #191919;
        }

        .gece-modu header .yonetici-menu nav span.acilir ul li:hover {
            background-color: #191919;
            opacity: 0.9;
        }

.gece-modu header nav.alt span.acilir ul li a:hover {
    background-color: transparent;
    opacity: 0.9;
}

.gece-modu .dhsearch .dropdown .dropdown-menu .list {
    color: #fff;
}

    .gece-modu .dhsearch .dropdown .dropdown-menu .list li {
        border-color: #222;
    }

    .gece-modu .dhsearch .dropdown .dropdown-menu .list .selected {
        background-color: #111;
    }

    .gece-modu .dhsearch .dropdown .dropdown-menu .list li:not(.selected):hover {
        background-color: transparent;
        opacity: 0.9;
    }

    .gece-modu .dhsearch .dropdown .dropdown-menu .list li.selected:hover {
        background-color: #111;
        opacity: 0.9;
    }

.gece-modu header nav.alt .category-sponsor .button, .gece-modu header nav.alt .takip a, .gece-modu header nav.alt .takip:after {
    background-color: #222;
    border-color: #222;
}

    .gece-modu header nav.alt .takip a:hover {
        background-color: #222;
        opacity: 0.8;
    }

.gece-modu header .ust .sag .ana-menu a {
    background-color: #222;
    color: #fff;
}

    .gece-modu header .ust .sag .ana-menu a:hover {
        background-color: #222;
        color: #fff;
        opacity: 0.8;
    }

.gece-modu .input-style {
    background-color: #222;
    border-color: #222;
}

.gece-modu header .ust .foruma-git .ara, .gece-modu header .ust .foruma-git .arama-kontrol .kutu {
    background-color: #333;
}

    .gece-modu header .ust .foruma-git .ara:hover {
        background-color: #333;
        opacity: 0.8;
    }

.gece-modu header .ust .foruma-git .liste .list-ust b {
    color: #fff;
}

.gece-modu header .ust .foruma-git .arama-kontrol .liste ul li label {
    color: #ccc;
}

.gece-modu header .ust .foruma-git .liste .list-ust {
    border-color: #333;
}

.gece-modu header .ust .sag .uye .avatar:after {
    background-color: #333;
}

.gece-modu header .ust .sag .uye .avatar:hover {
    border-color: #333;
}

.gece-modu header .ust .sag .uye .cikis {
    background-image: linear-gradient(to bottom, #666, #333);
    color: #fff;
}

    .gece-modu header .ust .sag .uye .cikis:hover {
        background-image: linear-gradient(to bottom, #666, #333);
        opacity: 0.9;
    }

.gece-modu header .ust .sag .uye .avatar {
    border-color: #333;
}

.gece-modu header .ust .sag .uye .bildirimler .bildirim-ac {
    background-image: none !important;
    background-color: #222;
}

    .gece-modu header .ust .sag .uye .bildirimler .bildirim-ac:hover {
        background-image: none !important;
        background-color: #222;
        opacity: 0.9;
    }

.gece-modu header nav.alt span.acilir ul li a span.sayi {
    background-color: #333;
    color: #fff;
}

.gece-modu header .bildirimler.notification .bildirim-list .bil-ust .baslik, .gece-modu header .bildirimler.notification .bildirim-list .notification-tab li, .gece-modu header .bildirimler.notification .bildirim-list .notification-tab {
    color: #fff;
    border-color: #222;
}

.gece-modu header .bildirimler.notification .bildirim-list .bil-ust, .gece-modu header .bildirimler.notification .bildirim-list .icerik .tek, .gece-modu header .bildirimler.notification .bildirim-list .bil-alt {
    border-color: #222;
}

.gece-modu header .bildirimler.notification .bildirim-list .notification-tab li.active {
    background-image: none;
    background-color: #111;
}

.gece-modu .bildirim-list .icerik .empty-state .title, .gece-modu header .bildirimler.notification .bildirim-list .icerik .tek .baslik {
    color: #ccc;
}

.gece-modu .bildirim-list .icerik .empty-state .description {
    color: #999
}

.gece-modu header .bildirimler.notification .bildirim-list .icerik .tek .baslik b {
    color: #fff;
}

.gece-modu header .bildirimler.notification .bildirim-list .icerik .tek:hover, .gece-modu header .bildirimler.notification .bildirim-list .icerik .tek.yeni {
    background-color: #222;
}

.gece-modu .sayfasiralama span, .gece-modu .useful-message-button, .gece-modu .favorilerim .favoriadim {
    color: #999 !important
}

.gece-modu .sayfasiralama a, .gece-modu .sayfasiralama a:visited, .gece-modu .sayfasiralama .go-page-button {
    background-color: #222;
    color: #999;
}

    .gece-modu .sayfasiralama a:hover {
        color: #fff !important;
    }

.gece-modu .sayfasiralama .aktif {
    background-color: #999 !important;
    color: #000 !important;
}

.gece-modu .sayfasiralama img {
    filter: invert(70%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%) !important;
}

.gece-modu .sayfasiralama a:hover img, .gece-modu .sayfasiralama img:hover {
    filter: invert(100%) !important;
}

.gece-modu .sayfasiralama .go-page-button img {
    filter: unset !important;
    content: url(/static/forum/img/pagination-go-page-dark.png);
}

.gece-modu .konuacan img {
    content: url(/static/forum/img/icon-konuyuacan-dark.png);
}

.gece-modu a[id^="mesaja_cevap"] img {
    content: url(/static/forum/img/cevapgeldi-dark.png);
}

.gece-modu .yorumun-devami {
    color: #fff !important;
}

    .gece-modu .yorumun-devami img {
        content: url(/static/forum/img/enbegenilen_icons/yorum_devam-dark.png);
        width: 8px;
        height: 10px;
    }

.gece-modu a[id^="mesaja_cevap"] name {
    color: #fff !important;
}

.gece-modu .altkisim-sag .mesaj-topluluk {
    background-color: transparent !important;
}

    .gece-modu .altkisim-sag .mesaj-topluluk span {
        color: transparent !important;
    }

.gece-modu .kl-basligi {
    color: #fff;
}

.gece-modu .favbuttons {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
}

    .gece-modu .favbuttons .not {
        color: #ccc
    }

    .gece-modu .favbuttons .button {
        background-color: #222;
        color: #fff
    }

        .gece-modu .favbuttons .button.active {
            background: #999 url(../img/fav-aktifsiralama.png) 5px no-repeat;
            color: #000
        }

.gece-modu .favaratut input[type=text] {
    background-color: #222;
    border-color: #222;
    color: #ccc
}

    .gece-modu .favaratut input[type=text]::placeholder {
        color: #999;
    }

.gece-modu .favaratut button {
    background-color: #333;
}

.gece-modu .klasor-bilgilendirme li, .gece-modu .konugenislet .konuadi {
    color: #ccc;
}

.gece-modu .mesajlarim .mesajlarimbaslik {
    background-color: #444;
}

.gece-modu .mesajlarim {
    background-color: #222;
    border-color: #333;
}

.gece-modu .mesaj-kapat, .gece-modu .mesaj-klasor, .gece-modu .favorilerim .mesaj-sec, .gece-modu .mesaj-konu, .gece-modu .mesaj-forum, .gece-modu .mesaj-benimmesajim, .gece-modu .mesaj-sonmesaj, .gece-modu .mesaj-yazar, .gece-modu .mesaj-yeni, .gece-modu .mesajlarim-satir {
    border-color: #333;
}

.gece-modu .mgenislet a, .gece-modu .mgenislet span, .gece-modu .sonmesaj-ortala, .gece-modu .sonmesaj-ortala a, .gece-modu .konugenislet .sayfasayisi, .gece-modu .konugenislet .sayfasayisi a {
    color: #999
}

.gece-modu .mesajlarim .mesajlarimbaslik > div {
    border-color: #444 !important;
}

.gece-modu .switch, .gece-modu .switchmass.kapali {
    background-color: #111;
    border-color: #979797;
    background-image: none;
}

    .gece-modu .switch.acik, .gece-modu .switchmass.acik {
        background-image: none;
        background-color: #333;
        border-color: #979797;
    }

    .gece-modu .switch span, .gece-modu .switchmass.kapali span {
        background-color: #666;
        border-color: #333;
    }

    .gece-modu .switch.acik span, .gece-modu .switchmass.acik span {
        background-color: #dedede;
        border-color: #fff;
    }

.gece-modu .favorilerim .secilenisil {
    background-color: #333;
    color: #fff;
    border: none;
}

.gece-modu .switch.acik:hover {
    background-color: #333;
    background-image: none;
}

.gece-modu .switchmass.kapali:hover {
    background-color: #111;
    border-color: #979797;
    background-image: none;
}

.gece-modu .switchmass.acik:hover {
    background-image: none;
    background-color: #333;
    border-color: #979797;
}

.gece-modu .sayfanumaralandirma {
    background-color: #444;
    border-color: #444 !important;
}

    .gece-modu .sayfanumaralandirma #switch_mass_desc {
        color: #ccc !important;
    }

.gece-modu .benimforumlarim .sag-forum {
    background-color: #222;
}

    .gece-modu .benimforumlarim .sag-forum h1 {
        background-color: #1a1a1a;
        color: #fff;
    }

.gece-modu .sag-forum .listegorunumu {
    color: #999;
}

.gece-modu .agaclik h3 {
    color: #ccc;
}

.gece-modu .agaclik .ana-ul > li > .alt-ul span {
    background-color: #333;
    color: #fff;
}

.gece-modu .ana-ul li .label {
    background-color: #333;
    border-color: #444;
}

.gece-modu .inputyerlestir .forumara {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

    .gece-modu .inputyerlestir .forumara::placeholder {
        color: #999
    }

.gece-modu .sol-forum .favori-listesi, .gece-modu .favoriforumlariniz {
    background-color: #222;
}

.gece-modu .favori-listesi h2 {
    color: #fff;
}

.gece-modu .favori-listesi p, .gece-modu .konudetay h5 {
    color: #999;
}

.gece-modu .favoriforumlariniz ul hr, .gece-modu .listegorunumu-forum ul li hr {
    background-color: #333;
}

.gece-modu .favoriforumlariniz h4 {
    background-color: #1a1a1a;
    color: #fff;
}

.gece-modu .secilenlera.dahafazlayok {
    background-color: #333;
}

.gece-modu .konudetay span {
    color: #666
}

.gece-modu .konudakikullanici a, .gece-modu .konudakikullanici b, .gece-modu #gizlenen-getir, .gece-modu .konudakikullanici .konudakitoplamkullanici {
    color: #666;
}

.gece-modu .konudakikullanici #gizlenecek-kisim #golgemsi {
    background: linear-gradient(to right, rgba(0, 0, 0, 0%) 0%, rgb(19 19 19) 27%, rgb(17 17 17) 51%);
}

.gece-modu .forumdizin, .gece-modu .forumdizin a {
    color: #fff;
}

    .gece-modu .forumdizin, .gece-modu .forumdizin a:visited {
        color: #999 !important;
    }

.gece-modu .cevapsayisi .sayisal-text, .gece-modu .sayisal-text b {
    color: #999;
}

.gece-modu .kl-hakkinda > div > a { /* cek-satis.html klasik g�r�n�me d�n butonu */
    background-color: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
}

.gece-modu .widget-1 {
    background-color: #222;
}

    .gece-modu .widget-1 .head {
        background-color: #333;
    }

        .gece-modu .widget-1 .topic .left .title, .gece-modu .widget-1 .head span {
            color: #ccc;
        }

            .gece-modu .widget-1 .topic .left .description, .gece-modu .widget-1 .head span.grey, .gece-modu .hot-topic-list.widget-1 .description {
                color: #999
            }

    .gece-modu .widget-1 .topic {
        border-color: #333;
    }

.gece-modu .hot-topic-list.widget-1 .v2-table.hot-topic-users .tr .line .icn-box {
    background-color: #333;
}

.gece-modu .ie-navigasyon .tree, .gece-modu .ie-navigasyon .tree-ul {
    background: #222;
    border-color: #333;
}

.gece-modu .ie-navigasyon .baslik {
    background-color: #333;
}

.gece-modu .ie-navigasyon .tree-ul a {
    color: #ccc;
}

.gece-modu #leftwrapper .menu {
    border-color: #333;
}

.gece-modu .ozel-baslik {
    background-color: #333;
    border-color: #333;
}

.gece-modu #leftwrapper .menu .tek, .gece-modu #leftwrapper .menu > li > a {
    background-color: #222;
    border-color: #333;
    color: #ccc;
}

    .gece-modu #leftwrapper .menu > li > a:hover, .gece-modu #leftwrapper .menu > li > a.active {
        background-color: #191919 !important;
        color: #fff;
    }

.gece-modu #leftwrapper .menu ul li a {
    background-color: #191919;
    color: #fff;
    border-color: #222;
}

    .gece-modu #leftwrapper .menu ul li a:hover {
        color: #fff !important;
    }

.gece-modu #leftwrapper .menu ul > li > a span {
    background-color: #333;
    color: #ccc;
}

.gece-modu #leftwrapper .menu > li > ul li:hover a, .gece-modu #leftwrapper .menu > li > ul li:hover a span, .gece-modu #leftwrapper .menu > li > ul li:hover a:before {
    color: #ccc;
}

.gece-modu #leftwrapper .menu .tek input, .gece-modu .kutu .tek input {
    background-color: #333;
    color: #fff;
}

    .gece-modu #leftwrapper .menu .tek input::placeholder {
        color: #999
    }

.gece-modu .ie-navigasyon .kutu {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .ie-navigasyon .kutu ul li a {
        color: #ccc
    }

        .gece-modu .ie-navigasyon .kutu ul li a:visited {
            color: #ccc;
        }

    .gece-modu .ie-navigasyon .kutu ul li {
        border-color: #333;
    }

.gece-modu .kutu .tek {
    border-color: #333;
    color: #999;
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-1 {
    background-color: #333;
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-2 {
    background-color: rgba(51, 51, 51, 0.9);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-3 {
    background-color: rgba(51, 51, 51, 0.8);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-4 {
    background-color: rgba(51, 51, 51, 0.7);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-5 {
    background-color: rgba(51, 51, 51, 0.6);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-6 {
    background-color: rgba(51, 51, 51, 0.6);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-7 {
    background-color: rgba(51, 51, 51, 0.5);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-8 {
    background-color: rgba(51, 51, 51, 0.4);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-9 {
    background-color: rgba(51, 51, 51, 0.3);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-10 {
    background-color: rgba(51, 51, 51, 0.2);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .bar.color-level-11 {
    background-color: rgba(51, 51, 51, 0.2);
}

.gece-modu .v2-table.hot-topic-users .tr .line .col .user .nickname, .gece-modu .hot-topic-list.widget-1 .v2-table.hot-topic-users .tr .link {
    color: #ccc;
}

    .gece-modu .v2-table.hot-topic-users .tr .line .col .user .nickname span {
        background-color: rgba(109, 109, 109, 0.5);
    }

.gece-modu .hot-topic-list.widget-1 .select-1 select {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.gece-modu .kl-btn {
    background: #333;
    color: #fff !important;
    border-color: #444;
}

.gece-modu .yonetimacilir .konuozel-buton {
    border-color: #222 !important;
    color: #fff !important;
}

.gece-modu .konuozel-buton, .gece-modu .asagi-git, .gece-modu .konuyaozel.v5 .button {
    background-color: #222;
    border-color: #222 !important;
    color: #fff;
}

.gece-modu .yonetimacilir .konuozel-acilir ul {
    border-color: #222 !important;
}

.gece-modu .konuozel-acilir {
    background-color: #333;
    box-shadow: none;
}

    .gece-modu .konuozel-acilir ul, .gece-modu .konuyaozel.v4 .konuozel-buton {
        border-color: #333 !important;
    }

        .gece-modu .konuozel-acilir ul li a, .gece-modu .yonetimacilir ul li:last-child a {
            color: #ccc !important;
        }

        .gece-modu .konuozel-acilir ul li:hover {
            background-color: #444;
        }

.gece-modu li.bildirimli a {
    border-color: #555;
}

    .gece-modu li.bildirimli a.aktif {
        background-color: #555 !important;
    }

.gece-modu .kl-icerik .kl-icerik-satir.sabitkonu {
    background-color: #222;
    border-color: #333;
}

.gece-modu .kl-tablo .kl-basliklari {
    background-color: #333;
}

.gece-modu .ustkonularigoster {
    color: #999 !important;
}

.gece-modu .kl-img, .gece-modu .kl-konu, .gece-modu .kl-yazar, .gece-modu .kl-sonmesaj, .gece-modu .kl-cevap, .gece-modu .kl-okunma {
    border-color: #333 !important;
}

    .gece-modu .kl-cevap span, .gece-modu .kl-okunma span, .gece-modu .kl-yazar span, .gece-modu .bossicak, .gece-modu .sabitkonu a, .gece-modu .kl-yazar, .gece-modu .kl-sonmesaj {
        color: #999
    }

.gece-modu .sabitkonu .kl-konu a {
    color: #ccc;
}

.gece-modu .altsayfalar, .gece-modu .altsayfalar a {
    color: #999 !important
}

.gece-modu .ilantek {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .ilantek .baslikalti {
        background-color: #333;
        border-color: #333;
    }

    .gece-modu .ilantek .baslik {
        border-color: #333;
    }

        .gece-modu .ilantek .baslik .konuadi a {
            color: #ccc;
        }

    .gece-modu .ilantek .baslikalti .sayfalama > *, .gece-modu .ilantek .baslikalti .sayfalama a, .gece-modu .ilantek .baslikalti .guncelleme, .gece-modu .ilantek .baslikalti .guncelleme a, .gece-modu .ilantek .ilantekgizle {
        color: #999 !important
    }

    .gece-modu .ilantek * {
        color: #ccc !important
    }

    .gece-modu .ilantek .ilangovde .vitrinmetni .cek-devamgor {
        background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, rgb(36 36 36) 50%);
    }

    .gece-modu .ilantek .ilangovde .vitrinalt {
        background-color: #333;
    }

    .gece-modu .ilantek .ilangovde .ayrac {
        border-color: #444;
    }

    .gece-modu .ilantek .ilangovde .detayagit, .gece-modu .ilantek .ilangovde .ilanetiket a, .gece-modu .ilantek .ilangovde .ilanetiket .tagmore {
        background-color: #222;
        border-color: #333;
    }

        .gece-modu .ilantek .ilangovde .detayagit:hover, .gece-modu .ilantek .ilangovde .ilanetiket a:hover {
            opacity: 0.8;
            background-color: #222;
            border-color: #333;
        }

    .gece-modu .ilantek .ilansahibi {
        background-color: #333;
    }

    .gece-modu .ilantek .ilangovde {
        border-color: #444;
    }

.gece-modu .forumdestek, .gece-modu .destekmesaj {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .forumdestek h1, .gece-modu .baslikd {
        background-color: #333;
    }

.gece-modu .forumdestek-sol span, .gece-modu .forumdestek-sag span {
    color: #ccc;
}

.gece-modu .form-tablo p, .gece-modu .forumdestek-sol .form-tablo {
    border-color: #444;
}

.gece-modu .destekmesaj-satir .destekmesaj-giris, .gece-modu .destekmesaj-satir {
    border-color: #333;
}

.gece-modu .mesajemoji .emoji-daha {
    background-color: #333;
    border-color: #333;
    color: #ccc;
}

.gece-modu .destekmesaj-satir .destekmesaj-mesaj input, .gece-modu .destekmesaj-satir .destekmesaj-mesaj select, .gece-modu .destekmesaj-satir .destekmesaj-mesaj textarea {
    background-color: #333;
    border: 1px solid #444;
    outline: none;
    color: #ccc;
    border-radius: 3px;
    margin: 0 5px 5px 0;
}

.gece-modu div.rightBox {
    border-color: #333;
    background: url(http://img.donanimhaber.com/img/BannerBg.jpg) repeat-x top #222;
}

.gece-modu .nick {
    background-color: #333;
}

.gece-modu div.rightBox dl dt a {
    color: #ccc !important;
    border-color: #333;
}

.gece-modu div.rightBox dl dt input {
    background-color: #333;
    border: none;
    color: #ccc;
    margin: 0 0 5px 0;
}

.gece-modu div.mini-kprofili div.header {
    background-color: #333;
    border-bottom: #444;
    color: #ccc;
}

.gece-modu div.mini-kprofili div.baslik dt.header, .gece-modu div.mini-kprofili div.puan dt.header {
    background-color: #252525;
    color: #ccc;
    border-color: #444;
}

.gece-modu div.mini-kprofili {
    background-color: #222;
    border-color: #333;
}

    .gece-modu div.mini-kprofili div.baslik dt, .gece-modu div.mini-kprofili div.puan dt {
        color: #ccc;
    }

.gece-modu div.mini-kref {
    background-color: #222;
    border-color: #333;
}

    .gece-modu div.mini-kref div {
        color: #ccc;
    }

        .gece-modu div.mini-kref div dl dt a {
            color: #ccc !important;
        }

.gece-modu div.leftBox {
    background: url(https://img.donanimhaber.com/img/BannerBgOrange.jpg) repeat-x top #222;
    border-color: #333;
}

    .gece-modu div.leftBox .dashboard ul a {
        color: #ccc;
    }

    .gece-modu div.leftBox .dashboard {
        border-color: #444 !important;
        background-color: #333;
    }

    .gece-modu div.leftBox .info {
        background: url(https://img.donanimhaber.com/img/warning.png) no-repeat left #333;
        border-color: #666;
    }

        .gece-modu div.leftBox .info input {
            background-color: #222;
            border: none;
            color: #ccc;
        }

    .gece-modu div.leftBox span hr {
        border-color: #444;
    }

.gece-modu .data-table .list {
    background-color: #222;
    border-color: #333;
}

.gece-modu .data-table-options {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.gece-modu .data-table .head {
    background-color: #444;
    border-color: #333;
}

.gece-modu .data-table .col, .gece-modu .data-table .list .line {
    border-color: #333;
}

.gece-modu .data-table .list .col, .gece-modu .form-switch .text {
    color: #ccc;
}

.gece-modu .white-button {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.gece-modu .select-box .select {
    background-color: #222;
    border-color: #222;
    color: #ccc;
    outline: none;
}

.gece-modu .form-switch i, .gece-modu .form-switch i::before {
    background-color: #666;
}

    .gece-modu .form-switch i::after {
        background-color: #ccc;
    }

.gece-modu .form-switch input:checked + i::after {
    background-color: #fff;
}

.gece-modu .sayfafull.my-useful-message .content {
    background-color: #222;
    border-color: #333;
}

.gece-modu .sayfasiralama .sayfa-git input[type="text"] {
    background-color: #222;
    border-color: #333;
}

.gece-modu .sayfasiralama .sayfa-git button {
    background-color: #333;
    border-color: #333;
    color: #ccc;
}

.gece-modu #konuyu-ters-cevir {
    background-color: #222;
    border-color: #333;
}

    .gece-modu #konuyu-ters-cevir.aktif {
        background-color: #444;
        border-color: #666;
    }

.gece-modu .ki-btn#onecikar #onecikar-ilgi {
    background-color: #222;
    border-color: #333;
    color: #ccc;
}

    .gece-modu .ki-btn#onecikar #onecikar-ilgi a {
        color: #ccc;
    }

    .gece-modu .ki-btn#onecikar #onecikar-ilgi:before {
        border-bottom-color: #333;
    }

    .gece-modu .ki-btn#onecikar #onecikar-ilgi:after {
        border-bottom-color: #222;
    }

.gece-modu .ki-btn#onecikar #onecikarscriptkontrol {
    background-color: #999;
    border-color: #999;
    background-image: none;
    color: #000;
}

    .gece-modu .ki-btn#onecikar #onecikarscriptkontrol i {
        border-color: transparent transparent #000;
    }

.gece-modu .ki-btn.new-btn {
    background-color: #999;
    border-color: #999;
    color: #000;
    background-image: none;
}

    .gece-modu .ki-btn.new-btn.yeni-cevapla .cevapla-link {
        color: #000;
    }

    .gece-modu .ki-btn.new-btn.yeni-cevapla .yorum-yaz {
        background-image: none;
        background-color: #999;
        border-color: #97805f;
    }

    .gece-modu .ki-btn.new-btn.fav, .gece-modu .ki-btn.new-btn.fav .link, .gece-modu .ki-btn.new-btn span {
        color: #000;
    }

        .gece-modu .ki-btn.new-btn.fav.menu .custom ul, .gece-modu .konulisteTextReklam .sayacvereklam .rotator .teksatir .acilir {
            background-color: #222;
            border-color: #333;
        }

            .gece-modu .ki-btn.new-btn.fav.menu .custom ul li.active {
                background-color: #444;
            }

            .gece-modu .ki-btn.new-btn.fav.menu .custom ul li {
                border-color: #555;
                color: #ccc;
            }

            .gece-modu .ki-btn.new-btn.fav.menu .custom ul:before, .gece-modu .konulisteTextReklam .sayacvereklam .rotator .teksatir .acilir:before {
                border-bottom-color: #333;
            }

            .gece-modu .ki-btn.new-btn.fav.menu .custom ul:after, .gece-modu .konulisteTextReklam .sayacvereklam .rotator .teksatir .acilir:after {
                border-bottom-color: #222;
            }

.gece-modu .konulisteTextReklam {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .konulisteTextReklam .sayacvereklam .rotator .teksatir .baslik {
        color: #ccc;
    }

.gece-modu .ki-btn .onecikar-oy {
    background-image: none;
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.gece-modu .onecikar-oy span, .gece-modu .onecikar-oy span strong {
    color: #999 !important;
}

.gece-modu .ki-cevaphakkinda, .gece-modu .ki-cevapsahibi {
    border-color: #333;
}

.gece-modu .ikide1renk .renklendir:nth-child(odd) .kl-icerik-satir {
    background-color: #222;
}

.gece-modu .kl-icerik .kl-icerik-satir, .gece-modu .ikide1renk .renklendir:nth-child(even) .kl-icerik-satir {
    background-color: #1b1b1b;
    border-color: #333;
}

.gece-modu .url-box .url {
    color: #ccc;
}

.gece-modu .ki-cevaptarihi .konuacan {
    border-color: #333;
    color: #fff;
}

.gece-modu .ki-cevapsahibi .firmaise {
    background-color: #333;
    border-color: #333;
}

.gece-modu .firmaise span {
    background-color: #252525;
    border-color: #333;
}

.gece-modu .bolum-uzak {
    color: #999
}

.gece-modu .mesaj-hakkinda.orange-button .reverse, .gece-modu .mesaj-hakkinda, .gece-modu .mesaj-hakkinda.orange-button.deactive, .gece-modu .altkisim-sag .mesaj-topluluk, .gece-modu .ikide1renk .renklendir:nth-child(even) .mesaj-topluluk {
    background-color: #333;
    border-color: #ccc;
}

    .gece-modu .mesaj-hakkinda.orange-button.deactive, .gece-modu .useful-message .head .message-detail .top .nick-name, .gece-modu .useful-message .head .message-detail .middle .rank {
        color: #ccc;
    }

.gece-modu .mesaj-topluluk span {
    color: #555;
}

.gece-modu .mesaj-topluluk .like {
    color: #666;
}

.gece-modu .gorev-menu label {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

.gece-modu .gorev-menu.yonetici [type="checkbox"]:checked ~ label {
    background-color: #444;
}

.gece-modu .gorev-menu [type="checkbox"]:checked ~ label {
    background-color: #444;
    color: #ccc;
}

.gece-modu .mesaj-hakkinda {
    color: #ccc;
}

.gece-modu .useful-message .head, .gece-modu .ikide1renk .useful-message.renklendir:nth-child(even) .kl-icerik-satir .head {
    box-shadow: none;
    border-bottom: 1px solid #333;
}

.gece-modu .comment-continue, .gece-modu .useful-message-config .left .title .form-switch .text {
    color: #ccc;
}

.gece-modu .um-log ul {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .um-log ul::after {
        border-bottom-color: #222;
    }

    .gece-modu .um-log ul li, .gece-modu .pagination-design .title {
        color: #999
    }

.gece-modu .useful-message-config, .gece-modu .write-useful-message {
    background-color: #191919;
    border-color: #333;
}

    .gece-modu .useful-message-config .left .info {
        color: #999
    }

.gece-modu .pagination-design .item {
    background-color: #333;
    color: #ccc;
}

    .gece-modu .pagination-design .item.active {
        background-color: #666;
        color: #fff
    }

.gece-modu .write-useful-message .comment {
    background-color: #191919;
}

.gece-modu .iskelet .top {
    background-color: #333;
}

.gece-modu .iskelet .sol, .gece-modu .iskelet {
    background-color: #222;
}

    .gece-modu .iskelet .sag .icerik .kutu {
        background-color: #444;
    }

    .gece-modu .iskelet .sag .secenekler {
        background-color: #444;
    }

        .gece-modu .iskelet .sag .secenekler .secenek {
            background-color: #555;
        }

    .gece-modu .iskelet .sol .satir1, .gece-modu .iskelet .sol .satir2, .gece-modu .iskelet .sol .avatar {
        background-color: #333;
    }

.gece-modu .sayfanumaralandirma .right {
    color: #ccc;
}

    .gece-modu .sayfanumaralandirma .right input {
        background-color: #222;
        border: 1px solid #333;
    }

    .gece-modu .sayfanumaralandirma .right button {
        background-color: #333;
        border: 1px solid #333;
        color: #ccc;
    }

.gece-modu .gorev-menu.yonetici label {
    background-color: #333;
    color: #fff;
    border-color: #444;
}

.gece-modu .sayfanumaralandirma .left {
    border-color: #666;
}

.gece-modu .yenikonuac .yenimesajbaslik {
    background-color: #333;
    border-color: #222;
}

.gece-modu .yenikonuac {
    border-color: #333;
    background-color: #222;
}

.gece-modu .yenikonusatir .yenikonusutun1, .gece-modu .yenikonusatir {
    border-color: #333;
}

    .gece-modu .yenikonusatir .yenikonusutun2 input, .gece-modu .yenikonusatir .yenikonusutun2 select, .gece-modu .yenikonusatir .yenikonusutun2 textarea {
        background-color: #333;
        border: 1px solid #444;
        outline: none;
        color: #ccc;
        border-radius: 3px;
        margin: 0 5px 5px 0;
    }

.gece-modu .birdaha, .gece-modu .uploadtek {
    background-color: #333;
    border-color: #222;
}

    .gece-modu .uploadtek .kutular .link .kutu {
        background-color: #444;
        color: #fff;
        border-color: #222;
    }

    .gece-modu .uploadtek .ekle {
        background-color: #333;
    }

.gece-modu .sayfafull.my-useful-message .favbuttons {
    background-color: #191919;
    border-color: #333
}

.gece-modu .search-box, .gece-modu .search-box .text {
    background-color: #333;
    color: #fff;
    border-color: #444;
}

    .gece-modu .search-box .text::placeholder {
        color: #999
    }

    .gece-modu .search-box .action {
        background-color: #444;
        border-color: #444;
        color: #ccc;
    }

.gece-modu .sikayet-satir.baslik {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .sikayet-satir.baslik > div {
        border: none;
    }

.gece-modu .sikayet-satir, .gece-modu .sikayet-satir > div {
    border-color: #333;
}

.gece-modu .uyari-son span ul.acilir {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .uyari-son span ul.acilir li {
        border-color: #333;
    }

    .gece-modu .uyari-son span ul.acilir:after {
        border-bottom-color: #222;
    }

    .gece-modu .uyari-son span ul.acilir li:hover, .gece-modu .uyari-son span ul.acilir li.aktif {
        background-color: #222;
    }

        .gece-modu .uyari-son span ul.acilir li:hover a, .gece-modu .uyari-son span ul.acilir li.aktif a {
            color: #fff
        }

.gece-modu .mesajfiltrele select {
    background-color: #222;
    border-color: #333;
    color: #ccc;
}

.gece-modu .cevaplananlar .mesajlarim-satir .useful-message-count {
    color: #ccc
}

.gece-modu .uyarifiltrele input, .gece-modu .uyarifiltrele select {
    background: #333;
    border: 1px solid #444;
    color: #ccc;
}

    .gece-modu .uyarifiltrele input::placeholder {
        color: #999;
    }

.gece-modu .destek-satir.destek-baslik {
    background-color: #333;
}

    .gece-modu .destek-satir.destek-baslik > div {
        border-color: #333;
    }

.gece-modu .destek-satir > div {
    border-color: #333 !important;
}

.gece-modu .banli-satir.baslik {
    background-color: #333;
}

.gece-modu .gecicibanlilar {
    border-color: #333;
}

.gece-modu .banli-satir.baslik > div {
    border-color: #333;
}

.gece-modu .gecicibanlilar .banli-satir {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .gecicibanlilar .banli-satir > div {
        border-color: #333;
    }

.gece-modu .forumkurallari {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .forumkurallari h1 {
        background-color: #333;
        border-color: #333;
    }

    .gece-modu .forumkurallari .forumkurali {
        background-color: #222;
        border-color: #333;
    }

.gece-modu .gecmis .dahaeski, .gece-modu .gecmis .infobuttons {
    background-color: #222;
    color: #ccc;
}

.gece-modu .infobuttons .button {
    color: #ccc;
    background-color: #333;
}

    .gece-modu .infobuttons .button.deactive {
        background-color: #444;
    }

.gece-modu .infobuttons .search .box {
    background-color: #333;
    border: 1px solid #444 !important;
}

    .gece-modu .infobuttons .search .box::placeholder {
        color: #999;
    }

.gece-modu .gecmis .day {
    background-color: #191919;
    color: #ccc;
}

.gece-modu .gecmis .gecmis-satir, .gece-modu .gecmis .gecmis-satir:nth-child(2n+1) {
    background-color: #222;
    border-color: #444;
}

    .gece-modu .gecmis .gecmis-satir:nth-child(2n+2) {
        background-color: #333;
    }

.gece-modu .gecmis-satir .gecmis-konu {
    color: #ccc;
}

.gece-modu .gizlenen-konular .gizliforum {
    background-color: #191919 !important;
    border-color: #333;
}

.gece-modu .gizlenen-konular .goster-gizle span {
    background-color: #222;
    color: #ccc;
}

.gece-modu .gizlenen-konular .goster-gizle {
    background-color: #333;
    background-image: none;
    border: #444;
    color: #ccc;
}

.gece-modu .sayfaDetay .hakkimizda {
    background-color: #222;
}

    .gece-modu .sayfaDetay .hakkimizda .sol .kadro .tekC, .gece-modu .sayfaDetay .hakkimizda .sol .kadro .detay {
        background-color: #252525;
        border-color: #444;
    }

        .gece-modu .sayfaDetay .hakkimizda .sol .kadro .detay .isim a, .gece-modu .sayfaDetay .hakkimizda .sol .kadro .detay .isim a:hover {
            color: #ccc;
        }

        .gece-modu .sayfaDetay .hakkimizda .sol .kadro .detay .sosyalmedya, .gece-modu .sayfaDetay .hakkimizda .sol .kadro .detay .pozisyon {
            color: #999
        }

    .gece-modu .sayfaDetay .hakkimizda .sol .kadro .tekG, .gece-modu .sayfaDetay .hakkimizda .sol .kadro .tekA, .gece-modu .sayfaDetay .hakkimizda .sol .kadro .tekF {
        border-color: #444;
        background-color: #252525;
    }

    .gece-modu .sayfaDetay .hakkimizda .sol .kadro .avatar {
        background-color: #252525 !important;
    }

    .gece-modu .sayfaDetay .hakkimizda .sag .acikPozisyonlar {
        background-color: #252525;
    }

        .gece-modu .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li {
            color: #ccc;
            border-color: #333;
        }

            .gece-modu .sayfaDetay .hakkimizda .sag .acikPozisyonlar ul li .detay a {
                color: #ccc !important;
            }

.gece-modu .text-black {
    color: #ccc;
}

.gece-modu .infobuttons .search .submit-button.hd {
    background-color: #444;
    color: #ccc;
    border-color: #555;
}

.gece-modu .dropdown-hd, .gece-modu .date-picker {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .dropdown-hd .dropdown-title {
        color: #ccc;
    }

.gece-modu a.gecmis-satir:nth-child(2n+1):hover {
    box-shadow: none;
    background-color: #222 !important;
}

.gece-modu .hata-sayfasi {
    background-color: #222 !important;
}

    .gece-modu .hata-sayfasi span.two {
        color: #ccc;
    }

        .gece-modu .hata-sayfasi span.two a {
            text-decoration: underline;
        }

.gece-modu .hesapetkinlik .infobuttons, .gece-modu .hesapetkinlik .page {
    background-color: #111;
    color: #ccc;
}

.gece-modu .hesapetkinlik .day {
    background-color: #1a1a1a;
    border-color: #333;
    color: #ccc;
}

.gece-modu .hesapetkinlik .hesap-satir:nth-child(2n+1) {
    background-color: #222;
    border-color: #333;
}

.gece-modu .hesapetkinlik .hesap-satir:nth-child(2n+2) {
    background-color: #333;
    border-color: #333;
}

.gece-modu .hesap-satir .hesap-tarayici, .gece-modu .hesap-satir .hesap-aktiflik, .gece-modu .hesap-satir .hesap-konum, .gece-modu .hesap-satir .hesap-zaman {
    border-color: #333;
}

.gece-modu .soltaraf .etiketlistesi {
    background-color: #1a1a1a;
    border-color: #333;
    color: #ccc;
}

.gece-modu .etiketekle .etiketeklekutu {
    background-color: #333;
}

.gece-modu .etiketadi .ilanturu, .gece-modu .etiketadi .sehirsec {
    background-color: #333;
    color: #ccc;
}

.gece-modu .etiketadi .etiketturu {
    background-color: #222;
}

.gece-modu .ie-navigasyon .kutu select {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

.gece-modu .top-tab {
    background-color: #191919;
    border-color: #333;
}

.gece-modu .yenikonusatir.gsm .yenikonusutun2 {
    background-color: #333 !important;
    color: #fff !important
}

.gece-modu .yenikonusatir.gsm #gsmNoExtArea2 {
    background-color: #222 !important;
    border-color: #444 !important;
    color: #ccc;
}

    .gece-modu .yenikonusatir.gsm #gsmNoExtArea2::placeholder {
        color: #999;
    }

.gece-modu .konuacuyari {
    background-color: #555;
    color: #fff;
}

.gece-modu .mentionsatiri .ekle {
    background-color: #333 !important;
    border-color: #444;
    color: #ccc;
}

.gece-modu .mentionsatiri .kimi .eklendi {
    background-color: #222 !important;
    color: #ccc;
}

.gece-modu .yenikonusutun2 .videoyukle {
    color: #ccc;
}

.gece-modu .yenikonubutonlar input {
    background-color: #222;
    border: 1px solid #333;
    color: #ccc;
}

.gece-modu .etiketayari-full {
    background-color: #333;
    border-color: #333;
}

.gece-modu .etiket-baslik {
    background-color: #222;
    border-color: #333;
}

.gece-modu .etiketoner, .gece-modu .etiketoner:hover {
    background-color: #444;
    border-color: #333;
}

.gece-modu .ki-giris {
    border-color: #333;
}

.gece-modu .ki-cevapicerigi .icerik hr {
    background: #444;
}

.gece-modu .gatTekKapsam {
    background-color: #333 !important;
}

.gece-modu .gatSerbestAlan .baslik {
    background-color: #1a1a1a;
    color: #ccc;
}

.gece-modu .gatDetay .bilgiler .tek, .gece-modu .gatDetay .bilgiler, .gece-modu .gatKonuListe .tek {
    border-color: #444;
}

.gece-modu .gatKonuListe {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .gatKonuListe .tekbilgi {
        color: #ccc;
    }

.gece-modu .quote {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

.gece-modu .yenikonusatir > input {
    background-color: #333;
    border: 1px solid #444;
    color: #ccc;
}

.gece-modu .istatistiksayfasi h1 {
    background-color: #1a1a1a;
    border-color: #333;
}

.gece-modu .istatistiksayfasi {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .istatistiksayfasi .istatistik-satir, .gece-modu .istatistiksayfasi .istatistik-satir > * {
        border-color: #333;
    }

.gece-modu .istatistik-cubuk span {
    background-color: #444;
}

.gece-modu .istatistiksayfasi hr {
    background: #333 !important;
}

.gece-modu .konudevir .konudevir-satir.baslik {
    background-color: #1a1a1a;
    border-color: #333;
}

.gece-modu .konudevir {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .konudevir .konudevir-satir > *, .gece-modu .konudevir .konudevir-satir {
        border-color: #333;
    }

.gece-modu .nicka {
    color: #ccc !important;
}

.gece-modu .nickislem {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .nickislem .nick-alt-ust {
        background-color: #1a1a1a;
        border-color: #333 !important;
    }

.gece-modu .nick-satir .icerik {
    background-color: #333;
    border-color: #333;
}

.gece-modu .nickislem .nick-satir, .gece-modu .onayred {
    border-color: #333;
}

.gece-modu .nickislem .nick-alt-ust input, .gece-modu .onaybekleyenler .onaylama-button input, .gece-modu .forumdestek .forumdestek-sol input, .gece-modu .forumdizin span > select, .gece-modu .sonrakibutton input, .gece-modu .tumuyelistesi .top-bol3 input, .gece-modu .tumuyelistesi .top-bol3 select, .gece-modu .adminozeluyari input, .gece-modu .adminozeluyari select, .gece-modu .forumfiltrele select {
    background-color: #333;
    border: 1px solid #444;
    color: #ccc;
}

.gece-modu .onaybekleyenler {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .onaybekleyenler .onay-satir.baslik {
        background-color: #1a1a1a;
        border-color: #333;
    }

        .gece-modu .onaybekleyenler .onay-satir.baslik > div {
            border-color: #1a1a1a;
        }

    .gece-modu .onaybekleyenler .onay-satir {
        border-color: #333;
    }

        .gece-modu .onaybekleyenler .onay-satir > div {
            border-color: #333;
        }

    .gece-modu .onaybekleyenler .onaylama-button {
        background-color: #1a1a1a;
        border-color: #333;
    }

.gece-modu .mesaj-paylas {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .mesaj-paylas .baslik {
        background-color: #1a1a1a;
        border-color: #333;
    }

    .gece-modu .mesaj-paylas .bilgisatiri, .gece-modu .mesaj-paylas .nerede {
        background-color: #222;
        border-color: #333;
    }

    .gece-modu .mesaj-paylas .konu {
        background-color: #191919;
        color: #ccc;
        border-color: #333;
        box-shadow: 3px 3px 0 #333;
    }

        .gece-modu .mesaj-paylas .konu .konuadi {
            color: #ccc;
        }

        .gece-modu .mesaj-paylas .konu .bilgiler {
            color: #777;
        }

        .gece-modu .mesaj-paylas .konu .ozet {
            color: #999;
        }

    .gece-modu .mesaj-paylas .notekle {
        background-color: #333;
    }

        .gece-modu .mesaj-paylas .notekle .kutu {
            background-color: #222;
            color: #ccc;
        }

            .gece-modu .mesaj-paylas .notekle .kutu::placeholder {
                color: #666
            }

    .gece-modu .mesaj-paylas .butonlar, .gece-modu .mesaj-paylas .kimle .kutu, .gece-modu .mesaj-paylas .kimle {
        background-color: #1a1a1a;
        border-color: #333;
        color: #ccc;
    }

        .gece-modu .mesaj-paylas .butonlar .buton {
            background-color: #222 !important;
            border-color: #333;
            color: #ccc;
        }

        .gece-modu .mesaj-paylas .butonlar .not {
            color: #ccc;
        }

    .gece-modu .mesaj-paylas .nerede a {
        background-color: #111;
        border-color: #333;
        color: #ccc;
    }

    .gece-modu .mesaj-paylas .nerede .aktif {
        background-color: #333;
    }

.gece-modu .yenikonuac .nickdegisimi {
    border-color: #333;
}

.gece-modu .sss, .gece-modu .tumuyelistesi {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .sss h1, .gece-modu .tumuyelistesi h1 {
        background-color: #1a1a1a;
        border-color: #333;
    }

    .gece-modu .sss h3 {
        background-color: #333;
        border-color: #333;
        color: #ccc;
    }

    .gece-modu .tumuyelistesi .top-bol3 {
        background-color: #222;
        border-color: #333;
        color: #ccc;
    }

.gece-modu .destekmesaj h1 {
    background-color: #333;
    border-color: #333;
}

.gece-modu .uyarici-kullanici, .gece-modu .uyari-hakkinda, .gece-modu .uyari-hakkinda * {
    border-color: #333 !important;
}

.gece-modu .yonetimkadrosu {
    border-color: #333;
}

    .gece-modu .yonetimkadrosu h1 {
        border-color: #333;
        background-color: #1a1a1a;
    }

    .gece-modu .yonetimkadrosu ul li:nth-child(odd) {
        background-color: #222;
    }

    .gece-modu .yonetimkadrosu ul li:nth-child(even) {
        background-color: #333;
    }

.gece-modu .yonetici-hakkinda span {
    color: #666
}

.gece-modu .yonetimkadrosu-ust .yonetici-durum {
    background-color: #333;
    border-color: #444;
    box-shadow: none;
    color: #ccc !important;
}

.gece-modu .inboxYeni .solMenu .yenimesaj {
    background-image: none;
    background-color: #222;
    border-color: #333;
}

    .gece-modu .inboxYeni .solMenu .yenimesaj .not, .gece-modu .inboxYeni .mesajListeDar .tek .sag .yeni {
        color: #ccc;
    }

.gece-modu .inboxYeni .solMenu .baslik.alternatif {
    background-color: #333;
    border-color: #333;
    color: #ccc;
}

.gece-modu .inboxYeni .mesajListeDar {
    background-color: #222;
    border-color: #222;
}

.gece-modu .ozelmesaj-iskelet {
    background-color: #444;
    border-color: #444;
    border-color: #555;
}

    .gece-modu .ozelmesaj-iskelet .sol > span, .gece-modu .ozelmesaj-iskelet .avatar {
        background-color: #555 !important;
    }

.gece-modu .inboxYeni .mesajListeDar .aktif {
    background-color: #111;
    border-color: #444;
}

.gece-modu .inboxYeni .mesajListeDar .tek .sag .icerik {
    color: #999;
}

.gece-modu .inboxYeni .mesajListeDar .yenimesaj {
    background-color: #222;
    border-color: #444;
}

.gece-modu .inboxYeni .mesajListeDar .tek {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .inboxYeni .mesajListeDar .tek:hover {
        background: initial;
    }

.gece-modu .inboxYeni .sayfalamaUst .buton, .gece-modu .inboxYeni .mesajDetay .tek .sayfalama .buton {
    background-color: #222;
    border-color: #333;
    color: #ccc;
}

    .gece-modu .inboxYeni .sayfalamaUst .buton.aktif, .gece-modu .inboxYeni .mesajDetay .tek .sayfalama .buton.aktif {
        background-color: #333;
        color: #fff;
    }

.gece-modu .inboxYeni .solMenu .tek.yuksek {
    background-color: #333;
    border-color: #222;
}

.gece-modu .inboxYeni .solMenu .tek span, .gece-modu .inboxYeni .solMenu .tek b {
    color: #ccc;
}

.gece-modu .inboxYeni .solMenu .tek.aktif {
    background-color: #111;
    border-color: #222;
}

.gece-modu .inboxYeni .solMenu .tek {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .inboxYeni .solMenu .tek.incesatirbuton {
        background-color: #333;
        border-color: #222;
        color: #ccc;
    }

.gece-modu .inboxYeni .solMenu .baslik {
    background-color: #222;
    border-color: #333;
}

.gece-modu .inboxYeni .solMenu .tek:hover, .gece-modu .inboxYeni .solMenu .tek.incesatirbuton:hover, .gece-modu .inboxYeni .sayfalamaUst .buton:hover, .gece-modu .inboxYeni .mesajDetay .tek .sayfalama .buton:hover {
    background: initial;
}

.gece-modu .inboxYeni .solMenu .ara {
    background-color: #333;
    border-color: #333;
}

    .gece-modu .inboxYeni .solMenu .ara .kutu, .gece-modu .inboxYeni .solMenu .ara .buton {
        background-color: #222;
        border: 1px solid #444;
        color: #ccc;
    }

        .gece-modu .inboxYeni .solMenu .ara .kutu::placeholder {
            color: #999;
        }

.gece-modu .inboxYeni .mesajDetay {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .inboxYeni .mesajDetay .bilgi {
        background-image: none;
        background-color: #222;
        border-color: #333;
    }

        .gece-modu .inboxYeni .mesajDetay .bilgi .kim a {
            color: #ccc;
        }

        .gece-modu .inboxYeni .mesajDetay .bilgi .ayril, .gece-modu .inboxYeni .mesajDetay .bilgi .sesli-sessiz {
            background-color: #333;
            border-color: #444;
            color: #ccc !important;
        }

            .gece-modu .inboxYeni .mesajDetay .bilgi .ayril:hover {
                color: #ccc !important;
            }

            .gece-modu .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul {
                background-color: #333;
                border-color: #444;
            }

                .gece-modu .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul li a:hover {
                    background: initial;
                    color: #ccc;
                    opacity: 0.8;
                }

                .gece-modu .inboxYeni .mesajDetay .bilgi .sesli-sessiz ul li a {
                    background-color: #111 !important;
                    border-color: #333 !important;
                    color: #ccc;
                }

.gece-modu .inboxYeni .inboxUst {
    background-color: #444;
    border-color: #444;
}

.gece-modu .inboxYeni .topluislem a {
    background-color: #222;
    color: #ccc;
}

    .gece-modu .inboxYeni .topluislem a:hover {
        color: #ccc;
        background: #222;
        opacity: 0.8;
    }

.gece-modu .inboxYeni .mesajDetay .tek {
    background-color: #222 !important;
    border-color: #333 !important;
}

    .gece-modu .inboxYeni .mesajDetay .tek.iskelet .avatar, .gece-modu .inboxYeni .mesajDetay .tek.iskelet .sag > span {
        background-color: #444 !important;
    }

    .gece-modu .inboxYeni .mesajDetay .tek .sag .mesajin, .gece-modu .inboxYeni .mesajDetay .tek .sag .verilen {
        color: #999 !important;
    }

        .gece-modu .inboxYeni .mesajDetay .tek .sag .mesajin .buton.pasif, .gece-modu .inboxYeni .mesajDetay .tek .sag .mesajin .pgdButton, .gece-modu .inboxYeni .mesajDetay .tek .sag .mesajin .kutu, .gece-modu .inboxYeni .mesajDetay .tek .sag .isim .buton {
            background-color: #333 !important;
            border-color: #444;
            color: #ccc;
        }

    .gece-modu .inboxYeni .mesajDetay .tek .sag .icerik, .gece-modu .inboxYeni .mesajDetay .tek .sag .isim, .gece-modu .inboxYeni .mesajDetay .tek .sag .isim a {
        color: #ccc;
    }

        .gece-modu .inboxYeni .mesajDetay .tek .sag .isim .rutbe, .gece-modu .inboxYeni .mesajDetay .tek .sag .isim .kayittarihi {
            color: #999
        }

        .gece-modu .inboxYeni .mesajDetay .tek .sag .isim .buton:hover {
            color: #ccc;
        }

    .gece-modu .inboxYeni .mesajDetay .tek.bilgisatiri {
        background-color: #111 !important;
        background-image: none;
        color: #ccc;
    }

        .gece-modu .inboxYeni .mesajDetay .tek.bilgisatiri a, .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen {
            color: #ccc;
        }

            .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen .kutu {
                background-color: #444;
                border-color: #444;
            }

            .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen .kisi {
                background-color: #111;
                border-color: #222;
            }

            .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen .tahminler li {
                background-color: #333;
                border-color: #444;
            }

                .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen .tahminler li:hover {
                    background-color: #353535;
                }

                    .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen .tahminler li:hover a {
                        color: #ccc;
                    }

.gece-modu .inboxYeni .inboxAlt {
    background-color: #222;
    border-color: #333;
}

.gece-modu .profil-sayfasi .profil-kutu {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .profil-sayfasi .profil-kutu .profil-resmi {
        background-color: #666;
    }

    .gece-modu .profil-sayfasi .profil-kutu .ust .kullanici-adi a {
        color: #ccc;
    }

    .gece-modu .profil-sayfasi .profil-kutu .ust .kullanici-adi {
        color: #666;
    }

    .gece-modu .profil-sayfasi .profil-kutu .alt .kutu span {
        color: #ccc;
    }

    .gece-modu .profil-sayfasi .profil-kutu .alt .kutu {
        color: #666;
    }

.gece-modu .button-type-1 {
    background-color: #333;
    border-color: #444;
    color: #ccc !important;
}

    .gece-modu .button-type-1.pasif {
        background-color: #111 !important;
        border-color: #222;
    }

.gece-modu .profil-sayfasi .profil-kutu .ust .sag .takip-et {
    background-color: #333;
}

    .gece-modu .profil-sayfasi .profil-kutu .ust .sag .takip-et:hover {
        background-color: #333;
        opacity: 0.9;
    }

    .gece-modu .profil-sayfasi .profil-kutu .ust .sag .takip-et .not {
        color: #ccc;
    }

.gece-modu .button-type-1:hover {
    background-color: #333 !important;
    border-color: #444 !important;
    color: #ccc !important;
}

.gece-modu .acilir-menu-1 span.bg.scroll-kontrol {
    background-color: #333;
    background-image: none;
    border-color: #444;
}

.gece-modu .acilir-menu-1 li a {
    color: #ccc !important;
}

.gece-modu .acilir-menu-1 span.bg:before {
    border-bottom-color: #444 !important;
}

.gece-modu .acilir-menu-1 span.bg:after {
    border-bottom-color: #333 !important;
}

.gece-modu .profil-sayfasi .profil-sag .kutu {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .profil-sayfasi .profil-sag .kutu .baslik {
        background-color: #333;
        border-color: #333;
        box-shadow: none;
    }

    .gece-modu .profil-sayfasi .profil-sag .kutu .bilgiler {
        border-color: #333;
    }

    .gece-modu .profil-sayfasi .profil-sag .kutu .satir .icerik {
        background-color: #333;
        color: #ccc;
        border-color: #444;
    }

        .gece-modu .profil-sayfasi .profil-sag .kutu .satir .icerik::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #333;
        }

        .gece-modu .profil-sayfasi .profil-sag .kutu .satir .icerik::-webkit-scrollbar {
            width: 6px;
            background-color: #333;
        }

        .gece-modu .profil-sayfasi .profil-sag .kutu .satir .icerik::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #666;
        }

.gece-modu .profil-sayfasi .gallery a .resim {
    border-color: #444;
}

.gece-modu .profil-sayfasi .profil-sag .kutu.referans.takip.sistem .satir .kullanici-adi, .gece-modu .profil-sayfasi .profil-sag .kutu.referans.takip.sistem .urun {
    color: #ccc;
}

.gece-modu .profil-sayfasi .profil-sag .kutu > .filter {
    border-color: #444;
}

.gece-modu .textbox-style-1 {
    background-color: #333;
    border-color: #444;
    color: #ccc !important;
}

.gece-modu .profil-sayfasi .profil-sag .kutu .dahafazla {
    color: #ccc;
}

.gece-modu .profil-sayfasi .profil-sag .kutu.mesajlar .bilgiler .yorum i {
    color: #999;
}

.gece-modu .profil-sayfasi .profil-sag .kutu.referans .satir {
    border-color: #444;
}

.gece-modu .profil-sayfasi .profil-sag .kutu.yonetici {
    background-color: #111;
    border-color: #222;
}

    .gece-modu .profil-sayfasi .profil-sag .kutu.yonetici .baslik {
        background-color: #222;
        border-color: #222;
        box-shadow: none;
    }

    .gece-modu .profil-sayfasi .profil-sag .kutu.yonetici .satir:hover {
        color: #999;
    }

.gece-modu .quick-open-topic-button.ilk {
    background-color: #222;
    color: #ccc !important;
}

.gece-modu .quick-open-topic-button p {
    color: #000
}

.gece-modu .profil-sayfasi .gallery a .digerleri {
    background-color: #333;
    color: #ccc;
    border-color: #444;
}

.gece-modu .post .ana-kutu .satir .taslak-bilgi span, .gece-modu .post .satir .sag span.aciklama {
    color: #ccc;
}

.gece-modu .post .ana-kutu {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .post .ana-kutu .ana-baslik {
        background-color: #333;
        box-shadow: none;
        border-color: #333;
    }

.gece-modu .profil-sayfasi .profil-sol .ana-kutu .satir.gorunurluk .sag .input-tut label, .gece-modu .profil-sayfasi .profil-sol .ana-kutu.konu-acildi h2, .gece-modu .profil-sayfasi .profil-sol .gonderiler .ust span, .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .sag .kullanici .nickname, .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .icerik {
    color: #ccc;
}

.gece-modu .profil-sayfasi .profil-sol .ana-kutu .satir.gorunurluk:after {
    background-color: #333;
}

.gece-modu .button-type-1.gri {
    background-color: #111;
    border-color: #222;
}

.gece-modu .post .satir .secenek-list {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .post .satir .secenek-list li label {
        color: #ccc;
    }

    .gece-modu .post .satir .secenek-list:before {
        border-top-color: #444;
    }

    .gece-modu .post .satir .secenek-list:after {
        border-top-color: #333;
    }

.gece-modu .konuyu-gonder {
    border-color: #222;
}

.gece-modu .profil-sayfasi .profil-sol .gonderiler .ust, .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek {
    background-color: #222;
    border-color: #333;
    color: #ccc;
}

    .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .icerik:after {
        background-image: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(36, 36, 36, 75%) 55%, #212121 100%);
    }

    .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .alt .one-cikar {
        background-color: #333;
        border-color: #444;
        color: #ccc !important;
    }

        .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .alt .one-cikar:hover {
            background-color: #333;
            border-color: #444;
        }

.gece-modu .sf-tabs .tab li {
    background-image: none !important;
    background-color: #222;
}

    .gece-modu .sf-tabs .tab li.active {
        background-color: #444;
    }

    .gece-modu .sf-tabs .tab li a {
        color: #ccc !important;
    }

.gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .alt .one-cikar.aktif {
    color: #fff !important
}

.gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .alt a.konu-aksiyon.aktif {
    color: #fff;
}

.gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .alt:after, .gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .reply:after {
    background-color: #333;
}

.gece-modu .baglanti-onizleme {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .baglanti-onizleme p {
        color: #ccc;
    }

    .gece-modu .baglanti-onizleme .link {
        color: #999;
    }

.gece-modu .adres-defteri {
    background-color: #1a1a1a;
    border: 1px solid #222;
}

    .gece-modu .adres-defteri .bilgi a, .gece-modu .adres-defteri .herbirkullanici a, .gece-modu .kl-basligi b a, .gece-modu .adres-defteri-secim .filtre .input-tut label, .gece-modu .modifybuttons .bilgi {
        color: #ccc;
    }

    .gece-modu .adres-defteri .herbirkullanici {
        background-color: #222;
        border-color: #333;
    }

    .gece-modu .adres-defteri ul li:hover > .herbirkullanici {
        background-color: #222;
        border-color: #333;
        opacity: 0.9;
    }

.gece-modu .kabulet-reddet .takibibirak-button {
    background-color: #333;
    border-color: #444;
    box-shadow: none;
}

    .gece-modu .kabulet-reddet .takibibirak-button:hover {
        background-color: #333;
        opacity: 0.9;
    }

.gece-modu .adres-defteri-arama input, .gece-modu .adres-defteri-secim {
    background-color: #1a1a1a;
    box-shadow: none;
    border-color: #222;
    color: #ccc;
}

.gece-modu .kabulet-reddet .kabul-button {
    background-color: #111;
    border-color: #333;
    box-shadow: none;
}

    .gece-modu .kabulet-reddet .kabul-button:hover {
        background-color: #111;
        opacity: 0.9;
    }

.gece-modu .kabulet-reddet .reddet-button {
    background-color: #444;
    box-shadow: none;
}

.gece-modu .modifybuttons {
    background-color: #111;
}

    .gece-modu .modifybuttons .addsome .box, .gece-modu .modifybuttons .search .box {
        background-color: #222;
        border-color: #333;
        color: #ccc;
    }

    .gece-modu .modifybuttons .search .button {
        background-color: #222;
        border-color: #333;
        color: #ccc;
    }

    .gece-modu .modifybuttons .button {
        background-color: #222;
        color: #ccc;
    }

.gece-modu .profil-sayfasi .profil-sol .gonderiler .tek .alt .konu-aksiyon.yanit {
    color: #ccc;
}

.gece-modu .button-type-1 span, .gece-modu .post .ana-kutu .satir .sag .alan label, .gece-modu .post .ana-kutu .satir .sag .more-input span, .gece-modu .post .satir.urun-bilgi .kutu label, .gece-modu .post .kutu.fiyat-kutusu.title:before {
    color: #ccc;
}

.gece-modu .post .ana-kutu .satir .sag.border-bottom {
    border-color: #333;
}

.gece-modu .post .satir.urun-bilgi .kutu #warrantyDate, .gece-modu .input-button, .gece-modu .post .satir .sag .konu-mesaj-buton.aktif, .gece-modu .post .ana-kutu .satir .sag .mention-user {
    background-color: #333;
    border-color: #444;
    color: #ccc !important;
}

    .gece-modu .post .ana-kutu .satir .guide, .gece-modu .input-button label, .gece-modu .post .satir .sag .yanitlanan-konu, .gece-modu .post .ana-kutu .satir .bilgi, .gece-modu .post .ana-kutu .satir .sag .mention-user .nickname, .gece-modu .post .satir .sag .mesaj-icerigi span.ust b, .gece-modu .opengraph .content .post-detail .post-text p, .gece-modu .opengraph .content .post-detail .head .right .username {
        color: #ccc;
    }

.gece-modu .post .satir .liste {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .post .satir .liste::before {
        border-bottom-color: #444;
    }

    .gece-modu .post .satir .liste::after {
        border-bottom-color: #333;
    }

.gece-modu .post .genel-hata, .gece-modu .post .satir .sag .mesaj-icerigi {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

    .gece-modu .post .genel-hata a {
        color: #fff;
    }

.gece-modu .post .satir .liste .list-ust {
    border-color: #444;
}

.gece-modu .post .satir .liste .icerik .tek:hover {
    background-color: transparent;
    opacity: 0.8;
}

.gece-modu .post .ana-kutu .satir.thumbnail-upload .input-upload .progress-bar {
    background-color: #666;
}

    .gece-modu .post .ana-kutu .satir.thumbnail-upload .input-upload .progress-bar .bar {
        border-color: #666;
    }

.gece-modu .textbox-style-1:focus {
    border-color: #666;
}

.gece-modu .opengraph {
    background-color: #444;
}

    .gece-modu .opengraph .content {
        background-color: #333;
    }

.gece-modu .v2-title, .gece-modu .check-1 label {
    color: #ccc;
}

    .gece-modu .check-1 label .box {
        border-color: #ccc;
    }

.gece-modu .v2-button.grey-gradient {
    background-image: none;
    background-color: #666;
}

.gece-modu .v2-page-content {
    border-color: #333;
    background-color: #222;
}

.gece-modu .v2-notification-box.passive {
    background-color: #333;
}

    .gece-modu .v2-notification-box.passive .head .title, .gece-modu .v2-notification-box .detail .head .title {
        color: #ccc;
    }

.gece-modu .v2-notification-box.notification-box-2 .detail .description {
    color: #999;
}

.gece-modu .v2-notification-box {
    background-color: #0d0d0d;
    border-color: #333;
}

    .gece-modu .v2-notification-box .detail .head .date {
        color: #666
    }

.gece-modu .v2-notification-archive .col .notifications::-webkit-scrollbar-track {
    background-color: #333;
}

.gece-modu .v2-notification-archive .col .notifications::-webkit-scrollbar {
    width: 3px;
    background-color: #333;
}

.gece-modu .v2-notification-archive .col .notifications::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 2px;
}

.gece-modu .v2-notification-box.loading {
    background-color: #333;
}

    .gece-modu .v2-notification-box.loading .avatar, .gece-modu .v2-notification-box.loading .detail span.one, .gece-modu .v2-notification-box.loading .detail span.two, .gece-modu .v2-notification-box.loading .detail span.three, .gece-modu .v2-notification-box.loading .detail span.four, .gece-modu .v2-notification-box.loading .detail span.five, .gece-modu .v2-notification-box.loading .detail span.six, .gece-modu .v2-notification-box.notification-box-2.loading .detail span.one, .gece-modu .v2-notification-box.notification-box-2.loading .head span.two, .gece-modu .v2-notification-box.notification-box-2.loading .head span.three, .gece-modu .v2-notification-box.notification-box-2.loading .head span.four, .gece-modu .v2-notification-box.notification-box-2.loading .head span.five, .gece-modu .v2-notification-box.notification-box-2.loading .detail .description, .gece-modu .v2-notification-box.notification-box-2.loading .img {
        background-image: none;
        background-color: #222;
    }

        .gece-modu .v2-notification-box.notification-box-2.loading .img:after {
            background-image: none;
            background-color: #333;
        }

.gece-modu .check-1 input:checked ~ label .box:after {
    background-color: #ccc;
}

.gece-modu .v2-date-picker .button {
    background-color: #333;
    border-color: #222;
}

    .gece-modu .v2-date-picker .button .value, .gece-modu .v2-date-picker .box .head, .gece-modu .v2-date-picker .box .date .title, .gece-modu .v2-single-date-box input {
        color: #ccc;
    }

.gece-modu .v2-date-picker .box {
    background-color: #333;
}

    .gece-modu .v2-date-picker .box:before {
        border-bottom-color: #333;
    }

.gece-modu .v2-single-date-box, .gece-modu .v2-single-date-box input {
    background-color: #222;
    border-color: #333;
}

.gece-modu .v2-tab-button {
    background-color: #222;
    background-image: none;
    color: #ccc;
}

.gece-modu .v2-text-black {
    color: #ccc !important
}

.gece-modu .v2-table .head .col {
    color: #ccc;
}

.gece-modu .v2-table .tr {
    background-color: #1a1a1a;
}

    .gece-modu .v2-table .tr.loading {
        background-color: #222;
    }

    .gece-modu .v2-table .tr .subject-name, .gece-modu .v2-table .tr .col {
        color: #ccc !important;
    }

        .gece-modu .v2-table .tr .subject-name:hover, .gece-modu .v2-table .tr .col:hover {
            color: #fff !important;
        }

.gece-modu .v2-table .col-1 .quotes .quote-line {
    color: #fff;
}

.gece-modu .v2-table .tr.loading .icn-box, .gece-modu .v2-table .tr.loading .col span {
    background-image: none !important;
    background-color: #444;
}

.gece-modu .v2-button.opacity-4-white {
    color: #111
}

.gece-modu .v2-search-input .textbox {
    background-color: #333;
    color: #ccc;
}

    .gece-modu .v2-search-input .textbox::placeholder {
        color: #999;
    }

.gece-modu .v2-search-input .button {
    background-color: #444;
    color: #ccc;
}

.gece-modu .v2-button {
    color: #fff !important;
}

.gece-modu .v2-select .select-box {
    background-color: #333;
    color: #ccc;
}

.gece-modu .v2-table.hot-topic-users {
    border-color: #333;
    background-color: #222 !important;
    background-image: none;
}

    .gece-modu .v2-table.hot-topic-users .head {
        background-color: #1a1a1a;
    }

    .gece-modu .v2-table.hot-topic-users .tr .line .icn-box {
        background-color: #333;
        color: #fff;
    }

.gece-modu .konuyaozel.v3 .konuozel-acilir .left .title {
    color: #ccc;
}

.gece-modu .v2-button.orange-white {
    background-color: #222;
}

.gece-modu .sf .opportunity-popup .content {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .sf .opportunity-popup .content > .head {
        background-color: #1a1a1a;
        box-shadow: none;
    }

.gece-modu .sf .opportunity-popup .link-box.added, .gece-modu .sf .opportunity-popup .link-box .input-area .link-input {
    background-color: #333;
    box-shadow: none;
}

.gece-modu .sf .opportunity-popup .link-box .input-area .link-input {
    color: #ccc !important;
}

.gece-modu .sf .opportunity-popup .preview .title {
    color: #ccc;
}

.gece-modu .sf .opportunity-popup .preview .box {
    background-color: #333;
    box-shadow: none;
}

.gece-modu .sf .opportunity-popup .preview .ql-editor .ql-og {
    background-color: #222;
}

    .gece-modu .sf .opportunity-popup .preview .ql-og.v2 .og-full-image, .gece-modu .sf .opportunity-popup .preview .ql-og.v2 div.og-title, .gece-modu .sf .opportunity-popup .preview .ql-editor .ql-og div.og-description {
        background-color: #222;
    }

        .gece-modu .sf .opportunity-popup .preview .ql-og.v2 div.og-title span {
            color: #ccc;
        }

.gece-modu .finger-click, .gece-modu .click-count, .gece-modu .hot-content-list.grid .box .link-content .link2 .url a .click .c-box {
    background-color: #333;
    color: #ccc;
    border-color: #444;
}

.gece-modu .sf-product-box-button {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

.gece-modu .sf .opportunity-popup .preview .buttons:after {
    background-color: #444;
}

.gece-modu .sf .opportunity-popup .preview .opportunity-description .description-input {
    background-color: #1a1a1a;
    border-color: #222;
    color: #ccc;
}

.gece-modu .sf .opportunity-popup .info-box {
    background-color: #333;
    color: #ccc;
}

    .gece-modu .sf .opportunity-popup .info-box.black p, .gece-modu .sf .opportunity-popup .info-box.black .hide-button, .gece-modu .sf .opportunity-popup .info-box p, .gece-modu .sf .opportunity-popup .info-box .hide-button {
        color: #ccc;
    }

.gece-modu .sf .opportunity-popup .link-box .input-area .link-input {
    border-color: #333;
}

.gece-modu .sf .opportunity-popup .preview .box .detail {
    background-color: #222;
}

    .gece-modu .sf .opportunity-popup .preview .box .detail .top, .gece-modu .sf .opportunity-popup .preview .box .detail .bottom .one {
        background-color: #333;
    }

        .gece-modu .sf .opportunity-popup .preview .box .detail .top .left, .gece-modu .sf .opportunity-popup .preview .box .detail .top .right > span, .gece-modu .sf .opportunity-popup .preview .box .buttons > span {
            background-color: #222 !important;
        }

.gece-modu .sf .opportunity-popup .action-button.passive {
    background-color: #1a1a1a;
    color: #000;
}

.gece-modu .sf .opportunity-popup .link-box.added.update .input-area .link-input {
    background-color: #222;
    border-color: #333;
    box-shadow: none;
}

.gece-modu .sf .opportunity-popup .link-box.added.update .input-area .paste-text {
    color: #ccc;
}

.gece-modu .sf .profil-sag .kutu .head, .gece-modu .sf-links-tt .filter-buttons {
    background-color: #1a1a1a;
}

.gece-modu .sf .profil-sag .kutu .content, .gece-modu .sf-links-tt .links-content {
    background-color: #222;
    border-color: #333;
}

.gece-modu .sf .friend-box {
    background-color: #333;
}

    .gece-modu .sf .friend-box .nickname, .gece-modu .opportunity-box > .head > .left .nickname, .gece-modu .sf .product-box .right .top .product-name {
        color: #ccc;
    }

.gece-modu .sf .follow-button {
    background-color: #222;
    border-color: #444;
    color: #ccc;
}

.gece-modu .sf .friend-box.ghost .avatar, .gece-modu .sf .friend-box.ghost > span {
    background-color: #222 !important;
    border-color: #444;
}

.gece-modu .opportunity-box:after {
    background-color: #333;
}

.gece-modu .opportunity-menu .button {
    color: #999;
}

.gece-modu .sf-links-tt .filter-buttons .button.active {
    background-color: #333;
    color: #fff;
}

.gece-modu .sf-links-tt .filter-buttons .button {
    background-color: #222;
    color: #ccc;
}

.gece-modu .sf .product-box {
    background-color: #333;
    border-color: #444;
}

.gece-modu .sf-product-box-button.active {
    background-color: #222;
}

.gece-modu .kl-icerik .kl-icerik-satir .konulistesi-onecikar .buton {
    border-color: #333;
    color: #ccc;
}

.gece-modu .sf-notification-button {
    background-color: #222;
    border-color: #333;
}

.gece-modu .sf-question-button {
    background-color: #333;
    border-color: #444;
}

.gece-modu .opportunity-menu ul {
    box-shadow: none;
    background-color: #222;
    border-color: #333;
}

    .gece-modu .opportunity-menu ul li a {
        color: #ccc;
    }

    .gece-modu .opportunity-menu ul:before {
        border-bottom-color: #333;
    }

    .gece-modu .opportunity-menu ul:after {
        border-bottom-color: #222;
    }

.gece-modu .tag-list-module a {
    color: #ccc;
    background-color: #222;
}

.gece-modu .notification-tooltip {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .notification-tooltip .description {
        color: #ccc;
    }

    .gece-modu .notification-tooltip .link {
        background-color: #333;
        border-color: #444;
        color: #ccc;
    }

    .gece-modu .notification-tooltip:before {
        border-top-color: #444;
    }

    .gece-modu .notification-tooltip:after {
        border-top-color: #333;
    }

.gece-modu .konuyaozel.v4 .konuozel-acilir {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .konuyaozel.v4 .konuozel-acilir .konuozel-buton.passive .grey {
        color: #999;
    }

    .gece-modu .konuyaozel.v4 .konuozel-acilir ul li {
        border-color: #333;
    }

    .gece-modu .konuyaozel.v4 .konuozel-acilir .konuozel-buton img, .gece-modu .konuozel-acilir ul li a span img {
        filter: initial;
    }

.gece-modu .konuyaozel.v5.notification.active .button, .gece-modu .konuyaozel.v5.link-topic.active .button {
    background-color: #222;
}

    .gece-modu .konuyaozel.v5.notification.active .button .text, .gece-modu .konuyaozel.v5.link-topic.active .text {
        color: #fff;
    }

.gece-modu .galerilistele {
    box-shadow: none;
    background-color: #222;
    border-color: #333;
}

.gece-modu .forum-galeri .ust span {
    background-color: #333;
    color: #ccc;
}

.gece-modu li.bildirimli {
    background-color: #222;
    color: #ccc;
}

.gece-modu .sf .checking-new-message.grey .box {
    border-color: #333;
    background-color: #1a1a1a;
}

.gece-modu .sf .checking-new-message.grey .text, .gece-modu .sf .checking-new-message.grey .dont-show-again, .gece-modu .link-view .link-detail .head .site-name {
    color: #ccc;
}

.gece-modu .link-view, .gece-modu .ql-editor .ql-og {
    background-color: #222;
    border-color: #444;
}

    .gece-modu .ql-editor .ql-og div.og-full-image, .gece-modu .ql-editor .ql-og div.og-title, .gece-modu .ql-editor .ql-og div.og-description, .gece-modu .ql-og .price-detail, .gece-modu .ql-editor .ql-og .action-buttons, .gece-modu .ql-editor .ql-og a.og-link {
        border-color: #444;
    }

    .gece-modu .link-view .link-detail, .gece-modu .link-view .price-detail, .gece-modu .ql-editor .ql-og div.og-title, .gece-modu .ql-editor .ql-og div.og-description, .gece-modu .ql-og .price-detail {
        background-color: #222;
    }

    .gece-modu .link-view > .bottom, .gece-modu .link-view > .bottom .related-topics .right {
        background-color: #292929;
        color: #ccc;
    }

        .gece-modu .link-view > .bottom .related-topics .right a {
            color: #ccc;
        }

        .gece-modu .link-view > .bottom .related-topics .right:after {
            background-image: linear-gradient(to right, rgba(222, 222, 222, 0) 10%, #292929 80%, #292929);
        }

        .gece-modu .link-view .link-detail .link-title .title, .gece-modu .link-view > .bottom .related-topics .left a, .gece-modu .link-view > .bottom .related-topics .left span, .gece-modu .link-view .price-detail .price-history .title, .gece-modu .ql-og .price-detail .price-history .title, .gece-modu .link-view .price-detail .top .left, .gece-modu .ql-og .price-detail .top .left {
            color: #999;
        }

    .gece-modu .link-view .price-detail:before, .gece-modu .ql-og .price-detail:before {
        background-color: #333;
    }

    .gece-modu .link-view .price-detail .price-history .price-history-graphic-image, .gece-modu .ql-og .price-detail .price-history .price-history-graphic-image {
        border-color: #333;
    }

    .gece-modu .link-view .price-detail .price-history .price-graphic, .gece-modu .ql-og .price-detail .price-history .price-graphic {
        background-color: #222;
        border-color: #333;
    }

        .gece-modu .link-view .price-detail .price-history .price-graphic:before, .gece-modu .ql-og .price-detail .price-history .price-graphic:before {
            border-right-color: #333
        }

        .gece-modu .link-view .price-detail .price-history .price-graphic:after, .gece-modu .ql-og .price-detail .price-history .price-graphic:after {
            border-right-color: #222
        }

        .gece-modu .link-view .price-detail .price-history .price-graphic .graphic-title, .gece-modu .ql-og .price-detail .price-history .price-graphic .graphic-title {
            color: #ccc;
        }

        .gece-modu .link-view .price-detail .price-history .price-graphic .price-summary, .gece-modu .link-view .price-detail .price-history .price-graphic .follow-link, .gece-modu .ql-og .price-detail .price-history .price-graphic .price-summary, .gece-modu .ql-og .price-detail .price-history .price-graphic .follow-link {
            border-color: #333;
        }

            .gece-modu .link-view .price-detail .price-history .price-graphic .follow-link .button, .gece-modu .ql-og .price-detail .price-history .price-graphic .follow-link .button {
                background-color: #333;
            }

    .gece-modu .link-view .thumnail, .gece-modu .hot-topic-list-left .hot-content-list .col .img.no-img, .gece-modu .hot-content-list.grid .box .link-content .link2 .img.no-img {
        background-image: linear-gradient(to bottom, #111, #333);
    }

    .gece-modu .link-view .link-detail .head .icon, .gece-modu .ql-editor .ql-og div.og-title img.rounded {
        background-color: #333;
    }

.gece-modu .gorev-menu ul {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .gorev-menu ul li a {
        color: #ccc;
    }

    .gece-modu .gorev-menu ul li:hover {
        background-color: transparent;
        opacity: 0.8;
    }

.gece-modu .sf .follow-suggestion2 {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .sf .follow-suggestion2 .head {
        box-shadow: none;
        background-color: #1a1a1a;
    }

    .gece-modu .sf .follow-suggestion2 .box .top .left .nickname, .gece-modu .ki-cevapicerigi .icerik .reply-line .button-reply b {
        color: #ccc;
    }

    .gece-modu .sf .follow-suggestion2 .box .top .left .info, .gece-modu .ki-cevapicerigi .icerik .reply-line .button-reply {
        color: #999
    }

.gece-modu .ikide1renk .renklendir:nth-child(odd) .ki-hizli-cevap {
    background-color: #222;
}

.gece-modu .ki-hizli-cevap input {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

    .gece-modu .ki-hizli-cevap input::placeholder {
        color: #999;
    }

.gece-modu .sf .follow-suggestion2 .box {
    border-color: #333;
}

.gece-modu .ki-hizli-cevap button {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

.gece-modu .new-message-line:before {
    background-color: #222;
}

.gece-modu .new-message-line:after {
    background-color: #111;
    color: #fff;
}

.gece-modu .checking-new-message .box {
    background-color: #111;
    border-color: #222;
}

    .gece-modu .checking-new-message .box .text, .gece-modu .checking-new-message .box .dont-show-again {
        color: #ccc;
    }

.gece-modu .ki-cevapsahibi .message-count .line, .gece-modu .sf-right-module .share-list .item .head, .gece-modu .sf-right-module .share-list .item .head .user, .gece-modu .sf-right-module > .head .checkbox label, .gece-modu .sf-right-module > .head .link {
    color: #ccc;
}

.gece-modu .ki-cevapsahibi .follow-account .text {
    color: #999;
}

.gece-modu .sf-right-module, .gece-modu .sf .friend-suggestion {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .sf-right-module > .head, .gece-modu .sf-right-module .share-list .item .head {
        box-shadow: none;
        background-color: #1a1a1a;
    }

        .gece-modu .sf-right-module > .head .link:before {
            background-color: #444;
        }

    .gece-modu .sf-right-module .share-list .item {
        border-color: #333;
    }

    .gece-modu .sf .friend-suggestion .owl-nav button {
        box-shadow: none;
        background-color: #222 !important;
    }

        .gece-modu .sf .friend-suggestion .owl-nav button:after {
            color: #ccc;
        }

.gece-modu .forum-istatistik {
    background-color: #222;
    border-color: #333;
    color: #ccc;
}

    .gece-modu .forum-istatistik li {
        background-color: #222;
    }

.gece-modu .kl-hakkinda ul li a.link {
    color: #999;
}

.gece-modu .forum-istatistik ul {
    border-color: #333;
}

.gece-modu .page-between-tag .title {
    color: #fff;
}

.gece-modu .page-between-tag.v2 .arrows:after {
    background-image: linear-gradient(to right, rgba(254, 191, 85, 0) 0%, #111 100%);
}

.gece-modu .page-between-tag ul li a {
    background-color: #333;
    color: #ccc;
    border-color: #444;
}

    .gece-modu .page-between-tag ul li a:hover {
        background-color: #333;
        color: #ccc;
        border-color: #444;
        opacity: 0.8;
    }

.gece-modu .page-between-tag.v2 .arrows .button {
    background-image: none;
    background-color: #333;
}

    .gece-modu .page-between-tag.v2 .arrows .button.passive {
        background-image: none;
        background-color: #666;
    }

.gece-modu .tt-iskelet {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .tt-iskelet .satir, .gece-modu .tt-iskelet .satir > div {
        border-color: #333 !important;
    }

        .gece-modu .tt-iskelet .satir > div:before {
            background-color: #333 !important;
        }

        .gece-modu .tt-iskelet .satir .kutu5:after {
            background-color: #444 !important;
        }

.gece-modu .forumaramodul .kl-konu .ilgilibolum {
    color: #ccc;
}

.gece-modu .forumaramodul .kl-konu, .gece-modu .kl-icerik .kl-icerik-satir.forumaramodul-detay, .gece-modu .forumaramodul-detay .kl-konu, .gece-modu .forumaramodul-detay .kl-yazar, .gece-modu .forumaramodul-detay .kl-cevap, .gece-modu .forumaramodul-detay .kl-okunma, .gece-modu .forumaramodul-detay .kl-sonmesaj, .gece-modu .sicakfirsatise .kl-sicaklik {
    border-color: #333 !important;
}

    .gece-modu .forumaramodul .kl-konu .ilgilibolumadi {
        background-color: #333;
        color: #ccc;
    }

.gece-modu .kl-icerik-satir.mesaj-yok {
    background-color: #222;
}

.gece-modu header .ust .forum-title a {
    color: #ccc;
}

.gece-modu .konuyaozel-tut .detail-search .search-content {
    background-color: #222;
    border-color: #222;
    box-shadow: none;
}

    .gece-modu .konuyaozel-tut .detail-search .search-content .search-text, .gece-modu .soltaraf .siralama-bar .sol b {
        color: #ccc;
    }

        .gece-modu .konuyaozel-tut .detail-search .search-content .search-text::placeholder {
            color: #999
        }

.gece-modu .ki-arama {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .ki-arama input {
        background-color: #444;
        border: none;
        color: #ccc;
    }

.gece-modu .soltaraf .siralama-bar {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .soltaraf .siralama-bar .sol .button, .gece-modu .soltaraf .siralama-bar .mesaj-button {
        background-color: #444;
        border-color: #444;
    }

        .gece-modu .soltaraf .siralama-bar .mesaj-button span.kim {
            color: #999;
        }

            .gece-modu .soltaraf .siralama-bar .mesaj-button span.kim span, .gece-modu .bilgi .yorumun-devami, .gece-modu .secilen-yorum .bilgi, .gece-modu .soltaraf .siralama-bar .mesaj-button b {
                color: #ccc;
            }

.gece-modu .like-unlike {
    background-color: #333;
}

    .gece-modu .like-unlike.konunun-ilk-mesaji {
        border-color: #444;
    }

    .gece-modu .like-unlike h2 {
        border-color: #444;
        color: #ccc;
    }

.gece-modu .soltaraf .ara-yenimesaj {
    background-color: #333;
}

.gece-modu .anket {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .anket h1 {
        background-color: #1a1a1a;
        border-color: #333;
    }

    .gece-modu .anket .anket-gizle {
        color: #ccc;
    }

@keyframes highlight2 {
    0% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    12% {
        box-shadow: 0 0 80px #444;
        padding: 0;
        width: 95%;
    }

    24% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    36% {
        box-shadow: 0 0 80px #444;
        padding: 0;
        width: 95%;
    }

    48% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    60% {
        box-shadow: 0 0 80px #444;
        padding: 0;
        width: 95%;
    }

    72% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }

    84% {
        box-shadow: 0 0 80px #444;
        padding: 0;
        width: 95%;
    }

    100% {
        box-shadow: none;
        padding: 5px 0;
        width: 100%;
    }
}

.gece-modu .anket button {
    background-color: #333;
    border: none;
    color: #ccc;
}

.gece-modu .sayfasiralama .go-page-button .icon {
    background-color: #222;
}

.gece-modu .begenmesayisi {
    color: #ccc;
    text-shadow: none;
}

.gece-modu .secilen-yorum .bilgi {
    opacity: 0.8;
}

.gece-modu .opportunity-products {
    background-color: #1a1a1a;
    border-color: #333;
}

    .gece-modu .opportunity-products li, .gece-modu .opportunity-products li > div {
        border-color: #333;
        color: #ccc;
    }

.gece-modu .keyif, .gece-modu .uygulamayi-indir {
    background-color: #333;
    border-color: #444;
}

    .gece-modu .keyif p, .gece-modu #galeri-modul .kutu h4, .gece-modu .uygulamayi-indir .nedir, .gece-modu .showcase .product-context a.title {
        color: #ccc;
    }

.gece-modu .keyif-gosterme {
    color: #999 !important;
}

.gece-modu .keyif:hover {
    background-color: #333;
}

.gece-modu .keyif-button.degil {
    background-color: #555;
    color: #ccc;
    border-color: #444;
}

.gece-modu .showcase .product-image {
    background-color: #333;
    border-color: #444;
}

.gece-modu .like-unlike.onde {
    background-color: #333 !important;
    border-color: #444;
}

.gece-modu .like-unlike .yorum_cizgi {
    background-color: #444;
}

.gece-modu .yanit-liste {
    background-color: #222;
    border-color: #333;
    box-shadow: none;
}

    .gece-modu .yanit-liste .tepe {
        background-color: #444;
        border-color: #444;
        box-shadow: none;
    }

        .gece-modu .yanit-liste .tepe h2 {
            color: #f60;
        }

.gece-modu .buton-yanit, .gece-modu .buton-yanit.beyaz {
    background-color: #333;
    color: #999 !important;
    border-color: #333;
}

    .gece-modu .buton-yanit.aktif {
        background-color: #111;
        color: #fff;
        border-color: #444;
        background-image: none;
    }

    .gece-modu .buton-yanit.seperator-button:after {
        background-color: #333;
    }

.gece-modu .yanit-liste .tek .icerik {
    color: #fff;
}

.gece-modu .yanit-liste .tek {
    border-color: #333;
}

.gece-modu .yanit-liste .acilir-menu-1 span {
    background-color: #333 !important;
    border-color: #444 !important;
}

.gece-modu .acilir-menu-1 li:hover {
    background-color: #333;
    opacity: 0.8;
}

.gece-modu .alinti-loading {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .alinti-loading .satir {
        background-color: #444;
    }

.gece-modu .blocked-member a, .gece-modu .blocked-member .actions a, .gece-modu .ikide1renk .renklendir .kl-icerik-satir .hidden-content .action-buttons .display-button {
    color: #ccc;
}

    .gece-modu .blocked-member .actions a:first-child {
        border-color: #ccc;
    }

.gece-modu .blocked-member {
    border-color: #444;
}

    .gece-modu .blocked-member span {
        color: #999;
    }

.gece-modu .ql-og > .buttons {
    width: 100%;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #444;
}

.gece-modu .ki-mesajsecenekleri li .statistics-button, .gece-modu .useful-message .head .message-detail .bottom {
    color: #ccc;
}

.gece-modu .ikide1renk .renklendir .kl-icerik-satir .hidden-content {
    background-color: #333 !important;
}

    .gece-modu .ikide1renk .renklendir .kl-icerik-satir .hidden-content span {
        border-color: #444 !important;
    }

.gece-modu header .ust .sag .ana-menu span.acilir.tek a.beyaz {
    background-color: #222 !important;
    border-color: #333;
}

.gece-modu header .ust .sag .ana-menu span.acilir ul span.bg {
    background-color: #222;
    border-color: #333;
}

.gece-modu header .ust .sag .ana-menu span.acilir ul li:hover {
    background-color: #222;
    opacity: 0.9;
}

.gece-modu header .ust .sag .ana-menu span.acilir ul span.bg::after {
    border-bottom-color: #222;
}

.gece-modu header .ust .sag .ana-menu span.acilir ul span.bg::before {
    border-bottom-color: #333;
}

.gece-modu header .ust .sag .ana-menu span.acilir:hover > a {
    background-color: #333;
}

.gece-modu header#topic_header .ust .sag .ana-menu a .sayi {
    background-image: none;
    background-color: #444;
}

.gece-modu .sayisalresim.anlikrekor {
    color: #999 !important;
}

.gece-modu .og-full-image .og-link2 {
    background-color: #222;
}

.gece-modu .ki-mesajsecenekleri li .statistics-button .tooltip {
    background-color: #222;
    border-color: #333;
    box-shadow: none;
}

    .gece-modu .ki-mesajsecenekleri li .statistics-button .tooltip p {
        color: #ccc;
    }

    .gece-modu .ki-mesajsecenekleri li .statistics-button .tooltip:after {
        border-bottom-color: #222;
    }

    .gece-modu .ki-mesajsecenekleri li .statistics-button .tooltip::before {
        border-bottom-color: #333;
    }

.gece-modu .forum-istatistik .stats-hr {
    background-color: #333;
}

.gece-modu .forum-istatistik .topic-member-search-input {
    background-color: #333;
    border-color: #444;
    color: #ccc;
}

    .gece-modu .forum-istatistik .topic-member-search-input::placeholder {
        color: #999;
    }

.gece-modu .forum-istatistik .topic-member-search-icon {
    color: #ccc;
}

.gece-modu .forum-istatistik:before {
    border-bottom-color: #333;
}

.gece-modu .forum-istatistik:after {
    border-bottom-color: #222;
}

.gece-modu .galerilistele:before {
    border-bottom-color: #333;
}

.gece-modu .galerilistele:after {
    border-bottom-color: #222;
}

.gece-modu header .ust .sag .uye .bildirimler .count-2 {
    background-color: #999;
    color: #000;
    border-color: #999;
}

header .ust .sag .uye .bildirimler .count-1 {
    background-color: red;
    color: red;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
    position: absolute;
    right: -5px;
    top: -2px;
    box-sizing: border-box
}

.gece-modu header .ust .sag .uye .bildirimler .count-1 {
    background-color: #666;
    color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #666;
    position: absolute;
    right: -3px;
    top: 0px;
    box-sizing: border-box
}

.gece-modu .system-recommendations-module {
    background-color: #222;
}

    .gece-modu .system-recommendations-module .head {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
    }

        .gece-modu .system-recommendations-module .head .left {
            background-color: #333;
            border-color: #333;
        }

        .gece-modu .system-recommendations-module .head .right {
            color: #ccc;
        }

        .gece-modu .system-recommendations-module .head .left .date {
            color: #999
        }

.gece-modu .white-select {
    background-color: #222;
    border-color: #222;
    color: #ccc;
}

.gece-modu .system-recommendations-module .content .line .title, .gece-modu .system-recommendations-module .content .line .product {
    color: #ccc;
}

.gece-modu .system-recommendations-module .more {
    background-color: #333;
    color: #ccc;
}

.gece-modu .hot-topic-list-left .list-type span, .gece-modu .hot-topic-list-left .list-type a {
    color: #ccc;
}

    .gece-modu .hot-topic-list-left .list-type a.active, .gece-modu .hot-topic-list-left .list-type a.active i, .gece-modu .hot-topic-list-left .list-type a.active i:before {
        color: #fff;
    }

    .gece-modu .hot-topic-list-left .list-type a i, .gece-modu .hot-topic-list-left .list-type a i:before {
        color: #999;
    }

.gece-modu .topics-masonry {
    background-color: #222;
}

.gece-modu .hot-topic-list-right .head {
    background-color: #1a1a1a;
}

    .gece-modu .hot-topic-list-right .head i, .gece-modu .hot-topic-list-right .desc .text, .gece-modu .topic-box .title {
        color: #ccc;
    }

.gece-modu .hot-topic-list-right .desc .box {
    color: #999;
}

.gece-modu .hot-topic-list-right .desc .opportunity {
    border-color: #999;
}

.gece-modu .topic-box {
    box-shadow: none;
    background-color: #1a1a1a;
}

    .gece-modu .topic-box.loading .img, .gece-modu .topic-box.loading span, .gece-modu .topic-box.loading .star span {
        background-color: #333;
    }

.gece-modu .v2-table.hot-topic-users.hot-content-list .tr {
    border-color: #333;
}

.gece-modu .hot-topic-list-left .hot-content-list .col .left .title, .gece-modu .v2-table .tr .col, .gece-modu .hot-topic-list-left .hot-content-list .col-2 span, .gece-modu .v2-table.hot-topic-users.hot-content-list .col-3 span, .gece-modu .hot-topic-list-left .hot-content-list .icn-box i {
    color: #ccc !important;
}

.gece-modu .hot-topic-list-left .hot-content-list .col .img {
    border-color: #444;
}

.gece-modu .hot-topic-list-left .hot-content-list .tr.extended {
    background-color: #1a1a1a;
}

.gece-modu .hot-topic-list-left .hot-content-list .tr .linked-message .go-message, .gece-modu .hot-topic-list-left .hot-content-list .tr .linked-message .left, .gece-modu .hot-topic-list-left .hot-content-list .tr .linked-message .close, .gece-modu .hot-topic-list-left .hot-content-list .col .left .description, .gece-modu .hot-topic-list-left .hot-content-list .col .left .description .link, .gece-modu .hot-topic-list-left .hot-content-list .col .left .description .links, .gece-modu .hot-topic-list-left .hot-content-list .col .left .description a {
    color: #999;
}

.gece-modu .hot-topic-list-left .hot-content-list .tr .linked-message {
    border-color: #222;
}

    .gece-modu .hot-topic-list-left .hot-content-list .tr .linked-message .message {
        background-color: #222;
        border-color: #333;
        color: #ccc;
    }

.gece-modu .hot-topic-list-left .hot-content-list .tr.loading {
    background-color: #222;
}

    .gece-modu .hot-topic-list-left .hot-content-list .tr.loading .col .left .description .link, .gece-modu .hot-topic-list-left .hot-content-list .tr.loading .img {
        background-color: #444;
        background-image: none;
        border-color: #666;
    }

.gece-modu .hot-content-list.grid .box, .gece-modu .hot-content-list.grid .box .description {
    background-color: #222;
    border-color: #333;
}

    .gece-modu .hot-content-list.grid .box .head {
        background-color: #1a1a1a;
    }

        .gece-modu .hot-content-list.grid .box .head .title, .gece-modu .hot-content-list.grid .box .description, .gece-modu .hot-content-list.grid .box .link-content .link2 .bottom .right {
            color: #ccc;
        }

            .gece-modu .hot-content-list.grid .box .description .right a, .gece-modu .hot-content-list.grid .box .link-content .topic .left {
                color: #999;
            }

    .gece-modu .hot-content-list.grid .box .link-content .topic .button {
        background-color: #333;
        border-color: #444;
        color: #ccc;
    }

    .gece-modu .hot-content-list.grid .box .link-content .link2, .gece-modu .hot-content-list.grid .box .link-content .link2 .bottom .icn {
        background-color: #333;
    }

        .gece-modu .hot-content-list.grid .box .link-content .link2 .white {
            background-color: #1a1a1a;
        }

        .gece-modu .hot-content-list.grid .box .link-content .link2 .url a .click span {
            background-image: linear-gradient(90deg, rgba(56, 56, 56, 0%) 0%, rgb(56 56 56) 45%);
        }

    .gece-modu .hot-content-list.grid .box.loading .head > span, .gece-modu .hot-content-list.grid .box.loading .description > div, .gece-modu .hot-content-list.grid .box.loading .link-content .link2 .img, .gece-modu .hot-content-list.grid .box.loading .link-content .link2 .bottom .icn, .gece-modu .hot-content-list.grid .box.loading .link-content .link2 .bottom .right > span, .gece-modu .hot-content-list.grid .box.loading .link-content .link2 .url > span {
        background-color: #444;
        background-image: none !important;
    }

.gece-modu .widget-1 > .description {
    color: #999;
}

.gece-modu .adres-defteri-arama > i {
    color: #999;
}

.gece-modu header .ust .sag .baglan a:hover {
    background-image: none;
    background-color: #333;
    border-color: #333;
}

.gece-modu header .ust .sag .yeni-kayit:hover {
    background-image: none;
    background-color: #333;
}

.gece-modu .push-notification.mini:hover:not(.none) .content {
    background-color: #333;
}

.gece-modu .sayfafull.my-useful-message .mesajlarim-satir .mesaj-forum .hourglass, .gece-modu .sayfafull.my-useful-message .mesajlarim-satir .mesaj-forum {
    color: #999;
}

.gece-modu .search-no-result .content {
    background-color: #111;
    border-color: #222;
}

    .gece-modu .search-no-result .content .text, .gece-modu .search-no-result .content .dont-show-again, .gece-modu .search-no-result .content .dont-show-again a {
        color: #ccc;
    }

.gece-modu .remove-account-popup .popup-content {
    background-color: #222;
}

    .gece-modu .remove-account-popup .popup-content .head {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
    }

    .gece-modu .remove-account-popup .popup-content .content .input-title, .gece-modu .remove-account-popup .popup-content .phone-check .number {
        color: #ccc;
    }

    .gece-modu .remove-account-popup .popup-content .phone-check .phone-input, .gece-modu .remove-account-popup .popup-content .input-content .input, .gece-modu .remove-account-popup .popup-content .input-content, .gece-modu .remove-account-popup .popup-content .content .remove-account, .gece-modu .profil-sayfasi.p50 .form-item textarea, .gece-modu .profil-sayfasi form.filtrele input {
        background-color: #111;
        border-color: #333;
        color: #ccc
    }

    .gece-modu .remove-account-popup .popup-content .notification-alert, .gece-modu .remove-account-popup .popup-content .content p {
        color: #999 !important;
    }

    .gece-modu .remove-account-popup .popup-content .content .action {
        background-color: #333;
        background-image: none;
        color: #ccc;
    }

        .gece-modu .remove-account-popup .popup-content .content .action.passive {
            background-color: #000;
            border-color: #000;
        }

.gece-modu .profil-sayfasi.p50 .form-item .yonlendir {
    color: #999;
}

.gece-modu .profil-sayfasi.p50 .form-item {
    border-color: #333;
}

    .gece-modu .profil-sayfasi.p50 .form-item input.pasif {
        background-color: #111;
        border-color: #111;
    }

    .gece-modu .profil-sayfasi.p50 .form-item input {
        background-color: #333;
        border-color: #333;
        color: #ccc;
    }

    .gece-modu .profil-sayfasi.p50 .form-item .divider, .gece-modu .profil-sayfasi.p50 .form-item .yonlendir.liste {
        border-color: #333;
    }

.gece-modu .profil-sayfasi.p50 .islem-yap a.btn.onay {
    background-color: #333;
    border-color: #333;
    background-image: none;
    color: #ccc;
}

.gece-modu .profil-sayfasi.p50 .islem-yap a.btn.iptal {
    background-color: #222;
    color: #ccc;
    border-color: #222;
}

.gece-modu .profil-sayfasi .profil-kutu .ust .kullanici-adi span .switch-user-button {
    background-color: #333;
    border-color: #444;
}


.gece-modu .altkisim .altkisimdetay, .gece-modu .altkisim .arama {
    background-color: #222;
    border-color: #333;
}

.gece-modu .altkisim span {
    background-color: #333;
    border-color: #333;
}

.gece-modu .altkisimdetay .kutu, .gece-modu .arama .kutu {
    background-color: #333;
    border-color: #333;
    color: #ccc;
}

    .gece-modu .altkisimdetay .kutu::placeholder, .gece-modu .arama .kutu::placeholder {
        color: #999;
    }

.gece-modu .arama .butonara {
    background-color: #333;
    border-color: #333;
    color: #ccc;
}

.gece-modu .DH-Reklam-4 .DH-Reklam-4-Alan, .gece-modu .DH-Reklam-5-Alan, .gece-modu .DH-Reklam-6-Alan, .gece-modu .DH-Reklam-3, .gece-modu .DH-Reklam-8-Alan, .gece-modu .DH-Reklam-7, .gece-modu .DH-Reklam-9-Alan {
    background-color: #222;
}

.gece-modu .populersatir .satirikapla:visited .populerbaslik {
    color: #ccc;
}

.gece-modu .mesaj-hakkinda img, .gece-modu .page-between-tag.v2 .arrows .button img, .gece-modu .sf-tabs .buttons .kl-btn img, .gece-modu .ki-cevapicerigi .icerik .reply-line .button-reply .icon, .gece-modu .konuyaozel.v5.notification.active .button .active, .gece-modu .konuyaozel.v5.link-topic.active .active, .gece-modu .sayisalresim img, .gece-modu .sf .opportunity-popup .preview.loading .box:after, .gece-modu .post .ana-kutu .satir .guide img, .gece-modu .post .ana-kutu .satir .sag .more-input img, .gece-modu .post .ana-kutu .satir .ipucu.aktif .a, .gece-modu .profil-sayfasi .profil-sol .post .gonderiler .tek .alt .konu-aksiyon img, .gece-modu .profil-sayfasi .profil-kutu .ust .kullanici-adi a img, .gece-modu .kabulet-reddet .kabul-button:before, .gece-modu .baglanti-onizleme .link img, .gece-modu .profil-sayfasi .profil-sol .post .gonderiler .tek .alt a.konu-aksiyon.aktif img, .gece-modu .profil-sayfasi .profil-sol .post .gonderiler .tek .alt .one-cikar:not(.aktif) img, .gece-modu .profil-sayfasi .profil-sol .post .ana-kutu.konu-acildi .bilgi a img, .gece-modu .profil-sayfasi .profil-sol .post .ana-kutu.konu-acildi .tick, .gece-modu .quick-open-topic-button.ilk img, .gece-modu .profil-sayfasi .profil-sag .kutu.mesajlar .bilgiler .yorum img, .gece-modu .profil-sayfasi .profil-sag .kutu .dahafazla img, .gece-modu .button-type-1 img, .gece-modu .profil-sayfasi .profil-kutu .alt .kutu span img, .gece-modu .inboxYeni .mesajDetay .bilgi .sesli-sessiz img, .gece-modu .inboxYeni .solMenu .tek.yuksek b img, .gece-modu .gecmis-icon.hd img, .gece-modu .icon-info img, .gece-modu .date-picker a.toggle-picker img, .gece-modu .dropdown-hd:after, .gece-modu .text-black img, .gece-modu .cevaplananlar .mesajlarim-satir .useful-message-count img, .gece-modu .sayfafull.my-useful-message .kl-basligi img, .gece-modu .ilantek .ilangovde .vitrinmetni .cek-devamgor a img, .gece-modu .cek-devamgoryukari a img, .gece-modu .ilantek .ilantekgizle img, .gece-modu .widget-2 .fav-button.follow img, .gece-modu .sayfasiralama a .end-arrow, .gece-modu .sayfasiralama a .right-arrow, .gece-modu .konuyaozel.yonetimacilir .konuozel-icon, .gece-modu .kl-hakkinda ul li img, .gece-modu .ilantek .ilantekfav img, .gece-modu #leftwrapper .menu > li > a .menu-ok img, .gece-modu header .ust .sag .ana-menu span.acilir a img, .gece-modu .bildirim-list .icerik .empty-state img, .gece-modu .amazon-prime .title .right .logo, .gece-modu .covid-container a.show-more img, .gece-modu .forum-stream .stream-box .bottom-line .stream-like img, .gece-modu .forum-stream .stream-box .bottom-line .link img {
    filter: invert(100%);
}

.gece-modu .button-type-1.yazisiz.aktif img, .gece-modu .profil-sayfasi .profil-kutu .ust .kullanici-adi span .switch-user-button img, .gece-modu .system-recommendations-module .more img, .gece-modu .checking-new-message .box img, .gece-modu .ayrac-ekle img, .gece-modu .soltaraf .siralama-bar .sol .icon, .gece-modu .page-top.form-switch .text img, .gece-modu header#topic_header .ust .sag .form-switch .text img, .gece-modu .ki-mesajsecenekleri li .statistics-button .icon, .gece-modu .useful-message-config .left .title .form-switch .text img {
    filter: invert(85%) sepia(1%) saturate(1727%) hue-rotate(20deg) brightness(97%) contrast(92%);
}

.gece-modu .sayfafull.my-useful-message .mesajlarim-satir .mesaj-forum .center > img, .gece-modu .sayfafull.my-useful-message .mesajlarim-satir .mesaj-forum .hourglass img, .gece-modu header .ust .sag .uye .bildirimler img.icon, .gece-modu .soltaraf .siralama-bar .mesaj-button img#ilkmesajimg, .gece-modu #gizlenen-getir img, .gece-modu .konuyaozel.v4 .konuozel-acilir .konuozel-buton img, .gece-modu .konuozel-acilir ul li a span img, .gece-modu .cevapsayisi .sayisalresim img, .gece-modu .mesaj-topluluk .paylas .twitter, .gece-modu .mesaj-topluluk .paylas .facebook, .gece-modu .mesaj-topluluk .fav, .gece-modu .mesaj-topluluk .like.bossa, .gece-modu .mesaj-topluluk .sinema.bossa, .gece-modu .begenmedim, .gece-modu .buton-yanit img, .gece-modu .adminozel img {
    filter: invert(63%) sepia(12%) saturate(10%) hue-rotate(101deg) brightness(94%) contrast(91%);
}

.gece-modu .mesaj-topluluk .like, .gece-modu .mesaj-topluluk .sinema, .gece-modu .begendim {
    filter: invert(58%) sepia(78%) saturate(5297%) hue-rotate(4deg) brightness(103%) contrast(108%);
}

.gece-modu .dark-mode {
    background-color: #222;
}

    .gece-modu .dark-mode .title {
        color: #999
    }

.gece-modu .profil-sayfasi .profil-sol .post-kutu.toggle-standard, .gece-modu .profil-sayfasi .profil-sol .post-kutu.toggle-quick {
    background-image: linear-gradient(to bottom, #aaa, #666);
    border: none;
}

    .gece-modu .profil-sayfasi .profil-sol .post-kutu.toggle-standard .post-subtitle, .gece-modu .profil-sayfasi .profil-sol .post-kutu.toggle-quick .post-subtitle {
        color: #000;
    }

.gece-modu .forumicerigi .anakonu .yeni-alt .ac {
    background-color: #111;
    color: #999;
    border-color: #111;
}

.gece-modu .forumicerigi .anakonu .yeni-alt .nedir {
    background-color: #222;
    color: #999;
}

.gece-modu .oneributonlari .oneributonu.onayla {
    background-color: #111;
    color: #999;
    border-color: #111;
}

    .gece-modu .oneributonlari .oneributonu.onayla:hover, .gece-modu .oneributonlari .oneributonu.onayla.secili {
        color: #fff;
    }

.gece-modu .oneributonlari .oneributonu.reddet {
    background-color: #111;
    color: #999;
    border-color: #111;
}

    .gece-modu .oneributonlari .oneributonu.reddet:hover {
        color: #fff;
    }

.gece-modu #bestMessagesContext .daha a {
    color: #fff !important;
    border-color: #333 !important;
}

    .gece-modu #bestMessagesContext .daha a img {
        content: url(/static/forum/img/enbegenilen_icons/showmore-dark.png);
        width: 15px;
        height: 9px;
    }

.gece-modu .yanit-liste:not(.cevap)::after {
    background-color: #222 !important;
}

.gece-modu .artificial-intelligence-answer {
    background-color: #222 !important;
    box-shadow: unset !important;
}

    .gece-modu .artificial-intelligence-answer .head {
        background-color: #444 !important;
        color: #ccc !important;
    }

        .gece-modu .artificial-intelligence-answer .head i {
            filter: invert(60%) !important;
        }

    .gece-modu .artificial-intelligence-answer .content .collapse-button {
        background-color: #333 !important;
        border-color: #333 !important;
        color: #fff !important;
    }

    .gece-modu .artificial-intelligence-answer .content .text p {
        color: #ccc !important;
    }

        .gece-modu .artificial-intelligence-answer .content .text p a {
            text-decoration: underline !important;
        }

    .gece-modu .artificial-intelligence-answer.minify .content .text:after {
        background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0) 20%, #222222 88%, #222222) !important;
    }

.gece-modu .v2-text-red {
    color: #fff !important;
}

.gece-modu .v2-table.hidden-topics .tr .col .eye {
    color: #fff !important;
}

.gece-modu .v2-table .tr .col .link:hover {
    color: #fff !important;
}

.gece-modu .v2-table .tr .col .last-message-link {
    color: #ccc !important;
}

    .gece-modu .v2-table .tr .col .last-message-link:hover {
        color: #fff !important;
    }

.gece-modu [id^=editor_], .gece-modu #vitrinEditor, .gece-modu #vitrinPreview {
    border: 0.5px solid #444 !important;
    background-color: #444 !important;
}

.gece-modu .dh-insert-buttons-show {
    background-color: #444 !important;
}

    .gece-modu .dh-insert-buttons-show img {
        filter: invert(1) !important;
    }

.gece-modu .dh-insert-buttons-addons li button {
    background-color: #444 !important;
}

    .gece-modu .dh-insert-buttons-addons li button img {
        filter: invert(1) !important;
    }

.gece-modu .editor-toolbar-button {
    background-color: #444 !important;
    color: #ccc !important;
}

    .gece-modu .editor-toolbar-button img {
        filter: invert(1) !important;
    }

.gece-modu .inboxYeni .mesajDetay .tek .sag .istenen {
    background-color: #444 !important;
    border-color: #444 !important;
}

    .gece-modu .inboxYeni .mesajDetay .tek .sag .istenen input.kutu {
        color: #999 !important;
    }

.gece-modu .ql-editor quote.ql-quote, .gece-modu .ql-editor spoiler.ql-spoiler {
    background-color: #333 !important;
    border-color: #333 !important;
}

.gece-modu .editor-toolbar-container .image-list {
    background-color: #333 !important;
}

.gece-modu .editor-toolbar-container .choice-list {
    background-color: #333 !important;
}

    .gece-modu .editor-toolbar-container .choice-list label {
        color: #ccc !important;
    }

.gece-modu .select2-drop-active {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #ccc !important;
}

    .gece-modu .select2-drop-active .select2-input {
        color: #000 !important;
        filter: invert(70%) !important;
    }

.gece-modu .select2-no-results {
    background-color: #444 !important;
}

.gece-modu .select2-choice {
    color: #000 !important;
    filter: invert(80%) !important;
}

.gece-modu [id^="konutemizle_"] img {
    filter: invert(70%) !important;
}

.gece-modu [id^="aramaListe_"] .sonuc {
    color: #ccc !important;
}

.gece-modu .post .satir .liste .list-ust b {
    color: #ccc !important;
}

.gece-modu .classic-homepage .populerkonular-content a, .gece-modu .classic-homepage .hizli-forum-arama a, .gece-modu .classic-homepage .admin-sayac a, .gece-modu .classic-homepage .forumicerigi a {
    color: #ccc !important;
}

    .gece-modu .classic-homepage .populerkonular-content a:hover, .gece-modu .classic-homepage .hizli-forum-arama a:hover, .gece-modu .classic-homepage .admin-sayac a:hover, .gece-modu .classic-homepage .forumicerigi a:hover {
        color: #fff !important;
    }

    .gece-modu .classic-homepage .populerkonular-content a:visited, .gece-modu .classic-homepage .hizli-forum-arama a:visited, .gece-modu .classic-homepage .admin-sayac a:visited, .gece-modu .classic-homepage .forumicerigi a:visited {
        color: #999 !important;
    }

    .gece-modu .classic-homepage .populerkonular-content a font {
        color: #fff !important;
    }

.gece-modu .classic-homepage .populerkonular-content .populerkonu a:visited div {
    color: #999 !important;
}

.gece-modu .classic-homepage .populerkonular-content .populerkonu a:hover div.populerbaslik {
    color: #fff !important;
}

.gece-modu .classic-homepage .populerkonular-content .populerkonu .eniyiforumlar a:visited {
    color: #999 !important;
}

.gece-modu .classic-homepage .populerkonular-content .populerkonu .eniyiforumlar a:hover {
    color: #fff !important;
}

.gece-modu .ki-hizli-cevap {
    background-color: #444 !important;
}

.gece-modu .sayfafull .uyarilar .kutu {
    background-color: #222 !important;
    border-color: #333 !important;
    color: #ccc !important;
}

    .gece-modu .sayfafull .uyarilar .kutu img {
        filter: invert(70%) !important;
    }

    .gece-modu .sayfafull .uyarilar .kutu a {
        color: #ccc !important;
    }

.gece-modu .forumturugovde .forumturu {
    background-color: #444 !important;
    border-color: #666 !important;
    color: #ccc !important;
}

    .gece-modu .forumturugovde .forumturu img {
        filter: invert(70%) !important;
    }

    .gece-modu .forumturugovde .forumturu .divider {
        color: #ccc !important;
    }

    .gece-modu .forumturugovde .forumturu .baslik {
        color: #ccc !important;
    }

    .gece-modu .forumturugovde .forumturu .secim button {
        background-color: #666 !important;
        color: #ccc !important;
    }

.gece-modu .yenikonusutun2 .inputstyle, .gece-modu .yenikonusutun2 .textareastyle {
    background-color: #444 !important;
    border-color: #666 !important;
    color: #ccc !important;
}

.gece-modu .yenikonusutun2 .baslik {
    color: #ccc !important;
}

.gece-modu .forumsimgesigovde .sutun1 .simgeekle {
    background-color: #444 !important;
    border-color: #666 !important;
    color: #ccc !important;
}

    .gece-modu .forumsimgesigovde .sutun1 .simgeekle img {
        filter: invert(80%) !important;
    }

.gece-modu .forumsimgesigovde .sutun2 {
    background-color: #444 !important;
    border-color: #666 !important;
    color: #ccc !important;
}

    .gece-modu .forumsimgesigovde .sutun2 p {
        color: #ccc !important;
    }

.gece-modu .sayfafull .altforumac .yenikonusutun2 .tut .liste {
    background-color: #444 !important;
    border-color: #666 !important;
}

    .gece-modu .sayfafull .altforumac .yenikonusutun2 .tut .liste li {
        border-bottom: 1px solid #666 !important;
    }

        .gece-modu .sayfafull .altforumac .yenikonusutun2 .tut .liste li a {
            color: #ccc !important;
        }

            .gece-modu .sayfafull .altforumac .yenikonusutun2 .tut .liste li a:hover {
                background-color: #666 !important;
            }

.gece-modu .sayfafull .altforumac .yenikonusutun2 .ek-kutu {
    background-color: #444 !important;
    border-color: #666 !important;
    color: #ccc !important;
}

.gece-modu .sayfasiralama .go-page-button .tooltip {
    background-color: #222 !important;
    border-color: #333 !important;
}

    .gece-modu .sayfasiralama .go-page-button .tooltip .title {
        color: #ccc !important;
    }

    .gece-modu .sayfasiralama .go-page-button .tooltip .go-page-input {
        background-color: #444 !important;
        border-color: #666 !important;
        color: #ccc !important;
    }

    .gece-modu .sayfasiralama .go-page-button .tooltip:before {
        border-bottom: 10px solid #333 !important;
    }

    .gece-modu .sayfasiralama .go-page-button .tooltip:after {
        border-bottom: 10px solid #333 !important;
    }

.gece-modu .ql-editor.ql-blank::before {
    color: #999 !important;
}
