html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

@font-face {
    font-family: 'eksi';
    src: url('/assets/eksi.css/eksi.eot');
    src: url('/assets/eksi.css/eksi.eot') format('embedded-opentype'),url('/assets/eksi.css/eksi.woff') format('woff'),url('/assets/eksi.css/eksi.ttf') format('truetype'),url('/assets/eksi.css/eksi.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.icon-mail:before {
    content: '\e800'
}

.icon-mail-alt:before {
    content: '\e801'
}

.icon-user:before {
    content: '\e802'
}

.icon-plus-circled:before {
    content: '\e803'
}

.icon-minus-circled:before {
    content: '\e804'
}

.icon-cancel-circled:before {
    content: '\e805'
}

.icon-link-ext:before {
    content: '\e806'
}

.icon-cog:before {
    content: '\e807'
}

.icon-menu:before {
    content: '\e808'
}

.icon-lightbulb:before {
    content: '\e809'
}

.icon-twitter:before {
    content: '\e80a'
}

.icon-facebook:before {
    content: '\e80b'
}

.icon-award:before {
    content: '\e80c'
}

.icon-tint:before {
    content: '\e80d'
}

.icon-gplus:before {
    content: '\e80e'
}

.icon-google:before {
    content: '\e80f'
}

.icon-ok-circled:before {
    content: '\e810'
}

.icon-forward:before {
    content: '\e811'
}

.icon-down-dir:before {
    content: '\e812'
}

.icon-search:before {
    content: '\e813'
}

.icon-cancel:before {
    content: '\e816'
}

.icon-up-open:before {
    content: '\e817'
}

.icon-down-open:before {
    content: '\e818'
}

.icon-download:before {
    content: '\e819'
}

.icon-damla:before {
    content: '\e81a'
}

.icon-twitter:hover {
    color: #55acee!important
}

.icon-facebook:hover {
    color: #3b5998!important
}

.icon-search:before {
    font-size: 1.1em
}

.icon {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'eksi';
    speak: none;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 140%
}

.icon:hover {
    text-decoration: none!important
}

.eksico {
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    fill: #333;
    width: 1.4em;
    height: 1.4em;
    margin-top: -4px
}

.eksico.eksico-1half {
    width: 1.5em;
    height: 1.5em
}

.eksico.eksico-2x {
    width: 2em;
    height: 2em
}

.eksico.eksico-3x {
    width: 3em;
    height: 3em
}

.eksico.eksico-4x {
    width: 4em;
    height: 4em
}

.eksico.eksico-color-green {
    fill: #48dbfb!important
}

.eksico.eksico-color-red {
    fill: #ff5222!important
}

.eksico.eksico-color-blue {
    fill: #55cbe2!important;
    stroke-width: 1.3;
    stroke: #55cbe2
}

.tgl {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 25px;
    background-color: #b0bec5;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s ease
}

.tgl:after {
    position: absolute;
    left: -2px;
    top: -4px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #9ba2a5;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    content: '';
    transition: all .3s ease
}

.tgl.checked:after {
    left: 13px;
    background: #48dbfb
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active {
    z-index: 2;
    border: 1px solid #0abde3;
    background-color: #48dbfb;
    color: #fff
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-group>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .btn:active,.btn-group .active {
    outline: 0
}

.svgico.svgico-facebook:hover,.svgico.svgico-facebook.active,.svgico.svgico-facebook:hover .eksico {
    fill: hsl(222,47%,40%);
    color: hsl(222,47%,40%)
}

.svgico.svgico-twitter:hover,.svgico.svgico-twitter.active,.svgico.svgico-twitter:hover .eksico {
    fill: hsl(198,100%,47%);
    color: hsl(198,100%,47%)
}

.bulleted-list {
    list-style-type: none;
    text-indent: -8px;
    padding-left: 8px
}

.bulleted-list li:before {
    content: "\00B7\00A0";
    color: #888
}

.reset-bulleted-list {
    text-indent: 0;
    padding-left: 0
}

.reset-bulleted-list li:before {
    content: "";
    color: #888
}

.ampul,.validation-summary-errors li {
    margin-left: 1.5em
}

.ampul::before {
    content: '💡';
    margin-left: -1.5em;
    float: left
}

.flexbox {
    display: flex
}

.flex-direction-column {
    flex-direction: column
}

@media(max-width: 480px) {
    .hidden-sm {
        display:none
    }
}

@media(min-width: 480px) {
    .hidden-md {
        display:none
    }
}

@media(min-width: 850px) {
    .hidden-lg {
        display:none
    }
}

body {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-display: swap;
    color: #333;
    line-height: 1.618
}

h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: bold;
    color: #333;
    line-height: 1.618
}

h1 {
    line-height: 1.4;
    font-size: 21px;
    margin-bottom: 10px
}

h2 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #888
}

h3 {
    font-size: 21px;
    font-weight: 600
}

h4 {
    font-size: 1.3em
}

h5 {
    font-size: 1.2em
}

h6 {
    font-size: 1.1em
}

sup {
    font-size: .8em;
    position: relative;
    top: -5px
}

strong {
    font-style: inherit;
    font-weight: bold
}

em {
    font-style: italic;
    font-weight: inherit;
    line-height: inherit
}

small {
    font-size: .85em
}

.muted {
    color: #888
}

@media handheld,only screen and (max-width: 850px) {
    html {
        -webkit-text-size-adjust:none;
        -ms-text-size-adjust: none;
        text-size-adjust: none
    }

    h1 {
        font-size: 1.6em
    }

    h2 {
        font-size: 1.4em
    }

    h3 {
        font-size: 1.3em
    }

    h4,h5,h6 {
        font-size: 1em
    }

    body {
        font-size: .9em
    }
}

html {
    overflow-y: scroll
}

html>body>header {
    margin: 0 auto
}

html>body>header #top-bar {
    overflow: visible;
    height: 101px;
    width: 1240px;
    margin: 0 auto
}

*:focus,*:active {
    outline: 0
}

.clearfix:before,.clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

#index-section {
    width: 245px;
    z-index: 10;
    position: absolute
}

html.no-touch #index-section {
    position: fixed;
    top: 121px;
    margin-bottom: 0;
    bottom: 0
}

#container,.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 20px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.2);
    display: none;
    width: 100%;
    height: 100%
}

#main {
    margin-left: 245px
}

#content:before,#content:after {
    display: table;
    content: ""
}

#content:after {
    clear: both
}

#content:before,#content:after {
    display: table;
    content: ""
}

#content:after {
    clear: both
}

#content-body,#aside {
    float: left
}

#content-body {
    width: 645px;
    margin-left: 25px;
    margin-right: 25px;
    z-index: 20
}

#aside {
    width: 300px
}

#aside>div,#aside>section {
    width: 300px;
    float: left
}

#aside>.ads {
    margin-top: 20px
}

#content.wide #content-body {
    width: 100%;
    margin-right: 0
}

#content.wide #aside {
    display: none
}

#site-footer {
    margin-left: 25px
}

html.no-touch>body {
    padding-top: 101px
}

html.no-touch>body>header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998
}

html.no-touch>body.mini {
    padding-top: 5px;
    width: 645px;
    margin: 10px
}

html.no-touch>body.mini .error404 {
    text-align: center
}

#yeni-reklam {
    display: none
}

@media handheld,only screen and (max-width: 1265px) {
    html.no-touch .theme-enabled #index-section {
        top:381px
    }

    html.no-touch .theme-enabled #main {
        padding-top: 260px
    }

    html.no-touch .theme-enabled #yeni-reklam {
        display: block;
        position: absolute;
        z-index: 1000;
        height: 260px;
        top: 121px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-around
    }

    html.no-touch .theme-enabled .under-top-ad {
        display: none
    }

    html.no-touch .theme-enabled .read-more-link-wrapper svg {
        background-color: #f6f7f7!important;
        fill: #888!important
    }
}

.scroll-lock {
    overflow-y: hidden
}

#app-suggestion-container {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 10001;
    position: fixed;
    top: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden
}

#app-suggestion-container a,#app-suggestion-container p,#app-suggestion-container button {
    color: #333
}

#app-suggestion-choices {
    height: 200px;
    bottom: 0;
    background: white;
    width: 100%;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 15px 15px 0 0
}

#app-suggestion-text {
    border-bottom: 1px solid #E4E7EB;
    height: 45px
}

#app-suggestion-text>div {
    font-weight: bold;
    padding-top: 12px;
    width: 90%;
    float: left;
    text-align: center
}

#app-suggestion-text>div>p {
    margin-left: 35px
}

#app-suggestion-text>button {
    text-align: right;
    border-radius: 45px;
    height: 26px;
    margin-top: 10px;
    padding: 2px 9px;
    display: inline-flex;
    background-color: #f6f7f7;
    border: 1px solid #b0bec5
}

#app-suggestion-app-choice,#app-suggestion-browser-choice {
    margin-top: 32px;
    margin-left: 5%
}

#app-suggestion-app-choice open-browser-suggest,#app-suggestion-browser-choice open-browser-suggest {
    color: #1F2933
}

#app-suggestion-app-choice #open-app-suggest,#app-suggestion-browser-choice #open-app-suggest {
    color: #fff
}

#app-suggestion-app-choice #app-logo,#app-suggestion-browser-choice #app-logo,#app-suggestion-app-choice #browser-logo,#app-suggestion-browser-choice #browser-logo {
    margin-top: -5px;
    width: 30px;
    background-size: 20px 20px;
    background-position: center;
    height: 30px;
    background-repeat: no-repeat;
    border: 1px solid #f5f7fa;
    border-radius: 10px;
    position: absolute
}

#app-suggestion-app-choice #app-logo,#app-suggestion-browser-choice #app-logo {
    background-image: url('../img/ilogo_smallv2.png');
    padding: 17px
}

#app-suggestion-app-choice #browser-logo,#app-suggestion-browser-choice #browser-logo {
    height: 35px;
    width: 35px
}

#app-suggestion-app-choice #browser-logo svg,#app-suggestion-browser-choice #browser-logo svg {
    fill: transparent;
    stroke: black;
    width: 23px;
    height: 23px;
    margin: 6px
}

#app-suggestion-app-choice a,#app-suggestion-browser-choice a {
    margin-left: 45px;
    font-weight: bold
}

#app-suggestion-app-choice button,#app-suggestion-browser-choice button {
    float: right;
    margin-right: 5%;
    margin-top: -6px;
    background-color: #48dbfb;
    width: 90px;
    border-radius: 20px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px
}

#app-suggestion-browser-choice button {
    background-color: #F5F7FA!important;
    line-height: 16px;
    height: 37.7px
}

@media handheld,only screen and (max-width: 1265px) {
    #index-section {
        width:190px
    }

    #top-bar,#container {
        width: 100%;
        max-width: 1070px
    }

    #content-body {
        width: 550px;
        margin-left: 15px;
        margin-right: 15px
    }

    #main {
        margin-left: 190px
    }

    #site-footer {
        margin-left: 15px
    }
}

@media handheld,only screen and (max-width: 1090px) {
    #container {
        padding:5px 5px 0 5px;
        width: 100%;
        max-width: 100%
    }

    #top-bar {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    #main {
        margin-left: 190px
    }

    #content-body {
        width: auto;
        margin-left: 10px;
        margin-right: 0;
        float: none
    }

    #aside {
        width: 100%;
        max-width: 100%;
        margin: 0;
        text-align: center
    }

    #aside>div,#aside>section {
        display: inline-block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    #aside>div {
        margin-left: 20px
    }

    #site-footer {
        margin-left: 10px
    }
}

@media handheld,only screen and (max-width: 414px) {
    #container {
        padding:5px 10px 0 10px;
        width: 100%;
        max-width: 100%
    }

    #top-bar {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    #index-section {
        width: 190px
    }

    #main {
        margin-left: 190px
    }

    #content-body {
        width: auto;
        margin-left: 10px;
        margin-right: 0;
        float: none
    }

    #aside>div,#aside>section {
        width: 300px;
        margin: 0 auto;
        float: none
    }

    #site-footer {
        margin-left: 10px
    }
}

@media handheld,only screen and (max-width: 850px) {
    html.no-touch body {
        padding-top:86px
    }

    html.no-touch body>header #top-bar {
        position: static;
        z-index: auto
    }

    html>body>header>#top-bar {
        height: 86px
    }

    #container {
        padding: 0
    }

    #content-body {
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }

    #top-bar,#container,#main,#index-section {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    #aside {
        text-align: center
    }

    #aside>div,#aside>section {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block
    }

    #aside>div {
        margin-left: 20px
    }

    #index-section {
        display: none;
        margin-bottom: 20px;
        width: 90%;
        top: 141px;
        left: 0
    }

    #index-section.open {
        display: block
    }

    #main {
        margin-left: 0
    }

    html.no-touch #index-section {
        position: absolute;
        bottom: auto;
        top: 86px
    }

    #site-footer {
        margin-left: 0
    }
}

body {
    background-color: #fff
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

html.no-touch a:hover::before,html.no-touch a:hover::after {
    text-decoration: none!important
}

html.no-touch a:hover {
    text-decoration: underline
}

#site-footer {
    border-top: 1px solid #b0bec5;
    padding: 10px 0;
    margin-top: 10px
}

#site-footer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#site-footer ul li {
    display: inline-block;
    text-align: center;
    width: auto;
    flex-grow: 1;
    padding: 0 5px;
    white-space: nowrap
}

#site-footer ul li:first-child {
    text-align: left
}

#site-footer ul li:last-child {
    text-align: left
}

@media handheld,only screen and (max-width: 970px) {
    #site-footer ul {
        display:block
    }

    #site-footer ul li {
        display: inline-block;
        text-align: left
    }
}

p {
    margin-bottom: 10px
}

#contact-tips {
    margin-left: 20px
}

mark {
    background-color: #ffff9E
}

.blockdel,del {
    background-color: #DBB5B5;
    text-decoration: none
}

.blockins,ins {
    background-color: #D5E4C3
}

ins {
    text-decoration: none
}

#login-options ul {
    list-style-type: none;
    text-indent: -8px;
    padding-left: 8px
}

#login-options ul li:before {
    content: "\00B7\00A0";
    color: #888
}

.popup {
    display: none;
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px
}

.popup a {
    color: #333
}

.confirmbox {
    display: none;
    padding: 10px;
    width: 170px;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px
}

.confirmbox a {
    color: #333
}

.confirmbox>.actions {
    white-space: nowrap
}

.confirmbox #confirmyes {
    margin-right: 5px
}

#anon-editbox {
    color: #888;
    opacity: .5
}

.edittextbox.with-helpers {
    height: 105px;
    font-size: 16px;
    padding: 10px
}

#draft-content {
    font-size: 16px;
    margin-bottom: 20px
}

@media handheld,only screen and (max-width: 850px) {
    .edittextbox.with-helpers,#anon-editbox {
        height:70px
    }
}

.edittools {
    padding: 10px 0 0
}

.edittools button {
    margin-right: 5px;
    padding: 4px 8px;
    font-size: 12px
}

.modal-overlay {
    background-color: black;
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000
}

.modal {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    padding: 10px;
    max-width: 95%;
    z-index: 2001
}

.modal a {
    color: #333
}

.modal .modal-close {
    padding: 10px;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: .9;
    position: absolute;
    right: 0;
    top: 0
}

.vote-modal {
    max-width: 300px;
    text-align: center
}

.vote-modal>p {
    margin-top: 10px;
    margin-bottom: 1em;
    margin-left: 10px;
    text-align: left
}

#user-notifications {
    position: fixed;
    right: 10px;
    top: 106px;
    width: 200px;
    z-index: 2001
}

#user-notifications ul {
    margin: 0
}

#user-notifications ul li {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    padding: 10px 25px 10px 10px;
    position: relative
}

#user-notifications ul li a {
    color: #333
}

#user-notifications ul li+li {
    margin-top: 10px
}

#user-notifications ul li .close {
    padding: 10px;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: .9;
    position: absolute;
    right: 0;
    top: 0
}

#user-notifications ul li.success {
    border-left: 10px solid #48dbfb
}

#user-notifications ul li.error {
    border-left: 10px solid #ea4335
}

#user-notifications ul li.warning {
    border-left: 10px solid #F89406
}

.sub-title-menu {
    margin-bottom: 10px
}

.sub-title-menu>a,.sub-title-menu>div>a,.sub-title-menu>div>.dropdown>a {
    color: #333
}

.sub-title-menu>div,.sub-title-menu>a,.sub-title-menu>div>a {
    display: inline-block;
    margin-right: 10px
}

@media handheld,only screen and (max-width: 480px) {
    #user-notifications {
        width:auto;
        top: 5%;
        left: 5%;
        right: 5%
    }
}

#facebook-likebox {
    max-width: 100%;
    overflow: hidden
}

.schedule-table .date-column {
    color: #888
}

.schedule-table .date-column .on-air {
    color: #48dbfb;
    font-weight: bold
}

.schedule-table .date-column time {
    font-size: 1em
}

.schedule-selector-form input[type=date] {
    display: inline-block;
    width: auto
}

span.success {
    color: #48dbfb
}

span.error {
    color: #ea4335
}

span.warning {
    color: #F89406
}

.tweet-list-container {
    text-transform: lowercase
}

.tweet-list-container h2 a,.tweet-list-container h3 a {
    line-height: .7;
    padding-left: 18px
}

.tweet-list-container li {
    padding: 3px 0
}

.tweet-list-container li:before,.tweet-list-container li:after {
    display: table;
    content: ""
}

.tweet-list-container li:after {
    clear: both
}

.tweet-list-container li:before,.tweet-list-container li:after {
    display: table;
    content: ""
}

.tweet-list-container li:after {
    clear: both
}

.tweet-list-container li+li {
    border-top: 1px solid #b6c3c9
}

.tweet-list-container .tweet-content {
    line-height: 1.4;
    font-size: .9em
}

.tweet-list-container time {
    float: right;
    font-size: .75em
}

dl {
    width: 100%
}

dl:before,dl:after {
    display: table;
    content: ""
}

dl:after {
    clear: both
}

dl:before,dl:after {
    display: table;
    content: ""
}

dl:after {
    clear: both
}

dt,dd {
    float: left
}

dt {
    font-weight: bold;
    clear: left;
    width: 20%
}

dd {
    width: 80%
}

#user-diagnostics-table .mail-history {
    display: none
}

#user-diagnostics-table .mail-history.open {
    display: block
}

.twitter-info-card {
    margin-bottom: 20px
}

#channel-keywords-table,#topic-filter-keywords-table,#corporate-notification-keyword-table,#invitations-table,.command {
    text-align: right
}

fieldset.theme-form-fields {
    margin-bottom: 10px
}

div.color-input-container {
    width: 45%;
    display: inline-block;
    white-space: nowrap
}

label.color {
    width: initial;
    float: initial;
    display: inline-block
}

#ad-theme-topics-table input[name=code] {
    max-width: initial;
    width: 100%
}

.hidden-visually {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important
}

.separated>li {
    border-top: 1px solid #b0bec5
}

.separated>li:first-child {
    border-top: 0
}

.expandable:after {
    content: '\2193';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #888;
    opacity: .7;
    margin-left: 3px
}

.expandable:hover:after {
    opacity: 1
}

.highlight {
    background-color: #f6f7f7
}

.highlighted-box {
    background-color: #f6f7f7;
    padding: 10px 17px 10px 17px
}

.field-validation-error {
    color: #ea4335
}

.gender-select-list {
    width: 100px
}

#eula-accept-checkbox {
    font-size: larger;
    font-weight: bold
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

input::-moz-focus-inner,button::-moz-focus-inner {
    border: 0;
    padding: 0
}

select {
    padding: initial
}

form.compact {
    margin-bottom: 0
}

fieldset {
    margin-bottom: 20px;
    padding-top: 10px
}

fieldset legend {
    color: #333;
    display: block;
    line-height: 1.5em;
    font-weight: bold;
    width: 100%
}

input,select,textarea {
    color: black;
    background-color: white;
    font-family: 'Source Sans Pro',sans-serif
}

form>div,form>fieldset>div {
    margin-bottom: 10px
}

form>div:before,form>fieldset>div:before,form>div:after,form>fieldset>div:after {
    display: table;
    content: ""
}

form>div:after,form>fieldset>div:after {
    clear: both
}

form>div:before,form>fieldset>div:before,form>div:after,form>fieldset>div:after {
    display: table;
    content: ""
}

form>div:after,form>fieldset>div:after {
    clear: both
}

form>div>label,form>fieldset>div>label {
    float: left;
    margin-right: 2%;
    text-align: right;
    width: 25%;
    height: 25px;
    line-height: 25px
}

form>div.inline>.field-validation-error,form>fieldset>div.inline>.field-validation-error,form>div.inline>.field-validation,form>fieldset>div.inline>.field-validation {
    display: block;
    margin-left: 25%;
    padding-left: 2%
}

form div.editor-label {
    margin-bottom: 0
}

form div.actions {
    margin-left: 25%;
    padding-left: 2%
}

form textarea {
    width: 100%
}

form label+textarea {
    width: 73%
}

form .checkbox,fieldset .checkbox,form .radio,fieldset .radio {
    float: none;
    display: block;
    width: auto;
    margin-left: 25%;
    padding-left: 2%;
    line-height: 25px;
    text-align: left
}

.vertical>div,.vertical>fieldset>div {
    width: 100%
}

.vertical>div>label,.vertical>fieldset>div>label {
    display: block;
    float: none;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    height: auto
}

.vertical>div .field-validation-error,.vertical>fieldset>div .field-validation-error,.vertical>div .field-validation,.vertical>fieldset>div .field-validation {
    margin-left: 0;
    padding-left: 0
}

.vertical div.actions {
    margin-left: 0;
    padding-left: 0
}

.vertical .checkbox,.vertical .radio {
    width: 100%;
    margin-left: 0;
    padding-left: 0
}

.vertical textarea,.vertical label+textarea {
    width: 100%
}

.inline {
    margin-bottom: 0
}

.inline input,.inline button {
    display: inline
}

fieldset.inline input[type=text],form.inline input[type=text],fieldset.inline input[type=email],form.inline input[type=email],fieldset.inline input[type=search],form.inline input[type=search],fieldset.inline input[type=password],form.inline input[type=password] {
    width: 140px
}

input[type=text],input[type=number],input[type=email],input[type=password],input[type=search],input[type=url],textarea,select {
    display: inline-block
}

input[type="search"] {
    -webkit-appearance: none
}

input[type=text],input[type=email],input[type=search],input[type=number],input[type=url],input[type=datetime],input[type=date],input[type=time],input[type=password],select,textarea {
    padding: 8px 8px;
    border: 1px solid #b0bec5;
    border-radius: 2px
}

input[type=text],input[type=email],input[type=search],input[type=url],input[type=datetime],input[type=date],input[type=password],select {
    width: 280px;
    max-width: 73%
}

input[type=number] {
    width: 140px
}

span.daterange {
    display: inline-block;
    width: 284px;
    max-width: 73%
}

span.daterange input[type=datetime],span.daterange input[type=date] {
    float: left;
    width: 49%
}

span.daterange input[type=datetime]:first-child,span.daterange input[type=date]:first-child {
    margin-right: 2%
}

input[type=date] {
    padding: 8px 0 8px 8px
}

input[type=checkbox],input[type=radio] {
    cursor: pointer;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
    padding: 0
}

textarea {
    width: 100%;
    height: auto;
    display: block
}

select[multiple],select[size] {
    height: auto
}

button,input[type=submit],input[type=button] {
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Source Sans Pro',sans-serif;
    width: auto;
    padding: 8px 8px;
    border: 1px solid #b0bec5;
    background-color: #f6f7f7;
    color: #333
}

