
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: white;
    overflow: auto;
}
body {
    display: block;
    background: #212e3b;
}
.window {
    position:relative;

}
.messages {
    position:absolute;
    width: 100%;
}
.message .right {
    background: #e4e3e3;
    float: right;
    padding: 4px;
    border-radius: 5px;
    text-align: right;
    position: relative;
    padding: 5px 15px;
    min-width:200px;
    margin-bottom:4px;
    margin-right: 10px;
}
 .message .left {
    background: #e4e3e3;
    float: left;
    padding: 4px;
    border-radius: 5px;
    position: relative;
    padding: 5px 15px;
    margin-bottom:4px;
    min-width:200px;
    margin-left: 10px;
}
.status:before {
    content: "\f0ec";
    color: #3F9532;
    margin-right: 10px;
    font-size: 16px;
}
.kanal_tab:before {
    content: "\f292";
    color: #000;
    margin-right: 10px;
    font-size: 16px;
}
.ozel_tab:before {
    content: "\f0e6";
    color: #bd5623;
    margin-right: 10px;
    font-size: 16px;
}
.right .sender,.left .sender {
    width:100%;
    font-weight: bold;
}
.message {
    width:100%;
    /* padding: 1px 0; */
    word-wrap: break-word;
    word-break: break-word;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}
.notice {
    color: #a52a04;
    font-weight: bold;
}
.left .sender {
    color: #cc0000;
    margin-left:0px;
}
.right .sender {
    color: #00cc00;
}
.message .right:after {
    position: absolute;
    top: 0px;
    right: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #e4e3e3;
}
.message .left:before {
    position: absolute;
    top: 0px;
    left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e4e3e3 transparent transparent;
}
.user_in_list {
    width: 100%;
    height: 25px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 5px;
    overflow: hidden;
    overflow: hidden;
    border-bottom: 1px solid #7398bd;
}
.mode:before {
    content: "\f2c0";
    margin-right: 10px;
    font-size: 13px;
    padding: 4px;
    line-height: 24px;
    height: 20px;
    border-radius: 10px;
}
 ul li.mode.q { color:#FF0000; }
 ul li.mode.a { color:#B40404; }
 ul li.mode.o { color:#D82CAD; }
 ul li.mode.h { color:#FF8000; }
 ul li.mode.v { color:#2966E2; }
 ul li.mode.n { color:#000000; }
 ul li.mode.n:before {color: #000;}
 
 .kapat:before {
    content: "\f00d";
}
 
 .kapat.fa {
    position: absolute;
    right: 10px;
    background: #383737;
    color: white;
    padding: 2px;
    border-radius: 4px;
}
li.user_in_list.secilen_nick {
    background: #bed0f1;
}

.tab,.user_in_list  {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#main {
    position:absolute;
    top:0px;
    bottom:8px;
    left:8px;
    right:8px;
    display:none;
}

.cssload-loader {
    width: 400px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size:18px;
    color: rgb(206,66,51);
    letter-spacing: 0.2em;
    top: calc(50% - 49px);
}
.cssload-loader::before, .cssload-loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: rgb(206,66,51);
    position: absolute;
    animation: cssload-load 1.5s infinite alternate ease-in-out;
        -o-animation: cssload-load 1.5s infinite alternate ease-in-out;
        -ms-animation: cssload-load 1.5s infinite alternate ease-in-out;
        -webkit-animation: cssload-load 1.5s infinite alternate ease-in-out;
        -moz-animation: cssload-load 1.5s infinite alternate ease-in-out;
}
.cssload-loader::before {
    top: 0;
}
.cssload-loader::after {
    bottom: 0;
}



@keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 400px;
        height: 29px;
        width: 15px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 400px;
        height: 29px;
        width: 15px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 400px;
        height: 29px;
        width: 15px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 400px;
        height: 29px;
        width: 15px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 39px;
    }
    100% {
        left: 400px;
        height: 29px;
        width: 15px;
    }
}


#gulsene {
    float: left;
    margin-left: 5px;
    margin-right: 8px;
    margin-top: 5px;
    cursor:pointer;
    
}
#rengi {
    cursor: pointer;
    float: left;
    margin-top: 6px;
    margin-right: 2px;
}
.altok {
    position: absolute;
    display: none;
    bottom: 25px;
    color: #FFFFFF;
    width: 19px;
    height: 12px;
    z-index: 14;
}
#sitil {
    position: absolute;
    display: none;
    bottom: 92px;
    left: 0;
    border-radius: 7px;
    border: 1px solid #999;
    padding: 10px;
    background-color: #FFFFFF;
    width: 255px;
}
#sitil div {
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#gulucukler {
    position: absolute;
    display: none;
    bottom: 88px;
    left: 0px;
    border-radius: 7px;
    border: 1px solid #999;
    padding: 10px;
    background-color: #FFFFFF;
    width: 275px;
}
#gulucukler ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#gulucukler ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    line-height: normal;
}
.gulrenk ,.gulrenk{
    width: 18px;
    height: 17px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.bar_options {
    height: 100%;
    width: auto;
    float: left;
    padding: 0 4px;
}

.bar_options_item {
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
    text-align: center;
    line-height: 21px;
    border-radius: 2px;
    color:white;
}
.message span {
    /* float: left; */
    display: inline;
    padding-right: 5px;
}
.icon_bar {
    /* margin-left: 5px; */
    /* margin-top: 3px; */
    font-size: 16px!important;
    cursor:pointer;
    text-align: center;
    line-height: 23px!important;
}
.secilen_icon {
    
    background: #607590;
}
@media only screen and (min-width: 500px) {


#logo {
    position:absolute;
    top:0px;
    width:100px;
    left:8px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 0px;
    border-radius: 0 0 7px 7px;
    background: url(../images/tool.png) repeat-x top #504d4d;
    color: #FFFFFF;
    font-size: 13px;
    font-family: monospace;
    font-weight: bold;  
}

#kullanicilar_icon {
    display:none;
}
#toolbar {
    position:absolute;
    right: 5px;
    left: 190px;
    height: 25px;
    margin-bottom: 0px;
    color: #FFFFFF;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    background: #1d2731;
    color: #FFFFFF;
    border-top: 1px solid #19232b;
    border-left: 1px solid #19232b;
    border-right: 1px solid #19232b;
}


