td.left-sidebar {
    width: 370px;
    vertical-align: top;
    padding: 15px 10px;
    text-shadow: 0.4px 0.4px 0 #fff;
}

.dialog-left {
/* / / background: url('../img/bg4.png'); */
    background: rgba(255, 255, 255, .75);
    position: relative;
    /* padding: 30 px 20 px 40 px; */
    padding: 5px 20px;
    min-height: 140px;
    border-radius: 9px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    margin-bottom: 25px;
    max-width: 350px;
}

.dialog-left .close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    background: url('../img/bg-clos.png') no-repeat center center;
}

.dialog-left h4 {
    font-size: 16px;
}

.dialog-left p {
    text-indent: 18px;
    padding: 10px 0;
}

.dialog-left p input[type=checkbox] {
    margin-right: 12px;
}

.breadcrumbs {
    display: block;
    float: right;
    background: url('../img/bg5.png');
    height: 22px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(9, 9, 9, .3);
    margin: 5px 32px;
    padding: 0 25px;
}

.w200 {
    width: 200px;
}

/* .15
{
    padding-bottom: 15px;
} */

.breadcrumbs li {
    float: left;
    list-style: none;
    margin: 0 3px;
    color: #171717;
    line-height: 22px;
    height: 22px;
    display: inline-block;
}

.breadcrumbs li a {
    color: #171717;
    text-decoration: none;
    line-height: 22px;
    height: 22px;
    display: inline-block;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.form-filter {
    background: url('../img/bg4.png');
    border-radius: 9px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    margin-bottom: 25px;
    padding: 25px 10px 40px;
    width: 100%;
    min-width: 350px;
    font-size: 12px;
}

.form-filter table {
    width: 100%;
}

.form-filter table td {
    padding: 0px 0;
    text-valign: middle;
    font-size: 12px;
}

.form-filter select, .form-filter button, .form-filter input {
    width: 95%;
    font-size: 12px;
    font-family: Arial;
}

.form-filter td.left {
    width: 95px;
    padding-right: 6px;
    text-align: right;

}

.form-filter td.right {
    width: 200px;
}

.form-filter input[type=text] {
    width: 95%;
    padding: 0 8px;
}

.form-filter input[type=checkbox], .form-filter input[type=radio] {
    margin: 0 10px;
    position: relative;
    top: 2px;
    width: 18px;
}

.townlist, .dolzhn {
    height: 150px;
    overflow-y: scroll;
    width: 200px;
}

.townlist ul li, .dolzhn ul li {
    list-style: none;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
    background: #fff;
    cursor: pointer;
}

.townlist ul li:hover, .dolzhn ul li:hover, .townlist ul li.current, .dolzhn ul li.current {
    background: #d4d4d4;
}

.v-top {
    vertical-align: top;
}

table.otbor {
    width: 300px;
    height: 56px;
    background: url('../img/bg5.png');
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
    position: relative;
    margin: -7px 0;
}

.button {
    height: 22px;
    width: 105px;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #fff;
    background: #3e9de5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
    margin: 0 5px;
}

.td-content {
    vertical-align: top;
    padding: 15px 25px 20px 0px;
}

.tbl-content {
    width: 100%;
}

.content {
    border-radius: 9px;
    /* background: url('./img/bg5.png');*/
    background: rgba(255, 255, 255, .75);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
/* / / padding: 18 px; */
    padding: 3em;
}

.content#leftmenu {
    padding: 0px 25px;
}

.content .text { /*overflow: hidden;*/
}

.content .text .scroll {
    height: 200px;
    width: 100%;

}

.ot4et {
    margin-top: 10px;
    border-collapse: collapse;
}

.ot4et td {
    vertical-align: middle;
    padding: 4px 10px;
    box-sizing: content-box;

}

.red {
    color: red;
}

.ot4et tbody {
    background: url('../img/bg5.png');
    /*    box-shadow: 2px 2px 3px rgba(0,0,0,.5);
        -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
        -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);*/
}

.ot4et tbody tr td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.ot4et tbody tr:hover td {
    background: #fff;
    border-top: 1px solid #c0d0d0;
    border-bottom: 1px solid #c0d0d0;
}