button:hover,input[type=submit]:hover,input[type=button]:hover,button:focus,input[type=submit]:focus,input[type=button]:focus {
    background-color: #fff
}

button[disabled],input[type=submit][disabled],input[type=button][disabled] {
    cursor: default;
    color: #888;
    opacity: .7
}

button.primary,input[type=submit].primary,input[type=button].primary {
    border-color: #0abde3;
    border: 1px solid #0abde3;
    background-color: #48dbfb;
    color: #fff
}

button.primary .eksico,input[type=submit].primary .eksico,input[type=button].primary .eksico {
    fill: #fff
}

html.no-touch button.primary:focus,html.no-touch input[type=submit].primary:focus,html.no-touch input[type=button].primary:focus,button.primary:focus,input[type=submit].primary:focus,input[type=button].primary:focus,button.primary.focus,input[type=submit].primary.focus,input[type=button].primary.focus {
    color: #fff;
    background-color: #0aa4c6;
    border-color: #25491f
}

html.no-touch button.primary:hover,html.no-touch input[type=submit].primary:hover,html.no-touch input[type=button].primary:hover,button.primary:hover,input[type=submit].primary:hover,input[type=button].primary:hover {
    color: #fff;
    background-color: #0aa4c6;
    border-color: #3d7733
}

html.no-touch button.primary:active,html.no-touch input[type=submit].primary:active,html.no-touch input[type=button].primary:active,button.primary:active,input[type=submit].primary:active,input[type=button].primary:active,button.primary.active,input[type=submit].primary.active,input[type=button].primary.active,.open>.dropdown-togglebutton.primary,.open>.dropdown-toggleinput[type=submit].primary,.open>.dropdown-toggleinput[type=button].primary {
    color: #fff;
    background-color: #0aa4c6;
    border-color: #3d7733
}

html.no-touch button.primary:active:hover,html.no-touch input[type=submit].primary:active:hover,html.no-touch input[type=button].primary:active:hover,button.primary:active:hover,input[type=submit].primary:active:hover,input[type=button].primary:active:hover,button.primary.active:hover,input[type=submit].primary.active:hover,input[type=button].primary.active:hover,.open>.dropdown-togglebutton.primary:hover,.open>.dropdown-toggleinput[type=submit].primary:hover,.open>.dropdown-toggleinput[type=button].primary:hover,html.no-touch button.primary:active:focus,html.no-touch input[type=submit].primary:active:focus,html.no-touch input[type=button].primary:active:focus,button.primary:active:focus,input[type=submit].primary:active:focus,input[type=button].primary:active:focus,button.primary.active:focus,input[type=submit].primary.active:focus,input[type=button].primary.active:focus,.open>.dropdown-togglebutton.primary:focus,.open>.dropdown-toggleinput[type=submit].primary:focus,.open>.dropdown-toggleinput[type=button].primary:focus,html.no-touch button.primary:active.focus,html.no-touch input[type=submit].primary:active.focus,html.no-touch input[type=button].primary:active.focus,button.primary:active.focus,input[type=submit].primary:active.focus,input[type=button].primary:active.focus,button.primary.active.focus,input[type=submit].primary.active.focus,input[type=button].primary.active.focus,.open>.dropdown-togglebutton.primary.focus,.open>.dropdown-toggleinput[type=submit].primary.focus,.open>.dropdown-toggleinput[type=button].primary.focus {
    color: #fff;
    background-color: #0aa4c6;
    border-color: #25491f
}

button.primary:active,input[type=submit].primary:active,input[type=button].primary:active,button.primary.active,input[type=submit].primary.active,input[type=button].primary.active,.open>.dropdown-togglebutton.primary,.open>.dropdown-toggleinput[type=submit].primary,.open>.dropdown-toggleinput[type=button].primary {
    background-image: none
}

button.primary.disabled:hover,input[type=submit].primary.disabled:hover,input[type=button].primary.disabled:hover,button.primary[disabled]:hover,input[type=submit].primary[disabled]:hover,input[type=button].primary[disabled]:hover,fieldset[disabled] button.primary:hover,fieldset[disabled] input[type=submit].primary:hover,fieldset[disabled] input[type=button].primary:hover,button.primary.disabled:focus,input[type=submit].primary.disabled:focus,input[type=button].primary.disabled:focus,button.primary[disabled]:focus,input[type=submit].primary[disabled]:focus,input[type=button].primary[disabled]:focus,fieldset[disabled] button.primary:focus,fieldset[disabled] input[type=submit].primary:focus,fieldset[disabled] input[type=button].primary:focus,button.primary.disabled.focus,input[type=submit].primary.disabled.focus,input[type=button].primary.disabled.focus,button.primary[disabled].focus,input[type=submit].primary[disabled].focus,input[type=button].primary[disabled].focus,fieldset[disabled] button.primary.focus,fieldset[disabled] input[type=submit].primary.focus,fieldset[disabled] input[type=button].primary.focus {
    background-color: #48dbfb;
    border-color: #0abde3
}

button.primary .badge,input[type=submit].primary .badge,input[type=button].primary .badge {
    color: #48dbfb;
    background-color: #fff
}

button.primary:hover,input[type=submit].primary:hover,input[type=button].primary:hover,button.primary:focus,input[type=submit].primary:focus,input[type=button].primary:focus {
    background-color: #0aa4c6;
}

button.warning,input[type=submit].warning,input[type=button].warning {
    border-color: #c67605;
    border: 1px solid #c67605;
    background-color: #F89406;
    color: #fff
}

button.warning .eksico,input[type=submit].warning .eksico,input[type=button].warning .eksico {
    fill: #fff
}

html.no-touch button.warning:focus,html.no-touch input[type=submit].warning:focus,html.no-touch input[type=button].warning:focus,button.warning:focus,input[type=submit].warning:focus,input[type=button].warning:focus,button.warning.focus,input[type=submit].warning.focus,input[type=button].warning.focus {
    color: #fff;
    background-color: #c67605;
    border-color: #4a2c02
}

html.no-touch button.warning:hover,html.no-touch input[type=submit].warning:hover,html.no-touch input[type=button].warning:hover,button.warning:hover,input[type=submit].warning:hover,input[type=button].warning:hover {
    color: #fff;
    background-color: #c67605;
    border-color: #8a5303
}

html.no-touch button.warning:active,html.no-touch input[type=submit].warning:active,html.no-touch input[type=button].warning:active,button.warning:active,input[type=submit].warning:active,input[type=button].warning:active,button.warning.active,input[type=submit].warning.active,input[type=button].warning.active,.open>.dropdown-togglebutton.warning,.open>.dropdown-toggleinput[type=submit].warning,.open>.dropdown-toggleinput[type=button].warning {
    color: #fff;
    background-color: #c67605;
    border-color: #8a5303
}

html.no-touch button.warning:active:hover,html.no-touch input[type=submit].warning:active:hover,html.no-touch input[type=button].warning:active:hover,button.warning:active:hover,input[type=submit].warning:active:hover,input[type=button].warning:active:hover,button.warning.active:hover,input[type=submit].warning.active:hover,input[type=button].warning.active:hover,.open>.dropdown-togglebutton.warning:hover,.open>.dropdown-toggleinput[type=submit].warning:hover,.open>.dropdown-toggleinput[type=button].warning:hover,html.no-touch button.warning:active:focus,html.no-touch input[type=submit].warning:active:focus,html.no-touch input[type=button].warning:active:focus,button.warning:active:focus,input[type=submit].warning:active:focus,input[type=button].warning:active:focus,button.warning.active:focus,input[type=submit].warning.active:focus,input[type=button].warning.active:focus,.open>.dropdown-togglebutton.warning:focus,.open>.dropdown-toggleinput[type=submit].warning:focus,.open>.dropdown-toggleinput[type=button].warning:focus,html.no-touch button.warning:active.focus,html.no-touch input[type=submit].warning:active.focus,html.no-touch input[type=button].warning:active.focus,button.warning:active.focus,input[type=submit].warning:active.focus,input[type=button].warning:active.focus,button.warning.active.focus,input[type=submit].warning.active.focus,input[type=button].warning.active.focus,.open>.dropdown-togglebutton.warning.focus,.open>.dropdown-toggleinput[type=submit].warning.focus,.open>.dropdown-toggleinput[type=button].warning.focus {
    color: #fff;
    background-color: #a36104;
    border-color: #4a2c02
}

button.warning:active,input[type=submit].warning:active,input[type=button].warning:active,button.warning.active,input[type=submit].warning.active,input[type=button].warning.active,.open>.dropdown-togglebutton.warning,.open>.dropdown-toggleinput[type=submit].warning,.open>.dropdown-toggleinput[type=button].warning {
    background-image: none
}

button.warning.disabled:hover,input[type=submit].warning.disabled:hover,input[type=button].warning.disabled:hover,button.warning[disabled]:hover,input[type=submit].warning[disabled]:hover,input[type=button].warning[disabled]:hover,fieldset[disabled] button.warning:hover,fieldset[disabled] input[type=submit].warning:hover,fieldset[disabled] input[type=button].warning:hover,button.warning.disabled:focus,input[type=submit].warning.disabled:focus,input[type=button].warning.disabled:focus,button.warning[disabled]:focus,input[type=submit].warning[disabled]:focus,input[type=button].warning[disabled]:focus,fieldset[disabled] button.warning:focus,fieldset[disabled] input[type=submit].warning:focus,fieldset[disabled] input[type=button].warning:focus,button.warning.disabled.focus,input[type=submit].warning.disabled.focus,input[type=button].warning.disabled.focus,button.warning[disabled].focus,input[type=submit].warning[disabled].focus,input[type=button].warning[disabled].focus,fieldset[disabled] button.warning.focus,fieldset[disabled] input[type=submit].warning.focus,fieldset[disabled] input[type=button].warning.focus {
    background-color: #F89406;
    border-color: #c67605
}

button.warning .badge,input[type=submit].warning .badge,input[type=button].warning .badge {
    color: #F89406;
    background-color: #fff
}

button.warning:hover,input[type=submit].warning:hover,input[type=button].warning:hover,button.warning:focus,input[type=submit].warning:focus,input[type=button].warning:focus {
    background-color: #fbb450
}

button.danger,input[type=submit].danger,input[type=button].danger {
    border-color: #d62516;
    border: 1px solid #d62516;
    background-color: #ea4335;
    color: #fff
}

button.danger .eksico,input[type=submit].danger .eksico,input[type=button].danger .eksico {
    fill: #fff
}

html.no-touch button.danger:focus,html.no-touch input[type=submit].danger:focus,html.no-touch input[type=button].danger:focus,button.danger:focus,input[type=submit].danger:focus,input[type=button].danger:focus,button.danger.focus,input[type=submit].danger.focus,input[type=button].danger.focus {
    color: #fff;
    background-color: #d62516;
    border-color: #62110a
}

html.no-touch button.danger:hover,html.no-touch input[type=submit].danger:hover,html.no-touch input[type=button].danger:hover,button.danger:hover,input[type=submit].danger:hover,input[type=button].danger:hover {
    color: #fff;
    background-color: #d62516;
    border-color: #9e1b10
}

html.no-touch button.danger:active,html.no-touch input[type=submit].danger:active,html.no-touch input[type=button].danger:active,button.danger:active,input[type=submit].danger:active,input[type=button].danger:active,button.danger.active,input[type=submit].danger.active,input[type=button].danger.active,.open>.dropdown-togglebutton.danger,.open>.dropdown-toggleinput[type=submit].danger,.open>.dropdown-toggleinput[type=button].danger {
    color: #fff;
    background-color: #d62516;
    border-color: #9e1b10
}

html.no-touch button.danger:active:hover,html.no-touch input[type=submit].danger:active:hover,html.no-touch input[type=button].danger:active:hover,button.danger:active:hover,input[type=submit].danger:active:hover,input[type=button].danger:active:hover,button.danger.active:hover,input[type=submit].danger.active:hover,input[type=button].danger.active:hover,.open>.dropdown-togglebutton.danger:hover,.open>.dropdown-toggleinput[type=submit].danger:hover,.open>.dropdown-toggleinput[type=button].danger:hover,html.no-touch button.danger:active:focus,html.no-touch input[type=submit].danger:active:focus,html.no-touch input[type=button].danger:active:focus,button.danger:active:focus,input[type=submit].danger:active:focus,input[type=button].danger:active:focus,button.danger.active:focus,input[type=submit].danger.active:focus,input[type=button].danger.active:focus,.open>.dropdown-togglebutton.danger:focus,.open>.dropdown-toggleinput[type=submit].danger:focus,.open>.dropdown-toggleinput[type=button].danger:focus,html.no-touch button.danger:active.focus,html.no-touch input[type=submit].danger:active.focus,html.no-touch input[type=button].danger:active.focus,button.danger:active.focus,input[type=submit].danger:active.focus,input[type=button].danger:active.focus,button.danger.active.focus,input[type=submit].danger.active.focus,input[type=button].danger.active.focus,.open>.dropdown-togglebutton.danger.focus,.open>.dropdown-toggleinput[type=submit].danger.focus,.open>.dropdown-toggleinput[type=button].danger.focus {
    color: #fff;
    background-color: #b51f13;
    border-color: #62110a
}

button.danger:active,input[type=submit].danger:active,input[type=button].danger:active,button.danger.active,input[type=submit].danger.active,input[type=button].danger.active,.open>.dropdown-togglebutton.danger,.open>.dropdown-toggleinput[type=submit].danger,.open>.dropdown-toggleinput[type=button].danger {
    background-image: none
}

button.danger.disabled:hover,input[type=submit].danger.disabled:hover,input[type=button].danger.disabled:hover,button.danger[disabled]:hover,input[type=submit].danger[disabled]:hover,input[type=button].danger[disabled]:hover,fieldset[disabled] button.danger:hover,fieldset[disabled] input[type=submit].danger:hover,fieldset[disabled] input[type=button].danger:hover,button.danger.disabled:focus,input[type=submit].danger.disabled:focus,input[type=button].danger.disabled:focus,button.danger[disabled]:focus,input[type=submit].danger[disabled]:focus,input[type=button].danger[disabled]:focus,fieldset[disabled] button.danger:focus,fieldset[disabled] input[type=submit].danger:focus,fieldset[disabled] input[type=button].danger:focus,button.danger.disabled.focus,input[type=submit].danger.disabled.focus,input[type=button].danger.disabled.focus,button.danger[disabled].focus,input[type=submit].danger[disabled].focus,input[type=button].danger[disabled].focus,fieldset[disabled] button.danger.focus,fieldset[disabled] input[type=submit].danger.focus,fieldset[disabled] input[type=button].danger.focus {
    background-color: #ea4335;
    border-color: #d62516
}

button.danger .badge,input[type=submit].danger .badge,input[type=button].danger .badge {
    color: #ea4335;
    background-color: #fff
}

button.danger:hover,input[type=submit].danger:hover,input[type=button].danger:hover,button.danger:focus,input[type=submit].danger:focus,input[type=button].danger:focus {
    background-color: #f1837a
}

input[type=text],input[type=email],input[type=search],input[type=number],input[type=url],input[type=datetime],input[type=date],input[type=time],input[type=password],textarea,button,input[type=submit],input[type=button] {
    transition: border linear .2s,box-shadow linear .2s
}

input[type=file]:focus,input[type=checkbox]:focus,select:focus {
    outline: 1px dotted #666
}

@media handheld,only screen and (max-width: 320px) {
    form {
        width:100%
    }

    form>div,form>fieldset>div {
        width: 100%
    }

    form>div>label,form>fieldset>div>label {
        display: block;
        float: none;
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 5px;
        text-align: left;
        width: 100%;
        height: auto
    }

    form>div .field-validation-error,form>fieldset>div .field-validation-error,form>div .field-validation,form>fieldset>div .field-validation {
        margin-left: 0;
        padding-left: 0
    }

    form div.actions {
        margin-left: 0;
        padding-left: 0
    }

    form .checkbox,form .radio {
        width: 100%;
        margin-left: 0;
        padding-left: 0
    }

    form textarea,form label+textarea {
        width: 100%
    }

    input[type=text],input[type=email],input[type=search],input[type=password],input[type=number],input[type=url] select,span.daterange {
        width: 100%
    }
}

.editform {
    background-color: #f6f7f7
}

.editform fieldset {
    padding: 15px 20px;
    margin: 0
}

.editform .vertical>div>.checkbox {
    display: inline-block;
    width: 200px
}

.editform .actions {
    padding-top: 10px
}

.editform .actions #save-draft-button {
    border: 0 none;
    background-color: transparent;
    padding-right: 5px
}

@media handheld,only screen and (max-width: 850px) {
    .editform .actions button.primary {
        float:right
    }
}

.edit-form-options {
    display: inline-block
}

.edit-form-options .dropdown-toggle:after {
    content: '\2193';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #888;
    opacity: .7;
    margin-left: 3px
}

.edit-form-options .dropdown-toggle:hover:after {
    opacity: 1
}

.edit-form-options>div {
    width: 300px;
    padding: 10px
}

.birthdate-day {
    width: 62px
}

.birthdate-month {
    width: 120px
}

.birthdate-year {
    width: 90px
}

@media handheld,only screen and (max-width: 480px) {
    input[type=text],input[type=email],input[type=search],input[type=number],input[type=url],input[type=datetime],input[type=date],input[type=password],select {
        width:244px;
        padding: 4px 5px
    }

    .birthdate-day {
        width: 50px
    }

    .birthdate-month {
        width: 108px
    }

    .birthdate-year {
        width: 78px
    }
}

form.wide-form input {
    max-width: initial
}

form.wide-form label {
    width: initial
}

.horizontal-form .row:before,.horizontal-form .row:after {
    display: table;
    content: ""
}

.horizontal-form .row:after {
    clear: both
}

.horizontal-form .row:before,.horizontal-form .row:after {
    display: table;
    content: ""
}

.horizontal-form .row:after {
    clear: both
}

.horizontal-form .validation-failed {
    display: block;
    color: #ea4335;
    max-width: 75%
}

.horizontal-form.validation-failed input[type='text'],.horizontal-form.validation-failed input[type='email'],.horizontal-form.validation-failed input[type='url'],.horizontal-form.validation-failed input[type='tel'],.horizontal-form.validation-failed input[type='number'],.horizontal-form.validation-failed input[type='password'],.horizontal-form.validation-failed select,.horizontal-form.validation-failed textarea {
    border-color: #ea4335
}

.horizontal-form.validation-failed .help-block {
    display: none
}

.horizontal-form.validation-valid .validation-failed {
    display: none
}

.horizontal-form.validation-valid .help-block {
    display: none
}

.horizontal-form .row+.row {
    margin-bottom: 10px
}

.horizontal-form .col-label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px
}

.horizontal-form .col-label label {
    line-height: 2.4em
}

.horizontal-form .col-input {
    float: left;
    width: 80%;
    position: relative
}

.horizontal-form .col-input .help-block {
    display: block;
    max-width: 75%;
    font-size: 12ox;
    color: #666
}

.horizontal-form .col-input .field-validation-error {
    display: block
}

.horizontal-form .field-success {
    background-image: url("/assets/eksi.css/tick.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12.5px
}

@media handheld,only screen and (max-width: 850px) {
    .horizontal-form {
        padding:0
    }

    .horizontal-form .col-label,.horizontal-form .col-input {
        float: none;
        clear: both;
        width: 100%;
        text-align: left
    }

    .horizontal-form .row+.row {
        margin-bottom: 5px
    }

    .horizontal-form .col-label label {
        font-size: 90%;
        line-height: 1.3em
    }
}

#pw-strength-meter {
    width: 300px;
    height: 2px;
    line-height: 2px;
    font-size: 1px;
    position: absolute;
    left: 0;
    top: 0
}

#pw-strength-meter .meter-indicator {
    width: 0;
    display: inline-block;
    height: 2px;
    line-height: inherit;
    font-size: inherit;
    background-color: #ea4335;
    transition: all ease-out .4s
}

#pw-strength-meter.strength-too-short .meter-indicator {
    width: 70px
}

#pw-strength-meter.strength-weak .meter-indicator {
    width: 140px;
    background-color: #ff6a00
}

#pw-strength-meter.strength-good .meter-indicator {
    width: 210px;
    background-color: #ffd800
}

#pw-strength-meter.strength-strong .meter-indicator {
    width: 280px;
    background-color: #12d503
}

@media handheld,only screen and (max-width: 850px) {
    #pw-strength-meter.strength-too-short .meter-indicator {
        width:61px
    }

    #pw-strength-meter.strength-weak .meter-indicator {
        width: 122px
    }

    #pw-strength-meter.strength-good .meter-indicator {
        width: 183px
    }

    #pw-strength-meter.strength-strong .meter-indicator {
        width: 244px
    }
}

#pw-cond .cond-ok {
    color: #81BE50;
    background-image: url("/assets/eksi.css/tick-o.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
    padding-left: 14px
}

.validation-conditions-container {
    font-size: 12px;
    padding: 5px;
    color: #888
}

.validation-conditions-container.has-error {
    color: #DA6063
}

.validation-conditions-container .condition-holder {
    transition: all .5s ease
}