#chat_area {
    position:absolute;
    top: 10px;
    bottom:0px;
    left:8px;
    right:8px;
    background: #304354;
    padding-top: 10px;
    border-radius: 7px;
}

#kanalekle {
    position: absolute;
    right: 40px;
    left: 0;
    height: 26px;
    overflow: hidden;
}
#surabura {
    float: right;
    color: #0099CC;
    height: 24px;
}
#saga, #sola {
    cursor: pointer;
    float: right;
    margin-right: 5px;
    width: 13px;
    height: 24px;
}
div#engelle {
    float: right;
    cursor:pointer;
}
#saga {
    background: url(../images/bsagok.png) no-repeat;
}
#sola {
    background: url(../images/bsolok.png) no-repeat;
}
div#alt_butonlar {
    position: absolute;
    left: 8px;
    height: 30px;
    width: 176px;
    bottom: 7px;
    z-index: 5;
    background: #4b5e84;
}
.tab {
    vertical-align: middle;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    border: none;
    background: url(../images/rengarenk.gif) 0 0px;
    padding: 6px;
    margin: 1px;
    width: 150px;
    margin-left: 5px;
    box-shadow: 0px 1px 3px #222;
    cursor:pointer;
    height: 14px;
}
.secilen {
     background: url(../images/tool.png) repeat-x top #484545;
     color: #eaeaea;
}
.k_div {
    margin-left:10px;
}