.ot4et tbody tr:hover td:first-child {
    background: #fff;
    border-top: 1px solid #c0d0d0;
    border-bottom: 1px solid #c0d0d0;
    border-left: 1px solid #c0d0d0;
}

.ot4et tbody tr:hover td:last-child {
    background: #fff;
    border-top: 1px solid #c0d0d0;
    border-bottom: 1px solid #c0d0d0;
    border-right: 1px solid #c0d0d0;
}

.content .jspVerticalBar {
    position: absolute;
    top: 14px;
    left: 0 !important;
    width: 10px;
    height: 100%;
    background: none;
}

.content .jspHorizontalBar {
    position: absolute;
    top: 0;
    left: 12px;
    width: 100%;
    height: 10px;
    background: red;
}

.jspTrack {
    background: #fff;
    position: relative;
    border: 1px solid #777;
}

.jspDrag {
    background: #cdcdcd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

select.vzr {
    width: 69px !important;
    margin: 0 7px;
}

.tright {
    text-align: right;
}

#do {
    margin-right: 0;
}

#rait {
    width: 118px;
    position: relative;
    overflow: hidden;
    height: 15px;
}

.raitstar {
    position: absolute;
}

.star0 {
    left: -118px;
}

.star1 {
    left: -106.2px;
}

.star2 {
    left: -94.4px;
}

.star3 {
    left: -82.6px;
}

.star4 {
    left: -70.8px;
}

.star5 {
    left: -59px;
}

.star6 {
    left: -47.2px;
}

.star7 {
    left: -35.4px;
}

.star8 {
    left: -23.6px;
}

.star9 {
    left: -11, 8px;
}

.star10 {
    left: 0px;
}

.ot4et2 {
    border-collapse: collapse;
}

.ot4et2 td {
    padding: 8px;
}

.ot4et2 .thead td {
    background: #edf5f6;
    border: 1px solid #313131;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #909999;
}

.ot4et2 .thead2 td {
    background: #edf5f6;
    border: 1px solid #313131;
    border-bottom: 1px solid #909999;
}

.ot4et2 .list-tov td {
    background: #edf5f6;
    border-right: 1px solid #313131;
    border-top: none;
    border-bottom: none;
}

.ot4et2 .list-tov:hover td {
    background: #dcdcdc
}

.ancet-head {
    heigt: 85px;
    width: 1300px;
    clear: both;
}

.ancet-head td {
    padding: 0 8px;
    line-height: 15px;
    height: 85px;
}

.ancet-head .foto {
}

.ancet-head .fio {
}

.ancet-head .stz {
}

.ancet-head .vzr {
}

.ancet-head .cxity {
}

.ancet-head .vdlz {
}

.ancet-head .phone {
}

.ancet-head .email {
}

.ancet-head .fiorec {
}

.ancet-head .phonefiorec {
}

.item-ancet {
    height: 85px;
    background: #edfaff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    width: 1300px;
    margin: 5px 0;
}

.item-ancet td {
    padding: 5px 8px;
    vertical-align: middle;
}

.item-ancet .foto {
}

.item-ancet .fio {
}

.item-ancet .stz {
}

.item-ancet .vzr {
}

.item-ancet .cxity {
}

.item-ancet .vdlz {
}

.item-ancet .phone {
}

.item-ancet .email {
}

.item-ancet .fiorec {
}

.item-ancet .phonefiorec {
}

.scrollanc {
    width: 100%;
}

.pagenav {
    display: block;
    /*height: 24px;*/
    overflow: hidden;
    padding: 10px 0;
    margin-left: 30px;
}

.pagenav li {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    margin: 0 3px;
    border-radius: 2px;
    font-size: 11.6px;
}

.pagenav li.bg {
    background: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
}

.pagenav li a {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    color: #545d63;
    font-weight: bold;
    font-size: 11.6px;
}

.pagenav li.current {
    background: #00bff3;
    color: #fff;
    border: none;
    box-shadow: inset 2px 2px 5px 3px rgba(0, 0, 0, .3);
}

.pagenav li.current a {
}

.pagenav li a:hover {
    background: #fefefe;
    color: #007acc;
}

.pagenav li.first a {
    background: url('../img/navarrowleft.png') no-repeat center center;
}