.validation-conditions-container.have-lower .condition-lower {
    color: #81BE50;
    background-image: url("/assets/eksi.css/tick-o.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
    padding-left: 14px
}

.validation-conditions-container.have-upper .condition-upper {
    color: #81BE50;
    background-image: url("/assets/eksi.css/tick-o.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
    padding-left: 14px
}

.validation-conditions-container.have-digit .condition-digit {
    color: #81BE50;
    background-image: url("/assets/eksi.css/tick-o.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
    padding-left: 14px
}

.validation-conditions-container.have-8char .condition-8char {
    color: #81BE50;
    background-image: url("/assets/eksi.css/tick-o.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
    padding-left: 14px
}

table {
    width: 100%!important;
    overflow-x: auto;
    padding: 0;
    border: 1px solid #b0bec5;
    border-radius: 4px;
    border-collapse: separate;
    margin-bottom: 20px
}

table caption,table th,table td {
    padding: 8px
}

table th,table td {
    text-align: left;
    vertical-align: top
}

table th {
    font-weight: bold
}

table.striped tbody tr:nth-child(odd) td,table.striped tbody tr:nth-child(odd) th {
    background-color: #f6f7f7
}

ul.striped>li:nth-child(odd) {
    background-color: #f6f7f7
}

.pager {
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    color: #888;
    white-space: nowrap
}

.pager>a {
    display: inline-block;
    padding: 1px 8px;
    margin-left: 5px;
    border: 1px solid #b0bec5;
    border-radius: 4px
}

.pager select {
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 50px;
    width: auto;
    max-width: 65px;
    padding: 2px;
    cursor: pointer;
    vertical-align: top;
    border-color: #b0bec5;
    border-radius: 4px
}

html.no-touch .pager>a:hover {
    text-decoration: none;
    background-color: #f6f7f7
}

.pager.android>a {
    height: 28px;
    line-height: 28px
}

.pager.android select {
    height: 28px;
    line-height: 28px
}

.dropdown {
    position: relative
}

.dropdown .dropdown-toggle {
    cursor: pointer
}

.dropdown .dropdown-toggle .eksico {
    width: 18px;
    height: 18px
}

.dropdown .dropdown-menu {
    display: none;
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    top: 100%;
    left: 0;
    float: left;
    min-width: 150px
}

.dropdown .dropdown-menu.open {
    display: block
}

.dropdown .dropdown-menu a {
    color: #333
}

.dropdown .dropdown-menu.right {
    left: auto;
    right: 0
}

.dropdown .dropdown-menu li {
    display: block;
    line-height: 2.5
}

.dropdown .dropdown-menu li.separated {
    border-top: 1px solid #b0bec5
}

.dropdown .dropdown-menu li>a {
    display: block;
    width: 100%;
    line-height: 2.5;
    padding: 0 8px
}

html.no-touch .dropdown .dropdown-menu li:hover {
    background-color: #f6f7f7
}

html.no-touch .dropdown .dropdown-menu li>a:hover {
    text-decoration: none
}

.tall-dropdown {
    max-height: 500px;
    overflow-y: scroll
}

.tall-dropdown::-webkit-scrollbar {
    width: 5px
}

.tall-dropdown::-webkit-scrollbar-thumb {
    background-color: #b0bec5;
    border-radius: 2px
}

.short-dropdown {
    max-height: 200px;
    overflow-y: scroll
}

.tabs {
    border-bottom: 1px solid #b0bec5;
    margin-bottom: 4px
}

.tabs>li {
    display: inline-block;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0
}

.tabs>li>a {
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px
}

.tabs>li>a:hover {
    text-decoration: none
}

.tabs>li:hover {
    background-color: #f6f7f7
}

.tabs>li.active {
    border: 1px solid #b0bec5;
    border-bottom-color: #fff;
    border-bottom-width: 2px
}

.tabs>li.active:hover {
    background-color: #fff
}

.tabs>li.active>a {
    color: #333
}

.tabs.slim>li>a {
    padding: 3px 5px;
    font-size: .9em
}

.tabs2 {
    border: 1px solid #b0bec5;
    border-width: 1px 0;
    margin-bottom: 4px
}

.tabs2 a:hover {
    text-decoration: none
}

.tabs2>li {
    display: inline-block;
    margin-bottom: -1px
}

.tabs2>li>a {
    cursor: pointer;
    display: block;
    padding: 7px 0;
    color: darker(#333,25%)
}

.tabs2>li:hover>a {
    color: #333;
    font-weight: bold
}

.tabs2>li.active>a {
    color: #333;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 3px solid #48dbfb
}

.tabs2>li+li {
    margin-left: 26px
}

.pills>li {
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #b0bec5
}

.pills>li>a {
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block
}

.pills>li>a:hover {
    text-decoration: none
}

.pills>li:hover {
    background-color: #b0bec5;
    text-decoration: none
}

.pills>li.active {
    background-color: #48dbfb;
    border-color: #48dbfb
}

.pills>li.active>a {
    color: #fff
}

.pills.slim>li>a {
    padding: 3px 5px;
    font-size: .9em
}

.pills.muted>li>a {
    color: #888
}

.pills.muted>li.active>a {
    color: #fff
}

.favicon {
    background: url('../img/favicon/favicon-sprites-v5.png') no-repeat top left;
    vertical-align: middle;
    display: inline-block;
    min-width: 16px;
    min-height: 16px
}

.favicon-facebook {
    background-position: 0 0
}

.favicon-favorite11-grey {
    background-position: 0 -64px
}

.favicon-favorite11 {
    background-position: 0 -125px
}

.favicon-google {
    background-position: 0 -188px
}

.favicon-googleplus {
    background-position: 0 -254px
}

.favicon-imdb {
    background-position: 0 -320px
}

.favicon-mobygames {
    background-position: 0 -385px
}

.favicon-nisanyan {
    background-position: 0 -451px
}

.favicon-tdk {
    background-position: 0 -517px
}

.favicon-tureng {
    background-position: 0 -583px
}

.favicon-twitter {
    background-position: 0 -649px
}

.favicon-wikipedia {
    background-position: 0 -715px
}

.favicon-youtube {
    background-position: 0 -781px
}

.mp-results {
    margin-top: 101px
}

.mp-button {
    opacity: .6
}

body>header {
    min-width: 300px;
    border-top: 4px solid #48dbfb;
    background-color: #fff;
    border-bottom: 1px solid #b0bec5
}

body>header:before,body>header:after {
    display: table;
    content: ""
}

body>header:after {
    clear: both
}

body>header:before,body>header:after {
    display: table;
    content: ""
}

body>header:after {
    clear: both
}

body.theme-enabled>header {
    background-color: #fff
}

#advanced-search-result-form .close {
    display: none
}

#top-bar {
    position: relative
}

#top-bar input,#top-bar select {
    color: black;
    background-color: #f6f7f7
}

#top-bar>#advanced-search-form {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    width: 415px;
    display: none;
    left: 270px;
    top: 66px;
    z-index: 9999
}

#top-bar>#advanced-search-form a {
    color: #333
}

#top-bar>#advanced-search-form.open {
    display: block
}

#top-bar>#advanced-search-form .close {
    display: inline-block;
    margin-left: 5px
}

#top-bar .eksico {
    fill: #333
}

.dark-theme #top-bar .eksico {
    fill: #bdbdbd
}

#logo,#search-form,#top-navigation {
    height: 60px
}

#logo {
    margin: 0;
    display: inline-block;
    float: left;
    width: 245px;
    max-height: 29px
}

#logo a {
    display: block;
    margin: 0;
    padding: 0;
    background-image: url('/assets/img/logo.png');
    height: 60px;
    line-height: 60px;
    background-position: 10px 50%;
    background-size: 87px 45px;
    background-repeat: no-repeat;
    text-indent: -119988px
}

@media handheld,only screen and (min-width: 850px) {
    .theme-enabled #logo a {
        background-image:url("/assets/img/logo.png")
    }
}

#search-form {
    position: relative;
    display: inline-block;
    float: left;
    border-radius: 5px;
    margin: 15px 0 0 25px;
    height: 29px;
    line-height: 29px
}

#search-form .spin {
    display: none
}

#search-form #search-textbox {
    float: left;
    font-size: 14px;
    border: 1px solid #48dbfb;
    border-radius: 5px 0 0 5px;
    height: 29px;
    line-height: 29px;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

#search-form #search-textbox:focus {
    box-shadow: none
}

#search-form button[type=submit] {
    height: 29px;
    line-height: 29px;
    border: 0 none;
    background-color: #48dbfb;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 8px
}

#search-form button[type=submit] .eksico {
    fill: #fff;
    width: 16px;
    height: 16px
}

#a3-toggle {
    width: 15px;
    margin-left: -65px
}

#a3-toggle:after {
    content: '\2193';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    opacity: .7;
    margin-left: 3px
}

#a3-toggle:hover:after {
    opacity: 1
}

#a3-toggle:hover {
    text-decoration: none
}

#top-navigation,#sub-navigation {
    margin: 0
}

#top-navigation>ul,#sub-navigation>ul {
    margin: 0
}

#top-navigation>ul>li,#sub-navigation>ul>li {
    margin: 0;
    display: inline-block
}

#top-navigation>ul .new-update,#sub-navigation>ul .new-update {
    font-weight: bold;
    color: #fff!important;
    background-color: #48dbfb;
    border-radius: 5px
}

#top-navigation>ul .new-update .eksico,#sub-navigation>ul .new-update .eksico {
    fill: #fff!important
}

@media handheld,only screen and (max-width: 850px) {
    #top-navigation>ul .new-update,#sub-navigation>ul .new-update {
        border-radius:3px
    }
}

#top-navigation {
    float: right;
    display: inline-block
}

#top-navigation .eksico {
    margin-right: 5px;
    width: 16px;
    height: 16px
}

#top-navigation .messages .eksico {
    margin-bottom: -2px
}

#top-navigation>ul {
    height: 60px;
    line-height: 60px
}

#top-navigation>ul>li>a {
    color: #333;
    display: inline-block;
    padding: 0 10px;
    height: 29px;
    line-height: 29px
}

.dark-theme #top-navigation>ul>li>a {
    color: #bdbdbd
}

#top-navigation>ul>li.more {
    font-weight: bold
}

#top-navigation>ul>li.mobile-only {
    display: none
}

.theme-enabled #top-navigation>ul>li>a {
    color: #333
}

html.no-touch #sub-navigation>ul>li:not(.no-hover):hover>a,html.no-touch #sub-navigation>ul>li:not(.no-hover).active>a {
    color: #48dbfb;
    border-color: #48dbfb;
    text-decoration: none
}

html.no-touch #sub-navigation>ul>li:not(.no-hover):hover .eksico,html.no-touch #sub-navigation>ul>li:not(.no-hover).active .eksico {
    fill: #48dbfb
}

#sub-navigation>ul>li.active>a {
    color: #48dbfb;
    border-color: #48dbfb;
    text-decoration: none
}

#sub-navigation>ul>li.active .eksico {
    fill: #48dbfb
}

.mobile-notification-icons>ul>li.mobile-only {
    display: none
}

.pena-logo-mobile img,.eksiseyler-logo-mobile img {
    height: 16px;
    vertical-align: middle
}

#sub-navigation {
    font-weight: 600;
    display: flex
}

#sub-navigation>#quick-index-nav {
    flex-basis: 85%;
    flex-grow: 1;
    flex-shrink: 1
}

#sub-navigation>#nav-extra-buttons {
    flex-basis: 15%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex
}

#sub-navigation>#nav-extra-buttons>.link-container {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
    padding: 0 10px
}

#sub-navigation>#nav-extra-buttons>.link-container>a,#sub-navigation>#nav-extra-buttons>.link-container .eksico {
    transition: all .2s ease-in-out
}

#sub-navigation>#nav-extra-buttons>.link-container .eksico {
    width: 20px
}

#sub-navigation>#nav-extra-buttons>.link-container.eksiseyler-logo-container>a {
    background-image: url(/assets/img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    text-indent: -99999em;
    display: block;
    padding: 0;
    margin: 0;
    width: 90px;
    height: 30px
}

.dark-theme #sub-navigation>#nav-extra-buttons>.link-container.eksiseyler-logo-container>a {
    background-image: url(/assets/img/logo.png)
}

@media(max-width: 950px) {
    #sub-navigation>#nav-extra-buttons>.link-container.eksiseyler-logo-container>a {
        width:22px;
        background-size: 79px
    }
}

@media(max-width: 950px) {
    #sub-navigation>#nav-extra-buttons>.link-container.eksiseyler-logo-container>a {
        width:22px;
        background-size: 79px
    }
}

#sub-navigation>#nav-extra-buttons>.link-container.pena-logo-container>a {
    background-image: url(/assets/img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    text-indent: -99999em;
    display: block;
    padding: 0;
    margin: 0;
    width: 64px;
    height: 30px
}

.dark-theme #sub-navigation>#nav-extra-buttons>.link-container.pena-logo-container>a {
    background-image: url(/assets/img/logo.png)
}

@media(max-width: 950px) {
    #sub-navigation>#nav-extra-buttons>.link-container.pena-logo-container>a {
        width:26px;
        background-size: 55px
    }
}

#sub-navigation>ul {
    display: flex;
    height: 41px;
    line-height: 36px
}

#sub-navigation>ul>li {
    display: block;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    padding: 0 10px;
    transition: all .2s ease-in-out
}

#sub-navigation>ul>li>a,#sub-navigation>ul>li .eksico {
    transition: all .2s ease-in-out
}

#sub-navigation>ul>li .eksico {
    width: 20px
}

#sub-navigation>ul>li.mobile-only {
    display: none
}

#sub-navigation>ul>li>a {
    color: #333;
    display: block;
    border-bottom: 6px solid transparent
}

.dark-theme #sub-navigation>ul>li>a {
    color: #bdbdbd
}

.loggedin #sub-navigation>ul {
    margin: 0 auto;
    width: 100%
}

.loggedin #sub-navigation>ul>li {
    margin: 0;
    white-space: nowrap
}

#sub-navigation #quick-index-nav {
    margin-left: -6px
}

#sub-navigation #quick-index-nav .dropdown {
    padding-left: 0!important
}

#sub-navigation #quick-index-nav .dropdown .eksico {
    width: 30px;
    height: 30px
}

#sub-navigation #main-index-nav {
    float: right
}

#top-bar .eksiseyler-logo-large-devices {
    height: 13px;
    margin-top: 10px;
    margin-right: -13px;
    display: none
}

#top-bar .eksiseyler-logo-large-devices .eksico {
    fill: #55cbe2
}

@media(min-width: 1099px) and (max-width:1270px) {
    #top-bar .eksiseyler-logo-large-devices {
        display:block
    }
}

.mobile-notification-icons {
    display: inline-table
}

.mobile-notification-icons>ul {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.mobile-notification-icons>ul>li {
    display: table-cell;
    margin: 0;
    white-space: nowrap;
    width: 1%
}

.mobile-notification-icons>ul .new-update {
    font-weight: bold;
    color: #fff!important;
    background-color: #48dbfb;
    border-radius: 5px
}

.mobile-notification-icons>ul .new-update .eksico {
    fill: #fff!important
}

@media handheld,only screen and (max-width: 850px) {
    .mobile-notification-icons>ul .new-update {
        border-radius:3px
    }
}

@media handheld,only screen and (max-width: 1265px) {
    #logo {
        width:190px
    }

    #search-form {
        margin-left: 15px
    }

    #top-bar>#advanced-search-form {
        left: 205px
    }
}

@media handheld,only screen and (max-width: 1090px) {
    #logo {
        width:190px
    }

    #search-form {
        margin-left: 10px
    }
}

@media only screen and (max-width: 800px) {
    #search-textbox {
        width:220px
    }
}

@media only screen and (max-width: 1060px) {
    #search-textbox {
        width:270px
    }
}

@media only screen and (min-width: 1060px) {
    #search-textbox {
        width:480px
    }
}

@media handheld,only screen and (max-width: 850px) {
    #top-bar {
        white-space:nowrap;
        border-bottom: 1px solid #b0bec5
    }

    #top-bar>#advanced-search-form {
        left: 163px;
        width: 58%;
        max-width: 405px
    }

    #top-bar>#advanced-search-form input[type=text],#top-bar>#advanced-search-form select,#top-bar>#advanced-search-form span.daterange {
        width: 100%;
        max-width: 100%
    }

    #top-bar>#advanced-search-form input[type=date] {
        display: inline-block;
        width: 49%
    }

    #logo {
        width: 150px;
        padding: 0
    }

    #search-form {
        float: none;
        clear: left;
        width: 54%;
        margin-bottom: 8px
    }

    #search-form input[type=submit] {
        width: 10%;
        min-width: 50px;
        max-width: 65px
    }

    #search-form #a3-toggle {
        display: inline-block;
        text-align: center
    }

    #search-form #search-textbox {
        width: 100%
    }

    .loggedoff #search-form {
        width: 75%
    }

    .mobile-notification-icons {
        width: 15%
    }

    .loggedoff .mobile-notification-icons {
        width: 10%
    }

    .mobile-notification-icons>ul {
        display: table;
        margin: 0 auto;
        width: 100%
    }

    .mobile-notification-icons>ul>li.mobile-only {
        display: table-cell;
        margin: 0;
        white-space: nowrap;
        width: 1%
    }

    .mobile-notification-icons>ul>li .eksico {
        width: 16px;
        height: 16px
    }

    #a3-toggle,#top-navigation>ul>li>a,#sub-navigation>ul>li>a {
        padding: 0 7px
    }

    #top-navigation>ul>li.more a {
        padding: 0 10px
    }

    #top-navigation {
        float: none;
        display: block;
        width: 100%;
        height: 30px
    }

    #top-navigation>ul {
        display: table;
        margin: 0 auto;
        width: 100%;
        height: 30px;
        line-height: 30px
    }

    #top-navigation>ul>li {
        display: table-cell;
        margin: 0;
        white-space: nowrap;
        width: 1%
    }

    #top-navigation>ul>li.not-mobile {
        display: none
    }

    #top-navigation>ul>li.mobile-only {
        display: table-cell;
        margin: 0;
        white-space: nowrap;
        width: 1%
    }

    #top-navigation>ul>li.index-toggle {
        width: 70%
    }

    #top-navigation>ul>li.index-toggle a {
        padding-right: 9px
    }

    #top-navigation>ul>li.index-toggle a:after {
        content: '\2193';
        display: inline-block;
        width: 0;
        height: 0;
        overflow: hidden;
        text-indent: -99999px;
        vertical-align: middle;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #333;
        opacity: .7;
        margin-left: 3px
    }

    #top-navigation>ul>li.index-toggle a:hover:after {
        opacity: 1
    }

    #top-navigation>ul>li>a {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 4px solid transparent;
        margin-bottom: -1px
    }

    #top-navigation>ul>li:not(.no-hover):hover>a,#top-navigation>ul>li:not(.no-hover).active>a {
        color: #48dbfb;
        border-color: #48dbfb;
        text-decoration: none
    }

    #top-navigation>ul>li#options-dropdown {
        display: none
    }

    #top-navigation.open {
        display: block
    }

    #sub-navigation {
        height: auto;
        margin: 0;
        display: none;
        width: 150px;
        background-color: #fff;
        border: 1px solid #b0bec5;
        border-radius: 3px;
        color: #333;
        position: absolute;
        z-index: 1000;
        margin-top: -1px;
        right: 0;
        top: 86px
    }

    #sub-navigation a {
        color: #333
    }

    #sub-navigation #quick-index-nav {
        display: none
    }

    #sub-navigation.not-mobile {
        display: none
    }

    #sub-navigation #main-index-nav {
        font: 1em 'Source Sans Pro',sans-serif;
        float: none
    }

    #sub-navigation #main-index-nav a {
        color: #333
    }

    #sub-navigation>ul {
        display: table;
        margin: 0 auto;
        width: 100%;
        height: auto;
        float: none
    }

    #sub-navigation>ul:before,#sub-navigation>ul:after {
        display: table;
        content: ""
    }

    #sub-navigation>ul:after {
        clear: both
    }

    #sub-navigation>ul:before,#sub-navigation>ul:after {
        display: table;
        content: ""
    }

    #sub-navigation>ul:after {
        clear: both
    }

    #sub-navigation>ul>li {
        display: block;
        border: 0;
        border-bottom: 1px solid #b0bec5;
        line-height: 30px
    }

    #sub-navigation>ul>li:last-of-type {
        border: 0
    }

    #sub-navigation>ul>li.mobile-only {
        display: table-cell;
        margin: 0;
        white-space: nowrap;
        width: 1%
    }

    #sub-navigation>ul>li.popular {
        display: none
    }

    #sub-navigation>ul>li>a {
        width: 100%;
        padding-left: 10px;
        display: block
    }

    #sub-navigation.loggedin>ul>li.popular {
        display: block
    }

    #sub-navigation.open {
        display: block
    }

    html.no-touch #sub-navigation>ul>li:hover>a,html.no-touch #sub-navigation>ul>li.active>a {
        color: #48dbfb;
        border-color: transparent
    }

    html.no-touch #top-navigation>ul>li {
        margin: auto
    }
}

body.light-theme.theme-disabled #top-bar .eksiseyler-logo-mobile .eksico {
    fill: #55cbe2
}

body.light-theme.theme-enabled #top-bar .eksiseyler-logo-mobile .eksico {
    fill: #55cbe2
}

.dark-theme #top-bar .eksiseyler-logo-mobile .eksico {
    fill: #55cbe2
}

@media handheld,only screen and (max-width: 480px) {
    #top-bar>#advanced-search-form {
        left:10%;
        width: 80%;
        right: 10%
    }

    #logo {
        width: 10%;
        padding: 0
    }

    #logo a {
        width: auto;
        background-size: 20px 20px;
        background-image: url('/assets/img/logo.png');
        background-position: center
    }

    #search-form {
        width: 60%
    }

    .loggedoff #search-form {
        width: 85%
    }

    .mobile-notification-icons {
        width: 25%
    }

    .loggedoff .mobile-notification-icons {
        width: 10%
    }
}

@media handheld,only screen and (max-width: 320px) {
    #search-form {
        width:60%
    }

    #search-form #a3-toggle {
        width: 10%
    }

    #search-form input[type=submit] {
        display: none
    }
}

#top-navigation .dropdown .toggles {
    padding: 0!important
}

#top-navigation .dropdown .eksico {
    width: 30px;
    height: 30px
}

html.no-touch #partial-index {
    position: absolute;
    bottom: 0;
    top: 15px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 20px
}

#mobile-index h2 {
    line-height: 1.2
}

#mobile-index h2 .loader-tick {
    margin-left: 5px
}

#mobile-index .today-in-past-title {
    margin-bottom: 5px
}

#mobile-index .today-in-past-title h2 {
    margin-top: 6px;
    display: inline-block
}

#mobile-index .today-in-past-selector {
    height: 24px;
    line-height: 26px;
    text-align: center;
    margin-top: 6px;
    padding: 2px 2px;
    width: 75px;
    margin-left: 10px
}

#mobile-index .pager {
    display: block;
    padding-top: 10px
}

#mobile-index .pager select,#mobile-index .pager a {
    width: 40px;
    height: 30px;
    line-height: 26px;
    text-align: center
}

#mobile-index .pager .prev,#mobile-index .pager select,#mobile-index .pager .last {
    margin-right: 10px
}

#mobile-index .pager .last {
    margin-left: 10px
}

#partial-index h2 {
    line-height: 1.2
}

#partial-index h2 .loader-tick {
    margin-left: 5px
}

#partial-index .index-filter-toggler {
    display: inline-block;
    float: right;
    margin-top: 3px
}

#partial-index .index-filter-menu {
    right: -10px;
    left: auto;
    width: 220px;
    padding: 5px;
    border-color: #b0bec5;
    box-shadow: 1.5px 2.598px 4.7px .3px rgba(0,0,0,0.24)
}

#partial-index .index-filter-menu .menu-inner {
    overflow-y: scroll;
    max-height: 200px;
    -ms-scrollbar-face-color:#b0bec5;scrollbar-face-color:#b0bec5}

#partial-index .index-filter-menu .menu-inner:before {
    position: absolute;
    top: -7px;
    left: 50%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #b0bec5;
    border-left: 7px solid transparent;
    content: '';
    margin-left: -1px
}

#partial-index .index-filter-menu .menu-inner:after {
    position: absolute;
    top: -6px;
    left: 50%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

#partial-index .index-filter-menu .menu-inner:before {
    left: auto;
    right: 14px
}

#partial-index .index-filter-menu .menu-inner:after {
    left: auto;
    right: 15px
}

#partial-index .index-filter-menu .menu-inner::-webkit-scrollbar {
    width: 5px
}

#partial-index .index-filter-menu .menu-inner::-webkit-scrollbar-thumb {
    background-color: #b0bec5;
    border-radius: 2px
}

#partial-index .index-filter-menu .filter-checkbox {
    display: inline-block;
    float: right
}

#partial-index .index-filter-menu .filter-checkbox .eksico {
    height: 17px;
    fill: #b0bec5
}

#partial-index .index-filter-menu .filter-checkbox.checked .eksico {
    fill: #48dbfb
}

#partial-index .today-in-past-title {
    margin-bottom: 5px
}

#partial-index .today-in-past-title h2 {
    margin-top: 6px
}

#partial-index .today-in-past-selector {
    height: 24px;
    line-height: 26px;
    text-align: center;
    float: right;
    padding: 2px 2px;
    width: 75px
}

#partial-index .pager {
    display: block;
    padding-top: 10px
}

#partial-index .pager select,#partial-index .pager a {
    width: 40px;
    height: 30px;
    line-height: 26px;
    text-align: center
}

#partial-index .pager .prev,#partial-index .pager select,#partial-index .pager .last {
    margin-right: 10px
}

#partial-index .pager .last {
    margin-left: 10px
}

html.no-touch #partial-index::-webkit-scrollbar {
    width: 8px
}

html.no-touch #partial-index::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
    border-radius: 4px
}

html.no-touch #partial-index::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

html.no-touch #partial-index::-webkit-scrollbar-corner {
    background-color: transparent
}

.topic-list-description.partial {
    font-size: .9em
}

.detail.with-parentheses {
    white-space: nowrap
}

.more-data {
    display: block;
    margin-bottom: 10px;
    padding: 4px 0;
    border: 1px solid #b0bec5;
    text-align: center
}