.tab_margin{
        margin-left: 3px;
        
}
div#alt_butonlar i {
    font-size: 21px;
    color: #09272f;
    border: 1px solid #303c54;
    width: 25px;
    margin-left: 13px;
    margin-top: 1px;
    text-align: center;
    border-radius: 6px;
    float: left;
    line-height: 26px;
    cursor:pointer;
}
.messages  {
    /* line-height:19px; */
}
.messages_tool {
background: rgba(0,0,0,0.3);
    height: 35px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 600px;
    overflow: hidden;
    float: right;
    margin-bottom: 8px;
    color:white;
}
.messages_tool .send-message {
    line-height: 33px;
    float: right;
    height: 33px;
    padding: 0 15px;
    background: rgba(255,255,255,0.1);
    margin-right: 10px;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.15) inset,0 -1px 0 0 rgba(0,0,0,0.3) inset,0 0 2px 0 rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

#mesajGecisi {
    width: 70%;
    overflow: hidden;
        height: 20px;
    line-height: 10px;
}
ul.d_mesajlari {
    list-style: none;
    line-height: 50px;
}
.messages_tool ul {
    float: left;
    padding-left: 5px;
}
.messages_tool .icon {
    float: left;
    width: 55px;
    text-align: center;
    margin-top:5px;
    color: #fbbf48;
}
.d_m-alani {
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    /* width: 710px; */
}
span.d_gonderen {
    color: #fbbf48;
}

div#ana_ekran {
    position: absolute;
    top: 47px;
    bottom: 100px;
    left: 190px;
    right: 400px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #19232b;
}


div#nicklist {
    position: absolute;
    right: 8px;
    top: 47px;
    bottom: 5px;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    /* overflow:auto; */
}

div#reklam {
    position: absolute;
    bottom: 0;
    height: 95px;
    left: 8;
    right: 275px;
}

#n_list_ust {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 2px;
    height: 30px;
    right: 8px;
    width: 252px;
    border-radius: 4px;
    color: #d8a135;
}
#n_list_ust i {
    padding-left: 30px;
    line-height: 30px;
}
#k_list_header {   
    margin-left:20px;
    margin-right:20px;
    margin-top: 10px;
    height: 30px;
    border-bottom: 4px solid #66d62b;
    }
#k_list_header  div {
    float:left;
    cursor:pointer;
}

.k_tab {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background: #d0e1e1;
    color: #1f74ad;
    font-family: "Arial Bold";
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.k_tab.y_kanal {
    background: #ff7373;
    color: black;
}
.k_tab.k_satin_al {
    background: #ffdb54;
    color: 994200;
}

#g_kanal {
    
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-top:10px;
    width:350px;
    margin-left:20px;
}
#k_yazi {
        font-weight: 100;
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-size:16px;
    margin-top:10px;
}

.k_secilen {
    background:#66d62b;
    color:black;
}
div#k_list_yenile {
    float: right;
    color: #34809e;
    
}

#populer{
    display:none;
    position: absolute;
    top: 0px;
    left: 30px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #ffffff;
}
.table > thead > tr > th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
        text-align: left;
    padding: 1.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > tbody > tr > td {
     font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    text-align: left;
    padding: 1.6rem;
    padding-top:8px;
    padding-bottom:8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#tablolar {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.k_detay {
    margin-left:10px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 24px;
    text-decoration:none;
}
.k_detay:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
    background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
    background-color:#019ad2;
}
.k_detay:active {
    position:relative;
    top:1px;
}


.k_gir {
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
    background-color:#44c767;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 24px;
    text-decoration:none;
}
.k_gir:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
    background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
    background-color:#5cbf2a;
}
.k_gir:active {
    position:relative;
    top:1px;
}


