* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e7e3da;
    font-family: Verdana;
    font-size: 12px;
}

a {
    color: #fff;
    text-decoration: none;
}

#main-registration .social.btn-group {
	display: none;
}

.head_bg {
    background: url(images/head_bg.png) repeat-x;
    width: 100%;
    height: 46px;
    padding-top: 10px;
}

.head {
    width: 940px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 200px;
    margin-top: 2px;
}

.login {
    float: left;
    margin-right: 10px;
}

.login input {
    background-color: #ffffff;
    border: 2px solid #c19f43;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height: 18px;
    width: 240px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

a.enter {
    background-color: #be6969;
    width: 110px;
    line-height: 30px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

.body.registration {
    width: 300px;
    margin: 100px auto 0 auto;
}

.body {
    width: 940px;
    margin: 10px auto 0 auto;
}

.body input[type="text"], .body input[type="password"] {
    background-color: #ffffff;
    border: 2px solid #d5aca7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 18px;
    width: 280px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.body textarea {
    background-color: #ffffff;
    border: 2px solid #d5aca7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 280px;
    height: 100px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    color: #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.body .grid-view .filters input, .body .grid-view .filters select {
width: 100%;
border: 1px solid #ccc;
}

.body.registration p {
    color: #be6969;
    margin-bottom: 10px;
    margin-left: 5px;
}

.body.registration a.button {
    background-color: #be6969;
    width: 295px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.left {
    float: left;
    width: 198px;
    position: relative;
    z-index: 100;
}

.right {
    float: left;
    width: 742px;
}

h4 {
    color: #be6969;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
}

.cogwheel {
    background: url(images/cogwheel_bg.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 23px;
}

.list {
    background: url(images/list_bg.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
	margin-right: 20px;
}

.activity {
    background: url(images/feed.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 24px;
}

.ok {
    background: url(images/ico_bg.png) 0px -30px no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.bell {
    background: url(images/ico_bg.png) -61px -28px no-repeat;
    display: inline-block;
    width: 22px;
    height: 23px;
}

.men {
    background: url(images/ico_bg.png) -122px -30px no-repeat;
    display: inline-block;
    width: 15px;
    height: 20px;
}

.watch {
    background: url(images/ico_bg.png) -174px -30px no-repeat;
    display: inline-block;
    padding-left: 25px;
    line-height: 20px;
    color: #2B2B2B;
}

.options .cogwheel {
    margin-right: 20px;
}

.left h4 .cogwheel {
    float: left;
    margin-right: 10px;
}

.left .group p, .left .client p, .left .performer p {
    margin-bottom: 5px;
}

.left .group input[type="checkbox"], .left .client input[type="checkbox"], .left .performer input[type="checkbox"] {
    margin-right: 10px;
}

.left .group, .left .client, .left .performer {
    margin-bottom: 30px;
}

.left form.search_form {
    background-color: #ffffff;
    border: 1px solid #a9b51b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 18px;
    width: 140px;
    padding: 4px 6px;
    margin-bottom: 9px;
    margin-left: 30px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.left_task form.search_form, .block_ticket_pop form.search_form {
    background-color: #ffffff;
    border: 1px solid #a9b51b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 18px;
    width: 150px;
    padding: 4px 6px;
    margin-left: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.left form.search_form input[type="text"], .left_task form.search_form input[type="text"], .block_ticket_pop form.search_form input[type="text"] {
    background: none;
    border: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 18px;
    width: 125px;
    padding: 0;
    float: left;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.left form.search_form input.button, .left_task form.search_form input.button, .block_ticket_pop form.search_form input.button {
    background: url(images/search_ico.png) no-repeat;
    border: 0;
    width: 12px;
    height: 10px;
}

.pop_menu {
    background-color:#be6969;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin-top: -25px;
    margin-bottom: 30px;
    width: 161px;
    line-height: 20px;
    text-align: center;
}

.pop_menu p {
    border-bottom: 1px solid #fff;
}

.pop_menu p:last-child {
    border-bottom: 0;
}

a.button_add {
    background:#be6969 url(images/left_button_arrow.png) 130px 50% no-repeat;
    width: 135px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 4px;
    padding-right: 26px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.options {
    float: left;
    margin-top: 5px;
}

form.search_form_top {
    background-color: #ffffff;
    border: 2px solid #c19f43;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 18px;
    width: 260px;
    float: left;
    padding: 4px 6px;
    margin-left: 45px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

form.search_form_top input[type="text"] {
    background: none;
    border: 0px;
    height: 18px;
    width: 245px;
    padding: 0;
    float: left;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

form.search_form_top input.button {
    background: url(images/search_ico.png) no-repeat;
    border: 0;
    width: 12px;
    height: 10px;
}

.time {
    float: left;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
}

.user {
    float: right;
    width: 150px;
}

.user img {
    float: left;
    margin-right: 5px;
    max-height: 30px;
    max-width: 31px;
}
.user a.user-name {
    max-width: 105px;
    height: 18px;
    overflow: hidden;
}

.job a {
    background-color: #a9b51b;
    font-size: 10px;
    padding: 1px 5px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.job a:hover, .job a.active {
    background-color: #be6969;
}

.content {
    background: url(images/content_bg.png) repeat-y;
    border-bottom: 1px #a6a07c solid;
    width: 738px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 20px;
}

.content_top {
    background: url(images/content_tittle_bg.png) repeat-x;
    width: 738px;
    /*height: 42px;*/
    line-height: 40px;
    overflow: hidden;
    background-size: contain;
}

h3 {
    color: #a9b51b;
    font-size: 14px;
    text-transform: uppercase;
}

.content_top h3 {
    float: left;
    margin-left: 5px;
    margin-bottom: 0px;
    line-height: 15px;
}

.content.select .content_top h3 {
    line-height: 40px;
}

.content_top .id_work h3 {
    float: none;
}

.content_top h3 span {
    color: #A3A2A1;
    font-size: 10px;
    line-height: normal;
    text-transform: none;
}

.content_top h3 span.black {
    color: #000000;
    display: block;
    line-height: 10px;
    margin-top: -5px;
}

.nav {
    float: right;
    margin-right: 5px;
    height: 40px;
}

.nav a {
    margin: 0 20px;
}

.tittle {
    background: #e1e3cf;
    width: 718px;
    padding: 5px 10px;
}

.task {
    width: 718px;
    border-bottom: 1px #bfb999 solid;
    padding: 10px;
    height: 32px;
}

.task.update {
    background: url(images/update_bg.png);
    border-top: solid 1px #fff;
}

.task.text {
    height: auto;
}

.task.text p.content_text {
    line-height: 20px;
}

.task:last-child {
    border-bottom: 0;
}

.data {
    width: 63px;
    float: left;
}

.data p, .data p a {
    font-size: 10px;
    line-height: 12px;
    color: #222;
}

.data p:last-child, .data p:last-child a {
    color: #A9B51B;
}

.data p span, .data p span a {
    color: #808080;
}

.data p span.black, .data p span.black a {
    color: #000;
}

.indicator {
    background: url(images/ico_bg.png) -84px 0 no-repeat;
    float: left;
    width: 10px;
    height: 10px;
    margin: 10px 20px 0 20px;
}

.title_text .indicator {
    margin: 18px 10px 0 10px;
}

span.indicator {
    float: none;
    display: inline-block;
    margin: 10px 10px 0 10px;
}

.indicator2 {
    float: left;
    width: 10px;
    height: 10px;
    margin: 10px 20px 0 20px;
}

.indicator.green {
    background: url(images/priority.gif) 0px -18px no-repeat;
}

.indicator.red {
    background: url(images/priority.gif) 0px -37px no-repeat;
}

.indicator.gray {
    background: url(images/priority.gif) 0px 0px no-repeat;
}

.name {
    float: left;
    overflow: hidden;
    height: 40px;
    width: 255px;
}

.tittle .name {
    width: 305px;
}

.name span {
    background: url(images/tittle_name_bg.png) 95% 50% no-repeat;
    padding-right: 10px;
    line-height: 27px;
}

.left_tittle .name span {
    width: 160px;
    padding-left: 10px;
    display: block;
    font-weight: 700;
    font-size: 11px;
}

.initiator {
    float: left;
    width: 140px;
    height: 35px;
}

.initiator p a {
    height: 14px;
    display: inline-block;
    overflow: hidden;
}

.initiator p span a {
    color: #aaa;
}

.initiator p sup a {
    height: 15px;
    font: small-caption;
    font-weight: 400;
    color: #808080;
}

.tittle .initiator {
    line-height: 27px;
}

.initiator p span {
    color: #808080;
}

.responsible {
    background: url(images/responsible_bg.png) 100% 50% no-repeat;
    float: left;
    padding-right: 10px;
    height: 40px;
    width: 150px;
}

.tittle .responsible {
    background: none;
    line-height: 27px;
}

.task .list, .multilevel_task_block .list {
    float: left;
    margin: 5px 5px 0 15px;
}

/* 02.11.2012 */

#block_ticket {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 5;
}

.block_ticket {
    background: #fcfbfa; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fcfbfa, #e8e7e0); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#e8e7e0)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fcfbfa, #e8e7e0);
    background: -o-linear-gradient(top, #fcfbfa, #e8e7e0); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfbfa, #e8e7e0); /* IE10 */
    background: linear-gradient(top, #fcfbfa, #e8e7e0); /* CSS3 */
    border: 1px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
       -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    width: 590px;
    height: 440px;
    padding: 15px;
    margin: 100px auto;
}

.block_ticket_left {
    background: url(images/line_block.png) 100% 50% no-repeat;
    float: left;
    width: 290px;
}

.block_ticket_right {
    float: left;
    margin-left: 15px;
}

.block_ticket p {
  margin-bottom: 10px;
}

.block_ticket input, .block_group input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 15px;
    padding: 4px 6px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    width: 258px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.block_ticket input.bottom_clear {
    margin-bottom: 0px;
}

.block_ticket textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 280px;
    padding: 4px 6px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 258px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.block_group textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 90px;
    padding: 4px 6px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 258px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.block_ticket input:focus, .block_ticket textarea:focus, .block_group input:focus, .block_group textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    /* border: 2px solid #a9b51b;*/

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 0 2px #a9b51b, 0 0 2px #a9b51b;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.block_button_add {
    background-color: #9aa619;
    display: inline-block;
    font-size: 14px;
    width: 130px;
    height: 30px;
    margin-right: 6px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.block_button_add#yt1 {
    margin-top: 40px;
}

.block_button_cancel {
    background-color: #e7e3da;
    display: inline-block;
    font-size: 14px;
    width: 130px;
    height: 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.block_ticket_pop {
    background-color: #fff;
    border: 1px solid #ccc8c0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
       -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 10px;
    display: inline-block;
}

.block_ticket_pop p {
    font-size: 11px;
    color: #be6969;
    padding-left: 10px;
    margin-top: 15px;
}

.block_ticket_pop p:first-child {
    margin-top: 5px;
}

.block_ticket_pop ul {
    list-style-type: none;
}

.block_ticket_pop li {
    padding-left: 10px;
    line-height: 25px;
}

.block_ticket_pop li:hover {
    background-color: #a9b51b;
    color: #fff;
}

.block_group {
    background: #fcfbfa; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fcfbfa, #e8e7e0); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#e8e7e0)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fcfbfa, #e8e7e0);
    background: -o-linear-gradient(top, #fcfbfa, #e8e7e0); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfbfa, #e8e7e0); /* IE10 */
    background: linear-gradient(top, #fcfbfa, #e8e7e0); /* CSS3 */
    border: 1px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
       -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    width: 270px;
    height: 300px;
    padding: 15px;
    margin: 100px auto;
}

.block_group p {
  margin-bottom: 10px;
}

.block_user {
    background: #fcfbfa; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fcfbfa, #e8e7e0); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#e8e7e0)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fcfbfa, #e8e7e0);
    background: -o-linear-gradient(top, #fcfbfa, #e8e7e0); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfbfa, #e8e7e0); /* IE10 */
    background: linear-gradient(top, #fcfbfa, #e8e7e0); /* CSS3 */
    border: 1px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
       -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    width: 270px;
    height: 280px;
    padding: 15px;
    margin: 100px auto;
}

.block_user p {
  margin-bottom: 10px;
}

.block_client {
    background: #fcfbfa; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fcfbfa, #e8e7e0); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#e8e7e0)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fcfbfa, #e8e7e0);
    background: -o-linear-gradient(top, #fcfbfa, #e8e7e0); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfbfa, #e8e7e0); /* IE10 */
    background: linear-gradient(top, #fcfbfa, #e8e7e0); /* CSS3 */
    border: 1px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
       -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    width: 590px;
    height: 450px;
    padding: 15px;
    margin: 100px auto;
}

.block_client_left {
    background: url(images/line_block2.png) 100% 50% no-repeat;
    float: left;
    width: 290px;
}

.block_client_right {
    float: left;
    margin-left: 15px;
}

.block_client p {
  margin-bottom: 10px;
}

a.add_phone {
    display: table;
    border-bottom: 1px dashed #be6969;
    color: #be6969;
    margin-bottom: 30px;
    margin-top: 5px;
}

.block_company {
    background: #fcfbfa; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fcfbfa, #e8e7e0); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#e8e7e0)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fcfbfa, #e8e7e0);
    background: -o-linear-gradient(top, #fcfbfa, #e8e7e0); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfbfa, #e8e7e0); /* IE10 */
    background: linear-gradient(top, #fcfbfa, #e8e7e0); /* CSS3 */
    border: 1px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
       -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    width: 270px;
    height: 420px;
    padding: 15px;
    margin: 100px auto;
}

.block_company p {
  margin-bottom: 10px;
}

#fileInput {
    position:absolute;
    cursor:pointer;
    -ms-filter:"progid:DXImageTransFORM.Microsoft.Alpha(opacity=0)";
    filter:progid:DXImageTransFORM.Microsoft.Alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}

#fileInputText {
    background: #ffffff url(images/form_input_file_bg.png) 250px 50% no-repeat;
    border: 1px solid #cccccc;
    width: 243px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
    height: 15px;
    padding: 4px 20px 6px 4px;
    margin-bottom: 25px;
}

.data_top {
    float: left;
    margin-left: 50px;
    margin-top: 3px;
}

.data_left {
    float: left;
}

.data_left p {
    line-height: normal;
    font-size: 10px;
    color: #a3a2a1;
}

.data_right {
    float: left;
    margin-left: 20px;
}

.data_right p {
    line-height: normal;
    font-size: 10px;
    color: #2b2b2b;
}

.data_right p a {
    color: #2b2b2b;
}

.data_right form p a {
    color: #222;
}

.title_url {
    background: url(images/url_bg.png) 0 50% no-repeat;
    padding-left: 30px;
    line-height: 40px;
    float: right;
    width: 30px;
}

.title_url span {
    color: #7c7c7c;
    border-bottom: dashed 1px #7c7c7c;
}

.title_text {
    float: left;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    width: 330px;
    clear: both;
}

.title_text a {
    color: #000;
}

.task_info {
    float: right;
    font-size: 10px;
    color: #a7a698;
    width: 365px;
}

.task_info p {
    line-height: 15px;
}

.task_info p span {
    width: 100px;
    display: inline-block;
}

.window {
    border: solid 2px #ced8a8;
    background-color: #f7f7ee;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 0 10px 10px 10px;
       -moz-border-radius: 0 10px 10px 10px;
            border-radius: 0 10px 10px 10px;
}

.window_in {
    border: dashed 1px #cfe38a;
    background-color: #ecefe1;
    padding: 10px;
    margin: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.window_block {
    background-color: #fff;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: #a8a8a8 0 2px 2px;
       -moz-box-shadow: #a8a8a8 0 2px 2px;
            box-shadow: #a8a8a8 0 2px 2px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

textarea.window_block {
    background-color: #fff;
    min-height: 100px;
    width: 650px;
    padding: 10px;
    margin-bottom: 10px;
    border: 0;
    -webkit-box-shadow: #a8a8a8 0 2px 2px;
       -moz-box-shadow: #a8a8a8 0 2px 2px;
            box-shadow: #a8a8a8 0 2px 2px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.window_top.no_active {
    background: #e1ebae; /* Для старых браузров */
    background: -moz-linear-gradient(top, #e1ebae, #c8db7a); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1ebae), color-stop(100%,#c8db7a)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #e1ebae, #c8db7a);
    background: -o-linear-gradient(top, #e1ebae, #c8db7a); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1ebae, #c8db7a); /* IE10 */
    background: linear-gradient(top, #e1ebae, #c8db7a); /* CSS3 */
    border-top: solid 2px #ced8a8;
    border-right: solid 2px #ced8a8;
    border-left: solid 2px #ced8a8;
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: -1px;
    margin-top: 50px;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
}

.window_top {
    background-color: #f7f7ee;
    border-top: solid 2px #ced8a8;
    border-right: solid 2px #ced8a8;
    border-left: solid 2px #ced8a8;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: -2px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}

.left_task {
    width: 183px;
    float: left;
    margin-top: 45px;
    margin-right: 10px;
}

.left_task_block {
    background: url(images/content_bg.png) repeat-y;
    border-right: 1px #a6a07c solid;
    border-bottom: 1px #a6a07c solid;
    width: 183px;
    padding-left: 2px;
    padding-right: 2px;
    max-height: 400px;
    overflow-y: scroll;
}

.left_task .content_top {
    width: 184px;
    padding-top: 7px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.left_task a {
    color: #000;
}

.left_task .content_top.margin {
margin-top: 20px;
}

.left_tittle {
    background: #e1e3cf;
    width: 184px;
    border-bottom: 1px solid #BFB999;
}

.left_task .indicator {
    margin: 7px 5px 0 0px;
}

.left_tittle .name {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-shadow: 0 1px 0 #fff;
}

.name_left {
    text-shadow: 0 1px 0 #fff;
    background: url(images/name_left_bg.png) 0 100% repeat-x;
    float: left;
    line-height: 27px;
}

.left_task .nav {
    float: right;
    margin-top: 5px;
    margin-right: 0px;
}

.left_task .nav a {
    margin: 0;
}

.watch2 {
    background: url(images/watch2_bg.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.shot_info {
    float: left;
}

.shot_info_text {
    width: 155px;
    height: 15px;
    font-size: 10px;
    overflow: hidden;
}

.left_task .shot_info_text {
    height: auto;
    line-height: 8px;
    overflow: inherit;
}

.shot_info_data {
    width: 155px;
    height: 15px;
    font-size: 10px;
    overflow: hidden;
}

span.date {
    color: #be6969;
    margin-right: 5px;
}

span.performer {
    margin-right: 5px;
}

span.comp {
    color: #808080;
}

.left_task .task {
    width: 174px;
    padding: 5px;
    height: auto;
}

.left_task .task.active {
    background-color: #fff;
    border-top: 1px solid #fff;
}

.left_task .task.active.green {
    background-color: #ddf4b1;
}

#fileInput_window {
    position:absolute;
    cursor:pointer;
    -ms-filter:"progid:DXImageTransFORM.Microsoft.Alpha(opacity=0)";
    filter:progid:DXImageTransFORM.Microsoft.Alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    width: 120px;
}

#window_button {
    background: #bfdc5b;
    border: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#fileInputText_window {
    background: none;
    border: 0;
    width: 510px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
       -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    height: 15px;
    padding: 4px 20px 6px 4px;
    margin-bottom: 10px;
}

.window_add_file {
    background-color: #fff;
    padding: 10px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.body input.window_input_text {
    background-color: #f0f2e8;
    border: 1px solid #cfe486;
    display: inline-block;
    height: 14px;
    padding: 2px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
    color: #000;
    width: 640px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
}

a.window_del_input {
    font-size: 10px;
    background: url(images/window_del_input_bg.png) 0 7px no-repeat;
    color: #7c7c7c;
    padding-left: 20px;
}

a.window_del_input span {
    border-bottom: 1px dashed #7c7c7c;
}

a.window_add_input {
    font-size: 10px;
    background: url(images/window_add_input_bg.png) no-repeat;
    color: #7c7c7c;
    padding-left: 20px;
    margin-left: 10px;
    clear: both;
}

a.window_add_input span {
    border-bottom: 1px dashed #7c7c7c;
}

.space {
  margin-bottom: 20px;
}

.dialog_task {
    border-top: 1px solid #bccc85;
}

.dialog_task_info.pink {
    background-color: #f7f4d3;
    border-top: 2px solid #fff;
}

.dialog_task_info.blue {
    background-color: #c8e5e3;
    border-top: 2px solid #fff;
}

.dialog_task_info.notdefault {
    background: #c8e5e3 url(images/dialog_task_info_blue_bg.png);
    border-top: 2px solid #fff;
}

.dialog_task_autor_avatar {
    float: left;
    margin-right: 10px;
}

.dialog_task_autor_avatar a img {
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
			box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.dialog_task_autor_name {
    float: left;
    width: 100px;
}

.dialog_task_info.blue .dialog_task_autor_name h2 a, .dialog_task_info.notdefault .dialog_task_autor_name h2 a {
    color: #4382af;
    font-size: 14px;
}

.dialog_task_info.pink .dialog_task_autor_name h2 a {
    color: #c29419;
    font-size: 14px;
}

.dialog_task_autor_name span.dialog_task_date {
    color: #7c7c7c;
    font-size: 9px;
}

.dialog_task_autor_name span.dialog_task_time {
    color: #7c7c7c;
    font-size: 9px;
    float: right;
}

.dialog_task_autor {
    border-bottom: dashed 1px #7c7c7c;
    float: left;
    padding-bottom: 5px;
    margin: 10px;
}

.dialog_task_info.pink .dialog_task_right {
    float: left;
    width: 500px;
    line-height: 20px;
    margin: 10px;
}

.dialog_task_left {
    float: left;
    width: 190px;
}

.dialog_task_info.blue .dialog_task_right, .dialog_task_info.notdefault .dialog_task_right {
    float: left;
    line-height: 20px;
    width: 500px;
    margin: 10px;
}

.dialog_task_info.pink .dialog_task_link {
    background-color: #e6ddbd;
    border-top: 1px solid #bccc85;
    min-height: 20px;
}

.dialog_task_info.blue .dialog_task_link {
    background-color: #90bfd3;
    border-top: 1px solid #bccc85;
    min-height: 20px;
}

.dialog_task_status {
    background: url(images/status_bg.png);
    border-top: 1px solid #bccc85;
    min-height: 15px;
    line-height: 15px;
    padding-left: 10px;
    font-size: 9px;
}

span.dialog_task_status_red {
    color: #d96e1f;
    font-weight: 700;
}

span.dialog_task_status_orang {
    color: #fd7900;
}

span.dialog_task_status_arrow {
    background: url(images/dialog_task_status_arrow.png) 0 50% no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 6px;
    height: 7px;
}

.dialog_task_link_a {
    padding-top: 3px;
}

.dialog_task_info.pink .dialog_task_link_a {
	float: left;
}

.dialog_task_info.notdefault .dialog_task_link_a {
    border-top: 0px solid #fff;
}

.dialog_task_info.pink .dialog_task_link_a a {
    background: url(images/clip_pink.png) no-repeat;
    font-size: 10px;
    color: #494949;
    display: block;
    margin-left: 50px;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 20px;
}

.dialog_task_info.blue .dialog_task_link_a a, .dialog_task_info.notdefault .dialog_task_link_a a {
    background: url(images/clip_blue.png) no-repeat;
    font-size: 10px;
    color: #494949;
    display: block;
    float: right;
    width: 630px;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 20px;
}

.back {
    background-color: #e4c043;
    float: left;
    padding: 5px 50px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.task_info p span a.task_info_add {
    background: url(images/task_info_add_bg.png) no-repeat;
    display: inline-block;
    width: 6px;
    height: 6px;
}

a.task_info_del {
    background: url(images/task_info_del_bg.png) no-repeat;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 3px;
}

.priority {
    border: solid 1px #fff;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.priority span.gray {
    background: url(images/priority.gif) 0 3px no-repeat;
    padding-left: 15px;
}

.priority span.green {
    background: url(images/priority.gif) 0 -16px no-repeat;
    padding-left: 15px;
}

.priority span.red {
    background: url(images/priority.gif) 0 -35px no-repeat;
    padding-left: 15px;
}

.priority:hover {
    background: #fefefe; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fefefe, #e6e6e6); /* Firefox 3.6+ */ /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6e6e6)); /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
    background: -o-linear-gradient(top, #fefefe, #e6e6e6); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe, #e6e6e6); /* IE10 */
    background: linear-gradient(top, #fefefe, #e6e6e6); /* CSS3 */
    border: solid 1px #cccccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.block_ticket_pop p.priority_p {
    margin-left: 10px;
}

.button_status {
    text-align: center;
}

.task_completed {
    background: url(images/task_completed_left.png) no-repeat;
    display: inline-block;
    height: 40px;
}

.task_completed a {
    background: url(images/task_completed_right.png) 100% 0 no-repeat;
    display: inline-block;
    font-size: 18px;
    color: #373a34;
    height: 40px;
    line-height: 36px;
    margin-left: 17px;
    padding: 0 20px 0 3px;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.task_not_completed {
    background: url(images/task_not_completed_left.png) no-repeat;
    display: inline-block;
    height: 40px;
}

.task_not_completed a {
    background: url(images/task_not_completed_right.png) 100% 0 no-repeat;
    display: inline-block;
    font-size: 18px;
    color: #373a34;
    height: 40px;
    line-height: 36px;
    margin-left: 18px;
    padding: 0 20px 0 2px;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.dialog_task_right a {
    color: #2D9E00;
}

.name a, .initiator a, .responsible a {
    color: #000000;
}

.responsible .role_assistant a {
    color: #aaa;
}

.client input.button {
    background: url("images/search_ico.png") no-repeat transparent;
    border: 0px none currentColor;
    height: 10px;
    width: 12px;
}

.client .search_form {
    background-color: #FFFFFF;
    border: 1px solid #A9B51B;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
       -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
    color: #333333;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    margin-left: 30px;
    padding: 4px 6px;
    transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
    width: 140px;
}

.client input[type="text"] {
    background: transparent;
    border: 0px none currentColor;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.071);
       -moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.071);
            box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.071);
    color: #333333;
    float: left;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 0px;
    transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
    width: 125px;
}

.nav_fon {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 90px;
    padding: 5px;
}

.nav_fon:hover, .nav_fon.active {
    background: url(images/nav_fon_bg.png) no-repeat;
}

.nav_fon a {
    font-size: 9px;
}

.new {
    background: url(images/new_ico.png) 0 50% no-repeat;
    float: left;
    padding-left: 25px;
    margin-left: 5px;
}

.new a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

.deferred {
    float: left;
    margin-left: 5px;
}

.deferred a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

.process {
    background: url(images/process_ico.png) 0 50% no-repeat;
    float: left;
    padding-left: 20px;
    margin-left: 5px;
}

.process a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

.expects {
    background: url(images/expects_ico.png) 0 50% no-repeat;
    float: left;
    padding-left: 25px;
    margin-left: 2px;
}

.expects a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

.check {
    background: url(images/check_ico.png) 0 50% no-repeat;
    float: left;
    padding-left: 25px;
    margin-left: 5px;
}

.check a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

.checked {
    background: url(images/checked_ico.png) 0 50% no-repeat;
    float: left;
    padding-left: 25px;
}

.checked a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

.performed {
    background: url(images/performed_ico.png) 0 100% no-repeat;
    float: left;
    padding-left: 27px;
    margin-left: 2px;
}

.performed a {
    display: table-cell;
    color: #929292;
    width: 73px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
}

#fisheye_menu {
	list-style: none;
    float: right;
    margin-bottom: -15px;
}

.dialog_task_status_data {
    float: right;
    color: #7C7C7C;
    margin-right: 10px;
}

.dialog_task_info.pink .dialog_task_status_data {
	line-height: 20px;
}

.dialog_task_link .dialog_task_status_data {
	font-size: 9px;
	margin-left: 607px;
	position: absolute;
}

.service_message {
    display: inline-block;
    margin-top: -59px;
    margin-right: -50px;
/*    width: 113px;*/
}

.pop_service_message {
    background: url(images/pop_service_message_fon.png);
    padding-top: 10px;
    margin-left: 10px;
/*    height: 47px;*/
    width: 113px;
}

a.service_message_img {
    margin-left: 10px;
    margin-bottom: -2px;
    display: inline-block;
}

a.service_message_img img {
    margin-bottom: -4px;
}

.pop_service_message p {
    background: url(images/pop_service_message_line.png) 0 100% repeat-x;
    padding-left: 20px;
}

.pop_service_message p:last-child {
    background: none;
}

.pop_service_message p a {
    display: block;
    font-size: 10px;
    color: #ccc;
    line-height: 13px;
    padding-bottom: 4px;
    position: relative;
    z-index: 5;
}

.pop_service_message p:hover a {
    color: #000;
}

.service_message:hover a.service_message_img img {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);

    margin-bottom: -20px;
}

.id_work {
    float: left;
}

.id_bottom {
    line-height: 10px;
    font-size: 10px;
    margin-left: 5px;
    width: 200px;
}

.id_bottom_left {
    display: inline-block;
    color: #929292;
    width: 70px;
    vertical-align: top;
}

.id_bottom_right {
    display: inline-block;
    /*height: 11px;*/
    width: 125px;
    vertical-align: top;
    margin-bottom: 5px;
}

.gc_date_delivery, p.company {
    position: absolute;
}

.id_bottom_right a {
    color: #2b2b2b;
}

.block_select {
    display: inline-block;
    padding: 10px 20px;
}

.block_select_name {
    float: left;
    width: 200px;
}

.block_select_left {
    float: left;
    width: 230px;
}

.block_select_right {
    float: left;
    width: 230px;
}

.block_select select {
    width: 100px;
}

.subtasks {
    background: url(images/subtasks_bg.png) repeat-x;
    color: #A3A2A1;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 10px;
}

.subtasks span.indicator {
    margin-top: 7px;
    float: left;
}

.subtasks_date {
    float: left;
    width: 50px;
}

.subtasks_name {
    float: left;
    color: #000;
    text-shadow: 0px 1px 0px #ccc;
    font-size: 12px;
    width: 400px;
}

.subtasks_group {
    float: left;
    width: 70px;
}

.subtasks_responsible {
    float: left;
}

.title_text_name {
    width: 300px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

/* Назад вверх - начало */
#back-top {
	position: fixed;
	bottom: 0px;
	left: 0;
	height: 100%;
	display: none;
}
#back-top a {
	width: 100px;
	height: 100%;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 100px;
	height: 100%;
	display: block;
	background: #c0c1bd url(images/up-arrow.png) 50% 20px no-repeat;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/* Назад вверх - конец */

.multilevel_task {
    border-top: solid 1px #a2a57e;
    border-bottom: solid 1px #fff;
}

.multilevel_task_block {
    background-color: #f5f7ef;
    border-top: 1px solid #e1e2d6;
    height: 33px;
    padding: 0 10px;
}

.multilevel_task_block.task {
    background-color: #f9f9f7;
    border-bottom: 0;
    font-size: 11px;
    clear: both;
    padding: 0;
    width: auto;
}

.multilevel_task_block.task .data {
    margin-left: 10px;
}

.multilevel_task_block.title {
    line-height: 33px;
    color: #808080;
    font-size: 14px;
    padding-left: 125px;
}

.multilevel_task_block.title.section {
    font-size: 12px;
    padding-left: 145px;
}

.multilevel_task_block .data p {
    line-height: 11px;
}

.multilevel_task_block.task .name {
    color: #aaa;
    float: left;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    width: 325px;
}

.multilevel_task_block.task .name.name1 {
    padding-left: 10px;
    width: 315px;
}

.multilevel_task_block.task .name.name2 {
    padding-left: 20px;
    width: 305px;
}

.multilevel_task_block.task .name.name3 {
    padding-left: 30px;
    width: 295px;
}

.multilevel_task_block.task .indicator {
    margin: 12px 20px 0px 20px;
}

.multilevel_task_block.task .initiator {
    height: 30px;
}

.multilevel_task_block.task .responsible {
    background: none;
    float: left;
    padding-right: 0px;
    height: 30px;
    width: 110px;
}

.tittle.multilevel_task_tittle .data {
  float: left;
  width: 60px;
}

.tittle.multilevel_task_tittle .name {
    width: 340px;
}

.tittle.multilevel_task_tittle .responsible {
    width: 115px;
}

.create_task_pop {
    padding:10px 5px;
    position:relative;
    background:#fff;
    margin-bottom:20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
       -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
     -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
             border-radius: 5px;
}
.inactive {
    color:#bbb;
}

.create_task_pop .title p {
    background:url(images/create_task_pop_arrow.png) 100% 50% no-repeat;
    font-size:12px;
    color: #8f917e;
    padding-right: 15px;
    padding-left: 10px;
    display: inline-block;
}
.inactive .title h3 a {
    color:#bbb
}
.create_task_pop .create_task_pop_entry span.close {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    width:14px;
    height:14px;
    background:url(images/create_task_pop_close.png) no-repeat left bottom;
    display:block;
    font-size:0
}
#content .inactive .title span {
    background-position:left top
}
.create_task_pop .create_task_pop_entry {
    padding:10px 0 0 0;
}

.create_task_pop .create_task_pop_left {
    float: left;
}

.create_task_pop .create_task_pop_right {
    float: left;
    margin-left: 10px;
}

.create_task_pop .create_task_pop_left input[type="text"] {
    background: url(images/create_task_pop_left_input.png);
    border: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 20px;
    width: 190px;
    padding: 0px 5px;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 20px;
    color: #d1d5c3;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.create_task_pop .create_task_pop_left textarea {
    background: url(images/create_task_pop_left_input.png);
    border: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 190px;
    height: 100px;
    padding: 4px 5px;
    margin-bottom: 9px;
    font-size: 11px;
    color: #d1d5c3;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.create_task_pop .create_task_pop_right input[type="text"] {
    background: url(images/create_task_pop_left_input.png);
    border: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 20px;
    width: 110px;
    padding: 0px 5px;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 20px;
    color: #d1d5c3;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.create_task_pop .create_task_pop_right select {
    height: 20px;
    margin-bottom: 9px;
    width: 120px;
}

.create_task_pop_add {
    background: #acd146;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
    width: 85px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.ui-autocomplete {
    z-index: 5 !important;
}

.block_ticket_pop_middle p a {
	color: #6e6e6e;
	font-size: 9px;
}

.subactivity.block_ticket_pop_top {
	margin-left: -38px;
}

.block_ticket_pop_top {
    background: url(images/block_ticket_pop_top.png) 50% 0 no-repeat;
	padding-top: 11px;
	margin-left: -45px;
	width: 112px;
}

.block_ticket_pop_middle {
    background: url(images/block_ticket_pop_middle.png) 50% 100% no-repeat;
    padding-left: 3px;
    padding-right: 3px;
	width: 106px;
}

.block_ticket_pop_middle p {
	border-bottom: 1px solid #e6e7e2;
    padding-left: 28px;
}

.block_ticket_pop_middle p a {
	height: 23px;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}

.block_ticket_pop_middle p.block_ticket_pop_2 {
    background: url(images/block_ticket_pop_middle_p_a.png) 7px 3px no-repeat;
}

.block_ticket_pop_middle p.block_ticket_pop_3 {
    background: url(images/block_ticket_pop_middle_p_a.png) 7px -17px no-repeat;
}

.block_ticket_pop_middle p.block_ticket_pop_4 {
    background: url(images/block_ticket_pop_middle_p_a.png) 7px -40px no-repeat;
}

.block_ticket_pop_middle p.block_ticket_pop_5 {
    background: url(images/block_ticket_pop_middle_p_a.png) 7px -67px no-repeat;
}

.block_ticket_pop_middle p.block_ticket_pop_6 {
    background: url(images/block_ticket_pop_middle_p_a.png) 7px -90px no-repeat;
}

.block_ticket_pop_middle p.block_ticket_pop_7 {
    background: url(images/block_ticket_pop_middle_p_a.png) 7px -115px no-repeat;
}

.block_ticket_pop_middle p:last-child {
	border-bottom: 0;
}

.block_ticket_pop_middle p:hover {
    background-color: #e0f482;
}

.content_activity .tittle .data p, .tittle .name p, .tittle .initiator p, .tittle .responsible p {
	color: #000;
	font-size: 12px;
	text-shadow: 1px 1px 0 #fff;
}

.content_activity .task_block.task .data p span {
	color: #8FB51B;
	display: inline-block;
	font-size: 11px;
	padding-right: 30px;
	text-align: right;
}

.content_activity .name {
	float: left;
	height: 20px;
	overflow: hidden;
	width: 100px;
}

.content_activity .task { 
	border-bottom: 1px solid #BFB999;
	height: 55px;
	padding: 5px 10px;
	width: 718px;
}

.content_activity .task p a {
	font-size: 11px;
}

.content_activity .tittle .data { 
	padding-top: 8px;
}

.content_activity .tittle .name { 
	padding-top: 5px;
}

.content_activity .data { 
	float: left;
	width: 100px;
}

.content_activity .initiator {
	float: left;
	height: 30px;
	width: 380px;
	padding-right: 10px;
}

.content_activity .initiator p:first-child {
	font-size: 11px;
	font-weight: 700;
	color: #000;
}

.content_activity .initiator p:last-child {	
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content_activity .responsible { 
	background: none;
	float: left;
	height: 25px;
	width: 115px;
}

h4 a.inactive {
	color: #6f6f6f;
	border-bottom: 1px dashed #6f6f6f;
	text-transform: none;
}

h4 a.active {
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-transform: none;
}

input#date_filter.gc_date_delivery {
    background: #fcfcfc;
	border: 1px solid #d4d5ce;
	color: #e0e1db;
	font-size: 10px;
	height: 18px;
	padding: 0px 3px;
	width: 80px;

    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);

    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.body input.gc_date_delivery[type="text"] {
    width: 65px;
	position: relative;
}



/***************************************registration****************************************/

@font-face {
  font-family: 'proxima_nova_ltsemibold';
  src: url('fonts/proxima_nova_semibold.eot');
  src: url('fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype'),
     url('fonts/proxima_nova_semibold.woff') format('woff'),
     url('fonts/proxima_nova_semibold.ttf') format('truetype'),
     url('fonts/proxima_nova_semibold.svg#proxima_nova_ltsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ltlight';
  src: url('fonts/proxima_nova_light.eot');
  src: url('fonts/proxima_nova_light.eot?#iefix') format('embedded-opentype'),
     url('fonts/proxima_nova_light.woff') format('woff'),
     url('fonts/proxima_nova_light.ttf') format('truetype'),
     url('fonts/proxima_nova_light.svg#proxima_nova_ltlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
#main-registration .modal-header, 
#main-registration .modal-footer,
#main-registration #signup, 
#main-registration .alert-error,
#main-registration #signin .controls a:last-child, 
#main-registration #signin label,
#main-registration #signup label,
#main-registration #restore label, 
#main-registration #accounts .controls .signin,
#main-registration p.text-center, 
#main-registration #accounts h4.text-center, 
#main-registration .alert button.close, 
#main-registration #accounts {
    display: none;
}
body#main-registration {
    background-color: #fff;
}
#main-registration .modal-backdrop {
    opacity: 0;
    position: relative;
}
#main-registration .form_wrapper{
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 909090;
}
#main-registration #bravoreg_form {
    width: 420px;
    position: absolute;
    right: 0;
    left:560px;
    top:0;
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0;
    background: none;
    z-index: 8;
    margin-left: 0;
}
#main-registration #signin .controls .btn-primary, #main-registration #restore .controls .btn-primary, #main-registration #signup .controls .btn-primary{
    width: 358px;
    height: 50px;
    background: #75bd34;
    font-size: 24px;
    color: #fff;
    font-family: "proxima_nova_ltsemibold";
    margin-top: 12px;
    cursor: pointer;
}
#main-registration #bravoreg_form .btn-primary {
    text-shadow: 0 0 0 rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}
#main-registration #bravoreg_form .btn {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
}
#main-registration #bravoreg_form .modal-body {
    padding: 0;
    height: 353px;
    overflow: visible;
}
#main-registration #bravoreg_form h4 {
    margin: 0;
}
#main-registration #signin h4.text-center, #main-registration #signup h4.text-center {
    font-size: 22px;
    color: #88a271;
    font-family: 'proxima_nova_ltsemibold';
    margin-bottom: 20px;
    text-align: left;
}
#main-registration #restore h4.text-center {
    font-size: 16px;
    color: #58676e;
    font-family: 'proxima_nova_ltsemibold';
    margin-bottom: 20px;
    text-align: left;
    /*margin-top: 40px;*/
}
#main-registration #bravoreg_form input {
    width: 300px;
    padding-left: 50px;
    height: 40px;
    border: 1px solid #d9d9d9;
    font-size: 20px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0;
    color: #000;
    line-height: normal;
}
::-webkit-input-placeholder { color: #c4c4c4; }
:-moz-placeholder { color: #c4c4c4; }
::-moz-placeholder { color: #c4c4c4;}
:-ms-input-placeholder { color: #c4c4c4; }
#main-registration #bravoreg_form input[type="password"] {
    background: #fff url(images/lock.png) 15px center no-repeat;
}
#main-registration #bravoreg_form input[type="text"] {
    background: #fff url(images/mail.png) 12px center no-repeat;
}
#main-registration #bravoreg_form .control-group.error input {
    border-color: none;
}
#main-registration #signin .controls a{
    color: #666;
    font-size: 14px;
    border-bottom: 2px dotted #666;
    display: inline-block;
    margin-left: 126px;
    position: absolute;
    bottom: 30px;
    text-decoration: none;
    font-family: "proxima_nova_ltsemibold";
}
#main-registration #signin, #main-registration #restore {
    background: #daf1c6;
    padding: 35px 30px;
    width: 360px;
    height: 283px;
}
#main-registration #bravoreg_form form {
    margin: 0;
}
#main-registration #bravoreg_form .tab-content {
    overflow: visible;
}
#main-registration #bravoreg_form .form-horizontal .controls {
    margin-left: 0;
}
#main-registration #bravoreg_form .form-horizontal .control-group {
    margin-bottom: 0;
}
#main-registration #signin button, #restore button {
    border: none;
}
#main-registration span.help-inline {
    color: #fb8717;
    font-size: 12px;
    padding-left: 2px;
    line-height: 5px;
}
#main-registration #restore {
    display: none;
}
#main-registration #bravoreg_form #restore input, #main-registration #bravoreg_form #signup input  {
    padding-left: 20px;
    width: 330px;
    background: #fff;
}
.cms-block {
    width: 900px;
    background: #fafafa;
    height: 273px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 40px;
    position: relative;
}
.cms-block h3 {
    font-family: "proxima_nova_ltlight";
    font-size: 28px;
    color: #000;
    padding-left: 135px;
    background: url(images/bravodesk.png) left top no-repeat;
    text-transform: none;
    height: 100px;
    width: 292px;
}
.cms-block h3 a {
    position: absolute;
    right: 100px;
    top: 140px;
    width: 207px;
    height: 46px;
    background-color: #75bd34;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 20px;
    box-shadow: inset 0 -2px 1px rgba(0,0,0,.43);
    cursor: pointer;
    text-decoration: none;
}
.cms-block ol {
    list-style: none;
    padding: 0;
    width: 370px;
}
.cms-block li {
    color: #656565;
    font-size: 18px;
    font-family: "proxima_nova_ltlight";
}
.cms-block li span {
    color: #75bd34;
}
.r-section {
  text-align: center;
  margin-top: 75px;
  position: relative;
  z-index: 909091;
  padding-bottom: 150px;
}
.r-section p {
  font-size: 18px;
  line-height: 28px;
  color: #656565;
}
#main-registration a {
  color: #75bd34;
}
.r-section a.r-client {
  border-bottom: 2px dotted #75bd34;
  font-size: 18px;
  line-height: 28px;
}
.r-section a.r-client:hover {
  border-bottom: 2px dotted #000;
  color: #000;
}
.reg-ttl {
  text-align: right;
  color: #666666;
  font-size: 14px;
  font-family: "proxima_nova_ltsemibold";
  padding-bottom: 17px;
  width: 980px;
  margin: 0 auto;
}
.help-box {
/*  height: 84px;*/
  width: 412px;
  background: #fffbe2;
  border: 3px solid #ded498;
  padding: 30px;
  text-align: left;
  position: relative;
}
.help-box p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.help-box:after {
  background: url(images/trng.png) center no-repeat;
  content: "";
  width: 24px;height: 20px;
  bottom: -19px;
  left: 228px;
  position: absolute;
}
.r-help {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -239px;
  display: none;
}
.r-button {
  position: relative;
}
.copyright{
  color: #a0a0a0;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

#main-registration #bravoreg_form #signup {
    background: #daf1c6;
    width: 360px;
    padding: 30px;
    margin-left: -280px;
    margin-top: 130px;
    margin-bottom: 130px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dialog_task_info p a, .DesignScriptModel a, a.bravoreg-account {
	color: #2D9E00;
}



.user .bravoreg .signout {
    width: 16px;
    height: 16px;
    font-size: 0px;
    background: url(images/logout.png);
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 28px;
}
.user .bravoreg a[href="#accounts"] {
    width: 16px;
    height: 16px;
    font-size: 0px;
    background: url(images/change_user.png);
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 7px;
}
.user a[target="_blank"], .user .bravoreg, .user .bravoreg b {
    float: left;
}
.user .bravoreg b {
    width: 100px;
}



#task_company_id {
    width: 270px;
}

.user-icon {
    display: block;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    width: 20px;
    height: 20px;
}

.user_states {
    padding: 10px;
}

.user_states_reading {
    width: 50%;
    float: left;
}

.user_states_typing {
    width: 50%;
    float: right;
}

.user_states_reading .user-icon {
    float: left;
}







.languages-select {
    min-width: 102px;
    position: relative;
    display: inline-block;
}
.languages-select .language-active {
    border: 1px solid transparent;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 17px;
    padding: 0px 10px 0px 23px;
    cursor: pointer;
    text-align: left;
    background: url(images/ic_language_white_24px.svg) left center no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
}
.languages-select .localization {
    position: absolute;
    top: 22px;
    border: 1px solid #d4d4d4;
    background: #fff;
    right: 0;
    left: 0;
    font-size: 0;
    z-index: 101;
    display: none;
}
.languages-select .localization a {
    display: block;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #646464;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 19.25px;
    text-align: left;
}
.languages-select .localization a + a {
    border-top: 1px solid #d4d4d4;
}
.languages-select .localization a:hover {
    color: rgba(158, 157, 144, 0.73) !important;
}
.languages-select .localization::before,
.languages-select .localization::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d4d4d4;
}
.languages-select .localization::after {
    top: -5px;
    border-bottom: 6px solid #fff;
}












@media (max-width: 768px) {
    .cms-block {
        padding: 130px 35px 50px;
        width: 90%;
        height: auto;
        box-sizing: border-box;
        margin-top: 50px;
    }
    .cms-block h3 {
        min-height: 100px;
        height: auto;
        width: auto;
    }
    .cms-block h3 a {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }
    .cms-block ol {
        width: auto;
    }
}
@media (max-width: 480px) {
    .cms-block {
        padding: 130px 15px 50px;
    }
}