.more-data small {
    margin-left: 5px
}

.more-data small:before {
    content: '\0028'
}

.more-data small:after {
    content: '\0029'
}

.more-data .rotator {
    display: inline-block;
    line-height: 0
}

.more-data .rotator .eksico {
    width: 10px;
    height: 10px;
    margin-top: 1px
}

.quick-index-continue-link-container,.full-index-continue-link-container {
    margin-bottom: 10px;
    text-align: right
}

.quick-index-continue-link-container>a,.full-index-continue-link-container>a {
    margin-left: 5px
}

html.no-touch a.more-data:hover {
    text-decoration: none;
    background-color: #f6f7f7;
    color: #48dbfb
}

@media handheld,only screen and (max-width: 850px) {
    #container {
        position:static
    }

    #index-section {
        padding: 0 5px;
        background-color: #fff;
        border: 1px solid #b0bec5;
        border-radius: 3px;
        color: #333;
        position: absolute;
        z-index: 1000;
        margin-top: -1px
    }

    #index-section .more-data {
        margin-bottom: 0;
        padding: 10px
    }

    #index-section a {
        color: #333
    }

    html.no-touch #partial-index {
        position: initial;
        padding: 0;
        position: static
    }

    .topic-list-description.partial {
        padding: 5px
    }
}

#matter-buddy-index {
    color: #333!important
}

#matter-answer-buddy-detail {
    position: static!important;
    right: auto!important;
    font-weight: bold;
    top: 0!important
}

.index-channel-filter {
    padding-left: 5px
}

.index-channel-filter>li {
    margin-bottom: 2.5px;
    display: inline-block
}

.index-channel-filter>li>#filter-index-channel {
    cursor: pointer;
    padding: 2px 5px;
    line-height: 2;
    border: 0;
    border-radius: 2px
}

.index-channel-filter>li>#filter-index-channel.active {
    color: #0abde3
}

.index-channel-filter>li>#filter-index-channel.passive {
    color: #333
}

#index-filter-prefs,#index-filter-prefs-mobile {
    margin-bottom: 10px;
    background: #f6f7f7
}

#channel-filter-description {
    padding-left: 10px;
    padding-top: 5px;
    display: block;
    font-size: .9em
}

.channel-filter-toggle,.channel-filter-toggle-mobile {
    margin: 0!important
}

.channel-filter-toggle .eksico,.channel-filter-toggle-mobile .eksico {
    width: 15px;
    height: 15px;
    padding-left: 5px;
    margin-top: 0;
    fill: #888;
    padding-bottom: .5px
}

@media handheld,only screen and (max-width: 1265px) {
    .index-channel-filter>li {
        margin-right:-7px
    }
}

.entry-menu-form,.matter-menu-form {
    width: 300px
}

.entry-menu-form .summary,.matter-menu-form .summary {
    font-size: .9em;
    word-wrap: break-word;
    color: #333
}

.voted {
    color: #0abde3!important
}

.voted .eksico {
    fill: #0abde3!important
}

.voted.dislike {
    color: #ea4335!important
}

.voted.dislike .eksico {
    fill: #ea4335!important
}

#hede-icon {
    width: 360px;
    display: none
}

#hede-icon #hedepv {
    display: block;
    float: left;
    text-align: center;
    width: 50%
}

#hede-icon #hedenv {
    display: block;
    float: right;
    text-align: center;
    width: 50%
}

#hede-icon>li {
    margin-bottom: 8px
}

.showall {
    margin-top: 10px
}

.entry-share {
    display: inline-block;
    margin-top: .5px
}

.entry-share .dropdown-menu {
    margin-top: 9px!important
}

.to-be-moved-checkbox,.to-be-exported-checkbox,.to-be-deleted-checkbox {
    float: right;
    margin: 3px 0 0 10px!important;
    display: none
}

.info a.eksiseyler-link:hover {
    text-decoration: none
}

.suggested-title {
    font-size: 1.3em
}

.entry-menu-form {
    max-width: 90%
}

.entry-menu-form select,.entry-menu-form input[type=text] {
    width: 100%;
    max-width: 100%
}

.entry-menu-form .summary {
    margin: 0
}

#topic>h1 {
    -ms-word-break: break-word;
    word-break: break-word;
    font-size: 22px;
    margin: 10px 0
}

#move-entries-button-container,#export-entries-button-container,#delete-entries-button-container,#move-matters-button-container,#delete-matters-button-container {
    text-align: center;
    margin-bottom: 20px
}

#title-move-logs {
    font-size: .9em
}

#title-move-logs li {
    margin-bottom: 10px
}

#title-move-logs .info {
    text-align: right
}

html.no-touch #in-topic-search-options>li:hover {
    background-color: #f6f7f7
}

html.no-touch #in-topic-search-options>li>a:hover {
    text-decoration: none
}

html.no-touch #matter-index-filter-options>li:hover {
    background-color: #f6f7f7
}

html.no-touch #matter-index-filter-options>li>a:hover {
    text-decoration: none
}

html.no-touch #matter-filter-options>li:hover {
    background-color: #f6f7f7
}

html.no-touch #matter-filter-options>li>a:hover {
    text-decoration: none
}

.sub-title-menu {
    float: left
}

.sub-title-menu .nice-mode-toggler {
    margin-right: 20px;
    display: inline-block
}

.sub-title-menu .nice-mode-toggler .nice-on {
    color: #48dbfb;
    font-weight: bold
}

.sub-title-menu #topic-research-menu .favicon {
    margin-right: 8px
}

.sub-title-menu .matter-answer-info {
    font-size: 18px;
    color: #888
}

.sub-title-menu .matter-answer-info.no-answer {
    font-size: 100%;
    color: #333
}

@media handheld,only screen and (max-width: 850px) {
    .sub-title-menu {
        float:none;
        width: 100%
    }

    .pager {
        display: none
    }
}

.url:after {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'eksi';
    speak: none;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    padding-left: 2px;
    content: '\e806'
}

#channel-suggestions-list {
    font-size: .9em
}

#channel-suggestions-list li {
    margin-bottom: 10px
}

#channel-suggestions-list .suggestion-value {
    color: #888;
    margin-right: 3px;
    font-size: smaller
}

.comment-summary {
    display: none;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 22px;
    border-left: 1px solid #e6e6e6
}

.comment-pages>ul>li {
    padding: 15px 0
}

.comment-pages>ul>li:last-child {
    margin-bottom: 10px
}

.comment-pages>ul>li .info>a {
    margin-right: 5px
}

.comment-pages>ul>li>.comment-content {
    margin-bottom: 5px
}

.comment-pages>ul>li .rate-options>a>span {
    font-size: x-small;
    margin-left: 2px
}

.comment-pager {
    text-align: center
}

.comment-pager::before,.comment-pager::after {
    content: "";
    clear: both;
    display: block
}

.comment-pager>a {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 3px;
    width: 32%;
    border: 1px solid #b0bec5
}

.comment-pager .prev-comment-page {
    float: left;
    text-align: left
}

.comment-pager .next-comment-page {
    float: right;
    text-align: right
}

.comment-pager .comment-refresh {
    text-align: center
}

.ghost-comment {
    text-align: center;
    min-height: 3em;
    background-color: #e6e6e6
}

.comment-count {
    font-size: .9em
}

.progress {
    display: none;
    margin-left: 5px;
    margin-right: 5px
}

#entry-item-list a,#matter-index-item-list a,#matter-content a,#matter-answer-content a,#draft-content a,#disambiguations a,#pinned-entry a,#profile-biography a {
    color: #0abde3
}

#entry-item-list .matter-index-item-title,#matter-index-item-list .matter-index-item-title,#matter-content .matter-index-item-title,#matter-answer-content .matter-index-item-title,#draft-content .matter-index-item-title,#disambiguations .matter-index-item-title,#pinned-entry .matter-index-item-title,#profile-biography .matter-index-item-title {
    color: #333;
    -ms-word-break: break-word;
    word-break: break-word;
    font-size: 20px;
    font-weight: bold
}

#matter-answer-list {
    margin-left: 10px
}

#entry-item-list,#matter-index-item-list,#matter-content,#matter-answer-content,#pinned-entry,#matter-answer-index-item-list,#matter-answer-list {
    list-style: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px
}

#entry-item-list .content,#matter-index-item-list .content,#matter-content .content,#matter-answer-content .content,#pinned-entry .content,#matter-answer-index-item-list .content,#matter-answer-list .content {
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 237px;
    position: relative
}

#entry-item-list .content.content-faded:before,#matter-index-item-list .content.content-faded:before,#matter-content .content.content-faded:before,#matter-answer-content .content.content-faded:before,#pinned-entry .content.content-faded:before,#matter-answer-index-item-list .content.content-faded:before,#matter-answer-list .content.content-faded:before {
    content: '';
    width: 100%;
    height: 237px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 150px,#fff)
}

#entry-item-list .content.content-expanded,#matter-index-item-list .content.content-expanded,#matter-content .content.content-expanded,#matter-answer-content .content.content-expanded,#pinned-entry .content.content-expanded,#matter-answer-index-item-list .content.content-expanded,#matter-answer-list .content.content-expanded {
    max-height: 100%
}

#entry-item-list .content.content-expanded:before,#matter-index-item-list .content.content-expanded:before,#matter-content .content.content-expanded:before,#matter-answer-content .content.content-expanded:before,#pinned-entry .content.content-expanded:before,#matter-answer-index-item-list .content.content-expanded:before,#matter-answer-list .content.content-expanded:before {
    display: none
}

#entry-item-list .read-more-link-wrapper,#matter-index-item-list .read-more-link-wrapper,#matter-content .read-more-link-wrapper,#matter-answer-content .read-more-link-wrapper,#pinned-entry .read-more-link-wrapper,#matter-answer-index-item-list .read-more-link-wrapper,#matter-answer-list .read-more-link-wrapper {
    margin-bottom: 10px;
    display: block
}

#entry-item-list .read-more-link-wrapper a,#matter-index-item-list .read-more-link-wrapper a,#matter-content .read-more-link-wrapper a,#matter-answer-content .read-more-link-wrapper a,#pinned-entry .read-more-link-wrapper a,#matter-answer-index-item-list .read-more-link-wrapper a,#matter-answer-list .read-more-link-wrapper a {
    color: #888;
    font-style: italic
}

#entry-item-list .read-more-link-wrapper svg,#matter-index-item-list .read-more-link-wrapper svg,#matter-content .read-more-link-wrapper svg,#matter-answer-content .read-more-link-wrapper svg,#pinned-entry .read-more-link-wrapper svg,#matter-answer-index-item-list .read-more-link-wrapper svg,#matter-answer-list .read-more-link-wrapper svg {
    width: 20px;
    margin-right: 10px;
    background-color: #E4E7EB;
    height: 16px;
    border-radius: 10%;
    fill: #9AA5B1
}

#entry-item-list>li,#matter-index-item-list>li,#matter-content>li,#matter-answer-content>li,#pinned-entry>li,#matter-answer-index-item-list>li,#matter-answer-list>li {
    position: relative;
    padding: 15px 0 15px 0
}

#entry-item-list>li:first-child,#matter-index-item-list>li:first-child,#matter-content>li:first-child,#matter-answer-content>li:first-child,#pinned-entry>li:first-child,#matter-answer-index-item-list>li:first-child,#matter-answer-list>li:first-child {
    padding-top: 0
}

#entry-item-list>li:last-child,#matter-index-item-list>li:last-child,#matter-content>li:last-child,#matter-answer-content>li:last-child,#pinned-entry>li:last-child,#matter-answer-index-item-list>li:last-child,#matter-answer-list>li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

#entry-item-list>li:focus,#matter-index-item-list>li:focus,#matter-content>li:focus,#matter-answer-content>li:focus,#pinned-entry>li:focus,#matter-answer-index-item-list>li:focus,#matter-answer-list>li:focus {
    outline: 0;
    border-color: rgba(82,168,236,0.8)
}

#entry-item-list .hidden,#matter-index-item-list .hidden,#matter-content .hidden,#matter-answer-content .hidden,#pinned-entry .hidden,#matter-answer-index-item-list .hidden,#matter-answer-list .hidden,#entry-item-list .deleted,#matter-index-item-list .deleted,#matter-content .deleted,#matter-answer-content .deleted,#pinned-entry .deleted,#matter-answer-index-item-list .deleted,#matter-answer-list .deleted {
    font-style: italic
}

#entry-item-list .hidden .content,#matter-index-item-list .hidden .content,#matter-content .hidden .content,#matter-answer-content .hidden .content,#pinned-entry .hidden .content,#matter-answer-index-item-list .hidden .content,#matter-answer-list .hidden .content,#entry-item-list .deleted .content,#matter-index-item-list .deleted .content,#matter-content .deleted .content,#matter-answer-content .deleted .content,#pinned-entry .deleted .content,#matter-answer-index-item-list .deleted .content,#matter-answer-list .deleted .content {
    color: #888
}

#entry-item-list .hidden:before,#matter-index-item-list .hidden:before,#matter-content .hidden:before,#matter-answer-content .hidden:before,#pinned-entry .hidden:before,#matter-answer-index-item-list .hidden:before,#matter-answer-list .hidden:before,#entry-item-list .deleted:before,#matter-index-item-list .deleted:before,#matter-content .deleted:before,#matter-answer-content .deleted:before,#pinned-entry .deleted:before,#matter-answer-index-item-list .deleted:before,#matter-answer-list .deleted:before {
    border-bottom: 0
}

#entry-item-list .deleted .report-link,#matter-index-item-list .deleted .report-link,#matter-content .deleted .report-link,#matter-answer-content .deleted .report-link,#pinned-entry .deleted .report-link,#matter-answer-index-item-list .deleted .report-link,#matter-answer-list .deleted .report-link,#entry-item-list .deleted .rate-options,#matter-index-item-list .deleted .rate-options,#matter-content .deleted .rate-options,#matter-answer-content .deleted .rate-options,#pinned-entry .deleted .rate-options,#matter-answer-index-item-list .deleted .rate-options,#matter-answer-list .deleted .rate-options,#entry-item-list .deleted .move-link,#matter-index-item-list .deleted .move-link,#matter-content .deleted .move-link,#matter-answer-content .deleted .move-link,#pinned-entry .deleted .move-link,#matter-answer-index-item-list .deleted .move-link,#matter-answer-list .deleted .move-link {
    display: none
}

#entry-item-list .matter-index-aside,#matter-index-item-list .matter-index-aside,#matter-content .matter-index-aside,#matter-answer-content .matter-index-aside,#pinned-entry .matter-index-aside,#matter-answer-index-item-list .matter-index-aside,#matter-answer-list .matter-index-aside {
    float: left;
    position: relative;
    margin: 0 10px 0 0
}

#entry-item-list .matter-index-aside .matter-index-rate-options>.icon,#matter-index-item-list .matter-index-aside .matter-index-rate-options>.icon,#matter-content .matter-index-aside .matter-index-rate-options>.icon,#matter-answer-content .matter-index-aside .matter-index-rate-options>.icon,#pinned-entry .matter-index-aside .matter-index-rate-options>.icon,#matter-answer-index-item-list .matter-index-aside .matter-index-rate-options>.icon,#matter-answer-list .matter-index-aside .matter-index-rate-options>.icon {
    margin-right: 0
}

#entry-item-list .matter-index-aside .matter-index-rate-options a,#matter-index-item-list .matter-index-aside .matter-index-rate-options a,#matter-content .matter-index-aside .matter-index-rate-options a,#matter-answer-content .matter-index-aside .matter-index-rate-options a,#pinned-entry .matter-index-aside .matter-index-rate-options a,#matter-answer-index-item-list .matter-index-aside .matter-index-rate-options a,#matter-answer-list .matter-index-aside .matter-index-rate-options a,#entry-item-list .matter-index-aside .matter-index-rate-options .rate,#matter-index-item-list .matter-index-aside .matter-index-rate-options .rate,#matter-content .matter-index-aside .matter-index-rate-options .rate,#matter-answer-content .matter-index-aside .matter-index-rate-options .rate,#pinned-entry .matter-index-aside .matter-index-rate-options .rate,#matter-answer-index-item-list .matter-index-aside .matter-index-rate-options .rate,#matter-answer-list .matter-index-aside .matter-index-rate-options .rate {
    float: left;
    clear: left;
    display: block;
    width: 100%;
    text-align: center
}

#entry-item-list .matter-index-aside .matter-index-rate-options .rate,#matter-index-item-list .matter-index-aside .matter-index-rate-options .rate,#matter-content .matter-index-aside .matter-index-rate-options .rate,#matter-answer-content .matter-index-aside .matter-index-rate-options .rate,#pinned-entry .matter-index-aside .matter-index-rate-options .rate,#matter-answer-index-item-list .matter-index-aside .matter-index-rate-options .rate,#matter-answer-list .matter-index-aside .matter-index-rate-options .rate {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 2px;
    width: 50px
}

#entry-item-list .matter-index-content,#matter-index-item-list .matter-index-content,#matter-content .matter-index-content,#matter-answer-content .matter-index-content,#pinned-entry .matter-index-content,#matter-answer-index-item-list .matter-index-content,#matter-answer-list .matter-index-content {
    margin-left: 60px
}

#entry-item-list footer,#matter-index-item-list footer,#matter-content footer,#matter-answer-content footer,#pinned-entry footer,#matter-answer-index-item-list footer,#matter-answer-list footer {
    color: #888;
    font-size: 14px
}

#entry-item-list footer:before,#matter-index-item-list footer:before,#matter-content footer:before,#matter-answer-content footer:before,#pinned-entry footer:before,#matter-answer-index-item-list footer:before,#matter-answer-list footer:before,#entry-item-list footer:after,#matter-index-item-list footer:after,#matter-content footer:after,#matter-answer-content footer:after,#pinned-entry footer:after,#matter-answer-index-item-list footer:after,#matter-answer-list footer:after {
    display: table;
    content: ""
}

#entry-item-list footer:after,#matter-index-item-list footer:after,#matter-content footer:after,#matter-answer-content footer:after,#pinned-entry footer:after,#matter-answer-index-item-list footer:after,#matter-answer-list footer:after {
    clear: both
}

#entry-item-list footer:before,#matter-index-item-list footer:before,#matter-content footer:before,#matter-answer-content footer:before,#pinned-entry footer:before,#matter-answer-index-item-list footer:before,#matter-answer-list footer:before,#entry-item-list footer:after,#matter-index-item-list footer:after,#matter-content footer:after,#matter-answer-content footer:after,#pinned-entry footer:after,#matter-answer-index-item-list footer:after,#matter-answer-list footer:after {
    display: table;
    content: ""
}

#entry-item-list footer:after,#matter-index-item-list footer:after,#matter-content footer:after,#matter-answer-content footer:after,#pinned-entry footer:after,#matter-answer-index-item-list footer:after,#matter-answer-list footer:after {
    clear: both
}

#entry-item-list footer .feedback,#matter-index-item-list footer .feedback,#matter-content footer .feedback,#matter-answer-content footer .feedback,#pinned-entry footer .feedback,#matter-answer-index-item-list footer .feedback,#matter-answer-list footer .feedback {
    float: right
}

#entry-item-list footer .feedback .other .eksico,#matter-index-item-list footer .feedback .other .eksico,#matter-content footer .feedback .other .eksico,#matter-answer-content footer .feedback .other .eksico,#pinned-entry footer .feedback .other .eksico,#matter-answer-index-item-list footer .feedback .other .eksico,#matter-answer-list footer .feedback .other .eksico {
    width: 30px;
    height: 30px;
    margin-top: 0
}

#entry-item-list footer .icon,#matter-index-item-list footer .icon,#matter-content footer .icon,#matter-answer-content footer .icon,#pinned-entry footer .icon,#matter-answer-index-item-list footer .icon,#matter-answer-list footer .icon {
    color: #888;
    font-size: 1.2em
}

#entry-item-list footer .eksico,#matter-index-item-list footer .eksico,#matter-content footer .eksico,#matter-answer-content footer .eksico,#pinned-entry footer .eksico,#matter-answer-index-item-list footer .eksico,#matter-answer-list footer .eksico {
    fill: #888;
    width: 15px;
    height: 15px;
    margin: 5px
}

#entry-item-list footer .vote-response-area,#matter-index-item-list footer .vote-response-area,#matter-content footer .vote-response-area,#matter-answer-content footer .vote-response-area,#pinned-entry footer .vote-response-area,#matter-answer-index-item-list footer .vote-response-area,#matter-answer-list footer .vote-response-area {
    clear: left;
    font-size: .9em;
    height: 0;
    overflow: visible
}

#entry-item-list footer a,#matter-index-item-list footer a,#matter-content footer a,#matter-answer-content footer a,#pinned-entry footer a,#matter-answer-index-item-list footer a,#matter-answer-list footer a {
    white-space: nowrap
}

#entry-item-list footer .entry-date,#matter-index-item-list footer .entry-date,#matter-content footer .entry-date,#matter-answer-content footer .entry-date,#pinned-entry footer .entry-date,#matter-answer-index-item-list footer .entry-date,#matter-answer-list footer .entry-date,#entry-item-list footer .matter-date,#matter-index-item-list footer .matter-date,#matter-content footer .matter-date,#matter-answer-content footer .matter-date,#pinned-entry footer .matter-date,#matter-answer-index-item-list footer .matter-date,#matter-answer-list footer .matter-date {
    color: #888
}

#entry-item-list footer .entry-date>a,#matter-index-item-list footer .entry-date>a,#matter-content footer .entry-date>a,#matter-answer-content footer .entry-date>a,#pinned-entry footer .entry-date>a,#matter-answer-index-item-list footer .entry-date>a,#matter-answer-list footer .entry-date>a,#entry-item-list footer .matter-date>a,#matter-index-item-list footer .matter-date>a,#matter-content footer .matter-date>a,#matter-answer-content footer .matter-date>a,#pinned-entry footer .matter-date>a,#matter-answer-index-item-list footer .matter-date>a,#matter-answer-list footer .matter-date>a {
    color: #888
}

#entry-item-list footer .favorited,#matter-index-item-list footer .favorited,#matter-content footer .favorited,#matter-answer-content footer .favorited,#pinned-entry footer .favorited,#matter-answer-index-item-list footer .favorited,#matter-answer-list footer .favorited {
    color: #48dbfb
}

#entry-item-list footer .favorited .eksico,#matter-index-item-list footer .favorited .eksico,#matter-content footer .favorited .eksico,#matter-answer-content footer .favorited .eksico,#pinned-entry footer .favorited .eksico,#matter-answer-index-item-list footer .favorited .eksico,#matter-answer-list footer .favorited .eksico {
    fill: #48dbfb
}

#entry-item-list footer .favorite-links,#matter-index-item-list footer .favorite-links,#matter-content footer .favorite-links,#matter-answer-content footer .favorite-links,#pinned-entry footer .favorite-links,#matter-answer-index-item-list footer .favorite-links,#matter-answer-list footer .favorite-links {
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding-left: 10px;
    font-size: 14px
}

#entry-item-list footer .favorite-links svg,#matter-index-item-list footer .favorite-links svg,#matter-content footer .favorite-links svg,#matter-answer-content footer .favorite-links svg,#pinned-entry footer .favorite-links svg,#matter-answer-index-item-list footer .favorite-links svg,#matter-answer-list footer .favorite-links svg {
    stroke: #888;
    fill: none
}

#entry-item-list footer .favorite-links a,#matter-index-item-list footer .favorite-links a,#matter-content footer .favorite-links a,#matter-answer-content footer .favorite-links a,#pinned-entry footer .favorite-links a,#matter-answer-index-item-list footer .favorite-links a,#matter-answer-list footer .favorite-links a {
    float: none
}