.tooltip-content {
    display: block;
    background: #e35583;
    position:absolute;
    right:30px;
    z-index: 9999;
    width: 200px;
    bottom: 50%;
    margin-bottom: -1em;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    cursor: default; 
    pointer-events: none;
    font-family: 'Gochi Hand', cursive;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-content::after {
    position: absolute;
    width: 60px;
    top: 30px;
    height: 120px;
    background: url(../images/tooltip2.svg) no-repeat center center;
    background-size: 100%;
    content: '';
    transition: transform 0.3s;
    transform-origin: 50% 0;
    left: 25%;
    transform: scale3d(-1,1,1) rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
}

.yazilar.tabs {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#yazikutu {
    position: absolute;
    display:block;
    left: 190px;
    bottom: 4px;
    right: 400px;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #19232b;
}
#yazikutuserit {
    height: 31px;
    padding: 0 5px;
    line-height: 29px;
    background: #2a3a49;
    /* margin-top: 6px; */
    border-radius: 5px 5px 0px 0px;
}
#yaziyeri {
    background-color: #fff;
    padding: 1px;
}
#yaziyeli {
    height: 46px;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #f3f3f3;
}
#yaziarea {
    height: 45px;
    overflow: auto;
    width: calc(100% - 50px);
    border: 0;
    font-size: 14px;
    outline: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #03add8;
    background-color: white;
    border-top: 1px solid #03add8;
    border-left: 1px solid #03add8;
    border-radius: 7px 0px 0px 7px;
}

.secilen_icon {
    background: #607590;
}
.icon_bar {
    color: #fff;
}

.backpen, .frontpen {
    font-size: 18px;
}

.icon_bar {
    /* margin-left: 5px; */
    /* margin-top: 3px; */
    font-size: 16px!important;
    cursor:pointer;
    text-align: center;
    line-height: 23px!important;
    color:white;
}







div#tabs {
    position: absolute;
    left: 8px;
    top: 11px;
    bottom: 38px;
    width: 176px;
    background: #4b5e84;
    border-radius: 5px 5px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; 
}


input[type=search] {
    background: #fff url(../images/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 4px 10px 4px 32px;
    width: 133px;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

div#nicklist_ust {
    border-bottom: 1px solid #4b5e84;
}

#submit_button {
    background: #03add8;
    color: #fff;
}
#submit_button {
    width: 50px;
    float: right;
    height: 100% !important;
    font-weight: bold;
    box-shadow: none !important;
    padding: 0;
    border: none !important;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    cursor:pointer;
}
.tab.status {
    margin-top: 4px;
}

.messages {
    width: 100%;
}
.window {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: url('../images/chatv2_1e.png');
    background-repeat: no-repeat;
    background-position: top right;
}


.message {
    word-wrap: break-word;
    float: left;
}

.sender {
    margin-right: 5px;
    margin-left: 5px;
    float:left;
    font-weight: bold;
    cursor: pointer;
}


.network {
    /* font-size: 13px; */
    font-weight: bold;
    padding: 5px 10px;
    background: #495367;
    width: 148px;
    margin-left: 4px;
    margin-top: 3px;
    border-radius: 3px;
    color: #f17113;
}

#nicklist ul {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: black;
}

#nicklist ul.kanal2 {
    height: calc(100% - 33px);
}
.user_profile {
    width: calc(100% - 16px);
    height: 200px;
    margin: 8px;
    border-radius: 8px;
    background: url(../themes/eski/b3.png)  top #525050;
    background-size: 100% 100%;
    background-repeat: repeat;
    color: white;
}

div#page_info {
    width: 200px;
    float: left;
}

.tab.yenimesaj {
   color: #bd1d1d;
}
.tab.uyari {
    color: #e0833a; 
}
.tab.yenimesaj2 {
    color: #158208;
}

*::-webkit-scrollbar {
    width: 6px;
    /* height: 20%; */
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
    background-color: #1d2731;
    height: 50px; */
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fffbfb;
}


.user_avatar {
    height: 140px;
    width: 140px;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    background: url(../images/default-avatar.png) no-repeat;
    background-size: 100%;
}

.user_nick {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 15px;
    margin-top: 5px;
    color: #fdfdff;
    font-weight: bold;
}

    #pencereler {
    display:none;
    }
    #ek_buton{
        display:none;
    }
    
    #radyo_mobil {
        margin-right: 10px;
        float: right;
        font-size: 12px;
        color: white;
        text-align: center;
        width: 120px;
        line-height: 30px;
    }
    i#radyo_icon {
    font-size: 22px;
    color: white;
    width: 20px!important;
    float: left;
    line-height: 30px;
    }

    #mobil_ust {
        display:none;
    }    
    #normal_ust {
        display:block;
    }
    #hangi_pencere {
        display:none;
    }
}


