body {
	margin: 0px;
	padding: 0px;
    font-size: 12px;
	font-family: Helvetica;
    /*background-image: url("/img/background.jpg");*/
    background-image: url("/img/cell.jpg");
    text-align: center;
}





.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.title-sign-1 {
    color: #717171;
    font-size: 20px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.width-240 {
    width: 240px;
}
.title-sign-2 {
    color: #717171;
    font-size: 18px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.title-sign-3 {
    color: #717171;
    font-size: 17px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.title-sign-4 {
    color: #717171;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.title-sign-5 {
    color: #717171;
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.title-sign-6 {
    color: #717171;
    font-size: 12px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}


.head {
    background-color: #434450;
    /*background-image: url("/img/box.jpg");*/
    /*background-position: 0 -32px;*/
    height: 33px;
    left: 50%;
    margin-left: -500px;
    position: relative;
    width: 1012px;
/*background-image: url("/img/layout_bg.jpg");*/
}
.head-user-auth-controls {
    position: absolute;
    right: 0;
    top: 20px;
}


.footer {
    bottom: 0;
    color: #717171;
    font-size: 11px;
    height: 50px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 100%
}

.main-content-area {
    height: 100%;
    margin: auto;
    position: relative;
    max-width: 1000px;
}

@media screen and (max-width:800px) {
    .main-content-area {
        height: 100%;
        left: inherit;
        margin: auto;
        position: relative;
        width: 98%;

    }
    .vkt-undermenu-ads-frame {
        display: none;
    }

}

.user-content-wide {
    position: relative;
    width: 620px;
    /*border: 1px solid black;*/
    text-align: left;
    margin: auto;
    float: left;
    min-height: 300px;
}
.admin-content-wide {
    position: relative;
    width: 1000px;
    /*border:1px solid black;*/
    margin-left: 50%;
    left: -500px;
}

.admin-content-wide .posts-tape{
    width: 640px;
    text-align: left;
}


.left-block-tpl-container {
    position: relative;
    width: 180px;
    display: block;
    padding-right: 10px;
    float: left;
    border: 1px solid transparent;
    /*border: 1px solid black;*/
}

.right-block-tpl-container {
    position: absolute;
    display: block;
    border: 1px solid transparent;
    /*border: 1px solid black;*/
    width: 180px;
    right: 0px;

}

.left-ads-container {
    position: fixed;
    width: 170px;
}

.right-menu-container {
    position: fixed;
}
.right-menu-container .button {
    width: 160px;
}

.right-menu-container .social_pages {
    display: flex;
    justify-content: space-around;
}

.right-menu-container .social_pages a.social {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-position: center;
    background-size: contain;
    transition-duration: .3s;
}
.right-menu-container .social_pages a.social.facebook {
    background-image: url("/img/fb.png");
    background-color: #4e71a8;
}
.right-menu-container .social_pages a.social.facebook:hover {
    box-shadow: 0 0 5px 3px #4e71a8;
}

.right-menu-container .social_pages a.social.telegram {
    background-image: url("/img/telegram.png");
    background-color: #1fa1de;
}
.right-menu-container .social_pages a.social.telegram:hover {
    box-shadow: 0 0 5px 3px #22a9e8;
}


@media screen and (max-width:800px) {
    /*.left-block-tpl-container {*/
        /*position: absolute;*/
        /*margin: auto;*/
        /*text-align: center;*/
        /*width: 100%;*/
        /*height: 120px;*/
        /*float:none;*/
        /*!*margin-bottom: 10px;*!*/
        /*top: 0;*/
        /*left: 0;*/
    /*}*/
    .left-block-tpl-container {
        display:none;
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*background-color: #ffffff;*/
        /*background-image: url(/img/cell.jpg);*/
        /*width: 100%;*/
        /*height: 100px;*/
        /*box-sizing: border-box;*/
        /*z-index: 2;*/
        /*box-shadow: 0px 5px 70px 5px rgba(86, 64, 0, 0.5);*/
    }



    .left-block-tpl-container .left-ads-container{
        position: relative;
        width: 100%;
        height: 100px;
        overflow: hidden;
        background-color: #ffffff;
    }
    .right-block-tpl-container {
        position: relative;
        margin: auto;
        text-align: left;
        width: 100%;
        float:none;
        /*margin-top: 130px;*/
        margin-top: 0;
        margin-bottom: 10px;
    }
    .right-block-tpl-container .right-menu-container{
        position: relative;
        width: 100%;
        padding: 5px;
    }

    .right-menu-container > a.main-logo{
        float: left;
        margin-right: 10px;
    }
    .right-menu-container > a.main-logo > img{
        width: 100px;
    }

    .user-content-wide {
        position: relative;
        width: 100%;
    }
    .post_item_social_control {
        padding-left: 0;
    }
    .comment-input-area > textarea {
        width: 50%;
        margin-left: 10px;
    }

    .js-old-share > div {
        padding: 0;
    }

}
.js-old-share > div {
    padding-left: 20%;
}
/*.head-layout-decor {*/
    /*color: #CFCDCD;*/
    /*height: 100%;*/
    /*padding: 10px;*/
/*}*/

a, button {
    outline: none;
    border: none;
}


.btn-link-medium {
    position: relative;
    display: inline-block;
    color: gray;
    border-bottom: 1px dotted gray !important;
    cursor: pointer;
}
.btn-link-medium:hover {
    border-bottom: 1px solid gray;
}

.btn {
    border: 1px solid #1F1F1F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 2em;
    margin-right: 2px;
    margin-top: 2px;
    padding: 4px;
    position: relative;
    display: inline-block;
}

.btn:active{
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3) inset;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 4px;
}

.btn-big {
    background-color: #D2E4DE;
    font-size: 2em;
}
.btn-big:hover{
    background-color: #C4D5CF;
}



.btn-medium {
    background-color: #C8C8C8;
    font-size: 1em;
}
.btn-medium:hover{
    background-color: #C4D5CF;
}

.btn-small {
    background-color: #CECDE4;
    font-size: 0.8em;
}
.btn-small:hover{
    background-color: #C4D5CF;
}


.clearfix {
    clear: both;
}
.db-single-wd {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    color: #5B5B5B;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    width: 230px;
}
.db-single-wd:hover {
    background-color: #FFFFFF;
}

.db-single-wd.addNew {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 170px;
    height: 107px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 110px;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.38);
}

.db-single-wd.addNew:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.38);
    text-shadow:none;
}
.db-single-wd.addNew .addNewIcon {
    background-image: url("/img/new_words_set.png");
    background-size: 102% auto;
    height: 105px;
    overflow: hidden;
    position: relative;
    width: 105px;
}

