@charset "utf-8";

article.user-page .left-block {
    float: left;
}
article.user-page .left-block div {
    margin-bottom: 20px;
}
article.user-page .left-block a {
    display: table-cell;
    vertical-align: bottom;
    width: 157px;
    background-color: #ebf4fd;
    padding: 10px;
    text-align: center;
    height: 88px;
    font-size: 18px;
    box-sizing: border-box;
    color: #000;
}
article.user-page .left-block a.select, article.user-page .left-block a:hover {
    background-color: #d50000;
    color: #fff;
}

article.user-page .right-block {
    margin-left: 30px;
}

.user-page .punkt {
    background: #eff8ff;
    padding: 5px 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.user-page .punkt > div {
    display: table-cell;
    width: 33.3%;
    padding-right: 20px;
    line-height: 26px;
}
.user-page .punkt > div > span {
    background-image: url(/_js/Reg/user_left2.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 20px;
    display: inline-table;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.user-page .punkt > .phone > span {
    background-position: 0px -32px;
}
.user-page .punkt > .mail > span {
    background-position: -20px -32px;
}
.user-page .punkt > .pass > span {
    background-position: -40px -32px;
}

.user-page .punkt > div > .val {
    float: right;
}


.user-page .punkt.pass [name=yahoo] {
    display: none;
}
.user-page .punkt.pass {
    border-bottom: 1px solid #000;
    border-radius: 0 0 10px 10px;
}
.user-page .punkt .text span {

}
.user-page .punkt.group .text span {
    background-position: -60px -32px;    
}
.user-page .punkt.phone .text span {
    background-position: 0px -32px;
}
.user-page .punkt.mail .text span {
    background-position: -20px -32px;
}
.user-page .punkt.pass .text span {
    background-position: -40px -32px;
}
.user-page .punkt .text {
    display: table-cell;
    vertical-align: middle;
    width: 72%;
}
.user-page .punkt .val {
    /*display: table-cell;
    vertical-align: middle;
    width: 28%;*/
}

.user-page .avatar_name {
    display: table;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.user-page .avatar_name a {
    color: #333;
    text-decoration: underline;
}

.user-page .user_group {
    width: 50%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}
.user-page .user_group .group input {
    display: none;
}
.user-page .user_group .group label span {
    background-image: url(../_img/checkboxout.png);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    height: 18px;
    width: 18px;
    display: inline-table;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.user-page .user_group .group input:checked+label span {
    background-image: url(../_img/checkbox.png);
}
.user-page .group {
    line-height: 30px;
}
.user-page .user_group .group div {
    float: right;
}

.user-page .avat {
    display: table-cell;
}
.user-page .avat img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.user-page .avatar_name .right {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
    border-right: 1px solid #adadad;
}
.user-page .avatar_name .right .user_data {
    text-align: right;
    margin-top: 10px;
    color: #adadad;
}
.user-page .avatar_name .right .user_data span {
    float: left;
}
.user-page .avatar_name .right .user_data p {
    text-align: center;
    margin: 0;
    margin-top: 10px;
}


.user-page .punkt2 {
    margin: 30px 0;
}
.user-page .punkt2 > div {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.user-page .punkt2 > div a{
    float: right;
}

.user-page .options {
    margin: 40px 0;
}
.user-page .options input {
    display: none;
}
.user-page .options label {
    width: 50%;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    float: left;
}
.user-page .options label:nth-of-type(even) {
    text-align: right;
}

.user-page .bottom .sec {
    display: inline-block;
}
.user-page .bottom input#siF20 {
    float: right;
    background: #ff1515;
    border: 0;
    height: 50px;
    width: 150px;
    color: #fff;
    font-size: 18px;
}
.user-page #pmgrs {
    display: block;
}
.user-page [name=pmgr], .user-page [name=pmgr]+label {
    display: none;
}
.user-page .error {
    margin: 0 auto;
    display: none;
    color: rgb(255, 0, 0);
    background: #fff9d7;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #C3C3C3;
    text-align: center;
}
.user-page [name=name] {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    padding: 5px;
}
.user-page .left-block .img {
    background-image: url(/_js/Reg/user_left.png);
    background-repeat: no-repeat;
    height: 40px;
    margin: 0 !important;
    background-position-x: 50%;
}
.user-page .left-block .my_cab .img {
    background-position-y: 0;
}
.user-page .left-block .my_cab.select .img,
.user-page .left-block .my_cab:hover .img {
    background-position-y: -55px;
}
.user-page .left-block .my_ob .img {
    background-position-y: -112px;
}
.user-page .left-block .my_ob.select .img,
.user-page .left-block .my_ob:hover .img {
    background-position-y: -167px;
}
.user-page .left-block .soobheniya .img {
    background-position-y: -226px;
}
.user-page .left-block .soobheniya.select .img,
.user-page .left-block .soobheniya:hover .img {
    background-position-y: -281px;
}
.user-page .left-block .zametki .img {
    background-position-y: -335px;
}
.user-page .left-block .zametki.select .img,
.user-page .left-block .zametki:hover .img {
    background-position-y: -390px;
}
.user-page .left-block .users .img {
    background-position-y: -452px;
}
.user-page .left-block .users.select .img,
.user-page .left-block .users:hover .img {
    background-position-y: -507px;
}

.user-page .options label span {
    background-image: url(../_img/checkboxout.png);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    height: 18px;
    width: 18px;
    display: inline-table;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.user-page .options input:checked+label span {
    background-image: url(../_img/checkbox.png);
}

.user-page .punkt.group .text input {
    display: none;
}
.user-page .punkt.group .text label span {
    background-image: url(/_js/Reg/user_left2.png);
    background-repeat: no-repeat;
    background-position: 0px -20px;
    height: 12px;
    width: 12px;
    display: inline-table;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.user-page .punkt.group .text input:checked+label span {
    background-position: -20px -20px;
}
.user-page .pass .val span:last-child {
    background-image: url(/_js/Reg/user_left2.png);
    background-repeat: no-repeat;
    background-position: 0px -50px;
    width: 64px;
    height: 12px;
    display: inline-block;
}

.user-page .captcha-block {
    float: left;
    width: auto;
}
.user-page .manFlSbm {
    background-image: url(/_js/_img/pricen.png);
    height: 36px;
    color: #FFFFFF;
    background-size: 100%;
    background-position: 0 50%;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    padding: 0 30px;
    float: right;
}


.catsTable.user_menu_R td a {
    display: block;
    position: relative;
    color: #000;
}
.catsTable.user_menu_R td a.select {
    color: #0073d5;
}
.catsTable.user_menu_R td a span {
    background-image: url(/_img/user_menu.png);
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 22px;
    position: absolute;
    right: 0;
}
.catsTable.user_menu_R td.lk a span {
    top: 3px;
}
.catsTable.user_menu_R td.mo a span {
    background-position: 0 -24px;
    top: 3px;
}
.catsTable.user_menu_R td.do a span {
    background-position: 0 -48px;
    width: 25px;
    top: 2px;
}
.catsTable.user_menu_R td.dk a span {
    background-position: 0 -72px;
    width: 24px;
    top: 2px;
}
.catsTable.user_menu_R td.zii a span {
    background-position: 0 -96px;
    width: 28px;
    top:5px;
}
.catsTable.user_menu_R td.p a span {
    background-position: 0px -143px;
    top: 5px;
    width: 24px;
}
.catsTable.user_menu_R td.exit a span {
    background-position: 0 -164px;
}



.user_list {
    background-color: #f3f3f3;
    padding: 10px;
    border: 4px solid #e6e6e6;
}
.user_list .title {
    margin-bottom: 10px;
}
.user_list .list > div {
    background-color: #fff;
    border: 1px solid #adadad;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
.user_list .list > div:last-of-type {
    margin-bottom: 0;
}
.user_list .list > div img {
    float: left;
    width: 78px;
}
.user_list .list > div .text {
    margin-left: 100px;
}

/*
.user_list .list > div .text  {
    border-bottom: 1px solid #0073d5;
}
.user_list .list > div .text > div {
    margin-bottom: 5px;
}
.user_list .list > div .text .name {
        border-bottom: 1px solid #0073d5;
}
.user_list .list > div .text .name:hover {
        border-bottom: 1px solid #0073d5;
}
*/

.user_list .list > div > a {
    position: absolute;
    right: 10px;
    top: 24px;
    color: #585858;
    padding: 10px 5px;
    width: 120px;
    border-bottom: 1px solid #585858;
}
.user_list .list > div > a:hover {
    background-color: #1f82bb;
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
}

form.user_search {
    padding: 30px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
form.user_search > div {
    display: table-cell;
    width: 50%;
    font-weight: bold;
    vertical-align: bottom;
}
form.user_search > div div {
    margin-top: 10px;
}
form.user_search > div [type=text],
form.user_search > div select {
    width: 200px;
    height: 30px;
    text-align: center;
    padding: 0 5px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
}
form.user_search [type=submit] {
    height: 50px;
}