@media only screen and (max-width: 500px) {
    div#ana_ekran {
    position: absolute;
    top: 40px;
    bottom: 59px;
    left: 0px;
    right: 0px;
    background: #fff;
    /* border-radius: 5px; */
    border: 1px solid #19232b;
}

    #gulucukler {
    bottom: 31px;
    height: 100px;
    overflow: hidden;
    }
    div#nicklist {
    position: absolute;
    right: 1px;
    top: 40px;
    bottom: 60px;
    width: 100px;
    background: #fff;
    /* border-radius: 5px; */
    /* overflow:auto; */
 }
    #nicklist ul {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: black;
    }

    #nicklist ul.kanal2 {
    margin-top: 16px;
    height: calc(100% - 18px);
    }
    
    input[type=search] {
        width: 80px;
    }
    .window {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    }
    #tabs {
        position: absolute;
        top: 40px;
        bottom: 65px;
        width: 171px;
        background: #03add8;
        left: 1px;
        z-index:2;
    }
    .tab {
        vertical-align: middle;
        float: left;
        /* overflow: hidden; */
        /* word-wrap: break-word; */
        overflow: hidden;
        white-space:nowrap;
        text-overflow: ellipsis;
        border: none;
        background: #4e4e4e;
        padding: 8px;
        color: #DADADA;
        border-right: 1px solid #2b2b2b;
        margin: 2px;
        width: 150px;
        margin-left: 1px;
        box-shadow: 0px 1px 3px #222;
        cursor:pointer;
        height: 14px;
    }
    .secilen {
         background: url(../images/tool.png) repeat-x top #fff;
         color:#000;
    }
    
    .network {
        display:none;
    }
    #yazikutu {
    position: absolute;
    bottom: 1px;
    width: calc(100% - 2px);
    height: 34px;
    z-index: 1;
    right: 1px;
    left: 1px;
    background: #e6e8ec;
 }  
    div#yazikutuserit {
    position: absolute;
    height: 25px;
    padding: 0 5px;
    line-height: 24px;
    background: #2a3a49;
    bottom: 33px;
    width: 100%;
    }
    
    div#toolbar {
    height: 40px;
    background: #03add8;
 }
    i#pencereler {
        font-size: 26px;
        margin-left: 10px;
        margin-right: 10px;
        float: left;
        line-height: 40px;
        display: block;
        color: white;
    }
    div#page_info {
    width: calc(100% - 182px);
    line-height: 40px;
    float: left;
    color:white;
    font-size: 16px;
 }
    

    .message {
    float: left;
    display: inline-block;
 }
    
    .sender {
    float: left;
    margin-right: 3px;
    }
    input#yaziarea {
    width: calc(100% - 28px);
    /* padding-top: 10px; */
    margin-top: 3px;
    line-height: 21px;
 }

    #ek_buton {
    /* float: left; */
    display:none;
    }

    i.fa.fa-plus-square-o {
    font-size: 22px;
        color: #03add8;
    }
    button#submit_button {
    margin-right: 4px;
    padding: 0px;
    background: none;
    border: none;
    color: white;
    padding-top: 2px;
    float: right;
    padding-right: 5px;
    margin-top: 5px;
 }
    i.fa.fa-paper-plane {
    font-size: 17px;
    color: #03add8;
    }
    div#kullanicilar_icon {
    width: 65px;
    float: right;
    color: white;
    text-align:center;
    margin-top: 7px;
    margin-right: 5px;
    font-size: 10px;
    line-height: 18px;
 }
    div#engelle {
    width: 65px;
    float: right;
    color: white;
    text-align:center;
    /* height: 32px; */
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 2px;
    text-align: center;
 }
    i.fa.fa-users.fa-1 {
        font-size: 16px;
    }
    .tab.yenimesaj {
    color: #3ae03a;
    }
    .tab.uyari {
        color: #e0833a; 
    }
    .tab.yenimesaj2 {
        color: #1bf1cb;
    }
    #main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    }

    div#alt_butonlar{
    position: absolute;
    left: 0px;
    height: 30px;
    width: 172px;
    bottom: 35px;
    z-index: 5;
    background: #0486a7;
    display:none;
    }
    div#alt_butonlar i {
    font-size: 21px;
    color: #000000;
    border: 1px solid #0d5b6f;
    width: 25px;
    margin-left: 13px;
    margin-top: 1px;
    text-align: center;
    border-radius: 6px;
    float: left;
    line-height: 26px;
    }
    #radyo_mobil {
        margin-top: 4px;
        float:left;
        font-size: 10px;
        color: white;
        text-align: center;
        width: 63px;
    }
    #mirc_indir {
        display: none;
    }

    #mobil_ust {
        display:block;
    }    
    #normal_ust {
        display:none;
    }
    #hangi_pencere {
        display:block;
        position: absolute;
        top: 40px;
        width: 100px;
        right: 0;
        margin-left: 1px;
        height: 14px;
        line-height: 14px;
        z-index: 55;
        text-align: center;
        background: #333333;
        color: #bfb7b7;
        border-radius: 0 0px 0 25px;
    }
    .message {
    font-family: Consolas, "Lucida Console", monospace;
    word-wrap: break-word;
    font-size: 12px;
    } 
    .user_in_list {
        background:none!important;;
        padding-left: 1px!important;
    }
    #nicklist_ust {
        display:none!important;
        margin-top: 16px;
    }   
}