#entry-item-list footer .see-rates,#matter-index-item-list footer .see-rates,#matter-content footer .see-rates,#matter-answer-content footer .see-rates,#pinned-entry footer .see-rates,#matter-answer-index-item-list footer .see-rates,#matter-answer-list footer .see-rates {
    display: none;
    float: left
}

#entry-item-list footer .feedback-container,#matter-index-item-list footer .feedback-container,#matter-content footer .feedback-container,#matter-answer-content footer .feedback-container,#pinned-entry footer .feedback-container,#matter-answer-index-item-list footer .feedback-container,#matter-answer-list footer .feedback-container {
    float: left;
    position: relative;
    width: 100%
}

#entry-item-list footer .feedback-container a,#matter-index-item-list footer .feedback-container a,#matter-content footer .feedback-container a,#matter-answer-content footer .feedback-container a,#pinned-entry footer .feedback-container a,#matter-answer-index-item-list footer .feedback-container a,#matter-answer-list footer .feedback-container a {
    color: #888
}

#entry-item-list footer .feedback-container .dropdown a,#matter-index-item-list footer .feedback-container .dropdown a,#matter-content footer .feedback-container .dropdown a,#matter-answer-content footer .feedback-container .dropdown a,#pinned-entry footer .feedback-container .dropdown a,#matter-answer-index-item-list footer .feedback-container .dropdown a,#matter-answer-list footer .feedback-container .dropdown a {
    color: #333
}

#entry-item-list footer .eksiseyler-link,#matter-index-item-list footer .eksiseyler-link,#matter-content footer .eksiseyler-link,#matter-answer-content footer .eksiseyler-link,#pinned-entry footer .eksiseyler-link,#matter-answer-index-item-list footer .eksiseyler-link,#matter-answer-list footer .eksiseyler-link {
    margin-right: 20px;
    margin-left: 15px
}

@media handheld,only screen and (max-width: 850px) {
    #entry-item-list footer .eksiseyler-link,#matter-index-item-list footer .eksiseyler-link,#matter-content footer .eksiseyler-link,#matter-answer-content footer .eksiseyler-link,#pinned-entry footer .eksiseyler-link,#matter-answer-index-item-list footer .eksiseyler-link,#matter-answer-list footer .eksiseyler-link {
        margin-right:20px
    }

    #entry-item-list footer .feedback-container,#matter-index-item-list footer .feedback-container,#matter-content footer .feedback-container,#matter-answer-content footer .feedback-container,#pinned-entry footer .feedback-container,#matter-answer-index-item-list footer .feedback-container,#matter-answer-list footer .feedback-container {
        margin-right: 20px
    }

    #entry-item-list footer .feedback-container a,#matter-index-item-list footer .feedback-container a,#matter-content footer .feedback-container a,#matter-answer-content footer .feedback-container a,#pinned-entry footer .feedback-container a,#matter-answer-index-item-list footer .feedback-container a,#matter-answer-list footer .feedback-container a {
        margin-left: 0
    }

    #entry-item-list footer .feedback-container .favorite-count,#matter-index-item-list footer .feedback-container .favorite-count,#matter-content footer .feedback-container .favorite-count,#matter-answer-content footer .feedback-container .favorite-count,#pinned-entry footer .feedback-container .favorite-count,#matter-answer-index-item-list footer .feedback-container .favorite-count,#matter-answer-list footer .feedback-container .favorite-count {
        margin-left: 0
    }
}

#entry-item-list footer .info,#matter-index-item-list footer .info,#matter-content footer .info,#matter-answer-content footer .info,#pinned-entry footer .info,#matter-answer-index-item-list footer .info,#matter-answer-list footer .info {
    text-align: right;
    float: right
}

@media handheld,only screen and (max-width: 850px) {
    #entry-item-list footer .info,#matter-index-item-list footer .info,#matter-content footer .info,#matter-answer-content footer .info,#pinned-entry footer .info,#matter-answer-index-item-list footer .info,#matter-answer-list footer .info {
        float:none;
        clear: none;
        width: 100%
    }
}

#entry-item-list footer .info .entry-footer-bottom,#matter-index-item-list footer .info .entry-footer-bottom,#matter-content footer .info .entry-footer-bottom,#matter-answer-content footer .info .entry-footer-bottom,#pinned-entry footer .info .entry-footer-bottom,#matter-answer-index-item-list footer .info .entry-footer-bottom,#matter-answer-list footer .info .entry-footer-bottom {
    float: right
}

#entry-item-list footer .info .entry-footer-bottom a,#matter-index-item-list footer .info .entry-footer-bottom a,#matter-content footer .info .entry-footer-bottom a,#matter-answer-content footer .info .entry-footer-bottom a,#pinned-entry footer .info .entry-footer-bottom a,#matter-answer-index-item-list footer .info .entry-footer-bottom a,#matter-answer-list footer .info .entry-footer-bottom a {
    display: block
}

#entry-item-list footer .info .entry-footer-bottom .footer-info,#matter-index-item-list footer .info .entry-footer-bottom .footer-info,#matter-content footer .info .entry-footer-bottom .footer-info,#matter-answer-content footer .info .entry-footer-bottom .footer-info,#pinned-entry footer .info .entry-footer-bottom .footer-info,#matter-answer-index-item-list footer .info .entry-footer-bottom .footer-info,#matter-answer-list footer .info .entry-footer-bottom .footer-info {
    float: left;
    vertical-align: middle;
    padding: 4px;
    padding-right: 10px
}

#entry-item-list footer .info .entry-footer-bottom .footer-info div,#matter-index-item-list footer .info .entry-footer-bottom .footer-info div,#matter-content footer .info .entry-footer-bottom .footer-info div,#matter-answer-content footer .info .entry-footer-bottom .footer-info div,#pinned-entry footer .info .entry-footer-bottom .footer-info div,#matter-answer-index-item-list footer .info .entry-footer-bottom .footer-info div,#matter-answer-list footer .info .entry-footer-bottom .footer-info div {
    display: block;
    padding: 2px;
    line-height: 14px
}

#entry-item-list footer .info .entry-footer-bottom .avatar-container,#matter-index-item-list footer .info .entry-footer-bottom .avatar-container,#matter-content footer .info .entry-footer-bottom .avatar-container,#matter-answer-content footer .info .entry-footer-bottom .avatar-container,#pinned-entry footer .info .entry-footer-bottom .avatar-container,#matter-answer-index-item-list footer .info .entry-footer-bottom .avatar-container,#matter-answer-list footer .info .entry-footer-bottom .avatar-container {
    float: left
}

#entry-item-list footer .info .entry-footer-bottom img,#matter-index-item-list footer .info .entry-footer-bottom img,#matter-content footer .info .entry-footer-bottom img,#matter-answer-content footer .info .entry-footer-bottom img,#pinned-entry footer .info .entry-footer-bottom img,#matter-answer-index-item-list footer .info .entry-footer-bottom img,#matter-answer-list footer .info .entry-footer-bottom img {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-bottom: 2px
}

#entry-item-list footer .permalink,#matter-index-item-list footer .permalink,#matter-content footer .permalink,#matter-answer-content footer .permalink,#pinned-entry footer .permalink,#matter-answer-index-item-list footer .permalink,#matter-answer-list footer .permalink {
    color: #888;
    font-size: 12px
}

#entry-item-list footer .other,#matter-index-item-list footer .other,#matter-content footer .other,#matter-answer-content footer .other,#pinned-entry footer .other,#matter-answer-index-item-list footer .other,#matter-answer-list footer .other {
    display: inline-block;
    vertical-align: top
}

#entry-item-list footer .other>a:hover,#matter-index-item-list footer .other>a:hover,#matter-content footer .other>a:hover,#matter-answer-content footer .other>a:hover,#pinned-entry footer .other>a:hover,#matter-answer-index-item-list footer .other>a:hover,#matter-answer-list footer .other>a:hover {
    text-decoration: none
}

#entry-item-list footer .other .dropdown-menu,#matter-index-item-list footer .other .dropdown-menu,#matter-content footer .other .dropdown-menu,#matter-answer-content footer .other .dropdown-menu,#pinned-entry footer .other .dropdown-menu,#matter-answer-index-item-list footer .other .dropdown-menu,#matter-answer-list footer .other .dropdown-menu {
    min-width: 0;
    text-align: left
}

#entry-item-list footer .other .super-vote>ul>li>a,#matter-index-item-list footer .other .super-vote>ul>li>a,#matter-content footer .other .super-vote>ul>li>a,#matter-answer-content footer .other .super-vote>ul>li>a,#pinned-entry footer .other .super-vote>ul>li>a,#matter-answer-index-item-list footer .other .super-vote>ul>li>a,#matter-answer-list footer .other .super-vote>ul>li>a {
    color: #888
}

#entry-item-list footer .rate-options,#matter-index-item-list footer .rate-options,#matter-content footer .rate-options,#matter-answer-content footer .rate-options,#pinned-entry footer .rate-options,#matter-answer-index-item-list footer .rate-options,#matter-answer-list footer .rate-options {
    float: left
}

#entry-item-list footer .rate-options .eksico,#matter-index-item-list footer .rate-options .eksico,#matter-content footer .rate-options .eksico,#matter-answer-content footer .rate-options .eksico,#pinned-entry footer .rate-options .eksico,#matter-answer-index-item-list footer .rate-options .eksico,#matter-answer-list footer .rate-options .eksico {
    height: 15px;
    width: 15px;
    margin: 5px
}

#entry-item-list footer .rate-options>.icon,#matter-index-item-list footer .rate-options>.icon,#matter-content footer .rate-options>.icon,#matter-answer-content footer .rate-options>.icon,#pinned-entry footer .rate-options>.icon,#matter-answer-index-item-list footer .rate-options>.icon,#matter-answer-list footer .rate-options>.icon {
    margin-right: 10px
}

#entry-item-list footer .rate-options>a,#matter-index-item-list footer .rate-options>a,#matter-content footer .rate-options>a,#matter-answer-content footer .rate-options>a,#pinned-entry footer .rate-options>a,#matter-answer-index-item-list footer .rate-options>a,#matter-answer-list footer .rate-options>a {
    padding-left: 15px
}

#entry-item-list footer .rate-options>a:first-child,#matter-index-item-list footer .rate-options>a:first-child,#matter-content footer .rate-options>a:first-child,#matter-answer-content footer .rate-options>a:first-child,#pinned-entry footer .rate-options>a:first-child,#matter-answer-index-item-list footer .rate-options>a:first-child,#matter-answer-list footer .rate-options>a:first-child {
    padding-left: 0
}

#entry-item-list footer .matter-answer-rate-options .eksico,#matter-index-item-list footer .matter-answer-rate-options .eksico,#matter-content footer .matter-answer-rate-options .eksico,#matter-answer-content footer .matter-answer-rate-options .eksico,#pinned-entry footer .matter-answer-rate-options .eksico,#matter-answer-index-item-list footer .matter-answer-rate-options .eksico,#matter-answer-list footer .matter-answer-rate-options .eksico {
    margin-right: 5px
}

#entry-item-list footer .matter-answer-rate-options span,#matter-index-item-list footer .matter-answer-rate-options span,#matter-content footer .matter-answer-rate-options span,#matter-answer-content footer .matter-answer-rate-options span,#pinned-entry footer .matter-answer-rate-options span,#matter-answer-index-item-list footer .matter-answer-rate-options span,#matter-answer-list footer .matter-answer-rate-options span {
    display: inline-block;
    min-width: 40px;
    vertical-align: middle
}

#entry-item-list footer .favorite-link,#matter-index-item-list footer .favorite-link,#matter-content footer .favorite-link,#matter-answer-content footer .favorite-link,#pinned-entry footer .favorite-link,#matter-answer-index-item-list footer .favorite-link,#matter-answer-list footer .favorite-link {
    vertical-align: initial;
    color: #888;
    margin-right: 0;
    float: left
}

#entry-item-list footer .favorite-link.favorited,#matter-index-item-list footer .favorite-link.favorited,#matter-content footer .favorite-link.favorited,#matter-answer-content footer .favorite-link.favorited,#pinned-entry footer .favorite-link.favorited,#matter-answer-index-item-list footer .favorite-link.favorited,#matter-answer-list footer .favorite-link.favorited {
    color: #48dbfb
}

#entry-item-list footer .favorite-link.favorited .eksico,#matter-index-item-list footer .favorite-link.favorited .eksico,#matter-content footer .favorite-link.favorited .eksico,#matter-answer-content footer .favorite-link.favorited .eksico,#pinned-entry footer .favorite-link.favorited .eksico,#matter-answer-index-item-list footer .favorite-link.favorited .eksico,#matter-answer-list footer .favorite-link.favorited .eksico {
    fill: #48dbfb;
    stroke: #48dbfb
}

#entry-item-list footer .favorite-count,#matter-index-item-list footer .favorite-count,#matter-content footer .favorite-count,#matter-answer-content footer .favorite-count,#pinned-entry footer .favorite-count,#matter-answer-index-item-list footer .favorite-count,#matter-answer-list footer .favorite-count {
    float: left;
    vertical-align: middle
}

#entry-item-list footer .answer-link-info,#matter-index-item-list footer .answer-link-info,#matter-content footer .answer-link-info,#matter-answer-content footer .answer-link-info,#pinned-entry footer .answer-link-info,#matter-answer-index-item-list footer .answer-link-info,#matter-answer-list footer .answer-link-info {
    color: #888!important;
    margin-left: 0!important
}

#entry-item-list footer .answer-link,#matter-index-item-list footer .answer-link,#matter-content footer .answer-link,#matter-answer-content footer .answer-link,#pinned-entry footer .answer-link,#matter-answer-index-item-list footer .answer-link,#matter-answer-list footer .answer-link {
    color: #333!important;
    margin-left: 10px
}

#entry-item-list footer #copy-to-clipboard-entry-number .eksico,#matter-index-item-list footer #copy-to-clipboard-entry-number .eksico,#matter-content footer #copy-to-clipboard-entry-number .eksico,#matter-answer-content footer #copy-to-clipboard-entry-number .eksico,#pinned-entry footer #copy-to-clipboard-entry-number .eksico,#matter-answer-index-item-list footer #copy-to-clipboard-entry-number .eksico,#matter-answer-list footer #copy-to-clipboard-entry-number .eksico {
    width: 15px
}

.matter-navigation {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px
}

.matter-navigation a {
    color: #0abde3
}

.matter-navigation .raquo {
    display: inline;
    margin-left: 5px;
    margin-right: 5px
}

.no-touch #entry-item-list footer .feedback-container a:hover,.no-touch #pinned-entry footer .feedback-container a:hover {
    color: #48dbfb
}

.no-touch #entry-item-list footer .feedback-container a:hover .eksico,.no-touch #pinned-entry footer .feedback-container a:hover .eksico {
    fill: #48dbfb
}

.no-touch #entry-item-list footer .feedback-container a.svgico-facebook:hover,.no-touch #pinned-entry footer .feedback-container a.svgico-facebook:hover {
    color: hsl(222,47%,40%)
}

.no-touch #entry-item-list footer .feedback-container a.svgico-facebook:hover .eksico,.no-touch #pinned-entry footer .feedback-container a.svgico-facebook:hover .eksico {
    fill: hsl(222,47%,40%)
}

.no-touch #entry-item-list footer .feedback-container a.svgico-twitter:hover,.no-touch #pinned-entry footer .feedback-container a.svgico-twitter:hover {
    color: hsl(198,100%,47%)
}

.no-touch #entry-item-list footer .feedback-container a.svgico-twitter:hover .eksico,.no-touch #pinned-entry footer .feedback-container a.svgico-twitter:hover .eksico {
    fill: hsl(198,100%,47%)
}

.no-touch #entry-item-list footer .feedback-container a.dislike:hover .eksico,.no-touch #pinned-entry footer .feedback-container a.dislike:hover .eksico {
    fill: #ff5222
}

.no-touch .matter-index-rate-options a .eksico {
    fill: #888
}

.no-touch .matter-index-rate-options a #svg-matter-up {
    vertical-align: text-bottom
}

.no-touch .matter-index-rate-options a #svg-matter-down {
    vertical-align: text-top
}

.no-touch .matter-index-rate-options a:hover {
    color: #48dbfb
}

.no-touch .matter-index-rate-options a:hover .eksico {
    fill: #48dbfb
}

.no-touch .matter-index-rate-options a.svgico-facebook:hover .eksico {
    fill: hsl(222,47%,40%)
}

.no-touch .matter-index-rate-options a.svgico-twitter:hover .eksico {
    fill: hsl(198,100%,47%)
}

.no-touch .matter-index-rate-options a.dislike:hover .eksico {
    fill: #ff5222
}

.favorite-list-popup {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    display: none;
    padding: 5px;
    max-height: 300px;
    width: 220px;
    overflow-y: auto;
    overflow-x: hidden
}

.favorite-list-popup a {
    color: #333
}

.favorite-list-popup.open {
    display: block
}

.favorite-list-popup ul {
    margin: 0
}

.favorite-list-popup ul li>a {
    font-size: 110%;
    white-space: nowrap;
    color: #888;
    display: block
}

html.no-touch .share-links li:hover {
    opacity: 1
}

html.no-touch #entry-item-list footer div.links a:hover,html.no-touch .rate-options li a:hover,html.no-touch div.options a:hover,html.no-touch .entry-date a:hover {
    color: #333
}

html.no-touch #pinned-entry footer div.links a:hover,html.no-touch .rate-options li a:hover,html.no-touch div.options a:hover,html.no-touch .entry-date a:hover {
    color: #333
}

.share-links>a>.eksico {
    width: 15px!important;
    margin-right: 10px!important
}

html sup.ab a {
    background-color: #fff
}

html sup.ab a:before {
    content: '('
}

html sup.ab a:after {
    content: ':' attr(data-query) ')'
}

html.no-touch sup.ab {
    font-size: 1.5em;
    line-height: 0;
    top: 0
}

html.no-touch sup.ab a {
    background-color: transparent
}

html.no-touch sup.ab a:before,html.no-touch sup.ab a:after {
    content: ''
}

#request-fill-form textarea {
    display: none
}

#debe-nav {
    margin-top: 20px;
    margin-bottom: 20px
}

#debe-nav:before,#debe-nav:after {
    display: table;
    content: ""
}

#debe-nav:after {
    clear: both
}

#debe-nav:before,#debe-nav:after {
    display: table;
    content: ""
}

#debe-nav:after {
    clear: both
}

#debe-nav>a {
    display: inline-block;
    width: 49%;
    float: left;
    text-align: left;
    padding: 2px 5px
}

#debe-nav>a>small {
    margin: 0
}

#debe-nav>.next-link {
    margin-left: 2%;
    text-align: right;
    float: right
}

.related-titles {
    background-color: #f6f7f7;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px
}

.related-titles>ul>li {
    display: block;
    padding: 6px;
    border-top: 0;
    font-size: 1.3em
}

.related-titles .more-data {
    display: inline;
    border: 0;
    padding-left: 7px;
    font-size: 20.16px
}

.related-titles a.more-data:hover {
    text-decoration: none;
    background-color: #f6f7f7
}

.entry-edit-form-container {
    padding-top: 10px
}

#upload-preview {
    width: 100%;
    margin-top: 45px
}

#topic-channel-suggestion-menu {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 315px
}

#topic-channel-suggestion-menu a {
    color: #333
}

#topic-channel-suggestion-menu::-webkit-scrollbar {
    width: 8px
}

#topic-channel-suggestion-menu::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
    border-radius: 4px
}

#topic-channel-suggestion-menu::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

#topic-channel-suggestion-menu::-webkit-scrollbar-corner {
    background-color: transparent
}

#topic-channels {
    margin-bottom: 10px
}

#topic-channels li {
    display: inline-block;
    margin-bottom: 3px
}

#topic-channel-options {
    margin-bottom: 10px;
    width: 150px
}

#topic-channel-options>li {
    margin-bottom: 2.5px
}

#topic-channel-options>li #negative {
    cursor: pointer
}

#topic-channel-options>li #positive {
    cursor: pointer
}

#topic-channel-options>li>.name,#topic-channel-options>li .vote {
    padding: 2px 5px;
    line-height: 2;
    border: 1px solid;
    border-radius: 2px
}

#topic-channel-options>li>.name.active,#topic-channel-options>li .vote.active {
    background-color: #48dbfb;
    border-color: #b0bec5;
    color: #fff;
    cursor: default!important
}

#topic-channel-options>li>.name.passive,#topic-channel-options>li .vote.passive {
    background-color: #fff;
    color: #333;
    border-color: #f2f2f2
}

#topic-channel-info {
    position: relative
}

#topic-matter-info {
    position: relative;
    padding-left: 17px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#topic-matters {
    margin-bottom: 10px
}

#topic-matters>ul>li {
    margin-bottom: 10px
}

#topic-matters>p {
    font-style: italic
}

#topic-matter-actions {
    text-align: right
}

#topic-matter-actions>a {
    padding: 4px 8px
}

#sukela-mod-link {
    color: #0abde3;
    font-weight: 500
}

#in-topic-search-options {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    display: none;
    width: 300px;
    max-width: 90%
}

#in-topic-search-options a {
    color: #333
}

#in-topic-search-options.open {
    display: block
}

#in-topic-search-options>li {
    display: block
}

#in-topic-search-options>li>a {
    display: block;
    padding: 4px 8px
}

#in-topic-search-options form {
    padding: 0 6px 10px 6px
}

#in-topic-search-options input[type=text] {
    width: 83%;
    max-width: 100%;
    float: left
}

#in-topic-search-options button {
    width: 15%;
    float: right
}

#in-topic-search-options button .eksico {
    fill: #fff;
    width: 16px;
    height: 16px
}

@keyframes topic-out {
    from {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

#disambiguations {
    background-color: #f6f7f7;
    padding: 10px 17px 10px 17px;
    margin-bottom: 10px
}

#disambiguations>ul {
    overflow-y: hidden;
    height: 3em
}

#disambiguations>ul.expanded {
    height: auto
}

#disambiguations>ul>li {
    margin-left: 10px
}

#disambiguations .read-more-link:before {
    content: "tümünü göster"
}

#disambiguations .read-more-link.expanded:before {
    content: "ufalt"
}

.more-disambiguations {
    display: none
}

.matter-muted-title {
    color: #888;
    font-weight: lighter
}

.matter-edit #title-editbox {
    margin-bottom: 16px
}

.matter-edit .edit-matter-input {
    max-width: 100%!important;
    width: 100%!important
}

#matter-index-filter-options,#matter-filter-options {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    display: none;
    width: 200px;
    max-width: 90%
}

#matter-index-filter-options a,#matter-filter-options a {
    color: #333
}

#matter-index-filter-options.open,#matter-filter-options.open {
    display: block
}

#matter-index-filter-options>li,#matter-filter-options>li {
    display: block
}

#matter-index-filter-options>li>a,#matter-filter-options>li>a {
    display: block;
    padding: 4px 8px
}

#edit-matter-answer-info {
    margin-bottom: 25px
}

.sponsored-index-item {
    color: #888;
    margin-top: -5px;
    font-size: .8em
}

.pinned-icon-container {
    display: inline-block;
    vertical-align: middle
}

.pinned-icon-container #pinned-icon {
    text-decoration: none;
    cursor: default;
    color: #888!important
}

.pinned-icon-container #pinned-icon .eksico {
    fill: #888;
    width: 14px;
    height: 14px;
    margin: 4px 4px 4px 0;
    display: inline-block
}

.pinned-icon-container span {
    display: inline-block;
    font-size: 14px
}

#pinned-entry .content {
    padding-top: 5px
}

.matter-index-vote-in-footer {
    float: left;
    position: relative;
    margin: 0 10px 0 10px
}