.pagenav li.first a:hover {
    background: #fefefe url('../img/navarrowleft.png') no-repeat center center;
}

.pagenav li.last a {
    background: url('../img/navarrowright.png') no-repeat center center;
}

.pagenav li.last a:hover {
    background: #fefefe url('../img/navarrowright.png') no-repeat center center;
}

p.head-ancet {
    font-size: 16px;
    padding: 5px 20px;
}

.anceta td.left {
    padding: 2px 3px;
    width: 210px;
    text-align: right;
    vertical-align: middle;
}

.anceta td.right {
    padding: 2px 16px;
    width: 530px;
    text-align: left;
    vertical-align: middle;
}

.f18 {
    font-size: 18px;
}

.anceta td span {
    padding: 0 2px;
}

.anceta td span.red, .anceta td span.green {
    margin-left: -14px;
}

.green {
    color: green;
}

.anceta td select {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 205px;
}

.anceta td select#chislo, .anceta td select#mesyac, .anceta td select#god {
    display: inline-block;
    width: 75px;
}

.anceta td input[type=text] {
    height: 25px;
    width: 205px;
    padding: 0 12px;
    border-left: 1px solid #919191;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    box-shadow: inset 2px 2px 2px #c9c9c9;
    border-radius: 4px;
    outline: none;
}

.anceta td select.multi {
    height: auto;
    padding: 0px 0 0px 10px;
    line-height: 20px;
    width: 314px;
}

#rezume {
    font-family: arial, sans-serif;
    font-size: 12px;
    padding: 8px;
    height: 150px;
    width: 500px;
    border-left: 1px solid #919191;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    box-shadow: inset 2px 2px 2px #c9c9c9;
    border-radius: 5px;
    outline: none;
}

.head-hideinfo {
    height: 40px;
    position: relative;
    clear: both;
    padding: 10px;
}

.head-hideinfo a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #007acc url('../img/i55.png') no-repeat 222px center;
    width: 250px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}

.head-hideinfo img {
    float: left;
    margin: 12px 0 0 8px;
    display: none;
}

.hidebl {
    display: none;
}

#submit_worker {
    height: 30px;
    width: 245px;
    line-height: 30px;
    color: #fff;
    background: #007acc;
    margin: 20px auto;
    margin-left: 200px;
    border: none;
    outline: none;
    border-radius: 12px;
    cursor: pointer;
}

.tr-row-tabs {
    /*    position: relative;
        height: 30px;*/
}

.tabs-row {
    /*    position: relative;
        left: 30px;
        top: 17px;*/
    height: 30px;
    overflow: hidden;
    padding-left: 30px;
}

.tabs-row ul.tabs li a {
    border: 1px solid #b8f9ff;
    border-radius: 3px;
    border-bottom: none;
    background: url('../img/bg6.png');
    box-shadow: 0 0 12px rgba(9, 9, 9, .3) inset;
}

.tabs-row ul.tabs li a.active {
    background: url('../img/bg5.png');
    box-shadow: inset 0 7px 10px rgba(9, 9, 9, .1), -6px 5px 5px 0px rgba(9, 9, 9, .27), 6px 6px 5px 0px rgba(9, 9, 9, .27);
    -moz-box-shadow: inset 0 7px 10px rgba(9, 9, 9, .15), -10px 0px 5px -5px rgba(9, 9, 9, .27), 10px 0px 5px -5px rgba(9, 9, 9, .27);
    z-index: 9;
}

.tab_view {
    margin-top: -17px;
}

.pt0 {
    padding-top: 0 !important;
}

.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #777;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 999;
}

.pupop {
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin-left: -400px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    z-index: 9999;
}

.indent {
    text-indent: 25px;
}

.pupop .cnt {
    padding: 40px 20px 30px;
}

.pupop .cnt p {
    padding: 20px 0;
}

.clos-pop {
    position: absolute;
    top: 15px;
    right: 10px;
    padding-right: 30px;
    background: url('../img/bg-clos.png') no-repeat right center;
    color: red;
    cursor: pointer;
}

.t-center {
    text-align: center;
}

a.cls {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 106px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    background: #007acc;
    border-radius: 8px;
    margin: 0px auto;
}