.bar_options.right {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}
#buyut .icon_bar.fa.fa-search-plus {
    color: #b3f7b3;
}
#kucult .icon_bar.fa.fa-search-minus {
    color: #ffa4a4;
}
img.Logo {
    position: absolute;
    left: 111px;
    top: -31px;
}
.mesaj * {
    /* float: left; */
}



.right .mesaj {
    white-space: normal;
    overflow: initial;
    display: -webkit-inline-box;
}
.left .mesaj {
    white-space: normal;
    overflow: initial;
    display: -webkit-inline-box;
}

.user_in_list{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
.tab {
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold!important;
    border-radius: 2px;
}

#status_msg {
    font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
    line-height: 1.4;
}

.window {
    /* font: 13px Lato, sans-serif; */
}
#tabs {
       font-family: "Helvetica Neue",Helvetica,sans-serif;
       font-size: 12px;
        overflow: auto;
}
#toolbar {
       font-family: "Helvetica Neue",Helvetica,sans-serif;
       font-size: 13px;
       font-weight: bold;
}
#gulucukler img {
    padding: 3px 2px 3px 2px;
    border: 1px solid #fff;
}
#gulucukler img:hover {padding:3px 2px 3px 2px; border:1px solid #ccc;}

.audiojs {
    max-width: 150px!important;
    height: 28px!important;
    background: none!important;
    overflow: hidden!important;
    font-family: monospace;
    font-size: 12px!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}

.join .sender:before {
    content: "\f05a";
    color: #2ecc40;
     font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
}
.part .sender:before {
    content: "\f05a";
    color: #2ec3cc;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
}
.quit .sender:before {
    content: "\f05a";
    color: #cc872e;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
}
.mode .sender:before {
    content: "\f05a";
    color: #402ecc;
        font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
}
.kick .sender:before {
    content: "\f05a";
    color: #ff0b0b;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
}
.newnick .sender:before {
    content: "\f05a";
    color: orange;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
}
.kick,.part,.quit,.join,.mode,.newnick {
        font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
        border-right: 1px solid #f6f6f6;
        color: #b1c3ce;
        padding-right: 10px;
}

.quit .sender,.mode .sender,.join .sender,.part .sender,.kick .sender,.newnick .sender {
    padding-left: 10px;
}

i#radyo_icon {
    font-size: 22px;
    color: white;
    width: 40px;
}

#radyom {
display:none;
}