.matter-index-vote-in-footer .matter-index-rate-options a,.matter-index-vote-in-footer .matter-index-rate-options .rate {
    width: 100%;
    text-align: center
}

.matter-index-vote-in-footer .matter-index-rate-options .rate {
    font-weight: bold;
    margin-bottom: 2px;
    width: 50px
}

.matter-index-vote-in-footer .matter-index-rate-options .like>#svg-matter-up {
    margin-bottom: 3px
}

.matter-index-vote-in-footer .matter-index-rate-options .dislike>#svg-matter-down {
    margin-top: 3px
}

.matter-index-vote-in-footer .matter-index-rate-options a .eksico {
    fill: #888
}

.matter-index-vote-in-footer .matter-index-rate-options a #svg-matter-up {
    vertical-align: text-bottom
}

.matter-index-vote-in-footer .matter-index-rate-options a #svg-matter-down {
    vertical-align: text-top
}

.matter-index-vote-in-footer .matter-index-rate-options a:hover {
    color: #48dbfb
}

.matter-index-vote-in-footer .matter-index-rate-options a:hover .eksico {
    fill: #48dbfb
}

.matter-index-vote-in-footer .matter-index-rate-options a.svgico-facebook:hover .eksico {
    fill: hsl(222,47%,40%)
}

.matter-index-vote-in-footer .matter-index-rate-options a.svgico-twitter:hover .eksico {
    fill: hsl(198,100%,47%)
}

.matter-index-vote-in-footer .matter-index-rate-options a.dislike:hover .eksico {
    fill: #ff5222
}

#track-matter-link {
    color: #333!important
}

#pinned-entry .content {
    max-height: 100%!important
}

#entry-nick-container {
    display: flex!important;
    align-items: baseline;
    padding: 0 0 2px 0!important;
    margin: 0!important
}

#entry-nick-container #entry-author {
    width: 100%
}

#entry-nick-container #verified-badge-entry {
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 5px
}

#entry-nick-container #verified-badge-entry>svg {
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px
}

#matter-answer-content {
    margin: 0
}

#entry-item[data-show="false"] {
    display: none
}

#entry-show-button {
    border-radius: 50px
}

.with-parentheses:before {
    content: '\0028'
}

.with-parentheses:after {
    content: '\0029'
}

.topic-list li:first-child {
    border-top: 0
}

.topic-list li>a {
    display: block;
    padding: 10px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #333
}

.topic-list li>a.empty-index-item {
    color: #888
}

.topic-list li>a small {
    font-size: 1em;
    color: #888
}

.topic-list li>a small:before {
    content: '\0028'
}

.topic-list li>a small:after {
    content: '\0029'
}

.topic-list li>a.flowingindexitem {
    font-style: italic
}

.topic-list li .detail {
    color: #888;
    font-size: .8em
}

.topic-list li p {
    color: #888
}

.topic-list li.new-update a {
    font-weight: bold
}

a.pinned {
    padding: 20px 0
}

a.pinned:before {
    font-weight: bold;
    content: '\00bb\00a0'
}

.topic-list.partial {
    margin-bottom: 0
}

.topic-list.partial>li>a {
    padding: 10px 0;
    position: relative;
    padding-right: 30px
}

.topic-list.partial>li>a>small:before,.topic-list.partial>li>a>small:after {
    content: ""
}

.topic-list.partial>li>a>small {
    position: absolute;
    right: 0;
    top: 10px;
    color: #888
}

@media handheld,only screen and (max-width: 850px) {
    .topic-list.partial>li>a {
        font-size:16px
    }
}

.topic-list.partial.mobile {
    margin-bottom: 0
}

.topic-list.partial.mobile>li>a {
    padding: 10px 0;
    font-size: 1.2em;
    position: relative;
    padding-right: 25px
}

.topic-list.partial.mobile>li>a>small:before,.topic-list.partial.mobile>li>a>small:after {
    content: ""
}

.topic-list.partial.mobile>li>a>small {
    position: absolute;
    right: 0;
    top: 10px
}

#today-index-section-container li>a {
    font-size: 1.2em
}

.topic-list .seperator {
    color: #888;
    font-size: 1.3em;
    margin-top: 5px;
    position: relative;
    text-align: center
}

.topic-list .seperator hr {
    border-color: #b6c3c9;
    border-style: solid;
    border-width: 1px 0 0;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: -1
}

.topic-list .seperator span {
    background-color: #fff;
    white-space: nowrap;
    padding: 0 5px 0 0
}

.topic-list.partial .seperator {
    font-size: 1em
}

.topic-list.partial .seperator span {
    font-size: 1em
}

html.no-touch .topic-list li>a:hover {
    text-decoration: none;
    background-color: #f6f7f7
}

html.no-touch .topic-list li>a.empty-index-item:hover {
    color: #888
}

.profile-top-container {
    min-height: 100px
}

#nick-container {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

#nick-container #verified-badge {
    display: flex;
    align-self: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0
}

#nick-container #verified-badge .verified-badge-large {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0
}

#nick-container h1 {
    margin: 0!important
}

#user-image-badges,#badges-selected {
    margin-bottom: 10px;
    height: 34px
}

#user-image-badges li,#badges-selected li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px
}

#user-image-badges li img,#badges-selected li img {
    width: 34px;
    height: 34px
}

#user-image-badges li:first-child,#badges-selected li:first-child {
    margin-left: 0!important
}

#user-image-badges li::before,#badges-selected li::before {
    margin: 0 5px
}

#user-image-badges a,#badges-selected a {
    display: inline-block;
    color: #888;
    font-style: italic
}

#all-badges-container {
    position: relative!important;
    border: 1px solid;
    border-color: #bdbdbd;
    border-radius: 10px;
    padding: 8px;
    width: 100%
}

#all-badges-container .inactive-badge-item img {
    opacity: .4
}

#selected-badges-container {
    position: relative!important;
    border: 1px solid;
    border-color: #bdbdbd;
    border-radius: 10px;
    padding: 10px;
    width: 100%
}

#selected-badges-container fieldset {
    margin: 0 0 10px 0
}

#selected-badges,#selected-badges-otheruser {
    width: 100%;
    display: flex
}

#selected-badges li,#selected-badges-otheruser li {
    padding: 0;
    border: 0;
    margin: 0 15px 0 15px;
    display: block;
    width: auto
}

#selected-badges li a,#selected-badges-otheruser li a {
    display: block
}

#user-text-badges {
    margin-bottom: 10px
}

#user-text-badges li {
    display: inline-block;
    margin-bottom: 5px
}

#user-text-badges a {
    display: inline-block;
    padding: 2px 10px;
    background-color: #FFB96E;
    color: #333;
    border-radius: 3px;
    border: 1px outset #FFB96E
}

#user-badges {
    display: table;
    flex-wrap: wrap;
    text-align: left;
    vertical-align: top;
    list-style: none;
    margin-bottom: 10px
}

#user-badges li {
    padding: 0;
    border: 0;
    width: 25%;
    height: 110px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px
}

#user-badges p {
    white-space: pre-wrap
}

#user-badges a {
    display: inline-block;
    padding: 2px 10px
}

#user-badges img {
    margin: auto;
    display: block;
    width: 60px;
    height: 60px
}

#badges-container {
    width: 100%
}

#badges-container legend {
    padding-left: 10px
}

.selected-badge-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    border: 0
}

#user-social-account a.active.svgico-facebook .eksico {
    fill: hsl(222,47%,40%)
}

#user-social-account a.active.svgico-twitter .eksico {
    fill: hsl(198,100%,47%)
}

#user-social-account a.passive {
    pointer-events: none;
    cursor: default
}

.instagram-test {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 15px
}

.instagram-test.active {
    background-image: url(../img/instagram_color.png)
}

.instagram-test.passive {
    background-image: url(../img/instagram-white.png)
}

html.no-touch #user-image-badges a:hover,#user-badges a:hover {
    text-decoration: none
}

#user-entry-stats {
    color: #888
}

#user-entry-stats li {
    display: inline
}

#user-entry-stats li:after {
    content: "\00B7";
    color: #333;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
    margin-right: 4px
}

#user-entry-stats li span {
    color: #888;
    font-weight: 600
}

#user-entry-stats li:last-child:after {
    content: ''
}

#profile-cards:before,#profile-cards:after {
    display: table;
    content: ""
}

#profile-cards:after {
    clear: both
}

#profile-cards:before,#profile-cards:after {
    display: table;
    content: ""
}

#profile-cards:after {
    clear: both
}

#profile-cards>li {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px
}

#profile-cards>li:nth-child(even) {
    margin-right: 0
}

#profile-cards>li h3 {
    font-size: 16px
}

@media handheld,only screen and (max-width: 850px) {
    #profile-cards>li h3 {
        font-size:20px;
        margin-bottom: 10px
    }
}

#profile-cards>li>h3 small:before,#profile-cards>li h4 small:before {
    content: '\0028'
}

#profile-cards>li>h3 small:after,#profile-cards>li h4 small:after {
    content: '\0029'
}

#profile-cards>li>ul {
    list-style-type: none;
    text-indent: -8px;
    padding-left: 8px;
    margin-bottom: 10px
}

#profile-cards>li>ul li:before {
    content: "\00B7\00A0";
    color: #888
}

@media handheld,only screen and (max-width: 850px) {
    #profile-cards>li>ul li {
        margin-bottom:10px
    }
}

#profile-cards>li>ul li span {
    color: #888
}

#profile-cards>li>ul li span:before {
    content: '\0028'
}

#profile-cards>li>ul li span:after {
    content: '\0029'
}

#profile-cards>li>ul li.collapsed {
    display: none
}

#profile-intro-header h2 {
    font-size: 16px
}

#profile-logo {
    float: right;
    width: 96px;
    height: 96px;
    position: relative
}

#profile-logo img.logo {
    width: 100%;
    height: 100%;
    border: 3px solid #c0c7c7;
    border-radius: 3px
}

#profile-logo #logo-edit-links {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2px 7px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5)
}

#profile-logo #logo-edit-links a {
    color: #fff;
    font-size: .9em
}

#profile-logo #logo-edit-links #logo-delete-link {
    float: right
}

#profile-logo:hover #logo-edit-links {
    display: block;
    cursor: pointer
}

#corporate-profile-logo {
    float: right;
    width: 96px;
    height: 96px;
    position: relative
}

#corporate-profile-logo img.logo {
    width: 100%;
    height: 100%;
    border: 3px solid #c0c7c7;
    border-radius: 3px
}

#corporate-profile-logo #logo-edit-links {
    width: 100%;
    padding: 2px 7px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5)
}

#corporate-profile-logo #logo-edit-links a {
    color: #fff;
    font-size: .9em
}

#corporate-profile-logo #logo-edit-links #logo-delete-link {
    float: right
}

#corporate-profile-logo:hover #logo-edit-links {
    display: block
}

#logo-upload-modal {
    padding: 30px 10px 10px;
    min-width: 300px
}

#logo-upload-modal #logo-preview-mask {
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 2001
}

#logo-upload-modal #logo-preview-mask img.preview {
    height: 140px;
    width: auto;
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000
}

#logo-upload-modal #logo-drop-zone {
    box-sizing: border-box;
    min-height: 120px;
    border: 2px dashed rgba(0,0,0,0.3);
    padding: 20px 20px;
    height: 140px;
    width: 140px;
    line-height: 120px;
    font-size: smaller;
    cursor: pointer
}

#logo-upload-modal #logo-drop-zone.dropzone {
    height: 100%;
    border: 1px dashed #c0c7c7;
    color: #888;
    text-align: center
}

#logo-upload-modal #logo-drop-zone.drag-enter {
    opacity: .25
}

#logo-upload-modal #logo-drop-zone span {
    display: inline-block;
    margin-top: -8px;
    line-height: 1.2
}

#logo-upload-modal #logo-adjust-suggestion {
    font-size: .9em;
    color: #888
}

#logo-upload-modal #logo-confirmation,#logo-upload-modal #logo-adjust-suggestion {
    text-align: right
}

#corporate-profile-logo+#quote-entry {
    margin-left: 125px
}

#profile-intro {
    height: 100%
}

#profile-intro.mobile {
    margin-bottom: 10px
}

#profile-intro.mobile #profile-logo {
    float: none
}

#profile-intro #profile-picture,#profile-intro #upload-preview {
    width: 100%
}

#picture-commands,#upload-confirmation {
    text-align: right
}

#picture-commands {
    font-size: .9em
}

#picture-commands a {
    margin-right: 10px
}

#profile-picture-drop-zone {
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
    box-sizing: border-box;
    min-height: 120px;
    border: 2px dashed rgba(0,0,0,0.3);
    padding: 20px 20px
}

#profile-picture-drop-zone.dropzone {
    height: 100%;
    border: 1px dashed #c0c7c7;
    color: #888;
    text-align: center
}

#profile-picture-drop-zone.drag-enter {
    opacity: .25
}

#upload-percentage {
    height: 1px;
    width: 0;
    background-color: #48dbfb
}

fieldset #user-note {
    height: 150px
}

@media handheld,only screen and (max-width: 480px) {
    #profile-cards>li {
        float:none;
        width: 100%;
        margin-right: 0
    }
}

.remove-relation {
    color: #888!important
}

.profile-relation-button .relation-link,.profile-relation-button #follow-unfollow-link,.profile-relation-button #anonymous-buddy-link,.profile-relation-button .disable-relation-link {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    height: 30px;
    width: 140px;
    text-align: center;
    line-height: 28px;
    border-radius: 64px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.profile-relation-button .disable-relation-link {
    background-color: #B22222;
    color: white;
    text-decoration: none!important
}

.profile-relation-button .remove-relation,.profile-relation-button .relation-link:hover {
    background-color: #48dbfb;
    color: white!important;
    text-decoration: none!important;
    font-weight: 600;
    width: 140px;
    line-height: 30px!important
}

.profile-relation-button .remove-relation:hover {
    background-color: #B22222!important;
    color: white!important
}

.profile-relation-button #buddy-link[data-added="true"]:not(:hover) {
    background-color: transparent;
    color: #888!important
}

.profile-relation-button #button-blocked-index-title-link {
    width: 160px
}

.profile-relation-button #buddy-link[data-added="false"]:hover,.profile-relation-button #follow-unfollow-link:hover,.profile-relation-button #anonymous-buddy-link:hover {
    background-color: #48dbfb!important;
    color: white!important
}

.profile-relation-button #buddy-link[data-added="false"]:hover:before,.profile-relation-button #follow-unfollow-link:hover:before,.profile-relation-button #anonymous-buddy-link:hover:before {
    content: attr(data-add-caption)
}

.profile-relation-button #follow-unfollow-link.active:hover {
    background-color: #B22222!important
}

.profile-relation-button #follow-unfollow-link.active:hover:before {
    content: attr(data-unfollowhovercaption)!important
}

.profile-relation-button #follow-unfollow-link:hover {
    background-color: #48dbfb!important
}

.profile-relation-button #follow-unfollow-link:hover:before {
    content: attr(data-followhovercaption)!important
}

.profile-relation-button :hover {
    background-color: #B22222;
    color: white!important;
    border: 0
}

.profile-relation-button :hover:before {
    content: attr(data-hover)
}

.profile-relation-button :hover span {
    display: none
}

.profile-relation-button #button-blocked-link,.profile-relation-button #button-blocked-index-title-link {
    background-color: #B22222!important;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: white;
    border: 1px solid #888;
    vertical-align: middle
}

.profile-relation-button #button-blocked-link {
    width: 140px
}

.profile-relation-button #button-blocked-link:hover,.profile-relation-button #button-blocked-index-title-link:hover {
    background-color: #48dbfb!important
}

.profile-relation-button .mute-icon-link,.profile-relation-button .index-title-remove-icon-link {
    all: initial;
    display: inline-block;
    line-height: 30px;
    text-decoration: none!important;
    cursor: pointer;
    vertical-align: top;
    height: 30px;
    width: 32px;
    stroke: #B22222;
    align-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #B22222;
    margin: 0;
    margin-left: 10px
}

.profile-relation-button .mute-icon-link .eksico,.profile-relation-button .index-title-remove-icon-link .eksico {
    fill: transparent!important;
    height: 32px;
    width: 32px
}

.profile-relation-button .mute-icon-link:hover,.profile-relation-button .index-title-remove-icon-link:hover {
    stroke: #48dbfb!important;
    border: 1px solid #48dbfb
}

.profile-relation-button .mute-icon-link:hover .eksico,.profile-relation-button .index-title-remove-icon-link:hover .eksico {
    background-color: transparent!important
}

#button-blocked-link {
    width: 140px
}

.profile-buttons #svg-dots:hover,.profile-buttons #svg-profile-share:hover,.profile-buttons #svg-profile-message:hover {
    fill: white!important;
    background-color: #48dbfb;
    color: white!important;
    text-decoration: none!important
}

.profile-buttons {
    margin-bottom: 10px;
    margin-top: 10px
}

.profile-buttons a .eksico {
    fill: #888
}

.profile-buttons a:hover {
    color: #48dbfb
}

.profile-buttons a:hover .eksico {
    fill: #48dbfb
}

.profile-buttons a.svgico-facebook:hover .eksico {
    fill: hsl(222,47%,40%)
}

.profile-buttons a.svgico-twitter:hover .eksico {
    fill: hsl(198,100%,47%)
}

.profile-buttons #buddy-link,.profile-buttons #anonymous-buddy-link,.profile-buttons #button-blocked-link,.profile-buttons #button-blocked-index-title-link,.profile-buttons #follow-unfollow-link {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: white;
    border: 1px solid #888;
    vertical-align: middle;
    background-color: #48dbfb
}

.profile-buttons #svg-dots,.profile-buttons #svg-profile-share,.profile-buttons #svg-profile-message {
    align-content: center;
    align-items: center;
    text-align: center;
    fill: #888;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #888;
    margin: 0
}

.profile-buttons .profile-share-buttons {
    margin: 0
}

.profile-buttons .dropdown-menu {
    width: 200px;
    color: #888;
    margin-top: 5px
}

.profile-buttons .dropdown-menu svg {
    width: 15px;
    height: 15px;
    border: 0;
    margin-right: 5px
}

#role-management-container:before,#badge-management-container:before,#role-management-container:after,#badge-management-container:after {
    display: table;
    content: ""
}

#role-management-container:after,#badge-management-container:after {
    clear: both
}

#role-management-container:before,#badge-management-container:before,#role-management-container:after,#badge-management-container:after {
    display: table;
    content: ""
}

#role-management-container:after,#badge-management-container:after {
    clear: both
}

#current-roles,#all-roles {
    width: 48%;
    float: left;
    max-height: 200px;
    overflow-y: auto
}

#current-roles:first-of-type,#all-roles:first-of-type {
    margin-right: 2%
}

#current-badges,#all-badges {
    width: 48%;
    float: left;
    max-height: 200px;
    overflow-y: auto
}

#current-badges:first-of-type,#all-badges:first-of-type {
    margin-right: 2%
}

.remove-role-link,.add-role-link,.remove-badge-link,.add-badge-link {
    color: #888;
    display: block;
    padding: 7px 0
}

.remove-role-link:hover,.add-role-link:hover,.remove-badge-link:hover,.add-badge-link:hover {
    text-decoration: none!important;
    background-color: #f6f7f7
}

#posts-list li {
    padding: 8px 0
}

#posts-list article {
    margin-bottom: 5px
}

#posts-list .picture-container {
    background-color: #f6f7f7;
    padding: 10px
}

#posts-list .picture-container:before,#posts-list .picture-container:after {
    display: table;
    content: ""
}

#posts-list .picture-container:after {
    clear: both
}

#posts-list .picture-container:before,#posts-list .picture-container:after {
    display: table;
    content: ""
}

#posts-list .picture-container:after {
    clear: both
}

#posts-list .picture-container .content {
    padding-left: 10px
}

#posts-list img {
    float: right;
    max-width: 50%;
    max-height: 250px;
    border: 3px solid #c0c7c7;
    margin-right: 10px
}

#posts-list footer {
    text-align: right
}

#posts-list time {
    color: #888
}

#new-post-container:before,#new-post-container:after {
    display: table;
    content: ""
}

#new-post-container:after {
    clear: both
}

#new-post-container:before,#new-post-container:after {
    display: table;
    content: ""
}

#new-post-container:after {
    clear: both
}

#new-post-form.picture,#edit-post-form.picture {
    width: 50%;
    float: left
}

img.preview {
    border: 3px solid #c0c7c7;
    max-width: 300px;
    max-height: 140px;
    margin-left: 2%
}

#invitations h3 {
    border-bottom: 1px solid #b0bec5;
    margin-bottom: 10px
}

#invitations form {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 5px
}

#send-invitaion-form {
    display: none
}

.profile-stats-sections .tabs-content {
    padding: 10px 0;
    transition: opacity ease-in .4s
}

.profile-stats-sections .loading {
    opacity: .5
}

.profile-stats-sections h1,.profile-stats-sections h2,.profile-stats-sections h3 {
    color: #48dbfb
}

.profile-stats-sections h1 #user-profile-stat-caption,.profile-stats-sections h2 #user-profile-stat-caption,.profile-stats-sections h3 #user-profile-stat-caption {
    color: #48dbfb
}

.profile-stats-sections .dropdown-menu li a {
    white-space: nowrap
}

.profile-stats-sections .dropdown-menu li.active {
    background-color: #f6f7f7
}

.profile-stats-sections .load-more-entries {
    display: block;
    padding: 5px;
    border: 1px solid #b0bec5;
    margin-bottom: 10px;
    text-align: center
}

.profile-stats-sections .load-more-entries.hidden {
    display: none
}

.pinned-icon-container {
    display: inline-block;
    vertical-align: middle
}

.pinned-icon-container #pinned-icon {
    text-decoration: none;
    cursor: default;
    color: #888!important
}

.pinned-icon-container #pinned-icon .eksico {
    fill: #888;
    width: 14px;
    height: 14px;
    margin: 4px 4px 4px 0;
    display: inline-block
}

.pinned-icon-container span {
    display: inline-block;
    font-size: 14px
}

.user-matter-stat .matter-index-content {
    margin-left: 0!important
}

#pinned-profile-icon {
    text-decoration: none
}

#pinned-profile-icon .eksico {
    width: 25px;
    height: 13px;
    fill: #48dbfb
}

#img-row {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none
}

#img-row li {
    float: left;
    width: 33.3%;
    padding: 0;
    margin: 0;
    border: 5px solid white;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#img-row li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 56.25%
}

#img-row li a div {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background-size: cover;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#pp-overlay {
    top: 0;
    left: 1px;
    position: absolute;
    width: 140px;
    height: 140px;
    background: -moz-radial-gradient(transparent 150px,#000 150px);
    background: -webkit-radial-gradient(transparent 56px,rgba(0,0,0,0.7) 0);
    background: -ms-radial-gradient(transparent 150px,#000 150px);
    background: -o-radial-gradient(transparent 150px,#000 150px);
    pointer-events: none;
    z-index: 2222
}

#profile-biography {
    text-decoration: none;
    margin-bottom: 10px
}

#profile-biography .content {
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 237px;
    position: relative;
    font-size: 16px
}

#profile-biography .content.content-faded:before {
    content: '';
    width: 100%;
    height: 237px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 150px,#fff)
}

#profile-biography .content.content-expanded {
    max-height: 100%
}

#profile-biography .content.content-expanded:before {
    display: none
}

#profile-biography .read-more-link-wrapper {
    margin-bottom: 10px;
    display: block
}

#profile-biography .read-more-link-wrapper a {
    color: #888;
    font-style: italic
}

#profile-biography .read-more-link-wrapper svg {
    width: 20px;
    margin-right: 10px;
    background-color: #E4E7EB;
    height: 16px;
    border-radius: 10%;
    fill: #9AA5B1
}