.td-bar {
}

.img-bar {
    float: left;
    clear: both;
}

.scrolling {
    overflow: auto;
}

/*
1d РЅР°Р¶Р°С‚РёРµ
14 РЅР°Р¶Р°С‚РёРµ Р°С‚
f0,14 РѕС‚РїСѓСЃРєР°РЅРёРµ Р°С‚
9d РѕС‚РїСѓСЃРєР°РЅРёРµ
.anceta td select.multi option{display: block;height: 25px;padding: 0 12px;}*/

.error {
    color: red;
    font-weight: bold;
}

#fancybox-wrap {
    width: auto !important;

}

.table_row_hl:hover {
    background-color: #8AF3FF;
}

.table_cell_hl {
    background-color: #8AF3FF;
}

.shadow_box {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

.filter_button {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

.hr_table_separator {
    margin-bottom: 10px;
    margin-top: 10px;
}

.content_container {
    border: 1px solid;
    padding: 7px;
}

.table_container {
    border: 1px solid;
    padding: 20px;
    margin-top: 34px;
    padding-bottom: 14px;
}

.table_title {
    color: #333333;
    font-size: 18px;
    fill: #333333;
    text-align: center;
}

.table_subtitle {
    color: #333333;
    font-size: 12px;
    fill: #333333;
    text-align: center;
    padding-top: 15px;
}

.table_title_container {
    margin-top: 5px;
    margin-bottom: 25px;
}

.menu_export_container {
    float: right;
    padding-top: 1px;
    width: 24px;
    height: 22px;
    background: #ffffff;
    color: #676767;
    border-radius: 3px;
    cursor: pointer;
    background-image: url(/images/menu_lines_24.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}

.menu_export_container:hover {
    background-color: #E0E0E0;
}

.menu_export_list {
    position: absolute;
    margin-top: 23px;
    margin-left: -100px;
    width: 125px;
    background: #ffffff;
    border: 1px solid;
    display: none;
    padding-top: 5px;
    padding-bottom: 2px;
    z-index: 100;
}

.menu_export_item {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
}

.menu_export_item:hover {
    background: rgb(69, 114, 165);
    color: #ffffff;
}

.export_show_item {
    display: none;
}

.img_comment_item {
    cursor: pointer;
}

.img_vote {
    cursor: pointer;
    transition-duration: 0.2s;
}

.img_vote:hover {
    opacity: 1 !important;
}

.img_vote_no_score {
    opacity: 0.3;
}

.img_vote_have_score {
    opacity: 1;
}

.lr-sticky-header {
    color: white;
    background: black;
    text-align: left;
    z-index: 9999999;
}

.chat_text {
    position: relative;
    height: 290px;
    overflow-y: auto;
}

.chat {
    position: relative;
    height: 450px;
}

.chat_block {
    /* #padding: 20px; */
    padding-bottom: 0;
}

.chat_block p {
    margin-bottom: 8px;
    color: #000;
}

span.name {
    color: #ff0000;
    float: left;
    padding-right: 0.4em;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat input {
    padding: 11px;
    padding-right: 50px;
    border: solid 1px #ccc;
    border-radius: 5px;
    /* #margin-left: 20px; */
    width: 100%;
    margin-top: 30px;
}

.chat div {
    position: relative;
}

.chat button {
    background: none;
    background-image: url(/images/chat_but.png);
    border: 0;
    outline: 0;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 33px;
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    padding: 0;
}

.chat_nl {
    clear: both;
}

.hide_overflow {
    padding-right: 0.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_contact_list_left {
    margin-bottom: 4px;
    margin-left: 20px;
    max-width: 300px;
}

.chat_contact_active {
    font-weight: bold;
}

.chat_msg_unread {
    opacity: 1;
}

.chat_msg_read {
    opacity: 0.6;
}

.chat_contacts_sotr_name {
    float: left;
    display: block;
    max-width: 100px;
}

.chat_contacts_sotr_company {
    float: left;
    display: block;
    max-width: 80px;
}

.chat_contacts_sotr_last_time {
    float: left;
    display: block;
    max-width: 90px;
}

.reclamation_select_obj {
    background: white;
    width: 90px;
    height: 90px;
    text-align: center;
}