div#yeni_gorunum {
    height: 39px;
    line-height: 39px;
    color: white;
    background: black;
    text-align: center;
    border-radius: 2px;
    margin: 5px 35px;
}

.YeniGorun {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    line-height: 20px;
    background: black;
    text-align: center;
	font-weight: bold;
    z-index: 1000;
}
.YeniGorun a, .YeniGorun a:hover, .YeniGorun a:active {
	text-decoration: none;
	color: deepskyblue;
	cursor: pointer;
	outline: 0;
	font-weight: bold;
}

div#mirc_indir {
    float: left;
    background: url(../images/mircc.png) no-repeat #c5c1be;
    background-size: 25px;
    background-position: 3px center;
    padding-left: 30px;
    border-radius: 3px;
    margin-top: 2px;
}

div#mirc_indir a {
    color: black;
    cursor:pointer;
}
.message img {
    vertical-align: middle;
}

.big-btn{
padding: 10px 0px 11px 0px;
width: 215px;
margin-top:5px;
}

.big-btn i{
font-size: 65px;
margin-right: 0px !important;
}
.big-btn strong{
font-size: 25px;
text-shadow: 1px 2px 0px #34659B;
color: #fff;
line-height: 24px;
}
.big-btn .btn-text{
margin-top:6px;
}

.big-btn small{font-size: 75%;}

.android-btn {
    width: 240px;
    padding: 13px 17px 13px 0px;
    background-color: #000;
    border-color: #000;
    height: 61px;
    width: 100%;
}
.android-btn:hover{
background-color: #272727;
}

.android-btn i{
font-size: 55px;
}

.android-btn .btn-text{
margin-top: 0px;
}

.android-btn strong{
font-size: 25px;
text-shadow: none;
color: #fff;
line-height: 24px;
}
a#play_store {
    color: white;
}
span.tab_font {
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 100;
}



.user_profile2 div {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.user_profile2 {
    width: calc(100% - 16px);
    margin: 8px;
    border-radius: 8px;
    background: url(../themes/eski/b3.png) top #1e7954;
    background-size: 100% 100%;
    background-repeat: repeat;
    color: white;
}

.p_title {
    text-align: center;
    border-bottom: 1px solid #52694a;
}

.ust_butonlar_mobil {
    float: left;
    margin-top: 3px;
    line-height: 40px;
    margin-right: 10px;
    color: #d0c9c9;
    margin-left: 10px;
    height: 40px;
    display: flex;
}

.icon_icon_icon {
    margin-top:9px;
}
.mobil_ust {
    color:white;
}
button#sag_buton {
    float: right;
    color: white;
    height: 36px;
}

button#sag_buton {
    font-size: 14px;
    width: 70px;
}
#sag_buton.mdl-button .material-icons {
    vertical-align: middle;
    padding-left: 24px;
    margin-left: 5px;
}

div#engel_koy_kaldir {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 20px;
    width: 100%;
    z-index: 555;
    font-size: 12px;
    display:none;
}
button#ozel_engelleme {
    font-size: 12px;
    width: 68px;
    background: #229ee6;
    background-image: -webkit-linear-gradient(top, #229ee6, #c3d1d9);
    background-image: -moz-linear-gradient(top, #229ee6, #c3d1d9);
    background-image: -ms-linear-gradient(top, #229ee6, #c3d1d9);
    background-image: -o-linear-gradient(top, #229ee6, #c3d1d9);
    background-image: linear-gradient(to bottom, #229ee6, #c3d1d9);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    float: right;
    text-decoration: none;
}
.zaman_g {
    float: left;
}
.radyo_mobil {
    float: right;
    margin-right: 10px;
}
div#my_warn_mobil a {
    color: blue;
    font-size: 16px;
    line-height: 26px;
}
div#my_warn_mobil {
    position: absolute;
    top: 40px;
    background: #e1e1e8;
    width: 100%;
    text-align: center;
    z-index: 56;
}
div#new_aktif {
    float: left;
    line-height: 30px;
    font-size: 15px;
    padding-left: 15px;
    font-weight: bold;
}