/*----- common --- */
@charset "utf-8";
div::-webkit-scrollbar{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
div::-webkit-scrollbar-track{
  background: rgba(0, 0, 0, 0.1);
}
div::-webkit-scrollbar-thumb{
  background: rgba(0, 0, 0, 0.5);
}
.basebgcolor{
    background-color:#fbfbfb;
}
body{
    margin:0;
    padding:0;
}
table td{
    vertical-align: top;
    /*border:1px solid;*/
}
body a{
color: #5E78C3;
}
/* -- tooltip -------*/
.tooltip{
    position: relative;
}
.tooltip:hover:after {
    content: attr(tooltip);
    position: absolute;
    background: #7A7AB1;
    color: aliceblue;
    z-index: 10;
    padding: 2px 4px;
    top: -14px;
    left: 31px;
    white-space: nowrap;
    font-size:14px;
    font-family:tahoma;
}
/* -- tooltip -------*/
.fadeout {
    position: absolute; 
    bottom: 0em;
    width:100%;
    height: 2.5em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 
/* END of ----- common --- */


/* ------- main TABLE ------- */
.maintable{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  /*border: 10px solid #FCFCFC;*/
  background-color: #fbfbfb;
  width: 95%;
  max-width: 1080px;
  padding: 0px;
  /*min-width: 400px;*/
}

.mt-headline{
    font-size:130%;
    font-family:Tahoma;
    display: inline-block;
    color: #429856;
}
.mt-headline a{
    color:inherit;
    text-decoration: none;
}
.mt-headline a:hover{
color:#6888c9;
}
.mt-link{
    text-align: center;
    font-family:Tahoma;
    display: inline-block;
    float:right;
}.mt-link a{
    text-decoration: none;
    color: #7D7D7D;
}

td.mainmenu{
    text-align: right;
}
.mainmenu a{
    display: inline-block;
    font-size: 95%;
    font-family: arial;
    text-decoration: none;
    border-bottom: 1px dotted #728E79;
    border-right: 1px dotted #728e79;
    margin-right: 3px;
    margin-left: 3px;
    padding: 2px 3px;
    border-radius: 3px;
    color: #2F4994;;
}
.mainmenu a:hover{
    border-bottom: 1px solid #5050f0;
    background-color: #E8F1EA;
}
.extindex a {
    margin-bottom: 20px;
    font-size: 1.2em;
}

td.leftcontent{
     max-width:720px;
     /*min-width:420px;*/
     float:left;
}
td.rightmenu{
    float:left;
    max-width:400px;
}
.onside{
    
    float:right !important;
    max-width:300px !important;
    width:248px;
}
.listmode {
    width: 100%;
    /*background-color: #eaf3ec;*/
    /*margin: 7px 0;*/
    /*padding: 5px 0;*/
    font-family: tahoma;
    font-size: 90%;
    color: #808080;
}
.listmode > span {
    display: inline-block;
    /*margin: 0 10px;*/
}
a.sense_time{
    color: #505050;
    border-bottom: 1px dotted #808080;
    cursor: pointer;
    text-decoration: none;
}

/* - {END} main TABLE ------- */


/* ---- LETTER NAVIGATE -------------- */
div.lnav{
    width: 100%;
    background-color: #F7F7F7;
    margin: 7px 0;
}
div.lnav table{
    font-family: arial;
    width:100%;
}
td.lnav-middle{
    text-align: center;
    vertical-align: middle;
}
.lnav-middle a{
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 260px;
    margin-right: 12px;
}
td.lnav-left,td.lnav-right{
    width:130px;
}
td.lnav-right{
    width:130px;
    text-align: right;
}
td.lnav-left a,td.lnav-right a{
    text-decoration: none;
    font-size:36px;
}
td.lnav-left a:hover,td.lnav-right a:hover{
    color: #375DEF;
}
/* --{END}-- LETTER NAVIGATE -------------- */
/*-- LETTER --*/
div.letter_text{
    padding: 0 10px;
/*    margin-left: 10px;*/
    font-family: Arial;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    position: relative;
    min-height:140px;
    min-width:240px;
}
@media (min-width: 281px) and (max-width: 600px) {
     
     div.letter_text img{
        display:block;
        width:100%;
        /*max-width:320px;*/
        height:auto;
     } 
}
@media (min-width: 601px)  {
    div.letter_text img{
        max-width:700px;
        height:auto;
    }
}
/* waiting for pub red warning */
div.pubwarning {
    text-align: center;
    color: #25691D;
    border: 1px solid #DAD9D9;
    position: absolute;
    /* opacity: 0.9; */
    background-color: #D0E6D5;
    width: 60%;
    left: 20%;
    border-radius: 20px;
    top: -32px;
}/*--{END} LETTER --*/
/* ------- LETTERS --------------*/
.letters{
    /*padding: 0 10px;*/
    margin-top: 20px;
    /*font-family: Arial;*/
    /*border: 1px solid #f0f0f0;*/
    /*background-color: #fafafa; */
}
.rubheadline {
    text-align: center;
    font-family: Tahoma;
    color: #4C8CC3;
    position:relative;
    font-size:1.5em;
}
.rubheadline div,.rubheadline span{
    vertical-align: middle;
    /*cursor:pointer;*/
}
div.pmwrap{
    display:none;
    position: absolute;
    width:50px;
    height:20px;
    top: 0;
    right: -40px;
}
.rubheadline span:hover .pmwrap  {
    display:block;
}

table.lp-blocks {
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #ffffff;
    border:1px solid #f3f3f3;
    font-family: Tahoma;
    /*box-shadow: #f0f0f0 3px 3px 3px;*/
    /*min-width:420px;*/
    position: relative;
    width:100%;
}
.lp-blocks-outdate{
    box-shadow:#f4bfa5 0px 0px 12px !important
}
.lp-blocks-outdate:after {
    content: 'не достигло даты публикации';
    color: #d99050;
    font-size: 88%;
    position: absolute;
    right: 0;
}
table.lp-blocks.down-order {
    border: 1px solid #a0a0f0;
}

table.lp-blocks.down-order:before {
    content: 'только в рубрике';
    position: absolute;
    top: -16px;
    color: #5454C5;
    left: 50%;
    background-color: #C4EBFA;
}
table.lp-blocks.status0{
    opacity: 0.7;
    background-color: #D6D6D6;
}
table.lp-blocks.status0 .fadeout{
    display:none;
}
table.lp-blocks.status0 .lp-footer{
    background-color: #FCFCFC;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 500;
}
table.lp-blocks:hover {
    border: 1px solid #E6E6E6;
}
table.lp-blocks td{
    vertical-align: top;
}
.lp-title{
    /*white-space:nowrap;*/
    overflow:hidden;
    /*margin-bottom: 7px;*/
    /*text-overflow: ellipsis;*/
    /*max-width:470px;*/
    /*min-width:440px;*/
}
.lp-title a{
    color: #67a275;
    font-size: 122%;
}
.lp-thumb {
    /*box-shadow: #a0a0a0 2px 2px 1px;*/
    margin: 3px;
}
.lp-thumb.mobile {
    /*box-shadow: #a0a0a0 2px 2px 1px;*/
    text-align:center;
}
.lp-thumb.mobile img{
    /*box-shadow: #a0a0a0 2px 2px 1px;*/
    width:99%;
}
.lp-text{
    position:relative;
    max-height: 400px;
    overflow: hidden;
    min-height: 188px;
    font-size:90%;
    text-overflow: ellipsis;
}
.lp-text.mobile{
    font-size:120%;
}
div.yandex-direct-post-1a,div.yandex-direct-post-1b{
    font-family: tahoma;
    font-size: initial;
    font-weight: initial;
    zoom: 0.9;
    margin-top:20px;
    display:block;
    border-bottom: 1px dotted #a0a0a0;
}
div[class^=yandex-direct-list]{
    margin-bottom: 30px;
    font-family: tahoma;
    font-size: initial;
    font-weight: initial;
    zoom: 0.9;
    display:block;
}
.lp-footer{
    font-size: 90%;
    text-align: right;
    max-height: 20px;
    /*overflow-y: hidden;*/
}

span.lt-edit{
display:inline-block;float:left;margin-left:10px;
}
span.lt-edit a {
    color: #8787CC;
}
span.lt-more {
    float: left;
    display: inline-block;
    margin: 0 3px 0 10px;
}
span.lt-status{
    color: #754B3D;
}
span.lt-author{
    color: #2D7AD8;;
    display:inline-block;
    margin: 0 7px;
}
.lt-author a {
    color: #2946B3;
    text-decoration: none;
}
.lt-flag{
    margin-right:4px;
}
.lt-flag img{
    vertical-align:top;
}
span.lt-comments {
    border: 1px solid #C6D3F7;
    background-color: #fbfbfb;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    min-width: 27px;
    text-align: center;
}
span.lt-comments:hover {
    background-color: aliceblue;
}
span.lt-comments a{
    color:#6355c3;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 1em;
    margin: 0 -1em;
}
table.link-blocks {
    width: 100%;
    margin:auto;
    max-width: 720px;
    margin-bottom: 50px;
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    font-family: Tahoma;
}
table.link-blocks td p{
    margin: 3px 0;
}
/* --{END}-- LETTERS --------------*/
/*------ POST - RATING -----------*/
.postrate {
    position: absolute;
    right: -43px;
    top:-12px;
    z-index: 200;
    text-align: center;
}
.postrate div{
    display: block;
    vertical-align: middle;
    margin:0 auto;
}
.cmt_headline div[class^=vote]{
    display: inline-block;
    vertical-align: middle;
}
.cmt_headline .vote_rate{
    font-weight: bold;
}
.postrate .vote_rate{
    padding:3px 0 0 0;
}
.vote_rate{
    min-width:20px;
    text-align: center;
    color: #777777;
    font-family: Tahoma;
}
.vote_up,.vote_dn{
    height:16px;
    width:22px;
    cursor:pointer;
    background: url('/images/arrows.png') no-repeat;
}
.vote_up{
    background-position: 0 5px;
}
.vote_dn{
    background-position: -28px 5px;
}
.vote_up.plus, .vote_up:hover{
    background-position: -58px 5px;
}

.vote_dn.minus, .vote_dn:hover{
    background-position: -86px 5px;
}


/*--{END}---- POST - RATING -----------*/
/* ---- PAGING ---------- */
.paging  a{
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #aeaeae;
    padding: 2px 6px 3px 7px;
    background-color: white;
    color: #4A82BD;
    font-family: tahoma;
    text-align: center;
    font-size:120%;
    cursor:pointer;
    min-width:26px;
}
.paging a.current {
    background-color: gray;
    color: #fefefe;
}
.paging a:hover {
    background-color: #8080e0;
    color: white;
}
/* --{END}-- PAGING ---------- */
/*---------- USER DATA VIEW --------*/
div.uview_box{
position: absolute;
    border: 1px solid #EAEAEA;
    background-color: #F6F8FF;
    /* outline: 1px white solid; */
    box-shadow: 3px 3px 10px #808080;
    min-width: 320px;
    border-radius: 3px;
}
div.uview_head {
    padding: 2px 0 2px 10px;
    font-size: 110%;
    font-family: Tahoma;
    background-color: white;/* #ECEBFF;*/
    text-align: center;
}
div.uview_box table{
    width:100%;
}

div.uview_box table td.td-uinfo{
    padding-left:8px;
}
div.uview_box table td.td-uinfo span{
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    font-family: tahoma;
    color: #707070;
    padding: 0 2px;
}
/*--{END}--- USER DATA VIEW --------*/
/* ------- right BLOCKS ------- */
/* LOGIN BOX */
div.wlogbox{
    text-align: center;
    font-family: Tahoma;
    color:#808080;
    padding-bottom: 12px;
    display:none;
    max-width:400px;
}
div.wlogbox.active{
    display:block;
}
div.wlogbox span.lb-msg{
    color:red;
}
/* ------ LOGGED --------*/
div.wlbox_body {
    text-align: left;
    padding-left: 38px;
    font-size: 90%;
    margin-top: 12px
}
span.log_box_uname a{
    color: #5E78C3 !important;
    font-size:110%;
}
div.wlogbox.logged span{
    display: block;
}
.u_banned {
    color: red;
    font-weight: bold;
}
div.wlogbox.logged a{
    color:#505050;
}
/* ------ NON LOGGED --------*/
div.wlogbox span{
    display: block;
}
.wlogbox dl{
    margin:0;
    padding:0;
}
div.wlogbox dt {
    display: inline-block;
    margin: 0 4px;
    border-bottom: 1px dotted #909090;
    font-size: 90%;
    cursor: pointer;
    color:#9c9c9c;
}
div.wlogbox dt.active{
    font-weight: bold;
    color:#64686b;
    border-bottom:0;
} 
div.wlogbox dt:hover{
    color:#333db1;
}

.cap_wrap{
    transform:scale(0.7);
    transform-origin:60px 30px;
}
div.wlogbox input{
     width:96%;
     color:#707070;
     font-size:130%;
     background-color: #F7F7F7;
     margin: 5px auto;
     border: 1px solid #d6d6d6;
}
div.wlogbox button{
    width:96%;
    border: 1px solid #CCDAE6;
    font-size:110%;
    margin: 4px auto;
    background-color: #CCDAE6;
    cursor:pointer;
}
/* ----- LOG SOCIAL  -----*/
div.sn_head i.sprite{
    vertical-align: middle;
    padding:0 2px;
}
div.sn_head{
    text-align: left;
    padding:0 2px;
    color:#4040a0;
}
div.sn_choice {
    font-size: 80%;
    padding:0 2px;
    text-align: left;
}
div.wlogbox.logbox-social span.snname{
    cursor:pointer;
    border-bottom: 1px dotted #c0c0c0;
    display: inline-block;
    color: #4c75a3;
}
/* ---{END}---LOG SOCIAL -*/

/* {END} of LOGIN box*/
/* ----- ADDPOST BTN -------- */
button.addpost_btn  {
    width: 100%;
    border: 0;
    padding: 5px 0;
    font-size: 100%;
    background-color: #D0E6D5;
    color: #2D2C2C;
    cursor: pointer;
}
div.addpost_div  {
    width: 100%;
    border: 0;
    padding: 5px 0;
    font-size: 100%;
    background-color: #D0E6D5;
    color: #2D2C2C;
    text-align: center;
    font-family: Tahoma;
}
button.addpost_btn:hover {
    color: blue;
    background-color: #EEEFEC;
}
div.oauth{
    padding:0 4px;
}
/* --{END}--- ADDPOST BTN -------- */

/* ----------- WHO -----------*/
div.whotitle {
    font-family: tahoma;
    text-align: center;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 5px;
    font-size: 80%;
    background-color: #FaFaf5;
}
span.whoname {
    display: inline-block;
    max-width: 150px;
    margin-right: 15px;
    color: #292929;
    font-family: arial;
    font-size: 90%;
}
.wholist{
    margin-bottom: 14px;
}
a.whohidden {
    color: #b0beca;
}
span.whoage {
    font-size: 80%;
    font-family: arial;
    color: #808080;
}
.div0018 {
position: relative;
background-color: #FFFFFA;
height: auto;
padding: 4px 0;
margin: 2px 0 14px 0;
max-height: 400px;
border: 1px solid #f0f0f0;
overflow: auto;
text-align: left;
box-sizing: border-box;
}
/* -- END of  right BLOCKS ------- */

/* ----------- RUBR -----------*/
div.rubtitle{
    font-family: arial;
    text-align: center;
    margin-bottom: 8px;
}

div.rub a {
    font-size: 70%;
    font-family: arial;
    display: inline-block;
    margin: 2px 5px;
    border: 1px solid #DEDEDE;
    text-decoration: none;
    background-color: #E8F1EA;
    border-radius: 3px;
    padding: 2px;
    color: #5F5F5F;
}
div.rub a:hover{
    background-color: #e7eFe9;
    color: #303030;
}

/*---RUBEDIT-------- */
div.rub a[count] {
    margin-right: 34px;
    font-size: 90%;
}

div.rub a[count]:after {
    content: attr(count);
    position: absolute;
    margin-left: 6px;
}
div.rubeditmenu {
    margin: 12px 0 26px 0;
    padding: 12px;
    background-color: #e7f5ef;
    min-height: 48px;
    min-width: 720px;
    text-align: center;
}

.rubeditmenu input {
    border: 1px solid #a0a0a0;
    /* height: 1em; */
    font-size: 1em;
    width: 180px;
    padding: 2px;
    color: #304835;
    font-family: Tahoma;
}

.rubeditmenu button {
    border: 1px solid #a0a0a0;
    font-size: 1em;
    padding: 2px;
    margin: 0 2px;
    font-family: tahoma;
    cursor: pointer;
    background-color: #d0e6d5;
    color: #4c4b4b;
}

.rubeditmenu button:hover {
    background-color: #c4f5cf;
}

div.rubeditmsg {
    font-size: 120%;
    font-family: tahoma;
}

.rubprops {
    width: 80%;
    margin: 10px auto;
    text-align: left;
    font-family: tahoma;
}

.rubprops input {
    width: 80%;
}

/*------ears----------*/

div.anons {
    background-color: #FAFAFA;
    border: 1px solid #e0e0e0;
    font-family: tahoma;
    font-size: 90%;
    margin: 20px 0;
    padding: 3px 0;
    /*opacity: 0.6;*/
}
div.anons:hover{
    box-shadow: 1px 1px 7px #a0a0a0;
    opacity: 1.0;
}
div.anons a{
 
    color: black;
    display: block;
    font-size: 120%;

}
div.anons img{
    max-width: 240px;
}

/*-----------flashlog-----------*/
.flashtoken{
    position: fixed;
    right: 0;
    top:10px;
    z-index:800;
    padding: 12px;
    border: 2px solid #d9d9fe;
    
    border-radius: 3px;
    font-family: Tahoma;
    font-size: 14px;
}
.flash_red{
    background-color: #ce764e;
    color: white;
}
.flash_green{
    background-color: #5d9849;
    color: white;
}.flash_normal{
    background-color: #5f86a9;
    color: white;
}
/* end of Flashlog ----------*/
/* =======LOADING========= */
div.loading{

    /*opacity : 0.6;*/
    /*filter : alpha(opacity=60);*/
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(251, 251, 251, 0.59);;
    background-image: url(/images/loading2.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 5000;
}
div.loading span{
    background-color: white;
    padding:3px;
    font-family: Tahoma;
    font-size:14px;
    cursor: pointer;
}
div.fog{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(251, 251, 251, 0.59);;
    z-index: 99;
}
div._msg_info {
    z-index: 111;
    position: fixed;
    width: 360px;
    height: 200px;
    box-shadow: 4px 4px 33px #505050;
    background-color: #EFF3FF;
    left: 50%;
    top: 50%;
    border: 1px solid #e0e0e0;
    outline: 3px solid white;
    padding: 12px;
    font-family:tahoma;
    color: #808080;
    transform: translate(-50%, -50%);
}
.noscroll { 
    overflow: hidden;
}
/* =={END}=====LOADING========= */
div#wmTalkDiv{
    font-size:85%;
    font-family: tahoma, arial;
    color:#909090;
    padding: 4px;
    max-height:200px;
}

/*-----------search --------------*/
div.site_search{
text-align:center;
margin: 5px 0 12px 0;
}
div.site_search input[type=button]{
    border:1px solid #a0a0a0;
    font-size:100%;
    font-family:Tahoma;
    color:#808080;
    padding:2px;
    cursor:pointer;
    width:99%;
}
/*-----------search --------------*/
/*-----------geo --------------*/
.lookGeo {
    cursor: pointer;
    color: #492790;
    border-bottom: 1px dotted #a0a0ff;
}

/*-----------geo--------------*/