.need-activation-container {
    background-color: rgba(181, 181, 41, 0.29);
    border: 3px dotted #B8AD17;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    right: 155px;
    top: 13px;
}
.need-activation-container a{
    color: #9FB1FE;
}

.dd-list-selected-text {
    display: inline;
}
.some-answer-button-decoration-container {
    position: relative;
    padding: 10px;
}
.some-answer-button-decoration {
    background-color: #bab29e;
    border: 1px solid #958d4a;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.some-answer-button-decoration:hover {
    background-color: #C9C7C2;
}

.some-answer-button-decoration:not(:hover){
    transition: 0.5s;
}

.pb-container {
    position: relative;
    border: 1px solid #000;
    width: 100%;
    /*height: 30px;*/
}
.pb-marker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%
}
.pb-marker.pb-green {
    background-color: #82A987;
}
.pb-marker.pb-yellow {
    background-color: #a8a73a;
}
.pb-marker.pb-red {
    background-color: #A96464;
}
.pb-marker.pb-green:hover, .pb-marker.pb-red:hover {
    /*opacity: 0.9;*/
}
.popup-dialog-curtain {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 10;
}
.popup-dialog-container {
    background-color: rgb(244, 244, 244);
    border: 5px solid #717280;
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 11;
}

.popup-dialog-container-back {
    z-index: 5;
}

.popup-dialog-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.popup-dialog-body {
    position: relative;
    padding: 5px;
}
.popup-dialog-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    margin-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 10px;
    position: relative;
    text-align: right;
}
.popup-dialog-footer button {
    margin-left: 10px;
}