.badge-interface .deactive {
    opacity: .5
}

#remove-relation-dialog p {
    padding-right: 50px
}

#remove-relation-dialog #confirm-remove-relation {
    border-color: #0abde3;
    border: 1px solid #0abde3;
    background-color: #48dbfb;
    color: #fff
}

#remove-relation-dialog #confirm-remove-relation .eksico {
    fill: #fff
}

html.no-touch #remove-relation-dialog #confirm-remove-relation:focus,#remove-relation-dialog #confirm-remove-relation:focus,#remove-relation-dialog #confirm-remove-relation.focus {
    color: #fff;
    background-color: #68a138;
    border-color: #25491f
}

html.no-touch #remove-relation-dialog #confirm-remove-relation:hover,#remove-relation-dialog #confirm-remove-relation:hover {
    color: #fff;
    background-color: #68a138;
    border-color: #3d7733
}

html.no-touch #remove-relation-dialog #confirm-remove-relation:active,#remove-relation-dialog #confirm-remove-relation:active,#remove-relation-dialog #confirm-remove-relation.active,.open>.dropdown-toggle#remove-relation-dialog #confirm-remove-relation {
    color: #fff;
    background-color: #68a138;
    border-color: #3d7733
}

html.no-touch #remove-relation-dialog #confirm-remove-relation:active:hover,#remove-relation-dialog #confirm-remove-relation:active:hover,#remove-relation-dialog #confirm-remove-relation.active:hover,.open>.dropdown-toggle#remove-relation-dialog #confirm-remove-relation:hover,html.no-touch #remove-relation-dialog #confirm-remove-relation:active:focus,#remove-relation-dialog #confirm-remove-relation:active:focus,#remove-relation-dialog #confirm-remove-relation.active:focus,.open>.dropdown-toggle#remove-relation-dialog #confirm-remove-relation:focus,html.no-touch #remove-relation-dialog #confirm-remove-relation:active.focus,#remove-relation-dialog #confirm-remove-relation:active.focus,#remove-relation-dialog #confirm-remove-relation.active.focus,.open>.dropdown-toggle#remove-relation-dialog #confirm-remove-relation.focus {
    color: #fff;
    background-color: #57872e;
    border-color: #25491f
}

#remove-relation-dialog #confirm-remove-relation:active,#remove-relation-dialog #confirm-remove-relation.active,.open>.dropdown-toggle#remove-relation-dialog #confirm-remove-relation {
    background-image: none
}

#remove-relation-dialog #confirm-remove-relation.disabled:hover,#remove-relation-dialog #confirm-remove-relation[disabled]:hover,fieldset[disabled] #remove-relation-dialog #confirm-remove-relation:hover,#remove-relation-dialog #confirm-remove-relation.disabled:focus,#remove-relation-dialog #confirm-remove-relation[disabled]:focus,fieldset[disabled] #remove-relation-dialog #confirm-remove-relation:focus,#remove-relation-dialog #confirm-remove-relation.disabled.focus,#remove-relation-dialog #confirm-remove-relation[disabled].focus,fieldset[disabled] #remove-relation-dialog #confirm-remove-relation.focus {
    background-color: #48dbfb;
    border-color: #0abde3
}

#remove-relation-dialog #confirm-remove-relation .badge {
    color: #48dbfb;
    background-color: #fff
}

#remove-relation-dialog #confirm-remove-relation:hover,#remove-relation-dialog #confirm-remove-relation:focus {
    background-color: #a9d584
}

#confirm-remove-relation {
    border-color: #0abde3;
    border: 1px solid #0abde3;
    background-color: #48dbfb;
    color: #fff
}

#confirm-remove-relation .eksico {
    fill: #fff
}

html.no-touch #confirm-remove-relation:focus,#confirm-remove-relation:focus,#confirm-remove-relation.focus {
    color: #fff;
    background-color: #68a138;
    border-color: #25491f
}

html.no-touch #confirm-remove-relation:hover,#confirm-remove-relation:hover {
    color: #fff;
    background-color: #68a138;
    border-color: #3d7733
}

html.no-touch #confirm-remove-relation:active,#confirm-remove-relation:active,#confirm-remove-relation.active,.open>.dropdown-toggle#confirm-remove-relation {
    color: #fff;
    background-color: #68a138;
    border-color: #3d7733
}

html.no-touch #confirm-remove-relation:active:hover,#confirm-remove-relation:active:hover,#confirm-remove-relation.active:hover,.open>.dropdown-toggle#confirm-remove-relation:hover,html.no-touch #confirm-remove-relation:active:focus,#confirm-remove-relation:active:focus,#confirm-remove-relation.active:focus,.open>.dropdown-toggle#confirm-remove-relation:focus,html.no-touch #confirm-remove-relation:active.focus,#confirm-remove-relation:active.focus,#confirm-remove-relation.active.focus,.open>.dropdown-toggle#confirm-remove-relation.focus {
    color: #fff;
    background-color: #57872e;
    border-color: #25491f
}

#confirm-remove-relation:active,#confirm-remove-relation.active,.open>.dropdown-toggle#confirm-remove-relation {
    background-image: none
}

#confirm-remove-relation.disabled:hover,#confirm-remove-relation[disabled]:hover,fieldset[disabled] #confirm-remove-relation:hover,#confirm-remove-relation.disabled:focus,#confirm-remove-relation[disabled]:focus,fieldset[disabled] #confirm-remove-relation:focus,#confirm-remove-relation.disabled.focus,#confirm-remove-relation[disabled].focus,fieldset[disabled] #confirm-remove-relation.focus {
    background-color: #48dbfb;
    border-color: #0abde3
}

#confirm-remove-relation .badge {
    color: #48dbfb;
    background-color: #fff
}

#confirm-remove-relation:hover,#confirm-remove-relation:focus {
    background-color: #a9d584
}

#logo-modal-toggle:hover {
    cursor: pointer
}

#badge-info-popup {
    display: none;
    position: absolute;
    width: 240px;
    background-color: #f6f7f7;
    font-size: 15px;
    z-index: 1000;
    float: left;
    margin-top: 5px;
    border-style: solid;
    border-color: #b0bec5;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px
}

#badge-info-popup a {
    box-shadow: none;
    display: block;
    color: #48dbfb;
    font-size: 18px
}

#set-biography {
    display: none
}

#set-biography textarea {
    height: 260px!important
}

#set-biography fieldset>div {
    margin-bottom: 10px
}

#user-relation-list,#follow-list {
    padding-top: 10px
}

#user-relation-list li,#follow-list li {
    display: flex;
    margin-bottom: 14px
}

#user-relation-list div,#follow-list div {
    display: flex
}

#user-relation-list .follows-picture,#follow-list .follows-picture {
    width: 40px;
    height: 40px
}

#user-relation-list .follows-picture img,#follow-list .follows-picture img {
    border-radius: 50%;
    border: 0;
    width: 100%;
    height: 100%
}

#user-relation-list #verified-badge,#follow-list #verified-badge {
    align-self: center;
    width: 24px;
    height: 24px;
    padding: 7px 0 0 3px;
    margin: 0;
    display: flex
}

#user-relation-list .relation-list-button,#follow-list .relation-list-button {
    margin-left: auto;
    margin-right: 0;
    padding-top: 10px
}

#user-relation-list .relation-list-button a,#follow-list .relation-list-button a {
    border: 1px solid #888;
    width: 120px;
    border-radius: 64px;
    line-height: 30px;
    color: #888;
    text-align: center
}

#user-relation-list .relation-list-button :hover,#follow-list .relation-list-button :hover {
    background-color: #B22222;
    text-decoration: none;
    color: white
}

#user-relation-list .profile-relation-button,#follow-list .profile-relation-button {
    margin-left: auto;
    margin-right: 0;
    padding-top: 10px
}

#user-relation-list #follows-nick,#follow-list #follows-nick {
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold
}

#user-relation-list .remove-relation,#follow-list .remove-relation,#user-relation-list .relation-link:hover,#follow-list .relation-link:hover {
    background-color: transparent!important;
    color: #888!important;
    text-decoration: none!important;
    font-weight: 600;
    width: 140px;
    border: 1px solid #888!important;
    line-height: 30px!important
}

#user-relation-list #reverse-follow-text,#follow-list #reverse-follow-text {
    background-color: rgba(227,227,227,0.5);
    color: #333;
    width: 105px;
    position: absolute;
    margin-top: 29px;
    margin-left: 45px;
    height: 20px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    cursor: default
}

#user-relation-list #reverse-follow-text span,#follow-list #reverse-follow-text span {
    line-height: 19px;
    vertical-align: top
}

.buddy-list-link {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: white;
    border: 1px solid #888!important;
    vertical-align: middle;
    background-color: #48dbfb;
    width: 140px!important
}

#user-following-count,#user-follower-count {
    font-weight: bold!important;
    text-shadow: .5px 0 0 #888
}

#follow-list li[data-reverse-follow="true"] #reverse-follow-text {
    margin-top: 20px!important;
    cursor: default
}

#follow-list li[data-reverse-follow="true"] #follows-nick {
    padding-top: 0!important
}

#follow-list li[data-reverse-follow="true"] #verified-badge {
    margin-top: -20px
}

#reverse-profile-follow-text {
    background-color: rgba(227,227,227,0.5);
    width: 105px;
    height: 20px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 7px
}

#reverse-profile-follow-text span {
    margin-top: -4px;
    display: block;
    vertical-align: top;
    line-height: 19px
}

#open-profile-entry-blocked {
    border-radius: 50px
}

#blocked-frame {
    border-top: 1px solid #b0bec5;
    margin-top: 10px;
    padding-top: 5px
}

#threads li {
    position: relative
}

#threads li input[type=checkbox] {
    float: none;
    position: absolute;
    right: 5px;
    top: 10px;
    margin: 0
}

#threads li+li {
    border-top: 1px solid #b0bec5
}

#threads li article {
    margin: 0;
    padding-bottom: 5px
}

#threads li article h2 {
    font-weight: normal
}

#threads li article h2 small {
    color: #888;
    font-size: .7em
}

#threads li article h2 small:before {
    content: '\0028'
}

#threads li article h2 small:after {
    content: '\0029'
}

#threads li article p {
    word-wrap: break-word;
    color: #888
}

#threads li article.unread h2 {
    font-weight: bold
}

#threads li article.unread h2 small {
    color: #333;
    font-size: .8em
}

#threads li article.unread p {
    color: #333
}

#threads li article>a {
    padding: 5px 5px 0 5px;
    display: block;
    text-decoration: none;
    color: #333;
    margin-right: 25px
}

#threads li article footer {
    margin: 0 5px;
    text-align: right
}

#threads li article footer div {
    float: left
}

#threads li article footer div a {
    font-size: .8em
}

#threads li article footer .confirmbox {
    text-align: left;
    width: 170px
}

html.no-touch #threads li article:hover {
    background-color: #f6f7f7
}

#message-thread .incoming,#message-thread .outgoing {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    word-wrap: break-word;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative
}

#message-thread .incoming a,#message-thread .outgoing a {
    color: #333
}

#message-thread .incoming a,#message-thread .outgoing a {
    color: #0abde3
}

#message-thread .incoming {
    margin-right: 20%
}

#message-thread .incoming .dropdown {
    margin-left: 4px;
    display: inline-block
}

#message-thread .incoming .dropdown-toggle {
    color: #888
}

#message-thread .incoming .dropdown-toggle:after {
    border-top-color: #888
}

#message-thread .incoming .dropdown-menu {
    font-size: .9em;
    white-space: nowrap
}

#message-thread .outgoing {
    margin-left: 20%
}

#message-thread .outgoing footer {
    text-align: right
}

#message-search-form>input[type=search] {
    display: inline-block;
    max-width: 100%;
    width: 253px
}

#message-search-form>input[type=submit] {
    margin-left: 5px
}

#sub-etha-sites:before,#sub-etha-sites:after {
    display: table;
    content: ""
}

#sub-etha-sites:after {
    clear: both
}

#sub-etha-sites:before,#sub-etha-sites:after {
    display: table;
    content: ""
}

#sub-etha-sites:after {
    clear: both
}

#sub-etha-sites li {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 4%
}

#sub-etha-sites li:nth-child(even) {
    margin-right: 0
}

#sub-etha-sites li.offline .status,#sub-etha-sites li.offline h2 a {
    color: #ea4335
}

#sub-etha-sites li article:before,#sub-etha-sites li article:after {
    display: table;
    content: ""
}

#sub-etha-sites li article:after {
    clear: both
}

#sub-etha-sites li article:before,#sub-etha-sites li article:after {
    display: table;
    content: ""
}

#sub-etha-sites li article:after {
    clear: both
}

#sub-etha-sites li article h2 {
    margin: 0
}

#sub-etha-sites li article p {
    margin: 0
}

#sub-etha-sites li article img.logo {
    float: left;
    margin-right: 6px;
    width: 90px
}

#sub-etha-sites li article div.details {
    float: left;
    width: 68%
}

@media handheld,only screen and (max-width: 320px) {
    #sub-etha-sites li {
        float:none;
        width: 100%;
        margin-right: 0
    }
}

.relation-block {
    margin-left: 10px
}

.relation-block .relation-list {
    margin-left: 10px;
    max-height: 300px;
    overflow-y: auto
}

.relation-block .relation-list>li>span {
    display: inline-block;
    width: 300px
}

.relation-block .relation-list>li>span>a:last-child {
    font-size: .9em;
    color: #888;
    margin-left: 5px
}

#settings-alternate-nav {
    display: none
}

@media handheld,only screen and (max-width: 970px) {
    .relation-list li span {
        width:60%
    }

    .relation-list li span:last-child {
        width: 39%
    }
}

@media handheld,only screen and (max-width: 480px) {
    .relation-list li span {
        width:79%
    }

    .relation-list li span:last-child {
        width: 20%
    }

    #settings-tabs {
        display: none
    }

    #settings-alternate-nav {
        display: block
    }
}

.channel-button {
    float: right;
    margin-top: 15px
}

html.no-touch #channel-follow-list li:hover {
    background-color: #f6f7f7
}

#channel-follow-list li {
    padding: 5px;
    margin-bottom: 20px
}

#channel-follow-list li>p {
    color: #888
}

.theme-preview {
    padding: 10px;
    margin-bottom: 10px
}

.theme-preview>header {
    padding-left: 1em;
    width: 680px;
    background-color: #fff
}

.theme-preview>header>nav {
    float: right;
    margin-right: 10px
}

.theme-preview>header>nav>a {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px
}

.theme-preview>header>nav>a:hover {
    text-decoration: none;
    background-color: #f2f2f2
}

.theme-preview>iframe {
    width: 680px;
    height: 320px;
    padding: 2px;
    border: 2px solid #ccc
}

#edit-user-theme form .checkbox {
    display: inline-block;
    margin: 0
}

#messages-status-text {
    padding-top: 10px;
    margin-bottom: 0
}

.ui-autocomplete-input+.spin {
    display: none
}

.ui-autocomplete-loading+.spin {
    display: inline-block;
    position: relative;
    height: 25px;
    margin-left: -15px;
    left: -15px
}

.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    margin-top: 8px;
    z-index: 9999
}

.ui-autocomplete a {
    color: #333
}

.ui-autocomplete:before {
    position: absolute;
    top: -7px;
    left: 50%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #b0bec5;
    border-left: 7px solid transparent;
    content: '';
    margin-left: -1px
}

.ui-autocomplete:after {
    position: absolute;
    top: -6px;
    left: 50%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.ui-autocomplete>li>div {
    padding: 5px 10px;
    color: #333
}

.no-touch .ui-autocomplete>li>div.ui-state-active,.no-touch .ui-autocomplete>li>div:hover {
    background-color: #d8d8d8;
    color: #333;
    text-decoration: none
}

.ui-autocomplete .video-item:before,.ui-autocomplete .video-item:after {
    display: table;
    content: ""
}

.ui-autocomplete .video-item:after {
    clear: both
}

.ui-autocomplete .video-item:before,.ui-autocomplete .video-item:after {
    display: table;
    content: ""
}

.ui-autocomplete .video-item:after {
    clear: both
}

.ui-autocomplete .video-item+.video-item {
    margin-top: 5px
}

.ui-autocomplete .video-item img {
    width: 65px;
    margin-right: 5px;
    vertical-align: text-top
}

.ui-autocomplete .video-item a {
    white-space: normal
}

@media handheld,only screen and (max-width: 320px) {
    .ui-autocomplete {
        left:5%!important;
        width: 90%!important
    }

    .ui-autocomplete li a {
        white-space: normal;
        border-bottom: 1px solid #b0bec5
    }
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.loader-tick {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    margin: 0
}

.loader-tick::before {
    content: '↻'
}

.stats {
    margin-left: 30px
}

.stats li {
    position: relative
}

.stats li a {
    display: block
}

.stats li .value {
    color: #333;
    float: right;
    text-align: right
}

.stats.partial {
    margin-left: 25px
}

.stats.partial li .value {
    float: none;
    display: block;
    font-size: .75em
}

.stats .delete-debe-entry {
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    text-align: center;
    width: 15px;
    padding: 0;
    margin: 0;
    margin-right: 3px
}

.sub-title {
    line-height: 1;
    font-size: .8em;
    display: block
}

#trash-items {
    word-wrap: break-word
}

#trash-items input[type=checkbox] {
    float: none;
    margin: 0
}

#trash-items h2 {
    margin-bottom: 0
}

#trash-items footer:before,#trash-items footer:after {
    display: table;
    content: ""
}

#trash-items footer:after {
    clear: both
}

#trash-items footer:before,#trash-items footer:after {
    display: table;
    content: ""
}

#trash-items footer:after {
    clear: both
}

#trash-items .entry-date {
    text-align: right;
    display: block;
    width: 40%;
    float: right;
    color: #888
}

#trash-items .delete-info {
    display: block;
    font-weight: normal;
    font-size: .6em;
    color: #888;
    margin-bottom: 10px
}

#trash-items .delete-info p {
    margin-bottom: 0
}

#trash-items .delete-info time {
    font-size: 1em
}

#trash-items .links a,#trash-items .read-all {
    font-size: .9em;
    margin-right: 10px
}

#trash-items>li {
    margin-bottom: 20px
}

.trash-link {
    font-weight: bold
}

#trash #delete-all-button {
    float: right
}

@media handheld,only screen and (max-width: 480px) {
    #trash-items .entry-date {
        font-size:.8em
    }
}

#modlog-form .checkbox {
    width: 140px;
    display: inline-block
}

#modlog-form .checkbox:nth-of-type(even) {
    margin-left: 0;
    padding-left: 0
}

#modlog-actions {
    margin-bottom: 20px;
    display: none
}

#videos>div {
    position: relative
}

#videos .big-thumb {
    height: 225px;
    width: 100%
}

#videos .big-thumb span.video-title {
    margin-left: 0;
    width: 300px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 5px;
    color: #fff;
    background-color: rgba(0,0,0,0.5)
}

#related-video-list li>a,#videos .big-thumb>a {
    display: block;
    height: 50px;
    position: relative
}

#related-video-list li>a:before,#videos .big-thumb>a:before {
    position: absolute;
    opacity: .5;
    content: '\25BA';
    top: 8px;
    z-index: 500;
    left: 22px;
    color: white;
    font-size: 21.73913043px;
    text-shadow: 0 3px black
}

#related-video-list li>a:hover,#videos .big-thumb>a:hover {
    text-decoration: none
}

#related-video-list li>a:hover:before,#videos .big-thumb>a:hover:before {
    opacity: .8
}

#videos .big-thumb>a {
    height: 225px;
    width: 300px
}

#videos .big-thumb>a:before {
    font-size: 56.25px;
    left: 120px;
    top: 57.5px
}

#related-video-list:before,#related-video-list:after {
    display: table;
    content: ""
}

#related-video-list:after {
    clear: both
}

#related-video-list:before,#related-video-list:after {
    display: table;
    content: ""
}

#related-video-list:after {
    clear: both
}

#related-video-list li {
    height: 50px;
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%
}

#related-video-list li:nth-child(n+3) {
    margin-top: 10px
}

#related-video-list li:nth-child(3n) {
    margin-right: 2%
}

#related-video-list li:nth-child(2n) {
    margin-right: 0
}

#related-video-list li>a {
    display: block;
    height: 50px;
    position: relative
}

#related-video-list li>a:before {
    position: absolute;
    opacity: .5;
    content: '\25BA';
    top: 8px;
    z-index: 500;
    left: 22px;
    color: white;
    font-size: 21.73913043px;
    text-shadow: 0 3px black
}

#related-video-list li>a:hover {
    text-decoration: none
}

#related-video-list li>a:hover:before {
    opacity: .8
}

#related-video-list img {
    float: left;
    height: 50px;
    width: 64px;
    margin-right: 5px
}

#related-video-list li.bigthumb img {
    float: none;
    margin: 0;
    height: 225px;
    width: 300px
}

#related-video-list span.video-title {
    padding-top: 2px;
    font-size: .9em;
    line-height: 1.1;
    word-break: break-word;
    max-height: 100%;
    height: 100%;
    display: block;
    margin-left: 69px;
    overflow: hidden
}

#video object,#embedded-player,#video-embed-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 360px
}

#video-embed-container {
    max-height: 360px;
    height: 360px;
    margin-bottom: 10px
}

.click-to-play {
    display: block;
    position: relative;
    opacity: .8
}

.click-to-play>img {
    height: 360px;
    width: 100%
}

.click-to-play:before {
    position: absolute;
    opacity: .5;
    content: '\25BA';
    top: 70px;
    z-index: 500;
    left: 42%;
    color: white;
    font-size: 120px
}

.click-to-play:hover {
    text-decoration: none
}

.click-to-play:hover:before {
    opacity: 1
}

.popped-player {
    background-color: #fff;
    border: 1px solid #b0bec5;
    border-radius: 3px;
    color: #333;
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    top: 0;
    right: 0;
    padding: 10px;
    padding-top: 20px
}

.popped-player a {
    color: #333
}

.popped-player #video object,.popped-player #embedded-player {
    width: 500px;
    height: 329px
}

.popped-player .close {
    padding: 10px;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: .9;
    position: absolute;
    right: 0;
    top: 0
}

.edit-schedule-form {
    max-width: 300px
}

#filter-topic-videos-form input[type=text] {
    width: 300px
}

.all-splash-videos li {
    margin-bottom: 20px
}

#video-share-links-container li {
    display: inline-block;
    margin-right: 10px
}

@media handheld,only screen and (max-width: 1090px) {
    #related-video-list:before,#related-video-list:after {
        display:table;
        content: ""
    }

    #related-video-list:after {
        clear: both
    }

    #related-video-list:before,#related-video-list:after {
        display: table;
        content: ""
    }

    #related-video-list:after {
        clear: both
    }

    .popped-player {
        right: initial;
        left: 0
    }
}

@media handheld,only screen and (max-width: 970px) {
    #related-video-list li {
        width:32%;
        margin-right: 2%;
        float: left
    }

    #related-video-list li:nth-child(n+3) {
        margin-top: inherit
    }

    #related-video-list li:nth-child(n+4) {
        margin-top: 10px
    }

    #related-video-list li:nth-child(3n) {
        margin-right: 0
    }

    #related-video-list li:nth-child(2n) {
        margin-right: 2%
    }

    #related-video-list span.video-title {
        display: block
    }

    .popped-player {
        left: 0;
        right: auto;
        max-width: 100%
    }

    .popped-player #video object,.popped-player #embedded-player {
        max-width: 100%
    }
}

@media handheld,only screen and (max-width: 480px) {
    #related-video-list li {
        width:49%;
        margin-right: 2%;
        float: left
    }

    #related-video-list li:nth-child(n+4) {
        margin-top: inherit
    }

    #related-video-list li:nth-child(n+3) {
        margin-top: 10px
    }

    #related-video-list li:nth-child(2n) {
        margin-right: 0
    }

    #related-video-list li:nth-child(3n) {
        margin-right: 2%
    }

    #related-video-list span.video-title {
        display: block
    }

    #video object,#embedded-player,#video-embed-container {
        min-height: 240px
    }

    .click-to-play-clicked {
        width: 280px;
        margin: auto
    }

    #video-embed-container {
        max-height: 240px
    }

    .click-to-play>img {
        height: 240px
    }

    .click-to-play:before {
        top: 45px;
        left: 42%;
        font-size: 80px
    }
}

@media handheld,only screen and (max-width: 320px) {
    #video object,#embedded-player {
        min-height:180px
    }

    .click-to-play-clicked {
        width: 280px;
        margin: auto
    }

    .click-to-play>img {
        height: 180px
    }

    .click-to-play:before {
        top: 24px;
        left: 37%;
        font-size: 80px
    }
}

.show-others {
    display: none
}

.no-touch .show-others {
    display: inline
}

#big-reason-list-filters {
    margin-bottom: 10px
}

#owned-by-someone-else-notice {
    font-weight: bold
}

#reasons-list li {
    padding: 8px 0
}

#reasons-list li+li {
    border-top: 1px solid #b0bec5
}

#reasons-list li span.reason-name,#reasons-list li a.get-id {
    display: block
}

#reasons-list li span.reason-name {
    font-size: 1.2em
}

#reasons-list li a.get-id span.count {
    color: #888;
    font-size: smaller
}

#entry-report #entry-info footer,#resurrection-request #entry-info footer {
    text-align: right
}

#entry-report #entry-info footer #entry-history-link,#resurrection-request #entry-info footer #entry-history-link {
    color: #888
}

#entry-report #entry-info footer .entry-date,#resurrection-request #entry-info footer .entry-date {
    font-size: .8em;
    margin-right: 5px
}

#entry-report #entry-info footer .entry-date time,#resurrection-request #entry-info footer .entry-date time {
    color: #888
}

#entry-report #entry-content.hidden,#resurrection-request #entry-content.hidden {
    font-style: italic
}

#entry-report #entry-content.hidden .content,#resurrection-request #entry-content.hidden .content {
    color: #888
}

#entry-report time,#resurrection-request time {
    font-size: 1em;
    color: #333
}

#entry-report .report-vote-numbers {
    margin-bottom: 10px
}

#entry-report .report-votes {
    margin-bottom: 10px
}

#entry-report .report-votes li {
    margin-bottom: 10px
}

#entry-report .report-votes li+li {
    border-top: 1px solid #b0bec5;
    padding-top: 10px
}

#entry-report .vote-base-info span:not(:last-of-type):after,#entry-report .report-vote-numbers span:not(:last-of-type):after {
    content: "\00B7";
    color: #333;
    text-decoration: none;
    font-weight: 600;
    margin-left: 8px;
    margin-right: 4px
}

#entry-report .vote-notes footer {
    text-align: right
}

#entry-report .vote-notes footer a {
    font-size: smaller
}

#process-report-form .actions button,#close-resurrection-form .actions button {
    margin-bottom: 6px
}

.ads {
    overflow: hidden
}

.ads.fallback {
    display: none
}

.ad-medyanet {
    display: none
}

.ad-double-click-centered {
    text-align: center
}

.ad-google,ad-mads {
    text-align: center
}

.ad-topiclinks {
    overflow: initial;
    border-radius: 130px
}

.ad-bannerside300 {
    width: 300px;
    height: 250px;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 20px
}

.medyanet-counter {
    display: none!important;
    height: 0;
    width: 0
}

.ad-bannertablet728 {
    text-align: center
}

.ad-bannertop728,.ad-bannerbottom728,.ad-doubleclicktablettop,.ad-doubleclicktablettop {
    height: 90px;
    overflow: hidden
}

.ad-320x50 {
    text-align: center;
    max-height: 50px
}

.ad-300x250 {
    width: 300px;
    margin: auto
}

.ad-320x100 {
    width: 320px;
    margin: 10px auto
}

.ad-mobilewebinterstitial {
    display: none;
    top: 0;
    z-index: 99999;
    position: fixed;
    overflow: visible
}

.ad-mobilewebinterstitial {
    left: 0
}

.ad-doubleclickwebsponsoredentry,.ad-doubleclickwebhomepagesponsoredentry,.ad-doubleclickwebhomepagesponsoredentrysecond,.ad-doubleclickmobilechannelhomepagesponsoredentry,.ad-doubleclickwebchannelhomepagesponsoredentry {
    font-size: .9em;
    padding: 0;
    margin: 0
}

.ad-doubleclickwebinterstital {
    display: none;
    top: 0;
    z-index: 999999;
    position: fixed
}

#entry-item-list .ad-320x50 {
    margin-top: 20px;
    margin-bottom: 20px
}

.ad-masthead {
    z-index: 20
}

.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.ad-doubleclickwebtopicthemebanner,.ad-doubleclickwebtopicthemetopbanner {
    z-index: 20;
    height: 250px
}

.web-top-ad-not-loaded {
    height: 250px
}

.web-top-ad-728-loaded {
    height: 90px
}

.mobile-inread-ad-not-loaded {
    height: 250px
}

.ad-banner320bottom {
    margin-top: -30px;
    margin-left: -5px;
    margin-right: -5px
}

.ad-bannersublogo {
    overflow: hidden;
    max-height: 40px;
    text-align: center
}

.ad-bannertop728,.ad-topbanner,.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.ad-doubleclickwebtopicthemebanner,.ad-doubleclickwebtopicthemetopbanner {
    text-align: left;
    margin-bottom: 10px
}

.ad-bannerbottom728 {
    margin-bottom: 20px
}

.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.ad-doubleclickwebtopicthemebanner,.ad-doubleclickwebtopicthemetopbanner {
    margin-top: 10px
}

.ad-bannertop728,.ad-bannerbottom728,.ad-topbanner,.ad-728x90,.ad-970x250,.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.ad-doubleclickwebtopicthemebanner,.ad-doubleclickwebtopicthemetopbanner,.bottom-ads {
    margin-left: 25px;
    margin-bottom: 10px
}

@media handheld,only screen and (max-width: 1265px) {
    .ad-bannertop728,.ad-bannerbottom728,.ad-topbanner,.ad-728x90,.ad-970x250,.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.bottom-ads,.ad-doubleclickwebtopicthemebanner,.ad-doubleclickwebtopicthemetopbanner {
        margin-left:15px;
        margin-bottom: 10px
    }
}

@media handheld,only screen and (max-width: 1090px) {
    .ad-bannertop728,.ad-bannerbottom728,.ad-topbanner,.ad-728x90,.ad-970x250,.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.bottom-ads,.ad-doubleclickwebtopicthemebanner,.ad-doubleclickwebtopicthemetopbanner {
        margin-left:10px;
        margin-bottom: 10px
    }
}

@media handheld,only screen and (max-width: 850px) {
    .ad-bannertop728,.ad-bannerbottom728,.ad-topbanner,.ad-728x90,.ad-970x250,.ad-doubleclickwebmastheadfortr,.ad-doubleclickwebmastheadfornontr,.ad-doubleclickwebthemebanner,.ad-doubleclickwebthemetopbanner,.bottom-ads {
        margin:0;
        margin-bottom: 10px
    }
}

.ad-doubleclicktablettop,ad-doubleclicktablettop {
    margin-top: 10px;
    text-align: center
}

#ad-entry {
    font-size: .9em;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    overflow: hidden
}

#ad-entry>article {
    min-height: 50px;
    margin: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.3)
}

#return-to-innocence {
    display: block;
    width: 100%;
    margin-bottom: 8px
}

.ad-theme-visual-home,.ad-theme-visual-inner {
    width: 100%;
    overflow: hidden
}

.ad-image>a,.ad-flash>a {
    display: block
}

.ad-caylakadtopic {
    overflow: initial
}

.ad-doubleclickweb728x90bottomyazar,ad-doubleclickweb728x90bottomcaylak,ad-doubleclickwebbottom,bottom-ads {
    margin-top: 10px
}

.bottom-ads {
    display: flex
}

.bottom-ads .ad-doubleclickwebbottom {
    margin-left: 0
}

.ad-doubleclicktabletbottom {
    margin-top: 10px;
    text-align: center;
    width: 100%
}

.ad-doubleclickwebside {
    margin-bottom: 20px;
    margin-top: 20px
}

#hidden-box-color {
    background-color: #f6f7f7
}

#hidden-link-color {
    background-color: #333
}

#hidden-muted-color {
    background-color: #888
}

#hidden-body-text-color {
    background-color: #333
}

#hidden-text-color {
    background-color: #333
}

#hidden-intopic-link-color {
    background-color: #0abde3
}

#hidden-entry-footer-info-color {
    background-color: #888
}

#hidden-theme-colors {
    display: none
}

@media only screen and (max-width: 322px) {
    .ad-doubleclickmobilethemebanner,.ad-doubleclickmobiletopicthemebanner,.ad-doubleclickmobiletopfortr,.ad-doubleclickmobiletopfornontr {
        margin-left:-8px;
        margin-right: -8px
    }
}

.ad-doubleclickmobiletopfornontr,.ad-doubleclickmobiletopfortr,.ad-doubleclickmobileaffiliate320x35top,.ad-doubleclickmobilethemebanner,.ad-doubleclickmobiletopicthemebanner {
    text-align: center;
    margin-top: 10px
}

.ad-doubleclickmobiletopfornontr,.ad-doubleclickmobiletopfortr,.ad-doubleclickmobilethemebanner,.ad-doubleclickmobiletopicthemebanner {
    height: 100px;
    margin-bottom: 25px
}

#prestitial-container {
    z-index: 9999;
    position: fixed;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: #e3e3e3
}

#prestitial-frame>iframe {
    position: relative;
    margin: 0 auto;
    display: block
}

#prestitial-frame>a>img {
    position: relative;
    margin: 0 auto;
    display: block
}

#prestitial-body {
    display: table-cell;
    vertical-align: middle
}

#prestitial-frame {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 800px
}

#mobile-interstitial-frame {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 320px
}

#mobile-interstitial-frame>iframe {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 320px
}

#mobile-interstitial-frame>div {
    position: relative;
    margin: 0 auto;
    display: block
}

#interstitial-container,#mobile-interstitial-container {
    z-index: 10001;
    position: fixed;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: black
}

#interstitial-body,#mobile-interstitial-body {
    display: table-cell;
    vertical-align: middle
}

#interstitial-frame {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 800px
}

#interstitial-frame>iframe {
    position: relative;
    margin: 0 auto;
    display: block
}

#interstitial-frame>a>img {
    position: relative;
    margin: 0 auto;
    display: block
}

#sticky-ad.stick-ad {
    margin-top: 0;
    position: fixed;
    top: 120px;
    z-index: 9997
}

#sticky-criteo.stick-criteo {
    margin-top: 0!important;
    position: fixed;
    top: 120px;
    z-index: 10000
}

.ad-doubleclickwebsidesticky,.ad-doubleclickwebsidestickysecond {
    margin-bottom: 20px
}

.adLink {
    color: #48dbfb
}

.under-top-ad {
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 100%
}

#interstitial-frame-control,#mobil-interstitial-frame-control {
    text-align: right;
    padding-right: 5px
}

#interstitial-banner {
    width: 800px;
    height: 600px
}

#mobil-interstitial-banner {
    width: 320px;
    height: 480px
}

#interstitial-close-link-tag {
    color: white;
    padding-bottom: 10px;
    font-size: 20px
}

#mobile-sticky {
    background-color: white;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)!important;
    margin-bottom: -1px
}

#mobile-sticky-closer {
    right: 0;
    position: absolute;
    background-color: white;
    top: -20px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.2);
    border: 0;
    border-radius: 12px 0 0 0;
    width: 24px;
    margin-top: -3px
}

#mobile-sticky-closer>svg {
    margin-left: 2px
}

.ad-doubleclickmobilesticky {
    margin: 3px auto 10px auto
}

.ad-doubleclickmobile300x250 {
    text-align: center;
    padding-top: 20px!important
}

.ad-doubleclickmobileindexinreadfirst,.ad-doubleclickmobileindexinreadsecond,.ad-doubleclickmobileentryinreadsecond,.ad-doubleclickmobileentryinreadthird,.ad-doubleclickmobileentryinreadfirst,.ad-doubleclickmobile300x250,.ad-doubleclickmobileindexinreadthird {
    padding: 17px 0
}

.sponsored {
    color: #888;
    font-size: 13px
}

#topic-link-sponsored {
    vertical-align: bottom;
    padding-left: 5px
}

#ad-embed-footer {
    color: #888
}

#embed-filter-field>select {
    margin-bottom: 1%;
    width: 20%
}

#embed-filter-field>input {
    margin-bottom: 1%;
    width: 30%
}

.down-line svg,.up-line svg {
    height: 1em;
    width: 1em
}

.ad-doubleclickwebthemeimpressioncounter,.ad-doubleclickmobilethemeimpressioncounter {
    display: none!important
}

#page-navigation {
    clear: both;
    margin: 20px 0
}

#page-navigation a {
    display: inline-block;
    padding: 1px 10px;
    margin-left: 5px;
    border: 1px solid #b0bec5;
    border-radius: 4px
}

#page-navigation .active_page {
    background: #48dbfb
}

#topic-move-requests td {
    padding-top: 15px;
    padding-bottom: 15px
}

#topic-move-requests td.request-info-cell {
    line-height: 1.3
}

#topic-move-requests td .source-title,#topic-move-requests td .proposed-title {
    margin-bottom: 10px
}

#topic-move-requests td input[name=proposed-title] {
    margin-left: -4px;
    width: 100%
}

#topic-move-requests td .buttons {
    margin-bottom: 5px
}

#topic-move-requests td .buttons button {
    margin-bottom: 5px;
    width: 80px
}

#refresh-form select {
    width: 60px
}

#topic-move-form h2 {
    margin-bottom: -5px
}

#topic-move-form a.help {
    float: right
}

#topic-move-form .validation,#topic-move-form .field-validation-error {
    clear: right
}

#topic-move-form h3 {
    margin-bottom: 5px
}

#topic-move-form .left {
    width: 300px;
    float: left
}

#topic-move-form #To {
    width: 100%;
    max-width: 100%
}

#topic-move-form .actions {
    position: relative;
    width: 100px;
    margin-left: 10px;
    padding: 5px;
    float: right
}

#topic-move-form .actions button {
    margin: 5px 0;
    width: 100%
}

#topic-filter table {
    border-collapse: collapse
}

#topic-filter table th {
    border-bottom: 1px solid #b0bec5
}

#topic-filter table th {
    text-align: center
}

#topic-filter table th.reporter {
    width: 150px
}

#topic-filter table th.current-title {
    width: 350px
}

#topic-filter table td>button {
    width: 66px;
    margin: 2px
}

#diagnostics-info-container dd {
    width: 75%;
    margin-left: 3px;
    margin-bottom: 5px
}

.spin,.ui-autocomplete-loading::after {
    display: inline-block;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.legal-report {
    font: 10pt monospace;
    height: 600px
}

.dynamic>:not(h2),.dynamic>.dynamic-content {
    display: none
}

#login-signup {
    background-color: white;
    display: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 25%
}

#login-signup a.modal-close {
    color: #333
}

#login-signup #logo {
    max-height: 60px;
    width: 100%
}

#login-signup #logo p {
    text-align: center;
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px
}

#login-signup #logo a {
    display: block;
    margin: 0 auto;
    background-size: 150px;
    background-image: url(https://ekstat.com/img/new-design/eksisozluk_logo.svg);
    background-position: center
}

#login-signup .login-signup-desc {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

#action-field {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

#action-field p {
    margin: 0
}

#action-field button {
    border-width: 1px;
    border-color: #67a832;
    border-style: solid;
    border-radius: 4px;
    background-color: #80c14b;
    width: 228px;
    height: 42px;
    color: white;
    margin-top: 5px;
    margin-bottom: 24px
}

#action-field button:hover {
    background-color: #5a9e22
}

#action-field div {
    text-align: center
}

#action-field div a {
    color: #48dbfb
}

@media handheld,only screen and (min-width: 850px) {
    #login-signup {
        height:300px;
        width: 600px
    }
}

@media handheld,only screen and (max-width: 850px) {
    #login-signup {
        height:390px;
        width: 300px;
        max-width: 300px
    }
}

.toast-bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    background-color: #f7f7f7
}

.toast-bottom-wrapper .toast-close {
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-top: -10px;
    color: #000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    background-color: #fff
}

.toast-bottom-wrapper .toast-close:hover {
    text-decoration: none
}

.toast-bottom-content {
    padding: 10px;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    color: #333;
    text-align: center;
    font-size: 14px
}

.toast-bottom-content a {
    color: #48dbfb;
    text-decoration: none
}

@media handheld,only screen and (max-width: 1090px) {
    .toast-bottom-content {
        font-size:13px;
        padding: 10px 20px 10px 20px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn:active:focus,html.no-touch .btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,html.no-touch .btn:active.focus,.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

html.no-touch .btn:hover,html.no-touch .btn:focus,.btn:hover,.btn:focus,.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

.btn-default {
    border-color: #ccc;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333
}

.btn-default .eksico {
    fill: #333
}

html.no-touch .btn-default:focus,.btn-default:focus,.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

html.no-touch .btn-default:hover,.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

html.no-touch .btn-default:active,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

html.no-touch .btn-default:active:hover,.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,html.no-touch .btn-default:active:focus,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,html.no-touch .btn-default:active.focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-default:hover,.btn-default:focus {
    background-color: #fff
}

.btn-primary {
    border-color: #74b43e;
    border: 1px solid #74b43e;
    background-color: #48dbfb;
    color: #fff
}

.btn-primary .eksico {
    fill: #fff
}

html.no-touch .btn-primary:focus,.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #68a138;
    border-color: #37561d
}

html.no-touch .btn-primary:hover,.btn-primary:hover {
    color: #fff;
    background-color: #68a138;
    border-color: #57872e
}

html.no-touch .btn-primary:active,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #68a138;
    border-color: #57872e
}

html.no-touch .btn-primary:active:hover,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,html.no-touch .btn-primary:active:focus,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,html.no-touch .btn-primary:active.focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #57872e;
    border-color: #37561d
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
    background-color: #48dbfb;
    border-color: #74b43e
}

.btn-primary .badge {
    color: #48dbfb;
    background-color: #fff
}

.btn-primary:hover,.btn-primary:focus {
    background-color: #a9d584
}

.btn-facebook {
    border-color: hsl(222,47%,35%);
    border: 1px solid hsl(222,47%,35%);
    background-color: hsl(222,47%,40%);
    color: #fff
}

.btn-facebook .eksico {
    fill: #fff
}

html.no-touch .btn-facebook:focus,.btn-facebook:focus,.btn-facebook.focus {
    color: #fff;
    background-color: hsl(222,47%,30%);
    border-color: hsl(222,47%,10%)
}

html.no-touch .btn-facebook:hover,.btn-facebook:hover {
    color: #fff;
    background-color: hsl(222,47%,30%);
    border-color: hsl(222,47%,23%)
}

html.no-touch .btn-facebook:active,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: hsl(222,47%,30%);
    border-color: hsl(222,47%,23%)
}

html.no-touch .btn-facebook:active:hover,.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,html.no-touch .btn-facebook:active:focus,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,html.no-touch .btn-facebook:active.focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: hsl(222,47%,23%);
    border-color: hsl(222,47%,10%)
}

.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus {
    background-color: hsl(222,47%,40%);
    border-color: hsl(222,47%,35%)
}

.btn-facebook .badge {
    color: hsl(222,47%,40%);
    background-color: #fff
}

.btn-facebook:hover,.btn-facebook:focus {
    background-color: hsl(222,47%,55%)
}

.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 2px
}

.form-container {
    max-width: 360px;
    width: 100%;
    padding: 10px
}

.form-container input[type=text],.form-container input[type=email],.form-container input[type=search],.form-container input[type=url],.form-container input[type=number],.form-container input[type=datetime],.form-container input[type=date],.form-container input[type=password],.form-container select {
    width: 100%;
    max-width: 100%
}

.form-container h1 {
    margin-bottom: 20px
}

.form-container .date-row select {
    float: left;
    width: auto
}

.form-container .date-row select+select {
    margin-left: 5px
}

.form-container .validation-failed {
    display: block;
    color: #ea4335;
    clear: both
}

.form-container.validation-failed input[type='text'],.form-container.validation-failed input[type='email'],.form-container.validation-failed input[type='url'],.form-container.validation-failed input[type='tel'],.form-container.validation-failed input[type='number'],.form-container.validation-failed input[type='password'],.form-container.validation-failed select,.form-container.validation-failed textarea {
    border-color: #ea4335
}

.form-container.validation-failed .help-block {
    display: none
}

.form-container.validation-valid .validation-failed {
    display: none
}

.form-container.validation-valid .help-block {
    display: none
}

.form-container .field-success {
    background-image: url("/assets/eksi.css/tick.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12.5px
}

.divider-with-text {
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: hidden;
    color: #666;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
}

.divider-with-text:before {
    right: .5em;
    margin-left: -50%;
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    content: "";
    background-color: #b0bec5
}

.divider-with-text:after {
    left: .5em;
    margin-right: -50%;
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    content: "";
    background-color: #b0bec5
}

.link-special {
    color: #48dbfb
}

.link-special:hover {
    color: #9cce71;
    text-decoration: underline
}

#matter-move-form h2 {
    margin-bottom: -5px
}

#matter-move-form a.help {
    float: right
}

#matter-move-form .validation,#matter-move-form .field-validation-error {
    clear: right
}

#matter-move-form h3 {
    margin-bottom: 5px
}

#matter-move-form .left {
    width: 300px;
    float: left
}

#matter-move-form #To {
    width: 100%;
    max-width: 100%
}

#matter-move-form .actions {
    position: relative;
    width: 100px;
    margin-left: 10px;
    padding: 5px;
    float: right
}

#matter-move-form .actions button {
    margin: 5px 0;
    width: 100%
}

#message-report-form {
    width: 320px
}

#message-report-form .validation,#message-report-form .field-validation-error {
    clear: right
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 120px;
    border: 2px dashed rgba(0,0,0,0.3);
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom,#eee,#ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,200,200,0.8);
    background-color: rgba(255,255,255,0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255,255,255,0.4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
    -moz-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
    -ms-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
    -o-animation: passing-through 3s cubic-bezier(0.77,0,0.175,1);
    animation: passing-through 3s cubic-bezier(0.77,0,0.175,1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
    -moz-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
    -ms-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
    -o-animation: slide-in 3s cubic-bezier(0.77,0,0.175,1);
    animation: slide-in 3s cubic-bezier(0.77,0,0.175,1)
}

.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,255,255,0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom,#666,#444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom,#be2626,#a92222);
    padding: .5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.croppie-container {
    width: 100%;
    height: 100%
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%
}

.croppie-container .cr-viewport,.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0,0,0,0.5);
    z-index: 0
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none
}

.croppie-container .cr-resizer-vertical,.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all
}

.croppie-container .cr-resizer-vertical::after,.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: ''
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px
}

.croppie-container .cr-original-image {
    display: none
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:focus {
    outline: 0
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower {
    background: rgba(0,0,0,0.5);
    border-radius: 10px
}

.cr-slider::-ms-fill-upper {
    background: rgba(0,0,0,0.5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0,0,0,0.5)
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0,0,0,0.5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: 0
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: '↺'
}

.cr-rotate-r i:before {
    content: '↻'
}
